@ironsource/shared-ui 1.4.2-test.6 → 1.4.2-test.9

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 (161) hide show
  1. package/Banner.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  2. package/CalendarMonth.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/Editable.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  5. package/FloatingToolbar.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  6. package/IncludeExclude.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  7. package/components/appIcon/AppIcon.vue.d.ts +1 -1
  8. package/components/appIcon/AppIcon.vue.js +3 -3
  9. package/components/appIcon/index.d.ts +1 -1
  10. package/components/appTrigger/AppTrigger.vue.d.ts +1 -1
  11. package/components/appTrigger/AppTrigger.vue.js +22 -25
  12. package/components/appTrigger/index.d.ts +1 -1
  13. package/components/autocompleteDropdown/AutocompleteDropdown.vue.d.ts +1 -1
  14. package/components/autocompleteDropdown/AutocompleteDropdown.vue.js +14 -16
  15. package/components/autocompleteDropdown/AutocompleteInput.vue.d.ts +1 -1
  16. package/components/autocompleteDropdown/AutocompleteInput.vue.js +7 -7
  17. package/components/autocompleteDropdown/GroupOption.vue.d.ts +1 -1
  18. package/components/autocompleteDropdown/GroupOption.vue.js +3 -4
  19. package/components/autocompleteDropdown/index.d.ts +1 -1
  20. package/components/banner/Banner.vue.d.ts +1 -1
  21. package/components/banner/Banner.vue.js +7 -7
  22. package/components/banner/index.d.ts +1 -1
  23. package/components/button/Button.vue.d.ts +1 -1
  24. package/components/button/Button.vue.js +12 -12
  25. package/components/button/ButtonBase.vue.d.ts +1 -1
  26. package/components/button/ButtonBase.vue.js +11 -12
  27. package/components/button/IconButton.vue.d.ts +1 -1
  28. package/components/button/IconButton.vue.js +5 -5
  29. package/components/button/ScrollButton.vue.d.ts +1 -1
  30. package/components/button/ScrollButton.vue.js +8 -9
  31. package/components/button/index.d.ts +3 -3
  32. package/components/checkbox/Checkbox.vue.d.ts +1 -1
  33. package/components/checkbox/Checkbox.vue.js +15 -16
  34. package/components/checkbox/index.d.ts +1 -1
  35. package/components/chip/Chip.vue.d.ts +1 -1
  36. package/components/chip/Chip.vue.js +5 -5
  37. package/components/chip/index.d.ts +1 -1
  38. package/components/datePicker/DatePicker.vue.d.ts +1 -1
  39. package/components/datePicker/DatePicker.vue.js +11 -11
  40. package/components/datePicker/DatePickerMonth.vue.d.ts +1 -1
  41. package/components/datePicker/DatePickerMonth.vue.js +4 -4
  42. package/components/datePicker/index.d.ts +1 -1
  43. package/components/dateRange/CalendarMonth.vue.d.ts +1 -1
  44. package/components/dateRange/CalendarMonth.vue.js +20 -21
  45. package/components/dateRange/DateRange.vue.d.ts +1 -1
  46. package/components/dateRange/DateRange.vue.js +26 -28
  47. package/components/dateRange/DateRangePicker.vue.d.ts +1 -1
  48. package/components/dateRange/index.d.ts +1 -1
  49. package/components/dialog/Dialog.vue.d.ts +1 -1
  50. package/components/dialog/Dialog.vue.js +17 -17
  51. package/components/dialog/index.d.ts +1 -1
  52. package/components/dropdown/Dropdown.vue.d.ts +1 -1
  53. package/components/dropdown/Dropdown.vue.js +57 -60
  54. package/components/dropdown/Label.vue.d.ts +1 -1
  55. package/components/dropdown/Label.vue.js +3 -4
  56. package/components/dropdown/Option.vue.d.ts +1 -1
  57. package/components/dropdown/Option.vue.js +16 -17
  58. package/components/dropdown/SearchInput.vue.d.ts +1 -1
  59. package/components/dropdown/SearchInput.vue.js +6 -6
  60. package/components/dropdown/index.d.ts +398 -1
  61. package/components/emptyState/EmptyState.vue.d.ts +1 -1
  62. package/components/emptyState/EmptyState.vue.js +19 -21
  63. package/components/emptyState/index.d.ts +1 -1
  64. package/components/filterDropdown/AddFilterButton.vue.d.ts +1 -1
  65. package/components/filterDropdown/AddFilterButton.vue.js +7 -7
  66. package/components/filterDropdown/FilterDropdown.vue.d.ts +1 -1
  67. package/components/filterDropdown/FilterDropdown.vue.js +15 -17
  68. package/components/filterDropdown/index.d.ts +2 -2
  69. package/components/filtersPanel/FilterSearchInput.vue.d.ts +1 -1
  70. package/components/filtersPanel/FilterSearchInput.vue.js +7 -7
  71. package/components/filtersPanel/FiltersPanel.vue.d.ts +1 -1
  72. package/components/filtersPanel/FiltersPanel.vue.js +8 -8
  73. package/components/filtersPanel/index.d.ts +1 -1
  74. package/components/floatingToolbar/FloatingToolbar.vue.d.ts +1 -1
  75. package/components/floatingToolbar/FloatingToolbar.vue.js +3 -3
  76. package/components/floatingToolbar/index.d.ts +1 -1
  77. package/components/icon/Icon.vue.d.ts +1 -1
  78. package/components/icon/Icon.vue.js +4 -4
  79. package/components/icon/index.d.ts +1 -1
  80. package/components/icon/storyComponents/Code.vue.d.ts +1 -1
  81. package/components/icon/storyComponents/IconWrapper.vue.d.ts +1 -1
  82. package/components/icon/storyComponents/Page.vue.d.ts +1 -1
  83. package/components/includeExclude/IncludeExclude.vue.d.ts +1 -1
  84. package/components/includeExclude/IncludeExclude.vue.js +57 -70
  85. package/components/includeExclude/IncludeExcludeAppHeader.vue.d.ts +1 -1
  86. package/components/includeExclude/IncludeExcludeAppHeader.vue.js +25 -26
  87. package/components/includeExclude/IncludeExcludeAppTrigger.vue.d.ts +1 -1
  88. package/components/includeExclude/IncludeExcludeAppTrigger.vue.js +19 -22
  89. package/components/includeExclude/IncludeExcludeChipFilter.vue.d.ts +1 -1
  90. package/components/includeExclude/IncludeExcludeChipFilter.vue.js +40 -42
  91. package/components/includeExclude/IncludeExcludeOption.vue.d.ts +1 -1
  92. package/components/includeExclude/IncludeExcludeOption.vue.js +21 -22
  93. package/components/includeExclude/IncludeExcludeOptionDraggable.vue.d.ts +1 -1
  94. package/components/includeExclude/IncludeExcludeOptionDraggable.vue.js +17 -18
  95. package/components/includeExclude/index.d.ts +5 -5
  96. package/components/input/DollarInput.vue.d.ts +1 -1
  97. package/components/input/DollarInput.vue.js +2 -3
  98. package/components/input/Input.vue.d.ts +1 -1
  99. package/components/input/Input.vue.js +30 -33
  100. package/components/input/PasswordInput.vue.d.ts +1 -1
  101. package/components/input/PasswordInput.vue.js +2 -3
  102. package/components/input/PercentageInput.vue.d.ts +1 -1
  103. package/components/input/PercentageInput.vue.js +2 -3
  104. package/components/input/index.d.ts +2 -2
  105. package/components/menu/Menu.vue.d.ts +1 -1
  106. package/components/menu/Menu.vue.js +4 -4
  107. package/components/menu/index.d.ts +1 -1
  108. package/components/menuItem/MenuItem.vue.d.ts +1 -1
  109. package/components/menuItem/MenuItem.vue.js +3 -4
  110. package/components/menuItem/index.d.ts +1 -1
  111. package/components/popover/Popover.vue.d.ts +1 -1
  112. package/components/popover/Popover.vue.js +7 -7
  113. package/components/popover/index.d.ts +1 -1
  114. package/components/radioButton/RadioButton.vue.d.ts +1 -1
  115. package/components/radioButton/RadioButton.vue.js +9 -9
  116. package/components/radioButton/RadioGroup.vue.d.ts +1 -1
  117. package/components/radioButton/RadioGroup.vue.js +3 -3
  118. package/components/radioButton/index.d.ts +2 -2
  119. package/components/radioButton/useRadio.d.ts +1 -1
  120. package/components/search/Search.vue.d.ts +1 -1
  121. package/components/search/Search.vue.js +15 -15
  122. package/components/search/index.d.ts +1 -1
  123. package/components/skeleton/Skeleton.vue.d.ts +1 -1
  124. package/components/skeleton/Skeleton.vue.js +2 -2
  125. package/components/skeleton/index.d.ts +1 -1
  126. package/components/snackbar/Snackbar.vue.d.ts +1 -1
  127. package/components/snackbar/Snackbar.vue.js +26 -26
  128. package/components/switch/Switch.vue.d.ts +1 -1
  129. package/components/switch/Switch.vue.js +9 -9
  130. package/components/switch/index.d.ts +1 -1
  131. package/components/table/Pagination.vue.d.ts +1 -1
  132. package/components/table/Table.vue.d.ts +1 -1
  133. package/components/table/Table.vue.js +32 -35
  134. package/components/table/TableHeaderSorter.vue.d.ts +1 -1
  135. package/components/table/TableHeaderSorter.vue.js +4 -4
  136. package/components/table/index.d.ts +1 -1
  137. package/components/table-cells/Editable.vue.d.ts +1 -1
  138. package/components/table-cells/Editable.vue.js +5 -5
  139. package/components/table-cells/index.d.ts +1 -1
  140. package/components/tabs/Tabs.vue.d.ts +1 -1
  141. package/components/tabs/Tabs.vue.js +15 -16
  142. package/components/tabs/index.d.ts +1 -1
  143. package/components/textArea/TextArea.vue.d.ts +1 -1
  144. package/components/textArea/TextArea.vue.js +12 -13
  145. package/components/textArea/index.d.ts +1 -1
  146. package/components/toggle/Toggle.vue.d.ts +1 -1
  147. package/components/toggle/Toggle.vue.js +14 -15
  148. package/components/toggle/index.d.ts +1 -1
  149. package/components/tooltip/TextWithTitleContent.vue.d.ts +1 -1
  150. package/components/tooltip/TextWithTitleContent.vue.js +7 -8
  151. package/components/tooltip/Tooltip.vue.d.ts +1 -1
  152. package/components/tooltip/Tooltip.vue.js +10 -11
  153. package/components/tooltip/index.d.ts +1 -1
  154. package/components/tooltip/storybookComponents/CustomTooltip.vue.d.ts +1 -1
  155. package/components/typography/Heading.vue.d.ts +1 -1
  156. package/components/typography/Heading.vue.js +4 -4
  157. package/components/typography/Text.vue.d.ts +1 -1
  158. package/components/typography/Text.vue.js +3 -3
  159. package/components/typography/index.d.ts +2 -2
  160. package/index.vue.js +3 -3
  161. package/package.json +1 -1
