@ulu/frontend-vue 0.1.1-beta.2 → 0.1.1-beta.21

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 (233) hide show
  1. package/dist/{breakpoints-DfGETUy5.js → breakpoints-BK5cY325.js} +1 -1
  2. package/dist/frontend-vue.css +1 -1
  3. package/dist/frontend-vue.js +78 -74
  4. package/dist/{index-94HkwBnP.js → index-CzaotMwA.js} +2457 -2061
  5. package/lib/components/collapsible/UluAccordion.vue +9 -9
  6. package/lib/components/collapsible/UluCollapsible.vue +9 -24
  7. package/lib/components/elements/UluCard.vue +172 -157
  8. package/lib/components/elements/UluDefinitionList.vue +55 -3
  9. package/lib/components/forms/UluSelectableMenu.vue +8 -1
  10. package/lib/components/index.js +3 -1
  11. package/lib/components/navigation/UluMenu.vue +5 -3
  12. package/lib/components/navigation/UluMenuStack.vue +47 -30
  13. package/lib/components/systems/facets/UluFacetsActiveFilters.vue +104 -0
  14. package/lib/components/systems/facets/UluFacetsFilterAccordions.vue +94 -0
  15. package/lib/components/systems/facets/UluFacetsFilterLists.vue +15 -11
  16. package/lib/components/systems/facets/UluFacetsList.vue +3 -1
  17. package/lib/components/systems/facets/UluFacetsSearch.vue +1 -1
  18. package/lib/components/systems/facets/UluFacetsSidebarLayout.vue +32 -12
  19. package/lib/components/systems/facets/useFacets.js +166 -40
  20. package/lib/components/systems/index.js +2 -0
  21. package/lib/components/systems/slider/UluSlideShow.vue +2 -2
  22. package/lib/components/utils/{UluCondText.vue → UluConditionalText.vue} +1 -1
  23. package/lib/components/utils/UluConditionalWrapper.vue +29 -0
  24. package/lib/components/utils/UluRouteAnnouncer.vue +1 -1
  25. package/lib/components/utils/UluSanityRichText.vue +41 -0
  26. package/lib/components/visualizations/UluProgressCircle.vue +1 -1
  27. package/lib/plugins/core/index.js +3 -2
  28. package/lib/plugins/popovers/UluPopover.vue +1 -1
  29. package/package.json +13 -8
  30. package/types/components/collapsible/UluAccordion.vue.d.ts +41 -0
  31. package/types/components/collapsible/UluAccordion.vue.d.ts.map +1 -0
  32. package/types/components/collapsible/UluAccordionGroup.vue.d.ts +19 -0
  33. package/types/components/collapsible/UluAccordionGroup.vue.d.ts.map +1 -0
  34. package/types/components/collapsible/UluCollapsible.vue.d.ts +39 -0
  35. package/types/components/collapsible/UluCollapsible.vue.d.ts.map +1 -0
  36. package/types/components/collapsible/UluDropdown.vue.d.ts +22 -0
  37. package/types/components/collapsible/UluDropdown.vue.d.ts.map +1 -0
  38. package/types/components/collapsible/UluModal.vue.d.ts +253 -0
  39. package/types/components/collapsible/UluModal.vue.d.ts.map +1 -0
  40. package/types/components/collapsible/UluOverflowPopover.vue.d.ts +18 -0
  41. package/types/components/collapsible/UluOverflowPopover.vue.d.ts.map +1 -0
  42. package/types/components/collapsible/UluTab.vue.d.ts +10 -0
  43. package/types/components/collapsible/UluTab.vue.d.ts.map +1 -0
  44. package/types/components/collapsible/UluTabGroup.vue.d.ts +18 -0
  45. package/types/components/collapsible/UluTabGroup.vue.d.ts.map +1 -0
  46. package/types/components/collapsible/UluTabList.vue.d.ts +10 -0
  47. package/types/components/collapsible/UluTabList.vue.d.ts.map +1 -0
  48. package/types/components/collapsible/UluTabPanel.vue.d.ts +10 -0
  49. package/types/components/collapsible/UluTabPanel.vue.d.ts.map +1 -0
  50. package/types/components/collapsible/UluTabPanels.vue.d.ts +10 -0
  51. package/types/components/collapsible/UluTabPanels.vue.d.ts.map +1 -0
  52. package/types/components/elements/UluAlert.vue.d.ts +147 -0
  53. package/types/components/elements/UluAlert.vue.d.ts.map +1 -0
  54. package/types/components/elements/UluBadge.vue.d.ts +30 -0
  55. package/types/components/elements/UluBadge.vue.d.ts.map +1 -0
  56. package/types/components/elements/UluBadgeStack.vue.d.ts +9 -0
  57. package/types/components/elements/UluBadgeStack.vue.d.ts.map +1 -0
  58. package/types/components/elements/UluButton.vue.d.ts +186 -0
  59. package/types/components/elements/UluButton.vue.d.ts.map +1 -0
  60. package/types/components/elements/UluButtonVerbose.vue.d.ts +126 -0
  61. package/types/components/elements/UluButtonVerbose.vue.d.ts.map +1 -0
  62. package/types/components/elements/UluCallout.vue.d.ts +27 -0
  63. package/types/components/elements/UluCallout.vue.d.ts.map +1 -0
  64. package/types/components/elements/UluCard.vue.d.ts +66 -0
  65. package/types/components/elements/UluCard.vue.d.ts.map +1 -0
  66. package/types/components/elements/UluDefinitionList.vue.d.ts +42 -0
  67. package/types/components/elements/UluDefinitionList.vue.d.ts.map +1 -0
  68. package/types/components/elements/UluExternalLink.vue.d.ts +25 -0
  69. package/types/components/elements/UluExternalLink.vue.d.ts.map +1 -0
  70. package/types/components/elements/UluIcon.vue.d.ts +11 -0
  71. package/types/components/elements/UluIcon.vue.d.ts.map +1 -0
  72. package/types/components/elements/UluList.vue.d.ts +37 -0
  73. package/types/components/elements/UluList.vue.d.ts.map +1 -0
  74. package/types/components/elements/UluMain.vue.d.ts +13 -0
  75. package/types/components/elements/UluMain.vue.d.ts.map +1 -0
  76. package/types/components/elements/UluSpokeSpinner.vue.d.ts +9 -0
  77. package/types/components/elements/UluSpokeSpinner.vue.d.ts.map +1 -0
  78. package/types/components/elements/UluTag.vue.d.ts +26 -0
  79. package/types/components/elements/UluTag.vue.d.ts.map +1 -0
  80. package/types/components/forms/UluFileDisplay.vue.d.ts +23 -0
  81. package/types/components/forms/UluFileDisplay.vue.d.ts.map +1 -0
  82. package/types/components/forms/UluFormFile.vue.d.ts +26 -0
  83. package/types/components/forms/UluFormFile.vue.d.ts.map +1 -0
  84. package/types/components/forms/UluFormMessage.vue.d.ts +18 -0
  85. package/types/components/forms/UluFormMessage.vue.d.ts.map +1 -0
  86. package/types/components/forms/UluFormSelect.vue.d.ts +24 -0
  87. package/types/components/forms/UluFormSelect.vue.d.ts.map +1 -0
  88. package/types/components/forms/UluFormText.vue.d.ts +22 -0
  89. package/types/components/forms/UluFormText.vue.d.ts.map +1 -0
  90. package/types/components/forms/UluSearchForm.vue.d.ts +9 -0
  91. package/types/components/forms/UluSearchForm.vue.d.ts.map +1 -0
  92. package/types/components/forms/UluSelectableMenu.vue.d.ts +30 -0
  93. package/types/components/forms/UluSelectableMenu.vue.d.ts.map +1 -0
  94. package/types/components/index.d.ts +50 -0
  95. package/types/components/layout/UluAdaptiveLayout.vue.d.ts +12 -0
  96. package/types/components/layout/UluAdaptiveLayout.vue.d.ts.map +1 -0
  97. package/types/components/layout/UluDataGrid.vue.d.ts +3 -0
  98. package/types/components/layout/UluDataGrid.vue.d.ts.map +1 -0
  99. package/types/components/layout/UluTitleRail.vue.d.ts +91 -0
  100. package/types/components/layout/UluTitleRail.vue.d.ts.map +1 -0
  101. package/types/components/layout/UluWhenBreakpoint.vue.d.ts +20 -0
  102. package/types/components/layout/UluWhenBreakpoint.vue.d.ts.map +1 -0
  103. package/types/components/navigation/UluBreadcrumb.vue.d.ts +71 -0
  104. package/types/components/navigation/UluBreadcrumb.vue.d.ts.map +1 -0
  105. package/types/components/navigation/UluMenu.vue.d.ts +142 -0
  106. package/types/components/navigation/UluMenu.vue.d.ts.map +1 -0
  107. package/types/components/navigation/UluMenuStack.vue.d.ts +19 -0
  108. package/types/components/navigation/UluMenuStack.vue.d.ts.map +1 -0
  109. package/types/components/navigation/UluNavStrip.vue.d.ts +138 -0
  110. package/types/components/navigation/UluNavStrip.vue.d.ts.map +1 -0
  111. package/types/components/navigation/UluPager.vue.d.ts +15 -0
  112. package/types/components/navigation/UluPager.vue.d.ts.map +1 -0
  113. package/types/components/navigation/UluSkipLink.vue.d.ts +3 -0
  114. package/types/components/navigation/UluSkipLink.vue.d.ts.map +1 -0
  115. package/types/components/systems/facets/ExampleFacetsWithPagination.vue.d.ts +3 -0
  116. package/types/components/systems/facets/ExampleFacetsWithPagination.vue.d.ts.map +1 -0
  117. package/types/components/systems/facets/UluFacetsActiveFilters.vue.d.ts +24 -0
  118. package/types/components/systems/facets/UluFacetsActiveFilters.vue.d.ts.map +1 -0
  119. package/types/components/systems/facets/UluFacetsFilterAccordions.vue.d.ts +29 -0
  120. package/types/components/systems/facets/UluFacetsFilterAccordions.vue.d.ts.map +1 -0
  121. package/types/components/systems/facets/UluFacetsFilterLists.vue.d.ts +27 -0
  122. package/types/components/systems/facets/UluFacetsFilterLists.vue.d.ts.map +1 -0
  123. package/types/components/systems/facets/UluFacetsFilterPopovers.vue.d.ts +25 -0
  124. package/types/components/systems/facets/UluFacetsFilterPopovers.vue.d.ts.map +1 -0
  125. package/types/components/systems/facets/UluFacetsFilterSelects.vue.d.ts +11 -0
  126. package/types/components/systems/facets/UluFacetsFilterSelects.vue.d.ts.map +1 -0
  127. package/types/components/systems/facets/UluFacetsHeaderLayout.vue.d.ts +12 -0
  128. package/types/components/systems/facets/UluFacetsHeaderLayout.vue.d.ts.map +1 -0
  129. package/types/components/systems/facets/UluFacetsList.vue.d.ts +21 -0
  130. package/types/components/systems/facets/UluFacetsList.vue.d.ts.map +1 -0
  131. package/types/components/systems/facets/UluFacetsResults.vue.d.ts +27 -0
  132. package/types/components/systems/facets/UluFacetsResults.vue.d.ts.map +1 -0
  133. package/types/components/systems/facets/UluFacetsSearch.vue.d.ts +15 -0
  134. package/types/components/systems/facets/UluFacetsSearch.vue.d.ts.map +1 -0
  135. package/types/components/systems/facets/UluFacetsSidebarLayout.vue.d.ts +22 -0
  136. package/types/components/systems/facets/UluFacetsSidebarLayout.vue.d.ts.map +1 -0
  137. package/types/components/systems/facets/UluFacetsSort.vue.d.ts +22 -0
  138. package/types/components/systems/facets/UluFacetsSort.vue.d.ts.map +1 -0
  139. package/types/components/systems/facets/useFacets.d.ts +30 -12
  140. package/types/components/systems/facets/useFacets.d.ts.map +1 -1
  141. package/types/components/systems/index.d.ts +25 -0
  142. package/types/components/systems/scroll-anchors/UluScrollAnchors.vue.d.ts +60 -0
  143. package/types/components/systems/scroll-anchors/UluScrollAnchors.vue.d.ts.map +1 -0
  144. package/types/components/systems/scroll-anchors/UluScrollAnchorsNav.vue.d.ts +15 -0
  145. package/types/components/systems/scroll-anchors/UluScrollAnchorsNav.vue.d.ts.map +1 -0
  146. package/types/components/systems/scroll-anchors/UluScrollAnchorsNavAnimated.vue.d.ts +32 -0
  147. package/types/components/systems/scroll-anchors/UluScrollAnchorsNavAnimated.vue.d.ts.map +1 -0
  148. package/types/components/systems/scroll-anchors/UluScrollAnchorsSection.vue.d.ts +50 -0
  149. package/types/components/systems/scroll-anchors/UluScrollAnchorsSection.vue.d.ts.map +1 -0
  150. package/types/components/systems/scroll-anchors/symbols.d.ts +3 -3
  151. package/types/components/systems/scroll-anchors/symbols.d.ts.map +1 -1
  152. package/types/components/systems/skeleton/UluShowSkeleton.vue.d.ts +16 -0
  153. package/types/components/systems/skeleton/UluShowSkeleton.vue.d.ts.map +1 -0
  154. package/types/components/systems/skeleton/UluSkeletonContent.vue.d.ts +9 -0
  155. package/types/components/systems/skeleton/UluSkeletonContent.vue.d.ts.map +1 -0
  156. package/types/components/systems/skeleton/UluSkeletonMedia.vue.d.ts +3 -0
  157. package/types/components/systems/skeleton/UluSkeletonMedia.vue.d.ts.map +1 -0
  158. package/types/components/systems/skeleton/UluSkeletonText.vue.d.ts +13 -0
  159. package/types/components/systems/skeleton/UluSkeletonText.vue.d.ts.map +1 -0
  160. package/types/components/systems/slider/UluImageSlideShow.vue.d.ts +130 -0
  161. package/types/components/systems/slider/UluImageSlideShow.vue.d.ts.map +1 -0
  162. package/types/components/systems/slider/UluSlideShow.vue.d.ts +205 -0
  163. package/types/components/systems/slider/UluSlideShow.vue.d.ts.map +1 -0
  164. package/types/components/systems/slider/UluSlideShowSlide.vue.d.ts +17 -0
  165. package/types/components/systems/slider/UluSlideShowSlide.vue.d.ts.map +1 -0
  166. package/types/components/systems/table-sticky/UluTableSticky.vue.d.ts +455 -0
  167. package/types/components/systems/table-sticky/UluTableSticky.vue.d.ts.map +1 -0
  168. package/types/components/systems/table-sticky/UluTableStickyRows.vue.d.ts +34 -0
  169. package/types/components/systems/table-sticky/UluTableStickyRows.vue.d.ts.map +1 -0
  170. package/types/components/systems/table-sticky/UluTableStickyTable.vue.d.ts +151 -0
  171. package/types/components/systems/table-sticky/UluTableStickyTable.vue.d.ts.map +1 -0
  172. package/types/components/utils/UluCondText.vue.d.ts +29 -0
  173. package/types/components/utils/UluCondText.vue.d.ts.map +1 -0
  174. package/types/components/utils/UluConditionalText.vue.d.ts +29 -0
  175. package/types/components/utils/UluConditionalText.vue.d.ts.map +1 -0
  176. package/types/components/utils/UluConditionalWrapper.vue.d.ts +20 -0
  177. package/types/components/utils/UluConditionalWrapper.vue.d.ts.map +1 -0
  178. package/types/components/utils/UluEmpty.vue.d.ts +3 -0
  179. package/types/components/utils/UluEmpty.vue.d.ts.map +1 -0
  180. package/types/components/utils/UluEmptyView.vue.d.ts +3 -0
  181. package/types/components/utils/UluEmptyView.vue.d.ts.map +1 -0
  182. package/types/components/utils/UluPlaceholderImage.vue.d.ts +61 -0
  183. package/types/components/utils/UluPlaceholderImage.vue.d.ts.map +1 -0
  184. package/types/components/utils/UluPlaceholderText.vue.d.ts +24 -0
  185. package/types/components/utils/UluPlaceholderText.vue.d.ts.map +1 -0
  186. package/types/components/utils/UluRouteAnnouncer.vue.d.ts +63 -0
  187. package/types/components/utils/UluRouteAnnouncer.vue.d.ts.map +1 -0
  188. package/types/components/utils/UluSanityRichText.vue.d.ts +15 -0
  189. package/types/components/utils/UluSanityRichText.vue.d.ts.map +1 -0
  190. package/types/components/visualizations/UluAnimateNumber.vue.d.ts +16 -0
  191. package/types/components/visualizations/UluAnimateNumber.vue.d.ts.map +1 -0
  192. package/types/components/visualizations/UluProgressBar.vue.d.ts +66 -0
  193. package/types/components/visualizations/UluProgressBar.vue.d.ts.map +1 -0
  194. package/types/components/visualizations/UluProgressCircle.vue.d.ts +48 -0
  195. package/types/components/visualizations/UluProgressCircle.vue.d.ts.map +1 -0
  196. package/types/composables/useBreakpointManager.d.ts +1 -1
  197. package/types/composables/useBreakpointManager.d.ts.map +1 -1
  198. package/types/composables/useDocumentTitle.d.ts +4 -4
  199. package/types/composables/useDocumentTitle.d.ts.map +1 -1
  200. package/types/composables/useIcon.d.ts +1 -1
  201. package/types/composables/useIcon.d.ts.map +1 -1
  202. package/types/composables/useModifiers.d.ts +1 -1
  203. package/types/composables/useModifiers.d.ts.map +1 -1
  204. package/types/composables/useWindowResize.d.ts +1 -1
  205. package/types/composables/useWindowResize.d.ts.map +1 -1
  206. package/types/plugins/core/index.d.ts.map +1 -1
  207. package/types/plugins/modals/UluModalsDisplay.vue.d.ts +14 -0
  208. package/types/plugins/modals/UluModalsDisplay.vue.d.ts.map +1 -0
  209. package/types/plugins/modals/api.d.ts +7 -4
  210. package/types/plugins/modals/api.d.ts.map +1 -1
  211. package/types/plugins/popovers/UluPopover.vue.d.ts +53 -0
  212. package/types/plugins/popovers/UluPopover.vue.d.ts.map +1 -0
  213. package/types/plugins/popovers/UluTooltipDisplay.vue.d.ts +3 -0
  214. package/types/plugins/popovers/UluTooltipDisplay.vue.d.ts.map +1 -0
  215. package/types/plugins/popovers/UluTooltipPopover.vue.d.ts +3 -0
  216. package/types/plugins/popovers/UluTooltipPopover.vue.d.ts.map +1 -0
  217. package/types/plugins/popovers/defaults.d.ts +2 -2
  218. package/types/plugins/popovers/defaults.d.ts.map +1 -1
  219. package/types/plugins/popovers/manager.d.ts +50 -6
  220. package/types/plugins/popovers/manager.d.ts.map +1 -1
  221. package/types/plugins/popovers/useFollow.d.ts +4 -4
  222. package/types/plugins/popovers/useFollow.d.ts.map +1 -1
  223. package/types/plugins/toast/UluToast.vue.d.ts +52 -0
  224. package/types/plugins/toast/UluToast.vue.d.ts.map +1 -0
  225. package/types/plugins/toast/UluToastDisplay.vue.d.ts +13 -0
  226. package/types/plugins/toast/UluToastDisplay.vue.d.ts.map +1 -0
  227. package/types/plugins/toast/defaults.d.ts +39 -2
  228. package/types/plugins/toast/store.d.ts +65 -2
  229. package/types/plugins/toast/store.d.ts.map +1 -1
  230. package/types/utils/dom.d.ts +1 -1
  231. package/types/utils/dom.d.ts.map +1 -1
  232. package/types/utils/router.d.ts +15 -15
  233. package/types/utils/router.d.ts.map +1 -1
