bonkers-ui 1.0.63 → 1.0.65

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 (228) hide show
  1. package/CONSTANTS.d.ts +1 -0
  2. package/CONSTANTS.d.ts.map +1 -0
  3. package/_types/sizing.js.map +1 -1
  4. package/bonkers-ui.umd.js +3 -3
  5. package/bonkers-ui.umd.js.map +1 -1
  6. package/components/ui-alert/_types.d.ts +1 -0
  7. package/components/ui-alert/_types.d.ts.map +1 -0
  8. package/components/ui-alert/index.d.ts +24 -56
  9. package/components/ui-alert/index.d.ts.map +1 -0
  10. package/components/ui-alert/ui-alert.vue.d.ts +3 -2
  11. package/components/ui-alert/ui-alert.vue.d.ts.map +1 -0
  12. package/components/ui-badge/_typings.d.ts +1 -0
  13. package/components/ui-badge/_typings.d.ts.map +1 -0
  14. package/components/ui-badge/index.d.ts +27 -73
  15. package/components/ui-badge/index.d.ts.map +1 -0
  16. package/components/ui-badge/ui-badge.vue.d.ts +3 -4
  17. package/components/ui-badge/ui-badge.vue.d.ts.map +1 -0
  18. package/components/ui-badge/ui-badge.vue.js +33 -37
  19. package/components/ui-badge/ui-badge.vue.js.map +1 -1
  20. package/components/ui-ber-rank/_types.d.ts +1 -0
  21. package/components/ui-ber-rank/_types.d.ts.map +1 -0
  22. package/components/ui-ber-rank/index.d.ts +3 -2
  23. package/components/ui-ber-rank/index.d.ts.map +1 -0
  24. package/components/ui-ber-rank/ui-ber-rank.vue.d.ts +3 -2
  25. package/components/ui-ber-rank/ui-ber-rank.vue.d.ts.map +1 -0
  26. package/components/ui-ber-rank/ui-ber-rank.vue.js +6 -6
  27. package/components/ui-ber-rank/ui-ber-rank.vue.js.map +1 -1
  28. package/components/ui-button/_typings.d.ts +1 -0
  29. package/components/ui-button/_typings.d.ts.map +1 -0
  30. package/components/ui-button/index.d.ts +52 -86
  31. package/components/ui-button/index.d.ts.map +1 -0
  32. package/components/ui-button/ui-button.vue.d.ts +3 -2
  33. package/components/ui-button/ui-button.vue.d.ts.map +1 -0
  34. package/components/ui-card-cta/index.d.ts +40 -75
  35. package/components/ui-card-cta/index.d.ts.map +1 -0
  36. package/components/ui-card-cta/ui-card-cta.vue.d.ts +3 -2
  37. package/components/ui-card-cta/ui-card-cta.vue.d.ts.map +1 -0
  38. package/components/ui-card-result/index.d.ts +40 -75
  39. package/components/ui-card-result/index.d.ts.map +1 -0
  40. package/components/ui-card-result/ui-card-result.vue.d.ts +3 -2
  41. package/components/ui-card-result/ui-card-result.vue.d.ts.map +1 -0
  42. package/components/ui-card-result/ui-card-result.vue.js +5 -5
  43. package/components/ui-card-result/ui-card-result.vue2.js +18 -18
  44. package/components/ui-card-simple/index.d.ts +10 -39
  45. package/components/ui-card-simple/index.d.ts.map +1 -0
  46. package/components/ui-card-simple/ui-card-simple.vue.d.ts +3 -2
  47. package/components/ui-card-simple/ui-card-simple.vue.d.ts.map +1 -0
  48. package/components/ui-checkbox/index.d.ts +51 -87
  49. package/components/ui-checkbox/index.d.ts.map +1 -0
  50. package/components/ui-checkbox/ui-checkbox.vue.d.ts +5 -4
  51. package/components/ui-checkbox/ui-checkbox.vue.d.ts.map +1 -0
  52. package/components/ui-checkbox/ui-checkbox.vue.js +2 -2
  53. package/components/ui-checkbox/ui-checkbox.vue2.js +8 -8
  54. package/components/ui-checkbox/ui-checkbox.vue2.js.map +1 -1
  55. package/components/ui-dropdown/_typings.d.ts +1 -0
  56. package/components/ui-dropdown/_typings.d.ts.map +1 -0
  57. package/components/ui-dropdown/index.d.ts +48 -90
  58. package/components/ui-dropdown/index.d.ts.map +1 -0
  59. package/components/ui-dropdown/ui-dropdown.vue.d.ts +3 -5
  60. package/components/ui-dropdown/ui-dropdown.vue.d.ts.map +1 -0
  61. package/components/ui-dropdown/ui-dropdown.vue.js +19 -20
  62. package/components/ui-dropdown/ui-dropdown.vue.js.map +1 -1
  63. package/components/ui-icon/_typings.d.ts +1 -0
  64. package/components/ui-icon/_typings.d.ts.map +1 -0
  65. package/components/ui-icon/index.d.ts +3 -2
  66. package/components/ui-icon/index.d.ts.map +1 -0
  67. package/components/ui-icon/ui-icon.vue.d.ts +3 -2
  68. package/components/ui-icon/ui-icon.vue.d.ts.map +1 -0
  69. package/components/ui-icon/ui-icon.vue.js +15 -15
  70. package/components/ui-icon-wrapper/_typings.d.ts +1 -0
  71. package/components/ui-icon-wrapper/_typings.d.ts.map +1 -0
  72. package/components/ui-icon-wrapper/index.d.ts +32 -64
  73. package/components/ui-icon-wrapper/index.d.ts.map +1 -0
  74. package/components/ui-icon-wrapper/ui-icon-wrapper.vue.d.ts +3 -2
  75. package/components/ui-icon-wrapper/ui-icon-wrapper.vue.d.ts.map +1 -0
  76. package/components/ui-icon-wrapper/ui-icon-wrapper.vue.js +3 -3
  77. package/components/ui-icon-wrapper/ui-icon-wrapper.vue2.js +3 -3
  78. package/components/ui-input/_typings.d.ts +3 -2
  79. package/components/ui-input/_typings.d.ts.map +1 -0
  80. package/components/ui-input/index.d.ts +156 -193
  81. package/components/ui-input/index.d.ts.map +1 -0
  82. package/components/ui-input/ui-input.vue.d.ts +6 -2
  83. package/components/ui-input/ui-input.vue.d.ts.map +1 -0
  84. package/components/ui-input/ui-input.vue.js +29 -25
  85. package/components/ui-input/ui-input.vue.js.map +1 -1
  86. package/components/ui-input-range/index.d.ts +5 -4
  87. package/components/ui-input-range/index.d.ts.map +1 -0
  88. package/components/ui-input-range/ui-input-range.vue.d.ts +5 -4
  89. package/components/ui-input-range/ui-input-range.vue.d.ts.map +1 -0
  90. package/components/ui-input-range/ui-input-range.vue.js +2 -2
  91. package/components/ui-input-range/ui-input-range.vue2.js +19 -19
  92. package/components/ui-input-range/ui-input-range.vue2.js.map +1 -1
  93. package/components/ui-list-item/_types.d.ts +1 -0
  94. package/components/ui-list-item/_types.d.ts.map +1 -0
  95. package/components/ui-list-item/index.d.ts +75 -111
  96. package/components/ui-list-item/index.d.ts.map +1 -0
  97. package/components/ui-list-item/ui-list-item.vue.d.ts +3 -2
  98. package/components/ui-list-item/ui-list-item.vue.d.ts.map +1 -0
  99. package/components/ui-list-item/ui-list-item.vue.js +14 -14
  100. package/components/ui-modal/_typings.d.ts +1 -0
  101. package/components/ui-modal/_typings.d.ts.map +1 -0
  102. package/components/ui-modal/index.d.ts +32 -64
  103. package/components/ui-modal/index.d.ts.map +1 -0
  104. package/components/ui-modal/ui-backdrop/index.d.ts +10 -39
  105. package/components/ui-modal/ui-backdrop/index.d.ts.map +1 -0
  106. package/components/ui-modal/ui-backdrop/ui-backdrop.vue.d.ts +3 -2
  107. package/components/ui-modal/ui-backdrop/ui-backdrop.vue.d.ts.map +1 -0
  108. package/components/ui-modal/ui-modal.vue.d.ts +3 -2
  109. package/components/ui-modal/ui-modal.vue.d.ts.map +1 -0
  110. package/components/ui-notification-badge/_types.d.ts +1 -0
  111. package/components/ui-notification-badge/_types.d.ts.map +1 -0
  112. package/components/ui-notification-badge/index.d.ts +23 -54
  113. package/components/ui-notification-badge/index.d.ts.map +1 -0
  114. package/components/ui-notification-badge/ui-notification-badge.vue.d.ts +3 -2
  115. package/components/ui-notification-badge/ui-notification-badge.vue.d.ts.map +1 -0
  116. package/components/ui-order-card/_types.d.ts +1 -0
  117. package/components/ui-order-card/_types.d.ts.map +1 -0
  118. package/components/ui-order-card/index.d.ts +30 -62
  119. package/components/ui-order-card/index.d.ts.map +1 -0
  120. package/components/ui-order-card/ui-order-card.vue.d.ts +3 -2
  121. package/components/ui-order-card/ui-order-card.vue.d.ts.map +1 -0
  122. package/components/ui-plain-radio/index.d.ts +61 -98
  123. package/components/ui-plain-radio/index.d.ts.map +1 -0
  124. package/components/ui-plain-radio/ui-plain-radio.vue.d.ts +3 -2
  125. package/components/ui-plain-radio/ui-plain-radio.vue.d.ts.map +1 -0
  126. package/components/ui-plain-radio/ui-plain-radio.vue.js +5 -5
  127. package/components/ui-plain-radio/ui-plain-radio.vue.js.map +1 -1
  128. package/components/ui-progress/_types.d.ts +1 -0
  129. package/components/ui-progress/_types.d.ts.map +1 -0
  130. package/components/ui-progress/index.d.ts +3 -2
  131. package/components/ui-progress/index.d.ts.map +1 -0
  132. package/components/ui-progress/ui-progress.vue.d.ts +3 -2
  133. package/components/ui-progress/ui-progress.vue.d.ts.map +1 -0
  134. package/components/ui-radio/index.d.ts +61 -98
  135. package/components/ui-radio/index.d.ts.map +1 -0
  136. package/components/ui-radio/ui-radio.vue.d.ts +3 -2
  137. package/components/ui-radio/ui-radio.vue.d.ts.map +1 -0
  138. package/components/ui-radio/ui-radio.vue.js +2 -2
  139. package/components/ui-radio/ui-radio.vue2.js +12 -12
  140. package/components/ui-radio/ui-radio.vue2.js.map +1 -1
  141. package/components/ui-radio-compact/index.d.ts +50 -82
  142. package/components/ui-radio-compact/index.d.ts.map +1 -0
  143. package/components/ui-radio-compact/index.js.map +1 -1
  144. package/components/ui-radio-compact/ui-radio-compact.vue.d.ts +3 -2
  145. package/components/ui-radio-compact/ui-radio-compact.vue.d.ts.map +1 -0
  146. package/components/ui-radio-fancy/_typings.d.ts +1 -0
  147. package/components/ui-radio-fancy/_typings.d.ts.map +1 -0
  148. package/components/ui-radio-fancy/index.d.ts +71 -108
  149. package/components/ui-radio-fancy/index.d.ts.map +1 -0
  150. package/components/ui-radio-fancy/ui-radio-fancy.vue.d.ts +3 -2
  151. package/components/ui-radio-fancy/ui-radio-fancy.vue.d.ts.map +1 -0
  152. package/components/ui-radio-fancy/ui-radio-fancy.vue.js +15 -15
  153. package/components/ui-radio-fancy/ui-radio-fancy.vue.js.map +1 -1
  154. package/components/ui-result-card-range/_types.d.ts +1 -0
  155. package/components/ui-result-card-range/_types.d.ts.map +1 -0
  156. package/components/ui-result-card-range/index.d.ts +20 -78
  157. package/components/ui-result-card-range/index.d.ts.map +1 -0
  158. package/components/ui-result-card-range/ui-result-card-range.vue.d.ts +3 -6
  159. package/components/ui-result-card-range/ui-result-card-range.vue.d.ts.map +1 -0
  160. package/components/ui-result-card-range/ui-result-card-range.vue.js +9 -11
  161. package/components/ui-result-card-range/ui-result-card-range.vue.js.map +1 -1
  162. package/components/ui-ripple/index.d.ts +10 -39
  163. package/components/ui-ripple/index.d.ts.map +1 -0
  164. package/components/ui-ripple/ui-ripple.vue.d.ts +3 -2
  165. package/components/ui-ripple/ui-ripple.vue.d.ts.map +1 -0
  166. package/components/ui-select/index.d.ts +42 -77
  167. package/components/ui-select/index.d.ts.map +1 -0
  168. package/components/ui-select/ui-select.vue.d.ts +3 -2
  169. package/components/ui-select/ui-select.vue.d.ts.map +1 -0
  170. package/components/ui-skeleton/_typings.d.ts +1 -0
  171. package/components/ui-skeleton/_typings.d.ts.map +1 -0
  172. package/components/ui-skeleton/index.d.ts +3 -2
  173. package/components/ui-skeleton/index.d.ts.map +1 -0
  174. package/components/ui-skeleton/ui-skeleton.vue.d.ts +3 -2
  175. package/components/ui-skeleton/ui-skeleton.vue.d.ts.map +1 -0
  176. package/components/ui-snackbar/_types.d.ts +1 -0
  177. package/components/ui-snackbar/_types.d.ts.map +1 -0
  178. package/components/ui-snackbar/index.d.ts +30 -62
  179. package/components/ui-snackbar/index.d.ts.map +1 -0
  180. package/components/ui-snackbar/ui-snackbar.vue.d.ts +3 -2
  181. package/components/ui-snackbar/ui-snackbar.vue.d.ts.map +1 -0
  182. package/components/ui-table/_types.d.ts +1 -0
  183. package/components/ui-table/_types.d.ts.map +1 -0
  184. package/components/ui-table/index.d.ts +23 -54
  185. package/components/ui-table/index.d.ts.map +1 -0
  186. package/components/ui-table/ui-table-cell/index.d.ts +22 -54
  187. package/components/ui-table/ui-table-cell/index.d.ts.map +1 -0
  188. package/components/ui-table/ui-table-cell/ui-table-cell.vue.d.ts +3 -2
  189. package/components/ui-table/ui-table-cell/ui-table-cell.vue.d.ts.map +1 -0
  190. package/components/ui-table/ui-table-row/_typings.d.ts +1 -0
  191. package/components/ui-table/ui-table-row/_typings.d.ts.map +1 -0
  192. package/components/ui-table/ui-table-row/index.d.ts +17 -48
  193. package/components/ui-table/ui-table-row/index.d.ts.map +1 -0
  194. package/components/ui-table/ui-table-row/ui-table-row.vue.d.ts +3 -2
  195. package/components/ui-table/ui-table-row/ui-table-row.vue.d.ts.map +1 -0
  196. package/components/ui-table/ui-table.vue.d.ts +3 -2
  197. package/components/ui-table/ui-table.vue.d.ts.map +1 -0
  198. package/components/ui-tabs/index.d.ts +3 -2
  199. package/components/ui-tabs/index.d.ts.map +1 -0
  200. package/components/ui-tabs/ui-tabs.vue.d.ts +3 -2
  201. package/components/ui-tabs/ui-tabs.vue.d.ts.map +1 -0
  202. package/components/ui-toggle/index.d.ts +66 -104
  203. package/components/ui-toggle/index.d.ts.map +1 -0
  204. package/components/ui-toggle/ui-toggle.vue.d.ts +5 -4
  205. package/components/ui-toggle/ui-toggle.vue.d.ts.map +1 -0
  206. package/components/ui-toggle/ui-toggle.vue.js +3 -3
  207. package/components/ui-toggle/ui-toggle.vue2.js +10 -10
  208. package/components/ui-toggle/ui-toggle.vue2.js.map +1 -1
  209. package/components/ui-typography/_typings.d.ts +1 -0
  210. package/components/ui-typography/_typings.d.ts.map +1 -0
  211. package/components/ui-typography/index.d.ts +62 -100
  212. package/components/ui-typography/index.d.ts.map +1 -0
  213. package/components/ui-typography/ui-typography.vue.d.ts +3 -2
  214. package/components/ui-typography/ui-typography.vue.d.ts.map +1 -0
  215. package/components/ui-typography/ui-typography.vue.js +2 -2
  216. package/components/ui-verification-input/index.d.ts +30 -63
  217. package/components/ui-verification-input/index.d.ts.map +1 -0
  218. package/components/ui-verification-input/ui-verification-input.vue.d.ts +3 -2
  219. package/components/ui-verification-input/ui-verification-input.vue.d.ts.map +1 -0
  220. package/index.d.ts +2 -1
  221. package/index.d.ts.map +1 -0
  222. package/index.js +117 -116
  223. package/index.js.map +1 -1
  224. package/package.json +42 -41
  225. package/tsconfig.json +4 -0
  226. package/types.d.ts +1 -0
  227. package/types.d.ts.map +1 -0
  228. package/types.js +6 -6
