@ironsource/shared-ui 2.1.11-test.27 → 2.1.11-test.44

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 (117) hide show
  1. package/ButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_604dfc6f_lang.css +1 -0
  2. package/Chart.vue_vue_type_style_index_0_scoped_04b9d6b3_lang.css +1 -0
  3. package/ChartHeader.vue_vue_type_style_index_0_scoped_b8213498_lang.css +1 -0
  4. package/ChartLegend.vue_vue_type_style_index_0_scoped_a1c626cd_lang.css +1 -0
  5. package/ChartTooltip.vue_vue_type_style_index_0_scoped_6744325c_lang.css +1 -0
  6. package/CheckboxV4.vue_vue_type_style_index_0_scoped_af4ae3c3_lang.css +1 -0
  7. package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_e43ac1c9_lang.css +1 -0
  8. package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_8f96cf5a_lang.css +1 -0
  9. package/DataGrid.vue_vue_type_style_index_0_scoped_26488faf_lang.css +1 -0
  10. package/DataGridMenu.vue_vue_type_style_index_0_scoped_ddfaf207_lang.css +1 -0
  11. package/DialogV4.vue_vue_type_style_index_0_scoped_37da643b_lang.css +1 -0
  12. package/DropdownV4.vue_vue_type_style_index_0_scoped_75002075_lang.css +1 -0
  13. package/EmptyStateV4.vue_vue_type_style_index_0_scoped_18728498_lang.css +1 -0
  14. package/FiltersPanelV4.vue_vue_type_style_index_0_scoped_383011d3_lang.css +1 -0
  15. package/FormCard.vue_vue_type_style_index_0_scoped_86feae7b_lang.css +1 -0
  16. package/SnackbarV4.vue_vue_type_style_index_0_scoped_89fe8aa1_lang.css +1 -0
  17. package/SortableItem.vue_vue_type_style_index_0_scoped_7cb676f1_lang.css +1 -0
  18. package/SortableItemLabel.vue_vue_type_style_index_0_scoped_f2ced2f4_lang.css +1 -0
  19. package/SortableList.vue_vue_type_style_index_0_scoped_156c01ca_lang.css +1 -0
  20. package/ThemeWrapper.vue_vue_type_style_index_1_lang.css +1 -1
  21. package/TreeDropdown.vue_vue_type_style_index_0_scoped_a898b632_lang.css +1 -0
  22. package/Typography.vue_vue_type_style_index_0_scoped_a14013a5_lang.css +1 -0
  23. package/components/chart/Chart.vue.d.ts +11 -3
  24. package/components/chart/Chart.vue.js +2 -2
  25. package/components/chart/Chart.vue2.js +108 -96
  26. package/components/chart/ChartHeader.vue.d.ts +13 -6
  27. package/components/chart/ChartHeader.vue.js +2 -2
  28. package/components/chart/ChartHeader.vue2.js +32 -29
  29. package/components/chart/ChartLegend.vue.d.ts +5 -0
  30. package/components/chart/ChartLegend.vue.js +3 -3
  31. package/components/chart/ChartLegend.vue2.js +99 -49
  32. package/components/chart/ChartTooltip.vue.d.ts +4 -5
  33. package/components/chart/ChartTooltip.vue.js +2 -2
  34. package/components/chart/ChartTooltip.vue2.js +64 -43
  35. package/components/chart/index.d.ts +36 -16
  36. package/components/chart/mockData.d.ts +15 -2
  37. package/components/chart/types.d.ts +15 -1
  38. package/components/chart/utils/utils.js +5 -5
  39. package/components/checkbox/v4/CheckboxV4.vue.js +3 -3
  40. package/components/checkbox/v4/CheckboxV4.vue2.js +2 -2
  41. package/components/dialog/v4/DialogV4.vue.d.ts +15 -0
  42. package/components/dialog/v4/DialogV4.vue.js +3 -3
  43. package/components/dialog/v4/DialogV4.vue2.js +80 -73
  44. package/components/dialog/v4/index.d.ts +58 -1
  45. package/components/dropdown/common/Dropdown.common.js +36 -34
  46. package/components/dropdown/v4/ButtonDropdownTrigger.vue.d.ts +15 -0
  47. package/components/dropdown/v4/ButtonDropdownTrigger.vue.js +3 -3
  48. package/components/dropdown/v4/ButtonDropdownTrigger.vue2.js +42 -20
  49. package/components/dropdown/v4/ChipDropdownTrigger.vue.js +3 -3
  50. package/components/dropdown/v4/ChipDropdownTrigger.vue2.js +55 -40
  51. package/components/dropdown/v4/ConditionalDropdown.vue.d.ts +20 -0
  52. package/components/dropdown/v4/ConditionalDropdown.vue.js +4 -4
  53. package/components/dropdown/v4/ConditionalDropdown.vue2.js +136 -97
  54. package/components/dropdown/v4/DropdownV4.vue.d.ts +2 -0
  55. package/components/dropdown/v4/DropdownV4.vue.js +2 -2
  56. package/components/dropdown/v4/DropdownV4.vue2.js +7 -7
  57. package/components/dropdown/v4/TreeDropdown.vue.d.ts +5 -0
  58. package/components/dropdown/v4/TreeDropdown.vue.js +2 -2
  59. package/components/dropdown/v4/TreeDropdown.vue2.js +165 -158
  60. package/components/dropdown/v4/index.d.ts +67 -2
  61. package/components/emptyState/v4/EmptyStateV4.vue.js +3 -3
  62. package/components/emptyState/v4/EmptyStateV4.vue2.js +1 -1
  63. package/components/filtersPanel/v4/FiltersPanelV4.vue.js +3 -3
  64. package/components/filtersPanel/v4/FiltersPanelV4.vue2.js +1 -1
  65. package/components/forms/FormCard.vue.js +3 -3
  66. package/components/forms/FormCard.vue2.js +1 -1
  67. package/components/snackbar/v4/SnackbarV4.vue.d.ts +7 -116
  68. package/components/snackbar/v4/SnackbarV4.vue.js +5 -5
  69. package/components/snackbar/v4/SnackbarV4.vue2.js +62 -60
  70. package/components/sortableList/SortableItem.vue.js +3 -3
  71. package/components/sortableList/SortableItem.vue2.js +57 -56
  72. package/components/sortableList/SortableItemLabel.vue.js +3 -3
  73. package/components/sortableList/SortableItemLabel.vue2.js +20 -23
  74. package/components/sortableList/SortableList.vue.js +3 -3
  75. package/components/sortableList/SortableList.vue2.js +82 -76
  76. package/components/table/common/Table.common.d.ts +1 -1
  77. package/components/table/common/Table.common.js +78 -70
  78. package/components/table/common/consts.d.ts +4 -0
  79. package/components/table/common/consts.js +7 -0
  80. package/components/table/v4/DataGrid.vue.d.ts +10 -5
  81. package/components/table/v4/DataGrid.vue.js +3 -3
  82. package/components/table/v4/DataGrid.vue2.js +173 -171
  83. package/components/table/v4/DataGridMenu.vue.js +5 -5
  84. package/components/table/v4/DataGridMenu.vue2.js +1 -1
  85. package/components/table/v4/index.d.ts +39 -20
  86. package/components/table-cells/common/Editable.common.js +24 -19
  87. package/components/typography/v4/Typography.vue.js +3 -3
  88. package/components/typography/v4/Typography.vue2.js +24 -18
  89. package/index.d.ts +386 -47
  90. package/index.js +1 -1
  91. package/package.json +1 -1
  92. package/style/v4/grid.css +1 -1
  93. package/style/v4/grid.css.map +1 -1
  94. package/style/v4/spacings.scss +1 -0
  95. package/testids/index.d.ts +1 -0
  96. package/testids/index.js +13 -13
  97. package/ButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_f9a13e27_lang.css +0 -1
  98. package/Chart.vue_vue_type_style_index_0_scoped_8f471697_lang.css +0 -1
  99. package/ChartHeader.vue_vue_type_style_index_0_scoped_4c37736e_lang.css +0 -1
  100. package/ChartLegend.vue_vue_type_style_index_0_scoped_c0f71a49_lang.css +0 -1
  101. package/ChartTooltip.vue_vue_type_style_index_0_scoped_ec636f18_lang.css +0 -1
  102. package/CheckboxV4.vue_vue_type_style_index_0_scoped_8e5b619a_lang.css +0 -1
  103. package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_039dd922_lang.css +0 -1
  104. package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_2aee12ad_lang.css +0 -1
  105. package/DataGrid.vue_vue_type_style_index_0_scoped_2406226b_lang.css +0 -1
  106. package/DataGridMenu.vue_vue_type_style_index_0_scoped_a6e4672f_lang.css +0 -1
  107. package/DialogV4.vue_vue_type_style_index_0_scoped_09c488cf_lang.css +0 -1
  108. package/DropdownV4.vue_vue_type_style_index_0_scoped_6466948d_lang.css +0 -1
  109. package/EmptyStateV4.vue_vue_type_style_index_0_scoped_24001caa_lang.css +0 -1
  110. package/FiltersPanelV4.vue_vue_type_style_index_0_scoped_111b200a_lang.css +0 -1
  111. package/FormCard.vue_vue_type_style_index_0_scoped_c7965a69_lang.css +0 -1
  112. package/SnackbarV4.vue_vue_type_style_index_0_scoped_49c5ccea_lang.css +0 -1
  113. package/SortableItem.vue_vue_type_style_index_0_scoped_9dd4d372_lang.css +0 -1
  114. package/SortableItemLabel.vue_vue_type_style_index_0_scoped_1386ae20_lang.css +0 -1
  115. package/SortableList.vue_vue_type_style_index_0_scoped_e9cd63b8_lang.css +0 -1
  116. package/TreeDropdown.vue_vue_type_style_index_0_scoped_bdfb0aef_lang.css +0 -1
  117. package/Typography.vue_vue_type_style_index_0_scoped_992962bc_lang.css +0 -1