@@ -0,0 +1,186 @@
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ /**
3
+ * Icon prop, if used will set the icon for the button, will use UluIcon (which uses font-awesome icons conditionally)
4
+ * - If using custom icons don't use this prop, use before or after slots with correct classes (ie .button__icon)
5
+ */
6
+ icon: (StringConstructor | ArrayConstructor)[];
7
+ /**
8
+ * If passing an icon (and not using iconOnly) this determines if the icon is before or after (default) the text
9
+ */
10
+ iconBefore: BooleanConstructor;
11
+ /**
12
+ * Button style for only icon
13
+ */
14
+ iconOnly: BooleanConstructor;
15
+ /**
16
+ * If set will use router-link for button component and pass to prop
17
+ */
18
+ to: (ObjectConstructor | StringConstructor)[];
19
+ /**
20
+ * Sets the button to a link with this href
21
+ */
22
+ href: StringConstructor;
23
+ /**
24
+ * Set a value for target attribute when button is a link
25
+ */
26
+ target: StringConstructor;
27
+ /**
28
+ * Sets the download attribute on the link (passing string [filename] will populate the download attribute, true will just include it as boolean attribute)
29
+ */
30
+ download: (StringConstructor | BooleanConstructor)[];
31
+ /**
32
+ * For icon only buttons or buttons that need an explicit label
33
+ */
34
+ alt: StringConstructor;
35
+ /**
36
+ * If not using slot this sets the buttons text via prop
37
+ */
38
+ text: StringConstructor;
39
+ /**
40
+ * Pass any sizes setup for button (ie. small, large, etc)
41
+ */
42
+ size: StringConstructor;
43
+ /**
44
+ * Preset to set primary style (needs to be a button style in ulu scss)
45
+ */
46
+ primary: BooleanConstructor;
47
+ /**
48
+ * Preset to set secondary style (needs to be a button style in ulu scss)
49
+ */
50
+ secondary: BooleanConstructor;
51
+ /**
52
+ * Preset to set small size (use "size" for any sizes)
53
+ */
54
+ small: BooleanConstructor;
55
+ /**
56
+ * Preset to set large size (use "size" for any sizes)
57
+ */
58
+ large: BooleanConstructor;
59
+ /**
60
+ * Preset to set outline style button (needs to be a button style in ulu scss)
61
+ */
62
+ outline: BooleanConstructor;
63
+ /**
64
+ * Preset to set transparent style button (needs to be a button style in ulu scss)
65
+ */
66
+ transparent: BooleanConstructor;
67
+ /**
68
+ * Add no-margin utility
69
+ */
70
+ noMargin: BooleanConstructor;
71
+ /**
72
+ * Modifiers (to add any modifier classes based on base class [ie. 'tertiary'])
73
+ */
74
+ modifiers: (StringConstructor | ArrayConstructor)[];
75
+ }>, {
76
+ resolvedModifiers: any;
77
+ }, {}, {
78
+ resolvedAriaLabel(): string | null;
79
+ classes(): string[];
80
+ element(): "button" | "a" | import("vue-router")._RouterLinkI;
81
+ attrs(): {
82
+ to: string | Record<string, any>;
83
+ href?: undefined;
84
+ } | {
85
+ href: string;
86
+ to?: undefined;
87
+ } | {
88
+ to?: undefined;
89
+ href?: undefined;
90
+ };
91
+ }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
92
+ /**
93
+ * Icon prop, if used will set the icon for the button, will use UluIcon (which uses font-awesome icons conditionally)
94
+ * - If using custom icons don't use this prop, use before or after slots with correct classes (ie .button__icon)
95
+ */
96
+ icon: (StringConstructor | ArrayConstructor)[];
97
+ /**
98
+ * If passing an icon (and not using iconOnly) this determines if the icon is before or after (default) the text
99
+ */
100
+ iconBefore: BooleanConstructor;
101
+ /**
102
+ * Button style for only icon
103
+ */
104
+ iconOnly: BooleanConstructor;
105
+ /**
106
+ * If set will use router-link for button component and pass to prop
107
+ */
108
+ to: (ObjectConstructor | StringConstructor)[];
109
+ /**
110
+ * Sets the button to a link with this href
111
+ */
112
+ href: StringConstructor;
113
+ /**
114
+ * Set a value for target attribute when button is a link
115
+ */
116
+ target: StringConstructor;
117
+ /**
118
+ * Sets the download attribute on the link (passing string [filename] will populate the download attribute, true will just include it as boolean attribute)
119
+ */
120
+ download: (StringConstructor | BooleanConstructor)[];
121
+ /**
122
+ * For icon only buttons or buttons that need an explicit label
123
+ */
124
+ alt: StringConstructor;
125
+ /**
126
+ * If not using slot this sets the buttons text via prop
127
+ */
128
+ text: StringConstructor;
129
+ /**
130
+ * Pass any sizes setup for button (ie. small, large, etc)
131
+ */
132
+ size: StringConstructor;
133
+ /**
134
+ * Preset to set primary style (needs to be a button style in ulu scss)
135
+ */
136
+ primary: BooleanConstructor;
137
+ /**
138
+ * Preset to set secondary style (needs to be a button style in ulu scss)
139
+ */
140
+ secondary: BooleanConstructor;
141
+ /**
142
+ * Preset to set small size (use "size" for any sizes)
143
+ */
144
+ small: BooleanConstructor;
145
+ /**
146
+ * Preset to set large size (use "size" for any sizes)
147
+ */
148
+ large: BooleanConstructor;
149
+ /**
150
+ * Preset to set outline style button (needs to be a button style in ulu scss)
151
+ */
152
+ outline: BooleanConstructor;
153
+ /**
154
+ * Preset to set transparent style button (needs to be a button style in ulu scss)
155
+ */
156
+ transparent: BooleanConstructor;
157
+ /**
158
+ * Add no-margin utility
159
+ */
160
+ noMargin: BooleanConstructor;
161
+ /**
162
+ * Modifiers (to add any modifier classes based on base class [ie. 'tertiary'])
163
+ */
164
+ modifiers: (StringConstructor | ArrayConstructor)[];
165
+ }>> & Readonly<{}>, {
166
+ small: boolean;
167
+ outline: boolean;
168
+ iconOnly: boolean;
169
+ large: boolean;
170
+ iconBefore: boolean;
171
+ primary: boolean;
172
+ secondary: boolean;
173
+ transparent: boolean;
174
+ noMargin: boolean;
175
+ }, {}, {
176
+ UluIcon: import("vue").DefineComponent<{}, {
177
+ $props: Partial<{
178
+ readonly spaced: boolean;
179
+ readonly icon?: string | boolean | unknown[] | Record<string, any> | undefined;
180
+ }>;
181
+ spaced: boolean;
182
+ icon?: string | boolean | unknown[] | Record<string, any> | undefined;
183
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
184
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
185
+ export default _default;
186
+ //# sourceMappingURL=UluButton.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UluButton.vue.d.ts","sourceRoot":"","sources":["../../../lib/components/elements/UluButton.vue"],"names":[],"mappings":";IA2KM;;;OAGG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;;;;;;;;;;;;;;;;;;IAvEH;;;OAGG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG"}
@@ -0,0 +1,126 @@
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ /**
3
+ * The title of the button. Can also be passed via slot.
4
+ */
5
+ title: StringConstructor;
6
+ /**
7
+ * Optional element to use for title
8
+ */
9
+ titleElement: {
10
+ type: StringConstructor;
11
+ default: string;
12
+ };
13
+ /**
14
+ * The body text of the button. Can also be passed via slot.
15
+ */
16
+ body: StringConstructor;
17
+ /**
18
+ * Icon prop, if used will set the icon for the button, will use UluIcon (which uses font-awesome icons conditionally)
19
+ */
20
+ icon: (StringConstructor | ArrayConstructor)[];
21
+ /**
22
+ * If set will use router-link for button component and pass to prop
23
+ */
24
+ to: (ObjectConstructor | StringConstructor)[];
25
+ /**
26
+ * Sets the button to a link with this href
27
+ */
28
+ href: StringConstructor;
29
+ /**
30
+ * Set a value for target attribute when button is a link
31
+ */
32
+ target: StringConstructor;
33
+ /**
34
+ * Sets the download attribute on the link (passing string [filename] will populate the download attribute, true will just include it as boolean attribute)
35
+ */
36
+ download: (StringConstructor | BooleanConstructor)[];
37
+ /**
38
+ * Preset to set inline style
39
+ */
40
+ inline: BooleanConstructor;
41
+ /**
42
+ * Preset to set full-width style
43
+ */
44
+ fullWidth: BooleanConstructor;
45
+ /**
46
+ * Modifiers (to add any modifier classes based on base class [ie. 'tertiary'])
47
+ */
48
+ modifiers: (StringConstructor | ArrayConstructor)[];
49
+ }>, {
50
+ resolvedModifiers: any;
51
+ }, {}, {
52
+ element(): "button" | "a" | import("vue-router")._RouterLinkI;
53
+ attrs(): {
54
+ to: string | Record<string, any>;
55
+ href?: undefined;
56
+ } | {
57
+ href: string;
58
+ to?: undefined;
59
+ } | {
60
+ to?: undefined;
61
+ href?: undefined;
62
+ };
63
+ }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
64
+ /**
65
+ * The title of the button. Can also be passed via slot.
66
+ */
67
+ title: StringConstructor;
68
+ /**
69
+ * Optional element to use for title
70
+ */
71
+ titleElement: {
72
+ type: StringConstructor;
73
+ default: string;
74
+ };
75
+ /**
76
+ * The body text of the button. Can also be passed via slot.
77
+ */
78
+ body: StringConstructor;
79
+ /**
80
+ * Icon prop, if used will set the icon for the button, will use UluIcon (which uses font-awesome icons conditionally)
81
+ */
82
+ icon: (StringConstructor | ArrayConstructor)[];
83
+ /**
84
+ * If set will use router-link for button component and pass to prop
85
+ */
86
+ to: (ObjectConstructor | StringConstructor)[];
87
+ /**
88
+ * Sets the button to a link with this href
89
+ */
90
+ href: StringConstructor;
91
+ /**
92
+ * Set a value for target attribute when button is a link
93
+ */
94
+ target: StringConstructor;
95
+ /**
96
+ * Sets the download attribute on the link (passing string [filename] will populate the download attribute, true will just include it as boolean attribute)
97
+ */
98
+ download: (StringConstructor | BooleanConstructor)[];
99
+ /**
100
+ * Preset to set inline style
101
+ */
102
+ inline: BooleanConstructor;
103
+ /**
104
+ * Preset to set full-width style
105
+ */
106
+ fullWidth: BooleanConstructor;
107
+ /**
108
+ * Modifiers (to add any modifier classes based on base class [ie. 'tertiary'])
109
+ */
110
+ modifiers: (StringConstructor | ArrayConstructor)[];
111
+ }>> & Readonly<{}>, {
112
+ inline: boolean;
113
+ fullWidth: boolean;
114
+ titleElement: string;
115
+ }, {}, {
116
+ UluIcon: import("vue").DefineComponent<{}, {
117
+ $props: Partial<{
118
+ readonly spaced: boolean;
119
+ readonly icon?: string | boolean | unknown[] | Record<string, any> | undefined;
120
+ }>;
121
+ spaced: boolean;
122
+ icon?: string | boolean | unknown[] | Record<string, any> | undefined;
123
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
124
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
125
+ export default _default;
126
+ //# sourceMappingURL=UluButtonVerbose.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UluButtonVerbose.vue.d.ts","sourceRoot":"","sources":["../../../lib/components/elements/UluButtonVerbose.vue"],"names":[],"mappings":";IAkIM;;OAEG;;IAEH;;OAEG;;;;;IAKH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;;;;;;;;;;;;;;;;IA7CH;;OAEG;;IAEH;;OAEG;;;;;IAKH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG"}
@@ -0,0 +1,27 @@
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ /**
3
+ * Add full height utility class
4
+ */
5
+ fullHeight: BooleanConstructor;
6
+ /**
7
+ * Class modifiers (ie. 'transparent', 'secondary', etc)
8
+ * - Can be String or Array of Strings
9
+ */
10
+ modifiers: (StringConstructor | ArrayConstructor)[];
11
+ }>, {
12
+ resolvedModifiers: any;
13
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
14
+ /**
15
+ * Add full height utility class
16
+ */
17
+ fullHeight: BooleanConstructor;
18
+ /**
19
+ * Class modifiers (ie. 'transparent', 'secondary', etc)
20
+ * - Can be String or Array of Strings
21
+ */
22
+ modifiers: (StringConstructor | ArrayConstructor)[];
23
+ }>> & Readonly<{}>, {
24
+ fullHeight: boolean;
25
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
26
+ export default _default;
27
+ //# sourceMappingURL=UluCallout.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UluCallout.vue.d.ts","sourceRoot":"","sources":["../../../lib/components/elements/UluCallout.vue"],"names":[],"mappings":";IAmCM;;OAEG;;IAEH;;;OAGG;;;;;IAPH;;OAEG;;IAEH;;;OAGG"}
@@ -0,0 +1,66 @@
1
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
2
+ export default _default;
3
+ type __VLS_WithSlots<T, S> = T & (new () => {
4
+ $slots: S;
5
+ });
6
+ declare const __VLS_component: import("vue").DefineComponent<{}, {
7
+ $emit: typeof emit;
8
+ $props: Partial<typeof props>;
9
+ classes: Record<string, any>;
10
+ overlay: boolean;
11
+ horizontal: boolean;
12
+ titleElement: string;
13
+ cardElement: string;
14
+ proxyClick: boolean;
15
+ proxyClickOptions: Record<string, any>;
16
+ imageIcon: boolean;
17
+ horizontalCenter: boolean;
18
+ title?: string | undefined;
19
+ to?: string | Record<string, any> | undefined;
20
+ target?: string | undefined;
21
+ modifiers?: string | unknown[] | undefined;
22
+ href?: string | undefined;
23
+ titleTo?: string | Record<string, any> | undefined;
24
+ titleHref?: string | undefined;
25
+ titleTarget?: string | undefined;
26
+ imageSrc?: string | undefined;
27
+ imageAlt?: string | undefined;
28
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
29
+ type __VLS_Slots = {
30
+ title?: ((props: {}) => any) | undefined;
31
+ } & {
32
+ title?: ((props: {}) => any) | undefined;
33
+ } & {
34
+ title?: ((props: {}) => any) | undefined;
35
+ } & {
36
+ body?: ((props: {}) => any) | undefined;
37
+ } & {
38
+ aside?: ((props: {}) => any) | undefined;
39
+ } & {
40
+ image?: ((props: {}) => any) | undefined;
41
+ } & {
42
+ footer?: ((props: {}) => any) | undefined;
43
+ };
44
+ declare const emit: (event: "proxy-click", ...args: any[]) => void;
45
+ declare const props: {
46
+ readonly classes: Record<string, any>;
47
+ readonly overlay: boolean;
48
+ readonly horizontal: boolean;
49
+ readonly titleElement: string;
50
+ readonly cardElement: string;
51
+ readonly proxyClick: boolean;
52
+ readonly proxyClickOptions: Record<string, any>;
53
+ readonly imageIcon: boolean;
54
+ readonly horizontalCenter: boolean;
55
+ readonly title?: string | undefined;
56
+ readonly to?: string | Record<string, any> | undefined;
57
+ readonly target?: string | undefined;
58
+ readonly modifiers?: string | unknown[] | undefined;
59
+ readonly href?: string | undefined;
60
+ readonly titleTo?: string | Record<string, any> | undefined;
61
+ readonly titleHref?: string | undefined;
62
+ readonly titleTarget?: string | undefined;
63
+ readonly imageSrc?: string | undefined;
64
+ readonly imageAlt?: string | undefined;
65
+ };
66
+ //# sourceMappingURL=UluCard.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UluCard.vue.d.ts","sourceRoot":"","sources":["../../../lib/components/elements/UluCard.vue"],"names":[],"mappings":"wBAmqBqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AATzB;WAIkB,OAAO,IAAI;YADV,OAAO,CAAC,OAAO,KAAK,CAAC;;;;;;;;;;;;;;;;;;;;2OAGrC;;;;;;;;;;;;;;;;AAtTD,mEAA0C;AAtG1C;;;;;;;;;;;;;;;;;;;;EAoGG"}
@@ -0,0 +1,42 @@
1
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
2
+ export default _default;
3
+ type __VLS_WithSlots<T, S> = T & (new () => {
4
+ $slots: S;
5
+ });
6
+ declare const __VLS_component: import("vue").DefineComponent<{}, {
7
+ $props: Partial<typeof props>;
8
+ classes: Record<string, any>;
9
+ table: boolean;
10
+ inline: boolean;
11
+ compact: boolean;
12
+ inlineAll: boolean;
13
+ separated: boolean;
14
+ separatedFirst: boolean;
15
+ separatedLast: boolean;
16
+ modifiers?: string | unknown[] | undefined;
17
+ items?: unknown[] | undefined;
18
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
19
+ type __VLS_Slots = {
20
+ term?: ((props: {
21
+ item: unknown;
22
+ index: number;
23
+ }) => any) | undefined;
24
+ } & {
25
+ description?: ((props: {
26
+ item: unknown;
27
+ index: number;
28
+ }) => any) | undefined;
29
+ };
30
+ declare const props: {
31
+ readonly classes: Record<string, any>;
32
+ readonly table: boolean;
33
+ readonly inline: boolean;
34
+ readonly compact: boolean;
35
+ readonly inlineAll: boolean;
36
+ readonly separated: boolean;
37
+ readonly separatedFirst: boolean;
38
+ readonly separatedLast: boolean;
39
+ readonly modifiers?: string | unknown[] | undefined;
40
+ readonly items?: unknown[] | undefined;
41
+ };
42
+ //# sourceMappingURL=UluDefinitionList.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UluDefinitionList.vue.d.ts","sourceRoot":"","sources":["../../../lib/components/elements/UluDefinitionList.vue"],"names":[],"mappings":"wBAsOqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AARzB;YAGmB,OAAO,CAAC,OAAO,KAAK,CAAC;;;;;;;;;;;2OAErC;;;;;;;;;;;;AAxID;;;;;;;;;;;EA6CG"}
@@ -0,0 +1,25 @@
1
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
2
+ export default _default;
3
+ type __VLS_WithSlots<T, S> = T & (new () => {
4
+ $slots: S;
5
+ });
6
+ declare const __VLS_component: import("vue").DefineComponent<{}, {
7
+ $props: Partial<typeof __VLS_props>;
8
+ target: string;
9
+ text?: string | undefined;
10
+ icon?: string | undefined;
11
+ href?: string | undefined;
12
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
13
+ type __VLS_Slots = {
14
+ default?: ((props: {}) => any) | undefined;
15
+ };
16
+ /**
17
+ * Component for external links (adds icon after link text)
18
+ */
19
+ declare const __VLS_props: {
20
+ readonly target: string;
21
+ readonly text?: string | undefined;
22
+ readonly icon?: string | undefined;
23
+ readonly href?: string | undefined;
24
+ };
25
+ //# sourceMappingURL=UluExternalLink.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UluExternalLink.vue.d.ts","sourceRoot":"","sources":["../../../lib/components/elements/UluExternalLink.vue"],"names":[],"mappings":"wBAwIqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AARzB;YAGmB,OAAO,CAAC,OAAO,WAAW,CAAC;;;;;2OAE3C;;;;AA5FD;;GAEG;AACH;;;;;EAoBG"}
@@ -0,0 +1,11 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ $props: Partial<typeof props>;
3
+ spaced: boolean;
4
+ icon?: string | boolean | unknown[] | Record<string, any> | undefined;
5
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ export default _default;
7
+ declare const props: {
8
+ readonly spaced: boolean;
9
+ readonly icon?: string | boolean | unknown[] | Record<string, any> | undefined;
10
+ };
11
+ //# sourceMappingURL=UluIcon.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UluIcon.vue.d.ts","sourceRoot":"","sources":["../../../lib/components/elements/UluIcon.vue"],"names":[],"mappings":";YAmSmB,OAAO,CAAC,OAAO,KAAK,CAAC;;;;;AAxKtC;;;EAUG"}
@@ -0,0 +1,37 @@
1
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
2
+ export default _default;
3
+ type __VLS_WithSlots<T, S> = T & (new () => {
4
+ $slots: S;
5
+ });
6
+ declare const __VLS_component: import("vue").DefineComponent<{}, {
7
+ $props: Partial<typeof props>;
8
+ classes: Record<string, any>;
9
+ compact: boolean;
10
+ ordered: boolean;
11
+ unordered: boolean;
12
+ lines: boolean;
13
+ forceOrdered: boolean;
14
+ reversed: boolean;
15
+ start?: string | undefined;
16
+ listStyleType?: string | undefined;
17
+ items?: unknown[] | undefined;
18
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
19
+ type __VLS_Slots = {
20
+ default?: ((props: {
21
+ item: unknown;
22
+ index: number;
23
+ }) => any) | undefined;
24
+ };
25
+ declare const props: {
26
+ readonly classes: Record<string, any>;
27
+ readonly compact: boolean;
28
+ readonly ordered: boolean;
29
+ readonly unordered: boolean;
30
+ readonly lines: boolean;
31
+ readonly forceOrdered: boolean;
32
+ readonly reversed: boolean;
33
+ readonly start?: string | undefined;
34
+ readonly listStyleType?: string | undefined;
35
+ readonly items?: unknown[] | undefined;
36
+ };
37
+ //# sourceMappingURL=UluList.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UluList.vue.d.ts","sourceRoot":"","sources":["../../../lib/components/elements/UluList.vue"],"names":[],"mappings":"wBA0OqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AARzB;YAGmB,OAAO,CAAC,OAAO,KAAK,CAAC;;;;;;;;;;;2OAErC;;;;;;;AAjJD;;;;;;;;;;;EA8CG"}
@@ -0,0 +1,13 @@
1
+ declare var __VLS_1: {};
2
+ type __VLS_Slots = {} & {
3
+ default?: (props: typeof __VLS_1) => any;
4
+ };
5
+ declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
7
+ export default _default;
8
+ type __VLS_WithSlots<T, S> = T & {
9
+ new (): {
10
+ $slots: S;
11
+ };
12
+ };
13
+ //# sourceMappingURL=UluMain.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UluMain.vue.d.ts","sourceRoot":"","sources":["../../../lib/components/elements/UluMain.vue"],"names":[],"mappings":"AAqBA,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAe/C,QAAA,MAAM,eAAe,+QACnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAE1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,9 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ $props: Partial<typeof props>;
3
+ type?: string | undefined;
4
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5
+ export default _default;
6
+ declare const props: {
7
+ readonly type?: string | undefined;
8
+ };
9
+ //# sourceMappingURL=UluSpokeSpinner.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UluSpokeSpinner.vue.d.ts","sourceRoot":"","sources":["../../../lib/components/elements/UluSpokeSpinner.vue"],"names":[],"mappings":";YAwEmB,OAAO,CAAC,OAAO,KAAK,CAAC;;;;AApDtC;;EAKG"}
@@ -0,0 +1,26 @@
1
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
2
+ export default _default;
3
+ type __VLS_WithSlots<T, S> = T & (new () => {
4
+ $slots: S;
5
+ });
6
+ declare const __VLS_component: import("vue").DefineComponent<{}, {
7
+ $props: Partial<typeof props>;
8
+ counter: boolean;
9
+ size?: string | undefined;
10
+ type?: string | undefined;
11
+ text?: string | number | undefined;
12
+ icon?: string | unknown[] | undefined;
13
+ modifiers?: string | unknown[] | undefined;
14
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
15
+ type __VLS_Slots = {
16
+ default?: ((props: {}) => any) | undefined;
17
+ };
18
+ declare const props: {
19
+ readonly counter: boolean;
20
+ readonly size?: string | undefined;
21
+ readonly type?: string | undefined;
22
+ readonly text?: string | number | undefined;
23
+ readonly icon?: string | unknown[] | undefined;
24
+ readonly modifiers?: string | unknown[] | undefined;
25
+ };
26
+ //# sourceMappingURL=UluTag.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UluTag.vue.d.ts","sourceRoot":"","sources":["../../../lib/components/elements/UluTag.vue"],"names":[],"mappings":"wBAkKqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AARzB;YAGmB,OAAO,CAAC,OAAO,KAAK,CAAC;;;;;;;2OAErC;;;;AAxGD;;;;;;;EA0BG"}
@@ -0,0 +1,23 @@
1
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
2
+ export default _default;
3
+ type __VLS_WithSlots<T, S> = T & (new () => {
4
+ $slots: S;
5
+ });
6
+ declare const __VLS_component: import("vue").DefineComponent<{}, {
7
+ $props: Partial<typeof props>;
8
+ file: Record<string, any>;
9
+ icon: string;
10
+ noFileSize: boolean;
11
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
12
+ type __VLS_Slots = {
13
+ default?: ((props: {
14
+ fileName: any;
15
+ fileSize: string;
16
+ }) => any) | undefined;
17
+ };
18
+ declare const props: {
19
+ readonly file: Record<string, any>;
20
+ readonly icon: string;
21
+ readonly noFileSize: boolean;
22
+ };
23
+ //# sourceMappingURL=UluFileDisplay.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UluFileDisplay.vue.d.ts","sourceRoot":"","sources":["../../../lib/components/forms/UluFileDisplay.vue"],"names":[],"mappings":"wBAiMqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AARzB;YAGmB,OAAO,CAAC,OAAO,KAAK,CAAC;;;;2OAErC;;;;;;;AAlID;;;;EAmBG"}