@ironsource/shared-ui 1.4.2-test.7 → 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 +6 -6
  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 +53 -69
  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,9 +1,8 @@
1
1
  import { defineComponent, ref, openBlock, createBlock, mergeProps, withCtx, createVNode, unref, createTextVNode, toDisplayString } 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 "../../PasswordInput.vue_vue_type_style_index_0_scoped_true_lang.css";
8
7
  const _sfc_main = defineComponent({
9
8
  __name: "PasswordInput",
@@ -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<PercentageProps>>> & {
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 "../../PercentageInput.vue_vue_type_style_index_0_scoped_true_lang.css";
8
7
  const _sfc_main = defineComponent({
9
8
  __name: "PercentageInput",
@@ -185,7 +185,7 @@ declare const InputTypes: () => (import("vue").DefineComponent<{
185
185
  step: number;
186
186
  hoverHelpText: string;
187
187
  hoverHelpTextPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
188
- }, {}> | import("vue").DefineComponent<{
188
+ }> | import("vue").DefineComponent<{
189
189
  ref: {
190
190
  type: import("vue").PropType<import("vue").VNodeRef>;
191
191
  };
@@ -411,5 +411,5 @@ declare const InputTypes: () => (import("vue").DefineComponent<{
411
411
  };
412
412
  }>> & {
413
413
  "onUpdate:modelValue"?: (value: number) => any;
414
- }, {}, {}>)[];
414
+ }, {}>)[];
415
415
  export { Input, DollarInput, PercentageInput, PasswordInput, InputTypes };
@@ -28,7 +28,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
28
28
  distance: number;
29
29
  skidding: number;
30
30
  container: string;
31
- }, {}>;
31
+ }>;
32
32
  export default _default;
33
33
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
34
34
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -5,7 +5,7 @@ import { useToggle } from '../../composables/useToggle.vue.js';
5
5
  /* empty css *//* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
6
6
 
7
7
  import "../../Menu.vue_vue_type_style_index_0_scoped_true_lang.css";import "../../Menu.vue_vue_type_style_index_1_lang.css";
8
- const _sfc_main = defineComponent({
8
+ const _sfc_main = /* @__PURE__ */ defineComponent({
9
9
  __name: "Menu",
10
10
  props: {
11
11
  isOnTop: { type: Boolean, default: true },
@@ -38,10 +38,10 @@ const _sfc_main = defineComponent({
38
38
  triggers: [],
39
39
  shown: unref(open),
40
40
  placement: "auto-start",
41
- container: _ctx.container,
41
+ container: __props.container,
42
42
  flip: "",
43
- distance: _ctx.isOnTop ? skiddingOffset.value : _ctx.distance,
44
- skidding: _ctx.isOnTop ? -location.value?.height / 2 : _ctx.distance,
43
+ distance: __props.isOnTop ? unref(skiddingOffset) : __props.distance,
44
+ skidding: __props.isOnTop ? -unref(location)?.height / 2 : __props.distance,
45
45
  "auto-hide": false
46
46
  }, {
47
47
  popper: withCtx(() => [
@@ -56,6 +56,6 @@ declare const MenuTypes: () => import("vue").DefineComponent<{
56
56
  distance: number;
57
57
  skidding: number;
58
58
  container: string;
59
- }, {}>[];
59
+ }>[];
60
60
  export { default as Menu } from './Menu.vue';
61
61
  export { MenuTypes };
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
2
2
  export default _default;
@@ -1,8 +1,7 @@
1
- import '../typography/Heading.vue.js';
2
- import Text from '../typography/Text.vue.js';
3
1
  import { resolveComponent, openBlock, createElementBlock, createElementVNode, renderSlot, createVNode, withCtx } from 'vue';
4
- /* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
5
-
2
+ /* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
3
+ import Text from '../typography/Text.vue.js';
4
+ /* empty css */
6
5
  import "../../MenuItem.vue_vue_type_style_index_0_scoped_true_lang.css";
7
6
  const _sfc_main = {
8
7
  components: { Text },
@@ -1,3 +1,3 @@
1
- declare const MenuItemTypes: () => import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>[];
1
+ declare const MenuItemTypes: () => import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>[];
2
2
  export { default as MenuItem } from './MenuItem.vue';
3
3
  export { MenuItemTypes };
@@ -36,7 +36,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
36
36
  skidding: number;
37
37
  autoHide: boolean;
38
38
  trigger: 'click' | 'hover' | 'focus' | 'touch' | 'managed';
39
- }, {}>;
39
+ }>;
40
40
  export default _default;
41
41
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
42
42
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -2,7 +2,7 @@ import { defineComponent, openBlock, createBlock, unref, withCtx, renderSlot } f
2
2
  import { Dropdown } from 'floating-vue';
3
3
  /* empty css */
4
4
  import "../../Popover.vue_vue_type_style_index_0_lang.css";
5
- const _sfc_main = defineComponent({
5
+ const _sfc_main = /* @__PURE__ */ defineComponent({
6
6
  __name: "Popover",
7
7
  props: {
8
8
  open: { type: Boolean },
@@ -17,12 +17,12 @@ const _sfc_main = defineComponent({
17
17
  return (_ctx, _cache) => {
18
18
  return openBlock(), createBlock(unref(Dropdown), {
19
19
  theme: "custom-popover",
20
- placement: _ctx.placement,
21
- shown: !!_ctx.open,
22
- triggers: _ctx.trigger === "managed" ? [] : [_ctx.trigger],
23
- "auto-hide": _ctx.autoHide,
24
- distance: _ctx.distance,
25
- skidding: _ctx.skidding
20
+ placement: __props.placement,
21
+ shown: !!__props.open,
22
+ triggers: __props.trigger === "managed" ? [] : [__props.trigger],
23
+ "auto-hide": __props.autoHide,
24
+ distance: __props.distance,
25
+ skidding: __props.skidding
26
26
  }, {
27
27
  popper: withCtx(({ hide }) => [
28
28
  renderSlot(_ctx.$slots, "content", { hide })
@@ -75,6 +75,6 @@ declare const PopoverTypes: () => import("vue").DefineComponent<{
75
75
  skidding: number;
76
76
  autoHide: boolean;
77
77
  trigger: "hover" | "click" | "focus" | "touch" | "managed";
78
- }, {}>[];
78
+ }>[];
79
79
  export { default as Popover } from './Popover.vue';
80
80
  export { PopoverTypes };
@@ -31,7 +31,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
31
31
  modelValue: string;
32
32
  helperText: string;
33
33
  errorText: string;
34
- }, {}>;
34
+ }>;
35
35
  export default _default;
36
36
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
37
37
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -7,7 +7,7 @@ import "../../RadioButton.vue_vue_type_style_index_0_scoped_true_lang.css";
7
7
  const _hoisted_1 = { class: "wrapper" };
8
8
  const _hoisted_2 = ["value", "name", "disabled"];
9
9
  const _hoisted_3 = { class: "label" };
10
- const _sfc_main = defineComponent({
10
+ const _sfc_main = /* @__PURE__ */ defineComponent({
11
11
  __name: "RadioButton",
12
12
  props: {
13
13
  label: { default: "" },
@@ -32,8 +32,8 @@ const _sfc_main = defineComponent({
32
32
  ref_key: "radioRef",
33
33
  ref: radioRef,
34
34
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isRef(modelValue) ? modelValue.value = $event : null),
35
- value: _ctx.label,
36
- name: _ctx.name || unref(radioGroup)?.name,
35
+ value: __props.label,
36
+ name: __props.name || unref(radioGroup)?.name,
37
37
  type: "radio",
38
38
  disabled: unref(disabled),
39
39
  onFocus: _cache[1] || (_cache[1] = ($event) => focus.value = true),
@@ -42,35 +42,35 @@ const _sfc_main = defineComponent({
42
42
  [vModelRadio, unref(modelValue)]
43
43
  ]),
44
44
  createElementVNode("span", {
45
- class: normalizeClass([{ "circle--selected": unref(modelValue) === _ctx.label }, "circle"])
45
+ class: normalizeClass([{ "circle--selected": unref(modelValue) === __props.label }, "circle"])
46
46
  }, null, 2)
47
47
  ]),
48
48
  createElementVNode("span", _hoisted_3, [
49
49
  renderSlot(_ctx.$slots, "default", {}, () => [
50
50
  createVNode(Text, { "is-truncated": "" }, {
51
51
  default: withCtx(() => [
52
- createTextVNode(toDisplayString(_ctx.label), 1)
52
+ createTextVNode(toDisplayString(__props.label), 1)
53
53
  ]),
54
54
  _: 1
55
55
  })
56
56
  ], true),
57
- !_ctx.errorText && _ctx.helperText ? (openBlock(), createBlock(Text, {
57
+ !__props.errorText && __props.helperText ? (openBlock(), createBlock(Text, {
58
58
  key: 0,
59
59
  class: "helper-text--text helper-text",
60
60
  size: "caption"
61
61
  }, {
62
62
  default: withCtx(() => [
63
- createTextVNode(toDisplayString(_ctx.helperText), 1)
63
+ createTextVNode(toDisplayString(__props.helperText), 1)
64
64
  ]),
65
65
  _: 1
66
66
  })) : createCommentVNode("", true),
67
- _ctx.errorText ? (openBlock(), createBlock(Text, {
67
+ __props.errorText ? (openBlock(), createBlock(Text, {
68
68
  key: 1,
69
69
  size: "caption",
70
70
  class: "helper-text--error helper-text"
71
71
  }, {
72
72
  default: withCtx(() => [
73
- createTextVNode(toDisplayString(_ctx.errorText), 1)
73
+ createTextVNode(toDisplayString(__props.errorText), 1)
74
74
  ]),
75
75
  _: 1
76
76
  })) : createCommentVNode("", true)
@@ -25,7 +25,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
25
25
  name: string;
26
26
  disabled: boolean;
27
27
  row: boolean;
28
- }, {}>;
28
+ }>;
29
29
  export default _default;
30
30
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
31
31
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -4,12 +4,12 @@ import { radioGroupKey } from './useRadio.vue.js';
4
4
  /* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
5
5
 
6
6
  import "../../RadioGroup.vue_vue_type_style_index_0_scoped_true_lang.css";
7
- const _sfc_main = defineComponent({
7
+ const _sfc_main = /* @__PURE__ */ defineComponent({
8
8
  __name: "RadioGroup",
9
9
  props: {
10
10
  name: { default: "" },
11
11
  disabled: { type: Boolean, default: false },
12
- modelValue: {},
12
+ modelValue: null,
13
13
  row: { type: Boolean, default: false }
14
14
  },
15
15
  emits: ["update:modelValue", "change"],
@@ -43,7 +43,7 @@ const _sfc_main = defineComponent({
43
43
  return openBlock(), createElementBlock("div", {
44
44
  ref_key: "radioGroupRef",
45
45
  ref: radioGroupRef,
46
- class: normalizeClass([{ "radio-group--row": _ctx.row }, "radio-group"]),
46
+ class: normalizeClass([{ "radio-group--row": __props.row }, "radio-group"]),
47
47
  role: "radiogroup"
48
48
  }, [
49
49
  renderSlot(_ctx.$slots, "default", {}, void 0, true)
@@ -63,7 +63,7 @@ declare const RadioButtonTypes: () => (import("vue").DefineComponent<{
63
63
  modelValue: string;
64
64
  helperText: string;
65
65
  errorText: string;
66
- }, {}> | import("vue").DefineComponent<{
66
+ }> | import("vue").DefineComponent<{
67
67
  name: {
68
68
  type: import("vue").PropType<string>;
69
69
  } & {
@@ -110,5 +110,5 @@ declare const RadioButtonTypes: () => (import("vue").DefineComponent<{
110
110
  name: string;
111
111
  disabled: boolean;
112
112
  row: boolean;
113
- }, {}>)[];
113
+ }>)[];
114
114
  export { RadioButton, RadioGroup, RadioButtonTypes };
@@ -15,6 +15,6 @@ export declare const useRadio: (props: {
15
15
  radioGroup: RadioGroupContext;
16
16
  focus: import("vue").Ref<boolean>;
17
17
  disabled: import("vue").ComputedRef<boolean>;
18
- tabIndex: import("vue").ComputedRef<0 | -1>;
18
+ tabIndex: import("vue").ComputedRef<-1 | 0>;
19
19
  modelValue: import("vue").WritableComputedRef<string>;
20
20
  };
@@ -28,7 +28,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
28
28
  size: 'sm' | 'md';
29
29
  variant: 'default' | 'inline-table' | 'transparent';
30
30
  disabled: boolean;
31
- }, {}>;
31
+ }>;
32
32
  export default _default;
33
33
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
34
34
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -1,20 +1,20 @@
1
- import { defineComponent, ref, computed, openBlock, createElementBlock, normalizeClass, createBlock, unref, createCommentVNode, createElementVNode } from 'vue';
1
+ import { defineComponent, ref, computed, openBlock, createElementBlock, normalizeClass, unref, createBlock, createCommentVNode, 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
4
 
5
5
  import "../../Search.vue_vue_type_style_index_0_scoped_true_lang.css";
6
6
  const _hoisted_1 = ["value", "placeholder", "disabled"];
7
- const _sfc_main = defineComponent({
7
+ const _sfc_main = /* @__PURE__ */ defineComponent({
8
8
  __name: "Search",
9
9
  props: {
10
- modelValue: {},
11
- placeholder: {},
10
+ modelValue: null,
11
+ placeholder: null,
12
12
  variant: { default: "default" },
13
13
  size: { default: "sm" },
14
14
  disabled: { type: Boolean, default: false }
15
15
  },
16
16
  emits: ["update:modelValue"],
17
- setup(__props, { expose: __expose, emit }) {
17
+ setup(__props, { expose, emit }) {
18
18
  const props = __props;
19
19
  const inputRef = ref();
20
20
  const updateValue = (e) => {
@@ -53,14 +53,14 @@ const _sfc_main = defineComponent({
53
53
  const rightIcon = computed(() => {
54
54
  return showClear.value ? "cancel" : "search";
55
55
  });
56
- __expose({
56
+ expose({
57
57
  inputRef
58
58
  });
59
59
  return (_ctx, _cache) => {
60
60
  return openBlock(), createElementBlock("div", {
61
- class: normalizeClass(["search-container", `${_ctx.size}`])
61
+ class: normalizeClass(["search-container", `${__props.size}`])
62
62
  }, [
63
- showLeftIcon.value ? (openBlock(), createBlock(unref(Icon), {
63
+ unref(showLeftIcon) ? (openBlock(), createBlock(unref(Icon), {
64
64
  key: 0,
65
65
  class: "search-left-icon",
66
66
  name: "search-bold",
@@ -69,16 +69,16 @@ const _sfc_main = defineComponent({
69
69
  createElementVNode("input", {
70
70
  ref_key: "inputRef",
71
71
  ref: inputRef,
72
- class: normalizeClass({ [_ctx.variant]: true, activated: _ctx.modelValue !== "" }),
73
- value: _ctx.modelValue,
74
- placeholder: _ctx.placeholder,
75
- disabled: _ctx.disabled,
72
+ class: normalizeClass({ [__props.variant]: true, activated: __props.modelValue !== "" }),
73
+ value: __props.modelValue,
74
+ placeholder: __props.placeholder,
75
+ disabled: __props.disabled,
76
76
  onInput: updateValue
77
77
  }, null, 42, _hoisted_1),
78
- showRightIcon.value ? (openBlock(), createBlock(unref(Icon), {
78
+ unref(showRightIcon) ? (openBlock(), createBlock(unref(Icon), {
79
79
  key: 1,
80
- class: normalizeClass(["search-right-icon", { "search-right-icon-clear": showClear.value }]),
81
- name: rightIcon.value,
80
+ class: normalizeClass(["search-right-icon", { "search-right-icon-clear": unref(showClear) }]),
81
+ name: unref(rightIcon),
82
82
  "font-size": "sm",
83
83
  onClick: onRightIconClick
84
84
  }, null, 8, ["class", "name"])) : createCommentVNode("", true)
@@ -56,6 +56,6 @@ declare const SearchTypes: () => import("vue").DefineComponent<{
56
56
  size: "md" | "sm";
57
57
  variant: "default" | "inline-table" | "transparent";
58
58
  disabled: boolean;
59
- }, {}>[];
59
+ }>[];
60
60
  export { default as Search } from './Search.vue';
61
61
  export { SearchTypes };
@@ -4,7 +4,7 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimePr
4
4
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
5
5
  round?: boolean;
6
6
  fill?: boolean;
7
- }>>>, {}, {}>;
7
+ }>>>, {}>;
8
8
  export default _default;
9
9
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
10
10
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -2,7 +2,7 @@ import { defineComponent, openBlock, createElementBlock, normalizeClass, renderS
2
2
  /* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
3
3
 
4
4
  import "../../Skeleton.vue_vue_type_style_index_0_scoped_true_lang.css";
5
- const _sfc_main = defineComponent({
5
+ const _sfc_main = /* @__PURE__ */ defineComponent({
6
6
  __name: "Skeleton",
7
7
  props: {
8
8
  round: { type: Boolean },
@@ -11,7 +11,7 @@ const _sfc_main = defineComponent({
11
11
  setup(__props) {
12
12
  return (_ctx, _cache) => {
13
13
  return openBlock(), createElementBlock("div", {
14
- class: normalizeClass({ round: _ctx.round, fill: _ctx.fill })
14
+ class: normalizeClass({ round: __props.round, fill: __props.fill })
15
15
  }, [
16
16
  renderSlot(_ctx.$slots, "default", {}, void 0, true)
17
17
  ], 2);
@@ -12,6 +12,6 @@ declare const SkeletonTypes: () => import("vue").DefineComponent<{
12
12
  fill: {
13
13
  type: import("vue").PropType<boolean>;
14
14
  };
15
- }>>, {}, {}>[];
15
+ }>>, {}>[];
16
16
  export { default as Skeleton } from './Skeleton.vue';
17
17
  export { SkeletonTypes };
@@ -52,7 +52,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
52
52
  zIndex: number;
53
53
  duration: number;
54
54
  showClose: boolean;
55
- }, {}>;
55
+ }>;
56
56
  export default _default;
57
57
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
58
58
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -1,4 +1,4 @@
1
- import { defineComponent, ref, computed, onMounted, openBlock, createBlock, Transition, withCtx, withDirectives, createElementVNode, normalizeClass, normalizeStyle, createElementBlock, createVNode, unref, resolveDynamicComponent, createCommentVNode, toDisplayString, renderSlot, createTextVNode, vShow, withModifiers } from 'vue';
1
+ import { defineComponent, ref, computed, onMounted, openBlock, createBlock, Transition, withCtx, withDirectives, createElementVNode, normalizeClass, unref, normalizeStyle, createElementBlock, createVNode, resolveDynamicComponent, createCommentVNode, toDisplayString, renderSlot, createTextVNode, vShow, withModifiers } from 'vue';
2
2
  import { useEventListener, useTimeoutFn } from '@vueuse/core';
3
3
  import Icon from '../icon/Icon.vue.js';
4
4
  import Close from '../icon/icons/Close.vue.js';
@@ -12,18 +12,18 @@ const _hoisted_1 = ["id"];
12
12
  const _hoisted_2 = { class: "container" };
13
13
  const _hoisted_3 = { class: "texts" };
14
14
  const _hoisted_4 = ["innerHTML"];
15
- const _sfc_main = defineComponent({
15
+ const _sfc_main = /* @__PURE__ */ defineComponent({
16
16
  __name: "Snackbar",
17
17
  props: {
18
- customClass: {},
18
+ customClass: null,
19
19
  dangerouslyUseHTMLString: { type: Boolean },
20
20
  duration: { default: 3e3 },
21
- icon: {},
22
- id: {},
23
- message: {},
24
- offset: {},
25
- onClick: {},
26
- onClose: {},
21
+ icon: null,
22
+ id: null,
23
+ message: null,
24
+ offset: null,
25
+ onClick: null,
26
+ onClose: null,
27
27
  type: { default: null },
28
28
  position: { default: "top-right" },
29
29
  showClose: { type: Boolean, default: true },
@@ -91,64 +91,64 @@ const _sfc_main = defineComponent({
91
91
  return (_ctx, _cache) => {
92
92
  return openBlock(), createBlock(Transition, {
93
93
  name: "snackbar",
94
- onBeforeLeave: _ctx.onClose,
94
+ onBeforeLeave: __props.onClose,
95
95
  onAfterLeave: _cache[1] || (_cache[1] = ($event) => _ctx.$emit("destroy"))
96
96
  }, {
97
97
  default: withCtx(() => [
98
98
  withDirectives(createElementVNode("div", {
99
- id: _ctx.id,
100
- class: normalizeClass(["snackbar", [_ctx.customClass, horizontalClass.value]]),
101
- style: normalizeStyle(positionStyle.value),
99
+ id: __props.id,
100
+ class: normalizeClass(["snackbar", [__props.customClass, unref(horizontalClass)]]),
101
+ style: normalizeStyle(unref(positionStyle)),
102
102
  role: "alert",
103
103
  onMouseenter: clearTimer,
104
104
  onMouseleave: startTimer,
105
- onClick: _cache[0] || (_cache[0] = (...args) => _ctx.onClick && _ctx.onClick(...args))
105
+ onClick: _cache[0] || (_cache[0] = (...args) => __props.onClick && __props.onClick(...args))
106
106
  }, [
107
- iconComponent.value ? (openBlock(), createElementBlock("div", {
107
+ unref(iconComponent) ? (openBlock(), createElementBlock("div", {
108
108
  key: 0,
109
- class: normalizeClass(["start-icon-container", [typeClass.value]])
109
+ class: normalizeClass(["start-icon-container", [unref(typeClass)]])
110
110
  }, [
111
111
  createVNode(unref(Icon), {
112
- "font-size": typeClass.value ? "sm" : "lg"
112
+ "font-size": unref(typeClass) ? "sm" : "lg"
113
113
  }, {
114
114
  default: withCtx(() => [
115
- (openBlock(), createBlock(resolveDynamicComponent(iconComponent.value)))
115
+ (openBlock(), createBlock(resolveDynamicComponent(unref(iconComponent))))
116
116
  ]),
117
117
  _: 1
118
118
  }, 8, ["font-size"])
119
119
  ], 2)) : createCommentVNode("", true),
120
120
  createElementVNode("div", _hoisted_2, [
121
121
  createElementVNode("div", _hoisted_3, [
122
- _ctx.title ? (openBlock(), createBlock(Text, {
122
+ __props.title ? (openBlock(), createBlock(Text, {
123
123
  key: 0,
124
124
  size: "md",
125
125
  strong: "",
126
126
  class: "title",
127
- textContent: toDisplayString(_ctx.title)
127
+ textContent: toDisplayString(__props.title)
128
128
  }, null, 8, ["textContent"])) : createCommentVNode("", true),
129
129
  withDirectives(createElementVNode("div", {
130
130
  class: "message",
131
- style: normalizeStyle(!!_ctx.title ? void 0 : { margin: 0 })
131
+ style: normalizeStyle(!!__props.title ? void 0 : { margin: 0 })
132
132
  }, [
133
133
  renderSlot(_ctx.$slots, "default", {}, () => [
134
- !_ctx.dangerouslyUseHTMLString ? (openBlock(), createBlock(Text, {
134
+ !__props.dangerouslyUseHTMLString ? (openBlock(), createBlock(Text, {
135
135
  key: 0,
136
136
  size: "sm"
137
137
  }, {
138
138
  default: withCtx(() => [
139
- createTextVNode(toDisplayString(_ctx.message), 1)
139
+ createTextVNode(toDisplayString(__props.message), 1)
140
140
  ]),
141
141
  _: 1
142
142
  })) : (openBlock(), createElementBlock("div", {
143
143
  key: 1,
144
- innerHTML: _ctx.message
144
+ innerHTML: __props.message
145
145
  }, null, 8, _hoisted_4))
146
146
  ], true)
147
147
  ], 4), [
148
- [vShow, _ctx.message]
148
+ [vShow, __props.message]
149
149
  ])
150
150
  ]),
151
- _ctx.showClose ? (openBlock(), createBlock(IconButton, {
151
+ __props.showClose ? (openBlock(), createBlock(IconButton, {
152
152
  key: 0,
153
153
  theme: "third",
154
154
  size: "sm",
@@ -14,7 +14,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
14
14
  "onUpdate:modelValue"?: (...args: any[]) => any;
15
15
  }, {
16
16
  size: 'sm' | 'lg';
17
- }, {}>;
17
+ }>;
18
18
  export default _default;
19
19
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
20
20
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -1,15 +1,15 @@
1
- import { defineComponent, ref, computed, onMounted, openBlock, createElementBlock, normalizeClass, createElementVNode, normalizeStyle, Fragment, renderList, renderSlot, createVNode, withCtx, createTextVNode, toDisplayString } from 'vue';
1
+ import { defineComponent, ref, computed, onMounted, openBlock, createElementBlock, normalizeClass, createElementVNode, normalizeStyle, unref, Fragment, renderList, renderSlot, createVNode, withCtx, createTextVNode, toDisplayString } from 'vue';
2
2
  import { useVModel } from '@vueuse/core';
3
3
  import Text from '../typography/Text.vue.js';
4
4
  /* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
5
5
 
6
6
  import "../../Switch.vue_vue_type_style_index_0_scoped_true_lang.css";
7
7
  const _hoisted_1 = ["aria-label", "onClick"];
8
- const _sfc_main = defineComponent({
8
+ const _sfc_main = /* @__PURE__ */ defineComponent({
9
9
  __name: "Switch",
10
10
  props: {
11
- options: {},
12
- modelValue: {},
11
+ options: null,
12
+ modelValue: null,
13
13
  size: { default: "lg" }
14
14
  },
15
15
  emits: ["update:modelValue"],
@@ -37,18 +37,18 @@ const _sfc_main = defineComponent({
37
37
  };
38
38
  return (_ctx, _cache) => {
39
39
  return openBlock(), createElementBlock("div", {
40
- class: normalizeClass(["switch", { "switch--lg": _ctx.size === "lg", "switch--sm": _ctx.size === "sm" }])
40
+ class: normalizeClass(["switch", { "switch--lg": __props.size === "lg", "switch--sm": __props.size === "sm" }])
41
41
  }, [
42
42
  createElementVNode("span", {
43
43
  ref_key: "box",
44
44
  ref: box,
45
- class: normalizeClass(["box", { "box--lg": _ctx.size === "lg", "box--sm": _ctx.size === "sm" }]),
45
+ class: normalizeClass(["box", { "box--lg": __props.size === "lg", "box--sm": __props.size === "sm" }]),
46
46
  style: normalizeStyle({
47
- transform: `translateX(${selectedPosition.value?.left}px)`,
48
- width: selectedPosition.value?.width + "px"
47
+ transform: `translateX(${unref(selectedPosition)?.left}px)`,
48
+ width: unref(selectedPosition)?.width + "px"
49
49
  })
50
50
  }, null, 6),
51
- (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.options, (option, index) => {
51
+ (openBlock(true), createElementBlock(Fragment, null, renderList(__props.options, (option, index) => {
52
52
  return openBlock(), createElementBlock("button", {
53
53
  ref_for: true,
54
54
  ref: skipUnwrap.optionsRefs,
@@ -30,6 +30,6 @@ declare const SwitchTypes: () => import("vue").DefineComponent<{
30
30
  "onUpdate:modelValue"?: (...args: any[]) => any;
31
31
  }, {
32
32
  size: "sm" | "lg";
33
- }, {}>[];
33
+ }>[];
34
34
  export { default as Switch } from './Switch.vue';
35
35
  export { SwitchTypes };
@@ -25,7 +25,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
25
25
  totalPages: number;
26
26
  totalItems: number | string;
27
27
  itemsPerPage: number;
28
- }, {}>;
28
+ }>;
29
29
  export default _default;
30
30
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
31
31
  type __VLS_TypePropsToRuntimeProps<T> = {