@ironsource/shared-ui 1.4.1-andyk.0 → 1.4.1-rc.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 (52) hide show
  1. package/AppTrigger.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  2. package/Banner.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  3. package/Dialog.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  4. package/Dropdown.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  5. package/EmptyState.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  6. package/FiltersPanel.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  7. package/README.md +6 -11
  8. package/Tooltip.vue_vue_type_style_index_0_lang.css +1 -1
  9. package/components/appTrigger/AppTrigger.vue.d.ts +0 -5
  10. package/components/appTrigger/AppTrigger.vue.js +7 -23
  11. package/components/appTrigger/index.d.ts +0 -11
  12. package/components/banner/Banner.vue.d.ts +0 -9
  13. package/components/banner/Banner.vue.js +7 -16
  14. package/components/banner/index.d.ts +0 -9
  15. package/components/button/index.d.ts +6 -6
  16. package/components/dateRange/CalendarMonth.vue.js +2 -2
  17. package/components/dateRange/DateRange.vue.js +2 -2
  18. package/components/dialog/Dialog.vue.js +4 -5
  19. package/components/dropdown/Dropdown.vue.d.ts +0 -10
  20. package/components/dropdown/Dropdown.vue.js +35 -56
  21. package/components/dropdown/index.d.ts +0 -22
  22. package/components/emptyState/EmptyState.vue.js +8 -8
  23. package/components/emptyState/index.d.ts +3 -3
  24. package/components/filtersPanel/FilterSearchInput.vue.js +5 -5
  25. package/components/filtersPanel/FiltersPanel.vue.d.ts +2 -4
  26. package/components/filtersPanel/FiltersPanel.vue.js +3 -4
  27. package/components/icon/Icon.vue.js +0 -6
  28. package/components/icon/icons/index.d.ts +0 -18
  29. package/components/icon/icons/index.vue.js +0 -18
  30. package/components/icon/index.d.ts +0 -18
  31. package/components/includeExclude/IncludeExclude.vue.js +2 -2
  32. package/components/includeExclude/IncludeExcludeChipFilter.vue.js +2 -2
  33. package/components/includeExclude/index.d.ts +16 -16
  34. package/components/tooltip/Tooltip.vue.js +2 -2
  35. package/index.vue.js +1 -1
  36. package/package.json +3 -4
  37. package/components/icon/icons/Adjust.vue.d.ts +0 -2
  38. package/components/icon/icons/Adjust.vue.js +0 -52
  39. package/components/icon/icons/CopyToClipboardFilled.vue.d.ts +0 -2
  40. package/components/icon/icons/CopyToClipboardFilled.vue.js +0 -24
  41. package/components/icon/icons/Cube.vue.d.ts +0 -2
  42. package/components/icon/icons/Cube.vue.js +0 -27
  43. package/components/icon/icons/CubeBackground.vue.d.ts +0 -2
  44. package/components/icon/icons/CubeBackground.vue.js +0 -34
  45. package/components/icon/icons/Marketing.vue.d.ts +0 -2
  46. package/components/icon/icons/Marketing.vue.js +0 -30
  47. package/components/icon/icons/WidgetsFlatSquares.vue.d.ts +0 -2
  48. package/components/icon/icons/WidgetsFlatSquares.vue.js +0 -58
  49. package/utils/array.d.ts +0 -1
  50. package/utils/array.vue.js +0 -13
  51. package/utils/object.d.ts +0 -1
  52. package/utils/object.vue.js +0 -10
@@ -34,8 +34,6 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
34
34
  keepOpen?: boolean;
35
35
  autoSize?: boolean;
36
36
  disableKeyboardEvents?: boolean;
