@ironsource/shared-ui 2.1.6-rc.3 → 2.1.6-rc.30
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/Alert.vue_vue_type_style_index_0_scoped_a9f0dfcc_lang.css +1 -0
- package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_092d0e03_lang.css +1 -0
- package/AppHeader.vue_vue_type_style_index_0_scoped_538ccdc6_lang.css +1 -0
- package/Autocomplete.vue_vue_type_style_index_0_scoped_a7bfd237_lang.css +1 -0
- package/Chart.vue_vue_type_style_index_0_scoped_f06a4764_lang.css +1 -0
- package/ChartHeader.vue_vue_type_style_index_0_scoped_88d4532f_lang.css +1 -0
- package/ChartLegend.vue_vue_type_style_index_0_scoped_efc608f9_lang.css +1 -0
- package/ChartLoader.vue_vue_type_style_index_0_scoped_142c444a_lang.css +1 -0
- package/ChartTooltip.vue_vue_type_style_index_0_scoped_ec636f18_lang.css +1 -0
- package/CheckboxV4.vue_vue_type_style_index_0_scoped_8e5b619a_lang.css +1 -0
- package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_a8fdae89_lang.css +1 -0
- package/DataGrid.vue_vue_type_style_index_0_scoped_b5729ec6_lang.css +1 -0
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_ad524750_lang.css +1 -0
- package/DialogV4.vue_vue_type_style_index_0_scoped_09c488cf_lang.css +1 -0
- package/Dropdown.vue_vue_type_style_index_0_scoped_aaa8c4bb_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_0_scoped_2e7a89bc_lang.css +1 -0
- package/FieldLabel.vue_vue_type_style_index_0_scoped_96ee1c98_lang.css +1 -0
- package/FormCard.vue_vue_type_style_index_0_scoped_52ade67c_lang.css +1 -0
- package/HelpIcon.vue_vue_type_style_index_0_scoped_06fce2e3_lang.css +1 -0
- package/InlineCopy.vue_vue_type_style_index_0_scoped_6a7b3795_lang.css +1 -0
- package/OptionV4.vue_vue_type_style_index_0_scoped_89b98201_lang.css +1 -0
- package/SearchV4.vue_vue_type_style_index_0_scoped_d6c42f4b_lang.css +1 -0
- package/SkeletonV4.vue_vue_type_style_index_0_scoped_93ae1260_lang.css +1 -0
- package/SwitchV4.vue_vue_type_style_index_0_scoped_c2e356f5_lang.css +1 -0
- package/TextAreaV4.vue_vue_type_style_index_0_scoped_f3b2c01d_lang.css +1 -0
- package/TextField.vue_vue_type_style_index_0_scoped_a6457440_lang.css +1 -0
- package/ThemeWrapper.vue_vue_type_style_index_0_scoped_b62ee695_lang.css +1 -0
- package/ToggleV4.vue_vue_type_style_index_0_scoped_a4aa32fb_lang.css +1 -0
- package/TooltipV4.vue_vue_type_style_index_0_scoped_fcdb9d02_lang.css +1 -0
- package/components/ThemeWrapper/ThemeWrapper.vue.d.ts +2 -2
- package/components/ThemeWrapper/index.d.ts +0 -4
- package/components/alert/Alert.vue.d.ts +7 -0
- package/components/alert/index.d.ts +27 -2
- package/components/appHeader/AppHeader.vue.d.ts +6 -2
- package/components/appHeader/index.d.ts +6 -2
- package/components/autocomplete/Autocomplete.vue.d.ts +5 -0
- package/components/autocomplete/index.d.ts +20 -1
- package/components/chart/Chart.vue.d.ts +111 -0
- package/components/chart/ChartHeader.vue.d.ts +44 -0
- package/components/chart/ChartLegend.vue.d.ts +49 -0
- package/components/chart/ChartLoader.vue.d.ts +2 -0
- package/components/chart/ChartTooltip.vue.d.ts +56 -0
- package/components/chart/composables/useChartValues.d.ts +12 -0
- package/components/chart/composables/useTooltipPosition.d.ts +8 -0
- package/components/chart/consts.d.ts +12 -0
- package/components/chart/index.d.ts +161 -0
- package/components/chart/mockData.d.ts +24 -0
- package/components/chart/plugins/HoverVerticalLine.d.ts +4 -0
- package/components/chart/types.d.ts +39 -0
- package/components/chart/utils/formatNumber.d.ts +2 -0
- package/components/chart/utils/utils.d.ts +3 -0
- package/components/checkbox/v4/CheckboxV4.vue.d.ts +5 -0
- package/components/checkbox/v4/icons/CheckedDisabledState.vue.d.ts +28 -1
- package/components/checkbox/v4/icons/CheckedState.vue.d.ts +28 -1
- package/components/checkbox/v4/icons/IndeterminateState.vue.d.ts +28 -1
- package/components/checkbox/v4/index.d.ts +20 -1
- package/components/dropdown/v3/Dropdown.vue.d.ts +4 -0
- package/components/dropdown/v3/index.d.ts +13 -1
- package/components/dropdown/v4/AppDropdownTrigger.vue.d.ts +13 -0
- package/components/dropdown/v4/DropdownV4.vue.d.ts +16 -0
- package/components/dropdown/v4/OptionV4.vue.d.ts +11 -0
- package/components/dropdown/v4/index.d.ts +145 -5
- package/components/floatingToolbar/FloatingToolbar.vue.d.ts +1 -1
- package/components/floatingToolbar/index.d.ts +20 -20
- package/components/inlineCopy/InlineCopy.vue.d.ts +6 -2
- package/components/inlineCopy/index.d.ts +6 -2
- package/components/input/v4/TextField.vue.d.ts +5 -0
- package/components/input/v4/index.d.ts +20 -1
- package/components/search/v4/SearchV4.vue.d.ts +2 -2
- package/components/search/v4/index.d.ts +0 -2
- package/components/switch/v4/SwitchV4.vue.d.ts +10 -20
- package/components/switch/v4/index.d.ts +27 -124
- package/components/table/v4/DataGrid.vue.d.ts +4 -0
- package/components/table/v4/index.d.ts +14 -2
- package/components/toggle/v3/Toggle.vue.d.ts +1 -1
- package/components/toggle/v3/index.d.ts +9 -9
- package/components/toggle/v4/ToggleV4.vue.d.ts +1 -1
- package/components/toggle/v4/index.d.ts +20 -20
- package/components/tooltip/v4/TooltipV4.vue.d.ts +6 -2
- package/components/tooltip/v4/index.d.ts +17 -5
- package/index.d.ts +552 -337
- package/mocks/apps.d.ts +1 -0
- package/package.json +5 -1
- package/src/components/ThemeWrapper/ThemeWrapper.vue.js +8 -0
- package/src/components/ThemeWrapper/ThemeWrapper.vue2.js +22 -0
- package/src/components/alert/Alert.vue.js +7 -0
- package/src/components/alert/Alert.vue2.js +91 -0
- package/src/components/appHeader/AppHeader.vue.js +7 -0
- package/src/components/appHeader/AppHeader.vue2.js +85 -0
- package/src/components/appIcon/AppIcon.vue.js +7 -0
- package/src/components/appIcon/AppIcon.vue2.js +35 -0
- package/src/components/appTrigger/AppTrigger.vue.js +7 -0
- package/src/components/appTrigger/AppTrigger.vue2.js +124 -0
- package/src/components/autocomplete/Autocomplete.vue.js +7 -0
- package/src/components/autocomplete/Autocomplete.vue2.js +121 -0
- package/src/components/autocompleteDropdown/AutocompleteDropdown.vue.js +7 -0
- package/src/components/autocompleteDropdown/AutocompleteDropdown.vue2.js +120 -0
- package/src/components/autocompleteDropdown/AutocompleteInput.vue.js +7 -0
- package/src/components/autocompleteDropdown/AutocompleteInput.vue2.js +79 -0
- package/src/components/autocompleteDropdown/GroupOption.vue.js +7 -0
- package/src/components/autocompleteDropdown/GroupOption.vue2.js +35 -0
- package/src/components/banner/Banner.vue.js +7 -0
- package/src/components/banner/Banner.vue2.js +58 -0
- package/src/components/button/v3/Button.vue.js +7 -0
- package/src/components/button/v3/Button.vue2.js +59 -0
- package/src/components/button/v3/ButtonBase.vue.js +7 -0
- package/src/components/button/v3/ButtonBase.vue2.js +54 -0
- package/src/components/button/v3/IconButton.vue.js +7 -0
- package/src/components/button/v3/IconButton.vue2.js +45 -0
- package/src/components/button/v3/LoaderCircleIcon.vue.js +33 -0
- package/src/components/button/v3/LoaderDotsIcon.vue.js +16 -0
- package/src/components/button/v3/ScrollButton.vue.js +7 -0
- package/src/components/button/v3/ScrollButton.vue2.js +45 -0
- package/src/components/button/v4/ButtonV4.vue.js +7 -0
- package/src/components/button/v4/ButtonV4.vue2.js +90 -0
- package/src/components/button/v4/IconButtonV4.vue.js +7 -0
- package/src/components/button/v4/IconButtonV4.vue2.js +35 -0
- package/src/components/chart/Chart.vue.js +7 -0
- package/src/components/chart/Chart.vue2.js +281 -0
- package/src/components/chart/ChartHeader.vue.js +7 -0
- package/src/components/chart/ChartHeader.vue2.js +51 -0
- package/src/components/chart/ChartLegend.vue.js +7 -0
- package/src/components/chart/ChartLegend.vue2.js +65 -0
- package/src/components/chart/ChartLoader.vue.js +25 -0
- package/src/components/chart/ChartTooltip.vue.js +7 -0
- package/src/components/chart/ChartTooltip.vue2.js +81 -0
- package/src/components/chart/composables/useChartValues.js +32 -0
- package/src/components/chart/composables/useTooltipPosition.js +22 -0
- package/src/components/chart/consts.js +21 -0
- package/src/components/chart/index.js +6 -0
- package/src/components/chart/plugins/HoverVerticalLine.js +12 -0
- package/src/components/chart/types.js +4 -0
- package/src/components/chart/utils/formatNumber.js +11 -0
- package/src/components/chart/utils/utils.js +12 -0
- package/src/components/checkbox/v3/Checkbox.vue.js +7 -0
- package/src/components/checkbox/v3/Checkbox.vue2.js +99 -0
- package/src/components/checkbox/v3/icons/checked.vue.js +27 -0
- package/src/components/checkbox/v3/icons/indeterminate.vue.js +28 -0
- package/src/components/checkbox/v3/icons/unchecked.vue.js +24 -0
- package/src/components/checkbox/v4/CheckboxV4.vue.js +7 -0
- package/src/components/checkbox/v4/CheckboxV4.vue2.js +111 -0
- package/src/components/checkbox/v4/icons/CheckedDisabledState.vue.js +45 -0
- package/src/components/checkbox/v4/icons/CheckedDisabledState.vue2.js +4 -0
- package/src/components/checkbox/v4/icons/CheckedState.vue.js +42 -0
- package/src/components/checkbox/v4/icons/CheckedState.vue2.js +4 -0
- package/src/components/checkbox/v4/icons/IndeterminateDisabledState.vue.js +40 -0
- package/src/components/checkbox/v4/icons/IndeterminateState.vue.js +44 -0
- package/src/components/checkbox/v4/icons/IndeterminateState.vue2.js +4 -0
- package/src/components/checkbox/v4/icons/UncheckedDisabledState.vue.js +30 -0
- package/src/components/checkbox/v4/icons/UncheckedState.vue.js +32 -0
- package/src/components/chip/v3/Chip.vue.js +7 -0
- package/src/components/chip/v3/Chip.vue2.js +58 -0
- package/src/components/chip/v4/ChipV4.vue.js +7 -0
- package/src/components/chip/v4/ChipV4.vue2.js +67 -0
- package/src/components/cssBaseline/CssBaseline.vue.js +10 -0
- package/src/components/datePicker/DatePicker.vue.js +7 -0
- package/src/components/datePicker/DatePicker.vue2.js +97 -0
- package/src/components/datePicker/DatePickerMonth.vue.js +7 -0
- package/src/components/datePicker/DatePickerMonth.vue2.js +85 -0
- package/src/components/dateRange/CalendarMonth.vue.js +7 -0
- package/src/components/dateRange/CalendarMonth.vue2.js +244 -0
- package/src/components/dateRange/DateRange.vue.js +7 -0
- package/src/components/dateRange/DateRange.vue2.js +417 -0
- package/src/components/dialog/v3/Dialog.vue.js +7 -0
- package/src/components/dialog/v3/Dialog.vue2.js +137 -0
- package/src/components/dialog/v4/DialogV4.vue.js +7 -0
- package/src/components/dialog/v4/DialogV4.vue2.js +155 -0
- package/src/components/dropdown/common/Dropdown.common.js +336 -0
- package/src/components/dropdown/v3/Dropdown.vue.js +8 -0
- package/src/components/dropdown/v3/Dropdown.vue2.js +394 -0
- package/src/components/dropdown/v3/Label.vue.js +7 -0
- package/src/components/dropdown/v3/Label.vue2.js +36 -0
- package/src/components/dropdown/v3/Option.vue.js +7 -0
- package/src/components/dropdown/v3/Option.vue2.js +94 -0
- package/src/components/dropdown/v3/SearchInput.vue.js +7 -0
- package/src/components/dropdown/v3/SearchInput.vue2.js +82 -0
- package/src/components/dropdown/v4/AppDropdownTrigger.vue.js +7 -0
- package/src/components/dropdown/v4/AppDropdownTrigger.vue2.js +157 -0
- package/src/components/dropdown/v4/ButtonDropdownTrigger.vue.js +7 -0
- package/src/components/dropdown/v4/ButtonDropdownTrigger.vue2.js +36 -0
- package/src/components/dropdown/v4/ButtonFilterDropdownTrigger.vue.js +7 -0
- package/src/components/dropdown/v4/ButtonFilterDropdownTrigger.vue2.js +50 -0
- package/src/components/dropdown/v4/ChipDropdownTrigger.vue.js +7 -0
- package/src/components/dropdown/v4/ChipDropdownTrigger.vue2.js +73 -0
- package/src/components/dropdown/v4/DefaultDropdownTrigger.vue.js +7 -0
- package/src/components/dropdown/v4/DefaultDropdownTrigger.vue2.js +115 -0
- package/src/components/dropdown/v4/DropdownV4.vue.js +8 -0
- package/src/components/dropdown/v4/DropdownV4.vue2.js +415 -0
- package/src/components/dropdown/v4/IconButtonDropdownTrigger.vue.js +7 -0
- package/src/components/dropdown/v4/IconButtonDropdownTrigger.vue2.js +19 -0
- package/src/components/dropdown/v4/OptionV4.vue.js +7 -0
- package/src/components/dropdown/v4/OptionV4.vue2.js +141 -0
- package/src/components/emptyState/v3/EmptyState.vue.js +7 -0
- package/src/components/emptyState/v3/EmptyState.vue2.js +91 -0
- package/src/components/emptyState/v3/EmptyStateIcon.vue.js +35 -0
- package/src/components/emptyState/v4/EmptyStateV4.vue.js +7 -0
- package/src/components/emptyState/v4/EmptyStateV4.vue2.js +80 -0
- package/src/components/emptyState/v4/icons/IconError.vue.js +16 -0
- package/src/components/emptyState/v4/icons/IconFiles.vue.js +16 -0
- package/src/components/emptyState/v4/icons/IconNoAccess.vue.js +16 -0
- package/src/components/emptyState/v4/icons/IconNoData.vue.js +16 -0
- package/src/components/emptyState/v4/icons/IconNoResults.vue.js +16 -0
- package/src/components/emptyState/v4/icons/IconSettings.vue.js +16 -0
- package/src/components/filterDropdown/AddFilterButton.vue.js +7 -0
- package/src/components/filterDropdown/AddFilterButton.vue2.js +50 -0
- package/src/components/filterDropdown/FilterDropdown.vue.js +7 -0
- package/src/components/filterDropdown/FilterDropdown.vue2.js +56 -0
- package/src/components/filtersPanel/v3/FilterSearchInput.vue.js +7 -0
- package/src/components/filtersPanel/v3/FilterSearchInput.vue2.js +45 -0
- package/src/components/filtersPanel/v3/FiltersPanel.vue.js +7 -0
- package/src/components/filtersPanel/v3/FiltersPanel.vue2.js +40 -0
- package/src/components/filtersPanel/v4/FiltersPanelV4.vue.js +7 -0
- package/src/components/filtersPanel/v4/FiltersPanelV4.vue2.js +23 -0
- package/src/components/floatingToolbar/FloatingToolbar.vue.js +7 -0
- package/src/components/floatingToolbar/FloatingToolbar.vue2.js +70 -0
- package/src/components/forms/CardPanel.vue.js +7 -0
- package/src/components/forms/CardPanel.vue2.js +37 -0
- package/src/components/forms/FormCard.vue.js +7 -0
- package/src/components/forms/FormCard.vue2.js +100 -0
- package/src/components/forms/FormField.vue.js +7 -0
- package/src/components/forms/FormField.vue2.js +17 -0
- package/src/components/forms/FormRow.vue.js +7 -0
- package/src/components/forms/FormRow.vue2.js +34 -0
- package/src/components/icon/v3/Icon.vue.js +7 -0
- package/src/components/icon/v3/Icon.vue2.js +38 -0
- package/src/components/icon/v3/icons/A.vue.js +24 -0
- package/src/components/icon/v3/icons/A2.vue.js +18 -0
- package/src/components/icon/v3/icons/ABTest.vue.js +20 -0
- package/src/components/icon/v3/icons/ABTest2.vue.js +15 -0
- package/src/components/icon/v3/icons/ACircle.vue.js +20 -0
- package/src/components/icon/v3/icons/AccountBalanceWallet.vue.js +22 -0
- package/src/components/icon/v3/icons/AccountCircle.vue.js +20 -0
- package/src/components/icon/v3/icons/AccountCircleOutline.vue.js +18 -0
- package/src/components/icon/v3/icons/Add.vue.js +18 -0
- package/src/components/icon/v3/icons/Adjust.vue.js +43 -0
- package/src/components/icon/v3/icons/Analytics.vue.js +18 -0
- package/src/components/icon/v3/icons/Android.vue.js +20 -0
- package/src/components/icon/v3/icons/AngleDown.vue.js +20 -0
- package/src/components/icon/v3/icons/AngleLeft.vue.js +20 -0
- package/src/components/icon/v3/icons/AngleRight.vue.js +20 -0
- package/src/components/icon/v3/icons/AngleUp.vue.js +20 -0
- package/src/components/icon/v3/icons/AppStore.vue.js +21 -0
- package/src/components/icon/v3/icons/AreaChart.vue.js +18 -0
- package/src/components/icon/v3/icons/ArrowBack.vue.js +18 -0
- package/src/components/icon/v3/icons/ArrowDownward.vue.js +18 -0
- package/src/components/icon/v3/icons/ArrowForward.vue.js +18 -0
- package/src/components/icon/v3/icons/ArrowLeft.vue.js +18 -0
- package/src/components/icon/v3/icons/ArrowRight.vue.js +18 -0
- package/src/components/icon/v3/icons/ArrowSort-Down.vue.js +20 -0
- package/src/components/icon/v3/icons/ArrowSort-Up.vue.js +20 -0
- package/src/components/icon/v3/icons/ArrowUpward.vue.js +18 -0
- package/src/components/icon/v3/icons/AutoAwesome.vue.js +18 -0
- package/src/components/icon/v3/icons/AutoMode.vue.js +20 -0
- package/src/components/icon/v3/icons/Autorenew.vue.js +18 -0
- package/src/components/icon/v3/icons/B.vue.js +24 -0
- package/src/components/icon/v3/icons/B2.vue.js +18 -0
- package/src/components/icon/v3/icons/BCircle.vue.js +20 -0
- package/src/components/icon/v3/icons/Banner.vue.js +24 -0
- package/src/components/icon/v3/icons/Bidding.vue.js +32 -0
- package/src/components/icon/v3/icons/Bidding2.vue.js +32 -0
- package/src/components/icon/v3/icons/Block.vue.js +18 -0
- package/src/components/icon/v3/icons/BorderColor.vue.js +20 -0
- package/src/components/icon/v3/icons/Bug.vue.js +20 -0
- package/src/components/icon/v3/icons/Bullhorn.vue.js +18 -0
- package/src/components/icon/v3/icons/BullseyeArrow.vue.js +23 -0
- package/src/components/icon/v3/icons/Cached.vue.js +18 -0
- package/src/components/icon/v3/icons/Calendar.vue.js +23 -0
- package/src/components/icon/v3/icons/CalendarToday.vue.js +18 -0
- package/src/components/icon/v3/icons/Cancel.vue.js +20 -0
- package/src/components/icon/v3/icons/ChartBar.vue.js +20 -0
- package/src/components/icon/v3/icons/ChartLine.vue.js +20 -0
- package/src/components/icon/v3/icons/ChartMixed.vue.js +20 -0
- package/src/components/icon/v3/icons/Check.vue.js +18 -0
- package/src/components/icon/v3/icons/Check2.vue.js +21 -0
- package/src/components/icon/v3/icons/CheckBold.vue.js +20 -0
- package/src/components/icon/v3/icons/CheckCircle.vue.js +21 -0
- package/src/components/icon/v3/icons/Close.vue.js +18 -0
- package/src/components/icon/v3/icons/CloseBold.vue.js +18 -0
- package/src/components/icon/v3/icons/ComputerMouse.vue.js +23 -0
- package/src/components/icon/v3/icons/CopyTo-Clipboard.vue.js +20 -0
- package/src/components/icon/v3/icons/CopyToClipboardFilled.vue.js +18 -0
- package/src/components/icon/v3/icons/Create.vue.js +20 -0
- package/src/components/icon/v3/icons/Creative.vue.js +20 -0
- package/src/components/icon/v3/icons/Cross.vue.js +20 -0
- package/src/components/icon/v3/icons/CrownFill.vue.js +18 -0
- package/src/components/icon/v3/icons/Cube.vue.js +21 -0
- package/src/components/icon/v3/icons/CubeBackground.vue.js +27 -0
- package/src/components/icon/v3/icons/Cup.vue.js +18 -0
- package/src/components/icon/v3/icons/CupA.vue.js +15 -0
- package/src/components/icon/v3/icons/CupB.vue.js +15 -0
- package/src/components/icon/v3/icons/Delete.vue.js +20 -0
- package/src/components/icon/v3/icons/Diamond.vue.js +18 -0
- package/src/components/icon/v3/icons/Dots.vue.js +20 -0
- package/src/components/icon/v3/icons/Download.vue.js +20 -0
- package/src/components/icon/v3/icons/Download2.vue.js +23 -0
- package/src/components/icon/v3/icons/DownloadDone.vue.js +20 -0
- package/src/components/icon/v3/icons/DragIndicator.vue.js +18 -0
- package/src/components/icon/v3/icons/Duplicate.vue.js +19 -0
- package/src/components/icon/v3/icons/Ecpi.vue.js +31 -0
- package/src/components/icon/v3/icons/Email.vue.js +20 -0
- package/src/components/icon/v3/icons/EmailEnvelope.vue.js +18 -0
- package/src/components/icon/v3/icons/Error.vue.js +20 -0
- package/src/components/icon/v3/icons/Eye.vue.js +22 -0
- package/src/components/icon/v3/icons/Eye2.vue.js +19 -0
- package/src/components/icon/v3/icons/EyeSlash.vue.js +21 -0
- package/src/components/icon/v3/icons/FavoriteBorder.vue.js +20 -0
- package/src/components/icon/v3/icons/Filter.vue.js +20 -0
- package/src/components/icon/v3/icons/FilterList.vue.js +18 -0
- package/src/components/icon/v3/icons/FiltersSearch.vue.js +41 -0
- package/src/components/icon/v3/icons/Frame.vue.js +20 -0
- package/src/components/icon/v3/icons/Fullscreen.vue.js +20 -0
- package/src/components/icon/v3/icons/FullscreenExit.vue.js +20 -0
- package/src/components/icon/v3/icons/Functions.vue.js +18 -0
- package/src/components/icon/v3/icons/GamepadAlt.vue.js +20 -0
- package/src/components/icon/v3/icons/Games.vue.js +20 -0
- package/src/components/icon/v3/icons/Gavel.vue.js +20 -0
- package/src/components/icon/v3/icons/Gift.vue.js +20 -0
- package/src/components/icon/v3/icons/GitHub.vue.js +20 -0
- package/src/components/icon/v3/icons/GlobeStand.vue.js +20 -0
- package/src/components/icon/v3/icons/GooglePlay.vue.js +18 -0
- package/src/components/icon/v3/icons/Group.vue.js +20 -0
- package/src/components/icon/v3/icons/Hammer.vue.js +20 -0
- package/src/components/icon/v3/icons/HandPointer.vue.js +22 -0
- package/src/components/icon/v3/icons/Hands.vue.js +20 -0
- package/src/components/icon/v3/icons/Heartbeat.vue.js +20 -0
- package/src/components/icon/v3/icons/Help.vue.js +20 -0
- package/src/components/icon/v3/icons/HelpOutline.vue.js +20 -0
- package/src/components/icon/v3/icons/History.vue.js +18 -0
- package/src/components/icon/v3/icons/IOS.vue.js +20 -0
- package/src/components/icon/v3/icons/Image.vue.js +18 -0
- package/src/components/icon/v3/icons/ImageNotSupported.vue.js +23 -0
- package/src/components/icon/v3/icons/ImageSlash.vue.js +18 -0
- package/src/components/icon/v3/icons/ImportExport.vue.js +18 -0
- package/src/components/icon/v3/icons/ImportExport2.vue.js +18 -0
- package/src/components/icon/v3/icons/Importent.vue.js +20 -0
- package/src/components/icon/v3/icons/Info.vue.js +20 -0
- package/src/components/icon/v3/icons/Info2.vue.js +21 -0
- package/src/components/icon/v3/icons/InfoOutline.vue.js +20 -0
- package/src/components/icon/v3/icons/Insights.vue.js +20 -0
- package/src/components/icon/v3/icons/Interstitial.vue.js +24 -0
- package/src/components/icon/v3/icons/Ios14.vue.js +20 -0
- package/src/components/icon/v3/icons/Js.vue.js +20 -0
- package/src/components/icon/v3/icons/Landscape.vue.js +18 -0
- package/src/components/icon/v3/icons/Launch.vue.js +18 -0
- package/src/components/icon/v3/icons/Levelplay.vue.js +32 -0
- package/src/components/icon/v3/icons/LimitCircle.vue.js +23 -0
- package/src/components/icon/v3/icons/LimitOctagon.vue.js +23 -0
- package/src/components/icon/v3/icons/Link.vue.js +18 -0
- package/src/components/icon/v3/icons/LoadingClean.vue.js +18 -0
- package/src/components/icon/v3/icons/Lock.vue.js +18 -0
- package/src/components/icon/v3/icons/LockOpen.vue.js +18 -0
- package/src/components/icon/v3/icons/Login.vue.js +18 -0
- package/src/components/icon/v3/icons/Logout.vue.js +18 -0
- package/src/components/icon/v3/icons/Marketing.vue.js +23 -0
- package/src/components/icon/v3/icons/MilitaryTech.vue.js +18 -0
- package/src/components/icon/v3/icons/Mix.vue.js +20 -0
- package/src/components/icon/v3/icons/Mix2.vue.js +24 -0
- package/src/components/icon/v3/icons/MobileLandscape.vue.js +20 -0
- package/src/components/icon/v3/icons/MobilePortrait.vue.js +20 -0
- package/src/components/icon/v3/icons/MoneyCheck.vue.js +22 -0
- package/src/components/icon/v3/icons/MoreHoriz.vue.js +20 -0
- package/src/components/icon/v3/icons/MoreVert.vue.js +20 -0
- package/src/components/icon/v3/icons/Mouse.vue.js +20 -0
- package/src/components/icon/v3/icons/MousePointer.vue.js +20 -0
- package/src/components/icon/v3/icons/MovingUp.vue.js +18 -0
- package/src/components/icon/v3/icons/NativeAd.vue.js +15 -0
- package/src/components/icon/v3/icons/NotificationsNone.vue.js +20 -0
- package/src/components/icon/v3/icons/Offerwall.vue.js +24 -0
- package/src/components/icon/v3/icons/Palyable.vue.js +18 -0
- package/src/components/icon/v3/icons/PaperPlane-Off.vue.js +20 -0
- package/src/components/icon/v3/icons/PaperPlane.vue.js +20 -0
- package/src/components/icon/v3/icons/Pause.vue.js +20 -0
- package/src/components/icon/v3/icons/PauseCircleFilled.vue.js +20 -0
- package/src/components/icon/v3/icons/PauseCircleOutline.vue.js +20 -0
- package/src/components/icon/v3/icons/PhoneIphone.vue.js +18 -0
- package/src/components/icon/v3/icons/Photo.vue.js +23 -0
- package/src/components/icon/v3/icons/Photo2.vue.js +20 -0
- package/src/components/icon/v3/icons/PlayArrow.vue.js +18 -0
- package/src/components/icon/v3/icons/PlayCircleFilledWhite.vue.js +20 -0
- package/src/components/icon/v3/icons/PlayCircleOutline.vue.js +20 -0
- package/src/components/icon/v3/icons/Qrcode.vue.js +20 -0
- package/src/components/icon/v3/icons/Question.vue.js +21 -0
- package/src/components/icon/v3/icons/QuickAB.vue.js +15 -0
- package/src/components/icon/v3/icons/QuickAB2.vue.js +15 -0
- package/src/components/icon/v3/icons/React.vue.js +20 -0
- package/src/components/icon/v3/icons/Redo.vue.js +18 -0
- package/src/components/icon/v3/icons/Refresh.vue.js +18 -0
- package/src/components/icon/v3/icons/Remove.vue.js +18 -0
- package/src/components/icon/v3/icons/Replay.vue.js +18 -0
- package/src/components/icon/v3/icons/RewardedVideo.vue.js +24 -0
- package/src/components/icon/v3/icons/RocketLaunch.vue.js +18 -0
- package/src/components/icon/v3/icons/Rotate.vue.js +20 -0
- package/src/components/icon/v3/icons/Route.vue.js +20 -0
- package/src/components/icon/v3/icons/SackDollar.vue.js +23 -0
- package/src/components/icon/v3/icons/Schedule.vue.js +18 -0
- package/src/components/icon/v3/icons/Search.vue.js +18 -0
- package/src/components/icon/v3/icons/SearchBold.vue.js +20 -0
- package/src/components/icon/v3/icons/Share.vue.js +18 -0
- package/src/components/icon/v3/icons/Slack.vue.js +18 -0
- package/src/components/icon/v3/icons/SportsEsports.vue.js +18 -0
- package/src/components/icon/v3/icons/Star.vue.js +20 -0
- package/src/components/icon/v3/icons/StarFill.vue.js +20 -0
- package/src/components/icon/v3/icons/StatusBanner.vue.js +26 -0
- package/src/components/icon/v3/icons/StatusInterstitial.vue.js +26 -0
- package/src/components/icon/v3/icons/StatusNativeAd.vue.js +15 -0
- package/src/components/icon/v3/icons/StatusOfferwall.vue.js +26 -0
- package/src/components/icon/v3/icons/StatusRewardedVideo.vue.js +26 -0
- package/src/components/icon/v3/icons/StopCircleFilled.vue.js +18 -0
- package/src/components/icon/v3/icons/StopCircleOutline.vue.js +18 -0
- package/src/components/icon/v3/icons/Style.vue.js +22 -0
- package/src/components/icon/v3/icons/Success.vue.js +20 -0
- package/src/components/icon/v3/icons/SuccessFull.vue.js +20 -0
- package/src/components/icon/v3/icons/Switch.vue.js +20 -0
- package/src/components/icon/v3/icons/TableEdit.vue.js +18 -0
- package/src/components/icon/v3/icons/TabletLandscape.vue.js +20 -0
- package/src/components/icon/v3/icons/TabletMac.vue.js +18 -0
- package/src/components/icon/v3/icons/TabletPortrait.vue.js +20 -0
- package/src/components/icon/v3/icons/Texture.vue.js +20 -0
- package/src/components/icon/v3/icons/ThemeDark.vue.js +18 -0
- package/src/components/icon/v3/icons/ThemeLight.vue.js +18 -0
- package/src/components/icon/v3/icons/Timelapse.vue.js +18 -0
- package/src/components/icon/v3/icons/Timeline.vue.js +18 -0
- package/src/components/icon/v3/icons/TrendingDown.vue.js +18 -0
- package/src/components/icon/v3/icons/TrendingFlat.vue.js +18 -0
- package/src/components/icon/v3/icons/TrendingUp.vue.js +18 -0
- package/src/components/icon/v3/icons/Tune.vue.js +20 -0
- package/src/components/icon/v3/icons/TwoToneBanner.vue.js +28 -0
- package/src/components/icon/v3/icons/TwoToneInterstitial.vue.js +28 -0
- package/src/components/icon/v3/icons/TwoToneNativeAd.vue.js +15 -0
- package/src/components/icon/v3/icons/TwoToneOfferwall.vue.js +24 -0
- package/src/components/icon/v3/icons/TwoToneRewardedVideo.vue.js +30 -0
- package/src/components/icon/v3/icons/Undo.vue.js +18 -0
- package/src/components/icon/v3/icons/UnfoldLess.vue.js +20 -0
- package/src/components/icon/v3/icons/UnfoldMore.vue.js +20 -0
- package/src/components/icon/v3/icons/VerticalAlignTop.vue.js +18 -0
- package/src/components/icon/v3/icons/VerticalAlignTop2.vue.js +18 -0
- package/src/components/icon/v3/icons/Vibration.vue.js +20 -0
- package/src/components/icon/v3/icons/VideoRound.vue.js +20 -0
- package/src/components/icon/v3/icons/ViewCarousel.vue.js +18 -0
- package/src/components/icon/v3/icons/Visibility.vue.js +18 -0
- package/src/components/icon/v3/icons/VisibilityOff.vue.js +18 -0
- package/src/components/icon/v3/icons/VisibilityOffStrok.vue.js +18 -0
- package/src/components/icon/v3/icons/VisibilityStrok.vue.js +18 -0
- package/src/components/icon/v3/icons/VolumeOff.vue.js +20 -0
- package/src/components/icon/v3/icons/VolumeUp.vue.js +20 -0
- package/src/components/icon/v3/icons/Warning.vue.js +18 -0
- package/src/components/icon/v3/icons/Warning2.vue.js +20 -0
- package/src/components/icon/v3/icons/Warning3.vue.js +21 -0
- package/src/components/icon/v3/icons/WarningCircle.vue.js +21 -0
- package/src/components/icon/v3/icons/WarningOctagon.vue.js +21 -0
- package/src/components/icon/v3/icons/WebApp.vue.js +18 -0
- package/src/components/icon/v3/icons/Widget.vue.js +22 -0
- package/src/components/icon/v3/icons/Widgets.vue.js +18 -0
- package/src/components/icon/v3/icons/WidgetsFill.vue.js +18 -0
- package/src/components/icon/v3/icons/WidgetsFlatSquares.vue.js +49 -0
- package/src/components/icon/v3/icons/Widgetsz.vue.js +25 -0
- package/src/components/icon/v3/icons/WifiProtectedSetup.vue.js +20 -0
- package/src/components/icon/v4/IconV4.vue.js +7 -0
- package/src/components/icon/v4/IconV4.vue2.js +64 -0
- package/src/components/includeExclude/IncludeExclude.vue.js +7 -0
- package/src/components/includeExclude/IncludeExclude.vue2.js +431 -0
- package/src/components/includeExclude/IncludeExcludeAppHeader.vue.js +7 -0
- package/src/components/includeExclude/IncludeExcludeAppHeader.vue2.js +116 -0
- package/src/components/includeExclude/IncludeExcludeAppTrigger.vue.js +7 -0
- package/src/components/includeExclude/IncludeExcludeAppTrigger.vue2.js +109 -0
- package/src/components/includeExclude/IncludeExcludeChipFilter.vue.js +7 -0
- package/src/components/includeExclude/IncludeExcludeChipFilter.vue2.js +149 -0
- package/src/components/includeExclude/IncludeExcludeDragDrop.vue.js +7 -0
- package/src/components/includeExclude/IncludeExcludeDragDrop.vue2.js +466 -0
- package/src/components/includeExclude/IncludeExcludeOption.vue.js +7 -0
- package/src/components/includeExclude/IncludeExcludeOption.vue2.js +115 -0
- package/src/components/includeExclude/IncludeExcludeOptionDraggable.vue.js +7 -0
- package/src/components/includeExclude/IncludeExcludeOptionDraggable.vue2.js +106 -0
- package/src/components/inlineCopy/InlineCopy.vue.js +7 -0
- package/src/components/inlineCopy/InlineCopy.vue2.js +71 -0
- package/src/components/input/v3/DollarInput.vue.js +7 -0
- package/src/components/input/v3/DollarInput.vue2.js +32 -0
- package/src/components/input/v3/Input.vue.js +7 -0
- package/src/components/input/v3/Input.vue2.js +211 -0
- package/src/components/input/v3/PasswordInput.vue.js +7 -0
- package/src/components/input/v3/PasswordInput.vue2.js +34 -0
- package/src/components/input/v3/PercentageInput.vue.js +7 -0
- package/src/components/input/v3/PercentageInput.vue2.js +32 -0
- package/src/components/input/v4/TextField.vue.js +7 -0
- package/src/components/input/v4/TextField.vue2.js +215 -0
- package/src/components/layout/FoldableSection.vue.js +7 -0
- package/src/components/layout/FoldableSection.vue2.js +60 -0
- package/src/components/loader/v4/Loader.vue.js +7 -0
- package/src/components/loader/v4/Loader.vue2.js +48 -0
- package/src/components/menu/Menu.vue.js +8 -0
- package/src/components/menu/Menu.vue2.js +62 -0
- package/src/components/menuItem/MenuItem.vue.js +7 -0
- package/src/components/menuItem/MenuItem.vue2.js +23 -0
- package/src/components/multibar/MultiBar.vue.js +7 -0
- package/src/components/multibar/MultiBar.vue2.js +103 -0
- package/src/components/multibar/MultiBarMenu.vue.js +7 -0
- package/src/components/multibar/MultiBarMenu.vue2.js +58 -0
- package/src/components/popover/Popover.vue.js +8 -0
- package/src/components/popover/Popover.vue2.js +38 -0
- package/src/components/radioButton/v3/RadioButton.vue.js +7 -0
- package/src/components/radioButton/v3/RadioButton.vue2.js +79 -0
- package/src/components/radioButton/v3/RadioGroup.vue.js +7 -0
- package/src/components/radioButton/v3/RadioGroup.vue2.js +29 -0
- package/src/components/radioButton/v4/RadioButtonV4.vue.js +7 -0
- package/src/components/radioButton/v4/RadioButtonV4.vue2.js +67 -0
- package/src/components/radioButton/v4/RadioGroupV4.vue.js +7 -0
- package/src/components/radioButton/v4/RadioGroupV4.vue2.js +29 -0
- package/src/components/search/v3/Search.vue.js +7 -0
- package/src/components/search/v3/Search.vue2.js +62 -0
- package/src/components/search/v4/SearchV4.vue.js +7 -0
- package/src/components/search/v4/SearchV4.vue2.js +58 -0
- package/src/components/shared/FieldHelpText.vue.js +7 -0
- package/src/components/shared/FieldHelpText.vue2.js +43 -0
- package/src/components/shared/FieldLabel.vue.js +7 -0
- package/src/components/shared/FieldLabel.vue2.js +78 -0
- package/src/components/shared/FieldMaxLength.vue.js +7 -0
- package/src/components/shared/FieldMaxLength.vue2.js +24 -0
- package/src/components/skeleton/v3/Skeleton.vue.js +7 -0
- package/src/components/skeleton/v3/Skeleton.vue2.js +18 -0
- package/src/components/skeleton/v4/SkeletonV4.vue.js +7 -0
- package/src/components/skeleton/v4/SkeletonV4.vue2.js +23 -0
- package/src/components/snackbar/v3/Snackbar.vue.js +7 -0
- package/src/components/snackbar/v3/Snackbar.vue2.js +129 -0
- package/src/components/snackbar/v4/SnackbarV4.vue.js +7 -0
- package/src/components/snackbar/v4/SnackbarV4.vue2.js +138 -0
- package/src/components/statusDot/StatusDot.vue.js +7 -0
- package/src/components/statusDot/StatusDot.vue2.js +15 -0
- package/src/components/switch/v3/Switch.vue.js +7 -0
- package/src/components/switch/v3/Switch.vue2.js +69 -0
- package/src/components/switch/v4/SwitchV4.vue.js +7 -0
- package/src/components/switch/v4/SwitchV4.vue2.js +42 -0
- package/src/components/table/v3/SortOrderIcon.vue.js +21 -0
- package/src/components/table/v3/Table.vue.js +7 -0
- package/src/components/table/v3/Table.vue2.js +248 -0
- package/src/components/table/v3/TableHeaderSorter.vue.js +7 -0
- package/src/components/table/v3/TableHeaderSorter.vue2.js +23 -0
- package/src/components/table/v4/DataGrid.vue.js +7 -0
- package/src/components/table/v4/DataGrid.vue2.js +334 -0
- package/src/components/table/v4/DataGridMenu.vue.js +7 -0
- package/src/components/table/v4/DataGridMenu.vue2.js +62 -0
- package/src/components/table/v4/DataGridRowsCounter.vue.js +7 -0
- package/src/components/table/v4/DataGridRowsCounter.vue2.js +45 -0
- package/src/components/table/v4/ExpandRowToggle.vue.js +7 -0
- package/src/components/table/v4/ExpandRowToggle.vue2.js +24 -0
- package/src/components/table/v4/HelpIcon.vue.js +7 -0
- package/src/components/table/v4/HelpIcon.vue2.js +32 -0
- package/src/components/table/v4/SortIcon.vue.js +7 -0
- package/src/components/table/v4/SortIcon.vue2.js +24 -0
- package/src/components/table-cells/v3/Editable.vue.js +7 -0
- package/src/components/table-cells/v3/Editable.vue2.js +43 -0
- package/src/components/table-cells/v4/EditableV4.vue.js +7 -0
- package/src/components/table-cells/v4/EditableV4.vue2.js +54 -0
- package/src/components/tabs/v3/Tabs.vue.js +7 -0
- package/src/components/tabs/v3/Tabs.vue2.js +85 -0
- package/src/components/tabs/v4/TabsV4.vue.js +7 -0
- package/src/components/tabs/v4/TabsV4.vue2.js +75 -0
- package/src/components/textArea/v3/TextArea.vue.js +7 -0
- package/src/components/textArea/v3/TextArea.vue2.js +65 -0
- package/src/components/textArea/v4/TextAreaV4.vue.js +7 -0
- package/src/components/textArea/v4/TextAreaV4.vue2.js +74 -0
- package/src/components/toggle/v3/Toggle.vue.js +7 -0
- package/src/components/toggle/v3/Toggle.vue2.js +95 -0
- package/src/components/toggle/v4/ToggleV4.vue.js +7 -0
- package/src/components/toggle/v4/ToggleV4.vue2.js +95 -0
- package/src/components/tooltip/v3/TextWithTitleContent.vue.js +7 -0
- package/src/components/tooltip/v3/TextWithTitleContent.vue2.js +46 -0
- package/src/components/tooltip/v3/Tooltip.vue.js +8 -0
- package/src/components/tooltip/v3/Tooltip.vue2.js +87 -0
- package/src/components/tooltip/v4/TextWithTitleContent.vue.js +7 -0
- package/src/components/tooltip/v4/TextWithTitleContent.vue2.js +36 -0
- package/src/components/tooltip/v4/TooltipV4.vue.js +8 -0
- package/src/components/tooltip/v4/TooltipV4.vue2.js +70 -0
- package/src/components/typography/Heading.vue.js +7 -0
- package/src/components/typography/Heading.vue2.js +25 -0
- package/src/components/typography/Text.vue.js +7 -0
- package/src/components/typography/Text.vue2.js +23 -0
- package/src/components/typography/v4/Typography.vue.js +7 -0
- package/src/components/typography/v4/Typography.vue2.js +58 -0
- package/src/composables/useFormValidation.js +50 -0
- package/src/index.js +213 -0
- package/src/utils/color.js +14 -0
- package/utils/color.d.ts +2 -0
- package/Alert.vue_vue_type_style_index_0_scoped_d6680a72_lang.css +0 -1
- package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_0267d003_lang.css +0 -1
- package/AppHeader.vue_vue_type_style_index_0_scoped_c148fc7a_lang.css +0 -1
- package/Autocomplete.vue_vue_type_style_index_0_scoped_62faa8e0_lang.css +0 -1
- package/CheckboxV4.vue_vue_type_style_index_0_scoped_d25514d1_lang.css +0 -1
- package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_889042cf_lang.css +0 -1
- package/DataGrid.vue_vue_type_style_index_0_scoped_c96fba2c_lang.css +0 -1
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_c9783327_lang.css +0 -1
- package/DialogV4.vue_vue_type_style_index_0_scoped_c3004ba3_lang.css +0 -1
- package/Dropdown.vue_vue_type_style_index_0_scoped_d4f8e790_lang.css +0 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_0968078f_lang.css +0 -1
- package/FieldLabel.vue_vue_type_style_index_0_scoped_72ab1f25_lang.css +0 -1
- package/FormCard.vue_vue_type_style_index_0_scoped_ef8b4e81_lang.css +0 -1
- package/HelpIcon.vue_vue_type_style_index_0_scoped_7a611779_lang.css +0 -1
- package/InlineCopy.vue_vue_type_style_index_0_scoped_ff9f4a0f_lang.css +0 -1
- package/OptionV4.vue_vue_type_style_index_0_scoped_b8375219_lang.css +0 -1
- package/SearchV4.vue_vue_type_style_index_0_scoped_a468fb4a_lang.css +0 -1
- package/SkeletonV4.vue_vue_type_style_index_0_scoped_2f3b3470_lang.css +0 -1
- package/SwitchV4.vue_vue_type_style_index_0_scoped_afb0d2d7_lang.css +0 -1
- package/TextAreaV4.vue_vue_type_style_index_0_scoped_0336a92f_lang.css +0 -1
- package/TextField.vue_vue_type_style_index_0_scoped_e093021d_lang.css +0 -1
- package/ThemeWrapper.vue_vue_type_style_index_0_scoped_137fabdf_lang.css +0 -1
- package/ToggleV4.vue_vue_type_style_index_0_scoped_ad231e8c_lang.css +0 -1
- package/TooltipV4.vue_vue_type_style_index_0_scoped_25809092_lang.css +0 -1
- package/components/ThemeWrapper/ThemeWrapper.vue.js +0 -8
- package/components/ThemeWrapper/ThemeWrapper.vue2.js +0 -22
- package/components/alert/Alert.vue.js +0 -7
- package/components/alert/Alert.vue2.js +0 -87
- package/components/appHeader/AppHeader.vue.js +0 -7
- package/components/appHeader/AppHeader.vue2.js +0 -83
- package/components/appIcon/AppIcon.vue.js +0 -7
- package/components/appIcon/AppIcon.vue2.js +0 -35
- package/components/appTrigger/AppTrigger.vue.js +0 -7
- package/components/appTrigger/AppTrigger.vue2.js +0 -124
- package/components/autocomplete/Autocomplete.vue.js +0 -7
- package/components/autocomplete/Autocomplete.vue2.js +0 -114
- package/components/autocompleteDropdown/AutocompleteDropdown.vue.js +0 -7
- package/components/autocompleteDropdown/AutocompleteDropdown.vue2.js +0 -120
- package/components/autocompleteDropdown/AutocompleteInput.vue.js +0 -7
- package/components/autocompleteDropdown/AutocompleteInput.vue2.js +0 -79
- package/components/autocompleteDropdown/GroupOption.vue.js +0 -7
- package/components/autocompleteDropdown/GroupOption.vue2.js +0 -35
- package/components/banner/Banner.vue.js +0 -7
- package/components/banner/Banner.vue2.js +0 -58
- package/components/button/v3/Button.vue.js +0 -7
- package/components/button/v3/Button.vue2.js +0 -59
- package/components/button/v3/ButtonBase.vue.js +0 -7
- package/components/button/v3/ButtonBase.vue2.js +0 -54
- package/components/button/v3/IconButton.vue.js +0 -7
- package/components/button/v3/IconButton.vue2.js +0 -45
- package/components/button/v3/LoaderCircleIcon.vue.js +0 -33
- package/components/button/v3/LoaderCircleIcon.vue2.js +0 -0
- package/components/button/v3/LoaderDotsIcon.vue.js +0 -16
- package/components/button/v3/LoaderDotsIcon.vue2.js +0 -0
- package/components/button/v3/ScrollButton.vue.js +0 -7
- package/components/button/v3/ScrollButton.vue2.js +0 -45
- package/components/button/v4/ButtonV4.vue.js +0 -7
- package/components/button/v4/ButtonV4.vue2.js +0 -90
- package/components/button/v4/IconButtonV4.vue.js +0 -7
- package/components/button/v4/IconButtonV4.vue2.js +0 -35
- package/components/checkbox/v3/Checkbox.vue.js +0 -7
- package/components/checkbox/v3/Checkbox.vue2.js +0 -99
- package/components/checkbox/v3/icons/checked.vue.js +0 -27
- package/components/checkbox/v3/icons/indeterminate.vue.js +0 -28
- package/components/checkbox/v3/icons/unchecked.vue.js +0 -24
- package/components/checkbox/v4/CheckboxV4.vue.js +0 -7
- package/components/checkbox/v4/CheckboxV4.vue2.js +0 -107
- package/components/checkbox/v4/icons/CheckedDisabledState.vue.js +0 -38
- package/components/checkbox/v4/icons/CheckedState.vue.js +0 -38
- package/components/checkbox/v4/icons/IndeterminateDisabledState.vue.js +0 -40
- package/components/checkbox/v4/icons/IndeterminateState.vue.js +0 -40
- package/components/checkbox/v4/icons/UncheckedDisabledState.vue.js +0 -30
- package/components/checkbox/v4/icons/UncheckedState.vue.js +0 -32
- package/components/chip/v3/Chip.vue.js +0 -7
- package/components/chip/v3/Chip.vue2.js +0 -58
- package/components/chip/v4/ChipV4.vue.js +0 -7
- package/components/chip/v4/ChipV4.vue2.js +0 -67
- package/components/cssBaseline/CssBaseline.vue.js +0 -10
- package/components/cssBaseline/CssBaseline.vue2.js +0 -0
- package/components/datePicker/DatePicker.vue.js +0 -7
- package/components/datePicker/DatePicker.vue2.js +0 -97
- package/components/datePicker/DatePickerMonth.vue.js +0 -7
- package/components/datePicker/DatePickerMonth.vue2.js +0 -85
- package/components/dateRange/CalendarMonth.vue.js +0 -7
- package/components/dateRange/CalendarMonth.vue2.js +0 -244
- package/components/dateRange/DateRange.vue.js +0 -7
- package/components/dateRange/DateRange.vue2.js +0 -417
- package/components/dialog/v3/Dialog.vue.js +0 -7
- package/components/dialog/v3/Dialog.vue2.js +0 -137
- package/components/dialog/v4/DialogV4.vue.js +0 -7
- package/components/dialog/v4/DialogV4.vue2.js +0 -150
- package/components/dropdown/common/Dropdown.common.js +0 -334
- package/components/dropdown/v3/Dropdown.vue.js +0 -8
- package/components/dropdown/v3/Dropdown.vue2.js +0 -394
- package/components/dropdown/v3/Label.vue.js +0 -7
- package/components/dropdown/v3/Label.vue2.js +0 -36
- package/components/dropdown/v3/Option.vue.js +0 -7
- package/components/dropdown/v3/Option.vue2.js +0 -94
- package/components/dropdown/v3/SearchInput.vue.js +0 -7
- package/components/dropdown/v3/SearchInput.vue2.js +0 -82
- package/components/dropdown/v4/AppDropdownTrigger.vue.js +0 -7
- package/components/dropdown/v4/AppDropdownTrigger.vue2.js +0 -143
- package/components/dropdown/v4/ButtonDropdownTrigger.vue.js +0 -7
- package/components/dropdown/v4/ButtonDropdownTrigger.vue2.js +0 -36
- package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue.js +0 -7
- package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue2.js +0 -50
- package/components/dropdown/v4/ChipDropdownTrigger.vue.js +0 -7
- package/components/dropdown/v4/ChipDropdownTrigger.vue2.js +0 -73
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.js +0 -7
- package/components/dropdown/v4/DefaultDropdownTrigger.vue2.js +0 -115
- package/components/dropdown/v4/DropdownV4.vue.js +0 -8
- package/components/dropdown/v4/DropdownV4.vue2.js +0 -408
- package/components/dropdown/v4/IconButtonDropdownTrigger.vue.js +0 -7
- package/components/dropdown/v4/IconButtonDropdownTrigger.vue2.js +0 -19
- package/components/dropdown/v4/OptionV4.vue.js +0 -7
- package/components/dropdown/v4/OptionV4.vue2.js +0 -124
- package/components/emptyState/v3/EmptyState.vue.js +0 -7
- package/components/emptyState/v3/EmptyState.vue2.js +0 -91
- package/components/emptyState/v3/EmptyStateIcon.vue.js +0 -35
- package/components/emptyState/v3/EmptyStateIcon.vue2.js +0 -0
- package/components/emptyState/v4/EmptyStateV4.vue.js +0 -7
- package/components/emptyState/v4/EmptyStateV4.vue2.js +0 -80
- package/components/emptyState/v4/icons/IconError.vue.js +0 -16
- package/components/emptyState/v4/icons/IconFiles.vue.js +0 -16
- package/components/emptyState/v4/icons/IconNoAccess.vue.js +0 -16
- package/components/emptyState/v4/icons/IconNoData.vue.js +0 -16
- package/components/emptyState/v4/icons/IconNoResults.vue.js +0 -16
- package/components/emptyState/v4/icons/IconSettings.vue.js +0 -16
- package/components/filterDropdown/AddFilterButton.vue.js +0 -7
- package/components/filterDropdown/AddFilterButton.vue2.js +0 -50
- package/components/filterDropdown/FilterDropdown.vue.js +0 -7
- package/components/filterDropdown/FilterDropdown.vue2.js +0 -56
- package/components/filtersPanel/v3/FilterSearchInput.vue.js +0 -7
- package/components/filtersPanel/v3/FilterSearchInput.vue2.js +0 -45
- package/components/filtersPanel/v3/FiltersPanel.vue.js +0 -7
- package/components/filtersPanel/v3/FiltersPanel.vue2.js +0 -40
- package/components/filtersPanel/v4/FiltersPanelV4.vue.js +0 -7
- package/components/filtersPanel/v4/FiltersPanelV4.vue2.js +0 -23
- package/components/floatingToolbar/FloatingToolbar.vue.js +0 -7
- package/components/floatingToolbar/FloatingToolbar.vue2.js +0 -70
- package/components/forms/CardPanel.vue.js +0 -7
- package/components/forms/CardPanel.vue2.js +0 -37
- package/components/forms/FormCard.vue.js +0 -7
- package/components/forms/FormCard.vue2.js +0 -100
- package/components/forms/FormField.vue.js +0 -7
- package/components/forms/FormField.vue2.js +0 -17
- package/components/forms/FormRow.vue.js +0 -7
- package/components/forms/FormRow.vue2.js +0 -34
- package/components/icon/v3/Icon.vue.js +0 -7
- package/components/icon/v3/Icon.vue2.js +0 -38
- package/components/icon/v3/icons/A.vue.js +0 -24
- package/components/icon/v3/icons/A2.vue.js +0 -18
- package/components/icon/v3/icons/ABTest.vue.js +0 -20
- package/components/icon/v3/icons/ABTest2.vue.js +0 -15
- package/components/icon/v3/icons/ACircle.vue.js +0 -20
- package/components/icon/v3/icons/AccountBalanceWallet.vue.js +0 -22
- package/components/icon/v3/icons/AccountCircle.vue.js +0 -20
- package/components/icon/v3/icons/AccountCircleOutline.vue.js +0 -18
- package/components/icon/v3/icons/Add.vue.js +0 -18
- package/components/icon/v3/icons/Adjust.vue.js +0 -43
- package/components/icon/v3/icons/Analytics.vue.js +0 -18
- package/components/icon/v3/icons/Android.vue.js +0 -20
- package/components/icon/v3/icons/AngleDown.vue.js +0 -20
- package/components/icon/v3/icons/AngleLeft.vue.js +0 -20
- package/components/icon/v3/icons/AngleRight.vue.js +0 -20
- package/components/icon/v3/icons/AngleUp.vue.js +0 -20
- package/components/icon/v3/icons/AppStore.vue.js +0 -21
- package/components/icon/v3/icons/AreaChart.vue.js +0 -18
- package/components/icon/v3/icons/ArrowBack.vue.js +0 -18
- package/components/icon/v3/icons/ArrowDownward.vue.js +0 -18
- package/components/icon/v3/icons/ArrowForward.vue.js +0 -18
- package/components/icon/v3/icons/ArrowLeft.vue.js +0 -18
- package/components/icon/v3/icons/ArrowRight.vue.js +0 -18
- package/components/icon/v3/icons/ArrowSort-Down.vue.js +0 -20
- package/components/icon/v3/icons/ArrowSort-Up.vue.js +0 -20
- package/components/icon/v3/icons/ArrowUpward.vue.js +0 -18
- package/components/icon/v3/icons/AutoAwesome.vue.js +0 -18
- package/components/icon/v3/icons/AutoMode.vue.js +0 -20
- package/components/icon/v3/icons/Autorenew.vue.js +0 -18
- package/components/icon/v3/icons/B.vue.js +0 -24
- package/components/icon/v3/icons/B2.vue.js +0 -18
- package/components/icon/v3/icons/BCircle.vue.js +0 -20
- package/components/icon/v3/icons/Banner.vue.js +0 -24
- package/components/icon/v3/icons/Bidding.vue.js +0 -32
- package/components/icon/v3/icons/Bidding2.vue.js +0 -32
- package/components/icon/v3/icons/Block.vue.js +0 -18
- package/components/icon/v3/icons/BorderColor.vue.js +0 -20
- package/components/icon/v3/icons/Bug.vue.js +0 -20
- package/components/icon/v3/icons/Bullhorn.vue.js +0 -18
- package/components/icon/v3/icons/BullseyeArrow.vue.js +0 -23
- package/components/icon/v3/icons/Cached.vue.js +0 -18
- package/components/icon/v3/icons/Calendar.vue.js +0 -23
- package/components/icon/v3/icons/CalendarToday.vue.js +0 -18
- package/components/icon/v3/icons/Cancel.vue.js +0 -20
- package/components/icon/v3/icons/ChartBar.vue.js +0 -20
- package/components/icon/v3/icons/ChartLine.vue.js +0 -20
- package/components/icon/v3/icons/ChartMixed.vue.js +0 -20
- package/components/icon/v3/icons/Check.vue.js +0 -18
- package/components/icon/v3/icons/Check2.vue.js +0 -21
- package/components/icon/v3/icons/CheckBold.vue.js +0 -20
- package/components/icon/v3/icons/CheckCircle.vue.js +0 -21
- package/components/icon/v3/icons/Close.vue.js +0 -18
- package/components/icon/v3/icons/CloseBold.vue.js +0 -18
- package/components/icon/v3/icons/ComputerMouse.vue.js +0 -23
- package/components/icon/v3/icons/CopyTo-Clipboard.vue.js +0 -20
- package/components/icon/v3/icons/CopyToClipboardFilled.vue.js +0 -18
- package/components/icon/v3/icons/Create.vue.js +0 -20
- package/components/icon/v3/icons/Creative.vue.js +0 -20
- package/components/icon/v3/icons/Cross.vue.js +0 -20
- package/components/icon/v3/icons/CrownFill.vue.js +0 -18
- package/components/icon/v3/icons/Cube.vue.js +0 -21
- package/components/icon/v3/icons/CubeBackground.vue.js +0 -27
- package/components/icon/v3/icons/Cup.vue.js +0 -18
- package/components/icon/v3/icons/CupA.vue.js +0 -15
- package/components/icon/v3/icons/CupB.vue.js +0 -15
- package/components/icon/v3/icons/Delete.vue.js +0 -20
- package/components/icon/v3/icons/Diamond.vue.js +0 -18
- package/components/icon/v3/icons/Dots.vue.js +0 -20
- package/components/icon/v3/icons/Download.vue.js +0 -20
- package/components/icon/v3/icons/Download2.vue.js +0 -23
- package/components/icon/v3/icons/DownloadDone.vue.js +0 -20
- package/components/icon/v3/icons/DragIndicator.vue.js +0 -18
- package/components/icon/v3/icons/Duplicate.vue.js +0 -19
- package/components/icon/v3/icons/Ecpi.vue.js +0 -31
- package/components/icon/v3/icons/Email.vue.js +0 -20
- package/components/icon/v3/icons/EmailEnvelope.vue.js +0 -18
- package/components/icon/v3/icons/Error.vue.js +0 -20
- package/components/icon/v3/icons/Eye.vue.js +0 -22
- package/components/icon/v3/icons/Eye2.vue.js +0 -19
- package/components/icon/v3/icons/EyeSlash.vue.js +0 -21
- package/components/icon/v3/icons/FavoriteBorder.vue.js +0 -20
- package/components/icon/v3/icons/Filter.vue.js +0 -20
- package/components/icon/v3/icons/FilterList.vue.js +0 -18
- package/components/icon/v3/icons/FiltersSearch.vue.js +0 -41
- package/components/icon/v3/icons/Frame.vue.js +0 -20
- package/components/icon/v3/icons/Fullscreen.vue.js +0 -20
- package/components/icon/v3/icons/FullscreenExit.vue.js +0 -20
- package/components/icon/v3/icons/Functions.vue.js +0 -18
- package/components/icon/v3/icons/GamepadAlt.vue.js +0 -20
- package/components/icon/v3/icons/Games.vue.js +0 -20
- package/components/icon/v3/icons/Gavel.vue.js +0 -20
- package/components/icon/v3/icons/Gift.vue.js +0 -20
- package/components/icon/v3/icons/GitHub.vue.js +0 -20
- package/components/icon/v3/icons/GlobeStand.vue.js +0 -20
- package/components/icon/v3/icons/GooglePlay.vue.js +0 -18
- package/components/icon/v3/icons/Group.vue.js +0 -20
- package/components/icon/v3/icons/Hammer.vue.js +0 -20
- package/components/icon/v3/icons/HandPointer.vue.js +0 -22
- package/components/icon/v3/icons/Hands.vue.js +0 -20
- package/components/icon/v3/icons/Heartbeat.vue.js +0 -20
- package/components/icon/v3/icons/Help.vue.js +0 -20
- package/components/icon/v3/icons/HelpOutline.vue.js +0 -20
- package/components/icon/v3/icons/History.vue.js +0 -18
- package/components/icon/v3/icons/IOS.vue.js +0 -20
- package/components/icon/v3/icons/Image.vue.js +0 -18
- package/components/icon/v3/icons/ImageNotSupported.vue.js +0 -23
- package/components/icon/v3/icons/ImageSlash.vue.js +0 -18
- package/components/icon/v3/icons/ImportExport.vue.js +0 -18
- package/components/icon/v3/icons/ImportExport2.vue.js +0 -18
- package/components/icon/v3/icons/Importent.vue.js +0 -20
- package/components/icon/v3/icons/Info.vue.js +0 -20
- package/components/icon/v3/icons/Info2.vue.js +0 -21
- package/components/icon/v3/icons/InfoOutline.vue.js +0 -20
- package/components/icon/v3/icons/Insights.vue.js +0 -20
- package/components/icon/v3/icons/Interstitial.vue.js +0 -24
- package/components/icon/v3/icons/Ios14.vue.js +0 -20
- package/components/icon/v3/icons/Js.vue.js +0 -20
- package/components/icon/v3/icons/Landscape.vue.js +0 -18
- package/components/icon/v3/icons/Launch.vue.js +0 -18
- package/components/icon/v3/icons/Levelplay.vue.js +0 -32
- package/components/icon/v3/icons/LimitCircle.vue.js +0 -23
- package/components/icon/v3/icons/LimitOctagon.vue.js +0 -23
- package/components/icon/v3/icons/Link.vue.js +0 -18
- package/components/icon/v3/icons/LoadingClean.vue.js +0 -18
- package/components/icon/v3/icons/Lock.vue.js +0 -18
- package/components/icon/v3/icons/LockOpen.vue.js +0 -18
- package/components/icon/v3/icons/Login.vue.js +0 -18
- package/components/icon/v3/icons/Logout.vue.js +0 -18
- package/components/icon/v3/icons/Marketing.vue.js +0 -23
- package/components/icon/v3/icons/MilitaryTech.vue.js +0 -18
- package/components/icon/v3/icons/Mix.vue.js +0 -20
- package/components/icon/v3/icons/Mix2.vue.js +0 -24
- package/components/icon/v3/icons/MobileLandscape.vue.js +0 -20
- package/components/icon/v3/icons/MobilePortrait.vue.js +0 -20
- package/components/icon/v3/icons/MoneyCheck.vue.js +0 -22
- package/components/icon/v3/icons/MoreHoriz.vue.js +0 -20
- package/components/icon/v3/icons/MoreVert.vue.js +0 -20
- package/components/icon/v3/icons/Mouse.vue.js +0 -20
- package/components/icon/v3/icons/MousePointer.vue.js +0 -20
- package/components/icon/v3/icons/MovingUp.vue.js +0 -18
- package/components/icon/v3/icons/NativeAd.vue.js +0 -15
- package/components/icon/v3/icons/NotificationsNone.vue.js +0 -20
- package/components/icon/v3/icons/Offerwall.vue.js +0 -24
- package/components/icon/v3/icons/Palyable.vue.js +0 -18
- package/components/icon/v3/icons/PaperPlane-Off.vue.js +0 -20
- package/components/icon/v3/icons/PaperPlane.vue.js +0 -20
- package/components/icon/v3/icons/Pause.vue.js +0 -20
- package/components/icon/v3/icons/PauseCircleFilled.vue.js +0 -20
- package/components/icon/v3/icons/PauseCircleOutline.vue.js +0 -20
- package/components/icon/v3/icons/PhoneIphone.vue.js +0 -18
- package/components/icon/v3/icons/Photo.vue.js +0 -23
- package/components/icon/v3/icons/Photo2.vue.js +0 -20
- package/components/icon/v3/icons/PlayArrow.vue.js +0 -18
- package/components/icon/v3/icons/PlayCircleFilledWhite.vue.js +0 -20
- package/components/icon/v3/icons/PlayCircleOutline.vue.js +0 -20
- package/components/icon/v3/icons/Qrcode.vue.js +0 -20
- package/components/icon/v3/icons/Question.vue.js +0 -21
- package/components/icon/v3/icons/QuickAB.vue.js +0 -15
- package/components/icon/v3/icons/QuickAB2.vue.js +0 -15
- package/components/icon/v3/icons/React.vue.js +0 -20
- package/components/icon/v3/icons/Redo.vue.js +0 -18
- package/components/icon/v3/icons/Refresh.vue.js +0 -18
- package/components/icon/v3/icons/Remove.vue.js +0 -18
- package/components/icon/v3/icons/Replay.vue.js +0 -18
- package/components/icon/v3/icons/RewardedVideo.vue.js +0 -24
- package/components/icon/v3/icons/RocketLaunch.vue.js +0 -18
- package/components/icon/v3/icons/Rotate.vue.js +0 -20
- package/components/icon/v3/icons/Route.vue.js +0 -20
- package/components/icon/v3/icons/SackDollar.vue.js +0 -23
- package/components/icon/v3/icons/Schedule.vue.js +0 -18
- package/components/icon/v3/icons/Search.vue.js +0 -18
- package/components/icon/v3/icons/SearchBold.vue.js +0 -20
- package/components/icon/v3/icons/Share.vue.js +0 -18
- package/components/icon/v3/icons/Slack.vue.js +0 -18
- package/components/icon/v3/icons/SportsEsports.vue.js +0 -18
- package/components/icon/v3/icons/Star.vue.js +0 -20
- package/components/icon/v3/icons/StarFill.vue.js +0 -20
- package/components/icon/v3/icons/StatusBanner.vue.js +0 -26
- package/components/icon/v3/icons/StatusInterstitial.vue.js +0 -26
- package/components/icon/v3/icons/StatusNativeAd.vue.js +0 -15
- package/components/icon/v3/icons/StatusOfferwall.vue.js +0 -26
- package/components/icon/v3/icons/StatusRewardedVideo.vue.js +0 -26
- package/components/icon/v3/icons/StopCircleFilled.vue.js +0 -18
- package/components/icon/v3/icons/StopCircleOutline.vue.js +0 -18
- package/components/icon/v3/icons/Style.vue.js +0 -22
- package/components/icon/v3/icons/Success.vue.js +0 -20
- package/components/icon/v3/icons/SuccessFull.vue.js +0 -20
- package/components/icon/v3/icons/Switch.vue.js +0 -20
- package/components/icon/v3/icons/TableEdit.vue.js +0 -18
- package/components/icon/v3/icons/TabletLandscape.vue.js +0 -20
- package/components/icon/v3/icons/TabletMac.vue.js +0 -18
- package/components/icon/v3/icons/TabletPortrait.vue.js +0 -20
- package/components/icon/v3/icons/Texture.vue.js +0 -20
- package/components/icon/v3/icons/ThemeDark.vue.js +0 -18
- package/components/icon/v3/icons/ThemeLight.vue.js +0 -18
- package/components/icon/v3/icons/Timelapse.vue.js +0 -18
- package/components/icon/v3/icons/Timeline.vue.js +0 -18
- package/components/icon/v3/icons/TrendingDown.vue.js +0 -18
- package/components/icon/v3/icons/TrendingFlat.vue.js +0 -18
- package/components/icon/v3/icons/TrendingUp.vue.js +0 -18
- package/components/icon/v3/icons/Tune.vue.js +0 -20
- package/components/icon/v3/icons/TwoToneBanner.vue.js +0 -28
- package/components/icon/v3/icons/TwoToneInterstitial.vue.js +0 -28
- package/components/icon/v3/icons/TwoToneNativeAd.vue.js +0 -15
- package/components/icon/v3/icons/TwoToneOfferwall.vue.js +0 -24
- package/components/icon/v3/icons/TwoToneRewardedVideo.vue.js +0 -30
- package/components/icon/v3/icons/Undo.vue.js +0 -18
- package/components/icon/v3/icons/UnfoldLess.vue.js +0 -20
- package/components/icon/v3/icons/UnfoldMore.vue.js +0 -20
- package/components/icon/v3/icons/VerticalAlignTop.vue.js +0 -18
- package/components/icon/v3/icons/VerticalAlignTop2.vue.js +0 -18
- package/components/icon/v3/icons/Vibration.vue.js +0 -20
- package/components/icon/v3/icons/VideoRound.vue.js +0 -20
- package/components/icon/v3/icons/ViewCarousel.vue.js +0 -18
- package/components/icon/v3/icons/Visibility.vue.js +0 -18
- package/components/icon/v3/icons/VisibilityOff.vue.js +0 -18
- package/components/icon/v3/icons/VisibilityOffStrok.vue.js +0 -18
- package/components/icon/v3/icons/VisibilityStrok.vue.js +0 -18
- package/components/icon/v3/icons/VolumeOff.vue.js +0 -20
- package/components/icon/v3/icons/VolumeUp.vue.js +0 -20
- package/components/icon/v3/icons/Warning.vue.js +0 -18
- package/components/icon/v3/icons/Warning2.vue.js +0 -20
- package/components/icon/v3/icons/Warning3.vue.js +0 -21
- package/components/icon/v3/icons/WarningCircle.vue.js +0 -21
- package/components/icon/v3/icons/WarningOctagon.vue.js +0 -21
- package/components/icon/v3/icons/WebApp.vue.js +0 -18
- package/components/icon/v3/icons/Widget.vue.js +0 -22
- package/components/icon/v3/icons/Widgets.vue.js +0 -18
- package/components/icon/v3/icons/WidgetsFill.vue.js +0 -18
- package/components/icon/v3/icons/WidgetsFlatSquares.vue.js +0 -49
- package/components/icon/v3/icons/Widgetsz.vue.js +0 -25
- package/components/icon/v3/icons/WifiProtectedSetup.vue.js +0 -20
- package/components/icon/v4/IconV4.vue.js +0 -7
- package/components/icon/v4/IconV4.vue2.js +0 -64
- package/components/includeExclude/IncludeExclude.vue.js +0 -7
- package/components/includeExclude/IncludeExclude.vue2.js +0 -431
- package/components/includeExclude/IncludeExcludeAppHeader.vue.js +0 -7
- package/components/includeExclude/IncludeExcludeAppHeader.vue2.js +0 -116
- package/components/includeExclude/IncludeExcludeAppTrigger.vue.js +0 -7
- package/components/includeExclude/IncludeExcludeAppTrigger.vue2.js +0 -109
- package/components/includeExclude/IncludeExcludeChipFilter.vue.js +0 -7
- package/components/includeExclude/IncludeExcludeChipFilter.vue2.js +0 -149
- package/components/includeExclude/IncludeExcludeDragDrop.vue.js +0 -7
- package/components/includeExclude/IncludeExcludeDragDrop.vue2.js +0 -466
- package/components/includeExclude/IncludeExcludeOption.vue.js +0 -7
- package/components/includeExclude/IncludeExcludeOption.vue2.js +0 -115
- package/components/includeExclude/IncludeExcludeOptionDraggable.vue.js +0 -7
- package/components/includeExclude/IncludeExcludeOptionDraggable.vue2.js +0 -106
- package/components/inlineCopy/InlineCopy.vue.js +0 -7
- package/components/inlineCopy/InlineCopy.vue2.js +0 -70
- package/components/input/v3/DollarInput.vue.js +0 -7
- package/components/input/v3/DollarInput.vue2.js +0 -32
- package/components/input/v3/Input.vue.js +0 -7
- package/components/input/v3/Input.vue2.js +0 -211
- package/components/input/v3/PasswordInput.vue.js +0 -7
- package/components/input/v3/PasswordInput.vue2.js +0 -34
- package/components/input/v3/PercentageInput.vue.js +0 -7
- package/components/input/v3/PercentageInput.vue2.js +0 -32
- package/components/input/v4/TextField.vue.js +0 -7
- package/components/input/v4/TextField.vue2.js +0 -212
- package/components/layout/FoldableSection.vue.js +0 -7
- package/components/layout/FoldableSection.vue2.js +0 -60
- package/components/loader/v4/Loader.vue.js +0 -7
- package/components/loader/v4/Loader.vue2.js +0 -48
- package/components/menu/Menu.vue.js +0 -8
- package/components/menu/Menu.vue2.js +0 -62
- package/components/menuItem/MenuItem.vue.js +0 -7
- package/components/menuItem/MenuItem.vue2.js +0 -23
- package/components/multibar/MultiBar.vue.js +0 -7
- package/components/multibar/MultiBar.vue2.js +0 -103
- package/components/multibar/MultiBarMenu.vue.js +0 -7
- package/components/multibar/MultiBarMenu.vue2.js +0 -58
- package/components/popover/Popover.vue.js +0 -8
- package/components/popover/Popover.vue2.js +0 -38
- package/components/radioButton/v3/RadioButton.vue.js +0 -7
- package/components/radioButton/v3/RadioButton.vue2.js +0 -79
- package/components/radioButton/v3/RadioGroup.vue.js +0 -7
- package/components/radioButton/v3/RadioGroup.vue2.js +0 -29
- package/components/radioButton/v4/RadioButtonV4.vue.js +0 -7
- package/components/radioButton/v4/RadioButtonV4.vue2.js +0 -67
- package/components/radioButton/v4/RadioGroupV4.vue.js +0 -7
- package/components/radioButton/v4/RadioGroupV4.vue2.js +0 -29
- package/components/search/v3/Search.vue.js +0 -7
- package/components/search/v3/Search.vue2.js +0 -62
- package/components/search/v4/SearchV4.vue.js +0 -7
- package/components/search/v4/SearchV4.vue2.js +0 -58
- package/components/shared/FieldHelpText.vue.js +0 -7
- package/components/shared/FieldHelpText.vue2.js +0 -43
- package/components/shared/FieldLabel.vue.js +0 -7
- package/components/shared/FieldLabel.vue2.js +0 -78
- package/components/shared/FieldMaxLength.vue.js +0 -7
- package/components/shared/FieldMaxLength.vue2.js +0 -24
- package/components/skeleton/v3/Skeleton.vue.js +0 -7
- package/components/skeleton/v3/Skeleton.vue2.js +0 -18
- package/components/skeleton/v4/SkeletonV4.vue.js +0 -7
- package/components/skeleton/v4/SkeletonV4.vue2.js +0 -23
- package/components/snackbar/v3/Snackbar.vue.js +0 -7
- package/components/snackbar/v3/Snackbar.vue2.js +0 -129
- package/components/snackbar/v4/SnackbarV4.vue.js +0 -7
- package/components/snackbar/v4/SnackbarV4.vue2.js +0 -138
- package/components/statusDot/StatusDot.vue.js +0 -7
- package/components/statusDot/StatusDot.vue2.js +0 -15
- package/components/switch/v3/Switch.vue.js +0 -7
- package/components/switch/v3/Switch.vue2.js +0 -69
- package/components/switch/v4/SwitchV4.vue.js +0 -7
- package/components/switch/v4/SwitchV4.vue2.js +0 -69
- package/components/table/v3/SortOrderIcon.vue.js +0 -21
- package/components/table/v3/SortOrderIcon.vue2.js +0 -0
- package/components/table/v3/Table.vue.js +0 -7
- package/components/table/v3/Table.vue2.js +0 -248
- package/components/table/v3/TableHeaderSorter.vue.js +0 -7
- package/components/table/v3/TableHeaderSorter.vue2.js +0 -23
- package/components/table/v4/DataGrid.vue.js +0 -7
- package/components/table/v4/DataGrid.vue2.js +0 -334
- package/components/table/v4/DataGridMenu.vue.js +0 -7
- package/components/table/v4/DataGridMenu.vue2.js +0 -62
- package/components/table/v4/DataGridRowsCounter.vue.js +0 -7
- package/components/table/v4/DataGridRowsCounter.vue2.js +0 -45
- package/components/table/v4/ExpandRowToggle.vue.js +0 -7
- package/components/table/v4/ExpandRowToggle.vue2.js +0 -24
- package/components/table/v4/HelpIcon.vue.js +0 -7
- package/components/table/v4/HelpIcon.vue2.js +0 -32
- package/components/table/v4/SortIcon.vue.js +0 -7
- package/components/table/v4/SortIcon.vue2.js +0 -24
- package/components/table-cells/v3/Editable.vue.js +0 -7
- package/components/table-cells/v3/Editable.vue2.js +0 -43
- package/components/table-cells/v4/EditableV4.vue.js +0 -7
- package/components/table-cells/v4/EditableV4.vue2.js +0 -54
- package/components/tabs/v3/Tabs.vue.js +0 -7
- package/components/tabs/v3/Tabs.vue2.js +0 -85
- package/components/tabs/v4/TabsV4.vue.js +0 -7
- package/components/tabs/v4/TabsV4.vue2.js +0 -75
- package/components/textArea/v3/TextArea.vue.js +0 -7
- package/components/textArea/v3/TextArea.vue2.js +0 -65
- package/components/textArea/v4/TextAreaV4.vue.js +0 -7
- package/components/textArea/v4/TextAreaV4.vue2.js +0 -74
- package/components/toggle/v3/Toggle.vue.js +0 -7
- package/components/toggle/v3/Toggle.vue2.js +0 -95
- package/components/toggle/v4/ToggleV4.vue.js +0 -7
- package/components/toggle/v4/ToggleV4.vue2.js +0 -95
- package/components/tooltip/v3/TextWithTitleContent.vue.js +0 -7
- package/components/tooltip/v3/TextWithTitleContent.vue2.js +0 -46
- package/components/tooltip/v3/Tooltip.vue.js +0 -8
- package/components/tooltip/v3/Tooltip.vue2.js +0 -87
- package/components/tooltip/v4/TextWithTitleContent.vue.js +0 -7
- package/components/tooltip/v4/TextWithTitleContent.vue2.js +0 -36
- package/components/tooltip/v4/TooltipV4.vue.js +0 -8
- package/components/tooltip/v4/TooltipV4.vue2.js +0 -68
- package/components/typography/Heading.vue.js +0 -7
- package/components/typography/Heading.vue2.js +0 -25
- package/components/typography/Text.vue.js +0 -7
- package/components/typography/Text.vue2.js +0 -23
- package/components/typography/v4/Typography.vue.js +0 -7
- package/components/typography/v4/Typography.vue2.js +0 -58
- package/composables/useFormValidation.js +0 -44
- package/index.js +0 -209
- /package/{components → src/components}/ThemeWrapper/ThemeStrore.js +0 -0
- /package/{components → src/components}/ThemeWrapper/index.js +0 -0
- /package/{components → src/components}/alert/index.js +0 -0
- /package/{components → src/components}/appHeader/index.js +0 -0
- /package/{components → src/components}/appIcon/index.js +0 -0
- /package/{components → src/components}/appTrigger/index.js +0 -0
- /package/{components → src/components}/autocomplete/index.js +0 -0
- /package/{components → src/components}/autocompleteDropdown/consts.js +0 -0
- /package/{components → src/components}/autocompleteDropdown/index.js +0 -0
- /package/{components → src/components}/autocompleteDropdown/useKeyboardNavigation.js +0 -0
- /package/{components → src/components}/banner/index.js +0 -0
- /package/{components → src/components}/button/common/consts.js +0 -0
- /package/{components → src/components}/button/v3/index.js +0 -0
- /package/{components → src/components}/button/v4/index.js +0 -0
- /package/{components → src/components}/checkbox/common/Checkbox.common.js +0 -0
- /package/{components → src/components}/checkbox/v3/index.js +0 -0
- /package/{components → src/components}/checkbox/v4/index.js +0 -0
- /package/{components → src/components}/chip/v3/index.js +0 -0
- /package/{components → src/components}/chip/v4/index.js +0 -0
- /package/{components → src/components}/cssBaseline/index.js +0 -0
- /package/{components → src/components}/datePicker/index.js +0 -0
- /package/{components → src/components}/dateRange/DateServices.js +0 -0
- /package/{components → src/components}/dateRange/consts.js +0 -0
- /package/{components → src/components}/dateRange/index.js +0 -0
- /package/{components → src/components}/dialog/common/Dialog.common.js +0 -0
- /package/{components → src/components}/dialog/common/Reason.js +0 -0
- /package/{components → src/components}/dialog/v3/index.js +0 -0
- /package/{components → src/components}/dialog/v4/index.js +0 -0
- /package/{components → src/components}/dropdown/common/DropdownContext.js +0 -0
- /package/{components → src/components}/dropdown/common/Option.common.js +0 -0
- /package/{components → src/components}/dropdown/v3/index.js +0 -0
- /package/{components → src/components}/dropdown/v4/Dropdown.types.js +0 -0
- /package/{components → src/components}/dropdown/v4/index.js +0 -0
- /package/{components → src/components}/emptyState/v3/index.js +0 -0
- /package/{components → src/components}/emptyState/v4/index.js +0 -0
- /package/{components → src/components}/filterDropdown/index.js +0 -0
- /package/{components → src/components}/filtersPanel/v3/index.js +0 -0
- /package/{components → src/components}/filtersPanel/v3/useHiddenFilter.js +0 -0
- /package/{components → src/components}/filtersPanel/v4/index.js +0 -0
- /package/{components → src/components}/floatingToolbar/index.js +0 -0
- /package/{components → src/components}/forms/index.js +0 -0
- /package/{components → src/components}/icon/v3/icons/index.js +0 -0
- /package/{components → src/components}/icon/v3/index.js +0 -0
- /package/{components → src/components}/icon/v4/index.js +0 -0
- /package/{components → src/components}/includeExclude/IncludeExcludeContext.js +0 -0
- /package/{components → src/components}/includeExclude/index.js +0 -0
- /package/{components → src/components}/inlineCopy/index.js +0 -0
- /package/{components → src/components}/input/common/Input.common.js +0 -0
- /package/{components → src/components}/input/v3/index.js +0 -0
- /package/{components → src/components}/input/v4/index.js +0 -0
- /package/{components → src/components}/layout/index.js +0 -0
- /package/{components → src/components}/menu/index.js +0 -0
- /package/{components → src/components}/menuItem/index.js +0 -0
- /package/{components → src/components}/multibar/index.js +0 -0
- /package/{components → src/components}/popover/index.js +0 -0
- /package/{components → src/components}/radioButton/common/radioGroup.common.js +0 -0
- /package/{components → src/components}/radioButton/common/useRadio.js +0 -0
- /package/{components → src/components}/radioButton/v3/index.js +0 -0
- /package/{components → src/components}/radioButton/v4/index.js +0 -0
- /package/{components → src/components}/search/common/Search.common.js +0 -0
- /package/{components → src/components}/search/v3/index.js +0 -0
- /package/{components → src/components}/search/v4/index.js +0 -0
- /package/{components → src/components}/skeleton/v3/index.js +0 -0
- /package/{components → src/components}/skeleton/v4/index.js +0 -0
- /package/{components → src/components}/snackbar/common/notify.js +0 -0
- /package/{components → src/components}/snackbar/common/snackbar.common.js +0 -0
- /package/{components → src/components}/snackbar/common/snackbar.types.js +0 -0
- /package/{components → src/components}/snackbar/v3/index.js +0 -0
- /package/{components → src/components}/snackbar/v4/index.js +0 -0
- /package/{components → src/components}/statusDot/index.js +0 -0
- /package/{components → src/components}/switch/v3/index.js +0 -0
- /package/{components → src/components}/switch/v4/index.js +0 -0
- /package/{components → src/components}/table/common/Table.common.js +0 -0
- /package/{components → src/components}/table/common/TableContext.js +0 -0
- /package/{components → src/components}/table/v3/index.js +0 -0
- /package/{components → src/components}/table/v4/index.js +0 -0
- /package/{components → src/components}/table-cells/common/Editable.common.js +0 -0
- /package/{components → src/components}/table-cells/common/EditableContext.js +0 -0
- /package/{components → src/components}/table-cells/v3/index.js +0 -0
- /package/{components → src/components}/table-cells/v4/index.js +0 -0
- /package/{components → src/components}/tabs/common/tabsCommon.js +0 -0
- /package/{components → src/components}/tabs/v3/index.js +0 -0
- /package/{components → src/components}/tabs/v4/index.js +0 -0
- /package/{components → src/components}/textArea/v3/index.js +0 -0
- /package/{components → src/components}/textArea/v4/index.js +0 -0
- /package/{components → src/components}/toggle/v3/index.js +0 -0
- /package/{components → src/components}/toggle/v4/index.js +0 -0
- /package/{components → src/components}/tooltip/common/Tooltip.common.js +0 -0
- /package/{components → src/components}/tooltip/v3/index.js +0 -0
- /package/{components → src/components}/tooltip/v4/index.js +0 -0
- /package/{components → src/components}/typography/index.js +0 -0
- /package/{components → src/components}/typography/v4/index.js +0 -0
- /package/{composables → src/composables}/useId.js +0 -0
- /package/{composables → src/composables}/useIsFocusVisible.js +0 -0
- /package/{composables → src/composables}/useSearch.js +0 -0
- /package/{composables → src/composables}/useStorage.js +0 -0
- /package/{composables → src/composables}/useToggle.js +0 -0
- /package/{consts → src/consts}/colors.js +0 -0
- /package/{consts → src/consts}/regex.js +0 -0
- /package/{consts → src/consts}/style.js +0 -0
- /package/{testids → src/testids}/index.js +0 -0
- /package/{utils → src/utils}/array.js +0 -0
- /package/{utils → src/utils}/object.js +0 -0
- /package/{utils → src/utils}/string.js +0 -0
- /package/{utils → src/utils}/style.js +0 -0
- /package/{utils → src/utils}/testIds.js +0 -0
package/index.d.ts
CHANGED
|
@@ -88,7 +88,9 @@ declare const _default: {
|
|
|
88
88
|
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
89
89
|
default: string;
|
|
90
90
|
};
|
|
91
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
91
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
92
|
+
copy: () => void;
|
|
93
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
92
94
|
text: {
|
|
93
95
|
type: import("vue").PropType<string>;
|
|
94
96
|
required: true;
|
|
@@ -125,7 +127,9 @@ declare const _default: {
|
|
|
125
127
|
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
126
128
|
default: string;
|
|
127
129
|
};
|
|
128
|
-
}
|
|
130
|
+
}>> & {
|
|
131
|
+
onCopy?: () => any;
|
|
132
|
+
}, {
|
|
129
133
|
text: string;
|
|
130
134
|
size: "small" | "medium";
|
|
131
135
|
testId: string;
|
|
@@ -172,7 +176,9 @@ declare const _default: {
|
|
|
172
176
|
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
173
177
|
default: string;
|
|
174
178
|
};
|
|
175
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
179
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
180
|
+
copy: () => void;
|
|
181
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
176
182
|
text: {
|
|
177
183
|
type: import("vue").PropType<string>;
|
|
178
184
|
required: true;
|
|
@@ -209,7 +215,9 @@ declare const _default: {
|
|
|
209
215
|
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
210
216
|
default: string;
|
|
211
217
|
};
|
|
212
|
-
}
|
|
218
|
+
}>> & {
|
|
219
|
+
onCopy?: () => any;
|
|
220
|
+
}, {
|
|
213
221
|
text: string;
|
|
214
222
|
size: "small" | "medium";
|
|
215
223
|
testId: string;
|
|
@@ -253,7 +261,9 @@ declare const _default: {
|
|
|
253
261
|
type: import("vue").PropType<boolean>;
|
|
254
262
|
default: boolean;
|
|
255
263
|
};
|
|
256
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
264
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
265
|
+
copyToClipboard: () => void;
|
|
266
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
257
267
|
name: {
|
|
258
268
|
type: import("vue").PropType<string>;
|
|
259
269
|
required: true;
|
|
@@ -287,7 +297,9 @@ declare const _default: {
|
|
|
287
297
|
type: import("vue").PropType<boolean>;
|
|
288
298
|
default: boolean;
|
|
289
299
|
};
|
|
290
|
-
}
|
|
300
|
+
}>> & {
|
|
301
|
+
onCopyToClipboard?: () => any;
|
|
302
|
+
}, {
|
|
291
303
|
name: string;
|
|
292
304
|
type: "small" | "normal";
|
|
293
305
|
image: string;
|
|
@@ -330,7 +342,9 @@ declare const _default: {
|
|
|
330
342
|
type: import("vue").PropType<boolean>;
|
|
331
343
|
default: boolean;
|
|
332
344
|
};
|
|
333
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
345
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
346
|
+
copyToClipboard: () => void;
|
|
347
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
334
348
|
name: {
|
|
335
349
|
type: import("vue").PropType<string>;
|
|
336
350
|
required: true;
|
|
@@ -364,7 +378,9 @@ declare const _default: {
|
|
|
364
378
|
type: import("vue").PropType<boolean>;
|
|
365
379
|
default: boolean;
|
|
366
380
|
};
|
|
367
|
-
}
|
|
381
|
+
}>> & {
|
|
382
|
+
onCopyToClipboard?: () => any;
|
|
383
|
+
}, {
|
|
368
384
|
name: string;
|
|
369
385
|
type: "small" | "normal";
|
|
370
386
|
image: string;
|
|
@@ -382,7 +398,6 @@ declare const _default: {
|
|
|
382
398
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
383
399
|
version: {
|
|
384
400
|
type: import("vue").PropType<"v3" | "v4">;
|
|
385
|
-
required: true;
|
|
386
401
|
default: string;
|
|
387
402
|
};
|
|
388
403
|
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "version">;
|
|
@@ -402,7 +417,6 @@ declare const _default: {
|
|
|
402
417
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
403
418
|
version: {
|
|
404
419
|
type: import("vue").PropType<"v3" | "v4">;
|
|
405
|
-
required: true;
|
|
406
420
|
default: string;
|
|
407
421
|
};
|
|
408
422
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
@@ -430,7 +444,6 @@ declare const _default: {
|
|
|
430
444
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
431
445
|
version: {
|
|
432
446
|
type: import("vue").PropType<"v3" | "v4">;
|
|
433
|
-
required: true;
|
|
434
447
|
default: string;
|
|
435
448
|
};
|
|
436
449
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
@@ -440,7 +453,6 @@ declare const _default: {
|
|
|
440
453
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
441
454
|
version: {
|
|
442
455
|
type: import("vue").PropType<"v3" | "v4">;
|
|
443
|
-
required: true;
|
|
444
456
|
default: string;
|
|
445
457
|
};
|
|
446
458
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
@@ -459,7 +471,6 @@ declare const _default: {
|
|
|
459
471
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
460
472
|
version: {
|
|
461
473
|
type: import("vue").PropType<"v3" | "v4">;
|
|
462
|
-
required: true;
|
|
463
474
|
default: string;
|
|
464
475
|
};
|
|
465
476
|
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "version">;
|
|
@@ -479,7 +490,6 @@ declare const _default: {
|
|
|
479
490
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
480
491
|
version: {
|
|
481
492
|
type: import("vue").PropType<"v3" | "v4">;
|
|
482
|
-
required: true;
|
|
483
493
|
default: string;
|
|
484
494
|
};
|
|
485
495
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
@@ -507,7 +517,6 @@ declare const _default: {
|
|
|
507
517
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
508
518
|
version: {
|
|
509
519
|
type: import("vue").PropType<"v3" | "v4">;
|
|
510
|
-
required: true;
|
|
511
520
|
default: string;
|
|
512
521
|
};
|
|
513
522
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
@@ -517,7 +526,6 @@ declare const _default: {
|
|
|
517
526
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
518
527
|
version: {
|
|
519
528
|
type: import("vue").PropType<"v3" | "v4">;
|
|
520
|
-
required: true;
|
|
521
529
|
default: string;
|
|
522
530
|
};
|
|
523
531
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
@@ -1464,6 +1472,7 @@ declare const _default: {
|
|
|
1464
1472
|
$data: {};
|
|
1465
1473
|
$props: Partial<{
|
|
1466
1474
|
label: string;
|
|
1475
|
+
color: string;
|
|
1467
1476
|
testId: string;
|
|
1468
1477
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
1469
1478
|
label: {
|
|
@@ -1473,6 +1482,10 @@ declare const _default: {
|
|
|
1473
1482
|
disabled: {
|
|
1474
1483
|
type: import("vue").PropType<boolean>;
|
|
1475
1484
|
};
|
|
1485
|
+
color: {
|
|
1486
|
+
type: import("vue").PropType<string>;
|
|
1487
|
+
default: any;
|
|
1488
|
+
};
|
|
1476
1489
|
testId: {
|
|
1477
1490
|
type: import("vue").PropType<string>;
|
|
1478
1491
|
default: string;
|
|
@@ -1487,7 +1500,7 @@ declare const _default: {
|
|
|
1487
1500
|
}>> & {
|
|
1488
1501
|
onClick?: (event: MouseEvent) => any;
|
|
1489
1502
|
"onUpdate:isChecked"?: (value: boolean) => any;
|
|
1490
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "testId">;
|
|
1503
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "color" | "testId">;
|
|
1491
1504
|
$attrs: {
|
|
1492
1505
|
[x: string]: unknown;
|
|
1493
1506
|
};
|
|
@@ -1509,6 +1522,10 @@ declare const _default: {
|
|
|
1509
1522
|
disabled: {
|
|
1510
1523
|
type: import("vue").PropType<boolean>;
|
|
1511
1524
|
};
|
|
1525
|
+
color: {
|
|
1526
|
+
type: import("vue").PropType<string>;
|
|
1527
|
+
default: any;
|
|
1528
|
+
};
|
|
1512
1529
|
testId: {
|
|
1513
1530
|
type: import("vue").PropType<string>;
|
|
1514
1531
|
default: string;
|
|
@@ -1528,6 +1545,7 @@ declare const _default: {
|
|
|
1528
1545
|
click: (event: MouseEvent) => void;
|
|
1529
1546
|
}, string, {
|
|
1530
1547
|
label: string;
|
|
1548
|
+
color: string;
|
|
1531
1549
|
testId: string;
|
|
1532
1550
|
}, {}, string> & {
|
|
1533
1551
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -1557,6 +1575,10 @@ declare const _default: {
|
|
|
1557
1575
|
disabled: {
|
|
1558
1576
|
type: import("vue").PropType<boolean>;
|
|
1559
1577
|
};
|
|
1578
|
+
color: {
|
|
1579
|
+
type: import("vue").PropType<string>;
|
|
1580
|
+
default: any;
|
|
1581
|
+
};
|
|
1560
1582
|
testId: {
|
|
1561
1583
|
type: import("vue").PropType<string>;
|
|
1562
1584
|
default: string;
|
|
@@ -1583,6 +1605,10 @@ declare const _default: {
|
|
|
1583
1605
|
disabled: {
|
|
1584
1606
|
type: import("vue").PropType<boolean>;
|
|
1585
1607
|
};
|
|
1608
|
+
color: {
|
|
1609
|
+
type: import("vue").PropType<string>;
|
|
1610
|
+
default: any;
|
|
1611
|
+
};
|
|
1586
1612
|
testId: {
|
|
1587
1613
|
type: import("vue").PropType<string>;
|
|
1588
1614
|
default: string;
|
|
@@ -1602,6 +1628,7 @@ declare const _default: {
|
|
|
1602
1628
|
click: (event: MouseEvent) => void;
|
|
1603
1629
|
}, string, {
|
|
1604
1630
|
label: string;
|
|
1631
|
+
color: string;
|
|
1605
1632
|
testId: string;
|
|
1606
1633
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1607
1634
|
$slots: {
|
|
@@ -1614,6 +1641,7 @@ declare const _default: {
|
|
|
1614
1641
|
$data: {};
|
|
1615
1642
|
$props: Partial<{
|
|
1616
1643
|
label: string;
|
|
1644
|
+
color: string;
|
|
1617
1645
|
testId: string;
|
|
1618
1646
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
1619
1647
|
label: {
|
|
@@ -1623,6 +1651,10 @@ declare const _default: {
|
|
|
1623
1651
|
disabled: {
|
|
1624
1652
|
type: import("vue").PropType<boolean>;
|
|
1625
1653
|
};
|
|
1654
|
+
color: {
|
|
1655
|
+
type: import("vue").PropType<string>;
|
|
1656
|
+
default: any;
|
|
1657
|
+
};
|
|
1626
1658
|
testId: {
|
|
1627
1659
|
type: import("vue").PropType<string>;
|
|
1628
1660
|
default: string;
|
|
@@ -1637,7 +1669,7 @@ declare const _default: {
|
|
|
1637
1669
|
}>> & {
|
|
1638
1670
|
onClick?: (event: MouseEvent) => any;
|
|
1639
1671
|
"onUpdate:isChecked"?: (value: boolean) => any;
|
|
1640
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "testId">;
|
|
1672
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "color" | "testId">;
|
|
1641
1673
|
$attrs: {
|
|
1642
1674
|
[x: string]: unknown;
|
|
1643
1675
|
};
|
|
@@ -1659,6 +1691,10 @@ declare const _default: {
|
|
|
1659
1691
|
disabled: {
|
|
1660
1692
|
type: import("vue").PropType<boolean>;
|
|
1661
1693
|
};
|
|
1694
|
+
color: {
|
|
1695
|
+
type: import("vue").PropType<string>;
|
|
1696
|
+
default: any;
|
|
1697
|
+
};
|
|
1662
1698
|
testId: {
|
|
1663
1699
|
type: import("vue").PropType<string>;
|
|
1664
1700
|
default: string;
|
|
@@ -1678,6 +1714,7 @@ declare const _default: {
|
|
|
1678
1714
|
click: (event: MouseEvent) => void;
|
|
1679
1715
|
}, string, {
|
|
1680
1716
|
label: string;
|
|
1717
|
+
color: string;
|
|
1681
1718
|
testId: string;
|
|
1682
1719
|
}, {}, string> & {
|
|
1683
1720
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -1707,6 +1744,10 @@ declare const _default: {
|
|
|
1707
1744
|
disabled: {
|
|
1708
1745
|
type: import("vue").PropType<boolean>;
|
|
1709
1746
|
};
|
|
1747
|
+
color: {
|
|
1748
|
+
type: import("vue").PropType<string>;
|
|
1749
|
+
default: any;
|
|
1750
|
+
};
|
|
1710
1751
|
testId: {
|
|
1711
1752
|
type: import("vue").PropType<string>;
|
|
1712
1753
|
default: string;
|
|
@@ -1733,6 +1774,10 @@ declare const _default: {
|
|
|
1733
1774
|
disabled: {
|
|
1734
1775
|
type: import("vue").PropType<boolean>;
|
|
1735
1776
|
};
|
|
1777
|
+
color: {
|
|
1778
|
+
type: import("vue").PropType<string>;
|
|
1779
|
+
default: any;
|
|
1780
|
+
};
|
|
1736
1781
|
testId: {
|
|
1737
1782
|
type: import("vue").PropType<string>;
|
|
1738
1783
|
default: string;
|
|
@@ -1752,6 +1797,7 @@ declare const _default: {
|
|
|
1752
1797
|
click: (event: MouseEvent) => void;
|
|
1753
1798
|
}, string, {
|
|
1754
1799
|
label: string;
|
|
1800
|
+
color: string;
|
|
1755
1801
|
testId: string;
|
|
1756
1802
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1757
1803
|
$slots: {
|
|
@@ -2853,6 +2899,7 @@ declare const _default: {
|
|
|
2853
2899
|
default: number;
|
|
2854
2900
|
};
|
|
2855
2901
|
}>> & {
|
|
2902
|
+
onSelectAll?: (value: boolean) => any;
|
|
2856
2903
|
onOnScroll?: (event: Event) => any;
|
|
2857
2904
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
2858
2905
|
onSaveRow?: (args_0: {
|
|
@@ -2865,6 +2912,7 @@ declare const _default: {
|
|
|
2865
2912
|
"onUpdate:search"?: (query: string) => any;
|
|
2866
2913
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
2867
2914
|
onOnClearSearch?: () => any;
|
|
2915
|
+
onSelectRow?: (value: boolean) => any;
|
|
2868
2916
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "isLoading" | "searchAutoFocus" | "searchPlaceholder" | "selection" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateTitle" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "loadingRowCount" | "defaultScrollPosition" | "getRowId" | "selectedMatcher" | "emptyStateVariant" | "showSearch" | "zIndexBase">;
|
|
2869
2917
|
$attrs: {
|
|
2870
2918
|
[x: string]: unknown;
|
|
@@ -2877,12 +2925,12 @@ declare const _default: {
|
|
|
2877
2925
|
}>;
|
|
2878
2926
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
2879
2927
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
2880
|
-
$emit: ((event: "onScroll", event: Event) => void) & ((event: "update:sort", newSort: tableV3.Sort) => void) & ((event: "saveRow", args_0: {
|
|
2928
|
+
$emit: ((event: "onScroll", event: Event) => void) & ((event: "selectAll", value: boolean) => void) & ((event: "update:sort", newSort: tableV3.Sort) => void) & ((event: "saveRow", args_0: {
|
|
2881
2929
|
value: unknown;
|
|
2882
2930
|
confirm: () => void;
|
|
2883
2931
|
rowIndex: number;
|
|
2884
2932
|
cellIndex: number;
|
|
2885
|
-
}) => void) & ((event: "loadMore") => void) & ((event: "update:search", query: string) => void) & ((event: "update:selection", selection: unknown[]) => void) & ((event: "onClearSearch") => void);
|
|
2933
|
+
}) => void) & ((event: "loadMore") => void) & ((event: "update:search", query: string) => void) & ((event: "update:selection", selection: unknown[]) => void) & ((event: "onClearSearch") => void) & ((event: "selectRow", value: boolean) => void);
|
|
2886
2934
|
$el: any;
|
|
2887
2935
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
2888
2936
|
sort: {
|
|
@@ -2986,6 +3034,7 @@ declare const _default: {
|
|
|
2986
3034
|
default: number;
|
|
2987
3035
|
};
|
|
2988
3036
|
}>> & {
|
|
3037
|
+
onSelectAll?: (value: boolean) => any;
|
|
2989
3038
|
onOnScroll?: (event: Event) => any;
|
|
2990
3039
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
2991
3040
|
onSaveRow?: (args_0: {
|
|
@@ -2998,6 +3047,7 @@ declare const _default: {
|
|
|
2998
3047
|
"onUpdate:search"?: (query: string) => any;
|
|
2999
3048
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
3000
3049
|
onOnClearSearch?: () => any;
|
|
3050
|
+
onSelectRow?: (value: boolean) => any;
|
|
3001
3051
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3002
3052
|
"update:sort": (newSort: tableV3.Sort) => void;
|
|
3003
3053
|
"update:search": (query: string) => void;
|
|
@@ -3011,6 +3061,8 @@ declare const _default: {
|
|
|
3011
3061
|
cellIndex: number;
|
|
3012
3062
|
}) => void;
|
|
3013
3063
|
loadMore: () => void;
|
|
3064
|
+
selectAll: (value: boolean) => void;
|
|
3065
|
+
selectRow: (value: boolean) => void;
|
|
3014
3066
|
}, string, {
|
|
3015
3067
|
sort: tableV3.Sort;
|
|
3016
3068
|
title: string;
|
|
@@ -3157,6 +3209,7 @@ declare const _default: {
|
|
|
3157
3209
|
default: number;
|
|
3158
3210
|
};
|
|
3159
3211
|
}>> & {
|
|
3212
|
+
onSelectAll?: (value: boolean) => any;
|
|
3160
3213
|
onOnScroll?: (event: Event) => any;
|
|
3161
3214
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
3162
3215
|
onSaveRow?: (args_0: {
|
|
@@ -3169,6 +3222,7 @@ declare const _default: {
|
|
|
3169
3222
|
"onUpdate:search"?: (query: string) => any;
|
|
3170
3223
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
3171
3224
|
onOnClearSearch?: () => any;
|
|
3225
|
+
onSelectRow?: (value: boolean) => any;
|
|
3172
3226
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
3173
3227
|
__isFragment?: never;
|
|
3174
3228
|
__isTeleport?: never;
|
|
@@ -3275,6 +3329,7 @@ declare const _default: {
|
|
|
3275
3329
|
default: number;
|
|
3276
3330
|
};
|
|
3277
3331
|
}>> & {
|
|
3332
|
+
onSelectAll?: (value: boolean) => any;
|
|
3278
3333
|
onOnScroll?: (event: Event) => any;
|
|
3279
3334
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
3280
3335
|
onSaveRow?: (args_0: {
|
|
@@ -3287,6 +3342,7 @@ declare const _default: {
|
|
|
3287
3342
|
"onUpdate:search"?: (query: string) => any;
|
|
3288
3343
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
3289
3344
|
onOnClearSearch?: () => any;
|
|
3345
|
+
onSelectRow?: (value: boolean) => any;
|
|
3290
3346
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3291
3347
|
"update:sort": (newSort: tableV3.Sort) => void;
|
|
3292
3348
|
"update:search": (query: string) => void;
|
|
@@ -3300,6 +3356,8 @@ declare const _default: {
|
|
|
3300
3356
|
cellIndex: number;
|
|
3301
3357
|
}) => void;
|
|
3302
3358
|
loadMore: () => void;
|
|
3359
|
+
selectAll: (value: boolean) => void;
|
|
3360
|
+
selectRow: (value: boolean) => void;
|
|
3303
3361
|
}, string, {
|
|
3304
3362
|
sort: tableV3.Sort;
|
|
3305
3363
|
title: string;
|
|
@@ -3554,6 +3612,7 @@ declare const _default: {
|
|
|
3554
3612
|
default: number;
|
|
3555
3613
|
};
|
|
3556
3614
|
}>> & {
|
|
3615
|
+
onSelectAll?: (value: boolean) => any;
|
|
3557
3616
|
onOnScroll?: (event: Event) => any;
|
|
3558
3617
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
3559
3618
|
onSaveRow?: (args_0: {
|
|
@@ -3566,6 +3625,7 @@ declare const _default: {
|
|
|
3566
3625
|
"onUpdate:search"?: (query: string) => any;
|
|
3567
3626
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
3568
3627
|
onOnClearSearch?: () => any;
|
|
3628
|
+
onSelectRow?: (value: boolean) => any;
|
|
3569
3629
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "isLoading" | "searchAutoFocus" | "searchPlaceholder" | "selection" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateTitle" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "loadingRowCount" | "defaultScrollPosition" | "getRowId" | "selectedMatcher" | "emptyStateVariant" | "showSearch" | "zIndexBase">;
|
|
3570
3630
|
$attrs: {
|
|
3571
3631
|
[x: string]: unknown;
|
|
@@ -3578,12 +3638,12 @@ declare const _default: {
|
|
|
3578
3638
|
}>;
|
|
3579
3639
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
3580
3640
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
3581
|
-
$emit: ((event: "onScroll", event: Event) => void) & ((event: "update:sort", newSort: tableV3.Sort) => void) & ((event: "saveRow", args_0: {
|
|
3641
|
+
$emit: ((event: "onScroll", event: Event) => void) & ((event: "selectAll", value: boolean) => void) & ((event: "update:sort", newSort: tableV3.Sort) => void) & ((event: "saveRow", args_0: {
|
|
3582
3642
|
value: unknown;
|
|
3583
3643
|
confirm: () => void;
|
|
3584
3644
|
rowIndex: number;
|
|
3585
3645
|
cellIndex: number;
|
|
3586
|
-
}) => void) & ((event: "loadMore") => void) & ((event: "update:search", query: string) => void) & ((event: "update:selection", selection: unknown[]) => void) & ((event: "onClearSearch") => void);
|
|
3646
|
+
}) => void) & ((event: "loadMore") => void) & ((event: "update:search", query: string) => void) & ((event: "update:selection", selection: unknown[]) => void) & ((event: "onClearSearch") => void) & ((event: "selectRow", value: boolean) => void);
|
|
3587
3647
|
$el: any;
|
|
3588
3648
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
3589
3649
|
sort: {
|
|
@@ -3687,6 +3747,7 @@ declare const _default: {
|
|
|
3687
3747
|
default: number;
|
|
3688
3748
|
};
|
|
3689
3749
|
}>> & {
|
|
3750
|
+
onSelectAll?: (value: boolean) => any;
|
|
3690
3751
|
onOnScroll?: (event: Event) => any;
|
|
3691
3752
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
3692
3753
|
onSaveRow?: (args_0: {
|
|
@@ -3699,6 +3760,7 @@ declare const _default: {
|
|
|
3699
3760
|
"onUpdate:search"?: (query: string) => any;
|
|
3700
3761
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
3701
3762
|
onOnClearSearch?: () => any;
|
|
3763
|
+
onSelectRow?: (value: boolean) => any;
|
|
3702
3764
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3703
3765
|
"update:sort": (newSort: tableV3.Sort) => void;
|
|
3704
3766
|
"update:search": (query: string) => void;
|
|
@@ -3712,6 +3774,8 @@ declare const _default: {
|
|
|
3712
3774
|
cellIndex: number;
|
|
3713
3775
|
}) => void;
|
|
3714
3776
|
loadMore: () => void;
|
|
3777
|
+
selectAll: (value: boolean) => void;
|
|
3778
|
+
selectRow: (value: boolean) => void;
|
|
3715
3779
|
}, string, {
|
|
3716
3780
|
sort: tableV3.Sort;
|
|
3717
3781
|
title: string;
|
|
@@ -3858,6 +3922,7 @@ declare const _default: {
|
|
|
3858
3922
|
default: number;
|
|
3859
3923
|
};
|
|
3860
3924
|
}>> & {
|
|
3925
|
+
onSelectAll?: (value: boolean) => any;
|
|
3861
3926
|
onOnScroll?: (event: Event) => any;
|
|
3862
3927
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
3863
3928
|
onSaveRow?: (args_0: {
|
|
@@ -3870,6 +3935,7 @@ declare const _default: {
|
|
|
3870
3935
|
"onUpdate:search"?: (query: string) => any;
|
|
3871
3936
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
3872
3937
|
onOnClearSearch?: () => any;
|
|
3938
|
+
onSelectRow?: (value: boolean) => any;
|
|
3873
3939
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
3874
3940
|
__isFragment?: never;
|
|
3875
3941
|
__isTeleport?: never;
|
|
@@ -3976,6 +4042,7 @@ declare const _default: {
|
|
|
3976
4042
|
default: number;
|
|
3977
4043
|
};
|
|
3978
4044
|
}>> & {
|
|
4045
|
+
onSelectAll?: (value: boolean) => any;
|
|
3979
4046
|
onOnScroll?: (event: Event) => any;
|
|
3980
4047
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
3981
4048
|
onSaveRow?: (args_0: {
|
|
@@ -3988,6 +4055,7 @@ declare const _default: {
|
|
|
3988
4055
|
"onUpdate:search"?: (query: string) => any;
|
|
3989
4056
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
3990
4057
|
onOnClearSearch?: () => any;
|
|
4058
|
+
onSelectRow?: (value: boolean) => any;
|
|
3991
4059
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3992
4060
|
"update:sort": (newSort: tableV3.Sort) => void;
|
|
3993
4061
|
"update:search": (query: string) => void;
|
|
@@ -4001,6 +4069,8 @@ declare const _default: {
|
|
|
4001
4069
|
cellIndex: number;
|
|
4002
4070
|
}) => void;
|
|
4003
4071
|
loadMore: () => void;
|
|
4072
|
+
selectAll: (value: boolean) => void;
|
|
4073
|
+
selectRow: (value: boolean) => void;
|
|
4004
4074
|
}, string, {
|
|
4005
4075
|
sort: tableV3.Sort;
|
|
4006
4076
|
title: string;
|
|
@@ -4991,9 +5061,9 @@ declare const _default: {
|
|
|
4991
5061
|
hoverHelpTextPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
4992
5062
|
feedbackText: string;
|
|
4993
5063
|
feedbackVariant: "success" | "warning" | "error";
|
|
5064
|
+
isDisabled: boolean;
|
|
4994
5065
|
activeText: string;
|
|
4995
5066
|
inactiveText: string;
|
|
4996
|
-
isDisabled: boolean;
|
|
4997
5067
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
4998
5068
|
text: {
|
|
4999
5069
|
type: import("vue").PropType<string>;
|
|
@@ -5035,6 +5105,10 @@ declare const _default: {
|
|
|
5035
5105
|
type: import("vue").PropType<"success" | "warning" | "error">;
|
|
5036
5106
|
default: any;
|
|
5037
5107
|
};
|
|
5108
|
+
isDisabled: {
|
|
5109
|
+
type: import("vue").PropType<boolean>;
|
|
5110
|
+
default: boolean;
|
|
5111
|
+
};
|
|
5038
5112
|
activeText: {
|
|
5039
5113
|
type: import("vue").PropType<string>;
|
|
5040
5114
|
default: any;
|
|
@@ -5043,13 +5117,9 @@ declare const _default: {
|
|
|
5043
5117
|
type: import("vue").PropType<string>;
|
|
5044
5118
|
default: any;
|
|
5045
5119
|
};
|
|
5046
|
-
isDisabled: {
|
|
5047
|
-
type: import("vue").PropType<boolean>;
|
|
5048
|
-
default: boolean;
|
|
5049
|
-
};
|
|
5050
5120
|
}>> & {
|
|
5051
5121
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
5052
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "text" | "size" | "color" | "testId" | "isLoading" | "hoverHelpText" | "hoverHelpTextPlacement" | "feedbackText" | "feedbackVariant" | "
|
|
5122
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "text" | "size" | "color" | "testId" | "isLoading" | "hoverHelpText" | "hoverHelpTextPlacement" | "feedbackText" | "feedbackVariant" | "isDisabled" | "activeText" | "inactiveText">;
|
|
5053
5123
|
$attrs: {
|
|
5054
5124
|
[x: string]: unknown;
|
|
5055
5125
|
};
|
|
@@ -5104,6 +5174,10 @@ declare const _default: {
|
|
|
5104
5174
|
type: import("vue").PropType<"success" | "warning" | "error">;
|
|
5105
5175
|
default: any;
|
|
5106
5176
|
};
|
|
5177
|
+
isDisabled: {
|
|
5178
|
+
type: import("vue").PropType<boolean>;
|
|
5179
|
+
default: boolean;
|
|
5180
|
+
};
|
|
5107
5181
|
activeText: {
|
|
5108
5182
|
type: import("vue").PropType<string>;
|
|
5109
5183
|
default: any;
|
|
@@ -5112,10 +5186,6 @@ declare const _default: {
|
|
|
5112
5186
|
type: import("vue").PropType<string>;
|
|
5113
5187
|
default: any;
|
|
5114
5188
|
};
|
|
5115
|
-
isDisabled: {
|
|
5116
|
-
type: import("vue").PropType<boolean>;
|
|
5117
|
-
default: boolean;
|
|
5118
|
-
};
|
|
5119
5189
|
}>> & {
|
|
5120
5190
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
5121
5191
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -5130,9 +5200,9 @@ declare const _default: {
|
|
|
5130
5200
|
hoverHelpTextPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
5131
5201
|
feedbackText: string;
|
|
5132
5202
|
feedbackVariant: "success" | "warning" | "error";
|
|
5203
|
+
isDisabled: boolean;
|
|
5133
5204
|
activeText: string;
|
|
5134
5205
|
inactiveText: string;
|
|
5135
|
-
isDisabled: boolean;
|
|
5136
5206
|
}, {}, string> & {
|
|
5137
5207
|
beforeCreate?: (() => void) | (() => void)[];
|
|
5138
5208
|
created?: (() => void) | (() => void)[];
|
|
@@ -5194,6 +5264,10 @@ declare const _default: {
|
|
|
5194
5264
|
type: import("vue").PropType<"success" | "warning" | "error">;
|
|
5195
5265
|
default: any;
|
|
5196
5266
|
};
|
|
5267
|
+
isDisabled: {
|
|
5268
|
+
type: import("vue").PropType<boolean>;
|
|
5269
|
+
default: boolean;
|
|
5270
|
+
};
|
|
5197
5271
|
activeText: {
|
|
5198
5272
|
type: import("vue").PropType<string>;
|
|
5199
5273
|
default: any;
|
|
@@ -5202,10 +5276,6 @@ declare const _default: {
|
|
|
5202
5276
|
type: import("vue").PropType<string>;
|
|
5203
5277
|
default: any;
|
|
5204
5278
|
};
|
|
5205
|
-
isDisabled: {
|
|
5206
|
-
type: import("vue").PropType<boolean>;
|
|
5207
|
-
default: boolean;
|
|
5208
|
-
};
|
|
5209
5279
|
}>> & {
|
|
5210
5280
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
5211
5281
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
@@ -5253,6 +5323,10 @@ declare const _default: {
|
|
|
5253
5323
|
type: import("vue").PropType<"success" | "warning" | "error">;
|
|
5254
5324
|
default: any;
|
|
5255
5325
|
};
|
|
5326
|
+
isDisabled: {
|
|
5327
|
+
type: import("vue").PropType<boolean>;
|
|
5328
|
+
default: boolean;
|
|
5329
|
+
};
|
|
5256
5330
|
activeText: {
|
|
5257
5331
|
type: import("vue").PropType<string>;
|
|
5258
5332
|
default: any;
|
|
@@ -5261,10 +5335,6 @@ declare const _default: {
|
|
|
5261
5335
|
type: import("vue").PropType<string>;
|
|
5262
5336
|
default: any;
|
|
5263
5337
|
};
|
|
5264
|
-
isDisabled: {
|
|
5265
|
-
type: import("vue").PropType<boolean>;
|
|
5266
|
-
default: boolean;
|
|
5267
|
-
};
|
|
5268
5338
|
}>> & {
|
|
5269
5339
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
5270
5340
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -5279,9 +5349,9 @@ declare const _default: {
|
|
|
5279
5349
|
hoverHelpTextPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
5280
5350
|
feedbackText: string;
|
|
5281
5351
|
feedbackVariant: "success" | "warning" | "error";
|
|
5352
|
+
isDisabled: boolean;
|
|
5282
5353
|
activeText: string;
|
|
5283
5354
|
inactiveText: string;
|
|
5284
|
-
isDisabled: boolean;
|
|
5285
5355
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
5286
5356
|
$slots: {
|
|
5287
5357
|
"icon-left"?(_: {}): any;
|
|
@@ -5302,9 +5372,9 @@ declare const _default: {
|
|
|
5302
5372
|
hoverHelpTextPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
5303
5373
|
feedbackText: string;
|
|
5304
5374
|
feedbackVariant: "success" | "warning" | "error";
|
|
5375
|
+
isDisabled: boolean;
|
|
5305
5376
|
activeText: string;
|
|
5306
5377
|
inactiveText: string;
|
|
5307
|
-
isDisabled: boolean;
|
|
5308
5378
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
5309
5379
|
text: {
|
|
5310
5380
|
type: import("vue").PropType<string>;
|
|
@@ -5346,6 +5416,10 @@ declare const _default: {
|
|
|
5346
5416
|
type: import("vue").PropType<"success" | "warning" | "error">;
|
|
5347
5417
|
default: any;
|
|
5348
5418
|
};
|
|
5419
|
+
isDisabled: {
|
|
5420
|
+
type: import("vue").PropType<boolean>;
|
|
5421
|
+
default: boolean;
|
|
5422
|
+
};
|
|
5349
5423
|
activeText: {
|
|
5350
5424
|
type: import("vue").PropType<string>;
|
|
5351
5425
|
default: any;
|
|
@@ -5354,13 +5428,9 @@ declare const _default: {
|
|
|
5354
5428
|
type: import("vue").PropType<string>;
|
|
5355
5429
|
default: any;
|
|
5356
5430
|
};
|
|
5357
|
-
isDisabled: {
|
|
5358
|
-
type: import("vue").PropType<boolean>;
|
|
5359
|
-
default: boolean;
|
|
5360
|
-
};
|
|
5361
5431
|
}>> & {
|
|
5362
5432
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
5363
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "text" | "size" | "color" | "testId" | "isLoading" | "hoverHelpText" | "hoverHelpTextPlacement" | "feedbackText" | "feedbackVariant" | "
|
|
5433
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "text" | "size" | "color" | "testId" | "isLoading" | "hoverHelpText" | "hoverHelpTextPlacement" | "feedbackText" | "feedbackVariant" | "isDisabled" | "activeText" | "inactiveText">;
|
|
5364
5434
|
$attrs: {
|
|
5365
5435
|
[x: string]: unknown;
|
|
5366
5436
|
};
|
|
@@ -5415,6 +5485,10 @@ declare const _default: {
|
|
|
5415
5485
|
type: import("vue").PropType<"success" | "warning" | "error">;
|
|
5416
5486
|
default: any;
|
|
5417
5487
|
};
|
|
5488
|
+
isDisabled: {
|
|
5489
|
+
type: import("vue").PropType<boolean>;
|
|
5490
|
+
default: boolean;
|
|
5491
|
+
};
|
|
5418
5492
|
activeText: {
|
|
5419
5493
|
type: import("vue").PropType<string>;
|
|
5420
5494
|
default: any;
|
|
@@ -5423,10 +5497,6 @@ declare const _default: {
|
|
|
5423
5497
|
type: import("vue").PropType<string>;
|
|
5424
5498
|
default: any;
|
|
5425
5499
|
};
|
|
5426
|
-
isDisabled: {
|
|
5427
|
-
type: import("vue").PropType<boolean>;
|
|
5428
|
-
default: boolean;
|
|
5429
|
-
};
|
|
5430
5500
|
}>> & {
|
|
5431
5501
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
5432
5502
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -5441,9 +5511,9 @@ declare const _default: {
|
|
|
5441
5511
|
hoverHelpTextPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
5442
5512
|
feedbackText: string;
|
|
5443
5513
|
feedbackVariant: "success" | "warning" | "error";
|
|
5514
|
+
isDisabled: boolean;
|
|
5444
5515
|
activeText: string;
|
|
5445
5516
|
inactiveText: string;
|
|
5446
|
-
isDisabled: boolean;
|
|
5447
5517
|
}, {}, string> & {
|
|
5448
5518
|
beforeCreate?: (() => void) | (() => void)[];
|
|
5449
5519
|
created?: (() => void) | (() => void)[];
|
|
@@ -5505,6 +5575,10 @@ declare const _default: {
|
|
|
5505
5575
|
type: import("vue").PropType<"success" | "warning" | "error">;
|
|
5506
5576
|
default: any;
|
|
5507
5577
|
};
|
|
5578
|
+
isDisabled: {
|
|
5579
|
+
type: import("vue").PropType<boolean>;
|
|
5580
|
+
default: boolean;
|
|
5581
|
+
};
|
|
5508
5582
|
activeText: {
|
|
5509
5583
|
type: import("vue").PropType<string>;
|
|
5510
5584
|
default: any;
|
|
@@ -5513,10 +5587,6 @@ declare const _default: {
|
|
|
5513
5587
|
type: import("vue").PropType<string>;
|
|
5514
5588
|
default: any;
|
|
5515
5589
|
};
|
|
5516
|
-
isDisabled: {
|
|
5517
|
-
type: import("vue").PropType<boolean>;
|
|
5518
|
-
default: boolean;
|
|
5519
|
-
};
|
|
5520
5590
|
}>> & {
|
|
5521
5591
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
5522
5592
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
@@ -5564,6 +5634,10 @@ declare const _default: {
|
|
|
5564
5634
|
type: import("vue").PropType<"success" | "warning" | "error">;
|
|
5565
5635
|
default: any;
|
|
5566
5636
|
};
|
|
5637
|
+
isDisabled: {
|
|
5638
|
+
type: import("vue").PropType<boolean>;
|
|
5639
|
+
default: boolean;
|
|
5640
|
+
};
|
|
5567
5641
|
activeText: {
|
|
5568
5642
|
type: import("vue").PropType<string>;
|
|
5569
5643
|
default: any;
|
|
@@ -5572,10 +5646,6 @@ declare const _default: {
|
|
|
5572
5646
|
type: import("vue").PropType<string>;
|
|
5573
5647
|
default: any;
|
|
5574
5648
|
};
|
|
5575
|
-
isDisabled: {
|
|
5576
|
-
type: import("vue").PropType<boolean>;
|
|
5577
|
-
default: boolean;
|
|
5578
|
-
};
|
|
5579
5649
|
}>> & {
|
|
5580
5650
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
5581
5651
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -5590,9 +5660,9 @@ declare const _default: {
|
|
|
5590
5660
|
hoverHelpTextPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
5591
5661
|
feedbackText: string;
|
|
5592
5662
|
feedbackVariant: "success" | "warning" | "error";
|
|
5663
|
+
isDisabled: boolean;
|
|
5593
5664
|
activeText: string;
|
|
5594
5665
|
inactiveText: string;
|
|
5595
|
-
isDisabled: boolean;
|
|
5596
5666
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
5597
5667
|
$slots: {
|
|
5598
5668
|
"icon-left"?(_: {}): any;
|
|
@@ -5660,7 +5730,9 @@ declare const _default: {
|
|
|
5660
5730
|
type: import("vue").PropType<string | number>;
|
|
5661
5731
|
default: string;
|
|
5662
5732
|
};
|
|
5663
|
-
}>> &
|
|
5733
|
+
}>> & {
|
|
5734
|
+
onShow?: () => any;
|
|
5735
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "text" | "theme" | "disabled" | "testId" | "container" | "delay" | "triggers" | "forceShowWithTruncate" | "placement" | "distance">;
|
|
5664
5736
|
$attrs: {
|
|
5665
5737
|
[x: string]: unknown;
|
|
5666
5738
|
};
|
|
@@ -5672,7 +5744,7 @@ declare const _default: {
|
|
|
5672
5744
|
}>;
|
|
5673
5745
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
5674
5746
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
5675
|
-
$emit: (event:
|
|
5747
|
+
$emit: (event: "show") => void;
|
|
5676
5748
|
$el: any;
|
|
5677
5749
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
5678
5750
|
header: {
|
|
@@ -5719,7 +5791,11 @@ declare const _default: {
|
|
|
5719
5791
|
type: import("vue").PropType<string | number>;
|
|
5720
5792
|
default: string;
|
|
5721
5793
|
};
|
|
5722
|
-
}
|
|
5794
|
+
}>> & {
|
|
5795
|
+
onShow?: () => any;
|
|
5796
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5797
|
+
show: () => void;
|
|
5798
|
+
}, string, {
|
|
5723
5799
|
header: string;
|
|
5724
5800
|
text: string;
|
|
5725
5801
|
theme: string;
|
|
@@ -5796,7 +5872,9 @@ declare const _default: {
|
|
|
5796
5872
|
type: import("vue").PropType<string | number>;
|
|
5797
5873
|
default: string;
|
|
5798
5874
|
};
|
|
5799
|
-
}>> &
|
|
5875
|
+
}>> & {
|
|
5876
|
+
onShow?: () => any;
|
|
5877
|
+
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
5800
5878
|
__isFragment?: never;
|
|
5801
5879
|
__isTeleport?: never;
|
|
5802
5880
|
__isSuspense?: never;
|
|
@@ -5845,7 +5923,11 @@ declare const _default: {
|
|
|
5845
5923
|
type: import("vue").PropType<string | number>;
|
|
5846
5924
|
default: string;
|
|
5847
5925
|
};
|
|
5848
|
-
}
|
|
5926
|
+
}>> & {
|
|
5927
|
+
onShow?: () => any;
|
|
5928
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5929
|
+
show: () => void;
|
|
5930
|
+
}, string, {
|
|
5849
5931
|
header: string;
|
|
5850
5932
|
text: string;
|
|
5851
5933
|
theme: string;
|
|
@@ -5926,7 +6008,9 @@ declare const _default: {
|
|
|
5926
6008
|
type: import("vue").PropType<string | number>;
|
|
5927
6009
|
default: string;
|
|
5928
6010
|
};
|
|
5929
|
-
}>> &
|
|
6011
|
+
}>> & {
|
|
6012
|
+
onShow?: () => any;
|
|
6013
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "text" | "theme" | "disabled" | "testId" | "container" | "delay" | "triggers" | "forceShowWithTruncate" | "placement" | "distance">;
|
|
5930
6014
|
$attrs: {
|
|
5931
6015
|
[x: string]: unknown;
|
|
5932
6016
|
};
|
|
@@ -5938,7 +6022,7 @@ declare const _default: {
|
|
|
5938
6022
|
}>;
|
|
5939
6023
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
5940
6024
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
5941
|
-
$emit: (event:
|
|
6025
|
+
$emit: (event: "show") => void;
|
|
5942
6026
|
$el: any;
|
|
5943
6027
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
5944
6028
|
header: {
|
|
@@ -5985,7 +6069,11 @@ declare const _default: {
|
|
|
5985
6069
|
type: import("vue").PropType<string | number>;
|
|
5986
6070
|
default: string;
|
|
5987
6071
|
};
|
|
5988
|
-
}
|
|
6072
|
+
}>> & {
|
|
6073
|
+
onShow?: () => any;
|
|
6074
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6075
|
+
show: () => void;
|
|
6076
|
+
}, string, {
|
|
5989
6077
|
header: string;
|
|
5990
6078
|
text: string;
|
|
5991
6079
|
theme: string;
|
|
@@ -6062,7 +6150,9 @@ declare const _default: {
|
|
|
6062
6150
|
type: import("vue").PropType<string | number>;
|
|
6063
6151
|
default: string;
|
|
6064
6152
|
};
|
|
6065
|
-
}>> &
|
|
6153
|
+
}>> & {
|
|
6154
|
+
onShow?: () => any;
|
|
6155
|
+
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
6066
6156
|
__isFragment?: never;
|
|
6067
6157
|
__isTeleport?: never;
|
|
6068
6158
|
__isSuspense?: never;
|
|
@@ -6111,7 +6201,11 @@ declare const _default: {
|
|
|
6111
6201
|
type: import("vue").PropType<string | number>;
|
|
6112
6202
|
default: string;
|
|
6113
6203
|
};
|
|
6114
|
-
}
|
|
6204
|
+
}>> & {
|
|
6205
|
+
onShow?: () => any;
|
|
6206
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6207
|
+
show: () => void;
|
|
6208
|
+
}, string, {
|
|
6115
6209
|
header: string;
|
|
6116
6210
|
text: string;
|
|
6117
6211
|
theme: string;
|
|
@@ -8344,6 +8438,7 @@ declare const _default: {
|
|
|
8344
8438
|
showApply: boolean;
|
|
8345
8439
|
inlineError: boolean;
|
|
8346
8440
|
inlineErrorText: string;
|
|
8441
|
+
inlineErrorTextPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
8347
8442
|
feedbackText: string;
|
|
8348
8443
|
feedbackVariant: "success" | "warning" | "error";
|
|
8349
8444
|
showFeedbackTextIcon: boolean;
|
|
@@ -8437,6 +8532,10 @@ declare const _default: {
|
|
|
8437
8532
|
type: import("vue").PropType<string>;
|
|
8438
8533
|
default: string;
|
|
8439
8534
|
};
|
|
8535
|
+
inlineErrorTextPlacement: {
|
|
8536
|
+
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
8537
|
+
default: string;
|
|
8538
|
+
};
|
|
8440
8539
|
feedbackText: {
|
|
8441
8540
|
type: import("vue").PropType<string>;
|
|
8442
8541
|
default: string;
|
|
@@ -8456,7 +8555,7 @@ declare const _default: {
|
|
|
8456
8555
|
}>> & {
|
|
8457
8556
|
"onUpdate:modelValue"?: (value: string | number) => any;
|
|
8458
8557
|
onApply?: () => any;
|
|
8459
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "label" | "disabled" | "size" | "mandatory" | "testId" | "hoverHelpText" | "hoverHelpTextPlacement" | "maxLength" | "modelValue" | "placeholder" | "viewOnly" | "labelDirection" | "autoFocus" | "hideNumberArrows" | "step" | "onlyDigits" | "prefix" | "suffix" | "showApply" | "inlineError" | "inlineErrorText" | "feedbackText" | "feedbackVariant" | "showFeedbackTextIcon" | "feedbackPositionAbsolute">;
|
|
8558
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "label" | "disabled" | "size" | "mandatory" | "testId" | "hoverHelpText" | "hoverHelpTextPlacement" | "maxLength" | "modelValue" | "placeholder" | "viewOnly" | "labelDirection" | "autoFocus" | "hideNumberArrows" | "step" | "onlyDigits" | "prefix" | "suffix" | "showApply" | "inlineError" | "inlineErrorText" | "inlineErrorTextPlacement" | "feedbackText" | "feedbackVariant" | "showFeedbackTextIcon" | "feedbackPositionAbsolute">;
|
|
8460
8559
|
$attrs: {
|
|
8461
8560
|
[x: string]: unknown;
|
|
8462
8561
|
};
|
|
@@ -8559,6 +8658,10 @@ declare const _default: {
|
|
|
8559
8658
|
type: import("vue").PropType<string>;
|
|
8560
8659
|
default: string;
|
|
8561
8660
|
};
|
|
8661
|
+
inlineErrorTextPlacement: {
|
|
8662
|
+
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
8663
|
+
default: string;
|
|
8664
|
+
};
|
|
8562
8665
|
feedbackText: {
|
|
8563
8666
|
type: import("vue").PropType<string>;
|
|
8564
8667
|
default: string;
|
|
@@ -8606,6 +8709,7 @@ declare const _default: {
|
|
|
8606
8709
|
showApply: boolean;
|
|
8607
8710
|
inlineError: boolean;
|
|
8608
8711
|
inlineErrorText: string;
|
|
8712
|
+
inlineErrorTextPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
8609
8713
|
feedbackText: string;
|
|
8610
8714
|
feedbackVariant: "success" | "warning" | "error";
|
|
8611
8715
|
showFeedbackTextIcon: boolean;
|
|
@@ -8719,6 +8823,10 @@ declare const _default: {
|
|
|
8719
8823
|
type: import("vue").PropType<string>;
|
|
8720
8824
|
default: string;
|
|
8721
8825
|
};
|
|
8826
|
+
inlineErrorTextPlacement: {
|
|
8827
|
+
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
8828
|
+
default: string;
|
|
8829
|
+
};
|
|
8722
8830
|
feedbackText: {
|
|
8723
8831
|
type: import("vue").PropType<string>;
|
|
8724
8832
|
default: string;
|
|
@@ -8833,6 +8941,10 @@ declare const _default: {
|
|
|
8833
8941
|
type: import("vue").PropType<string>;
|
|
8834
8942
|
default: string;
|
|
8835
8943
|
};
|
|
8944
|
+
inlineErrorTextPlacement: {
|
|
8945
|
+
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
8946
|
+
default: string;
|
|
8947
|
+
};
|
|
8836
8948
|
feedbackText: {
|
|
8837
8949
|
type: import("vue").PropType<string>;
|
|
8838
8950
|
default: string;
|
|
@@ -8880,6 +8992,7 @@ declare const _default: {
|
|
|
8880
8992
|
showApply: boolean;
|
|
8881
8993
|
inlineError: boolean;
|
|
8882
8994
|
inlineErrorText: string;
|
|
8995
|
+
inlineErrorTextPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
8883
8996
|
feedbackText: string;
|
|
8884
8997
|
feedbackVariant: "success" | "warning" | "error";
|
|
8885
8998
|
showFeedbackTextIcon: boolean;
|
|
@@ -8917,6 +9030,7 @@ declare const _default: {
|
|
|
8917
9030
|
showApply: boolean;
|
|
8918
9031
|
inlineError: boolean;
|
|
8919
9032
|
inlineErrorText: string;
|
|
9033
|
+
inlineErrorTextPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
8920
9034
|
feedbackText: string;
|
|
8921
9035
|
feedbackVariant: "success" | "warning" | "error";
|
|
8922
9036
|
showFeedbackTextIcon: boolean;
|
|
@@ -9010,6 +9124,10 @@ declare const _default: {
|
|
|
9010
9124
|
type: import("vue").PropType<string>;
|
|
9011
9125
|
default: string;
|
|
9012
9126
|
};
|
|
9127
|
+
inlineErrorTextPlacement: {
|
|
9128
|
+
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
9129
|
+
default: string;
|
|
9130
|
+
};
|
|
9013
9131
|
feedbackText: {
|
|
9014
9132
|
type: import("vue").PropType<string>;
|
|
9015
9133
|
default: string;
|
|
@@ -9029,7 +9147,7 @@ declare const _default: {
|
|
|
9029
9147
|
}>> & {
|
|
9030
9148
|
"onUpdate:modelValue"?: (value: string | number) => any;
|
|
9031
9149
|
onApply?: () => any;
|
|
9032
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "label" | "disabled" | "size" | "mandatory" | "testId" | "hoverHelpText" | "hoverHelpTextPlacement" | "maxLength" | "modelValue" | "placeholder" | "viewOnly" | "labelDirection" | "autoFocus" | "hideNumberArrows" | "step" | "onlyDigits" | "prefix" | "suffix" | "showApply" | "inlineError" | "inlineErrorText" | "feedbackText" | "feedbackVariant" | "showFeedbackTextIcon" | "feedbackPositionAbsolute">;
|
|
9150
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "label" | "disabled" | "size" | "mandatory" | "testId" | "hoverHelpText" | "hoverHelpTextPlacement" | "maxLength" | "modelValue" | "placeholder" | "viewOnly" | "labelDirection" | "autoFocus" | "hideNumberArrows" | "step" | "onlyDigits" | "prefix" | "suffix" | "showApply" | "inlineError" | "inlineErrorText" | "inlineErrorTextPlacement" | "feedbackText" | "feedbackVariant" | "showFeedbackTextIcon" | "feedbackPositionAbsolute">;
|
|
9033
9151
|
$attrs: {
|
|
9034
9152
|
[x: string]: unknown;
|
|
9035
9153
|
};
|
|
@@ -9132,6 +9250,10 @@ declare const _default: {
|
|
|
9132
9250
|
type: import("vue").PropType<string>;
|
|
9133
9251
|
default: string;
|
|
9134
9252
|
};
|
|
9253
|
+
inlineErrorTextPlacement: {
|
|
9254
|
+
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
9255
|
+
default: string;
|
|
9256
|
+
};
|
|
9135
9257
|
feedbackText: {
|
|
9136
9258
|
type: import("vue").PropType<string>;
|
|
9137
9259
|
default: string;
|
|
@@ -9179,6 +9301,7 @@ declare const _default: {
|
|
|
9179
9301
|
showApply: boolean;
|
|
9180
9302
|
inlineError: boolean;
|
|
9181
9303
|
inlineErrorText: string;
|
|
9304
|
+
inlineErrorTextPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
9182
9305
|
feedbackText: string;
|
|
9183
9306
|
feedbackVariant: "success" | "warning" | "error";
|
|
9184
9307
|
showFeedbackTextIcon: boolean;
|
|
@@ -9292,6 +9415,10 @@ declare const _default: {
|
|
|
9292
9415
|
type: import("vue").PropType<string>;
|
|
9293
9416
|
default: string;
|
|
9294
9417
|
};
|
|
9418
|
+
inlineErrorTextPlacement: {
|
|
9419
|
+
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
9420
|
+
default: string;
|
|
9421
|
+
};
|
|
9295
9422
|
feedbackText: {
|
|
9296
9423
|
type: import("vue").PropType<string>;
|
|
9297
9424
|
default: string;
|
|
@@ -9406,6 +9533,10 @@ declare const _default: {
|
|
|
9406
9533
|
type: import("vue").PropType<string>;
|
|
9407
9534
|
default: string;
|
|
9408
9535
|
};
|
|
9536
|
+
inlineErrorTextPlacement: {
|
|
9537
|
+
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
9538
|
+
default: string;
|
|
9539
|
+
};
|
|
9409
9540
|
feedbackText: {
|
|
9410
9541
|
type: import("vue").PropType<string>;
|
|
9411
9542
|
default: string;
|
|
@@ -9453,6 +9584,7 @@ declare const _default: {
|
|
|
9453
9584
|
showApply: boolean;
|
|
9454
9585
|
inlineError: boolean;
|
|
9455
9586
|
inlineErrorText: string;
|
|
9587
|
+
inlineErrorTextPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
9456
9588
|
feedbackText: string;
|
|
9457
9589
|
feedbackVariant: "success" | "warning" | "error";
|
|
9458
9590
|
showFeedbackTextIcon: boolean;
|
|
@@ -11469,7 +11601,6 @@ declare const _default: {
|
|
|
11469
11601
|
};
|
|
11470
11602
|
placeholder: {
|
|
11471
11603
|
type: import("vue").PropType<string>;
|
|
11472
|
-
required: true;
|
|
11473
11604
|
default: string;
|
|
11474
11605
|
};
|
|
11475
11606
|
autoFocus: {
|
|
@@ -11496,7 +11627,6 @@ declare const _default: {
|
|
|
11496
11627
|
};
|
|
11497
11628
|
placeholder: {
|
|
11498
11629
|
type: import("vue").PropType<string>;
|
|
11499
|
-
required: true;
|
|
11500
11630
|
default: string;
|
|
11501
11631
|
};
|
|
11502
11632
|
autoFocus: {
|
|
@@ -11527,7 +11657,6 @@ declare const _default: {
|
|
|
11527
11657
|
};
|
|
11528
11658
|
placeholder: {
|
|
11529
11659
|
type: import("vue").PropType<string>;
|
|
11530
|
-
required: true;
|
|
11531
11660
|
default: string;
|
|
11532
11661
|
};
|
|
11533
11662
|
autoFocus: {
|
|
@@ -11554,7 +11683,6 @@ declare const _default: {
|
|
|
11554
11683
|
};
|
|
11555
11684
|
placeholder: {
|
|
11556
11685
|
type: import("vue").PropType<string>;
|
|
11557
|
-
required: true;
|
|
11558
11686
|
default: string;
|
|
11559
11687
|
};
|
|
11560
11688
|
autoFocus: {
|
|
@@ -11612,6 +11740,8 @@ declare const _default: {
|
|
|
11612
11740
|
optionIconKey: string;
|
|
11613
11741
|
optionImageKey: string;
|
|
11614
11742
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
11743
|
+
optionEndIconKey: string;
|
|
11744
|
+
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
11615
11745
|
valueToCopy: string;
|
|
11616
11746
|
disabledOptionKey: string;
|
|
11617
11747
|
fullWidth: boolean;
|
|
@@ -11780,6 +11910,14 @@ declare const _default: {
|
|
|
11780
11910
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
11781
11911
|
default: any;
|
|
11782
11912
|
};
|
|
11913
|
+
optionEndIconKey: {
|
|
11914
|
+
type: import("vue").PropType<string>;
|
|
11915
|
+
default: string;
|
|
11916
|
+
};
|
|
11917
|
+
optionEndIconType: {
|
|
11918
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
11919
|
+
default: any;
|
|
11920
|
+
};
|
|
11783
11921
|
valueToCopy: {
|
|
11784
11922
|
type: import("vue").PropType<string>;
|
|
11785
11923
|
default: any;
|
|
@@ -11801,12 +11939,15 @@ declare const _default: {
|
|
|
11801
11939
|
default: any;
|
|
11802
11940
|
};
|
|
11803
11941
|
}>> & {
|
|
11942
|
+
onCopyToClipboard?: () => any;
|
|
11943
|
+
onClear?: () => any;
|
|
11804
11944
|
onApply?: (value: unknown) => any;
|
|
11945
|
+
onSelectAll?: () => any;
|
|
11805
11946
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
11806
11947
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
11807
11948
|
onOpened?: () => any;
|
|
11808
11949
|
onClosed?: () => any;
|
|
11809
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "disabled" | "size" | "flip" | "mandatory" | "testId" | "container" | "placement" | "distance" | "popperClass" | "selected" | "onClear" | "modelValue" | "placeholder" | "multi" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "isOnTop" | "skidding" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "valueToCopy" | "disabledOptionKey" | "fullWidth" | "optionsListWidth" | "statusType">;
|
|
11950
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "disabled" | "size" | "flip" | "mandatory" | "testId" | "container" | "placement" | "distance" | "popperClass" | "selected" | "onClear" | "modelValue" | "placeholder" | "multi" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "isOnTop" | "skidding" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "valueToCopy" | "disabledOptionKey" | "fullWidth" | "optionsListWidth" | "statusType">;
|
|
11810
11951
|
$attrs: {
|
|
11811
11952
|
[x: string]: unknown;
|
|
11812
11953
|
};
|
|
@@ -11818,7 +11959,7 @@ declare const _default: {
|
|
|
11818
11959
|
}>;
|
|
11819
11960
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
11820
11961
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
11821
|
-
$emit: ((event: "apply", value: unknown) => void) & ((event: "update:selected", value: unknown) => void) & ((event: "update:isOpen", value: unknown) => void) & ((event: "opened") => void) & ((event: "closed") => void);
|
|
11962
|
+
$emit: ((event: "clear") => void) & ((event: "copyToClipboard") => void) & ((event: "apply", value: unknown) => void) & ((event: "update:selected", value: unknown) => void) & ((event: "update:isOpen", value: unknown) => void) & ((event: "selectAll") => void) & ((event: "opened") => void) & ((event: "closed") => void);
|
|
11822
11963
|
$el: any;
|
|
11823
11964
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
11824
11965
|
theme: {
|
|
@@ -11983,6 +12124,14 @@ declare const _default: {
|
|
|
11983
12124
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
11984
12125
|
default: any;
|
|
11985
12126
|
};
|
|
12127
|
+
optionEndIconKey: {
|
|
12128
|
+
type: import("vue").PropType<string>;
|
|
12129
|
+
default: string;
|
|
12130
|
+
};
|
|
12131
|
+
optionEndIconType: {
|
|
12132
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
12133
|
+
default: any;
|
|
12134
|
+
};
|
|
11986
12135
|
valueToCopy: {
|
|
11987
12136
|
type: import("vue").PropType<string>;
|
|
11988
12137
|
default: any;
|
|
@@ -12004,7 +12153,10 @@ declare const _default: {
|
|
|
12004
12153
|
default: any;
|
|
12005
12154
|
};
|
|
12006
12155
|
}>> & {
|
|
12156
|
+
onCopyToClipboard?: () => any;
|
|
12157
|
+
onClear?: () => any;
|
|
12007
12158
|
onApply?: (value: unknown) => any;
|
|
12159
|
+
onSelectAll?: () => any;
|
|
12008
12160
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
12009
12161
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
12010
12162
|
onOpened?: () => any;
|
|
@@ -12018,6 +12170,9 @@ declare const _default: {
|
|
|
12018
12170
|
closed: () => void;
|
|
12019
12171
|
opened: () => void;
|
|
12020
12172
|
apply: (value: unknown) => void;
|
|
12173
|
+
selectAll: () => void;
|
|
12174
|
+
clear: () => void;
|
|
12175
|
+
copyToClipboard: () => void;
|
|
12021
12176
|
}, string, {
|
|
12022
12177
|
theme: string;
|
|
12023
12178
|
disabled: boolean;
|
|
@@ -12056,6 +12211,8 @@ declare const _default: {
|
|
|
12056
12211
|
optionIconKey: string;
|
|
12057
12212
|
optionImageKey: string;
|
|
12058
12213
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
12214
|
+
optionEndIconKey: string;
|
|
12215
|
+
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
12059
12216
|
valueToCopy: string;
|
|
12060
12217
|
disabledOptionKey: string;
|
|
12061
12218
|
fullWidth: boolean;
|
|
@@ -12244,6 +12401,14 @@ declare const _default: {
|
|
|
12244
12401
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
12245
12402
|
default: any;
|
|
12246
12403
|
};
|
|
12404
|
+
optionEndIconKey: {
|
|
12405
|
+
type: import("vue").PropType<string>;
|
|
12406
|
+
default: string;
|
|
12407
|
+
};
|
|
12408
|
+
optionEndIconType: {
|
|
12409
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
12410
|
+
default: any;
|
|
12411
|
+
};
|
|
12247
12412
|
valueToCopy: {
|
|
12248
12413
|
type: import("vue").PropType<string>;
|
|
12249
12414
|
default: any;
|
|
@@ -12265,7 +12430,10 @@ declare const _default: {
|
|
|
12265
12430
|
default: any;
|
|
12266
12431
|
};
|
|
12267
12432
|
}>> & {
|
|
12433
|
+
onCopyToClipboard?: () => any;
|
|
12434
|
+
onClear?: () => any;
|
|
12268
12435
|
onApply?: (value: unknown) => any;
|
|
12436
|
+
onSelectAll?: () => any;
|
|
12269
12437
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
12270
12438
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
12271
12439
|
onOpened?: () => any;
|
|
@@ -12440,6 +12608,14 @@ declare const _default: {
|
|
|
12440
12608
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
12441
12609
|
default: any;
|
|
12442
12610
|
};
|
|
12611
|
+
optionEndIconKey: {
|
|
12612
|
+
type: import("vue").PropType<string>;
|
|
12613
|
+
default: string;
|
|
12614
|
+
};
|
|
12615
|
+
optionEndIconType: {
|
|
12616
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
12617
|
+
default: any;
|
|
12618
|
+
};
|
|
12443
12619
|
valueToCopy: {
|
|
12444
12620
|
type: import("vue").PropType<string>;
|
|
12445
12621
|
default: any;
|
|
@@ -12461,7 +12637,10 @@ declare const _default: {
|
|
|
12461
12637
|
default: any;
|
|
12462
12638
|
};
|
|
12463
12639
|
}>> & {
|
|
12640
|
+
onCopyToClipboard?: () => any;
|
|
12641
|
+
onClear?: () => any;
|
|
12464
12642
|
onApply?: (value: unknown) => any;
|
|
12643
|
+
onSelectAll?: () => any;
|
|
12465
12644
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
12466
12645
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
12467
12646
|
onOpened?: () => any;
|
|
@@ -12475,6 +12654,9 @@ declare const _default: {
|
|
|
12475
12654
|
closed: () => void;
|
|
12476
12655
|
opened: () => void;
|
|
12477
12656
|
apply: (value: unknown) => void;
|
|
12657
|
+
selectAll: () => void;
|
|
12658
|
+
clear: () => void;
|
|
12659
|
+
copyToClipboard: () => void;
|
|
12478
12660
|
}, string, {
|
|
12479
12661
|
theme: string;
|
|
12480
12662
|
disabled: boolean;
|
|
@@ -12513,6 +12695,8 @@ declare const _default: {
|
|
|
12513
12695
|
optionIconKey: string;
|
|
12514
12696
|
optionImageKey: string;
|
|
12515
12697
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
12698
|
+
optionEndIconKey: string;
|
|
12699
|
+
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
12516
12700
|
valueToCopy: string;
|
|
12517
12701
|
disabledOptionKey: string;
|
|
12518
12702
|
fullWidth: boolean;
|
|
@@ -13368,6 +13552,8 @@ declare const _default: {
|
|
|
13368
13552
|
optionIconKey: string;
|
|
13369
13553
|
optionImageKey: string;
|
|
13370
13554
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
13555
|
+
optionEndIconKey: string;
|
|
13556
|
+
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
13371
13557
|
valueToCopy: string;
|
|
13372
13558
|
selectedOption: any;
|
|
13373
13559
|
brandIconType: "android" | "ios";
|
|
@@ -13438,6 +13624,14 @@ declare const _default: {
|
|
|
13438
13624
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
13439
13625
|
default: any;
|
|
13440
13626
|
};
|
|
13627
|
+
optionEndIconKey: {
|
|
13628
|
+
type: import("vue").PropType<string>;
|
|
13629
|
+
default: any;
|
|
13630
|
+
};
|
|
13631
|
+
optionEndIconType: {
|
|
13632
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
13633
|
+
default: any;
|
|
13634
|
+
};
|
|
13441
13635
|
valueToCopy: {
|
|
13442
13636
|
type: import("vue").PropType<string>;
|
|
13443
13637
|
default: any;
|
|
@@ -13452,7 +13646,8 @@ declare const _default: {
|
|
|
13452
13646
|
};
|
|
13453
13647
|
}>> & {
|
|
13454
13648
|
onClick?: () => any;
|
|
13455
|
-
|
|
13649
|
+
onCopyToClipboard?: () => any;
|
|
13650
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "disabled" | "size" | "open" | "mandatory" | "loading" | "testId" | "options" | "singleAppSelection" | "placeholder" | "multi" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "valueToCopy" | "selectedOption" | "brandIconType">;
|
|
13456
13651
|
$attrs: {
|
|
13457
13652
|
[x: string]: unknown;
|
|
13458
13653
|
};
|
|
@@ -13464,7 +13659,7 @@ declare const _default: {
|
|
|
13464
13659
|
}>;
|
|
13465
13660
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
13466
13661
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
13467
|
-
$emit: (event: "click") => void;
|
|
13662
|
+
$emit: ((event: "click") => void) & ((event: "copyToClipboard") => void);
|
|
13468
13663
|
$el: any;
|
|
13469
13664
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
13470
13665
|
label: {
|
|
@@ -13533,6 +13728,14 @@ declare const _default: {
|
|
|
13533
13728
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
13534
13729
|
default: any;
|
|
13535
13730
|
};
|
|
13731
|
+
optionEndIconKey: {
|
|
13732
|
+
type: import("vue").PropType<string>;
|
|
13733
|
+
default: any;
|
|
13734
|
+
};
|
|
13735
|
+
optionEndIconType: {
|
|
13736
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
13737
|
+
default: any;
|
|
13738
|
+
};
|
|
13536
13739
|
valueToCopy: {
|
|
13537
13740
|
type: import("vue").PropType<string>;
|
|
13538
13741
|
default: any;
|
|
@@ -13547,8 +13750,10 @@ declare const _default: {
|
|
|
13547
13750
|
};
|
|
13548
13751
|
}>> & {
|
|
13549
13752
|
onClick?: () => any;
|
|
13753
|
+
onCopyToClipboard?: () => any;
|
|
13550
13754
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13551
13755
|
click: () => void;
|
|
13756
|
+
copyToClipboard: () => void;
|
|
13552
13757
|
}, string, {
|
|
13553
13758
|
label: string;
|
|
13554
13759
|
disabled: boolean;
|
|
@@ -13565,6 +13770,8 @@ declare const _default: {
|
|
|
13565
13770
|
optionIconKey: string;
|
|
13566
13771
|
optionImageKey: string;
|
|
13567
13772
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
13773
|
+
optionEndIconKey: string;
|
|
13774
|
+
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
13568
13775
|
valueToCopy: string;
|
|
13569
13776
|
selectedOption: any;
|
|
13570
13777
|
brandIconType: "android" | "ios";
|
|
@@ -13655,6 +13862,14 @@ declare const _default: {
|
|
|
13655
13862
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
13656
13863
|
default: any;
|
|
13657
13864
|
};
|
|
13865
|
+
optionEndIconKey: {
|
|
13866
|
+
type: import("vue").PropType<string>;
|
|
13867
|
+
default: any;
|
|
13868
|
+
};
|
|
13869
|
+
optionEndIconType: {
|
|
13870
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
13871
|
+
default: any;
|
|
13872
|
+
};
|
|
13658
13873
|
valueToCopy: {
|
|
13659
13874
|
type: import("vue").PropType<string>;
|
|
13660
13875
|
default: any;
|
|
@@ -13669,6 +13884,7 @@ declare const _default: {
|
|
|
13669
13884
|
};
|
|
13670
13885
|
}>> & {
|
|
13671
13886
|
onClick?: () => any;
|
|
13887
|
+
onCopyToClipboard?: () => any;
|
|
13672
13888
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
13673
13889
|
__isFragment?: never;
|
|
13674
13890
|
__isTeleport?: never;
|
|
@@ -13740,6 +13956,14 @@ declare const _default: {
|
|
|
13740
13956
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
13741
13957
|
default: any;
|
|
13742
13958
|
};
|
|
13959
|
+
optionEndIconKey: {
|
|
13960
|
+
type: import("vue").PropType<string>;
|
|
13961
|
+
default: any;
|
|
13962
|
+
};
|
|
13963
|
+
optionEndIconType: {
|
|
13964
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
13965
|
+
default: any;
|
|
13966
|
+
};
|
|
13743
13967
|
valueToCopy: {
|
|
13744
13968
|
type: import("vue").PropType<string>;
|
|
13745
13969
|
default: any;
|
|
@@ -13754,8 +13978,10 @@ declare const _default: {
|
|
|
13754
13978
|
};
|
|
13755
13979
|
}>> & {
|
|
13756
13980
|
onClick?: () => any;
|
|
13981
|
+
onCopyToClipboard?: () => any;
|
|
13757
13982
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13758
13983
|
click: () => void;
|
|
13984
|
+
copyToClipboard: () => void;
|
|
13759
13985
|
}, string, {
|
|
13760
13986
|
label: string;
|
|
13761
13987
|
disabled: boolean;
|
|
@@ -13772,6 +13998,8 @@ declare const _default: {
|
|
|
13772
13998
|
optionIconKey: string;
|
|
13773
13999
|
optionImageKey: string;
|
|
13774
14000
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
14001
|
+
optionEndIconKey: string;
|
|
14002
|
+
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
13775
14003
|
valueToCopy: string;
|
|
13776
14004
|
selectedOption: any;
|
|
13777
14005
|
brandIconType: "android" | "ios";
|
|
@@ -13779,6 +14007,7 @@ declare const _default: {
|
|
|
13779
14007
|
$slots: {
|
|
13780
14008
|
image?(_: {}): any;
|
|
13781
14009
|
"icon-start"?(_: {}): any;
|
|
14010
|
+
"icon-end"?(_: {}): any;
|
|
13782
14011
|
};
|
|
13783
14012
|
});
|
|
13784
14013
|
DropdownTypes: () => (({
|
|
@@ -14328,6 +14557,8 @@ declare const _default: {
|
|
|
14328
14557
|
optionIconKey: string;
|
|
14329
14558
|
optionImageKey: string;
|
|
14330
14559
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
14560
|
+
optionEndIconKey: string;
|
|
14561
|
+
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
14331
14562
|
valueToCopy: string;
|
|
14332
14563
|
selectedOption: any;
|
|
14333
14564
|
brandIconType: "android" | "ios";
|
|
@@ -14398,11 +14629,19 @@ declare const _default: {
|
|
|
14398
14629
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
14399
14630
|
default: any;
|
|
14400
14631
|
};
|
|
14401
|
-
|
|
14632
|
+
optionEndIconKey: {
|
|
14402
14633
|
type: import("vue").PropType<string>;
|
|
14403
14634
|
default: any;
|
|
14404
14635
|
};
|
|
14405
|
-
|
|
14636
|
+
optionEndIconType: {
|
|
14637
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
14638
|
+
default: any;
|
|
14639
|
+
};
|
|
14640
|
+
valueToCopy: {
|
|
14641
|
+
type: import("vue").PropType<string>;
|
|
14642
|
+
default: any;
|
|
14643
|
+
};
|
|
14644
|
+
selectedOption: {
|
|
14406
14645
|
type: import("vue").PropType<unknown>;
|
|
14407
14646
|
default: any;
|
|
14408
14647
|
};
|
|
@@ -14412,7 +14651,8 @@ declare const _default: {
|
|
|
14412
14651
|
};
|
|
14413
14652
|
}>> & {
|
|
14414
14653
|
onClick?: () => any;
|
|
14415
|
-
|
|
14654
|
+
onCopyToClipboard?: () => any;
|
|
14655
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "disabled" | "size" | "open" | "mandatory" | "loading" | "testId" | "options" | "singleAppSelection" | "placeholder" | "multi" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "valueToCopy" | "selectedOption" | "brandIconType">;
|
|
14416
14656
|
$attrs: {
|
|
14417
14657
|
[x: string]: unknown;
|
|
14418
14658
|
};
|
|
@@ -14424,7 +14664,7 @@ declare const _default: {
|
|
|
14424
14664
|
}>;
|
|
14425
14665
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
14426
14666
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
14427
|
-
$emit: (event: "click") => void;
|
|
14667
|
+
$emit: ((event: "click") => void) & ((event: "copyToClipboard") => void);
|
|
14428
14668
|
$el: any;
|
|
14429
14669
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
14430
14670
|
label: {
|
|
@@ -14493,6 +14733,14 @@ declare const _default: {
|
|
|
14493
14733
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
14494
14734
|
default: any;
|
|
14495
14735
|
};
|
|
14736
|
+
optionEndIconKey: {
|
|
14737
|
+
type: import("vue").PropType<string>;
|
|
14738
|
+
default: any;
|
|
14739
|
+
};
|
|
14740
|
+
optionEndIconType: {
|
|
14741
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
14742
|
+
default: any;
|
|
14743
|
+
};
|
|
14496
14744
|
valueToCopy: {
|
|
14497
14745
|
type: import("vue").PropType<string>;
|
|
14498
14746
|
default: any;
|
|
@@ -14507,8 +14755,10 @@ declare const _default: {
|
|
|
14507
14755
|
};
|
|
14508
14756
|
}>> & {
|
|
14509
14757
|
onClick?: () => any;
|
|
14758
|
+
onCopyToClipboard?: () => any;
|
|
14510
14759
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14511
14760
|
click: () => void;
|
|
14761
|
+
copyToClipboard: () => void;
|
|
14512
14762
|
}, string, {
|
|
14513
14763
|
label: string;
|
|
14514
14764
|
disabled: boolean;
|
|
@@ -14525,6 +14775,8 @@ declare const _default: {
|
|
|
14525
14775
|
optionIconKey: string;
|
|
14526
14776
|
optionImageKey: string;
|
|
14527
14777
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
14778
|
+
optionEndIconKey: string;
|
|
14779
|
+
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
14528
14780
|
valueToCopy: string;
|
|
14529
14781
|
selectedOption: any;
|
|
14530
14782
|
brandIconType: "android" | "ios";
|
|
@@ -14615,6 +14867,14 @@ declare const _default: {
|
|
|
14615
14867
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
14616
14868
|
default: any;
|
|
14617
14869
|
};
|
|
14870
|
+
optionEndIconKey: {
|
|
14871
|
+
type: import("vue").PropType<string>;
|
|
14872
|
+
default: any;
|
|
14873
|
+
};
|
|
14874
|
+
optionEndIconType: {
|
|
14875
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
14876
|
+
default: any;
|
|
14877
|
+
};
|
|
14618
14878
|
valueToCopy: {
|
|
14619
14879
|
type: import("vue").PropType<string>;
|
|
14620
14880
|
default: any;
|
|
@@ -14629,6 +14889,7 @@ declare const _default: {
|
|
|
14629
14889
|
};
|
|
14630
14890
|
}>> & {
|
|
14631
14891
|
onClick?: () => any;
|
|
14892
|
+
onCopyToClipboard?: () => any;
|
|
14632
14893
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
14633
14894
|
__isFragment?: never;
|
|
14634
14895
|
__isTeleport?: never;
|
|
@@ -14700,6 +14961,14 @@ declare const _default: {
|
|
|
14700
14961
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
14701
14962
|
default: any;
|
|
14702
14963
|
};
|
|
14964
|
+
optionEndIconKey: {
|
|
14965
|
+
type: import("vue").PropType<string>;
|
|
14966
|
+
default: any;
|
|
14967
|
+
};
|
|
14968
|
+
optionEndIconType: {
|
|
14969
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
14970
|
+
default: any;
|
|
14971
|
+
};
|
|
14703
14972
|
valueToCopy: {
|
|
14704
14973
|
type: import("vue").PropType<string>;
|
|
14705
14974
|
default: any;
|
|
@@ -14714,8 +14983,10 @@ declare const _default: {
|
|
|
14714
14983
|
};
|
|
14715
14984
|
}>> & {
|
|
14716
14985
|
onClick?: () => any;
|
|
14986
|
+
onCopyToClipboard?: () => any;
|
|
14717
14987
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14718
14988
|
click: () => void;
|
|
14989
|
+
copyToClipboard: () => void;
|
|
14719
14990
|
}, string, {
|
|
14720
14991
|
label: string;
|
|
14721
14992
|
disabled: boolean;
|
|
@@ -14732,6 +15003,8 @@ declare const _default: {
|
|
|
14732
15003
|
optionIconKey: string;
|
|
14733
15004
|
optionImageKey: string;
|
|
14734
15005
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
15006
|
+
optionEndIconKey: string;
|
|
15007
|
+
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
14735
15008
|
valueToCopy: string;
|
|
14736
15009
|
selectedOption: any;
|
|
14737
15010
|
brandIconType: "android" | "ios";
|
|
@@ -14739,6 +15012,7 @@ declare const _default: {
|
|
|
14739
15012
|
$slots: {
|
|
14740
15013
|
image?(_: {}): any;
|
|
14741
15014
|
"icon-start"?(_: {}): any;
|
|
15015
|
+
"icon-end"?(_: {}): any;
|
|
14742
15016
|
};
|
|
14743
15017
|
})) | ({
|
|
14744
15018
|
new (...args: any[]): {
|
|
@@ -14748,6 +15022,7 @@ declare const _default: {
|
|
|
14748
15022
|
option: any;
|
|
14749
15023
|
disabled: boolean;
|
|
14750
15024
|
active: boolean;
|
|
15025
|
+
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
14751
15026
|
isIndeterminate: boolean;
|
|
14752
15027
|
subtitle: string;
|
|
14753
15028
|
selectAllOption: boolean;
|
|
@@ -14755,6 +15030,7 @@ declare const _default: {
|
|
|
14755
15030
|
imageKey: string;
|
|
14756
15031
|
iconKey: string;
|
|
14757
15032
|
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
15033
|
+
endIconKey: string;
|
|
14758
15034
|
toolTipPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
14759
15035
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
14760
15036
|
option: {
|
|
@@ -14769,6 +15045,10 @@ declare const _default: {
|
|
|
14769
15045
|
type: import("vue").PropType<boolean>;
|
|
14770
15046
|
default: any;
|
|
14771
15047
|
};
|
|
15048
|
+
endIconType: {
|
|
15049
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
15050
|
+
default: string;
|
|
15051
|
+
};
|
|
14772
15052
|
isIndeterminate: {
|
|
14773
15053
|
type: import("vue").PropType<boolean>;
|
|
14774
15054
|
default: boolean;
|
|
@@ -14797,6 +15077,10 @@ declare const _default: {
|
|
|
14797
15077
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
14798
15078
|
default: string;
|
|
14799
15079
|
};
|
|
15080
|
+
endIconKey: {
|
|
15081
|
+
type: import("vue").PropType<string>;
|
|
15082
|
+
default: any;
|
|
15083
|
+
};
|
|
14800
15084
|
toolTipPlacement: {
|
|
14801
15085
|
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
14802
15086
|
default: string;
|
|
@@ -14804,7 +15088,7 @@ declare const _default: {
|
|
|
14804
15088
|
selectedProp: {
|
|
14805
15089
|
type: import("vue").PropType<boolean>;
|
|
14806
15090
|
};
|
|
14807
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "toolTipPlacement">;
|
|
15091
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "endIconKey" | "toolTipPlacement">;
|
|
14808
15092
|
$attrs: {
|
|
14809
15093
|
[x: string]: unknown;
|
|
14810
15094
|
};
|
|
@@ -14831,6 +15115,10 @@ declare const _default: {
|
|
|
14831
15115
|
type: import("vue").PropType<boolean>;
|
|
14832
15116
|
default: any;
|
|
14833
15117
|
};
|
|
15118
|
+
endIconType: {
|
|
15119
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
15120
|
+
default: string;
|
|
15121
|
+
};
|
|
14834
15122
|
isIndeterminate: {
|
|
14835
15123
|
type: import("vue").PropType<boolean>;
|
|
14836
15124
|
default: boolean;
|
|
@@ -14859,6 +15147,10 @@ declare const _default: {
|
|
|
14859
15147
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
14860
15148
|
default: string;
|
|
14861
15149
|
};
|
|
15150
|
+
endIconKey: {
|
|
15151
|
+
type: import("vue").PropType<string>;
|
|
15152
|
+
default: any;
|
|
15153
|
+
};
|
|
14862
15154
|
toolTipPlacement: {
|
|
14863
15155
|
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
14864
15156
|
default: string;
|
|
@@ -14870,6 +15162,7 @@ declare const _default: {
|
|
|
14870
15162
|
option: any;
|
|
14871
15163
|
disabled: boolean;
|
|
14872
15164
|
active: boolean;
|
|
15165
|
+
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
14873
15166
|
isIndeterminate: boolean;
|
|
14874
15167
|
subtitle: string;
|
|
14875
15168
|
selectAllOption: boolean;
|
|
@@ -14877,6 +15170,7 @@ declare const _default: {
|
|
|
14877
15170
|
imageKey: string;
|
|
14878
15171
|
iconKey: string;
|
|
14879
15172
|
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
15173
|
+
endIconKey: string;
|
|
14880
15174
|
toolTipPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
14881
15175
|
}, {}, string> & {
|
|
14882
15176
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -14911,6 +15205,10 @@ declare const _default: {
|
|
|
14911
15205
|
type: import("vue").PropType<boolean>;
|
|
14912
15206
|
default: any;
|
|
14913
15207
|
};
|
|
15208
|
+
endIconType: {
|
|
15209
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
15210
|
+
default: string;
|
|
15211
|
+
};
|
|
14914
15212
|
isIndeterminate: {
|
|
14915
15213
|
type: import("vue").PropType<boolean>;
|
|
14916
15214
|
default: boolean;
|
|
@@ -14939,6 +15237,10 @@ declare const _default: {
|
|
|
14939
15237
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
14940
15238
|
default: string;
|
|
14941
15239
|
};
|
|
15240
|
+
endIconKey: {
|
|
15241
|
+
type: import("vue").PropType<string>;
|
|
15242
|
+
default: any;
|
|
15243
|
+
};
|
|
14942
15244
|
toolTipPlacement: {
|
|
14943
15245
|
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
14944
15246
|
default: string;
|
|
@@ -14963,6 +15265,10 @@ declare const _default: {
|
|
|
14963
15265
|
type: import("vue").PropType<boolean>;
|
|
14964
15266
|
default: any;
|
|
14965
15267
|
};
|
|
15268
|
+
endIconType: {
|
|
15269
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
15270
|
+
default: string;
|
|
15271
|
+
};
|
|
14966
15272
|
isIndeterminate: {
|
|
14967
15273
|
type: import("vue").PropType<boolean>;
|
|
14968
15274
|
default: boolean;
|
|
@@ -14991,6 +15297,10 @@ declare const _default: {
|
|
|
14991
15297
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
14992
15298
|
default: string;
|
|
14993
15299
|
};
|
|
15300
|
+
endIconKey: {
|
|
15301
|
+
type: import("vue").PropType<string>;
|
|
15302
|
+
default: any;
|
|
15303
|
+
};
|
|
14994
15304
|
toolTipPlacement: {
|
|
14995
15305
|
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
14996
15306
|
default: string;
|
|
@@ -15002,6 +15312,7 @@ declare const _default: {
|
|
|
15002
15312
|
option: any;
|
|
15003
15313
|
disabled: boolean;
|
|
15004
15314
|
active: boolean;
|
|
15315
|
+
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
15005
15316
|
isIndeterminate: boolean;
|
|
15006
15317
|
subtitle: string;
|
|
15007
15318
|
selectAllOption: boolean;
|
|
@@ -15009,12 +15320,14 @@ declare const _default: {
|
|
|
15009
15320
|
imageKey: string;
|
|
15010
15321
|
iconKey: string;
|
|
15011
15322
|
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
15323
|
+
endIconKey: string;
|
|
15012
15324
|
toolTipPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
15013
15325
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
15014
15326
|
$slots: {
|
|
15015
15327
|
image?(_: {}): any;
|
|
15016
15328
|
"icon-start"?(_: {}): any;
|
|
15017
15329
|
default?(_: {}): any;
|
|
15330
|
+
"icon-end"?(_: {}): any;
|
|
15018
15331
|
};
|
|
15019
15332
|
})) | import("vue").DefineComponent<{
|
|
15020
15333
|
testId: {
|
|
@@ -15169,6 +15482,8 @@ declare const _default: {
|
|
|
15169
15482
|
optionIconKey: string;
|
|
15170
15483
|
optionImageKey: string;
|
|
15171
15484
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
15485
|
+
optionEndIconKey: string;
|
|
15486
|
+
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
15172
15487
|
valueToCopy: string;
|
|
15173
15488
|
disabledOptionKey: string;
|
|
15174
15489
|
fullWidth: boolean;
|
|
@@ -15337,6 +15652,14 @@ declare const _default: {
|
|
|
15337
15652
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
15338
15653
|
default: any;
|
|
15339
15654
|
};
|
|
15655
|
+
optionEndIconKey: {
|
|
15656
|
+
type: import("vue").PropType<string>;
|
|
15657
|
+
default: string;
|
|
15658
|
+
};
|
|
15659
|
+
optionEndIconType: {
|
|
15660
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
15661
|
+
default: any;
|
|
15662
|
+
};
|
|
15340
15663
|
valueToCopy: {
|
|
15341
15664
|
type: import("vue").PropType<string>;
|
|
15342
15665
|
default: any;
|
|
@@ -15358,12 +15681,15 @@ declare const _default: {
|
|
|
15358
15681
|
default: any;
|
|
15359
15682
|
};
|
|
15360
15683
|
}>> & {
|
|
15684
|
+
onCopyToClipboard?: () => any;
|
|
15685
|
+
onClear?: () => any;
|
|
15361
15686
|
onApply?: (value: unknown) => any;
|
|
15687
|
+
onSelectAll?: () => any;
|
|
15362
15688
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
15363
15689
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
15364
15690
|
onOpened?: () => any;
|
|
15365
15691
|
onClosed?: () => any;
|
|
15366
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "disabled" | "size" | "flip" | "mandatory" | "testId" | "container" | "placement" | "distance" | "popperClass" | "selected" | "onClear" | "modelValue" | "placeholder" | "multi" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "isOnTop" | "skidding" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "valueToCopy" | "disabledOptionKey" | "fullWidth" | "optionsListWidth" | "statusType">;
|
|
15692
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "disabled" | "size" | "flip" | "mandatory" | "testId" | "container" | "placement" | "distance" | "popperClass" | "selected" | "onClear" | "modelValue" | "placeholder" | "multi" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "isOnTop" | "skidding" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "valueToCopy" | "disabledOptionKey" | "fullWidth" | "optionsListWidth" | "statusType">;
|
|
15367
15693
|
$attrs: {
|
|
15368
15694
|
[x: string]: unknown;
|
|
15369
15695
|
};
|
|
@@ -15375,7 +15701,7 @@ declare const _default: {
|
|
|
15375
15701
|
}>;
|
|
15376
15702
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
15377
15703
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
15378
|
-
$emit: ((event: "apply", value: unknown) => void) & ((event: "update:selected", value: unknown) => void) & ((event: "update:isOpen", value: unknown) => void) & ((event: "opened") => void) & ((event: "closed") => void);
|
|
15704
|
+
$emit: ((event: "clear") => void) & ((event: "copyToClipboard") => void) & ((event: "apply", value: unknown) => void) & ((event: "update:selected", value: unknown) => void) & ((event: "update:isOpen", value: unknown) => void) & ((event: "selectAll") => void) & ((event: "opened") => void) & ((event: "closed") => void);
|
|
15379
15705
|
$el: any;
|
|
15380
15706
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
15381
15707
|
theme: {
|
|
@@ -15540,6 +15866,14 @@ declare const _default: {
|
|
|
15540
15866
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
15541
15867
|
default: any;
|
|
15542
15868
|
};
|
|
15869
|
+
optionEndIconKey: {
|
|
15870
|
+
type: import("vue").PropType<string>;
|
|
15871
|
+
default: string;
|
|
15872
|
+
};
|
|
15873
|
+
optionEndIconType: {
|
|
15874
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
15875
|
+
default: any;
|
|
15876
|
+
};
|
|
15543
15877
|
valueToCopy: {
|
|
15544
15878
|
type: import("vue").PropType<string>;
|
|
15545
15879
|
default: any;
|
|
@@ -15561,7 +15895,10 @@ declare const _default: {
|
|
|
15561
15895
|
default: any;
|
|
15562
15896
|
};
|
|
15563
15897
|
}>> & {
|
|
15898
|
+
onCopyToClipboard?: () => any;
|
|
15899
|
+
onClear?: () => any;
|
|
15564
15900
|
onApply?: (value: unknown) => any;
|
|
15901
|
+
onSelectAll?: () => any;
|
|
15565
15902
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
15566
15903
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
15567
15904
|
onOpened?: () => any;
|
|
@@ -15575,6 +15912,9 @@ declare const _default: {
|
|
|
15575
15912
|
closed: () => void;
|
|
15576
15913
|
opened: () => void;
|
|
15577
15914
|
apply: (value: unknown) => void;
|
|
15915
|
+
selectAll: () => void;
|
|
15916
|
+
clear: () => void;
|
|
15917
|
+
copyToClipboard: () => void;
|
|
15578
15918
|
}, string, {
|
|
15579
15919
|
theme: string;
|
|
15580
15920
|
disabled: boolean;
|
|
@@ -15613,6 +15953,8 @@ declare const _default: {
|
|
|
15613
15953
|
optionIconKey: string;
|
|
15614
15954
|
optionImageKey: string;
|
|
15615
15955
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
15956
|
+
optionEndIconKey: string;
|
|
15957
|
+
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
15616
15958
|
valueToCopy: string;
|
|
15617
15959
|
disabledOptionKey: string;
|
|
15618
15960
|
fullWidth: boolean;
|
|
@@ -15801,6 +16143,14 @@ declare const _default: {
|
|
|
15801
16143
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
15802
16144
|
default: any;
|
|
15803
16145
|
};
|
|
16146
|
+
optionEndIconKey: {
|
|
16147
|
+
type: import("vue").PropType<string>;
|
|
16148
|
+
default: string;
|
|
16149
|
+
};
|
|
16150
|
+
optionEndIconType: {
|
|
16151
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
16152
|
+
default: any;
|
|
16153
|
+
};
|
|
15804
16154
|
valueToCopy: {
|
|
15805
16155
|
type: import("vue").PropType<string>;
|
|
15806
16156
|
default: any;
|
|
@@ -15822,7 +16172,10 @@ declare const _default: {
|
|
|
15822
16172
|
default: any;
|
|
15823
16173
|
};
|
|
15824
16174
|
}>> & {
|
|
16175
|
+
onCopyToClipboard?: () => any;
|
|
16176
|
+
onClear?: () => any;
|
|
15825
16177
|
onApply?: (value: unknown) => any;
|
|
16178
|
+
onSelectAll?: () => any;
|
|
15826
16179
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
15827
16180
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
15828
16181
|
onOpened?: () => any;
|
|
@@ -15997,6 +16350,14 @@ declare const _default: {
|
|
|
15997
16350
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
15998
16351
|
default: any;
|
|
15999
16352
|
};
|
|
16353
|
+
optionEndIconKey: {
|
|
16354
|
+
type: import("vue").PropType<string>;
|
|
16355
|
+
default: string;
|
|
16356
|
+
};
|
|
16357
|
+
optionEndIconType: {
|
|
16358
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
16359
|
+
default: any;
|
|
16360
|
+
};
|
|
16000
16361
|
valueToCopy: {
|
|
16001
16362
|
type: import("vue").PropType<string>;
|
|
16002
16363
|
default: any;
|
|
@@ -16018,7 +16379,10 @@ declare const _default: {
|
|
|
16018
16379
|
default: any;
|
|
16019
16380
|
};
|
|
16020
16381
|
}>> & {
|
|
16382
|
+
onCopyToClipboard?: () => any;
|
|
16383
|
+
onClear?: () => any;
|
|
16021
16384
|
onApply?: (value: unknown) => any;
|
|
16385
|
+
onSelectAll?: () => any;
|
|
16022
16386
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
16023
16387
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
16024
16388
|
onOpened?: () => any;
|
|
@@ -16032,6 +16396,9 @@ declare const _default: {
|
|
|
16032
16396
|
closed: () => void;
|
|
16033
16397
|
opened: () => void;
|
|
16034
16398
|
apply: (value: unknown) => void;
|
|
16399
|
+
selectAll: () => void;
|
|
16400
|
+
clear: () => void;
|
|
16401
|
+
copyToClipboard: () => void;
|
|
16035
16402
|
}, string, {
|
|
16036
16403
|
theme: string;
|
|
16037
16404
|
disabled: boolean;
|
|
@@ -16070,6 +16437,8 @@ declare const _default: {
|
|
|
16070
16437
|
optionIconKey: string;
|
|
16071
16438
|
optionImageKey: string;
|
|
16072
16439
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
16440
|
+
optionEndIconKey: string;
|
|
16441
|
+
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
16073
16442
|
valueToCopy: string;
|
|
16074
16443
|
disabledOptionKey: string;
|
|
16075
16444
|
fullWidth: boolean;
|
|
@@ -16183,6 +16552,7 @@ declare const _default: {
|
|
|
16183
16552
|
option: any;
|
|
16184
16553
|
disabled: boolean;
|
|
16185
16554
|
active: boolean;
|
|
16555
|
+
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
16186
16556
|
isIndeterminate: boolean;
|
|
16187
16557
|
subtitle: string;
|
|
16188
16558
|
selectAllOption: boolean;
|
|
@@ -16190,6 +16560,7 @@ declare const _default: {
|
|
|
16190
16560
|
imageKey: string;
|
|
16191
16561
|
iconKey: string;
|
|
16192
16562
|
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
16563
|
+
endIconKey: string;
|
|
16193
16564
|
toolTipPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
16194
16565
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
16195
16566
|
option: {
|
|
@@ -16204,6 +16575,10 @@ declare const _default: {
|
|
|
16204
16575
|
type: import("vue").PropType<boolean>;
|
|
16205
16576
|
default: any;
|
|
16206
16577
|
};
|
|
16578
|
+
endIconType: {
|
|
16579
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
16580
|
+
default: string;
|
|
16581
|
+
};
|
|
16207
16582
|
isIndeterminate: {
|
|
16208
16583
|
type: import("vue").PropType<boolean>;
|
|
16209
16584
|
default: boolean;
|
|
@@ -16232,6 +16607,10 @@ declare const _default: {
|
|
|
16232
16607
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
16233
16608
|
default: string;
|
|
16234
16609
|
};
|
|
16610
|
+
endIconKey: {
|
|
16611
|
+
type: import("vue").PropType<string>;
|
|
16612
|
+
default: any;
|
|
16613
|
+
};
|
|
16235
16614
|
toolTipPlacement: {
|
|
16236
16615
|
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
16237
16616
|
default: string;
|
|
@@ -16239,7 +16618,7 @@ declare const _default: {
|
|
|
16239
16618
|
selectedProp: {
|
|
16240
16619
|
type: import("vue").PropType<boolean>;
|
|
16241
16620
|
};
|
|
16242
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "toolTipPlacement">;
|
|
16621
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "endIconKey" | "toolTipPlacement">;
|
|
16243
16622
|
$attrs: {
|
|
16244
16623
|
[x: string]: unknown;
|
|
16245
16624
|
};
|
|
@@ -16266,6 +16645,10 @@ declare const _default: {
|
|
|
16266
16645
|
type: import("vue").PropType<boolean>;
|
|
16267
16646
|
default: any;
|
|
16268
16647
|
};
|
|
16648
|
+
endIconType: {
|
|
16649
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
16650
|
+
default: string;
|
|
16651
|
+
};
|
|
16269
16652
|
isIndeterminate: {
|
|
16270
16653
|
type: import("vue").PropType<boolean>;
|
|
16271
16654
|
default: boolean;
|
|
@@ -16294,6 +16677,10 @@ declare const _default: {
|
|
|
16294
16677
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
16295
16678
|
default: string;
|
|
16296
16679
|
};
|
|
16680
|
+
endIconKey: {
|
|
16681
|
+
type: import("vue").PropType<string>;
|
|
16682
|
+
default: any;
|
|
16683
|
+
};
|
|
16297
16684
|
toolTipPlacement: {
|
|
16298
16685
|
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
16299
16686
|
default: string;
|
|
@@ -16305,6 +16692,7 @@ declare const _default: {
|
|
|
16305
16692
|
option: any;
|
|
16306
16693
|
disabled: boolean;
|
|
16307
16694
|
active: boolean;
|
|
16695
|
+
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
16308
16696
|
isIndeterminate: boolean;
|
|
16309
16697
|
subtitle: string;
|
|
16310
16698
|
selectAllOption: boolean;
|
|
@@ -16312,6 +16700,7 @@ declare const _default: {
|
|
|
16312
16700
|
imageKey: string;
|
|
16313
16701
|
iconKey: string;
|
|
16314
16702
|
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
16703
|
+
endIconKey: string;
|
|
16315
16704
|
toolTipPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
16316
16705
|
}, {}, string> & {
|
|
16317
16706
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -16346,6 +16735,10 @@ declare const _default: {
|
|
|
16346
16735
|
type: import("vue").PropType<boolean>;
|
|
16347
16736
|
default: any;
|
|
16348
16737
|
};
|
|
16738
|
+
endIconType: {
|
|
16739
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
16740
|
+
default: string;
|
|
16741
|
+
};
|
|
16349
16742
|
isIndeterminate: {
|
|
16350
16743
|
type: import("vue").PropType<boolean>;
|
|
16351
16744
|
default: boolean;
|
|
@@ -16374,6 +16767,10 @@ declare const _default: {
|
|
|
16374
16767
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
16375
16768
|
default: string;
|
|
16376
16769
|
};
|
|
16770
|
+
endIconKey: {
|
|
16771
|
+
type: import("vue").PropType<string>;
|
|
16772
|
+
default: any;
|
|
16773
|
+
};
|
|
16377
16774
|
toolTipPlacement: {
|
|
16378
16775
|
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
16379
16776
|
default: string;
|
|
@@ -16398,6 +16795,10 @@ declare const _default: {
|
|
|
16398
16795
|
type: import("vue").PropType<boolean>;
|
|
16399
16796
|
default: any;
|
|
16400
16797
|
};
|
|
16798
|
+
endIconType: {
|
|
16799
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
16800
|
+
default: string;
|
|
16801
|
+
};
|
|
16401
16802
|
isIndeterminate: {
|
|
16402
16803
|
type: import("vue").PropType<boolean>;
|
|
16403
16804
|
default: boolean;
|
|
@@ -16426,6 +16827,10 @@ declare const _default: {
|
|
|
16426
16827
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
16427
16828
|
default: string;
|
|
16428
16829
|
};
|
|
16830
|
+
endIconKey: {
|
|
16831
|
+
type: import("vue").PropType<string>;
|
|
16832
|
+
default: any;
|
|
16833
|
+
};
|
|
16429
16834
|
toolTipPlacement: {
|
|
16430
16835
|
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
16431
16836
|
default: string;
|
|
@@ -16437,6 +16842,7 @@ declare const _default: {
|
|
|
16437
16842
|
option: any;
|
|
16438
16843
|
disabled: boolean;
|
|
16439
16844
|
active: boolean;
|
|
16845
|
+
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
16440
16846
|
isIndeterminate: boolean;
|
|
16441
16847
|
subtitle: string;
|
|
16442
16848
|
selectAllOption: boolean;
|
|
@@ -16444,12 +16850,14 @@ declare const _default: {
|
|
|
16444
16850
|
imageKey: string;
|
|
16445
16851
|
iconKey: string;
|
|
16446
16852
|
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
16853
|
+
endIconKey: string;
|
|
16447
16854
|
toolTipPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
16448
16855
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
16449
16856
|
$slots: {
|
|
16450
16857
|
image?(_: {}): any;
|
|
16451
16858
|
"icon-start"?(_: {}): any;
|
|
16452
16859
|
default?(_: {}): any;
|
|
16860
|
+
"icon-end"?(_: {}): any;
|
|
16453
16861
|
};
|
|
16454
16862
|
});
|
|
16455
16863
|
Label: {
|
|
@@ -17497,284 +17905,90 @@ declare const _default: {
|
|
|
17497
17905
|
iconName: string;
|
|
17498
17906
|
tooltipText: string;
|
|
17499
17907
|
}>;
|
|
17500
|
-
Switch: {
|
|
17501
|
-
|
|
17502
|
-
|
|
17503
|
-
|
|
17504
|
-
|
|
17505
|
-
|
|
17506
|
-
|
|
17507
|
-
|
|
17508
|
-
|
|
17509
|
-
|
|
17510
|
-
|
|
17511
|
-
|
|
17512
|
-
|
|
17513
|
-
|
|
17514
|
-
|
|
17515
|
-
};
|
|
17516
|
-
options: {
|
|
17517
|
-
type: import("vue").PropType<string[]>;
|
|
17518
|
-
required: true;
|
|
17519
|
-
};
|
|
17520
|
-
modelValue: {
|
|
17521
|
-
type: import("vue").PropType<string>;
|
|
17522
|
-
required: true;
|
|
17523
|
-
};
|
|
17524
|
-
}>> & {
|
|
17525
|
-
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
17526
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "size" | "testId">;
|
|
17527
|
-
$attrs: {
|
|
17528
|
-
[x: string]: unknown;
|
|
17529
|
-
};
|
|
17530
|
-
$refs: {
|
|
17531
|
-
[x: string]: unknown;
|
|
17532
|
-
};
|
|
17533
|
-
$slots: Readonly<{
|
|
17534
|
-
[name: string]: import("vue").Slot;
|
|
17535
|
-
}>;
|
|
17536
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
17537
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
17538
|
-
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
17539
|
-
$el: any;
|
|
17540
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
17541
|
-
size: {
|
|
17542
|
-
type: import("vue").PropType<"sm" | "lg">;
|
|
17543
|
-
default: string;
|
|
17544
|
-
};
|
|
17545
|
-
testId: {
|
|
17546
|
-
type: import("vue").PropType<string>;
|
|
17547
|
-
default: string;
|
|
17548
|
-
};
|
|
17549
|
-
options: {
|
|
17550
|
-
type: import("vue").PropType<string[]>;
|
|
17551
|
-
required: true;
|
|
17552
|
-
};
|
|
17553
|
-
modelValue: {
|
|
17554
|
-
type: import("vue").PropType<string>;
|
|
17555
|
-
required: true;
|
|
17556
|
-
};
|
|
17557
|
-
}>> & {
|
|
17558
|
-
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
17559
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
17560
|
-
"update:modelValue": (...args: any[]) => void;
|
|
17561
|
-
}, string, {
|
|
17562
|
-
size: "sm" | "lg";
|
|
17563
|
-
testId: string;
|
|
17564
|
-
}, {}, string> & {
|
|
17565
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
17566
|
-
created?: (() => void) | (() => void)[];
|
|
17567
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
17568
|
-
mounted?: (() => void) | (() => void)[];
|
|
17569
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
17570
|
-
updated?: (() => void) | (() => void)[];
|
|
17571
|
-
activated?: (() => void) | (() => void)[];
|
|
17572
|
-
deactivated?: (() => void) | (() => void)[];
|
|
17573
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
17574
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
17575
|
-
destroyed?: (() => void) | (() => void)[];
|
|
17576
|
-
unmounted?: (() => void) | (() => void)[];
|
|
17577
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
17578
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
17579
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
|
|
17580
|
-
};
|
|
17581
|
-
$forceUpdate: () => void;
|
|
17582
|
-
$nextTick: typeof import("vue").nextTick;
|
|
17583
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
|
17584
|
-
} & Readonly<import("vue").ExtractPropTypes<{
|
|
17585
|
-
size: {
|
|
17586
|
-
type: import("vue").PropType<"sm" | "lg">;
|
|
17587
|
-
default: string;
|
|
17588
|
-
};
|
|
17589
|
-
testId: {
|
|
17590
|
-
type: import("vue").PropType<string>;
|
|
17591
|
-
default: string;
|
|
17592
|
-
};
|
|
17593
|
-
options: {
|
|
17594
|
-
type: import("vue").PropType<string[]>;
|
|
17595
|
-
required: true;
|
|
17596
|
-
};
|
|
17597
|
-
modelValue: {
|
|
17598
|
-
type: import("vue").PropType<string>;
|
|
17599
|
-
required: true;
|
|
17600
|
-
};
|
|
17601
|
-
}>> & {
|
|
17602
|
-
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
17603
|
-
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
17604
|
-
__isFragment?: never;
|
|
17605
|
-
__isTeleport?: never;
|
|
17606
|
-
__isSuspense?: never;
|
|
17607
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
17608
|
-
size: {
|
|
17609
|
-
type: import("vue").PropType<"sm" | "lg">;
|
|
17908
|
+
Switch: import("vue").DefineComponent<{
|
|
17909
|
+
testId: {
|
|
17910
|
+
type: import("vue").PropType<string>;
|
|
17911
|
+
default: string;
|
|
17912
|
+
};
|
|
17913
|
+
options: {
|
|
17914
|
+
type: import("vue").PropType<unknown[]>;
|
|
17915
|
+
required: true;
|
|
17916
|
+
};
|
|
17917
|
+
modelValue: {
|
|
17918
|
+
type: import("vue").PropType<unknown>;
|
|
17919
|
+
required: true;
|
|
17920
|
+
};
|
|
17921
|
+
iconKey: {
|
|
17922
|
+
type: import("vue").PropType<string>;
|
|
17610
17923
|
default: string;
|
|
17611
17924
|
};
|
|
17925
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
17926
|
+
"update:modelValue": (...args: any[]) => void;
|
|
17927
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17612
17928
|
testId: {
|
|
17613
17929
|
type: import("vue").PropType<string>;
|
|
17614
17930
|
default: string;
|
|
17615
17931
|
};
|
|
17616
17932
|
options: {
|
|
17617
|
-
type: import("vue").PropType<
|
|
17933
|
+
type: import("vue").PropType<unknown[]>;
|
|
17618
17934
|
required: true;
|
|
17619
17935
|
};
|
|
17620
17936
|
modelValue: {
|
|
17621
|
-
type: import("vue").PropType<
|
|
17937
|
+
type: import("vue").PropType<unknown>;
|
|
17622
17938
|
required: true;
|
|
17623
17939
|
};
|
|
17940
|
+
iconKey: {
|
|
17941
|
+
type: import("vue").PropType<string>;
|
|
17942
|
+
default: string;
|
|
17943
|
+
};
|
|
17624
17944
|
}>> & {
|
|
17625
17945
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
17626
|
-
}, {
|
|
17627
|
-
"update:modelValue": (...args: any[]) => void;
|
|
17628
|
-
}, string, {
|
|
17629
|
-
size: "sm" | "lg";
|
|
17946
|
+
}, {
|
|
17630
17947
|
testId: string;
|
|
17631
|
-
|
|
17632
|
-
|
|
17633
|
-
|
|
17634
|
-
|
|
17635
|
-
|
|
17636
|
-
|
|
17948
|
+
iconKey: string;
|
|
17949
|
+
}>;
|
|
17950
|
+
SwitchTypes: () => import("vue").DefineComponent<{
|
|
17951
|
+
testId: {
|
|
17952
|
+
type: import("vue").PropType<string>;
|
|
17953
|
+
default: string;
|
|
17637
17954
|
};
|
|
17638
|
-
|
|
17639
|
-
|
|
17640
|
-
|
|
17641
|
-
|
|
17642
|
-
|
|
17643
|
-
|
|
17644
|
-
|
|
17645
|
-
|
|
17646
|
-
|
|
17647
|
-
|
|
17648
|
-
type: import("vue").PropType<"sm" | "lg">;
|
|
17649
|
-
default: string;
|
|
17650
|
-
};
|
|
17651
|
-
testId: {
|
|
17652
|
-
type: import("vue").PropType<string>;
|
|
17653
|
-
default: string;
|
|
17654
|
-
};
|
|
17655
|
-
options: {
|
|
17656
|
-
type: import("vue").PropType<string[]>;
|
|
17657
|
-
required: true;
|
|
17658
|
-
};
|
|
17659
|
-
modelValue: {
|
|
17660
|
-
type: import("vue").PropType<string>;
|
|
17661
|
-
required: true;
|
|
17662
|
-
};
|
|
17663
|
-
}>> & {
|
|
17664
|
-
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
17665
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "size" | "testId">;
|
|
17666
|
-
$attrs: {
|
|
17667
|
-
[x: string]: unknown;
|
|
17668
|
-
};
|
|
17669
|
-
$refs: {
|
|
17670
|
-
[x: string]: unknown;
|
|
17671
|
-
};
|
|
17672
|
-
$slots: Readonly<{
|
|
17673
|
-
[name: string]: import("vue").Slot;
|
|
17674
|
-
}>;
|
|
17675
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
17676
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
17677
|
-
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
17678
|
-
$el: any;
|
|
17679
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
17680
|
-
size: {
|
|
17681
|
-
type: import("vue").PropType<"sm" | "lg">;
|
|
17682
|
-
default: string;
|
|
17683
|
-
};
|
|
17684
|
-
testId: {
|
|
17685
|
-
type: import("vue").PropType<string>;
|
|
17686
|
-
default: string;
|
|
17687
|
-
};
|
|
17688
|
-
options: {
|
|
17689
|
-
type: import("vue").PropType<string[]>;
|
|
17690
|
-
required: true;
|
|
17691
|
-
};
|
|
17692
|
-
modelValue: {
|
|
17693
|
-
type: import("vue").PropType<string>;
|
|
17694
|
-
required: true;
|
|
17695
|
-
};
|
|
17696
|
-
}>> & {
|
|
17697
|
-
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
17698
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
17699
|
-
"update:modelValue": (...args: any[]) => void;
|
|
17700
|
-
}, string, {
|
|
17701
|
-
size: "sm" | "lg";
|
|
17702
|
-
testId: string;
|
|
17703
|
-
}, {}, string> & {
|
|
17704
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
17705
|
-
created?: (() => void) | (() => void)[];
|
|
17706
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
17707
|
-
mounted?: (() => void) | (() => void)[];
|
|
17708
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
17709
|
-
updated?: (() => void) | (() => void)[];
|
|
17710
|
-
activated?: (() => void) | (() => void)[];
|
|
17711
|
-
deactivated?: (() => void) | (() => void)[];
|
|
17712
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
17713
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
17714
|
-
destroyed?: (() => void) | (() => void)[];
|
|
17715
|
-
unmounted?: (() => void) | (() => void)[];
|
|
17716
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
17717
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
17718
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
|
|
17719
|
-
};
|
|
17720
|
-
$forceUpdate: () => void;
|
|
17721
|
-
$nextTick: typeof import("vue").nextTick;
|
|
17722
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
|
17723
|
-
} & Readonly<import("vue").ExtractPropTypes<{
|
|
17724
|
-
size: {
|
|
17725
|
-
type: import("vue").PropType<"sm" | "lg">;
|
|
17726
|
-
default: string;
|
|
17727
|
-
};
|
|
17728
|
-
testId: {
|
|
17729
|
-
type: import("vue").PropType<string>;
|
|
17730
|
-
default: string;
|
|
17731
|
-
};
|
|
17732
|
-
options: {
|
|
17733
|
-
type: import("vue").PropType<string[]>;
|
|
17734
|
-
required: true;
|
|
17735
|
-
};
|
|
17736
|
-
modelValue: {
|
|
17737
|
-
type: import("vue").PropType<string>;
|
|
17738
|
-
required: true;
|
|
17739
|
-
};
|
|
17740
|
-
}>> & {
|
|
17741
|
-
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
17742
|
-
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
17743
|
-
__isFragment?: never;
|
|
17744
|
-
__isTeleport?: never;
|
|
17745
|
-
__isSuspense?: never;
|
|
17746
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
17747
|
-
size: {
|
|
17748
|
-
type: import("vue").PropType<"sm" | "lg">;
|
|
17955
|
+
options: {
|
|
17956
|
+
type: import("vue").PropType<unknown[]>;
|
|
17957
|
+
required: true;
|
|
17958
|
+
};
|
|
17959
|
+
modelValue: {
|
|
17960
|
+
type: import("vue").PropType<unknown>;
|
|
17961
|
+
required: true;
|
|
17962
|
+
};
|
|
17963
|
+
iconKey: {
|
|
17964
|
+
type: import("vue").PropType<string>;
|
|
17749
17965
|
default: string;
|
|
17750
17966
|
};
|
|
17967
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
17968
|
+
"update:modelValue": (...args: any[]) => void;
|
|
17969
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17751
17970
|
testId: {
|
|
17752
17971
|
type: import("vue").PropType<string>;
|
|
17753
17972
|
default: string;
|
|
17754
17973
|
};
|
|
17755
17974
|
options: {
|
|
17756
|
-
type: import("vue").PropType<
|
|
17975
|
+
type: import("vue").PropType<unknown[]>;
|
|
17757
17976
|
required: true;
|
|
17758
17977
|
};
|
|
17759
17978
|
modelValue: {
|
|
17760
|
-
type: import("vue").PropType<
|
|
17979
|
+
type: import("vue").PropType<unknown>;
|
|
17761
17980
|
required: true;
|
|
17762
17981
|
};
|
|
17982
|
+
iconKey: {
|
|
17983
|
+
type: import("vue").PropType<string>;
|
|
17984
|
+
default: string;
|
|
17985
|
+
};
|
|
17763
17986
|
}>> & {
|
|
17764
17987
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
17765
|
-
}, {
|
|
17766
|
-
"update:modelValue": (...args: any[]) => void;
|
|
17767
|
-
}, string, {
|
|
17768
|
-
size: "sm" | "lg";
|
|
17988
|
+
}, {
|
|
17769
17989
|
testId: string;
|
|
17770
|
-
|
|
17771
|
-
|
|
17772
|
-
default?(_: {
|
|
17773
|
-
option: string;
|
|
17774
|
-
selected: boolean;
|
|
17775
|
-
}): any;
|
|
17776
|
-
};
|
|
17777
|
-
}))[];
|
|
17990
|
+
iconKey: string;
|
|
17991
|
+
}>[];
|
|
17778
17992
|
Chip: {
|
|
17779
17993
|
new (...args: any[]): {
|
|
17780
17994
|
$: import("vue").ComponentInternalInstance;
|
|
@@ -18111,3 +18325,4 @@ export * from '@/components/datePicker';
|
|
|
18111
18325
|
export * from '@/components/banner';
|
|
18112
18326
|
export * from '@/components/alert';
|
|
18113
18327
|
export * from '@/components/autocomplete';
|
|
18328
|
+
export * from '@/components/chart';
|