@ironsource/shared-ui 2.2.0-test.9 → 2.2.0-test.90

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 (118) hide show
  1. package/Alert.vue_vue_type_style_index_0_scoped_1036ab1d_lang.css +1 -0
  2. package/ButtonV4.vue_vue_type_style_index_0_scoped_6f05dc63_lang.css +1 -0
  3. package/CalendarMonthV4.vue_vue_type_style_index_0_scoped_73af6757_lang.css +1 -0
  4. package/Chart.vue_vue_type_style_index_0_scoped_a4d7b67a_lang.css +1 -0
  5. package/DatePickerV4.vue_vue_type_style_index_0_scoped_bb0041c1_lang.css +1 -0
  6. package/DateRangeV4.vue_vue_type_style_index_0_scoped_5545bc01_lang.css +1 -0
  7. package/DropdownV4.vue_vue_type_style_index_0_scoped_b2d0a4d2_lang.css +1 -0
  8. package/DropdownV4.vue_vue_type_style_index_1_lang.css +1 -1
  9. package/FormCard.vue_vue_type_style_index_0_scoped_98458a8f_lang.css +1 -0
  10. package/IncludeExclude.vue_vue_type_style_index_0_scoped_cc2adbf5_lang.css +1 -1
  11. package/IncludeExcludeDragDrop.vue_vue_type_style_index_0_scoped_bd6145ce_lang.css +1 -1
  12. package/Loader.vue_vue_type_style_index_0_scoped_94c3c850_lang.css +1 -0
  13. package/Menu.vue_vue_type_style_index_0_scoped_545aa70b_lang.css +1 -0
  14. package/Menu.vue_vue_type_style_index_1_lang.css +1 -1
  15. package/MultiBar.vue_vue_type_style_index_0_scoped_7c2477ad_lang.css +1 -0
  16. package/OptionV4.vue_vue_type_style_index_0_scoped_7e70c643_lang.css +1 -0
  17. package/PopoverV4.vue_vue_type_style_index_0_scoped_ea1a3e8c_lang.css +1 -0
  18. package/PopoverV4.vue_vue_type_style_index_1_lang.css +1 -1
  19. package/SnackbarV4.vue_vue_type_style_index_0_scoped_f19e742c_lang.css +1 -0
  20. package/Tag.vue_vue_type_style_index_0_scoped_b0662035_lang.css +1 -0
  21. package/ThemeWrapper.vue_vue_type_style_index_0_scoped_8eef6574_lang.css +1 -0
  22. package/ThemeWrapper.vue_vue_type_style_index_1_lang.css +1 -1
  23. package/TooltipV4.vue_vue_type_style_index_0_scoped_f88fbece_lang.css +1 -0
  24. package/TooltipV4.vue_vue_type_style_index_1_lang.css +1 -1
  25. package/components/ThemeWrapper/ThemeStrore.d.ts +2 -1
  26. package/components/ThemeWrapper/ThemeStrore.js +14 -11
  27. package/components/ThemeWrapper/ThemeWrapper.vue.js +2 -2
  28. package/components/ThemeWrapper/ThemeWrapper.vue2.js +8 -11
  29. package/components/ThemeWrapper/index.d.ts +2 -1
  30. package/components/ThemeWrapper/index.js +4 -2
  31. package/components/alert/Alert.vue.js +4 -4
  32. package/components/alert/Alert.vue2.js +1 -1
  33. package/components/button/v3/ButtonBase.vue.d.ts +1 -1
  34. package/components/button/v4/ButtonV4.vue.js +3 -3
  35. package/components/button/v4/ButtonV4.vue2.js +1 -1
  36. package/components/chart/Chart.vue.d.ts +5 -0
  37. package/components/chart/Chart.vue.js +3 -3
  38. package/components/chart/Chart.vue2.js +17 -15
  39. package/components/chart/composables/useChartHeight.d.ts +1 -1
  40. package/components/chart/composables/useChartHeight.js +16 -15
  41. package/components/chart/index.d.ts +20 -1
  42. package/components/chart/types.d.ts +1 -0
  43. package/components/datePicker/v4/DatePickerV4.vue.js +2 -2
  44. package/components/datePicker/v4/DatePickerV4.vue2.js +1 -1
  45. package/components/dateRange/common/consts.common.d.ts +5 -0
  46. package/components/dateRange/common/consts.common.js +9 -0
  47. package/components/dateRange/v3/DateRange.vue.d.ts +3 -3
  48. package/components/dateRange/v3/DateRangePicker.vue.d.ts +3 -3
  49. package/components/dateRange/v3/index.d.ts +7 -7
  50. package/components/dateRange/v4/CalendarMonthV4.vue.js +4 -4
  51. package/components/dateRange/v4/CalendarMonthV4.vue2.js +1 -1
  52. package/components/dateRange/v4/DateRangePickerV4.vue.d.ts +3 -3
  53. package/components/dateRange/v4/DateRangeV4.vue.d.ts +3 -3
  54. package/components/dateRange/v4/DateRangeV4.vue.js +2 -2
  55. package/components/dateRange/v4/DateRangeV4.vue2.js +1 -1
  56. package/components/dateRange/v4/index.d.ts +7 -7
  57. package/components/dropdown/v3/Dropdown.vue.d.ts +1 -1
  58. package/components/dropdown/v3/index.d.ts +12 -12
  59. package/components/dropdown/v4/ButtonDropdownTrigger.vue.d.ts +1 -1
  60. package/components/dropdown/v4/DropdownV4.vue.js +3 -3
  61. package/components/dropdown/v4/DropdownV4.vue2.js +152 -146
  62. package/components/dropdown/v4/OptionV4.vue.js +3 -3
  63. package/components/dropdown/v4/OptionV4.vue2.js +13 -12
  64. package/components/forms/FormCard.vue.js +3 -3
  65. package/components/forms/FormCard.vue2.js +5 -5
  66. package/components/loader/v4/Loader.vue.js +3 -3
  67. package/components/loader/v4/Loader.vue2.js +1 -1
  68. package/components/menu/Menu.vue.js +3 -3
  69. package/components/menu/Menu.vue2.js +33 -30
  70. package/components/multibar/MultiBar.vue.js +3 -3
  71. package/components/multibar/MultiBar.vue2.js +51 -50
  72. package/components/popover/v4/PopoverV4.vue.d.ts +14 -0
  73. package/components/popover/v4/PopoverV4.vue.js +2 -2
  74. package/components/popover/v4/PopoverV4.vue2.js +20 -17
  75. package/components/popover/v4/index.d.ts +41 -1
  76. package/components/snackbar/v4/SnackbarV4.vue.js +3 -3
  77. package/components/snackbar/v4/SnackbarV4.vue2.js +1 -1
  78. package/components/tag/Tag.vue.d.ts +26 -0
  79. package/components/tag/Tag.vue.js +3 -3
  80. package/components/tag/Tag.vue2.js +227 -155
  81. package/components/tag/index.d.ts +42 -0
  82. package/components/tooltip/v3/Tooltip.vue.d.ts +1 -1
  83. package/components/tooltip/v3/index.d.ts +20 -20
  84. package/components/tooltip/v4/TooltipV4.vue.d.ts +6 -1
  85. package/components/tooltip/v4/TooltipV4.vue.js +2 -2
  86. package/components/tooltip/v4/TooltipV4.vue2.js +76 -36
  87. package/components/tooltip/v4/index.d.ts +39 -20
  88. package/design-foundation.stories/colors/ColorsData.d.ts +114 -0
  89. package/design-foundation.stories/colors/ColorsStoryWrapper.vue.d.ts +28 -1
  90. package/index.d.ts +195 -76
  91. package/package.json +1 -1
  92. package/style/v4/border-radius.scss +2 -2
  93. package/style/v4/colors.scss +105 -0
  94. package/style/v4/elevations.scss +11 -0
  95. package/style/v4/grid.css +1 -1
  96. package/style/v4/grid.css.map +1 -1
  97. package/style/v4/grid.scss +1 -1
  98. package/style/v4/scrollbar.scss +21 -0
  99. package/style/v4/spacings.scss +1 -1
  100. package/style/v4/styleguideV4.scss +1 -0
  101. package/styleguide.scss +2 -2
  102. package/Alert.vue_vue_type_style_index_0_scoped_5e66710b_lang.css +0 -1
  103. package/ButtonV4.vue_vue_type_style_index_0_scoped_a59af1ad_lang.css +0 -1
  104. package/CalendarMonthV4.vue_vue_type_style_index_0_scoped_6eae923a_lang.css +0 -1
  105. package/Chart.vue_vue_type_style_index_0_scoped_22477735_lang.css +0 -1
  106. package/DatePickerV4.vue_vue_type_style_index_0_scoped_39e6c10c_lang.css +0 -1
  107. package/DateRangeV4.vue_vue_type_style_index_0_scoped_f8826716_lang.css +0 -1
  108. package/DropdownV4.vue_vue_type_style_index_0_scoped_526bf0a1_lang.css +0 -1
  109. package/FormCard.vue_vue_type_style_index_0_scoped_86feae7b_lang.css +0 -1
  110. package/Loader.vue_vue_type_style_index_0_scoped_50d9be64_lang.css +0 -1
  111. package/Menu.vue_vue_type_style_index_0_scoped_eb057818_lang.css +0 -1
  112. package/MultiBar.vue_vue_type_style_index_0_scoped_c4395fb6_lang.css +0 -1
  113. package/OptionV4.vue_vue_type_style_index_0_scoped_752a357d_lang.css +0 -1
  114. package/PopoverV4.vue_vue_type_style_index_0_scoped_66694b4e_lang.css +0 -1
  115. package/SnackbarV4.vue_vue_type_style_index_0_scoped_35c79635_lang.css +0 -1
  116. package/Tag.vue_vue_type_style_index_0_scoped_043adaf5_lang.css +0 -1
  117. package/ThemeWrapper.vue_vue_type_style_index_0_scoped_66bd448a_lang.css +0 -1
  118. package/TooltipV4.vue_vue_type_style_index_0_scoped_8a451e54_lang.css +0 -1