37
- multiOptionsPlaceholderPrefix?: string;
38
- multiOptionsPlaceholderSuffix?: string;
39
37
  }>, {
40
38
  multi: boolean;
41
39
  searchPlaceholder: string;
@@ -67,8 +65,6 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
67
65
  keepOpen: boolean;
68
66
  autoSize: boolean;
69
67
  disableKeyboardEvents: boolean;
70
- multiOptionsPlaceholderPrefix: string;
71
- multiOptionsPlaceholderSuffix: string;
72
68
  }>, {
73
69
  selectItem: (option: any, index?: number) => void;
74
70
  scrollTo: (index: number) => void;
@@ -117,8 +113,6 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
117
113
  keepOpen?: boolean;
118
114
  autoSize?: boolean;
119
115
  disableKeyboardEvents?: boolean;
120
- multiOptionsPlaceholderPrefix?: string;
121
- multiOptionsPlaceholderSuffix?: string;
122
116
  }>, {
123
117
  multi: boolean;
124
118
  searchPlaceholder: string;
@@ -150,8 +144,6 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
150
144
  keepOpen: boolean;
151
145
  autoSize: boolean;
152
146
  disableKeyboardEvents: boolean;
153
- multiOptionsPlaceholderPrefix: string;
154
- multiOptionsPlaceholderSuffix: string;
155
147
  }>>> & {
156
148
  "onUpdate:selected"?: (value: unknown) => any;
157
149
  "onUpdate:isOpen"?: (value: unknown) => any;
@@ -188,8 +180,6 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
188
180
  keepOpen: boolean;
189
181
  autoSize: boolean;
190
182
  disableKeyboardEvents: boolean;
191
- multiOptionsPlaceholderPrefix: string;
192
- multiOptionsPlaceholderSuffix: string;
193
183
  }>;
194
184
  export default _default;
195
185
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -1,19 +1,17 @@
1
- import { defineComponent, ref, computed, watch, useSlots, nextTick, toRaw, provide, onMounted, openBlock, createElementBlock, normalizeClass, renderSlot, createVNode, unref, withCtx, Transition, createElementVNode, createTextVNode, toDisplayString, createCommentVNode, createBlock, mergeProps, withModifiers, Fragment, renderList, pushScopeId, popScopeId } from 'vue';
2
- import Button from '../button/Button.vue.js';
3
- import Icon from '../icon/Icon.vue.js';
1
+ import { defineComponent, computed, useSlots, ref, watch, nextTick, toRaw, provide, onMounted, openBlock, createElementBlock, normalizeClass, renderSlot, createVNode, unref, withCtx, Transition, createElementVNode, createTextVNode, toDisplayString, createCommentVNode, createBlock, mergeProps, withModifiers, Fragment, renderList, pushScopeId, popScopeId } from 'vue';
2
+ import { useClamp, useVirtualList, onClickOutside } from '@vueuse/core';
3
+ import { Dropdown as Dropdown$1 } from 'floating-vue';
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 */import { Dropdown as Dropdown$1 } from 'floating-vue';
7
- /* empty css *//* empty css */import Option from './Option.vue.js';
8
- import Search from '../search/Search.vue.js';
9
- import { useToggle } from '../../composables/useToggle.vue.js';
10
- import { isObjectInArray } from '../../utils/array.vue.js';
11
- import { objectsEqual } from '../../utils/object.vue.js';
12
- import { useClamp, useVirtualList, onClickOutside } from '@vueuse/core';
13
6
  import { Mode, Type, DropdownContext } from './DropdownContext.vue.js';
7
+ import { useToggle } from '../../composables/useToggle.vue.js';
8
+ import Icon from '../icon/Icon.vue.js';
9
+ import Button from '../button/Button.vue.js';
10
+ /* empty css *//* empty css *//* empty css *//* empty css *//* empty css */import Option from './Option.vue.js';
11
+ import Search from '../search/Search.vue.js';
14
12
  /* empty css *//* empty css */
15
13
  import "../../Dropdown.vue_vue_type_style_index_0_scoped_true_lang.css";import "../../Dropdown.vue_vue_type_style_index_1_lang.css";
16
- const _withScopeId = (n) => (pushScopeId("data-v-4094a47e"), n = n(), popScopeId(), n);
14
+ const _withScopeId = (n) => (pushScopeId("data-v-a96fb742"), n = n(), popScopeId(), n);
17
15
  const _hoisted_1 = ["tabindex"];
18
16
  const _hoisted_2 = ["disabled", "aria-expanded", "aria-labelledby", "aria-disabled"];
19
17
  const _hoisted_3 = {
@@ -103,36 +101,21 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
103
101
  flip: { type: Boolean, default: true },
104
102
  keepOpen: { type: Boolean, default: false },
105
103
  autoSize: { type: Boolean, default: false },
106
- disableKeyboardEvents: { type: Boolean, default: false },
107
- multiOptionsPlaceholderPrefix: { default: "" },
108
- multiOptionsPlaceholderSuffix: { default: "" }
104
+ disableKeyboardEvents: { type: Boolean, default: false }
109
105
  },
110
106
  emits: ["update:selected", "update:isOpen", "closed", "opened", "apply"],
