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,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
  declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
3
3
  min: number;
4
4
  max: number;
@@ -7,7 +7,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
7
7
  min: number;
8
8
  max: number;
9
9
  current: number;
10
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
10
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
11
11
  min: number;
12
12
  max: number;
13
13
  current: number;
@@ -38,3 +38,4 @@ type __VLS_WithDefaults<P, D> = {
38
38
  type __VLS_Prettify<T> = {
39
39
  [K in keyof T]: T[K];
40
40
  } & {};
41
+ //# sourceMappingURL=ui-progress.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ui-progress.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-progress/ui-progress.vue"],"names":[],"mappings":"AAyBA;;SAoGO,MAAM;SACN,MAAM;aACF,MAAM;;;;;;SAFV,MAAM;SACN,MAAM;aACF,MAAM;;;;;;SAFV,MAAM;SACN,MAAM;aACF,MAAM;;AARjB,wBAUG;AACH,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"}
@@ -1,107 +1,12 @@
1
1
  import { EJustify } from '../../types';
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 UiRadio from "./ui-radio.vue";
4
4
  export { UiRadio };
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 modelValue: string | number | boolean;
14
- readonly value: string;
15
- readonly name: string | number | boolean;
16
- readonly disabled?: boolean | undefined;
17
- readonly invertOrder?: boolean | undefined;
18
- readonly justify?: EJustify | undefined;
19
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
20
- } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<{
21
- modelValue: {
22
- type: PropType<string | number | boolean>;
23
- required: true;
24
- };
25
- name: {
26
- type: PropType<string | number | boolean>;
27
- required: true;
28
- };
29
- value: {
30
- type: PropType<string>;
31
- required: true;
32
- };
33
- justify: {
34
- type: PropType<EJustify>;
35
- };
36
- invertOrder: {
37
- type: PropType<boolean>;
38
- };
39
- disabled: {
40
- type: PropType<boolean>;
41
- };
42
- }>> & {
43
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
44
- }, never>;
45
- $attrs: {
46
- [x: string]: unknown;
47
- };
48
- $refs: {
49
- [x: string]: unknown;
50
- };
51
- $slots: Readonly<{
52
- [name: string]: Slot<any> | undefined;
53
- }>;
54
- $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
55
- $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
56
- $emit: (event: "update:modelValue", ...args: any[]) => void;
57
- $el: any;
58
- $options: ComponentOptionsBase<Readonly<ExtractPropTypes<{
59
- modelValue: {
60
- type: PropType<string | number | boolean>;
61
- required: true;
62
- };
63
- name: {
64
- type: PropType<string | number | boolean>;
65
- required: true;
66
- };
67
- value: {
68
- type: PropType<string>;
69
- required: true;
70
- };
71
- justify: {
72
- type: PropType<EJustify>;
73
- };
74
- invertOrder: {
75
- type: PropType<boolean>;
76
- };
77
- disabled: {
78
- type: PropType<boolean>;
79
- };
80
- }>> & {
81
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
82
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
83
- "update:modelValue": (...args: any[]) => void;
84
- }, string, {}, {}, string, {}> & {
85
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
86
- created?: ((() => void) | (() => void)[]) | undefined;
87
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
88
- mounted?: ((() => void) | (() => void)[]) | undefined;
89
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
90
- updated?: ((() => void) | (() => void)[]) | undefined;
91
- activated?: ((() => void) | (() => void)[]) | undefined;
92
- deactivated?: ((() => void) | (() => void)[]) | undefined;
93
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
94
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
95
- destroyed?: ((() => void) | (() => void)[]) | undefined;
96
- unmounted?: ((() => void) | (() => void)[]) | undefined;
97
- renderTracked?: (((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[]) | undefined;
98
- renderTriggered?: (((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[]) | undefined;
99
- 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;
100
- };
101
- $forceUpdate: () => void;
102
- $nextTick: typeof nextTick;
103
- $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;
104
- } & Readonly<ExtractPropTypes<{
9
+ new (...args: any[]): CreateComponentPublicInstance<Readonly<ExtractPropTypes<{
105
10
  modelValue: {
106
11
  type: PropType<string | number | boolean>;
107
12
  required: true;
@@ -125,7 +30,64 @@ declare const deprecatedDefault: {
125
30
  };
126
31
  }>> & {
127
32
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
128
- } & ShallowUnwrapRef<{}> & {} & ComponentCustomProperties & {};
33
+ }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
34
+ "update:modelValue": (...args: any[]) => void;
35
+ }, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<{
36
+ modelValue: {
37
+ type: PropType<string | number | boolean>;
38
+ required: true;
39
+ };
40
+ name: {
41
+ type: PropType<string | number | boolean>;
42
+ required: true;
43
+ };
44
+ value: {
45
+ type: PropType<string>;
46
+ required: true;
47
+ };
48
+ justify: {
49
+ type: PropType<EJustify>;
50
+ };
51
+ invertOrder: {
52
+ type: PropType<boolean>;
53
+ };
54
+ disabled: {
55
+ type: PropType<boolean>;
56
+ };
57
+ }>> & {
58
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
59
+ }, {}, true, {}, {}, {
60
+ P: {};
61
+ B: {};
62
+ D: {};
63
+ C: {};
64
+ M: {};
65
+ Defaults: {};
66
+ }, Readonly<ExtractPropTypes<{
67
+ modelValue: {
68
+ type: PropType<string | number | boolean>;
69
+ required: true;
70
+ };
71
+ name: {
72
+ type: PropType<string | number | boolean>;
73
+ required: true;
74
+ };
75
+ value: {
76
+ type: PropType<string>;
77
+ required: true;
78
+ };
79
+ justify: {
80
+ type: PropType<EJustify>;
81
+ };
82
+ invertOrder: {
83
+ type: PropType<boolean>;
84
+ };
85
+ disabled: {
86
+ type: PropType<boolean>;
87
+ };
88
+ }>> & {
89
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
90
+ }, {}, {}, {}, {}, {}>;
129
91
  __isFragment?: undefined;
130
92
  __isTeleport?: undefined;
131
93
  __isSuspense?: undefined;
@@ -161,3 +123,4 @@ declare const deprecatedDefault: {
161
123
  };
162
124
  });
163
125
  export default deprecatedDefault;
126
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui-radio/index.ts"],"names":[],"mappings":"AAAA,OAAO,OAAO,MAAM,gBAAgB,CAAC;AAErC,OAAO,EAAE,OAAO,EAAE,CAAC;AACnB;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAU,CAAC;AAClC,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 { EJustify } from "../../_types/align";
3
3
  declare const _default: __VLS_WithTemplateSlots<DefineComponent<__VLS_TypePropsToRuntimeProps<{
4
4
  modelValue: string | number | boolean;
@@ -9,7 +9,7 @@ declare const _default: __VLS_WithTemplateSlots<DefineComponent<__VLS_TypePropsT
9
9
  disabled?: boolean | undefined;
10
10
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
11
11
  "update:modelValue": (...args: any[]) => void;
12
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
12
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
13
13
  modelValue: string | number | boolean;
14
14
  name: string | number | boolean;
15
15
  value: string;
@@ -36,3 +36,4 @@ type __VLS_WithTemplateSlots<T, S> = T & {
36
36
  $slots: S;
37
37
  };
38
38
  };
39
+ //# sourceMappingURL=ui-radio.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ui-radio.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-radio/ui-radio.vue"],"names":[],"mappings":"AA0DA;AAGC,OAAO,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;;;;;;;;;;;;;;;;;;;;;;AAgM/C,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,8 +1,8 @@
1
- (function(){"use strict";try{if(typeof document<"u"){var a=document.createElement("style");a.appendChild(document.createTextNode(".ui-radio__dot[data-v-3212099e]{transform:translate3d(-50%,-50%,0) scale(0);transition:transform .2s ease-in-out}input:checked+.ui-radio_custom .ui-radio__dot[data-v-3212099e]{transform:translate3d(-50%,-50%,0) scale(1)}input:checked+.ui-radio_custom:hover .ui-radio__dot[data-v-3212099e]{background-color:var(--color-primary-600)}input:checked:disabled+.ui-radio_custom[data-v-3212099e]{border:2px solid var(--color-primary-300)}input:checked:disabled+.ui-radio_custom .ui-radio__dot[data-v-3212099e]{background-color:var(--color-primary-300)}")),document.head.appendChild(a)}}catch(o){console.error("vite-plugin-css-injected-by-js",o)}})();
1
+ (function(){"use strict";try{if(typeof document<"u"){var a=document.createElement("style");a.appendChild(document.createTextNode(".ui-radio__dot[data-v-a134125e]{transform:translate3d(-50%,-50%,0) scale(0);transition:transform .2s ease-in-out}input:checked+.ui-radio_custom .ui-radio__dot[data-v-a134125e]{transform:translate3d(-50%,-50%,0) scale(1)}input:checked+.ui-radio_custom:hover .ui-radio__dot[data-v-a134125e]{background-color:var(--color-primary-600)}input:checked:disabled+.ui-radio_custom[data-v-a134125e]{border:2px solid var(--color-primary-300)}input:checked:disabled+.ui-radio_custom .ui-radio__dot[data-v-a134125e]{background-color:var(--color-primary-300)}")),document.head.appendChild(a)}}catch(o){console.error("vite-plugin-css-injected-by-js",o)}})();
2
2
  import o from "./ui-radio.vue2.js";
3
3
 
4
4
  import t from "../../_virtual/_plugin-vue_export-helper.js";
5
- const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-3212099e"]]);
5
+ const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-a134125e"]]);
6
6
  export {
7
7
  m as default
8
8
  };
@@ -1,7 +1,7 @@
1
- import { defineComponent as y, useSlots as c, computed as f, openBlock as b, createElementBlock as v, normalizeClass as l, unref as o, withDirectives as h, createElementVNode as a, vModelRadio as j, renderSlot as g, pushScopeId as E, popScopeId as S } from "vue";
1
+ import { defineComponent as y, useSlots as c, computed as f, openBlock as b, createElementBlock as v, normalizeClass as l, unref as o, withDirectives as j, createElementVNode as a, vModelRadio as g, renderSlot as h, pushScopeId as E, popScopeId as S } from "vue";
2
2
  import { EJustify as r } from "../../_types/align.js";
3
- const w = (t) => (E("data-v-3212099e"), t = t(), S(), t), N = ["id", "name", "value", "disabled"], k = /* @__PURE__ */ w(() => /* @__PURE__ */ a("span", { class: "ui-radio__dot absolute left-2/4 top-2/4 block h-xs w-xs rounded-full bg-primary" }, null, -1)), B = [
4
- k
3
+ const N = (t) => (E("data-v-a134125e"), t = t(), S(), t), k = ["id", "name", "value", "disabled"], B = /* @__PURE__ */ N(() => /* @__PURE__ */ a("span", { class: "ui-radio__dot absolute left-2/4 top-2/4 block size-xs rounded-full bg-primary" }, null, -1)), V = [
4
+ B
5
5
  ], T = /* @__PURE__ */ y({
6
6
  __name: "ui-radio",
7
7
  props: {
@@ -14,7 +14,7 @@ const w = (t) => (E("data-v-3212099e"), t = t(), S(), t), N = ["id", "name", "va
14
14
  },
15
15
  emits: ["update:modelValue"],
16
16
  setup(t, { emit: i }) {
17
- const u = c(), n = t, p = i, d = f({
17
+ const u = c(), n = t, p = i, s = f({
18
18
  get() {
19
19
  return n.modelValue;
20
20
  },
@@ -22,7 +22,7 @@ const w = (t) => (E("data-v-3212099e"), t = t(), S(), t), N = ["id", "name", "va
22
22
  p("update:modelValue", e);
23
23
  }
24
24
  });
25
- return (e, s) => (b(), v("label", {
25
+ return (e, d) => (b(), v("label", {
26
26
  class: l(["ui-radio group grid cursor-pointer grid-flow-col", [
27
27
  o(u).default && "items-center gap-xs",
28
28
  (!e.justify || e.justify === o(r).START) && "justify-start",
@@ -34,21 +34,21 @@ const w = (t) => (E("data-v-3212099e"), t = t(), S(), t), N = ["id", "name", "va
34
34
  e.disabled && "pointer-events-none"
35
35
  ]])
36
36
  }, [
37
- h(a("input", {
37
+ j(a("input", {
38
38
  id: e.value,
39
- "onUpdate:modelValue": s[0] || (s[0] = (m) => d.value = m),
39
+ "onUpdate:modelValue": d[0] || (d[0] = (m) => s.value = m),
40
40
  type: "radio",
41
41
  name: e.name.toString(),
42
42
  value: e.value,
43
43
  disabled: e.disabled,
44
44
  class: "peer absolute appearance-none"
45
- }, null, 8, N), [
46
- [j, d.value]
45
+ }, null, 8, k), [
46
+ [g, s.value]
47
47
  ]),
48
48
  a("span", {
49
- class: l(["ui-radio_custom relative block h-md w-md rounded-full border border-secondary-alt bg-white group-hover:border-secondary-alt-700 group-focus:border-secondary-alt-700 peer-checked:border-2 peer-checked:border-primary peer-checked:hover:border-primary-600 peer-focus:shadow-border-primary peer-disabled:border-secondary-alt-400 peer-disabled:bg-secondary-alt-200", e.invertOrder && "order-last"])
50
- }, B, 2),
51
- g(e.$slots, "default", {}, void 0, !0)
49
+ class: l(["ui-radio_custom relative block size-md rounded-full border border-secondary-alt bg-white group-hover:border-secondary-alt-700 group-focus:border-secondary-alt-700 peer-checked:border-2 peer-checked:border-primary peer-checked:hover:border-primary-600 peer-focus:shadow-border-primary peer-disabled:border-secondary-alt-400 peer-disabled:bg-secondary-alt-200", e.invertOrder && "order-last"])
50
+ }, V, 2),
51
+ h(e.$slots, "default", {}, void 0, !0)
52
52
  ], 2));
53
53
  }
54
54
  });
@@ -1 +1 @@
1
- {"version":3,"file":"ui-radio.vue2.js","sources":["../../../src/components/ui-radio/ui-radio.vue"],"sourcesContent":["<template>\n\t<label\n\t\tclass=\"ui-radio group grid cursor-pointer grid-flow-col\"\n\t\t:class=\"[\n\t\t\tslots.default && 'items-center gap-xs',\n\t\t\t(!justify || justify === EJustify.START) && 'justify-start',\n\t\t\tjustify === EJustify.END && 'justify-end',\n\t\t\tjustify === EJustify.AROUND && 'justify-around',\n\t\t\tjustify === EJustify.BETWEEN && 'justify-between',\n\t\t\tjustify === EJustify.EVENLY && 'justify-evenly',\n\t\t\tjustify === EJustify.CENTER && 'justify-center',\n\t\t\tdisabled && 'pointer-events-none',\n\t\t]\"\n\t>\n\t\t<input\n\t\t\t:id=\"value\"\n\t\t\tv-model=\"radioModel\"\n\t\t\ttype=\"radio\"\n\t\t\t:name=\"name.toString()\"\n\t\t\t:value=\"value\"\n\t\t\t:disabled=\"disabled\"\n\t\t\tclass=\"peer absolute appearance-none\"\n\t\t>\n\t\t<span\n\t\t\tclass=\"\n\t\t\t\tui-radio_custom\n\t\t\t\trelative\n\t\t\t\tblock\n\t\t\t\th-md\n\t\t\t\tw-md\n\t\t\t\trounded-full\n\t\t\t\tborder\n\t\t\t\tborder-secondary-alt\n\t\t\t\tbg-white\n\t\t\t\tgroup-hover:border-secondary-alt-700\n\t\t\t\tgroup-focus:border-secondary-alt-700\n\t\t\t\tpeer-checked:border-2\n\t\t\t\tpeer-checked:border-primary\n\t\t\t\tpeer-checked:hover:border-primary-600\n\t\t\t\tpeer-focus:shadow-border-primary\n\t\t\t\tpeer-disabled:border-secondary-alt-400\n\t\t\t\tpeer-disabled:bg-secondary-alt-200\"\n\t\t\t:class=\"invertOrder && 'order-last'\"\n\t\t>\n\t\t\t<span\n\t\t\t\tclass=\"\n\t\t\t\t\t\tui-radio__dot\n\t\t\t\t\t\tabsolute\n\t\t\t\t\t\tleft-2/4\n\t\t\t\t\t\ttop-2/4\n\t\t\t\t\t\tblock\n\t\t\t\t\t\th-xs\n\t\t\t\t\t\tw-xs\n\t\t\t\t\t\trounded-full\n\t\t\t\t\t\tbg-primary\"\n\t\t\t/>\n\t\t</span>\n\t\t<slot />\n\t</label>\n</template>\n\n<script lang=\"ts\" setup>\n\timport { computed, useSlots } from \"vue\";\n\timport { EJustify } from \"../../_types/align\";\n\tconst slots = useSlots();\n\tconst props = defineProps<{\n\t\tmodelValue: string | number | boolean;\n\t\tname: string | number | boolean;\n\t\tvalue: string;\n\t\tjustify?: EJustify;\n\t\tinvertOrder?: boolean;\n\t\tdisabled?: boolean;\n\t}>();\n\n\tconst emit = defineEmits([\"update:modelValue\"]);\n\n\tconst radioModel = computed({\n\t\tget() {\n\t\t\treturn props.modelValue;\n\t\t},\n\t\tset(value) {\n\t\t\temit(\"update:modelValue\", value);\n\t\t}\n\t});\n</script>\n\n<style scoped>\n\t.ui-radio__dot {\n\t\ttransform: translate3d(-50%, -50%, 0) scale(0);\n\t\ttransition: transform 0.2s ease-in-out;\n\t}\n\n\tinput:checked + .ui-radio_custom .ui-radio__dot {\n\t\ttransform: translate3d(-50%, -50%, 0) scale(1);\n\t}\n\n\tinput:checked + .ui-radio_custom:hover .ui-radio__dot {\n\t\tbackground-color: var(--color-primary-600);\n\t}\n\n\tinput:checked:disabled + .ui-radio_custom {\n\t\tborder: 2px solid var(--color-primary-300);\n\t}\n\n\tinput:checked:disabled + .ui-radio_custom .ui-radio__dot {\n\t\tbackground-color: var(--color-primary-300);\n\t}\n</style>\n"],"names":["slots","useSlots","props","__props","emit","__emit","radioModel","computed","value"],"mappings":";;;;;;;;;;;;;;;;AAgEC,UAAMA,IAAQC,KACRC,IAAQC,GASRC,IAAOC,GAEPC,IAAaC,EAAS;AAAA,MAC3B,MAAM;AACL,eAAOL,EAAM;AAAA,MACd;AAAA,MACA,IAAIM,GAAO;AACV,QAAAJ,EAAK,qBAAqBI,CAAK;AAAA,MAChC;AAAA,IAAA,CACA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"ui-radio.vue2.js","sources":["../../../src/components/ui-radio/ui-radio.vue"],"sourcesContent":["<template>\n\t<label\n\t\tclass=\"ui-radio group grid cursor-pointer grid-flow-col\"\n\t\t:class=\"[\n\t\t\tslots.default && 'items-center gap-xs',\n\t\t\t(!justify || justify === EJustify.START) && 'justify-start',\n\t\t\tjustify === EJustify.END && 'justify-end',\n\t\t\tjustify === EJustify.AROUND && 'justify-around',\n\t\t\tjustify === EJustify.BETWEEN && 'justify-between',\n\t\t\tjustify === EJustify.EVENLY && 'justify-evenly',\n\t\t\tjustify === EJustify.CENTER && 'justify-center',\n\t\t\tdisabled && 'pointer-events-none',\n\t\t]\"\n\t>\n\t\t<input\n\t\t\t:id=\"value\"\n\t\t\tv-model=\"radioModel\"\n\t\t\ttype=\"radio\"\n\t\t\t:name=\"name.toString()\"\n\t\t\t:value=\"value\"\n\t\t\t:disabled=\"disabled\"\n\t\t\tclass=\"peer absolute appearance-none\"\n\t\t>\n\t\t<span\n\t\t\tclass=\"\n\t\t\t\tui-radio_custom\n\t\t\t\trelative\n\t\t\t\tblock\n\t\t\t\tsize-md\n\t\t\t\trounded-full\n\t\t\t\tborder\n\t\t\t\tborder-secondary-alt\n\t\t\t\tbg-white\n\t\t\t\tgroup-hover:border-secondary-alt-700\n\t\t\t\tgroup-focus:border-secondary-alt-700\n\t\t\t\tpeer-checked:border-2\n\t\t\t\tpeer-checked:border-primary\n\t\t\t\tpeer-checked:hover:border-primary-600\n\t\t\t\tpeer-focus:shadow-border-primary\n\t\t\t\tpeer-disabled:border-secondary-alt-400\n\t\t\t\tpeer-disabled:bg-secondary-alt-200\"\n\t\t\t:class=\"invertOrder && 'order-last'\"\n\t\t>\n\t\t\t<span\n\t\t\t\tclass=\"\n\t\t\t\t\t\tui-radio__dot\n\t\t\t\t\t\tabsolute\n\t\t\t\t\t\tleft-2/4\n\t\t\t\t\t\ttop-2/4\n\t\t\t\t\t\tblock\n\t\t\t\t\t\tsize-xs\n\t\t\t\t\t\trounded-full\n\t\t\t\t\t\tbg-primary\"\n\t\t\t/>\n\t\t</span>\n\t\t<slot />\n\t</label>\n</template>\n\n<script lang=\"ts\" setup>\n\timport { computed, useSlots } from \"vue\";\n\timport { EJustify } from \"../../_types/align\";\n\tconst slots = useSlots();\n\tconst props = defineProps<{\n\t\tmodelValue: string | number | boolean;\n\t\tname: string | number | boolean;\n\t\tvalue: string;\n\t\tjustify?: EJustify;\n\t\tinvertOrder?: boolean;\n\t\tdisabled?: boolean;\n\t}>();\n\n\tconst emit = defineEmits([\"update:modelValue\"]);\n\n\tconst radioModel = computed({\n\t\tget() {\n\t\t\treturn props.modelValue;\n\t\t},\n\t\tset(value) {\n\t\t\temit(\"update:modelValue\", value);\n\t\t}\n\t});\n</script>\n\n<style scoped>\n\t.ui-radio__dot {\n\t\ttransform: translate3d(-50%, -50%, 0) scale(0);\n\t\ttransition: transform 0.2s ease-in-out;\n\t}\n\n\tinput:checked + .ui-radio_custom .ui-radio__dot {\n\t\ttransform: translate3d(-50%, -50%, 0) scale(1);\n\t}\n\n\tinput:checked + .ui-radio_custom:hover .ui-radio__dot {\n\t\tbackground-color: var(--color-primary-600);\n\t}\n\n\tinput:checked:disabled + .ui-radio_custom {\n\t\tborder: 2px solid var(--color-primary-300);\n\t}\n\n\tinput:checked:disabled + .ui-radio_custom .ui-radio__dot {\n\t\tbackground-color: var(--color-primary-300);\n\t}\n</style>\n"],"names":["slots","useSlots","props","__props","emit","__emit","radioModel","computed","value"],"mappings":";;;;;;;;;;;;;;;;AA8DC,UAAMA,IAAQC,KACRC,IAAQC,GASRC,IAAOC,GAEPC,IAAaC,EAAS;AAAA,MAC3B,MAAM;AACL,eAAOL,EAAM;AAAA,MACd;AAAA,MACA,IAAIM,GAAO;AACV,QAAAJ,EAAK,qBAAqBI,CAAK;AAAA,MAChC;AAAA,IAAA,CACA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,92 +1,59 @@
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 UiRadioCompact from "./ui-radio-compact.vue";
3
+ /**
4
+ * @deprecated The default should not be used at all (look at ui-radio-fancy compact)
5
+ */
3
6
  export { UiRadioCompact };
4
7
  /**
5
- * @deprecated The default should not be used - use named import as - import {[name]} from "ui/[name]"
8
+ * @deprecated The default should not be used at all
6
9
  */
7
10
  declare const deprecatedDefault: {
8
- new (...args: any[]): {
9
- $: ComponentInternalInstance;
10
- $data: {};
11
- $props: Partial<{}> & Omit<{
12
- readonly modelValue: string | number | boolean;
13
- readonly value: string | number | boolean;
14
- readonly name: string;
15
- readonly disabled?: boolean | undefined;
16
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
17
- } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<{
18
- modelValue: {
19
- type: PropType<string | number | boolean>;
20
- required: true;
21
- };
22
- name: {
23
- type: PropType<string>;
24
- required: true;
25
- };
26
- value: {
27
- type: PropType<string | number | boolean>;
28
- required: true;
29
- };
30
- disabled: {
31
- type: PropType<boolean>;
32
- };
33
- }>> & {
34
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
35
- }, never>;
36
- $attrs: {
37
- [x: string]: unknown;
11
+ new (...args: any[]): CreateComponentPublicInstance<Readonly<ExtractPropTypes<{
12
+ modelValue: {
13
+ type: PropType<string | number | boolean>;
14
+ required: true;
38
15
  };
39
- $refs: {
40
- [x: string]: unknown;
16
+ name: {
17
+ type: PropType<string>;
18
+ required: true;
41
19
  };
42
- $slots: Readonly<{
43
- [name: string]: Slot<any> | undefined;
44
- }>;
45
- $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
46
- $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
47
- $emit: (event: "update:modelValue", ...args: any[]) => void;
48
- $el: any;
49
- $options: ComponentOptionsBase<Readonly<ExtractPropTypes<{
50
- modelValue: {
51
- type: PropType<string | number | boolean>;
52
- required: true;
53
- };
54
- name: {
55
- type: PropType<string>;
56
- required: true;
57
- };
58
- value: {
59
- type: PropType<string | number | boolean>;
60
- required: true;
61
- };
62
- disabled: {
63
- type: PropType<boolean>;
64
- };
65
- }>> & {
66
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
67
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
68
- "update:modelValue": (...args: any[]) => void;
69
- }, string, {}, {}, string, {}> & {
70
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
71
- created?: ((() => void) | (() => void)[]) | undefined;
72
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
73
- mounted?: ((() => void) | (() => void)[]) | undefined;
74
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
75
- updated?: ((() => void) | (() => void)[]) | undefined;
76
- activated?: ((() => void) | (() => void)[]) | undefined;
77
- deactivated?: ((() => void) | (() => void)[]) | undefined;
78
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
79
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
80
- destroyed?: ((() => void) | (() => void)[]) | undefined;
81
- unmounted?: ((() => void) | (() => void)[]) | undefined;
82
- renderTracked?: (((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[]) | undefined;
83
- renderTriggered?: (((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[]) | undefined;
84
- 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;
20
+ value: {
21
+ type: PropType<string | number | boolean>;
22
+ required: true;
23
+ };
24
+ disabled: {
25
+ type: PropType<boolean>;
85
26
  };
86
- $forceUpdate: () => void;
87
- $nextTick: typeof nextTick;
88
- $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;
89
- } & Readonly<ExtractPropTypes<{
27
+ }>> & {
28
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
29
+ }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
30
+ "update:modelValue": (...args: any[]) => void;
31
+ }, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<{
32
+ modelValue: {
33
+ type: PropType<string | number | boolean>;
34
+ required: true;
35
+ };
36
+ name: {
37
+ type: PropType<string>;
38
+ required: true;
39
+ };
40
+ value: {
41
+ type: PropType<string | number | boolean>;
42
+ required: true;
43
+ };
44
+ disabled: {
45
+ type: PropType<boolean>;
46
+ };
47
+ }>> & {
48
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
49
+ }, {}, true, {}, {}, {
50
+ P: {};
51
+ B: {};
52
+ D: {};
53
+ C: {};
54
+ M: {};
55
+ Defaults: {};
56
+ }, Readonly<ExtractPropTypes<{
90
57
  modelValue: {
91
58
  type: PropType<string | number | boolean>;
92
59
  required: true;
@@ -104,7 +71,7 @@ declare const deprecatedDefault: {
104
71
  };
105
72
  }>> & {
106
73
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
107
- } & ShallowUnwrapRef<{}> & {} & ComponentCustomProperties & {};
74
+ }, {}, {}, {}, {}, {}>;
108
75
  __isFragment?: undefined;
109
76
  __isTeleport?: undefined;
110
77
  __isSuspense?: undefined;
@@ -134,3 +101,4 @@ declare const deprecatedDefault: {
134
101
  };
135
102
  });
136
103
  export default deprecatedDefault;
104
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui-radio-compact/index.ts"],"names":[],"mappings":"AAAA,OAAO,cAAc,MAAM,wBAAwB,CAAC;AACpD;;GAEG;AACH,OAAO,EAAE,cAAc,EAAE,CAAC;AAC1B;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAiB,CAAC;AACzC,eAAe,iBAAiB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../../../src/components/ui-radio-compact/index.ts"],"sourcesContent":["import UiRadioCompact from \"./ui-radio-compact.vue\";\n\nexport { UiRadioCompact };\n/**\n * @deprecated The default should not be used - use named import as - import {[name]} from \"ui/[name]\"\n */\nconst deprecatedDefault = UiRadioCompact;\nexport default deprecatedDefault;\n"],"names":["deprecatedDefault","UiRadioCompact"],"mappings":";AAMA,MAAMA,IAAoBC;"}
1
+ {"version":3,"file":"index.js","sources":["../../../src/components/ui-radio-compact/index.ts"],"sourcesContent":["import UiRadioCompact from \"./ui-radio-compact.vue\";\n/**\n * @deprecated The default should not be used at all (look at ui-radio-fancy compact)\n */\nexport { UiRadioCompact };\n/**\n * @deprecated The default should not be used at all\n */\nconst deprecatedDefault = UiRadioCompact;\nexport default deprecatedDefault;\n"],"names":["deprecatedDefault","UiRadioCompact"],"mappings":";AAQA,MAAMA,IAAoBC;"}
@@ -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
  declare const _default: __VLS_WithTemplateSlots<DefineComponent<__VLS_TypePropsToRuntimeProps<{
3
3
  modelValue: string | number | boolean;
4
4
  name: string;
@@ -6,7 +6,7 @@ declare const _default: __VLS_WithTemplateSlots<DefineComponent<__VLS_TypePropsT
6
6
  disabled?: boolean | undefined;
7
7
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
8
8
  "update:modelValue": (...args: any[]) => void;
9
- }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
9
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
10
10
  modelValue: string | number | boolean;
11
11
  name: string;
12
12
  value: string | number | boolean;
@@ -31,3 +31,4 @@ type __VLS_WithTemplateSlots<T, S> = T & {
31
31
  $slots: S;
32
32
  };
33
33
  };
34
+ //# sourceMappingURL=ui-radio-compact.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ui-radio-compact.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-radio-compact/ui-radio-compact.vue"],"names":[],"mappings":"AAqEA;;;;;;;;;;;;;;;;;;AAuIA,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"}
@@ -3,3 +3,4 @@ export declare enum ERadioSizes {
3
3
  MINIMAL = "minimal",
4
4
  COMPACT = "compact"
5
5
  }
6
+ //# sourceMappingURL=_typings.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"_typings.d.ts","sourceRoot":"","sources":["../../../src/components/ui-radio-fancy/_typings.ts"],"names":[],"mappings":"AAAA,oBAAY,WAAW;IACtB,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,OAAO,YAAY;CACnB"}