@ironsource/shared-ui 1.4.3-rc.4 → 1.4.3

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 (137) hide show
  1. package/AddFilterButton.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  2. package/AppTrigger.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  3. package/AutocompleteInput.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  4. package/Banner.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  5. package/Button.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  6. package/ButtonBase.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  7. package/CalendarMonth.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  8. package/Chip.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  9. package/DateRange.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  10. package/Dialog.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  11. package/Dropdown.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  12. package/Dropdown.vue_vue_type_style_index_1_lang.css +1 -1
  13. package/Editable.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  14. package/EmptyState.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  15. package/FilterSearchInput.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  16. package/FloatingToolbar.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  17. package/IconButton.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  18. package/IncludeExclude.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  19. package/IncludeExcludeAppTrigger.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  20. package/IncludeExcludeChipFilter.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  21. package/IncludeExcludeDragDrop.vue_vue_type_style_index_0_scoped_true_lang.css +1 -0
  22. package/IncludeExcludeOptionDraggable.vue_vue_type_style_index_0_scoped_true_lang.css +1 -0
  23. package/Input.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  24. package/Menu.vue_vue_type_style_index_1_lang.css +1 -1
  25. package/MenuItem.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  26. package/Popover.vue_vue_type_style_index_0_lang.css +1 -1
  27. package/README.md +36 -21
  28. package/ScrollButton.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  29. package/Search.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  30. package/SearchInput.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  31. package/Snackbar.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  32. package/Switch.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  33. package/Table.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  34. package/Table.vue_vue_type_style_index_1_lang.css +1 -1
  35. package/Tabs.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  36. package/TextArea.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  37. package/Toggle.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  38. package/components/appTrigger/AppTrigger.vue.js +3 -3
  39. package/components/autocompleteDropdown/AutocompleteDropdown.vue.js +1 -2
  40. package/components/button/{common/ButtonSuper.vue.js → Button.vue.js} +7 -7
  41. package/components/button/{common/ButtonBase.vue.d.ts → ButtonBase.vue.d.ts} +9 -9
  42. package/components/button/{common/ButtonBase.vue.js → ButtonBase.vue.js} +8 -8
  43. package/components/button/{v3/IconButton.vue.js → IconButton.vue.js} +7 -7
  44. package/components/button/{v3/ScrollButton.vue.js → ScrollButton.vue.js} +6 -6
  45. package/components/button/index.d.ts +126 -0
  46. package/components/checkbox/Checkbox.vue.d.ts +1 -1
  47. package/components/checkbox/index.d.ts +9 -9
  48. package/components/chip/{v3/Chip.vue.js → Chip.vue.js} +5 -5
  49. package/components/dateRange/CalendarMonth.vue.js +3 -3
  50. package/components/dateRange/DateRange.vue.js +4 -4
  51. package/components/dateRange/consts.d.ts +5 -0
  52. package/components/dateRange/consts.vue.js +8 -0
  53. package/components/dateRange/index.d.ts +3 -3
  54. package/components/dialog/Dialog.vue.d.ts +1 -1
  55. package/components/dialog/Dialog.vue.js +6 -7
  56. package/components/dialog/index.d.ts +11 -11
  57. package/components/dropdown/Dropdown.vue.d.ts +2 -2
  58. package/components/dropdown/Dropdown.vue.js +5 -5
  59. package/components/dropdown/SearchInput.vue.js +5 -6
  60. package/components/dropdown/index.d.ts +16 -16
  61. package/components/emptyState/EmptyState.vue.d.ts +1 -1
  62. package/components/emptyState/EmptyState.vue.js +4 -4
  63. package/components/emptyState/index.d.ts +14 -14
  64. package/components/filterDropdown/AddFilterButton.vue.js +2 -2
  65. package/components/filterDropdown/FilterDropdown.vue.js +1 -2
  66. package/components/filtersPanel/FilterSearchInput.vue.js +2 -2
  67. package/components/floatingToolbar/FloatingToolbar.vue.js +5 -6
  68. package/components/icon/Icon.vue.js +2 -0
  69. package/components/icon/icons/Hammer.vue.d.ts +2 -0
  70. package/components/icon/icons/Hammer.vue.js +26 -0
  71. package/components/icon/icons/TableEdit.vue.d.ts +2 -0
  72. package/components/icon/icons/TableEdit.vue.js +24 -0
  73. package/components/icon/icons/index.d.ts +6 -0
  74. package/components/icon/icons/index.vue.js +6 -0
  75. package/components/icon/index.d.ts +6 -0
  76. package/components/includeExclude/IncludeExclude.vue.js +5 -5
  77. package/components/includeExclude/IncludeExcludeAppHeader.vue.js +7 -4
  78. package/components/includeExclude/IncludeExcludeAppTrigger.vue.js +3 -3
  79. package/components/includeExclude/IncludeExcludeChipFilter.vue.js +8 -6
  80. package/components/includeExclude/IncludeExcludeDragDrop.vue.d.ts +125 -0
  81. package/components/includeExclude/IncludeExcludeDragDrop.vue.js +610 -0
  82. package/components/{chip/v4/ChipV4.vue.d.ts → includeExclude/IncludeExcludeOptionDraggable.vue.d.ts} +18 -23
  83. package/components/includeExclude/IncludeExcludeOptionDraggable.vue.js +126 -0
  84. package/components/includeExclude/includeExcludeMocks.d.ts +12 -0
  85. package/components/includeExclude/index.d.ts +228 -7
  86. package/components/includeExclude/index.vue.js +6 -0
  87. package/components/input/Input.vue.d.ts +2 -2
  88. package/components/input/Input.vue.js +3 -3
  89. package/components/input/index.d.ts +16 -16
  90. package/components/menu/Menu.vue.d.ts +1 -1
  91. package/components/menu/index.d.ts +5 -5
  92. package/components/snackbar/Snackbar.vue.d.ts +1 -1
  93. package/components/snackbar/Snackbar.vue.js +5 -6
  94. package/components/switch/{v3/Switch.vue.js → Switch.vue.js} +5 -5
  95. package/components/table/Table.types.d.ts +1 -0
  96. package/components/table/Table.vue.d.ts +13 -0
  97. package/components/table/Table.vue.js +34 -12
  98. package/components/table/index.d.ts +25 -0
  99. package/components/table-cells/Editable.vue.js +1 -1
  100. package/components/tooltip/Tooltip.vue.d.ts +1 -1
  101. package/components/tooltip/index.d.ts +5 -5
  102. package/components/typography/index.d.ts +9 -9
  103. package/index.d.ts +3 -429
  104. package/index.vue.js +11 -18
  105. package/package.json +13 -21
  106. package/styleguide.scss +78 -77
  107. package/ButtonBase.vue_vue_type_style_index_1_scoped_true_lang.css +0 -1
  108. package/ButtonSuper.vue_vue_type_style_index_0_scoped_true_lang.css +0 -1
  109. package/ButtonV4.vue_vue_type_style_index_0_scoped_true_lang.css +0 -1
  110. package/ChipV4.vue_vue_type_style_index_0_scoped_true_lang.css +0 -1
  111. package/SwitchV4.vue_vue_type_style_index_0_scoped_true_lang.css +0 -1
  112. package/components/ThemeWrapper/ThemeStrore.d.ts +0 -4
  113. package/components/ThemeWrapper/ThemeWrapper.vue.d.ts +0 -15
  114. package/components/button/common/ButtonSuper.vue.d.ts +0 -42
  115. package/components/button/v3/Button.vue.js +0 -40
  116. package/components/button/v3/index.d.ts +0 -126
  117. package/components/button/v4/ButtonV4.vue.d.ts +0 -52
  118. package/components/button/v4/ButtonV4.vue.js +0 -44
  119. package/components/button/v4/index.d.ts +0 -72
  120. package/components/button/v4/index.vue.js +0 -6
  121. package/components/chip/v4/ChipV4.vue.js +0 -76
  122. package/components/chip/v4/index.d.ts +0 -63
  123. package/components/chip/v4/index.vue.js +0 -6
  124. package/components/switch/v4/SwitchV4.vue.d.ts +0 -37
  125. package/components/switch/v4/SwitchV4.vue.js +0 -87
  126. package/components/switch/v4/index.d.ts +0 -46
  127. package/components/switch/v4/index.vue.js +0 -6
  128. /package/components/button/{v3/Button.vue.d.ts → Button.vue.d.ts} +0 -0
  129. /package/components/button/{v3/IconButton.vue.d.ts → IconButton.vue.d.ts} +0 -0
  130. /package/components/button/{v3/ScrollButton.vue.d.ts → ScrollButton.vue.d.ts} +0 -0
  131. /package/components/button/{v3/index.vue.js → index.vue.js} +0 -0
  132. /package/components/chip/{v3/Chip.vue.d.ts → Chip.vue.d.ts} +0 -0
  133. /package/components/chip/{v3/index.d.ts → index.d.ts} +0 -0
  134. /package/components/chip/{v3/index.vue.js → index.vue.js} +0 -0
  135. /package/components/switch/{v3/Switch.vue.d.ts → Switch.vue.d.ts} +0 -0
  136. /package/components/switch/{v3/index.d.ts → index.d.ts} +0 -0
  137. /package/components/switch/{v3/index.vue.js → index.vue.js} +0 -0