@@ -1,4 +1,4 @@
1
- import "../../Chart.vue_vue_type_style_index_0_scoped_22477735_lang.css"; import { defineComponent as P, ref as U, computed as d, openBlock as n, createElementBlock as b, Fragment as S, createBlock as D, unref as l, isRef as y, withCtx as s, renderSlot as u, createCommentVNode as A, createElementVNode as L, mergeProps as g, normalizeClass as $, createVNode as k, createSlots as M, renderList as R } from "vue";
1
+ import "../../Chart.vue_vue_type_style_index_0_scoped_a4d7b67a_lang.css"; import { defineComponent as P, ref as U, computed as d, openBlock as n, createElementBlock as g, Fragment as S, createBlock as D, unref as l, isRef as b, withCtx as s, renderSlot as u, createCommentVNode as A, createElementVNode as L, mergeProps as y, normalizeClass as $, createVNode as k, createSlots as M, renderList as R } from "vue";
2
2
  import { useVModel as B } from "@vueuse/core";
3
3
  import K from "./ChartLegend.vue.js";
4
4
  import X from "./SettingsHeader.vue.js";
@@ -60,7 +60,8 @@ const at = {
60
60
  fullHeightBottomSpacing: { default: 50 },
61
61
  withSettingsHeader: { type: Boolean, default: !0 },
62
62
  extraCharts: { default: () => [] },
63
- colorVariant: { default: "default" }
63
+ colorVariant: { default: "default" },
64
+ height: { default: void 0 }
64
65
  },
