bonkers-ui 1.0.71 → 1.0.73

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 (186) hide show
  1. package/.eslintrc.js +6 -3
  2. package/CONSTANTS.d.ts +0 -1
  3. package/bonkers-ui.umd.js +7 -7
  4. package/bonkers-ui.umd.js.map +1 -1
  5. package/components/ui-alert/index.d.ts +0 -1
  6. package/components/ui-alert/index.d.ts.map +1 -1
  7. package/components/ui-alert/ui-alert.vue.d.ts +10 -6
  8. package/components/ui-alert/ui-alert.vue.d.ts.map +1 -1
  9. package/components/ui-badge/index.d.ts +0 -1
  10. package/components/ui-badge/index.d.ts.map +1 -1
  11. package/components/ui-badge/ui-badge.vue.d.ts +18 -14
  12. package/components/ui-badge/ui-badge.vue.d.ts.map +1 -1
  13. package/components/ui-ber-rank/_types.d.ts +0 -1
  14. package/components/ui-ber-rank/index.d.ts +2 -3
  15. package/components/ui-ber-rank/index.d.ts.map +1 -1
  16. package/components/ui-ber-rank/ui-ber-rank.vue.d.ts +9 -10
  17. package/components/ui-ber-rank/ui-ber-rank.vue.d.ts.map +1 -1
  18. package/components/ui-button/index.d.ts +0 -1
  19. package/components/ui-button/index.d.ts.map +1 -1
  20. package/components/ui-button/ui-button.vue.d.ts +20 -16
  21. package/components/ui-button/ui-button.vue.d.ts.map +1 -1
  22. package/components/ui-card-cta/index.d.ts +0 -1
  23. package/components/ui-card-cta/index.d.ts.map +1 -1
  24. package/components/ui-card-cta/ui-card-cta.vue.d.ts +12 -8
  25. package/components/ui-card-cta/ui-card-cta.vue.d.ts.map +1 -1
  26. package/components/ui-card-order/index.d.ts +3 -0
  27. package/components/ui-card-order/index.d.ts.map +1 -0
  28. package/components/ui-card-order/ui-card-order.vue.d.ts +43 -0
  29. package/components/ui-card-order/ui-card-order.vue.d.ts.map +1 -0
  30. package/components/ui-card-result/index.d.ts +0 -1
  31. package/components/ui-card-result/index.d.ts.map +1 -1
  32. package/components/ui-card-result/ui-card-result.vue.d.ts +11 -6
  33. package/components/ui-card-result/ui-card-result.vue.d.ts.map +1 -1
  34. package/components/ui-card-result/ui-card-result.vue.js +2 -2
  35. package/components/ui-card-result/ui-card-result.vue2.js +2 -2
  36. package/components/ui-card-simple/index.d.ts +0 -1
  37. package/components/ui-card-simple/index.d.ts.map +1 -1
  38. package/components/ui-card-simple/ui-card-simple.vue.d.ts +9 -4
  39. package/components/ui-card-simple/ui-card-simple.vue.d.ts.map +1 -1
  40. package/components/ui-card-simple/ui-card-simple.vue.js +1 -1
  41. package/components/ui-card-simple/ui-card-simple.vue.js.map +1 -1
  42. package/components/ui-checkbox/_types.d.ts +5 -0
  43. package/components/ui-checkbox/_types.d.ts.map +1 -0
  44. package/components/ui-checkbox/_types.js +5 -0
  45. package/components/ui-checkbox/_types.js.map +1 -0
  46. package/components/ui-checkbox/index.d.ts +75 -32
  47. package/components/ui-checkbox/index.d.ts.map +1 -1
  48. package/components/ui-checkbox/ui-checkbox.vue.d.ts +37 -7
  49. package/components/ui-checkbox/ui-checkbox.vue.d.ts.map +1 -1
  50. package/components/ui-checkbox/ui-checkbox.vue.js +2 -2
  51. package/components/ui-checkbox/ui-checkbox.vue2.js +54 -47
  52. package/components/ui-checkbox/ui-checkbox.vue2.js.map +1 -1
  53. package/components/ui-dropdown/index.d.ts +21 -22
  54. package/components/ui-dropdown/index.d.ts.map +1 -1
  55. package/components/ui-dropdown/ui-dropdown.vue.d.ts +20 -14
  56. package/components/ui-dropdown/ui-dropdown.vue.d.ts.map +1 -1
  57. package/components/ui-dropdown/ui-dropdown.vue.js +1 -1
  58. package/components/ui-dropdown/ui-dropdown.vue.js.map +1 -1
  59. package/components/ui-icon/index.d.ts +0 -1
  60. package/components/ui-icon/index.d.ts.map +1 -1
  61. package/components/ui-icon/ui-icon.vue.d.ts +9 -10
  62. package/components/ui-icon/ui-icon.vue.d.ts.map +1 -1
  63. package/components/ui-icon-wrapper/index.d.ts +0 -1
  64. package/components/ui-icon-wrapper/index.d.ts.map +1 -1
  65. package/components/ui-icon-wrapper/ui-icon-wrapper.vue.d.ts +18 -14
  66. package/components/ui-icon-wrapper/ui-icon-wrapper.vue.d.ts.map +1 -1
  67. package/components/ui-input/index.d.ts +42 -43
  68. package/components/ui-input/index.d.ts.map +1 -1
  69. package/components/ui-input/ui-input.vue.d.ts +23 -19
  70. package/components/ui-input/ui-input.vue.d.ts.map +1 -1
  71. package/components/ui-input-range/index.d.ts +0 -1
  72. package/components/ui-input-range/index.d.ts.map +1 -1
  73. package/components/ui-input-range/ui-input-range.vue.d.ts +3 -3
  74. package/components/ui-input-range/ui-input-range.vue.d.ts.map +1 -1
  75. package/components/ui-list-item/index.d.ts +19 -20
  76. package/components/ui-list-item/index.d.ts.map +1 -1
  77. package/components/ui-list-item/ui-list-item.vue.d.ts +20 -16
  78. package/components/ui-list-item/ui-list-item.vue.d.ts.map +1 -1
  79. package/components/ui-media-card/index.d.ts +0 -1
  80. package/components/ui-media-card/index.js +5 -0
  81. package/components/ui-media-card/index.js.map +1 -0
  82. package/components/ui-media-card/ui-media-card.vue.d.ts +24 -0
  83. package/components/ui-media-card/ui-media-card.vue.d.ts.map +1 -0
  84. package/components/ui-media-card/ui-media-card.vue.js +59 -0
  85. package/components/ui-media-card/ui-media-card.vue.js.map +1 -0
  86. package/components/ui-media-card/ui-media-card.vue2.js +5 -0
  87. package/components/ui-media-card/ui-media-card.vue2.js.map +1 -0
  88. package/components/ui-modal/index.d.ts +0 -1
  89. package/components/ui-modal/index.d.ts.map +1 -1
  90. package/components/ui-modal/ui-backdrop/index.d.ts +0 -1
  91. package/components/ui-modal/ui-backdrop/index.d.ts.map +1 -1
  92. package/components/ui-modal/ui-backdrop/ui-backdrop.vue.d.ts +7 -2
  93. package/components/ui-modal/ui-backdrop/ui-backdrop.vue.d.ts.map +1 -1
  94. package/components/ui-modal/ui-backdrop/ui-backdrop.vue.js +9 -9
  95. package/components/ui-modal/ui-backdrop/ui-backdrop.vue.js.map +1 -1
  96. package/components/ui-modal/ui-modal.vue.d.ts +21 -17
  97. package/components/ui-modal/ui-modal.vue.d.ts.map +1 -1
  98. package/components/ui-notification-badge/index.d.ts +0 -1
  99. package/components/ui-notification-badge/index.d.ts.map +1 -1
  100. package/components/ui-notification-badge/ui-notification-badge.vue.d.ts +18 -14
  101. package/components/ui-notification-badge/ui-notification-badge.vue.d.ts.map +1 -1
  102. package/components/ui-order-card/index.d.ts +14 -15
  103. package/components/ui-order-card/index.d.ts.map +1 -1
  104. package/components/ui-order-card/ui-order-card.vue.d.ts +20 -16
  105. package/components/ui-order-card/ui-order-card.vue.d.ts.map +1 -1
  106. package/components/ui-plain-radio/index.d.ts +0 -1
  107. package/components/ui-plain-radio/index.d.ts.map +1 -1
  108. package/components/ui-plain-radio/ui-plain-radio.vue.d.ts +11 -6
  109. package/components/ui-plain-radio/ui-plain-radio.vue.d.ts.map +1 -1
  110. package/components/ui-product-card/ui-product-card.vue.d.ts +12 -7
  111. package/components/ui-product-card/ui-product-card.vue.d.ts.map +1 -1
  112. package/components/ui-product-card/ui-product-card.vue.js +1 -1
  113. package/components/ui-progress/index.d.ts +0 -1
  114. package/components/ui-progress/index.d.ts.map +1 -1
  115. package/components/ui-progress/ui-progress.vue.d.ts +9 -9
  116. package/components/ui-progress/ui-progress.vue.d.ts.map +1 -1
  117. package/components/ui-radio/index.d.ts +0 -1
  118. package/components/ui-radio/index.d.ts.map +1 -1
  119. package/components/ui-radio/ui-radio.vue.d.ts +10 -6
  120. package/components/ui-radio/ui-radio.vue.d.ts.map +1 -1
  121. package/components/ui-radio-compact/index.d.ts +0 -1
  122. package/components/ui-radio-compact/index.d.ts.map +1 -1
  123. package/components/ui-radio-compact/ui-radio-compact.vue.d.ts +10 -5
  124. package/components/ui-radio-compact/ui-radio-compact.vue.d.ts.map +1 -1
  125. package/components/ui-radio-fancy/index.d.ts +16 -17
  126. package/components/ui-radio-fancy/index.d.ts.map +1 -1
  127. package/components/ui-radio-fancy/ui-radio-fancy.vue.d.ts +18 -14
  128. package/components/ui-radio-fancy/ui-radio-fancy.vue.d.ts.map +1 -1
  129. package/components/ui-result-card-range/index.d.ts +0 -1
  130. package/components/ui-result-card-range/index.d.ts.map +1 -1
  131. package/components/ui-result-card-range/ui-result-card-range.vue.d.ts +10 -6
  132. package/components/ui-result-card-range/ui-result-card-range.vue.d.ts.map +1 -1
  133. package/components/ui-ripple/index.d.ts +0 -1
  134. package/components/ui-ripple/index.d.ts.map +1 -1
  135. package/components/ui-ripple/ui-ripple.vue.d.ts +9 -2
  136. package/components/ui-ripple/ui-ripple.vue.d.ts.map +1 -1
  137. package/components/ui-select/index.d.ts +0 -1
  138. package/components/ui-select/index.d.ts.map +1 -1
  139. package/components/ui-select/ui-select.vue.d.ts +13 -8
  140. package/components/ui-select/ui-select.vue.d.ts.map +1 -1
  141. package/components/ui-skeleton/index.d.ts +0 -1
  142. package/components/ui-skeleton/index.d.ts.map +1 -1
  143. package/components/ui-skeleton/ui-skeleton.vue.d.ts +9 -10
  144. package/components/ui-skeleton/ui-skeleton.vue.d.ts.map +1 -1
  145. package/components/ui-snackbar/index.d.ts +13 -14
  146. package/components/ui-snackbar/index.d.ts.map +1 -1
  147. package/components/ui-snackbar/ui-snackbar.vue.d.ts +20 -16
  148. package/components/ui-snackbar/ui-snackbar.vue.d.ts.map +1 -1
  149. package/components/ui-table/index.d.ts +0 -1
  150. package/components/ui-table/index.d.ts.map +1 -1
  151. package/components/ui-table/ui-table-cell/index.d.ts +0 -1
  152. package/components/ui-table/ui-table-cell/index.d.ts.map +1 -1
  153. package/components/ui-table/ui-table-cell/ui-table-cell.vue.d.ts +11 -7
  154. package/components/ui-table/ui-table-cell/ui-table-cell.vue.d.ts.map +1 -1
  155. package/components/ui-table/ui-table-row/index.d.ts +0 -1
  156. package/components/ui-table/ui-table-row/index.d.ts.map +1 -1
  157. package/components/ui-table/ui-table-row/ui-table-row.vue.d.ts +10 -6
  158. package/components/ui-table/ui-table-row/ui-table-row.vue.d.ts.map +1 -1
  159. package/components/ui-table/ui-table.vue.d.ts +18 -14
  160. package/components/ui-table/ui-table.vue.d.ts.map +1 -1
  161. package/components/ui-tabs/index.d.ts +8 -9
  162. package/components/ui-tabs/index.d.ts.map +1 -1
  163. package/components/ui-tabs/ui-tabs.vue.d.ts +9 -9
  164. package/components/ui-tabs/ui-tabs.vue.d.ts.map +1 -1
  165. package/components/ui-toggle/index.d.ts +0 -1
  166. package/components/ui-toggle/index.d.ts.map +1 -1
  167. package/components/ui-toggle/ui-toggle.vue.d.ts +11 -6
  168. package/components/ui-toggle/ui-toggle.vue.d.ts.map +1 -1
  169. package/components/ui-toggle/ui-toggle.vue.js +3 -3
  170. package/components/ui-toggle/ui-toggle.vue2.js +28 -44
  171. package/components/ui-toggle/ui-toggle.vue2.js.map +1 -1
  172. package/components/ui-typography/index.d.ts +0 -1
  173. package/components/ui-typography/index.d.ts.map +1 -1
  174. package/components/ui-typography/ui-typography.vue.d.ts +10 -6
  175. package/components/ui-typography/ui-typography.vue.d.ts.map +1 -1
  176. package/components/ui-verification-input/index.d.ts +0 -1
  177. package/components/ui-verification-input/index.d.ts.map +1 -1
  178. package/components/ui-verification-input/ui-verification-input.vue.d.ts +12 -5
  179. package/components/ui-verification-input/ui-verification-input.vue.d.ts.map +1 -1
  180. package/index.d.ts +1 -1
  181. package/index.d.ts.map +1 -1
  182. package/index.js +136 -132
  183. package/index.js.map +1 -1
  184. package/package.json +35 -33
  185. package/plugin.ts +27 -6
  186. package/src/_styles/_backdropBlur.json +10 -0