@@ -4,12 +4,11 @@ import { useTimeoutFn } from '@vueuse/core';
4
4
  import Text from '../typography/Text.vue.js';
5
5
  import { NOOP } from '@vue/shared';
6
6
  import { Reason } from './Reason.vue.js';
7
+ import IconButton from '../button/IconButton.vue.js';
7
8
  import Icon from '../icon/Icon.vue.js';
8
9
  import { DialogTestIdModifiers } from '../../testids/index.vue.js';
9
- /* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
10
- /* empty css *//* empty css *//* empty css *//* empty css */import IconButton from '../button/v3/IconButton.vue.js';
11
- /* empty css */import 'floating-vue';
12
- /* empty css *//* empty css *//* empty css */
10
+ /* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
11
+
13
12
  import "../../Dialog.vue_vue_type_style_index_0_scoped_true_lang.css";
14
13
  const _hoisted_1 = ["data-testid"];
15
14
  const _hoisted_2 = ["data-testid"];
@@ -45,7 +44,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
45
44
  setup(__props, { emit }) {
46
45
  const props = __props;
47
46
  useCssVars((_ctx) => ({
48
- "6f9792ca": __props.width
47
+ "7d57480a": __props.width
49
48
  }));
50
49
  const visible = ref(false);
51
50
  let openTimer = void 0;
@@ -137,7 +136,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
137
136
  _: 1
138
137
  })
139
138
  ], true) : createCommentVNode("", true),
140
- __props.showCloseButton ? (openBlock(), createBlock(unref(IconButton), {
139
+ __props.showCloseButton ? (openBlock(), createBlock(IconButton, {
141
140
  key: 1,
142
141
  class: "button close-button",
143
142
  size: "md",
@@ -203,6 +202,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
203
202
  };
204
203
  }
205
204
  });
206
- var Dialog = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-1d3abaa6"]]);
205
+ var Dialog = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-55aea585"]]);
207
206
 
208
207
  export { Dialog as default };
@@ -1,9 +1,4 @@
1
1
  declare const DialogTypes: () => import("vue").DefineComponent<{
2
- themeClass: {
3
- type: import("vue").PropType<string>;
4
- } & {
5
- default: string;
6
- };
7
2
  title: {
8
3
  type: import("vue").PropType<string>;
9
4
  } & {
@@ -73,6 +68,11 @@ declare const DialogTypes: () => import("vue").DefineComponent<{
73
68
  } & {
74
69
  default: any;
75
70
  };
71
+ themeClass: {
72
+ type: import("vue").PropType<string>;
73
+ } & {
74
+ default: string;
75
+ };
76
76
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
77
77
  "update:modelValue": (value: boolean) => void;
78
78
  } & {
@@ -80,11 +80,6 @@ declare const DialogTypes: () => import("vue").DefineComponent<{
80
80
  } & {
81
81
  close: (reason: import("./Reason").Reason) => void;
82
82
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
83
- themeClass: {
84
- type: import("vue").PropType<string>;
85
- } & {
86
- default: string;
87
- };
88
83
  title: {
89
84
  type: import("vue").PropType<string>;
90
85
  } & {
@@ -154,12 +149,16 @@ declare const DialogTypes: () => import("vue").DefineComponent<{
154
149
  } & {
155
150
  default: any;
156
151
  };
152
+ themeClass: {
153
+ type: import("vue").PropType<string>;
154
+ } & {
155
+ default: string;
156
+ };
157
157
  }>> & {
158
158
  "onUpdate:modelValue"?: (value: boolean) => any;
159
159
  onClose?: (reason: import("./Reason").Reason) => any;
160
160
  onOpen?: () => any;
161
161
  }, {
162
- themeClass: string;
163
162
  title: string;
164
163
  testId: string;
165
164
  content: string;
@@ -173,6 +172,7 @@ declare const DialogTypes: () => import("vue").DefineComponent<{
173
172
  showCloseButton: boolean;
174
173
  escapeToClose: boolean;
175
174
  beforeClose: (show: () => void) => void;
175
+ themeClass: string;
176
176
  }>[];
177
177
  export { default as Dialog } from './Dialog.vue';
178
178
  export { DialogTypes };
@@ -163,11 +163,11 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
163
163
  onOpened?: () => any;
164
164
  onApply?: (value: unknown) => any;
165
165
  }, {
166
- title: string;
167
- theme: string;
168
166
  size: 'sm' | 'lg';
167
+ title: string;
169
168
  error: string;
170
169
  testId: string;
170
+ theme: string;
171
171
  placement: Placement;
172
172
  disabled: boolean;
173
173
  selected: any;
@@ -1,11 +1,11 @@
1
1
  import { defineComponent, ref, computed, watch, useSlots, nextTick, toRaw, provide, onMounted, openBlock, createElementBlock, normalizeClass, unref, renderSlot, createVNode, withCtx, Transition, createElementVNode, createTextVNode, toDisplayString, createCommentVNode, createBlock, mergeProps, withModifiers, Fragment, renderList, pushScopeId, popScopeId } from 'vue';
2
- import Button from '../button/v3/Button.vue.js';
2
+ import Button from '../button/Button.vue.js';
3
3
  import Icon from '../icon/Icon.vue.js';
4
4
  import { DropdownTestIdModifiers } from '../../testids/index.vue.js';
5
5
  /* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
6
6
  import Text from '../typography/Text.vue.js';
7
- /* empty css *//* empty css *//* empty css *//* empty css */import { Dropdown as Dropdown$1 } from 'floating-vue';
8
- /* empty css *//* empty css */import Option from './Option.vue.js';
7
+ /* empty css *//* empty css *//* empty css */import { Dropdown as Dropdown$1 } from 'floating-vue';
8
+ /* empty css *//* empty css */import Option from './Option.vue.js';
9
9
  import Search from '../search/Search.vue.js';
