@ironsource/shared-ui 2.2.0-test.2 → 2.2.0-test.22

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.
Files changed (129) hide show
  1. package/AppHeader.vue_vue_type_style_index_0_scoped_18bc6c0d_lang.css +1 -0
  2. package/ButtonV4.vue_vue_type_style_index_0_scoped_a59af1ad_lang.css +1 -0
  3. package/CalendarMonth.vue_vue_type_style_index_0_scoped_a44769fd_lang.css +1 -0
  4. package/CalendarMonthV4.vue_vue_type_style_index_0_scoped_6eae923a_lang.css +1 -0
  5. package/Chart.vue_vue_type_style_index_0_scoped_3e022c94_lang.css +1 -0
  6. package/ChartHeader.vue_vue_type_style_index_0_scoped_3a061c08_lang.css +1 -0
  7. package/ChartPlane.vue_vue_type_style_index_0_scoped_6de5cddb_lang.css +1 -0
  8. package/ColumnPicker.vue_vue_type_style_index_0_scoped_d59af062_lang.css +1 -0
  9. package/DataGrid.vue_vue_type_style_index_0_scoped_0967498f_lang.css +1 -0
  10. package/DateRange.vue_vue_type_style_index_0_scoped_25d03907_lang.css +1 -0
  11. package/DateRangeV4.vue_vue_type_style_index_0_scoped_f8826716_lang.css +1 -0
  12. package/IconV4.vue_vue_type_style_index_0_scoped_6683c5b5_lang.css +1 -0
  13. package/InlineCopy.vue_vue_type_style_index_0_scoped_9fa1921a_lang.css +1 -0
  14. package/SectionDropdown.vue_vue_type_style_index_0_scoped_65877e48_lang.css +1 -0
  15. package/SnackbarV4.vue_vue_type_style_index_0_scoped_35c79635_lang.css +1 -0
  16. package/SwitchV4.vue_vue_type_style_index_0_scoped_b71a806e_lang.css +1 -0
  17. package/Tag.vue_vue_type_style_index_0_scoped_78f19cb0_lang.css +1 -0
  18. package/ThemeWrapper.vue_vue_type_style_index_1_lang.css +1 -1
  19. package/TooltipV4.vue_vue_type_style_index_0_scoped_a8aebfee_lang.css +1 -0
  20. package/TooltipV4.vue_vue_type_style_index_1_lang.css +1 -1
  21. package/components/appHeader/AppHeader.vue.js +3 -3
  22. package/components/appHeader/AppHeader.vue2.js +43 -44
  23. package/components/button/v3/Button.vue.d.ts +6 -6
  24. package/components/button/v3/index.d.ts +14 -14
  25. package/components/button/v4/ButtonV4.vue.js +3 -3
  26. package/components/button/v4/ButtonV4.vue2.js +1 -1
  27. package/components/chart/Chart.vue.d.ts +5 -0
  28. package/components/chart/Chart.vue.js +3 -3
  29. package/components/chart/Chart.vue2.js +10 -8
  30. package/components/chart/ChartHeader.vue.d.ts +5 -0
  31. package/components/chart/ChartHeader.vue.js +3 -3
  32. package/components/chart/ChartHeader.vue2.js +73 -49
  33. package/components/chart/ChartPlane.vue.d.ts +5 -0
  34. package/components/chart/ChartPlane.vue.js +3 -3
  35. package/components/chart/ChartPlane.vue2.js +33 -31
  36. package/components/chart/ChartStoryArgs.d.ts +6 -0
  37. package/components/chart/index.d.ts +20 -1
  38. package/components/columnConfigurator/SectionDropdown.vue.js +3 -3
  39. package/components/columnConfigurator/SectionDropdown.vue2.js +6 -7
  40. package/components/columnPicker/ColumnPicker.vue.d.ts +2 -0
  41. package/components/columnPicker/ColumnPicker.vue.js +3 -3
  42. package/components/columnPicker/ColumnPicker.vue2.js +173 -153
  43. package/components/columnPicker/index.d.ts +7 -1
  44. package/components/dateRange/common/CalendarMonth.common.js +46 -41
  45. package/components/dateRange/common/DateRange.common.d.ts +1 -0
  46. package/components/dateRange/common/DateRange.common.js +39 -38
  47. package/components/dateRange/common/consts.common.d.ts +5 -0
  48. package/components/dateRange/common/consts.common.js +9 -0
  49. package/components/dateRange/v3/CalendarMonth.vue.d.ts +5 -0
  50. package/components/dateRange/v3/CalendarMonth.vue.js +3 -3
  51. package/components/dateRange/v3/CalendarMonth.vue2.js +6 -5
  52. package/components/dateRange/v3/DateRange.vue.d.ts +8 -3
  53. package/components/dateRange/v3/DateRange.vue.js +2 -2
  54. package/components/dateRange/v3/DateRange.vue2.js +2 -1
  55. package/components/dateRange/v3/DateRangePicker.vue.d.ts +3 -3
  56. package/components/dateRange/v3/index.d.ts +27 -8
  57. package/components/dateRange/v4/CalendarMonthV4.vue.d.ts +5 -0
  58. package/components/dateRange/v4/CalendarMonthV4.vue.js +4 -4
  59. package/components/dateRange/v4/CalendarMonthV4.vue2.js +12 -11
  60. package/components/dateRange/v4/DateRangePickerV4.vue.d.ts +3 -3
  61. package/components/dateRange/v4/DateRangeV4.vue.d.ts +8 -3
  62. package/components/dateRange/v4/DateRangeV4.vue.js +3 -3
  63. package/components/dateRange/v4/DateRangeV4.vue2.js +104 -101
  64. package/components/dateRange/v4/index.d.ts +27 -8
  65. package/components/dropdown/v4/ButtonDropdownTrigger.vue.d.ts +1 -1
  66. package/components/emptyState/v3/EmptyState.vue.d.ts +3 -3
  67. package/components/emptyState/v3/index.d.ts +7 -7
  68. package/components/icon/v4/IconV4.vue.d.ts +5 -0
  69. package/components/icon/v4/IconV4.vue.js +2 -2
  70. package/components/icon/v4/IconV4.vue2.js +27 -26
  71. package/components/icon/v4/index.d.ts +20 -1
  72. package/components/includeExclude/index.d.ts +16 -16
  73. package/components/inlineCopy/InlineCopy.vue.d.ts +15 -0
  74. package/components/inlineCopy/InlineCopy.vue.js +2 -2
  75. package/components/inlineCopy/InlineCopy.vue2.js +80 -51
  76. package/components/inlineCopy/index.d.ts +27 -0
  77. package/components/snackbar/common/notify.js +25 -25
  78. package/components/snackbar/common/snackbar.common.js +19 -19
  79. package/components/snackbar/common/snackbar.types.d.ts +2 -1
  80. package/components/snackbar/v4/SnackbarV4.vue.d.ts +8 -1
  81. package/components/snackbar/v4/SnackbarV4.vue.js +2 -2
  82. package/components/snackbar/v4/SnackbarV4.vue2.js +85 -64
  83. package/components/switch/v4/SwitchV4.vue.d.ts +5 -0
  84. package/components/switch/v4/SwitchV4.vue.js +4 -4
  85. package/components/switch/v4/SwitchV4.vue2.js +14 -13
  86. package/components/switch/v4/index.d.ts +9 -0
  87. package/components/table/v4/DataGrid.vue.d.ts +2 -0
  88. package/components/table/v4/DataGrid.vue.js +4 -4
  89. package/components/table/v4/DataGrid.vue2.js +82 -80
  90. package/components/table/v4/index.d.ts +7 -1
  91. package/components/table-cells/v3/Editable.vue.d.ts +1 -1
  92. package/components/table-cells/v3/index.d.ts +20 -20
  93. package/components/table-cells/v4/EditableV4.vue.d.ts +1 -1
  94. package/components/table-cells/v4/index.d.ts +20 -20
  95. package/components/tag/Tag.vue.d.ts +112 -0
  96. package/components/tag/Tag.vue.js +7 -0
  97. package/components/tag/Tag.vue2.js +221 -0
  98. package/components/tag/index.d.ts +161 -0
  99. package/components/tag/index.js +6 -0
  100. package/components/tagsField/index.d.ts +42 -3
  101. package/components/tagsField/index.js +6 -4
  102. package/components/tooltip/v4/TooltipV4.vue.d.ts +5 -0
  103. package/components/tooltip/v4/TooltipV4.vue.js +2 -2
  104. package/components/tooltip/v4/TooltipV4.vue2.js +76 -36
  105. package/components/tooltip/v4/index.d.ts +20 -1
  106. package/design-foundation.stories/colors/ColorsData.d.ts +1 -0
  107. package/index.d.ts +281 -82
  108. package/index.js +84 -78
  109. package/package.json +2 -7
  110. package/style/v4/colors.scss +1 -1
  111. package/style/v4/grid.css +1 -1
  112. package/style/v4/grid.css.map +1 -1
  113. package/AppHeader.vue_vue_type_style_index_0_scoped_9202b5db_lang.css +0 -1
  114. package/ButtonV4.vue_vue_type_style_index_0_scoped_afe44a65_lang.css +0 -1
  115. package/CalendarMonth.vue_vue_type_style_index_0_scoped_acd3440c_lang.css +0 -1
  116. package/CalendarMonthV4.vue_vue_type_style_index_0_scoped_b0d3ea50_lang.css +0 -1
  117. package/Chart.vue_vue_type_style_index_0_scoped_060d02be_lang.css +0 -1
  118. package/ChartHeader.vue_vue_type_style_index_0_scoped_d90c583e_lang.css +0 -1
  119. package/ChartPlane.vue_vue_type_style_index_0_scoped_3c887f7e_lang.css +0 -1
  120. package/ColumnPicker.vue_vue_type_style_index_0_scoped_01c4e08f_lang.css +0 -1
  121. package/DataGrid.vue_vue_type_style_index_0_scoped_cd41c5ca_lang.css +0 -1
  122. package/DateRange.vue_vue_type_style_index_0_scoped_70e316e9_lang.css +0 -1
  123. package/DateRangeV4.vue_vue_type_style_index_0_scoped_a849128a_lang.css +0 -1
  124. package/IconV4.vue_vue_type_style_index_0_scoped_dc433d48_lang.css +0 -1
  125. package/InlineCopy.vue_vue_type_style_index_0_scoped_ad48b61e_lang.css +0 -1
  126. package/SectionDropdown.vue_vue_type_style_index_0_scoped_cfad60a8_lang.css +0 -1
  127. package/SnackbarV4.vue_vue_type_style_index_0_scoped_1b650c39_lang.css +0 -1
  128. package/SwitchV4.vue_vue_type_style_index_0_scoped_0a80c49f_lang.css +0 -1
  129. package/TooltipV4.vue_vue_type_style_index_0_scoped_8a451e54_lang.css +0 -1
