@ironsource/shared-ui 2.0.0 → 2.0.1-test.2

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 (101) hide show
  1. package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_c48dc06e_lang.css +1 -0
  2. package/ButtonV4.vue_vue_type_style_index_0_scoped_cca772e9_lang.css +1 -0
  3. package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_e5202bb9_lang.css +1 -0
  4. package/DataGrid.vue_vue_type_style_index_0_scoped_4e432056_lang.css +1 -0
  5. package/DataGridMenu.vue_vue_type_style_index_0_scoped_92d83650_lang.css +1 -0
  6. package/DataGridRowsCounter.vue_vue_type_style_index_0_scoped_11c1bb3f_lang.css +1 -0
  7. package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_c6156fa0_lang.css +1 -0
  8. package/DialogV4.vue_vue_type_style_index_0_scoped_7422cf08_lang.css +1 -0
  9. package/DropdownV4.vue_vue_type_style_index_0_scoped_19f8fedd_lang.css +1 -0
  10. package/DropdownV4.vue_vue_type_style_index_1_lang.css +1 -1
  11. package/IncludeExclude.vue_vue_type_style_index_0_scoped_fb054d88_lang.css +1 -0
  12. package/IncludeExcludeDragDrop.vue_vue_type_style_index_0_scoped_5764fd61_lang.css +1 -0
  13. package/OptionV4.vue_vue_type_style_index_0_scoped_2a214b95_lang.css +1 -0
  14. package/{Skeleton.vue_vue_type_style_index_0_scoped_9837f0ce_lang.css → Skeleton.vue_vue_type_style_index_0_scoped_5ed40068_lang.css} +1 -1
  15. package/SkeletonV4.vue_vue_type_style_index_0_scoped_2f3b3470_lang.css +1 -0
  16. package/Table.vue_vue_type_style_index_0_scoped_76fef9bd_lang.css +1 -0
  17. package/TextField.vue_vue_type_style_index_0_scoped_473bab9b_lang.css +1 -0
  18. package/components/button/v4/ButtonV4.vue.js +4 -4
  19. package/components/button/v4/ButtonV4.vue2.js +1 -1
  20. package/components/dialog/v4/DialogV4.vue.d.ts +34 -0
  21. package/components/dialog/v4/DialogV4.vue.js +3 -3
  22. package/components/dialog/v4/DialogV4.vue2.js +87 -56
  23. package/components/dialog/v4/index.d.ts +128 -2
  24. package/components/dropdown/common/Dropdown.common.js +29 -29
  25. package/components/dropdown/v4/AppDropdownTrigger.vue.d.ts +136 -0
  26. package/components/dropdown/v4/AppDropdownTrigger.vue.js +7 -0
  27. package/components/dropdown/v4/AppDropdownTrigger.vue2.js +147 -0
  28. package/components/dropdown/v4/ChipDropdownTrigger.vue.js +3 -3
  29. package/components/dropdown/v4/ChipDropdownTrigger.vue2.js +8 -8
  30. package/components/dropdown/v4/DefaultDropdownTrigger.vue.d.ts +39 -11
  31. package/components/dropdown/v4/DefaultDropdownTrigger.vue.js +2 -2
  32. package/components/dropdown/v4/DefaultDropdownTrigger.vue2.js +77 -47
  33. package/components/dropdown/v4/Dropdown.types.d.ts +1 -1
  34. package/components/dropdown/v4/Dropdown.types.js +2 -1
  35. package/components/dropdown/v4/DropdownV4.vue.d.ts +42 -7
  36. package/components/dropdown/v4/DropdownV4.vue.js +4 -4
  37. package/components/dropdown/v4/DropdownV4.vue2.js +193 -163
  38. package/components/dropdown/v4/OptionV4.vue.d.ts +20 -0
  39. package/components/dropdown/v4/OptionV4.vue.js +2 -2
  40. package/components/dropdown/v4/OptionV4.vue2.js +54 -37
  41. package/components/dropdown/v4/index.d.ts +824 -70
  42. package/components/dropdown/v4/index.js +11 -8
  43. package/components/includeExclude/IncludeExclude.vue.js +3 -3
  44. package/components/includeExclude/IncludeExclude.vue2.js +2 -2
  45. package/components/includeExclude/IncludeExcludeChipFilter.vue.d.ts +1 -1
  46. package/components/includeExclude/IncludeExcludeDragDrop.vue.js +3 -3
  47. package/components/includeExclude/IncludeExcludeDragDrop.vue2.js +2 -2
  48. package/components/includeExclude/index.d.ts +20 -20
  49. package/components/input/v4/TextField.vue.d.ts +1 -1
  50. package/components/input/v4/TextField.vue.js +3 -3
  51. package/components/input/v4/TextField.vue2.js +9 -10
  52. package/components/input/v4/index.d.ts +20 -20
  53. package/components/layout/FormCard.vue.d.ts +1 -1
  54. package/components/layout/index.d.ts +12 -12
  55. package/components/multibar/MultiBarMenu.vue2.js +7 -6
  56. package/components/skeleton/v3/Skeleton.vue.js +7 -0
  57. package/components/skeleton/{Skeleton.vue2.js → v3/Skeleton.vue2.js} +1 -1
  58. package/components/skeleton/v4/SkeletonV4.vue.d.ts +41 -0
  59. package/components/skeleton/v4/SkeletonV4.vue.js +7 -0
  60. package/components/skeleton/v4/SkeletonV4.vue2.js +23 -0
  61. package/components/skeleton/v4/index.d.ts +94 -0
  62. package/components/skeleton/v4/index.js +6 -0
  63. package/components/table/v3/Table.vue.js +5 -5
  64. package/components/table/v3/Table.vue2.js +3 -3
  65. package/components/table/v4/DataGrid.vue.d.ts +7 -2
  66. package/components/table/v4/DataGrid.vue.js +4 -4
  67. package/components/table/v4/DataGrid.vue2.js +175 -169
  68. package/components/table/v4/DataGridMenu.vue.d.ts +5 -0
  69. package/components/table/v4/DataGridMenu.vue.js +3 -3
  70. package/components/table/v4/DataGridMenu.vue2.js +49 -38
  71. package/components/table/v4/DataGridRowsCounter.vue.d.ts +34 -0
  72. package/components/table/v4/DataGridRowsCounter.vue.js +7 -0
  73. package/components/table/v4/DataGridRowsCounter.vue2.js +36 -0
  74. package/components/table/v4/index.d.ts +56 -6
  75. package/components/table/v4/index.js +6 -4
  76. package/components/table/v4/storyUtils.d.ts +1 -0
  77. package/components/toggle/v4/ToggleV4.vue.d.ts +1 -1
  78. package/components/toggle/v4/index.d.ts +20 -20
  79. package/index.d.ts +2401 -360
  80. package/index.js +119 -119
  81. package/mocks/apps.d.ts +7 -0
  82. package/package.json +6 -2
  83. package/testids/index.d.ts +3 -1
  84. package/testids/index.js +10 -10
  85. package/utils/array.js +1 -1
  86. package/ButtonV4.vue_vue_type_style_index_0_scoped_31e553e8_lang.css +0 -1
  87. package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_14dcdae5_lang.css +0 -1
  88. package/DataGrid.vue_vue_type_style_index_0_scoped_7a670808_lang.css +0 -1
  89. package/DataGridMenu.vue_vue_type_style_index_0_scoped_99f1dcca_lang.css +0 -1
  90. package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_c218ef1f_lang.css +0 -1
  91. package/DialogV4.vue_vue_type_style_index_0_scoped_c0c12287_lang.css +0 -1
  92. package/DropdownV4.vue_vue_type_style_index_0_scoped_571b7c2f_lang.css +0 -1
  93. package/IncludeExclude.vue_vue_type_style_index_0_scoped_2a01a791_lang.css +0 -1
  94. package/IncludeExcludeDragDrop.vue_vue_type_style_index_0_scoped_85bff8f4_lang.css +0 -1
  95. package/OptionV4.vue_vue_type_style_index_0_scoped_92add735_lang.css +0 -1
  96. package/Table.vue_vue_type_style_index_0_scoped_6b769df2_lang.css +0 -1
  97. package/TextField.vue_vue_type_style_index_0_scoped_d4dc4582_lang.css +0 -1
  98. package/components/skeleton/Skeleton.vue.js +0 -7
  99. /package/components/skeleton/{Skeleton.vue.d.ts → v3/Skeleton.vue.d.ts} +0 -0
  100. /package/components/skeleton/{index.d.ts → v3/index.d.ts} +0 -0
  101. /package/components/skeleton/{index.js → v3/index.js} +0 -0
