@powerhousedao/document-engineering 1.27.0 → 1.29.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/index.d.ts +1 -0
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/index.js +1 -0
- package/dist/src/index.js.map +1 -1
- package/dist/src/scalars/components/fragments/form-message/message-list.js +1 -1
- package/dist/src/scalars/components/fragments/form-message/message-list.js.map +1 -1
- package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/body.d.ts +1 -1
- package/dist/src/table/components/body.d.ts.map +1 -0
- package/dist/src/table/components/body.js.map +1 -0
- package/dist/src/table/components/cells/basic-cell.d.ts.map +1 -0
- package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/cells/basic-cell.js +1 -1
- package/dist/src/table/components/cells/basic-cell.js.map +1 -0
- package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/cells/default-cell.d.ts +1 -0
- package/dist/src/table/components/cells/default-cell.d.ts.map +1 -0
- package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/cells/default-cell.js +3 -3
- package/dist/src/table/components/cells/default-cell.js.map +1 -0
- package/dist/src/table/components/cells/information-cell.d.ts +6 -0
- package/dist/src/table/components/cells/information-cell.d.ts.map +1 -0
- package/dist/src/table/components/cells/information-cell.js +12 -0
- package/dist/src/table/components/cells/information-cell.js.map +1 -0
- package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/cells/render-cell/empty-cell.d.ts +1 -1
- package/dist/src/table/components/cells/render-cell/empty-cell.d.ts.map +1 -0
- package/dist/src/table/components/cells/render-cell/empty-cell.js.map +1 -0
- package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/cells/render-cell/render-cell.d.ts +2 -2
- package/dist/src/table/components/cells/render-cell/render-cell.d.ts.map +1 -0
- package/dist/src/table/components/cells/render-cell/render-cell.js +38 -0
- package/dist/src/table/components/cells/render-cell/render-cell.js.map +1 -0
- package/dist/src/table/components/cells/render-cell/use-cell-logic.d.ts +16 -0
- package/dist/src/table/components/cells/render-cell/use-cell-logic.d.ts.map +1 -0
- package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/cells/render-cell/use-cell-logic.js +11 -6
- package/dist/src/table/components/cells/render-cell/use-cell-logic.js.map +1 -0
- package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/cells/row-number-cell.d.ts +1 -0
- package/dist/src/table/components/cells/row-number-cell.d.ts.map +1 -0
- package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/cells/row-number-cell.js +3 -3
- package/dist/src/table/components/cells/row-number-cell.js.map +1 -0
- package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/default-cell-editors/boolean-editor.d.ts +2 -2
- package/dist/src/table/components/default-cell-editors/boolean-editor.d.ts.map +1 -0
- package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/default-cell-editors/boolean-editor.js +2 -2
- package/dist/src/table/components/default-cell-editors/boolean-editor.js.map +1 -0
- package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/default-cell-editors/get-cell-editor-fn.d.ts +1 -1
- package/dist/src/table/components/default-cell-editors/get-cell-editor-fn.d.ts.map +1 -0
- package/dist/src/table/components/default-cell-editors/get-cell-editor-fn.js.map +1 -0
- package/dist/src/table/components/default-cell-editors/index.d.ts.map +1 -0
- package/dist/src/table/components/default-cell-editors/index.js.map +1 -0
- package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/default-cell-editors/number-editor.d.ts +2 -2
- package/dist/src/table/components/default-cell-editors/number-editor.d.ts.map +1 -0
- package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/default-cell-editors/number-editor.js +2 -2
- package/dist/src/table/components/default-cell-editors/number-editor.js.map +1 -0
- package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/default-cell-editors/string-editor.d.ts +2 -2
- package/dist/src/table/components/default-cell-editors/string-editor.d.ts.map +1 -0
- package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/default-cell-editors/string-editor.js +1 -1
- package/dist/src/table/components/default-cell-editors/string-editor.js.map +1 -0
- package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/default-cell-renderers/boolean-render.d.ts +1 -1
- package/dist/src/table/components/default-cell-renderers/boolean-render.d.ts.map +1 -0
- package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/default-cell-renderers/boolean-render.js +2 -2
- package/dist/src/table/components/default-cell-renderers/boolean-render.js.map +1 -0
- package/dist/src/table/components/default-cell-renderers/get-render-fn.d.ts +4 -0
- package/dist/src/table/components/default-cell-renderers/get-render-fn.d.ts.map +1 -0
- package/dist/src/table/components/default-cell-renderers/get-render-fn.js.map +1 -0
- package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/default-cell-renderers/number-render.d.ts +1 -1
- package/dist/src/table/components/default-cell-renderers/number-render.d.ts.map +1 -0
- package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/default-cell-renderers/number-render.js +1 -1
- package/dist/src/table/components/default-cell-renderers/number-render.js.map +1 -0
- package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/default-cell-renderers/text-render.d.ts +1 -1
- package/dist/src/table/components/default-cell-renderers/text-render.d.ts.map +1 -0
- package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/default-cell-renderers/text-render.js +1 -1
- package/dist/src/table/components/default-cell-renderers/text-render.js.map +1 -0
- package/dist/src/table/components/default-fns/default-cell-value-formatter.d.ts.map +1 -0
- package/dist/src/table/components/default-fns/default-cell-value-formatter.js.map +1 -0
- package/dist/src/table/components/default-fns/default-cell-value-getter.d.ts +4 -0
- package/dist/src/table/components/default-fns/default-cell-value-getter.d.ts.map +1 -0
- package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/default-fns/default-cell-value-getter.js +1 -1
- package/dist/src/table/components/default-fns/default-cell-value-getter.js.map +1 -0
- package/dist/src/table/components/default-fns/default-column-config.d.ts +4 -0
- package/dist/src/table/components/default-fns/default-column-config.d.ts.map +1 -0
- package/dist/src/table/components/default-fns/default-column-config.js.map +1 -0
- package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/default-header-renderers/default-header-renderer.d.ts +1 -1
- package/dist/src/table/components/default-header-renderers/default-header-renderer.d.ts.map +1 -0
- package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/default-header-renderers/default-header-renderer.js +1 -1
- package/dist/src/table/components/default-header-renderers/default-header-renderer.js.map +1 -0
- package/dist/src/table/components/default-sort-columns/default-sort-fns.d.ts +3 -0
- package/dist/src/table/components/default-sort-columns/default-sort-fns.d.ts.map +1 -0
- package/dist/src/table/components/default-sort-columns/default-sort-fns.js.map +1 -0
- package/dist/src/table/components/header/header-cell.d.ts.map +1 -0
- package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/header/header-cell.js +1 -1
- package/dist/src/table/components/header/header-cell.js.map +1 -0
- package/dist/src/table/components/header/header-number-td.d.ts.map +1 -0
- package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/header/header-number-td.js +1 -1
- package/dist/src/table/components/header/header-number-td.js.map +1 -0
- package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/header.d.ts +1 -1
- package/dist/src/table/components/header.d.ts.map +1 -0
- package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/header.js +2 -2
- package/dist/src/table/components/header.js.map +1 -0
- package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/rows/render-row.d.ts +1 -1
- package/dist/src/table/components/rows/render-row.d.ts.map +1 -0
- package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/rows/render-row.js +24 -6
- package/dist/src/table/components/rows/render-row.js.map +1 -0
- package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/rows/row-actions.d.ts +1 -1
- package/dist/src/table/components/rows/row-actions.d.ts.map +1 -0
- package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/rows/row-actions.js +3 -3
- package/dist/src/table/components/rows/row-actions.js.map +1 -0
- package/dist/src/table/components/rows/table-row.d.ts.map +1 -0
- package/dist/src/table/components/rows/table-row.js +15 -0
- package/dist/src/table/components/rows/table-row.js.map +1 -0
- package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/sort-indicator.d.ts +1 -1
- package/dist/src/table/components/sort-indicator.d.ts.map +1 -0
- package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/sort-indicator.js +1 -1
- package/dist/src/table/components/sort-indicator.js.map +1 -0
- package/dist/src/table/components/table-focus-trap.d.ts.map +1 -0
- package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/table-focus-trap.js +1 -0
- package/dist/src/table/components/table-focus-trap.js.map +1 -0
- package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/table-provider/table-provider.d.ts +1 -1
- package/dist/src/table/components/table-provider/table-provider.d.ts.map +1 -0
- package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/table-provider/table-provider.js +2 -1
- package/dist/src/table/components/table-provider/table-provider.js.map +1 -0
- package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/table-provider/table-reducer.d.ts +7 -1
- package/dist/src/table/components/table-provider/table-reducer.d.ts.map +1 -0
- package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/table-provider/table-reducer.js +7 -4
- package/dist/src/table/components/table-provider/table-reducer.js.map +1 -0
- package/dist/src/table/examples/api-usage/api-usage.d.ts.map +1 -0
- package/dist/src/{ui/components/object-set-table → table}/examples/api-usage/api-usage.js +5 -5
- package/dist/src/table/examples/api-usage/api-usage.js.map +1 -0
- package/dist/src/table/examples/api-usage/button.d.ts.map +1 -0
- package/dist/src/{ui/components/object-set-table → table}/examples/api-usage/button.js +1 -1
- package/dist/src/table/examples/api-usage/button.js.map +1 -0
- package/dist/src/{ui/components/object-set-table → table}/examples/computed-columns/computed-columns.d.ts +2 -2
- package/dist/src/table/examples/computed-columns/computed-columns.d.ts.map +1 -0
- package/dist/src/{ui/components/object-set-table → table}/examples/computed-columns/computed-columns.js +3 -3
- package/dist/src/table/examples/computed-columns/computed-columns.js.map +1 -0
- package/dist/src/{ui/components/object-set-table → table}/examples/custom-rendering/custom-rendering.d.ts +2 -2
- package/dist/src/table/examples/custom-rendering/custom-rendering.d.ts.map +1 -0
- package/dist/src/{ui/components/object-set-table → table}/examples/custom-rendering/custom-rendering.js +5 -5
- package/dist/src/table/examples/custom-rendering/custom-rendering.js.map +1 -0
- package/dist/src/{ui/components/object-set-table → table}/examples/table-editing/table-editing.d.ts +2 -2
- package/dist/src/table/examples/table-editing/table-editing.d.ts.map +1 -0
- package/dist/src/{ui/components/object-set-table → table}/examples/table-editing/table-editing.js +11 -8
- package/dist/src/table/examples/table-editing/table-editing.js.map +1 -0
- package/dist/src/table/hooks/useGlobalTableKeyEvents.d.ts.map +1 -0
- package/dist/src/{ui/components/object-set-table → table}/hooks/useGlobalTableKeyEvents.js +2 -2
- package/dist/src/table/hooks/useGlobalTableKeyEvents.js.map +1 -0
- package/dist/src/table/index.d.ts +3 -0
- package/dist/src/table/index.d.ts.map +1 -0
- package/dist/src/table/index.js +2 -0
- package/dist/src/table/index.js.map +1 -0
- package/dist/src/table/logic/public-table-api.d.ts.map +1 -0
- package/dist/src/table/logic/public-table-api.js.map +1 -0
- package/dist/src/table/logic/selection-manager.d.ts.map +1 -0
- package/dist/src/{ui/components/object-set-table → table}/logic/selection-manager.js +6 -2
- package/dist/src/table/logic/selection-manager.js.map +1 -0
- package/dist/src/{ui/components/object-set-table → table}/logic/table-api.d.ts +4 -2
- package/dist/src/table/logic/table-api.d.ts.map +1 -0
- package/dist/src/{ui/components/object-set-table → table}/logic/table-api.js +68 -10
- package/dist/src/table/logic/table-api.js.map +1 -0
- package/dist/src/{ui/components/object-set-table → table}/logic/types.d.ts +4 -2
- package/dist/src/table/logic/types.d.ts.map +1 -0
- package/dist/src/table/logic/types.js.map +1 -0
- package/dist/src/table/table/index.d.ts +6 -0
- package/dist/src/table/table/index.d.ts.map +1 -0
- package/dist/src/table/table/index.js +6 -0
- package/dist/src/table/table/index.js.map +1 -0
- package/dist/src/table/table/mock-data.d.ts.map +1 -0
- package/dist/src/table/table/mock-data.js.map +1 -0
- package/dist/src/table/table/object-set-table.d.ts.map +1 -0
- package/dist/src/{ui/components/object-set-table → table/table}/object-set-table.js +16 -12
- package/dist/src/table/table/object-set-table.js.map +1 -0
- package/dist/src/{ui/components/object-set-table → table/table}/types.d.ts +2 -2
- package/dist/src/table/table/types.d.ts.map +1 -0
- package/dist/src/table/table/types.js.map +1 -0
- package/dist/src/table/table/utils.d.ts.map +1 -0
- package/dist/src/{ui/components/object-set-table → table/table}/utils.js +2 -2
- package/dist/src/table/table/utils.js.map +1 -0
- package/dist/src/ui/components/data-entry/amount-input/use-amount-input.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/amount-input/use-amount-input.js +3 -2
- package/dist/src/ui/components/data-entry/amount-input/use-amount-input.js.map +1 -1
- package/dist/src/ui/components/data-entry/file-input/file-input.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/file-input/file-input.js +7 -15
- package/dist/src/ui/components/data-entry/file-input/file-input.js.map +1 -1
- package/dist/src/ui/components/data-entry/file-input/index.d.ts +1 -1
- package/dist/src/ui/components/data-entry/file-input/index.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/file-input/sub-components/file-upload-item.d.ts +3 -1
- package/dist/src/ui/components/data-entry/file-input/sub-components/file-upload-item.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/file-input/sub-components/file-upload-item.js +9 -2
- package/dist/src/ui/components/data-entry/file-input/sub-components/file-upload-item.js.map +1 -1
- package/dist/src/ui/components/data-entry/file-input/sub-components/loading-bar.d.ts +7 -0
- package/dist/src/ui/components/data-entry/file-input/sub-components/loading-bar.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/file-input/sub-components/loading-bar.js +8 -0
- package/dist/src/ui/components/data-entry/file-input/sub-components/loading-bar.js.map +1 -0
- package/dist/src/ui/components/data-entry/file-input/sub-components/preview-file.d.ts +10 -0
- package/dist/src/ui/components/data-entry/file-input/sub-components/preview-file.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/file-input/sub-components/preview-file.js +17 -0
- package/dist/src/ui/components/data-entry/file-input/sub-components/preview-file.js.map +1 -0
- package/dist/src/ui/components/data-entry/file-input/sub-components/preview-image.d.ts +11 -0
- package/dist/src/ui/components/data-entry/file-input/sub-components/preview-image.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/file-input/sub-components/preview-image.js +17 -0
- package/dist/src/ui/components/data-entry/file-input/sub-components/preview-image.js.map +1 -0
- package/dist/src/ui/components/data-entry/file-input/types.d.ts +16 -0
- package/dist/src/ui/components/data-entry/file-input/types.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/file-input/types.js +6 -1
- package/dist/src/ui/components/data-entry/file-input/types.js.map +1 -1
- package/dist/src/ui/components/data-entry/file-input/useUploadFile.d.ts +1 -0
- package/dist/src/ui/components/data-entry/file-input/useUploadFile.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/file-input/useUploadFile.js +4 -1
- package/dist/src/ui/components/data-entry/file-input/useUploadFile.js.map +1 -1
- package/dist/src/ui/components/data-entry/file-input/utils.d.ts +3 -0
- package/dist/src/ui/components/data-entry/file-input/utils.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/file-input/utils.js +24 -0
- package/dist/src/ui/components/data-entry/file-input/utils.js.map +1 -1
- package/dist/src/ui/components/data-entry/phone-number-input/phone-number-input.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/phone-number-input/phone-number-input.js +4 -3
- package/dist/src/ui/components/data-entry/phone-number-input/phone-number-input.js.map +1 -1
- package/dist/src/ui/components/data-entry/phone-number-input/types.d.ts +1 -1
- package/dist/src/ui/components/data-entry/phone-number-input/types.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/phone-number-input/use-phone-number-input.d.ts +4 -2
- package/dist/src/ui/components/data-entry/phone-number-input/use-phone-number-input.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/phone-number-input/use-phone-number-input.js +133 -17
- package/dist/src/ui/components/data-entry/phone-number-input/use-phone-number-input.js.map +1 -1
- package/dist/src/ui/components/data-entry/select/command-list-item.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/select/command-list-item.js +1 -1
- package/dist/src/ui/components/data-entry/select/command-list-item.js.map +1 -1
- package/dist/src/ui/components/data-entry/text-input/text-input.js +1 -1
- package/dist/src/ui/components/data-entry/text-input/text-input.js.map +1 -1
- package/dist/src/ui/components/data-entry/textarea/textarea.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/textarea/textarea.js +16 -6
- package/dist/src/ui/components/data-entry/textarea/textarea.js.map +1 -1
- package/dist/src/ui/components/icon-components/BookOpenText.d.ts +7 -0
- package/dist/src/ui/components/icon-components/BookOpenText.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/BookOpenText.js +7 -0
- package/dist/src/ui/components/icon-components/BookOpenText.js.map +1 -0
- package/dist/src/ui/components/icon-components/BrokenImage.d.ts +7 -0
- package/dist/src/ui/components/icon-components/BrokenImage.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/BrokenImage.js +7 -0
- package/dist/src/ui/components/icon-components/BrokenImage.js.map +1 -0
- package/dist/src/ui/components/icon-components/ContentUnavailableIcon.d.ts +7 -0
- package/dist/src/ui/components/icon-components/ContentUnavailableIcon.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/ContentUnavailableIcon.js +7 -0
- package/dist/src/ui/components/icon-components/ContentUnavailableIcon.js.map +1 -0
- package/dist/src/ui/components/icon-components/Image.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/Image.js +2 -2
- package/dist/src/ui/components/icon-components/Image.js.map +1 -1
- package/dist/src/ui/components/icon-components/index.d.ts +1 -1
- package/dist/src/ui/components/icon-components/index.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/index.js +12 -0
- package/dist/src/ui/components/icon-components/index.js.map +1 -1
- package/dist/src/ui/components/index.d.ts +0 -1
- package/dist/src/ui/components/index.d.ts.map +1 -1
- package/dist/src/ui/components/index.js +0 -2
- package/dist/src/ui/components/index.js.map +1 -1
- package/dist/style.css +89 -0
- package/dist/tsconfig.lib.tsbuildinfo +1 -1
- package/package.json +7 -1
- package/dist/src/ui/components/object-set-table/examples/api-usage/api-usage.d.ts.map +0 -1
- package/dist/src/ui/components/object-set-table/examples/api-usage/api-usage.js.map +0 -1
- package/dist/src/ui/components/object-set-table/examples/api-usage/button.d.ts.map +0 -1
- package/dist/src/ui/components/object-set-table/examples/api-usage/button.js.map +0 -1
- package/dist/src/ui/components/object-set-table/examples/computed-columns/computed-columns.d.ts.map +0 -1
- package/dist/src/ui/components/object-set-table/examples/computed-columns/computed-columns.js.map +0 -1
- package/dist/src/ui/components/object-set-table/examples/custom-rendering/custom-rendering.d.ts.map +0 -1
- package/dist/src/ui/components/object-set-table/examples/custom-rendering/custom-rendering.js.map +0 -1
- package/dist/src/ui/components/object-set-table/examples/table-editing/table-editing.d.ts.map +0 -1
- package/dist/src/ui/components/object-set-table/examples/table-editing/table-editing.js.map +0 -1
- package/dist/src/ui/components/object-set-table/hooks/useGlobalTableKeyEvents.d.ts.map +0 -1
- package/dist/src/ui/components/object-set-table/hooks/useGlobalTableKeyEvents.js.map +0 -1
- package/dist/src/ui/components/object-set-table/index.d.ts +0 -6
- package/dist/src/ui/components/object-set-table/index.d.ts.map +0 -1
- package/dist/src/ui/components/object-set-table/index.js +0 -6
- package/dist/src/ui/components/object-set-table/index.js.map +0 -1
- package/dist/src/ui/components/object-set-table/logic/public-table-api.d.ts.map +0 -1
- package/dist/src/ui/components/object-set-table/logic/public-table-api.js.map +0 -1
- package/dist/src/ui/components/object-set-table/logic/selection-manager.d.ts.map +0 -1
- package/dist/src/ui/components/object-set-table/logic/selection-manager.js.map +0 -1
- package/dist/src/ui/components/object-set-table/logic/table-api.d.ts.map +0 -1
- package/dist/src/ui/components/object-set-table/logic/table-api.js.map +0 -1
- package/dist/src/ui/components/object-set-table/logic/types.d.ts.map +0 -1
- package/dist/src/ui/components/object-set-table/logic/types.js.map +0 -1
- package/dist/src/ui/components/object-set-table/mock-data.d.ts.map +0 -1
- package/dist/src/ui/components/object-set-table/mock-data.js.map +0 -1
- package/dist/src/ui/components/object-set-table/object-set-table.d.ts.map +0 -1
- package/dist/src/ui/components/object-set-table/object-set-table.js.map +0 -1
- package/dist/src/ui/components/object-set-table/subcomponents/body.d.ts.map +0 -1
- package/dist/src/ui/components/object-set-table/subcomponents/body.js.map +0 -1
- package/dist/src/ui/components/object-set-table/subcomponents/cells/basic-cell.d.ts.map +0 -1
- package/dist/src/ui/components/object-set-table/subcomponents/cells/basic-cell.js.map +0 -1
- package/dist/src/ui/components/object-set-table/subcomponents/cells/default-cell.d.ts.map +0 -1
- package/dist/src/ui/components/object-set-table/subcomponents/cells/default-cell.js.map +0 -1
- package/dist/src/ui/components/object-set-table/subcomponents/cells/information-cell.d.ts +0 -3
- package/dist/src/ui/components/object-set-table/subcomponents/cells/information-cell.d.ts.map +0 -1
- package/dist/src/ui/components/object-set-table/subcomponents/cells/information-cell.js +0 -7
- package/dist/src/ui/components/object-set-table/subcomponents/cells/information-cell.js.map +0 -1
- package/dist/src/ui/components/object-set-table/subcomponents/cells/render-cell/empty-cell.d.ts.map +0 -1
- package/dist/src/ui/components/object-set-table/subcomponents/cells/render-cell/empty-cell.js.map +0 -1
- package/dist/src/ui/components/object-set-table/subcomponents/cells/render-cell/render-cell.d.ts.map +0 -1
- package/dist/src/ui/components/object-set-table/subcomponents/cells/render-cell/render-cell.js +0 -34
- package/dist/src/ui/components/object-set-table/subcomponents/cells/render-cell/render-cell.js.map +0 -1
- package/dist/src/ui/components/object-set-table/subcomponents/cells/render-cell/use-cell-logic.d.ts +0 -16
- package/dist/src/ui/components/object-set-table/subcomponents/cells/render-cell/use-cell-logic.d.ts.map +0 -1
- package/dist/src/ui/components/object-set-table/subcomponents/cells/render-cell/use-cell-logic.js.map +0 -1
- package/dist/src/ui/components/object-set-table/subcomponents/cells/row-number-cell.d.ts.map +0 -1
- package/dist/src/ui/components/object-set-table/subcomponents/cells/row-number-cell.js.map +0 -1
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-editors/boolean-editor.d.ts.map +0 -1
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-editors/boolean-editor.js.map +0 -1
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-editors/get-cell-editor-fn.d.ts.map +0 -1
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-editors/get-cell-editor-fn.js.map +0 -1
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-editors/index.d.ts.map +0 -1
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-editors/index.js.map +0 -1
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-editors/number-editor.d.ts.map +0 -1
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-editors/number-editor.js.map +0 -1
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-editors/string-editor.d.ts.map +0 -1
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-editors/string-editor.js.map +0 -1
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/boolean-render.d.ts.map +0 -1
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/boolean-render.js.map +0 -1
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/get-render-fn.d.ts +0 -4
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/get-render-fn.d.ts.map +0 -1
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/get-render-fn.js.map +0 -1
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/number-render.d.ts.map +0 -1
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/number-render.js.map +0 -1
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/text-render.d.ts.map +0 -1
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/text-render.js.map +0 -1
- package/dist/src/ui/components/object-set-table/subcomponents/default-fns/default-cell-value-formatter.d.ts.map +0 -1
- package/dist/src/ui/components/object-set-table/subcomponents/default-fns/default-cell-value-formatter.js.map +0 -1
- package/dist/src/ui/components/object-set-table/subcomponents/default-fns/default-cell-value-getter.d.ts +0 -4
- package/dist/src/ui/components/object-set-table/subcomponents/default-fns/default-cell-value-getter.d.ts.map +0 -1
- package/dist/src/ui/components/object-set-table/subcomponents/default-fns/default-cell-value-getter.js.map +0 -1
- package/dist/src/ui/components/object-set-table/subcomponents/default-fns/default-column-config.d.ts +0 -4
- package/dist/src/ui/components/object-set-table/subcomponents/default-fns/default-column-config.d.ts.map +0 -1
- package/dist/src/ui/components/object-set-table/subcomponents/default-fns/default-column-config.js.map +0 -1
- package/dist/src/ui/components/object-set-table/subcomponents/default-header-renderers/default-header-renderer.d.ts.map +0 -1
- package/dist/src/ui/components/object-set-table/subcomponents/default-header-renderers/default-header-renderer.js.map +0 -1
- package/dist/src/ui/components/object-set-table/subcomponents/default-sort-columns/default-sort-fns.d.ts +0 -3
- package/dist/src/ui/components/object-set-table/subcomponents/default-sort-columns/default-sort-fns.d.ts.map +0 -1
- package/dist/src/ui/components/object-set-table/subcomponents/default-sort-columns/default-sort-fns.js.map +0 -1
- package/dist/src/ui/components/object-set-table/subcomponents/header/header-cell.d.ts.map +0 -1
- package/dist/src/ui/components/object-set-table/subcomponents/header/header-cell.js.map +0 -1
- package/dist/src/ui/components/object-set-table/subcomponents/header/header-number-td.d.ts.map +0 -1
- package/dist/src/ui/components/object-set-table/subcomponents/header/header-number-td.js.map +0 -1
- package/dist/src/ui/components/object-set-table/subcomponents/header.d.ts.map +0 -1
- package/dist/src/ui/components/object-set-table/subcomponents/header.js.map +0 -1
- package/dist/src/ui/components/object-set-table/subcomponents/rows/render-row.d.ts.map +0 -1
- package/dist/src/ui/components/object-set-table/subcomponents/rows/render-row.js.map +0 -1
- package/dist/src/ui/components/object-set-table/subcomponents/rows/row-actions.d.ts.map +0 -1
- package/dist/src/ui/components/object-set-table/subcomponents/rows/row-actions.js.map +0 -1
- package/dist/src/ui/components/object-set-table/subcomponents/rows/table-row.d.ts.map +0 -1
- package/dist/src/ui/components/object-set-table/subcomponents/rows/table-row.js +0 -14
- package/dist/src/ui/components/object-set-table/subcomponents/rows/table-row.js.map +0 -1
- package/dist/src/ui/components/object-set-table/subcomponents/sort-indicator.d.ts.map +0 -1
- package/dist/src/ui/components/object-set-table/subcomponents/sort-indicator.js.map +0 -1
- package/dist/src/ui/components/object-set-table/subcomponents/table-focus-trap.d.ts.map +0 -1
- package/dist/src/ui/components/object-set-table/subcomponents/table-focus-trap.js.map +0 -1
- package/dist/src/ui/components/object-set-table/subcomponents/table-provider/table-provider.d.ts.map +0 -1
- package/dist/src/ui/components/object-set-table/subcomponents/table-provider/table-provider.js.map +0 -1
- package/dist/src/ui/components/object-set-table/subcomponents/table-provider/table-reducer.d.ts.map +0 -1
- package/dist/src/ui/components/object-set-table/subcomponents/table-provider/table-reducer.js.map +0 -1
- package/dist/src/ui/components/object-set-table/types.d.ts.map +0 -1
- package/dist/src/ui/components/object-set-table/types.js.map +0 -1
- package/dist/src/ui/components/object-set-table/utils.d.ts.map +0 -1
- package/dist/src/ui/components/object-set-table/utils.js.map +0 -1
- /package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/body.js +0 -0
- /package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/cells/basic-cell.d.ts +0 -0
- /package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/cells/render-cell/empty-cell.js +0 -0
- /package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/default-cell-editors/get-cell-editor-fn.js +0 -0
- /package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/default-cell-editors/index.d.ts +0 -0
- /package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/default-cell-editors/index.js +0 -0
- /package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/default-cell-renderers/get-render-fn.js +0 -0
- /package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/default-fns/default-cell-value-formatter.d.ts +0 -0
- /package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/default-fns/default-cell-value-formatter.js +0 -0
- /package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/default-fns/default-column-config.js +0 -0
- /package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/default-sort-columns/default-sort-fns.js +0 -0
- /package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/header/header-cell.d.ts +0 -0
- /package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/header/header-number-td.d.ts +0 -0
- /package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/rows/table-row.d.ts +0 -0
- /package/dist/src/{ui/components/object-set-table/subcomponents → table/components}/table-focus-trap.d.ts +0 -0
- /package/dist/src/{ui/components/object-set-table → table}/examples/api-usage/api-usage.d.ts +0 -0
- /package/dist/src/{ui/components/object-set-table → table}/examples/api-usage/button.d.ts +0 -0
- /package/dist/src/{ui/components/object-set-table → table}/hooks/useGlobalTableKeyEvents.d.ts +0 -0
- /package/dist/src/{ui/components/object-set-table → table}/logic/public-table-api.d.ts +0 -0
- /package/dist/src/{ui/components/object-set-table → table}/logic/public-table-api.js +0 -0
- /package/dist/src/{ui/components/object-set-table → table}/logic/selection-manager.d.ts +0 -0
- /package/dist/src/{ui/components/object-set-table → table}/logic/types.js +0 -0
- /package/dist/src/{ui/components/object-set-table → table/table}/mock-data.d.ts +0 -0
- /package/dist/src/{ui/components/object-set-table → table/table}/mock-data.js +0 -0
- /package/dist/src/{ui/components/object-set-table → table/table}/object-set-table.d.ts +0 -0
- /package/dist/src/{ui/components/object-set-table → table/table}/types.js +0 -0
- /package/dist/src/{ui/components/object-set-table → table/table}/utils.d.ts +0 -0
|
@@ -6,10 +6,12 @@ import ArrowUp from './ArrowUp.js';
|
|
|
6
6
|
import BarChart from './BarChart.js';
|
|
7
7
|
import BaseArrowLeft from './BaseArrowLeft.js';
|
|
8
8
|
import BaseArrowRight from './BaseArrowRight.js';
|
|
9
|
+
import BookOpenText from './BookOpenText.js';
|
|
9
10
|
import Braces from './Braces.js';
|
|
10
11
|
import Branch from './Branch.js';
|
|
11
12
|
import BrickGlobe from './BrickGlobe.js';
|
|
12
13
|
import Briefcase from './Briefcase.js';
|
|
14
|
+
import BrokenImage from './BrokenImage.js';
|
|
13
15
|
import Calendar from './Calendar.js';
|
|
14
16
|
import CalendarTime from './CalendarTime.js';
|
|
15
17
|
import Caret from './Caret.js';
|
|
@@ -32,6 +34,7 @@ import Collapse from './Collapse.js';
|
|
|
32
34
|
import Compass from './Compass.js';
|
|
33
35
|
import Connect from './Connect.js';
|
|
34
36
|
import ConnectSmall from './ConnectSmall.js';
|
|
37
|
+
import ContentUnavailableIcon from './ContentUnavailableIcon.js';
|
|
35
38
|
import Copy from './Copy.js';
|
|
36
39
|
import Created from './Created.js';
|
|
37
40
|
import CrossCircle from './CrossCircle.js';
|
|
@@ -66,6 +69,7 @@ import GlobeWww from './GlobeWww.js';
|
|
|
66
69
|
import Hdd from './Hdd.js';
|
|
67
70
|
import Hide from './Hide.js';
|
|
68
71
|
import History from './History.js';
|
|
72
|
+
import Image from './Image.js';
|
|
69
73
|
import InfoSquare from './InfoSquare.js';
|
|
70
74
|
import Link from './Link.js';
|
|
71
75
|
import Linkedin from './Linkedin.js';
|
|
@@ -126,10 +130,12 @@ export const iconNames = [
|
|
|
126
130
|
'BarChart',
|
|
127
131
|
'BaseArrowLeft',
|
|
128
132
|
'BaseArrowRight',
|
|
133
|
+
'BookOpenText',
|
|
129
134
|
'Braces',
|
|
130
135
|
'Branch',
|
|
131
136
|
'BrickGlobe',
|
|
132
137
|
'Briefcase',
|
|
138
|
+
'BrokenImage',
|
|
133
139
|
'Calendar',
|
|
134
140
|
'CalendarTime',
|
|
135
141
|
'Caret',
|
|
@@ -152,6 +158,7 @@ export const iconNames = [
|
|
|
152
158
|
'Compass',
|
|
153
159
|
'Connect',
|
|
154
160
|
'ConnectSmall',
|
|
161
|
+
'ContentUnavailableIcon',
|
|
155
162
|
'Copy',
|
|
156
163
|
'Created',
|
|
157
164
|
'CrossCircle',
|
|
@@ -186,6 +193,7 @@ export const iconNames = [
|
|
|
186
193
|
'Hdd',
|
|
187
194
|
'Hide',
|
|
188
195
|
'History',
|
|
196
|
+
'Image',
|
|
189
197
|
'InfoSquare',
|
|
190
198
|
'Link',
|
|
191
199
|
'Linkedin',
|
|
@@ -247,10 +255,12 @@ export const iconComponents = {
|
|
|
247
255
|
BarChart,
|
|
248
256
|
BaseArrowLeft,
|
|
249
257
|
BaseArrowRight,
|
|
258
|
+
BookOpenText,
|
|
250
259
|
Braces,
|
|
251
260
|
Branch,
|
|
252
261
|
BrickGlobe,
|
|
253
262
|
Briefcase,
|
|
263
|
+
BrokenImage,
|
|
254
264
|
Calendar,
|
|
255
265
|
CalendarTime,
|
|
256
266
|
Caret,
|
|
@@ -273,6 +283,7 @@ export const iconComponents = {
|
|
|
273
283
|
Compass,
|
|
274
284
|
Connect,
|
|
275
285
|
ConnectSmall,
|
|
286
|
+
ContentUnavailableIcon,
|
|
276
287
|
Copy,
|
|
277
288
|
Created,
|
|
278
289
|
CrossCircle,
|
|
@@ -307,6 +318,7 @@ export const iconComponents = {
|
|
|
307
318
|
Hdd,
|
|
308
319
|
Hide,
|
|
309
320
|
History,
|
|
321
|
+
Image,
|
|
310
322
|
InfoSquare,
|
|
311
323
|
Link,
|
|
312
324
|
Linkedin,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/ui/components/icon-components/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/ui/components/icon-components/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -24,5 +24,4 @@ export { Sidebar, SidebarProvider, useSidebar, type FlattenedNode, type NodeStat
|
|
|
24
24
|
export { Button, buttonVariants } from './button/index.js';
|
|
25
25
|
export { confirm, type ConfirmOptions } from './confirm/index.js';
|
|
26
26
|
export { Icon, type IconProps, type IconName } from './icon/index.js';
|
|
27
|
-
export * from './object-set-table/index.js';
|
|
28
27
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/ui/components/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,QAAQ,EAAE,KAAK,aAAa,EAAE,KAAK,SAAS,EAAE,MAAM,iCAAiC,CAAA;AAC9F,OAAO,EAAE,QAAQ,EAAE,KAAK,aAAa,EAAE,KAAK,aAAa,EAAE,MAAM,gCAAgC,CAAA;AACjG,OAAO,EAAE,iBAAiB,EAAE,KAAK,sBAAsB,EAAE,MAAM,2CAA2C,CAAA;AAC1G,OAAO,EACL,kBAAkB,EAClB,KAAK,uBAAuB,EAC5B,KAAK,QAAQ,GACd,MAAM,4CAA4C,CAAA;AACnD,OAAO,EAAE,UAAU,EAAE,KAAK,eAAe,EAAE,MAAM,mCAAmC,CAAA;AACpF,OAAO,EAAE,cAAc,EAAE,KAAK,mBAAmB,EAAE,MAAM,wCAAwC,CAAA;AACjG,OAAO,EAAE,KAAK,EAAE,KAAK,UAAU,EAAE,MAAM,6BAA6B,CAAA;AACpE,OAAO,EAAE,QAAQ,EAAE,KAAK,aAAa,EAAE,KAAK,SAAS,EAAE,MAAM,iCAAiC,CAAA;AAC9F,OAAO,EAAE,SAAS,EAAE,KAAK,cAAc,EAAE,KAAK,UAAU,EAAE,MAAM,kCAAkC,CAAA;AAClG,OAAO,EAAE,SAAS,EAAE,KAAK,cAAc,EAAE,MAAM,kCAAkC,CAAA;AACjF,OAAO,EAAE,QAAQ,EAAE,KAAK,aAAa,EAAE,MAAM,gCAAgC,CAAA;AAC7E,OAAO,EAAE,UAAU,EAAE,KAAK,eAAe,EAAE,MAAM,mCAAmC,CAAA;AACpF,OAAO,EAAE,MAAM,EAAE,KAAK,WAAW,EAAE,MAAM,8BAA8B,CAAA;AACvE,OAAO,EAAE,WAAW,EAAE,KAAK,gBAAgB,EAAE,MAAM,oCAAoC,CAAA;AACvF,OAAO,EAAE,MAAM,EAAE,KAAK,eAAe,EAAE,KAAK,YAAY,EAAE,KAAK,WAAW,EAAE,MAAM,8BAA8B,CAAA;AAChH,OAAO,EAAE,WAAW,EAAE,KAAK,gBAAgB,EAAE,MAAM,oCAAoC,CAAA;AACvF,OAAO,EACL,sBAAsB,EACtB,UAAU,EACV,KAAK,2BAA2B,EAChC,KAAK,eAAe,GACrB,MAAM,mCAAmC,CAAA;AAC1C,OAAO,EAAE,QAAQ,EAAE,KAAK,YAAY,EAAE,KAAK,aAAa,EAAE,MAAM,iCAAiC,CAAA;AACjG,OAAO,EAAE,UAAU,EAAE,KAAK,eAAe,EAAE,MAAM,mCAAmC,CAAA;AACpF,OAAO,EAAE,aAAa,EAAE,KAAK,kBAAkB,EAAE,MAAM,sCAAsC,CAAA;AAC7F,OAAO,EAAE,SAAS,EAAE,KAAK,cAAc,EAAE,MAAM,kCAAkC,CAAA;AAGjF,OAAO,EACL,QAAQ,EACR,eAAe,EACf,YAAY,EACZ,aAAa,EACb,gBAAgB,EAChB,eAAe,GAChB,MAAM,qBAAqB,CAAA;AAG5B,OAAO,EACL,OAAO,EACP,eAAe,EACf,UAAU,EACV,KAAK,aAAa,EAClB,KAAK,UAAU,EACf,KAAK,WAAW,EAChB,KAAK,WAAW,EAChB,KAAK,YAAY,GAClB,MAAM,oBAAoB,CAAA;AAG3B,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAA;AAC1D,OAAO,EAAE,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,oBAAoB,CAAA;AACjE,OAAO,EAAE,IAAI,EAAE,KAAK,SAAS,EAAE,KAAK,QAAQ,EAAE,MAAM,iBAAiB,CAAA
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/ui/components/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,QAAQ,EAAE,KAAK,aAAa,EAAE,KAAK,SAAS,EAAE,MAAM,iCAAiC,CAAA;AAC9F,OAAO,EAAE,QAAQ,EAAE,KAAK,aAAa,EAAE,KAAK,aAAa,EAAE,MAAM,gCAAgC,CAAA;AACjG,OAAO,EAAE,iBAAiB,EAAE,KAAK,sBAAsB,EAAE,MAAM,2CAA2C,CAAA;AAC1G,OAAO,EACL,kBAAkB,EAClB,KAAK,uBAAuB,EAC5B,KAAK,QAAQ,GACd,MAAM,4CAA4C,CAAA;AACnD,OAAO,EAAE,UAAU,EAAE,KAAK,eAAe,EAAE,MAAM,mCAAmC,CAAA;AACpF,OAAO,EAAE,cAAc,EAAE,KAAK,mBAAmB,EAAE,MAAM,wCAAwC,CAAA;AACjG,OAAO,EAAE,KAAK,EAAE,KAAK,UAAU,EAAE,MAAM,6BAA6B,CAAA;AACpE,OAAO,EAAE,QAAQ,EAAE,KAAK,aAAa,EAAE,KAAK,SAAS,EAAE,MAAM,iCAAiC,CAAA;AAC9F,OAAO,EAAE,SAAS,EAAE,KAAK,cAAc,EAAE,KAAK,UAAU,EAAE,MAAM,kCAAkC,CAAA;AAClG,OAAO,EAAE,SAAS,EAAE,KAAK,cAAc,EAAE,MAAM,kCAAkC,CAAA;AACjF,OAAO,EAAE,QAAQ,EAAE,KAAK,aAAa,EAAE,MAAM,gCAAgC,CAAA;AAC7E,OAAO,EAAE,UAAU,EAAE,KAAK,eAAe,EAAE,MAAM,mCAAmC,CAAA;AACpF,OAAO,EAAE,MAAM,EAAE,KAAK,WAAW,EAAE,MAAM,8BAA8B,CAAA;AACvE,OAAO,EAAE,WAAW,EAAE,KAAK,gBAAgB,EAAE,MAAM,oCAAoC,CAAA;AACvF,OAAO,EAAE,MAAM,EAAE,KAAK,eAAe,EAAE,KAAK,YAAY,EAAE,KAAK,WAAW,EAAE,MAAM,8BAA8B,CAAA;AAChH,OAAO,EAAE,WAAW,EAAE,KAAK,gBAAgB,EAAE,MAAM,oCAAoC,CAAA;AACvF,OAAO,EACL,sBAAsB,EACtB,UAAU,EACV,KAAK,2BAA2B,EAChC,KAAK,eAAe,GACrB,MAAM,mCAAmC,CAAA;AAC1C,OAAO,EAAE,QAAQ,EAAE,KAAK,YAAY,EAAE,KAAK,aAAa,EAAE,MAAM,iCAAiC,CAAA;AACjG,OAAO,EAAE,UAAU,EAAE,KAAK,eAAe,EAAE,MAAM,mCAAmC,CAAA;AACpF,OAAO,EAAE,aAAa,EAAE,KAAK,kBAAkB,EAAE,MAAM,sCAAsC,CAAA;AAC7F,OAAO,EAAE,SAAS,EAAE,KAAK,cAAc,EAAE,MAAM,kCAAkC,CAAA;AAGjF,OAAO,EACL,QAAQ,EACR,eAAe,EACf,YAAY,EACZ,aAAa,EACb,gBAAgB,EAChB,eAAe,GAChB,MAAM,qBAAqB,CAAA;AAG5B,OAAO,EACL,OAAO,EACP,eAAe,EACf,UAAU,EACV,KAAK,aAAa,EAClB,KAAK,UAAU,EACf,KAAK,WAAW,EAChB,KAAK,WAAW,EAChB,KAAK,YAAY,GAClB,MAAM,oBAAoB,CAAA;AAG3B,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAA;AAC1D,OAAO,EAAE,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,oBAAoB,CAAA;AACjE,OAAO,EAAE,IAAI,EAAE,KAAK,SAAS,EAAE,KAAK,QAAQ,EAAE,MAAM,iBAAiB,CAAA"}
|
|
@@ -29,8 +29,6 @@ export { Sidebar, SidebarProvider, useSidebar, } from './sidebar/index.js';
|
|
|
29
29
|
export { Button, buttonVariants } from './button/index.js';
|
|
30
30
|
export { confirm } from './confirm/index.js';
|
|
31
31
|
export { Icon } from './icon/index.js';
|
|
32
|
-
// export object set table and types
|
|
33
|
-
export * from './object-set-table/index.js';
|
|
34
32
|
// TODO: export tooltip once it is ready to be used outside the package
|
|
35
33
|
// DO NOT export tooltip until it is ready to be used outside the package
|
|
36
34
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/ui/components/index.ts"],"names":[],"mappings":"AAAA,uDAAuD;AAEvD,aAAa;AACb,OAAO,EAAE,QAAQ,EAAsC,MAAM,iCAAiC,CAAA;AAC9F,OAAO,EAAE,QAAQ,EAA0C,MAAM,gCAAgC,CAAA;AACjG,OAAO,EAAE,iBAAiB,EAA+B,MAAM,2CAA2C,CAAA;AAC1G,OAAO,EACL,kBAAkB,GAGnB,MAAM,4CAA4C,CAAA;AACnD,OAAO,EAAE,UAAU,EAAwB,MAAM,mCAAmC,CAAA;AACpF,OAAO,EAAE,cAAc,EAA4B,MAAM,wCAAwC,CAAA;AACjG,OAAO,EAAE,KAAK,EAAmB,MAAM,6BAA6B,CAAA;AACpE,OAAO,EAAE,QAAQ,EAAsC,MAAM,iCAAiC,CAAA;AAC9F,OAAO,EAAE,SAAS,EAAwC,MAAM,kCAAkC,CAAA;AAClG,OAAO,EAAE,SAAS,EAAuB,MAAM,kCAAkC,CAAA;AACjF,OAAO,EAAE,QAAQ,EAAsB,MAAM,gCAAgC,CAAA;AAC7E,OAAO,EAAE,UAAU,EAAwB,MAAM,mCAAmC,CAAA;AACpF,OAAO,EAAE,MAAM,EAAoB,MAAM,8BAA8B,CAAA;AACvE,OAAO,EAAE,WAAW,EAAyB,MAAM,oCAAoC,CAAA;AACvF,OAAO,EAAE,MAAM,EAA6D,MAAM,8BAA8B,CAAA;AAChH,OAAO,EAAE,WAAW,EAAyB,MAAM,oCAAoC,CAAA;AACvF,OAAO,EACL,sBAAsB,EACtB,UAAU,GAGX,MAAM,mCAAmC,CAAA;AAC1C,OAAO,EAAE,QAAQ,EAAyC,MAAM,iCAAiC,CAAA;AACjG,OAAO,EAAE,UAAU,EAAwB,MAAM,mCAAmC,CAAA;AACpF,OAAO,EAAE,aAAa,EAA2B,MAAM,sCAAsC,CAAA;AAC7F,OAAO,EAAE,SAAS,EAAuB,MAAM,kCAAkC,CAAA;AAEjF,WAAW;AACX,OAAO,EACL,QAAQ,EACR,eAAe,EACf,YAAY,EACZ,aAAa,EACb,gBAAgB,EAChB,eAAe,GAChB,MAAM,qBAAqB,CAAA;AAE5B,UAAU;AACV,OAAO,EACL,OAAO,EACP,eAAe,EACf,UAAU,GAMX,MAAM,oBAAoB,CAAA;AAE3B,eAAe;AACf,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAA;AAC1D,OAAO,EAAE,OAAO,EAAuB,MAAM,oBAAoB,CAAA;AACjE,OAAO,EAAE,IAAI,EAAiC,MAAM,iBAAiB,CAAA;AAErE,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/ui/components/index.ts"],"names":[],"mappings":"AAAA,uDAAuD;AAEvD,aAAa;AACb,OAAO,EAAE,QAAQ,EAAsC,MAAM,iCAAiC,CAAA;AAC9F,OAAO,EAAE,QAAQ,EAA0C,MAAM,gCAAgC,CAAA;AACjG,OAAO,EAAE,iBAAiB,EAA+B,MAAM,2CAA2C,CAAA;AAC1G,OAAO,EACL,kBAAkB,GAGnB,MAAM,4CAA4C,CAAA;AACnD,OAAO,EAAE,UAAU,EAAwB,MAAM,mCAAmC,CAAA;AACpF,OAAO,EAAE,cAAc,EAA4B,MAAM,wCAAwC,CAAA;AACjG,OAAO,EAAE,KAAK,EAAmB,MAAM,6BAA6B,CAAA;AACpE,OAAO,EAAE,QAAQ,EAAsC,MAAM,iCAAiC,CAAA;AAC9F,OAAO,EAAE,SAAS,EAAwC,MAAM,kCAAkC,CAAA;AAClG,OAAO,EAAE,SAAS,EAAuB,MAAM,kCAAkC,CAAA;AACjF,OAAO,EAAE,QAAQ,EAAsB,MAAM,gCAAgC,CAAA;AAC7E,OAAO,EAAE,UAAU,EAAwB,MAAM,mCAAmC,CAAA;AACpF,OAAO,EAAE,MAAM,EAAoB,MAAM,8BAA8B,CAAA;AACvE,OAAO,EAAE,WAAW,EAAyB,MAAM,oCAAoC,CAAA;AACvF,OAAO,EAAE,MAAM,EAA6D,MAAM,8BAA8B,CAAA;AAChH,OAAO,EAAE,WAAW,EAAyB,MAAM,oCAAoC,CAAA;AACvF,OAAO,EACL,sBAAsB,EACtB,UAAU,GAGX,MAAM,mCAAmC,CAAA;AAC1C,OAAO,EAAE,QAAQ,EAAyC,MAAM,iCAAiC,CAAA;AACjG,OAAO,EAAE,UAAU,EAAwB,MAAM,mCAAmC,CAAA;AACpF,OAAO,EAAE,aAAa,EAA2B,MAAM,sCAAsC,CAAA;AAC7F,OAAO,EAAE,SAAS,EAAuB,MAAM,kCAAkC,CAAA;AAEjF,WAAW;AACX,OAAO,EACL,QAAQ,EACR,eAAe,EACf,YAAY,EACZ,aAAa,EACb,gBAAgB,EAChB,eAAe,GAChB,MAAM,qBAAqB,CAAA;AAE5B,UAAU;AACV,OAAO,EACL,OAAO,EACP,eAAe,EACf,UAAU,GAMX,MAAM,oBAAoB,CAAA;AAE3B,eAAe;AACf,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAA;AAC1D,OAAO,EAAE,OAAO,EAAuB,MAAM,oBAAoB,CAAA;AACjE,OAAO,EAAE,IAAI,EAAiC,MAAM,iBAAiB,CAAA;AAErE,uEAAuE;AACvE,yEAAyE"}
|
package/dist/style.css
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
--font-sans: "Inter", sans-serif;
|
|
8
8
|
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
|
|
9
9
|
"Courier New", monospace;
|
|
10
|
+
--color-red-100: hsl(3 82% 96%);
|
|
10
11
|
--color-red-300: hsl(6 82% 87%);
|
|
11
12
|
--color-red-400: hsl(5 82% 83%);
|
|
12
13
|
--color-red-500: hsl(5 80% 78%);
|
|
@@ -604,6 +605,9 @@
|
|
|
604
605
|
.h-\[20px\] {
|
|
605
606
|
height: 20px;
|
|
606
607
|
}
|
|
608
|
+
.h-\[25px\] {
|
|
609
|
+
height: 25px;
|
|
610
|
+
}
|
|
607
611
|
.h-\[28px\] {
|
|
608
612
|
height: 28px;
|
|
609
613
|
}
|
|
@@ -625,6 +629,9 @@
|
|
|
625
629
|
.h-\[148px\] {
|
|
626
630
|
height: 148px;
|
|
627
631
|
}
|
|
632
|
+
.h-\[600px\] {
|
|
633
|
+
height: 600px;
|
|
634
|
+
}
|
|
628
635
|
.h-full {
|
|
629
636
|
height: 100%;
|
|
630
637
|
}
|
|
@@ -646,6 +653,9 @@
|
|
|
646
653
|
.max-h-screen {
|
|
647
654
|
max-height: 100vh;
|
|
648
655
|
}
|
|
656
|
+
.min-h-0 {
|
|
657
|
+
min-height: calc(var(--spacing) * 0);
|
|
658
|
+
}
|
|
649
659
|
.min-h-9 {
|
|
650
660
|
min-height: calc(var(--spacing) * 9);
|
|
651
661
|
}
|
|
@@ -745,12 +755,21 @@
|
|
|
745
755
|
.w-\[247px\] {
|
|
746
756
|
width: 247px;
|
|
747
757
|
}
|
|
758
|
+
.w-\[272px\] {
|
|
759
|
+
width: 272px;
|
|
760
|
+
}
|
|
748
761
|
.w-\[275px\] {
|
|
749
762
|
width: 275px;
|
|
750
763
|
}
|
|
764
|
+
.w-\[375px\] {
|
|
765
|
+
width: 375px;
|
|
766
|
+
}
|
|
751
767
|
.w-\[400px\] {
|
|
752
768
|
width: 400px;
|
|
753
769
|
}
|
|
770
|
+
.w-\[500px\] {
|
|
771
|
+
width: 500px;
|
|
772
|
+
}
|
|
754
773
|
.w-\[700px\] {
|
|
755
774
|
width: 700px;
|
|
756
775
|
}
|
|
@@ -772,6 +791,12 @@
|
|
|
772
791
|
.max-w-\[40px\] {
|
|
773
792
|
max-width: 40px;
|
|
774
793
|
}
|
|
794
|
+
.max-w-\[296px\] {
|
|
795
|
+
max-width: 296px;
|
|
796
|
+
}
|
|
797
|
+
.max-w-\[375px\] {
|
|
798
|
+
max-width: 375px;
|
|
799
|
+
}
|
|
775
800
|
.max-w-\[calc\(100\%-2rem\)\] {
|
|
776
801
|
max-width: calc(100% - 2rem);
|
|
777
802
|
}
|
|
@@ -941,6 +966,9 @@
|
|
|
941
966
|
.gap-6 {
|
|
942
967
|
gap: calc(var(--spacing) * 6);
|
|
943
968
|
}
|
|
969
|
+
.gap-8 {
|
|
970
|
+
gap: calc(var(--spacing) * 8);
|
|
971
|
+
}
|
|
944
972
|
.gap-32 {
|
|
945
973
|
gap: calc(var(--spacing) * 32);
|
|
946
974
|
}
|
|
@@ -975,6 +1003,9 @@
|
|
|
975
1003
|
text-overflow: ellipsis;
|
|
976
1004
|
white-space: nowrap;
|
|
977
1005
|
}
|
|
1006
|
+
.overflow-auto {
|
|
1007
|
+
overflow: auto;
|
|
1008
|
+
}
|
|
978
1009
|
.overflow-hidden {
|
|
979
1010
|
overflow: hidden;
|
|
980
1011
|
}
|
|
@@ -996,6 +1027,9 @@
|
|
|
996
1027
|
.rounded-\[6px\] {
|
|
997
1028
|
border-radius: 6px;
|
|
998
1029
|
}
|
|
1030
|
+
.rounded-\[100px\] {
|
|
1031
|
+
border-radius: 100px;
|
|
1032
|
+
}
|
|
999
1033
|
.rounded-full {
|
|
1000
1034
|
border-radius: calc(infinity * 1px);
|
|
1001
1035
|
}
|
|
@@ -1135,6 +1169,9 @@
|
|
|
1135
1169
|
.border-red-700 {
|
|
1136
1170
|
border-color: var(--color-red-700);
|
|
1137
1171
|
}
|
|
1172
|
+
.border-red-900 {
|
|
1173
|
+
border-color: var(--color-red-900);
|
|
1174
|
+
}
|
|
1138
1175
|
.border-transparent {
|
|
1139
1176
|
border-color: transparent;
|
|
1140
1177
|
}
|
|
@@ -1231,6 +1268,9 @@
|
|
|
1231
1268
|
.bg-primary {
|
|
1232
1269
|
background-color: var(--color-primary);
|
|
1233
1270
|
}
|
|
1271
|
+
.bg-red-100 {
|
|
1272
|
+
background-color: var(--color-red-100);
|
|
1273
|
+
}
|
|
1234
1274
|
.bg-red-500 {
|
|
1235
1275
|
background-color: var(--color-red-500);
|
|
1236
1276
|
}
|
|
@@ -1483,6 +1523,10 @@
|
|
|
1483
1523
|
--tw-leading: calc(var(--spacing) * 5);
|
|
1484
1524
|
line-height: calc(var(--spacing) * 5);
|
|
1485
1525
|
}
|
|
1526
|
+
.leading-6 {
|
|
1527
|
+
--tw-leading: calc(var(--spacing) * 6);
|
|
1528
|
+
line-height: calc(var(--spacing) * 6);
|
|
1529
|
+
}
|
|
1486
1530
|
.leading-\[14px\] {
|
|
1487
1531
|
--tw-leading: 14px;
|
|
1488
1532
|
line-height: 14px;
|
|
@@ -1526,6 +1570,9 @@
|
|
|
1526
1570
|
.whitespace-nowrap {
|
|
1527
1571
|
white-space: nowrap;
|
|
1528
1572
|
}
|
|
1573
|
+
.whitespace-pre-line {
|
|
1574
|
+
white-space: pre-line;
|
|
1575
|
+
}
|
|
1529
1576
|
.\!text-foreground {
|
|
1530
1577
|
color: var(--color-foreground) !important;
|
|
1531
1578
|
}
|
|
@@ -2307,6 +2354,13 @@
|
|
|
2307
2354
|
}
|
|
2308
2355
|
}
|
|
2309
2356
|
}
|
|
2357
|
+
.hover\:bg-red-100 {
|
|
2358
|
+
&:hover {
|
|
2359
|
+
@media (hover: hover) {
|
|
2360
|
+
background-color: var(--color-red-100);
|
|
2361
|
+
}
|
|
2362
|
+
}
|
|
2363
|
+
}
|
|
2310
2364
|
.hover\:bg-secondary\/80 {
|
|
2311
2365
|
&:hover {
|
|
2312
2366
|
@media (hover: hover) {
|
|
@@ -5077,6 +5131,21 @@
|
|
|
5077
5131
|
}
|
|
5078
5132
|
}
|
|
5079
5133
|
}
|
|
5134
|
+
.\[\&_\[data-type\=\"character-counter\"\]\]\:hidden {
|
|
5135
|
+
& [data-type="character-counter"] {
|
|
5136
|
+
display: none;
|
|
5137
|
+
}
|
|
5138
|
+
}
|
|
5139
|
+
.\[\&_\[data-type\=\"error\"\]\]\:hidden {
|
|
5140
|
+
& [data-type="error"] {
|
|
5141
|
+
display: none;
|
|
5142
|
+
}
|
|
5143
|
+
}
|
|
5144
|
+
.\[\&_\[data-type\=\"warning\"\]\]\:hidden {
|
|
5145
|
+
& [data-type="warning"] {
|
|
5146
|
+
display: none;
|
|
5147
|
+
}
|
|
5148
|
+
}
|
|
5080
5149
|
.\[\&_button\]\:\!mr-0 {
|
|
5081
5150
|
& button {
|
|
5082
5151
|
margin-right: calc(var(--spacing) * 0) !important;
|
|
@@ -5198,6 +5267,11 @@
|
|
|
5198
5267
|
}
|
|
5199
5268
|
}
|
|
5200
5269
|
}
|
|
5270
|
+
.\[\&_div\]\:justify-center {
|
|
5271
|
+
& div {
|
|
5272
|
+
justify-content: center;
|
|
5273
|
+
}
|
|
5274
|
+
}
|
|
5201
5275
|
.\[\&_label\]\:text-blue-600 {
|
|
5202
5276
|
& label {
|
|
5203
5277
|
color: var(--color-blue-600);
|
|
@@ -5346,6 +5420,21 @@
|
|
|
5346
5420
|
transition-duration: 300ms;
|
|
5347
5421
|
}
|
|
5348
5422
|
}
|
|
5423
|
+
.\[\&\:\:-moz-progress-bar\]\:bg-gray-500 {
|
|
5424
|
+
&::-moz-progress-bar {
|
|
5425
|
+
background-color: var(--color-gray-500);
|
|
5426
|
+
}
|
|
5427
|
+
}
|
|
5428
|
+
.\[\&\:\:-webkit-progress-bar\]\:bg-gray-300 {
|
|
5429
|
+
&::-webkit-progress-bar {
|
|
5430
|
+
background-color: var(--color-gray-300);
|
|
5431
|
+
}
|
|
5432
|
+
}
|
|
5433
|
+
.\[\&\:\:-webkit-progress-value\]\:bg-gray-500 {
|
|
5434
|
+
&::-webkit-progress-value {
|
|
5435
|
+
background-color: var(--color-gray-500);
|
|
5436
|
+
}
|
|
5437
|
+
}
|
|
5349
5438
|
.\[\&\:\:-webkit-scrollbar\]\:\!hidden {
|
|
5350
5439
|
&::-webkit-scrollbar {
|
|
5351
5440
|
display: none !important;
|