10
10
  import { useToggle } from '../../composables/useToggle.vue.js';
11
11
  import { isObjectInArray } from '../../utils/array.vue.js';
@@ -15,7 +15,7 @@ import { Mode, Type, DropdownContext } from './DropdownContext.vue.js';
15
15
  import { pxToRem } from '../../utils/style.vue.js';
16
16
  /* empty css *//* empty css */
17
17
  import "../../Dropdown.vue_vue_type_style_index_0_scoped_true_lang.css";import "../../Dropdown.vue_vue_type_style_index_1_lang.css";
18
- const _withScopeId = (n) => (pushScopeId("data-v-0b9353e5"), n = n(), popScopeId(), n);
18
+ const _withScopeId = (n) => (pushScopeId("data-v-6b0dd6db"), n = n(), popScopeId(), n);
19
19
  const _hoisted_1 = ["tabindex", "data-testid"];
20
20
  const _hoisted_2 = ["disabled", "aria-expanded", "aria-labelledby", "aria-disabled"];
21
21
  const _hoisted_3 = {
@@ -780,6 +780,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
780
780
  };
781
781
  }
782
782
  });
783
- var Dropdown = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-0b9353e5"]]);
783
+ var Dropdown = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-6b0dd6db"]]);
784
784
 
785
785
  export { Dropdown as default };
@@ -1,10 +1,9 @@
1
1
  import { defineComponent, useSlots, ref, onMounted, computed, watch, renderSlot, unref, createElementVNode, normalizeClass, openBlock, createElementBlock, createCommentVNode, createVNode, withCtx, createBlock } from 'vue';
2
2
  import { useDropdownContext, Mode } from './DropdownContext.vue.js';
3
3
  import Icon from '../icon/Icon.vue.js';
4
- /* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
5
- /* empty css *//* empty css *//* empty css *//* empty css *//* empty css */import IconButton from '../button/v3/IconButton.vue.js';
6
- /* empty css */import 'floating-vue';
7
- /* empty css *//* empty css *//* empty css */
4
+ import IconButton from '../button/IconButton.vue.js';
5
+ /* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
6
+
8
7
  import "../../SearchInput.vue_vue_type_style_index_0_scoped_true_lang.css";
9
8
  const _hoisted_1 = {
10
9
  key: 0,
@@ -87,7 +86,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
87
86
  onFocusout: _cache[1] || (_cache[1] = ($event) => isFocused.value = false),
88
87
  onInput: onChange
89
88
  }, null, 42, _hoisted_2),
90
- createVNode(unref(IconButton), {
89
+ createVNode(IconButton, {
91
90
  variant: "colorized",
92
91
  size: "sm",
93
92
  theme: "secondary",
@@ -115,6 +114,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
115
114
  };
116
115
  }
117
116
  });
118
- var SearchInput = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-9af498c6"]]);
117
+ var SearchInput = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-35368fc5"]]);
119
118
 
120
119
  export { SearchInput as default };
@@ -3,27 +3,27 @@ import Option from './Option.vue';
3
3
  import Label from './Label.vue';
4
4
  import SearchInput from './SearchInput.vue';
5
5
  declare const DropdownTypes: () => (import("vue").DefineComponent<{
6
- title: {
7
- type: import("vue").PropType<string>;
6
+ size: {
7
+ type: import("vue").PropType<"sm" | "lg">;
8
8
  } & {
9
9
  default: string;
10
10
  };
11
- theme: {
11
+ title: {
12
12
  type: import("vue").PropType<string>;
13
13
  } & {
14
14
  default: string;
15
15
  };
16
- size: {
17
- type: import("vue").PropType<"sm" | "lg">;
16
+ error: {
17
+ type: import("vue").PropType<string>;
18
18
  } & {
19
19
  default: string;
20
20
  };
21
- error: {
21
+ testId: {
22
22
  type: import("vue").PropType<string>;
23
23
  } & {
24
24
  default: string;
25
25
  };
26
- testId: {
26
+ theme: {
27
27
  type: import("vue").PropType<string>;
28
28
  } & {
29
29
  default: string;
@@ -194,27 +194,27 @@ declare const DropdownTypes: () => (import("vue").DefineComponent<{
194
194
  } & {
195
195
  apply: (value: unknown) => void;
196
196
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
197
- title: {
198
- type: import("vue").PropType<string>;
197
+ size: {
198
+ type: import("vue").PropType<"sm" | "lg">;
199
199
  } & {
200
200
  default: string;
201
201
  };
202
- theme: {
202
+ title: {
203
203
  type: import("vue").PropType<string>;
204
204
  } & {
205
205
  default: string;
206
206
  };
207
- size: {
208
- type: import("vue").PropType<"sm" | "lg">;
207
+ error: {
208
+ type: import("vue").PropType<string>;
209
209
  } & {
210
210
  default: string;
211
211
  };
212
- error: {
212
+ testId: {
213
213
  type: import("vue").PropType<string>;
214
214
  } & {
215
215
  default: string;
216
216
  };
217
- testId: {
217
+ theme: {
218
218
  type: import("vue").PropType<string>;
219
219
  } & {
220
220
  default: string;
@@ -378,11 +378,11 @@ declare const DropdownTypes: () => (import("vue").DefineComponent<{
378
378
  onOpened?: () => any;
379
379
  onApply?: (value: unknown) => any;
380
380
  }, {
381
- title: string;
382
- theme: string;
383
381
  size: "sm" | "lg";
382
+ title: string;
384
383
  error: string;
385
384
  testId: string;
385
+ theme: string;
386
386
  placement: import("floating-vue").Placement;
387
387
  disabled: boolean;
388
388
  selected: any;
@@ -52,8 +52,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
52
52
  }>>> & {
53
53
  onClick?: () => any;
54
54
  }, {
55
- title: string;
56
55
  size: 'lg' | 'sm';
56
+ title: string;
57
57
  fontSize: string;
58
58
  iconName: IconName;
59
59
  subtitle: string;
@@ -1,10 +1,10 @@
1
1
  import { defineComponent, computed, openBlock, createElementBlock, normalizeClass, createElementVNode, renderSlot, createBlock, normalizeProps, mergeProps, unref, createCommentVNode, withCtx, createTextVNode, toDisplayString } from 'vue';
2
- import Button from '../button/v3/Button.vue.js';
2
+ import Button from '../button/Button.vue.js';
3
3
  import Icon from '../icon/Icon.vue.js';
4
4
  /* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
5
5
  import Text from '../typography/Text.vue.js';
6
- /* empty css *//* empty css *//* empty css *//* empty css */import 'floating-vue';
7
- /* empty css *//* empty css */import EmptyStateIcon from './EmptyStateIcon.vue.js';
6
+ /* empty css *//* empty css *//* empty css */import 'floating-vue';
7
+ /* empty css *//* empty css */import EmptyStateIcon from './EmptyStateIcon.vue.js';
8
8
  /* empty css */