@@ -1 +1 @@
1
- {"version":3,"file":"ui-radio-fancy.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-radio-fancy/ui-radio-fancy.vue"],"names":[],"mappings":"AA4FA;AAIC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAG5C,OAAO,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AAiC1C,iBAAS,cAAc;qBAwJO,GAAG;EAKhC;AAuBD,QAAA,MAAM,eAAe;gBAMP,MAAM,GAAG,MAAM,GAAG,OAAO;UAC/B,MAAM;WACL,MAAM,GAAG,MAAM,GAAG,OAAO;eACrB,SAAS;eACT,OAAO;gBACN,WAAW;;;;;;;gBALX,MAAM,GAAG,MAAM,GAAG,OAAO;UAC/B,MAAM;WACL,MAAM,GAAG,MAAM,GAAG,OAAO;eACrB,SAAS;eACT,OAAO;gBACN,WAAW;;;;;;;cAFZ,SAAS;eAER,WAAW;MAGvB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,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
+ {"version":3,"file":"ui-radio-fancy.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-radio-fancy/ui-radio-fancy.vue"],"names":[],"mappings":";AA+HC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAG5C,OAAO,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AAoC1C,iBAAS,cAAc;;yBAmHO,GAAG;;;WASnB,OAAO,IAA6B;EAEjD;AAgBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;gBA7KP,MAAM,GAAG,MAAM,GAAG,OAAO;UAC/B,MAAM;WACL,MAAM,GAAG,MAAM,GAAG,OAAO;eACrB,SAAS;eACT,OAAO;gBACN,WAAW;;;;;;;gBALX,MAAM,GAAG,MAAM,GAAG,OAAO;UAC/B,MAAM;WACL,MAAM,GAAG,MAAM,GAAG,OAAO;eACrB,SAAS;eACT,OAAO;gBACN,WAAW;;;;;;;cAFZ,SAAS;eAER,WAAW;MA+KvB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAKpG,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAC9B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAC7C,mBAAmB,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QAAE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KAAC,CAAC,GAC5C,CAAC,CAAC,CAAC,CAAC;CACP,CAAC;AACF,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC;AACF,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC;AACF,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
@@ -1,7 +1,6 @@
1
1
  import { default as UiResultCardRange } from './ui-result-card-range.vue';
