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

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 (199) hide show
  1. package/dist/{breakpoints-DfGETUy5.js → breakpoints-BveV_33Q.js} +1 -1
  2. package/dist/frontend-vue.js +1 -1
  3. package/dist/{index-94HkwBnP.js → index-19R4u5is.js} +1468 -1409
  4. package/lib/components/systems/facets/useFacets.js +157 -38
  5. package/lib/components/visualizations/UluProgressCircle.vue +1 -1
  6. package/package.json +10 -14
  7. package/types/components/collapsible/UluAccordion.vue.d.ts +42 -0
  8. package/types/components/collapsible/UluAccordion.vue.d.ts.map +1 -0
  9. package/types/components/collapsible/UluAccordionGroup.vue.d.ts +19 -0
  10. package/types/components/collapsible/UluAccordionGroup.vue.d.ts.map +1 -0
  11. package/types/components/collapsible/UluCollapsible.vue.d.ts +40 -0
  12. package/types/components/collapsible/UluCollapsible.vue.d.ts.map +1 -0
  13. package/types/components/collapsible/UluDropdown.vue.d.ts +22 -0
  14. package/types/components/collapsible/UluDropdown.vue.d.ts.map +1 -0
  15. package/types/components/collapsible/UluModal.vue.d.ts +253 -0
  16. package/types/components/collapsible/UluModal.vue.d.ts.map +1 -0
  17. package/types/components/collapsible/UluOverflowPopover.vue.d.ts +18 -0
  18. package/types/components/collapsible/UluOverflowPopover.vue.d.ts.map +1 -0
  19. package/types/components/collapsible/UluTab.vue.d.ts +10 -0
  20. package/types/components/collapsible/UluTab.vue.d.ts.map +1 -0
  21. package/types/components/collapsible/UluTabGroup.vue.d.ts +18 -0
  22. package/types/components/collapsible/UluTabGroup.vue.d.ts.map +1 -0
  23. package/types/components/collapsible/UluTabList.vue.d.ts +10 -0
  24. package/types/components/collapsible/UluTabList.vue.d.ts.map +1 -0
  25. package/types/components/collapsible/UluTabPanel.vue.d.ts +10 -0
  26. package/types/components/collapsible/UluTabPanel.vue.d.ts.map +1 -0
  27. package/types/components/collapsible/UluTabPanels.vue.d.ts +10 -0
  28. package/types/components/collapsible/UluTabPanels.vue.d.ts.map +1 -0
  29. package/types/components/elements/UluAlert.vue.d.ts +147 -0
  30. package/types/components/elements/UluAlert.vue.d.ts.map +1 -0
  31. package/types/components/elements/UluBadge.vue.d.ts +30 -0
  32. package/types/components/elements/UluBadge.vue.d.ts.map +1 -0
  33. package/types/components/elements/UluBadgeStack.vue.d.ts +9 -0
  34. package/types/components/elements/UluBadgeStack.vue.d.ts.map +1 -0
  35. package/types/components/elements/UluButton.vue.d.ts +186 -0
  36. package/types/components/elements/UluButton.vue.d.ts.map +1 -0
  37. package/types/components/elements/UluButtonVerbose.vue.d.ts +126 -0
  38. package/types/components/elements/UluButtonVerbose.vue.d.ts.map +1 -0
  39. package/types/components/elements/UluCallout.vue.d.ts +27 -0
  40. package/types/components/elements/UluCallout.vue.d.ts.map +1 -0
  41. package/types/components/elements/UluCard.vue.d.ts +238 -0
  42. package/types/components/elements/UluCard.vue.d.ts.map +1 -0
  43. package/types/components/elements/UluDefinitionList.vue.d.ts +26 -0
  44. package/types/components/elements/UluDefinitionList.vue.d.ts.map +1 -0
  45. package/types/components/elements/UluExternalLink.vue.d.ts +25 -0
  46. package/types/components/elements/UluExternalLink.vue.d.ts.map +1 -0
  47. package/types/components/elements/UluIcon.vue.d.ts +11 -0
  48. package/types/components/elements/UluIcon.vue.d.ts.map +1 -0
  49. package/types/components/elements/UluList.vue.d.ts +37 -0
  50. package/types/components/elements/UluList.vue.d.ts.map +1 -0
  51. package/types/components/elements/UluMain.vue.d.ts +13 -0
  52. package/types/components/elements/UluMain.vue.d.ts.map +1 -0
  53. package/types/components/elements/UluSpokeSpinner.vue.d.ts +9 -0
  54. package/types/components/elements/UluSpokeSpinner.vue.d.ts.map +1 -0
  55. package/types/components/elements/UluTag.vue.d.ts +26 -0
  56. package/types/components/elements/UluTag.vue.d.ts.map +1 -0
  57. package/types/components/forms/UluFileDisplay.vue.d.ts +23 -0
  58. package/types/components/forms/UluFileDisplay.vue.d.ts.map +1 -0
  59. package/types/components/forms/UluFormFile.vue.d.ts +26 -0
  60. package/types/components/forms/UluFormFile.vue.d.ts.map +1 -0
  61. package/types/components/forms/UluFormMessage.vue.d.ts +18 -0
  62. package/types/components/forms/UluFormMessage.vue.d.ts.map +1 -0
  63. package/types/components/forms/UluFormSelect.vue.d.ts +24 -0
  64. package/types/components/forms/UluFormSelect.vue.d.ts.map +1 -0
  65. package/types/components/forms/UluFormText.vue.d.ts +22 -0
  66. package/types/components/forms/UluFormText.vue.d.ts.map +1 -0
  67. package/types/components/forms/UluSearchForm.vue.d.ts +9 -0
  68. package/types/components/forms/UluSearchForm.vue.d.ts.map +1 -0
  69. package/types/components/forms/UluSelectableMenu.vue.d.ts +28 -0
  70. package/types/components/forms/UluSelectableMenu.vue.d.ts.map +1 -0
  71. package/types/components/index.d.ts +48 -0
  72. package/types/components/layout/UluAdaptiveLayout.vue.d.ts +12 -0
  73. package/types/components/layout/UluAdaptiveLayout.vue.d.ts.map +1 -0
  74. package/types/components/layout/UluDataGrid.vue.d.ts +3 -0
  75. package/types/components/layout/UluDataGrid.vue.d.ts.map +1 -0
  76. package/types/components/layout/UluTitleRail.vue.d.ts +91 -0
  77. package/types/components/layout/UluTitleRail.vue.d.ts.map +1 -0
  78. package/types/components/layout/UluWhenBreakpoint.vue.d.ts +20 -0
  79. package/types/components/layout/UluWhenBreakpoint.vue.d.ts.map +1 -0
  80. package/types/components/navigation/UluBreadcrumb.vue.d.ts +71 -0
  81. package/types/components/navigation/UluBreadcrumb.vue.d.ts.map +1 -0
  82. package/types/components/navigation/UluMenu.vue.d.ts +142 -0
  83. package/types/components/navigation/UluMenu.vue.d.ts.map +1 -0
  84. package/types/components/navigation/UluMenuStack.vue.d.ts +138 -0
  85. package/types/components/navigation/UluMenuStack.vue.d.ts.map +1 -0
  86. package/types/components/navigation/UluNavStrip.vue.d.ts +138 -0
  87. package/types/components/navigation/UluNavStrip.vue.d.ts.map +1 -0
  88. package/types/components/navigation/UluPager.vue.d.ts +15 -0
  89. package/types/components/navigation/UluPager.vue.d.ts.map +1 -0
  90. package/types/components/navigation/UluSkipLink.vue.d.ts +3 -0
  91. package/types/components/navigation/UluSkipLink.vue.d.ts.map +1 -0
  92. package/types/components/systems/facets/ExampleFacetsWithPagination.vue.d.ts +3 -0
  93. package/types/components/systems/facets/ExampleFacetsWithPagination.vue.d.ts.map +1 -0
  94. package/types/components/systems/facets/UluFacetsFilterLists.vue.d.ts +25 -0
  95. package/types/components/systems/facets/UluFacetsFilterLists.vue.d.ts.map +1 -0
  96. package/types/components/systems/facets/UluFacetsFilterPopovers.vue.d.ts +25 -0
  97. package/types/components/systems/facets/UluFacetsFilterPopovers.vue.d.ts.map +1 -0
  98. package/types/components/systems/facets/UluFacetsFilterSelects.vue.d.ts +11 -0
  99. package/types/components/systems/facets/UluFacetsFilterSelects.vue.d.ts.map +1 -0
  100. package/types/components/systems/facets/UluFacetsHeaderLayout.vue.d.ts +12 -0
  101. package/types/components/systems/facets/UluFacetsHeaderLayout.vue.d.ts.map +1 -0
  102. package/types/components/systems/facets/UluFacetsList.vue.d.ts +19 -0
  103. package/types/components/systems/facets/UluFacetsList.vue.d.ts.map +1 -0
  104. package/types/components/systems/facets/UluFacetsResults.vue.d.ts +27 -0
  105. package/types/components/systems/facets/UluFacetsResults.vue.d.ts.map +1 -0
  106. package/types/components/systems/facets/UluFacetsSearch.vue.d.ts +15 -0
  107. package/types/components/systems/facets/UluFacetsSearch.vue.d.ts.map +1 -0
  108. package/types/components/systems/facets/UluFacetsSidebarLayout.vue.d.ts +14 -0
  109. package/types/components/systems/facets/UluFacetsSidebarLayout.vue.d.ts.map +1 -0
  110. package/types/components/systems/facets/UluFacetsSort.vue.d.ts +22 -0
  111. package/types/components/systems/facets/UluFacetsSort.vue.d.ts.map +1 -0
  112. package/types/components/systems/facets/useFacets.d.ts +30 -12
  113. package/types/components/systems/facets/useFacets.d.ts.map +1 -1
  114. package/types/components/systems/index.d.ts +23 -0
  115. package/types/components/systems/scroll-anchors/UluScrollAnchors.vue.d.ts +60 -0
  116. package/types/components/systems/scroll-anchors/UluScrollAnchors.vue.d.ts.map +1 -0
  117. package/types/components/systems/scroll-anchors/UluScrollAnchorsNav.vue.d.ts +15 -0
  118. package/types/components/systems/scroll-anchors/UluScrollAnchorsNav.vue.d.ts.map +1 -0
  119. package/types/components/systems/scroll-anchors/UluScrollAnchorsNavAnimated.vue.d.ts +32 -0
  120. package/types/components/systems/scroll-anchors/UluScrollAnchorsNavAnimated.vue.d.ts.map +1 -0
  121. package/types/components/systems/scroll-anchors/UluScrollAnchorsSection.vue.d.ts +50 -0
  122. package/types/components/systems/scroll-anchors/UluScrollAnchorsSection.vue.d.ts.map +1 -0
  123. package/types/components/systems/scroll-anchors/symbols.d.ts +3 -3
  124. package/types/components/systems/scroll-anchors/symbols.d.ts.map +1 -1
  125. package/types/components/systems/skeleton/UluShowSkeleton.vue.d.ts +16 -0
  126. package/types/components/systems/skeleton/UluShowSkeleton.vue.d.ts.map +1 -0
  127. package/types/components/systems/skeleton/UluSkeletonContent.vue.d.ts +9 -0
  128. package/types/components/systems/skeleton/UluSkeletonContent.vue.d.ts.map +1 -0
  129. package/types/components/systems/skeleton/UluSkeletonMedia.vue.d.ts +3 -0
  130. package/types/components/systems/skeleton/UluSkeletonMedia.vue.d.ts.map +1 -0
  131. package/types/components/systems/skeleton/UluSkeletonText.vue.d.ts +13 -0
  132. package/types/components/systems/skeleton/UluSkeletonText.vue.d.ts.map +1 -0
  133. package/types/components/systems/slider/UluImageSlideShow.vue.d.ts +130 -0
  134. package/types/components/systems/slider/UluImageSlideShow.vue.d.ts.map +1 -0
  135. package/types/components/systems/slider/UluSlideShow.vue.d.ts +205 -0
  136. package/types/components/systems/slider/UluSlideShow.vue.d.ts.map +1 -0
  137. package/types/components/systems/slider/UluSlideShowSlide.vue.d.ts +17 -0
  138. package/types/components/systems/slider/UluSlideShowSlide.vue.d.ts.map +1 -0
  139. package/types/components/systems/table-sticky/UluTableSticky.vue.d.ts +455 -0
  140. package/types/components/systems/table-sticky/UluTableSticky.vue.d.ts.map +1 -0
  141. package/types/components/systems/table-sticky/UluTableStickyRows.vue.d.ts +34 -0
  142. package/types/components/systems/table-sticky/UluTableStickyRows.vue.d.ts.map +1 -0
  143. package/types/components/systems/table-sticky/UluTableStickyTable.vue.d.ts +151 -0
  144. package/types/components/systems/table-sticky/UluTableStickyTable.vue.d.ts.map +1 -0
  145. package/types/components/utils/UluCondText.vue.d.ts +29 -0
  146. package/types/components/utils/UluCondText.vue.d.ts.map +1 -0
  147. package/types/components/utils/UluEmpty.vue.d.ts +3 -0
  148. package/types/components/utils/UluEmpty.vue.d.ts.map +1 -0
  149. package/types/components/utils/UluEmptyView.vue.d.ts +3 -0
  150. package/types/components/utils/UluEmptyView.vue.d.ts.map +1 -0
  151. package/types/components/utils/UluPlaceholderImage.vue.d.ts +61 -0
  152. package/types/components/utils/UluPlaceholderImage.vue.d.ts.map +1 -0
  153. package/types/components/utils/UluPlaceholderText.vue.d.ts +24 -0
  154. package/types/components/utils/UluPlaceholderText.vue.d.ts.map +1 -0
  155. package/types/components/utils/UluRouteAnnouncer.vue.d.ts +63 -0
  156. package/types/components/utils/UluRouteAnnouncer.vue.d.ts.map +1 -0
  157. package/types/components/visualizations/UluAnimateNumber.vue.d.ts +16 -0
  158. package/types/components/visualizations/UluAnimateNumber.vue.d.ts.map +1 -0
  159. package/types/components/visualizations/UluProgressBar.vue.d.ts +66 -0
  160. package/types/components/visualizations/UluProgressBar.vue.d.ts.map +1 -0
  161. package/types/components/visualizations/UluProgressCircle.vue.d.ts +48 -0
  162. package/types/components/visualizations/UluProgressCircle.vue.d.ts.map +1 -0
  163. package/types/composables/useBreakpointManager.d.ts +1 -1
  164. package/types/composables/useBreakpointManager.d.ts.map +1 -1
  165. package/types/composables/useDocumentTitle.d.ts +4 -4
  166. package/types/composables/useDocumentTitle.d.ts.map +1 -1
  167. package/types/composables/useIcon.d.ts +1 -1
  168. package/types/composables/useIcon.d.ts.map +1 -1
  169. package/types/composables/useModifiers.d.ts +1 -1
  170. package/types/composables/useModifiers.d.ts.map +1 -1
  171. package/types/composables/useWindowResize.d.ts +1 -1
  172. package/types/composables/useWindowResize.d.ts.map +1 -1
  173. package/types/plugins/modals/UluModalsDisplay.vue.d.ts +14 -0
  174. package/types/plugins/modals/UluModalsDisplay.vue.d.ts.map +1 -0
  175. package/types/plugins/modals/api.d.ts +7 -4
  176. package/types/plugins/modals/api.d.ts.map +1 -1
  177. package/types/plugins/popovers/UluPopover.vue.d.ts +54 -0
  178. package/types/plugins/popovers/UluPopover.vue.d.ts.map +1 -0
  179. package/types/plugins/popovers/UluTooltipDisplay.vue.d.ts +3 -0
  180. package/types/plugins/popovers/UluTooltipDisplay.vue.d.ts.map +1 -0
  181. package/types/plugins/popovers/UluTooltipPopover.vue.d.ts +3 -0
  182. package/types/plugins/popovers/UluTooltipPopover.vue.d.ts.map +1 -0
  183. package/types/plugins/popovers/defaults.d.ts +2 -2
  184. package/types/plugins/popovers/defaults.d.ts.map +1 -1
  185. package/types/plugins/popovers/manager.d.ts +50 -6
  186. package/types/plugins/popovers/manager.d.ts.map +1 -1
  187. package/types/plugins/popovers/useFollow.d.ts +4 -4
  188. package/types/plugins/popovers/useFollow.d.ts.map +1 -1
  189. package/types/plugins/toast/UluToast.vue.d.ts +52 -0
  190. package/types/plugins/toast/UluToast.vue.d.ts.map +1 -0
  191. package/types/plugins/toast/UluToastDisplay.vue.d.ts +13 -0
  192. package/types/plugins/toast/UluToastDisplay.vue.d.ts.map +1 -0
  193. package/types/plugins/toast/defaults.d.ts +39 -2
  194. package/types/plugins/toast/store.d.ts +65 -2
  195. package/types/plugins/toast/store.d.ts.map +1 -1
  196. package/types/utils/dom.d.ts +1 -1
  197. package/types/utils/dom.d.ts.map +1 -1
  198. package/types/utils/router.d.ts +15 -15
  199. 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,238 @@
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ /**
3
+ * Specify card element, unless to or href are used which will use 'a' or 'router-link'
4
+ * - Other than changing to more appropriate element (ie 'li' if in list for example), this can
5
+ * be used to set the card to a button to attach your own click handlers to
6
+ */
7
+ cardElement: {
8
+ type: StringConstructor;
9
+ default: string;
10
+ };
11
+ /**
12
+ * Text for title if not using slot
13
+ */
14
+ title: StringConstructor;
15
+ /**
16
+ * Element to use for title
17
+ */
18
+ titleElement: {
19
+ type: StringConstructor;
20
+ default: string;
21
+ };
22
+ /**
23
+ * Title will be router link
24
+ */
25
+ titleTo: {
26
+ type: (ObjectConstructor | StringConstructor)[];
27
+ validator: (_: any, props: any) => boolean;
28
+ };
29
+ /**
30
+ * Will make title a link to href
31
+ */
32
+ titleHref: {
33
+ type: StringConstructor;
34
+ validator: (_: any, props: any) => boolean;
35
+ };
36
+ /**
37
+ * When using href this will set title link's target attribute
38
+ */
39
+ titleTarget: StringConstructor;
40
+ /**
41
+ * If set the entire card will be router link
42
+ * - Do not us in combination with titleTo or titleHref
43
+ */
44
+ to: (ObjectConstructor | StringConstructor)[];
45
+ /**
46
+ * If set the entire card will be a link to href
47
+ * - Do not us in combination with titleTo or titleHref
48
+ */
49
+ href: {
50
+ type: StringConstructor;
51
+ };
52
+ /**
53
+ * When using href this will set link's target attribute
54
+ */
55
+ target: StringConstructor;
56
+ /**
57
+ * Classes with class bindings for different elements including ({ title, image })
58
+ */
59
+ classes: {
60
+ type: ObjectConstructor;
61
+ default: () => {};
62
+ };
63
+ /**
64
+ * Whether to proxy clicks of non-interactive elements (making whole card clickable)
65
+ */
66
+ proxyClick: BooleanConstructor;
67
+ /**
68
+ * Options to be merged for proxy click settings ({ preventSelector, preventSelectionDuration })
69
+ */
70
+ proxyClickOptions: {
71
+ type: ObjectConstructor;
72
+ default: () => {};
73
+ };
74
+ /**
75
+ * Source of image
76
+ */
77
+ imageSrc: StringConstructor;
78
+ /**
79
+ * Alt text for image
80
+ */
81
+ imageAlt: StringConstructor;
82
+ /**
83
+ * If true image will use icon modifier (displays for image adjusts for icon vs full image)
84
+ */
85
+ imageIcon: BooleanConstructor;
86
+ /**
87
+ * Horizontal card layout
88
+ */
89
+ horizontal: BooleanConstructor;
90
+ /**
91
+ * Horizontal centered card layout
92
+ */
93
+ horizontalCenter: BooleanConstructor;
94
+ /**
95
+ * Overlay card layout
96
+ */
97
+ overlay: BooleanConstructor;
98
+ /**
99
+ * Class modifiers (ie. 'transparent', 'secondary', etc)
100
+ * - Can be String or Array of Strings
101
+ */
102
+ modifiers: (StringConstructor | ArrayConstructor)[];
103
+ }>, {
104
+ resolvedModifiers: any;
105
+ }, {
106
+ proxyClickEnabled: string | Record<string, any> | null;
107
+ resolvedProxyOptions: {
108
+ selectorPrevent: string;
109
+ mousedownDurationPrevent: number;
110
+ };
111
+ cursorStyle: null;
112
+ proxyStart: null;
113
+ shouldProxy: boolean;
114
+ }, {
115
+ resolvedElement(): string | import("vue-router")._RouterLinkI;
116
+ }, {
117
+ onMousedown({ target, timeStamp }: {
118
+ target: any;
119
+ timeStamp: any;
120
+ }): void;
121
+ onMouseup({ timeStamp }: {
122
+ timeStamp: any;
123
+ }): void;
124
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
125
+ /**
126
+ * Specify card element, unless to or href are used which will use 'a' or 'router-link'
127
+ * - Other than changing to more appropriate element (ie 'li' if in list for example), this can
128
+ * be used to set the card to a button to attach your own click handlers to
129
+ */
130
+ cardElement: {
131
+ type: StringConstructor;
132
+ default: string;
133
+ };
134
+ /**
135
+ * Text for title if not using slot
136
+ */
137
+ title: StringConstructor;
138
+ /**
139
+ * Element to use for title
140
+ */
141
+ titleElement: {
142
+ type: StringConstructor;
143
+ default: string;
144
+ };
145
+ /**
146
+ * Title will be router link
147
+ */
148
+ titleTo: {
149
+ type: (ObjectConstructor | StringConstructor)[];
150
+ validator: (_: any, props: any) => boolean;
151
+ };
152
+ /**
153
+ * Will make title a link to href
154
+ */
155
+ titleHref: {
156
+ type: StringConstructor;
157
+ validator: (_: any, props: any) => boolean;
158
+ };
159
+ /**
160
+ * When using href this will set title link's target attribute
161
+ */
162
+ titleTarget: StringConstructor;
163
+ /**
164
+ * If set the entire card will be router link
165
+ * - Do not us in combination with titleTo or titleHref
166
+ */
167
+ to: (ObjectConstructor | StringConstructor)[];
168
+ /**
169
+ * If set the entire card will be a link to href
170
+ * - Do not us in combination with titleTo or titleHref
171
+ */
172
+ href: {
173
+ type: StringConstructor;
174
+ };
175
+ /**
176
+ * When using href this will set link's target attribute
177
+ */
178
+ target: StringConstructor;
179
+ /**
180
+ * Classes with class bindings for different elements including ({ title, image })
181
+ */
182
+ classes: {
183
+ type: ObjectConstructor;
184
+ default: () => {};
185
+ };
186
+ /**
187
+ * Whether to proxy clicks of non-interactive elements (making whole card clickable)
188
+ */
189
+ proxyClick: BooleanConstructor;
190
+ /**
191
+ * Options to be merged for proxy click settings ({ preventSelector, preventSelectionDuration })
192
+ */
193
+ proxyClickOptions: {
194
+ type: ObjectConstructor;
195
+ default: () => {};
196
+ };
197
+ /**
198
+ * Source of image
199
+ */
200
+ imageSrc: StringConstructor;
201
+ /**
202
+ * Alt text for image
203
+ */
204
+ imageAlt: StringConstructor;
205
+ /**
206
+ * If true image will use icon modifier (displays for image adjusts for icon vs full image)
207
+ */
208
+ imageIcon: BooleanConstructor;
209
+ /**
210
+ * Horizontal card layout
211
+ */
212
+ horizontal: BooleanConstructor;
213
+ /**
214
+ * Horizontal centered card layout
215
+ */
216
+ horizontalCenter: BooleanConstructor;
217
+ /**
218
+ * Overlay card layout
219
+ */
220
+ overlay: BooleanConstructor;
221
+ /**
222
+ * Class modifiers (ie. 'transparent', 'secondary', etc)
223
+ * - Can be String or Array of Strings
224
+ */
225
+ modifiers: (StringConstructor | ArrayConstructor)[];
226
+ }>> & Readonly<{}>, {
227
+ classes: Record<string, any>;
228
+ overlay: boolean;
229
+ horizontal: boolean;
230
+ titleElement: string;
231
+ proxyClick: boolean;
232
+ imageIcon: boolean;
233
+ horizontalCenter: boolean;
234
+ cardElement: string;
235
+ proxyClickOptions: Record<string, any>;
236
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
237
+ export default _default;
238
+ //# 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":";IA8PM;;;;OAIG;;;;;IAKH;;OAEG;;IAEH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;IAEH;;;OAGG;;IAEH;;;OAGG;;;;IAKH;;OAEG;;IAEH;;OAEG;;;;;IAKH;;OAEG;;IAEH;;OAEG;;;;;IAKH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;IApGH;;;;OAIG;;;;;IAKH;;OAEG;;IAEH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;IAEH;;;OAGG;;IAEH;;;OAGG;;;;IAKH;;OAEG;;IAEH;;OAEG;;;;;IAKH;;OAEG;;IAEH;;OAEG;;;;;IAKH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;;OAGG"}
@@ -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 __VLS_props>;
8
+ classes: Record<string, any>;
9
+ items?: unknown[] | undefined;
10
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
11
+ type __VLS_Slots = {
12
+ term?: ((props: {
13
+ item: unknown;
14
+ index: number;
15
+ }) => any) | undefined;
16
+ } & {
17
+ description?: ((props: {
18
+ item: unknown;
19
+ index: number;
20
+ }) => any) | undefined;
21
+ };
22
+ declare const __VLS_props: {
23
+ readonly classes: Record<string, any>;
24
+ readonly items?: unknown[] | undefined;
25
+ };
26
+ //# 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":"wBA4HqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AARzB;YAGmB,OAAO,CAAC,OAAO,WAAW,CAAC;;;2OAE3C;;;;;;;;;;;;AArFD;;;EAaG"}
@@ -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"}