65
66
  emits: ["update:chartType", "update:visibleIds", "update:sortSelected"],
66
67
  setup(e, { emit: c }) {
@@ -106,23 +107,24 @@ const at = {
106
107
  dataSets: E,
107
108
  visibleIds: I,
108
109
  variant: t.colorVariant
109
- }), w = d(() => t.dataSets.map((a) => ({
110
+ }), H = d(() => t.dataSets.map((a) => ({
110
111
  id: a.id,
111
112
  label: a.label,
112
113
  caption: a.caption || null,
113
114
  color: m.value[a.id] || null,
114
115
  icon: a.icon || null,
115
116
  iconType: a.iconType || "branded"
116
- }))), { containerProps: H, eachPlaneHeight: N } = Z({
117
+ }))), { containerProps: w, eachPlaneHeight: N } = Z({
117
118
  chartPlanesCount: C,
118
119
  useFullHeight: t.fullHeight,
119
- bottomSpacing: t.fullHeightBottomSpacing
120
+ bottomSpacing: t.fullHeightBottomSpacing,
121
+ customHeight: t.height
120
122
  }), O = et(t.testId, p);
121
- return (a, i) => (n(), b(S, null, [
123
+ return (a, i) => (n(), g(S, null, [
122
124
  e.withSettingsHeader ? (n(), D(X, {
123
125
  key: 0,
124
126
  "chart-type": l(r),
125
- "onUpdate:chart-type": i[0] || (i[0] = (o) => y(r) ? r.value = o : null),
127
+ "onUpdate:chart-type": i[0] || (i[0] = (o) => b(r) ? r.value = o : null),
126
128
  "hide-legend": e.hideLegend,
127
129
  "test-id": e.testId
128
130
  }, {
@@ -137,16 +139,16 @@ const at = {
137
139
  ]),
138
140
  _: 3
139
141
  }, 8, ["chart-type", "hide-legend", "test-id"])) : A("", !0),
140
- L("div", g({ class: "chart-container" }, {
141
- ...l(H),
142
+ L("div", y({ class: "chart-container" }, {
143
+ ...l(w),
142
144
  ...l(O)[l(p).CONTAINER]
143
145
  }), [
144
146
  L("section", {
145
147
  class: $(["chart-planes", [{ "with-legend": !e.hideLegend }]])
146
148
  }, [
147
- k(V, g({
149
+ k(V, y({
148
150
  "chart-type": l(r),
149
- "onUpdate:chart-type": i[1] || (i[1] = (o) => y(r) ? r.value = o : null)
151
+ "onUpdate:chart-type": i[1] || (i[1] = (o) => b(r) ? r.value = o : null)
150
152
  }, l(v)), M({ _: 2 }, [
151
153
  a.$slots["subheader-tooltip"] ? {
152
154
  name: "subheader-tooltip",
@@ -156,7 +158,7 @@ const at = {
156
158
  key: "0"
157
159
  } : void 0
158
160
  ]), 1040, ["chart-type"]),
159
- (n(!0), b(S, null, R(e.extraCharts, (o, T) => (n(), D(V, g({
161
+ (n(!0), g(S, null, R(e.extraCharts, (o, T) => (n(), D(V, y({
160
162
  key: T,
161
163
  class: "extra-chart-plane"
162
164
  }, { ...l(v), ...o }, {
@@ -167,13 +169,13 @@ const at = {
167
169
  "test-id": `${e.testId}-${l(p).EXTRA_CHART}-${T}`
168
170
  }), null, 16, ["chart-type", "colors-map", "tooltip-respects-top-edge", "test-id"]))), 128))
169
171
  ], 2),
170
- e.hideLegend ? A("", !0) : (n(), b("section", at, [
172
+ e.hideLegend ? A("", !0) : (n(), g("section", at, [
171
173
  k(K, {
172
174
  "sort-selected": l(f),
173
- "onUpdate:sort-selected": i[2] || (i[2] = (o) => y(f) ? f.value = o : null),
175
+ "onUpdate:sort-selected": i[2] || (i[2] = (o) => b(f) ? f.value = o : null),
174
176
  "highlighted-id": h.value,
175
177
  "onUpdate:highlighted-id": i[3] || (i[3] = (o) => h.value = o),
176
- items: l(w),
178
+ items: l(H),
177
179
  "visible-ids": l(I),
178
180
  "max-limit-tooltip-text": e.maxLimitTooltipText,
179
181
  "sort-options": e.sortOptions,
@@ -1,5 +1,5 @@
1
1
  import { UseChartHeightArgs } from '@/components/chart/types';
2
- export declare const useChartHeight: ({ chartPlanesCount, useFullHeight, bottomSpacing, }: UseChartHeightArgs) => {
2
+ export declare const useChartHeight: ({ chartPlanesCount, useFullHeight, bottomSpacing, customHeight, }: UseChartHeightArgs) => {
3
3
  containerProps: import("vue").ComputedRef<Record<string, unknown>>;
4
4
  eachPlaneHeight: import("vue").ComputedRef<string>;
5
5
  };
@@ -1,24 +1,25 @@
1
- import { ref as g, computed as o } from "vue";
2
- import { useElementBounding as m, useWindowScroll as f } from "@vueuse/core";
3
- import { useFullPageHeight as p } from "../../../composables/useFullPageHeight.js";
4
- import { DEFAULT_CHART_PLANE_HEIGHT as E, HEADER_HEIGHT as v, MIN_PLANE_HEIGHT as r } from "../consts.js";
5
- const T = ({
1
+ import { ref as f, computed as r } from "vue";
2
+ import { useElementBounding as m, useWindowScroll as p } from "@vueuse/core";
3
+ import { useFullPageHeight as E } from "../../../composables/useFullPageHeight.js";
4
+ import { DEFAULT_CHART_PLANE_HEIGHT as v, HEADER_HEIGHT as d, MIN_PLANE_HEIGHT as n } from "../consts.js";
5
+ const I = ({
6
6
  chartPlanesCount: e,
7
- useFullHeight: n,
8
- bottomSpacing: i = 50
7
+ useFullHeight: i,
8
+ bottomSpacing: c = 50,
9
+ customHeight: o
9
10
  }) => {
10
- const t = g(), { height: c } = m(t), { cssHeightValue: l } = p({
11
+ const t = f(), { height: l } = m(t), { cssHeightValue: u } = E({
11
12
  elem: t,
12
- bottomSpacing: i
13
- }), { y: s } = f(), u = o(() => n && !s.value ? l.value : E + v + "px"), h = o(() => ({
13
+ bottomSpacing: c
14
+ }), { y: s } = p(), h = r(() => o || (i && !s.value ? u.value : v + d + "px")), a = r(() => ({
14
15
  ref: t,
15
- style: { height: u.value }
16
- })), a = o(() => e.value === 1 ? "100%" : c.value / e.value < r ? `${r}px` : 100 / e.value + "%");
16
+ style: { height: h.value }
17
+ })), H = r(() => e.value === 1 ? "100%" : l.value / e.value < n ? `${n}px` : 100 / e.value + "%");
17
18
  return {
18
- containerProps: h,
19
- eachPlaneHeight: a
19
+ containerProps: a,
20
+ eachPlaneHeight: H
20
21
  };
21
22
  };
22
23
  export {
23
- T as useChartHeight
24
+ I as useChartHeight
24
25
  };
@@ -7,6 +7,7 @@ declare const ChartTypes: () => ({
7
7
  $props: Partial<{
8
8
  header: string;
9
9
  testId: string;
10
+ height: string;
10
11
  loading: boolean;
11
12
  visibleIds: unknown[];
12
13
  minVisible: number;
@@ -59,6 +60,10 @@ declare const ChartTypes: () => ({
59
60
  type: import("vue").PropType<string>;
60
61
  default: string;
61
62
  };
63
+ height: {
64
+ type: import("vue").PropType<string>;
65
+ default: any;
66
+ };
62
67
  loading: {
63
68
  type: import("vue").PropType<boolean>;
64
69
  default: boolean;
@@ -244,7 +249,7 @@ declare const ChartTypes: () => ({
244
249
  "onUpdate:visibleIds"?: (visibleIds: unknown[]) => any;
245
250
  "onUpdate:sortSelected"?: (sortOption: unknown) => any;
246
251
  "onUpdate:chartType"?: (chartType: ChartType) => any;
247
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "testId" | "loading" | "visibleIds" | "minVisible" | "maxVisible" | "maxLimitTooltipText" | "sortSelected" | "sortOptions" | "sortOptionNameKey" | "chartType" | "hideLegend" | "xAxisFormat" | "xAxisDateInterval" | "totalsChart" | "parsing" | "yAxisFormat" | "valueSuffix" | "valuePrefix" | "trendTooltip" | "subheader" | "subheaderTooltip" | "headerTooltip" | "trendValue" | "trendDirection" | "noteText" | "dataSets" | "tickCount" | "truncateTickLabels" | "keepSubheaderVisible" | "empty" | "noDataIcon" | "noDataTitle" | "noDataSubtitle" | "withAnimation" | "tooltipTotalType" | "tooltipTotalCalcFn" | "tooltipOrder" | "indicateIncompleteData" | "tooltipExcludeTotalItem" | "fullHeight" | "fullHeightBottomSpacing" | "withSettingsHeader" | "extraCharts" | "colorVariant">;
252
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "testId" | "height" | "loading" | "visibleIds" | "minVisible" | "maxVisible" | "maxLimitTooltipText" | "sortSelected" | "sortOptions" | "sortOptionNameKey" | "chartType" | "hideLegend" | "xAxisFormat" | "xAxisDateInterval" | "totalsChart" | "parsing" | "yAxisFormat" | "valueSuffix" | "valuePrefix" | "trendTooltip" | "subheader" | "subheaderTooltip" | "headerTooltip" | "trendValue" | "trendDirection" | "noteText" | "dataSets" | "tickCount" | "truncateTickLabels" | "keepSubheaderVisible" | "empty" | "noDataIcon" | "noDataTitle" | "noDataSubtitle" | "withAnimation" | "tooltipTotalType" | "tooltipTotalCalcFn" | "tooltipOrder" | "indicateIncompleteData" | "tooltipExcludeTotalItem" | "fullHeight" | "fullHeightBottomSpacing" | "withSettingsHeader" | "extraCharts" | "colorVariant">;
248
253
  $attrs: {
249
254
  [x: string]: unknown;
250
255
  };
@@ -267,6 +272,10 @@ declare const ChartTypes: () => ({
267
272
  type: import("vue").PropType<string>;
268
273
  default: string;
269
274
  };
275
+ height: {
276
+ type: import("vue").PropType<string>;
277
+ default: any;
278
+ };
270
279
  loading: {
271
280
  type: import("vue").PropType<boolean>;
272
281
  default: boolean;
@@ -459,6 +468,7 @@ declare const ChartTypes: () => ({
459
468
  }, string, {
460
469
  header: string;
461
470
  testId: string;
471
+ height: string;
462
472
  loading: boolean;
463
473
  visibleIds: unknown[];
464
474
  minVisible: number;
@@ -531,6 +541,10 @@ declare const ChartTypes: () => ({
531
541
  type: import("vue").PropType<string>;
532
542
  default: string;
533
543
  };
544
+ height: {
545
+ type: import("vue").PropType<string>;
546
+ default: any;
547
+ };
534
548
  loading: {
535
549
  type: import("vue").PropType<boolean>;
536
550
  default: boolean;
@@ -729,6 +743,10 @@ declare const ChartTypes: () => ({
729
743
  type: import("vue").PropType<string>;
730
744
  default: string;
731
745
  };
746
+ height: {
747
+ type: import("vue").PropType<string>;
748
+ default: any;
749
+ };
732
750
  loading: {
733
751
  type: import("vue").PropType<boolean>;
734
752
  default: boolean;
@@ -921,6 +939,7 @@ declare const ChartTypes: () => ({
921
939
  }, string, {
922
940
  header: string;
923
941
  testId: string;
942
+ height: string;
924
943
  loading: boolean;
925
944
  visibleIds: unknown[];
926
945
  minVisible: number;
@@ -64,6 +64,7 @@ export type UseChartHeightArgs = {
64
64
  chartPlanesCount: Ref<number>;
65
65
  useFullHeight: boolean;
66
66
  bottomSpacing?: number;
67
+ customHeight?: string;
67
68
  };
68
69
  export type HexColor = `#${string}`;
69
70
  export type DataSetConfig = ChartDataset<'line'> & ChartDataSet;
@@ -1,7 +1,7 @@
1
1
  import e from "./DatePickerV4.vue2.js";
2
2
  /* empty css */import o from "../../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../../DatePickerV4.vue_vue_type_style_index_0_scoped_39e6c10c_lang.css"; //*');
4
- const s = /* @__PURE__ */ o(e, [["__scopeId", "data-v-39e6c10c"]]);
3
+ // import "../../../DatePickerV4.vue_vue_type_style_index_0_scoped_bb0041c1_lang.css"; //*');
4
+ const s = /* @__PURE__ */ o(e, [["__scopeId", "data-v-bb0041c1"]]);
5
5
  export {
6
6
  s as default
7
7
  };
@@ -1,4 +1,4 @@
1
- import "../../../DatePickerV4.vue_vue_type_style_index_0_scoped_39e6c10c_lang.css"; import { defineComponent as g, openBlock as r, createElementBlock as i, unref as e, createElementVNode as D, renderSlot as v, createVNode as n, normalizeClass as I, createCommentVNode as P } from "vue";
1
+ import "../../../DatePickerV4.vue_vue_type_style_index_0_scoped_bb0041c1_lang.css"; import { defineComponent as g, openBlock as r, createElementBlock as i, unref as e, createElementVNode as D, renderSlot as v, createVNode as n, normalizeClass as I, createCommentVNode as P } from "vue";
2
2
  import y from "./DatePickerMonthV4.vue.js";
3
3
  import { DatePickerTestIdModifiers as m } from "../../../testids/index.js";
4
4
  import { dataPickerCommon as h } from "../common/DatePicker.common.js";
@@ -41,6 +41,11 @@ export declare const presetsList: {
41
41
  id: string;
42
42
  numid: number;
43
43
  }[];
44
+ dateWithLastMonth: {
45
+ name: string;
46
+ id: string;
47
+ numid: number;
48
+ }[];
44
49
  week: {
45
50
  name: string;
46
51
  id: string;
@@ -50,6 +50,15 @@ const a = {
50
50
  { name: "Last 14 days", id: "last14days", numid: 4 },
51
51
  { name: "Last 30 days", id: "last30days", numid: 5 }
52
52
  ],
53
+ dateWithLastMonth: [
54
+ { name: "Today", id: "today", numid: 1 },
55
+ { name: "Yesterday", id: "yesterday", numid: 2 },
56
+ { name: "Last 7 days", id: "last7days", numid: 3 },
57
+ { name: "Last 14 days", id: "last14days", numid: 4 },
58
+ { name: "Last 30 days", id: "last30days", numid: 7 },
59
+ { name: "This month", id: "thisMonth", numid: 5 },
60
+ { name: "Last month", id: "lastMonth", numid: 6 }
61
+ ],
53
62
  week: [
54
63
  { name: "Last 4 weeks", id: "last4weeks", numid: 1 },
55
64
  { name: "Last 12 weeks", id: "last12weeks", numid: 2 },
@@ -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;
@@ -50,7 +50,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
50
50
  includeToday?: boolean;
51
51
  allowedDays?: number;
52
52
  maxDaysInRange?: number;
53
- 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";
54
54
  regex?: RegExp;
55
55
  dateFormat?: string;
56
56
  uniqueId?: string | number;
@@ -93,7 +93,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
93
93
  dateFormat: string;
94
94
  types: ("date" | "week" | "month")[];
95
95
  maxDaysInRange: number;
96
- 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";
97
97
  regex: RegExp;
98
98
  initialType: "date" | "week" | "month";
99
99
  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" | "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;
@@ -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" | "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;
@@ -59,7 +59,7 @@ declare const DateRangeTypes: () => ({
59
59
  default: any;
60
60
  };
61
61
  datePresetList: {
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" | "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">;
63
63
  default: string;
64
64
  };
65
65
  regex: {
@@ -151,7 +151,7 @@ declare const DateRangeTypes: () => ({
151
151
  default: any;
152
152
  };
153
153
  datePresetList: {
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" | "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">;
155
155
  default: string;
156
156
  };
157
157
  regex: {
@@ -204,7 +204,7 @@ declare const DateRangeTypes: () => ({
204
204
  dateFormat: string;
205
205
  types: ("date" | "week" | "month")[];
206
206
  maxDaysInRange: number;
207
- 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";
208
208
  regex: RegExp;
209
209
  initialType: "date" | "week" | "month";
210
210
  openOnTop: boolean;
@@ -272,7 +272,7 @@ declare const DateRangeTypes: () => ({
272
272
  default: any;
273
273
  };
274
274
  datePresetList: {
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" | "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">;
276
276
  default: string;
277
277
  };
278
278
  regex: {
@@ -354,7 +354,7 @@ declare const DateRangeTypes: () => ({
354
354
  default: any;
355
355
  };
356
356
  datePresetList: {
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" | "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">;
358
358
  default: string;
359
359
  };
360
360
  regex: {
@@ -407,7 +407,7 @@ declare const DateRangeTypes: () => ({
407
407
  dateFormat: string;
408
408
  types: ("date" | "week" | "month")[];
409
409
  maxDaysInRange: number;
410
- 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";
411
411
  regex: RegExp;
412
412
  initialType: "date" | "week" | "month";
413
413
  openOnTop: boolean;
@@ -1,7 +1,7 @@
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"]]);
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_73af6757_lang.css"; //*');
4
+ const s = /* @__PURE__ */ e(o, [["__scopeId", "data-v-73af6757"]]);
5
5
  export {
6
6
  s as default
7
7
  };
@@ -1,4 +1,4 @@
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";
1
+ import "../../../CalendarMonthV4.vue_vue_type_style_index_0_scoped_73af6757_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
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";
@@ -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;
@@ -50,7 +50,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
50
50
  includeToday?: boolean;
51
51
  allowedDays?: number;
52
52
  maxDaysInRange?: number;
53
- 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";
54
54
  regex?: RegExp;
55
55
  dateFormat?: string;
56
56
  uniqueId?: string | number;
@@ -93,7 +93,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
93
93
  dateFormat: string;
94
94
  types: ("date" | "week" | "month")[];
95
95
  maxDaysInRange: number;
96
- 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";
97
97
  regex: RegExp;
98
98
  initialType: "date" | "week" | "month";
99
99
  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.vue_vue_type_style_index_0_scoped_f8826716_lang.css"; //*');
4
- const a = /* @__PURE__ */ o(e, [["__scopeId", "data-v-f8826716"]]);
3
+ // import "../../../DateRangeV4.vue_vue_type_style_index_0_scoped_5545bc01_lang.css"; //*');
4
+ const a = /* @__PURE__ */ o(e, [["__scopeId", "data-v-5545bc01"]]);
5
5
  export {
6
6
  a as default
7
7
  };
@@ -1,4 +1,4 @@
1
- import "../../../DateRangeV4.vue_vue_type_style_index_0_scoped_f8826716_lang.css"; import { defineComponent as Q, watch as X, openBlock as n, createElementBlock as i, unref as e, normalizeClass as r, createElementVNode as d, renderSlot as x, createVNode as s, withDirectives as v, Fragment as k, renderList as C, withCtx as o, createTextVNode as m, toDisplayString as g, createCommentVNode as A, vShow as $, normalizeStyle as Z, setBlockTracking as E } from "vue";
1
+ import "../../../DateRangeV4.vue_vue_type_style_index_0_scoped_5545bc01_lang.css"; import { defineComponent as Q, watch as X, openBlock as n, createElementBlock as i, unref as e, normalizeClass as r, createElementVNode as d, renderSlot as x, createVNode as s, withDirectives as v, Fragment as k, renderList as C, withCtx as o, createTextVNode as m, toDisplayString as g, createCommentVNode as A, vShow as $, normalizeStyle as Z, setBlockTracking as E } from "vue";
2
2
  import _ from "./CalendarMonthV4.vue.js";
3
3
  import { typeToName as ee, messagePerType as te } from "../common/consts.common.js";
4
4
  import R 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" | "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;
@@ -59,7 +59,7 @@ declare const DateRangeTypes: () => ({
59
59
  default: any;
60
60
  };
61
61
  datePresetList: {
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" | "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">;
63
63
  default: string;
64
64
  };
65
65
  regex: {
@@ -151,7 +151,7 @@ declare const DateRangeTypes: () => ({
151
151
  default: any;
152
152
  };
153
153
  datePresetList: {
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" | "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">;
155
155
  default: string;
156
156
  };
157
157
  regex: {
@@ -204,7 +204,7 @@ declare const DateRangeTypes: () => ({
204
204
  dateFormat: string;
205
205
  types: ("date" | "week" | "month")[];
206
206
  maxDaysInRange: number;
207
- 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";
208
208
  regex: RegExp;
209
209
  initialType: "date" | "week" | "month";
210
210
  openOnTop: boolean;
@@ -272,7 +272,7 @@ declare const DateRangeTypes: () => ({
272
272
  default: any;
273
273
  };
274
274
  datePresetList: {
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" | "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">;
276
276
  default: string;
277
277
  };
278
278
  regex: {
@@ -354,7 +354,7 @@ declare const DateRangeTypes: () => ({
354
354
  default: any;
355
355
  };
356
356
  datePresetList: {
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" | "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">;
358
358
  default: string;
359
359
  };
360
360
  regex: {
@@ -407,7 +407,7 @@ declare const DateRangeTypes: () => ({
407
407
  dateFormat: string;
408
408
  types: ("date" | "week" | "month")[];
409
409
  maxDaysInRange: number;
410
- 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";
411
411
  regex: RegExp;
412
412
  initialType: "date" | "week" | "month";
413
413
  openOnTop: boolean;
@@ -171,8 +171,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
171
171
  onOpened?: () => any;
172
172
  onClosed?: () => any;
173
173
  }, {
174
- title: string;
175
174
  theme: string;
175
+ title: string;
176
176
  testId: string;
177
177
  placement: Placement;
178
178
  disabled: boolean;