2
2
  import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
3
3
  import { TIconName } from '../ui-icon';
4
-
5
4
  export { UiResultCardRange };
6
5
  /**
7
6
  * @deprecated The default should not be used - use named import as - import {[name]} from "ui/[name]"
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui-result-card-range/index.ts"],"names":[],"mappings":"AAAA,OAAO,iBAAiB,MAAM,4BAA4B,CAAC;AAE3D,OAAO,EAAE,iBAAiB,EAAE,CAAC;AAC7B;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAoB,CAAC;AAC5C,eAAe,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui-result-card-range/index.ts"],"names":[],"mappings":";;AAAA,OAAO,iBAAiB,MAAM,4BAA4B,CAAC;AAE3D,OAAO,EAAE,iBAAiB,EAAE,CAAC;AAC7B;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAoB,CAAC;AAC5C,eAAe,iBAAiB,CAAC"}
@@ -1,20 +1,24 @@
1
1
  import { TIconName } from '../ui-icon';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
-
4
3
  declare function __VLS_template(): {
5
- default?(_: {}): any;
4
+ slots: {
5
+ default?(_: {}): any;
6
+ };
7
+ refs: {};
8
+ attrs: Partial<{}>;
6
9
  };
7
- declare const __VLS_component: DefineComponent<__VLS_TypePropsToRuntimeProps<{
10
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
+ declare const __VLS_component: DefineComponent<__VLS_TypePropsToOption<{
8
12
  iconName?: TIconName;
9
13
  title?: string;
10
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
14
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption<{
11
15
  iconName?: TIconName;
12
16
  title?: string;
13
17
  }>>>, {}, {}>;
14
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
18
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
15
19
  export default _default;
16
20
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
17
- type __VLS_TypePropsToRuntimeProps<T> = {
21
+ type __VLS_TypePropsToOption<T> = {
18
22
  [K in keyof T]-?: {} extends Pick<T, K> ? {
19
23
  type: PropType<__VLS_NonUndefinedable<T[K]>>;
20
24
  } : {
@@ -1 +1 @@
1
- {"version":3,"file":"ui-result-card-range.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-result-card-range/ui-result-card-range.vue"],"names":[],"mappings":"AAmCA;AAEC,OAAe,EAAS,KAAK,SAAS,EAAE,MAAM,YAAY,CAAC;AAc5D,iBAAS,cAAc;qBAyEO,GAAG;EAGhC;AAiBD,QAAA,MAAM,eAAe;eAMR,SAAS;YACZ,MAAM;;eADH,SAAS;YACZ,MAAM;aAEd,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,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
+ {"version":3,"file":"ui-result-card-range.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-result-card-range/ui-result-card-range.vue"],"names":[],"mappings":";AAgDC,OAAe,EAAS,KAAK,SAAS,EAAE,MAAM,YAAY,CAAC;AAgB5D,iBAAS,cAAc;;yBA0DO,GAAG;;;WASnB,OAAO,IAA6B;EAEjD;AAcD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;eA9FR,SAAS;YACZ,MAAM;;eADH,SAAS;YACZ,MAAM;aAmGd,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAKpG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC;AACF,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,6 +1,5 @@
1
1
  import { default as UiRipple } from './ui-ripple.vue';
2
2
  import { CreateComponentPublicInstance, ExtractPropTypes, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
3
-
4
3
  export { UiRipple };
5
4
  /**
6
5
  * @deprecated The default should not be used - use named import as - import {[name]} from "ui/[name]"
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui-ripple/index.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,iBAAiB,CAAC;AAEvC,OAAO,EAAE,QAAQ,EAAE,CAAC;AAEpB;;GAEG;AAEH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;EAAW,CAAC;AACnC,eAAe,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui-ripple/index.ts"],"names":[],"mappings":";AAAA,OAAO,QAAQ,MAAM,iBAAiB,CAAC;AAEvC,OAAO,EAAE,QAAQ,EAAE,CAAC;AAEpB;;GAEG;AAEH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;EAAW,CAAC;AACnC,eAAe,iBAAiB,CAAC"}
@@ -1,9 +1,16 @@
1
1
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
2
2
  declare function __VLS_template(): {
3
- default?(_: {}): any;
3
+ slots: {
4
+ default?(_: {}): any;
5
+ };
6
+ refs: {
7
+ tiBtn: HTMLDivElement;
8
+ };
9
+ attrs: Partial<{}>;
4
10
  };
11
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
5
12
  declare const __VLS_component: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{}>>, {}, {}>;
6
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
13
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
7
14
  export default _default;
8
15
  type __VLS_WithTemplateSlots<T, S> = T & {
9
16
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"ui-ripple.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-ripple/ui-ripple.vue"],"names":[],"mappings":"AA6BA;AA4BA,iBAAS,cAAc;qBAmFM,GAAG;EAG/B;AAYD,QAAA,MAAM,eAAe,0NAKnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AACxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
1
+ {"version":3,"file":"ui-ripple.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-ripple/ui-ripple.vue"],"names":[],"mappings":";AAiHA,iBAAS,cAAc;;yBA8CM,GAAG;;;;;WAUlB,OAAO,IAA6B;EAEjD;AAYD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,0NAKnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAKpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,6 +1,5 @@
1
1
  import { default as UiSelect } from './ui-select.vue';
2
2
  import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
3
-
4
3
  export { UiSelect };
5
4
  /**
6
5
  * @deprecated The default should not be used - use named import as - import {[name]} from "ui/[name]"
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui-select/index.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,iBAAiB,CAAC;AAEvC,OAAO,EAAE,QAAQ,EAAE,CAAC;AAEpB;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAW,CAAC;AACnC,eAAe,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui-select/index.ts"],"names":[],"mappings":";AAAA,OAAO,QAAQ,MAAM,iBAAiB,CAAC;AAEvC,OAAO,EAAE,QAAQ,EAAE,CAAC;AAEpB;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAW,CAAC;AACnC,eAAe,iBAAiB,CAAC"}
@@ -1,18 +1,23 @@
1
1
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
2
  declare function __VLS_template(): {
3
- heading?(_: {}): any;
4
- default?(_: {}): any;
5
- "postfix-icon"?(_: {}): any;
6
- subLabel?(_: {}): any;
3
+ slots: {
4
+ heading?(_: {}): any;
5
+ default?(_: {}): any;
6
+ "postfix-icon"?(_: {}): any;
7
+ subLabel?(_: {}): any;
8
+ };
9
+ refs: {};
10
+ attrs: Partial<{}>;
7
11
  };
8
- declare const __VLS_component: DefineComponent<__VLS_TypePropsToRuntimeProps<{
12
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
13
+ declare const __VLS_component: DefineComponent<__VLS_TypePropsToOption<{
9
14
  modelValue: string | number;
10
15
  heading?: string;
11
16
  subLabel?: string;
12
17
  disabled?: boolean;
13
18
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
14
19
  "update:modelValue": (...args: any[]) => void;
15
- }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
20
+ }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption<{
16
21
  modelValue: string | number;
17
22
  heading?: string;
18
23
  subLabel?: string;
@@ -20,10 +25,10 @@ declare const __VLS_component: DefineComponent<__VLS_TypePropsToRuntimeProps<{
20
25
  }>>> & {
21
26
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
22
27
  }, {}, {}>;
23
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
28
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
24
29
  export default _default;
25
30
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
26
- type __VLS_TypePropsToRuntimeProps<T> = {
31
+ type __VLS_TypePropsToOption<T> = {
27
32
  [K in keyof T]-?: {} extends Pick<T, K> ? {
28
33
  type: PropType<__VLS_NonUndefinedable<T[K]>>;
29
34
  } : {
@@ -1 +1 @@
1
- {"version":3,"file":"ui-select.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-select/ui-select.vue"],"names":[],"mappings":"AAqEA;AA4BA,iBAAS,cAAc;qBAmJM,GAAG;qBACF,GAAG;4BACI,GAAG;sBACT,GAAG;EAGjC;AAkBD,QAAA,MAAM,eAAe;gBAMP,MAAM,GAAG,MAAM;cACjB,MAAM;eACL,MAAM;eACN,OAAO;;;;gBAHN,MAAM,GAAG,MAAM;cACjB,MAAM;eACL,MAAM;eACN,OAAO;;;UAGlB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,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
+ {"version":3,"file":"ui-select.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-select/ui-select.vue"],"names":[],"mappings":";AA2HA,iBAAS,cAAc;;yBAiFM,GAAG;yBACH,GAAG;gCACI,GAAG;0BACT,GAAG;;;WASnB,OAAO,IAA6B;EAEjD;AAaD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;gBApIP,MAAM,GAAG,MAAM;cACjB,MAAM;eACL,MAAM;eACN,OAAO;;;;gBAHN,MAAM,GAAG,MAAM;cACjB,MAAM;eACL,MAAM;eACN,OAAO;;;UAwIlB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAKpG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC;AACF,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,7 +1,6 @@
1
1
  import { default as UiSkeleton } from './ui-skeleton.vue';
2
2
  import { DefineComponent, PropType, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
3
3
  import { ESkeletonKind } from './_typings';
4
-
5
4
  export { UiSkeleton };
6
5
  /**
7
6
  * @deprecated The default should not be used - use named import as - import {[name]} from "ui/[name]"
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui-skeleton/index.ts"],"names":[],"mappings":"AAAA,OAAO,UAAU,MAAM,mBAAmB,CAAC;AAC3C,OAAO,EAAE,UAAU,EAAE,CAAC;AAEtB;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;MAAa,CAAC;AACrC,eAAe,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui-skeleton/index.ts"],"names":[],"mappings":";;AAAA,OAAO,UAAU,MAAM,mBAAmB,CAAC;AAC3C,OAAO,EAAE,UAAU,EAAE,CAAC;AAEtB;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;MAAa,CAAC;AACrC,eAAe,iBAAiB,CAAC"}
@@ -1,11 +1,10 @@
1
1
  import { ESkeletonKind } from './_typings';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
-
4
- declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
3
+ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
5
4
  kind?: ESkeletonKind;
6
5
  }>, {
7
6
  kind: ESkeletonKind;
8
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
7
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
9
8
  kind?: ESkeletonKind;
10
9
  }>, {
11
10
  kind: ESkeletonKind;
@@ -13,8 +12,13 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
13
12
  kind: ESkeletonKind;
14
13
  }, {}>;
15
14
  export default _default;
15
+ type __VLS_WithDefaults<P, D> = {
16
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
17
+ default: D[K];
18
+ }> : P[K];
19
+ };
16
20
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
17
- type __VLS_TypePropsToRuntimeProps<T> = {
21
+ type __VLS_TypePropsToOption<T> = {
18
22
  [K in keyof T]-?: {} extends Pick<T, K> ? {
19
23
  type: PropType<__VLS_NonUndefinedable<T[K]>>;
20
24
  } : {
@@ -22,12 +26,7 @@ type __VLS_TypePropsToRuntimeProps<T> = {
22
26
  required: true;
23
27
  };
24
28
  };
25
- type __VLS_WithDefaults<P, D> = {
26
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
27
- default: D[K];
28
- }> : P[K];
29
- };
30
- type __VLS_Prettify<T> = {
29
+ type __VLS_PrettifyLocal<T> = {
31
30
  [K in keyof T]: T[K];
32
31
  } & {};
33
32
  //# sourceMappingURL=ui-skeleton.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ui-skeleton.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-skeleton/ui-skeleton.vue"],"names":[],"mappings":"AAsIA;AAEC,OAAO,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;;WA+MlC,aAAa;;;;WAAb,aAAa;;;;UAAb,aAAa;;AANvB,wBAQG;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
+ {"version":3,"file":"ui-skeleton.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-skeleton/ui-skeleton.vue"],"names":[],"mappings":";AAoJC,OAAO,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;;WAKlC,aAAa;;;;WAAb,aAAa;;;;UAAb,aAAa;;AAuKvB,wBAMG;AAKH,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAC9B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAC7C,mBAAmB,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QAAE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KAAC,CAAC,GAC5C,CAAC,CAAC,CAAC,CAAC;CACP,CAAC;AACF,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC;AACF,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
@@ -1,7 +1,6 @@
1
1
  import { default as UiSnackbar } from './ui-snackbar.vue';
2
2
  import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
3
3
  import { ESnackbarTypes } from './_types';
4
-
5
4
  export { UiSnackbar };
6
5
  export { ESnackbarTypes } from './_types';
7
6
  /**
@@ -9,23 +8,23 @@ export { ESnackbarTypes } from './_types';
9
8
  */
