@ironsource/shared-ui 2.0.0-rc.5 → 2.0.0-rc.6
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/AppTrigger.vue_vue_type_style_index_0_scoped_121aac8b_lang.css +1 -0
- package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_14dcdae5_lang.css +1 -0
- package/DataGrid.vue_vue_type_style_index_0_scoped_f080f37f_lang.css +1 -0
- package/DataGridMenu.vue_vue_type_style_index_0_scoped_99f1dcca_lang.css +1 -0
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_c218ef1f_lang.css +1 -0
- package/Dialog.vue_vue_type_style_index_0_scoped_eeac406b_lang.css +1 -0
- package/DialogV4.vue_vue_type_style_index_0_scoped_c0c12287_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_0_scoped_571b7c2f_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_1_lang.css +1 -1
- package/Editable.vue_vue_type_style_index_0_scoped_2561e913_lang.css +1 -0
- package/EditableV4.vue_vue_type_style_index_0_scoped_df325b51_lang.css +1 -0
- package/EmptyState.vue_vue_type_style_index_0_scoped_d3aecf34_lang.css +1 -0
- package/EmptyStateIcon.vue_vue_type_style_index_0_scoped_18855436_lang.css +1 -0
- package/EmptyStateV4.vue_vue_type_style_index_0_scoped_b8373c2d_lang.css +1 -0
- package/ExpandRowToggle.vue_vue_type_style_index_0_scoped_b053baa6_lang.css +1 -0
- package/FieldHelpText.vue_vue_type_style_index_0_scoped_c551c20f_lang.css +1 -0
- package/FieldLabel.vue_vue_type_style_index_0_scoped_526af548_lang.css +1 -0
- package/IconButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_59fb505a_lang.css +1 -0
- package/IconButtonV4.vue_vue_type_style_index_0_scoped_2ca54aa8_lang.css +1 -0
- package/IconV4.vue_vue_type_style_index_0_scoped_a78f8a3e_lang.css +1 -0
- package/IncludeExclude.vue_vue_type_style_index_0_scoped_2c9debd6_lang.css +1 -0
- package/IncludeExcludeAppTrigger.vue_vue_type_style_index_0_scoped_f738b223_lang.css +1 -0
- package/IncludeExcludeDragDrop.vue_vue_type_style_index_0_scoped_ff32d111_lang.css +1 -0
- package/IncludeExcludeOption.vue_vue_type_style_index_0_scoped_4a87e4fd_lang.css +1 -0
- package/IncludeExcludeOptionDraggable.vue_vue_type_style_index_0_scoped_a91fcaa5_lang.css +1 -0
- package/Input.vue_vue_type_style_index_0_scoped_7092804b_lang.css +1 -0
- package/MultiBar.vue_vue_type_style_index_0_scoped_f5061530_lang.css +1 -0
- package/MultiBarMenu.vue_vue_type_style_index_0_scoped_ae2bbc6c_lang.css +1 -0
- package/ScrollButton.vue_vue_type_style_index_0_scoped_35ed2cfe_lang.css +1 -0
- package/SearchV4.vue_vue_type_style_index_0_scoped_215f0f29_lang.css +1 -0
- package/SortIcon.vue_vue_type_style_index_0_scoped_2bda5d4a_lang.css +1 -0
- package/SortOrderIcon.vue_vue_type_style_index_0_scoped_cb20f507_lang.css +1 -0
- package/Table.vue_vue_type_style_index_0_scoped_6b769df2_lang.css +1 -0
- package/TableHeaderSorter.vue_vue_type_style_index_0_scoped_745a44a2_lang.css +1 -0
- package/Tabs.vue_vue_type_style_index_0_scoped_06c58d5a_lang.css +1 -0
- package/TabsV4.vue_vue_type_style_index_0_scoped_bab86b0a_lang.css +1 -0
- package/TextField.vue_vue_type_style_index_0_scoped_d4dc4582_lang.css +1 -0
- package/TextWithTitleContent.vue_vue_type_style_index_0_scoped_13b5aebd_lang.css +1 -0
- package/TextWithTitleContent.vue_vue_type_style_index_0_scoped_7792f772_lang.css +1 -0
- package/Toggle.vue_vue_type_style_index_0_scoped_1cf7973e_lang.css +1 -0
- package/Tooltip.vue_vue_type_style_index_0_lang.css +1 -1
- package/TooltipV4.vue_vue_type_style_index_0_lang.css +1 -0
- package/components/appTrigger/AppTrigger.vue.js +2 -2
- package/components/appTrigger/AppTrigger.vue2.js +3 -3
- package/components/button/v3/ScrollButton.vue.js +3 -3
- package/components/button/v3/ScrollButton.vue2.js +3 -3
- package/components/button/v4/IconButtonV4.vue.d.ts +66 -0
- package/components/button/v4/IconButtonV4.vue.js +7 -0
- package/components/button/v4/IconButtonV4.vue2.js +35 -0
- package/components/button/v4/index.d.ts +190 -3
- package/components/button/v4/index.js +6 -4
- package/components/dialog/common/Dialog.common.d.ts +10 -0
- package/components/dialog/common/Dialog.common.js +57 -0
- package/components/dialog/{Dialog.vue.d.ts → v3/Dialog.vue.d.ts} +1 -1
- package/components/dialog/v3/Dialog.vue.js +7 -0
- package/components/dialog/v3/Dialog.vue2.js +137 -0
- package/components/dialog/{index.d.ts → v3/index.d.ts} +8 -8
- package/components/dialog/v3/index.js +8 -0
- package/components/dialog/v4/DialogV4.vue.d.ts +109 -0
- package/components/dialog/v4/DialogV4.vue.js +7 -0
- package/components/dialog/v4/DialogV4.vue2.js +119 -0
- package/components/dialog/v4/index.d.ts +345 -0
- package/components/dialog/{index.js → v4/index.js} +1 -1
- package/components/dropdown/common/Dropdown.common.js +15 -15
- package/components/dropdown/v3/Dropdown.vue.d.ts +2 -2
- package/components/dropdown/v3/index.d.ts +40 -40
- package/components/dropdown/v4/ChipDropdownTrigger.vue.d.ts +66 -0
- package/components/dropdown/v4/ChipDropdownTrigger.vue.js +7 -0
- package/components/dropdown/v4/ChipDropdownTrigger.vue2.js +73 -0
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.js +3 -3
- package/components/dropdown/v4/DefaultDropdownTrigger.vue2.js +36 -35
- package/components/dropdown/v4/Dropdown.types.d.ts +3 -0
- package/components/dropdown/v4/Dropdown.types.js +8 -0
- package/components/dropdown/v4/DropdownV4.vue.d.ts +8 -20
- package/components/dropdown/v4/DropdownV4.vue.js +2 -2
- package/components/dropdown/v4/DropdownV4.vue2.js +222 -186
- package/components/dropdown/v4/IconButtonDropdownTrigger.vue.d.ts +29 -0
- package/components/dropdown/v4/IconButtonDropdownTrigger.vue.js +7 -0
- package/components/dropdown/v4/IconButtonDropdownTrigger.vue2.js +19 -0
- package/components/dropdown/v4/index.d.ts +190 -115
- package/components/dropdown/v4/index.js +14 -4
- package/components/emptyState/v3/EmptyState.vue.js +7 -0
- package/components/emptyState/{EmptyState.vue2.js → v3/EmptyState.vue2.js} +7 -7
- package/components/emptyState/{EmptyStateIcon.vue.js → v3/EmptyStateIcon.vue.js} +8 -8
- package/components/emptyState/v4/EmptyStateV4.types.d.ts +2 -0
- package/components/emptyState/v4/EmptyStateV4.vue.d.ts +56 -0
- package/components/emptyState/v4/EmptyStateV4.vue.js +7 -0
- package/components/emptyState/v4/EmptyStateV4.vue2.js +66 -0
- package/components/emptyState/v4/icons/IconError.vue.js +16 -0
- package/components/emptyState/v4/icons/IconFiles.vue.d.ts +2 -0
- package/components/emptyState/v4/icons/IconFiles.vue.js +16 -0
- package/components/emptyState/v4/icons/IconNoAccess.vue.d.ts +2 -0
- package/components/emptyState/v4/icons/IconNoAccess.vue.js +16 -0
- package/components/emptyState/v4/icons/IconNoData.vue.d.ts +2 -0
- package/components/emptyState/v4/icons/IconNoData.vue.js +16 -0
- package/components/emptyState/v4/icons/IconNoResults.vue.d.ts +2 -0
- package/components/emptyState/v4/icons/IconNoResults.vue.js +16 -0
- package/components/emptyState/v4/icons/IconSettings.vue.d.ts +2 -0
- package/components/emptyState/v4/icons/IconSettings.vue.js +16 -0
- package/components/emptyState/v4/index.d.ts +145 -0
- package/components/emptyState/v4/index.js +6 -0
- package/components/icon/v4/Icon.types.d.ts +2 -0
- package/components/icon/v4/IconV4.vue.d.ts +3 -3
- package/components/icon/v4/IconV4.vue.js +4 -4
- package/components/icon/v4/IconV4.vue2.js +27 -24
- package/components/icon/v4/index.d.ts +7 -7
- package/components/includeExclude/IncludeExclude.vue.d.ts +1 -1
- package/components/includeExclude/IncludeExclude.vue.js +2 -2
- package/components/includeExclude/IncludeExclude.vue2.js +2 -2
- package/components/includeExclude/IncludeExcludeAppTrigger.vue.js +3 -3
- package/components/includeExclude/IncludeExcludeAppTrigger.vue2.js +3 -3
- package/components/includeExclude/IncludeExcludeDragDrop.vue.d.ts +1 -1
- package/components/includeExclude/IncludeExcludeDragDrop.vue.js +3 -3
- package/components/includeExclude/IncludeExcludeDragDrop.vue2.js +2 -2
- package/components/includeExclude/IncludeExcludeOption.vue.js +5 -5
- package/components/includeExclude/IncludeExcludeOption.vue2.js +3 -3
- package/components/includeExclude/IncludeExcludeOptionDraggable.vue.js +3 -3
- package/components/includeExclude/IncludeExcludeOptionDraggable.vue2.js +3 -3
- package/components/includeExclude/index.d.ts +40 -40
- package/components/input/common/Input.common.d.ts +1 -1
- package/components/input/common/Input.common.js +2 -2
- package/components/input/v3/Input.vue.js +2 -2
- package/components/input/v3/Input.vue2.js +3 -3
- package/components/input/v4/TextField.vue.d.ts +8 -3
- package/components/input/v4/TextField.vue.js +3 -3
- package/components/input/v4/TextField.vue2.js +81 -74
- package/components/input/v4/index.d.ts +27 -8
- package/components/menu/Menu.vue.d.ts +1 -1
- package/components/menu/index.d.ts +20 -20
- package/components/multibar/MultiBar.types.d.ts +6 -0
- package/components/multibar/MultiBar.vue.d.ts +65 -0
- package/components/multibar/MultiBar.vue.js +7 -0
- package/components/multibar/MultiBar.vue2.js +96 -0
- package/components/multibar/MultiBarMenu.vue.d.ts +34 -0
- package/components/multibar/MultiBarMenu.vue.js +7 -0
- package/components/multibar/MultiBarMenu.vue2.js +50 -0
- package/components/multibar/index.d.ts +77 -0
- package/components/multibar/index.js +6 -0
- package/components/popover/index.d.ts +16 -16
- package/components/search/v4/SearchV4.vue.js +2 -2
- package/components/search/v4/SearchV4.vue2.js +29 -32
- package/components/shared/FieldHelpText.vue.js +3 -3
- package/components/shared/FieldHelpText.vue2.js +21 -25
- package/components/shared/FieldLabel.vue.d.ts +1 -1
- package/components/shared/FieldLabel.vue.js +3 -3
- package/components/shared/FieldLabel.vue2.js +31 -35
- package/components/table/common/Table.common.d.ts +35 -0
- package/components/table/common/Table.common.js +114 -0
- package/components/table/{Table.types.d.ts → common/Table.types.d.ts} +7 -0
- package/components/table/v3/SortOrderIcon.vue.d.ts +2 -0
- package/components/table/v3/SortOrderIcon.vue.js +21 -0
- package/components/table/{Table.vue.d.ts → v3/Table.vue.d.ts} +2 -3
- package/components/table/v3/Table.vue.js +7 -0
- package/components/table/v3/Table.vue2.js +248 -0
- package/components/table/v3/TableHeaderSorter.vue.js +7 -0
- package/components/table/{TableHeaderSorter.vue2.js → v3/TableHeaderSorter.vue2.js} +1 -1
- package/components/table/{index.d.ts → v3/index.d.ts} +49 -49
- package/components/table/v3/index.js +10 -0
- package/components/table/v4/DataGrid.vue.d.ts +182 -0
- package/components/table/v4/DataGrid.vue.js +7 -0
- package/components/table/v4/DataGrid.vue2.js +296 -0
- package/components/table/v4/DataGridMenu.vue.d.ts +34 -0
- package/components/table/v4/DataGridMenu.vue.js +7 -0
- package/components/table/v4/DataGridMenu.vue2.js +50 -0
- package/components/table/v4/ExpandRowToggle.vue.d.ts +33 -0
- package/components/table/v4/ExpandRowToggle.vue.js +7 -0
- package/components/table/v4/ExpandRowToggle.vue2.js +24 -0
- package/components/table/v4/SortIcon.vue.d.ts +15 -0
- package/components/table/v4/SortIcon.vue.js +7 -0
- package/components/table/v4/SortIcon.vue2.js +24 -0
- package/components/table/v4/index.d.ts +601 -0
- package/components/table/v4/index.js +8 -0
- package/components/table/v4/storyUtils.d.ts +4 -0
- package/components/table-cells/common/Editable.common.d.ts +5 -0
- package/components/table-cells/common/Editable.common.js +39 -0
- package/components/table-cells/v3/Editable.vue.js +7 -0
- package/components/table-cells/v3/Editable.vue2.js +43 -0
- package/components/table-cells/{index.d.ts → v3/index.d.ts} +2 -2
- package/components/table-cells/{index.js → v3/index.js} +2 -2
- package/components/table-cells/v4/EditableV4.vue.d.ts +51 -0
- package/components/table-cells/v4/EditableV4.vue.js +7 -0
- package/components/table-cells/v4/EditableV4.vue2.js +45 -0
- package/components/table-cells/v4/index.d.ts +146 -0
- package/components/table-cells/v4/index.js +6 -0
- package/components/tabs/common/Tabs.types.d.ts +6 -0
- package/components/tabs/common/tabsCommon.d.ts +16 -0
- package/components/tabs/common/tabsCommon.js +43 -0
- package/components/tabs/{Tabs.vue.d.ts → v3/Tabs.vue.d.ts} +1 -6
- package/components/tabs/v3/Tabs.vue.js +7 -0
- package/components/tabs/v3/Tabs.vue2.js +85 -0
- package/components/tabs/{index.d.ts → v3/index.d.ts} +8 -48
- package/components/tabs/v4/TabsV4.vue.d.ts +56 -0
- package/components/tabs/v4/TabsV4.vue.js +7 -0
- package/components/tabs/v4/TabsV4.vue2.js +75 -0
- package/components/tabs/v4/index.d.ts +148 -0
- package/components/tabs/v4/index.js +6 -0
- package/components/toggle/v3/Toggle.vue.js +7 -0
- package/components/toggle/{Toggle.vue2.js → v3/Toggle.vue2.js} +17 -17
- package/components/toggle/v4/ToggleV4.vue.d.ts +98 -0
- package/components/tooltip/common/Tooltip.common.d.ts +3 -0
- package/components/tooltip/common/Tooltip.common.js +27 -0
- package/components/tooltip/v3/TextWithTitleContent.vue.js +7 -0
- package/components/tooltip/{TextWithTitleContent.vue2.js → v3/TextWithTitleContent.vue2.js} +4 -4
- package/components/tooltip/v3/Tooltip.vue.js +5 -0
- package/components/tooltip/v3/Tooltip.vue2.js +87 -0
- package/components/tooltip/{index.js → v3/index.js} +2 -2
- package/components/tooltip/v4/TextWithTitleContent.vue.d.ts +33 -0
- package/components/tooltip/v4/TextWithTitleContent.vue.js +7 -0
- package/components/tooltip/v4/TextWithTitleContent.vue2.js +36 -0
- package/components/tooltip/v4/TooltipV4.vue.d.ts +85 -0
- package/components/tooltip/v4/TooltipV4.vue.js +67 -0
- package/components/tooltip/v4/TooltipV4.vue2.js +0 -0
- package/components/tooltip/v4/TooltipV4.vue3.js +4 -0
- package/components/tooltip/v4/index.d.ts +249 -0
- package/components/tooltip/v4/index.js +6 -0
- package/index.d.ts +4897 -333
- package/index.js +150 -153
- package/package.json +55 -19
- package/testids/index.d.ts +11 -3
- package/testids/index.js +14 -14
- package/utils/storybook-utils.d.ts +1 -0
- package/utils/string.d.ts +2 -0
- package/utils/string.js +5 -0
- package/AppTrigger.vue_vue_type_style_index_0_scoped_512ac1ab_lang.css +0 -1
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_4cbcfcce_lang.css +0 -1
- package/Dialog.vue_vue_type_style_index_0_scoped_40b833a0_lang.css +0 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_34bd23a1_lang.css +0 -1
- package/Editable.vue_vue_type_style_index_0_scoped_3b865286_lang.css +0 -1
- package/EmptyState.vue_vue_type_style_index_0_scoped_f082a371_lang.css +0 -1
- package/EmptyStateIcon.vue_vue_type_style_index_0_scoped_f4915249_lang.css +0 -1
- package/FieldHelpText.vue_vue_type_style_index_0_scoped_d5507827_lang.css +0 -1
- package/FieldLabel.vue_vue_type_style_index_0_scoped_90f19704_lang.css +0 -1
- package/IconV4.vue_vue_type_style_index_0_scoped_f23078a4_lang.css +0 -1
- package/IncludeExclude.vue_vue_type_style_index_0_scoped_802d4031_lang.css +0 -1
- package/IncludeExcludeAppTrigger.vue_vue_type_style_index_0_scoped_1621ad67_lang.css +0 -1
- package/IncludeExcludeDragDrop.vue_vue_type_style_index_0_scoped_daccb4bb_lang.css +0 -1
- package/IncludeExcludeOption.vue_vue_type_style_index_0_scoped_18847008_lang.css +0 -1
- package/IncludeExcludeOptionDraggable.vue_vue_type_style_index_0_scoped_df79f184_lang.css +0 -1
- package/Input.vue_vue_type_style_index_0_scoped_79f436f9_lang.css +0 -1
- package/ScrollButton.vue_vue_type_style_index_0_scoped_90bacbbc_lang.css +0 -1
- package/SearchV4.vue_vue_type_style_index_0_scoped_63f11472_lang.css +0 -1
- package/SortOrderIcon.vue_vue_type_style_index_0_scoped_eaa4d6ee_lang.css +0 -1
- package/Table.vue_vue_type_style_index_0_scoped_096d493a_lang.css +0 -1
- package/TableHeaderSorter.vue_vue_type_style_index_0_scoped_350aa9f0_lang.css +0 -1
- package/Tabs.vue_vue_type_style_index_0_scoped_e92a7c21_lang.css +0 -1
- package/TextField.vue_vue_type_style_index_0_scoped_7aa32734_lang.css +0 -1
- package/TextWithTitleContent.vue_vue_type_style_index_0_scoped_7da6e1ca_lang.css +0 -1
- package/Toggle.vue_vue_type_style_index_0_scoped_d97166d1_lang.css +0 -1
- package/components/dialog/Dialog.vue.js +0 -7
- package/components/dialog/Dialog.vue2.js +0 -178
- package/components/emptyState/EmptyState.vue.js +0 -7
- package/components/table/SortOrderIcon.vue.js +0 -21
- package/components/table/Table.vue.js +0 -7
- package/components/table/Table.vue2.js +0 -298
- package/components/table/TableHeaderSorter.vue.js +0 -7
- package/components/table/index.js +0 -8
- package/components/table-cells/Editable.vue.js +0 -7
- package/components/table-cells/Editable.vue2.js +0 -66
- package/components/tabs/Tabs.vue.js +0 -7
- package/components/tabs/Tabs.vue2.js +0 -96
- package/components/toggle/Toggle.vue.js +0 -7
- package/components/tooltip/TextWithTitleContent.vue.js +0 -7
- package/components/tooltip/Tooltip.vue.js +0 -84
- package/components/tooltip/Tooltip.vue2.js +0 -5
- /package/components/dialog/{Reason.d.ts → common/Reason.d.ts} +0 -0
- /package/components/dialog/{Reason.js → common/Reason.js} +0 -0
- /package/components/emptyState/{EmptyState.vue.d.ts → v3/EmptyState.vue.d.ts} +0 -0
- /package/components/emptyState/{EmptyStateIcon.vue.d.ts → v3/EmptyStateIcon.vue.d.ts} +0 -0
- /package/components/emptyState/{EmptyStateIcon.vue2.js → v3/EmptyStateIcon.vue2.js} +0 -0
- /package/components/emptyState/{index.d.ts → v3/index.d.ts} +0 -0
- /package/components/emptyState/{index.js → v3/index.js} +0 -0
- /package/components/{table/SortOrderIcon.vue.d.ts → emptyState/v4/icons/IconError.vue.d.ts} +0 -0
- /package/components/table/{TableContext.d.ts → common/TableContext.d.ts} +0 -0
- /package/components/table/{TableContext.js → common/TableContext.js} +0 -0
- /package/components/table/{SortOrderIcon.vue2.js → v3/SortOrderIcon.vue2.js} +0 -0
- /package/components/table/{TableHeaderSorter.vue.d.ts → v3/TableHeaderSorter.vue.d.ts} +0 -0
- /package/components/table/{codeTemplate.d.ts → v3/codeTemplate.d.ts} +0 -0
- /package/components/table-cells/{EditableContext.d.ts → common/EditableContext.d.ts} +0 -0
- /package/components/table-cells/{EditableContext.js → common/EditableContext.js} +0 -0
- /package/components/table-cells/{Editable.vue.d.ts → v3/Editable.vue.d.ts} +0 -0
- /package/components/tabs/{index.js → v3/index.js} +0 -0
- /package/components/toggle/{Toggle.vue.d.ts → v3/Toggle.vue.d.ts} +0 -0
- /package/components/toggle/{index.d.ts → v3/index.d.ts} +0 -0
- /package/components/toggle/{index.js → v3/index.js} +0 -0
- /package/components/tooltip/{Tooltip.types.d.ts → common/Tooltip.types.d.ts} +0 -0
- /package/components/tooltip/{TextWithTitleContent.vue.d.ts → v3/TextWithTitleContent.vue.d.ts} +0 -0
- /package/components/tooltip/{Tooltip.vue.d.ts → v3/Tooltip.vue.d.ts} +0 -0
- /package/components/tooltip/{index.d.ts → v3/index.d.ts} +0 -0
package/index.js
CHANGED
|
@@ -1,26 +1,23 @@
|
|
|
1
1
|
import './MenuItem.vue_vue_type_style_index_0_scoped_c7e837fa_lang.css';
|
|
2
|
-
import { AppTriggerTypes as
|
|
3
|
-
import { AutocompleteDropdownTypes as
|
|
4
|
-
import { MenuItemTypes as
|
|
5
|
-
import { MenuTypes as
|
|
6
|
-
import { AppIconTypes as
|
|
7
|
-
import { RadioButtonTypes as
|
|
8
|
-
import { Snackbar as
|
|
9
|
-
import { FloatingToolbarTypes as
|
|
10
|
-
import { IncludeExcludeTypes as
|
|
11
|
-
import { CssBaselineTypes as
|
|
12
|
-
import { ID_INJECTION_KEY as
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import { TypographyTypes as re } from "./components/typography/index.js";
|
|
22
|
-
import { TypographyTypesV4 as pe } from "./components/typography/v4/index.js";
|
|
23
|
-
import { PopoverTypes as fe } from "./components/popover/index.js";
|
|
2
|
+
import { AppTriggerTypes as C } from "./components/appTrigger/index.js";
|
|
3
|
+
import { AutocompleteDropdownTypes as P } from "./components/autocompleteDropdown/index.js";
|
|
4
|
+
import { MenuItemTypes as S } from "./components/menuItem/index.js";
|
|
5
|
+
import { MenuTypes as H } from "./components/menu/index.js";
|
|
6
|
+
import { AppIconTypes as v } from "./components/appIcon/index.js";
|
|
7
|
+
import { RadioButtonTypes as _ } from "./components/radioButton/index.js";
|
|
8
|
+
import { Snackbar as q } from "./components/snackbar/index.js";
|
|
9
|
+
import { FloatingToolbarTypes as J } from "./components/floatingToolbar/index.js";
|
|
10
|
+
import { IncludeExcludeTypes as V } from "./components/includeExclude/index.js";
|
|
11
|
+
import { CssBaselineTypes as z } from "./components/cssBaseline/index.js";
|
|
12
|
+
import { ID_INJECTION_KEY as Q, useId as U } from "./composables/useId.js";
|
|
13
|
+
import { FilterPanelTypes as X } from "./components/filtersPanel/index.js";
|
|
14
|
+
import { FilterDropdownTypes as ee } from "./components/filterDropdown/index.js";
|
|
15
|
+
import { CheckboxTypes as re } from "./components/checkbox/index.js";
|
|
16
|
+
import { SkeletonTypes as pe } from "./components/skeleton/index.js";
|
|
17
|
+
import { TypographyTypes as fe } from "./components/typography/index.js";
|
|
18
|
+
import { TypographyTypesV4 as xe } from "./components/typography/v4/index.js";
|
|
19
|
+
import { PopoverTypes as de } from "./components/popover/index.js";
|
|
20
|
+
import { MultiBarTypes as le } from "./components/multibar/index.js";
|
|
24
21
|
import * as e from "./components/button/v3/index.js";
|
|
25
22
|
import * as o from "./components/button/v4/index.js";
|
|
26
23
|
import * as r from "./components/chip/v3/index.js";
|
|
@@ -31,62 +28,64 @@ import * as f from "./components/dropdown/v3/index.js";
|
|
|
31
28
|
import * as m from "./components/dropdown/v4/index.js";
|
|
32
29
|
import * as x from "./components/search/v3/index.js";
|
|
33
30
|
import * as s from "./components/search/v4/index.js";
|
|
34
|
-
import * as
|
|
35
|
-
import * as
|
|
36
|
-
import * as
|
|
37
|
-
import * as
|
|
38
|
-
import
|
|
39
|
-
import
|
|
40
|
-
import
|
|
41
|
-
import
|
|
42
|
-
import
|
|
43
|
-
import
|
|
44
|
-
import
|
|
45
|
-
import
|
|
46
|
-
import
|
|
47
|
-
import
|
|
48
|
-
import
|
|
49
|
-
import
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
31
|
+
import * as d from "./components/icon/v3/index.js";
|
|
32
|
+
import * as i from "./components/icon/v4/index.js";
|
|
33
|
+
import * as l from "./components/input/v3/index.js";
|
|
34
|
+
import * as n from "./components/input/v4/index.js";
|
|
35
|
+
import * as u from "./components/tabs/v3/index.js";
|
|
36
|
+
import * as T from "./components/tabs/v4/index.js";
|
|
37
|
+
import * as c from "./components/dialog/v3/index.js";
|
|
38
|
+
import * as y from "./components/dialog/v4/index.js";
|
|
39
|
+
import * as $ from "./components/tooltip/v3/index.js";
|
|
40
|
+
import * as g from "./components/tooltip/v4/index.js";
|
|
41
|
+
import * as I from "./components/table/v3/index.js";
|
|
42
|
+
import * as D from "./components/table/v4/index.js";
|
|
43
|
+
import * as A from "./components/table-cells/v3/index.js";
|
|
44
|
+
import * as E from "./components/table-cells/v4/index.js";
|
|
45
|
+
import * as k from "./components/emptyState/v3/index.js";
|
|
46
|
+
import * as F from "./components/emptyState/v4/index.js";
|
|
47
|
+
import { ToggleTypes as ue } from "./components/toggle/v3/index.js";
|
|
48
|
+
import { TextAreaTypes as ce } from "./components/textArea/index.js";
|
|
49
|
+
import { useToggle as $e } from "./composables/useToggle.js";
|
|
50
|
+
import { useSearch as Ie } from "./composables/useSearch.js";
|
|
51
|
+
import { DateRangeTypes as Ae } from "./components/dateRange/index.js";
|
|
52
|
+
import { DatePickerTypes as ke } from "./components/datePicker/index.js";
|
|
53
|
+
import { BannerTypes as be } from "./components/banner/index.js";
|
|
54
|
+
import { default as Be } from "./components/appTrigger/AppTrigger.vue.js";
|
|
55
|
+
import { default as Me } from "./components/autocompleteDropdown/AutocompleteDropdown.vue.js";
|
|
56
|
+
import { default as Re } from "./components/menuItem/MenuItem.vue.js";
|
|
57
|
+
import { default as we } from "./components/menu/Menu.vue.js";
|
|
58
|
+
import { default as Oe } from "./components/appIcon/AppIcon.vue.js";
|
|
59
|
+
import { default as Ne } from "./components/radioButton/RadioButton.vue.js";
|
|
60
|
+
import { default as je } from "./components/radioButton/RadioGroup.vue.js";
|
|
54
61
|
import { snackbarEmits as Ge, snackbarTypes as Je } from "./components/snackbar/snackbar.types.js";
|
|
55
62
|
import { default as Ve } from "./components/floatingToolbar/FloatingToolbar.vue.js";
|
|
56
|
-
import { default as
|
|
57
|
-
import { default as
|
|
58
|
-
import { default as
|
|
59
|
-
import { default as
|
|
60
|
-
import { default as
|
|
61
|
-
import { default as
|
|
62
|
-
import { default as
|
|
63
|
-
import { default as
|
|
64
|
-
import { default as
|
|
65
|
-
import { default as
|
|
66
|
-
import {
|
|
67
|
-
import { default as
|
|
68
|
-
import {
|
|
69
|
-
import { default as
|
|
70
|
-
import { default as
|
|
71
|
-
import {
|
|
72
|
-
import { default as
|
|
73
|
-
import { default as
|
|
74
|
-
import { default as
|
|
75
|
-
import { default as
|
|
76
|
-
import { default as
|
|
77
|
-
import { default as
|
|
78
|
-
import { default as
|
|
79
|
-
import { default as
|
|
80
|
-
import { default as Go } from "./components/
|
|
81
|
-
|
|
82
|
-
import { default as Yo } from "./components/tooltip/Tooltip.vue.js";
|
|
83
|
-
import { default as qo } from "./components/textArea/TextArea.vue.js";
|
|
84
|
-
import { default as Lo } from "./components/table-cells/Editable.vue.js";
|
|
85
|
-
import { EditableContext as Uo, useEditableContext as Wo } from "./components/table-cells/EditableContext.js";
|
|
86
|
-
import { default as Zo } from "./components/dateRange/DateRange.vue.js";
|
|
87
|
-
import { default as or } from "./components/datePicker/DatePicker.vue.js";
|
|
88
|
-
import { default as tr } from "./components/banner/Banner.vue.js";
|
|
89
|
-
const n = {
|
|
63
|
+
import { default as ze } from "./components/includeExclude/IncludeExclude.vue.js";
|
|
64
|
+
import { default as Qe } from "./components/includeExclude/IncludeExcludeDragDrop.vue.js";
|
|
65
|
+
import { default as We } from "./components/includeExclude/IncludeExcludeOption.vue.js";
|
|
66
|
+
import { default as Ze } from "./components/includeExclude/IncludeExcludeOptionDraggable.vue.js";
|
|
67
|
+
import { default as oo } from "./components/includeExclude/IncludeExcludeAppTrigger.vue.js";
|
|
68
|
+
import { default as to } from "./components/includeExclude/IncludeExcludeAppHeader.vue.js";
|
|
69
|
+
import { default as ao } from "./components/includeExclude/IncludeExcludeChipFilter.vue.js";
|
|
70
|
+
import { default as mo } from "./components/cssBaseline/CssBaseline.vue.js";
|
|
71
|
+
import { default as so } from "./components/filtersPanel/FiltersPanel.vue.js";
|
|
72
|
+
import { default as lo } from "./components/filtersPanel/FilterSearchInput.vue.js";
|
|
73
|
+
import { useHiddenFilter as uo } from "./components/filtersPanel/useHiddenFilter.js";
|
|
74
|
+
import { default as co } from "./components/filterDropdown/FilterDropdown.vue.js";
|
|
75
|
+
import { default as $o } from "./components/filterDropdown/AddFilterButton.vue.js";
|
|
76
|
+
import { default as Io } from "./components/checkbox/Checkbox.vue.js";
|
|
77
|
+
import { default as Ao } from "./components/skeleton/Skeleton.vue.js";
|
|
78
|
+
import { default as ko } from "./components/typography/Heading.vue.js";
|
|
79
|
+
import { default as bo } from "./components/typography/Text.vue.js";
|
|
80
|
+
import { default as Bo } from "./components/typography/v4/Typography.vue.js";
|
|
81
|
+
import { default as Mo } from "./components/popover/Popover.vue.js";
|
|
82
|
+
import { default as Ro } from "./components/multibar/MultiBar.vue.js";
|
|
83
|
+
import { default as wo } from "./components/toggle/v3/Toggle.vue.js";
|
|
84
|
+
import { default as Oo } from "./components/textArea/TextArea.vue.js";
|
|
85
|
+
import { default as No } from "./components/dateRange/DateRange.vue.js";
|
|
86
|
+
import { default as jo } from "./components/datePicker/DatePicker.vue.js";
|
|
87
|
+
import { default as Go } from "./components/banner/Banner.vue.js";
|
|
88
|
+
const b = {
|
|
90
89
|
...r,
|
|
91
90
|
...t,
|
|
92
91
|
...p,
|
|
@@ -97,87 +96,85 @@ const n = {
|
|
|
97
96
|
...m,
|
|
98
97
|
...x,
|
|
99
98
|
...s,
|
|
100
|
-
...u,
|
|
101
|
-
...i,
|
|
102
99
|
...l,
|
|
103
|
-
...
|
|
100
|
+
...n,
|
|
101
|
+
...d,
|
|
102
|
+
...i,
|
|
103
|
+
...u,
|
|
104
|
+
...T,
|
|
105
|
+
...c,
|
|
106
|
+
...y,
|
|
107
|
+
...$,
|
|
108
|
+
...g,
|
|
109
|
+
...I,
|
|
110
|
+
...D,
|
|
111
|
+
...A,
|
|
112
|
+
...E,
|
|
113
|
+
...k,
|
|
114
|
+
...F
|
|
104
115
|
};
|
|
105
116
|
export {
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
mo as EmptyState,
|
|
129
|
-
G as EmptyStateTypes,
|
|
130
|
-
Ao as FilterDropdown,
|
|
131
|
-
L as FilterDropdownTypes,
|
|
132
|
-
q as FilterPanelTypes,
|
|
133
|
-
Eo as FilterSearchInput,
|
|
134
|
-
go as FiltersPanel,
|
|
117
|
+
$o as AddFilterButton,
|
|
118
|
+
Oe as AppIcon,
|
|
119
|
+
v as AppIconTypes,
|
|
120
|
+
Be as AppTrigger,
|
|
121
|
+
C as AppTriggerTypes,
|
|
122
|
+
Me as AutocompleteDropdown,
|
|
123
|
+
P as AutocompleteDropdownTypes,
|
|
124
|
+
Go as Banner,
|
|
125
|
+
be as BannerTypes,
|
|
126
|
+
Io as Checkbox,
|
|
127
|
+
re as CheckboxTypes,
|
|
128
|
+
mo as CssBaseline,
|
|
129
|
+
z as CssBaselineTypes,
|
|
130
|
+
jo as DatePicker,
|
|
131
|
+
ke as DatePickerTypes,
|
|
132
|
+
No as DateRange,
|
|
133
|
+
Ae as DateRangeTypes,
|
|
134
|
+
co as FilterDropdown,
|
|
135
|
+
ee as FilterDropdownTypes,
|
|
136
|
+
X as FilterPanelTypes,
|
|
137
|
+
lo as FilterSearchInput,
|
|
138
|
+
so as FiltersPanel,
|
|
135
139
|
Ve as FloatingToolbar,
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
Ne as
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
Yo as Tooltip,
|
|
171
|
-
le as TooltipTypes,
|
|
172
|
-
No as Typography,
|
|
173
|
-
re as TypographyTypes,
|
|
174
|
-
pe as TypographyTypesV4,
|
|
175
|
-
n as default,
|
|
140
|
+
J as FloatingToolbarTypes,
|
|
141
|
+
ko as Heading,
|
|
142
|
+
Q as ID_INJECTION_KEY,
|
|
143
|
+
ze as IncludeExclude,
|
|
144
|
+
to as IncludeExcludeAppHeader,
|
|
145
|
+
oo as IncludeExcludeAppTrigger,
|
|
146
|
+
ao as IncludeExcludeChipFilter,
|
|
147
|
+
Qe as IncludeExcludeDragDrop,
|
|
148
|
+
We as IncludeExcludeOption,
|
|
149
|
+
Ze as IncludeExcludeOptionDraggable,
|
|
150
|
+
V as IncludeExcludeTypes,
|
|
151
|
+
we as Menu,
|
|
152
|
+
Re as MenuItem,
|
|
153
|
+
S as MenuItemTypes,
|
|
154
|
+
H as MenuTypes,
|
|
155
|
+
Ro as MultiBar,
|
|
156
|
+
le as MultiBarTypes,
|
|
157
|
+
Mo as Popover,
|
|
158
|
+
de as PopoverTypes,
|
|
159
|
+
Ne as RadioButton,
|
|
160
|
+
_ as RadioButtonTypes,
|
|
161
|
+
je as RadioGroup,
|
|
162
|
+
Ao as Skeleton,
|
|
163
|
+
pe as SkeletonTypes,
|
|
164
|
+
q as Snackbar,
|
|
165
|
+
bo as Text,
|
|
166
|
+
Oo as TextArea,
|
|
167
|
+
ce as TextAreaTypes,
|
|
168
|
+
wo as Toggle,
|
|
169
|
+
ue as ToggleTypes,
|
|
170
|
+
Bo as Typography,
|
|
171
|
+
fe as TypographyTypes,
|
|
172
|
+
xe as TypographyTypesV4,
|
|
173
|
+
b as default,
|
|
176
174
|
Ge as snackbarEmits,
|
|
177
175
|
Je as snackbarTypes,
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
ye as useToggle
|
|
176
|
+
uo as useHiddenFilter,
|
|
177
|
+
U as useId,
|
|
178
|
+
Ie as useSearch,
|
|
179
|
+
$e as useToggle
|
|
183
180
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ironsource/shared-ui",
|
|
3
|
-
"version": "2.0.0-rc.
|
|
3
|
+
"version": "2.0.0-rc.6",
|
|
4
4
|
"engines": {
|
|
5
5
|
"npm": ">=7.0.0",
|
|
6
6
|
"node": ">=16.0.0"
|
|
@@ -10,8 +10,10 @@
|
|
|
10
10
|
"build": "vite build && vue-tsc --declaration --emitDeclarationOnly --project tsconfig.build.json && node inject-css.js && sh ./scripts/build-styles.sh",
|
|
11
11
|
"preview": "vite preview",
|
|
12
12
|
"storybook": "StoryBookEnv=dev sb dev -p 6006",
|
|
13
|
+
"storybook:pw": "StoryBookEnv=dev STORYBOOK_PW=true sb dev -p 6006",
|
|
13
14
|
"storybook:dist": "StoryBookEnv=prod sb dev -p 6006",
|
|
14
|
-
"
|
|
15
|
+
"storybook:dist:pw": "StoryBookEnv=prod STORYBOOK_PW=true sb dev -p 6006",
|
|
16
|
+
"build-storybook": "sb build -o docs",
|
|
15
17
|
"serve-storybook": "RemoveAddons=true npm run build-storybook && http-server ./docs --port 6007",
|
|
16
18
|
"serve-storybook-ci": "npx concurrently -s first -n 'SB,TEST' -c 'magenta,blue' 'npm run storybook:dist --silent' 'npx wait-on tcp:6006' ",
|
|
17
19
|
"test-storybook": "test-storybook --maxWorkers=2",
|
|
@@ -42,7 +44,9 @@
|
|
|
42
44
|
"deploy:html": "aws s3 cp ./docs/index.html s3://mobile-shared-ui-platform/$FOLDER/index.html --cache-control='max-age=0, s-maxage=604800'",
|
|
43
45
|
"cf:invalidate": "aws cloudfront create-invalidation --distribution-id E2H80TE9BVV9YO --paths \"/$FOLDER/*\" ",
|
|
44
46
|
"upload:visual": "aws s3 cp ./visual-tests s3://mobile-shared-ui-platform/visual-tests/$FOLDER --recursive --exclude '.gitkeep' ",
|
|
45
|
-
"release": "commit-and-tag-version"
|
|
47
|
+
"release": "commit-and-tag-version",
|
|
48
|
+
"pw:ci": "cd e2e/playwright && BASE_URL=http://localhost:6006/ npx playwright test --reporter=list",
|
|
49
|
+
"test-storybook-pw": "concurrently 'npm run storybook:dist:pw --silent' 'npx wait-on http://localhost:6006 && npm run pw:ci' --kill-others --success first"
|
|
46
50
|
},
|
|
47
51
|
"dependencies": {
|
|
48
52
|
"@phosphor-icons/vue": "^2.1.6",
|
|
@@ -150,34 +154,41 @@
|
|
|
150
154
|
"./appIcon": "./components/appIcon/AppIcon.vue.js",
|
|
151
155
|
"./switch": "./components/switch/v3/Switch.vue.js",
|
|
152
156
|
"./switch/v4": "./components/switch/v4/SwitchV4.vue.js",
|
|
153
|
-
"./editable": "./components/table-cells/Editable.vue.js",
|
|
157
|
+
"./editable": "./components/table-cells/v3/Editable.vue.js",
|
|
158
|
+
"./editable/v4": "./components/table-cells/v4/EditableV4.vue.js",
|
|
154
159
|
"./radioButton": "./components/radioButton/RadioButton.vue.js",
|
|
155
160
|
"./radioGroup": "./components/radioButton/RadioGroup.vue.js",
|
|
156
161
|
"./floatingToolbar": "./components/floatingToolbar/FloatingToolbar.vue.js",
|
|
157
162
|
"./includeExclude": "./components/includeExclude/index.vue.js",
|
|
158
163
|
"./cssBaseline": "./components/cssBaseline/CssBaseline.vue.js",
|
|
159
164
|
"./snackbar": "./components/snackbar/index.vue.js",
|
|
160
|
-
"./emptyState": "./components/emptyState/EmptyState.vue.js",
|
|
161
|
-
"./
|
|
165
|
+
"./emptyState": "./components/emptyState/v3/EmptyState.vue.js",
|
|
166
|
+
"./emptyState/v4": "./components/emptyState/v4/EmptyStateV4.vue.js",
|
|
167
|
+
"./table": "./components/table/v3/Table.vue.js",
|
|
168
|
+
"./table/v4": "./components/table/v4/DataGrid.vue.js",
|
|
162
169
|
"./dateRange": "./components/dateRange/DateRange.vue.js",
|
|
163
170
|
"./datePicker": "./components/datePicker/DatePicker.vue.js",
|
|
164
|
-
"./dialog": "./components/dialog/Dialog.vue.js",
|
|
171
|
+
"./dialog": "./components/dialog/v3/Dialog.vue.js",
|
|
172
|
+
"./dialog/v4": "./components/dialog/v4/DialogV4.vue.js",
|
|
165
173
|
"./dropdown": "./components/dropdown/v3/index.vue.js",
|
|
166
174
|
"./dropdown/v4": "./components/dropdown/v4/index.vue.js",
|
|
167
175
|
"./filterDropdown": "./components/filterDropdown/FilterDropdown.vue.js",
|
|
168
176
|
"./filtersPanel": "./components/filtersPanel/index.vue.js",
|
|
169
|
-
"./tabs": "./components/tabs/Tabs.vue.js",
|
|
177
|
+
"./tabs": "./components/tabs/v3/Tabs.vue.js",
|
|
178
|
+
"./tabs/v4": "./components/tabs/v4/TabsV4.vue.js",
|
|
170
179
|
"./chip": "./components/chip/v3/Chip.vue.js",
|
|
171
180
|
"./chip/v4": "./components/chip/v4/ChipV4.vue.js",
|
|
172
181
|
"./button": "./components/button/v3/Button.vue.js",
|
|
173
182
|
"./button/v4": "./components/button/v4/ButtonV4.vue.js",
|
|
174
183
|
"./iconButton": "./components/button/v3/IconButton.vue.js",
|
|
184
|
+
"./iconButton/v4": "./components/button/v4/IconButtonV4.vue.js",
|
|
175
185
|
"./scrollButton": "./components/button/v3/ScrollButton.vue.js",
|
|
176
186
|
"./checkbox": "./components/checkbox/Checkbox.vue.js",
|
|
177
187
|
"./icon": "./components/icon/v3/Icon.vue.js",
|
|
178
188
|
"./icon/v4": "./components/icon/v4/IconV4.vue.js",
|
|
179
|
-
"./toggle": "./components/toggle/Toggle.vue.js",
|
|
180
|
-
"./tooltip": "./components/tooltip/Tooltip.vue.js",
|
|
189
|
+
"./toggle": "./components/toggle/v3/Toggle.vue.js",
|
|
190
|
+
"./tooltip": "./components/tooltip/v3/Tooltip.vue.js",
|
|
191
|
+
"./tooltip/v4": "./components/tooltip/v4/TooltipV4.vue.js",
|
|
181
192
|
"./search": "./components/search/v3/Search.vue.js",
|
|
182
193
|
"./search/v4": "./components/search/v4/Search.vue.js",
|
|
183
194
|
"./useId": "./composables/useId.vue.js",
|
|
@@ -194,6 +205,7 @@
|
|
|
194
205
|
"./styleguide": "./styleguide.scss",
|
|
195
206
|
"./styleguideV4": "./style/styleguideV4.scss",
|
|
196
207
|
"./banner": "./components/banner/Banner.vue.js",
|
|
208
|
+
"./multibar": "./components/multibar/MultiBar.vue.js",
|
|
197
209
|
"./typography": "./components/typography/v4/Typography.vue.js"
|
|
198
210
|
},
|
|
199
211
|
"typesVersions": {
|
|
@@ -211,7 +223,10 @@
|
|
|
211
223
|
"./components/menu/Menu.vue.d.ts"
|
|
212
224
|
],
|
|
213
225
|
"editable": [
|
|
214
|
-
"./components/table-cells/Editable.vue.d.ts"
|
|
226
|
+
"./components/table-cells/v3/Editable.vue.d.ts"
|
|
227
|
+
],
|
|
228
|
+
"editable/v4": [
|
|
229
|
+
"./components/table-cells/v4/EditableV4.vue.d.ts"
|
|
215
230
|
],
|
|
216
231
|
"appIcon": [
|
|
217
232
|
"./components/appIcon/AppIcon.vue.d.ts"
|
|
@@ -241,13 +256,22 @@
|
|
|
241
256
|
"./components/cssBaseline/CssBaseline.vue.d.ts"
|
|
242
257
|
],
|
|
243
258
|
"emptyState": [
|
|
244
|
-
"./components/emptyState/EmptyState.vue.d.ts"
|
|
259
|
+
"./components/emptyState/v3/EmptyState.vue.d.ts"
|
|
260
|
+
],
|
|
261
|
+
"emptyState/v4": [
|
|
262
|
+
"./components/emptyState/v4/EmptyStateV4.vue.d.ts"
|
|
245
263
|
],
|
|
246
264
|
"table": [
|
|
247
|
-
"./components/table/Table.vue.d.ts"
|
|
265
|
+
"./components/table/v3/Table.vue.d.ts"
|
|
266
|
+
],
|
|
267
|
+
"table/v4": [
|
|
268
|
+
"./components/table/v4/DataGrid.vue.d.ts"
|
|
248
269
|
],
|
|
249
270
|
"dialog": [
|
|
250
|
-
"./components/dialog/Dialog.vue.d.ts"
|
|
271
|
+
"./components/dialog/v3/Dialog.vue.d.ts"
|
|
272
|
+
],
|
|
273
|
+
"dialog/v4": [
|
|
274
|
+
"./components/dialog/v4/DialogV4.vue.d.ts"
|
|
251
275
|
],
|
|
252
276
|
"dropdown": [
|
|
253
277
|
"./components/dropdown/index.d.ts"
|
|
@@ -262,7 +286,10 @@
|
|
|
262
286
|
"./components/filterDropdown/index.d.ts"
|
|
263
287
|
],
|
|
264
288
|
"tabs": [
|
|
265
|
-
"./components/tabs/Tabs.vue.d.ts"
|
|
289
|
+
"./components/tabs/v3/Tabs.vue.d.ts"
|
|
290
|
+
],
|
|
291
|
+
"tabs/v4": [
|
|
292
|
+
"./components/tabs/v4/TabsV4.vue.d.ts"
|
|
266
293
|
],
|
|
267
294
|
"./dateRange": [
|
|
268
295
|
"./components/dateRange/DateRange.vue.d.ts"
|
|
@@ -283,7 +310,10 @@
|
|
|
283
310
|
"./components/button/v4/ButtonV4.vue.d.ts"
|
|
284
311
|
],
|
|
285
312
|
"iconButton": [
|
|
286
|
-
"./components/button/IconButton.vue.d.ts"
|
|
313
|
+
"./components/button/v3/IconButton.vue.d.ts"
|
|
314
|
+
],
|
|
315
|
+
"iconButton/v4": [
|
|
316
|
+
"./components/button/v4/IconButtonV4.vue.d.ts"
|
|
287
317
|
],
|
|
288
318
|
"scrollButton": [
|
|
289
319
|
"./components/button/ScrollButton.vue.d.ts"
|
|
@@ -295,16 +325,19 @@
|
|
|
295
325
|
"./components/icon/Icon.vue.d.ts"
|
|
296
326
|
],
|
|
297
327
|
"./toggle": [
|
|
298
|
-
"./components/toggle/Toggle.vue.d.ts"
|
|
328
|
+
"./components/toggle/v3/Toggle.vue.d.ts"
|
|
299
329
|
],
|
|
300
330
|
"./tooltip": [
|
|
301
|
-
"./components/tooltip/Tooltip.vue.d.ts"
|
|
331
|
+
"./components/tooltip/v3/Tooltip.vue.d.ts"
|
|
332
|
+
],
|
|
333
|
+
"./tooltip/v4": [
|
|
334
|
+
"./components/tooltip/v4/TooltipV4.vue.d.ts"
|
|
302
335
|
],
|
|
303
336
|
"search": [
|
|
304
337
|
"./components/search/v3/Search.vue.d.ts"
|
|
305
338
|
],
|
|
306
339
|
"search/v4": [
|
|
307
|
-
"./components/search/v4/
|
|
340
|
+
"./components/search/v4/SearchV4.vue.d.ts"
|
|
308
341
|
],
|
|
309
342
|
"skeleton": [
|
|
310
343
|
"./components/skeleton/Skeleton.vue.d.ts"
|
|
@@ -333,6 +366,9 @@
|
|
|
333
366
|
"textArea": [
|
|
334
367
|
"./components/textArea/TextArea.vue.d.ts"
|
|
335
368
|
],
|
|
369
|
+
"multibar": [
|
|
370
|
+
"./components/multibar/MultiBar.vue.d.ts"
|
|
371
|
+
],
|
|
336
372
|
"typography": [
|
|
337
373
|
"./components/typography/v4/Typography.vue.d.ts"
|
|
338
374
|
]
|
package/testids/index.d.ts
CHANGED
|
@@ -12,6 +12,10 @@ export declare enum IncludeExcludeTestIdModifiers {
|
|
|
12
12
|
export declare enum DropdownTestIdModifiers {
|
|
13
13
|
TRIGGER = "dd-trigger",
|
|
14
14
|
WRAPPER = "dd-wrapper",
|
|
15
|
+
BUTTON = "dd-button",
|
|
16
|
+
BUTTON_WRAPPER = "dd-button-wrapper",
|
|
17
|
+
BUTTON_CONTENT = "dd-button-content",
|
|
18
|
+
BUTTON_CLEAR = "dd-button-clear",
|
|
15
19
|
LABEL = "dd-label",
|
|
16
20
|
LIST_CONTAINER = "dd-list-container",
|
|
17
21
|
SEARCH = "dd-search",
|
|
@@ -20,7 +24,9 @@ export declare enum DropdownTestIdModifiers {
|
|
|
20
24
|
ACTION_APPLY = "dd-action-apply",
|
|
21
25
|
ACTION_CLEAR_ALL = "dd-action-clear-all",
|
|
22
26
|
HELPER_TEXT = "dd-helper-text",
|
|
23
|
-
HELPER_TEXT_ERROR = "dd-helper-text-error"
|
|
27
|
+
HELPER_TEXT_ERROR = "dd-helper-text-error",
|
|
28
|
+
SELECT_ALL = "dd-select-all",
|
|
29
|
+
NO_RESULT = "dd-no-result"
|
|
24
30
|
}
|
|
25
31
|
export declare enum BannerTestIdModifiers {
|
|
26
32
|
WRAPPER = "banner-wrapper",
|
|
@@ -71,7 +77,8 @@ export declare enum TextAreaTestIdModifiers {
|
|
|
71
77
|
export declare enum SearchTestIdModifiers {
|
|
72
78
|
CONTAINER = "search-container",
|
|
73
79
|
FIELD = "search-field",
|
|
74
|
-
CLOSE = "search-close"
|
|
80
|
+
CLOSE = "search-close",
|
|
81
|
+
CLEAR = "search-clear"
|
|
75
82
|
}
|
|
76
83
|
export declare enum TableTestIdModifiers {
|
|
77
84
|
CONTAINER = "tbl-container",
|
|
@@ -94,7 +101,8 @@ export declare enum ToggleTestIdModifiers {
|
|
|
94
101
|
}
|
|
95
102
|
export declare enum TooltipTestIdModifiers {
|
|
96
103
|
TEXT = "tt-text",
|
|
97
|
-
TRIGGER = "tt-trigger"
|
|
104
|
+
TRIGGER = "tt-trigger",
|
|
105
|
+
HEADER = "tt-header"
|
|
98
106
|
}
|
|
99
107
|
export declare enum AppTriggerTestIdModifiers {
|
|
100
108
|
WRAPPER = "at-wrapper",
|
package/testids/index.js
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
var a = /* @__PURE__ */ ((E) => (E.TRIGGER = "ie-trigger", E.CONTENT = "ie-content", E.SEARCH = "ie-search", E.LIST = "ie-list", E.LIST_SELECTED = "ie-list-selected", E.ACTION_CANCEL = "ie-action-cancel", E.ACTION_APPLY = "ie-action-apply", E.SELECT_ALL = "ie-select-all", E.CLEAR_ALL = "ie-clear-all", E))(a || {}), R = /* @__PURE__ */ ((E) => (E.TRIGGER = "dd-trigger", E.WRAPPER = "dd-wrapper", E.LABEL = "dd-label", E.LIST_CONTAINER = "dd-list-container", E.SEARCH = "dd-search", E.TITLE = "dd-title", E.ACTION_CANCEL = "dd-action-cancel", E.ACTION_APPLY = "dd-action-apply", E.ACTION_CLEAR_ALL = "dd-action-clear-all", E.HELPER_TEXT = "dd-helper-text", E.HELPER_TEXT_ERROR = "dd-helper-text-error", E))(R || {}), A = /* @__PURE__ */ ((E) => (E.WRAPPER = "banner-wrapper", E.CONTENT = "banner-content", E))(A || {}), t = /* @__PURE__ */ ((E) => (E.WRAPPER = "dialog-wrapper", E.HEADER = "dialog-header", E.ACTION_CLOSE = "dialog-action-close", E.HEADER_SECONDARY = "dialog-header-secondary", E.CONTENT = "dialog-content", E.ACTION_BUTTONS_WRAPPER = "dialog-action-buttons-wrapper", E.BACKDROP = "dialog-backdrop", E))(t || {}),
|
|
1
|
+
var a = /* @__PURE__ */ ((E) => (E.TRIGGER = "ie-trigger", E.CONTENT = "ie-content", E.SEARCH = "ie-search", E.LIST = "ie-list", E.LIST_SELECTED = "ie-list-selected", E.ACTION_CANCEL = "ie-action-cancel", E.ACTION_APPLY = "ie-action-apply", E.SELECT_ALL = "ie-select-all", E.CLEAR_ALL = "ie-clear-all", E))(a || {}), R = /* @__PURE__ */ ((E) => (E.TRIGGER = "dd-trigger", E.WRAPPER = "dd-wrapper", E.BUTTON = "dd-button", E.BUTTON_WRAPPER = "dd-button-wrapper", E.BUTTON_CONTENT = "dd-button-content", E.BUTTON_CLEAR = "dd-button-clear", E.LABEL = "dd-label", E.LIST_CONTAINER = "dd-list-container", E.SEARCH = "dd-search", E.TITLE = "dd-title", E.ACTION_CANCEL = "dd-action-cancel", E.ACTION_APPLY = "dd-action-apply", E.ACTION_CLEAR_ALL = "dd-action-clear-all", E.HELPER_TEXT = "dd-helper-text", E.HELPER_TEXT_ERROR = "dd-helper-text-error", E.SELECT_ALL = "dd-select-all", E.NO_RESULT = "dd-no-result", E))(R || {}), A = /* @__PURE__ */ ((E) => (E.WRAPPER = "banner-wrapper", E.CONTENT = "banner-content", E))(A || {}), t = /* @__PURE__ */ ((E) => (E.WRAPPER = "dialog-wrapper", E.HEADER = "dialog-header", E.ACTION_CLOSE = "dialog-action-close", E.HEADER_SECONDARY = "dialog-header-secondary", E.CONTENT = "dialog-content", E.ACTION_BUTTONS_WRAPPER = "dialog-action-buttons-wrapper", E.BACKDROP = "dialog-backdrop", E))(t || {}), O = /* @__PURE__ */ ((E) => (E.WRAPPER = "input-wrapper", E.TOOLTIP = "input-tooltip", E.MANDATORY = "input-mandatory", E.LABEL_CONTAINER = "input-label-container", E.LABEL_TEXT = "input-label-text", E.FIELD = "input-field", E.EXTRA_TEXT = "input-extra-text", E.TOGGLE_PASSWORD = "input-toggle-password-icon", E))(O || {}), L = /* @__PURE__ */ ((E) => (E.WRAPPER = "cb-wrapper", E.LABEL = "cb-label", E.FIELD = "cb-field", E.CHECKED = "cb-checked", E))(L || {}), P = /* @__PURE__ */ ((E) => (E.FIELD = "radio-field", E.LABEL = "radio-label", E.ERROR_TEXT = "radio-error-text", E.GROUP = "radio-group", E))(P || {}), N = /* @__PURE__ */ ((E) => (E.WRAPPER = "swicth-wrapper", E.BUTTON = "swicth-button", E.TEXT = "swicth-text", E))(N || {}), r = /* @__PURE__ */ ((E) => (E.WRAPPER = "ta-wrapper", E.LABEL = "ta-label", E.FIELD = "ta-field", E.TEXT = "ta-text", E))(r || {}), _ = /* @__PURE__ */ ((E) => (E.CONTAINER = "search-container", E.FIELD = "search-field", E.CLOSE = "search-close", E.CLEAR = "search-clear", E))(_ || {}), l = /* @__PURE__ */ ((E) => (E.CONTAINER = "tbl-container", E.TABLE = "tbl-table", E.HEADER = "tbl-header", E.TITLE = "tbl-title", E.HEADER_RIGHT = "tbl-header-right", E.ACTIONS = "tbl-actions", E.SECTIONS = "tbl-sections", E.BODY_WRAPPER = "tbl-body-wrapper", E.EMPTY_STATE = "tbl-empty-state", E))(l || {}), c = /* @__PURE__ */ ((E) => (E.WRAPPER = "toggle-wrapper", E.BODY = "toggle-body", E.FIELD = "toggle-field", E.TEXT = "toggle-text", E.HELPER_TEXT = "toggle-helper-text", E.ERROR_TEXT = "toggle-error-text", E))(c || {}), C = /* @__PURE__ */ ((E) => (E.TEXT = "tt-text", E.TRIGGER = "tt-trigger", E.HEADER = "tt-header", E))(C || {}), n = /* @__PURE__ */ ((E) => (E.WRAPPER = "at-wrapper", E.TITLE_TEXT = "at-title-text", E.TITLE_TOOLTIP_TEXT = "at-tooltip-text", E.DESCRIPTION_TOOLTIP_TEXT = "at-description-tooltip-text", E.DESCRIPTION_TEXT = "at-description-text", E.TRIGGER_BUTTON = "at-trigger-button", E))(n || {}), p = /* @__PURE__ */ ((E) => (E.WRAPPER = "ai-wrapper", E.SELECTED_OPTION = "ai-selected-option", E.SEARCH_FIELD = "ai-search-field", E))(p || {}), v = /* @__PURE__ */ ((E) => (E.WRAPPER = "chip-wrapper", E.CLEAR = "chip-clear", E))(v || {}), b = /* @__PURE__ */ ((E) => (E.WRAPPER = "dp-wrapper", E.INPUT = "dp-input", E))(b || {}), S = /* @__PURE__ */ ((E) => (E.WRAPPER = "cm-wrapper", E.DAYS_HEADER = "cm-days-header", E.PREVIOUS = "cm-previous", E.NEXT = "cm-next", E.DAYS_WRAPPER = "cm-days-wrapper", E.DAY = "cm-day", E.MONTH_HEADER_TEXT = "cm-month-header-text", E.MONTH_HEADER = "cm-month-header", E))(S || {}), X = /* @__PURE__ */ ((E) => (E.WRAPPER = "dr-wrapper", E.FIELD = "dr-field", E.TRIGGER = "dr-trigger", E.CONTAINER = "dr-container", E.MENU = "dr-menu", E.MESSAGE = "dr-message", E.ACTION_APPLY = "dr-action-apply", E.ACTION_CANCEL = "dr-action-cancel", E))(X || {}), W = /* @__PURE__ */ ((E) => (E.WRAPPER = "tabs-wrapper", E.TAB = "tabs-tab", E))(W || {}), h = /* @__PURE__ */ ((E) => (E.TEXT = "t-text", E))(h || {}), u = /* @__PURE__ */ ((E) => (E.HEADER = "h-header", E))(u || {}), B = /* @__PURE__ */ ((E) => (E.CONTAINER = "field-label-container", E.TEXT = "field-label-text", E.MANDATORY = "field-label-mandatory", E.TOOLTIP = "field-label-help-tooltip", E))(B || {}), H = /* @__PURE__ */ ((E) => (E.CONTAINER = "field-help-text-container", E.TEXT = "field-help-text-text", E.ICON = "field-help-text-icon", E))(H || {});
|
|
2
2
|
export {
|
|
3
3
|
n as AppTriggerTestIdModifiers,
|
|
4
|
-
|
|
4
|
+
p as AutocompleteInputTestIdModifiers,
|
|
5
5
|
A as BannerTestIdModifiers,
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
S as CalendarMonthTestIdModifiers,
|
|
7
|
+
L as CheckboxTestIdModifiers,
|
|
8
8
|
v as ChipTestIdModifiers,
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
b as DatePickerTestIdModifiers,
|
|
10
|
+
X as DateRangeTestIdModifiers,
|
|
11
11
|
t as DialogTestIdModifiers,
|
|
12
12
|
R as DropdownTestIdModifiers,
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
H as FieldHelpTextTestIdModifiers,
|
|
14
|
+
B as FieldLabelTestIdModifiers,
|
|
15
|
+
u as HeaderTestIdModifiers,
|
|
16
16
|
a as IncludeExcludeTestIdModifiers,
|
|
17
|
-
|
|
18
|
-
|
|
17
|
+
O as InputTestIdModifiers,
|
|
18
|
+
P as RadioTestIdModifiers,
|
|
19
19
|
_ as SearchTestIdModifiers,
|
|
20
|
-
|
|
20
|
+
N as SwitchTestIdModifiers,
|
|
21
21
|
l as TableTestIdModifiers,
|
|
22
22
|
W as TabsTestIdModifiers,
|
|
23
|
-
|
|
23
|
+
r as TextAreaTestIdModifiers,
|
|
24
24
|
h as TextTestIdModifiers,
|
|
25
25
|
c as ToggleTestIdModifiers,
|
|
26
|
-
|
|
26
|
+
C as TooltipTestIdModifiers
|
|
27
27
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const createArgTypes: (argTypes: any) => any;
|