111
107
  setup(__props, { expose, emit }) {
112
108
  const props = __props;
113
- const isSelected = (arr, element) => {
114
- if (props.multi) {
115
- return isObjectInArray(arr, element);
116
- }
117
- return toRaw(arr) === element;
118
- };
119
109
  const MULTILINE_LIST_HEIGHT = 48;
120
110
  const LIST_HEIGHT = 34;
121
- const selectedOptionRef = ref(props.selected);
122
111
  const selectedOption = computed({
123
112
  get() {
124
- return selectedOptionRef.value;
113
+ return props.selected;
125
114
  },
126
115
  set(value) {
127
116
  emit("update:selected", value);
128
117
  }
129
118
  });
130
- watch(
131
- () => props.selected,
132
- () => {
133
- selectedOptionRef.value = props.selected;
134
- }
135
- );
136
119
  const slots = useSlots();
137
120
  const listRef = ref(null);
138
121
  const inputRef = ref(null);
@@ -185,34 +168,34 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
185
168
  return "";
186
169
  });
187
170
  const getMultiselectValueToShow = (selectedOption2) => {
188
- if (!selectedOption2.value.length && !props.multiOptionsPlaceholderPrefix && !props.multiOptionsPlaceholderSuffix)
189
- return props.placeholder;
190
- const multipleOptionsPlaceholder = !props.multiOptionsPlaceholderPrefix && !props.multiOptionsPlaceholderSuffix ? `${selectedOption2.value.length} selected` : `${props.multiOptionsPlaceholderPrefix ?? ""}${selectedOption2.value.length ?? "0"}${props.multiOptionsPlaceholderSuffix ?? ""}`;
191
- return selectedOption2.value.length == 1 && !!props.displayValue ? props.displayValue(selectedOption2.value[0]) : multipleOptionsPlaceholder;
171
+ if (selectedOption2.value.length) {
172
+ return selectedOption2.value.length <= 1 && !!props.displayValue ? props.displayValue(selectedOption2.value[0]) : `${selectedOption2.value.length} selected`;
173
+ }
174
+ return props.placeholder;
192
175
  };