10
9
  declare const deprecatedDefault: {
11
10
  new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
12
- title: {
13
- type: PropType<string>;
14
- required: true;
15
- };
16
11
  kind: {
17
12
  type: PropType<ESnackbarTypes>;
18
13
  default: ESnackbarTypes;
19
14
  };
20
- }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
21
15
  title: {
22
16
  type: PropType<string>;
23
17
  required: true;
24
18
  };
19
+ }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
25
20
  kind: {
26
21
  type: PropType<ESnackbarTypes>;
27
22
  default: ESnackbarTypes;
28
23
  };
24
+ title: {
25
+ type: PropType<string>;
26
+ required: true;
27
+ };
29
28
  }>>, {
30
29
  kind: ESnackbarTypes;
31
30
  }, true, {}, {}, {
@@ -36,14 +35,14 @@ declare const deprecatedDefault: {
36
35
  M: {};
37
36
  Defaults: {};
38
37
  }, Readonly< ExtractPropTypes<{
39
- title: {
40
- type: PropType<string>;
41
- required: true;
42
- };
43
38
  kind: {
44
39
  type: PropType<ESnackbarTypes>;
45
40
  default: ESnackbarTypes;
46
41
  };
42
+ title: {
43
+ type: PropType<string>;
44
+ required: true;
45
+ };
47
46
  }>>, {}, {}, {}, {}, {
48
47
  kind: ESnackbarTypes;
49
48
  }>;
@@ -51,14 +50,14 @@ declare const deprecatedDefault: {
51
50
  __isTeleport?: never;
52
51
  __isSuspense?: never;
53
52
  } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
54
- title: {
55
- type: PropType<string>;
56
- required: true;
57
- };
58
53
  kind: {
59
54
  type: PropType<ESnackbarTypes>;
60
55
  default: ESnackbarTypes;
61
56
  };
57
+ title: {
58
+ type: PropType<string>;
59
+ required: true;
60
+ };
62
61
  }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
