@ironsource/shared-ui 2.1.12-rc.4 → 2.1.12-rc.41
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/ButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_adb49e50_lang.css +1 -0
- package/ButtonFilterDropdownTrigger.vue_vue_type_style_index_0_scoped_0198fee8_lang.css +1 -0
- package/ButtonV4.vue_vue_type_style_index_0_scoped_852be7ec_lang.css +1 -0
- package/Chart.vue_vue_type_style_index_0_scoped_3da25a36_lang.css +1 -0
- package/ChartHeader.vue_vue_type_style_index_0_scoped_af520313_lang.css +1 -0
- package/ChartHeaderTrend.vue_vue_type_style_index_0_scoped_2f916aeb_lang.css +1 -0
- package/ChartLegend.vue_vue_type_style_index_0_scoped_6103d8bd_lang.css +1 -0
- package/ChartPlane.vue_vue_type_style_index_0_scoped_dd60ff0e_lang.css +1 -0
- package/ChartTooltip.vue_vue_type_style_index_0_scoped_3d0780bb_lang.css +1 -0
- package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_38354f10_lang.css +1 -0
- package/ColumnPicker.vue_vue_type_style_index_0_scoped_ea8c7024_lang.css +1 -0
- package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_f5204c04_lang.css +1 -0
- package/DataGrid.vue_vue_type_style_index_0_scoped_da7631e0_lang.css +1 -0
- package/DataGridHeader.vue_vue_type_style_index_0_scoped_840e700c_lang.css +1 -0
- package/DataGridRowsCounter.vue_vue_type_style_index_0_scoped_e38c881a_lang.css +1 -0
- package/DateRangeV4.vue_vue_type_style_index_0_scoped_a849128a_lang.css +1 -0
- package/DialogFooter.vue_vue_type_style_index_0_scoped_8b7f64fe_lang.css +1 -0
- package/DialogHeader.vue_vue_type_style_index_0_scoped_9a814ec3_lang.css +1 -0
- package/DialogV4.vue_vue_type_style_index_0_scoped_cc99f1e3_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_0_scoped_55dd36a7_lang.css +1 -0
- package/FieldLabel.vue_vue_type_style_index_0_scoped_921d4087_lang.css +1 -0
- package/FormRow.vue_vue_type_style_index_0_scoped_2d5a3057_lang.css +1 -0
- package/IconButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_99e51ecc_lang.css +1 -0
- package/Link.vue_vue_type_style_index_0_scoped_ad98fe7b_lang.css +1 -0
- package/MultipleDataGrid.vue_vue_type_style_index_0_scoped_3caa1d7b_lang.css +1 -0
- package/OptionChip.vue_vue_type_style_index_0_scoped_538e4a21_lang.css +1 -0
- package/OptionV4.vue_vue_type_style_index_0_scoped_752a357d_lang.css +1 -0
- package/RadioButton.vue_vue_type_style_index_0_scoped_dac25b9f_lang.css +1 -0
- package/RemoveButton.vue_vue_type_style_index_0_scoped_ca7fc11d_lang.css +1 -0
- package/SettingsHeader.vue_vue_type_style_index_0_scoped_01f78cd7_lang.css +1 -0
- package/SortableItem.vue_vue_type_style_index_0_scoped_800cd503_lang.css +1 -0
- package/SortableItemLabel.vue_vue_type_style_index_0_scoped_a534c7af_lang.css +1 -0
- package/SortableList.vue_vue_type_style_index_0_scoped_84dc8525_lang.css +1 -0
- package/SubHeader.vue_vue_type_style_index_0_scoped_e6008b6c_lang.css +1 -0
- package/SwitchV4.vue_vue_type_style_index_0_scoped_cd6621a7_lang.css +1 -0
- package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_2076b5ab_lang.css +1 -0
- package/Tooltip.vue_vue_type_style_index_0_scoped_20630944_lang.css +1 -0
- package/TooltipHeader.vue_vue_type_style_index_0_scoped_da3532aa_lang.css +1 -0
- package/TooltipV4.vue_vue_type_style_index_0_scoped_8a451e54_lang.css +1 -0
- package/TooltipV4.vue_vue_type_style_index_1_lang.css +1 -1
- package/TreeDropdown.vue_vue_type_style_index_0_scoped_4ba9e4bd_lang.css +1 -0
- package/components/appIcon/index.d.ts +3 -3
- package/components/banner/Banner.vue.d.ts +3 -3
- package/components/banner/index.d.ts +7 -7
- package/components/button/common/consts.d.ts +1 -0
- package/components/button/v3/Button.vue.d.ts +3 -3
- package/components/button/v3/ButtonBase.vue.d.ts +3 -3
- package/components/button/v3/IconButton.vue.d.ts +3 -3
- package/components/button/v3/index.d.ts +14 -14
- package/components/button/v4/ButtonV4.vue.d.ts +5 -3
- package/components/button/v4/ButtonV4.vue.js +4 -4
- package/components/button/v4/ButtonV4.vue2.js +28 -27
- package/components/button/v4/ToggleButtonGroupAB.vue.js +3 -3
- package/components/button/v4/ToggleButtonGroupAB.vue2.js +40 -44
- package/components/chart/Chart.vue.d.ts +168 -37
- package/components/chart/Chart.vue.js +2 -2
- package/components/chart/Chart.vue2.js +154 -297
- package/components/chart/ChartHeader.vue.d.ts +50 -11
- package/components/chart/ChartHeader.vue.js +3 -3
- package/components/chart/ChartHeader.vue2.js +73 -54
- package/components/chart/ChartHeaderTrend.vue.d.ts +48 -0
- package/components/chart/ChartHeaderTrend.vue.js +7 -0
- package/components/chart/ChartHeaderTrend.vue2.js +97 -0
- package/components/chart/ChartLegend.vue.d.ts +24 -0
- package/components/chart/ChartLegend.vue.js +3 -3
- package/components/chart/ChartLegend.vue2.js +82 -63
- package/components/chart/ChartPlane.vue.d.ts +236 -0
- package/components/chart/ChartPlane.vue.js +7 -0
- package/components/chart/ChartPlane.vue2.js +381 -0
- package/components/chart/ChartStoryArgs.d.ts +196 -0
- package/components/chart/ChartTooltip.vue.d.ts +22 -2
- package/components/chart/ChartTooltip.vue.js +2 -2
- package/components/chart/ChartTooltip.vue2.js +51 -56
- package/components/chart/LegendSorting.vue.d.ts +37 -0
- package/components/chart/LegendSorting.vue.js +45 -0
- package/components/chart/LegendSorting.vue2.js +4 -0
- package/components/chart/SettingsHeader.vue.d.ts +1 -0
- package/components/chart/SettingsHeader.vue.js +3 -3
- package/components/chart/SettingsHeader.vue2.js +17 -16
- package/components/chart/SubHeader.vue.d.ts +52 -0
- package/components/chart/SubHeader.vue.js +7 -0
- package/components/chart/SubHeader.vue2.js +61 -0
- package/components/chart/TooltipHeader.vue.d.ts +50 -0
- package/components/chart/TooltipHeader.vue.js +7 -0
- package/components/chart/TooltipHeader.vue2.js +69 -0
- package/components/chart/colorPalette.d.ts +5 -0
- package/components/chart/colorPalette.js +68 -0
- package/components/chart/composables/useChartHeight.d.ts +5 -0
- package/components/chart/composables/useChartHeight.js +24 -0
- package/components/chart/composables/useColorsMap.d.ts +12 -0
- package/components/chart/composables/useColorsMap.js +48 -0
- package/components/chart/composables/useTooltipPosition.d.ts +1 -1
- package/components/chart/composables/useTooltipPosition.js +11 -15
- package/components/chart/consts.d.ts +33 -7
- package/components/chart/consts.js +46 -22
- package/components/chart/index.d.ts +592 -119
- package/components/chart/mockData.d.ts +59 -5
- package/components/chart/types.d.ts +39 -6
- package/components/chart/types.js +5 -2
- package/components/chart/utils/formatNumber.d.ts +0 -1
- package/components/chart/utils/highlightUtils.d.ts +3 -0
- package/components/chart/utils/highlightUtils.js +18 -0
- package/components/chart/utils/utils.d.ts +3 -3
- package/components/chart/utils/utils.js +25 -10
- package/components/checkbox/v3/Checkbox.vue.d.ts +3 -3
- package/components/checkbox/v3/index.d.ts +7 -7
- package/components/columnPicker/ColumnPicker.vue.d.ts +119 -0
- package/components/columnPicker/ColumnPicker.vue.js +7 -0
- package/components/columnPicker/ColumnPicker.vue2.js +322 -0
- package/components/columnPicker/OptionChip.vue.d.ts +53 -0
- package/components/columnPicker/OptionChip.vue.js +7 -0
- package/components/columnPicker/OptionChip.vue2.js +46 -0
- package/components/columnPicker/RemoveButton.vue.d.ts +38 -0
- package/components/columnPicker/RemoveButton.vue.js +7 -0
- package/components/columnPicker/RemoveButton.vue2.js +35 -0
- package/components/columnPicker/index.d.ts +388 -0
- package/components/columnPicker/index.js +6 -0
- package/components/columnPicker/mockData.d.ts +8 -0
- package/components/dateRange/common/DateRange.common.js +100 -94
- package/components/dateRange/common/DateServices.common.d.ts +7 -1
- package/components/dateRange/common/DateServices.common.js +88 -92
- package/components/dateRange/common/consts.common.d.ts +5 -0
- package/components/dateRange/common/consts.common.js +9 -3
- package/components/dateRange/v3/DateRange.vue.d.ts +3 -3
- package/components/dateRange/v3/DateRangePicker.vue.d.ts +3 -3
- package/components/dateRange/v3/index.d.ts +7 -7
- package/components/dateRange/v4/DateRangePickerV4.vue.d.ts +3 -3
- package/components/dateRange/v4/DateRangeV4.vue.d.ts +3 -3
- package/components/dateRange/v4/DateRangeV4.vue.js +2 -2
- package/components/dateRange/v4/DateRangeV4.vue2.js +1 -1
- package/components/dateRange/v4/index.d.ts +7 -7
- package/components/dialog/v3/Dialog.vue.d.ts +3 -3
- package/components/dialog/v3/index.d.ts +46 -46
- package/components/dialog/v4/DialogFooter.vue.d.ts +78 -0
- package/components/dialog/v4/DialogFooter.vue.js +7 -0
- package/components/dialog/v4/DialogFooter.vue2.js +60 -0
- package/components/dialog/v4/DialogHeader.vue.d.ts +60 -0
- package/components/dialog/v4/DialogHeader.vue.js +7 -0
- package/components/dialog/v4/DialogHeader.vue2.js +58 -0
- package/components/dialog/v4/DialogV4.vue.d.ts +13 -12
- package/components/dialog/v4/DialogV4.vue.js +4 -4
- package/components/dialog/v4/DialogV4.vue2.js +65 -107
- package/components/dialog/v4/index.d.ts +164 -164
- package/components/dropdown/common/Dropdown.common.d.ts +1 -0
- package/components/dropdown/common/Dropdown.common.js +161 -149
- package/components/dropdown/v3/Dropdown.vue.d.ts +1 -1
- package/components/dropdown/v3/index.d.ts +20 -20
- package/components/dropdown/v4/ButtonDropdownTrigger.vue.d.ts +1 -0
- package/components/dropdown/v4/ButtonDropdownTrigger.vue.js +3 -3
- package/components/dropdown/v4/ButtonDropdownTrigger.vue2.js +16 -13
- package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue.js +2 -2
- package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue2.js +1 -1
- package/components/dropdown/v4/ChipDropdownTrigger.vue.d.ts +5 -0
- package/components/dropdown/v4/ChipDropdownTrigger.vue.js +3 -3
- package/components/dropdown/v4/ChipDropdownTrigger.vue2.js +64 -54
- package/components/dropdown/v4/ConditionalDropdown.vue.d.ts +22 -9
- package/components/dropdown/v4/ConditionalDropdown.vue.js +3 -3
- package/components/dropdown/v4/ConditionalDropdown.vue2.js +144 -122
- package/components/dropdown/v4/DropdownV4.vue.d.ts +34 -1
- package/components/dropdown/v4/DropdownV4.vue.js +2 -2
- package/components/dropdown/v4/DropdownV4.vue2.js +241 -189
- package/components/dropdown/v4/IconButtonDropdownTrigger.vue.d.ts +11 -0
- package/components/dropdown/v4/IconButtonDropdownTrigger.vue.js +4 -4
- package/components/dropdown/v4/IconButtonDropdownTrigger.vue2.js +12 -10
- package/components/dropdown/v4/OptionV4.vue.d.ts +23 -5
- package/components/dropdown/v4/OptionV4.vue.js +3 -3
- package/components/dropdown/v4/OptionV4.vue2.js +162 -117
- package/components/dropdown/v4/TreeDropdown.vue.d.ts +1 -1
- package/components/dropdown/v4/TreeDropdown.vue.js +2 -2
- package/components/dropdown/v4/TreeDropdown.vue2.js +68 -73
- package/components/dropdown/v4/dropdownStoryArgs.d.ts +8 -0
- package/components/dropdown/v4/index.d.ts +701 -162
- package/components/emptyState/v4/EmptyStateV4.vue.d.ts +3 -3
- package/components/emptyState/v4/index.d.ts +7 -7
- package/components/forms/FormRow.vue.d.ts +9 -2
- package/components/forms/FormRow.vue.js +3 -3
- package/components/forms/FormRow.vue2.js +25 -14
- package/components/forms/index.d.ts +25 -5
- package/components/includeExclude/IncludeExclude.vue.d.ts +1 -1
- package/components/includeExclude/IncludeExcludeDragDrop.vue.d.ts +1 -1
- package/components/includeExclude/index.d.ts +40 -40
- package/components/link/Link.vue.d.ts +70 -0
- package/components/link/Link.vue.js +7 -0
- package/components/link/Link.vue2.js +43 -0
- package/components/link/index.d.ts +201 -0
- package/components/link/index.js +6 -0
- package/components/radioButton/v3/RadioButton.vue.d.ts +5 -0
- package/components/radioButton/v3/RadioButton.vue.js +3 -3
- package/components/radioButton/v3/RadioButton.vue2.js +42 -39
- package/components/radioButton/v3/index.d.ts +20 -1
- package/components/search/v3/index.d.ts +3 -3
- package/components/shared/FieldLabel.vue.d.ts +19 -7
- package/components/shared/FieldLabel.vue.js +3 -3
- package/components/shared/FieldLabel.vue2.js +50 -37
- package/components/sortableList/SortableItem.vue.d.ts +17 -2
- package/components/sortableList/SortableItem.vue.js +3 -3
- package/components/sortableList/SortableItem.vue2.js +86 -70
- package/components/sortableList/SortableItemLabel.vue.js +3 -3
- package/components/sortableList/SortableItemLabel.vue2.js +26 -23
- package/components/sortableList/SortableList.types.d.ts +1 -0
- package/components/sortableList/SortableList.vue.d.ts +10 -0
- package/components/sortableList/SortableList.vue.js +3 -3
- package/components/sortableList/SortableList.vue2.js +104 -96
- package/components/sortableList/composables/useHoverEffect.js +1 -1
- package/components/sortableList/index.d.ts +39 -1
- package/components/switch/v4/SwitchV4.vue.d.ts +16 -0
- package/components/switch/v4/SwitchV4.vue.js +3 -3
- package/components/switch/v4/SwitchV4.vue2.js +39 -24
- package/components/switch/v4/index.d.ts +29 -0
- package/components/table/common/Table.common.d.ts +0 -1
- package/components/table/common/Table.common.js +38 -39
- package/components/table/common/Table.types.d.ts +2 -0
- package/components/table/common/consts.d.ts +1 -0
- package/components/table/common/consts.js +2 -1
- package/components/table/v4/DataGrid.vue.d.ts +18 -7
- package/components/table/v4/DataGrid.vue.js +3 -3
- package/components/table/v4/DataGrid.vue2.js +300 -250
- package/components/table/v4/DataGridHeader.vue.d.ts +85 -0
- package/components/table/v4/DataGridHeader.vue.js +7 -0
- package/components/table/v4/DataGridHeader.vue2.js +82 -0
- package/components/table/v4/DataGridRowsCounter.vue.js +3 -3
- package/components/table/v4/DataGridRowsCounter.vue2.js +12 -12
- package/components/table/v4/MultipleDataGrid.vue.d.ts +8 -7
- package/components/table/v4/MultipleDataGrid.vue.js +2 -2
- package/components/table/v4/MultipleDataGrid.vue2.js +91 -90
- package/components/table/v4/index.d.ts +575 -293
- package/components/table/v4/index.js +7 -4
- package/components/table/v4/storyUtils.d.ts +27 -0
- package/components/tabs/v3/Tabs.vue.d.ts +3 -3
- package/components/tabs/v3/index.d.ts +7 -7
- package/components/tooltip/common/Tooltip.types.d.ts +1 -0
- package/components/tooltip/v3/Tooltip.vue.d.ts +4 -4
- package/components/tooltip/v3/Tooltip.vue.js +2 -2
- package/components/tooltip/v3/Tooltip.vue2.js +1 -1
- package/components/tooltip/v3/index.d.ts +7 -7
- package/components/tooltip/v4/TooltipV4.vue.d.ts +9 -4
- package/components/tooltip/v4/TooltipV4.vue.js +2 -2
- package/components/tooltip/v4/TooltipV4.vue2.js +18 -17
- package/components/tooltip/v4/index.d.ts +27 -8
- package/components/typography/Text.vue.d.ts +3 -3
- package/components/typography/index.d.ts +7 -7
- package/composables/useDateService.d.ts +7 -0
- package/composables/useDateService.js +10 -0
- package/composables/useFormValidation.d.ts +1 -0
- package/composables/useFormValidation.js +32 -27
- package/composables/useFullPageHeight.d.ts +10 -0
- package/composables/useFullPageHeight.js +15 -0
- package/consts/common.d.ts +1 -0
- package/consts/common.js +4 -0
- package/consts/regex.d.ts +1 -0
- package/consts/regex.js +2 -1
- package/index.d.ts +4185 -2363
- package/index.js +148 -132
- package/mocks/apps.d.ts +1 -0
- package/mocks/optionsWithIcons.d.ts +2 -0
- package/package.json +13 -1
- package/testids/index.d.ts +8 -0
- package/testids/index.js +35 -33
- package/utils/date.d.ts +1 -0
- package/utils/date.js +9 -0
- package/utils/formatNumbers.d.ts +1 -1
- package/utils/formatNumbers.js +37 -7
- package/utils/index.js +7 -0
- package/utils/text.d.ts +3 -0
- package/utils/text.js +24 -5
- package/utils/totals.d.ts +5 -0
- package/utils/totals.js +9 -0
- package/utils/utils.d.ts +1 -0
- package/utils/utils.js +4 -0
- package/ButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_604dfc6f_lang.css +0 -1
- package/ButtonFilterDropdownTrigger.vue_vue_type_style_index_0_scoped_ea1c4589_lang.css +0 -1
- package/ButtonV4.vue_vue_type_style_index_0_scoped_bdfce3aa_lang.css +0 -1
- package/Chart.vue_vue_type_style_index_0_scoped_a641383a_lang.css +0 -1
- package/ChartHeader.vue_vue_type_style_index_0_scoped_b8213498_lang.css +0 -1
- package/ChartLegend.vue_vue_type_style_index_0_scoped_4fe1c7d1_lang.css +0 -1
- package/ChartTooltip.vue_vue_type_style_index_0_scoped_6744325c_lang.css +0 -1
- package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_e43ac1c9_lang.css +0 -1
- package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_96c7507e_lang.css +0 -1
- package/DataGrid.vue_vue_type_style_index_0_scoped_6b54ac22_lang.css +0 -1
- package/DataGridRowsCounter.vue_vue_type_style_index_0_scoped_ef699ec5_lang.css +0 -1
- package/DateRangeV4.vue_vue_type_style_index_0_scoped_8a2714eb_lang.css +0 -1
- package/DialogV4.vue_vue_type_style_index_0_scoped_37da643b_lang.css +0 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_d154c5da_lang.css +0 -1
- package/FieldLabel.vue_vue_type_style_index_0_scoped_96ee1c98_lang.css +0 -1
- package/FormRow.vue_vue_type_style_index_0_scoped_fc3897fd_lang.css +0 -1
- package/IconButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_59fb505a_lang.css +0 -1
- package/MultipleDataGrid.vue_vue_type_style_index_0_scoped_020a9896_lang.css +0 -1
- package/OptionV4.vue_vue_type_style_index_0_scoped_1e8837dc_lang.css +0 -1
- package/RadioButton.vue_vue_type_style_index_0_scoped_3c6b715c_lang.css +0 -1
- package/SettingsHeader.vue_vue_type_style_index_0_scoped_9b6cd9d9_lang.css +0 -1
- package/SortableItem.vue_vue_type_style_index_0_scoped_48542664_lang.css +0 -1
- package/SortableItemLabel.vue_vue_type_style_index_0_scoped_f2ced2f4_lang.css +0 -1
- package/SortableList.vue_vue_type_style_index_0_scoped_8f267f88_lang.css +0 -1
- package/SwitchV4.vue_vue_type_style_index_0_scoped_c2e356f5_lang.css +0 -1
- package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_c81a7d3e_lang.css +0 -1
- package/Tooltip.vue_vue_type_style_index_0_scoped_9020a179_lang.css +0 -1
- package/TooltipV4.vue_vue_type_style_index_0_scoped_66eab856_lang.css +0 -1
- package/TreeDropdown.vue_vue_type_style_index_0_scoped_b883d1fa_lang.css +0 -1
- package/components/chart/composables/useChartValues.d.ts +0 -12
- package/components/chart/composables/useChartValues.js +0 -32
- package/components/chart/utils/formatNumber.js +0 -11
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
2
2
|
title?: string;
|
|
3
3
|
subtitle?: string;
|
|
4
|
-
variant?: "error" | "no-access" | "no-results" | "no-data" | "files"
|
|
4
|
+
variant?: "error" | "settings" | "no-access" | "no-results" | "no-data" | "files";
|
|
5
5
|
buttonText?: string;
|
|
6
6
|
iconName?: string;
|
|
7
7
|
iconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -19,7 +19,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
19
19
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
20
20
|
title?: string;
|
|
21
21
|
subtitle?: string;
|
|
22
|
-
variant?: "error" | "no-access" | "no-results" | "no-data" | "files"
|
|
22
|
+
variant?: "error" | "settings" | "no-access" | "no-results" | "no-data" | "files";
|
|
23
23
|
buttonText?: string;
|
|
24
24
|
iconName?: string;
|
|
25
25
|
iconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -36,7 +36,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
36
36
|
onClick?: () => any;
|
|
37
37
|
}, {
|
|
38
38
|
title: string;
|
|
39
|
-
variant: "error" | "no-access" | "no-results" | "no-data" | "files"
|
|
39
|
+
variant: "error" | "settings" | "no-access" | "no-results" | "no-data" | "files";
|
|
40
40
|
iconName: string;
|
|
41
41
|
iconSize: string;
|
|
42
42
|
subtitle: string;
|
|
@@ -5,7 +5,7 @@ declare const EmptyStateTypes: () => ({
|
|
|
5
5
|
$data: {};
|
|
6
6
|
$props: Partial<{
|
|
7
7
|
title: string;
|
|
8
|
-
variant: "error" | "no-access" | "no-results" | "no-data" | "files"
|
|
8
|
+
variant: "error" | "settings" | "no-access" | "no-results" | "no-data" | "files";
|
|
9
9
|
iconName: string;
|
|
10
10
|
iconSize: string;
|
|
11
11
|
subtitle: string;
|
|
@@ -17,7 +17,7 @@ declare const EmptyStateTypes: () => ({
|
|
|
17
17
|
default: string;
|
|
18
18
|
};
|
|
19
19
|
variant: {
|
|
20
|
-
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files"
|
|
20
|
+
type: import("vue").PropType<"error" | "settings" | "no-access" | "no-results" | "no-data" | "files">;
|
|
21
21
|
default: string;
|
|
22
22
|
};
|
|
23
23
|
iconName: {
|
|
@@ -62,7 +62,7 @@ declare const EmptyStateTypes: () => ({
|
|
|
62
62
|
default: string;
|
|
63
63
|
};
|
|
64
64
|
variant: {
|
|
65
|
-
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files"
|
|
65
|
+
type: import("vue").PropType<"error" | "settings" | "no-access" | "no-results" | "no-data" | "files">;
|
|
66
66
|
default: string;
|
|
67
67
|
};
|
|
68
68
|
iconName: {
|
|
@@ -91,7 +91,7 @@ declare const EmptyStateTypes: () => ({
|
|
|
91
91
|
click: () => void;
|
|
92
92
|
}, string, {
|
|
93
93
|
title: string;
|
|
94
|
-
variant: "error" | "no-access" | "no-results" | "no-data" | "files"
|
|
94
|
+
variant: "error" | "settings" | "no-access" | "no-results" | "no-data" | "files";
|
|
95
95
|
iconName: string;
|
|
96
96
|
iconSize: string;
|
|
97
97
|
subtitle: string;
|
|
@@ -123,7 +123,7 @@ declare const EmptyStateTypes: () => ({
|
|
|
123
123
|
default: string;
|
|
124
124
|
};
|
|
125
125
|
variant: {
|
|
126
|
-
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files"
|
|
126
|
+
type: import("vue").PropType<"error" | "settings" | "no-access" | "no-results" | "no-data" | "files">;
|
|
127
127
|
default: string;
|
|
128
128
|
};
|
|
129
129
|
iconName: {
|
|
@@ -158,7 +158,7 @@ declare const EmptyStateTypes: () => ({
|
|
|
158
158
|
default: string;
|
|
159
159
|
};
|
|
160
160
|
variant: {
|
|
161
|
-
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files"
|
|
161
|
+
type: import("vue").PropType<"error" | "settings" | "no-access" | "no-results" | "no-data" | "files">;
|
|
162
162
|
default: string;
|
|
163
163
|
};
|
|
164
164
|
iconName: {
|
|
@@ -187,7 +187,7 @@ declare const EmptyStateTypes: () => ({
|
|
|
187
187
|
click: () => void;
|
|
188
188
|
}, string, {
|
|
189
189
|
title: string;
|
|
190
|
-
variant: "error" | "no-access" | "no-results" | "no-data" | "files"
|
|
190
|
+
variant: "error" | "settings" | "no-access" | "no-results" | "no-data" | "files";
|
|
191
191
|
iconName: string;
|
|
192
192
|
iconSize: string;
|
|
193
193
|
subtitle: string;
|
|
@@ -1,34 +1,41 @@
|
|
|
1
|
+
import { TooltipTriggers } from '@/components/tooltip/common/Tooltip.types';
|
|
1
2
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
2
3
|
label: string;
|
|
3
4
|
mandatory?: boolean;
|
|
4
5
|
testId?: string;
|
|
5
6
|
hoverHelpText?: string;
|
|
6
7
|
hoverHelpTextPlacement?: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
8
|
+
helpTextIconTooltipTrigger?: TooltipTriggers[];
|
|
7
9
|
}>, {
|
|
8
10
|
label: string;
|
|
9
11
|
mandatory: boolean;
|
|
10
12
|
testId: string;
|
|
11
|
-
hoverHelpText:
|
|
13
|
+
hoverHelpText: any;
|
|
12
14
|
hoverHelpTextPlacement: string;
|
|
15
|
+
helpTextIconTooltipTrigger: () => string[];
|
|
13
16
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
14
17
|
label: string;
|
|
15
18
|
mandatory?: boolean;
|
|
16
19
|
testId?: string;
|
|
17
20
|
hoverHelpText?: string;
|
|
18
21
|
hoverHelpTextPlacement?: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
22
|
+
helpTextIconTooltipTrigger?: TooltipTriggers[];
|
|
19
23
|
}>, {
|
|
20
24
|
label: string;
|
|
21
25
|
mandatory: boolean;
|
|
22
26
|
testId: string;
|
|
23
|
-
hoverHelpText:
|
|
27
|
+
hoverHelpText: any;
|
|
24
28
|
hoverHelpTextPlacement: string;
|
|
29
|
+
helpTextIconTooltipTrigger: () => string[];
|
|
25
30
|
}>>>, {
|
|
26
31
|
label: string;
|
|
27
32
|
testId: string;
|
|
28
33
|
mandatory: boolean;
|
|
29
34
|
hoverHelpText: string;
|
|
30
35
|
hoverHelpTextPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
36
|
+
helpTextIconTooltipTrigger: TooltipTriggers[];
|
|
31
37
|
}>, {
|
|
38
|
+
"icon-tooltip-content"?(_: {}): any;
|
|
32
39
|
default?(_: {}): any;
|
|
33
40
|
}>;
|
|
34
41
|
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./FormRow.vue2.js";
|
|
2
2
|
/* empty css */import _ from "../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
// import "../../FormRow.
|
|
4
|
-
const
|
|
3
|
+
// import "../../FormRow.vue_vue_type_style_index_0_scoped_2d5a3057_lang.css"; //*');
|
|
4
|
+
const p = /* @__PURE__ */ _(o, [["__scopeId", "data-v-2d5a3057"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
p as default
|
|
7
7
|
};
|
|
@@ -1,34 +1,45 @@
|
|
|
1
|
-
import "../../FormRow.
|
|
2
|
-
import
|
|
3
|
-
const
|
|
1
|
+
import "../../FormRow.vue_vue_type_style_index_0_scoped_2d5a3057_lang.css"; import { defineComponent as r, useSlots as i, openBlock as o, createElementBlock as l, createVNode as c, createSlots as d, unref as s, withCtx as h, renderSlot as n, createCommentVNode as m, createElementVNode as p } from "vue";
|
|
2
|
+
import u from "../shared/FieldLabel.vue.js";
|
|
3
|
+
const f = { class: "form-row" }, v = {
|
|
4
4
|
key: 0,
|
|
5
5
|
class: "label-container"
|
|
6
|
-
},
|
|
6
|
+
}, x = { class: "content" }, y = /* @__PURE__ */ r({
|
|
7
7
|
__name: "FormRow",
|
|
8
8
|
props: {
|
|
9
9
|
label: { default: "" },
|
|
10
10
|
mandatory: { type: Boolean, default: !1 },
|
|
11
11
|
testId: { default: "" },
|
|
12
|
-
hoverHelpText: { default:
|
|
13
|
-
hoverHelpTextPlacement: { default: "top" }
|
|
12
|
+
hoverHelpText: { default: null },
|
|
13
|
+
hoverHelpTextPlacement: { default: "top" },
|
|
14
|
+
helpTextIconTooltipTrigger: { default: () => ["hover"] }
|
|
14
15
|
},
|
|
15
16
|
setup(e) {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
17
|
+
const a = i();
|
|
18
|
+
return (t, T) => (o(), l("div", f, [
|
|
19
|
+
e.label ? (o(), l("div", v, [
|
|
20
|
+
c(u, {
|
|
19
21
|
label: e.label,
|
|
20
22
|
mandatory: e.mandatory,
|
|
21
23
|
"hover-help-text": e.hoverHelpText,
|
|
22
24
|
"hover-help-text-placement": e.hoverHelpTextPlacement,
|
|
25
|
+
"help-text-icon-tooltip-trigger": e.helpTextIconTooltipTrigger,
|
|
23
26
|
"test-id": e.testId
|
|
24
|
-
},
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
27
|
+
}, d({ _: 2 }, [
|
|
28
|
+
s(a)["icon-tooltip-content"] ? {
|
|
29
|
+
name: "icon-tooltip-content",
|
|
30
|
+
fn: h(() => [
|
|
31
|
+
n(t.$slots, "icon-tooltip-content", {}, void 0, !0)
|
|
32
|
+
]),
|
|
33
|
+
key: "0"
|
|
34
|
+
} : void 0
|
|
35
|
+
]), 1032, ["label", "mandatory", "hover-help-text", "hover-help-text-placement", "help-text-icon-tooltip-trigger", "test-id"])
|
|
36
|
+
])) : m("", !0),
|
|
37
|
+
p("div", x, [
|
|
38
|
+
n(t.$slots, "default", {}, void 0, !0)
|
|
28
39
|
])
|
|
29
40
|
]));
|
|
30
41
|
}
|
|
31
42
|
});
|
|
32
43
|
export {
|
|
33
|
-
|
|
44
|
+
y as default
|
|
34
45
|
};
|
|
@@ -404,6 +404,7 @@ declare const FormCardTypes: () => (({
|
|
|
404
404
|
mandatory: boolean;
|
|
405
405
|
hoverHelpText: string;
|
|
406
406
|
hoverHelpTextPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
407
|
+
helpTextIconTooltipTrigger: import("../tooltip/common/Tooltip.types").TooltipTriggers[];
|
|
407
408
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
408
409
|
label: {
|
|
409
410
|
type: import("vue").PropType<string>;
|
|
@@ -420,13 +421,17 @@ declare const FormCardTypes: () => (({
|
|
|
420
421
|
};
|
|
421
422
|
hoverHelpText: {
|
|
422
423
|
type: import("vue").PropType<string>;
|
|
423
|
-
default:
|
|
424
|
+
default: any;
|
|
424
425
|
};
|
|
425
426
|
hoverHelpTextPlacement: {
|
|
426
427
|
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
427
428
|
default: string;
|
|
428
429
|
};
|
|
429
|
-
|
|
430
|
+
helpTextIconTooltipTrigger: {
|
|
431
|
+
type: import("vue").PropType<import("../tooltip/common/Tooltip.types").TooltipTriggers[]>;
|
|
432
|
+
default: () => string[];
|
|
433
|
+
};
|
|
434
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "testId" | "mandatory" | "hoverHelpText" | "hoverHelpTextPlacement" | "helpTextIconTooltipTrigger">;
|
|
430
435
|
$attrs: {
|
|
431
436
|
[x: string]: unknown;
|
|
432
437
|
};
|
|
@@ -456,18 +461,23 @@ declare const FormCardTypes: () => (({
|
|
|
456
461
|
};
|
|
457
462
|
hoverHelpText: {
|
|
458
463
|
type: import("vue").PropType<string>;
|
|
459
|
-
default:
|
|
464
|
+
default: any;
|
|
460
465
|
};
|
|
461
466
|
hoverHelpTextPlacement: {
|
|
462
467
|
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
463
468
|
default: string;
|
|
464
469
|
};
|
|
470
|
+
helpTextIconTooltipTrigger: {
|
|
471
|
+
type: import("vue").PropType<import("../tooltip/common/Tooltip.types").TooltipTriggers[]>;
|
|
472
|
+
default: () => string[];
|
|
473
|
+
};
|
|
465
474
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
466
475
|
label: string;
|
|
467
476
|
testId: string;
|
|
468
477
|
mandatory: boolean;
|
|
469
478
|
hoverHelpText: string;
|
|
470
479
|
hoverHelpTextPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
480
|
+
helpTextIconTooltipTrigger: import("../tooltip/common/Tooltip.types").TooltipTriggers[];
|
|
471
481
|
}, {}, string> & {
|
|
472
482
|
beforeCreate?: (() => void) | (() => void)[];
|
|
473
483
|
created?: (() => void) | (() => void)[];
|
|
@@ -504,12 +514,16 @@ declare const FormCardTypes: () => (({
|
|
|
504
514
|
};
|
|
505
515
|
hoverHelpText: {
|
|
506
516
|
type: import("vue").PropType<string>;
|
|
507
|
-
default:
|
|
517
|
+
default: any;
|
|
508
518
|
};
|
|
509
519
|
hoverHelpTextPlacement: {
|
|
510
520
|
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
511
521
|
default: string;
|
|
512
522
|
};
|
|
523
|
+
helpTextIconTooltipTrigger: {
|
|
524
|
+
type: import("vue").PropType<import("../tooltip/common/Tooltip.types").TooltipTriggers[]>;
|
|
525
|
+
default: () => string[];
|
|
526
|
+
};
|
|
513
527
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
514
528
|
__isFragment?: never;
|
|
515
529
|
__isTeleport?: never;
|
|
@@ -530,20 +544,26 @@ declare const FormCardTypes: () => (({
|
|
|
530
544
|
};
|
|
531
545
|
hoverHelpText: {
|
|
532
546
|
type: import("vue").PropType<string>;
|
|
533
|
-
default:
|
|
547
|
+
default: any;
|
|
534
548
|
};
|
|
535
549
|
hoverHelpTextPlacement: {
|
|
536
550
|
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
537
551
|
default: string;
|
|
538
552
|
};
|
|
553
|
+
helpTextIconTooltipTrigger: {
|
|
554
|
+
type: import("vue").PropType<import("../tooltip/common/Tooltip.types").TooltipTriggers[]>;
|
|
555
|
+
default: () => string[];
|
|
556
|
+
};
|
|
539
557
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
540
558
|
label: string;
|
|
541
559
|
testId: string;
|
|
542
560
|
mandatory: boolean;
|
|
543
561
|
hoverHelpText: string;
|
|
544
562
|
hoverHelpTextPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
563
|
+
helpTextIconTooltipTrigger: import("../tooltip/common/Tooltip.types").TooltipTriggers[];
|
|
545
564
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
546
565
|
$slots: {
|
|
566
|
+
"icon-tooltip-content"?(_: {}): any;
|
|
547
567
|
default?(_: {}): any;
|
|
548
568
|
};
|
|
549
569
|
})))[];
|
|
@@ -87,13 +87,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
87
87
|
loading: boolean;
|
|
88
88
|
autoFocus: boolean;
|
|
89
89
|
hasSubtitle: boolean;
|
|
90
|
+
showClearAll: boolean;
|
|
90
91
|
defaultOpen: boolean;
|
|
91
92
|
isOnTop: boolean;
|
|
92
93
|
onSearch: (option: any, term: string) => boolean;
|
|
93
94
|
searchPlaceholder: string;
|
|
94
95
|
titleText: string;
|
|
95
96
|
alwayesOpen: boolean;
|
|
96
|
-
showClearAll: boolean;
|
|
97
97
|
distanceOffset: number;
|
|
98
98
|
skiddingOffset: number;
|
|
99
99
|
}>, {
|
|
@@ -94,13 +94,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
94
94
|
loading: boolean;
|
|
95
95
|
autoFocus: boolean;
|
|
96
96
|
hasSubtitle: boolean;
|
|
97
|
+
showClearAll: boolean;
|
|
97
98
|
defaultOpen: boolean;
|
|
98
99
|
isOnTop: boolean;
|
|
99
100
|
onSearch: (option: any, term: string) => boolean;
|
|
100
101
|
searchPlaceholder: string;
|
|
101
102
|
titleText: string;
|
|
102
103
|
alwayesOpen: boolean;
|
|
103
|
-
showClearAll: boolean;
|
|
104
104
|
distanceOffset: number;
|
|
105
105
|
skiddingOffset: number;
|
|
106
106
|
isDraggable: boolean;
|
|
@@ -17,13 +17,13 @@ declare const IncludeExcludeTypes: () => (({
|
|
|
17
17
|
loading: boolean;
|
|
18
18
|
autoFocus: boolean;
|
|
19
19
|
hasSubtitle: boolean;
|
|
20
|
+
showClearAll: boolean;
|
|
20
21
|
defaultOpen: boolean;
|
|
21
22
|
isOnTop: boolean;
|
|
22
23
|
onSearch: (option: any, term: string) => boolean;
|
|
23
24
|
searchPlaceholder: string;
|
|
24
25
|
titleText: string;
|
|
25
26
|
alwayesOpen: boolean;
|
|
26
|
-
showClearAll: boolean;
|
|
27
27
|
distanceOffset: number;
|
|
28
28
|
skiddingOffset: number;
|
|
29
29
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -63,6 +63,10 @@ declare const IncludeExcludeTypes: () => (({
|
|
|
63
63
|
type: import("vue").PropType<boolean>;
|
|
64
64
|
default: boolean;
|
|
65
65
|
};
|
|
66
|
+
showClearAll: {
|
|
67
|
+
type: import("vue").PropType<boolean>;
|
|
68
|
+
default: boolean;
|
|
69
|
+
};
|
|
66
70
|
defaultOpen: {
|
|
67
71
|
type: import("vue").PropType<boolean>;
|
|
68
72
|
default: boolean;
|
|
@@ -90,10 +94,6 @@ declare const IncludeExcludeTypes: () => (({
|
|
|
90
94
|
type: import("vue").PropType<boolean>;
|
|
91
95
|
default: boolean;
|
|
92
96
|
};
|
|
93
|
-
showClearAll: {
|
|
94
|
-
type: import("vue").PropType<boolean>;
|
|
95
|
-
default: boolean;
|
|
96
|
-
};
|
|
97
97
|
distanceOffset: {
|
|
98
98
|
type: import("vue").PropType<number>;
|
|
99
99
|
default: number;
|
|
@@ -108,7 +108,7 @@ declare const IncludeExcludeTypes: () => (({
|
|
|
108
108
|
};
|
|
109
109
|
}>> & {
|
|
110
110
|
"onUpdate:modelValue"?: (value: unknown) => any;
|
|
111
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "placement" | "disabled" | "distance" | "loading" | "autoFocus" | "hasSubtitle" | "defaultOpen" | "isOnTop" | "onSearch" | "searchPlaceholder" | "titleText" | "alwayesOpen" | "
|
|
111
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "placement" | "disabled" | "distance" | "loading" | "autoFocus" | "hasSubtitle" | "showClearAll" | "defaultOpen" | "isOnTop" | "onSearch" | "searchPlaceholder" | "titleText" | "alwayesOpen" | "distanceOffset" | "skiddingOffset">;
|
|
112
112
|
$attrs: {
|
|
113
113
|
[x: string]: unknown;
|
|
114
114
|
};
|
|
@@ -159,6 +159,10 @@ declare const IncludeExcludeTypes: () => (({
|
|
|
159
159
|
type: import("vue").PropType<boolean>;
|
|
160
160
|
default: boolean;
|
|
161
161
|
};
|
|
162
|
+
showClearAll: {
|
|
163
|
+
type: import("vue").PropType<boolean>;
|
|
164
|
+
default: boolean;
|
|
165
|
+
};
|
|
162
166
|
defaultOpen: {
|
|
163
167
|
type: import("vue").PropType<boolean>;
|
|
164
168
|
default: boolean;
|
|
@@ -186,10 +190,6 @@ declare const IncludeExcludeTypes: () => (({
|
|
|
186
190
|
type: import("vue").PropType<boolean>;
|
|
187
191
|
default: boolean;
|
|
188
192
|
};
|
|
189
|
-
showClearAll: {
|
|
190
|
-
type: import("vue").PropType<boolean>;
|
|
191
|
-
default: boolean;
|
|
192
|
-
};
|
|
193
193
|
distanceOffset: {
|
|
194
194
|
type: import("vue").PropType<number>;
|
|
195
195
|
default: number;
|
|
@@ -214,13 +214,13 @@ declare const IncludeExcludeTypes: () => (({
|
|
|
214
214
|
loading: boolean;
|
|
215
215
|
autoFocus: boolean;
|
|
216
216
|
hasSubtitle: boolean;
|
|
217
|
+
showClearAll: boolean;
|
|
217
218
|
defaultOpen: boolean;
|
|
218
219
|
isOnTop: boolean;
|
|
219
220
|
onSearch: (option: any, term: string) => boolean;
|
|
220
221
|
searchPlaceholder: string;
|
|
221
222
|
titleText: string;
|
|
222
223
|
alwayesOpen: boolean;
|
|
223
|
-
showClearAll: boolean;
|
|
224
224
|
distanceOffset: number;
|
|
225
225
|
skiddingOffset: number;
|
|
226
226
|
}, {}, string> & {
|
|
@@ -280,6 +280,10 @@ declare const IncludeExcludeTypes: () => (({
|
|
|
280
280
|
type: import("vue").PropType<boolean>;
|
|
281
281
|
default: boolean;
|
|
282
282
|
};
|
|
283
|
+
showClearAll: {
|
|
284
|
+
type: import("vue").PropType<boolean>;
|
|
285
|
+
default: boolean;
|
|
286
|
+
};
|
|
283
287
|
defaultOpen: {
|
|
284
288
|
type: import("vue").PropType<boolean>;
|
|
285
289
|
default: boolean;
|
|
@@ -307,10 +311,6 @@ declare const IncludeExcludeTypes: () => (({
|
|
|
307
311
|
type: import("vue").PropType<boolean>;
|
|
308
312
|
default: boolean;
|
|
309
313
|
};
|
|
310
|
-
showClearAll: {
|
|
311
|
-
type: import("vue").PropType<boolean>;
|
|
312
|
-
default: boolean;
|
|
313
|
-
};
|
|
314
314
|
distanceOffset: {
|
|
315
315
|
type: import("vue").PropType<number>;
|
|
316
316
|
default: number;
|
|
@@ -366,6 +366,10 @@ declare const IncludeExcludeTypes: () => (({
|
|
|
366
366
|
type: import("vue").PropType<boolean>;
|
|
367
367
|
default: boolean;
|
|
368
368
|
};
|
|
369
|
+
showClearAll: {
|
|
370
|
+
type: import("vue").PropType<boolean>;
|
|
371
|
+
default: boolean;
|
|
372
|
+
};
|
|
369
373
|
defaultOpen: {
|
|
370
374
|
type: import("vue").PropType<boolean>;
|
|
371
375
|
default: boolean;
|
|
@@ -393,10 +397,6 @@ declare const IncludeExcludeTypes: () => (({
|
|
|
393
397
|
type: import("vue").PropType<boolean>;
|
|
394
398
|
default: boolean;
|
|
395
399
|
};
|
|
396
|
-
showClearAll: {
|
|
397
|
-
type: import("vue").PropType<boolean>;
|
|
398
|
-
default: boolean;
|
|
399
|
-
};
|
|
400
400
|
distanceOffset: {
|
|
401
401
|
type: import("vue").PropType<number>;
|
|
402
402
|
default: number;
|
|
@@ -421,13 +421,13 @@ declare const IncludeExcludeTypes: () => (({
|
|
|
421
421
|
loading: boolean;
|
|
422
422
|
autoFocus: boolean;
|
|
423
423
|
hasSubtitle: boolean;
|
|
424
|
+
showClearAll: boolean;
|
|
424
425
|
defaultOpen: boolean;
|
|
425
426
|
isOnTop: boolean;
|
|
426
427
|
onSearch: (option: any, term: string) => boolean;
|
|
427
428
|
searchPlaceholder: string;
|
|
428
429
|
titleText: string;
|
|
429
430
|
alwayesOpen: boolean;
|
|
430
|
-
showClearAll: boolean;
|
|
431
431
|
distanceOffset: number;
|
|
432
432
|
skiddingOffset: number;
|
|
433
433
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -460,13 +460,13 @@ declare const IncludeExcludeTypes: () => (({
|
|
|
460
460
|
loading: boolean;
|
|
461
461
|
autoFocus: boolean;
|
|
462
462
|
hasSubtitle: boolean;
|
|
463
|
+
showClearAll: boolean;
|
|
463
464
|
defaultOpen: boolean;
|
|
464
465
|
isOnTop: boolean;
|
|
465
466
|
onSearch: (option: any, term: string) => boolean;
|
|
466
467
|
searchPlaceholder: string;
|
|
467
468
|
titleText: string;
|
|
468
469
|
alwayesOpen: boolean;
|
|
469
|
-
showClearAll: boolean;
|
|
470
470
|
distanceOffset: number;
|
|
471
471
|
skiddingOffset: number;
|
|
472
472
|
isDraggable: boolean;
|
|
@@ -504,6 +504,10 @@ declare const IncludeExcludeTypes: () => (({
|
|
|
504
504
|
type: import("vue").PropType<boolean>;
|
|
505
505
|
default: boolean;
|
|
506
506
|
};
|
|
507
|
+
showClearAll: {
|
|
508
|
+
type: import("vue").PropType<boolean>;
|
|
509
|
+
default: boolean;
|
|
510
|
+
};
|
|
507
511
|
defaultOpen: {
|
|
508
512
|
type: import("vue").PropType<boolean>;
|
|
509
513
|
default: boolean;
|
|
@@ -531,10 +535,6 @@ declare const IncludeExcludeTypes: () => (({
|
|
|
531
535
|
type: import("vue").PropType<boolean>;
|
|
532
536
|
default: boolean;
|
|
533
537
|
};
|
|
534
|
-
showClearAll: {
|
|
535
|
-
type: import("vue").PropType<boolean>;
|
|
536
|
-
default: boolean;
|
|
537
|
-
};
|
|
538
538
|
distanceOffset: {
|
|
539
539
|
type: import("vue").PropType<number>;
|
|
540
540
|
default: number;
|
|
@@ -559,7 +559,7 @@ declare const IncludeExcludeTypes: () => (({
|
|
|
559
559
|
"onUpdate:modelValue"?: (value: unknown) => any;
|
|
560
560
|
onChangeDragDrop?: (value: unknown) => any;
|
|
561
561
|
onClickOutside?: (value: unknown) => any;
|
|
562
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "placement" | "disabled" | "distance" | "loading" | "autoFocus" | "hasSubtitle" | "defaultOpen" | "isOnTop" | "onSearch" | "searchPlaceholder" | "titleText" | "alwayesOpen" | "
|
|
562
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "placement" | "disabled" | "distance" | "loading" | "autoFocus" | "hasSubtitle" | "showClearAll" | "defaultOpen" | "isOnTop" | "onSearch" | "searchPlaceholder" | "titleText" | "alwayesOpen" | "distanceOffset" | "skiddingOffset" | "isDraggable" | "draggableArgs">;
|
|
563
563
|
$attrs: {
|
|
564
564
|
[x: string]: unknown;
|
|
565
565
|
};
|
|
@@ -606,6 +606,10 @@ declare const IncludeExcludeTypes: () => (({
|
|
|
606
606
|
type: import("vue").PropType<boolean>;
|
|
607
607
|
default: boolean;
|
|
608
608
|
};
|
|
609
|
+
showClearAll: {
|
|
610
|
+
type: import("vue").PropType<boolean>;
|
|
611
|
+
default: boolean;
|
|
612
|
+
};
|
|
609
613
|
defaultOpen: {
|
|
610
614
|
type: import("vue").PropType<boolean>;
|
|
611
615
|
default: boolean;
|
|
@@ -633,10 +637,6 @@ declare const IncludeExcludeTypes: () => (({
|
|
|
633
637
|
type: import("vue").PropType<boolean>;
|
|
634
638
|
default: boolean;
|
|
635
639
|
};
|
|
636
|
-
showClearAll: {
|
|
637
|
-
type: import("vue").PropType<boolean>;
|
|
638
|
-
default: boolean;
|
|
639
|
-
};
|
|
640
640
|
distanceOffset: {
|
|
641
641
|
type: import("vue").PropType<number>;
|
|
642
642
|
default: number;
|
|
@@ -672,13 +672,13 @@ declare const IncludeExcludeTypes: () => (({
|
|
|
672
672
|
loading: boolean;
|
|
673
673
|
autoFocus: boolean;
|
|
674
674
|
hasSubtitle: boolean;
|
|
675
|
+
showClearAll: boolean;
|
|
675
676
|
defaultOpen: boolean;
|
|
676
677
|
isOnTop: boolean;
|
|
677
678
|
onSearch: (option: any, term: string) => boolean;
|
|
678
679
|
searchPlaceholder: string;
|
|
679
680
|
titleText: string;
|
|
680
681
|
alwayesOpen: boolean;
|
|
681
|
-
showClearAll: boolean;
|
|
682
682
|
distanceOffset: number;
|
|
683
683
|
skiddingOffset: number;
|
|
684
684
|
isDraggable: boolean;
|
|
@@ -736,6 +736,10 @@ declare const IncludeExcludeTypes: () => (({
|
|
|
736
736
|
type: import("vue").PropType<boolean>;
|
|
737
737
|
default: boolean;
|
|
738
738
|
};
|
|
739
|
+
showClearAll: {
|
|
740
|
+
type: import("vue").PropType<boolean>;
|
|
741
|
+
default: boolean;
|
|
742
|
+
};
|
|
739
743
|
defaultOpen: {
|
|
740
744
|
type: import("vue").PropType<boolean>;
|
|
741
745
|
default: boolean;
|
|
@@ -763,10 +767,6 @@ declare const IncludeExcludeTypes: () => (({
|
|
|
763
767
|
type: import("vue").PropType<boolean>;
|
|
764
768
|
default: boolean;
|
|
765
769
|
};
|
|
766
|
-
showClearAll: {
|
|
767
|
-
type: import("vue").PropType<boolean>;
|
|
768
|
-
default: boolean;
|
|
769
|
-
};
|
|
770
770
|
distanceOffset: {
|
|
771
771
|
type: import("vue").PropType<number>;
|
|
772
772
|
default: number;
|
|
@@ -828,6 +828,10 @@ declare const IncludeExcludeTypes: () => (({
|
|
|
828
828
|
type: import("vue").PropType<boolean>;
|
|
829
829
|
default: boolean;
|
|
830
830
|
};
|
|
831
|
+
showClearAll: {
|
|
832
|
+
type: import("vue").PropType<boolean>;
|
|
833
|
+
default: boolean;
|
|
834
|
+
};
|
|
831
835
|
defaultOpen: {
|
|
832
836
|
type: import("vue").PropType<boolean>;
|
|
833
837
|
default: boolean;
|
|
@@ -855,10 +859,6 @@ declare const IncludeExcludeTypes: () => (({
|
|
|
855
859
|
type: import("vue").PropType<boolean>;
|
|
856
860
|
default: boolean;
|
|
857
861
|
};
|
|
858
|
-
showClearAll: {
|
|
859
|
-
type: import("vue").PropType<boolean>;
|
|
860
|
-
default: boolean;
|
|
861
|
-
};
|
|
862
862
|
distanceOffset: {
|
|
863
863
|
type: import("vue").PropType<number>;
|
|
864
864
|
default: number;
|
|
@@ -894,13 +894,13 @@ declare const IncludeExcludeTypes: () => (({
|
|
|
894
894
|
loading: boolean;
|
|
895
895
|
autoFocus: boolean;
|
|
896
896
|
hasSubtitle: boolean;
|
|
897
|
+
showClearAll: boolean;
|
|
897
898
|
defaultOpen: boolean;
|
|
898
899
|
isOnTop: boolean;
|
|
899
900
|
onSearch: (option: any, term: string) => boolean;
|
|
900
901
|
searchPlaceholder: string;
|
|
901
902
|
titleText: string;
|
|
902
903
|
alwayesOpen: boolean;
|
|
903
|
-
showClearAll: boolean;
|
|
904
904
|
distanceOffset: number;
|
|
905
905
|
skiddingOffset: number;
|
|
906
906
|
isDraggable: boolean;
|