193
176
  const displayedValue = computed(() => {
194
177
  if (!props.multi) {
195
178
  return selectedOption.value ? props.displayValue(selectedOption.value) : props.placeholder;
196
179
  }
197
- if (!Array.isArray(selectedOptionRef.value)) {
180
+ if (!Array.isArray(selectedOption.value)) {
198
181
  return;
199
182
  }
200
- return getMultiselectValueToShow(selectedOptionRef);
183
+ return getMultiselectValueToShow(selectedOption);
201
184
  });
202
185
  const allSelected = computed(() => {
203
- if (!Array.isArray(selectedOptionRef.value)) {
186
+ if (!Array.isArray(selectedOption.value)) {
204
187
  return;
205
188
  }
206
- return selectedOptionRef.value.length === filteredOptions.value.length;
189
+ return selectedOption.value.length === filteredOptions.value.length;
207
190
  });
208
191
  const isIndeterminate = computed(() => {
209
192
  if (!props.multi) {
210
193
  return false;
211
194
  }
212
- if (!Array.isArray(selectedOptionRef.value)) {
195
+ if (!Array.isArray(selectedOption.value)) {
213
196
  return false;
214
197
  }
215
- return selectedOptionRef.value.length > 0 && selectedOptionRef.value.length < filteredOptions.value.length;
198
+ return selectedOption.value.length > 0 && selectedOption.value.length < filteredOptions.value.length;
216
199
  });
217
200
  const queryChanged = (value) => {
218
201
  query.value = value;
@@ -286,17 +269,17 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
286
269
  });
287
270
  const onSelectAll = () => {
288
271
  if (allSelected.value) {
289
- selectedOptionRef.value = [];
272
+ selectedOption.value = [];
290
273
  return;
291
274
  }
292
- if (!Array.isArray(selectedOptionRef.value)) {
275
+ if (!Array.isArray(selectedOption.value)) {
293
276
  return;
294
277
  }
295
- if (selectedOptionRef.value.length === filteredOptions.value.length) {
296
- selectedOptionRef.value = [];
278
+ if (selectedOption.value.length === filteredOptions.value.length) {
279
+ selectedOption.value = [];
297
280
  return;
298
281
  }
299
- selectedOptionRef.value = filteredOptions.value;
282
+ selectedOption.value = filteredOptions.value;
300
283
  };
301
284
  const onSelect = (option, index) => {
302
285
  option = toRaw(option);
@@ -318,20 +301,17 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
318
301
  }
319
302
  return;
320
303
  }
321
- if (!Array.isArray(selectedOptionRef.value)) {
304
+ if (!Array.isArray(selectedOption.value)) {
322
305
  return;
323
306
  }
324
307
  inputRef.value?.focus();
325
- const rawSelectedOption = toRaw(selectedOptionRef.value);
326
- if (isObjectInArray(rawSelectedOption, option)) {
327
- selectedOptionRef.value = rawSelectedOption.filter(
328
- (item) => !objectsEqual(item, option)
329
- );
330
- return;
331
- } else {
332
- selectedOptionRef.value = [...rawSelectedOption, option];
308
+ const rawSelectedOption = toRaw(selectedOption.value);
309
+ if (rawSelectedOption.includes(option)) {
310
+ selectedOption.value = rawSelectedOption.filter((item) => item !== option);
333
311
  return;
334
312
  }
313
+ selectedOption.value = [.../* @__PURE__ */ new Set([...rawSelectedOption, option])];
314
+ return;
335
315
  };
336
316
  const canFocus = (index) => {
337
317
  return optionsIds.value[index]?.disabled;
@@ -433,7 +413,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
433
413
  api.goToOption(0);
434
414
  });
435
415
  const onApply = () => {
436
- selectedOption.value = selectedOptionRef.value;
437
416
  emit("apply", selectedOption.value);
438
417
  toggleMenu(false);
439
418
  resetInput();
@@ -617,13 +596,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
617
596
  unref(virtualOptions).length && !__props.loading ? (openBlock(true), createElementBlock(Fragment, { key: 3 }, renderList(unref(virtualOptions), ({ data, index }) => {
618
597
  return openBlock(), createElementBlock("li", {
619
598
  key: index,
620
- "aria-selected": isSelected(toRaw(unref(selectedOption)), data),
599
+ "aria-selected": toRaw(unref(selectedOption)) === data,
621
600
  "aria-disabled": !!__props.disabled,
622
601
  onClick: withModifiers(() => onSelect(data, index), ["stop"])
623
602
  }, [
624
603
  renderSlot(_ctx.$slots, "default", {
625
604
  option: data,
626
- selected: isSelected(toRaw(unref(selectedOption)), data),
605
+ selected: toRaw(unref(selectedOption)) === data,
627
606
  active: toRaw(unref(activeIndex)) === index
628
607
  }, void 0, true)
629
608
  ], 8, _hoisted_11);
@@ -749,6 +728,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
749
728
  };
750
729
  }
751
730
  });
752
- var Dropdown = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-4094a47e"]]);
731
+ var Dropdown = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-a96fb742"]]);
753
732
 
754
733
  export { Dropdown as default };
@@ -155,16 +155,6 @@ declare const DropdownTypes: () => (import("vue").DefineComponent<{
155
155
  } & {
156
156
  default: boolean;
157
157
  };
158
- multiOptionsPlaceholderPrefix: {
159
- type: import("vue").PropType<string>;
160
- } & {
161
- default: string;
162
- };
163
- multiOptionsPlaceholderSuffix: {
164
- type: import("vue").PropType<string>;
165
- } & {
166
- default: string;
167
- };
168
158
  showSelectAll: {
169
159
  type: import("vue").PropType<boolean>;
170
160
  };
@@ -341,16 +331,6 @@ declare const DropdownTypes: () => (import("vue").DefineComponent<{
341
331
  } & {
342
332
  default: boolean;
343
333
  };
344
- multiOptionsPlaceholderPrefix: {
345
- type: import("vue").PropType<string>;
346
- } & {
347
- default: string;
348
- };
349
- multiOptionsPlaceholderSuffix: {
350
- type: import("vue").PropType<string>;
351
- } & {
352
- default: string;
353
- };
354
334
  showSelectAll: {
355
335
  type: import("vue").PropType<boolean>;
356
336
  };
@@ -397,7 +377,5 @@ declare const DropdownTypes: () => (import("vue").DefineComponent<{
397
377
  keepOpen: boolean;
398
378
  autoSize: boolean;
399
379
  disableKeyboardEvents: boolean;
400
- multiOptionsPlaceholderPrefix: string;
401
- multiOptionsPlaceholderSuffix: string;
402
380
  }> | import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>)[];
403
381
  export { Dropdown, Option, Label, SearchInput, DropdownTypes };
@@ -1,10 +1,10 @@
1
- import { defineComponent, computed, openBlock, createElementBlock, normalizeClass, createElementVNode, renderSlot, createBlock, normalizeProps, mergeProps, unref, createCommentVNode, withCtx, createTextVNode, toDisplayString } from 'vue';
2
- import Button from '../button/Button.vue.js';
3
- import Icon from '../icon/Icon.vue.js';
1
+ import { defineComponent, computed, openBlock, createElementBlock, normalizeClass, createElementVNode, renderSlot, createVNode, normalizeProps, guardReactiveProps, unref, createBlock, createCommentVNode, withCtx, createTextVNode, toDisplayString } from 'vue';
4
2
  /* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
5
3
  import Text from '../typography/Text.vue.js';
6
- /* empty css *//* empty css *//* empty css */import 'floating-vue';
7
- /* empty css *//* empty css */import EmptyStateIcon from './EmptyStateIcon.vue.js';
4
+ import Icon from '../icon/Icon.vue.js';
5
+ import Button from '../button/Button.vue.js';
6
+ /* empty css *//* empty css */import 'floating-vue';
7
+ /* empty css *//* 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" };
@@ -40,9 +40,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
40
40
  class: normalizeClass(`empty-state-icon-container empty-state-icon-container--${__props.size}`)
41
41
  }, [
42
42
  __props.hasIcon ? renderSlot(_ctx.$slots, "icon", { key: 0 }, () => [
43
- !__props.iconName ? (openBlock(), createBlock(EmptyStateIcon, normalizeProps(mergeProps({ key: 0 }, unref(iconProps))), null, 16)) : createCommentVNode("", true),
43
+ createVNode(EmptyStateIcon, normalizeProps(guardReactiveProps(unref(iconProps))), null, 16),
44
44
  __props.iconName ? (openBlock(), createBlock(unref(Icon), {
45
- key: 1,
45
+ key: 0,
46
46
  name: __props.iconName,
47
47
  "font-size": __props.fontSize,
48
48
  class: "empty-state-icon"
@@ -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-54b6f08e"]]);
96
+ var EmptyState = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-4e6bbc8f"]]);
97
97
 
98
98
  export { EmptyState as default };
@@ -15,7 +15,7 @@ declare const EmptyStateTypes: () => import("vue").DefineComponent<{
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" | "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" | "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">;
19
19
  } & {
20
20
  default: any;
21
21
  };
@@ -75,7 +75,7 @@ declare const EmptyStateTypes: () => import("vue").DefineComponent<{
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" | "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" | "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">;
79
79
  } & {
80
80
  default: any;
81
81
  };
@@ -122,7 +122,7 @@ declare const EmptyStateTypes: () => import("vue").DefineComponent<{
122
122
  size: "sm" | "lg";
123
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" | "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" | "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";
126
126
  subtitle: string;
127
127
  buttonText: string;
128
128
  isHorizontal: boolean;
@@ -1,10 +1,10 @@
1
1
  import { defineComponent, ref, onMounted, openBlock, createElementBlock, createVNode, unref, withCtx, createElementVNode } from 'vue';
2
- import Icon from '../icon/Icon.vue.js';
2
+ import '@vueuse/core';
3
+ import 'floating-vue';
3
4
  /* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
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
- /* empty css *//* empty css */import '@vueuse/core';
7
- /* empty css *//* empty css *//* empty css */import SearchInput from '../dropdown/SearchInput.vue.js';
5
+ /* empty css */import Icon from '../icon/Icon.vue.js';
6
+ /* empty css *//* empty css *//* empty css *//* empty css *//* empty css *//* empty css *//* empty css */import '@vue/shared';
7
+ /* empty css *//* empty css *//* empty css *//* empty css *//* empty css */import SearchInput from '../dropdown/SearchInput.vue.js';
8
8
  /* empty css */
9
9
  import "../../FilterSearchInput.vue_vue_type_style_index_0_scoped_true_lang.css";
10
10
  const _hoisted_1 = {
@@ -2,15 +2,13 @@ import { Filter } from './Filter';
2
2
  declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
3
3
  filters: Filter[];
4
4
  isOpen?: boolean;
5
- selected: Record<string, Filter> | Record<string, Filter>[];
6
- isMultiSelect?: boolean;
5
+ selected: Record<string, Filter>;
7
6
  }>, {
8
7
  isOpen: boolean;
9
8
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
10
9
  filters: Filter[];
11
10
  isOpen?: boolean;
12
- selected: Record<string, Filter> | Record<string, Filter>[];
13
- isMultiSelect?: boolean;
11
+ selected: Record<string, Filter>;
14
12
  }>, {
15
13
  isOpen: boolean;
16
14
  }>>>, {
@@ -8,8 +8,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
8
8
  props: {
9
9
  filters: null,
10
10
  isOpen: { type: Boolean, default: false },
11
- selected: null,
12
- isMultiSelect: { type: Boolean }
11
+ selected: null
13
12
  },
14
13
  setup(__props) {
15
14
  const props = __props;
@@ -36,7 +35,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
36
35
  class: normalizeClass(["filter-button", {
37
36
  [`always-first`]: !!filter.alwaysFirst,
38
37
  hidden: filter.hidden,
39
- selected: props.isMultiSelect ? __props.selected[filter.id].length > 0 : !!__props.selected[filter.id],
38
+ selected: !!__props.selected[filter.id],
40
39
  exposed: !filter.hidden
41
40
  }])
42
41
  }, [
@@ -51,6 +50,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
51
50
  };
52
51
  }
53
52
  });
54
- var FiltersPanel = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-3ee9d4c0"]]);
53
+ var FiltersPanel = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-79e550bf"]]);
55
54
 
56
55
  export { FiltersPanel as default };
@@ -14,7 +14,6 @@ function __variableDynamicImportRuntime0__(path) {
14
14
  case './icons/AccountCircle.vue': return import('./icons/AccountCircle.vue.js');
15
15
  case './icons/AccountCircleOutline.vue': return import('./icons/AccountCircleOutline.vue.js');
16
16
  case './icons/Add.vue': return import('./icons/Add.vue.js');
17
- case './icons/Adjust.vue': return import('./icons/Adjust.vue.js');
18
17
  case './icons/Analytics.vue': return import('./icons/Analytics.vue.js');
19
18
  case './icons/Android.vue': return import('./icons/Android.vue.js');
20
19
  case './icons/AngleDown.vue': return import('./icons/AngleDown.vue.js');
@@ -58,13 +57,10 @@ function __variableDynamicImportRuntime0__(path) {
58
57
  case './icons/CloseBold.vue': return import('./icons/CloseBold.vue.js');
59
58
  case './icons/ComputerMouse.vue': return import('./icons/ComputerMouse.vue.js');
60
59
  case './icons/CopyTo-Clipboard.vue': return import('./icons/CopyTo-Clipboard.vue.js');
61
- case './icons/CopyToClipboardFilled.vue': return import('./icons/CopyToClipboardFilled.vue.js');
62
60
  case './icons/Create.vue': return import('./icons/Create.vue.js');
63
61
  case './icons/Creative.vue': return import('./icons/Creative.vue.js');
64
62
  case './icons/Cross.vue': return import('./icons/Cross.vue.js');
65
63
  case './icons/CrownFill.vue': return import('./icons/CrownFill.vue.js');
66
- case './icons/Cube.vue': return import('./icons/Cube.vue.js');
67
- case './icons/CubeBackground.vue': return import('./icons/CubeBackground.vue.js');
68
64
  case './icons/Cup.vue': return import('./icons/Cup.vue.js');
69
65
  case './icons/CupA.vue': return import('./icons/CupA.vue.js');
70
66
  case './icons/CupB.vue': return import('./icons/CupB.vue.js');
@@ -125,7 +121,6 @@ function __variableDynamicImportRuntime0__(path) {
125
121
  case './icons/LockOpen.vue': return import('./icons/LockOpen.vue.js');
126
122
  case './icons/Login.vue': return import('./icons/Login.vue.js');
127
123
  case './icons/Logout.vue': return import('./icons/Logout.vue.js');
128
- case './icons/Marketing.vue': return import('./icons/Marketing.vue.js');
129
124
  case './icons/MilitaryTech.vue': return import('./icons/MilitaryTech.vue.js');
130
125
  case './icons/Mix.vue': return import('./icons/Mix.vue.js');
131
126
  case './icons/Mix2.vue': return import('./icons/Mix2.vue.js');
@@ -221,7 +216,6 @@ function __variableDynamicImportRuntime0__(path) {
221
216
  case './icons/Widget.vue': return import('./icons/Widget.vue.js');
222
217
  case './icons/Widgets.vue': return import('./icons/Widgets.vue.js');
223
218
  case './icons/WidgetsFill.vue': return import('./icons/WidgetsFill.vue.js');
224
- case './icons/WidgetsFlatSquares.vue': return import('./icons/WidgetsFlatSquares.vue.js');
225
219
  case './icons/Widgetsz.vue': return import('./icons/Widgetsz.vue.js');
226
220
  case './icons/WifiProtectedSetup.vue': return import('./icons/WifiProtectedSetup.vue.js');
227
221
  default: return new Promise(function(resolve, reject) {
@@ -155,24 +155,6 @@ export declare const icons: {
155
155
  'copy-to-clipboard': {
156
156
  fileName: string;
157
157
  };
158
- 'widgets-flat-squares': {
159
- fileName: string;
160
- };
161
- adjust: {
162
- fileName: string;
163
- };
164
- 'copy-to-clipboard-filled': {
165
- fileName: string;
166
- };
167
- cube: {
168
- fileName: string;
169
- };
170
- 'cube-background': {
171
- fileName: string;
172
- };
173
- marketing: {
174
- fileName: string;
175
- };
176
158
  create: {
177
159
  fileName: string;
178
160
  };
@@ -155,24 +155,6 @@ const icons = {
155
155
  "copy-to-clipboard": {
156
156
  fileName: "CopyTo-Clipboard"
157
157
  },
158
- "widgets-flat-squares": {
159
- fileName: "WidgetsFlatSquares"
160
- },
161
- adjust: {
162
- fileName: "Adjust"
163
- },
164
- "copy-to-clipboard-filled": {
165
- fileName: "CopyToClipboardFilled"
166
- },
167
- cube: {
168
- fileName: "Cube"
169
- },
170
- "cube-background": {
171
- fileName: "CubeBackground"
172
- },
173
- marketing: {
174
- fileName: "Marketing"
175
- },
176
158
  create: {
177
159
  fileName: "Create"
178
160
  },
@@ -156,24 +156,6 @@ declare const IconTypes: () => ({
156
156
  'copy-to-clipboard': {
157
157
  fileName: string;
158
158
  };
159
- 'widgets-flat-squares': {
160
- fileName: string;
161
- };
162
- adjust: {
163
- fileName: string;
164
- };
165
- 'copy-to-clipboard-filled': {
166
- fileName: string;
167
- };
168
- cube: {
169
- fileName: string;
170
- };
171
- 'cube-background': {
172
- fileName: string;
173
- };
174
- marketing: {
175
- fileName: string;
176
- };
177
159
  create: {
178
160
  fileName: string;
179
161
  };
@@ -3,8 +3,8 @@ import _sfc_main$1 from '../popover/Popover.vue.js';
3
3
  import Button from '../button/Button.vue.js';
4
4
  /* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
5
5
  /* empty css */import Text from '../typography/Text.vue.js';
6
- /* empty css *//* empty css *//* empty css */import 'floating-vue';
7
- /* empty css *//* empty css */import Search from '../search/Search.vue.js';
6
+ /* empty css *//* empty css */import 'floating-vue';
7
+ /* empty css *//* empty css *//* empty css */import Search from '../search/Search.vue.js';
8
8
  import Checkbox from '../checkbox/Checkbox.vue.js';
9
9
  import Skeleton from '../skeleton/Skeleton.vue.js';
10
10
  import EmptyState from '../emptyState/EmptyState.vue.js';
@@ -5,8 +5,8 @@ import { useSearch } from '../../composables/useSearch.vue.js';
5
5
  import IncludeExclude from './IncludeExclude.vue.js';
6
6
  import IncludeExcludeOption from './IncludeExcludeOption.vue.js';
7
7
  /* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
8
- /* empty css *//* empty css *//* empty css *//* empty css *//* empty css */import 'floating-vue';
9
- /* empty css *//* empty css *//* empty css *//* empty css *//* empty css *//* empty css */
8
+ /* empty css *//* empty css *//* empty css *//* empty css */import 'floating-vue';
9
+ /* empty css *//* empty css *//* empty css *//* empty css *//* empty css *//* empty css *//* empty css */
10
10
  import "../../IncludeExcludeChipFilter.vue_vue_type_style_index_0_scoped_true_lang.css";
11
11
  const _hoisted_1 = ["src"];
12
12
  const _hoisted_2 = ["src"];