63
62
  kind: ESnackbarTypes;
64
63
  }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui-snackbar/index.ts"],"names":[],"mappings":"AAAA,OAAO,UAAU,MAAM,mBAAmB,CAAC;AAE3C,OAAO,EAAE,UAAU,EAAE,CAAC;AACtB,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAE1C;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAa,CAAC;AACrC,eAAe,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui-snackbar/index.ts"],"names":[],"mappings":";;AAAA,OAAO,UAAU,MAAM,mBAAmB,CAAC;AAE3C,OAAO,EAAE,UAAU,EAAE,CAAC;AACtB,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAE1C;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAa,CAAC;AACrC,eAAe,iBAAiB,CAAC"}
@@ -1,17 +1,21 @@
1
1
  import { ESnackbarTypes } from './_types';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
-
4
3
  declare function __VLS_template(): {
5
- default?(_: {}): any;
6
- titleSlot?(_: {}): any;
7
- articleSlot?(_: {}): any;
4
+ slots: {
5
+ default?(_: {}): any;
6
+ titleSlot?(_: {}): any;
7
+ articleSlot?(_: {}): any;
8
+ };
9
+ refs: {};
10
+ attrs: Partial<{}>;
8
11
  };
9
- declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
12
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
13
+ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
10
14
  title: string;