9
9
  import "../../EmptyState.vue_vue_type_style_index_0_scoped_true_lang.css";
10
10
  const _hoisted_1 = { class: "empty-state-title-container" };
@@ -93,6 +93,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
93
93
  };
94
94
  }
95
95
  });
96
- var EmptyState = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-f7dc2eca"]]);
96
+ var EmptyState = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-54b6f08e"]]);
97
97
 
98
98
  export { EmptyState as default };
@@ -1,21 +1,21 @@
1
1
  declare const EmptyStateTypes: () => import("vue").DefineComponent<{
2
- title: {
3
- type: import("vue").PropType<string>;
4
- } & {
5
- default: any;
6
- };
7
2
  size: {
8
3
  type: import("vue").PropType<"sm" | "lg">;
9
4
  } & {
10
5
  default: string;
11
6
  };
7
+ title: {
8
+ type: import("vue").PropType<string>;
9
+ } & {
10
+ default: any;
11
+ };
12
12
  fontSize: {
13
13
  type: import("vue").PropType<string>;
14
14
  } & {
15
15
  default: string;
16
16
  };
17
17
  iconName: {
18
- type: import("vue").PropType<"search" | "link" | "filter" | "a" | "b" | "style" | "image" | "switch" | "a-2" | "ab-test" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "add" | "analytics" | "android" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "autorenew" | "b-2" | "b-circle" | "banner" | "bidding" | "bidding-2" | "block" | "border-color" | "bug" | "bullhorn" | "bullseye-arrow" | "cached" | "calendar" | "calendar-today" | "cancel" | "chart-bar" | "chart-line" | "chart-mixed" | "check" | "check-bold" | "close" | "close-bold" | "computer-mouse" | "copy-to-clipboard" | "widgets-flat-squares" | "adjust" | "copy-to-clipboard-filled" | "cube" | "cube-background" | "marketing" | "create" | "creative" | "cross" | "crown-fill" | "cup" | "cup-a" | "cup-b" | "delete" | "diamond" | "dots" | "download" | "download-2" | "download-done" | "drag-indicator" | "ecpi" | "email" | "email-envelope" | "error" | "eye" | "favorite-border" | "filter-list" | "frame" | "fullscreen" | "fullscreen-exit" | "functions" | "gamepad-alt" | "games" | "gavel" | "gift" | "git-hub" | "globe-stand" | "google-play" | "group" | "hand-pointer" | "hands" | "heartbeat" | "help" | "help-outline" | "history" | "ios" | "image-not-supported" | "image-slash" | "import-export" | "import-export-2" | "importent" | "info" | "info-outline" | "insights" | "interstitial" | "ios-14" | "js" | "landscape" | "launch" | "levelplay" | "limit-circle" | "limit-octagon" | "loading-clean" | "lock" | "lock-open" | "login" | "logout" | "military-tech" | "mix" | "mix-2" | "mobile-landscape" | "mobile-portrait" | "money-check" | "more-horiz" | "more-vert" | "mouse" | "mouse-pointer" | "moving-up" | "notifications-none" | "offerwall" | "palyable" | "paper-plane-off" | "paper-plane" | "pause" | "pause-circle-filled" | "pause-circle-outline" | "phone-iphone" | "photo" | "photo-2" | "play-arrow" | "play-circle-filled-white" | "play-circle-outline" | "qrcode" | "quick-ab" | "quick-ab-2" | "react" | "redo" | "refresh" | "remove" | "replay" | "rewarded-video" | "rocket-launch" | "rotate" | "route" | "sack-dollar" | "schedule" | "search-bold" | "share" | "slack" | "sports-esports" | "star" | "star-fill" | "status-banner" | "status-interstitial" | "status-offerwall" | "status-rewarded-video" | "stop-circle-filled" | "stop-circle-outline" | "success" | "success-full" | "tablet-landscape" | "tablet-mac" | "tablet-portrait" | "texture" | "theme-dark" | "theme-light" | "timelapse" | "timeline" | "trending-down" | "trending-flat" | "trending-up" | "tune" | "two-tone-banner" | "two-tone-interstitial" | "two-tone-offerwall" | "two-tone-rewarded-video" | "undo" | "unfold-less" | "unfold-more" | "vertical-align-top" | "vertical-align-top-2" | "vibration" | "video-round" | "view-carousel" | "visibility" | "visibility-off" | "visibility-off-strok" | "visibility-strok" | "volume-off" | "volume-up" | "warning" | "warning-2" | "web-app" | "widgets" | "widgets-fill" | "widgetsz" | "wifi-protected-setup" | "native-ad" | "status-native-ad" | "two-tone-native-ad">;
18
+ type: import("vue").PropType<"search" | "link" | "filter" | "a" | "b" | "style" | "image" | "switch" | "a-2" | "ab-test" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "add" | "analytics" | "android" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "hammer" | "autorenew" | "b-2" | "b-circle" | "banner" | "bidding" | "bidding-2" | "block" | "border-color" | "bug" | "bullhorn" | "bullseye-arrow" | "cached" | "calendar" | "calendar-today" | "cancel" | "chart-bar" | "chart-line" | "chart-mixed" | "check" | "check-bold" | "close" | "close-bold" | "computer-mouse" | "copy-to-clipboard" | "widgets-flat-squares" | "adjust" | "copy-to-clipboard-filled" | "cube" | "cube-background" | "marketing" | "create" | "creative" | "cross" | "crown-fill" | "cup" | "cup-a" | "cup-b" | "delete" | "diamond" | "dots" | "download" | "download-2" | "download-done" | "drag-indicator" | "ecpi" | "email" | "email-envelope" | "error" | "eye" | "favorite-border" | "filter-list" | "frame" | "fullscreen" | "fullscreen-exit" | "functions" | "gamepad-alt" | "games" | "gavel" | "gift" | "git-hub" | "globe-stand" | "google-play" | "group" | "hand-pointer" | "hands" | "heartbeat" | "help" | "help-outline" | "history" | "ios" | "image-not-supported" | "image-slash" | "import-export" | "import-export-2" | "importent" | "info" | "info-outline" | "insights" | "interstitial" | "ios-14" | "js" | "landscape" | "launch" | "levelplay" | "limit-circle" | "limit-octagon" | "loading-clean" | "lock" | "lock-open" | "login" | "logout" | "military-tech" | "mix" | "mix-2" | "mobile-landscape" | "mobile-portrait" | "money-check" | "more-horiz" | "more-vert" | "mouse" | "mouse-pointer" | "moving-up" | "notifications-none" | "offerwall" | "palyable" | "paper-plane-off" | "paper-plane" | "pause" | "pause-circle-filled" | "pause-circle-outline" | "phone-iphone" | "photo" | "photo-2" | "play-arrow" | "play-circle-filled-white" | "play-circle-outline" | "qrcode" | "quick-ab" | "quick-ab-2" | "react" | "redo" | "refresh" | "remove" | "replay" | "rewarded-video" | "rocket-launch" | "rotate" | "route" | "sack-dollar" | "schedule" | "search-bold" | "share" | "slack" | "sports-esports" | "star" | "star-fill" | "status-banner" | "status-interstitial" | "status-offerwall" | "status-rewarded-video" | "stop-circle-filled" | "stop-circle-outline" | "success" | "success-full" | "table-edit" | "tablet-landscape" | "tablet-mac" | "tablet-portrait" | "texture" | "theme-dark" | "theme-light" | "timelapse" | "timeline" | "trending-down" | "trending-flat" | "trending-up" | "tune" | "two-tone-banner" | "two-tone-interstitial" | "two-tone-offerwall" | "two-tone-rewarded-video" | "undo" | "unfold-less" | "unfold-more" | "vertical-align-top" | "vertical-align-top-2" | "vibration" | "video-round" | "view-carousel" | "visibility" | "visibility-off" | "visibility-off-strok" | "visibility-strok" | "volume-off" | "volume-up" | "warning" | "warning-2" | "web-app" | "widgets" | "widgets-fill" | "widgetsz" | "wifi-protected-setup" | "native-ad" | "status-native-ad" | "two-tone-native-ad">;
19
19
  } & {
20
20
  default: any;
21
21
  };
@@ -59,23 +59,23 @@ declare const EmptyStateTypes: () => import("vue").DefineComponent<{
59
59
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
60
60
  click: () => void;
61
61
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
62
- title: {
63
- type: import("vue").PropType<string>;
64
- } & {
65
- default: any;
66
- };
67
62
  size: {
68
63
  type: import("vue").PropType<"sm" | "lg">;
69
64
  } & {
70
65
  default: string;
71
66
  };
67
+ title: {
68
+ type: import("vue").PropType<string>;
69
+ } & {
70
+ default: any;
71
+ };
72
72
  fontSize: {
73
73
  type: import("vue").PropType<string>;
74
74
  } & {
75
75
  default: string;
76
76
  };
77
77
  iconName: {
78
- type: import("vue").PropType<"search" | "link" | "filter" | "a" | "b" | "style" | "image" | "switch" | "a-2" | "ab-test" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "add" | "analytics" | "android" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "autorenew" | "b-2" | "b-circle" | "banner" | "bidding" | "bidding-2" | "block" | "border-color" | "bug" | "bullhorn" | "bullseye-arrow" | "cached" | "calendar" | "calendar-today" | "cancel" | "chart-bar" | "chart-line" | "chart-mixed" | "check" | "check-bold" | "close" | "close-bold" | "computer-mouse" | "copy-to-clipboard" | "widgets-flat-squares" | "adjust" | "copy-to-clipboard-filled" | "cube" | "cube-background" | "marketing" | "create" | "creative" | "cross" | "crown-fill" | "cup" | "cup-a" | "cup-b" | "delete" | "diamond" | "dots" | "download" | "download-2" | "download-done" | "drag-indicator" | "ecpi" | "email" | "email-envelope" | "error" | "eye" | "favorite-border" | "filter-list" | "frame" | "fullscreen" | "fullscreen-exit" | "functions" | "gamepad-alt" | "games" | "gavel" | "gift" | "git-hub" | "globe-stand" | "google-play" | "group" | "hand-pointer" | "hands" | "heartbeat" | "help" | "help-outline" | "history" | "ios" | "image-not-supported" | "image-slash" | "import-export" | "import-export-2" | "importent" | "info" | "info-outline" | "insights" | "interstitial" | "ios-14" | "js" | "landscape" | "launch" | "levelplay" | "limit-circle" | "limit-octagon" | "loading-clean" | "lock" | "lock-open" | "login" | "logout" | "military-tech" | "mix" | "mix-2" | "mobile-landscape" | "mobile-portrait" | "money-check" | "more-horiz" | "more-vert" | "mouse" | "mouse-pointer" | "moving-up" | "notifications-none" | "offerwall" | "palyable" | "paper-plane-off" | "paper-plane" | "pause" | "pause-circle-filled" | "pause-circle-outline" | "phone-iphone" | "photo" | "photo-2" | "play-arrow" | "play-circle-filled-white" | "play-circle-outline" | "qrcode" | "quick-ab" | "quick-ab-2" | "react" | "redo" | "refresh" | "remove" | "replay" | "rewarded-video" | "rocket-launch" | "rotate" | "route" | "sack-dollar" | "schedule" | "search-bold" | "share" | "slack" | "sports-esports" | "star" | "star-fill" | "status-banner" | "status-interstitial" | "status-offerwall" | "status-rewarded-video" | "stop-circle-filled" | "stop-circle-outline" | "success" | "success-full" | "tablet-landscape" | "tablet-mac" | "tablet-portrait" | "texture" | "theme-dark" | "theme-light" | "timelapse" | "timeline" | "trending-down" | "trending-flat" | "trending-up" | "tune" | "two-tone-banner" | "two-tone-interstitial" | "two-tone-offerwall" | "two-tone-rewarded-video" | "undo" | "unfold-less" | "unfold-more" | "vertical-align-top" | "vertical-align-top-2" | "vibration" | "video-round" | "view-carousel" | "visibility" | "visibility-off" | "visibility-off-strok" | "visibility-strok" | "volume-off" | "volume-up" | "warning" | "warning-2" | "web-app" | "widgets" | "widgets-fill" | "widgetsz" | "wifi-protected-setup" | "native-ad" | "status-native-ad" | "two-tone-native-ad">;
78
+ type: import("vue").PropType<"search" | "link" | "filter" | "a" | "b" | "style" | "image" | "switch" | "a-2" | "ab-test" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "add" | "analytics" | "android" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "hammer" | "autorenew" | "b-2" | "b-circle" | "banner" | "bidding" | "bidding-2" | "block" | "border-color" | "bug" | "bullhorn" | "bullseye-arrow" | "cached" | "calendar" | "calendar-today" | "cancel" | "chart-bar" | "chart-line" | "chart-mixed" | "check" | "check-bold" | "close" | "close-bold" | "computer-mouse" | "copy-to-clipboard" | "widgets-flat-squares" | "adjust" | "copy-to-clipboard-filled" | "cube" | "cube-background" | "marketing" | "create" | "creative" | "cross" | "crown-fill" | "cup" | "cup-a" | "cup-b" | "delete" | "diamond" | "dots" | "download" | "download-2" | "download-done" | "drag-indicator" | "ecpi" | "email" | "email-envelope" | "error" | "eye" | "favorite-border" | "filter-list" | "frame" | "fullscreen" | "fullscreen-exit" | "functions" | "gamepad-alt" | "games" | "gavel" | "gift" | "git-hub" | "globe-stand" | "google-play" | "group" | "hand-pointer" | "hands" | "heartbeat" | "help" | "help-outline" | "history" | "ios" | "image-not-supported" | "image-slash" | "import-export" | "import-export-2" | "importent" | "info" | "info-outline" | "insights" | "interstitial" | "ios-14" | "js" | "landscape" | "launch" | "levelplay" | "limit-circle" | "limit-octagon" | "loading-clean" | "lock" | "lock-open" | "login" | "logout" | "military-tech" | "mix" | "mix-2" | "mobile-landscape" | "mobile-portrait" | "money-check" | "more-horiz" | "more-vert" | "mouse" | "mouse-pointer" | "moving-up" | "notifications-none" | "offerwall" | "palyable" | "paper-plane-off" | "paper-plane" | "pause" | "pause-circle-filled" | "pause-circle-outline" | "phone-iphone" | "photo" | "photo-2" | "play-arrow" | "play-circle-filled-white" | "play-circle-outline" | "qrcode" | "quick-ab" | "quick-ab-2" | "react" | "redo" | "refresh" | "remove" | "replay" | "rewarded-video" | "rocket-launch" | "rotate" | "route" | "sack-dollar" | "schedule" | "search-bold" | "share" | "slack" | "sports-esports" | "star" | "star-fill" | "status-banner" | "status-interstitial" | "status-offerwall" | "status-rewarded-video" | "stop-circle-filled" | "stop-circle-outline" | "success" | "success-full" | "table-edit" | "tablet-landscape" | "tablet-mac" | "tablet-portrait" | "texture" | "theme-dark" | "theme-light" | "timelapse" | "timeline" | "trending-down" | "trending-flat" | "trending-up" | "tune" | "two-tone-banner" | "two-tone-interstitial" | "two-tone-offerwall" | "two-tone-rewarded-video" | "undo" | "unfold-less" | "unfold-more" | "vertical-align-top" | "vertical-align-top-2" | "vibration" | "video-round" | "view-carousel" | "visibility" | "visibility-off" | "visibility-off-strok" | "visibility-strok" | "volume-off" | "volume-up" | "warning" | "warning-2" | "web-app" | "widgets" | "widgets-fill" | "widgetsz" | "wifi-protected-setup" | "native-ad" | "status-native-ad" | "two-tone-native-ad">;
79
79
  } & {
80
80
  default: any;
81
81
  };
@@ -119,10 +119,10 @@ declare const EmptyStateTypes: () => import("vue").DefineComponent<{
119
119
  }>> & {
120
120
  onClick?: () => any;
121
121
  }, {
122
- title: string;
123
122
  size: "sm" | "lg";
123
+ title: string;
124
124
  fontSize: string;
125
- iconName: "search" | "link" | "filter" | "a" | "b" | "style" | "image" | "switch" | "a-2" | "ab-test" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "add" | "analytics" | "android" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "autorenew" | "b-2" | "b-circle" | "banner" | "bidding" | "bidding-2" | "block" | "border-color" | "bug" | "bullhorn" | "bullseye-arrow" | "cached" | "calendar" | "calendar-today" | "cancel" | "chart-bar" | "chart-line" | "chart-mixed" | "check" | "check-bold" | "close" | "close-bold" | "computer-mouse" | "copy-to-clipboard" | "widgets-flat-squares" | "adjust" | "copy-to-clipboard-filled" | "cube" | "cube-background" | "marketing" | "create" | "creative" | "cross" | "crown-fill" | "cup" | "cup-a" | "cup-b" | "delete" | "diamond" | "dots" | "download" | "download-2" | "download-done" | "drag-indicator" | "ecpi" | "email" | "email-envelope" | "error" | "eye" | "favorite-border" | "filter-list" | "frame" | "fullscreen" | "fullscreen-exit" | "functions" | "gamepad-alt" | "games" | "gavel" | "gift" | "git-hub" | "globe-stand" | "google-play" | "group" | "hand-pointer" | "hands" | "heartbeat" | "help" | "help-outline" | "history" | "ios" | "image-not-supported" | "image-slash" | "import-export" | "import-export-2" | "importent" | "info" | "info-outline" | "insights" | "interstitial" | "ios-14" | "js" | "landscape" | "launch" | "levelplay" | "limit-circle" | "limit-octagon" | "loading-clean" | "lock" | "lock-open" | "login" | "logout" | "military-tech" | "mix" | "mix-2" | "mobile-landscape" | "mobile-portrait" | "money-check" | "more-horiz" | "more-vert" | "mouse" | "mouse-pointer" | "moving-up" | "notifications-none" | "offerwall" | "palyable" | "paper-plane-off" | "paper-plane" | "pause" | "pause-circle-filled" | "pause-circle-outline" | "phone-iphone" | "photo" | "photo-2" | "play-arrow" | "play-circle-filled-white" | "play-circle-outline" | "qrcode" | "quick-ab" | "quick-ab-2" | "react" | "redo" | "refresh" | "remove" | "replay" | "rewarded-video" | "rocket-launch" | "rotate" | "route" | "sack-dollar" | "schedule" | "search-bold" | "share" | "slack" | "sports-esports" | "star" | "star-fill" | "status-banner" | "status-interstitial" | "status-offerwall" | "status-rewarded-video" | "stop-circle-filled" | "stop-circle-outline" | "success" | "success-full" | "tablet-landscape" | "tablet-mac" | "tablet-portrait" | "texture" | "theme-dark" | "theme-light" | "timelapse" | "timeline" | "trending-down" | "trending-flat" | "trending-up" | "tune" | "two-tone-banner" | "two-tone-interstitial" | "two-tone-offerwall" | "two-tone-rewarded-video" | "undo" | "unfold-less" | "unfold-more" | "vertical-align-top" | "vertical-align-top-2" | "vibration" | "video-round" | "view-carousel" | "visibility" | "visibility-off" | "visibility-off-strok" | "visibility-strok" | "volume-off" | "volume-up" | "warning" | "warning-2" | "web-app" | "widgets" | "widgets-fill" | "widgetsz" | "wifi-protected-setup" | "native-ad" | "status-native-ad" | "two-tone-native-ad";
125
+ iconName: "search" | "link" | "filter" | "a" | "b" | "style" | "image" | "switch" | "a-2" | "ab-test" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "add" | "analytics" | "android" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "hammer" | "autorenew" | "b-2" | "b-circle" | "banner" | "bidding" | "bidding-2" | "block" | "border-color" | "bug" | "bullhorn" | "bullseye-arrow" | "cached" | "calendar" | "calendar-today" | "cancel" | "chart-bar" | "chart-line" | "chart-mixed" | "check" | "check-bold" | "close" | "close-bold" | "computer-mouse" | "copy-to-clipboard" | "widgets-flat-squares" | "adjust" | "copy-to-clipboard-filled" | "cube" | "cube-background" | "marketing" | "create" | "creative" | "cross" | "crown-fill" | "cup" | "cup-a" | "cup-b" | "delete" | "diamond" | "dots" | "download" | "download-2" | "download-done" | "drag-indicator" | "ecpi" | "email" | "email-envelope" | "error" | "eye" | "favorite-border" | "filter-list" | "frame" | "fullscreen" | "fullscreen-exit" | "functions" | "gamepad-alt" | "games" | "gavel" | "gift" | "git-hub" | "globe-stand" | "google-play" | "group" | "hand-pointer" | "hands" | "heartbeat" | "help" | "help-outline" | "history" | "ios" | "image-not-supported" | "image-slash" | "import-export" | "import-export-2" | "importent" | "info" | "info-outline" | "insights" | "interstitial" | "ios-14" | "js" | "landscape" | "launch" | "levelplay" | "limit-circle" | "limit-octagon" | "loading-clean" | "lock" | "lock-open" | "login" | "logout" | "military-tech" | "mix" | "mix-2" | "mobile-landscape" | "mobile-portrait" | "money-check" | "more-horiz" | "more-vert" | "mouse" | "mouse-pointer" | "moving-up" | "notifications-none" | "offerwall" | "palyable" | "paper-plane-off" | "paper-plane" | "pause" | "pause-circle-filled" | "pause-circle-outline" | "phone-iphone" | "photo" | "photo-2" | "play-arrow" | "play-circle-filled-white" | "play-circle-outline" | "qrcode" | "quick-ab" | "quick-ab-2" | "react" | "redo" | "refresh" | "remove" | "replay" | "rewarded-video" | "rocket-launch" | "rotate" | "route" | "sack-dollar" | "schedule" | "search-bold" | "share" | "slack" | "sports-esports" | "star" | "star-fill" | "status-banner" | "status-interstitial" | "status-offerwall" | "status-rewarded-video" | "stop-circle-filled" | "stop-circle-outline" | "success" | "success-full" | "table-edit" | "tablet-landscape" | "tablet-mac" | "tablet-portrait" | "texture" | "theme-dark" | "theme-light" | "timelapse" | "timeline" | "trending-down" | "trending-flat" | "trending-up" | "tune" | "two-tone-banner" | "two-tone-interstitial" | "two-tone-offerwall" | "two-tone-rewarded-video" | "undo" | "unfold-less" | "unfold-more" | "vertical-align-top" | "vertical-align-top-2" | "vibration" | "video-round" | "view-carousel" | "visibility" | "visibility-off" | "visibility-off-strok" | "visibility-strok" | "volume-off" | "volume-up" | "warning" | "warning-2" | "web-app" | "widgets" | "widgets-fill" | "widgetsz" | "wifi-protected-setup" | "native-ad" | "status-native-ad" | "two-tone-native-ad";
126
126
  subtitle: string;
127
127
  buttonText: string;
128
128
  isHorizontal: boolean;
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, openBlock, createBlock, normalizeClass, createSlots, withCtx, createVNode, renderSlot } from 'vue';
2
2
  import Icon from '../icon/Icon.vue.js';
3
- import Chip from '../chip/v3/Chip.vue.js';
3
+ import Chip from '../chip/Chip.vue.js';
4
4
  import Text from '../typography/Text.vue.js';
5
5
  /* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
6
6
 
@@ -50,6 +50,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
50
50
  };
51
51
  }
52
52
  });
53
- var AddFilterButton = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-d6c0167c"]]);
53
+ var AddFilterButton = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-44051188"]]);
54
54
 
55
55
  export { AddFilterButton as default };
@@ -2,8 +2,7 @@ import { defineComponent, openBlock, createBlock, unref, withCtx, createVNode, c
2
2
  import Dropdown from '../dropdown/Dropdown.vue.js';
3
3
  import Option from '../dropdown/Option.vue.js';
4
4
  /* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
5
- /* empty css *//* empty css *//* empty css *//* empty css *//* empty css *//* empty css *//* empty css *//* empty css *//* empty css */import 'floating-vue';
6
- /* empty css *//* empty css *//* empty css */import AddFilterButton from './AddFilterButton.vue.js';
5
+ /* empty css *//* empty css *//* empty css *//* empty css *//* empty css *//* empty css */import AddFilterButton from './AddFilterButton.vue.js';
7
6
  /* empty css */
8
7
  import "../../FilterDropdown.vue_vue_type_style_index_0_scoped_true_lang.css";
9
8
  const _sfc_main = /* @__PURE__ */ defineComponent({
@@ -1,8 +1,8 @@
1
1
  import { defineComponent, ref, onMounted, openBlock, createElementBlock, createVNode, unref, withCtx, createElementVNode } from 'vue';
2
2
  import Icon from '../icon/Icon.vue.js';
3
3
  /* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
4
- /* empty css *//* empty css *//* empty css *//* empty css *//* empty css *//* empty css *//* empty css */import 'floating-vue';
5
- /* empty css *//* empty css *//* empty css */import '@vue/shared';
4
+ /* empty css *//* empty css *//* empty css *//* empty css *//* empty css */import 'floating-vue';
5
+ /* empty css *//* empty css *//* empty css */import '@vue/shared';
6
6
  /* empty css *//* empty css */import '@vueuse/core';
7
7
  /* empty css *//* empty css *//* empty css */import SearchInput from '../dropdown/SearchInput.vue.js';
8
8
  /* empty css */
@@ -2,10 +2,9 @@ import { defineComponent, openBlock, createBlock, Teleport, createVNode, Transit
2
2
  import Icon from '../icon/Icon.vue.js';
3
3
  import Close from '../icon/icons/Close.vue.js';
4
4
  import { useVModel } from '@vueuse/core';
5
- /* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
6
- /* empty css *//* empty css *//* empty css *//* empty css *//* empty css */import IconButton from '../button/v3/IconButton.vue.js';
7
- /* empty css */import 'floating-vue';
8
- /* empty css *//* empty css *//* empty css */
5
+ import IconButton from '../button/IconButton.vue.js';
6
+ /* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
7
+
9
8
  import "../../FloatingToolbar.vue_vue_type_style_index_0_scoped_true_lang.css";
10
9
  const _hoisted_1 = {
11
10
  key: 0,
@@ -49,7 +48,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
49
48
  _ctx.$slots.actions ? (openBlock(), createElementBlock("div", _hoisted_4, [
50
49
  renderSlot(_ctx.$slots, "actions", {}, void 0, true)
51
50
  ])) : createCommentVNode("", true),
52
- createVNode(unref(IconButton), {
51
+ createVNode(IconButton, {
53
52
  class: "close-icon",
54
53
  theme: "secondary",
55
54
  variant: "colorized",
@@ -74,6 +73,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
74
73
  };
75
74
  }
76
75
  });
77
- var FloatingToolbar = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-1ab7fe6a"]]);
76
+ var FloatingToolbar = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-bffb04ba"]]);
78
77
 
79
78
  export { FloatingToolbar as default };
@@ -95,6 +95,7 @@ function __variableDynamicImportRuntime0__(path) {
95
95
  case './icons/GlobeStand.vue': return import('./icons/GlobeStand.vue.js');
96
96
  case './icons/GooglePlay.vue': return import('./icons/GooglePlay.vue.js');
97
97
  case './icons/Group.vue': return import('./icons/Group.vue.js');
98
+ case './icons/Hammer.vue': return import('./icons/Hammer.vue.js');
98
99
  case './icons/HandPointer.vue': return import('./icons/HandPointer.vue.js');
99
100
  case './icons/Hands.vue': return import('./icons/Hands.vue.js');
100
101
  case './icons/Heartbeat.vue': return import('./icons/Heartbeat.vue.js');
@@ -184,6 +185,7 @@ function __variableDynamicImportRuntime0__(path) {
184
185
  case './icons/Success.vue': return import('./icons/Success.vue.js');
185
186
  case './icons/SuccessFull.vue': return import('./icons/SuccessFull.vue.js');
186
187
  case './icons/Switch.vue': return import('./icons/Switch.vue.js');
188
+ case './icons/TableEdit.vue': return import('./icons/TableEdit.vue.js');
187
189
  case './icons/TabletLandscape.vue': return import('./icons/TabletLandscape.vue.js');
188
190
  case './icons/TabletMac.vue': return import('./icons/TabletMac.vue.js');
189
191
  case './icons/TabletPortrait.vue': return import('./icons/TabletPortrait.vue.js');
@@ -0,0 +1,2 @@
1
+ declare const _default: any;
2
+ export default _default;
@@ -0,0 +1,26 @@
1
+ import { openBlock, createElementBlock, createElementVNode } from 'vue';
2
+ import _export_sfc from '../../../_virtual/plugin-vue_export-helper.vue.js';
3
+
4
+ ////import "../../Hammer.vue_vue_type_style_index_0_scoped_true_lang.css";
5
+ const _sfc_main = {};
6
+
7
+ const _hoisted_1 = {
8
+ viewBox: "0 0 17.249 17",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ fill: "currentColor"
11
+ };
12
+ const _hoisted_2 = /*#__PURE__*/createElementVNode("path", {
13
+ d: "M6.496 1.66c.168-.168.36-.31.57-.423L8.842.29a2.443 2.443 0 0 1 2.875.422l1.118 1.115c.76.758.933 1.922.425 2.866l-.871 1.617 4.111 4.098c1 .997 1 2.612 0 3.609-1 .997-2.621.997-3.62 0L8.766 9.918l-1.623.868a2.443 2.443 0 0 1-2.875-.422L3.15 9.248a2.423 2.423 0 0 1-.424-2.865l.952-1.768a2.43 2.43 0 0 1 .424-.57L6.496 1.66zM4.09 7.317a.808.808 0 0 0 .209.787l1.119 1.115a.814.814 0 0 0 .958.14l1.191-.636-2.77-2.762-.64 1.187a.808.808 0 0 0-.067.17zm7.805-3.56a.808.808 0 0 0-.21-.786l-1.118-1.115a.814.814 0 0 0-.958-.14l-1.191.636 2.77 2.762.64-1.188a.81.81 0 0 0 .067-.168zm-4.22 8.993H2.558v1.74l5.117-.04v-1.7zM0 15.3V17h10.199v-1.7H0zM5.786 4.657l1.323-1.319 3.09 3.08-1.324 1.319-3.09-3.08zm4.238 4.225 4.003 3.99a.938.938 0 0 0 1.323 0 .93.93 0 0 0 0-1.32l-4.002-3.99-1.324 1.32z",
14
+ fill: "currentColor",
15
+ "fill-rule": "evenodd"
16
+ }, null, -1);
17
+ const _hoisted_3 = [
18
+ _hoisted_2
19
+ ];
20
+
21
+ function _sfc_render(_ctx, _cache) {
22
+ return (openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_3))
23
+ }
24
+ var Hammer = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
25
+
26
+ export { Hammer as default };
@@ -0,0 +1,2 @@
1
+ declare const _default: any;
2
+ export default _default;
@@ -0,0 +1,24 @@
1
+ import { openBlock, createElementBlock, createElementVNode } from 'vue';
2
+ import _export_sfc from '../../../_virtual/plugin-vue_export-helper.vue.js';
3
+
4
+ ////import "../../TableEdit.vue_vue_type_style_index_0_scoped_true_lang.css";
5
+ const _sfc_main = {};
6
+
7
+ const _hoisted_1 = {
8
+ fill: "currentColor",
9
+ viewBox: "0 0 17 16"
10
+ };
11
+ const _hoisted_2 = /*#__PURE__*/createElementVNode("path", {
12
+ d: "M14.6667 0.5H2.16667C1.25 0.5 0.5 1.25 0.5 2.16667V13.8333C0.5 14.75 1.25 15.5 2.16667 15.5H14.6667C15.5833 15.5 16.3333 14.75 16.3333 13.8333V2.16667C16.3333 1.25 15.5833 0.5 14.6667 0.5ZM14.6667 2.16667V4.66667H2.16667V2.16667H14.6667ZM10.5 13.8333H6.33333V6.33333H10.5V13.8333ZM2.16667 6.33333H4.66667V13.8333H2.16667V6.33333ZM12.1667 13.8333V6.33333H14.6667V13.8333H12.1667Z",
13
+ fill: "#53575B"
14
+ }, null, -1);
15
+ const _hoisted_3 = [
16
+ _hoisted_2
17
+ ];
18
+
19
+ function _sfc_render(_ctx, _cache) {
20
+ return (openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_3))
21
+ }
22
+ var TableEdit = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
23
+
24
+ export { TableEdit as default };
@@ -80,6 +80,9 @@ export declare const icons: {
80
80
  'auto-mode': {
81
81
  fileName: string;
82
82
  };
83
+ hammer: {
84
+ fileName: string;
85
+ };
83
86
  autorenew: {
84
87
  fileName: string;
85
88
  };
@@ -533,6 +536,9 @@ export declare const icons: {
533
536
  switch: {
534
537
  fileName: string;
535
538
  };
539
+ 'table-edit': {
540
+ fileName: string;
541
+ };
536
542
  'tablet-landscape': {
537
543
  fileName: string;
538
544
  };