@@ -1,18 +1,16 @@
1
- import { defineComponent, computed, openBlock, createBlock, unref, mergeProps, withCtx, renderSlot, createVNode, createTextVNode, toDisplayString, createSlots, createElementVNode } from 'vue';
1
+ import { defineComponent, computed, openBlock, createBlock, unref, mergeProps, isRef, withCtx, renderSlot, createVNode, createTextVNode, toDisplayString, createSlots, createElementVNode } from 'vue';
2
2
  import Icon from '../icon/Icon.vue.js';
3
3
  import Chip from '../chip/Chip.vue.js';
4
4
  import { useSearch } from '../../composables/useSearch.vue.js';
5
5
  import IncludeExclude from './IncludeExclude.vue.js';
6
6
  import IncludeExcludeOption from './IncludeExcludeOption.vue.js';
7
- import './IncludeExcludeOptionDraggable.vue.js';
8
- import './IncludeExcludeAppTrigger.vue.js';
9
- import './IncludeExcludeAppHeader.vue.js';
10
- /* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
11
-
7
+ /* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
8
+ /* empty css *//* empty css */import 'floating-vue';
9
+ /* empty css *//* empty css *//* empty css *//* empty css *//* empty css *//* empty css *//* empty css *//* empty css *//* empty css *//* empty css */
12
10
  import "../../IncludeExcludeChipFilter.vue_vue_type_style_index_0_scoped_true_lang.css";