11
15
  kind?: ESnackbarTypes;
12
16
  }>, {
13
17
  kind: ESnackbarTypes;
14
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
18
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
15
19
  title: string;
16
20
  kind?: ESnackbarTypes;
17
21
  }>, {
@@ -19,10 +23,15 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
19
23
  }>>>, {
20
24
  kind: ESnackbarTypes;
21
25
  }, {}>;
22
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
26
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
23
27
  export default _default;
28
+ type __VLS_WithDefaults<P, D> = {
29
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
30
+ default: D[K];
31
+ }> : P[K];
32
+ };
24
33
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
25
- type __VLS_TypePropsToRuntimeProps<T> = {
34
+ type __VLS_TypePropsToOption<T> = {
26
35
  [K in keyof T]-?: {} extends Pick<T, K> ? {
27
36
  type: PropType<__VLS_NonUndefinedable<T[K]>>;
28
37
  } : {
@@ -30,17 +39,12 @@ type __VLS_TypePropsToRuntimeProps<T> = {
30
39
  required: true;
31
40
  };
32
41
  };
33
- type __VLS_WithDefaults<P, D> = {
34
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
35
- default: D[K];
36
- }> : P[K];
37
- };
38
- type __VLS_Prettify<T> = {
39
- [K in keyof T]: T[K];
40
- } & {};
41
42
  type __VLS_WithTemplateSlots<T, S> = T & {
42
43
  new (): {
43
44
  $slots: S;
44
45
  };
45
46
  };
47
+ type __VLS_PrettifyLocal<T> = {
48
+ [K in keyof T]: T[K];
49
+ } & {};
46
50
  //# sourceMappingURL=ui-snackbar.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ui-snackbar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-snackbar/ui-snackbar.vue"],"names":[],"mappings":"AA8BA;AAGC,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAiB3C,iBAAS,cAAc;qBAwFM,GAAG;uBACA,GAAG;yBACD,GAAG;EAKpC;AAcD,QAAA,MAAM,eAAe;WAMZ,MAAM;WACN,cAAc;;;;WADd,MAAM;WACN,cAAc;;;;UAAd,cAAc;MAErB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,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
+ {"version":3,"file":"ui-snackbar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-snackbar/ui-snackbar.vue"],"names":[],"mappings":";AA6CC,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAmB3C,iBAAS,cAAc;;yBA4DM,GAAG;2BACD,GAAG;6BACA,GAAG;;;WASvB,OAAO,IAA6B;EAEjD;AAWD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;WAnGZ,MAAM;WACN,cAAc;;;;WADd,MAAM;WACN,cAAc;;;;UAAd,cAAc;MAwGrB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAKpG,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAC9B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAC7C,mBAAmB,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QAAE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KAAC,CAAC,GAC5C,CAAC,CAAC,CAAC,CAAC;CACP,CAAC;AACF,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC;AACF,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC;AACF,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
@@ -1,7 +1,6 @@
1
1
  import { default as UiTable } from './ui-table.vue';
2
2
  import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
3
3
  import { ETableKind } from './_types';
4
-
5
4
  export { UiTable };
6
5
  export { ETextAlign, ETextWeight } from '../ui-typography';
7
6
  export { UiTableCell } from './ui-table-cell';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui-table/index.ts"],"names":[],"mappings":"AAAA,OAAO,OAAO,MAAM,gBAAgB,CAAC;AAErC,OAAO,EAAE,OAAO,EAAE,CAAC;AAEnB,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAC3D,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAE9C,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AACtD,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAEtC;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAU,CAAC;AAClC,eAAe,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui-table/index.ts"],"names":[],"mappings":";;AAAA,OAAO,OAAO,MAAM,gBAAgB,CAAC;AAErC,OAAO,EAAE,OAAO,EAAE,CAAC;AAEnB,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAC3D,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAE9C,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AACtD,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAEtC;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAU,CAAC;AAClC,eAAe,iBAAiB,CAAC"}
@@ -1,7 +1,6 @@
1
1
  import { default as UiTableCell } from './ui-table-cell.vue';
2
2
  import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
3
3
  import { ETextAlign, ETextWeight } from '..';
4
-
5
4
  export { UiTableCell };
6
5
  /**
7
6
  * @deprecated The default should not be used - use named import as - import {[name]} from "ui/[name]"
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui-table/ui-table-cell/index.ts"],"names":[],"mappings":"AAAA,OAAO,WAAW,MAAM,qBAAqB,CAAC;AAE9C,OAAO,EAAE,WAAW,EAAE,CAAC;AAEvB;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAc,CAAC;AACtC,eAAe,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui-table/ui-table-cell/index.ts"],"names":[],"mappings":";;AAAA,OAAO,WAAW,MAAM,qBAAqB,CAAC;AAE9C,OAAO,EAAE,WAAW,EAAE,CAAC;AAEvB;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAc,CAAC;AACtC,eAAe,iBAAiB,CAAC"}
@@ -1,21 +1,25 @@
1
1
  import { ETextAlign, ETextWeight } from '../../ui-typography';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
-
4
3
  declare function __VLS_template(): {
5
- default?(_: {}): any;
6
- subtext?(_: {}): any;
4
+ slots: {
5
+ default?(_: {}): any;
6
+ subtext?(_: {}): any;
7
+ };
8
+ refs: {};
9
+ attrs: Partial<{}>;
7
10
  };
8
- declare const __VLS_component: DefineComponent<__VLS_TypePropsToRuntimeProps<{
11
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
+ declare const __VLS_component: DefineComponent<__VLS_TypePropsToOption<{
9
13
  align?: ETextAlign;
10
14
  weight?: ETextWeight;
11
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
15
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption<{
12
16
  align?: ETextAlign;
13
17
  weight?: ETextWeight;
14
18
  }>>>, {}, {}>;
15
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
19
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
16
20
  export default _default;
17
21
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
18
- type __VLS_TypePropsToRuntimeProps<T> = {
22
+ type __VLS_TypePropsToOption<T> = {
19
23
  [K in keyof T]-?: {} extends Pick<T, K> ? {
20
24
  type: PropType<__VLS_NonUndefinedable<T[K]>>;
21
25
  } : {
@@ -1 +1 @@
1
- {"version":3,"file":"ui-table-cell.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui-table/ui-table-cell/ui-table-cell.vue"],"names":[],"mappings":"AAsBA;AAGC,OAAqB,EAAoB,UAAU,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAa/F,iBAAS,cAAc;qBAiEM,GAAG;qBACF,GAAG;EAGhC;AAeD,QAAA,MAAM,eAAe;YAMX,UAAU;aACT,WAAW;;YADZ,UAAU;aACT,WAAW;aAEpB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,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
+ {"version":3,"file":"ui-table-cell.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui-table/ui-table-cell/ui-table-cell.vue"],"names":[],"mappings":";AAoCC,OAAqB,EAAoB,UAAU,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAe/F,iBAAS,cAAc;;yBAgDM,GAAG;yBACF,GAAG;;;WASnB,OAAO,IAA6B;EAEjD;AAYD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;YAnFX,UAAU;aACT,WAAW;;YADZ,UAAU;aACT,WAAW;aAwFpB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAKpG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC;AACF,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,7 +1,6 @@
1
1
  import { default as UiTableRow } from './ui-table-row.vue';
2
2
  import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
3
3
  import { ERowKind } from './_typings';
4
-
5
4
  export { UiTableRow };
6
5
  export { ERowKind } from './_typings';
7
6
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui-table/ui-table-row/index.ts"],"names":[],"mappings":"AAAA,OAAO,UAAU,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,UAAU,EAAE,CAAC;AAEtB,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAa,CAAC;AACrC,eAAe,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui-table/ui-table-row/index.ts"],"names":[],"mappings":";;AAAA,OAAO,UAAU,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,UAAU,EAAE,CAAC;AAEtB,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAa,CAAC;AACrC,eAAe,iBAAiB,CAAC"}
@@ -1,18 +1,22 @@
1
1
  import { ERowKind } from './_typings';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
-
4
3
  declare function __VLS_template(): {
5
- default?(_: {}): any;
4
+ slots: {
5
+ default?(_: {}): any;
6
+ };
7
+ refs: {};
8
+ attrs: Partial<{}>;
6
9
  };
7
- declare const __VLS_component: DefineComponent<__VLS_TypePropsToRuntimeProps<{
10
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
+ declare const __VLS_component: DefineComponent<__VLS_TypePropsToOption<{
8
12
  kind?: ERowKind;
9
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
13
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption<{
10
14
  kind?: ERowKind;
11
15
  }>>>, {}, {}>;
12
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
16
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
13
17
  export default _default;
14
18
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
15
- type __VLS_TypePropsToRuntimeProps<T> = {
19
+ type __VLS_TypePropsToOption<T> = {
16
20
  [K in keyof T]-?: {} extends Pick<T, K> ? {
17
21
  type: PropType<__VLS_NonUndefinedable<T[K]>>;
18
22
  } : {
@@ -1 +1 @@
1
- {"version":3,"file":"ui-table-row.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui-table/ui-table-row/ui-table-row.vue"],"names":[],"mappings":"AAQA;AAEC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAYvC,iBAAS,cAAc;qBA0CM,GAAG;EAK/B;AAWD,QAAA,MAAM,eAAe;WAMZ,QAAQ;;WAAR,QAAQ;aAEf,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,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
+ {"version":3,"file":"ui-table-row.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui-table/ui-table-row/ui-table-row.vue"],"names":[],"mappings":";AAiCC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAcvC,iBAAS,cAAc;;yBAgCM,GAAG;;;WASlB,OAAO,IAA6B;EAEjD;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;WA9DZ,QAAQ;;WAAR,QAAQ;aAoEf,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAKpG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC;AACF,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,24 +1,33 @@
1
1
  import { ETableKind } from './_types';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
-
4
3
  declare function __VLS_template(): {
5
- default?(_: {}): any;
4
+ slots: {
5
+ default?(_: {}): any;
6
+ };
7
+ refs: {};
8
+ attrs: Partial<{}>;
6
9
  };
7
- declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
10
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
+ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
8
12
  kind?: ETableKind;
9
13
  }>, {
10
14
  kind: ETableKind;
11
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
15
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
12
16
  kind?: ETableKind;
13
17
  }>, {
14
18
  kind: ETableKind;
15
19
  }>>>, {
16
20
  kind: ETableKind;
17
21
  }, {}>;
18
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
22
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
19
23
  export default _default;
24
+ type __VLS_WithDefaults<P, D> = {
25
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
26
+ default: D[K];
27
+ }> : P[K];
28
+ };
20
29
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
21
- type __VLS_TypePropsToRuntimeProps<T> = {
30
+ type __VLS_TypePropsToOption<T> = {
22
31
  [K in keyof T]-?: {} extends Pick<T, K> ? {
23
32
  type: PropType<__VLS_NonUndefinedable<T[K]>>;
24
33
  } : {
@@ -26,17 +35,12 @@ type __VLS_TypePropsToRuntimeProps<T> = {
26
35
  required: true;
27
36
  };
28
37
  };
29
- type __VLS_WithDefaults<P, D> = {
30
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
31
- default: D[K];
32
- }> : P[K];
33
- };
34
- type __VLS_Prettify<T> = {
35
- [K in keyof T]: T[K];
36
- } & {};
37
38
  type __VLS_WithTemplateSlots<T, S> = T & {
38
39
  new (): {
39
40
  $slots: S;
40
41
  };
41
42
  };
43
+ type __VLS_PrettifyLocal<T> = {
44
+ [K in keyof T]: T[K];
45
+ } & {};
42
46
  //# sourceMappingURL=ui-table.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ui-table.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-table/ui-table.vue"],"names":[],"mappings":"AAWA;AAEC,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAgBvC,iBAAS,cAAc;qBAmDM,GAAG;EAK/B;AAWD,QAAA,MAAM,eAAe;WAMZ,UAAU;;;;WAAV,UAAU;;;;UAAV,UAAU;MAEjB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,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
+ {"version":3,"file":"ui-table.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-table/ui-table.vue"],"names":[],"mappings":";AAiCC,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAkBvC,iBAAS,cAAc;;yBAoCM,GAAG;;;WASlB,OAAO,IAA6B;EAEjD;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;WAtEZ,UAAU;;;;WAAV,UAAU;;;;UAAV,UAAU;MA4EjB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAKpG,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAC9B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAC7C,mBAAmB,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QAAE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KAAC,CAAC,GAC5C,CAAC,CAAC,CAAC,CAAC;CACP,CAAC;AACF,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC;AACF,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC;AACF,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}