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
@@ -25,7 +25,7 @@ const M = /* @__PURE__ */ f({
25
25
  }, 50)).observe(a.value);
26
26
  }), (e, C) => (h(), b("div", {
27
27
  class: t(["h-auto bg-white", {
28
- "rounded-xl border border-secondary-alt-300": e.kind === r(n).DEFAULT
28
+ "rounded-xl border border-secondary-alt-500": e.kind === r(n).DEFAULT
29
29
  }])
30
30
  }, [
31
31
  s("div", {
@@ -1 +1 @@
1
- {"version":3,"file":"ui-dropdown.vue.js","sources":["../../../src/components/ui-dropdown/ui-dropdown.vue"],"sourcesContent":["<template>\n\t<div\n\t\tclass=\"h-auto bg-white\"\n\t\t:class=\"{\n\t\t\t'rounded-xl border border-secondary-alt-300': kind === EDropdownKinds.DEFAULT\n\t\t}\"\n\t>\n\t\t<div\n\t\t\tclass=\"flex items-center justify-between px-md py-sm\"\n\t\t\t:class=\"{\n\t\t\t\t'rounded-xl border border-secondary': kind === EDropdownKinds.SECONDARY\n\t\t\t}\"\n\t\t\t@click=\"toggleAccordion\"\n\t\t>\n\t\t\t<ui-typography\n\t\t\t\tline-height\n\t\t\t\t:size=\"ETypographySizes.LG\"\n\t\t\t\t:weight=\"ETextWeight.SEMI_BOLD \"\n\t\t\t>\n\t\t\t\t{{ header }}\n\t\t\t</ui-typography>\n\n\t\t\t<ui-icon\n\t\t\t\tclass=\"item-icon duration-200\"\n\t\t\t\t:class=\"{\n\t\t\t\t\t'rotate-180': isOpen,\n\t\t\t\t\t'rotate-0': !isOpen\n\t\t\t\t}\"\n\t\t\t\t:icon-name=\"iconName\"\n\t\t\t\t:size=\"ESize.SM\"\n\t\t\t/>\n\t\t</div>\n\n\t\t<div\n\t\t\tclass=\"overflow-hidden duration-300 ease-in-out\"\n\t\t\t:style=\"{\n\t\t\t\theight\n\t\t\t}\"\n\t\t\t:class=\"{\n\t\t\t\t'border border-transparent border-t-secondary-alt-300':\n\t\t\t\t\tkind === EDropdownKinds.DEFAULT,\n\t\t\t\t'!h-0 !border-transparent': !isOpen\n\t\t\t}\"\n\t\t>\n\t\t\t<div\n\t\t\t\tref=\"contentWrapper\"\n\n\t\t\t\tclass=\"box-border pt-sm\"\n\t\t\t\t:class=\"{\n\t\t\t\t\t'p-sm': kind === EDropdownKinds.DEFAULT\n\t\t\t\t}\"\n\t\t\t>\n\t\t\t\t<slot>\n\t\t\t\t\t{{ subText }}\n\t\t\t\t</slot>\n\t\t\t</div>\n\t\t</div>\n\t</div>\n</template>\n\n<script lang=\"ts\" setup>\n\timport { onMounted, ref } from \"vue\";\n\timport UiTypography, { ETypographySizes, ETextWeight } from \"../ui-typography\";\n\timport UiIcon, { type TIconName, ESize } from \"../ui-icon\";\n\timport { EDropdownKinds } from \"./_typings\";\n\timport { debounce } from \"../../_utils/debounce\";\n\n\tconst props = withDefaults(defineProps<{\n\t\theader?: string;\n\t\ticonName: TIconName;\n\t\tsubText?: string;\n\t\tkind?: EDropdownKinds;\n\t\tactive?: boolean;\n\t}>(), {\n\t\tkind: EDropdownKinds.DEFAULT,\n\t});\n\n\tconst isOpen = ref(props.active);\n\tconst contentWrapper = ref<HTMLElement>();\n\tconst height = ref(\"0\");\n\n\tfunction toggleAccordion() {\n\t\tisOpen.value = !isOpen.value;\n\t}\n\n\tonMounted(()=>{\n\t\tif (contentWrapper.value) {\n\t\t\tconst resizeObserver = new ResizeObserver(debounce(() => {\n\t\t\t\theight.value = getComputedStyle(contentWrapper.value as HTMLElement).height;\n\t\t\t}, 50));\n\n\t\t\tresizeObserver.observe(contentWrapper.value);\n\t\t}\n\t});\n\n</script>\n"],"names":["isOpen","ref","__props","contentWrapper","height","toggleAccordion","onMounted","debounce"],"mappings":";;;;;;;;;;;;;;;;;AA6EO,UAAAA,IAASC,EAVDC,EAUW,MAAM,GACzBC,IAAiBF,KACjBG,IAASH,EAAI,GAAG;AAEtB,aAASI,IAAkB;AACnB,MAAAL,EAAA,QAAQ,CAACA,EAAO;AAAA,IACxB;AAEA,WAAAM,EAAU,MAAI;AACb,MAAIH,EAAe,SACK,IAAI,eAAeI,EAAS,MAAM;AACxD,QAAAH,EAAO,QAAQ,iBAAiBD,EAAe,KAAoB,EAAE;AAAA,MAAA,GACnE,EAAE,CAAC,EAES,QAAQA,EAAe,KAAK;AAAA,IAC5C,CACA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"ui-dropdown.vue.js","sources":["../../../src/components/ui-dropdown/ui-dropdown.vue"],"sourcesContent":["<template>\n\t<div\n\t\tclass=\"h-auto bg-white\"\n\t\t:class=\"{\n\t\t\t'rounded-xl border border-secondary-alt-500': kind === EDropdownKinds.DEFAULT\n\t\t}\"\n\t>\n\t\t<div\n\t\t\tclass=\"flex items-center justify-between px-md py-sm\"\n\t\t\t:class=\"{\n\t\t\t\t'rounded-xl border border-secondary': kind === EDropdownKinds.SECONDARY\n\t\t\t}\"\n\t\t\t@click=\"toggleAccordion\"\n\t\t>\n\t\t\t<ui-typography\n\t\t\t\tline-height\n\t\t\t\t:size=\"ETypographySizes.LG\"\n\t\t\t\t:weight=\"ETextWeight.SEMI_BOLD \"\n\t\t\t>\n\t\t\t\t{{ header }}\n\t\t\t</ui-typography>\n\n\t\t\t<ui-icon\n\t\t\t\tclass=\"item-icon duration-200\"\n\t\t\t\t:class=\"{\n\t\t\t\t\t'rotate-180': isOpen,\n\t\t\t\t\t'rotate-0': !isOpen\n\t\t\t\t}\"\n\t\t\t\t:icon-name=\"iconName\"\n\t\t\t\t:size=\"ESize.SM\"\n\t\t\t/>\n\t\t</div>\n\n\t\t<div\n\t\t\tclass=\"overflow-hidden duration-300 ease-in-out\"\n\t\t\t:style=\"{\n\t\t\t\theight\n\t\t\t}\"\n\t\t\t:class=\"{\n\t\t\t\t'border border-transparent border-t-secondary-alt-300':\n\t\t\t\t\tkind === EDropdownKinds.DEFAULT,\n\t\t\t\t'!h-0 !border-transparent': !isOpen\n\t\t\t}\"\n\t\t>\n\t\t\t<div\n\t\t\t\tref=\"contentWrapper\"\n\n\t\t\t\tclass=\"box-border pt-sm\"\n\t\t\t\t:class=\"{\n\t\t\t\t\t'p-sm': kind === EDropdownKinds.DEFAULT\n\t\t\t\t}\"\n\t\t\t>\n\t\t\t\t<slot>\n\t\t\t\t\t{{ subText }}\n\t\t\t\t</slot>\n\t\t\t</div>\n\t\t</div>\n\t</div>\n</template>\n\n<script lang=\"ts\" setup>\n\timport { onMounted, ref } from \"vue\";\n\timport UiTypography, { ETypographySizes, ETextWeight } from \"../ui-typography\";\n\timport UiIcon, { type TIconName, ESize } from \"../ui-icon\";\n\timport { EDropdownKinds } from \"./_typings\";\n\timport { debounce } from \"../../_utils/debounce\";\n\n\tconst props = withDefaults(defineProps<{\n\t\theader?: string;\n\t\ticonName: TIconName;\n\t\tsubText?: string;\n\t\tkind?: EDropdownKinds;\n\t\tactive?: boolean;\n\t}>(), {\n\t\tkind: EDropdownKinds.DEFAULT,\n\t});\n\n\tconst isOpen = ref(props.active);\n\tconst contentWrapper = ref<HTMLElement>();\n\tconst height = ref(\"0\");\n\n\tfunction toggleAccordion() {\n\t\tisOpen.value = !isOpen.value;\n\t}\n\n\tonMounted(()=>{\n\t\tif (contentWrapper.value) {\n\t\t\tconst resizeObserver = new ResizeObserver(debounce(() => {\n\t\t\t\theight.value = getComputedStyle(contentWrapper.value as HTMLElement).height;\n\t\t\t}, 50));\n\n\t\t\tresizeObserver.observe(contentWrapper.value);\n\t\t}\n\t});\n\n</script>\n"],"names":["isOpen","ref","__props","contentWrapper","height","toggleAccordion","onMounted","debounce"],"mappings":";;;;;;;;;;;;;;;;;AA6EO,UAAAA,IAASC,EAVDC,EAUW,MAAM,GACzBC,IAAiBF,KACjBG,IAASH,EAAI,GAAG;AAEtB,aAASI,IAAkB;AACnB,MAAAL,EAAA,QAAQ,CAACA,EAAO;AAAA,IACxB;AAEA,WAAAM,EAAU,MAAI;AACb,MAAIH,EAAe,SACK,IAAI,eAAeI,EAAS,MAAM;AACxD,QAAAH,EAAO,QAAQ,iBAAiBD,EAAe,KAAoB,EAAE;AAAA,MAAA,GACnE,EAAE,CAAC,EAES,QAAQA,EAAe,KAAK;AAAA,IAC5C,CACA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -2,7 +2,6 @@ import { default as UiIcon } from './ui-icon.vue';
2
2
  import { DefineComponent, PropType, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
3
3
  import { ESize } from '../../_types/sizing';
4
4
  import { TIconName } from './_typings';
5
-
6
5
  export { UiIcon };
7
6
  export { ESize } from '../../_types/sizing';
8
7
  export { EIconType } from './_typings';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui-icon/index.ts"],"names":[],"mappings":"AAAA,OAAO,MAAM,MAAM,eAAe,CAAC;AAEnC,OAAO,EAAE,MAAM,EAAE,CAAC;AAElB,OAAO,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAC5C,OAAO,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AACvC,YAAY,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAC5C;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;MAAS,CAAC;AACjC,eAAe,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui-icon/index.ts"],"names":[],"mappings":";;;AAAA,OAAO,MAAM,MAAM,eAAe,CAAC;AAEnC,OAAO,EAAE,MAAM,EAAE,CAAC;AAElB,OAAO,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAC5C,OAAO,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AACvC,YAAY,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAC5C;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;MAAS,CAAC;AACjC,eAAe,iBAAiB,CAAC"}
@@ -1,13 +1,12 @@
1
1
  import { ESize } from '../../_types/sizing';
2
2
  import { TIconName } from './_typings';
3
3
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
4
-
5
- declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
4
+ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
6
5
  size?: ESize;
7
6
  iconName: TIconName;
8
7
  }>, {
9
8
  size: ESize;
10
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
9
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
11
10
  size?: ESize;
12
11
  iconName: TIconName;
13
12
  }>, {
@@ -16,8 +15,13 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
16
15
  size: ESize;
17
16
  }, {}>;
18
17
  export default _default;
18
+ type __VLS_WithDefaults<P, D> = {
19
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
20
+ default: D[K];
21
+ }> : P[K];
22
+ };
19
23
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
20
- type __VLS_TypePropsToRuntimeProps<T> = {
24
+ type __VLS_TypePropsToOption<T> = {
21
25
  [K in keyof T]-?: {} extends Pick<T, K> ? {
22
26
  type: PropType<__VLS_NonUndefinedable<T[K]>>;
23
27
  } : {
@@ -25,12 +29,7 @@ type __VLS_TypePropsToRuntimeProps<T> = {
25
29
  required: true;
26
30
  };
27
31
  };
28
- type __VLS_WithDefaults<P, D> = {
29
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
30
- default: D[K];
31
- }> : P[K];
32
- };
33
- type __VLS_Prettify<T> = {
32
+ type __VLS_PrettifyLocal<T> = {
34
33
  [K in keyof T]: T[K];
35
34
  } & {};
36
35
  //# sourceMappingURL=ui-icon.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ui-icon.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-icon/ui-icon.vue"],"names":[],"mappings":"AAmBA;AAEC,OAAO,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAC5C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;;WAmFpC,KAAK;cACF,SAAS;;;;WADZ,KAAK;cACF,SAAS;;;;UADZ,KAAK;;AANd,wBASG;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-icon.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-icon/ui-icon.vue"],"names":[],"mappings":";AAiCC,OAAO,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAC5C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;;WAKpC,KAAK;cACF,SAAS;;;;WADZ,KAAK;cACF,SAAS;;;;UADZ,KAAK;;AAwFd,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 UiIconWrapper } from './ui-icon-wrapper.vue';
2
2
  import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
3
3
  import { EIconWrapperSizes, EIconWrapperTypes } from './_typings';
4
-
5
4
  export { UiIconWrapper };
6
5
  export { EIconWrapperTypes, EIconWrapperSizes } from './_typings';
7
6
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui-icon-wrapper/index.ts"],"names":[],"mappings":"AAAA,OAAO,aAAa,MAAM,uBAAuB,CAAC;AAElD,OAAO,EAAE,aAAa,EAAE,CAAC;AAEzB,OAAO,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAC;AAClE;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAgB,CAAC;AACxC,eAAe,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui-icon-wrapper/index.ts"],"names":[],"mappings":";;AAAA,OAAO,aAAa,MAAM,uBAAuB,CAAC;AAElD,OAAO,EAAE,aAAa,EAAE,CAAC;AAEzB,OAAO,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAC;AAClE;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAgB,CAAC;AACxC,eAAe,iBAAiB,CAAC"}
@@ -1,27 +1,36 @@
1
1
  import { EIconWrapperSizes, EIconWrapperTypes } from './_typings';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
-
4
3
  type TProps = {
5
4
  kind?: EIconWrapperTypes;
6
5
  size?: EIconWrapperSizes;
7
6
  };
8
7
  declare function __VLS_template(): {
9
- default?(_: {}): any;
8
+ slots: {
9
+ default?(_: {}): any;
10
+ };
11
+ refs: {};
12
+ attrs: Partial<{}>;
10
13
  };
11
- declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TProps>, {
14
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
15
+ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<TProps>, {
12
16
  kind: EIconWrapperTypes;
13
17
  size: EIconWrapperSizes;
14
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TProps>, {
18
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<TProps>, {
15
19
  kind: EIconWrapperTypes;
16
20
  size: EIconWrapperSizes;
17
21
  }>>>, {
18
22
  size: EIconWrapperSizes;
19
23
  kind: EIconWrapperTypes;
20
24
  }, {}>;
21
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
25
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
22
26
  export default _default;
27
+ type __VLS_WithDefaults<P, D> = {
28
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
29
+ default: D[K];
30
+ }> : P[K];
31
+ };
23
32
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
24
- type __VLS_TypePropsToRuntimeProps<T> = {
33
+ type __VLS_TypePropsToOption<T> = {
25
34
  [K in keyof T]-?: {} extends Pick<T, K> ? {
26
35
  type: PropType<__VLS_NonUndefinedable<T[K]>>;
27
36
  } : {
@@ -29,17 +38,12 @@ type __VLS_TypePropsToRuntimeProps<T> = {
29
38
  required: true;
30
39
  };
31
40
  };
32
- type __VLS_WithDefaults<P, D> = {
33
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
34
- default: D[K];
35
- }> : P[K];
36
- };
37
- type __VLS_Prettify<T> = {
38
- [K in keyof T]: T[K];
39
- } & {};
40
41
  type __VLS_WithTemplateSlots<T, S> = T & {
41
42
  new (): {
42
43
  $slots: S;
43
44
  };
44
45
  };
46
+ type __VLS_PrettifyLocal<T> = {
47
+ [K in keyof T]: T[K];
48
+ } & {};
45
49
  //# sourceMappingURL=ui-icon-wrapper.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ui-icon-wrapper.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-icon-wrapper/ui-icon-wrapper.vue"],"names":[],"mappings":"AAiBA;AAEC,OAAO,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAC;AAInE,KAAK,MAAM,GAAG;IACZ,IAAI,CAAC,EAAE,iBAAiB,CAAC;IACzB,IAAI,CAAC,EAAE,iBAAiB,CAAC;CACzB,CAAA;AAeF,iBAAS,cAAc;qBAgEM,GAAG;EAK/B;AAUD,QAAA,MAAM,eAAe;;;;;;;UA/FZ,iBAAiB;UADjB,iBAAiB;MAsGxB,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-icon-wrapper.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-icon-wrapper/ui-icon-wrapper.vue"],"names":[],"mappings":";AA8CC,OAAO,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAC;AAInE,KAAK,MAAM,GAAG;IACZ,IAAI,CAAC,EAAE,iBAAiB,CAAC;IACzB,IAAI,CAAC,EAAE,iBAAiB,CAAC;CACzB,CAAA;AAiBF,iBAAS,cAAc;;yBA6CM,GAAG;;;WASlB,OAAO,IAA6B;EAEjD;AAUD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;UArFZ,iBAAiB;UADjB,iBAAiB;MA4FxB,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 UiInput } from './ui-input.vue';
2
2
  import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
3
3
  import { EInputType, EInputKinds, EAutocomplete } from './_typings';
4
-
5
4
  export { EInputType, EInputKinds, EAutocomplete } from './_typings';
6
5
  export { UiInput };
7
6
  /**
@@ -13,23 +12,18 @@ declare const deprecatedDefault: {
13
12
  type: PropType<EInputType>;
14
13
  default: EInputType;
15
14
  };
16
- pattern: {
17
- type: PropType<string>;
18
- default: undefined;
19
- };
20
15
  kind: {
21
16
  type: PropType<EInputKinds>;
22
17
  default: EInputKinds;
23
18
  };
19
+ pattern: {
20
+ type: PropType<string>;
21
+ default: undefined;
22
+ };
24
23
  disabled: {
25
24
  type: PropType<boolean>;
26
25
  default: boolean;
27
26
  };
28
- modelValue: {
29
- type: PropType<string | number>;
30
- required: true;
31
- default: string;
32
- };
33
27
  name: {
34
28
  type: PropType<string>;
35
29
  default: undefined;
@@ -38,6 +32,11 @@ declare const deprecatedDefault: {
38
32
  type: PropType<string>;
39
33
  default: string;
40
34
  };
35
+ modelValue: {
36
+ type: PropType<string | number>;
37
+ required: true;
38
+ default: string;
39
+ };
41
40
  heading: {
42
41
  type: PropType<string>;
43
42
  default: undefined;
@@ -71,23 +70,18 @@ declare const deprecatedDefault: {
71
70
  type: PropType<EInputType>;
72
71
  default: EInputType;
73
72
  };
74
- pattern: {
75
- type: PropType<string>;
76
- default: undefined;
77
- };
78
73
  kind: {
79
74
  type: PropType<EInputKinds>;
80
75
  default: EInputKinds;
81
76
  };
77
+ pattern: {
78
+ type: PropType<string>;
79
+ default: undefined;
80
+ };
82
81
  disabled: {
83
82
  type: PropType<boolean>;
84
83
  default: boolean;
85
84
  };
86
- modelValue: {
87
- type: PropType<string | number>;
88
- required: true;
89
- default: string;
90
- };
91
85
  name: {
92
86
  type: PropType<string>;
93
87
  default: undefined;
@@ -96,6 +90,11 @@ declare const deprecatedDefault: {
96
90
  type: PropType<string>;
97
91
  default: string;
98
92
  };
93
+ modelValue: {
94
+ type: PropType<string | number>;
95
+ required: true;
96
+ default: string;
97
+ };
99
98
  heading: {
100
99
  type: PropType<string>;
101
100
  default: undefined;
@@ -124,12 +123,12 @@ declare const deprecatedDefault: {
124
123
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
125
124
  }, {
126
125
  type: EInputType;
127
- pattern: string;
128
126
  kind: EInputKinds;
127
+ pattern: string;
129
128
  disabled: boolean;
130
- modelValue: string | number;
131
129
  name: string;
132
130
  placeholder: string;
131
+ modelValue: string | number;
133
132
  heading: string;
134
133
  subLabel: string;
135
134
  maxlength: string;
@@ -148,23 +147,18 @@ declare const deprecatedDefault: {
148
147
  type: PropType<EInputType>;
149
148
  default: EInputType;
150
149
  };
151
- pattern: {
152
- type: PropType<string>;
153
- default: undefined;
154
- };
155
150
  kind: {
156
151
  type: PropType<EInputKinds>;
157
152
  default: EInputKinds;
158
153
  };
154
+ pattern: {
155
+ type: PropType<string>;
156
+ default: undefined;
157
+ };
159
158
  disabled: {
160
159
  type: PropType<boolean>;
161
160
  default: boolean;
162
161
  };
163
- modelValue: {
164
- type: PropType<string | number>;
165
- required: true;
166
- default: string;
167
- };
168
162
  name: {
169
163
  type: PropType<string>;
170
164
  default: undefined;
@@ -173,6 +167,11 @@ declare const deprecatedDefault: {
173
167
  type: PropType<string>;
174
168
  default: string;
175
169
  };
170
+ modelValue: {
171
+ type: PropType<string | number>;
172
+ required: true;
173
+ default: string;
174
+ };
176
175
  heading: {
177
176
  type: PropType<string>;
178
177
  default: undefined;
@@ -201,12 +200,12 @@ declare const deprecatedDefault: {
201
200
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
202
201
  }, {}, {}, {}, {}, {
203
202
  type: EInputType;
204
- pattern: string;
205
203
  kind: EInputKinds;
204
+ pattern: string;
206
205
  disabled: boolean;
207
- modelValue: string | number;
208
206
  name: string;
209
207
  placeholder: string;
208
+ modelValue: string | number;
210
209
  heading: string;
211
210
  subLabel: string;
212
211
  maxlength: string;
@@ -222,23 +221,18 @@ declare const deprecatedDefault: {
222
221
  type: PropType<EInputType>;
223
222
  default: EInputType;
224
223
  };
225
- pattern: {
226
- type: PropType<string>;
227
- default: undefined;
228
- };
229
224
  kind: {
230
225
  type: PropType<EInputKinds>;
231
226
  default: EInputKinds;
232
227
  };
228
+ pattern: {
229
+ type: PropType<string>;
230
+ default: undefined;
231
+ };
233
232
  disabled: {
234
233
  type: PropType<boolean>;
235
234
  default: boolean;
236
235
  };
237
- modelValue: {
238
- type: PropType<string | number>;
239
- required: true;
240
- default: string;
241
- };
242
236
  name: {
243
237
  type: PropType<string>;
244
238
  default: undefined;
@@ -247,6 +241,11 @@ declare const deprecatedDefault: {
247
241
  type: PropType<string>;
248
242
  default: string;
249
243
  };
244
+ modelValue: {
245
+ type: PropType<string | number>;
246
+ required: true;
247
+ default: string;
248
+ };
250
249
  heading: {
251
250
  type: PropType<string>;
252
251
  default: undefined;
@@ -277,12 +276,12 @@ declare const deprecatedDefault: {
277
276
  "update:modelValue": (...args: any[]) => void;
278
277
  }, string, {
279
278
  type: EInputType;
280
- pattern: string;
281
279
  kind: EInputKinds;
280
+ pattern: string;
282
281
  disabled: boolean;
283
- modelValue: string | number;
284
282
  name: string;
285
283
  placeholder: string;
284
+ modelValue: string | number;
286
285
  heading: string;
287
286
  subLabel: string;
288
287
  maxlength: string;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui-input/index.ts"],"names":[],"mappings":"AAAA,OAAO,OAAO,MAAM,gBAAgB,CAAC;AAErC,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AACpE,OAAO,EAAE,OAAO,EAAE,CAAC;AAEnB;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAU,CAAC;AAClC,eAAe,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui-input/index.ts"],"names":[],"mappings":";;AAAA,OAAO,OAAO,MAAM,gBAAgB,CAAC;AAErC,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AACpE,OAAO,EAAE,OAAO,EAAE,CAAC;AAEnB;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAU,CAAC;AAClC,eAAe,iBAAiB,CAAC"}
@@ -1,13 +1,17 @@
1
1
  import { EAutocomplete, EInputKinds, EInputType } from './_typings';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
-
4
3
  declare function __VLS_template(): {
5
- header?(_: {}): any;
6
- "prefix-icon"?(_: {}): any;
7
- "postfix-icon"?(_: {}): any;
8
- subLabel?(_: {}): any;
4
+ slots: {
5
+ header?(_: {}): any;
6
+ "prefix-icon"?(_: {}): any;
7
+ "postfix-icon"?(_: {}): any;
8
+ subLabel?(_: {}): any;
9
+ };
10
+ refs: {};
11
+ attrs: Partial<{}>;
9
12
  };
10
- declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
13
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
+ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
11
15
  placeholder?: string;
12
16
  modelValue: string | number;
13
17
  disabled?: boolean;
@@ -37,7 +41,7 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
37
41
  kind: EInputKinds;
38
42
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
39
43
  "update:modelValue": (...args: any[]) => void;
40
- }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
44
+ }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
41
45
  placeholder?: string;
42
46
  modelValue: string | number;
43
47
  disabled?: boolean;
@@ -69,12 +73,12 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
69
73
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
70
74
  }, {
71
75
  type: EInputType;
72
- pattern: string;
73
76
  kind: EInputKinds;
77
+ pattern: string;
74
78
  disabled: boolean;
75
- modelValue: string | number;
76
79
  name: string;
77
80
  placeholder: string;
81
+ modelValue: string | number;
78
82
  heading: string;
79
83
  subLabel: string;
80
84
  maxlength: string;
@@ -82,10 +86,15 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
82
86
  focusHandler: (e: FocusEvent) => void;
83
87
  autocomplete: EAutocomplete;
84
88
  }, {}>;
85
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
89
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
86
90
  export default _default;
91
+ type __VLS_WithDefaults<P, D> = {
92
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
93
+ default: D[K];
94
+ }> : P[K];
95
+ };
87
96
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
88
- type __VLS_TypePropsToRuntimeProps<T> = {
97
+ type __VLS_TypePropsToOption<T> = {
89
98
  [K in keyof T]-?: {} extends Pick<T, K> ? {
90
99
  type: PropType<__VLS_NonUndefinedable<T[K]>>;
91
100
  } : {
@@ -93,17 +102,12 @@ type __VLS_TypePropsToRuntimeProps<T> = {
93
102
  required: true;
94
103
  };
95
104
  };
96
- type __VLS_WithDefaults<P, D> = {
97
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
98
- default: D[K];
99
- }> : P[K];
100
- };
101
- type __VLS_Prettify<T> = {
102
- [K in keyof T]: T[K];
103
- } & {};
104
105
  type __VLS_WithTemplateSlots<T, S> = T & {
105
106
  new (): {
106
107
  $slots: S;
107
108
  };
108
109
  };
110
+ type __VLS_PrettifyLocal<T> = {
111
+ [K in keyof T]: T[K];
112
+ } & {};
109
113
  //# sourceMappingURL=ui-input.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ui-input.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-input/ui-input.vue"],"names":[],"mappings":"AA4EA;AAGC,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AA+DrE,iBAAS,cAAc;oBA6IK,GAAG;2BACK,GAAG;4BACF,GAAG;sBACT,GAAG;EAGjC;AA4BD,QAAA,MAAM,eAAe;kBAML,MAAM;gBACR,MAAM,GAAG,MAAM;eAChB,OAAO;WACX,WAAW;cACR,MAAM;eACL,MAAM;WACV,UAAU;cACP,MAAM;gBACJ,MAAM;gBACN,MAAM;mBACH,CAAC,CAAC,EAAC,UAAU,KAAK,IAAI;mBACtB,aAAa;WACrB,MAAM;;;;;;;;;;;;;;;;;;kBAZC,MAAM;gBACR,MAAM,GAAG,MAAM;eAChB,OAAO;WACX,WAAW;cACR,MAAM;eACL,MAAM;WACV,UAAU;cACP,MAAM;gBACJ,MAAM;gBACN,MAAM;mBACH,CAAC,CAAC,EAAC,UAAU,KAAK,IAAI;mBACtB,aAAa;WACrB,MAAM;;;;;;;;;;;;;;;;;;UANN,UAAU;aACP,MAAM;UAJT,WAAW;cADP,OAAO;gBADN,MAAM,GAAG,MAAM;UAWpB,MAAM;iBAZC,MAAM;aAIV,MAAM;cACL,MAAM;eAGL,MAAM;eACN,MAAM;kBACH,CAAC,CAAC,EAAC,UAAU,KAAK,IAAI;kBACtB,aAAa;MAI5B,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-input.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-input/ui-input.vue"],"names":[],"mappings":";AA6HC,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAkErE,iBAAS,cAAc;;wBAqFK,GAAG;+BACI,GAAG;gCACF,GAAG;0BACT,GAAG;;;WASnB,OAAO,IAA6B;EAEjD;AAcD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;kBA9KL,MAAM;gBACR,MAAM,GAAG,MAAM;eAChB,OAAO;WACX,WAAW;cACR,MAAM;eACL,MAAM;WACV,UAAU;cACP,MAAM;gBACJ,MAAM;gBACN,MAAM;mBACH,CAAC,CAAC,EAAC,UAAU,KAAK,IAAI;mBACtB,aAAa;WACrB,MAAM;;;;;;;;;;;;;;;;;;kBAZC,MAAM;gBACR,MAAM,GAAG,MAAM;eAChB,OAAO;WACX,WAAW;cACR,MAAM;eACL,MAAM;WACV,UAAU;cACP,MAAM;gBACJ,MAAM;gBACN,MAAM;mBACH,CAAC,CAAC,EAAC,UAAU,KAAK,IAAI;mBACtB,aAAa;WACrB,MAAM;;;;;;;;;;;;;;;;;;UANN,UAAU;UAHV,WAAW;aAIR,MAAM;cALL,OAAO;UAUX,MAAM;iBAZC,MAAM;gBACR,MAAM,GAAG,MAAM;aAGjB,MAAM;cACL,MAAM;eAGL,MAAM;eACN,MAAM;kBACH,CAAC,CAAC,EAAC,UAAU,KAAK,IAAI;kBACtB,aAAa;MA0K5B,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,6 +1,5 @@
1
1
  import { default as UiInputRange } from './ui-input-range.vue';
2
2
  import { DefineComponent, PropType, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
3
-
4
3
  export { UiInputRange };
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-input-range/index.ts"],"names":[],"mappings":"AAAA,OAAO,YAAY,MAAM,sBAAsB,CAAC;AAEhD,OAAO,EAAE,YAAY,EAAE,CAAC;AACxB;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UAAe,CAAC;AACvC,eAAe,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui-input-range/index.ts"],"names":[],"mappings":";AAAA,OAAO,YAAY,MAAM,sBAAsB,CAAC;AAEhD,OAAO,EAAE,YAAY,EAAE,CAAC;AACxB;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UAAe,CAAC;AACvC,eAAe,iBAAiB,CAAC"}
@@ -1,12 +1,12 @@
1
1
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
- declare const _default: DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
+ declare const _default: DefineComponent<__VLS_TypePropsToOption<{
3
3
  modelValue: number;
4
4
  min: string | number;
5
5
  max: string | number;
6
6
  step: string | number;
7
7
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
8
8
  "update:modelValue": (...args: any[]) => void;
9
- }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
9
+ }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption<{
10
10
  modelValue: number;
11
11
  min: string | number;
12
12
  max: string | number;
@@ -16,7 +16,7 @@ declare const _default: DefineComponent<__VLS_TypePropsToRuntimeProps<{
16
16
  }, {}, {}>;
17
17
  export default _default;
18
18
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
19
- type __VLS_TypePropsToRuntimeProps<T> = {
19
+ type __VLS_TypePropsToOption<T> = {
20
20
  [K in keyof T]-?: {} extends Pick<T, K> ? {
21
21
  type: PropType<__VLS_NonUndefinedable<T[K]>>;
22
22
  } : {
@@ -1 +1 @@
1
- {"version":3,"file":"ui-input-range.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-input-range/ui-input-range.vue"],"names":[],"mappings":"AA8DA;;gBAkNc,MAAM;SACb,MAAM,GAAG,MAAM;SACf,MAAM,GAAG,MAAM;UACd,MAAM,GAAG,MAAM;;;;gBAHT,MAAM;SACb,MAAM,GAAG,MAAM;SACf,MAAM,GAAG,MAAM;UACd,MAAM,GAAG,MAAM;;;;AATvB,wBAYG;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"}
1
+ {"version":3,"file":"ui-input-range.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ui-input-range/ui-input-range.vue"],"names":[],"mappings":";;gBAiKc,MAAM;SACb,MAAM,GAAG,MAAM;SACf,MAAM,GAAG,MAAM;UACd,MAAM,GAAG,MAAM;;;;gBAHT,MAAM;SACb,MAAM,GAAG,MAAM;SACf,MAAM,GAAG,MAAM;UACd,MAAM,GAAG,MAAM;;;;AAqKvB,wBAOG;AAKH,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"}