Skip to content

Commit

Permalink
Add dist files after batch editing merge
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianallgeier committed Jan 22, 2025
1 parent 4f11f81 commit 17aaa5b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion panel/dist/css/style.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion panel/dist/js/index.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion panel/dist/ui/Collection.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"displayName":"Collection","description":"The `k-collection` component is a wrapper around `k-items`\nthat adds sortabilty and pagination to the items.","tags":{},"props":[{"name":"layout","description":"Display layout","tags":{},"values":["\"list\"","\"cards\"","\"cardlets\"","\"table\""],"type":{"name":"string"},"defaultValue":{"value":"\"list\""}},{"name":"columns","description":"Optional column settings for the table layout","type":{"name":"object|array"},"defaultValue":{"value":"() => ({})"}},{"name":"fields","description":"Optional fields configuration that is used for table layout","tags":{"internal":[{"description":true,"title":"internal"}]},"type":{"name":"object"},"defaultValue":{"value":"{}"}},{"name":"items","description":"Array of item definitions. See `k-item` for available options.","type":{"name":"array"},"defaultValue":{"value":"[]"}},{"name":"link","description":"Enable/disable that each item is a clickable link","type":{"name":"boolean"},"defaultValue":{"value":"true"}},{"name":"sortable","description":"Whether items are generally sortable.\nEach item can disable this individually.","type":{"name":"boolean"}},{"name":"size","description":"Card sizes","tags":{},"values":["\"tiny\"","\"small\"","\"medium\"","\"large\"","\"huge\"","\"full\""],"type":{"name":"string"},"defaultValue":{"value":"\"medium\""}},{"name":"theme","description":"Visual theme for items","tags":{},"values":["\"disabled\""],"type":{"name":"string"}},{"name":"empty","description":"Empty state, see `k-empty` for all options","type":{"name":"object"},"defaultValue":{"value":"{}"}},{"name":"help","description":"Help text to show below the collection","type":{"name":"string"}},{"name":"pagination","description":"Whether pagination should be shown, and if,\npagination options (see `k-pagination` for details)","type":{"name":"boolean|object"},"defaultValue":{"value":"false"}}],"events":[{"name":"change"},{"name":"item"},{"name":"sort"},{"name":"paginate","description":"Emitted when the pagination changes","properties":[{"type":{"names":["object"]},"name":"pagination"}]},{"name":"hover"},{"name":"action","type":{"names":["undefined"]}},{"name":"empty"},{"name":"option","type":{"names":["undefined"]}}],"slots":[{"name":"options","scoped":true,"bindings":[{"name":"item","title":"binding"},{"name":"index","title":"binding"}]},{"name":"default","scoped":true,"bindings":[{"name":"item","title":"binding"},{"name":"itemIndex","title":"binding"}]}],"component":"k-collection","sourceFile":"src/components/Collection/Collection.vue"}
{"displayName":"Collection","description":"The `k-collection` component is a wrapper around `k-items`\nthat adds sortabilty and pagination to the items.","tags":{},"props":[{"name":"layout","description":"Display layout","tags":{},"values":["\"list\"","\"cards\"","\"cardlets\"","\"table\""],"type":{"name":"string"},"defaultValue":{"value":"\"list\""}},{"name":"columns","description":"Optional column settings for the table layout","type":{"name":"object|array"},"defaultValue":{"value":"() => ({})"}},{"name":"fields","description":"Optional fields configuration that is used for table layout","tags":{"internal":[{"description":true,"title":"internal"}]},"type":{"name":"object"},"defaultValue":{"value":"{}"}},{"name":"items","description":"Array of item definitions. See `k-item` for available options.","type":{"name":"array"},"defaultValue":{"value":"[]"}},{"name":"link","description":"Enable/disable that each item is a clickable link","type":{"name":"boolean"},"defaultValue":{"value":"true"}},{"name":"selecting","description":"Whether items are in selecting mode","type":{"name":"boolean"}},{"name":"sortable","description":"Whether items are generally sortable.\nEach item can disable this individually.","type":{"name":"boolean"}},{"name":"size","description":"Card sizes","tags":{},"values":["\"tiny\"","\"small\"","\"medium\"","\"large\"","\"huge\"","\"full\""],"type":{"name":"string"},"defaultValue":{"value":"\"medium\""}},{"name":"theme","description":"Visual theme for items","tags":{},"values":["\"disabled\""],"type":{"name":"string"}},{"name":"empty","description":"Empty state, see `k-empty` for all options","type":{"name":"object"},"defaultValue":{"value":"{}"}},{"name":"help","description":"Help text to show below the collection","type":{"name":"string"}},{"name":"pagination","description":"Whether pagination should be shown, and if,\npagination options (see `k-pagination` for details)","type":{"name":"boolean|object"},"defaultValue":{"value":"false"}}],"events":[{"name":"change"},{"name":"item"},{"name":"sort"},{"name":"paginate","description":"Emitted when the pagination changes","properties":[{"type":{"names":["object"]},"name":"pagination"}]},{"name":"hover"},{"name":"action","type":{"names":["undefined"]}},{"name":"empty"},{"name":"option","type":{"names":["undefined"]}},{"name":"select","type":{"names":["undefined"]}}],"slots":[{"name":"options","scoped":true,"bindings":[{"name":"item","title":"binding"},{"name":"index","title":"binding"}]},{"name":"default","scoped":true,"bindings":[{"name":"item","title":"binding"},{"name":"itemIndex","title":"binding"}]}],"component":"k-collection","sourceFile":"src/components/Collection/Collection.vue"}
2 changes: 1 addition & 1 deletion panel/dist/ui/Item.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"displayName":"Item","description":"A collection item that can be displayed in various layouts","tags":{},"props":[{"name":"layout","description":"Display layout","tags":{},"values":["\"list\"","\"cards\"","\"cardlets\"","\"table\""],"type":{"name":"string"},"defaultValue":{"value":"\"list\""}},{"name":"image","description":"See `<k-image-frame>` or `<k-icon-frame>` for all available options","type":{"name":"object|boolean"}},{"name":"width","description":"Width (e.g. `\"1/2\"`) of the parent column is used to set the srcset sizes accordingly","tags":{"todo":[{"description":"refactor to remove this","title":"todo"}]},"type":{"name":"string"},"defaultValue":{"value":"\"1/1\""}},{"name":"buttons","description":"Additional inline buttons in the item's footer","type":{"name":"array"},"defaultValue":{"value":"[]"}},{"name":"data","tags":{"access":[{"description":"private"}]},"type":{"name":"object"}},{"name":"info","description":"The optional info text that will be show next or below the main text","type":{"name":"string"}},{"name":"link","description":"An optional link","type":{"name":"boolean|string|func"}},{"name":"options","description":"Array of dropdown options","type":{"name":"array|func|string"}},{"name":"sortable","description":"If `true`, the sort handle will be shown on hover","type":{"name":"boolean"}},{"name":"target","description":"Sets a target attribute if a link is also set","type":{"name":"string"}},{"name":"text","description":"The main text for the item","type":{"name":"string"}},{"name":"theme","description":"Visual theme for items","tags":{},"values":["\"disabled\""],"type":{"name":"string"}}],"events":[{"name":"click"},{"name":"drag"},{"name":"action","type":{"names":["undefined"]}},{"name":"option","type":{"names":["undefined"]}}],"slots":[{"name":"image"},{"name":"options"}],"component":"k-item","sourceFile":"src/components/Collection/Item.vue"}
{"displayName":"Item","description":"A collection item that can be displayed in various layouts","tags":{},"props":[{"name":"layout","description":"Display layout","tags":{},"values":["\"list\"","\"cards\"","\"cardlets\"","\"table\""],"type":{"name":"string"},"defaultValue":{"value":"\"list\""}},{"name":"image","description":"See `<k-image-frame>` or `<k-icon-frame>` for all available options","type":{"name":"object|boolean"}},{"name":"width","description":"Width (e.g. `\"1/2\"`) of the parent column is used to set the srcset sizes accordingly","tags":{"todo":[{"description":"refactor to remove this","title":"todo"}]},"type":{"name":"string"},"defaultValue":{"value":"\"1/1\""}},{"name":"buttons","description":"Additional inline buttons in the item's footer","type":{"name":"array"},"defaultValue":{"value":"[]"}},{"name":"data","tags":{"access":[{"description":"private"}]},"type":{"name":"object"}},{"name":"info","description":"The optional info text that will be show next or below the main text","type":{"name":"string"}},{"name":"link","description":"An optional link","type":{"name":"boolean|string|func"}},{"name":"options","description":"Array of dropdown options","type":{"name":"array|func|string"}},{"name":"selecting","description":"If `true`, the item will be selectable via a checkbox","type":{"name":"boolean"}},{"name":"selectable","description":"If `false`, the select checkbox will be disabled","type":{"name":"boolean"},"defaultValue":{"value":"true"}},{"name":"sortable","description":"If `true`, the sort handle will be shown on hover","type":{"name":"boolean"}},{"name":"target","description":"Sets a target attribute if a link is also set","type":{"name":"string"}},{"name":"text","description":"The main text for the item","type":{"name":"string"}},{"name":"theme","description":"Visual theme for items","tags":{},"values":["\"disabled\""],"type":{"name":"string"}}],"events":[{"name":"drag"},{"name":"select"},{"name":"action","type":{"names":["undefined"]}},{"name":"click","type":{"names":["undefined"]}},{"name":"option","type":{"names":["undefined"]}}],"slots":[{"name":"image"},{"name":"options"}],"component":"k-item","sourceFile":"src/components/Collection/Item.vue"}
2 changes: 1 addition & 1 deletion panel/dist/ui/Items.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"displayName":"Items","description":"Collection items that can be displayed in various layouts","tags":{},"props":[{"name":"layout","description":"Display layout","tags":{},"values":["\"list\"","\"cards\"","\"cardlets\"","\"table\""],"type":{"name":"string"},"defaultValue":{"value":"\"list\""}},{"name":"columns","description":"Optional column settings for the table layout","type":{"name":"object|array"},"defaultValue":{"value":"() => ({})"}},{"name":"fields","description":"Optional fields configuration that is used for table layout","tags":{"internal":[{"description":true,"title":"internal"}]},"type":{"name":"object"},"defaultValue":{"value":"{}"}},{"name":"items","description":"Array of item definitions. See `k-item` for available options.","type":{"name":"array"},"defaultValue":{"value":"[]"}},{"name":"link","description":"Enable/disable that each item is a clickable link","type":{"name":"boolean"},"defaultValue":{"value":"true"}},{"name":"sortable","description":"Whether items are generally sortable.\nEach item can disable this individually.","type":{"name":"boolean"}},{"name":"size","description":"Card sizes","tags":{},"values":["\"tiny\"","\"small\"","\"medium\"","\"large\"","\"huge\"","\"full\""],"type":{"name":"string"},"defaultValue":{"value":"\"medium\""}},{"name":"theme","description":"Visual theme for items","tags":{},"values":["\"disabled\""],"type":{"name":"string"}},{"name":"image","description":"Globale image/icon settings. Will be merged with the image settings of each item. See `k-item-image` for available options.","type":{"name":"object|boolean"},"defaultValue":{"value":"() => ({})"}}],"events":[{"name":"change"},{"name":"sort"},{"name":"item"},{"name":"hover"},{"name":"option","type":{"names":["undefined"]},"properties":[{"type":{"names":["undefined"]},"name":"<anonymous1>"},{"type":{"names":["undefined"]},"name":"<anonymous2>"}]}],"slots":[{"name":"options","scoped":true,"bindings":[{"name":"item","title":"binding"},{"name":"index","title":"binding"}]},{"name":"default","scoped":true,"bindings":[{"name":"item","title":"binding"},{"name":"itemIndex","title":"binding"}]}],"component":"k-items","sourceFile":"src/components/Collection/Items.vue"}
{"displayName":"Items","description":"Collection items that can be displayed in various layouts","tags":{},"props":[{"name":"layout","description":"Display layout","tags":{},"values":["\"list\"","\"cards\"","\"cardlets\"","\"table\""],"type":{"name":"string"},"defaultValue":{"value":"\"list\""}},{"name":"columns","description":"Optional column settings for the table layout","type":{"name":"object|array"},"defaultValue":{"value":"() => ({})"}},{"name":"fields","description":"Optional fields configuration that is used for table layout","tags":{"internal":[{"description":true,"title":"internal"}]},"type":{"name":"object"},"defaultValue":{"value":"{}"}},{"name":"items","description":"Array of item definitions. See `k-item` for available options.","type":{"name":"array"},"defaultValue":{"value":"[]"}},{"name":"link","description":"Enable/disable that each item is a clickable link","type":{"name":"boolean"},"defaultValue":{"value":"true"}},{"name":"selecting","description":"Whether items are in selecting mode","type":{"name":"boolean"}},{"name":"sortable","description":"Whether items are generally sortable.\nEach item can disable this individually.","type":{"name":"boolean"}},{"name":"size","description":"Card sizes","tags":{},"values":["\"tiny\"","\"small\"","\"medium\"","\"large\"","\"huge\"","\"full\""],"type":{"name":"string"},"defaultValue":{"value":"\"medium\""}},{"name":"theme","description":"Visual theme for items","tags":{},"values":["\"disabled\""],"type":{"name":"string"}},{"name":"image","description":"Globale image/icon settings. Will be merged with the image settings of each item. See `k-item-image` for available options.","type":{"name":"object|boolean"},"defaultValue":{"value":"() => ({})"}}],"events":[{"name":"change"},{"name":"sort"},{"name":"item"},{"name":"hover"},{"name":"option","type":{"names":["undefined"]},"properties":[{"type":{"names":["undefined"]},"name":"<anonymous1>"},{"type":{"names":["undefined"]},"name":"<anonymous2>"}]},{"name":"select","type":{"names":["undefined"]},"properties":[{"type":{"names":["undefined"]},"name":"<anonymous1>"},{"type":{"names":["undefined"]},"name":"<anonymous2>"}]}],"slots":[{"name":"options","scoped":true,"bindings":[{"name":"item","title":"binding"},{"name":"index","title":"binding"}]},{"name":"default","scoped":true,"bindings":[{"name":"item","title":"binding"},{"name":"itemIndex","title":"binding"}]}],"component":"k-items","sourceFile":"src/components/Collection/Items.vue"}
2 changes: 1 addition & 1 deletion panel/dist/ui/Table.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"description":"A simple table component with columns and rows","tags":{},"displayName":"Table","props":[{"name":"columns","description":"Configuration which columns to include.","tags":{"value":[{"description":"name: { after, before, label, type, width }","title":"value"}],"example":[{"description":"{ title: { label: \"title\", type: \"text\" } }","title":"example"}]},"type":{"name":"object"},"defaultValue":{"value":"{}"}},{"name":"disabled","description":"Whether table is disabled","type":{"name":"boolean"}},{"name":"fields","description":"Optional fields configuration that can be used as columns\n(used for our structure field)","type":{"name":"object"},"defaultValue":{"value":"{}"}},{"name":"empty","description":"Text to display when table has no rows","type":{"name":"string"}},{"name":"index","description":"Index number for first row","type":{"name":"number|boolean"},"defaultValue":{"value":"1"}},{"name":"rows","description":"Array of table rows","type":{"name":"array"}},{"name":"options","description":"What options to include in dropdown","type":{"name":"array|func"},"defaultValue":{"value":"() => []"}},{"name":"pagination","description":"Optional pagination settings","type":{"name":"object|boolean"}},{"name":"sortable","description":"Whether table is sortable","type":{"name":"boolean"}}],"events":[{"name":"paginate"},{"name":"cell","type":{"names":["undefined"]}},{"name":"change","type":{"names":["undefined"]}},{"name":"header","type":{"names":["undefined"]}},{"name":"input","type":{"names":["undefined"]}},{"name":"option","type":{"names":["undefined"]},"properties":[{"type":{"names":["undefined"]},"name":"<anonymous1>"},{"type":{"names":["undefined"]},"name":"<anonymous2>"}]},{"name":"sort","type":{"names":["undefined"]}}],"slots":[{"name":"header","scoped":true,"bindings":[{"name":"column","title":"binding"},{"name":"columnIndex","title":"binding"},{"name":"label","title":"binding"}]},{"name":"index","scoped":true,"bindings":[{"name":"row","title":"binding"},{"name":"rowIndex","title":"binding"}]},{"name":"options","scoped":true,"bindings":[{"name":"row","title":"binding"},{"name":"rowIndex","title":"binding"}]}],"component":"k-table","sourceFile":"src/components/Layout/Table.vue"}
{"description":"A simple table component with columns and rows","tags":{},"displayName":"Table","props":[{"name":"columns","description":"Configuration which columns to include.","tags":{"value":[{"description":"name: { after, before, label, type, width }","title":"value"}],"example":[{"description":"{ title: { label: \"title\", type: \"text\" } }","title":"example"}]},"type":{"name":"object"},"defaultValue":{"value":"{}"}},{"name":"disabled","description":"Whether table is disabled","type":{"name":"boolean"}},{"name":"fields","description":"Optional fields configuration that can be used as columns\n(used for our structure field)","type":{"name":"object"},"defaultValue":{"value":"{}"}},{"name":"empty","description":"Text to display when table has no rows","type":{"name":"string"}},{"name":"index","description":"Index number for first row","type":{"name":"number|boolean"},"defaultValue":{"value":"1"}},{"name":"rows","description":"Array of table rows","type":{"name":"array"}},{"name":"options","description":"What options to include in dropdown","type":{"name":"array|func"},"defaultValue":{"value":"() => []"}},{"name":"pagination","description":"Optional pagination settings","type":{"name":"object|boolean"}},{"name":"selecting","description":"Whether the table is in select mode","type":{"name":"boolean"}},{"name":"sortable","description":"Whether table is sortable","type":{"name":"boolean"}}],"events":[{"name":"select"},{"name":"paginate"},{"name":"cell","type":{"names":["undefined"]}},{"name":"change","type":{"names":["undefined"]}},{"name":"header","type":{"names":["undefined"]}},{"name":"input","type":{"names":["undefined"]}},{"name":"option","type":{"names":["undefined"]},"properties":[{"type":{"names":["undefined"]},"name":"<anonymous1>"},{"type":{"names":["undefined"]},"name":"<anonymous2>"}]},{"name":"sort","type":{"names":["undefined"]}}],"slots":[{"name":"header","scoped":true,"bindings":[{"name":"column","title":"binding"},{"name":"columnIndex","title":"binding"},{"name":"label","title":"binding"}]},{"name":"index","scoped":true,"bindings":[{"name":"row","title":"binding"},{"name":"rowIndex","title":"binding"}]},{"name":"options","scoped":true,"bindings":[{"name":"row","title":"binding"},{"name":"rowIndex","title":"binding"}]}],"component":"k-table","sourceFile":"src/components/Layout/Table.vue"}

0 comments on commit 17aaa5b

Please sign in to comment.