@@ -1,20 +1,23 @@
1
1
  import o from "./DropdownV4.vue.js";
2
2
  import r from "./DefaultDropdownTrigger.vue.js";
3
3
  import p from "./IconButtonDropdownTrigger.vue.js";
4
- import t from "./ChipDropdownTrigger.vue.js";
5
- import i from "./OptionV4.vue.js";
6
- const D = () => [
4
+ import i from "./ChipDropdownTrigger.vue.js";
5
+ import m from "./AppDropdownTrigger.vue.js";
6
+ import t from "./OptionV4.vue.js";
7
+ const w = () => [
7
8
  o,
8
9
  r,
9
10
  p,
10
- t,
11
- i
11
+ i,
12
+ m,
13
+ t
12
14
  ];
13
15
  export {
14
- t as ChipDropdownTrigger,
16
+ m as AppDropdownTrigger,
17
+ i as ChipDropdownTrigger,
15
18
  r as DefaultDropdownTrigger,
16
19
  o as Dropdown,
17
- D as DropdownTypes,
20
+ w as DropdownTypes,
18
21
  p as IconButtonDropdownTrigger,
19
- i as Option
22
+ t as Option
20
23
  };
@@ -1,7 +1,7 @@
1
1
  import e from "./IncludeExclude.vue2.js";
2
2
  /* empty css */import o from "../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../IncludeExclude.vue_vue_type_style_index_0_scoped_2a01a791_lang.css"; //*');
4
- const t = /* @__PURE__ */ o(e, [["__scopeId", "data-v-2a01a791"]]);
3
+ // import "../../IncludeExclude.vue_vue_type_style_index_0_scoped_fb054d88_lang.css"; //*');
4
+ const s = /* @__PURE__ */ o(e, [["__scopeId", "data-v-fb054d88"]]);
5
5
  export {
6
- t as default
6
+ s as default
7
7
  };
@@ -1,4 +1,4 @@
1
- import "../../IncludeExclude.vue_vue_type_style_index_0_scoped_2a01a791_lang.css"; import { defineComponent as Te, computed as v, ref as u, watch as j, provide as Oe, openBlock as d, createBlock as I, unref as t, withCtx as g, createElementVNode as a, renderSlot as C, createTextVNode as w, toDisplayString as J, createCommentVNode as h, createVNode as f, Transition as $e, createElementBlock as o, normalizeClass as Q, mergeProps as O, Fragment as $, renderList as R, toRaw as T, nextTick as Re } from "vue";
1
+ import "../../IncludeExclude.vue_vue_type_style_index_0_scoped_fb054d88_lang.css"; import { defineComponent as Te, computed as v, ref as u, watch as j, provide as Oe, openBlock as d, createBlock as I, unref as t, withCtx as g, createElementVNode as a, renderSlot as C, createTextVNode as w, toDisplayString as J, createCommentVNode as h, createVNode as f, Transition as $e, createElementBlock as o, normalizeClass as Q, mergeProps as O, Fragment as $, renderList as R, toRaw as T, nextTick as Re } from "vue";
2
2
  import Ae from "../popover/Popover.vue.js";
3
3
  import N from "../button/v3/Button.vue.js";
4
4
  import "../button/v3/IconButton.vue.js";
@@ -7,7 +7,7 @@ import Ee from "../search/v3/Search.vue.js";
7
7
  import "../typography/Heading.vue.js";
8
8
  import X from "../typography/Text.vue.js";
9
9
  import Be from "../checkbox/v3/Checkbox.vue.js";
10
- import b from "../skeleton/Skeleton.vue.js";
10
+ import b from "../skeleton/v3/Skeleton.vue.js";
11
11
  import Pe from "../emptyState/v3/EmptyState.vue.js";
12
12
  import { useToggle as Ve } from "../../composables/useToggle.js";
13
13
  import { IncludeExcludeContext as Le } from "./IncludeExcludeContext.js";
@@ -85,6 +85,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
85
85
  searchPlaceholder: string;
86
86
  clearable: boolean;
87
87
  showIcon: boolean;
88
+ iconKey: string;
88
89
  isLoading: boolean;
89
90
  titleText: string;
90
91
  distanceOffset: number;
@@ -94,7 +95,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
94
95
  optionProps: any;
95
96
  showSubTitle: boolean;
96
97
  subTitleKey: string;
97
- iconKey: string;
98
98
  textKey: string;
99
99
  showImage: boolean;
100
100
  triggerTextFunc: (option: unknown) => string;
@@ -1,7 +1,7 @@
1
1
  import o from "./IncludeExcludeDragDrop.vue2.js";
2
2
  /* empty css */import e from "../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../IncludeExcludeDragDrop.vue_vue_type_style_index_0_scoped_85bff8f4_lang.css"; //*');
4
- const r = /* @__PURE__ */ e(o, [["__scopeId", "data-v-85bff8f4"]]);
3
+ // import "../../IncludeExcludeDragDrop.vue_vue_type_style_index_0_scoped_5764fd61_lang.css"; //*');
4
+ const p = /* @__PURE__ */ e(o, [["__scopeId", "data-v-5764fd61"]]);
5
5
  export {
6
- r as default
6
+ p as default
7
7
  };
@@ -1,4 +1,4 @@
1
- import "../../IncludeExcludeDragDrop.vue_vue_type_style_index_0_scoped_85bff8f4_lang.css"; import { defineComponent as Re, computed as p, ref as c, watch as H, provide as Ae, openBlock as i, createBlock as O, unref as l, withCtx as h, createElementVNode as s, renderSlot as v, normalizeClass as N, createTextVNode as C, toDisplayString as le, createCommentVNode as f, createVNode as g, Transition as Pe, createElementBlock as u, mergeProps as w, Fragment as U, renderList as W, toRaw as S, isRef as Ee, nextTick as Fe } from "vue";
1
+ import "../../IncludeExcludeDragDrop.vue_vue_type_style_index_0_scoped_5764fd61_lang.css"; import { defineComponent as Re, computed as p, ref as c, watch as H, provide as Ae, openBlock as i, createBlock as O, unref as l, withCtx as h, createElementVNode as s, renderSlot as v, normalizeClass as N, createTextVNode as C, toDisplayString as le, createCommentVNode as f, createVNode as g, Transition as Pe, createElementBlock as u, mergeProps as w, Fragment as U, renderList as W, toRaw as S, isRef as Ee, nextTick as Fe } from "vue";
2
2
  import $e from "../popover/Popover.vue.js";
3
3
  import G from "../button/v3/Button.vue.js";
4
4
  import "../button/v3/IconButton.vue.js";
@@ -7,7 +7,7 @@ import ze from "../search/v3/Search.vue.js";
7
7
  import "../typography/Heading.vue.js";
8
8
  import te from "../typography/Text.vue.js";
9
9
  import He from "../checkbox/v3/Checkbox.vue.js";
10
- import b from "../skeleton/Skeleton.vue.js";
10
+ import b from "../skeleton/v3/Skeleton.vue.js";
11
11
  import Ne from "../emptyState/v3/EmptyState.vue.js";
12
12
  import { useToggle as Ue } from "../../composables/useToggle.js";
13
13
  import { IncludeExcludeContext as We } from "./IncludeExcludeContext.js";
@@ -1339,6 +1339,7 @@ declare const IncludeExcludeTypes: () => (({
1339
1339
  searchPlaceholder: string;
1340
1340
  clearable: boolean;
1341
1341
  showIcon: boolean;
1342
+ iconKey: string;
1342
1343
  isLoading: boolean;
1343
1344
  titleText: string;
1344
1345
  distanceOffset: number;
@@ -1348,7 +1349,6 @@ declare const IncludeExcludeTypes: () => (({
1348
1349
  optionProps: any;
1349
1350
  showSubTitle: boolean;
1350
1351
  subTitleKey: string;
1351
- iconKey: string;
1352
1352
  textKey: string;
1353
1353
  showImage: boolean;
1354
1354
  triggerTextFunc: (option: unknown) => string;
@@ -1377,6 +1377,10 @@ declare const IncludeExcludeTypes: () => (({
1377
1377
  type: import("vue").PropType<boolean>;
1378
1378
  default: boolean;
1379
1379
  };
1380
+ iconKey: {
1381
+ type: import("vue").PropType<string>;
1382
+ default: string;
1383
+ };
1380
1384
  isLoading: {
1381
1385
  type: import("vue").PropType<boolean>;
1382
1386
  default: boolean;
@@ -1414,10 +1418,6 @@ declare const IncludeExcludeTypes: () => (({
1414
1418
  type: import("vue").PropType<string>;
1415
1419
  default: string;
1416
1420
  };
1417
- iconKey: {
1418
- type: import("vue").PropType<string>;
1419
- default: string;
1420
- };
1421
1421
  textKey: {
1422
1422
  type: import("vue").PropType<string>;
1423
1423
  default: string;
@@ -1436,7 +1436,7 @@ declare const IncludeExcludeTypes: () => (({
1436
1436
  };
1437
1437
  }>> & {
1438
1438
  "onUpdate:modelValue"?: (val: unknown[]) => any;
1439
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "searchAttribute" | "searchPlaceholder" | "clearable" | "showIcon" | "isLoading" | "titleText" | "distanceOffset" | "skiddingOffset" | "keyField" | "imgProps" | "optionProps" | "showSubTitle" | "subTitleKey" | "iconKey" | "textKey" | "showImage" | "triggerTextFunc">;
1439
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "searchAttribute" | "searchPlaceholder" | "clearable" | "showIcon" | "iconKey" | "isLoading" | "titleText" | "distanceOffset" | "skiddingOffset" | "keyField" | "imgProps" | "optionProps" | "showSubTitle" | "subTitleKey" | "textKey" | "showImage" | "triggerTextFunc">;
1440
1440
  $attrs: {
1441
1441
  [x: string]: unknown;
1442
1442
  };
@@ -1475,6 +1475,10 @@ declare const IncludeExcludeTypes: () => (({
1475
1475
  type: import("vue").PropType<boolean>;
1476
1476
  default: boolean;
1477
1477
  };
1478
+ iconKey: {
1479
+ type: import("vue").PropType<string>;
1480
+ default: string;
1481
+ };
1478
1482
  isLoading: {
1479
1483
  type: import("vue").PropType<boolean>;
1480
1484
  default: boolean;
@@ -1512,10 +1516,6 @@ declare const IncludeExcludeTypes: () => (({
1512
1516
  type: import("vue").PropType<string>;
1513
1517
  default: string;
1514
1518
  };
1515
- iconKey: {
1516
- type: import("vue").PropType<string>;
1517
- default: string;
1518
- };
1519
1519
  textKey: {
1520
1520
  type: import("vue").PropType<string>;
1521
1521
  default: string;
@@ -1541,6 +1541,7 @@ declare const IncludeExcludeTypes: () => (({
1541
1541
  searchPlaceholder: string;
1542
1542
  clearable: boolean;
1543
1543
  showIcon: boolean;
1544
+ iconKey: string;
1544
1545
  isLoading: boolean;
1545
1546
  titleText: string;
1546
1547
  distanceOffset: number;
@@ -1550,7 +1551,6 @@ declare const IncludeExcludeTypes: () => (({
1550
1551
  optionProps: any;
1551
1552
  showSubTitle: boolean;
1552
1553
  subTitleKey: string;
1553
- iconKey: string;
1554
1554
  textKey: string;
1555
1555
  showImage: boolean;
1556
1556
  triggerTextFunc: (option: unknown) => string;
@@ -1599,6 +1599,10 @@ declare const IncludeExcludeTypes: () => (({
1599
1599
  type: import("vue").PropType<boolean>;
1600
1600
  default: boolean;
1601
1601
  };
1602
+ iconKey: {
1603
+ type: import("vue").PropType<string>;
1604
+ default: string;
1605
+ };
1602
1606
  isLoading: {
1603
1607
  type: import("vue").PropType<boolean>;
1604
1608
  default: boolean;
@@ -1636,10 +1640,6 @@ declare const IncludeExcludeTypes: () => (({
1636
1640
  type: import("vue").PropType<string>;
1637
1641
  default: string;
1638
1642
  };
1639
- iconKey: {
1640
- type: import("vue").PropType<string>;
1641
- default: string;
1642
- };
1643
1643
  textKey: {
1644
1644
  type: import("vue").PropType<string>;
1645
1645
  default: string;
@@ -1687,6 +1687,10 @@ declare const IncludeExcludeTypes: () => (({
1687
1687
  type: import("vue").PropType<boolean>;
1688
1688
  default: boolean;
1689
1689
  };
1690
+ iconKey: {
1691
+ type: import("vue").PropType<string>;
1692
+ default: string;
1693
+ };
1690
1694
  isLoading: {
1691
1695
  type: import("vue").PropType<boolean>;
1692
1696
  default: boolean;
@@ -1724,10 +1728,6 @@ declare const IncludeExcludeTypes: () => (({
1724
1728
  type: import("vue").PropType<string>;
1725
1729
  default: string;
1726
1730
  };
1727
- iconKey: {
1728
- type: import("vue").PropType<string>;
1729
- default: string;
1730
- };
1731
1731
  textKey: {
1732
1732
  type: import("vue").PropType<string>;
1733
1733
  default: string;
@@ -1753,6 +1753,7 @@ declare const IncludeExcludeTypes: () => (({
1753
1753
  searchPlaceholder: string;
1754
1754
  clearable: boolean;
1755
1755
  showIcon: boolean;
1756
+ iconKey: string;
1756
1757
  isLoading: boolean;
1757
1758
  titleText: string;
1758
1759
  distanceOffset: number;
@@ -1762,7 +1763,6 @@ declare const IncludeExcludeTypes: () => (({
1762
1763
  optionProps: any;
1763
1764
  showSubTitle: boolean;
1764
1765
  subTitleKey: string;
1765
- iconKey: string;
1766
1766
  textKey: string;
1767
1767
  showImage: boolean;
1768
1768
  triggerTextFunc: (option: unknown) => string;
@@ -124,10 +124,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
124
124
  mandatory: boolean;
125
125
  autoFocus: boolean;
126
126
  prefix: string;
127
- feedbackVariant: FeedbackVariant;
128
127
  hoverHelpText: string;
129
128
  hoverHelpTextPlacement: TooltipPositions;
130
129
  feedbackText: string;
130
+ feedbackVariant: FeedbackVariant;
131
131
  viewOnly: boolean;
132
132
  labelDirection: LabelDirection;
133
133
  hideNumberArrows: boolean;
@@ -1,7 +1,7 @@
1
1
  import e from "./TextField.vue2.js";
2
2
  /* empty css */import o from "../../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../../TextField.vue_vue_type_style_index_0_scoped_d4dc4582_lang.css"; //*');
4
- const s = /* @__PURE__ */ o(e, [["__scopeId", "data-v-d4dc4582"]]);
3
+ // import "../../../TextField.vue_vue_type_style_index_0_scoped_473bab9b_lang.css"; //*');
4
+ const p = /* @__PURE__ */ o(e, [["__scopeId", "data-v-473bab9b"]]);
5
5
  export {
6
- s as default
6
+ p as default
7
7
  };
@@ -1,5 +1,5 @@
1
- import "../../../TextField.vue_vue_type_style_index_0_scoped_d4dc4582_lang.css"; import { defineComponent as K, computed as w, ref as G, openBlock as l, createElementBlock as o, mergeProps as y, unref as t, createBlock as u, createCommentVNode as n, createElementVNode as g, normalizeClass as M, renderSlot as F, withCtx as v, createTextVNode as h, toDisplayString as x, withKeys as W, withModifiers as S, createVNode as p, pushScopeId as j, popScopeId as q } from "vue";
2
- import b from "../../icon/v4/IconV4.vue.js";
1
+ import "../../../TextField.vue_vue_type_style_index_0_scoped_473bab9b_lang.css"; import { defineComponent as K, computed as w, ref as G, openBlock as l, createElementBlock as o, mergeProps as y, unref as t, createBlock as u, createCommentVNode as n, createElementVNode as g, normalizeClass as M, renderSlot as F, withCtx as v, createTextVNode as h, toDisplayString as x, withKeys as W, withModifiers as S, createVNode as b, pushScopeId as j, popScopeId as q } from "vue";
2
+ import p from "../../icon/v4/IconV4.vue.js";
3
3
  import J from "../../tooltip/v4/TooltipV4.vue.js";
4
4
  import T from "../../typography/v4/Typography.vue.js";
5
5
  import { InputTestIdModifiers as f } from "../../../testids/index.js";
@@ -7,7 +7,7 @@ import { inputCommon as Q } from "../common/Input.common.js";
7
7
  import U from "../../shared/FieldLabel.vue.js";
8
8
  import X from "../../shared/FieldHelpText.vue.js";
9
9
  import { useTestIdAttrs as Y } from "../../../utils/testIds.js";
10
- const Z = (e) => (j("data-v-d4dc4582"), e = e(), q(), e), _ = {
10
+ const Z = (e) => (j("data-v-473bab9b"), e = e(), q(), e), _ = {
11
11
  key: 0,
12
12
  class: "icon-container icon-before"
13
13
  }, ee = ["value", "placeholder", "disabled", "type", "step", "maxlength"], te = ["onClick"], le = {
@@ -141,21 +141,20 @@ const Z = (e) => (j("data-v-d4dc4582"), e = e(), q(), e), _ = {
141
141
  class: "apply-button",
142
142
  onClick: S(P, ["stop", "prevent"])
143
143
  }, [
144
- p(t(b), {
144
+ b(t(p), {
145
145
  name: "check",
146
146
  size: "20px"
147
147
  })
148
148
  ], 8, te)) : n("", !0),
149
149
  e.inlineError || t(d)?.error?.value ? (l(), o("div", le, [
150
- p(t(J), y({
150
+ b(t(J), y({
151
151
  disabled: !e.inlineErrorText && !t(d)?.error?.value,
152
152
  text: e.inlineErrorText || t(d)?.error?.value,
153
153
  "test-id": e.testId
154
154
  }, t(c)[t(f).TOOLTIP]), {
155
155
  default: v(() => [
156
- p(t(b), {
156
+ b(t(p), {
157
157
  name: "warning-circle",
158
- type: "fill",
159
158
  size: "16px"
160
159
  })
161
160
  ]),
@@ -178,11 +177,11 @@ const Z = (e) => (j("data-v-d4dc4582"), e = e(), q(), e), _ = {
178
177
  }, t(c)[t(f).TOGGLE_PASSWORD], {
179
178
  onClick: a[5] || (a[5] = (i) => m.value = !m.value)
180
179
  }), [
181
- m.value ? (l(), u(t(b), {
180
+ m.value ? (l(), u(t(p), {
182
181
  key: 0,
183
182
  name: "eye",
184
183
  size: "16px"
185
- })) : (l(), u(t(b), {
184
+ })) : (l(), u(t(p), {
186
185
  key: 1,
187
186
  name: "eye-slash",
188
187
  size: "16px"
@@ -201,7 +200,7 @@ const Z = (e) => (j("data-v-d4dc4582"), e = e(), q(), e), _ = {
201
200
  "test-id": e.testId
202
201
  }, null, 8, ["text", "variant", "show-icon", "test-id"])) : n("", !0),
203
202
  e.maxLength ? (l(), o("div", ie, [
204
- p(t(T), { variant: "caption" }, {
203
+ b(t(T), { variant: "caption" }, {
205
204
  default: v(() => [
206
205
  h(x(t(H)) + " ", 1),
207
206
  oe,
@@ -14,10 +14,10 @@ declare const TextFieldTypes: () => ({
14
14
  mandatory: boolean;
15
15
  autoFocus: boolean;
16
16
  prefix: string;
17
- feedbackVariant: "error" | "success" | "warning";
18
17
  hoverHelpText: string;
19
18
  hoverHelpTextPlacement: "auto" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
20
19
  feedbackText: string;
20
+ feedbackVariant: "error" | "success" | "warning";
21
21
  viewOnly: boolean;
22
22
  labelDirection: "top" | "inside";
23
23
  hideNumberArrows: boolean;
@@ -70,10 +70,6 @@ declare const TextFieldTypes: () => ({
70
70
  type: import("vue").PropType<string>;
71
71
  default: string;
72
72
  };
73
- feedbackVariant: {
74
- type: import("vue").PropType<"error" | "success" | "warning">;
75
- default: any;
76
- };
77
73
  hoverHelpText: {
78
74
  type: import("vue").PropType<string>;
79
75
  default: string;
@@ -86,6 +82,10 @@ declare const TextFieldTypes: () => ({
86
82
  type: import("vue").PropType<string>;
87
83
  default: string;
88
84
  };
85
+ feedbackVariant: {
86
+ type: import("vue").PropType<"error" | "success" | "warning">;
87
+ default: any;
88
+ };
89
89
  viewOnly: {
90
90
  type: import("vue").PropType<boolean>;
91
91
  default: boolean;
@@ -133,7 +133,7 @@ declare const TextFieldTypes: () => ({
133
133
  }>> & {
134
134
  "onUpdate:modelValue"?: (value: string | number) => any;
135
135
  onApply?: () => any;
136
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "label" | "size" | "testId" | "disabled" | "modelValue" | "placeholder" | "mandatory" | "autoFocus" | "prefix" | "feedbackVariant" | "hoverHelpText" | "hoverHelpTextPlacement" | "feedbackText" | "viewOnly" | "labelDirection" | "hideNumberArrows" | "step" | "onlyDigits" | "suffix" | "maxLength" | "showApply" | "inlineError" | "inlineErrorText" | "showFeedbackTextIcon">;
136
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "label" | "size" | "testId" | "disabled" | "modelValue" | "placeholder" | "mandatory" | "autoFocus" | "prefix" | "hoverHelpText" | "hoverHelpTextPlacement" | "feedbackText" | "feedbackVariant" | "viewOnly" | "labelDirection" | "hideNumberArrows" | "step" | "onlyDigits" | "suffix" | "maxLength" | "showApply" | "inlineError" | "inlineErrorText" | "showFeedbackTextIcon">;
137
137
  $attrs: {
138
138
  [x: string]: unknown;
139
139
  };
@@ -188,10 +188,6 @@ declare const TextFieldTypes: () => ({
188
188
  type: import("vue").PropType<string>;
189
189
  default: string;
190
190
  };
191
- feedbackVariant: {
192
- type: import("vue").PropType<"error" | "success" | "warning">;
193
- default: any;
194
- };
195
191
  hoverHelpText: {
196
192
  type: import("vue").PropType<string>;
197
193
  default: string;
@@ -204,6 +200,10 @@ declare const TextFieldTypes: () => ({
204
200
  type: import("vue").PropType<string>;
205
201
  default: string;
206
202
  };
203
+ feedbackVariant: {
204
+ type: import("vue").PropType<"error" | "success" | "warning">;
205
+ default: any;
206
+ };
207
207
  viewOnly: {
208
208
  type: import("vue").PropType<boolean>;
209
209
  default: boolean;
@@ -267,10 +267,10 @@ declare const TextFieldTypes: () => ({
267
267
  mandatory: boolean;
268
268
  autoFocus: boolean;
269
269
  prefix: string;
270
- feedbackVariant: "error" | "success" | "warning";
271
270
  hoverHelpText: string;
272
271
  hoverHelpTextPlacement: "auto" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
273
272
  feedbackText: string;
273
+ feedbackVariant: "error" | "success" | "warning";
274
274
  viewOnly: boolean;
275
275
  labelDirection: "top" | "inside";
276
276
  hideNumberArrows: boolean;
@@ -343,10 +343,6 @@ declare const TextFieldTypes: () => ({
343
343
  type: import("vue").PropType<string>;
344
344
  default: string;
345
345
  };
346
- feedbackVariant: {
347
- type: import("vue").PropType<"error" | "success" | "warning">;
348
- default: any;
349
- };
350
346
  hoverHelpText: {
351
347
  type: import("vue").PropType<string>;
352
348
  default: string;
@@ -359,6 +355,10 @@ declare const TextFieldTypes: () => ({
359
355
  type: import("vue").PropType<string>;
360
356
  default: string;
361
357
  };
358
+ feedbackVariant: {
359
+ type: import("vue").PropType<"error" | "success" | "warning">;
360
+ default: any;
361
+ };
362
362
  viewOnly: {
363
363
  type: import("vue").PropType<boolean>;
364
364
  default: boolean;
@@ -453,10 +453,6 @@ declare const TextFieldTypes: () => ({
453
453
  type: import("vue").PropType<string>;
454
454
  default: string;
455
455
  };
456
- feedbackVariant: {
457
- type: import("vue").PropType<"error" | "success" | "warning">;
458
- default: any;
459
- };
460
456
  hoverHelpText: {
461
457
  type: import("vue").PropType<string>;
462
458
  default: string;
@@ -469,6 +465,10 @@ declare const TextFieldTypes: () => ({
469
465
  type: import("vue").PropType<string>;
470
466
  default: string;
471
467
  };
468
+ feedbackVariant: {
469
+ type: import("vue").PropType<"error" | "success" | "warning">;
470
+ default: any;
471
+ };
472
472
  viewOnly: {
473
473
  type: import("vue").PropType<boolean>;
474
474
  default: boolean;
@@ -532,10 +532,10 @@ declare const TextFieldTypes: () => ({
532
532
  mandatory: boolean;
533
533
  autoFocus: boolean;
534
534
  prefix: string;
535
- feedbackVariant: "error" | "success" | "warning";
536
535
  hoverHelpText: string;
537
536
  hoverHelpTextPlacement: "auto" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
538
537
  feedbackText: string;
538
+ feedbackVariant: "error" | "success" | "warning";
539
539
  viewOnly: boolean;
540
540
  labelDirection: "top" | "inside";
541
541
  hideNumberArrows: boolean;
@@ -39,8 +39,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
39
39
  }, {
40
40
  title: string;
41
41
  testId: string;
42
- noPadding: boolean;
43
42
  actionButtons: boolean;
43
+ noPadding: boolean;
44
44
  saveLabel: string;
45
45
  cancelLabel: string;
46
46
  saveLoading: boolean;
@@ -202,8 +202,8 @@ declare const FormCardTypes: () => (({
202
202
  $props: Partial<{
203
203
  title: string;
204
204
  testId: string;
205
- noPadding: boolean;
206
205
  actionButtons: boolean;
206
+ noPadding: boolean;
207
207
  saveLabel: string;
208
208
  cancelLabel: string;
209
209
  saveLoading: boolean;
@@ -216,11 +216,11 @@ declare const FormCardTypes: () => (({
216
216
  type: import("vue").PropType<string>;
217
217
  default: string;
218
218
  };
219
- noPadding: {
219
+ actionButtons: {
220
220
  type: import("vue").PropType<boolean>;
221
221
  default: boolean;
222
222
  };
223
- actionButtons: {
223
+ noPadding: {
224
224
  type: import("vue").PropType<boolean>;
225
225
  default: boolean;
226
226
  };
@@ -239,7 +239,7 @@ declare const FormCardTypes: () => (({
239
239
  }>> & {
240
240
  onCancel?: () => any;
241
241
  onSave?: () => any;
242
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "testId" | "noPadding" | "actionButtons" | "saveLabel" | "cancelLabel" | "saveLoading">;
242
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "testId" | "actionButtons" | "noPadding" | "saveLabel" | "cancelLabel" | "saveLoading">;
243
243
  $attrs: {
244
244
  [x: string]: unknown;
245
245
  };
@@ -262,11 +262,11 @@ declare const FormCardTypes: () => (({
262
262
  type: import("vue").PropType<string>;
263
263
  default: string;
264
264
  };
265
- noPadding: {
265
+ actionButtons: {
266
266
  type: import("vue").PropType<boolean>;
267
267
  default: boolean;
268
268
  };
269
- actionButtons: {
269
+ noPadding: {
270
270
  type: import("vue").PropType<boolean>;
271
271
  default: boolean;
272
272
  };
@@ -291,8 +291,8 @@ declare const FormCardTypes: () => (({
291
291
  }, string, {
292
292
  title: string;
293
293
  testId: string;
294
- noPadding: boolean;
295
294
  actionButtons: boolean;
295
+ noPadding: boolean;
296
296
  saveLabel: string;
297
297
  cancelLabel: string;
298
298
  saveLoading: boolean;
@@ -325,11 +325,11 @@ declare const FormCardTypes: () => (({
325
325
  type: import("vue").PropType<string>;
326
326
  default: string;
327
327
  };
328
- noPadding: {
328
+ actionButtons: {
329
329
  type: import("vue").PropType<boolean>;
330
330
  default: boolean;
331
331
  };
332
- actionButtons: {
332
+ noPadding: {
333
333
  type: import("vue").PropType<boolean>;
334
334
  default: boolean;
335
335
  };
@@ -361,11 +361,11 @@ declare const FormCardTypes: () => (({
361
361
  type: import("vue").PropType<string>;
362
362
  default: string;
363
363
  };
364
- noPadding: {
364
+ actionButtons: {
365
365
  type: import("vue").PropType<boolean>;
366
366
  default: boolean;
367
367
  };
368
- actionButtons: {
368
+ noPadding: {
369
369
  type: import("vue").PropType<boolean>;
370
370
  default: boolean;
371
371
  };
@@ -390,8 +390,8 @@ declare const FormCardTypes: () => (({
390
390
  }, string, {
391
391
  title: string;
392
392
  testId: string;
393
- noPadding: boolean;
394
393
  actionButtons: boolean;
394
+ noPadding: boolean;
395
395
  saveLabel: string;
396
396
  cancelLabel: string;
397
397
  saveLoading: boolean;
@@ -1,26 +1,27 @@
1
- import "../../MultiBarMenu.vue_vue_type_style_index_0_scoped_ae2bbc6c_lang.css"; import { defineComponent as l, openBlock as p, createBlock as d, unref as t, withCtx as o, createVNode as m, createSlots as c, createTextVNode as u, toDisplayString as f } from "vue";
1
+ import "../../MultiBarMenu.vue_vue_type_style_index_0_scoped_ae2bbc6c_lang.css"; import { defineComponent as s, openBlock as l, createBlock as d, unref as t, withCtx as o, createVNode as m, createSlots as c, createTextVNode as u, toDisplayString as f } from "vue";
2
2
  import _ from "../dropdown/v4/DropdownV4.vue.js";
3
3
  import "../dropdown/v4/DefaultDropdownTrigger.vue.js";
4
4
  import "../dropdown/v4/IconButtonDropdownTrigger.vue.js";
5
5
  import "../dropdown/v4/ChipDropdownTrigger.vue.js";
6
+ import "../dropdown/v4/AppDropdownTrigger.vue.js";
6
7
  import g from "../dropdown/v4/OptionV4.vue.js";
7
8
  import x from "../icon/v4/IconV4.vue.js";
8
- const w = /* @__PURE__ */ l({
9
+ const C = /* @__PURE__ */ s({
9
10
  __name: "MultiBarMenu",
10
11
  props: {
11
12
  menuItems: { default: () => [] }
12
13
  },
13
14
  emits: ["selected"],
14
- setup(a, { emit: s }) {
15
+ setup(a, { emit: p }) {
15
16
  const n = (r) => r.title;
16
- return (r, i) => (p(), d(t(_), {
17
+ return (r, i) => (l(), d(t(_), {
17
18
  class: "multi-bar-menu",
18
19
  options: a.menuItems,
19
20
  "display-value": n,
20
21
  "predefined-trigger": "icon-button",
21
22
  placement: "right-end",
22
23
  skidding: -20,
23
- "onUpdate:selected": i[0] || (i[0] = (e) => s("selected", e))
24
+ "onUpdate:selected": i[0] || (i[0] = (e) => p("selected", e))
24
25
  }, {
25
26
  default: o(({ option: e }) => [
26
27
  m(t(g), { option: e }, c({
@@ -46,5 +47,5 @@ const w = /* @__PURE__ */ l({
46
47
  }
47
48
  });
48
49
  export {
49
- w as default
50
+ C as default
50
51
  };
@@ -0,0 +1,7 @@
1
+ import e from "./Skeleton.vue2.js";
2
+ /* empty css */import o from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ // import "../../../Skeleton.vue_vue_type_style_index_0_scoped_5ed40068_lang.css"; //*');
4
+ const p = /* @__PURE__ */ o(e, [["__scopeId", "data-v-5ed40068"]]);
5
+ export {
6
+ p as default
7
+ };
@@ -1,4 +1,4 @@
1
- import "../../Skeleton.vue_vue_type_style_index_0_scoped_9837f0ce_lang.css"; import { defineComponent as l, openBlock as n, createElementBlock as t, normalizeClass as r, renderSlot as a } from "vue";
1
+ import "../../../Skeleton.vue_vue_type_style_index_0_scoped_5ed40068_lang.css"; import { defineComponent as l, openBlock as n, createElementBlock as t, normalizeClass as r, renderSlot as a } from "vue";
2
2
  const i = /* @__PURE__ */ l({
3
3
  __name: "Skeleton",
4
4
  props: {