@ironsource/shared-ui 2.1.12-rc.3 → 2.1.12-rc.31
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_fa533a3d_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_db8a902c_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_4f67d41d_lang.css +1 -0
- package/ChartTooltip.vue_vue_type_style_index_0_scoped_3315b68f_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_8e8df067_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/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/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_3b15c693_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 +158 -37
- package/components/chart/Chart.vue.js +2 -2
- package/components/chart/Chart.vue2.js +150 -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 +96 -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 +226 -0
- package/components/chart/ChartPlane.vue.js +7 -0
- package/components/chart/ChartPlane.vue2.js +370 -0
- package/components/chart/ChartStoryArgs.d.ts +184 -0
- package/components/chart/ChartTooltip.vue.d.ts +22 -2
- package/components/chart/ChartTooltip.vue.js +2 -2
- package/components/chart/ChartTooltip.vue2.js +50 -55
- 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 +29 -7
- package/components/chart/consts.js +41 -21
- package/components/chart/index.d.ts +554 -119
- package/components/chart/mockData.d.ts +44 -5
- package/components/chart/types.d.ts +38 -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 +19 -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 +81 -75
- 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 +172 -160
- 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 +4 -4
- package/components/dropdown/v4/ConditionalDropdown.vue2.js +151 -129
- 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/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 +15 -4
- package/components/table/v4/DataGrid.vue.js +4 -4
- package/components/table/v4/DataGrid.vue2.js +288 -230
- package/components/table/v4/MultipleDataGrid.vue.d.ts +3 -3
- package/components/table/v4/index.d.ts +50 -15
- package/components/table/v4/storyUtils.d.ts +19 -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 +2068 -739
- 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/formatNumbers.d.ts +1 -1
- package/utils/formatNumbers.js +19 -6
- 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_3a2aeea3_lang.css +0 -1
- package/DataGrid.vue_vue_type_style_index_0_scoped_6b54ac22_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/OptionV4.vue_vue_type_style_index_0_scoped_1e8837dc_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
|
@@ -4,7 +4,7 @@ const a = {
|
|
|
4
4
|
month: "Months"
|
|
5
5
|
}, s = "Date range is in an invalid format", d = "Please select a date range", t = {
|
|
6
6
|
week: "For more than 52 weeks switch to months"
|
|
7
|
-
}, n = "previous",
|
|
7
|
+
}, n = "previous", m = "next", e = {
|
|
8
8
|
date: [
|
|
9
9
|
{ name: "Today", id: "today", numid: 1 },
|
|
10
10
|
{ name: "Yesterday", id: "yesterday", numid: 2 },
|
|
@@ -62,14 +62,20 @@ const a = {
|
|
|
62
62
|
{ name: "Last 12 months", id: "last12months", numid: 3 },
|
|
63
63
|
{ name: "Last 24 months", id: "last24months", numid: 4 },
|
|
64
64
|
{ name: "Last 36 months", id: "last36months", numid: 5 }
|
|
65
|
+
],
|
|
66
|
+
"month-3-6-9-12": [
|
|
67
|
+
{ name: "Last 3 months", id: "last3months", numid: 1 },
|
|
68
|
+
{ name: "Last 6 months", id: "last6months", numid: 2 },
|
|
69
|
+
{ name: "Last 9 months", id: "last9months", numid: 3 },
|
|
70
|
+
{ name: "Last 12 months", id: "last12months", numid: 4 }
|
|
65
71
|
]
|
|
66
72
|
};
|
|
67
73
|
export {
|
|
68
74
|
s as formatError,
|
|
69
75
|
d as mandatoryValuesError,
|
|
70
76
|
t as messagePerType,
|
|
71
|
-
|
|
77
|
+
m as navigateNext,
|
|
72
78
|
n as navigatePrev,
|
|
73
|
-
|
|
79
|
+
e as presetsList,
|
|
74
80
|
a as typeToName
|
|
75
81
|
};
|
|
@@ -7,7 +7,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
7
7
|
includeToday?: boolean;
|
|
8
8
|
allowedDays?: number;
|
|
9
9
|
maxDaysInRange?: number;
|
|
10
|
-
datePresetList?: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth";
|
|
10
|
+
datePresetList?: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12";
|
|
11
11
|
regex?: RegExp;
|
|
12
12
|
dateFormat?: string;
|
|
13
13
|
uniqueId?: string | number;
|
|
@@ -48,7 +48,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
48
48
|
includeToday?: boolean;
|
|
49
49
|
allowedDays?: number;
|
|
50
50
|
maxDaysInRange?: number;
|
|
51
|
-
datePresetList?: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth";
|
|
51
|
+
datePresetList?: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12";
|
|
52
52
|
regex?: RegExp;
|
|
53
53
|
dateFormat?: string;
|
|
54
54
|
uniqueId?: string | number;
|
|
@@ -89,7 +89,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
89
89
|
dateFormat: string;
|
|
90
90
|
types: ("date" | "week" | "month")[];
|
|
91
91
|
maxDaysInRange: number;
|
|
92
|
-
datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth";
|
|
92
|
+
datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12";
|
|
93
93
|
regex: RegExp;
|
|
94
94
|
initialType: "date" | "week" | "month";
|
|
95
95
|
openOnTop: boolean;
|
|
@@ -8,7 +8,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
8
8
|
includeToday?: boolean;
|
|
9
9
|
allowedDays?: number;
|
|
10
10
|
maxDaysInRange?: number;
|
|
11
|
-
datePresetList?: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth";
|
|
11
|
+
datePresetList?: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12";
|
|
12
12
|
regex?: RegExp;
|
|
13
13
|
dateFormat?: string;
|
|
14
14
|
uniqueId?: string | number;
|
|
@@ -44,7 +44,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
44
44
|
includeToday?: boolean;
|
|
45
45
|
allowedDays?: number;
|
|
46
46
|
maxDaysInRange?: number;
|
|
47
|
-
datePresetList?: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth";
|
|
47
|
+
datePresetList?: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12";
|
|
48
48
|
regex?: RegExp;
|
|
49
49
|
dateFormat?: string;
|
|
50
50
|
uniqueId?: string | number;
|
|
@@ -79,7 +79,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
79
79
|
dateFormat: string;
|
|
80
80
|
types: ("date" | "week" | "month")[];
|
|
81
81
|
maxDaysInRange: number;
|
|
82
|
-
datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth";
|
|
82
|
+
datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12";
|
|
83
83
|
regex: RegExp;
|
|
84
84
|
initialType: "date" | "week" | "month";
|
|
85
85
|
openOnTop: boolean;
|
|
@@ -11,7 +11,7 @@ declare const DateRangeTypes: () => ({
|
|
|
11
11
|
dateFormat: string;
|
|
12
12
|
types: ("date" | "week" | "month")[];
|
|
13
13
|
maxDaysInRange: number;
|
|
14
|
-
datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth";
|
|
14
|
+
datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12";
|
|
15
15
|
regex: RegExp;
|
|
16
16
|
initialType: "date" | "week" | "month";
|
|
17
17
|
openOnTop: boolean;
|
|
@@ -58,7 +58,7 @@ declare const DateRangeTypes: () => ({
|
|
|
58
58
|
default: any;
|
|
59
59
|
};
|
|
60
60
|
datePresetList: {
|
|
61
|
-
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth">;
|
|
61
|
+
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12">;
|
|
62
62
|
default: string;
|
|
63
63
|
};
|
|
64
64
|
regex: {
|
|
@@ -146,7 +146,7 @@ declare const DateRangeTypes: () => ({
|
|
|
146
146
|
default: any;
|
|
147
147
|
};
|
|
148
148
|
datePresetList: {
|
|
149
|
-
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth">;
|
|
149
|
+
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12">;
|
|
150
150
|
default: string;
|
|
151
151
|
};
|
|
152
152
|
regex: {
|
|
@@ -195,7 +195,7 @@ declare const DateRangeTypes: () => ({
|
|
|
195
195
|
dateFormat: string;
|
|
196
196
|
types: ("date" | "week" | "month")[];
|
|
197
197
|
maxDaysInRange: number;
|
|
198
|
-
datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth";
|
|
198
|
+
datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12";
|
|
199
199
|
regex: RegExp;
|
|
200
200
|
initialType: "date" | "week" | "month";
|
|
201
201
|
openOnTop: boolean;
|
|
@@ -262,7 +262,7 @@ declare const DateRangeTypes: () => ({
|
|
|
262
262
|
default: any;
|
|
263
263
|
};
|
|
264
264
|
datePresetList: {
|
|
265
|
-
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth">;
|
|
265
|
+
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12">;
|
|
266
266
|
default: string;
|
|
267
267
|
};
|
|
268
268
|
regex: {
|
|
@@ -340,7 +340,7 @@ declare const DateRangeTypes: () => ({
|
|
|
340
340
|
default: any;
|
|
341
341
|
};
|
|
342
342
|
datePresetList: {
|
|
343
|
-
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth">;
|
|
343
|
+
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12">;
|
|
344
344
|
default: string;
|
|
345
345
|
};
|
|
346
346
|
regex: {
|
|
@@ -389,7 +389,7 @@ declare const DateRangeTypes: () => ({
|
|
|
389
389
|
dateFormat: string;
|
|
390
390
|
types: ("date" | "week" | "month")[];
|
|
391
391
|
maxDaysInRange: number;
|
|
392
|
-
datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth";
|
|
392
|
+
datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12";
|
|
393
393
|
regex: RegExp;
|
|
394
394
|
initialType: "date" | "week" | "month";
|
|
395
395
|
openOnTop: boolean;
|
|
@@ -8,7 +8,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
8
8
|
includeToday?: boolean;
|
|
9
9
|
allowedDays?: number;
|
|
10
10
|
maxDaysInRange?: number;
|
|
11
|
-
datePresetList?: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth";
|
|
11
|
+
datePresetList?: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12";
|
|
12
12
|
regex?: RegExp;
|
|
13
13
|
dateFormat?: string;
|
|
14
14
|
uniqueId?: string | number;
|
|
@@ -44,7 +44,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
44
44
|
includeToday?: boolean;
|
|
45
45
|
allowedDays?: number;
|
|
46
46
|
maxDaysInRange?: number;
|
|
47
|
-
datePresetList?: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth";
|
|
47
|
+
datePresetList?: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12";
|
|
48
48
|
regex?: RegExp;
|
|
49
49
|
dateFormat?: string;
|
|
50
50
|
uniqueId?: string | number;
|
|
@@ -79,7 +79,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
79
79
|
dateFormat: string;
|
|
80
80
|
types: ("date" | "week" | "month")[];
|
|
81
81
|
maxDaysInRange: number;
|
|
82
|
-
datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth";
|
|
82
|
+
datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12";
|
|
83
83
|
regex: RegExp;
|
|
84
84
|
initialType: "date" | "week" | "month";
|
|
85
85
|
openOnTop: boolean;
|
|
@@ -7,7 +7,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
7
7
|
includeToday?: boolean;
|
|
8
8
|
allowedDays?: number;
|
|
9
9
|
maxDaysInRange?: number;
|
|
10
|
-
datePresetList?: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth";
|
|
10
|
+
datePresetList?: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12";
|
|
11
11
|
regex?: RegExp;
|
|
12
12
|
dateFormat?: string;
|
|
13
13
|
uniqueId?: string | number;
|
|
@@ -48,7 +48,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
48
48
|
includeToday?: boolean;
|
|
49
49
|
allowedDays?: number;
|
|
50
50
|
maxDaysInRange?: number;
|
|
51
|
-
datePresetList?: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth";
|
|
51
|
+
datePresetList?: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12";
|
|
52
52
|
regex?: RegExp;
|
|
53
53
|
dateFormat?: string;
|
|
54
54
|
uniqueId?: string | number;
|
|
@@ -89,7 +89,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
89
89
|
dateFormat: string;
|
|
90
90
|
types: ("date" | "week" | "month")[];
|
|
91
91
|
maxDaysInRange: number;
|
|
92
|
-
datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth";
|
|
92
|
+
datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12";
|
|
93
93
|
regex: RegExp;
|
|
94
94
|
initialType: "date" | "week" | "month";
|
|
95
95
|
openOnTop: boolean;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import e from "./DateRangeV4.vue2.js";
|
|
2
2
|
/* empty css */import o from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
// import "../../../DateRangeV4.
|
|
4
|
-
const s = /* @__PURE__ */ o(e, [["__scopeId", "data-v-
|
|
3
|
+
// import "../../../DateRangeV4.vue_vue_type_style_index_0_scoped_a849128a_lang.css"; //*');
|
|
4
|
+
const s = /* @__PURE__ */ o(e, [["__scopeId", "data-v-a849128a"]]);
|
|
5
5
|
export {
|
|
6
6
|
s as default
|
|
7
7
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "../../../DateRangeV4.
|
|
1
|
+
import "../../../DateRangeV4.vue_vue_type_style_index_0_scoped_a849128a_lang.css"; import { defineComponent as J, watch as Q, openBlock as n, createElementBlock as s, unref as e, normalizeClass as r, createElementVNode as d, renderSlot as x, createVNode as i, withDirectives as v, Fragment as k, renderList as C, withCtx as l, createTextVNode as m, toDisplayString as g, createCommentVNode as E, vShow as $, normalizeStyle as X, setBlockTracking as R } from "vue";
|
|
2
2
|
import Z from "./CalendarMonthV4.vue.js";
|
|
3
3
|
import { typeToName as _, messagePerType as ee } from "../common/consts.common.js";
|
|
4
4
|
import A from "../../button/v4/ButtonV4.vue.js";
|
|
@@ -11,7 +11,7 @@ declare const DateRangeTypes: () => ({
|
|
|
11
11
|
dateFormat: string;
|
|
12
12
|
types: ("date" | "week" | "month")[];
|
|
13
13
|
maxDaysInRange: number;
|
|
14
|
-
datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth";
|
|
14
|
+
datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12";
|
|
15
15
|
regex: RegExp;
|
|
16
16
|
initialType: "date" | "week" | "month";
|
|
17
17
|
openOnTop: boolean;
|
|
@@ -58,7 +58,7 @@ declare const DateRangeTypes: () => ({
|
|
|
58
58
|
default: any;
|
|
59
59
|
};
|
|
60
60
|
datePresetList: {
|
|
61
|
-
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth">;
|
|
61
|
+
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12">;
|
|
62
62
|
default: string;
|
|
63
63
|
};
|
|
64
64
|
regex: {
|
|
@@ -146,7 +146,7 @@ declare const DateRangeTypes: () => ({
|
|
|
146
146
|
default: any;
|
|
147
147
|
};
|
|
148
148
|
datePresetList: {
|
|
149
|
-
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth">;
|
|
149
|
+
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12">;
|
|
150
150
|
default: string;
|
|
151
151
|
};
|
|
152
152
|
regex: {
|
|
@@ -195,7 +195,7 @@ declare const DateRangeTypes: () => ({
|
|
|
195
195
|
dateFormat: string;
|
|
196
196
|
types: ("date" | "week" | "month")[];
|
|
197
197
|
maxDaysInRange: number;
|
|
198
|
-
datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth";
|
|
198
|
+
datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12";
|
|
199
199
|
regex: RegExp;
|
|
200
200
|
initialType: "date" | "week" | "month";
|
|
201
201
|
openOnTop: boolean;
|
|
@@ -262,7 +262,7 @@ declare const DateRangeTypes: () => ({
|
|
|
262
262
|
default: any;
|
|
263
263
|
};
|
|
264
264
|
datePresetList: {
|
|
265
|
-
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth">;
|
|
265
|
+
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12">;
|
|
266
266
|
default: string;
|
|
267
267
|
};
|
|
268
268
|
regex: {
|
|
@@ -340,7 +340,7 @@ declare const DateRangeTypes: () => ({
|
|
|
340
340
|
default: any;
|
|
341
341
|
};
|
|
342
342
|
datePresetList: {
|
|
343
|
-
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth">;
|
|
343
|
+
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12">;
|
|
344
344
|
default: string;
|
|
345
345
|
};
|
|
346
346
|
regex: {
|
|
@@ -389,7 +389,7 @@ declare const DateRangeTypes: () => ({
|
|
|
389
389
|
dateFormat: string;
|
|
390
390
|
types: ("date" | "week" | "month")[];
|
|
391
391
|
maxDaysInRange: number;
|
|
392
|
-
datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth";
|
|
392
|
+
datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12";
|
|
393
393
|
regex: RegExp;
|
|
394
394
|
initialType: "date" | "week" | "month";
|
|
395
395
|
openOnTop: boolean;
|
|
@@ -75,15 +75,15 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
75
75
|
testId: string;
|
|
76
76
|
width: string | number;
|
|
77
77
|
content: string;
|
|
78
|
+
showCloseButton: boolean;
|
|
78
79
|
appendToBody: boolean;
|
|
80
|
+
showBackdrop: boolean;
|
|
79
81
|
closeDelay: number;
|
|
80
82
|
openDelay: number;
|
|
81
83
|
escapeToClose: boolean;
|
|
82
|
-
showBackdrop: boolean;
|
|
83
|
-
headerBorder: boolean;
|
|
84
84
|
closeOnClickOutside: boolean;
|
|
85
85
|
beforeClose: (show: () => void) => void;
|
|
86
|
-
|
|
86
|
+
headerBorder: boolean;
|
|
87
87
|
}>, {
|
|
88
88
|
header?(_: {}): any;
|
|
89
89
|
default?(_: {}): any;
|
|
@@ -8,15 +8,15 @@ declare const DialogTypes: () => ({
|
|
|
8
8
|
testId: string;
|
|
9
9
|
width: string | number;
|
|
10
10
|
content: string;
|
|
11
|
+
showCloseButton: boolean;
|
|
11
12
|
appendToBody: boolean;
|
|
13
|
+
showBackdrop: boolean;
|
|
12
14
|
closeDelay: number;
|
|
13
15
|
openDelay: number;
|
|
14
16
|
escapeToClose: boolean;
|
|
15
|
-
showBackdrop: boolean;
|
|
16
|
-
headerBorder: boolean;
|
|
17
17
|
closeOnClickOutside: boolean;
|
|
18
18
|
beforeClose: (show: () => void) => void;
|
|
19
|
-
|
|
19
|
+
headerBorder: boolean;
|
|
20
20
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
21
21
|
title: {
|
|
22
22
|
type: import("vue").PropType<string>;
|
|
@@ -42,10 +42,18 @@ declare const DialogTypes: () => ({
|
|
|
42
42
|
type: import("vue").PropType<boolean>;
|
|
43
43
|
required: true;
|
|
44
44
|
};
|
|
45
|
+
showCloseButton: {
|
|
46
|
+
type: import("vue").PropType<boolean>;
|
|
47
|
+
default: boolean;
|
|
48
|
+
};
|
|
45
49
|
appendToBody: {
|
|
46
50
|
type: import("vue").PropType<boolean>;
|
|
47
51
|
default: boolean;
|
|
48
52
|
};
|
|
53
|
+
showBackdrop: {
|
|
54
|
+
type: import("vue").PropType<boolean>;
|
|
55
|
+
default: boolean;
|
|
56
|
+
};
|
|
49
57
|
closeDelay: {
|
|
50
58
|
type: import("vue").PropType<number>;
|
|
51
59
|
default: number;
|
|
@@ -58,14 +66,6 @@ declare const DialogTypes: () => ({
|
|
|
58
66
|
type: import("vue").PropType<boolean>;
|
|
59
67
|
default: boolean;
|
|
60
68
|
};
|
|
61
|
-
showBackdrop: {
|
|
62
|
-
type: import("vue").PropType<boolean>;
|
|
63
|
-
default: boolean;
|
|
64
|
-
};
|
|
65
|
-
headerBorder: {
|
|
66
|
-
type: import("vue").PropType<boolean>;
|
|
67
|
-
default: boolean;
|
|
68
|
-
};
|
|
69
69
|
closeOnClickOutside: {
|
|
70
70
|
type: import("vue").PropType<boolean>;
|
|
71
71
|
default: boolean;
|
|
@@ -74,7 +74,7 @@ declare const DialogTypes: () => ({
|
|
|
74
74
|
type: import("vue").PropType<(show: () => void) => void>;
|
|
75
75
|
default: any;
|
|
76
76
|
};
|
|
77
|
-
|
|
77
|
+
headerBorder: {
|
|
78
78
|
type: import("vue").PropType<boolean>;
|
|
79
79
|
default: boolean;
|
|
80
80
|
};
|
|
@@ -82,7 +82,7 @@ declare const DialogTypes: () => ({
|
|
|
82
82
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
83
83
|
onClose?: (reason: import("../common/Reason").Reason) => any;
|
|
84
84
|
onOpen?: () => any;
|
|
85
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "themeClass" | "testId" | "width" | "content" | "
|
|
85
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "themeClass" | "testId" | "width" | "content" | "showCloseButton" | "appendToBody" | "showBackdrop" | "closeDelay" | "openDelay" | "escapeToClose" | "closeOnClickOutside" | "beforeClose" | "headerBorder">;
|
|
86
86
|
$attrs: {
|
|
87
87
|
[x: string]: unknown;
|
|
88
88
|
};
|
|
@@ -121,10 +121,18 @@ declare const DialogTypes: () => ({
|
|
|
121
121
|
type: import("vue").PropType<boolean>;
|
|
122
122
|
required: true;
|
|
123
123
|
};
|
|
124
|
+
showCloseButton: {
|
|
125
|
+
type: import("vue").PropType<boolean>;
|
|
126
|
+
default: boolean;
|
|
127
|
+
};
|
|
124
128
|
appendToBody: {
|
|
125
129
|
type: import("vue").PropType<boolean>;
|
|
126
130
|
default: boolean;
|
|
127
131
|
};
|
|
132
|
+
showBackdrop: {
|
|
133
|
+
type: import("vue").PropType<boolean>;
|
|
134
|
+
default: boolean;
|
|
135
|
+
};
|
|
128
136
|
closeDelay: {
|
|
129
137
|
type: import("vue").PropType<number>;
|
|
130
138
|
default: number;
|
|
@@ -137,14 +145,6 @@ declare const DialogTypes: () => ({
|
|
|
137
145
|
type: import("vue").PropType<boolean>;
|
|
138
146
|
default: boolean;
|
|
139
147
|
};
|
|
140
|
-
showBackdrop: {
|
|
141
|
-
type: import("vue").PropType<boolean>;
|
|
142
|
-
default: boolean;
|
|
143
|
-
};
|
|
144
|
-
headerBorder: {
|
|
145
|
-
type: import("vue").PropType<boolean>;
|
|
146
|
-
default: boolean;
|
|
147
|
-
};
|
|
148
148
|
closeOnClickOutside: {
|
|
149
149
|
type: import("vue").PropType<boolean>;
|
|
150
150
|
default: boolean;
|
|
@@ -153,7 +153,7 @@ declare const DialogTypes: () => ({
|
|
|
153
153
|
type: import("vue").PropType<(show: () => void) => void>;
|
|
154
154
|
default: any;
|
|
155
155
|
};
|
|
156
|
-
|
|
156
|
+
headerBorder: {
|
|
157
157
|
type: import("vue").PropType<boolean>;
|
|
158
158
|
default: boolean;
|
|
159
159
|
};
|
|
@@ -171,15 +171,15 @@ declare const DialogTypes: () => ({
|
|
|
171
171
|
testId: string;
|
|
172
172
|
width: string | number;
|
|
173
173
|
content: string;
|
|
174
|
+
showCloseButton: boolean;
|
|
174
175
|
appendToBody: boolean;
|
|
176
|
+
showBackdrop: boolean;
|
|
175
177
|
closeDelay: number;
|
|
176
178
|
openDelay: number;
|
|
177
179
|
escapeToClose: boolean;
|
|
178
|
-
showBackdrop: boolean;
|
|
179
|
-
headerBorder: boolean;
|
|
180
180
|
closeOnClickOutside: boolean;
|
|
181
181
|
beforeClose: (show: () => void) => void;
|
|
182
|
-
|
|
182
|
+
headerBorder: boolean;
|
|
183
183
|
}, {}, string> & {
|
|
184
184
|
beforeCreate?: (() => void) | (() => void)[];
|
|
185
185
|
created?: (() => void) | (() => void)[];
|
|
@@ -225,10 +225,18 @@ declare const DialogTypes: () => ({
|
|
|
225
225
|
type: import("vue").PropType<boolean>;
|
|
226
226
|
required: true;
|
|
227
227
|
};
|
|
228
|
+
showCloseButton: {
|
|
229
|
+
type: import("vue").PropType<boolean>;
|
|
230
|
+
default: boolean;
|
|
231
|
+
};
|
|
228
232
|
appendToBody: {
|
|
229
233
|
type: import("vue").PropType<boolean>;
|
|
230
234
|
default: boolean;
|
|
231
235
|
};
|
|
236
|
+
showBackdrop: {
|
|
237
|
+
type: import("vue").PropType<boolean>;
|
|
238
|
+
default: boolean;
|
|
239
|
+
};
|
|
232
240
|
closeDelay: {
|
|
233
241
|
type: import("vue").PropType<number>;
|
|
234
242
|
default: number;
|
|
@@ -241,14 +249,6 @@ declare const DialogTypes: () => ({
|
|
|
241
249
|
type: import("vue").PropType<boolean>;
|
|
242
250
|
default: boolean;
|
|
243
251
|
};
|
|
244
|
-
showBackdrop: {
|
|
245
|
-
type: import("vue").PropType<boolean>;
|
|
246
|
-
default: boolean;
|
|
247
|
-
};
|
|
248
|
-
headerBorder: {
|
|
249
|
-
type: import("vue").PropType<boolean>;
|
|
250
|
-
default: boolean;
|
|
251
|
-
};
|
|
252
252
|
closeOnClickOutside: {
|
|
253
253
|
type: import("vue").PropType<boolean>;
|
|
254
254
|
default: boolean;
|
|
@@ -257,7 +257,7 @@ declare const DialogTypes: () => ({
|
|
|
257
257
|
type: import("vue").PropType<(show: () => void) => void>;
|
|
258
258
|
default: any;
|
|
259
259
|
};
|
|
260
|
-
|
|
260
|
+
headerBorder: {
|
|
261
261
|
type: import("vue").PropType<boolean>;
|
|
262
262
|
default: boolean;
|
|
263
263
|
};
|
|
@@ -294,10 +294,18 @@ declare const DialogTypes: () => ({
|
|
|
294
294
|
type: import("vue").PropType<boolean>;
|
|
295
295
|
required: true;
|
|
296
296
|
};
|
|
297
|
+
showCloseButton: {
|
|
298
|
+
type: import("vue").PropType<boolean>;
|
|
299
|
+
default: boolean;
|
|
300
|
+
};
|
|
297
301
|
appendToBody: {
|
|
298
302
|
type: import("vue").PropType<boolean>;
|
|
299
303
|
default: boolean;
|
|
300
304
|
};
|
|
305
|
+
showBackdrop: {
|
|
306
|
+
type: import("vue").PropType<boolean>;
|
|
307
|
+
default: boolean;
|
|
308
|
+
};
|
|
301
309
|
closeDelay: {
|
|
302
310
|
type: import("vue").PropType<number>;
|
|
303
311
|
default: number;
|
|
@@ -310,14 +318,6 @@ declare const DialogTypes: () => ({
|
|
|
310
318
|
type: import("vue").PropType<boolean>;
|
|
311
319
|
default: boolean;
|
|
312
320
|
};
|
|
313
|
-
showBackdrop: {
|
|
314
|
-
type: import("vue").PropType<boolean>;
|
|
315
|
-
default: boolean;
|
|
316
|
-
};
|
|
317
|
-
headerBorder: {
|
|
318
|
-
type: import("vue").PropType<boolean>;
|
|
319
|
-
default: boolean;
|
|
320
|
-
};
|
|
321
321
|
closeOnClickOutside: {
|
|
322
322
|
type: import("vue").PropType<boolean>;
|
|
323
323
|
default: boolean;
|
|
@@ -326,7 +326,7 @@ declare const DialogTypes: () => ({
|
|
|
326
326
|
type: import("vue").PropType<(show: () => void) => void>;
|
|
327
327
|
default: any;
|
|
328
328
|
};
|
|
329
|
-
|
|
329
|
+
headerBorder: {
|
|
330
330
|
type: import("vue").PropType<boolean>;
|
|
331
331
|
default: boolean;
|
|
332
332
|
};
|
|
@@ -344,15 +344,15 @@ declare const DialogTypes: () => ({
|
|
|
344
344
|
testId: string;
|
|
345
345
|
width: string | number;
|
|
346
346
|
content: string;
|
|
347
|
+
showCloseButton: boolean;
|
|
347
348
|
appendToBody: boolean;
|
|
349
|
+
showBackdrop: boolean;
|
|
348
350
|
closeDelay: number;
|
|
349
351
|
openDelay: number;
|
|
350
352
|
escapeToClose: boolean;
|
|
351
|
-
showBackdrop: boolean;
|
|
352
|
-
headerBorder: boolean;
|
|
353
353
|
closeOnClickOutside: boolean;
|
|
354
354
|
beforeClose: (show: () => void) => void;
|
|
355
|
-
|
|
355
|
+
headerBorder: boolean;
|
|
356
356
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
357
357
|
$slots: {
|
|
358
358
|
header?(_: {}): any;
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
import { ButtonColor } from '@/components/button/common/consts';
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
3
|
+
showCancelButton?: boolean;
|
|
4
|
+
showSaveButton?: boolean;
|
|
5
|
+
saveButtonLabel?: string;
|
|
6
|
+
saveButtonLoading?: boolean;
|
|
7
|
+
saveButtonColor?: ButtonColor;
|
|
8
|
+
cancelButtonLabel?: string;
|
|
9
|
+
cancelButtonColor?: string;
|
|
10
|
+
testId: string;
|
|
11
|
+
}>, {
|
|
12
|
+
showCancelButton: boolean;
|
|
13
|
+
showSaveButton: boolean;
|
|
14
|
+
saveButtonLabel: string;
|
|
15
|
+
saveButtonLoading: boolean;
|
|
16
|
+
saveButtonColor: string;
|
|
17
|
+
cancelButtonLabel: string;
|
|
18
|
+
cancelButtonColor: string;
|
|
19
|
+
testId: string;
|
|
20
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
21
|
+
save: () => void;
|
|
22
|
+
cancel: () => void;
|
|
23
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
24
|
+
showCancelButton?: boolean;
|
|
25
|
+
showSaveButton?: boolean;
|
|
26
|
+
saveButtonLabel?: string;
|
|
27
|
+
saveButtonLoading?: boolean;
|
|
28
|
+
saveButtonColor?: ButtonColor;
|
|
29
|
+
cancelButtonLabel?: string;
|
|
30
|
+
cancelButtonColor?: string;
|
|
31
|
+
testId: string;
|
|
32
|
+
}>, {
|
|
33
|
+
showCancelButton: boolean;
|
|
34
|
+
showSaveButton: boolean;
|
|
35
|
+
saveButtonLabel: string;
|
|
36
|
+
saveButtonLoading: boolean;
|
|
37
|
+
saveButtonColor: string;
|
|
38
|
+
cancelButtonLabel: string;
|
|
39
|
+
cancelButtonColor: string;
|
|
40
|
+
testId: string;
|
|
41
|
+
}>>> & {
|
|
42
|
+
onCancel?: () => any;
|
|
43
|
+
onSave?: () => any;
|
|
44
|
+
}, {
|
|
45
|
+
testId: string;
|
|
46
|
+
showCancelButton: boolean;
|
|
47
|
+
showSaveButton: boolean;
|
|
48
|
+
saveButtonLabel: string;
|
|
49
|
+
saveButtonLoading: boolean;
|
|
50
|
+
saveButtonColor: ButtonColor;
|
|
51
|
+
cancelButtonLabel: string;
|
|
52
|
+
cancelButtonColor: string;
|
|
53
|
+
}>, {
|
|
54
|
+
footer?(_: {}): any;
|
|
55
|
+
}>;
|
|
56
|
+
export default _default;
|
|
57
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
58
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
59
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
60
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
61
|
+
} : {
|
|
62
|
+
type: import('vue').PropType<T[K]>;
|
|
63
|
+
required: true;
|
|
64
|
+
};
|
|
65
|
+
};
|
|
66
|
+
type __VLS_WithDefaults<P, D> = {
|
|
67
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
68
|
+
default: D[K];
|
|
69
|
+
}> : P[K];
|
|
70
|
+
};
|
|
71
|
+
type __VLS_Prettify<T> = {
|
|
72
|
+
[K in keyof T]: T[K];
|
|
73
|
+
} & {};
|
|
74
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
75
|
+
new (): {
|
|
76
|
+
$slots: S;
|
|
77
|
+
};
|
|
78
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import o from "./DialogFooter.vue2.js";
|
|
2
|
+
/* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
// import "../../../DialogFooter.vue_vue_type_style_index_0_scoped_8b7f64fe_lang.css"; //*');
|
|
4
|
+
const p = /* @__PURE__ */ e(o, [["__scopeId", "data-v-8b7f64fe"]]);
|
|
5
|
+
export {
|
|
6
|
+
p as default
|
|
7
|
+
};
|