@@ -11,12 +11,13 @@ 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" | "month-3-6-9-12";
14
+ datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "dateWithLastMonth" | "month-3-6-9-12";
15
15
  regex: RegExp;
16
16
  initialType: "date" | "week" | "month";
17
17
  openOnTop: boolean;
18
18
  showPresets: boolean;
19
19
  maxDate: Date;
20
+ minDate: Date;
20
21
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
21
22
  testId: {
22
23
  type: import("vue").PropType<string>;
@@ -58,7 +59,7 @@ declare const DateRangeTypes: () => ({
58
59
  default: any;
59
60
  };
60
61
  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" | "month-3-6-9-12">;
62
+ type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "dateWithLastMonth" | "month-3-6-9-12">;
62
63
  default: string;
63
64
  };
64
65
  regex: {
@@ -84,6 +85,10 @@ declare const DateRangeTypes: () => ({
84
85
  type: import("vue").PropType<Date>;
85
86
  default: any;
86
87
  };
88
+ minDate: {
89
+ type: import("vue").PropType<Date>;
90
+ default: any;
91
+ };
87
92
  }>> & {
88
93
  onOpened?: (...args: any[]) => any;
89
94
  onRangeTypeChanged?: (...args: any[]) => any;
@@ -91,7 +96,7 @@ declare const DateRangeTypes: () => ({
91
96
  onRangeChanged?: (...args: any[]) => any;
92
97
  onDateRangePresetNameChanged?: (...args: any[]) => any;
93
98
  onDismissed?: (...args: any[]) => any;
94
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "allowedDays" | "uniqueId" | "includeToday" | "dateFormat" | "types" | "maxDaysInRange" | "datePresetList" | "regex" | "initialType" | "openOnTop" | "showPresets" | "maxDate">;
99
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "allowedDays" | "uniqueId" | "includeToday" | "dateFormat" | "types" | "maxDaysInRange" | "datePresetList" | "regex" | "initialType" | "openOnTop" | "showPresets" | "maxDate" | "minDate">;
95
100
  $attrs: {
96
101
  [x: string]: unknown;
97
102
  };
@@ -146,7 +151,7 @@ declare const DateRangeTypes: () => ({
146
151
  default: any;
147
152
  };
148
153
  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" | "month-3-6-9-12">;
154
+ type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "dateWithLastMonth" | "month-3-6-9-12">;
150
155
  default: string;
151
156
  };
152
157
  regex: {
@@ -172,6 +177,10 @@ declare const DateRangeTypes: () => ({
172
177
  type: import("vue").PropType<Date>;
173
178
  default: any;
174
179
  };
180
+ minDate: {
181
+ type: import("vue").PropType<Date>;
182
+ default: any;
183
+ };
175
184
  }>> & {
176
185
  onOpened?: (...args: any[]) => any;
177
186
  onRangeTypeChanged?: (...args: any[]) => any;
@@ -195,12 +204,13 @@ declare const DateRangeTypes: () => ({
195
204
  dateFormat: string;
196
205
  types: ("date" | "week" | "month")[];
197
206
  maxDaysInRange: number;
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";
207
+ datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "dateWithLastMonth" | "month-3-6-9-12";
199
208
  regex: RegExp;
200
209
  initialType: "date" | "week" | "month";
201
210
  openOnTop: boolean;
202
211
  showPresets: boolean;
203
212
  maxDate: Date;
213
+ minDate: Date;
204
214
  }, {}, string> & {
205
215
  beforeCreate?: (() => void) | (() => void)[];
206
216
  created?: (() => void) | (() => void)[];
@@ -262,7 +272,7 @@ declare const DateRangeTypes: () => ({
262
272
  default: any;
263
273
  };
264
274
  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" | "month-3-6-9-12">;
275
+ type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "dateWithLastMonth" | "month-3-6-9-12">;
266
276
  default: string;
267
277
  };
268
278
  regex: {
@@ -288,6 +298,10 @@ declare const DateRangeTypes: () => ({
288
298
  type: import("vue").PropType<Date>;
289
299
  default: any;
290
300
  };
301
+ minDate: {
302
+ type: import("vue").PropType<Date>;
303
+ default: any;
304
+ };
291
305
  }>> & {
292
306
  onOpened?: (...args: any[]) => any;
293
307
  onRangeTypeChanged?: (...args: any[]) => any;
@@ -340,7 +354,7 @@ declare const DateRangeTypes: () => ({
340
354
  default: any;
341
355
  };
342
356
  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" | "month-3-6-9-12">;
357
+ type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "dateWithLastMonth" | "month-3-6-9-12">;
344
358
  default: string;
345
359
  };
346
360
  regex: {
@@ -366,6 +380,10 @@ declare const DateRangeTypes: () => ({
366
380
  type: import("vue").PropType<Date>;
367
381
  default: any;
368
382
  };
383
+ minDate: {
384
+ type: import("vue").PropType<Date>;
385
+ default: any;
386
+ };
369
387
  }>> & {
370
388
  onOpened?: (...args: any[]) => any;
371
389
  onRangeTypeChanged?: (...args: any[]) => any;
@@ -389,12 +407,13 @@ declare const DateRangeTypes: () => ({
389
407
  dateFormat: string;
390
408
  types: ("date" | "week" | "month")[];
391
409
  maxDaysInRange: number;
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";
410
+ datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "dateWithLastMonth" | "month-3-6-9-12";
393
411
  regex: RegExp;
394
412
  initialType: "date" | "week" | "month";
395
413
  openOnTop: boolean;
396
414
  showPresets: boolean;
397
415
  maxDate: Date;
416
+ minDate: Date;
398
417
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
399
418
  $slots: {
400
419
  field?(_: {
@@ -15,11 +15,13 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
15
15
  id?: string | number;
16
16
  allowedDays?: number;
17
17
  maxAllowedDate?: Date;
18
+ minAllowedDate?: Date;
18
19
  testId?: string;
19
20
  }>, {
20
21
  id: number;
21
22
  allowedDays: any;
22
23
  maxAllowedDate: any;
24
+ minAllowedDate: any;
23
25
  testId: string;
24
26
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
25
27
  navigation: (...args: any[]) => void;
@@ -40,11 +42,13 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
40
42
  id?: string | number;
41
43
  allowedDays?: number;
42
44
  maxAllowedDate?: Date;
45
+ minAllowedDate?: Date;
43
46
  testId?: string;
44
47
  }>, {
45
48
  id: number;
46
49
  allowedDays: any;
47
50
  maxAllowedDate: any;
51
+ minAllowedDate: any;
48
52
  testId: string;
49
53
  }>>> & {
50
54
  onNavigation?: (...args: any[]) => any;
@@ -54,6 +58,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
54
58
  id: string | number;
55
59
  allowedDays: number;
56
60
  maxAllowedDate: Date;
61
+ minAllowedDate: Date;
57
62
  }>;
58
63
  export default _default;
59
64
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -1,7 +1,7 @@
1
- import o from "./CalendarMonthV4.vue2.js";
2
- /* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../../CalendarMonthV4.vue_vue_type_style_index_0_scoped_b0d3ea50_lang.css"; //*');
4
- const s = /* @__PURE__ */ e(o, [["__scopeId", "data-v-b0d3ea50"]]);
1
+ import e from "./CalendarMonthV4.vue2.js";
2
+ /* empty css */import o from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ // import "../../../CalendarMonthV4.vue_vue_type_style_index_0_scoped_6eae923a_lang.css"; //*');
4
+ const s = /* @__PURE__ */ o(e, [["__scopeId", "data-v-6eae923a"]]);
5
5
  export {
6
6
  s as default
7
7
  };
@@ -1,8 +1,8 @@
1
- import "../../../CalendarMonthV4.vue_vue_type_style_index_0_scoped_b0d3ea50_lang.css"; import { defineComponent as V, openBlock as n, createElementBlock as l, unref as t, createElementVNode as s, createBlock as c, createCommentVNode as D, createVNode as E, withCtx as m, createTextVNode as v, toDisplayString as o, Fragment as $, renderList as f, normalizeClass as C } from "vue";
2
- import { navigatePrev as I, navigateNext as N } from "../common/consts.common.js";
1
+ import "../../../CalendarMonthV4.vue_vue_type_style_index_0_scoped_6eae923a_lang.css"; import { defineComponent as V, openBlock as n, createElementBlock as l, unref as t, createElementVNode as s, createBlock as c, createCommentVNode as D, createVNode as E, withCtx as m, createTextVNode as v, toDisplayString as o, Fragment as f, renderList as $, normalizeClass as C } from "vue";
2
+ import { navigatePrev as I, navigateNext as A } from "../common/consts.common.js";
3
3
  import { calendarMonthCommon as B } from "../common/CalendarMonth.common.js";
4
4
  import "../../button/v4/ButtonV4.vue.js";
5
- import p from "../../button/v4/IconButtonV4.vue.js";
5
+ import N from "../../button/v4/IconButtonV4.vue.js";
6
6
  import "../../button/v4/ButtonGroup.vue.js";
7
7
  import "../../button/v4/ToggleButtonGroupAB.vue.js";
8
8
  import y from "../../typography/v4/Typography.vue.js";
@@ -20,10 +20,11 @@ const H = ["id", "data-testid"], S = ["data-testid"], z = ["data-testid"], F = [
20
20
  id: { default: Date.now() },
21
21
  allowedDays: { default: null },
22
22
  maxAllowedDate: { default: null },
23
+ minAllowedDate: { default: null },
23
24
  testId: { default: "" }
24
25
  },
25
26
  emits: ["selectionChanged", "navigation"],
26
- setup(e, { emit: A }) {
27
+ setup(e, { emit: p }) {
27
28
  const T = e, {
28
29
  isEndDay: k,
29
30
  isStartDay: g,
@@ -33,7 +34,7 @@ const H = ["id", "data-testid"], S = ["data-testid"], z = ["data-testid"], F = [
33
34
  dayNames: x,
34
35
  selectedDaysMap: w,
35
36
  inBetweenMap: b
36
- } = B(T, A);
37
+ } = B(T, p);
37
38
  return (O, r) => (n(), l("div", {
38
39
  id: "datepickerCalendar" + e.id,
39
40
  class: "calendar-month",
@@ -42,7 +43,7 @@ const H = ["id", "data-testid"], S = ["data-testid"], z = ["data-testid"], F = [
42
43
  s("span", {
43
44
  onClick: r[0] || (r[0] = (i) => t(h)(t(I)))
44
45
  }, [
45
- e.navigation === t(I) || e.navigation === "all" ? (n(), c(t(p), {
46
+ e.navigation === t(I) || e.navigation === "all" ? (n(), c(t(N), {
46
47
  key: 0,
47
48
  size: "small",
48
49
  class: "previous",
@@ -51,9 +52,9 @@ const H = ["id", "data-testid"], S = ["data-testid"], z = ["data-testid"], F = [
51
52
  }, null, 8, ["data-testid"])) : D("", !0)
52
53
  ]),
53
54
  s("span", {
54
- onClick: r[1] || (r[1] = (i) => t(h)(t(N)))
55
+ onClick: r[1] || (r[1] = (i) => t(h)(t(A)))
55
56
  }, [
56
- e.navigation === t(N) || e.navigation === "all" ? (n(), c(t(p), {
57
+ e.navigation === t(A) || e.navigation === "all" ? (n(), c(t(N), {
57
58
  key: 0,
58
59
  class: "next",
59
60
  size: "small",
@@ -80,7 +81,7 @@ const H = ["id", "data-testid"], S = ["data-testid"], z = ["data-testid"], F = [
80
81
  class: "days-header",
81
82
  "data-testid": `${e.testId}-${t(d).DAYS_HEADER}`
82
83
  }, [
83
- (n(!0), l($, null, f(t(x), (i, u) => (n(), c(t(y), {
84
+ (n(!0), l(f, null, $(t(x), (i, u) => (n(), c(t(y), {
84
85
  key: u,
85
86
  variant: "caption",
86
87
  class: "week-day"
@@ -95,8 +96,8 @@ const H = ["id", "data-testid"], S = ["data-testid"], z = ["data-testid"], F = [
95
96
  class: "days-wrapper",
96
97
  "data-testid": `${e.testId}-${t(d).DAYS_WRAPPER}`
97
98
  }, [
98
- (n(!0), l($, null, f(e.weeks, (i, u) => (n(), l("div", { key: u }, [
99
- (n(!0), l($, null, f(i, (a, P) => (n(), l("span", {
99
+ (n(!0), l(f, null, $(e.weeks, (i, u) => (n(), l("div", { key: u }, [
100
+ (n(!0), l(f, null, $(i, (a, P) => (n(), l("span", {
100
101
  key: P,
101
102
  class: C(["date-wrapper", {
102
103
  "selected-day-wrapper": t(w)[a.value],
@@ -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" | "month-3-6-9-12";
11
+ datePresetList?: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "dateWithLastMonth" | "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" | "month-3-6-9-12";
47
+ datePresetList?: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "dateWithLastMonth" | "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" | "month-3-6-9-12";
82
+ datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "dateWithLastMonth" | "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" | "month-3-6-9-12";
10
+ datePresetList?: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "dateWithLastMonth" | "month-3-6-9-12";
11
11
  regex?: RegExp;
12
12
  dateFormat?: string;
13
13
  uniqueId?: string | number;
@@ -16,6 +16,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
16
16
  openOnTop: boolean;
17
17
  showPresets: boolean;
18
18
  maxDate?: Date;
19
+ minDate?: Date;
19
20
  testId?: string;
20
21
  }>, {
21
22
  types: () => string[];
@@ -31,6 +32,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
31
32
  openOnTop: boolean;
32
33
  showPresets: boolean;
33
34
  maxDate: any;
35
+ minDate: any;
34
36
  testId: string;
35
37
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
36
38
  opened: (...args: any[]) => void;
@@ -48,7 +50,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
48
50
  includeToday?: boolean;
49
51
  allowedDays?: number;
50
52
  maxDaysInRange?: number;
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";
53
+ datePresetList?: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "dateWithLastMonth" | "month-3-6-9-12";
52
54
  regex?: RegExp;
53
55
  dateFormat?: string;
54
56
  uniqueId?: string | number;
@@ -57,6 +59,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
57
59
  openOnTop: boolean;
58
60
  showPresets: boolean;
59
61
  maxDate?: Date;
62
+ minDate?: Date;
60
63
  testId?: string;
61
64
  }>, {
62
65
  types: () => string[];
@@ -72,6 +75,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
72
75
  openOnTop: boolean;
73
76
  showPresets: boolean;
74
77
  maxDate: any;
78
+ minDate: any;
75
79
  testId: string;
76
80
  }>>> & {
77
81
  onOpened?: (...args: any[]) => any;
@@ -89,12 +93,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
89
93
  dateFormat: string;
90
94
  types: ("date" | "week" | "month")[];
91
95
  maxDaysInRange: number;
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";
96
+ datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "dateWithLastMonth" | "month-3-6-9-12";
93
97
  regex: RegExp;
94
98
  initialType: "date" | "week" | "month";
95
99
  openOnTop: boolean;
96
100
  showPresets: boolean;
97
101
  maxDate: Date;
102
+ minDate: Date;
98
103
  }>, {
99
104
  field?(_: {
100
105
  currentDate: any;
@@ -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.vue_vue_type_style_index_0_scoped_a849128a_lang.css"; //*');
4
- const s = /* @__PURE__ */ o(e, [["__scopeId", "data-v-a849128a"]]);
3
+ // import "../../../DateRangeV4.vue_vue_type_style_index_0_scoped_f8826716_lang.css"; //*');
4
+ const a = /* @__PURE__ */ o(e, [["__scopeId", "data-v-f8826716"]]);
5
5
  export {
6
- s as default
6
+ a as default
7
7
  };