@sps-woodland/core 8.50.2 → 8.51.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/lib/action-bar/action-bar/ActionBar.css.d.ts +10 -0
- package/lib/action-bar/action-bar/ActionBar.css.d.ts.map +1 -0
- package/lib/action-bar/action-bar/ActionBar.css.js +12 -0
- package/lib/action-bar/action-bar/ActionBar.d.ts +9 -0
- package/lib/action-bar/action-bar/ActionBar.d.ts.map +1 -0
- package/lib/action-bar/action-bar/ActionBar.js +61 -0
- package/lib/action-bar/action-bar-additional-content/ActionBarAdditionalContent.d.ts +4 -0
- package/lib/action-bar/action-bar-additional-content/ActionBarAdditionalContent.d.ts.map +1 -0
- package/lib/action-bar/action-bar-additional-content/ActionBarAdditionalContent.js +24 -0
- package/lib/action-bar/index.d.ts +3 -0
- package/lib/action-bar/index.d.ts.map +1 -0
- package/lib/action-bar/index.js +79 -0
- package/lib/action-bar/index.umd.cjs +1 -0
- package/lib/action-bar/style.css +1 -0
- package/lib/add-to-list/add-to-list/AddToList.css.d.ts +91 -0
- package/lib/add-to-list/add-to-list/AddToList.css.d.ts.map +1 -0
- package/lib/add-to-list/add-to-list/AddToList.css.js +25 -0
- package/lib/add-to-list/add-to-list/AddToList.d.ts +31 -0
- package/lib/add-to-list/add-to-list/AddToList.d.ts.map +1 -0
- package/lib/add-to-list/add-to-list/AddToList.js +284 -0
- package/lib/add-to-list/add-to-list/ItemsList.d.ts +17 -0
- package/lib/add-to-list/add-to-list/ItemsList.d.ts.map +1 -0
- package/lib/add-to-list/add-to-list/ItemsList.js +67 -0
- package/lib/add-to-list/add-to-list/ListItem.d.ts +8 -0
- package/lib/add-to-list/add-to-list/ListItem.d.ts.map +1 -0
- package/lib/add-to-list/add-to-list/ListItem.js +51 -0
- package/lib/add-to-list/index.d.ts +2 -0
- package/lib/add-to-list/index.d.ts.map +1 -0
- package/lib/add-to-list/index.js +441 -0
- package/lib/add-to-list/index.umd.cjs +1 -0
- package/lib/add-to-list/style.css +1 -0
- package/lib/buttons/button/Button.css.d.ts +15 -0
- package/lib/buttons/button/Button.css.d.ts.map +1 -0
- package/lib/buttons/button/Button.css.js +10 -0
- package/lib/buttons/button/Button.d.ts +19 -0
- package/lib/buttons/button/Button.d.ts.map +1 -0
- package/lib/buttons/button/Button.js +116 -0
- package/lib/buttons/index.d.ts +2 -0
- package/lib/buttons/index.d.ts.map +1 -0
- package/lib/buttons/index.js +169 -0
- package/lib/buttons/index.umd.cjs +1 -0
- package/lib/buttons/style.css +1 -0
- package/lib/cards/card/Card.css.d.ts +2 -0
- package/lib/cards/card/Card.css.d.ts.map +1 -0
- package/lib/cards/card/Card.css.js +5 -0
- package/lib/cards/card/Card.d.ts +4 -0
- package/lib/cards/card/Card.d.ts.map +1 -0
- package/lib/cards/card/Card.js +28 -0
- package/lib/cards/card-footer/CardFooter.css.d.ts +2 -0
- package/lib/cards/card-footer/CardFooter.css.d.ts.map +1 -0
- package/lib/cards/card-footer/CardFooter.css.js +5 -0
- package/lib/cards/card-footer/CardFooter.d.ts +4 -0
- package/lib/cards/card-footer/CardFooter.d.ts.map +1 -0
- package/lib/cards/card-footer/CardFooter.js +14 -0
- package/lib/cards/card-header/CardHeader.css.d.ts +2 -0
- package/lib/cards/card-header/CardHeader.css.d.ts.map +1 -0
- package/lib/cards/card-header/CardHeader.css.js +5 -0
- package/lib/cards/card-header/CardHeader.d.ts +4 -0
- package/lib/cards/card-header/CardHeader.d.ts.map +1 -0
- package/lib/cards/card-header/CardHeader.js +14 -0
- package/lib/cards/card-title/CardTitle.css.d.ts +2 -0
- package/lib/cards/card-title/CardTitle.css.d.ts.map +1 -0
- package/lib/cards/card-title/CardTitle.css.js +5 -0
- package/lib/cards/card-title/CardTitle.d.ts +4 -0
- package/lib/cards/card-title/CardTitle.d.ts.map +1 -0
- package/lib/cards/card-title/CardTitle.js +14 -0
- package/lib/cards/index.d.ts +5 -0
- package/lib/cards/index.d.ts.map +1 -0
- package/lib/cards/index.js +56 -0
- package/lib/cards/index.umd.cjs +1 -0
- package/lib/cards/style.css +1 -0
- package/lib/column-manager/column-manager/ColumnManager.d.ts +23 -0
- package/lib/column-manager/column-manager/ColumnManager.d.ts.map +1 -0
- package/lib/column-manager/column-manager/ColumnManager.js +114 -0
- package/lib/column-manager/column-manager/useColumnManager.d.ts +27 -0
- package/lib/column-manager/column-manager/useColumnManager.d.ts.map +1 -0
- package/lib/column-manager/column-manager/useColumnManager.js +49 -0
- package/lib/column-manager/index.d.ts +3 -0
- package/lib/column-manager/index.d.ts.map +1 -0
- package/lib/column-manager/index.js +6 -0
- package/lib/components/app-root/AppRoot.css.d.ts +2 -1
- package/lib/components/app-root/AppRoot.css.d.ts.map +1 -0
- package/lib/components/app-root/AppRoot.d.ts +1 -0
- package/lib/components/app-root/AppRoot.d.ts.map +1 -0
- package/lib/components/box/Box.d.ts +1 -0
- package/lib/components/box/Box.d.ts.map +1 -0
- package/lib/components/cap-content/CapContent.css.d.ts +1 -0
- package/lib/components/cap-content/CapContent.css.d.ts.map +1 -0
- package/lib/components/cap-content/CapContent.d.ts +1 -0
- package/lib/components/cap-content/CapContent.d.ts.map +1 -0
- package/lib/components/cap-content/CapContentTitle.d.ts +1 -0
- package/lib/components/cap-content/CapContentTitle.d.ts.map +1 -0
- package/lib/components/content/Content.css.d.ts +1 -0
- package/lib/components/content/Content.css.d.ts.map +1 -0
- package/lib/components/content/Content.d.ts +1 -0
- package/lib/components/content/Content.d.ts.map +1 -0
- package/lib/components/icon/Icon.css.d.ts +2 -1
- package/lib/components/icon/Icon.css.d.ts.map +1 -0
- package/lib/components/icon/Icon.d.ts +1 -0
- package/lib/components/icon/Icon.d.ts.map +1 -0
- package/lib/components/icon/icons/index.d.ts +1 -0
- package/lib/components/icon/icons/index.d.ts.map +1 -0
- package/lib/components/input-panel/InputPanel.css.d.ts +1 -0
- package/lib/components/input-panel/InputPanel.css.d.ts.map +1 -0
- package/lib/components/input-panel/InputPanel.d.ts +1 -0
- package/lib/components/input-panel/InputPanel.d.ts.map +1 -0
- package/lib/components/reorder-wrapper/ReorderWrapper.d.ts +1 -0
- package/lib/components/reorder-wrapper/ReorderWrapper.d.ts.map +1 -0
- package/lib/components/spinner/Spinner.css.d.ts +2 -1
- package/lib/components/spinner/Spinner.css.d.ts.map +1 -0
- package/lib/components/spinner/Spinner.d.ts +1 -0
- package/lib/components/spinner/Spinner.d.ts.map +1 -0
- package/lib/components/spinner/Spinner.examples.d.ts +1 -0
- package/lib/components/spinner/Spinner.examples.d.ts.map +1 -0
- package/lib/components/title/Title.css.d.ts +2 -1
- package/lib/components/title/Title.css.d.ts.map +1 -0
- package/lib/components/title/Title.d.ts +1 -0
- package/lib/components/title/Title.d.ts.map +1 -0
- package/lib/components/vertical-rule/VerticalRule.css.d.ts +1 -0
- package/lib/components/vertical-rule/VerticalRule.css.d.ts.map +1 -0
- package/lib/components/vertical-rule/VerticalRule.d.ts +1 -0
- package/lib/components/vertical-rule/VerticalRule.d.ts.map +1 -0
- package/lib/content-row/content-row/ContentRow.css.d.ts +150 -0
- package/lib/content-row/content-row/ContentRow.css.d.ts.map +1 -0
- package/lib/content-row/content-row/ContentRow.css.js +19 -0
- package/lib/content-row/content-row/ContentRow.d.ts +27 -0
- package/lib/content-row/content-row/ContentRow.d.ts.map +1 -0
- package/lib/content-row/content-row/ContentRow.js +175 -0
- package/lib/content-row/content-row-col/ContentRowCol.css.d.ts +51 -0
- package/lib/content-row/content-row-col/ContentRowCol.css.d.ts.map +1 -0
- package/lib/content-row/content-row-col/ContentRowCol.css.js +8 -0
- package/lib/content-row/content-row-col/ContentRowCol.d.ts +11 -0
- package/lib/content-row/content-row-col/ContentRowCol.d.ts.map +1 -0
- package/lib/content-row/content-row-col/ContentRowCol.js +50 -0
- package/lib/content-row/content-row-expansion/ContentRowExpansion.d.ts +6 -0
- package/lib/content-row/content-row-expansion/ContentRowExpansion.d.ts.map +1 -0
- package/lib/content-row/content-row-expansion/ContentRowExpansion.js +25 -0
- package/lib/content-row/index.d.ts +5 -0
- package/lib/content-row/index.d.ts.map +1 -0
- package/lib/content-row/index.js +336 -0
- package/lib/content-row/index.umd.cjs +1 -0
- package/lib/content-row/row-list-auto-layout/RowListAutoLayout.css.d.ts +9 -0
- package/lib/content-row/row-list-auto-layout/RowListAutoLayout.css.d.ts.map +1 -0
- package/lib/content-row/row-list-auto-layout/RowListAutoLayout.css.js +6 -0
- package/lib/content-row/row-list-auto-layout/RowListAutoLayout.d.ts +6 -0
- package/lib/content-row/row-list-auto-layout/RowListAutoLayout.d.ts.map +1 -0
- package/lib/content-row/row-list-auto-layout/RowListAutoLayout.js +48 -0
- package/lib/content-row/style.css +1 -0
- package/lib/content-tiles/content-tile/ContentTile.css.d.ts +59 -0
- package/lib/content-tiles/content-tile/ContentTile.css.d.ts.map +1 -0
- package/lib/content-tiles/content-tile/ContentTile.css.js +15 -0
- package/lib/content-tiles/content-tile/ContentTile.d.ts +16 -0
- package/lib/content-tiles/content-tile/ContentTile.d.ts.map +1 -0
- package/lib/content-tiles/content-tile/ContentTile.js +62 -0
- package/lib/content-tiles/content-tile-list/ContentTileList.css.d.ts +3 -0
- package/lib/content-tiles/content-tile-list/ContentTileList.css.d.ts.map +1 -0
- package/lib/content-tiles/content-tile-list/ContentTileList.css.js +6 -0
- package/lib/content-tiles/content-tile-list/ContentTileList.d.ts +3 -0
- package/lib/content-tiles/content-tile-list/ContentTileList.d.ts.map +1 -0
- package/lib/content-tiles/content-tile-list/ContentTileList.js +14 -0
- package/lib/content-tiles/index.d.ts +3 -0
- package/lib/content-tiles/index.d.ts.map +1 -0
- package/lib/content-tiles/index.js +124 -0
- package/lib/content-tiles/index.umd.cjs +1 -0
- package/lib/content-tiles/style.css +1 -0
- package/lib/core.css +1 -0
- package/lib/dropdowns/dropdown/Dropdown.css.d.ts +74 -0
- package/lib/dropdowns/dropdown/Dropdown.css.d.ts.map +1 -0
- package/lib/dropdowns/dropdown/Dropdown.css.js +9 -0
- package/lib/dropdowns/dropdown/Dropdown.d.ts +16 -0
- package/lib/dropdowns/dropdown/Dropdown.d.ts.map +1 -0
- package/lib/dropdowns/dropdown/Dropdown.js +70 -0
- package/lib/dropdowns/index.d.ts +4 -0
- package/lib/dropdowns/index.d.ts.map +1 -0
- package/lib/dropdowns/index.js +180 -0
- package/lib/dropdowns/index.umd.cjs +1 -0
- package/lib/dropdowns/option-list/Option.css.d.ts +3 -0
- package/lib/dropdowns/option-list/Option.css.d.ts.map +1 -0
- package/lib/dropdowns/option-list/Option.css.js +6 -0
- package/lib/dropdowns/option-list/Option.d.ts +5 -0
- package/lib/dropdowns/option-list/Option.d.ts.map +1 -0
- package/lib/dropdowns/option-list/Option.js +22 -0
- package/lib/dropdowns/option-list/OptionList.css.d.ts +3 -0
- package/lib/dropdowns/option-list/OptionList.css.d.ts.map +1 -0
- package/lib/dropdowns/option-list/OptionList.css.js +6 -0
- package/lib/dropdowns/option-list/OptionList.d.ts +11 -0
- package/lib/dropdowns/option-list/OptionList.d.ts.map +1 -0
- package/lib/dropdowns/option-list/OptionList.js +46 -0
- package/lib/dropdowns/style.css +1 -0
- package/lib/editable-table/EditableTable.d.ts +6 -0
- package/lib/editable-table/EditableTable.d.ts.map +1 -0
- package/lib/editable-table/EditableTable.js +71 -0
- package/lib/editable-table/index.d.ts +2 -0
- package/lib/editable-table/index.d.ts.map +1 -0
- package/lib/editable-table/index.js +4 -0
- package/lib/editable-table/style.css +157 -0
- package/lib/examples.d.ts +1 -0
- package/lib/examples.d.ts.map +1 -0
- package/lib/feedback-block/FeedbackBlock.css.d.ts +12 -0
- package/lib/feedback-block/FeedbackBlock.css.d.ts.map +1 -0
- package/lib/feedback-block/FeedbackBlock.css.js +8 -0
- package/lib/feedback-block/FeedbackBlock.d.ts +10 -0
- package/lib/feedback-block/FeedbackBlock.d.ts.map +1 -0
- package/lib/feedback-block/FeedbackBlock.js +38 -0
- package/lib/feedback-block/index.d.ts +2 -0
- package/lib/feedback-block/index.d.ts.map +1 -0
- package/lib/feedback-block/index.js +91 -0
- package/lib/feedback-block/index.umd.cjs +1 -0
- package/lib/feedback-block/style.css +1 -0
- package/lib/file-upload/file-upload/FileUpload.css.d.ts +95 -0
- package/lib/file-upload/file-upload/FileUpload.css.d.ts.map +1 -0
- package/lib/file-upload/file-upload/FileUpload.css.js +19 -0
- package/lib/file-upload/file-upload/FileUpload.d.ts +20 -0
- package/lib/file-upload/file-upload/FileUpload.d.ts.map +1 -0
- package/lib/file-upload/file-upload/FileUpload.js +197 -0
- package/lib/file-upload/file-upload/mime-type.enum.d.ts +98 -0
- package/lib/file-upload/file-upload/mime-type.enum.d.ts.map +1 -0
- package/lib/file-upload/file-upload/mime-type.enum.js +106 -0
- package/lib/file-upload/index.d.ts +2 -0
- package/lib/file-upload/index.d.ts.map +1 -0
- package/lib/file-upload/index.js +352 -0
- package/lib/file-upload/index.umd.cjs +1 -0
- package/lib/file-upload/style.css +1 -0
- package/lib/filter-tiles/filter-tile/FilterTile.css.d.ts +37 -0
- package/lib/filter-tiles/filter-tile/FilterTile.css.d.ts.map +1 -0
- package/lib/filter-tiles/filter-tile/FilterTile.css.js +10 -0
- package/lib/filter-tiles/filter-tile/FilterTile.d.ts +9 -0
- package/lib/filter-tiles/filter-tile/FilterTile.d.ts.map +1 -0
- package/lib/filter-tiles/filter-tile/FilterTile.js +35 -0
- package/lib/filter-tiles/filter-tile-set/FilterTileSet.css.d.ts +2 -0
- package/lib/filter-tiles/filter-tile-set/FilterTileSet.css.d.ts.map +1 -0
- package/lib/filter-tiles/filter-tile-set/FilterTileSet.css.js +5 -0
- package/lib/filter-tiles/filter-tile-set/FilterTileSet.d.ts +4 -0
- package/lib/filter-tiles/filter-tile-set/FilterTileSet.d.ts.map +1 -0
- package/lib/filter-tiles/filter-tile-set/FilterTileSet.js +16 -0
- package/lib/filter-tiles/index.d.ts +3 -0
- package/lib/filter-tiles/index.d.ts.map +1 -0
- package/lib/filter-tiles/index.js +100 -0
- package/lib/filter-tiles/index.umd.cjs +1 -0
- package/lib/filter-tiles/style.css +1 -0
- package/lib/focused-task/focused-task/FocusedTask.css.d.ts +15 -0
- package/lib/focused-task/focused-task/FocusedTask.css.d.ts.map +1 -0
- package/lib/focused-task/focused-task/FocusedTask.css.js +13 -0
- package/lib/focused-task/focused-task/FocusedTask.d.ts +17 -0
- package/lib/focused-task/focused-task/FocusedTask.d.ts.map +1 -0
- package/lib/focused-task/focused-task/FocusedTask.js +77 -0
- package/lib/focused-task/focused-task/useFocusedTask.d.ts +17 -0
- package/lib/focused-task/focused-task/useFocusedTask.d.ts.map +1 -0
- package/lib/focused-task/focused-task/useFocusedTask.js +19 -0
- package/lib/focused-task/focused-task-actions/FocusedTaskActions.d.ts +4 -0
- package/lib/focused-task/focused-task-actions/FocusedTaskActions.d.ts.map +1 -0
- package/lib/focused-task/focused-task-actions/FocusedTaskActions.js +14 -0
- package/lib/focused-task/index.d.ts +4 -0
- package/lib/focused-task/index.d.ts.map +1 -0
- package/lib/focused-task/index.js +154 -0
- package/lib/focused-task/index.umd.cjs +1 -0
- package/lib/focused-task/style.css +1 -0
- package/lib/growler/Growler.css.d.ts +18 -0
- package/lib/growler/Growler.css.d.ts.map +1 -0
- package/lib/growler/Growler.css.js +13 -0
- package/lib/growler/Growler.d.ts +23 -0
- package/lib/growler/Growler.d.ts.map +1 -0
- package/lib/growler/Growler.js +93 -0
- package/lib/growler/GrowlerListProvider.d.ts +14 -0
- package/lib/growler/GrowlerListProvider.d.ts.map +1 -0
- package/lib/growler/GrowlerListProvider.js +42 -0
- package/lib/growler/Sonner.css.d.ts +17 -0
- package/lib/growler/Sonner.css.d.ts.map +1 -0
- package/lib/growler/Sonner.css.js +13 -0
- package/lib/growler/index.d.ts +4 -0
- package/lib/growler/index.d.ts.map +1 -0
- package/lib/growler/index.js +267 -0
- package/lib/growler/index.umd.cjs +1 -0
- package/lib/growler/sonner.d.ts +87 -0
- package/lib/growler/sonner.d.ts.map +1 -0
- package/lib/growler/sonner.js +86 -0
- package/lib/growler/style.css +1 -0
- package/lib/index.d.ts +1 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +38 -36
- package/lib/index.umd.cjs +4 -4
- package/lib/insight-card/InsightCard.css.d.ts +20 -0
- package/lib/insight-card/InsightCard.css.d.ts.map +1 -0
- package/lib/insight-card/InsightCard.css.js +14 -0
- package/lib/insight-card/InsightCard.d.ts +15 -0
- package/lib/insight-card/InsightCard.d.ts.map +1 -0
- package/lib/insight-card/InsightCard.js +69 -0
- package/lib/insight-card/InsightCardSet.d.ts +3 -0
- package/lib/insight-card/InsightCardSet.d.ts.map +1 -0
- package/lib/insight-card/InsightCardSet.js +13 -0
- package/lib/insight-card/index.d.ts +3 -0
- package/lib/insight-card/index.d.ts.map +1 -0
- package/lib/insight-card/index.js +130 -0
- package/lib/insight-card/index.umd.cjs +1 -0
- package/lib/insight-card/style.css +1 -0
- package/lib/key-value-set/index.d.ts +3 -0
- package/lib/key-value-set/index.d.ts.map +1 -0
- package/lib/key-value-set/index.js +95 -0
- package/lib/key-value-set/index.umd.cjs +1 -0
- package/lib/key-value-set/key-value-set/KeyValueSet.css.d.ts +7 -0
- package/lib/key-value-set/key-value-set/KeyValueSet.css.d.ts.map +1 -0
- package/lib/key-value-set/key-value-set/KeyValueSet.css.js +6 -0
- package/lib/key-value-set/key-value-set/KeyValueSet.d.ts +6 -0
- package/lib/key-value-set/key-value-set/KeyValueSet.d.ts.map +1 -0
- package/lib/key-value-set/key-value-set/KeyValueSet.js +23 -0
- package/lib/key-value-set/key-value-set-item/KeyValueSetItem.css.d.ts +14 -0
- package/lib/key-value-set/key-value-set-item/KeyValueSetItem.css.d.ts.map +1 -0
- package/lib/key-value-set/key-value-set-item/KeyValueSetItem.css.js +8 -0
- package/lib/key-value-set/key-value-set-item/KeyValueSetItem.d.ts +7 -0
- package/lib/key-value-set/key-value-set-item/KeyValueSetItem.d.ts.map +1 -0
- package/lib/key-value-set/key-value-set-item/KeyValueSetItem.js +23 -0
- package/lib/key-value-set/style.css +1 -0
- package/lib/list-bar/advanced-search/AdvancedSearch.css.d.ts +11 -0
- package/lib/list-bar/advanced-search/AdvancedSearch.css.d.ts.map +1 -0
- package/lib/list-bar/advanced-search/AdvancedSearch.css.js +9 -0
- package/lib/list-bar/advanced-search/AdvancedSearch.d.ts +16 -0
- package/lib/list-bar/advanced-search/AdvancedSearch.d.ts.map +1 -0
- package/lib/list-bar/advanced-search/AdvancedSearch.js +56 -0
- package/lib/list-bar/index.d.ts +8 -0
- package/lib/list-bar/index.d.ts.map +1 -0
- package/lib/list-bar/index.js +317 -0
- package/lib/list-bar/index.umd.cjs +1 -0
- package/lib/list-bar/list-bar/InputGroupWrapper.d.ts +4 -0
- package/lib/list-bar/list-bar/InputGroupWrapper.d.ts.map +1 -0
- package/lib/list-bar/list-bar/InputGroupWrapper.js +20 -0
- package/lib/list-bar/list-bar/ListBar.css.d.ts +39 -0
- package/lib/list-bar/list-bar/ListBar.css.d.ts.map +1 -0
- package/lib/list-bar/list-bar/ListBar.css.js +18 -0
- package/lib/list-bar/list-bar/ListBar.d.ts +20 -0
- package/lib/list-bar/list-bar/ListBar.d.ts.map +1 -0
- package/lib/list-bar/list-bar/ListBar.js +123 -0
- package/lib/list-bar/list-bar/ListBarSearch.d.ts +6 -0
- package/lib/list-bar/list-bar/ListBarSearch.d.ts.map +1 -0
- package/lib/list-bar/list-bar/ListBarSearch.js +23 -0
- package/lib/list-bar/list-bar/ListBarSearchInfo.d.ts +4 -0
- package/lib/list-bar/list-bar/ListBarSearchInfo.d.ts.map +1 -0
- package/lib/list-bar/list-bar/ListBarSearchInfo.js +13 -0
- package/lib/list-bar/list-bar/ListBarSortBy.d.ts +16 -0
- package/lib/list-bar/list-bar/ListBarSortBy.d.ts.map +1 -0
- package/lib/list-bar/list-bar/ListBarSortBy.js +40 -0
- package/lib/list-bar/search-results-bar/SearchResultsBar.css.d.ts +10 -0
- package/lib/list-bar/search-results-bar/SearchResultsBar.css.d.ts.map +1 -0
- package/lib/list-bar/search-results-bar/SearchResultsBar.css.js +14 -0
- package/lib/list-bar/search-results-bar/SearchResultsBar.d.ts +11 -0
- package/lib/list-bar/search-results-bar/SearchResultsBar.d.ts.map +1 -0
- package/lib/list-bar/search-results-bar/SearchResultsBar.js +30 -0
- package/lib/list-bar/style.css +1 -0
- package/lib/manifest.d.ts +1 -0
- package/lib/manifest.d.ts.map +1 -0
- package/lib/matrix/index.d.ts +7 -0
- package/lib/matrix/index.d.ts.map +1 -0
- package/lib/matrix/index.js +95 -0
- package/lib/matrix/index.umd.cjs +1 -0
- package/lib/matrix/matrix/Matrix.css.d.ts +5 -0
- package/lib/matrix/matrix/Matrix.css.d.ts.map +1 -0
- package/lib/matrix/matrix/Matrix.css.js +8 -0
- package/lib/matrix/matrix/Matrix.d.ts +6 -0
- package/lib/matrix/matrix/Matrix.d.ts.map +1 -0
- package/lib/matrix/matrix/Matrix.js +28 -0
- package/lib/matrix/matrix-body/MatrixBody.d.ts +4 -0
- package/lib/matrix/matrix-body/MatrixBody.d.ts.map +1 -0
- package/lib/matrix/matrix-body/MatrixBody.js +15 -0
- package/lib/matrix/matrix-cell/MatrixCell.d.ts +4 -0
- package/lib/matrix/matrix-cell/MatrixCell.d.ts.map +1 -0
- package/lib/matrix/matrix-cell/MatrixCell.js +19 -0
- package/lib/matrix/matrix-head/MatrixHead.d.ts +4 -0
- package/lib/matrix/matrix-head/MatrixHead.d.ts.map +1 -0
- package/lib/matrix/matrix-head/MatrixHead.js +15 -0
- package/lib/matrix/matrix-header/MatrixHeader.d.ts +16 -0
- package/lib/matrix/matrix-header/MatrixHeader.d.ts.map +1 -0
- package/lib/matrix/matrix-header/MatrixHeader.js +25 -0
- package/lib/matrix/matrix-row/MatrixRow.d.ts +4 -0
- package/lib/matrix/matrix-row/MatrixRow.d.ts.map +1 -0
- package/lib/matrix/matrix-row/MatrixRow.js +15 -0
- package/lib/matrix/style.css +1 -0
- package/lib/metadata/metadata.d.ts +1 -0
- package/lib/metadata/metadata.d.ts.map +1 -0
- package/lib/modal/index.d.ts +4 -0
- package/lib/modal/index.d.ts.map +1 -0
- package/lib/modal/index.js +197 -0
- package/lib/modal/index.umd.cjs +1 -0
- package/lib/modal/modal/Modal.css.d.ts +20 -0
- package/lib/modal/modal/Modal.css.d.ts.map +1 -0
- package/lib/modal/modal/Modal.css.js +14 -0
- package/lib/modal/modal/Modal.d.ts +27 -0
- package/lib/modal/modal/Modal.d.ts.map +1 -0
- package/lib/modal/modal/Modal.js +113 -0
- package/lib/modal/modal/useModal.d.ts +17 -0
- package/lib/modal/modal/useModal.d.ts.map +1 -0
- package/lib/modal/modal/useModal.js +26 -0
- package/lib/modal/modal-footer/ModalFooter.d.ts +4 -0
- package/lib/modal/modal-footer/ModalFooter.d.ts.map +1 -0
- package/lib/modal/modal-footer/ModalFooter.js +14 -0
- package/lib/modal/style.css +1 -0
- package/lib/node_modules/.pnpm/@vanilla-extract_recipes@0.2.5_@vanilla-extract_css@1.17.4/node_modules/@vanilla-extract/recipes/createRuntimeFn/dist/vanilla-extract-recipes-createRuntimeFn.esm.js +57 -0
- package/lib/node_modules/.pnpm/nanoid@5.1.5/node_modules/nanoid/index.browser.js +11 -0
- package/lib/node_modules/.pnpm/nanoid@5.1.5/node_modules/nanoid/url-alphabet/index.js +4 -0
- package/lib/page-title/index.d.ts +3 -0
- package/lib/page-title/index.d.ts.map +1 -0
- package/lib/page-title/index.js +32 -0
- package/lib/page-title/index.umd.cjs +1 -0
- package/lib/page-title/page-subtitle/PageSubtitle.css.d.ts +3 -0
- package/lib/page-title/page-subtitle/PageSubtitle.css.d.ts.map +1 -0
- package/lib/page-title/page-subtitle/PageSubtitle.css.js +6 -0
- package/lib/page-title/page-subtitle/PageSubtitle.d.ts +4 -0
- package/lib/page-title/page-subtitle/PageSubtitle.d.ts.map +1 -0
- package/lib/page-title/page-subtitle/PageSubtitle.js +19 -0
- package/lib/page-title/page-title/PageTitle.css.d.ts +4 -0
- package/lib/page-title/page-title/PageTitle.css.d.ts.map +1 -0
- package/lib/page-title/page-title/PageTitle.css.js +7 -0
- package/lib/page-title/page-title/PageTitle.d.ts +4 -0
- package/lib/page-title/page-title/PageTitle.d.ts.map +1 -0
- package/lib/page-title/page-title/PageTitle.js +17 -0
- package/lib/page-title/style.css +1 -0
- package/lib/photo/index.d.ts +3 -0
- package/lib/photo/index.d.ts.map +1 -0
- package/lib/photo/index.js +179 -0
- package/lib/photo/index.umd.cjs +1 -0
- package/lib/photo/photo/Photo.css.d.ts +12 -0
- package/lib/photo/photo/Photo.css.d.ts.map +1 -0
- package/lib/photo/photo/Photo.css.js +8 -0
- package/lib/photo/photo/Photo.d.ts +11 -0
- package/lib/photo/photo/Photo.d.ts.map +1 -0
- package/lib/photo/photo/Photo.js +83 -0
- package/lib/photo/photo-carousel/PhotoCarousel.css.d.ts +13 -0
- package/lib/photo/photo-carousel/PhotoCarousel.css.d.ts.map +1 -0
- package/lib/photo/photo-carousel/PhotoCarousel.css.js +10 -0
- package/lib/photo/photo-carousel/PhotoCarousel.d.ts +4 -0
- package/lib/photo/photo-carousel/PhotoCarousel.d.ts.map +1 -0
- package/lib/photo/photo-carousel/PhotoCarousel.js +48 -0
- package/lib/photo/style.css +1 -0
- package/lib/product-bar/hooks/usePriorityPlus.d.ts +33 -0
- package/lib/product-bar/hooks/usePriorityPlus.d.ts.map +1 -0
- package/lib/product-bar/hooks/usePriorityPlus.js +106 -0
- package/lib/product-bar/index.d.ts +5 -0
- package/lib/product-bar/index.d.ts.map +1 -0
- package/lib/product-bar/index.js +397 -0
- package/lib/product-bar/index.umd.cjs +1 -0
- package/lib/product-bar/product-bar/ProductBar.css.d.ts +43 -0
- package/lib/product-bar/product-bar/ProductBar.css.d.ts.map +1 -0
- package/lib/product-bar/product-bar/ProductBar.css.js +15 -0
- package/lib/product-bar/product-bar/ProductBar.d.ts +14 -0
- package/lib/product-bar/product-bar/ProductBar.d.ts.map +1 -0
- package/lib/product-bar/product-bar/ProductBar.js +107 -0
- package/lib/product-bar/product-bar-name/ProductBarName.d.ts +12 -0
- package/lib/product-bar/product-bar-name/ProductBarName.d.ts.map +1 -0
- package/lib/product-bar/product-bar-name/ProductBarName.js +33 -0
- package/lib/product-bar/product-bar-overflow-menu/ProductBarOverflowMenu.css.d.ts +23 -0
- package/lib/product-bar/product-bar-overflow-menu/ProductBarOverflowMenu.css.d.ts.map +1 -0
- package/lib/product-bar/product-bar-overflow-menu/ProductBarOverflowMenu.css.js +9 -0
- package/lib/product-bar/product-bar-overflow-menu/ProductBarOverflowMenu.d.ts +13 -0
- package/lib/product-bar/product-bar-overflow-menu/ProductBarOverflowMenu.d.ts.map +1 -0
- package/lib/product-bar/product-bar-overflow-menu/ProductBarOverflowMenu.js +71 -0
- package/lib/product-bar/product-bar-tab/ProductBarTab.d.ts +16 -0
- package/lib/product-bar/product-bar-tab/ProductBarTab.d.ts.map +1 -0
- package/lib/product-bar/product-bar-tab/ProductBarTab.js +24 -0
- package/lib/product-bar/slack-link/SlackLink.css.d.ts +3 -0
- package/lib/product-bar/slack-link/SlackLink.css.d.ts.map +1 -0
- package/lib/product-bar/slack-link/SlackLink.css.js +6 -0
- package/lib/product-bar/slack-link/SlackLink.d.ts +6 -0
- package/lib/product-bar/slack-link/SlackLink.d.ts.map +1 -0
- package/lib/product-bar/slack-link/SlackLink.js +32 -0
- package/lib/product-bar/style.css +1 -0
- package/lib/product-bar-vertical/index.d.ts +5 -0
- package/lib/product-bar-vertical/index.d.ts.map +1 -0
- package/lib/product-bar-vertical/index.js +261 -0
- package/lib/product-bar-vertical/index.umd.cjs +1 -0
- package/lib/product-bar-vertical/product-bar-vertical/ProductBarVertical.css.d.ts +78 -0
- package/lib/product-bar-vertical/product-bar-vertical/ProductBarVertical.css.d.ts.map +1 -0
- package/lib/product-bar-vertical/product-bar-vertical/ProductBarVertical.css.js +24 -0
- package/lib/product-bar-vertical/product-bar-vertical/ProductBarVertical.d.ts +8 -0
- package/lib/product-bar-vertical/product-bar-vertical/ProductBarVertical.d.ts.map +1 -0
- package/lib/product-bar-vertical/product-bar-vertical/ProductBarVertical.js +62 -0
- package/lib/product-bar-vertical/product-bar-vertical-header/ProductBarVerticalHeader.d.ts +9 -0
- package/lib/product-bar-vertical/product-bar-vertical-header/ProductBarVerticalHeader.d.ts.map +1 -0
- package/lib/product-bar-vertical/product-bar-vertical-header/ProductBarVerticalHeader.js +44 -0
- package/lib/product-bar-vertical/product-bar-vertical-item/ProductBarVerticalItem.d.ts +15 -0
- package/lib/product-bar-vertical/product-bar-vertical-item/ProductBarVerticalItem.d.ts.map +1 -0
- package/lib/product-bar-vertical/product-bar-vertical-item/ProductBarVerticalItem.js +91 -0
- package/lib/product-bar-vertical/product-bar-vertical-section/ProductBarVerticalSection.d.ts +10 -0
- package/lib/product-bar-vertical/product-bar-vertical-section/ProductBarVerticalSection.d.ts.map +1 -0
- package/lib/product-bar-vertical/product-bar-vertical-section/ProductBarVerticalSection.js +30 -0
- package/lib/product-bar-vertical/style.css +1 -0
- package/lib/progress-indicators/index.d.ts +4 -0
- package/lib/progress-indicators/index.d.ts.map +1 -0
- package/lib/progress-indicators/index.js +264 -0
- package/lib/progress-indicators/index.umd.cjs +1 -0
- package/lib/progress-indicators/progress-bar/ProgressBar.css.d.ts +19 -0
- package/lib/progress-indicators/progress-bar/ProgressBar.css.d.ts.map +1 -0
- package/lib/progress-indicators/progress-bar/ProgressBar.css.js +14 -0
- package/lib/progress-indicators/progress-bar/ProgressBar.d.ts +13 -0
- package/lib/progress-indicators/progress-bar/ProgressBar.d.ts.map +1 -0
- package/lib/progress-indicators/progress-bar/ProgressBar.js +112 -0
- package/lib/progress-indicators/progress-bar/progress-bar-step/ProgressBarStep.css.d.ts +14 -0
- package/lib/progress-indicators/progress-bar/progress-bar-step/ProgressBarStep.css.d.ts.map +1 -0
- package/lib/progress-indicators/progress-bar/progress-bar-step/ProgressBarStep.css.js +9 -0
- package/lib/progress-indicators/progress-bar/progress-bar-step/ProgressBarStep.d.ts +14 -0
- package/lib/progress-indicators/progress-bar/progress-bar-step/ProgressBarStep.d.ts.map +1 -0
- package/lib/progress-indicators/progress-bar/progress-bar-step/ProgressBarStep.js +56 -0
- package/lib/progress-indicators/progress-ring/ProgressRing.d.ts +8 -0
- package/lib/progress-indicators/progress-ring/ProgressRing.d.ts.map +1 -0
- package/lib/progress-indicators/progress-ring/ProgressRing.js +54 -0
- package/lib/progress-indicators/style.css +1 -0
- package/lib/rich-text-editor/index.d.ts +3 -0
- package/lib/rich-text-editor/index.d.ts.map +1 -0
- package/lib/rich-text-editor/index.js +588 -0
- package/lib/rich-text-editor/index.umd.cjs +13 -0
- package/lib/rich-text-editor/rich-text-editor/RTELinkModal.d.ts +13 -0
- package/lib/rich-text-editor/rich-text-editor/RTELinkModal.d.ts.map +1 -0
- package/lib/rich-text-editor/rich-text-editor/RTELinkModal.js +35 -0
- package/lib/rich-text-editor/rich-text-editor/RTEToolbarButton.css.d.ts +16 -0
- package/lib/rich-text-editor/rich-text-editor/RTEToolbarButton.css.d.ts.map +1 -0
- package/lib/rich-text-editor/rich-text-editor/RTEToolbarButton.css.js +7 -0
- package/lib/rich-text-editor/rich-text-editor/RTEToolbarButton.d.ts +11 -0
- package/lib/rich-text-editor/rich-text-editor/RTEToolbarButton.d.ts.map +1 -0
- package/lib/rich-text-editor/rich-text-editor/RTEToolbarButton.js +38 -0
- package/lib/rich-text-editor/rich-text-editor/RichTextEditor.css.d.ts +15 -0
- package/lib/rich-text-editor/rich-text-editor/RichTextEditor.css.d.ts.map +1 -0
- package/lib/rich-text-editor/rich-text-editor/RichTextEditor.css.js +9 -0
- package/lib/rich-text-editor/rich-text-editor/RichTextEditor.d.ts +8 -0
- package/lib/rich-text-editor/rich-text-editor/RichTextEditor.d.ts.map +1 -0
- package/lib/rich-text-editor/rich-text-editor/RichTextEditor.js +81 -0
- package/lib/rich-text-editor/rich-text-editor/hooks/useHtmlToMd.d.ts +2 -0
- package/lib/rich-text-editor/rich-text-editor/hooks/useHtmlToMd.d.ts.map +1 -0
- package/lib/rich-text-editor/rich-text-editor/hooks/useHtmlToMd.js +20 -0
- package/lib/rich-text-editor/rich-text-editor/hooks/useMdToHtml.d.ts +2 -0
- package/lib/rich-text-editor/rich-text-editor/hooks/useMdToHtml.d.ts.map +1 -0
- package/lib/rich-text-editor/rich-text-editor/hooks/useMdToHtml.js +22 -0
- package/lib/rich-text-editor/rich-text-editor/hooks/useRTEContent.d.ts +14 -0
- package/lib/rich-text-editor/rich-text-editor/hooks/useRTEContent.d.ts.map +1 -0
- package/lib/rich-text-editor/rich-text-editor/hooks/useRTEContent.js +28 -0
- package/lib/rich-text-editor/rich-text-editor/hooks/useRTEObserver.d.ts +6 -0
- package/lib/rich-text-editor/rich-text-editor/hooks/useRTEObserver.d.ts.map +1 -0
- package/lib/rich-text-editor/rich-text-editor/hooks/useRTEObserver.js +94 -0
- package/lib/rich-text-editor/rich-text-editor/hooks/useRTESelectionListener.d.ts +7 -0
- package/lib/rich-text-editor/rich-text-editor/hooks/useRTESelectionListener.d.ts.map +1 -0
- package/lib/rich-text-editor/rich-text-editor/hooks/useRTESelectionListener.js +37 -0
- package/lib/rich-text-editor/rich-text-editor/hooks/useRTEToolbarButtons.d.ts +15 -0
- package/lib/rich-text-editor/rich-text-editor/hooks/useRTEToolbarButtons.d.ts.map +1 -0
- package/lib/rich-text-editor/rich-text-editor/hooks/useRTEToolbarButtons.js +214 -0
- package/lib/rich-text-editor/rich-text-editor/icons/BOLD.svg.js +4 -0
- package/lib/rich-text-editor/rich-text-editor/icons/INDENT.svg.js +4 -0
- package/lib/rich-text-editor/rich-text-editor/icons/ITALICS.svg.js +4 -0
- package/lib/rich-text-editor/rich-text-editor/icons/LINK.svg.js +4 -0
- package/lib/rich-text-editor/rich-text-editor/icons/ORDERED_LIST.svg.js +4 -0
- package/lib/rich-text-editor/rich-text-editor/icons/OUTDENT.svg.js +4 -0
- package/lib/rich-text-editor/rich-text-editor/icons/REDO.svg.js +4 -0
- package/lib/rich-text-editor/rich-text-editor/icons/UNDO.svg.js +4 -0
- package/lib/rich-text-editor/rich-text-editor/icons/UNLINK.svg.js +4 -0
- package/lib/rich-text-editor/rich-text-editor/icons/UNORDERED_LIST.svg.js +4 -0
- package/lib/rich-text-editor/rich-text-editor/icons/index.d.ts +12 -0
- package/lib/rich-text-editor/rich-text-editor/icons/index.d.ts.map +1 -0
- package/lib/rich-text-editor/rich-text-editor/utils/flattenListItemParagraphs.d.ts +10 -0
- package/lib/rich-text-editor/rich-text-editor/utils/flattenListItemParagraphs.d.ts.map +1 -0
- package/lib/rich-text-editor/rich-text-editor/utils/flattenListItemParagraphs.js +13 -0
- package/lib/rich-text-editor/rich-text-editor/utils/utils.d.ts +3 -0
- package/lib/rich-text-editor/rich-text-editor/utils/utils.d.ts.map +1 -0
- package/lib/rich-text-editor/rich-text-editor/utils/utils.js +16 -0
- package/lib/rich-text-editor/style.css +1 -0
- package/lib/scrollable-container/ScrollableContainer.css.d.ts +2 -0
- package/lib/scrollable-container/ScrollableContainer.css.d.ts.map +1 -0
- package/lib/scrollable-container/ScrollableContainer.css.js +5 -0
- package/lib/scrollable-container/ScrollableContainer.d.ts +6 -0
- package/lib/scrollable-container/ScrollableContainer.d.ts.map +1 -0
- package/lib/scrollable-container/ScrollableContainer.js +29 -0
- package/lib/scrollable-container/index.d.ts +2 -0
- package/lib/scrollable-container/index.d.ts.map +1 -0
- package/lib/scrollable-container/index.js +29 -0
- package/lib/scrollable-container/index.umd.cjs +1 -0
- package/lib/scrollable-container/style.css +1 -0
- package/lib/side-nav/index.d.ts +5 -0
- package/lib/side-nav/index.d.ts.map +1 -0
- package/lib/side-nav/index.js +228 -0
- package/lib/side-nav/index.umd.cjs +1 -0
- package/lib/side-nav/side-nav/SideNav.css.d.ts +30 -0
- package/lib/side-nav/side-nav/SideNav.css.d.ts.map +1 -0
- package/lib/side-nav/side-nav/SideNav.css.js +17 -0
- package/lib/side-nav/side-nav/SideNav.d.ts +9 -0
- package/lib/side-nav/side-nav/SideNav.d.ts.map +1 -0
- package/lib/side-nav/side-nav/SideNav.js +62 -0
- package/lib/side-nav/side-nav/navContext.d.ts +5 -0
- package/lib/side-nav/side-nav/navContext.d.ts.map +1 -0
- package/lib/side-nav/side-nav/navContext.js +8 -0
- package/lib/side-nav/side-nav-header/SideNavHeader.d.ts +4 -0
- package/lib/side-nav/side-nav-header/SideNavHeader.d.ts.map +1 -0
- package/lib/side-nav/side-nav-header/SideNavHeader.js +17 -0
- package/lib/side-nav/side-nav-item/SideNavItem.d.ts +25 -0
- package/lib/side-nav/side-nav-item/SideNavItem.d.ts.map +1 -0
- package/lib/side-nav/side-nav-item/SideNavItem.js +84 -0
- package/lib/side-nav/side-nav-section/SideNavSection.d.ts +7 -0
- package/lib/side-nav/side-nav-section/SideNavSection.d.ts.map +1 -0
- package/lib/side-nav/side-nav-section/SideNavSection.js +28 -0
- package/lib/side-nav/style.css +1 -0
- package/lib/sorting-header/caret/caret.css.d.ts +21 -0
- package/lib/sorting-header/caret/caret.css.d.ts.map +1 -0
- package/lib/sorting-header/caret/caret.css.js +6 -0
- package/lib/sorting-header/index.d.ts +3 -0
- package/lib/sorting-header/index.d.ts.map +1 -0
- package/lib/sorting-header/index.js +250 -0
- package/lib/sorting-header/index.umd.cjs +1 -0
- package/lib/sorting-header/sorting-header/SortingHeader.css.d.ts +39 -0
- package/lib/sorting-header/sorting-header/SortingHeader.css.d.ts.map +1 -0
- package/lib/sorting-header/sorting-header/SortingHeader.css.js +7 -0
- package/lib/sorting-header/sorting-header/SortingHeader.d.ts +9 -0
- package/lib/sorting-header/sorting-header/SortingHeader.d.ts.map +1 -0
- package/lib/sorting-header/sorting-header/SortingHeader.js +126 -0
- package/lib/sorting-header/sorting-header-cell/SortingHeaderCell.css.d.ts +35 -0
- package/lib/sorting-header/sorting-header-cell/SortingHeaderCell.css.d.ts.map +1 -0
- package/lib/sorting-header/sorting-header-cell/SortingHeaderCell.css.js +6 -0
- package/lib/sorting-header/sorting-header-cell/SortingHeaderCell.d.ts +12 -0
- package/lib/sorting-header/sorting-header-cell/SortingHeaderCell.d.ts.map +1 -0
- package/lib/sorting-header/sorting-header-cell/SortingHeaderCell.js +77 -0
- package/lib/sorting-header/style.css +1 -0
- package/lib/style.css +1 -1
- package/lib/tabs/index.d.ts +4 -0
- package/lib/tabs/index.d.ts.map +1 -0
- package/lib/tabs/index.js +206 -0
- package/lib/tabs/index.umd.cjs +1 -0
- package/lib/tabs/style.css +1 -0
- package/lib/tabs/tab/Tab.css.d.ts +12 -0
- package/lib/tabs/tab/Tab.css.d.ts.map +1 -0
- package/lib/tabs/tab/Tab.css.js +7 -0
- package/lib/tabs/tab/Tab.d.ts +10 -0
- package/lib/tabs/tab/Tab.d.ts.map +1 -0
- package/lib/tabs/tab/Tab.js +28 -0
- package/lib/tabs/tab-panel/TabPanel.d.ts +9 -0
- package/lib/tabs/tab-panel/TabPanel.d.ts.map +1 -0
- package/lib/tabs/tab-panel/TabPanel.js +24 -0
- package/lib/tabs/tabs/Tabs.css.d.ts +30 -0
- package/lib/tabs/tabs/Tabs.css.d.ts.map +1 -0
- package/lib/tabs/tabs/Tabs.css.js +11 -0
- package/lib/tabs/tabs/Tabs.d.ts +6 -0
- package/lib/tabs/tabs/Tabs.d.ts.map +1 -0
- package/lib/tabs/tabs/Tabs.js +113 -0
- package/lib/tags/clickable-tag/ClickableTag.css.d.ts +17 -0
- package/lib/tags/clickable-tag/ClickableTag.css.d.ts.map +1 -0
- package/lib/tags/clickable-tag/ClickableTag.css.js +10 -0
- package/lib/tags/clickable-tag/ClickableTag.d.ts +13 -0
- package/lib/tags/clickable-tag/ClickableTag.d.ts.map +1 -0
- package/lib/tags/clickable-tag/ClickableTag.js +72 -0
- package/lib/tags/index.d.ts +4 -0
- package/lib/tags/index.d.ts.map +1 -0
- package/lib/tags/index.js +189 -0
- package/lib/tags/index.umd.cjs +1 -0
- package/lib/tags/split-tag/SplitTag.css.d.ts +67 -0
- package/lib/tags/split-tag/SplitTag.css.d.ts.map +1 -0
- package/lib/tags/split-tag/SplitTag.css.js +10 -0
- package/lib/tags/split-tag/SplitTag.d.ts +14 -0
- package/lib/tags/split-tag/SplitTag.d.ts.map +1 -0
- package/lib/tags/split-tag/SplitTag.js +32 -0
- package/lib/tags/style.css +1 -0
- package/lib/tags/tag/Tag.css.d.ts +24 -0
- package/lib/tags/tag/Tag.css.d.ts.map +1 -0
- package/lib/tags/tag/Tag.css.js +7 -0
- package/lib/tags/tag/Tag.d.ts +11 -0
- package/lib/tags/tag/Tag.d.ts.map +1 -0
- package/lib/tags/tag/Tag.js +41 -0
- package/lib/types/table.d.ts +1 -0
- package/lib/types/table.d.ts.map +1 -0
- package/lib/utils/ChildrenFn.d.ts +1 -0
- package/lib/utils/ChildrenFn.d.ts.map +1 -0
- package/lib/utils/ComponentProps.d.ts +1 -0
- package/lib/utils/ComponentProps.d.ts.map +1 -0
- package/lib/utils/Provide.d.ts +1 -0
- package/lib/utils/Provide.d.ts.map +1 -0
- package/lib/utils/VariantDefinitions.d.ts +1 -0
- package/lib/utils/VariantDefinitions.d.ts.map +1 -0
- package/lib/utils/addClassName.d.ts +1 -0
- package/lib/utils/addClassName.d.ts.map +1 -0
- package/lib/utils/addProps.d.ts +1 -0
- package/lib/utils/addProps.d.ts.map +1 -0
- package/lib/utils/bindProps.d.ts +1 -0
- package/lib/utils/bindProps.d.ts.map +1 -0
- package/lib/utils/cl.d.ts +1 -0
- package/lib/utils/cl.d.ts.map +1 -0
- package/lib/utils/combineEventHandlers.d.ts +1 -0
- package/lib/utils/combineEventHandlers.d.ts.map +1 -0
- package/lib/utils/contentOf.d.ts +1 -0
- package/lib/utils/contentOf.d.ts.map +1 -0
- package/lib/utils/getScrollParent.d.ts +1 -0
- package/lib/utils/getScrollParent.d.ts.map +1 -0
- package/lib/utils/modChildren.d.ts +1 -0
- package/lib/utils/modChildren.d.ts.map +1 -0
- package/lib/utils/selectChildren.d.ts +1 -0
- package/lib/utils/selectChildren.d.ts.map +1 -0
- package/lib/utils/useChildTestIdAttrBuilder.d.ts +1 -0
- package/lib/utils/useChildTestIdAttrBuilder.d.ts.map +1 -0
- package/lib/utils/useElementId.d.ts +1 -0
- package/lib/utils/useElementId.d.ts.map +1 -0
- package/lib/utils/usePatchReducer.d.ts +1 -0
- package/lib/utils/usePatchReducer.d.ts.map +1 -0
- package/lib/utils/usePortal.d.ts +1 -0
- package/lib/utils/usePortal.d.ts.map +1 -0
- package/lib/zero-state/ZeroState.css.d.ts +41 -0
- package/lib/zero-state/ZeroState.css.d.ts.map +1 -0
- package/lib/zero-state/ZeroState.css.js +12 -0
- package/lib/zero-state/ZeroState.d.ts +12 -0
- package/lib/zero-state/ZeroState.d.ts.map +1 -0
- package/lib/zero-state/ZeroState.js +31 -0
- package/lib/zero-state/index.d.ts +2 -0
- package/lib/zero-state/index.d.ts.map +1 -0
- package/lib/zero-state/index.js +84 -0
- package/lib/zero-state/index.umd.cjs +1 -0
- package/lib/zero-state/style.css +1 -0
- package/package.json +755 -6
- package/vite.action-bar.config.mjs +40 -0
- package/vite.add-to-list.config.mjs +40 -0
- package/vite.buttons.config.mjs +41 -0
- package/vite.cards.config.mjs +40 -0
- package/vite.config.mjs +5 -1
- package/vite.content-row.config.mjs +40 -0
- package/vite.content-tiles.config.mjs +40 -0
- package/vite.dropdowns.config.mjs +41 -0
- package/vite.editable-table.config.mjs +68 -0
- package/vite.feedback-block.config.mjs +40 -0
- package/vite.file-upload.config.mjs +40 -0
- package/vite.filter-tiles.config.mjs +40 -0
- package/vite.focused-task.config.mjs +40 -0
- package/vite.growler.config.mjs +41 -0
- package/vite.insight-card.config.mjs +40 -0
- package/vite.key-value-set.config.mjs +40 -0
- package/vite.list-bar.config.mjs +40 -0
- package/vite.matrix.config.mjs +40 -0
- package/vite.modal.config.mjs +40 -0
- package/vite.page-title.config.mjs +40 -0
- package/vite.photo.config.mjs +40 -0
- package/vite.product-bar-vertical.config.mjs +40 -0
- package/vite.product-bar.config.mjs +42 -0
- package/vite.progress-indicators.config.mjs +40 -0
- package/vite.rich-text-editor.config.mjs +48 -0
- package/vite.scrollable-container.config.mjs +40 -0
- package/vite.side-nav.config.mjs +40 -0
- package/vite.sorting-header.config.mjs +40 -0
- package/vite.subpaths.config.mjs +246 -0
- package/vite.tabs.config.mjs +43 -0
- package/vite.tags.config.mjs +40 -0
- package/vite.zero-state.config.mjs +40 -0
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/* empty css */
|
|
2
|
+
import { createRuntimeFn as _ } from "../../node_modules/.pnpm/@vanilla-extract_recipes@0.2.5_@vanilla-extract_css@1.17.4/node_modules/@vanilla-extract/recipes/createRuntimeFn/dist/vanilla-extract-recipes-createRuntimeFn.esm.js";
|
|
3
|
+
var a = _({ defaultClassName: "pkg_sps-woodland_core__version_8_51_0__hash_17kn1zk0", variantClassNames: { active: { true: "pkg_sps-woodland_core__version_8_51_0__hash_17kn1zk1", false: "pkg_sps-woodland_core__version_8_51_0__hash_17kn1zk2" }, mini: { true: "pkg_sps-woodland_core__version_8_51_0__hash_17kn1zk3", false: "pkg_sps-woodland_core__version_8_51_0__hash_17kn1zk4" }, error: { true: "pkg_sps-woodland_core__version_8_51_0__hash_17kn1zk5", false: "pkg_sps-woodland_core__version_8_51_0__hash_17kn1zk6" }, shown: { true: "pkg_sps-woodland_core__version_8_51_0__hash_17kn1zk7", false: "pkg_sps-woodland_core__version_8_51_0__hash_17kn1zk8" }, disabled: { true: "pkg_sps-woodland_core__version_8_51_0__hash_17kn1zk9", false: "pkg_sps-woodland_core__version_8_51_0__hash_17kn1zka" } }, defaultVariants: { active: !1, mini: !1, error: !1, shown: !0, disabled: !1 }, compoundVariants: [] }), e = _({ defaultClassName: "pkg_sps-woodland_core__version_8_51_0__hash_17kn1zkb", variantClassNames: { constrainContentWidth: { true: "pkg_sps-woodland_core__version_8_51_0__hash_17kn1zkc", false: "pkg_sps-woodland_core__version_8_51_0__hash_17kn1zkd" }, disabled: { true: "pkg_sps-woodland_core__version_8_51_0__hash_17kn1zke", false: "pkg_sps-woodland_core__version_8_51_0__hash_17kn1zkf" } }, defaultVariants: { constrainContentWidth: !1, disabled: !1 }, compoundVariants: [] }), n = "pkg_sps-woodland_core__version_8_51_0__hash_17kn1zkg", r = _({ defaultClassName: "pkg_sps-woodland_core__version_8_51_0__hash_17kn1zkh", variantClassNames: { mini: { true: "pkg_sps-woodland_core__version_8_51_0__hash_17kn1zki", false: "pkg_sps-woodland_core__version_8_51_0__hash_17kn1zkj" }, error: { true: "pkg_sps-woodland_core__version_8_51_0__hash_17kn1zkk", false: "pkg_sps-woodland_core__version_8_51_0__hash_17kn1zkl" }, disabled: { true: "pkg_sps-woodland_core__version_8_51_0__hash_17kn1zkm", false: "pkg_sps-woodland_core__version_8_51_0__hash_17kn1zkn" } }, defaultVariants: { mini: !1, error: !1, disabled: !1 }, compoundVariants: [] }), d = _({ defaultClassName: "pkg_sps-woodland_core__version_8_51_0__hash_17kn1zko", variantClassNames: { mini: { true: "pkg_sps-woodland_core__version_8_51_0__hash_17kn1zkp", false: "pkg_sps-woodland_core__version_8_51_0__hash_17kn1zkq" } }, defaultVariants: { mini: !1 }, compoundVariants: [] }), k = "pkg_sps-woodland_core__version_8_51_0__hash_17kn1zkr", l = "pkg_sps-woodland_core__version_8_51_0__hash_17kn1zks", i = "pkg_sps-woodland_core__version_8_51_0__hash_17kn1zkt", p = "pkg_sps-woodland_core__version_8_51_0__hash_17kn1zku", h = "pkg_sps-woodland_core__version_8_51_0__hash_17kn1zkv", t = "pkg_sps-woodland_core__version_8_51_0__hash_17kn1zkw", v = "pkg_sps-woodland_core__version_8_51_0__hash_17kn1zkx", c = "pkg_sps-woodland_core__version_8_51_0__hash_17kn1zky", f = "pkg_sps-woodland_core__version_8_51_0__hash_17kn1zkz";
|
|
4
|
+
export {
|
|
5
|
+
p as erroredFileMessage,
|
|
6
|
+
l as erroredFileName,
|
|
7
|
+
i as erroredFilenameSegment,
|
|
8
|
+
k as erroredFiles,
|
|
9
|
+
a as fileUpload,
|
|
10
|
+
v as fileUploadCloseButton,
|
|
11
|
+
e as fileUploadContent,
|
|
12
|
+
t as fileUploadDownloadButton,
|
|
13
|
+
c as fileUploadForm,
|
|
14
|
+
r as fileUploadIcon,
|
|
15
|
+
f as fileUploadImage,
|
|
16
|
+
n as fileUploadInstructions,
|
|
17
|
+
h as fileUploadRequirements,
|
|
18
|
+
d as fileUploadTitle
|
|
19
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { ComponentProps } from "@sps-woodland/core";
|
|
3
|
+
export declare function FileUpload({ constrainContentWidth, description, multiple, dismissable, processing, mini, downloadLabel, acceptExtensions, maxSize, customRequirement, onSelection, onDismiss, download, shown, className, disabled, children, ...rest }: ComponentProps<{
|
|
4
|
+
constrainContentWidth?: boolean;
|
|
5
|
+
description?: string;
|
|
6
|
+
multiple?: boolean;
|
|
7
|
+
dismissable?: boolean;
|
|
8
|
+
processing?: boolean;
|
|
9
|
+
mini?: boolean;
|
|
10
|
+
downloadLabel?: string;
|
|
11
|
+
acceptExtensions?: string[] | string;
|
|
12
|
+
maxSize?: string;
|
|
13
|
+
customRequirement?: string;
|
|
14
|
+
shown?: boolean;
|
|
15
|
+
onSelection: (files: File[]) => void;
|
|
16
|
+
onDismiss?: () => void;
|
|
17
|
+
download?: () => void;
|
|
18
|
+
disabled?: boolean;
|
|
19
|
+
}>): React.ReactElement;
|
|
20
|
+
//# sourceMappingURL=FileUpload.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FileUpload.d.ts","sourceRoot":"","sources":["../../../src/file-upload/file-upload/FileUpload.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAgB,cAAc,EAAW,MAAM,oBAAoB,CAAC;AA2C3E,wBAAgB,UAAU,CAAC,EACzB,qBAAqB,EACrB,WAAW,EACX,QAAgB,EAChB,WAAW,EACX,UAAU,EACV,IAAI,EACJ,aAAa,EACb,gBAAgB,EAChB,OAAO,EACP,iBAAiB,EACjB,WAAW,EACX,SAAS,EACT,QAAQ,EACR,KAAK,EACL,SAAS,EACT,QAAQ,EACR,QAAQ,EACR,GAAG,IAAI,EACR,EAAE,cAAc,CAAC;IAChB,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,gBAAgB,CAAC,EAAE,MAAM,EAAE,GAAG,MAAM,CAAC;IACrC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,WAAW,EAAE,CAAC,KAAK,EAAE,IAAI,EAAE,KAAK,IAAI,CAAC;IACrC,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;IACvB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC,GAAG,KAAK,CAAC,YAAY,CAqVtB"}
|
|
@@ -0,0 +1,197 @@
|
|
|
1
|
+
import * as e from "react";
|
|
2
|
+
import { Metadata as ue, cl as P, Spinner as de } from "@sps-woodland/core";
|
|
3
|
+
import { MIMEType as z } from "./mime-type.enum.js";
|
|
4
|
+
import { parseFileSize as me } from "@spscommerce/utils";
|
|
5
|
+
import { Button as W } from "@sps-woodland/core/button";
|
|
6
|
+
import { GENERAL_ERROR_LARGE as ge, UPLOAD_LARGE as Ee } from "@sps-woodland/illustrations";
|
|
7
|
+
import { useWoodlandLanguage as ye } from "@spscommerce/i18n";
|
|
8
|
+
import { fileUpload as he, fileUploadContent as Ue, fileUploadInstructions as b, fileUploadIcon as ve, fileUploadImage as Fe, fileUploadTitle as Ne, erroredFiles as De, erroredFileMessage as j, fileUploadRequirements as Te, fileUploadDownloadButton as Ce, fileUploadCloseButton as Le, fileUploadForm as Se, erroredFileName as ke, erroredFilenameSegment as x } from "./FileUpload.css.js";
|
|
9
|
+
function G({ list: h }) {
|
|
10
|
+
return /* @__PURE__ */ e.createElement(e.Fragment, null, h.map((i, c) => {
|
|
11
|
+
const d = Math.floor(i.length / 2);
|
|
12
|
+
return /* @__PURE__ */ e.createElement("div", { className: ke, key: i }, /* @__PURE__ */ e.createElement("span", { className: x }, i.substring(0, d)), /* @__PURE__ */ e.createElement("div", { className: x }, /* @__PURE__ */ e.createElement("span", null, i.substring(d))), c < h.length - 1 ? "," : "");
|
|
13
|
+
}));
|
|
14
|
+
}
|
|
15
|
+
function we({
|
|
16
|
+
constrainContentWidth: h,
|
|
17
|
+
description: i,
|
|
18
|
+
multiple: c = !1,
|
|
19
|
+
dismissable: d,
|
|
20
|
+
processing: L,
|
|
21
|
+
mini: C,
|
|
22
|
+
downloadLabel: S,
|
|
23
|
+
acceptExtensions: m,
|
|
24
|
+
maxSize: n,
|
|
25
|
+
customRequirement: k,
|
|
26
|
+
onSelection: _,
|
|
27
|
+
onDismiss: w,
|
|
28
|
+
download: A,
|
|
29
|
+
shown: U,
|
|
30
|
+
className: q,
|
|
31
|
+
disabled: a,
|
|
32
|
+
children: Ae,
|
|
33
|
+
...H
|
|
34
|
+
}) {
|
|
35
|
+
const v = e.useRef(/* @__PURE__ */ new Set()), [J, R] = e.useState(U), [Re, K] = e.useState([]), [Q, X] = e.useState(""), [V, Y] = e.useState(), [Z, F] = e.useState(!1), [g, N] = e.useState(!1), [f, M] = e.useState([]), [p, $] = e.useState([]), [E, ee] = e.useState(""), O = e.useMemo(() => (/* @__PURE__ */ new Set([...f, ...p])).size, [f, p]), { t: r } = ye(), D = (c ? r("fileUpload.instructions.other", {
|
|
36
|
+
defaultValue: "Drag and drop your files here or |browse for files| on your desktop."
|
|
37
|
+
}) : r("fileUpload.instructions.one", {
|
|
38
|
+
defaultValue: "Drag and drop your file here or |browse for a file| on your desktop."
|
|
39
|
+
})).split("|"), I = i || (c ? "Files" : "File"), o = e.useRef(null);
|
|
40
|
+
e.useEffect(() => {
|
|
41
|
+
U && R(U);
|
|
42
|
+
}, [U]), e.useEffect(() => {
|
|
43
|
+
n && le(n);
|
|
44
|
+
}, [n]), e.useEffect(() => {
|
|
45
|
+
m && ne(m);
|
|
46
|
+
}, [m]);
|
|
47
|
+
function te() {
|
|
48
|
+
d && (R(!1), w && w());
|
|
49
|
+
}
|
|
50
|
+
function le(t) {
|
|
51
|
+
try {
|
|
52
|
+
Y(me(t));
|
|
53
|
+
} catch {
|
|
54
|
+
throw new Error(`Could not parse "${t}" as a file size.`);
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
function ne(t) {
|
|
58
|
+
const u = (Array.isArray(t) ? t : t.trim().split(/\s?,\s?/)).map((l) => l.replace(/^\./, "")), s = u.map((l) => `.${l}`.toLowerCase());
|
|
59
|
+
ee(
|
|
60
|
+
s.map((l, T) => T > 0 && T === s.length - 1 ? `or ${l}` : l).join(s.length > 2 ? ", " : " ")
|
|
61
|
+
), v.current.clear();
|
|
62
|
+
for (const l of u) {
|
|
63
|
+
const T = Object.keys(z).includes(l.toUpperCase()) ? z[l.toUpperCase()] : [];
|
|
64
|
+
for (const pe of T)
|
|
65
|
+
v.current.add(pe);
|
|
66
|
+
}
|
|
67
|
+
X(s.concat(Array.from(v.current)).join(","));
|
|
68
|
+
}
|
|
69
|
+
function B(t) {
|
|
70
|
+
M([]), $([]);
|
|
71
|
+
let y = [], u = [];
|
|
72
|
+
const s = t ? Array.from(t) : [];
|
|
73
|
+
for (const l of s)
|
|
74
|
+
m && !v.current.has(l.type) && u.push(l.name), n && V && l.size > V && y.push(l.name);
|
|
75
|
+
y.length || u.length ? (N(!0), o.current && o.current.value && (o.current.value = "")) : (K(s), _(s)), M(y), $(u);
|
|
76
|
+
}
|
|
77
|
+
function ae(t) {
|
|
78
|
+
t.preventDefault(), N(!1), o.current && o.current.click();
|
|
79
|
+
}
|
|
80
|
+
function re() {
|
|
81
|
+
A && A();
|
|
82
|
+
}
|
|
83
|
+
function oe(t) {
|
|
84
|
+
t.stopPropagation(), B(t.target.files), o.current && o.current.value && (o.current.value = "");
|
|
85
|
+
}
|
|
86
|
+
function se(t) {
|
|
87
|
+
t.preventDefault(), t.stopPropagation(), F(!0), N(!1);
|
|
88
|
+
}
|
|
89
|
+
function ie(t) {
|
|
90
|
+
t.preventDefault(), F(!0), N(!1);
|
|
91
|
+
}
|
|
92
|
+
function ce(t) {
|
|
93
|
+
t.preventDefault(), F(!1);
|
|
94
|
+
}
|
|
95
|
+
function fe(t) {
|
|
96
|
+
t.preventDefault(), t.stopPropagation(), F(!1), t.dataTransfer.files && B(t.dataTransfer.files);
|
|
97
|
+
}
|
|
98
|
+
return /* @__PURE__ */ e.createElement(
|
|
99
|
+
"div",
|
|
100
|
+
{
|
|
101
|
+
onDrop: a ? () => {
|
|
102
|
+
} : fe,
|
|
103
|
+
onDragOver: a ? () => {
|
|
104
|
+
} : se,
|
|
105
|
+
onDragLeave: a ? () => {
|
|
106
|
+
} : ce,
|
|
107
|
+
onDragEnter: a ? () => {
|
|
108
|
+
} : ie,
|
|
109
|
+
className: P(he({ active: Z, mini: C, error: g, shown: J, disabled: a }), q),
|
|
110
|
+
...H
|
|
111
|
+
},
|
|
112
|
+
/* @__PURE__ */ e.createElement("div", { className: P(Ue({ constrainContentWidth: h, disabled: a })) }, L ? /* @__PURE__ */ e.createElement("div", null, /* @__PURE__ */ e.createElement(de, { size: "md", "aria-hidden": "true" }), /* @__PURE__ */ e.createElement("div", { className: b }, r("fileUpload.processing", { defaultValue: "Processing Upload..." }))) : /* @__PURE__ */ e.createElement("div", null, /* @__PURE__ */ e.createElement("div", { className: ve({ mini: C, error: g, disabled: a }), "aria-hidden": "true" }, /* @__PURE__ */ e.createElement(
|
|
113
|
+
"img",
|
|
114
|
+
{
|
|
115
|
+
className: Fe,
|
|
116
|
+
src: g ? ge : Ee,
|
|
117
|
+
alt: "Upload Icon"
|
|
118
|
+
}
|
|
119
|
+
)), /* @__PURE__ */ e.createElement("div", { className: Ne({ mini: C }) }, g ? /* @__PURE__ */ e.createElement("div", null, r(
|
|
120
|
+
O > 1 ? "fileUpload.cancelled.other" : "fileUpload.cancelled.one",
|
|
121
|
+
{
|
|
122
|
+
defaultValue: O > 1 ? "File Upload(s) Failed" : "File Upload Failed"
|
|
123
|
+
}
|
|
124
|
+
)) : /* @__PURE__ */ e.createElement("div", null, r("fileUpload.title", {
|
|
125
|
+
description: I,
|
|
126
|
+
defaultValue: `Upload your ${I}`
|
|
127
|
+
}))), g ? /* @__PURE__ */ e.createElement("div", { className: De }, f.length > 0 && /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement(G, { list: f }), /* @__PURE__ */ e.createElement("div", { className: j }, r(
|
|
128
|
+
f.length === 1 ? "fileUpload.error.tooLarge.one" : "fileUpload.error.tooLarge.other",
|
|
129
|
+
{
|
|
130
|
+
size: n,
|
|
131
|
+
defaultValue: f.length === 1 ? `Selected file is larger than the size limit of ${n}.` : `Selected files are larger than the size limit of ${n}.`
|
|
132
|
+
}
|
|
133
|
+
))), p.length > 0 && /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement(G, { list: p }), /* @__PURE__ */ e.createElement("div", { className: j }, r(
|
|
134
|
+
p.length === 1 ? "fileUpload.error.wrongType.one" : "fileUpload.error.wrongType.other",
|
|
135
|
+
{
|
|
136
|
+
fileTypes: E,
|
|
137
|
+
defaultValue: p.length === 1 ? `Selected file is not an accepted file type: ${E}.` : `Selected files are not accepted file types: ${E}.`
|
|
138
|
+
}
|
|
139
|
+
)))) : /* @__PURE__ */ e.createElement("span", null), /* @__PURE__ */ e.createElement("div", { className: b }, /* @__PURE__ */ e.createElement("div", null, /* @__PURE__ */ e.createElement("span", null, D[0]), a ? /* @__PURE__ */ e.createElement("u", null, D[1]) : /* @__PURE__ */ e.createElement("a", { href: "", onClick: ae }, D[1]), /* @__PURE__ */ e.createElement("span", null, D[2]))), /* @__PURE__ */ e.createElement("div", { className: Te }, m ? /* @__PURE__ */ e.createElement("span", null, "(", " ", r("fileUpload.acceptedTypes", {
|
|
140
|
+
fileTypes: E,
|
|
141
|
+
defaultValue: `${E} format accepted`
|
|
142
|
+
}), " ", ")") : "", n ? /* @__PURE__ */ e.createElement("span", null, "(", " ", r("fileUpload.maximumSize", {
|
|
143
|
+
size: n,
|
|
144
|
+
defaultValue: `${n} maximum`
|
|
145
|
+
}), " ", ")") : "", k ? /* @__PURE__ */ e.createElement("span", null, " ", k, " ") : ""), S && /* @__PURE__ */ e.createElement("div", { className: Ce }, /* @__PURE__ */ e.createElement(
|
|
146
|
+
W,
|
|
147
|
+
{
|
|
148
|
+
disabled: a,
|
|
149
|
+
kind: "link",
|
|
150
|
+
icon: "download-cloud",
|
|
151
|
+
onClick: re
|
|
152
|
+
},
|
|
153
|
+
S
|
|
154
|
+
)))),
|
|
155
|
+
d && !L && /* @__PURE__ */ e.createElement("div", { className: Le }, /* @__PURE__ */ e.createElement(
|
|
156
|
+
W,
|
|
157
|
+
{
|
|
158
|
+
disabled: a,
|
|
159
|
+
kind: "icon",
|
|
160
|
+
icon: "x",
|
|
161
|
+
title: r("fileUpload.close", { defaultValue: "Close" }),
|
|
162
|
+
onClick: te
|
|
163
|
+
}
|
|
164
|
+
)),
|
|
165
|
+
/* @__PURE__ */ e.createElement("form", { className: Se }, /* @__PURE__ */ e.createElement(
|
|
166
|
+
"input",
|
|
167
|
+
{
|
|
168
|
+
ref: o,
|
|
169
|
+
type: "file",
|
|
170
|
+
accept: Q || "*/*",
|
|
171
|
+
multiple: c || void 0,
|
|
172
|
+
onChange: oe
|
|
173
|
+
}
|
|
174
|
+
))
|
|
175
|
+
);
|
|
176
|
+
}
|
|
177
|
+
ue.set(we, {
|
|
178
|
+
name: "FileUpload",
|
|
179
|
+
props: {
|
|
180
|
+
constrainContentWidth: { type: "boolean" },
|
|
181
|
+
description: { type: "string" },
|
|
182
|
+
multiple: { type: "boolean" },
|
|
183
|
+
dismissable: { type: "boolean" },
|
|
184
|
+
mini: { type: "boolean" },
|
|
185
|
+
downloadLabel: { type: "string" },
|
|
186
|
+
acceptExtensions: { type: "string[] | string" },
|
|
187
|
+
maxSize: { type: "string" },
|
|
188
|
+
customRequirement: { type: "string" },
|
|
189
|
+
onSelection: { type: "(files: File[]) => void", required: !0 },
|
|
190
|
+
dismissal: { type: "() => void" },
|
|
191
|
+
download: { type: "() => void" },
|
|
192
|
+
disabled: { type: "boolean" }
|
|
193
|
+
}
|
|
194
|
+
});
|
|
195
|
+
export {
|
|
196
|
+
we as FileUpload
|
|
197
|
+
};
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
export declare const MIMEType: {
|
|
2
|
+
"7Z": string[];
|
|
3
|
+
AAC: string[];
|
|
4
|
+
ABW: string[];
|
|
5
|
+
ARC: string[];
|
|
6
|
+
AVI: string[];
|
|
7
|
+
AZW: string[];
|
|
8
|
+
BIN: string[];
|
|
9
|
+
BMP: string[];
|
|
10
|
+
BZ: string[];
|
|
11
|
+
BZ2: string[];
|
|
12
|
+
CER: string[];
|
|
13
|
+
CSH: string[];
|
|
14
|
+
CSS: string[];
|
|
15
|
+
CSV: string[];
|
|
16
|
+
DOC: string[];
|
|
17
|
+
DOT: string[];
|
|
18
|
+
DOCX: string[];
|
|
19
|
+
DOTX: string[];
|
|
20
|
+
DOCM: string[];
|
|
21
|
+
DOTM: string[];
|
|
22
|
+
EML: string[];
|
|
23
|
+
EOT: string[];
|
|
24
|
+
EPUB: string[];
|
|
25
|
+
ES: string[];
|
|
26
|
+
FLV: string[];
|
|
27
|
+
GIF: string[];
|
|
28
|
+
GZ: string[];
|
|
29
|
+
HTM: string[];
|
|
30
|
+
HTML: string[];
|
|
31
|
+
ICO: string[];
|
|
32
|
+
ICS: string[];
|
|
33
|
+
JAR: string[];
|
|
34
|
+
JPEG: string[];
|
|
35
|
+
JPG: string[];
|
|
36
|
+
JS: string[];
|
|
37
|
+
JSON: string[];
|
|
38
|
+
M3U: string[];
|
|
39
|
+
MID: string[];
|
|
40
|
+
MIDI: string[];
|
|
41
|
+
MOV: string[];
|
|
42
|
+
MP3: string[];
|
|
43
|
+
MP4: string[];
|
|
44
|
+
MPEG: string[];
|
|
45
|
+
MPKG: string[];
|
|
46
|
+
ODP: string[];
|
|
47
|
+
ODS: string[];
|
|
48
|
+
ODT: string[];
|
|
49
|
+
OGA: string[];
|
|
50
|
+
OGV: string[];
|
|
51
|
+
OGX: string[];
|
|
52
|
+
OTF: string[];
|
|
53
|
+
PNG: string[];
|
|
54
|
+
PDF: string[];
|
|
55
|
+
POT: string[];
|
|
56
|
+
POTM: string[];
|
|
57
|
+
POTX: string[];
|
|
58
|
+
PPA: string[];
|
|
59
|
+
PPAM: string[];
|
|
60
|
+
PPS: string[];
|
|
61
|
+
PPSM: string[];
|
|
62
|
+
PPT: string[];
|
|
63
|
+
PPTM: string[];
|
|
64
|
+
PPSX: string[];
|
|
65
|
+
PPTX: string[];
|
|
66
|
+
RAR: string[];
|
|
67
|
+
RTF: string[];
|
|
68
|
+
SH: string[];
|
|
69
|
+
SVG: string[];
|
|
70
|
+
SWF: string[];
|
|
71
|
+
TAR: string[];
|
|
72
|
+
TIF: string[];
|
|
73
|
+
TIFF: string[];
|
|
74
|
+
TS: string[];
|
|
75
|
+
TTF: string[];
|
|
76
|
+
TXT: string[];
|
|
77
|
+
VSD: string[];
|
|
78
|
+
WAV: string[];
|
|
79
|
+
WEBA: string[];
|
|
80
|
+
WEBM: string[];
|
|
81
|
+
WEBP: string[];
|
|
82
|
+
WOFF: string[];
|
|
83
|
+
WOFF2: string[];
|
|
84
|
+
XHTML: string[];
|
|
85
|
+
XLA: string[];
|
|
86
|
+
XLS: string[];
|
|
87
|
+
XLSB: string[];
|
|
88
|
+
XLT: string[];
|
|
89
|
+
XLAM: string[];
|
|
90
|
+
XLSM: string[];
|
|
91
|
+
XLSX: string[];
|
|
92
|
+
XLTM: string[];
|
|
93
|
+
XLTX: string[];
|
|
94
|
+
XML: string[];
|
|
95
|
+
XUL: string[];
|
|
96
|
+
ZIP: string[];
|
|
97
|
+
};
|
|
98
|
+
//# sourceMappingURL=mime-type.enum.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mime-type.enum.d.ts","sourceRoot":"","sources":["../../../src/file-upload/file-upload/mime-type.enum.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsGpB,CAAC"}
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
const a = {
|
|
2
|
+
"7Z": ["application/x-7z-compressed"],
|
|
3
|
+
AAC: ["audio/aac"],
|
|
4
|
+
ABW: ["application/x-abiword"],
|
|
5
|
+
ARC: ["application/octet-stream"],
|
|
6
|
+
AVI: ["video/x-msvideo"],
|
|
7
|
+
AZW: ["application/vnd.amazon.ebook"],
|
|
8
|
+
BIN: ["application/octet-stream"],
|
|
9
|
+
BMP: ["image/bmp"],
|
|
10
|
+
BZ: ["application/x-bzip"],
|
|
11
|
+
BZ2: ["application/x-bzip2"],
|
|
12
|
+
CER: ["application/pkix-cert", "application/x-x509-ca-cert"],
|
|
13
|
+
CSH: ["application/x-csh"],
|
|
14
|
+
CSS: ["text/css"],
|
|
15
|
+
CSV: ["text/csv", "application/vnd.ms-excel"],
|
|
16
|
+
DOC: ["application/msword"],
|
|
17
|
+
DOT: ["application/msword"],
|
|
18
|
+
DOCX: ["application/vnd.openxmlformats-officedocument.wordprocessingml.document"],
|
|
19
|
+
DOTX: ["application/vnd.openxmlformats-officedocument.wordprocessingml.template"],
|
|
20
|
+
DOCM: ["application/vnd.ms-word.document.macroEnabled.12"],
|
|
21
|
+
DOTM: ["application/vnd.ms-word.template.macroEnabled.12"],
|
|
22
|
+
EML: [
|
|
23
|
+
"application/octet-stream",
|
|
24
|
+
"message/rfc822",
|
|
25
|
+
"multipart/mixed",
|
|
26
|
+
"message/rfc5322",
|
|
27
|
+
"message/rfc6532"
|
|
28
|
+
],
|
|
29
|
+
EOT: ["application/vnd.ms-fontobject"],
|
|
30
|
+
EPUB: ["application/epub+zip"],
|
|
31
|
+
ES: ["application/ecmascript"],
|
|
32
|
+
FLV: ["video/x-flv"],
|
|
33
|
+
GIF: ["image/gif"],
|
|
34
|
+
GZ: ["application/x-gzip"],
|
|
35
|
+
HTM: ["text/html"],
|
|
36
|
+
HTML: ["text/html"],
|
|
37
|
+
ICO: ["image/x-icon"],
|
|
38
|
+
ICS: ["text/calendar"],
|
|
39
|
+
JAR: ["application/java-archive"],
|
|
40
|
+
JPEG: ["image/jpeg"],
|
|
41
|
+
JPG: ["image/jpeg"],
|
|
42
|
+
JS: ["application/javascript"],
|
|
43
|
+
JSON: ["application/json"],
|
|
44
|
+
M3U: ["audio/x-mpequrl"],
|
|
45
|
+
MID: ["audio/midi"],
|
|
46
|
+
MIDI: ["audio/midi"],
|
|
47
|
+
MOV: ["video/quicktime"],
|
|
48
|
+
MP3: ["audio/mpeg3"],
|
|
49
|
+
MP4: ["video/mp4"],
|
|
50
|
+
MPEG: ["video/mpeg"],
|
|
51
|
+
MPKG: ["application/vnd.apple.installer+xml"],
|
|
52
|
+
ODP: ["application/vnd.oasis.opendocument.presentation"],
|
|
53
|
+
ODS: ["application/vnd.oasis.opendocument.spreadsheet"],
|
|
54
|
+
ODT: ["application/vnd.oasis.opendocument.text"],
|
|
55
|
+
OGA: ["audio/ogg"],
|
|
56
|
+
OGV: ["video/ogg"],
|
|
57
|
+
OGX: ["application/ogg"],
|
|
58
|
+
OTF: ["font/otf"],
|
|
59
|
+
PNG: ["image/png"],
|
|
60
|
+
PDF: ["application/pdf"],
|
|
61
|
+
POT: ["application/vnd.ms-powerpoint"],
|
|
62
|
+
POTM: ["application/vnd.ms-powerpoint.template.macroEnabled.12"],
|
|
63
|
+
POTX: ["application/vnd.openxmlformats-officedocument.presentationml.template"],
|
|
64
|
+
PPA: ["application/vnd.ms-powerpoint"],
|
|
65
|
+
PPAM: ["application/vnd.ms-powerpoint.addin.macroEnabled.12"],
|
|
66
|
+
PPS: ["application/vnd.ms-powerpoint"],
|
|
67
|
+
PPSM: ["application/vnd.ms-powerpoint.slideshow.macroEnabled.12"],
|
|
68
|
+
PPT: ["application/vnd.ms-powerpoint"],
|
|
69
|
+
PPTM: ["application/vnd.ms-powerpoint.presentation.macroEnabled.12"],
|
|
70
|
+
PPSX: ["application/vnd.openxmlformats-officedocument.presentationml.slideshow"],
|
|
71
|
+
PPTX: ["application/vnd.openxmlformats-officedocument.presentationml.presentation"],
|
|
72
|
+
RAR: ["application/x-rar-compressed"],
|
|
73
|
+
RTF: ["application/rtf"],
|
|
74
|
+
SH: ["application/x-sh"],
|
|
75
|
+
SVG: ["image/svg+xml"],
|
|
76
|
+
SWF: ["application/x-shockwave-flash"],
|
|
77
|
+
TAR: ["application/x-tar"],
|
|
78
|
+
TIF: ["image/tiff"],
|
|
79
|
+
TIFF: ["image/tiff"],
|
|
80
|
+
TS: ["application/typescript"],
|
|
81
|
+
TTF: ["font/ttf"],
|
|
82
|
+
TXT: ["text/plain"],
|
|
83
|
+
VSD: ["application/vnd.visio"],
|
|
84
|
+
WAV: ["audio/wav"],
|
|
85
|
+
WEBA: ["audio/webm"],
|
|
86
|
+
WEBM: ["video/webm"],
|
|
87
|
+
WEBP: ["image/webp"],
|
|
88
|
+
WOFF: ["font/woff"],
|
|
89
|
+
WOFF2: ["font/woff2"],
|
|
90
|
+
XHTML: ["application/xhtml+xml"],
|
|
91
|
+
XLA: ["application/vnd.ms-excel"],
|
|
92
|
+
XLS: ["application/vnd.ms-excel"],
|
|
93
|
+
XLSB: ["application/vnd.ms-excel.sheet.binary.macroEnabled.12"],
|
|
94
|
+
XLT: ["application/vnd.ms-excel"],
|
|
95
|
+
XLAM: ["application/vnd.ms-excel.addin.macroEnabled.12"],
|
|
96
|
+
XLSM: ["application/vnd.ms-excel.sheet.macroEnabled.12"],
|
|
97
|
+
XLSX: ["application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"],
|
|
98
|
+
XLTM: ["application/vnd.ms-excel.template.macroEnabled.12"],
|
|
99
|
+
XLTX: ["application/vnd.openxmlformats-officedocument.spreadsheetml.template"],
|
|
100
|
+
XML: ["application/xml"],
|
|
101
|
+
XUL: ["application/vnd.mozilla.xul+xml"],
|
|
102
|
+
ZIP: ["application/zip"]
|
|
103
|
+
};
|
|
104
|
+
export {
|
|
105
|
+
a as MIMEType
|
|
106
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/file-upload/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC"}
|