13
11
  const _hoisted_1 = ["src"];
14
12
  const _hoisted_2 = ["src"];
15
- const _sfc_main = defineComponent({
13
+ const _sfc_main = /* @__PURE__ */ defineComponent({
16
14
  __name: "IncludeExcludeChipFilter",
17
15
  props: {
18
16
  imgProps: { default: void 0 },
@@ -24,16 +22,16 @@ const _sfc_main = defineComponent({
24
22
  keyField: { default: "name" },
25
23
  subTitleKey: { default: "" },
26
24
  searchAttribute: { default: "name" },
27
- options: {},
25
+ options: null,
28
26
  titleText: { default: "" },
29
- modelValue: {},
27
+ modelValue: null,
30
28
  distanceOffset: { default: -8 },
31
29
  skiddingOffset: { default: 0 },
32
30
  isLoading: { type: Boolean, default: false },
33
31
  iconKey: { default: "icon" },
34
32
  textKey: { default: "name" },
35
33
  showImage: { type: Boolean, default: true },
36
- triggerProps: {},
34
+ triggerProps: null,
37
35
  triggerTextFunc: { type: Function, default: () => "" }
38
36
  },
39
37
  emits: ["update:modelValue"],
@@ -51,29 +49,29 @@ const _sfc_main = defineComponent({
51
49
  const chipText = computed(() => props.triggerTextFunc(selectedOptionRef));
52
50
  return (_ctx, _cache) => {
53
51
  return openBlock(), createBlock(unref(IncludeExclude), mergeProps(_ctx.$attrs, {
54
- modelValue: selectedOptionRef.value,
55
- "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => selectedOptionRef.value = $event),
56
- loading: _ctx.isLoading,
57
- "distance-offset": _ctx.distanceOffset,
58
- "skidding-offset": _ctx.skiddingOffset,
59
- "title-text": _ctx.titleText,
52
+ modelValue: unref(selectedOptionRef),
53
+ "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => isRef(selectedOptionRef) ? selectedOptionRef.value = $event : null),
54
+ loading: __props.isLoading,
55
+ "distance-offset": __props.distanceOffset,
56
+ "skidding-offset": __props.skiddingOffset,
57
+ "title-text": __props.titleText,
60
58
  "is-on-top": true,
61
- options: _ctx.options,
62
- "has-subtitle": _ctx.showSubTitle,
63
- "search-placeholder": _ctx.searchPlaceholder,
59
+ options: __props.options,
60
+ "has-subtitle": __props.showSubTitle,
61
+ "search-placeholder": __props.searchPlaceholder,
64
62
  "on-search": unref(search),
65
- "key-field": _ctx.keyField
63
+ "key-field": __props.keyField
66
64
  }), {
67
65
  trigger: withCtx(() => [
68
66
  renderSlot(_ctx.$slots, "input", {}, () => [
69
67
  createVNode(unref(Chip), mergeProps({
70
- selected: !!_ctx.modelValue.length
71
- }, _ctx.triggerProps, {
72
- clearable: _ctx.clearable,
68
+ selected: !!__props.modelValue.length
69
+ }, __props.triggerProps, {
70
+ clearable: __props.clearable,
73
71
  onCleared: _cache[0] || (_cache[0] = ($event) => selectedOptionRef.value = [])
74
72
  }), {
75
73
  default: withCtx(() => [
76
- createTextVNode(toDisplayString(chipText.value), 1)
74
+ createTextVNode(toDisplayString(unref(chipText)), 1)
77
75
  ]),
78
76
  _: 1
79
77
  }, 16, ["selected", "clearable"])
@@ -84,29 +82,29 @@ const _sfc_main = defineComponent({
84
82
  createVNode(unref(IncludeExcludeOption), {
85
83
  option,
86
84
  "show-checkbox": showCheckbox,
87
- subtitle: _ctx.showSubTitle ? option[_ctx.subTitleKey] : "",
88
- "title-text": option[_ctx.textKey]
85
+ subtitle: __props.showSubTitle ? option[__props.subTitleKey] : "",
86
+ "title-text": option[__props.textKey]
89
87
  }, createSlots({ _: 2 }, [
90
- _ctx.showImage ? {
88
+ __props.showImage ? {
91
89
  name: "image",
92
90
  fn: withCtx(() => [
93
91
  createElementVNode("img", mergeProps({
94
92
  class: ["option-image", {
95
- "option-image-single-line": !_ctx.showSubTitle,
96
- "option-image-multi-lines": _ctx.showSubTitle
93
+ "option-image-single-line": !__props.showSubTitle,
94
+ "option-image-multi-lines": __props.showSubTitle
97
95
  }]
98
- }, _ctx.imgProps, {
99
- src: option[_ctx.iconKey],
96
+ }, __props.imgProps, {
97
+ src: option[__props.iconKey],
100
98
  alt: ""
101
99
  }), null, 16, _hoisted_1)
102
100
  ]),
103
101
  key: "0"
104
102
  } : void 0,
105
- _ctx.showIcon ? {
103
+ __props.showIcon ? {
106
104
  name: "icon-start",
107
105
  fn: withCtx(() => [
108
106
  createVNode(unref(Icon), {
109
- name: option[_ctx.iconKey].toLowerCase()
107
+ name: option[__props.iconKey].toLowerCase()
110
108
  }, null, 8, ["name"])
111
109
  ]),
112
110
  key: "1"
@@ -119,28 +117,28 @@ const _sfc_main = defineComponent({
119
117
  "show-checkbox": false,
120
118
  clearable: true,
121
119
  option,
122
- "title-text": option[_ctx.textKey],
123
- subtitle: _ctx.showSubTitle ? option[_ctx.subTitleKey] : ""
120
+ "title-text": option[__props.textKey],
121
+ subtitle: __props.showSubTitle ? option[__props.subTitleKey] : ""
124
122
  }, createSlots({ _: 2 }, [
125
- _ctx.showImage ? {
123
+ __props.showImage ? {
126
124
  name: "image",
127
125
  fn: withCtx(() => [
128
126
  createElementVNode("img", mergeProps({
129
127
  class: ["option-image", {
130
- "option-image-single-line": !_ctx.showSubTitle,
131
- "option-image-multi-lines": _ctx.showSubTitle
128
+ "option-image-single-line": !__props.showSubTitle,
129
+ "option-image-multi-lines": __props.showSubTitle
132
130
  }]
133
- }, _ctx.imgProps, {
134
- src: option[_ctx.iconKey]
131
+ }, __props.imgProps, {
132
+ src: option[__props.iconKey]
135
133
  }), null, 16, _hoisted_2)
136
134
  ]),
137
135
  key: "0"
138
136
  } : void 0,
139
- _ctx.showIcon ? {
137
+ __props.showIcon ? {
140
138
  name: "icon-start",
141
139
  fn: withCtx(() => [
142
140
  createVNode(unref(Icon), {
143
- name: option[_ctx.iconKey].toLowerCase()
141
+ name: option[__props.iconKey].toLowerCase()
144
142
  }, null, 8, ["name"])
145
143
  ]),
146
144
  key: "1"
@@ -30,7 +30,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
30
30
  clearable: boolean;
31
31
  titleText: string;
32
32
  showCheckbox: boolean;
33
- }, {}>;
33
+ }>;
34
34
  export default _default;
35
35
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
36
36
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -1,5 +1,5 @@
1
- import { defineComponent, ref, computed, openBlock, createElementBlock, normalizeClass, createElementVNode, createBlock, unref, createCommentVNode, renderSlot, createVNode, withCtx, createTextVNode, toDisplayString, withModifiers } from 'vue';
2
- import '../typography/Heading.vue.js';
1
+ import { defineComponent, ref, computed, openBlock, createElementBlock, normalizeClass, unref, createElementVNode, createBlock, createCommentVNode, renderSlot, createVNode, withCtx, createTextVNode, toDisplayString, withModifiers } from 'vue';
2
+ /* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
3
3
  import Text from '../typography/Text.vue.js';
4
4
  import { useIncludeExcludeContext } from './IncludeExcludeContext.vue.js';
5
5
  import { useId } from '../../composables/useId.vue.js';
@@ -7,8 +7,7 @@ import Checkbox from '../checkbox/Checkbox.vue.js';
7
7
  import _sfc_main$1 from '../tooltip/Tooltip.vue.js';
8
8
  import Icon from '../icon/Icon.vue.js';
9
9
  import { NOOP } from '@vue/shared';
10
- /* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
11
-
10
+ /* empty css */
12
11
  import "../../IncludeExcludeOption.vue_vue_type_style_index_0_scoped_true_lang.css";
13
12
  const _hoisted_1 = {
14
13
  key: 1,
@@ -20,12 +19,10 @@ const _hoisted_2 = {
20
19
  };
21
20
  const _hoisted_3 = { class: "text-container" };
22
21
  const _hoisted_4 = { key: 0 };
23
- const isMulti = true;
24
- const tooltipDelay = 200;
25
- const _sfc_main = defineComponent({
22
+ const _sfc_main = /* @__PURE__ */ defineComponent({
26
23
  __name: "IncludeExcludeOption",
27
24
  props: {
28
- option: {},
25
+ option: null,
29
26
  subtitle: { default: "" },
30
27
  disabled: { type: Boolean, default: false },
31
28
  showCheckbox: { type: Boolean, default: false },
@@ -40,6 +37,8 @@ const _sfc_main = defineComponent({
40
37
  const onClick = () => {
41
38
  api.select(props.option);
42
39
  };
40
+ const isMulti = true;
41
+ const tooltipDelay = 200;
43
42
  const active = computed(() => {
44
43
  return api.activeIndex.value !== null ? api.activeOption.value === props.option : false;
45
44
  });
@@ -51,11 +50,11 @@ const _sfc_main = defineComponent({
51
50
  ref_key: "el",
52
51
  ref: el,
53
52
  class: normalizeClass(["item-container", {
54
- "item-container--disabled": _ctx.disabled,
55
- "item-container--active": active.value,
56
- "item-container--selected": selected.value,
53
+ "item-container--disabled": __props.disabled,
54
+ "item-container--active": unref(active),
55
+ "item-container--selected": unref(selected),
57
56
  "item-container--multi": isMulti,
58
- "item-container--two-lines": _ctx.subtitle?.length
57
+ "item-container--two-lines": __props.subtitle?.length
59
58
  }])
60
59
  }, [
61
60
  createElementVNode("div", {
@@ -65,14 +64,14 @@ const _sfc_main = defineComponent({
65
64
  "item--without-icon": !_ctx.$slots["icon-start"] && !_ctx.$slots.image
66
65
  }])
67
66
  }, [
68
- _ctx.showCheckbox ? (openBlock(), createBlock(unref(Checkbox), {
67
+ __props.showCheckbox ? (openBlock(), createBlock(unref(Checkbox), {
69
68
  key: 0,
70
69
  id: unref(id).toString(),
71
70
  tabindex: "-1",
72
71
  class: "checkbox",
73
72
  size: "sm",
74
- "is-checked": selected.value,
75
- onClick: _cache[0] || (_cache[0] = ($event) => _ctx.disabled ? unref(NOOP)() : onClick())
73
+ "is-checked": unref(selected),
74
+ onClick: _cache[0] || (_cache[0] = ($event) => __props.disabled ? unref(NOOP)() : onClick())
76
75
  }, null, 8, ["id", "is-checked"])) : createCommentVNode("", true),
77
76
  _ctx.$slots.image ? (openBlock(), createElementBlock("div", _hoisted_1, [
78
77
  renderSlot(_ctx.$slots, "image", {}, void 0, true)
@@ -83,7 +82,7 @@ const _sfc_main = defineComponent({
83
82
  createElementVNode("div", _hoisted_3, [
84
83
  createVNode(unref(_sfc_main$1), {
85
84
  delay: tooltipDelay,
86
- text: _ctx.titleText
85
+ text: __props.titleText
87
86
  }, {
88
87
  default: withCtx(() => [
89
88
  createVNode(unref(Text), {
@@ -91,7 +90,7 @@ const _sfc_main = defineComponent({
91
90
  "is-truncated": ""
92
91
  }, {
93
92
  default: withCtx(() => [
94
- createTextVNode(toDisplayString(_ctx.titleText), 1)
93
+ createTextVNode(toDisplayString(__props.titleText), 1)
95
94
  ]),
96
95
  _: 1
97
96
  })
@@ -100,17 +99,17 @@ const _sfc_main = defineComponent({
100
99
  }, 8, ["text"]),
101
100
  createVNode(unref(_sfc_main$1), {
102
101
  delay: tooltipDelay,
103
- text: _ctx.subtitle
102
+ text: __props.subtitle
104
103
  }, {
105
104
  default: withCtx(() => [
106
- _ctx.subtitle ? (openBlock(), createBlock(unref(Text), {
105
+ __props.subtitle ? (openBlock(), createBlock(unref(Text), {
107
106
  key: 0,
108
107
  class: "subtitle",
109
108
  size: "caption",
110
109
  "is-truncated": ""
111
110
  }, {
112
111
  default: withCtx(() => [
113
- createTextVNode(toDisplayString(_ctx.subtitle), 1)
112
+ createTextVNode(toDisplayString(__props.subtitle), 1)
114
113
  ]),
115
114
  _: 1
116
115
  })) : createCommentVNode("", true)
@@ -119,10 +118,10 @@ const _sfc_main = defineComponent({
119
118
  }, 8, ["text"])
120
119
  ])
121
120
  ], 2),
122
- _ctx.clearable && selected.value ? (openBlock(), createElementBlock("div", _hoisted_4, [
121
+ __props.clearable && unref(selected) ? (openBlock(), createElementBlock("div", _hoisted_4, [
123
122
  createElementVNode("button", {
124
123
  class: "clear-button",
125
- onClick: _cache[1] || (_cache[1] = withModifiers(($event) => unref(api).removeSelection(_ctx.option), ["prevent", "stop"]))
124
+ onClick: _cache[1] || (_cache[1] = withModifiers(($event) => unref(api).removeSelection(__props.option), ["prevent", "stop"]))
126
125
  }, [
127
126
  createVNode(unref(Icon), { name: "close-bold" })
128
127
  ])
@@ -25,7 +25,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
25
25
  subtitle: string;
26
26
  clearable: boolean;
27
27
  titleText: string;
28
- }, {}>;
28
+ }>;
29
29
  export default _default;
30
30
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
31
31
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -1,12 +1,11 @@
1
1
  import { defineComponent, ref, computed, openBlock, createElementBlock, unref, normalizeClass, createElementVNode, renderSlot, createCommentVNode, createVNode, withCtx, createTextVNode, toDisplayString, createBlock, withModifiers } from 'vue';
2
- import '../typography/Heading.vue.js';
2
+ /* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
3
3
  import Text from '../typography/Text.vue.js';
4
4
  import { useIncludeExcludeContext } from './IncludeExcludeContext.vue.js';
5
5
  import { useId } from '../../composables/useId.vue.js';
6
6
  import _sfc_main$1 from '../tooltip/Tooltip.vue.js';
7
7
  import Icon from '../icon/Icon.vue.js';
8
- /* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
9
-
8
+ /* empty css */
10
9
  import "../../IncludeExcludeOptionDraggable.vue_vue_type_style_index_0_scoped_true_lang.css";
11
10
  const _hoisted_1 = ["id"];
12
11
  const _hoisted_2 = {
@@ -19,12 +18,10 @@ const _hoisted_3 = {
19
18
  };
20
19
  const _hoisted_4 = { class: "text-container" };
21
20
  const _hoisted_5 = { key: 0 };
22
- const isMulti = true;
23
- const tooltipDelay = 200;
24
- const _sfc_main = defineComponent({
21
+ const _sfc_main = /* @__PURE__ */ defineComponent({
25
22
  __name: "IncludeExcludeOptionDraggable",
26
23
  props: {
27
- option: {},
24
+ option: null,
28
25
  subtitle: { default: "" },
29
26
  disabled: { type: Boolean, default: false },
30
27
  clearable: { type: Boolean, default: false },
@@ -35,6 +32,8 @@ const _sfc_main = defineComponent({
35
32
  const api = useIncludeExcludeContext("IncludeExcludeOption");
36
33
  const id = useId().value;
37
34
  const el = ref(null);
35
+ const isMulti = true;
36
+ const tooltipDelay = 200;
38
37
  const active = computed(() => {
39
38
  return api.activeIndex.value !== null ? api.activeOption.value === props.option : false;
40
39
  });
@@ -47,11 +46,11 @@ const _sfc_main = defineComponent({
47
46
  ref_key: "el",
48
47
  ref: el,
49
48
  class: normalizeClass(["item-container-draggable", {
50
- "item-container-draggable--disabled": _ctx.disabled,
51
- "item-container-draggable--active": active.value,
52
- "item-container-draggable--selected": selected.value,
49
+ "item-container-draggable--disabled": __props.disabled,
50
+ "item-container-draggable--active": unref(active),
51
+ "item-container-draggable--selected": unref(selected),
53
52
  "item-container-draggable--multi": isMulti,
54
- "item-container-draggable--two-lines": _ctx.subtitle?.length
53
+ "item-container-draggable--two-lines": __props.subtitle?.length
55
54
  }])
56
55
  }, [
57
56
  createElementVNode("div", {
@@ -70,7 +69,7 @@ const _sfc_main = defineComponent({
70
69
  createElementVNode("div", _hoisted_4, [
71
70
  createVNode(unref(_sfc_main$1), {
72
71
  delay: tooltipDelay,
73
- text: _ctx.titleText
72
+ text: __props.titleText
74
73
  }, {
75
74
  default: withCtx(() => [
76
75
  createVNode(unref(Text), {
@@ -78,7 +77,7 @@ const _sfc_main = defineComponent({
78
77
  "is-truncated": ""
79
78
  }, {
80
79
  default: withCtx(() => [
81
- createTextVNode(toDisplayString(_ctx.titleText), 1)
80
+ createTextVNode(toDisplayString(__props.titleText), 1)
82
81
  ]),
83
82
  _: 1
84
83
  })
@@ -87,17 +86,17 @@ const _sfc_main = defineComponent({
87
86
  }, 8, ["text"]),
88
87
  createVNode(unref(_sfc_main$1), {
89
88
  delay: tooltipDelay,
90
- text: _ctx.subtitle
89
+ text: __props.subtitle
91
90
  }, {
92
91
  default: withCtx(() => [
93
- _ctx.subtitle ? (openBlock(), createBlock(unref(Text), {
92
+ __props.subtitle ? (openBlock(), createBlock(unref(Text), {
94
93
  key: 0,
95
94
  class: "subtitle",
96
95
  size: "caption",
97
96
  "is-truncated": ""
98
97
  }, {
99
98
  default: withCtx(() => [
100
- createTextVNode(toDisplayString(_ctx.subtitle), 1)
99
+ createTextVNode(toDisplayString(__props.subtitle), 1)
101
100
  ]),
102
101
  _: 1
103
102
  })) : createCommentVNode("", true)
@@ -106,10 +105,10 @@ const _sfc_main = defineComponent({
106
105
  }, 8, ["text"])
107
106
  ])
108
107
  ], 2),
109
- _ctx.clearable && selected.value ? (openBlock(), createElementBlock("div", _hoisted_5, [
108
+ __props.clearable && unref(selected) ? (openBlock(), createElementBlock("div", _hoisted_5, [
110
109
  createElementVNode("button", {
111
110
  class: "clear-button",
112
- onClick: _cache[0] || (_cache[0] = withModifiers(($event) => unref(api).removeSelection(_ctx.option), ["prevent", "stop"]))
111
+ onClick: _cache[0] || (_cache[0] = withModifiers(($event) => unref(api).removeSelection(__props.option), ["prevent", "stop"]))
113
112
  }, [
114
113
  createVNode(unref(Icon), { name: "close-bold" })
115
114
  ])
@@ -231,7 +231,7 @@ declare const IncludeExcludeTypes: () => (import("vue").DefineComponent<{
231
231
  skiddingOffset: number;
232
232
  isDraggable: boolean;
233
233
  draggableArgs: object;
234
- }, {}> | import("vue").DefineComponent<{
234
+ }> | import("vue").DefineComponent<{
235
235
  option: {
236
236
  type: import("vue").PropType<unknown>;
237
237
  required: true;
@@ -286,7 +286,7 @@ declare const IncludeExcludeTypes: () => (import("vue").DefineComponent<{
286
286
  subtitle: string;
287
287
  clearable: boolean;
288
288
  titleText: string;
289
- }, {}> | import("vue").DefineComponent<{
289
+ }> | import("vue").DefineComponent<{
290
290
  loading: {
291
291
  type: import("vue").PropType<boolean>;
292
292
  required: true;
@@ -324,7 +324,7 @@ declare const IncludeExcludeTypes: () => (import("vue").DefineComponent<{
324
324
  loading: boolean;
325
325
  selected: import("./includeExcludeMocks").Application[];
326
326
  options: import("./includeExcludeMocks").Application[];
327
- }, {}> | import("vue").DefineComponent<{
327
+ }> | import("vue").DefineComponent<{
328
328
  modelValue: {
329
329
  type: import("vue").PropType<import("./includeExcludeMocks").Application[]>;
330
330
  required: true;
@@ -483,7 +483,7 @@ declare const IncludeExcludeTypes: () => (import("vue").DefineComponent<{
483
483
  imgProps: any;
484
484
  optionProps: any;
485
485
  isLoading: boolean;
486
- }, {}> | import("vue").DefineComponent<{
486
+ }> | import("vue").DefineComponent<{
487
487
  options: {
488
488
  type: import("vue").PropType<unknown[]>;
489
489
  required: true;
@@ -703,5 +703,5 @@ declare const IncludeExcludeTypes: () => (import("vue").DefineComponent<{
703
703
  textKey: string;
704
704
  showImage: boolean;
705
705
  triggerTextFunc: (option: unknown) => string;
706
- }, {}>)[];
706
+ }>)[];
707
707
  export { IncludeExclude, IncludeExcludeOption, IncludeExcludeOptionDraggable, IncludeExcludeAppTrigger, IncludeExcludeAppHeader, IncludeExcludeChipFilter, IncludeExcludeTypes, };
@@ -7,7 +7,7 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimePr
7
7
  "update:modelValue": (value: number) => void;
8
8
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DollarProps>>> & {
9
9
  "onUpdate:modelValue"?: (value: number) => any;
10
- }, {}, {}>;
10
+ }, {}>;
11
11
  export default _default;
12
12
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
13
13
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -1,9 +1,8 @@
1
1
  import { defineComponent, openBlock, createBlock, mergeProps, withCtx, createVNode, unref, createTextVNode } from 'vue';
2
2
  import Input from './Input.vue.js';
3
- import '../typography/Heading.vue.js';
3
+ /* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
4
4
  import Text from '../typography/Text.vue.js';
5
- /* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
6
-
5
+ /* empty css */
7
6
  import "../../DollarInput.vue_vue_type_style_index_0_scoped_true_lang.css";
8
7
  const _sfc_main = defineComponent({
9
8
  __name: "DollarInput",
@@ -87,7 +87,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
87
87
  step: number;
88
88
  hoverHelpText: string;
89
89
  hoverHelpTextPlacement: 'auto' | 'auto-start' | 'auto-end' | 'top' | 'top-start' | 'top-end' | 'right' | 'right-start' | 'right-end' | 'bottom' | 'bottom-start' | 'bottom-end' | 'left' | 'left-start' | 'left-end';
90
- }, {}>;
90
+ }>;
91
91
  export default _default;
92
92
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
93
93
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -1,15 +1,12 @@
1
1
  import { defineComponent, ref, computed, onMounted, nextTick, openBlock, createElementBlock, normalizeClass, createVNode, unref, withCtx, createTextVNode, toDisplayString, createBlock, createCommentVNode, createElementVNode, renderSlot, mergeProps, withKeys, withModifiers } from 'vue';
2
- import '../typography/Heading.vue.js';
2
+ /* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
3
3
  import Text from '../typography/Text.vue.js';
4
4
  import Icon from '../icon/Icon.vue.js';
5
5
  import _sfc_main$1 from '../tooltip/Tooltip.vue.js';
6
- import '../button/Button.vue.js';
7
- import IconButton from '../button/IconButton.vue.js';
8
- import '../button/ScrollButton.vue.js';
9
- import '../table-cells/Editable.vue.js';
10
- import { useEditableContext } from '../table-cells/EditableContext.vue.js';
11
- /* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
12
-
6
+ /* empty css *//* empty css */import IconButton from '../button/IconButton.vue.js';
7
+ /* empty css */import { useEditableContext } from '../table-cells/EditableContext.vue.js';
8
+ import '@vueuse/core';
9
+ /* empty css *//* empty css */
13
10
  import "../../Input.vue_vue_type_style_index_0_scoped_true_lang.css";
14
11
  const _hoisted_1 = { class: "info-icon-wrapper" };
15
12
  const _hoisted_2 = {
@@ -30,7 +27,7 @@ const _hoisted_7 = {
30
27
  const __default__ = {
31
28
  inheritAttrs: false
32
29
  };
33
- const _sfc_main = defineComponent({
30
+ const _sfc_main = /* @__PURE__ */ defineComponent({
34
31
  ...__default__,
35
32
  __name: "Input",
36
33
  props: {
@@ -99,21 +96,21 @@ const _sfc_main = defineComponent({
99
96
  return openBlock(), createElementBlock("div", {
100
97
  class: normalizeClass({
101
98
  "input-with-label-container": true,
102
- "label-direction-left": _ctx.labelDirection === "left",
103
- disabled: _ctx.disabled
99
+ "label-direction-left": __props.labelDirection === "left",
100
+ disabled: __props.disabled
104
101
  })
105
102
  }, [
106
- _ctx.label && _ctx.labelDirection !== "inside" ? (openBlock(), createElementBlock("div", {
103
+ __props.label && __props.labelDirection !== "inside" ? (openBlock(), createElementBlock("div", {
107
104
  key: 0,
108
- class: normalizeClass(["label-container", "direction-" + _ctx.labelDirection])
105
+ class: normalizeClass(["label-container", "direction-" + __props.labelDirection])
109
106
  }, [
110
107
  createVNode(unref(Text), { class: "label" }, {
111
108
  default: withCtx(() => [
112
- createTextVNode(toDisplayString(_ctx.label), 1)
109
+ createTextVNode(toDisplayString(__props.label), 1)
113
110
  ]),
114
111
  _: 1
115
112
  }),
116
- _ctx.mandatory ? (openBlock(), createBlock(unref(Text), {
113
+ __props.mandatory ? (openBlock(), createBlock(unref(Text), {
117
114
  key: 0,
118
115
  size: "lg",
119
116
  class: "mandatory"
@@ -123,11 +120,11 @@ const _sfc_main = defineComponent({
123
120
  ]),
124
121
  _: 1
125
122
  })) : createCommentVNode("", true),
126
- _ctx.hoverHelpText ? (openBlock(), createBlock(unref(_sfc_main$1), {
123
+ __props.hoverHelpText ? (openBlock(), createBlock(unref(_sfc_main$1), {
127
124
  key: 1,
128
125
  triggers: ["hover"],
129
- text: _ctx.hoverHelpText,
130
- placement: _ctx.hoverHelpTextPlacement,
126
+ text: __props.hoverHelpText,
127
+ placement: __props.hoverHelpTextPlacement,
131
128
  size: "xs",
132
129
  strong: true
133
130
  }, {
@@ -146,8 +143,8 @@ const _sfc_main = defineComponent({
146
143
  createElementVNode("div", {
147
144
  class: normalizeClass({
148
145
  "input-container": true,
149
- "label-inside": showLabelInside.value,
150
- error: unref(api).error?.value || _ctx.feedbackErrorText,
146
+ "label-inside": unref(showLabelInside),
147
+ error: unref(api).error?.value || __props.feedbackErrorText,
151
148
  focused: isFocused.value
152
149
  })
153
150
  }, [
@@ -157,18 +154,18 @@ const _sfc_main = defineComponent({
157
154
  createElementVNode("input", mergeProps(_ctx.$attrs, {
158
155
  ref_key: "inputRef",
159
156
  ref: inputRef,
160
- value: unref(api).value?.value ?? _ctx.modelValue,
161
- placeholder: labelText.value,
162
- disabled: _ctx.disabled || _ctx.viewOnly,
163
- type: _ctx.type,
157
+ value: unref(api).value?.value ?? __props.modelValue,
158
+ placeholder: unref(labelText),
159
+ disabled: __props.disabled || __props.viewOnly,
160
+ type: __props.type,
164
161
  class: ["input", {
165
- [sizeClass.value]: true,
166
- "view-only": _ctx.viewOnly,
167
- "label-inside": showLabelInside.value,
168
- "hide-arrows": _ctx.hideNumberArrows,
169
- "input-type": _ctx.type
162
+ [unref(sizeClass)]: true,
163
+ "view-only": __props.viewOnly,
164
+ "label-inside": unref(showLabelInside),
165
+ "hide-arrows": __props.hideNumberArrows,
166
+ "input-type": __props.type
170
167
  }],
171
- step: _ctx.step,
168
+ step: __props.step,
172
169
  onInput: handleInput,
173
170
  onFocus: _cache[0] || (_cache[0] = ($event) => isFocused.value = true),
174
171
  onBlur: _cache[1] || (_cache[1] = ($event) => isFocused.value = false),
@@ -216,13 +213,13 @@ const _sfc_main = defineComponent({
216
213
  }, 8, ["text"])
217
214
  ])) : createCommentVNode("", true)
218
215
  ], 2),
219
- _ctx.feedbackErrorText || _ctx.feedbackHelpText ? (openBlock(), createElementBlock("div", _hoisted_7, [
216
+ __props.feedbackErrorText || __props.feedbackHelpText ? (openBlock(), createElementBlock("div", _hoisted_7, [
220
217
  createVNode(unref(Text), {
221
- class: normalizeClass(_ctx.feedbackErrorText ? "error" : "help"),
218
+ class: normalizeClass(__props.feedbackErrorText ? "error" : "help"),
222
219
  size: "caption"
223
220
  }, {
224
221
  default: withCtx(() => [
225
- createTextVNode(toDisplayString(_ctx.feedbackErrorText || _ctx.feedbackHelpText), 1)
222
+ createTextVNode(toDisplayString(__props.feedbackErrorText || __props.feedbackHelpText), 1)
226
223
  ]),
227
224
  _: 1
228
225
  }, 8, ["class"])
@@ -7,7 +7,7 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimePr
7
7
  "update:modelValue": (value: string | number) => void;
8
8
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PasswordProps>>> & {
9
9
  "onUpdate:modelValue"?: (value: string | number) => any;
10
- }, {}, {}>;
10
+ }, {}>;
11
11
  export default _default;
12
12
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
13
13
  type __VLS_TypePropsToRuntimeProps<T> = {