@@ -12,10 +12,11 @@ declare const ChartTypes: () => ({
12
12
  visibleIds: unknown[];
13
13
  minVisible: number;
14
14
  maxVisible: number;
15
+ maxLimitTooltipText: string;
15
16
  chartType: import("./types").ChartType;
16
17
  withSettingsHeader: boolean;
17
18
  subheader: string;
18
- subheaderTooltip: string;
19
+ withSubheaderTooltip: boolean;
19
20
  dataSets: import("./types").ChartDataSet[];
20
21
  hideLegend: boolean;
21
22
  tickCount: number;
@@ -56,6 +57,10 @@ declare const ChartTypes: () => ({
56
57
  type: import("vue").PropType<number>;
57
58
  default: number;
58
59
  };
60
+ maxLimitTooltipText: {
61
+ type: import("vue").PropType<string>;
62
+ default: string;
63
+ };
59
64
  chartType: {
60
65
  type: import("vue").PropType<import("./types").ChartType>;
61
66
  default: import("./types").ChartType;
@@ -68,9 +73,9 @@ declare const ChartTypes: () => ({
68
73
  type: import("vue").PropType<string>;
69
74
  default: string;
70
75
  };
71
- subheaderTooltip: {
72
- type: import("vue").PropType<string>;
73
- default: string;
76
+ withSubheaderTooltip: {
77
+ type: import("vue").PropType<boolean>;
78
+ default: boolean;
74
79
  };
75
80
  dataSets: {
76
81
  type: import("vue").PropType<import("./types").ChartDataSet[]>;
@@ -100,7 +105,7 @@ declare const ChartTypes: () => ({
100
105
  }>> & {
101
106
  "onUpdate:visibleIds"?: (visibleIds: unknown[]) => any;
102
107
  "onUpdate:chartType"?: (chartType: import("./types").ChartType) => any;
103
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "loading" | "xAxisFormat" | "yAxisFormat" | "parsing" | "visibleIds" | "minVisible" | "maxVisible" | "chartType" | "withSettingsHeader" | "subheader" | "subheaderTooltip" | "dataSets" | "hideLegend" | "tickCount" | "noDataIcon" | "noDataTitle" | "noDataSubtitle">;
108
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "loading" | "xAxisFormat" | "yAxisFormat" | "parsing" | "visibleIds" | "minVisible" | "maxVisible" | "maxLimitTooltipText" | "chartType" | "withSettingsHeader" | "subheader" | "withSubheaderTooltip" | "dataSets" | "hideLegend" | "tickCount" | "noDataIcon" | "noDataTitle" | "noDataSubtitle">;
104
109
  $attrs: {
105
110
  [x: string]: unknown;
106
111
  };
@@ -148,6 +153,10 @@ declare const ChartTypes: () => ({
148
153
  type: import("vue").PropType<number>;
149
154
  default: number;
150
155
  };
156
+ maxLimitTooltipText: {
157
+ type: import("vue").PropType<string>;
158
+ default: string;
159
+ };
151
160
  chartType: {
152
161
  type: import("vue").PropType<import("./types").ChartType>;
153
162
  default: import("./types").ChartType;
@@ -160,9 +169,9 @@ declare const ChartTypes: () => ({
160
169
  type: import("vue").PropType<string>;
161
170
  default: string;
162
171
  };
163
- subheaderTooltip: {
164
- type: import("vue").PropType<string>;
165
- default: string;
172
+ withSubheaderTooltip: {
173
+ type: import("vue").PropType<boolean>;
174
+ default: boolean;
166
175
  };
167
176
  dataSets: {
168
177
  type: import("vue").PropType<import("./types").ChartDataSet[]>;
@@ -204,10 +213,11 @@ declare const ChartTypes: () => ({
204
213
  visibleIds: unknown[];
205
214
  minVisible: number;
206
215
  maxVisible: number;
216
+ maxLimitTooltipText: string;
207
217
  chartType: import("./types").ChartType;
208
218
  withSettingsHeader: boolean;
209
219
  subheader: string;
210
- subheaderTooltip: string;
220
+ withSubheaderTooltip: boolean;
211
221
  dataSets: import("./types").ChartDataSet[];
212
222
  hideLegend: boolean;
213
223
  tickCount: number;
@@ -268,6 +278,10 @@ declare const ChartTypes: () => ({
268
278
  type: import("vue").PropType<number>;
269
279
  default: number;
270
280
  };
281
+ maxLimitTooltipText: {
282
+ type: import("vue").PropType<string>;
283
+ default: string;
284
+ };
271
285
  chartType: {
272
286
  type: import("vue").PropType<import("./types").ChartType>;
273
287
  default: import("./types").ChartType;
@@ -280,9 +294,9 @@ declare const ChartTypes: () => ({
280
294
  type: import("vue").PropType<string>;
281
295
  default: string;
282
296
  };
283
- subheaderTooltip: {
284
- type: import("vue").PropType<string>;
285
- default: string;
297
+ withSubheaderTooltip: {
298
+ type: import("vue").PropType<boolean>;
299
+ default: boolean;
286
300
  };
287
301
  dataSets: {
288
302
  type: import("vue").PropType<import("./types").ChartDataSet[]>;
@@ -350,6 +364,10 @@ declare const ChartTypes: () => ({
350
364
  type: import("vue").PropType<number>;
351
365
  default: number;
352
366
  };
367
+ maxLimitTooltipText: {
368
+ type: import("vue").PropType<string>;
369
+ default: string;
370
+ };
353
371
  chartType: {
354
372
  type: import("vue").PropType<import("./types").ChartType>;
355
373
  default: import("./types").ChartType;
@@ -362,9 +380,9 @@ declare const ChartTypes: () => ({
362
380
  type: import("vue").PropType<string>;
363
381
  default: string;
364
382
  };
365
- subheaderTooltip: {
366
- type: import("vue").PropType<string>;
367
- default: string;
383
+ withSubheaderTooltip: {
384
+ type: import("vue").PropType<boolean>;
385
+ default: boolean;
368
386
  };
369
387
  dataSets: {
370
388
  type: import("vue").PropType<import("./types").ChartDataSet[]>;
@@ -406,10 +424,11 @@ declare const ChartTypes: () => ({
406
424
  visibleIds: unknown[];
407
425
  minVisible: number;
408
426
  maxVisible: number;
427
+ maxLimitTooltipText: string;
409
428
  chartType: import("./types").ChartType;
410
429
  withSettingsHeader: boolean;
411
430
  subheader: string;
412
- subheaderTooltip: string;
431
+ withSubheaderTooltip: boolean;
413
432
  dataSets: import("./types").ChartDataSet[];
414
433
  hideLegend: boolean;
415
434
  tickCount: number;
@@ -420,6 +439,7 @@ declare const ChartTypes: () => ({
420
439
  $slots: {
421
440
  metric?(_: {}): any;
422
441
  breakdowns?(_: {}): any;
442
+ "subheader-tooltip"?(_: {}): any;
423
443
  };
424
444
  }))[];
425
445
  export type { ChartType, ChartDataRecord, ChartDataSet, ChartParsingConfig, } from './types';
@@ -13,12 +13,25 @@ export declare const SINGLE_DATASET_COUNTRY: {
13
13
  value: number;
14
14
  }[];
15
15
  }[];
16
- export declare const MULTIPLE_DATASETS_DATE: {
16
+ export declare const MULTIPLE_DATASETS_DATE: ({
17
17
  id: string;
18
18
  label: string;
19
+ caption: string;
20
+ icon: string;
19
21
  data: {
20
22
  date: string;
21
23
  value: number;
22
24
  }[];
23
- }[];
25
+ iconType?: undefined;
26
+ } | {
27
+ id: string;
28
+ label: string;
29
+ caption: string;
30
+ icon: string;
31
+ iconType: string;
32
+ data: {
33
+ date: string;
34
+ value: number;
35
+ }[];
36
+ })[];
24
37
  export declare const generateMockData: (numSeries?: number) => any[];
@@ -1,5 +1,7 @@
1
1
  import { Ref } from 'vue';
2
2
  import { UseVirtualListItem } from '@vueuse/core';
3
+ import { IconTypes } from '../icon/v4/Icon.types';
4
+ import { ChartTypeRegistry, TooltipItem } from 'chart.js';
3
5
  export declare enum ChartType {
4
6
  Line = "line",
5
7
  Bar = "bar",
@@ -11,18 +13,30 @@ export type ChartDataSet = {
11
13
  id: string | number;
12
14
  label: string;
13
15
  data: ChartDataRecord[];
16
+ caption?: string;
14
17
  color?: string;
18
+ icon?: string;
19
+ iconType?: IconTypes;
15
20
  };
16
21
  export type ChartParsingConfig = {
17
22
  xAxisKey: string;
18
23
  yAxisKey: string;
19
24
  };
20
- export type ValueFormat = 'date' | 'dateLong' | 'number' | 'percent' | 'string';
25
+ export type ValueFormat = 'date' | 'dateLong' | 'number' | 'percent' | 'string' | 'day';
21
26
  export type LegendItem = {
22
27
  id: string | number;
23
28
  label: string;
29
+ caption?: string;
24
30
  color?: string;
31
+ icon?: string;
32
+ iconType?: IconTypes;
25
33
  };
34
+ export interface MyTooltipItem<T extends keyof ChartTypeRegistry = keyof ChartTypeRegistry> extends TooltipItem<T> {
35
+ dataset: {
36
+ icon?: string;
37
+ iconType?: IconTypes;
38
+ } & TooltipItem<T>['dataset'];
39
+ }
26
40
  export type UseVirtualListResult = {
27
41
  list: Ref<UseVirtualListItem<LegendItem>[]>;
28
42
  containerProps: {
@@ -1,11 +1,11 @@
1
- import { format as f } from "date-fns";
2
- import { formatNumber as m } from "./formatNumber.js";
1
+ import { format as n } from "date-fns";
2
+ import { formatNumber as d } from "./formatNumber.js";
3
3
  const p = (r, t, e) => {
4
4
  if (e === 0)
5
5
  return 0;
6
- const n = t - r, o = n / e * 0.4;
7
- return (n + o) / e;
8
- }, M = (r, t) => t === "number" ? m(r) : t === "date" ? f(new Date(r), "MMM dd") : t === "dateLong" ? f(new Date(r), "dd MMM yyyy") : String(r);
6
+ const f = t - r, o = f / e * 0.4;
7
+ return (f + o) / e;
8
+ }, M = (r, t) => t === "day" ? n(new Date(r), "EEEE") : t === "number" ? d(r) : t === "date" ? n(new Date(r), "MMM dd") : t === "dateLong" ? n(new Date(r), "MMM dd, yyyy") : String(r);
9
9
  export {
10
10
  p as calcStepSize,
11
11
  M as formatValue
@@ -1,7 +1,7 @@
1
1
  import o from "./CheckboxV4.vue2.js";
2
2
  /* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../../CheckboxV4.vue_vue_type_style_index_0_scoped_8e5b619a_lang.css"; //*');
4
- const c = /* @__PURE__ */ e(o, [["__scopeId", "data-v-8e5b619a"]]);
3
+ // import "../../../CheckboxV4.vue_vue_type_style_index_0_scoped_af4ae3c3_lang.css"; //*');
4
+ const t = /* @__PURE__ */ e(o, [["__scopeId", "data-v-af4ae3c3"]]);
5
5
  export {
6
- c as default
6
+ t as default
7
7
  };
@@ -1,4 +1,4 @@
1
- import "../../../CheckboxV4.vue_vue_type_style_index_0_scoped_8e5b619a_lang.css"; import { defineComponent as D, openBlock as o, createElementBlock as f, mergeProps as a, unref as e, createElementVNode as u, Fragment as B, createBlock as n, createCommentVNode as c, withCtx as V, renderSlot as $, createTextVNode as F, toDisplayString as g, pushScopeId as A, popScopeId as T } from "vue";
1
+ import "../../../CheckboxV4.vue_vue_type_style_index_0_scoped_af4ae3c3_lang.css"; import { defineComponent as D, openBlock as o, createElementBlock as f, mergeProps as a, unref as e, createElementVNode as u, Fragment as B, createBlock as n, createCommentVNode as c, withCtx as V, renderSlot as $, createTextVNode as F, toDisplayString as g, pushScopeId as A, popScopeId as T } from "vue";
2
2
  import v from "../../typography/v4/Typography.vue.js";
3
3
  import L from "./icons/UncheckedState.vue.js";
4
4
  import N from "./icons/CheckedState.vue.js";
@@ -9,7 +9,7 @@ import K from "./icons/IndeterminateDisabledState.vue.js";
9
9
  import { CheckboxTestIdModifiers as i } from "../../../testids/index.js";
10
10
  import { checkboxCommon as R } from "../common/Checkbox.common.js";
11
11
  import { useTestIdAttrs as U } from "../../../utils/testIds.js";
12
- const M = (t) => (A("data-v-8e5b619a"), t = t(), T(), t), W = ["for"], j = { class: "checkboxes" }, q = ["id", "disabled", "checked", ".indeterminate"], z = /* @__PURE__ */ M(() => /* @__PURE__ */ u("span", { class: "checkbox__inner" }, null, -1)), G = { class: "states" }, le = /* @__PURE__ */ D({
12
+ const M = (t) => (A("data-v-af4ae3c3"), t = t(), T(), t), W = ["for"], j = { class: "checkboxes" }, q = ["id", "disabled", "checked", ".indeterminate"], z = /* @__PURE__ */ M(() => /* @__PURE__ */ u("span", { class: "checkbox__inner" }, null, -1)), G = { class: "states" }, le = /* @__PURE__ */ D({
13
13
  __name: "CheckboxV4",
14
14
  props: {
15
15
  isChecked: { type: Boolean },
@@ -13,6 +13,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
13
13
  closeOnClickOutside?: boolean;
14
14
  beforeClose?: (show: () => void) => void;
15
15
  showCloseButton?: boolean;
16
+ showCancelButton?: boolean;
17
+ showSaveButton?: boolean;
16
18
  showFooter?: boolean;
17
19
  saveButtonLabel?: string;
18
20
  saveButtonLoading?: boolean;
@@ -20,6 +22,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
20
22
  cancelButtonLabel?: string;
21
23
  cancelButtonColor?: string;
22
24
  testId?: string;
25
+ noPadding?: boolean;
23
26
  }>, {
24
27
  content: any;
25
28
  title: string;
@@ -31,6 +34,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
31
34
  closeDelay: number;
32
35
  closeOnClickOutside: boolean;
33
36
  showCloseButton: boolean;
37
+ showCancelButton: boolean;
38
+ showSaveButton: boolean;
34
39
  escapeToClose: boolean;
35
40
  beforeClose: any;
36
41
  showFooter: boolean;
@@ -40,6 +45,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
40
45
  cancelButtonLabel: string;
41
46
  cancelButtonColor: string;
42
47
  testId: string;
48
+ noPadding: boolean;
43
49
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
44
50
  "update:modelValue": (value: boolean) => void;
45
51
  open: () => void;
@@ -60,6 +66,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
60
66
  closeOnClickOutside?: boolean;
61
67
  beforeClose?: (show: () => void) => void;
62
68
  showCloseButton?: boolean;
69
+ showCancelButton?: boolean;
70
+ showSaveButton?: boolean;
63
71
  showFooter?: boolean;
64
72
  saveButtonLabel?: string;
65
73
  saveButtonLoading?: boolean;
@@ -67,6 +75,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
67
75
  cancelButtonLabel?: string;
68
76
  cancelButtonColor?: string;
69
77
  testId?: string;
78
+ noPadding?: boolean;
70
79
  }>, {
71
80
  content: any;
72
81
  title: string;
@@ -78,6 +87,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
78
87
  closeDelay: number;
79
88
  closeOnClickOutside: boolean;
80
89
  showCloseButton: boolean;
90
+ showCancelButton: boolean;
91
+ showSaveButton: boolean;
81
92
  escapeToClose: boolean;
82
93
  beforeClose: any;
83
94
  showFooter: boolean;
@@ -87,6 +98,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
87
98
  cancelButtonLabel: string;
88
99
  cancelButtonColor: string;
89
100
  testId: string;
101
+ noPadding: boolean;
90
102
  }>>> & {
91
103
  "onUpdate:modelValue"?: (value: boolean) => any;
92
104
  onClose?: (reason: Reason) => any;
@@ -107,12 +119,15 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
107
119
  closeOnClickOutside: boolean;
108
120
  beforeClose: (show: () => void) => void;
109
121
  showCloseButton: boolean;
122
+ showCancelButton: boolean;
123
+ showSaveButton: boolean;
110
124
  showFooter: boolean;
111
125
  saveButtonLabel: string;
112
126
  saveButtonLoading: boolean;
113
127
  saveButtonColor: string;
114
128
  cancelButtonLabel: string;
115
129
  cancelButtonColor: string;
130
+ noPadding: boolean;
116
131
  }>, {
117
132
  header?(_: {}): any;
118
133
  default?(_: {}): any;
@@ -1,7 +1,7 @@
1
1
  import o from "./DialogV4.vue2.js";
2
2
  /* empty css */import _ from "../../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../../DialogV4.vue_vue_type_style_index_0_scoped_09c488cf_lang.css"; //*');
4
- const t = /* @__PURE__ */ _(o, [["__scopeId", "data-v-09c488cf"]]);
3
+ // import "../../../DialogV4.vue_vue_type_style_index_0_scoped_37da643b_lang.css"; //*');
4
+ const a = /* @__PURE__ */ _(o, [["__scopeId", "data-v-37da643b"]]);
5
5
  export {
6
- t as default
6
+ a as default
7
7
  };
@@ -1,22 +1,22 @@
1
- import "../../../DialogV4.vue_vue_type_style_index_0_scoped_09c488cf_lang.css"; import { defineComponent as A, openBlock as o, createBlock as c, Teleport as p, createVNode as b, Transition as w, withCtx as u, unref as e, createElementBlock as m, createElementVNode as C, mergeProps as s, renderSlot as k, createTextVNode as f, toDisplayString as B, createCommentVNode as d } from "vue";
1
+ import "../../../DialogV4.vue_vue_type_style_index_0_scoped_37da643b_lang.css"; import { defineComponent as L, openBlock as o, createBlock as u, Teleport as E, createVNode as A, Transition as P, withCtx as i, unref as t, createElementBlock as m, createElementVNode as y, mergeProps as s, renderSlot as k, createTextVNode as f, toDisplayString as B, createCommentVNode as l } from "vue";
2
2
  import { NOOP as I } from "@vue/shared";
3
- import T from "../../typography/v4/Typography.vue.js";
4
- import N from "../../button/v4/ButtonV4.vue.js";
5
- import V from "../../button/v4/IconButtonV4.vue.js";
3
+ import b from "../../typography/v4/Typography.vue.js";
4
+ import O from "../../button/v4/ButtonV4.vue.js";
5
+ import S 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 { Reason as g } from "../common/Reason.js";
9
- import { dialogCommon as D } from "../common/Dialog.common.js";
10
- import { DialogTestIdModifiers as l } from "../../../testids/index.js";
11
- import { useTestIdAttrs as P } from "../../../utils/testIds.js";
12
- import { useMagicKeys as R, whenever as $ } from "@vueuse/core";
13
- const S = {
9
+ import { dialogCommon as V } from "../common/Dialog.common.js";
10
+ import { DialogTestIdModifiers as a } from "../../../testids/index.js";
11
+ import { useTestIdAttrs as p } from "../../../utils/testIds.js";
12
+ import { useMagicKeys as D, whenever as R } from "@vueuse/core";
13
+ const $ = {
14
14
  key: 0,
15
15
  class: "container light-theme-v4"
16
16
  }, F = { class: "title" }, U = {
17
17
  key: 1,
18
18
  class: "footer"
19
- }, Y = /* @__PURE__ */ A({
19
+ }, Y = /* @__PURE__ */ L({
20
20
  __name: "DialogV4",
21
21
  props: {
22
22
  modelValue: { type: Boolean },
@@ -32,120 +32,127 @@ const S = {
32
32
  closeOnClickOutside: { type: Boolean, default: !1 },
33
33
  beforeClose: { type: Function, default: null },
34
34
  showCloseButton: { type: Boolean, default: !0 },
35
+ showCancelButton: { type: Boolean, default: !0 },
36
+ showSaveButton: { type: Boolean, default: !0 },
35
37
  showFooter: { type: Boolean, default: !0 },
36
38
  saveButtonLabel: { default: "Save" },
37
39
  saveButtonLoading: { type: Boolean, default: !1 },
38
40
  saveButtonColor: { default: "primary" },
39
41
  cancelButtonLabel: { default: "Cancel" },
40
42
  cancelButtonColor: { default: "default" },
41
- testId: { default: "" }
43
+ testId: { default: "" },
44
+ noPadding: { type: Boolean, default: !1 }
42
45
  },
43
46
  emits: ["update:modelValue", "open", "close", "save", "cancel"],
44
- setup(t, { emit: v }) {
45
- const i = t, { escape: L } = R(), a = P(i.testId, l), { visible: h, handleClose: y } = D(i, v);
46
- $(L, () => {
47
- h.value && i.escapeToClose && !i.saveButtonLoading && y(g.Escape);
47
+ setup(e, { emit: C }) {
48
+ const r = e, { escape: w } = D(), n = p(r.testId, a), { visible: h, handleClose: v } = V(r, C);
49
+ R(w, () => {
50
+ h.value && r.escapeToClose && !r.saveButtonLoading && v(g.Escape);
48
51
  });
49
- const E = () => {
50
- const { closeOnClickOutside: r, saveButtonLoading: n } = i;
51
- r && !n ? y(g.Backdrop) : I();
52
+ const N = () => {
53
+ const { closeOnClickOutside: c, saveButtonLoading: d } = r;
54
+ c && !d ? v(g.Backdrop) : I();
52
55
  };
53
- return (r, n) => (o(), c(p, {
56
+ return (c, d) => (o(), u(E, {
54
57
  to: "body",
55
- disabled: !t.appendToBody
58
+ disabled: !e.appendToBody
56
59
  }, [
57
- b(w, null, {
58
- default: u(() => [
59
- e(h) ? (o(), m("div", S, [
60
- C("div", s({
61
- class: ["dialog", [`dialog--${t.size}`]]
62
- }, e(a)[e(l).WRAPPER]), [
63
- t.title || t.subtitle || t.showCloseButton ? (o(), m("header", s({
60
+ A(P, null, {
61
+ default: i(() => [
62
+ t(h) ? (o(), m("div", $, [
63
+ y("div", s({
64
+ class: ["dialog", [`dialog--${e.size}`]]
65
+ }, t(n)[t(a).WRAPPER]), [
66
+ e.title || e.subtitle || e.showCloseButton ? (o(), m("header", s({
64
67
  key: 0,
65
68
  class: "header"
66
- }, e(a)[e(l).HEADER]), [
67
- C("div", F, [
68
- k(r.$slots, "header", {}, () => [
69
- t.title ? (o(), c(e(T), {
69
+ }, t(n)[t(a).HEADER]), [
70
+ y("div", F, [
71
+ k(c.$slots, "header", {}, () => [
72
+ e.title ? (o(), u(t(b), {
70
73
  key: 0,
71
74
  variant: "h3"
72
75
  }, {
73
- default: u(() => [
74
- f(B(t.title), 1)
76
+ default: i(() => [
77
+ f(B(e.title), 1)
75
78
  ]),
76
79
  _: 1
77
- })) : d("", !0),
78
- t.subtitle ? (o(), c(e(T), {
80
+ })) : l("", !0),
81
+ e.subtitle ? (o(), u(t(b), {
79
82
  key: 1,
80
83
  class: "subtitle",
81
84
  variant: "body1"
82
85
  }, {
83
- default: u(() => [
84
- f(B(t.subtitle), 1)
86
+ default: i(() => [
87
+ f(B(e.subtitle), 1)
85
88
  ]),
86
89
  _: 1
87
- })) : d("", !0)
90
+ })) : l("", !0)
88
91
  ], !0)
89
92
  ]),
90
- t.showCloseButton ? (o(), c(e(V), s({
93
+ e.showCloseButton ? (o(), u(t(S), s({
91
94
  key: 0,
92
95
  class: "close-button",
93
96
  "icon-name": "x",
94
- disabled: t.saveButtonLoading
95
- }, e(a)[e(l).ACTION_CLOSE], {
96
- onClick: n[0] || (n[0] = (O) => e(y)(e(g).CloseButton))
97
- }), null, 16, ["disabled"])) : d("", !0)
98
- ], 16)) : d("", !0),
99
- C("div", s({ class: "content" }, e(a)[e(l).CONTENT]), [
100
- k(r.$slots, "default", {}, () => [
101
- t.content ? (o(), c(e(T), {
97
+ disabled: e.saveButtonLoading
98
+ }, t(n)[t(a).ACTION_CLOSE], {
99
+ onClick: d[0] || (d[0] = (T) => t(v)(t(g).CloseButton))
100
+ }), null, 16, ["disabled"])) : l("", !0)
101
+ ], 16)) : l("", !0),
102
+ y("div", s({
103
+ class: ["content", { "content--no-padding": e.noPadding }]
104
+ }, t(n)[t(a).CONTENT]), [
105
+ k(c.$slots, "default", {}, () => [
106
+ e.content ? (o(), u(t(b), {
102
107
  key: 0,
103
108
  variant: "body1"
104
109
  }, {
105
- default: u(() => [
106
- f(B(t.content), 1)
110
+ default: i(() => [
111
+ f(B(e.content), 1)
107
112
  ]),
108
113
  _: 1
109
- })) : d("", !0)
114
+ })) : l("", !0)
110
115
  ], !0)
111
116
  ], 16),
112
- t.showFooter ? (o(), m("footer", U, [
113
- C("div", s({ class: "action-buttons" }, e(a)[e(l).ACTION_BUTTONS_WRAPPER]), [
114
- k(r.$slots, "footer", {}, () => [
115
- b(e(N), s({
117
+ e.showFooter ? (o(), m("footer", U, [
118
+ y("div", s({ class: "action-buttons" }, t(n)[t(a).ACTION_BUTTONS_WRAPPER]), [
119
+ k(c.$slots, "footer", {}, () => [
120
+ e.showCancelButton ? (o(), u(t(O), s({
121
+ key: 0,
116
122
  class: "form-action",
117
123
  variant: "outlined",
118
- color: t.cancelButtonColor,
119
- disabled: t.saveButtonLoading
120
- }, e(a)[e(l).CANCEL_BUTTON], {
121
- onClick: n[1] || (n[1] = (O) => v("cancel"))
124
+ color: e.cancelButtonColor,
125
+ disabled: e.saveButtonLoading
126
+ }, t(n)[t(a).CANCEL_BUTTON], {
127
+ onClick: d[1] || (d[1] = (T) => C("cancel"))
122
128
  }), {
123
- default: u(() => [
124
- f(B(t.cancelButtonLabel), 1)
129
+ default: i(() => [
130
+ f(B(e.cancelButtonLabel), 1)
125
131
  ]),
126
132
  _: 1
127
- }, 16, ["color", "disabled"]),
128
- b(e(N), s({
133
+ }, 16, ["color", "disabled"])) : l("", !0),
134
+ e.showSaveButton ? (o(), u(t(O), s({
135
+ key: 1,
129
136
  class: "form-action",
130
- loading: t.saveButtonLoading,
131
- color: t.saveButtonColor
132
- }, e(a)[e(l).SAVE_BUTTON], {
133
- onClick: n[2] || (n[2] = (O) => v("save"))
137
+ loading: e.saveButtonLoading,
138
+ color: e.saveButtonColor
139
+ }, t(n)[t(a).SAVE_BUTTON], {
140
+ onClick: d[2] || (d[2] = (T) => C("save"))
134
141
  }), {
135
- default: u(() => [
136
- f(B(t.saveButtonLabel), 1)
142
+ default: i(() => [
143
+ f(B(e.saveButtonLabel), 1)
137
144
  ]),
138
145
  _: 1
139
- }, 16, ["loading", "color"])
146
+ }, 16, ["loading", "color"])) : l("", !0)
140
147
  ], !0)
141
148
  ], 16)
142
- ])) : d("", !0)
149
+ ])) : l("", !0)
143
150
  ], 16),
144
- t.showBackdrop ? (o(), m("div", s({
151
+ e.showBackdrop ? (o(), m("div", s({
145
152
  key: 0,
146
153
  class: "dialog-backdrop"
147
- }, e(a)[e(l).BACKDROP], { onClick: E }), null, 16)) : d("", !0)
148
- ])) : d("", !0)
154
+ }, t(n)[t(a).BACKDROP], { onClick: N }), null, 16)) : l("", !0)
155
+ ])) : l("", !0)
149
156
  ]),
150
157
  _: 3
151
158
  })