@@ -1,5 +1,5 @@
1
1
  import { EButtonSizes, EButtonTypes } from './_typings';
2
- import { ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, PropType, Slot, ComponentPublicInstance, ComponentOptionsBase, ComponentOptionsMixin, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties } from 'vue';
2
+ import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
3
3
  import UiButton from "./ui-button.vue";
4
4
  export { UiButton };
5
5
  export { EButtonSizes, EButtonTypes } from "./_typings";
@@ -7,93 +7,53 @@ export { EButtonSizes, EButtonTypes } from "./_typings";
7
7
  * @deprecated The default should not be used - use named import as - import {[name]} from "ui/[name]"
8
8
  */
9
9
  declare const deprecatedDefault: {
10
- new (...args: any[]): {
11
- $: ComponentInternalInstance;
12
- $data: {};
13
- $props: Partial<{
14
- size: EButtonSizes;
15
- kind: EButtonTypes;
16
- fullWidth: boolean;
17
- disabled: boolean;
18
- }> & Omit<{
19
- readonly size: EButtonSizes;
20
- readonly kind: EButtonTypes;
21
- readonly fullWidth: boolean;
22
- readonly disabled: boolean;
23
- } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<{
24
- size: {
25
- type: PropType<EButtonSizes>;
26
- default: EButtonSizes;
27
- };
28
- kind: {
29
- type: PropType<EButtonTypes>;
30
- default: EButtonTypes;
31
- };
32
- fullWidth: {
33
- type: PropType<boolean>;
34
- default: boolean;
35
- };
36
- disabled: {
37
- type: PropType<boolean>;
38
- default: boolean;
39
- };
40
- }>>, "size" | "kind" | "fullWidth" | "disabled">;
41
- $attrs: {
42
- [x: string]: unknown;
10
+ new (...args: any[]): CreateComponentPublicInstance<Readonly<ExtractPropTypes<{
11
+ size: {
12
+ type: PropType<EButtonSizes>;
13
+ default: EButtonSizes;
43
14
  };
44
- $refs: {
45
- [x: string]: unknown;
15
+ kind: {
16
+ type: PropType<EButtonTypes>;
17
+ default: EButtonTypes;
46
18
  };
47
- $slots: Readonly<{
48
- [name: string]: Slot<any> | undefined;
49
- }>;
50
- $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
51
- $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
52
- $emit: (event: string, ...args: any[]) => void;
53
- $el: any;
54
- $options: ComponentOptionsBase<Readonly<ExtractPropTypes<{
55
- size: {
56
- type: PropType<EButtonSizes>;
57
- default: EButtonSizes;
58
- };
59
- kind: {
60
- type: PropType<EButtonTypes>;
61
- default: EButtonTypes;
62
- };
63
- fullWidth: {
64
- type: PropType<boolean>;
65
- default: boolean;
66
- };
67
- disabled: {
68
- type: PropType<boolean>;
69
- default: boolean;
70
- };
71
- }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
72
- size: EButtonSizes;
73
- kind: EButtonTypes;
74
- fullWidth: boolean;
75
- disabled: boolean;
76
- }, {}, string, {}> & {
77
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
78
- created?: ((() => void) | (() => void)[]) | undefined;
79
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
80
- mounted?: ((() => void) | (() => void)[]) | undefined;
81
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
82
- updated?: ((() => void) | (() => void)[]) | undefined;
83
- activated?: ((() => void) | (() => void)[]) | undefined;
84
- deactivated?: ((() => void) | (() => void)[]) | undefined;
85
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
86
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
87
- destroyed?: ((() => void) | (() => void)[]) | undefined;
88
- unmounted?: ((() => void) | (() => void)[]) | undefined;
89
- renderTracked?: (((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[]) | undefined;
90
- renderTriggered?: (((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[]) | undefined;
91
- errorCaptured?: (((err: unknown, instance: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
19
+ fullWidth: {
20
+ type: PropType<boolean>;
21
+ default: boolean;
22
+ };
23
+ disabled: {
24
+ type: PropType<boolean>;
25
+ default: boolean;
26
+ };
27
+ }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<{
28
+ size: {
29
+ type: PropType<EButtonSizes>;
30
+ default: EButtonSizes;
31
+ };
32
+ kind: {
33
+ type: PropType<EButtonTypes>;
34
+ default: EButtonTypes;
35
+ };
36
+ fullWidth: {
37
+ type: PropType<boolean>;
38
+ default: boolean;
39
+ };
40
+ disabled: {
41
+ type: PropType<boolean>;
42
+ default: boolean;
92
43
  };
93
- $forceUpdate: () => void;
94
- $nextTick: typeof nextTick;
95
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
96
- } & Readonly<ExtractPropTypes<{
44
+ }>>, {
45
+ size: EButtonSizes;
46
+ kind: EButtonTypes;
47
+ fullWidth: boolean;
48
+ disabled: boolean;
49
+ }, true, {}, {}, {
50
+ P: {};
51
+ B: {};
52
+ D: {};
53
+ C: {};
54
+ M: {};
55
+ Defaults: {};
56
+ }, Readonly<ExtractPropTypes<{
97
57
  size: {
98
58
  type: PropType<EButtonSizes>;
99
59
  default: EButtonSizes;
@@ -110,7 +70,12 @@ declare const deprecatedDefault: {
110
70
  type: PropType<boolean>;
111
71
  default: boolean;
112
72
  };
113
- }>> & ShallowUnwrapRef<{}> & {} & ComponentCustomProperties & {};
73
+ }>>, {}, {}, {}, {}, {
74
+ size: EButtonSizes;
75
+ kind: EButtonTypes;
76
+ fullWidth: boolean;
77
+ disabled: boolean;
78
+ }>;
114
79
  __isFragment?: undefined;
115
80
  __isTeleport?: undefined;
116
81
  __isSuspense?: undefined;
@@ -144,3 +109,4 @@ declare const deprecatedDefault: {
144
109
  };
145
110
  });
146
111
  export default deprecatedDefault;
112
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui-button/index.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,iBAAiB,CAAC;AAEvC,OAAO,EAAE,QAAQ,EAAE,CAAC;AACpB,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAExD;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAW,CAAC;AACnC,eAAe,iBAAiB,CAAC"}
@@ -1,4 +1,4 @@
1
- import { DefineComponent, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, PropType } from 'vue';
1
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
2
  import { EButtonSizes, EButtonTypes } from "./_typings";
3
3
  type TProps = {
4
4
  kind?: EButtonTypes;
@@ -11,7 +11,7 @@ declare const _default: __VLS_WithTemplateSlots<DefineComponent<__VLS_WithDefaul
11
11
  size: EButtonSizes;
12
12
  fullWidth: boolean;
13
13
  disabled: boolean;
14
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TProps>, {
14
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TProps>, {
15
15
  kind: EButtonTypes;
16
16
  size: EButtonSizes;
17
17
  fullWidth: boolean;
@@ -49,3 +49,4 @@ type __VLS_WithTemplateSlots<T, S> = T & {
49
49
  $slots: S;
50
50
  };
51
51
  };
52
+ //# sourceMappingURL=ui-button.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ui-button.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-button/ui-button.vue"],"names":[],"mappings":"AAyDA;AAEC,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAIzD,KAAK,MAAM,GAAG;IACZ,IAAI,CAAC,EAAE,YAAY,CAAC;IACpB,IAAI,CAAC,EAAE,YAAY,CAAC;IACpB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACnB,CAAA;;;;;;;;;;;;;;;;;;;;;AAuIF,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC;AACxD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
@@ -1,87 +1,51 @@
1
1
  import { TIconName } from '../ui-icon';
2
- import { ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, PropType, Slot, ComponentPublicInstance, ComponentOptionsBase, ComponentOptionsMixin, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties } from 'vue';
2
+ import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
3
3
  import UiCardCta from "./ui-card-cta.vue";
4
4
  export { UiCardCta };
5
5
  /**
6
6
  * @deprecated The default should not be used - use named import as - import {[name]} from "ui/[name]"
7
7
  */
8
8
  declare const deprecatedDefault: {
9
- new (...args: any[]): {
10
- $: ComponentInternalInstance;
11
- $data: {};
12
- $props: Partial<{}> & Omit<{
13
- readonly title?: string | undefined;
14
- readonly iconName?: TIconName | undefined;
15
- readonly disabled?: boolean | undefined;
16
- readonly invertOrder?: boolean | undefined;
17
- readonly description?: string | undefined;
18
- } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<{
19
- invertOrder: {
20
- type: PropType<boolean>;
21
- };
22
- disabled: {
23
- type: PropType<boolean>;
24
- };
25
- iconName: {
26
- type: PropType<TIconName>;
27
- };
28
- title: {
29
- type: PropType<string>;
30
- };
31
- description: {
32
- type: PropType<string>;
33
- };
34
- }>>, never>;
35
- $attrs: {
36
- [x: string]: unknown;
9
+ new (...args: any[]): CreateComponentPublicInstance<Readonly<ExtractPropTypes<{
10
+ invertOrder: {
11
+ type: PropType<boolean>;
12
+ };
13
+ disabled: {
14
+ type: PropType<boolean>;
15
+ };
16
+ iconName: {
17
+ type: PropType<TIconName>;
37
18
  };
38
- $refs: {
39
- [x: string]: unknown;
19
+ title: {
20
+ type: PropType<string>;
40
21
  };
41
- $slots: Readonly<{
42
- [name: string]: Slot<any> | undefined;
43
- }>;
44
- $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
45
- $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
46
- $emit: (event: string, ...args: any[]) => void;
47
- $el: any;
48
- $options: ComponentOptionsBase<Readonly<ExtractPropTypes<{
49
- invertOrder: {
50
- type: PropType<boolean>;
51
- };
52
- disabled: {
53
- type: PropType<boolean>;
54
- };
55
- iconName: {
56
- type: PropType<TIconName>;
57
- };
58
- title: {
59
- type: PropType<string>;
60
- };
61
- description: {
62
- type: PropType<string>;
63
- };
64
- }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
65
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
66
- created?: ((() => void) | (() => void)[]) | undefined;
67
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
68
- mounted?: ((() => void) | (() => void)[]) | undefined;
69
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
70
- updated?: ((() => void) | (() => void)[]) | undefined;
71
- activated?: ((() => void) | (() => void)[]) | undefined;
72
- deactivated?: ((() => void) | (() => void)[]) | undefined;
73
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
74
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
75
- destroyed?: ((() => void) | (() => void)[]) | undefined;
76
- unmounted?: ((() => void) | (() => void)[]) | undefined;
77
- renderTracked?: (((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[]) | undefined;
78
- renderTriggered?: (((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[]) | undefined;
79
- errorCaptured?: (((err: unknown, instance: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
22
+ description: {
23
+ type: PropType<string>;
24
+ };
25
+ }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<{
26
+ invertOrder: {
27
+ type: PropType<boolean>;
28
+ };
29
+ disabled: {
30
+ type: PropType<boolean>;
31
+ };
32
+ iconName: {
33
+ type: PropType<TIconName>;
34
+ };
35
+ title: {
36
+ type: PropType<string>;
37
+ };
38
+ description: {
39
+ type: PropType<string>;
80
40
  };
81
- $forceUpdate: () => void;
82
- $nextTick: typeof nextTick;
83
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
84
- } & Readonly<ExtractPropTypes<{
41
+ }>>, {}, true, {}, {}, {
42
+ P: {};
43
+ B: {};
44
+ D: {};
45
+ C: {};
46
+ M: {};
47
+ Defaults: {};
48
+ }, Readonly<ExtractPropTypes<{
85
49
  invertOrder: {
86
50
  type: PropType<boolean>;
87
51
  };
@@ -97,7 +61,7 @@ declare const deprecatedDefault: {
97
61
  description: {
98
62
  type: PropType<string>;
99
63
  };
100
- }>> & ShallowUnwrapRef<{}> & {} & ComponentCustomProperties & {};
64
+ }>>, {}, {}, {}, {}, {}>;
101
65
  __isFragment?: undefined;
102
66
  __isTeleport?: undefined;
103
67
  __isSuspense?: undefined;
@@ -125,3 +89,4 @@ declare const deprecatedDefault: {
125
89
  };
126
90
  });
127
91
  export default deprecatedDefault;
92
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui-card-cta/index.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,mBAAmB,CAAC;AAE1C,OAAO,EAAE,SAAS,EAAE,CAAC;AACrB;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAY,CAAC;AACpC,eAAe,iBAAiB,CAAC"}
@@ -1,4 +1,4 @@
1
- import { DefineComponent, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, PropType } from 'vue';
1
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
2
  import type { TIconName } from "../ui-icon";
3
3
  declare const _default: __VLS_WithTemplateSlots<DefineComponent<__VLS_TypePropsToRuntimeProps<{
4
4
  invertOrder?: boolean | undefined;
@@ -6,7 +6,7 @@ declare const _default: __VLS_WithTemplateSlots<DefineComponent<__VLS_TypePropsT
6
6
  iconName?: TIconName | undefined;
7
7
  title?: string | undefined;
8
8
  description?: string | undefined;
9
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
9
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
10
10
  invertOrder?: boolean | undefined;
11
11
  disabled?: boolean | undefined;
12
12
  iconName?: TIconName | undefined;
@@ -32,3 +32,4 @@ type __VLS_WithTemplateSlots<T, S> = T & {
32
32
  $slots: S;
33
33
  };
34
34
  };
35
+ //# sourceMappingURL=ui-card-cta.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ui-card-cta.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-card-cta/ui-card-cta.vue"],"names":[],"mappings":"AAiEA;AAOC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;;;;;;;;;;;;;;;;;;AAmM7C,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
@@ -1,86 +1,50 @@
1
- import { ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, PropType, Slot, ComponentPublicInstance, ComponentOptionsBase, ComponentOptionsMixin, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties } from 'vue';
1
+ import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
2
2
  import UiCardResult from "./ui-card-result.vue";
3
3
  export { UiCardResult };
4
4
  /**
5
5
  * @deprecated The default should not be used - use named import as - import {[name]} from "ui/[name]"
6
6
  */
7
7
  declare const deprecatedDefault: {
8
- new (...args: any[]): {
9
- $: ComponentInternalInstance;
10
- $data: {};
11
- $props: Partial<{}> & Omit<{
12
- readonly header?: string | undefined;
13
- readonly exclusiveText?: string | undefined;
14
- readonly exclusiveTextBottom?: string | undefined;
15
- readonly exclusiveClickAction?: (() => void) | undefined;
16
- readonly exclusiveBottomClickAction?: (() => void) | undefined;
17
- } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<{
18
- header: {
19
- type: PropType<string>;
20
- };
21
- exclusiveText: {
22
- type: PropType<string>;
23
- };
24
- exclusiveTextBottom: {
25
- type: PropType<string>;
26
- };
27
- exclusiveClickAction: {
28
- type: PropType<() => void>;
29
- };
30
- exclusiveBottomClickAction: {
31
- type: PropType<() => void>;
32
- };
33
- }>>, never>;
34
- $attrs: {
35
- [x: string]: unknown;
8
+ new (...args: any[]): CreateComponentPublicInstance<Readonly<ExtractPropTypes<{
9
+ header: {
10
+ type: PropType<string>;
11
+ };
12
+ exclusiveText: {
13
+ type: PropType<string>;
14
+ };
15
+ exclusiveTextBottom: {
16
+ type: PropType<string>;
36
17
  };
37
- $refs: {
38
- [x: string]: unknown;
18
+ exclusiveClickAction: {
19
+ type: PropType<() => void>;
39
20
  };
40
- $slots: Readonly<{
41
- [name: string]: Slot<any> | undefined;
42
- }>;
43
- $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
44
- $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
45
- $emit: (event: string, ...args: any[]) => void;
46
- $el: any;
47
- $options: ComponentOptionsBase<Readonly<ExtractPropTypes<{
48
- header: {
49
- type: PropType<string>;
50
- };
51
- exclusiveText: {
52
- type: PropType<string>;
53
- };
54
- exclusiveTextBottom: {
55
- type: PropType<string>;
56
- };
57
- exclusiveClickAction: {
58
- type: PropType<() => void>;
59
- };
60
- exclusiveBottomClickAction: {
61
- type: PropType<() => void>;
62
- };
63
- }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
64
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
65
- created?: ((() => void) | (() => void)[]) | undefined;
66
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
67
- mounted?: ((() => void) | (() => void)[]) | undefined;
68
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
69
- updated?: ((() => void) | (() => void)[]) | undefined;
70
- activated?: ((() => void) | (() => void)[]) | undefined;
71
- deactivated?: ((() => void) | (() => void)[]) | undefined;
72
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
73
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
74
- destroyed?: ((() => void) | (() => void)[]) | undefined;
75
- unmounted?: ((() => void) | (() => void)[]) | undefined;
76
- renderTracked?: (((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[]) | undefined;
77
- renderTriggered?: (((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[]) | undefined;
78
- errorCaptured?: (((err: unknown, instance: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
21
+ exclusiveBottomClickAction: {
22
+ type: PropType<() => void>;
23
+ };
24
+ }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<{
25
+ header: {
26
+ type: PropType<string>;
27
+ };
28
+ exclusiveText: {
29
+ type: PropType<string>;
30
+ };
31
+ exclusiveTextBottom: {
32
+ type: PropType<string>;
33
+ };
34
+ exclusiveClickAction: {
35
+ type: PropType<() => void>;
36
+ };
37
+ exclusiveBottomClickAction: {
38
+ type: PropType<() => void>;
79
39
  };
80
- $forceUpdate: () => void;
81
- $nextTick: typeof nextTick;
82
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
83
- } & Readonly<ExtractPropTypes<{
40
+ }>>, {}, true, {}, {}, {
41
+ P: {};
42
+ B: {};
43
+ D: {};
44
+ C: {};
45
+ M: {};
46
+ Defaults: {};
47
+ }, Readonly<ExtractPropTypes<{
84
48
  header: {
85
49
  type: PropType<string>;
86
50
  };
@@ -96,7 +60,7 @@ declare const deprecatedDefault: {
96
60
  exclusiveBottomClickAction: {
97
61
  type: PropType<() => void>;
98
62
  };
99
- }>> & ShallowUnwrapRef<{}> & {} & ComponentCustomProperties & {};
63
+ }>>, {}, {}, {}, {}, {}>;
100
64
  __isFragment?: undefined;
101
65
  __isTeleport?: undefined;
102
66
  __isSuspense?: undefined;
@@ -123,3 +87,4 @@ declare const deprecatedDefault: {
123
87
  };
124
88
  });
125
89
  export default deprecatedDefault;
90
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui-card-result/index.ts"],"names":[],"mappings":"AAAA,OAAO,YAAY,MAAM,sBAAsB,CAAC;AAEhD,OAAO,EAAE,YAAY,EAAE,CAAC;AACxB;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAe,CAAC;AACvC,eAAe,iBAAiB,CAAC"}
@@ -1,11 +1,11 @@
1
- import { DefineComponent, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, PropType } from 'vue';
1
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
2
  declare const _default: __VLS_WithTemplateSlots<DefineComponent<__VLS_TypePropsToRuntimeProps<{
3
3
  header?: string | undefined;
4
4
  exclusiveText?: string | undefined;
5
5
  exclusiveTextBottom?: string | undefined;
6
6
  exclusiveClickAction?: (() => void) | undefined;
7
7
  exclusiveBottomClickAction?: (() => void) | undefined;
8
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
8
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
9
9
  header?: string | undefined;
10
10
  exclusiveText?: string | undefined;
11
11
  exclusiveTextBottom?: string | undefined;
@@ -30,3 +30,4 @@ type __VLS_WithTemplateSlots<T, S> = T & {
30
30
  $slots: S;
31
31
  };
32
32
  };
33
+ //# sourceMappingURL=ui-card-result.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ui-card-result.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-card-result/ui-card-result.vue"],"names":[],"mappings":"AAsEA;;;;;;;;;;;;;;;;;AAkPA,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
@@ -1,9 +1,9 @@
1
- (function(){"use strict";try{if(typeof document<"u"){var e=document.createElement("style");e.appendChild(document.createTextNode(".ui-card-result__header[data-v-99edfa3c]{grid-template-columns:1fr auto}.line-clamp[data-v-99edfa3c]{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}")),document.head.appendChild(e)}}catch(t){console.error("vite-plugin-css-injected-by-js",t)}})();
2
- import o from "./ui-card-result.vue2.js";
1
+ (function(){"use strict";try{if(typeof document<"u"){var e=document.createElement("style");e.appendChild(document.createTextNode(".ui-card-result__header[data-v-c7aa8ae2]{grid-template-columns:1fr auto}.line-clamp[data-v-c7aa8ae2]{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}")),document.head.appendChild(e)}}catch(t){console.error("vite-plugin-css-injected-by-js",t)}})();
2
+ import a from "./ui-card-result.vue2.js";
3
3
 
4
- import t from "../../_virtual/_plugin-vue_export-helper.js";
5
- const f = /* @__PURE__ */ t(o, [["__scopeId", "data-v-99edfa3c"]]);
4
+ import o from "../../_virtual/_plugin-vue_export-helper.js";
5
+ const m = /* @__PURE__ */ o(a, [["__scopeId", "data-v-c7aa8ae2"]]);
6
6
  export {
7
- f as default
7
+ m as default
8
8
  };
9
9
  //# sourceMappingURL=ui-card-result.vue.js.map
@@ -1,7 +1,7 @@
1
- import { defineComponent as k, openBlock as o, createElementBlock as s, createVNode as g, unref as e, withCtx as r, createTextVNode as d, toDisplayString as n, createCommentVNode as a, createElementVNode as c, createBlock as f, renderSlot as x } from "vue";
2
- import u from "../ui-typography/index.js";
3
- import { EColors as m } from "../../_types/colors.js";
4
- import { ETypographySizes as p, ETextAlign as h, ETextWeight as v } from "../ui-typography/_typings.js";
1
+ import { defineComponent as k, openBlock as o, createElementBlock as l, createVNode as g, unref as e, withCtx as r, createTextVNode as n, toDisplayString as d, createCommentVNode as a, createElementVNode as c, createBlock as f, renderSlot as x } from "vue";
2
+ import u from "../ui-typography/ui-typography.vue.js";
3
+ import { ETypographySizes as m, ETextAlign as h, ETextWeight as v } from "../ui-typography/_typings.js";
4
+ import { EColors as p } from "../../_types/colors.js";
5
5
  const y = { class: "ui-card-result" }, C = { class: "relative grid overflow-hidden rounded-2xl border border-secondary-alt-400 bg-white" }, b = { class: "ui-card-result__header m-xs mb-sm grid items-center justify-between gap-xs rounded-lg bg-secondary-alt-200 p-xs" }, E = { class: "w-full overflow-hidden bg-white p-sm pt-0" }, N = /* @__PURE__ */ k({
6
6
  __name: "ui-card-result",
7
7
  props: {
@@ -12,23 +12,23 @@ const y = { class: "ui-card-result" }, C = { class: "relative grid overflow-hidd
12
12
  exclusiveBottomClickAction: { type: Function }
13
13
  },
14
14
  setup(T) {
15
- return (i, t) => (o(), s("div", y, [
16
- i.exclusiveText ? (o(), s("div", {
15
+ return (i, t) => (o(), l("div", y, [
16
+ i.exclusiveText ? (o(), l("div", {
17
17
  key: 0,
18
18
  class: "-mb-lg rounded-2xl bg-primary px-sm pb-lg",
19
19
  onClick: t[0] || (t[0] = //@ts-ignore
20
- (...l) => i.exclusiveClickAction && i.exclusiveClickAction(...l))
20
+ (...s) => i.exclusiveClickAction && i.exclusiveClickAction(...s))
21
21
  }, [
22
22
  g(e(u), {
23
23
  class: "py-xs",
24
24
  "line-height": "",
25
- size: e(p).XXS,
26
- kind: e(m).WHITE,
25
+ size: e(m).XXS,
26
+ kind: e(p).WHITE,
27
27
  align: e(h).CENTER,
28
28
  weight: e(v).SEMI_BOLD
29
29
  }, {
30
30
  default: r(() => [
31
- d(n(i.exclusiveText), 1)
31
+ n(d(i.exclusiveText), 1)
32
32
  ]),
33
33
  _: 1
34
34
  }, 8, ["size", "kind", "align", "weight"])
@@ -39,12 +39,12 @@ const y = { class: "ui-card-result" }, C = { class: "relative grid overflow-hidd
39
39
  key: 0,
40
40
  "line-height": "",
41
41
  class: "line-clamp flex-1",
42
- size: e(p).SM,
42
+ size: e(m).SM,
43
43
  weight: e(v).BOLD,
44
- kind: e(m).SECONDARY
44
+ kind: e(p).SECONDARY
45
45
  }, {
46
46
  default: r(() => [
47
- d(n(i.header), 1)
47
+ n(d(i.header), 1)
48
48
  ]),
49
49
  _: 1
50
50
  }, 8, ["size", "weight", "kind"])) : a("", !0),
@@ -54,21 +54,21 @@ const y = { class: "ui-card-result" }, C = { class: "relative grid overflow-hidd
54
54
  x(i.$slots, "default", {}, void 0, !0)
55
55
  ])
56
56
  ]),
57
- i.exclusiveTextBottom ? (o(), s("div", {
57
+ i.exclusiveTextBottom ? (o(), l("div", {
58
58
  key: 1,
59
59
  class: "-mt-lg rounded-2xl border border-secondary-alt-400 bg-secondary-alt-200 px-sm pt-lg",
60
60
  onClick: t[1] || (t[1] = //@ts-ignore
61
- (...l) => i.exclusiveBottomClickAction && i.exclusiveBottomClickAction(...l))
61
+ (...s) => i.exclusiveBottomClickAction && i.exclusiveBottomClickAction(...s))
62
62
  }, [
63
63
  g(e(u), {
64
64
  class: "py-xs",
65
- size: e(p).XXS,
66
- kind: e(m).SECONDARY,
65
+ size: e(m).XXS,
66
+ kind: e(p).SECONDARY,
67
67
  align: e(h).CENTER,
68
68
  "line-height": ""
69
69
  }, {
70
70
  default: r(() => [
71
- d(n(i.exclusiveTextBottom), 1)
71
+ n(d(i.exclusiveTextBottom), 1)
72
72
  ]),
73
73
  _: 1
74
74
  }, 8, ["size", "kind", "align"])