@ironsource/shared-ui 2.1.12-test.3 → 2.1.12-test.49
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/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_858cefbf_lang.css +1 -0
- package/Banner.vue_vue_type_style_index_0_scoped_a293c6d0_lang.css +1 -0
- package/CalendarMonth.vue_vue_type_style_index_0_scoped_acd3440c_lang.css +1 -0
- package/CalendarMonthV4.vue_vue_type_style_index_0_scoped_b0d3ea50_lang.css +1 -0
- package/Chart.vue_vue_type_style_index_0_scoped_fa533a3d_lang.css +1 -0
- package/ChartLegend.vue_vue_type_style_index_0_scoped_6103d8bd_lang.css +1 -0
- package/DataGrid.vue_vue_type_style_index_0_scoped_8e8df067_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_eb226e31_lang.css +1 -0
- package/DollarInput.vue_vue_type_style_index_0_scoped_9ef40daf_lang.css +1 -0
- package/IncludeExclude.vue_vue_type_style_index_0_scoped_cc2adbf5_lang.css +1 -0
- package/IncludeExcludeDragDrop.vue_vue_type_style_index_0_scoped_bd6145ce_lang.css +1 -0
- package/IncludeExcludeOption.vue_vue_type_style_index_0_scoped_91bc7787_lang.css +1 -0
- package/IncludeExcludeOptionDraggable.vue_vue_type_style_index_0_scoped_a91fcaa5_lang.css +1 -0
- package/Option.vue_vue_type_style_index_0_scoped_3d6ce2fc_lang.css +1 -0
- package/OptionV4.vue_vue_type_style_index_0_scoped_0287cebf_lang.css +1 -0
- package/PasswordInput.vue_vue_type_style_index_0_scoped_243f3e16_lang.css +1 -0
- package/PercentageInput.vue_vue_type_style_index_0_scoped_08a15760_lang.css +1 -0
- package/SortableItem.vue_vue_type_style_index_0_scoped_48542664_lang.css +1 -0
- package/SortableList.vue_vue_type_style_index_0_scoped_8f267f88_lang.css +1 -1
- package/TextField.vue_vue_type_style_index_0_scoped_fce3948c_lang.css +1 -0
- package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_2076b5ab_lang.css +1 -0
- package/components/ThemeWrapper/ThemeStrore.d.ts +1 -1
- package/components/ThemeWrapper/ThemeWrapper.vue.d.ts +4 -4
- package/components/ThemeWrapper/ThemeWrapper.vue2.js +9 -9
- package/components/ThemeWrapper/index.d.ts +54 -19
- package/components/alert/Alert.vue.d.ts +6 -6
- package/components/alert/Alert.vue2.js +50 -50
- package/components/alert/index.d.ts +183 -97
- package/components/appHeader/AppHeader.vue.d.ts +7 -7
- package/components/appHeader/AppHeader.vue2.js +47 -47
- package/components/appHeader/index.d.ts +17 -17
- package/components/appIcon/AppIcon.vue.d.ts +4 -4
- package/components/appIcon/AppIcon.vue2.js +23 -23
- package/components/appIcon/index.d.ts +4 -4
- package/components/appTrigger/AppTrigger.vue.d.ts +4 -4
- package/components/appTrigger/AppTrigger.vue2.js +56 -56
- package/components/appTrigger/index.d.ts +92 -41
- package/components/autocomplete/Autocomplete.vue.d.ts +17 -11
- package/components/autocomplete/Autocomplete.vue2.js +41 -41
- package/components/autocomplete/index.d.ts +290 -160
- package/components/autocompleteDropdown/AutocompleteDropdown.vue.d.ts +8 -8
- package/components/autocompleteDropdown/AutocompleteDropdown.vue2.js +54 -54
- package/components/autocompleteDropdown/AutocompleteInput.vue.d.ts +7 -7
- package/components/autocompleteDropdown/AutocompleteInput.vue2.js +44 -44
- package/components/autocompleteDropdown/GroupOption.vue.d.ts +1 -1
- package/components/autocompleteDropdown/index.d.ts +128 -64
- package/components/banner/Banner.vue.d.ts +7 -7
- package/components/banner/Banner.vue.js +3 -3
- package/components/banner/Banner.vue2.js +25 -25
- package/components/banner/index.d.ts +75 -32
- package/components/button/v3/Button.vue.d.ts +10 -10
- package/components/button/v3/Button.vue2.js +24 -24
- package/components/button/v3/ButtonBase.vue.d.ts +4 -4
- package/components/button/v3/ButtonBase.vue2.js +25 -25
- package/components/button/v3/IconButton.vue.d.ts +4 -4
- package/components/button/v3/IconButton.vue2.js +17 -17
- package/components/button/v3/LoaderCircleIcon.vue.d.ts +1 -1
- package/components/button/v3/LoaderCircleIcon.vue.js +27 -27
- package/components/button/v3/LoaderDotsIcon.vue.d.ts +1 -1
- package/components/button/v3/LoaderDotsIcon.vue.js +9 -9
- package/components/button/v3/ScrollButton.vue.d.ts +7 -7
- package/components/button/v3/ScrollButton.vue2.js +11 -11
- package/components/button/v3/index.d.ts +166 -80
- package/components/button/v4/ButtonGroup.vue.d.ts +4 -4
- package/components/button/v4/ButtonGroup.vue2.js +7 -7
- package/components/button/v4/ButtonV4.vue.d.ts +5 -5
- package/components/button/v4/ButtonV4.vue2.js +30 -30
- package/components/button/v4/IconButtonV4.vue.d.ts +7 -7
- package/components/button/v4/IconButtonV4.vue2.js +12 -12
- package/components/button/v4/ToggleButtonGroupAB.vue.d.ts +10 -10
- package/components/button/v4/ToggleButtonGroupAB.vue.js +2 -2
- package/components/button/v4/ToggleButtonGroupAB.vue2.js +51 -51
- package/components/button/v4/index.d.ts +295 -135
- package/components/chart/Chart.vue.d.ts +14 -16
- package/components/chart/Chart.vue.js +4 -4
- package/components/chart/Chart.vue2.js +74 -73
- package/components/chart/ChartHeader.vue.d.ts +9 -16
- package/components/chart/ChartHeader.vue2.js +46 -46
- package/components/chart/ChartHeaderTrend.vue.d.ts +5 -9
- package/components/chart/ChartHeaderTrend.vue2.js +41 -41
- package/components/chart/ChartLegend.vue.d.ts +6 -6
- package/components/chart/ChartLegend.vue.js +3 -3
- package/components/chart/ChartLegend.vue2.js +59 -62
- package/components/chart/ChartLoader.vue.d.ts +1 -1
- package/components/chart/ChartPlane.vue.d.ts +8 -15
- package/components/chart/ChartPlane.vue2.js +170 -169
- package/components/chart/ChartStoryArgs.d.ts +5 -0
- package/components/chart/ChartTooltip.vue.d.ts +4 -4
- package/components/chart/ChartTooltip.vue2.js +29 -29
- package/components/chart/LegendSorting.vue.d.ts +6 -6
- package/components/chart/LegendSorting.vue.js +19 -19
- package/components/chart/SettingsHeader.vue.d.ts +5 -5
- package/components/chart/SettingsHeader.vue2.js +28 -28
- package/components/chart/SubHeader.vue.d.ts +5 -8
- package/components/chart/SubHeader.vue2.js +23 -23
- package/components/chart/TooltipHeader.vue.d.ts +4 -4
- package/components/chart/TooltipHeader.vue2.js +34 -34
- package/components/chart/colorPalette.d.ts +2 -1
- package/components/chart/colorPalette.js +47 -33
- package/components/chart/composables/useColorsMap.d.ts +4 -2
- package/components/chart/composables/useColorsMap.js +32 -30
- package/components/chart/index.d.ts +496 -294
- package/components/chart/types.d.ts +16 -0
- package/components/checkbox/common/Checkbox.common.d.ts +2 -2
- package/components/checkbox/v3/Checkbox.vue.d.ts +6 -6
- package/components/checkbox/v3/Checkbox.vue2.js +49 -48
- package/components/checkbox/v3/icons/checked.vue.d.ts +1 -1
- package/components/checkbox/v3/icons/checked.vue.js +21 -21
- package/components/checkbox/v3/icons/indeterminate.vue.d.ts +1 -1
- package/components/checkbox/v3/icons/indeterminate.vue.js +22 -22
- package/components/checkbox/v3/icons/unchecked.vue.d.ts +1 -1
- package/components/checkbox/v3/icons/unchecked.vue.js +17 -17
- package/components/checkbox/v3/index.d.ts +103 -47
- package/components/checkbox/v4/CheckboxV4.vue.d.ts +6 -6
- package/components/checkbox/v4/CheckboxV4.vue2.js +71 -71
- package/components/checkbox/v4/icons/CheckedDisabledState.vue.d.ts +4 -4
- package/components/checkbox/v4/icons/CheckedDisabledState.vue.js +18 -18
- package/components/checkbox/v4/icons/CheckedState.vue.d.ts +4 -4
- package/components/checkbox/v4/icons/CheckedState.vue.js +19 -19
- package/components/checkbox/v4/icons/IndeterminateDisabledState.vue.d.ts +1 -1
- package/components/checkbox/v4/icons/IndeterminateDisabledState.vue.js +33 -33
- package/components/checkbox/v4/icons/IndeterminateState.vue.d.ts +4 -4
- package/components/checkbox/v4/icons/IndeterminateState.vue.js +21 -21
- package/components/checkbox/v4/icons/UncheckedDisabledState.vue.d.ts +1 -1
- package/components/checkbox/v4/icons/UncheckedDisabledState.vue.js +24 -24
- package/components/checkbox/v4/icons/UncheckedState.vue.d.ts +1 -1
- package/components/checkbox/v4/icons/UncheckedState.vue.js +26 -26
- package/components/checkbox/v4/index.d.ts +103 -47
- package/components/chip/v3/Chip.vue.d.ts +6 -6
- package/components/chip/v3/Chip.vue2.js +20 -20
- package/components/chip/v3/index.d.ts +100 -47
- package/components/chip/v4/ChipV4.vue.d.ts +10 -10
- package/components/chip/v4/ChipV4.vue2.js +8 -8
- package/components/chip/v4/index.d.ts +108 -53
- package/components/datePicker/common/DatePicker.common.d.ts +1 -1
- package/components/datePicker/common/DatePickerMonth.common.d.ts +64 -18
- package/components/datePicker/v3/DatePicker.vue.d.ts +6 -6
- package/components/datePicker/v3/DatePicker.vue2.js +33 -33
- package/components/datePicker/v3/DatePickerMonth.vue.d.ts +6 -6
- package/components/datePicker/v3/DatePickerMonth.vue2.js +17 -17
- package/components/datePicker/v3/index.d.ts +110 -53
- package/components/datePicker/v4/DatePickerMonthV4.vue.d.ts +6 -6
- package/components/datePicker/v4/DatePickerMonthV4.vue2.js +17 -17
- package/components/datePicker/v4/DatePickerV4.vue.d.ts +6 -6
- package/components/datePicker/v4/DatePickerV4.vue2.js +32 -32
- package/components/datePicker/v4/index.d.ts +110 -53
- package/components/dateRange/common/CalendarMonth.common.d.ts +3 -3
- package/components/dateRange/common/DateRange.common.d.ts +14 -26
- package/components/dateRange/v3/CalendarMonth.vue.d.ts +6 -6
- package/components/dateRange/v3/CalendarMonth.vue.js +3 -3
- package/components/dateRange/v3/CalendarMonth.vue2.js +80 -80
- package/components/dateRange/v3/DateRange.vue.d.ts +15 -15
- package/components/dateRange/v3/DateRange.vue2.js +109 -109
- package/components/dateRange/v3/DateRangePicker.vue.d.ts +16 -16
- package/components/dateRange/v3/index.d.ts +234 -130
- package/components/dateRange/v4/CalendarMonthV4.vue.d.ts +6 -6
- package/components/dateRange/v4/CalendarMonthV4.vue.js +2 -2
- package/components/dateRange/v4/CalendarMonthV4.vue2.js +77 -77
- package/components/dateRange/v4/DateRangePickerV4.vue.d.ts +15 -15
- package/components/dateRange/v4/DateRangeV4.vue.d.ts +15 -15
- package/components/dateRange/v4/DateRangeV4.vue2.js +111 -111
- package/components/dateRange/v4/index.d.ts +234 -130
- package/components/dialog/common/Dialog.common.d.ts +1 -1
- package/components/dialog/v3/Dialog.vue.d.ts +8 -8
- package/components/dialog/v3/Dialog.vue.js +2 -2
- package/components/dialog/v3/Dialog.vue2.js +54 -53
- package/components/dialog/v3/index.d.ts +211 -116
- package/components/dialog/v4/DialogV4.vue.d.ts +8 -8
- package/components/dialog/v4/DialogV4.vue.js +4 -4
- package/components/dialog/v4/DialogV4.vue2.js +55 -55
- package/components/dialog/v4/index.d.ts +296 -167
- package/components/dropdown/common/Dropdown.common.d.ts +18 -24
- package/components/dropdown/common/Dropdown.common.js +6 -7
- package/components/dropdown/common/Option.common.d.ts +1 -1
- package/components/dropdown/v3/Dropdown.vue.d.ts +13 -13
- package/components/dropdown/v3/Dropdown.vue2.js +186 -186
- package/components/dropdown/v3/Label.vue.d.ts +1 -1
- package/components/dropdown/v3/Label.vue2.js +19 -19
- package/components/dropdown/v3/Option.vue.d.ts +4 -4
- package/components/dropdown/v3/Option.vue.js +3 -3
- package/components/dropdown/v3/Option.vue2.js +37 -37
- package/components/dropdown/v3/SearchInput.vue.d.ts +1 -1
- package/components/dropdown/v3/SearchInput.vue2.js +12 -12
- package/components/dropdown/v3/index.d.ts +879 -11
- package/components/dropdown/v4/AppDropdownTrigger.vue.d.ts +8 -11
- package/components/dropdown/v4/AppDropdownTrigger.vue.js +3 -3
- package/components/dropdown/v4/AppDropdownTrigger.vue2.js +86 -87
- package/components/dropdown/v4/ButtonDropdownTrigger.vue.d.ts +7 -7
- package/components/dropdown/v4/ButtonDropdownTrigger.vue2.js +17 -17
- package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue.d.ts +7 -7
- package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue2.js +16 -16
- package/components/dropdown/v4/ChipDropdownTrigger.vue.d.ts +6 -6
- package/components/dropdown/v4/ChipDropdownTrigger.vue2.js +53 -53
- package/components/dropdown/v4/ConditionalDropdown.vue.d.ts +6 -6
- package/components/dropdown/v4/ConditionalDropdown.vue2.js +160 -160
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.d.ts +14 -14
- package/components/dropdown/v4/DefaultDropdownTrigger.vue2.js +70 -70
- package/components/dropdown/v4/DropdownV4.vue.d.ts +21 -21
- package/components/dropdown/v4/DropdownV4.vue2.js +205 -205
- package/components/dropdown/v4/GroupOption.vue.d.ts +1 -1
- package/components/dropdown/v4/IconButtonDropdownTrigger.vue.d.ts +4 -4
- package/components/dropdown/v4/IconButtonDropdownTrigger.vue2.js +8 -8
- package/components/dropdown/v4/OptionV4.vue.d.ts +7 -7
- package/components/dropdown/v4/OptionV4.vue.js +2 -2
- package/components/dropdown/v4/OptionV4.vue2.js +112 -112
- package/components/dropdown/v4/TreeDropdown.vue.d.ts +6 -6
- package/components/dropdown/v4/TreeDropdown.vue2.js +155 -154
- package/components/dropdown/v4/dropdownStoryArgs.d.ts +2 -2
- package/components/dropdown/v4/index.d.ts +2355 -1402
- package/components/emptyState/v3/EmptyState.vue.d.ts +9 -9
- package/components/emptyState/v3/EmptyState.vue2.js +34 -34
- package/components/emptyState/v3/EmptyStateIcon.vue.d.ts +1 -1
- package/components/emptyState/v3/EmptyStateIcon.vue.js +28 -28
- package/components/emptyState/v3/index.d.ts +173 -94
- package/components/emptyState/v4/EmptyStateV4.vue.d.ts +6 -6
- package/components/emptyState/v4/EmptyStateV4.vue2.js +32 -32
- package/components/emptyState/v4/icons/IconError.vue.d.ts +1 -1
- package/components/emptyState/v4/icons/IconError.vue.js +10 -10
- package/components/emptyState/v4/icons/IconFiles.vue.d.ts +1 -1
- package/components/emptyState/v4/icons/IconFiles.vue.js +10 -10
- package/components/emptyState/v4/icons/IconNoAccess.vue.d.ts +1 -1
- package/components/emptyState/v4/icons/IconNoAccess.vue.js +10 -10
- package/components/emptyState/v4/icons/IconNoData.vue.d.ts +1 -1
- package/components/emptyState/v4/icons/IconNoData.vue.js +10 -10
- package/components/emptyState/v4/icons/IconNoResults.vue.d.ts +1 -1
- package/components/emptyState/v4/icons/IconNoResults.vue.js +10 -10
- package/components/emptyState/v4/icons/IconSettings.vue.d.ts +1 -1
- package/components/emptyState/v4/icons/IconSettings.vue.js +10 -10
- package/components/emptyState/v4/index.d.ts +120 -59
- package/components/filterDropdown/AddFilterButton.vue.d.ts +3 -3
- package/components/filterDropdown/AddFilterButton.vue2.js +15 -15
- package/components/filterDropdown/FilterDropdown.vue.d.ts +4 -4
- package/components/filterDropdown/FilterDropdown.vue2.js +14 -14
- package/components/filterDropdown/index.d.ts +67 -24
- package/components/filtersPanel/v3/FilterSearchInput.vue.d.ts +1 -1
- package/components/filtersPanel/v3/FiltersPanel.vue2.js +17 -17
- package/components/filtersPanel/v3/index.d.ts +3 -3
- package/components/filtersPanel/v3/useHiddenFilter.d.ts +2 -2
- package/components/filtersPanel/v4/FiltersPanelV4.vue.d.ts +4 -4
- package/components/filtersPanel/v4/FiltersPanelV4.vue2.js +10 -10
- package/components/filtersPanel/v4/index.d.ts +70 -29
- package/components/floatingToolbar/FloatingToolbar.vue.d.ts +6 -6
- package/components/floatingToolbar/FloatingToolbar.vue2.js +26 -26
- package/components/floatingToolbar/index.d.ts +78 -33
- package/components/forms/CardPanel.vue.d.ts +4 -4
- package/components/forms/CardPanel.vue2.js +14 -14
- package/components/forms/FormCard.vue.d.ts +6 -6
- package/components/forms/FormCard.vue2.js +39 -39
- package/components/forms/FormField.vue.d.ts +3 -3
- package/components/forms/FormField.vue2.js +7 -7
- package/components/forms/FormRow.vue.d.ts +4 -4
- package/components/forms/FormRow.vue2.js +17 -17
- package/components/forms/index.d.ts +396 -185
- package/components/forms/validation/ValidationStory.vue.d.ts +1 -1
- package/components/forms/validation/examples/dynamicForm/DynamicForm.vue.d.ts +1 -1
- package/components/forms/validation/examples/dynamicForm/FormParts/FormA.vue.d.ts +5 -5
- package/components/forms/validation/examples/dynamicForm/FormParts/FormB.vue.d.ts +6 -6
- package/components/forms/validation/examples/simpleForm/SimpleForm.vue.d.ts +1 -1
- package/components/icon/v3/Icon.vue.d.ts +4 -4
- package/components/icon/v3/Icon.vue2.js +16 -15
- package/components/icon/v3/icons/A.vue.d.ts +1 -1
- package/components/icon/v3/icons/A.vue.js +18 -18
- package/components/icon/v3/icons/A2.vue.d.ts +1 -1
- package/components/icon/v3/icons/A2.vue.js +13 -13
- package/components/icon/v3/icons/ABTest.vue.d.ts +1 -1
- package/components/icon/v3/icons/ABTest.vue.js +14 -14
- package/components/icon/v3/icons/ABTest2.vue.d.ts +1 -1
- package/components/icon/v3/icons/ABTest2.vue.js +10 -10
- package/components/icon/v3/icons/ACircle.vue.d.ts +1 -1
- package/components/icon/v3/icons/ACircle.vue.js +15 -15
- package/components/icon/v3/icons/AccountBalanceWallet.vue.d.ts +1 -1
- package/components/icon/v3/icons/AccountBalanceWallet.vue.js +16 -16
- package/components/icon/v3/icons/AccountCircle.vue.d.ts +1 -1
- package/components/icon/v3/icons/AccountCircle.vue.js +15 -15
- package/components/icon/v3/icons/AccountCircleOutline.vue.d.ts +1 -1
- package/components/icon/v3/icons/AccountCircleOutline.vue.js +11 -11
- package/components/icon/v3/icons/Add.vue.d.ts +1 -1
- package/components/icon/v3/icons/Add.vue.js +13 -13
- package/components/icon/v3/icons/Adjust.vue.d.ts +1 -1
- package/components/icon/v3/icons/Adjust.vue.js +38 -38
- package/components/icon/v3/icons/Analytics.vue.d.ts +1 -1
- package/components/icon/v3/icons/Analytics.vue.js +11 -11
- package/components/icon/v3/icons/Android.vue.d.ts +1 -1
- package/components/icon/v3/icons/Android.vue.js +15 -15
- package/components/icon/v3/icons/AngleDown.vue.d.ts +1 -1
- package/components/icon/v3/icons/AngleDown.vue.js +15 -15
- package/components/icon/v3/icons/AngleLeft.vue.d.ts +1 -1
- package/components/icon/v3/icons/AngleLeft.vue.js +15 -15
- package/components/icon/v3/icons/AngleRight.vue.d.ts +1 -1
- package/components/icon/v3/icons/AngleRight.vue.js +15 -15
- package/components/icon/v3/icons/AngleUp.vue.d.ts +1 -1
- package/components/icon/v3/icons/AngleUp.vue.js +14 -14
- package/components/icon/v3/icons/AppStore.vue.d.ts +1 -1
- package/components/icon/v3/icons/AppStore.vue.js +16 -16
- package/components/icon/v3/icons/AreaChart.vue.d.ts +1 -1
- package/components/icon/v3/icons/AreaChart.vue.js +13 -13
- package/components/icon/v3/icons/ArrowBack.vue.d.ts +1 -1
- package/components/icon/v3/icons/ArrowBack.vue.js +12 -12
- package/components/icon/v3/icons/ArrowDownward.vue.d.ts +1 -1
- package/components/icon/v3/icons/ArrowDownward.vue.js +13 -13
- package/components/icon/v3/icons/ArrowForward.vue.d.ts +1 -1
- package/components/icon/v3/icons/ArrowForward.vue.js +13 -13
- package/components/icon/v3/icons/ArrowLeft.vue.d.ts +1 -1
- package/components/icon/v3/icons/ArrowLeft.vue.js +12 -12
- package/components/icon/v3/icons/ArrowRight.vue.d.ts +1 -1
- package/components/icon/v3/icons/ArrowRight.vue.js +11 -11
- package/components/icon/v3/icons/ArrowSort-Down.vue.d.ts +1 -1
- package/components/icon/v3/icons/ArrowSort-Down.vue.js +14 -14
- package/components/icon/v3/icons/ArrowSort-Up.vue.d.ts +1 -1
- package/components/icon/v3/icons/ArrowSort-Up.vue.js +14 -14
- package/components/icon/v3/icons/ArrowUpward.vue.d.ts +1 -1
- package/components/icon/v3/icons/ArrowUpward.vue.js +13 -13
- package/components/icon/v3/icons/AutoAwesome.vue.d.ts +1 -1
- package/components/icon/v3/icons/AutoAwesome.vue.js +13 -13
- package/components/icon/v3/icons/AutoMode.vue.d.ts +1 -1
- package/components/icon/v3/icons/AutoMode.vue.js +15 -15
- package/components/icon/v3/icons/Autorenew.vue.d.ts +1 -1
- package/components/icon/v3/icons/Autorenew.vue.js +12 -12
- package/components/icon/v3/icons/B.vue.d.ts +1 -1
- package/components/icon/v3/icons/B.vue.js +18 -18
- package/components/icon/v3/icons/B2.vue.d.ts +1 -1
- package/components/icon/v3/icons/B2.vue.js +12 -12
- package/components/icon/v3/icons/BCircle.vue.d.ts +1 -1
- package/components/icon/v3/icons/BCircle.vue.js +14 -14
- package/components/icon/v3/icons/Banner.vue.d.ts +1 -1
- package/components/icon/v3/icons/Banner.vue.js +18 -18
- package/components/icon/v3/icons/Bidding.vue.d.ts +1 -1
- package/components/icon/v3/icons/Bidding.vue.js +27 -27
- package/components/icon/v3/icons/Bidding2.vue.d.ts +1 -1
- package/components/icon/v3/icons/Bidding2.vue.js +27 -27
- package/components/icon/v3/icons/Block.vue.d.ts +1 -1
- package/components/icon/v3/icons/Block.vue.js +12 -12
- package/components/icon/v3/icons/BorderColor.vue.d.ts +1 -1
- package/components/icon/v3/icons/BorderColor.vue.js +14 -14
- package/components/icon/v3/icons/Bug.vue.d.ts +1 -1
- package/components/icon/v3/icons/Bug.vue.js +14 -14
- package/components/icon/v3/icons/Bullhorn.vue.d.ts +1 -1
- package/components/icon/v3/icons/Bullhorn.vue.js +12 -12
- package/components/icon/v3/icons/BullseyeArrow.vue.d.ts +1 -1
- package/components/icon/v3/icons/BullseyeArrow.vue.js +17 -17
- package/components/icon/v3/icons/Cached.vue.d.ts +1 -1
- package/components/icon/v3/icons/Cached.vue.js +13 -13
- package/components/icon/v3/icons/Calendar.vue.d.ts +1 -1
- package/components/icon/v3/icons/Calendar.vue.js +18 -18
- package/components/icon/v3/icons/CalendarToday.vue.d.ts +1 -1
- package/components/icon/v3/icons/CalendarToday.vue.js +12 -12
- package/components/icon/v3/icons/Cancel.vue.d.ts +1 -1
- package/components/icon/v3/icons/Cancel.vue.js +15 -15
- package/components/icon/v3/icons/ChartBar.vue.d.ts +1 -1
- package/components/icon/v3/icons/ChartBar.vue.js +14 -14
- package/components/icon/v3/icons/ChartLine.vue.d.ts +1 -1
- package/components/icon/v3/icons/ChartLine.vue.js +15 -15
- package/components/icon/v3/icons/ChartMixed.vue.d.ts +1 -1
- package/components/icon/v3/icons/ChartMixed.vue.js +15 -15
- package/components/icon/v3/icons/Check.vue.d.ts +1 -1
- package/components/icon/v3/icons/Check.vue.js +13 -13
- package/components/icon/v3/icons/Check2.vue.d.ts +1 -1
- package/components/icon/v3/icons/Check2.vue.js +13 -13
- package/components/icon/v3/icons/CheckBold.vue.d.ts +1 -1
- package/components/icon/v3/icons/CheckBold.vue.js +14 -14
- package/components/icon/v3/icons/CheckCircle.vue.d.ts +1 -1
- package/components/icon/v3/icons/CheckCircle.vue.js +14 -14
- package/components/icon/v3/icons/Close.vue.d.ts +1 -1
- package/components/icon/v3/icons/Close.vue.js +13 -13
- package/components/icon/v3/icons/CloseBold.vue.d.ts +1 -1
- package/components/icon/v3/icons/CloseBold.vue.js +12 -12
- package/components/icon/v3/icons/ComputerMouse.vue.d.ts +1 -1
- package/components/icon/v3/icons/ComputerMouse.vue.js +17 -17
- package/components/icon/v3/icons/CopyTo-Clipboard.vue.d.ts +1 -1
- package/components/icon/v3/icons/CopyTo-Clipboard.vue.js +15 -15
- package/components/icon/v3/icons/CopyToClipboardFilled.vue.d.ts +1 -1
- package/components/icon/v3/icons/CopyToClipboardFilled.vue.js +12 -12
- package/components/icon/v3/icons/Create.vue.d.ts +1 -1
- package/components/icon/v3/icons/Create.vue.js +15 -15
- package/components/icon/v3/icons/Creative.vue.d.ts +1 -1
- package/components/icon/v3/icons/Creative.vue.js +13 -13
- package/components/icon/v3/icons/Cross.vue.d.ts +1 -1
- package/components/icon/v3/icons/Cross.vue.js +15 -15
- package/components/icon/v3/icons/CrownFill.vue.d.ts +1 -1
- package/components/icon/v3/icons/CrownFill.vue.js +12 -12
- package/components/icon/v3/icons/Cube.vue.d.ts +1 -1
- package/components/icon/v3/icons/Cube.vue.js +14 -14
- package/components/icon/v3/icons/CubeBackground.vue.d.ts +1 -1
- package/components/icon/v3/icons/CubeBackground.vue.js +21 -21
- package/components/icon/v3/icons/Cup.vue.d.ts +1 -1
- package/components/icon/v3/icons/Cup.vue.js +13 -13
- package/components/icon/v3/icons/CupA.vue.d.ts +1 -1
- package/components/icon/v3/icons/CupA.vue.js +9 -9
- package/components/icon/v3/icons/CupB.vue.d.ts +1 -1
- package/components/icon/v3/icons/CupB.vue.js +10 -10
- package/components/icon/v3/icons/Delete.vue.d.ts +1 -1
- package/components/icon/v3/icons/Delete.vue.js +14 -14
- package/components/icon/v3/icons/Diamond.vue.d.ts +1 -1
- package/components/icon/v3/icons/Diamond.vue.js +13 -13
- package/components/icon/v3/icons/Dots.vue.d.ts +1 -1
- package/components/icon/v3/icons/Dots.vue.js +14 -14
- package/components/icon/v3/icons/Download.vue.d.ts +1 -1
- package/components/icon/v3/icons/Download.vue.js +15 -15
- package/components/icon/v3/icons/Download2.vue.d.ts +1 -1
- package/components/icon/v3/icons/Download2.vue.js +18 -18
- package/components/icon/v3/icons/DownloadDone.vue.d.ts +1 -1
- package/components/icon/v3/icons/DownloadDone.vue.js +14 -14
- package/components/icon/v3/icons/DragIndicator.vue.d.ts +1 -1
- package/components/icon/v3/icons/DragIndicator.vue.js +13 -13
- package/components/icon/v3/icons/Duplicate.vue.d.ts +1 -1
- package/components/icon/v3/icons/Duplicate.vue.js +14 -14
- package/components/icon/v3/icons/Ecpi.vue.d.ts +1 -1
- package/components/icon/v3/icons/Ecpi.vue.js +25 -25
- package/components/icon/v3/icons/Email.vue.d.ts +1 -1
- package/components/icon/v3/icons/Email.vue.js +14 -14
- package/components/icon/v3/icons/EmailEnvelope.vue.d.ts +1 -1
- package/components/icon/v3/icons/EmailEnvelope.vue.js +12 -12
- package/components/icon/v3/icons/Error.vue.d.ts +1 -1
- package/components/icon/v3/icons/Error.vue.js +15 -15
- package/components/icon/v3/icons/Eye.vue.d.ts +1 -1
- package/components/icon/v3/icons/Eye.vue.js +16 -16
- package/components/icon/v3/icons/Eye2.vue.d.ts +1 -1
- package/components/icon/v3/icons/Eye2.vue.js +12 -12
- package/components/icon/v3/icons/EyeSlash.vue.d.ts +1 -1
- package/components/icon/v3/icons/EyeSlash.vue.js +15 -15
- package/components/icon/v3/icons/FavoriteBorder.vue.d.ts +1 -1
- package/components/icon/v3/icons/FavoriteBorder.vue.js +14 -14
- package/components/icon/v3/icons/Filter.vue.d.ts +1 -1
- package/components/icon/v3/icons/Filter.vue.js +14 -14
- package/components/icon/v3/icons/FilterList.vue.d.ts +1 -1
- package/components/icon/v3/icons/FilterList.vue.js +13 -13
- package/components/icon/v3/icons/FiltersSearch.vue.d.ts +1 -1
- package/components/icon/v3/icons/FiltersSearch.vue.js +35 -35
- package/components/icon/v3/icons/Frame.vue.d.ts +1 -1
- package/components/icon/v3/icons/Frame.vue.js +15 -15
- package/components/icon/v3/icons/Fullscreen.vue.d.ts +1 -1
- package/components/icon/v3/icons/Fullscreen.vue.js +14 -14
- package/components/icon/v3/icons/FullscreenExit.vue.d.ts +1 -1
- package/components/icon/v3/icons/FullscreenExit.vue.js +15 -15
- package/components/icon/v3/icons/Functions.vue.d.ts +1 -1
- package/components/icon/v3/icons/Functions.vue.js +13 -13
- package/components/icon/v3/icons/GamepadAlt.vue.d.ts +1 -1
- package/components/icon/v3/icons/GamepadAlt.vue.js +15 -15
- package/components/icon/v3/icons/Games.vue.d.ts +1 -1
- package/components/icon/v3/icons/Games.vue.js +14 -14
- package/components/icon/v3/icons/Gavel.vue.d.ts +1 -1
- package/components/icon/v3/icons/Gavel.vue.js +15 -15
- package/components/icon/v3/icons/Gift.vue.d.ts +1 -1
- package/components/icon/v3/icons/Gift.vue.js +14 -14
- package/components/icon/v3/icons/GitHub.vue.d.ts +1 -1
- package/components/icon/v3/icons/GitHub.vue.js +15 -15
- package/components/icon/v3/icons/GlobeStand.vue.d.ts +1 -1
- package/components/icon/v3/icons/GlobeStand.vue.js +14 -14
- package/components/icon/v3/icons/GooglePlay.vue.d.ts +1 -1
- package/components/icon/v3/icons/GooglePlay.vue.js +13 -13
- package/components/icon/v3/icons/Group.vue.d.ts +1 -1
- package/components/icon/v3/icons/Group.vue.js +15 -15
- package/components/icon/v3/icons/Hammer.vue.d.ts +1 -1
- package/components/icon/v3/icons/Hammer.vue.js +13 -13
- package/components/icon/v3/icons/HandPointer.vue.d.ts +1 -1
- package/components/icon/v3/icons/HandPointer.vue.js +16 -16
- package/components/icon/v3/icons/Hands.vue.d.ts +1 -1
- package/components/icon/v3/icons/Hands.vue.js +15 -15
- package/components/icon/v3/icons/Heartbeat.vue.d.ts +1 -1
- package/components/icon/v3/icons/Heartbeat.vue.js +14 -14
- package/components/icon/v3/icons/Help.vue.d.ts +1 -1
- package/components/icon/v3/icons/Help.vue.js +15 -15
- package/components/icon/v3/icons/HelpOutline.vue.d.ts +1 -1
- package/components/icon/v3/icons/HelpOutline.vue.js +14 -14
- package/components/icon/v3/icons/History.vue.d.ts +1 -1
- package/components/icon/v3/icons/History.vue.js +13 -13
- package/components/icon/v3/icons/IOS.vue.d.ts +1 -1
- package/components/icon/v3/icons/IOS.vue.js +15 -15
- package/components/icon/v3/icons/Image.vue.d.ts +1 -1
- package/components/icon/v3/icons/Image.vue.js +12 -12
- package/components/icon/v3/icons/ImageNotSupported.vue.d.ts +1 -1
- package/components/icon/v3/icons/ImageNotSupported.vue.js +18 -18
- package/components/icon/v3/icons/ImageSlash.vue.d.ts +1 -1
- package/components/icon/v3/icons/ImageSlash.vue.js +13 -13
- package/components/icon/v3/icons/ImportExport.vue.d.ts +1 -1
- package/components/icon/v3/icons/ImportExport.vue.js +13 -13
- package/components/icon/v3/icons/ImportExport2.vue.d.ts +1 -1
- package/components/icon/v3/icons/ImportExport2.vue.js +13 -13
- package/components/icon/v3/icons/Importent.vue.d.ts +1 -1
- package/components/icon/v3/icons/Importent.vue.js +15 -15
- package/components/icon/v3/icons/Info.vue.d.ts +1 -1
- package/components/icon/v3/icons/Info.vue.js +15 -15
- package/components/icon/v3/icons/Info2.vue.d.ts +1 -1
- package/components/icon/v3/icons/Info2.vue.js +14 -14
- package/components/icon/v3/icons/InfoOutline.vue.d.ts +1 -1
- package/components/icon/v3/icons/InfoOutline.vue.js +15 -15
- package/components/icon/v3/icons/Insights.vue.d.ts +1 -1
- package/components/icon/v3/icons/Insights.vue.js +14 -14
- package/components/icon/v3/icons/Interstitial.vue.d.ts +1 -1
- package/components/icon/v3/icons/Interstitial.vue.js +19 -19
- package/components/icon/v3/icons/Ios14.vue.d.ts +1 -1
- package/components/icon/v3/icons/Ios14.vue.js +15 -15
- package/components/icon/v3/icons/Js.vue.d.ts +1 -1
- package/components/icon/v3/icons/Js.vue.js +15 -15
- package/components/icon/v3/icons/Landscape.vue.d.ts +1 -1
- package/components/icon/v3/icons/Landscape.vue.js +12 -12
- package/components/icon/v3/icons/Launch.vue.d.ts +1 -1
- package/components/icon/v3/icons/Launch.vue.js +13 -13
- package/components/icon/v3/icons/Levelplay.vue.d.ts +1 -1
- package/components/icon/v3/icons/Levelplay.vue.js +27 -27
- package/components/icon/v3/icons/LimitCircle.vue.d.ts +1 -1
- package/components/icon/v3/icons/LimitCircle.vue.js +17 -17
- package/components/icon/v3/icons/LimitOctagon.vue.d.ts +1 -1
- package/components/icon/v3/icons/LimitOctagon.vue.js +16 -16
- package/components/icon/v3/icons/Link.vue.d.ts +1 -1
- package/components/icon/v3/icons/Link.vue.js +12 -12
- package/components/icon/v3/icons/LoadingClean.vue.d.ts +1 -1
- package/components/icon/v3/icons/LoadingClean.vue.js +13 -13
- package/components/icon/v3/icons/Lock.vue.d.ts +1 -1
- package/components/icon/v3/icons/Lock.vue.js +12 -12
- package/components/icon/v3/icons/LockOpen.vue.d.ts +1 -1
- package/components/icon/v3/icons/LockOpen.vue.js +12 -12
- package/components/icon/v3/icons/Login.vue.d.ts +1 -1
- package/components/icon/v3/icons/Login.vue.js +13 -13
- package/components/icon/v3/icons/Logout.vue.d.ts +1 -1
- package/components/icon/v3/icons/Logout.vue.js +13 -13
- package/components/icon/v3/icons/Marketing.vue.d.ts +1 -1
- package/components/icon/v3/icons/Marketing.vue.js +16 -16
- package/components/icon/v3/icons/MilitaryTech.vue.d.ts +1 -1
- package/components/icon/v3/icons/MilitaryTech.vue.js +13 -13
- package/components/icon/v3/icons/Mix.vue.d.ts +1 -1
- package/components/icon/v3/icons/Mix.vue.js +14 -14
- package/components/icon/v3/icons/Mix2.vue.d.ts +1 -1
- package/components/icon/v3/icons/Mix2.vue.js +19 -19
- package/components/icon/v3/icons/MobileLandscape.vue.d.ts +1 -1
- package/components/icon/v3/icons/MobileLandscape.vue.js +15 -15
- package/components/icon/v3/icons/MobilePortrait.vue.d.ts +1 -1
- package/components/icon/v3/icons/MobilePortrait.vue.js +14 -14
- package/components/icon/v3/icons/MoneyCheck.vue.d.ts +1 -1
- package/components/icon/v3/icons/MoneyCheck.vue.js +15 -15
- package/components/icon/v3/icons/MoreHoriz.vue.d.ts +1 -1
- package/components/icon/v3/icons/MoreHoriz.vue.js +15 -15
- package/components/icon/v3/icons/MoreVert.vue.d.ts +1 -1
- package/components/icon/v3/icons/MoreVert.vue.js +15 -15
- package/components/icon/v3/icons/Mouse.vue.d.ts +1 -1
- package/components/icon/v3/icons/Mouse.vue.js +15 -15
- package/components/icon/v3/icons/MousePointer.vue.d.ts +1 -1
- package/components/icon/v3/icons/MousePointer.vue.js +15 -15
- package/components/icon/v3/icons/MovingUp.vue.d.ts +1 -1
- package/components/icon/v3/icons/MovingUp.vue.js +13 -13
- package/components/icon/v3/icons/NativeAd.vue.d.ts +1 -1
- package/components/icon/v3/icons/NativeAd.vue.js +10 -10
- package/components/icon/v3/icons/NotificationsNone.vue.d.ts +1 -1
- package/components/icon/v3/icons/NotificationsNone.vue.js +15 -15
- package/components/icon/v3/icons/Offerwall.vue.d.ts +1 -1
- package/components/icon/v3/icons/Offerwall.vue.js +19 -19
- package/components/icon/v3/icons/Palyable.vue.d.ts +1 -1
- package/components/icon/v3/icons/Palyable.vue.js +13 -13
- package/components/icon/v3/icons/PaperPlane-Off.vue.d.ts +1 -1
- package/components/icon/v3/icons/PaperPlane-Off.vue.js +14 -14
- package/components/icon/v3/icons/PaperPlane.vue.d.ts +1 -1
- package/components/icon/v3/icons/PaperPlane.vue.js +15 -15
- package/components/icon/v3/icons/Pause.vue.d.ts +1 -1
- package/components/icon/v3/icons/Pause.vue.js +15 -15
- package/components/icon/v3/icons/PauseCircleFilled.vue.d.ts +1 -1
- package/components/icon/v3/icons/PauseCircleFilled.vue.js +15 -15
- package/components/icon/v3/icons/PauseCircleOutline.vue.d.ts +1 -1
- package/components/icon/v3/icons/PauseCircleOutline.vue.js +14 -14
- package/components/icon/v3/icons/PhoneIphone.vue.d.ts +1 -1
- package/components/icon/v3/icons/PhoneIphone.vue.js +13 -13
- package/components/icon/v3/icons/Photo.vue.d.ts +1 -1
- package/components/icon/v3/icons/Photo.vue.js +18 -18
- package/components/icon/v3/icons/Photo2.vue.d.ts +1 -1
- package/components/icon/v3/icons/Photo2.vue.js +14 -14
- package/components/icon/v3/icons/PlayArrow.vue.d.ts +1 -1
- package/components/icon/v3/icons/PlayArrow.vue.js +12 -12
- package/components/icon/v3/icons/PlayCircleFilledWhite.vue.d.ts +1 -1
- package/components/icon/v3/icons/PlayCircleFilledWhite.vue.js +14 -14
- package/components/icon/v3/icons/PlayCircleOutline.vue.d.ts +1 -1
- package/components/icon/v3/icons/PlayCircleOutline.vue.js +14 -14
- package/components/icon/v3/icons/Qrcode.vue.d.ts +1 -1
- package/components/icon/v3/icons/Qrcode.vue.js +15 -15
- package/components/icon/v3/icons/Question.vue.d.ts +1 -1
- package/components/icon/v3/icons/Question.vue.js +14 -14
- package/components/icon/v3/icons/QuickAB.vue.d.ts +1 -1
- package/components/icon/v3/icons/QuickAB.vue.js +9 -9
- package/components/icon/v3/icons/QuickAB2.vue.d.ts +1 -1
- package/components/icon/v3/icons/QuickAB2.vue.js +9 -9
- package/components/icon/v3/icons/React.vue.d.ts +1 -1
- package/components/icon/v3/icons/React.vue.js +15 -15
- package/components/icon/v3/icons/Redo.vue.d.ts +1 -1
- package/components/icon/v3/icons/Redo.vue.js +13 -13
- package/components/icon/v3/icons/Refresh.vue.d.ts +1 -1
- package/components/icon/v3/icons/Refresh.vue.js +12 -12
- package/components/icon/v3/icons/Remove.vue.d.ts +1 -1
- package/components/icon/v3/icons/Remove.vue.js +13 -13
- package/components/icon/v3/icons/Replay.vue.d.ts +1 -1
- package/components/icon/v3/icons/Replay.vue.js +12 -12
- package/components/icon/v3/icons/RewardedVideo.vue.d.ts +1 -1
- package/components/icon/v3/icons/RewardedVideo.vue.js +18 -18
- package/components/icon/v3/icons/RocketLaunch.vue.d.ts +1 -1
- package/components/icon/v3/icons/RocketLaunch.vue.js +12 -12
- package/components/icon/v3/icons/Rotate.vue.d.ts +1 -1
- package/components/icon/v3/icons/Rotate.vue.js +15 -15
- package/components/icon/v3/icons/Route.vue.d.ts +1 -1
- package/components/icon/v3/icons/Route.vue.js +15 -15
- package/components/icon/v3/icons/SackDollar.vue.d.ts +1 -1
- package/components/icon/v3/icons/SackDollar.vue.js +16 -16
- package/components/icon/v3/icons/Schedule.vue.d.ts +1 -1
- package/components/icon/v3/icons/Schedule.vue.js +13 -13
- package/components/icon/v3/icons/Search.vue.d.ts +1 -1
- package/components/icon/v3/icons/Search.vue.js +13 -13
- package/components/icon/v3/icons/SearchBold.vue.d.ts +1 -1
- package/components/icon/v3/icons/SearchBold.vue.js +13 -13
- package/components/icon/v3/icons/Share.vue.d.ts +1 -1
- package/components/icon/v3/icons/Share.vue.js +13 -13
- package/components/icon/v3/icons/Slack.vue.d.ts +1 -1
- package/components/icon/v3/icons/Slack.vue.js +12 -12
- package/components/icon/v3/icons/SportsEsports.vue.d.ts +1 -1
- package/components/icon/v3/icons/SportsEsports.vue.js +13 -13
- package/components/icon/v3/icons/Star.vue.d.ts +1 -1
- package/components/icon/v3/icons/Star.vue.js +15 -15
- package/components/icon/v3/icons/StarFill.vue.d.ts +1 -1
- package/components/icon/v3/icons/StarFill.vue.js +14 -14
- package/components/icon/v3/icons/StatusBanner.vue.d.ts +1 -1
- package/components/icon/v3/icons/StatusBanner.vue.js +20 -20
- package/components/icon/v3/icons/StatusInterstitial.vue.d.ts +1 -1
- package/components/icon/v3/icons/StatusInterstitial.vue.js +21 -21
- package/components/icon/v3/icons/StatusNativeAd.vue.d.ts +1 -1
- package/components/icon/v3/icons/StatusNativeAd.vue.js +9 -9
- package/components/icon/v3/icons/StatusOfferwall.vue.d.ts +1 -1
- package/components/icon/v3/icons/StatusOfferwall.vue.js +21 -21
- package/components/icon/v3/icons/StatusRewardedVideo.vue.d.ts +1 -1
- package/components/icon/v3/icons/StatusRewardedVideo.vue.js +21 -21
- package/components/icon/v3/icons/StopCircleFilled.vue.d.ts +1 -1
- package/components/icon/v3/icons/StopCircleFilled.vue.js +12 -12
- package/components/icon/v3/icons/StopCircleOutline.vue.d.ts +1 -1
- package/components/icon/v3/icons/StopCircleOutline.vue.js +13 -13
- package/components/icon/v3/icons/Style.vue.d.ts +1 -1
- package/components/icon/v3/icons/Style.vue.js +17 -17
- package/components/icon/v3/icons/Success.vue.d.ts +1 -1
- package/components/icon/v3/icons/Success.vue.js +15 -15
- package/components/icon/v3/icons/SuccessFull.vue.d.ts +1 -1
- package/components/icon/v3/icons/SuccessFull.vue.js +14 -14
- package/components/icon/v3/icons/Switch.vue.d.ts +1 -1
- package/components/icon/v3/icons/Switch.vue.js +14 -14
- package/components/icon/v3/icons/TableEdit.vue.d.ts +1 -1
- package/components/icon/v3/icons/TableEdit.vue.js +13 -13
- package/components/icon/v3/icons/TabletLandscape.vue.d.ts +1 -1
- package/components/icon/v3/icons/TabletLandscape.vue.js +14 -14
- package/components/icon/v3/icons/TabletMac.vue.d.ts +1 -1
- package/components/icon/v3/icons/TabletMac.vue.js +13 -13
- package/components/icon/v3/icons/TabletPortrait.vue.d.ts +1 -1
- package/components/icon/v3/icons/TabletPortrait.vue.js +15 -15
- package/components/icon/v3/icons/Texture.vue.d.ts +1 -1
- package/components/icon/v3/icons/Texture.vue.js +15 -15
- package/components/icon/v3/icons/ThemeDark.vue.d.ts +1 -1
- package/components/icon/v3/icons/ThemeDark.vue.js +13 -13
- package/components/icon/v3/icons/ThemeLight.vue.d.ts +1 -1
- package/components/icon/v3/icons/ThemeLight.vue.js +12 -12
- package/components/icon/v3/icons/Timelapse.vue.d.ts +1 -1
- package/components/icon/v3/icons/Timelapse.vue.js +13 -13
- package/components/icon/v3/icons/Timeline.vue.d.ts +1 -1
- package/components/icon/v3/icons/Timeline.vue.js +13 -13
- package/components/icon/v3/icons/TrendingDown.vue.d.ts +1 -1
- package/components/icon/v3/icons/TrendingDown.vue.js +12 -12
- package/components/icon/v3/icons/TrendingFlat.vue.d.ts +1 -1
- package/components/icon/v3/icons/TrendingFlat.vue.js +13 -13
- package/components/icon/v3/icons/TrendingUp.vue.d.ts +1 -1
- package/components/icon/v3/icons/TrendingUp.vue.js +12 -12
- package/components/icon/v3/icons/Tune.vue.d.ts +1 -1
- package/components/icon/v3/icons/Tune.vue.js +14 -14
- package/components/icon/v3/icons/TwoToneBanner.vue.d.ts +1 -1
- package/components/icon/v3/icons/TwoToneBanner.vue.js +22 -22
- package/components/icon/v3/icons/TwoToneInterstitial.vue.d.ts +1 -1
- package/components/icon/v3/icons/TwoToneInterstitial.vue.js +23 -23
- package/components/icon/v3/icons/TwoToneNativeAd.vue.d.ts +1 -1
- package/components/icon/v3/icons/TwoToneNativeAd.vue.js +10 -10
- package/components/icon/v3/icons/TwoToneOfferwall.vue.d.ts +1 -1
- package/components/icon/v3/icons/TwoToneOfferwall.vue.js +19 -19
- package/components/icon/v3/icons/TwoToneRewardedVideo.vue.d.ts +1 -1
- package/components/icon/v3/icons/TwoToneRewardedVideo.vue.js +25 -25
- package/components/icon/v3/icons/Undo.vue.d.ts +1 -1
- package/components/icon/v3/icons/Undo.vue.js +13 -13
- package/components/icon/v3/icons/UnfoldLess.vue.d.ts +1 -1
- package/components/icon/v3/icons/UnfoldLess.vue.js +15 -15
- package/components/icon/v3/icons/UnfoldMore.vue.d.ts +1 -1
- package/components/icon/v3/icons/UnfoldMore.vue.js +15 -15
- package/components/icon/v3/icons/VerticalAlignTop.vue.d.ts +1 -1
- package/components/icon/v3/icons/VerticalAlignTop.vue.js +13 -13
- package/components/icon/v3/icons/VerticalAlignTop2.vue.d.ts +1 -1
- package/components/icon/v3/icons/VerticalAlignTop2.vue.js +13 -13
- package/components/icon/v3/icons/Vibration.vue.d.ts +1 -1
- package/components/icon/v3/icons/Vibration.vue.js +14 -14
- package/components/icon/v3/icons/VideoRound.vue.d.ts +1 -1
- package/components/icon/v3/icons/VideoRound.vue.js +15 -15
- package/components/icon/v3/icons/ViewCarousel.vue.d.ts +1 -1
- package/components/icon/v3/icons/ViewCarousel.vue.js +13 -13
- package/components/icon/v3/icons/Visibility.vue.d.ts +1 -1
- package/components/icon/v3/icons/Visibility.vue.js +13 -13
- package/components/icon/v3/icons/VisibilityOff.vue.d.ts +1 -1
- package/components/icon/v3/icons/VisibilityOff.vue.js +13 -13
- package/components/icon/v3/icons/VisibilityOffStrok.vue.d.ts +1 -1
- package/components/icon/v3/icons/VisibilityOffStrok.vue.js +12 -12
- package/components/icon/v3/icons/VisibilityStrok.vue.d.ts +1 -1
- package/components/icon/v3/icons/VisibilityStrok.vue.js +13 -13
- package/components/icon/v3/icons/VolumeOff.vue.d.ts +1 -1
- package/components/icon/v3/icons/VolumeOff.vue.js +15 -15
- package/components/icon/v3/icons/VolumeUp.vue.d.ts +1 -1
- package/components/icon/v3/icons/VolumeUp.vue.js +15 -15
- package/components/icon/v3/icons/Warning.vue.d.ts +1 -1
- package/components/icon/v3/icons/Warning.vue.js +13 -13
- package/components/icon/v3/icons/Warning2.vue.d.ts +1 -1
- package/components/icon/v3/icons/Warning2.vue.js +14 -14
- package/components/icon/v3/icons/Warning3.vue.d.ts +1 -1
- package/components/icon/v3/icons/Warning3.vue.js +15 -15
- package/components/icon/v3/icons/WarningCircle.vue.d.ts +1 -1
- package/components/icon/v3/icons/WarningCircle.vue.js +14 -14
- package/components/icon/v3/icons/WarningOctagon.vue.d.ts +1 -1
- package/components/icon/v3/icons/WarningOctagon.vue.js +15 -15
- package/components/icon/v3/icons/WebApp.vue.d.ts +1 -1
- package/components/icon/v3/icons/WebApp.vue.js +11 -11
- package/components/icon/v3/icons/Widget.vue.d.ts +1 -1
- package/components/icon/v3/icons/Widget.vue.js +18 -18
- package/components/icon/v3/icons/Widgets.vue.d.ts +1 -1
- package/components/icon/v3/icons/Widgets.vue.js +13 -13
- package/components/icon/v3/icons/WidgetsFill.vue.d.ts +1 -1
- package/components/icon/v3/icons/WidgetsFill.vue.js +12 -12
- package/components/icon/v3/icons/WidgetsFlatSquares.vue.d.ts +1 -1
- package/components/icon/v3/icons/WidgetsFlatSquares.vue.js +44 -44
- package/components/icon/v3/icons/Widgetsz.vue.d.ts +1 -1
- package/components/icon/v3/icons/Widgetsz.vue.js +20 -20
- package/components/icon/v3/icons/WifiProtectedSetup.vue.d.ts +1 -1
- package/components/icon/v3/icons/WifiProtectedSetup.vue.js +14 -14
- package/components/icon/v3/index.d.ts +63 -24
- package/components/icon/v3/storyComponents/Code.vue.d.ts +3 -3
- package/components/icon/v3/storyComponents/IconWrapper.vue.d.ts +3 -3
- package/components/icon/v3/storyComponents/Page.vue.d.ts +3 -3
- package/components/icon/v4/IconFlag.vue.d.ts +4 -4
- package/components/icon/v4/IconFlag.vue2.js +10 -10
- package/components/icon/v4/IconV4.vue.d.ts +5 -5
- package/components/icon/v4/IconV4.vue2.js +27 -26
- package/components/icon/v4/index.d.ts +122 -63
- package/components/includeExclude/IncludeExclude.vue.d.ts +7 -7
- package/components/includeExclude/IncludeExclude.vue.js +5 -5
- package/components/includeExclude/IncludeExclude.vue2.js +230 -231
- package/components/includeExclude/IncludeExcludeAppHeader.vue.d.ts +4 -4
- package/components/includeExclude/IncludeExcludeAppHeader.vue2.js +35 -35
- package/components/includeExclude/IncludeExcludeAppTrigger.vue.d.ts +4 -4
- package/components/includeExclude/IncludeExcludeAppTrigger.vue2.js +41 -41
- package/components/includeExclude/IncludeExcludeChipFilter.vue.d.ts +6 -6
- package/components/includeExclude/IncludeExcludeChipFilter.vue2.js +38 -38
- package/components/includeExclude/IncludeExcludeDragDrop.vue.d.ts +9 -9
- package/components/includeExclude/IncludeExcludeDragDrop.vue.js +5 -5
- package/components/includeExclude/IncludeExcludeDragDrop.vue2.js +242 -243
- package/components/includeExclude/IncludeExcludeOption.vue.d.ts +4 -4
- package/components/includeExclude/IncludeExcludeOption.vue.js +3 -3
- package/components/includeExclude/IncludeExcludeOption.vue2.js +54 -54
- package/components/includeExclude/IncludeExcludeOptionDraggable.vue.d.ts +4 -4
- package/components/includeExclude/IncludeExcludeOptionDraggable.vue.js +2 -2
- package/components/includeExclude/IncludeExcludeOptionDraggable.vue2.js +51 -51
- package/components/includeExclude/index.d.ts +937 -498
- package/components/inlineCopy/InlineCopy.vue.d.ts +6 -6
- package/components/inlineCopy/InlineCopy.vue2.js +28 -28
- package/components/inlineCopy/index.d.ts +6 -6
- package/components/input/common/Input.common.d.ts +2 -2
- package/components/input/v3/DollarInput.vue.d.ts +17 -3
- package/components/input/v3/DollarInput.vue.js +3 -3
- package/components/input/v3/DollarInput.vue2.js +11 -11
- package/components/input/v3/Input.vue.d.ts +7 -7
- package/components/input/v3/Input.vue2.js +105 -105
- package/components/input/v3/PasswordInput.vue.d.ts +17 -3
- package/components/input/v3/PasswordInput.vue.js +3 -3
- package/components/input/v3/PasswordInput.vue2.js +11 -11
- package/components/input/v3/PercentageInput.vue.d.ts +17 -3
- package/components/input/v3/PercentageInput.vue.js +2 -2
- package/components/input/v3/PercentageInput.vue2.js +12 -12
- package/components/input/v3/index.d.ts +645 -3
- package/components/input/v4/TextField.vue.d.ts +8 -8
- package/components/input/v4/TextField.vue.js +3 -3
- package/components/input/v4/TextField.vue2.js +131 -131
- package/components/input/v4/index.d.ts +348 -202
- package/components/layout/FoldableSection.vue.d.ts +6 -6
- package/components/layout/FoldableSection.vue2.js +22 -22
- package/components/layout/index.d.ts +80 -35
- package/components/link/Link.vue.d.ts +6 -6
- package/components/link/Link.vue2.js +17 -17
- package/components/link/index.d.ts +120 -59
- package/components/loader/v4/Loader.vue.d.ts +5 -5
- package/components/loader/v4/Loader.vue2.js +20 -20
- package/components/loader/v4/index.d.ts +87 -40
- package/components/menu/Menu.vue.d.ts +4 -4
- package/components/menu/Menu.vue2.js +25 -25
- package/components/menu/index.d.ts +102 -47
- package/components/menuItem/MenuItem.vue.d.ts +1 -1
- package/components/menuItem/index.d.ts +39 -9
- package/components/multibar/MultiBar.vue.d.ts +7 -7
- package/components/multibar/MultiBar.vue2.js +48 -48
- package/components/multibar/MultiBarMenu.vue.d.ts +6 -6
- package/components/multibar/MultiBarMenu.vue2.js +17 -17
- package/components/multibar/index.d.ts +15 -15
- package/components/popover/common/Popover.common.d.ts +3 -3
- package/components/popover/v3/Popover.vue.d.ts +8 -8
- package/components/popover/v3/Popover.vue2.js +8 -8
- package/components/popover/v3/index.d.ts +131 -68
- package/components/popover/v4/PopoverV4.vue.d.ts +11 -11
- package/components/popover/v4/PopoverV4.vue2.js +29 -29
- package/components/popover/v4/index.d.ts +165 -92
- package/components/radioButton/common/radioGroup.common.d.ts +1 -1
- package/components/radioButton/common/useRadio.d.ts +4 -4
- package/components/radioButton/v3/RadioButton.vue.d.ts +8 -8
- package/components/radioButton/v3/RadioButton.vue2.js +38 -38
- package/components/radioButton/v3/RadioGroup.vue.d.ts +8 -8
- package/components/radioButton/v3/RadioGroup.vue2.js +13 -13
- package/components/radioButton/v3/index.d.ts +236 -123
- package/components/radioButton/v4/RadioButtonV4.vue.d.ts +8 -8
- package/components/radioButton/v4/RadioButtonV4.vue2.js +38 -38
- package/components/radioButton/v4/RadioGroupV4.vue.d.ts +8 -8
- package/components/radioButton/v4/RadioGroupV4.vue2.js +13 -13
- package/components/radioButton/v4/index.d.ts +238 -125
- package/components/search/common/Search.common.d.ts +1 -1
- package/components/search/v3/Search.vue.d.ts +8 -8
- package/components/search/v3/Search.vue2.js +38 -38
- package/components/search/v3/index.d.ts +8 -8
- package/components/search/v4/SearchV4.vue.d.ts +8 -8
- package/components/search/v4/SearchV4.vue2.js +24 -24
- package/components/search/v4/index.d.ts +8 -8
- package/components/shared/FieldHelpText.vue.d.ts +4 -4
- package/components/shared/FieldHelpText.vue2.js +18 -18
- package/components/shared/FieldLabel.vue.d.ts +5 -5
- package/components/shared/FieldLabel.vue2.js +40 -40
- package/components/shared/FieldMaxLength.vue.d.ts +4 -4
- package/components/shared/FieldMaxLength.vue2.js +11 -11
- package/components/skeleton/v3/Skeleton.vue.d.ts +3 -3
- package/components/skeleton/v3/Skeleton.vue2.js +6 -6
- package/components/skeleton/v3/index.d.ts +52 -15
- package/components/skeleton/v4/SkeletonV4.vue.d.ts +4 -4
- package/components/skeleton/v4/SkeletonV4.vue2.js +10 -9
- package/components/skeleton/v4/index.d.ts +63 -24
- package/components/snackbar/common/snackbar.common.d.ts +1 -1
- package/components/snackbar/v3/Snackbar.vue.d.ts +11 -11
- package/components/snackbar/v3/Snackbar.vue2.js +64 -64
- package/components/snackbar/v4/SnackbarV4.vue.d.ts +11 -11
- package/components/snackbar/v4/SnackbarV4.vue2.js +71 -72
- package/components/sortableList/SortableItem.vue.d.ts +6 -6
- package/components/sortableList/SortableItem.vue.js +4 -4
- package/components/sortableList/SortableItem.vue2.js +61 -60
- package/components/sortableList/SortableItemLabel.vue.d.ts +3 -3
- package/components/sortableList/SortableItemLabel.vue2.js +17 -17
- package/components/sortableList/SortableList.types.d.ts +17 -0
- package/components/sortableList/SortableList.vue.d.ts +7 -7
- package/components/sortableList/SortableList.vue2.js +107 -106
- package/components/sortableList/index.d.ts +247 -136
- package/components/statusDot/StatusDot.vue.d.ts +4 -4
- package/components/statusDot/StatusDot.vue2.js +4 -4
- package/components/statusDot/index.d.ts +7 -7
- package/components/switch/v3/Switch.vue.d.ts +6 -6
- package/components/switch/v3/Switch.vue2.js +40 -40
- package/components/switch/v3/index.d.ts +86 -37
- package/components/switch/v4/SwitchV4.vue.d.ts +6 -6
- package/components/switch/v4/SwitchV4.vue2.js +31 -31
- package/components/switch/v4/index.d.ts +6 -6
- package/components/table/common/Table.common.d.ts +8 -13
- package/components/table/v3/SortOrderIcon.vue.d.ts +1 -1
- package/components/table/v3/SortOrderIcon.vue.js +13 -13
- package/components/table/v3/Table.vue.d.ts +7 -7
- package/components/table/v3/Table.vue2.js +135 -134
- package/components/table/v3/TableHeaderSorter.vue.d.ts +3 -3
- package/components/table/v3/TableHeaderSorter.vue2.js +11 -11
- package/components/table/v3/index.d.ts +220 -120
- package/components/table/v4/DataGrid.vue.d.ts +9 -9
- package/components/table/v4/DataGrid.vue.js +4 -4
- package/components/table/v4/DataGrid.vue2.js +264 -264
- package/components/table/v4/DataGridMenu.vue.d.ts +6 -6
- package/components/table/v4/DataGridMenu.vue2.js +20 -20
- package/components/table/v4/DataGridRowsCounter.vue.d.ts +4 -4
- package/components/table/v4/DataGridRowsCounter.vue2.js +19 -19
- package/components/table/v4/ExpandRowToggle.vue.d.ts +6 -6
- package/components/table/v4/ExpandRowToggle.vue2.js +9 -10
- package/components/table/v4/HelpIcon.vue.d.ts +4 -4
- package/components/table/v4/HelpIcon.vue2.js +9 -9
- package/components/table/v4/MultipleDataGrid.vue.d.ts +10 -10
- package/components/table/v4/MultipleDataGrid.vue2.js +77 -76
- package/components/table/v4/SortIcon.vue.d.ts +3 -3
- package/components/table/v4/SortIcon.vue2.js +6 -6
- package/components/table/v4/index.d.ts +960 -244
- package/components/table-cells/common/Editable.common.d.ts +2 -2
- package/components/table-cells/v3/Editable.vue.d.ts +4 -4
- package/components/table-cells/v3/Editable.vue2.js +17 -17
- package/components/table-cells/v3/index.d.ts +98 -43
- package/components/table-cells/v4/EditableV4.vue.d.ts +5 -5
- package/components/table-cells/v4/EditableV4.vue2.js +23 -23
- package/components/table-cells/v4/index.d.ts +138 -70
- package/components/tabs/common/tabsCommon.d.ts +2 -2
- package/components/tabs/v3/Tabs.vue.d.ts +6 -6
- package/components/tabs/v3/Tabs.vue2.js +55 -54
- package/components/tabs/v3/index.d.ts +100 -46
- package/components/tabs/v4/TabsV4.vue.d.ts +6 -6
- package/components/tabs/v4/TabsV4.vue2.js +42 -41
- package/components/tabs/v4/index.d.ts +90 -40
- package/components/textArea/v3/TextArea.vue.d.ts +6 -6
- package/components/textArea/v3/TextArea.vue2.js +14 -14
- package/components/textArea/v3/index.d.ts +6 -6
- package/components/textArea/v4/TextAreaV4.vue.d.ts +8 -8
- package/components/textArea/v4/TextAreaV4.vue2.js +18 -18
- package/components/textArea/v4/index.d.ts +23 -23
- package/components/toggle/v3/Toggle.vue.d.ts +6 -6
- package/components/toggle/v3/Toggle.vue2.js +33 -32
- package/components/toggle/v3/index.d.ts +6 -6
- package/components/toggle/v4/ToggleV4.vue.d.ts +9 -9
- package/components/toggle/v4/ToggleV4.vue2.js +34 -34
- package/components/toggle/v4/index.d.ts +181 -96
- package/components/tooltip/common/Tooltip.common.d.ts +1 -1
- package/components/tooltip/storybookComponents/CustomTooltip.vue.d.ts +3 -3
- package/components/tooltip/v3/TextWithTitleContent.vue.d.ts +4 -4
- package/components/tooltip/v3/TextWithTitleContent.vue2.js +16 -16
- package/components/tooltip/v3/Tooltip.vue.d.ts +5 -5
- package/components/tooltip/v3/Tooltip.vue2.js +28 -28
- package/components/tooltip/v3/index.d.ts +140 -73
- package/components/tooltip/v4/TextWithTitleContent.vue.d.ts +4 -4
- package/components/tooltip/v4/TextWithTitleContent.vue2.js +15 -15
- package/components/tooltip/v4/TooltipV4.vue.d.ts +7 -7
- package/components/tooltip/v4/TooltipV4.vue2.js +24 -24
- package/components/tooltip/v4/index.d.ts +188 -103
- package/components/typography/Heading.vue.d.ts +4 -4
- package/components/typography/Heading.vue2.js +10 -10
- package/components/typography/Text.vue.d.ts +4 -4
- package/components/typography/Text.vue2.js +10 -10
- package/components/typography/index.d.ts +142 -55
- package/components/typography/v4/Typography.vue.d.ts +4 -4
- package/components/typography/v4/Typography.vue2.js +20 -20
- package/components/typography/v4/index.d.ts +98 -44
- package/composables/useFormValidation.d.ts +4 -4
- package/design-foundation.stories/border-radius/BorderRadiusWrapper.vue.d.ts +1 -1
- package/design-foundation.stories/breakpoints/BreakpointsStoryWrapper.vue.d.ts +1 -1
- package/design-foundation.stories/colors/ColorsStoryWrapper.vue.d.ts +1 -1
- package/design-foundation.stories/elevations/ElevationStoryWrapper.vue.d.ts +1 -1
- package/design-foundation.stories/grid-layout/GridLayoutStoryWrapper.vue.d.ts +3 -3
- package/design-foundation.stories/spacing/SpacingStoryWrapper.vue.d.ts +1 -1
- package/design-foundation.stories/typography/TypographyStoryWrapper.vue.d.ts +1 -1
- package/index.d.ts +16826 -8885
- package/package.json +9 -10
- package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_95cb7fdb_lang.css +0 -1
- package/Banner.vue_vue_type_style_index_0_scoped_08730768_lang.css +0 -1
- package/CalendarMonth.vue_vue_type_style_index_0_scoped_b83b748a_lang.css +0 -1
- package/CalendarMonthV4.vue_vue_type_style_index_0_scoped_eabfb96b_lang.css +0 -1
- package/Chart.vue_vue_type_style_index_0_scoped_e8f25a03_lang.css +0 -1
- package/ChartLegend.vue_vue_type_style_index_0_scoped_b3750f56_lang.css +0 -1
- package/DataGrid.vue_vue_type_style_index_0_scoped_b21a79b1_lang.css +0 -1
- package/Dialog.vue_vue_type_style_index_0_scoped_ae02d365_lang.css +0 -1
- package/DialogV4.vue_vue_type_style_index_0_scoped_73f0a3d0_lang.css +0 -1
- package/DollarInput.vue_vue_type_style_index_0_scoped_67602af1_lang.css +0 -1
- package/IncludeExclude.vue_vue_type_style_index_0_scoped_5e07e0c9_lang.css +0 -1
- package/IncludeExcludeDragDrop.vue_vue_type_style_index_0_scoped_5881f285_lang.css +0 -1
- package/IncludeExcludeOption.vue_vue_type_style_index_0_scoped_6705ad81_lang.css +0 -1
- package/IncludeExcludeOptionDraggable.vue_vue_type_style_index_0_scoped_af09cab8_lang.css +0 -1
- package/Option.vue_vue_type_style_index_0_scoped_7fae01b1_lang.css +0 -1
- package/OptionV4.vue_vue_type_style_index_0_scoped_7d287ee5_lang.css +0 -1
- package/PasswordInput.vue_vue_type_style_index_0_scoped_d9e39d10_lang.css +0 -1
- package/PercentageInput.vue_vue_type_style_index_0_scoped_872f2f58_lang.css +0 -1
- package/SortableItem.vue_vue_type_style_index_0_scoped_f5ebfb56_lang.css +0 -1
- package/TextField.vue_vue_type_style_index_0_scoped_81fb8297_lang.css +0 -1
- package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_2513c37f_lang.css +0 -1
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import "../../../ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_38354f10_lang.css"; import { defineComponent as
|
|
2
|
-
import
|
|
1
|
+
import "../../../ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_38354f10_lang.css"; import { defineComponent as k, ref as m, computed as y, watch as S, openBlock as $, createBlock as D, unref as t, withCtx as h, createElementVNode as p, mergeProps as d, createVNode as u, createTextVNode as O, toDisplayString as C, withDirectives as b, vShow as x, withModifiers as E } from "vue";
|
|
2
|
+
import v from "../../icon/v4/IconV4.vue.js";
|
|
3
3
|
import "../../icon/v4/IconFlag.vue.js";
|
|
4
4
|
import _ from "../../typography/v4/Typography.vue.js";
|
|
5
5
|
import { DropdownTestIdModifiers as i } from "../../../testids/index.js";
|
|
6
|
-
import { useTestIdAttrs as
|
|
7
|
-
import { isElementTruncated as
|
|
8
|
-
import { promiseTimeout as
|
|
9
|
-
import
|
|
10
|
-
const
|
|
6
|
+
import { useTestIdAttrs as U } from "../../../utils/testIds.js";
|
|
7
|
+
import { isElementTruncated as F } from "../../../utils/text.js";
|
|
8
|
+
import { promiseTimeout as L } from "@vueuse/core";
|
|
9
|
+
import R from "../../tooltip/v4/TooltipV4.vue.js";
|
|
10
|
+
const z = { class: "chip-trigger--icon" }, M = ["onClick"], W = /* @__PURE__ */ k({
|
|
11
11
|
__name: "ChipDropdownTrigger",
|
|
12
12
|
props: {
|
|
13
13
|
label: { default: "Status" },
|
|
@@ -17,33 +17,33 @@ const M = { class: "chip-trigger--icon" }, W = /* @__PURE__ */ $({
|
|
|
17
17
|
feedbackVariant: { default: "" },
|
|
18
18
|
displayedValue: { default: "" },
|
|
19
19
|
allSelected: { type: Boolean, default: !1 },
|
|
20
|
-
options:
|
|
21
|
-
selectedOption:
|
|
22
|
-
displayValue:
|
|
20
|
+
options: null,
|
|
21
|
+
selectedOption: null,
|
|
22
|
+
displayValue: null,
|
|
23
23
|
multi: { type: Boolean },
|
|
24
24
|
cancelAllSelectedDisplay: { type: Boolean, default: !1 },
|
|
25
25
|
displayValueInQuotes: { type: Boolean, default: !1 },
|
|
26
26
|
shownValuesCount: { default: 1 }
|
|
27
27
|
},
|
|
28
28
|
emits: ["clear"],
|
|
29
|
-
setup(
|
|
30
|
-
const e =
|
|
31
|
-
|
|
32
|
-
}, o =
|
|
33
|
-
let
|
|
34
|
-
Array.isArray(
|
|
35
|
-
let c =
|
|
36
|
-
return e.displayValueInQuotes && (c = `"${
|
|
37
|
-
},
|
|
38
|
-
if (Array.isArray(
|
|
39
|
-
const
|
|
40
|
-
if (typeof
|
|
41
|
-
return `, +${
|
|
29
|
+
setup(f, { emit: w }) {
|
|
30
|
+
const e = f, A = () => {
|
|
31
|
+
w("clear");
|
|
32
|
+
}, o = m(null), r = m(!0), T = m(!1), g = (l) => {
|
|
33
|
+
let a = l;
|
|
34
|
+
Array.isArray(l) && (l.length > 1 ? a = `${l.filter((I) => typeof I == "string").join(", ")}` : a = l[0] ? `${l[0]}` : ""), r.value = !!a;
|
|
35
|
+
let c = a;
|
|
36
|
+
return e.displayValueInQuotes && (c = `"${a}"`), a ? `${e.label}: ${c}` : e.label;
|
|
37
|
+
}, V = (l) => {
|
|
38
|
+
if (Array.isArray(l) && l.length > 1) {
|
|
39
|
+
const a = l[l.length - 1];
|
|
40
|
+
if (typeof a == "number" && a > 0)
|
|
41
|
+
return `, +${a}`;
|
|
42
42
|
}
|
|
43
43
|
return "";
|
|
44
|
-
},
|
|
44
|
+
}, B = y(
|
|
45
45
|
() => e.feedbackVariant ? `state-${e.feedbackVariant}` : ""
|
|
46
|
-
),
|
|
46
|
+
), n = U(e.testId, i), s = y(() => {
|
|
47
47
|
if (!e.multi)
|
|
48
48
|
return e.selectedOption ? e.displayValue(e.selectedOption) : "";
|
|
49
49
|
if (!Array.isArray(e.selectedOption))
|
|
@@ -54,65 +54,65 @@ const M = { class: "chip-trigger--icon" }, W = /* @__PURE__ */ $({
|
|
|
54
54
|
return ["All"];
|
|
55
55
|
if (e.selectedOption.length === 1 && e.displayValue)
|
|
56
56
|
return [e.displayValue(e.selectedOption[0])];
|
|
57
|
-
const
|
|
58
|
-
return [...
|
|
57
|
+
const l = e.selectedOption.slice(0, e.shownValuesCount).map((c) => e.displayValue(c)), a = e.selectedOption.length - l.length;
|
|
58
|
+
return [...l, a];
|
|
59
59
|
});
|
|
60
|
-
|
|
61
|
-
await
|
|
60
|
+
S([() => e.selectedOption, o], async () => {
|
|
61
|
+
await L(100), T.value = o.value && F(o.value);
|
|
62
62
|
});
|
|
63
|
-
const
|
|
64
|
-
|
|
63
|
+
const N = y(() => T.value ? `${g(s.value)}${V(
|
|
64
|
+
s.value
|
|
65
65
|
)}` : "");
|
|
66
|
-
return (
|
|
67
|
-
text:
|
|
66
|
+
return (l, a) => ($(), D(t(R), {
|
|
67
|
+
text: t(N),
|
|
68
68
|
class: "tooltip-option",
|
|
69
69
|
placement: "top"
|
|
70
70
|
}, {
|
|
71
|
-
default:
|
|
72
|
-
p("div",
|
|
73
|
-
class: ["chip-trigger", [
|
|
74
|
-
},
|
|
71
|
+
default: h(() => [
|
|
72
|
+
p("div", d({
|
|
73
|
+
class: ["chip-trigger", [t(B), { active: r.value, disabled: f.disabled, open: f.open }]]
|
|
74
|
+
}, t(n)[t(i).BUTTON]), [
|
|
75
75
|
p("div", {
|
|
76
76
|
ref_key: "textContainerRef",
|
|
77
77
|
ref: o,
|
|
78
78
|
class: "chip-trigger--content"
|
|
79
79
|
}, [
|
|
80
|
-
|
|
80
|
+
u(t(_), d({
|
|
81
81
|
class: "chip-trigger--text",
|
|
82
82
|
variant: "chipLabel"
|
|
83
|
-
},
|
|
84
|
-
default:
|
|
85
|
-
|
|
83
|
+
}, t(n)[t(i).BUTTON_CONTENT]), {
|
|
84
|
+
default: h(() => [
|
|
85
|
+
O(C(g(t(s))), 1)
|
|
86
86
|
]),
|
|
87
87
|
_: 1
|
|
88
88
|
}, 16),
|
|
89
|
-
|
|
89
|
+
u(t(_), d({
|
|
90
90
|
class: "chip-trigger--suffix",
|
|
91
91
|
variant: "chipLabel"
|
|
92
|
-
},
|
|
93
|
-
default:
|
|
94
|
-
V(
|
|
92
|
+
}, t(n)[t(i).BUTTON_CONTENT_SUFFIX]), {
|
|
93
|
+
default: h(() => [
|
|
94
|
+
O(C(V(t(s))), 1)
|
|
95
95
|
]),
|
|
96
96
|
_: 1
|
|
97
97
|
}, 16),
|
|
98
|
-
|
|
99
|
-
|
|
98
|
+
b(p("div", z, [
|
|
99
|
+
u(t(v), {
|
|
100
100
|
name: "caret-down",
|
|
101
101
|
size: "16px"
|
|
102
102
|
})
|
|
103
103
|
], 512), [
|
|
104
|
-
[
|
|
104
|
+
[x, !r.value]
|
|
105
105
|
]),
|
|
106
|
-
|
|
107
|
-
onClick:
|
|
106
|
+
b(p("div", d({ class: "x-circle-wrapper" }, t(n)[t(i).BUTTON_CLEAR], {
|
|
107
|
+
onClick: E(A, ["stop"])
|
|
108
108
|
}), [
|
|
109
|
-
|
|
109
|
+
u(t(v), {
|
|
110
110
|
name: "x-circle",
|
|
111
111
|
size: "16px",
|
|
112
112
|
type: "fill"
|
|
113
113
|
})
|
|
114
|
-
], 16), [
|
|
115
|
-
[
|
|
114
|
+
], 16, M), [
|
|
115
|
+
[x, r.value]
|
|
116
116
|
])
|
|
117
117
|
], 512)
|
|
118
118
|
], 16)
|
|
@@ -3,7 +3,7 @@ type SelectedCondition = {
|
|
|
3
3
|
value: string;
|
|
4
4
|
multi: boolean;
|
|
5
5
|
};
|
|
6
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<
|
|
6
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
7
7
|
selectedCondition: SelectedCondition;
|
|
8
8
|
appliedSelections: unknown;
|
|
9
9
|
conditionalOptions: SelectedCondition[];
|
|
@@ -45,12 +45,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
|
|
|
45
45
|
optionIconType: any;
|
|
46
46
|
loadingOverride: boolean;
|
|
47
47
|
triggerShownValuesCount: number;
|
|
48
|
-
}
|
|
48
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
49
49
|
"update:selectedCondition": (value: SelectedCondition) => void;
|
|
50
50
|
"update:appliedSelections": (value: unknown) => void;
|
|
51
51
|
clear: () => void;
|
|
52
52
|
closed: () => void;
|
|
53
|
-
}, string, import("vue").
|
|
53
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
54
54
|
selectedCondition: SelectedCondition;
|
|
55
55
|
appliedSelections: unknown;
|
|
56
56
|
conditionalOptions: SelectedCondition[];
|
|
@@ -92,12 +92,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
|
|
|
92
92
|
optionIconType: any;
|
|
93
93
|
loadingOverride: boolean;
|
|
94
94
|
triggerShownValuesCount: number;
|
|
95
|
-
}>>> &
|
|
95
|
+
}>>> & {
|
|
96
96
|
onClear?: () => any;
|
|
97
97
|
onClosed?: () => any;
|
|
98
98
|
"onUpdate:selectedCondition"?: (value: SelectedCondition) => any;
|
|
99
99
|
"onUpdate:appliedSelections"?: (value: unknown) => any;
|
|
100
|
-
}
|
|
100
|
+
}, {
|
|
101
101
|
label: string;
|
|
102
102
|
testId: string;
|
|
103
103
|
isOpen: boolean;
|
|
@@ -116,7 +116,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
|
|
|
116
116
|
fetchDataDebounceTime: number;
|
|
117
117
|
autoFocusSearch: boolean;
|
|
118
118
|
loadingOverride: boolean;
|
|
119
|
-
}
|
|
119
|
+
}>, {
|
|
120
120
|
"option-end"?(_: {
|
|
121
121
|
option: any;
|
|
122
122
|
}): any;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import "../../../ConditionalDropdown.vue_vue_type_style_index_0_scoped_f5204c04_lang.css"; import { defineComponent as
|
|
2
|
-
import
|
|
1
|
+
import "../../../ConditionalDropdown.vue_vue_type_style_index_0_scoped_f5204c04_lang.css"; import { defineComponent as q, computed as w, ref as s, watch as m, onMounted as G, openBlock as F, createBlock as H, unref as c, createSlots as J, withCtx as v, createVNode as C, mergeProps as X, createElementVNode as Y, isRef as Z, normalizeProps as _, guardReactiveProps as ee, createElementBlock as le, createTextVNode as oe, toDisplayString as te, createCommentVNode as ae, renderSlot as ne } from "vue";
|
|
2
|
+
import B from "./DropdownV4.vue.js";
|
|
3
3
|
import "./DefaultDropdownTrigger.vue.js";
|
|
4
4
|
import "./IconButtonDropdownTrigger.vue.js";
|
|
5
5
|
import ie from "./ChipDropdownTrigger.vue.js";
|
|
@@ -12,19 +12,19 @@ import "./ConditionalDropdown.vue.js";
|
|
|
12
12
|
import re from "../../search/v4/SearchV4.vue.js";
|
|
13
13
|
import se from "../../typography/v4/Typography.vue.js";
|
|
14
14
|
import { useDebounceFn as de } from "@vueuse/core";
|
|
15
|
-
const
|
|
15
|
+
const ce = { class: "conditional-container" }, pe = {
|
|
16
16
|
key: 0,
|
|
17
17
|
class: "custom-list-area"
|
|
18
|
-
}, Ne = /* @__PURE__ */
|
|
18
|
+
}, Ne = /* @__PURE__ */ q({
|
|
19
19
|
__name: "ConditionalDropdown",
|
|
20
20
|
props: {
|
|
21
|
-
selectedCondition:
|
|
22
|
-
appliedSelections:
|
|
23
|
-
conditionalOptions:
|
|
21
|
+
selectedCondition: null,
|
|
22
|
+
appliedSelections: null,
|
|
23
|
+
conditionalOptions: null,
|
|
24
24
|
label: { default: "" },
|
|
25
25
|
testId: { default: "" },
|
|
26
26
|
comparingKey: { default: "id" },
|
|
27
|
-
fetchFnCallback:
|
|
27
|
+
fetchFnCallback: null,
|
|
28
28
|
optionNameKey: { default: "name" },
|
|
29
29
|
minCharsToStart: { default: 3 },
|
|
30
30
|
isOpen: { type: Boolean, default: !1 },
|
|
@@ -42,221 +42,221 @@ const pe = { class: "conditional-container" }, ce = {
|
|
|
42
42
|
triggerShownValuesCount: { default: 1 }
|
|
43
43
|
},
|
|
44
44
|
emits: ["update:selectedCondition", "update:appliedSelections", "clear", "closed"],
|
|
45
|
-
setup(
|
|
46
|
-
const
|
|
47
|
-
get: () =>
|
|
48
|
-
set: (
|
|
49
|
-
|
|
45
|
+
setup(u, { emit: g }) {
|
|
46
|
+
const e = u, y = w({
|
|
47
|
+
get: () => e.appliedSelections,
|
|
48
|
+
set: (l) => {
|
|
49
|
+
g("update:appliedSelections", l);
|
|
50
50
|
}
|
|
51
|
-
}),
|
|
52
|
-
|
|
53
|
-
), n =
|
|
54
|
-
get: () =>
|
|
55
|
-
set: (
|
|
56
|
-
|
|
51
|
+
}), T = s(
|
|
52
|
+
e.selectedCondition || e.conditionalOptions[0]
|
|
53
|
+
), n = w({
|
|
54
|
+
get: () => T.value || e.conditionalOptions[0],
|
|
55
|
+
set: (l) => {
|
|
56
|
+
T.value = l;
|
|
57
57
|
}
|
|
58
58
|
});
|
|
59
|
-
|
|
60
|
-
() =>
|
|
61
|
-
(
|
|
62
|
-
|
|
59
|
+
m(
|
|
60
|
+
() => e.selectedCondition,
|
|
61
|
+
(l) => {
|
|
62
|
+
l && l.value !== n.value?.value && (n.value = l, k());
|
|
63
63
|
}
|
|
64
64
|
);
|
|
65
|
-
const
|
|
66
|
-
const { appliedSelections:
|
|
67
|
-
return
|
|
68
|
-
},
|
|
69
|
-
const
|
|
70
|
-
if (
|
|
71
|
-
let
|
|
72
|
-
return
|
|
73
|
-
|
|
74
|
-
}),
|
|
65
|
+
const A = () => {
|
|
66
|
+
const { appliedSelections: l } = e;
|
|
67
|
+
return l ? Array.isArray(l) ? l : [l] : [];
|
|
68
|
+
}, N = s(null), p = s(!0), a = s([]), i = s(A()), D = s(!0), d = s(!1), O = s(!1), r = s(e.searchQuery), U = s(""), h = s(e.label), K = s([]), I = w(() => (!r.value || r.value?.length < e.minCharsToStart) && !a.value.length ? `Enter at least ${e.minCharsToStart} characters to begin` : "No results found"), M = w(() => {
|
|
69
|
+
const l = p.value ? 4 : 4.5, t = a.value.length > 4 ? a.value.length : l;
|
|
70
|
+
if (e.groupedOptions) {
|
|
71
|
+
let o = 0;
|
|
72
|
+
return a.value.forEach((S) => {
|
|
73
|
+
S.options && (o = o + S.options.length);
|
|
74
|
+
}), o > 4 ? o : l;
|
|
75
75
|
}
|
|
76
|
-
return
|
|
77
|
-
}),
|
|
78
|
-
if (
|
|
79
|
-
const
|
|
80
|
-
(
|
|
76
|
+
return t > l ? t : l;
|
|
77
|
+
}), E = (l, t) => {
|
|
78
|
+
if (e.infiniteLoading && n.value.multi && Array.isArray(i.value) && i.value.length && l && t.length) {
|
|
79
|
+
const o = [], S = i.value.filter(
|
|
80
|
+
(f) => f[e.optionNameKey].includes(l)
|
|
81
81
|
);
|
|
82
|
-
return
|
|
83
|
-
|
|
84
|
-
(
|
|
85
|
-
) &&
|
|
86
|
-
}),
|
|
87
|
-
(
|
|
82
|
+
return t.forEach((f) => {
|
|
83
|
+
S.find(
|
|
84
|
+
(W) => W[e.comparingKey] === f[e.comparingKey]
|
|
85
|
+
) && o.push(f[e.comparingKey]);
|
|
86
|
+
}), S.filter(
|
|
87
|
+
(f) => !o.includes(f[e.comparingKey])
|
|
88
88
|
);
|
|
89
89
|
}
|
|
90
90
|
return [];
|
|
91
|
-
},
|
|
91
|
+
}, L = async (l) => {
|
|
92
92
|
try {
|
|
93
|
-
|
|
94
|
-
const
|
|
95
|
-
|
|
96
|
-
|
|
93
|
+
d.value = !0;
|
|
94
|
+
const t = await e.fetchFnCallback(l), o = E(
|
|
95
|
+
l,
|
|
96
|
+
t
|
|
97
97
|
);
|
|
98
|
-
|
|
99
|
-
} catch (
|
|
100
|
-
|
|
98
|
+
a.value = [...o, ...t], d.value = !1;
|
|
99
|
+
} catch (t) {
|
|
100
|
+
d.value = !1, console.error("Error fetching data:", t);
|
|
101
101
|
}
|
|
102
|
-
},
|
|
103
|
-
if (
|
|
102
|
+
}, Q = async () => {
|
|
103
|
+
if (e.infiniteLoading)
|
|
104
104
|
try {
|
|
105
|
-
|
|
106
|
-
const
|
|
107
|
-
|
|
108
|
-
} catch (
|
|
109
|
-
|
|
105
|
+
O.value = !0;
|
|
106
|
+
const l = await e.loadMoreFn();
|
|
107
|
+
O.value = !1, Array.isArray(l) && (a.value = [...a.value, ...l]);
|
|
108
|
+
} catch (l) {
|
|
109
|
+
O.value = !1, console.error("Error fetching data:", l);
|
|
110
110
|
}
|
|
111
|
-
},
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
),
|
|
115
|
-
|
|
116
|
-
},
|
|
117
|
-
|
|
118
|
-
[
|
|
111
|
+
}, V = de(
|
|
112
|
+
L,
|
|
113
|
+
e.fetchDataDebounceTime
|
|
114
|
+
), b = (l) => {
|
|
115
|
+
l.length >= e.minCharsToStart ? (V(l), N.value?.scrollTo(0)) : e.infiniteLoading && n.value.multi ? a.value = K.value || [] : a.value = [];
|
|
116
|
+
}, $ = () => {
|
|
117
|
+
r.value && a.value.length && !d.value && !n.value.multi ? a.value[0].conditionalOptions ? a.value[0] = {
|
|
118
|
+
[e.optionNameKey]: r.value,
|
|
119
119
|
conditionalOptions: !0,
|
|
120
120
|
conditionalName: n.value.label,
|
|
121
|
-
[
|
|
122
|
-
} :
|
|
121
|
+
[e.comparingKey]: r.value
|
|
122
|
+
} : a.value = [
|
|
123
123
|
{
|
|
124
|
-
[
|
|
124
|
+
[e.optionNameKey]: r.value,
|
|
125
125
|
conditionalOptions: !0,
|
|
126
126
|
conditionalName: n.value.label,
|
|
127
|
-
[
|
|
127
|
+
[e.comparingKey]: r.value
|
|
128
128
|
},
|
|
129
|
-
...
|
|
130
|
-
] :
|
|
131
|
-
},
|
|
132
|
-
|
|
129
|
+
...a.value
|
|
130
|
+
] : a.value.length && a.value[0].conditionalOptions && a.value.shift();
|
|
131
|
+
}, k = () => {
|
|
132
|
+
p.value && i.value.length === 0 ? h.value = e.label : h.value = `${e.label} ${n.value.label.toLowerCase()}`;
|
|
133
133
|
};
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
}),
|
|
137
|
-
|
|
138
|
-
}),
|
|
139
|
-
() =>
|
|
140
|
-
(
|
|
141
|
-
!
|
|
134
|
+
m(r, () => {
|
|
135
|
+
b(r.value);
|
|
136
|
+
}), m([n, a], () => {
|
|
137
|
+
$();
|
|
138
|
+
}), m(
|
|
139
|
+
() => e.loadingOverride,
|
|
140
|
+
(l, t) => {
|
|
141
|
+
!l && t && !e.infiniteLoading && L(e.searchQuery);
|
|
142
142
|
}
|
|
143
143
|
);
|
|
144
|
-
const
|
|
145
|
-
|
|
144
|
+
const x = () => {
|
|
145
|
+
p.value && i.value.length === 0 ? (y.value = [], n.value = null) : (U.value = r.value, y.value = p.value ? [...i.value] : { ...i.value }, D.value = p.value), g("update:selectedCondition", n.value), k();
|
|
146
146
|
};
|
|
147
|
-
|
|
148
|
-
n.value.multi ? (
|
|
149
|
-
|
|
150
|
-
}, 100)) : (!
|
|
151
|
-
!
|
|
147
|
+
m(n, (l, t) => {
|
|
148
|
+
n.value.multi ? (d.value = !0, !t.multi && l.multi && (Array.isArray(e.appliedSelections) ? i.value = e.appliedSelections : i.value = [e.appliedSelections]), setTimeout(() => {
|
|
149
|
+
d.value = !1, p.value = !0;
|
|
150
|
+
}, 100)) : (!t.multi && !l.multi && (d.value = !0), setTimeout(() => {
|
|
151
|
+
!t.multi && !l.multi && (d.value = !1), p.value = !1;
|
|
152
152
|
}, 100));
|
|
153
|
-
}),
|
|
154
|
-
i.value =
|
|
153
|
+
}), m(y, () => {
|
|
154
|
+
i.value = A();
|
|
155
155
|
});
|
|
156
|
-
const
|
|
157
|
-
|
|
158
|
-
},
|
|
159
|
-
i.value = [],
|
|
160
|
-
},
|
|
161
|
-
n.value === null && (n.value =
|
|
156
|
+
const P = (l) => {
|
|
157
|
+
K.value = l;
|
|
158
|
+
}, R = () => {
|
|
159
|
+
i.value = [], y.value = [], n.value = null, g("update:selectedCondition", null), h.value = e.label, r.value = "", g("clear");
|
|
160
|
+
}, z = (l) => {
|
|
161
|
+
n.value === null && (n.value = e.conditionalOptions[0]), l && n.value.multi && e.infiniteLoading && i.value && (a.value = i.value, r.value && b(r.value));
|
|
162
162
|
};
|
|
163
|
-
|
|
164
|
-
(
|
|
163
|
+
G(() => {
|
|
164
|
+
(e.searchQuery || !e.infiniteLoading || e.minCharsToStart === 0) && b(e.searchQuery), e.appliedSelections && Array.isArray(e.appliedSelections) && (a.value = e.appliedSelections, i.value = e.appliedSelections, K.value = e.appliedSelections), k();
|
|
165
165
|
});
|
|
166
|
-
const
|
|
167
|
-
|
|
166
|
+
const j = () => {
|
|
167
|
+
g("closed");
|
|
168
168
|
};
|
|
169
|
-
return (
|
|
169
|
+
return (l, t) => (F(), H(c(B), {
|
|
170
170
|
ref_key: "dropdownRef",
|
|
171
|
-
ref:
|
|
171
|
+
ref: N,
|
|
172
172
|
selected: i.value,
|
|
173
|
-
"onUpdate:selected":
|
|
173
|
+
"onUpdate:selected": t[2] || (t[2] = (o) => i.value = o),
|
|
174
174
|
"predefined-trigger": "chip",
|
|
175
|
-
"display-value": (
|
|
176
|
-
multi:
|
|
177
|
-
options:
|
|
178
|
-
placeholder:
|
|
175
|
+
"display-value": (o) => o?.[u.optionNameKey],
|
|
176
|
+
multi: p.value,
|
|
177
|
+
options: a.value,
|
|
178
|
+
placeholder: h.value,
|
|
179
179
|
"search-placeholder": "Search",
|
|
180
|
-
"option-name-key":
|
|
180
|
+
"option-name-key": u.optionNameKey,
|
|
181
181
|
"with-conditions": "",
|
|
182
182
|
"inline-search": "",
|
|
183
|
-
"custom-number-of-displayed-options":
|
|
183
|
+
"custom-number-of-displayed-options": c(M),
|
|
184
184
|
"options-list-width": "330px",
|
|
185
|
-
loading:
|
|
186
|
-
"load-more-loading":
|
|
187
|
-
"comparing-key":
|
|
188
|
-
"is-open":
|
|
189
|
-
"infinite-loading":
|
|
190
|
-
"show-select-all": !
|
|
191
|
-
"grouped-options":
|
|
192
|
-
"option-flag-key":
|
|
193
|
-
"option-image-key":
|
|
194
|
-
"option-icon-key":
|
|
195
|
-
"option-icon-type":
|
|
196
|
-
"trigger-shown-values-count":
|
|
197
|
-
"onUpdate:isOpen":
|
|
198
|
-
onOnsearch:
|
|
199
|
-
onApply:
|
|
200
|
-
onLoadMore:
|
|
201
|
-
onUnsavedSelectionUpdate:
|
|
202
|
-
onClosed:
|
|
203
|
-
},
|
|
204
|
-
"dropdown-trigger":
|
|
205
|
-
|
|
206
|
-
label:
|
|
207
|
-
"selected-option":
|
|
208
|
-
multi:
|
|
185
|
+
loading: d.value || u.loadingOverride,
|
|
186
|
+
"load-more-loading": O.value,
|
|
187
|
+
"comparing-key": u.comparingKey,
|
|
188
|
+
"is-open": u.isOpen,
|
|
189
|
+
"infinite-loading": u.infiniteLoading,
|
|
190
|
+
"show-select-all": !u.infiniteLoading && !r.value,
|
|
191
|
+
"grouped-options": u.groupedOptions,
|
|
192
|
+
"option-flag-key": u.optionFlagKey,
|
|
193
|
+
"option-image-key": u.optionImageKey,
|
|
194
|
+
"option-icon-key": u.optionIconKey,
|
|
195
|
+
"option-icon-type": u.optionIconType,
|
|
196
|
+
"trigger-shown-values-count": u.triggerShownValuesCount,
|
|
197
|
+
"onUpdate:isOpen": z,
|
|
198
|
+
onOnsearch: b,
|
|
199
|
+
onApply: x,
|
|
200
|
+
onLoadMore: Q,
|
|
201
|
+
onUnsavedSelectionUpdate: P,
|
|
202
|
+
onClosed: j
|
|
203
|
+
}, J({
|
|
204
|
+
"dropdown-trigger": v(({ defaultTriggerProps: o }) => [
|
|
205
|
+
C(c(ie), X(o, {
|
|
206
|
+
label: h.value,
|
|
207
|
+
"selected-option": c(y),
|
|
208
|
+
multi: D.value,
|
|
209
209
|
"cancel-all-selected-display": "",
|
|
210
210
|
"display-value-in-quotes": !Array.isArray(i.value) && i.value.conditionalOptions,
|
|
211
|
-
"shown-values-count":
|
|
212
|
-
onClear:
|
|
211
|
+
"shown-values-count": u.triggerShownValuesCount,
|
|
212
|
+
onClear: R
|
|
213
213
|
}), null, 16, ["label", "selected-option", "multi", "display-value-in-quotes", "shown-values-count"])
|
|
214
214
|
]),
|
|
215
|
-
"dropdown-conditions":
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
selected: n
|
|
219
|
-
"onUpdate:selected":
|
|
220
|
-
options:
|
|
215
|
+
"dropdown-conditions": v(() => [
|
|
216
|
+
Y("div", ce, [
|
|
217
|
+
C(c(B), {
|
|
218
|
+
selected: c(n),
|
|
219
|
+
"onUpdate:selected": t[0] || (t[0] = (o) => Z(n) ? n.value = o : null),
|
|
220
|
+
options: u.conditionalOptions,
|
|
221
221
|
"option-name-key": "label",
|
|
222
|
-
"display-value": (
|
|
222
|
+
"display-value": (o) => o?.label,
|
|
223
223
|
container: ".conditional-container",
|
|
224
224
|
size: "small"
|
|
225
225
|
}, {
|
|
226
|
-
"dropdown-trigger":
|
|
227
|
-
|
|
226
|
+
"dropdown-trigger": v(({ buttonTriggerProps: o }) => [
|
|
227
|
+
C(c(ue), _(ee(o)), null, 16)
|
|
228
228
|
]),
|
|
229
229
|
_: 1
|
|
230
230
|
}, 8, ["selected", "options", "display-value"])
|
|
231
231
|
])
|
|
232
232
|
]),
|
|
233
|
-
"inline-search":
|
|
234
|
-
|
|
235
|
-
modelValue:
|
|
236
|
-
"onUpdate:modelValue":
|
|
233
|
+
"inline-search": v(() => [
|
|
234
|
+
C(c(re), {
|
|
235
|
+
modelValue: r.value,
|
|
236
|
+
"onUpdate:modelValue": t[1] || (t[1] = (o) => r.value = o),
|
|
237
237
|
class: "inline-search",
|
|
238
238
|
placeholder: "Search",
|
|
239
239
|
variant: "transparent",
|
|
240
240
|
size: "md",
|
|
241
|
-
"auto-focus":
|
|
241
|
+
"auto-focus": u.autoFocusSearch
|
|
242
242
|
}, null, 8, ["modelValue", "auto-focus"])
|
|
243
243
|
]),
|
|
244
|
-
"custom-list-area":
|
|
245
|
-
!
|
|
246
|
-
|
|
247
|
-
default:
|
|
248
|
-
|
|
244
|
+
"custom-list-area": v(() => [
|
|
245
|
+
!a.value.length && !d.value ? (F(), le("div", pe, [
|
|
246
|
+
C(se, { variant: "body1" }, {
|
|
247
|
+
default: v(() => [
|
|
248
|
+
oe(te(c(I)), 1)
|
|
249
249
|
]),
|
|
250
250
|
_: 1
|
|
251
251
|
})
|
|
252
|
-
])) :
|
|
252
|
+
])) : ae("", !0)
|
|
253
253
|
]),
|
|
254
254
|
_: 2
|
|
255
255
|
}, [
|
|
256
|
-
|
|
256
|
+
l.$slots["option-end"] ? {
|
|
257
257
|
name: "option-end",
|
|
258
|
-
fn:
|
|
259
|
-
ne(
|
|
258
|
+
fn: v(({ option: o }) => [
|
|
259
|
+
ne(l.$slots, "option-end", { option: o }, void 0, !0)
|
|
260
260
|
]),
|
|
261
261
|
key: "0"
|
|
262
262
|
} : void 0
|