@ulu/frontend-vue 0.1.1-beta.1 → 0.1.1-beta.11

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 (217) hide show
  1. package/dist/{breakpoints-DM-CBTtb.js → breakpoints-CE1jJcpB.js} +1 -1
  2. package/dist/frontend-vue.css +1 -1
  3. package/dist/frontend-vue.js +65 -64
  4. package/dist/{index-BNRZ3Apw.js → index-QwwTSMNO.js} +1955 -1737
  5. package/lib/components/collapsible/UluAccordion.vue +9 -9
  6. package/lib/components/collapsible/UluCollapsible.vue +7 -7
  7. package/lib/components/forms/UluSelectableMenu.vue +8 -1
  8. package/lib/components/navigation/UluMenu.vue +5 -3
  9. package/lib/components/navigation/UluMenuStack.vue +47 -30
  10. package/lib/components/systems/facets/UluFacetsActiveFilters.vue +84 -0
  11. package/lib/components/systems/facets/UluFacetsFilterLists.vue +9 -3
  12. package/lib/components/systems/facets/UluFacetsList.vue +2 -0
  13. package/lib/components/systems/facets/UluFacetsSidebarLayout.vue +32 -12
  14. package/lib/components/systems/facets/useFacets.js +166 -40
  15. package/lib/components/systems/index.js +1 -0
  16. package/lib/components/systems/slider/UluSlideShow.vue +2 -2
  17. package/lib/components/visualizations/UluProgressBar.vue +57 -14
  18. package/lib/components/visualizations/UluProgressCircle.vue +124 -111
  19. package/lib/plugins/core/index.js +2 -2
  20. package/lib/plugins/popovers/UluPopover.vue +1 -1
  21. package/package.json +12 -8
  22. package/types/components/collapsible/UluAccordion.vue.d.ts +41 -0
  23. package/types/components/collapsible/UluAccordion.vue.d.ts.map +1 -0
  24. package/types/components/collapsible/UluAccordionGroup.vue.d.ts +19 -0
  25. package/types/components/collapsible/UluAccordionGroup.vue.d.ts.map +1 -0
  26. package/types/components/collapsible/UluCollapsible.vue.d.ts +39 -0
  27. package/types/components/collapsible/UluCollapsible.vue.d.ts.map +1 -0
  28. package/types/components/collapsible/UluDropdown.vue.d.ts +22 -0
  29. package/types/components/collapsible/UluDropdown.vue.d.ts.map +1 -0
  30. package/types/components/collapsible/UluModal.vue.d.ts +253 -0
  31. package/types/components/collapsible/UluModal.vue.d.ts.map +1 -0
  32. package/types/components/collapsible/UluOverflowPopover.vue.d.ts +18 -0
  33. package/types/components/collapsible/UluOverflowPopover.vue.d.ts.map +1 -0
  34. package/types/components/collapsible/UluTab.vue.d.ts +10 -0
  35. package/types/components/collapsible/UluTab.vue.d.ts.map +1 -0
  36. package/types/components/collapsible/UluTabGroup.vue.d.ts +18 -0
  37. package/types/components/collapsible/UluTabGroup.vue.d.ts.map +1 -0
  38. package/types/components/collapsible/UluTabList.vue.d.ts +10 -0
  39. package/types/components/collapsible/UluTabList.vue.d.ts.map +1 -0
  40. package/types/components/collapsible/UluTabPanel.vue.d.ts +10 -0
  41. package/types/components/collapsible/UluTabPanel.vue.d.ts.map +1 -0
  42. package/types/components/collapsible/UluTabPanels.vue.d.ts +10 -0
  43. package/types/components/collapsible/UluTabPanels.vue.d.ts.map +1 -0
  44. package/types/components/elements/UluAlert.vue.d.ts +147 -0
  45. package/types/components/elements/UluAlert.vue.d.ts.map +1 -0
  46. package/types/components/elements/UluBadge.vue.d.ts +30 -0
  47. package/types/components/elements/UluBadge.vue.d.ts.map +1 -0
  48. package/types/components/elements/UluBadgeStack.vue.d.ts +9 -0
  49. package/types/components/elements/UluBadgeStack.vue.d.ts.map +1 -0
  50. package/types/components/elements/UluButton.vue.d.ts +186 -0
  51. package/types/components/elements/UluButton.vue.d.ts.map +1 -0
  52. package/types/components/elements/UluButtonVerbose.vue.d.ts +126 -0
  53. package/types/components/elements/UluButtonVerbose.vue.d.ts.map +1 -0
  54. package/types/components/elements/UluCallout.vue.d.ts +27 -0
  55. package/types/components/elements/UluCallout.vue.d.ts.map +1 -0
  56. package/types/components/elements/UluCard.vue.d.ts +238 -0
  57. package/types/components/elements/UluCard.vue.d.ts.map +1 -0
  58. package/types/components/elements/UluDefinitionList.vue.d.ts +26 -0
  59. package/types/components/elements/UluDefinitionList.vue.d.ts.map +1 -0
  60. package/types/components/elements/UluExternalLink.vue.d.ts +25 -0
  61. package/types/components/elements/UluExternalLink.vue.d.ts.map +1 -0
  62. package/types/components/elements/UluIcon.vue.d.ts +11 -0
  63. package/types/components/elements/UluIcon.vue.d.ts.map +1 -0
  64. package/types/components/elements/UluList.vue.d.ts +37 -0
  65. package/types/components/elements/UluList.vue.d.ts.map +1 -0
  66. package/types/components/elements/UluMain.vue.d.ts +13 -0
  67. package/types/components/elements/UluMain.vue.d.ts.map +1 -0
  68. package/types/components/elements/UluSpokeSpinner.vue.d.ts +9 -0
  69. package/types/components/elements/UluSpokeSpinner.vue.d.ts.map +1 -0
  70. package/types/components/elements/UluTag.vue.d.ts +26 -0
  71. package/types/components/elements/UluTag.vue.d.ts.map +1 -0
  72. package/types/components/forms/UluFileDisplay.vue.d.ts +23 -0
  73. package/types/components/forms/UluFileDisplay.vue.d.ts.map +1 -0
  74. package/types/components/forms/UluFormFile.vue.d.ts +26 -0
  75. package/types/components/forms/UluFormFile.vue.d.ts.map +1 -0
  76. package/types/components/forms/UluFormMessage.vue.d.ts +18 -0
  77. package/types/components/forms/UluFormMessage.vue.d.ts.map +1 -0
  78. package/types/components/forms/UluFormSelect.vue.d.ts +24 -0
  79. package/types/components/forms/UluFormSelect.vue.d.ts.map +1 -0
  80. package/types/components/forms/UluFormText.vue.d.ts +22 -0
  81. package/types/components/forms/UluFormText.vue.d.ts.map +1 -0
  82. package/types/components/forms/UluSearchForm.vue.d.ts +9 -0
  83. package/types/components/forms/UluSearchForm.vue.d.ts.map +1 -0
  84. package/types/components/forms/UluSelectableMenu.vue.d.ts +30 -0
  85. package/types/components/forms/UluSelectableMenu.vue.d.ts.map +1 -0
  86. package/types/components/index.d.ts +48 -0
  87. package/types/components/layout/UluAdaptiveLayout.vue.d.ts +12 -0
  88. package/types/components/layout/UluAdaptiveLayout.vue.d.ts.map +1 -0
  89. package/types/components/layout/UluDataGrid.vue.d.ts +3 -0
  90. package/types/components/layout/UluDataGrid.vue.d.ts.map +1 -0
  91. package/types/components/layout/UluTitleRail.vue.d.ts +91 -0
  92. package/types/components/layout/UluTitleRail.vue.d.ts.map +1 -0
  93. package/types/components/layout/UluWhenBreakpoint.vue.d.ts +20 -0
  94. package/types/components/layout/UluWhenBreakpoint.vue.d.ts.map +1 -0
  95. package/types/components/navigation/UluBreadcrumb.vue.d.ts +71 -0
  96. package/types/components/navigation/UluBreadcrumb.vue.d.ts.map +1 -0
  97. package/types/components/navigation/UluMenu.vue.d.ts +142 -0
  98. package/types/components/navigation/UluMenu.vue.d.ts.map +1 -0
  99. package/types/components/navigation/UluMenuStack.vue.d.ts +19 -0
  100. package/types/components/navigation/UluMenuStack.vue.d.ts.map +1 -0
  101. package/types/components/navigation/UluNavStrip.vue.d.ts +138 -0
  102. package/types/components/navigation/UluNavStrip.vue.d.ts.map +1 -0
  103. package/types/components/navigation/UluPager.vue.d.ts +15 -0
  104. package/types/components/navigation/UluPager.vue.d.ts.map +1 -0
  105. package/types/components/navigation/UluSkipLink.vue.d.ts +3 -0
  106. package/types/components/navigation/UluSkipLink.vue.d.ts.map +1 -0
  107. package/types/components/systems/facets/ExampleFacetsWithPagination.vue.d.ts +3 -0
  108. package/types/components/systems/facets/ExampleFacetsWithPagination.vue.d.ts.map +1 -0
  109. package/types/components/systems/facets/UluFacetsActiveFilters.vue.d.ts +18 -0
  110. package/types/components/systems/facets/UluFacetsActiveFilters.vue.d.ts.map +1 -0
  111. package/types/components/systems/facets/UluFacetsFilterLists.vue.d.ts +27 -0
  112. package/types/components/systems/facets/UluFacetsFilterLists.vue.d.ts.map +1 -0
  113. package/types/components/systems/facets/UluFacetsFilterPopovers.vue.d.ts +25 -0
  114. package/types/components/systems/facets/UluFacetsFilterPopovers.vue.d.ts.map +1 -0
  115. package/types/components/systems/facets/UluFacetsFilterSelects.vue.d.ts +11 -0
  116. package/types/components/systems/facets/UluFacetsFilterSelects.vue.d.ts.map +1 -0
  117. package/types/components/systems/facets/UluFacetsHeaderLayout.vue.d.ts +12 -0
  118. package/types/components/systems/facets/UluFacetsHeaderLayout.vue.d.ts.map +1 -0
  119. package/types/components/systems/facets/UluFacetsList.vue.d.ts +21 -0
  120. package/types/components/systems/facets/UluFacetsList.vue.d.ts.map +1 -0
  121. package/types/components/systems/facets/UluFacetsResults.vue.d.ts +27 -0
  122. package/types/components/systems/facets/UluFacetsResults.vue.d.ts.map +1 -0
  123. package/types/components/systems/facets/UluFacetsSearch.vue.d.ts +15 -0
  124. package/types/components/systems/facets/UluFacetsSearch.vue.d.ts.map +1 -0
  125. package/types/components/systems/facets/UluFacetsSidebarLayout.vue.d.ts +22 -0
  126. package/types/components/systems/facets/UluFacetsSidebarLayout.vue.d.ts.map +1 -0
  127. package/types/components/systems/facets/UluFacetsSort.vue.d.ts +22 -0
  128. package/types/components/systems/facets/UluFacetsSort.vue.d.ts.map +1 -0
  129. package/types/components/systems/facets/useFacets.d.ts +30 -12
  130. package/types/components/systems/facets/useFacets.d.ts.map +1 -1
  131. package/types/components/systems/index.d.ts +24 -0
  132. package/types/components/systems/scroll-anchors/UluScrollAnchors.vue.d.ts +60 -0
  133. package/types/components/systems/scroll-anchors/UluScrollAnchors.vue.d.ts.map +1 -0
  134. package/types/components/systems/scroll-anchors/UluScrollAnchorsNav.vue.d.ts +15 -0
  135. package/types/components/systems/scroll-anchors/UluScrollAnchorsNav.vue.d.ts.map +1 -0
  136. package/types/components/systems/scroll-anchors/UluScrollAnchorsNavAnimated.vue.d.ts +32 -0
  137. package/types/components/systems/scroll-anchors/UluScrollAnchorsNavAnimated.vue.d.ts.map +1 -0
  138. package/types/components/systems/scroll-anchors/UluScrollAnchorsSection.vue.d.ts +50 -0
  139. package/types/components/systems/scroll-anchors/UluScrollAnchorsSection.vue.d.ts.map +1 -0
  140. package/types/components/systems/scroll-anchors/symbols.d.ts +3 -3
  141. package/types/components/systems/scroll-anchors/symbols.d.ts.map +1 -1
  142. package/types/components/systems/skeleton/UluShowSkeleton.vue.d.ts +16 -0
  143. package/types/components/systems/skeleton/UluShowSkeleton.vue.d.ts.map +1 -0
  144. package/types/components/systems/skeleton/UluSkeletonContent.vue.d.ts +9 -0
  145. package/types/components/systems/skeleton/UluSkeletonContent.vue.d.ts.map +1 -0
  146. package/types/components/systems/skeleton/UluSkeletonMedia.vue.d.ts +3 -0
  147. package/types/components/systems/skeleton/UluSkeletonMedia.vue.d.ts.map +1 -0
  148. package/types/components/systems/skeleton/UluSkeletonText.vue.d.ts +13 -0
  149. package/types/components/systems/skeleton/UluSkeletonText.vue.d.ts.map +1 -0
  150. package/types/components/systems/slider/UluImageSlideShow.vue.d.ts +130 -0
  151. package/types/components/systems/slider/UluImageSlideShow.vue.d.ts.map +1 -0
  152. package/types/components/systems/slider/UluSlideShow.vue.d.ts +205 -0
  153. package/types/components/systems/slider/UluSlideShow.vue.d.ts.map +1 -0
  154. package/types/components/systems/slider/UluSlideShowSlide.vue.d.ts +17 -0
  155. package/types/components/systems/slider/UluSlideShowSlide.vue.d.ts.map +1 -0
  156. package/types/components/systems/table-sticky/UluTableSticky.vue.d.ts +455 -0
  157. package/types/components/systems/table-sticky/UluTableSticky.vue.d.ts.map +1 -0
  158. package/types/components/systems/table-sticky/UluTableStickyRows.vue.d.ts +34 -0
  159. package/types/components/systems/table-sticky/UluTableStickyRows.vue.d.ts.map +1 -0
  160. package/types/components/systems/table-sticky/UluTableStickyTable.vue.d.ts +151 -0
  161. package/types/components/systems/table-sticky/UluTableStickyTable.vue.d.ts.map +1 -0
  162. package/types/components/utils/UluCondText.vue.d.ts +29 -0
  163. package/types/components/utils/UluCondText.vue.d.ts.map +1 -0
  164. package/types/components/utils/UluEmpty.vue.d.ts +3 -0
  165. package/types/components/utils/UluEmpty.vue.d.ts.map +1 -0
  166. package/types/components/utils/UluEmptyView.vue.d.ts +3 -0
  167. package/types/components/utils/UluEmptyView.vue.d.ts.map +1 -0
  168. package/types/components/utils/UluPlaceholderImage.vue.d.ts +61 -0
  169. package/types/components/utils/UluPlaceholderImage.vue.d.ts.map +1 -0
  170. package/types/components/utils/UluPlaceholderText.vue.d.ts +24 -0
  171. package/types/components/utils/UluPlaceholderText.vue.d.ts.map +1 -0
  172. package/types/components/utils/UluRouteAnnouncer.vue.d.ts +63 -0
  173. package/types/components/utils/UluRouteAnnouncer.vue.d.ts.map +1 -0
  174. package/types/components/visualizations/UluAnimateNumber.vue.d.ts +16 -0
  175. package/types/components/visualizations/UluAnimateNumber.vue.d.ts.map +1 -0
  176. package/types/components/visualizations/UluProgressBar.vue.d.ts +66 -0
  177. package/types/components/visualizations/UluProgressBar.vue.d.ts.map +1 -0
  178. package/types/components/visualizations/UluProgressCircle.vue.d.ts +48 -0
  179. package/types/components/visualizations/UluProgressCircle.vue.d.ts.map +1 -0
  180. package/types/composables/useBreakpointManager.d.ts +1 -1
  181. package/types/composables/useBreakpointManager.d.ts.map +1 -1
  182. package/types/composables/useDocumentTitle.d.ts +4 -4
  183. package/types/composables/useDocumentTitle.d.ts.map +1 -1
  184. package/types/composables/useIcon.d.ts +1 -1
  185. package/types/composables/useIcon.d.ts.map +1 -1
  186. package/types/composables/useModifiers.d.ts +1 -1
  187. package/types/composables/useModifiers.d.ts.map +1 -1
  188. package/types/composables/useWindowResize.d.ts +1 -1
  189. package/types/composables/useWindowResize.d.ts.map +1 -1
  190. package/types/plugins/modals/UluModalsDisplay.vue.d.ts +14 -0
  191. package/types/plugins/modals/UluModalsDisplay.vue.d.ts.map +1 -0
  192. package/types/plugins/modals/api.d.ts +7 -4
  193. package/types/plugins/modals/api.d.ts.map +1 -1
  194. package/types/plugins/popovers/UluPopover.vue.d.ts +53 -0
  195. package/types/plugins/popovers/UluPopover.vue.d.ts.map +1 -0
  196. package/types/plugins/popovers/UluTooltipDisplay.vue.d.ts +3 -0
  197. package/types/plugins/popovers/UluTooltipDisplay.vue.d.ts.map +1 -0
  198. package/types/plugins/popovers/UluTooltipPopover.vue.d.ts +3 -0
  199. package/types/plugins/popovers/UluTooltipPopover.vue.d.ts.map +1 -0
  200. package/types/plugins/popovers/defaults.d.ts +2 -2
  201. package/types/plugins/popovers/defaults.d.ts.map +1 -1
  202. package/types/plugins/popovers/manager.d.ts +50 -6
  203. package/types/plugins/popovers/manager.d.ts.map +1 -1
  204. package/types/plugins/popovers/useFollow.d.ts +4 -4
  205. package/types/plugins/popovers/useFollow.d.ts.map +1 -1
  206. package/types/plugins/toast/UluToast.vue.d.ts +52 -0
  207. package/types/plugins/toast/UluToast.vue.d.ts.map +1 -0
  208. package/types/plugins/toast/UluToastDisplay.vue.d.ts +13 -0
  209. package/types/plugins/toast/UluToastDisplay.vue.d.ts.map +1 -0
  210. package/types/plugins/toast/defaults.d.ts +39 -2
  211. package/types/plugins/toast/store.d.ts +65 -2
  212. package/types/plugins/toast/store.d.ts.map +1 -1
  213. package/types/utils/dom.d.ts +1 -1
  214. package/types/utils/dom.d.ts.map +1 -1
  215. package/types/utils/router.d.ts +15 -15
  216. package/types/utils/router.d.ts.map +1 -1
  217. package/lib/components/visualizations/progress-bar-examples.html +0 -175
@@ -0,0 +1,27 @@
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 __VLS_props>;
9
+ classes: Record<string, any>;
10
+ compact: boolean;
11
+ maxVisible: number;
12
+ facets: unknown[];
13
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
14
+ type __VLS_Slots = {
15
+ groupTrigger?: ((props: {
16
+ group: unknown;
17
+ isOpen: boolean | undefined;
18
+ }) => any) | undefined;
19
+ };
20
+ declare const emit: (event: "facet-change", ...args: any[]) => void;
21
+ declare const __VLS_props: {
22
+ readonly classes: Record<string, any>;
23
+ readonly compact: boolean;
24
+ readonly maxVisible: number;
25
+ readonly facets: unknown[];
26
+ };
27
+ //# sourceMappingURL=UluFacetsFilterLists.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UluFacetsFilterLists.vue.d.ts","sourceRoot":"","sources":["../../../../lib/components/systems/facets/UluFacetsFilterLists.vue"],"names":[],"mappings":"wBAgUqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AATzB;WAIkB,OAAO,IAAI;YADV,OAAO,CAAC,OAAO,WAAW,CAAC;;;;;2OAG3C;;;;;;;AA9LD,oEAA2C;AA5B3C;;;;;EA0BG"}
@@ -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
+ $emit: typeof emit;
8
+ $props: Partial<typeof props>;
9
+ classes: Record<string, any>;
10
+ hideInputs: boolean;
11
+ facets: unknown[];
12
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
13
+ type __VLS_Slots = {
14
+ trigger?: ((props: {
15
+ group: unknown;
16
+ label: any;
17
+ }) => any) | undefined;
18
+ };
19
+ declare const emit: (event: "facet-change", ...args: any[]) => void;
20
+ declare const props: {
21
+ readonly classes: Record<string, any>;
22
+ readonly hideInputs: boolean;
23
+ readonly facets: unknown[];
24
+ };
25
+ //# sourceMappingURL=UluFacetsFilterPopovers.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UluFacetsFilterPopovers.vue.d.ts","sourceRoot":"","sources":["../../../../lib/components/systems/facets/UluFacetsFilterPopovers.vue"],"names":[],"mappings":"wBAwWqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AATzB;WAIkB,OAAO,IAAI;YADV,OAAO,CAAC,OAAO,KAAK,CAAC;;;;2OAGrC;;;;;;;AA1MH,oEAA2C;AA3B3C;;;;EAyBG"}
@@ -0,0 +1,11 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ $emit: typeof emit;
3
+ $props: Partial<typeof props>;
4
+ facets: unknown[];
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 emit: (event: "facet-change", ...args: any[]) => void;
8
+ declare const props: {
9
+ readonly facets: unknown[];
10
+ };
11
+ //# sourceMappingURL=UluFacetsFilterSelects.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UluFacetsFilterSelects.vue.d.ts","sourceRoot":"","sources":["../../../../lib/components/systems/facets/UluFacetsFilterSelects.vue"],"names":[],"mappings":";WA+KkB,OAAO,IAAI;YADV,OAAO,CAAC,OAAO,KAAK,CAAC;;;;AA9FxC,oEAA2C;AAP3C;;EAKG"}
@@ -0,0 +1,12 @@
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<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
7
+ type __VLS_Slots = {
8
+ header?: ((props: {}) => any) | undefined;
9
+ } & {
10
+ main?: ((props: {}) => any) | undefined;
11
+ };
12
+ //# sourceMappingURL=UluFacetsHeaderLayout.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UluFacetsHeaderLayout.vue.d.ts","sourceRoot":"","sources":["../../../../lib/components/systems/facets/UluFacetsHeaderLayout.vue"],"names":[],"mappings":"wBA4EqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAJzB,6SACG"}
@@ -0,0 +1,21 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ $emit: typeof emit;
3
+ $props: Partial<typeof props>;
4
+ type: string;
5
+ compact: boolean;
6
+ children?: unknown[] | undefined;
7
+ modelValue?: string | unknown[] | undefined;
8
+ groupUid?: string | undefined;
9
+ groupName?: string | undefined;
10
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
11
+ export default _default;
12
+ declare const emit: (event: "facet-change", ...args: any[]) => void;
13
+ declare const props: {
14
+ readonly type: string;
15
+ readonly compact: boolean;
16
+ readonly children?: unknown[] | undefined;
17
+ readonly modelValue?: string | unknown[] | undefined;
18
+ readonly groupUid?: string | undefined;
19
+ readonly groupName?: string | undefined;
20
+ };
21
+ //# sourceMappingURL=UluFacetsList.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UluFacetsList.vue.d.ts","sourceRoot":"","sources":["../../../../lib/components/systems/facets/UluFacetsList.vue"],"names":[],"mappings":";WAsMkB,OAAO,IAAI;YADV,OAAO,CAAC,OAAO,KAAK,CAAC;;;;;;;;;AA/GxC,oEAA2C;AAZ3C;;;;;;;EAUG"}
@@ -0,0 +1,27 @@
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
+ tag: string;
10
+ items: unknown[];
11
+ transitionName: string;
12
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
13
+ type __VLS_Slots = {
14
+ item?: ((props: {
15
+ item: unknown;
16
+ index: number;
17
+ }) => any) | undefined;
18
+ } & {
19
+ empty?: ((props: {}) => any) | undefined;
20
+ };
21
+ declare const __VLS_props: {
22
+ readonly classes: Record<string, any>;
23
+ readonly tag: string;
24
+ readonly items: unknown[];
25
+ readonly transitionName: string;
26
+ };
27
+ //# sourceMappingURL=UluFacetsResults.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UluFacetsResults.vue.d.ts","sourceRoot":"","sources":["../../../../lib/components/systems/facets/UluFacetsResults.vue"],"names":[],"mappings":"wBAkLqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AARzB;YAGmB,OAAO,CAAC,OAAO,WAAW,CAAC;;;;;2OAE3C;;;;;;;;;AAhHD;;;;;EAiBG"}
@@ -0,0 +1,15 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ $emit: typeof emit;
3
+ $props: Partial<typeof props>;
4
+ classes: Record<string, any>;
5
+ placeholder: string;
6
+ modelValue?: string | undefined;
7
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
8
+ export default _default;
9
+ declare const emit: (event: "update:modelValue", ...args: any[]) => void;
10
+ declare const props: {
11
+ readonly classes: Record<string, any>;
12
+ readonly placeholder: string;
13
+ readonly modelValue?: string | undefined;
14
+ };
15
+ //# sourceMappingURL=UluFacetsSearch.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UluFacetsSearch.vue.d.ts","sourceRoot":"","sources":["../../../../lib/components/systems/facets/UluFacetsSearch.vue"],"names":[],"mappings":";WAgIkB,OAAO,IAAI;YADV,OAAO,CAAC,OAAO,KAAK,CAAC;;;;;;AAnEtC,yEAAgD;AAZhD;;;;EAUG"}
@@ -0,0 +1,22 @@
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
+ mobileButtonText: string;
10
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
11
+ type __VLS_Slots = {
12
+ header?: ((props: {}) => any) | undefined;
13
+ } & {
14
+ main?: ((props: {}) => any) | undefined;
15
+ } & {
16
+ sidebar?: ((props: {}) => any) | undefined;
17
+ };
18
+ declare const __VLS_props: {
19
+ readonly classes: Record<string, any>;
20
+ readonly mobileButtonText: string;
21
+ };
22
+ //# sourceMappingURL=UluFacetsSidebarLayout.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UluFacetsSidebarLayout.vue.d.ts","sourceRoot":"","sources":["../../../../lib/components/systems/facets/UluFacetsSidebarLayout.vue"],"names":[],"mappings":"wBAqRqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AARzB;YAGmB,OAAO,CAAC,OAAO,WAAW,CAAC;;;2OAE3C;;;;;;;;AAtLD;;;EAgBE"}
@@ -0,0 +1,22 @@
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 __VLS_props>;
9
+ classes: Record<string, any>;
10
+ modelValue: string;
11
+ sortTypes: Record<string, any>;
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
+ declare const emit: (event: "update:modelValue", ...args: any[]) => void;
17
+ declare const __VLS_props: {
18
+ readonly classes: Record<string, any>;
19
+ readonly modelValue: string;
20
+ readonly sortTypes: Record<string, any>;
21
+ };
22
+ //# sourceMappingURL=UluFacetsSort.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UluFacetsSort.vue.d.ts","sourceRoot":"","sources":["../../../../lib/components/systems/facets/UluFacetsSort.vue"],"names":[],"mappings":"wBAiJqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AATzB;WAIkB,OAAO,IAAI;YADV,OAAO,CAAC,OAAO,WAAW,CAAC;;;;2OAG3C;;;;AA9ED,yEAAgD;AAfhD;;;;EAaG"}
@@ -11,22 +11,40 @@
11
11
  * @param {Object} [options.searchOptions={}] - Configuration options for Fuse.js.
12
12
  * @param {Function} [options.getItemFacet] - A function to retrieve facet information from an item. Should always return an array of values.
13
13
  * @param {Function} [options.getSortValue] - A function to get the value to sort by from an item.
14
+ * @param {String} [options.countMode='none'] - The mode for calculating facet counts. Can be 'none', 'simple', or 'intuitive'.
14
15
  */
15
- export function useFacets(allItems: import("vue").Ref<Array<any>>, options?: {
16
- initialFacets?: any[];
17
- facetFields?: any[];
18
- initialSearchValue?: string;
19
- initialSortType?: string;
20
- noDefaultSorts?: boolean;
21
- extraSortTypes?: any;
22
- searchOptions?: any;
23
- getItemFacet?: Function;
24
- getSortValue?: Function;
16
+ export function useFacets(allItems: import("vue").Ref<Array<Object>>, options?: {
17
+ initialFacets?: any[] | undefined;
18
+ facetFields?: any[] | undefined;
19
+ initialSearchValue?: string | undefined;
20
+ initialSortType?: string | undefined;
21
+ noDefaultSorts?: boolean | undefined;
22
+ extraSortTypes?: Object | undefined;
23
+ searchOptions?: Object | undefined;
24
+ getItemFacet?: Function | undefined;
25
+ getSortValue?: Function | undefined;
26
+ countMode?: string | undefined;
25
27
  }): {
26
- facets: import("vue").Ref<any, any>;
28
+ facets: import("vue").Ref<never[], never[]>;
27
29
  searchValue: import("vue").Ref<string, string>;
28
30
  selectedSort: import("vue").Ref<string, string>;
29
- sortTypes: import("vue").ComputedRef<any>;
31
+ sortTypes: import("vue").ComputedRef<{
32
+ constructor: Function;
33
+ toString(): string;
34
+ toLocaleString(): string;
35
+ valueOf(): Object;
36
+ hasOwnProperty(v: PropertyKey): boolean;
37
+ isPrototypeOf(v: Object): boolean;
38
+ propertyIsEnumerable(v: PropertyKey): boolean;
39
+ az?: {
40
+ text: string;
41
+ sort: (items: any) => any;
42
+ } | undefined;
43
+ za?: {
44
+ text: string;
45
+ sort: (items: any) => any;
46
+ } | undefined;
47
+ }>;
30
48
  displayItems: import("vue").ComputedRef<any>;
31
49
  selectedFacets: import("vue").ComputedRef<any[]>;
32
50
  clearFilters: () => void;
@@ -1 +1 @@
1
- {"version":3,"file":"useFacets.d.ts","sourceRoot":"","sources":["../../../../lib/components/systems/facets/useFacets.js"],"names":[],"mappings":"AA2CA;;;;;;;;;;;;;GAaG;AACH,oCAZW,OAAO,KAAK,EAAE,GAAG,CAAC,KAAK,KAAQ,CAAC,YAExC;IAAwB,aAAa;IACb,WAAW;IACV,kBAAkB;IAClB,eAAe;IACd,cAAc;IACf,cAAc;IACd,aAAa;IACX,YAAY;IACZ,YAAY;CACzC;;;;;;;;;;;;;EAmNA"}
1
+ {"version":3,"file":"useFacets.d.ts","sourceRoot":"","sources":["../../../../lib/components/systems/facets/useFacets.js"],"names":[],"mappings":"AA+GA;;;;;;;;;;;;;;GAcG;AACH,oCAbW,OAAO,KAAK,EAAE,GAAG,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,YAExC;IAAwB,aAAa;IACb,WAAW;IACV,kBAAkB;IAClB,eAAe;IACd,cAAc;IACf,cAAc;IACd,aAAa;IACX,YAAY;IACZ,YAAY;IACd,SAAS;CACpC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA4QA"}
@@ -1,2 +1,26 @@
1
1
  export { useFacets } from "./facets/useFacets.js";
2
+ export { default as UluFacetsActiveFilters } from "./facets/UluFacetsActiveFilters.vue";
3
+ export { default as UluFacetsFilterLists } from "./facets/UluFacetsFilterLists.vue";
4
+ export { default as UluFacetsFilterPopovers } from "./facets/UluFacetsFilterPopovers.vue";
5
+ export { default as UluFacetsFilterSelects } from "./facets/UluFacetsFilterSelects.vue";
6
+ export { default as UluFacetsHeaderLayout } from "./facets/UluFacetsHeaderLayout.vue";
7
+ export { default as UluFacetsResults } from "./facets/UluFacetsResults.vue";
8
+ export { default as UluFacetsSearch } from "./facets/UluFacetsSearch.vue";
9
+ export { default as UluFacetsSidebarLayout } from "./facets/UluFacetsSidebarLayout.vue";
10
+ export { default as UluFacetsSort } from "./facets/UluFacetsSort.vue";
11
+ export { default as UluFacetsList } from "./facets/UluFacetsList.vue";
12
+ export { default as UluScrollAnchors } from "./scroll-anchors/UluScrollAnchors.vue";
13
+ export { default as UluScrollAnchorsNav } from "./scroll-anchors/UluScrollAnchorsNav.vue";
14
+ export { default as UluScrollAnchorsNavAnimated } from "./scroll-anchors/UluScrollAnchorsNavAnimated.vue";
15
+ export { default as UluScrollAnchorsSection } from "./scroll-anchors/UluScrollAnchorsSection.vue";
16
+ export { default as UluShowSkeleton } from "./skeleton/UluShowSkeleton.vue";
17
+ export { default as UluSkeletonContent } from "./skeleton/UluSkeletonContent.vue";
18
+ export { default as UluSkeletonMedia } from "./skeleton/UluSkeletonMedia.vue";
19
+ export { default as UluSkeletonText } from "./skeleton/UluSkeletonText.vue";
20
+ export { default as UluImageSlideShow } from "./slider/UluImageSlideShow.vue";
21
+ export { default as UluSlideShow } from "./slider/UluSlideShow.vue";
22
+ export { default as UluSlideShowSlide } from "./slider/UluSlideShowSlide.vue";
23
+ export { default as UluTableSticky } from "./table-sticky/UluTableSticky.vue";
24
+ export { default as UluTableStickyRows } from "./table-sticky/UluTableStickyRows.vue";
25
+ export { default as UluTableStickyTable } from "./table-sticky/UluTableStickyTable.vue";
2
26
  //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,60 @@
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ firstItemActive: BooleanConstructor;
3
+ /**
4
+ * Observe
5
+ */
6
+ observerOptions: {
7
+ type: ObjectConstructor;
8
+ default: () => {
9
+ root: null;
10
+ threshhold: number[];
11
+ rootMargin: string;
12
+ };
13
+ };
14
+ }>, {}, {
15
+ isMounted: boolean;
16
+ sections: never[];
17
+ }, {}, {
18
+ update(): void;
19
+ getSectionIndex(el: any): number;
20
+ /**
21
+ * Sets up a new observer to watch the section visibility
22
+ */
23
+ createObserver(): void;
24
+ /**
25
+ * Add all slide elements as targets in observer
26
+ */
27
+ observeItems(): void;
28
+ removeActive(except?: null): void;
29
+ /**
30
+ * Remove observer and it's internal DOM references (GC)
31
+ */
32
+ destroyObserver(): void;
33
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "section-change"[], "section-change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
34
+ firstItemActive: BooleanConstructor;
35
+ /**
36
+ * Observe
37
+ */
38
+ observerOptions: {
39
+ type: ObjectConstructor;
40
+ default: () => {
41
+ root: null;
42
+ threshhold: number[];
43
+ rootMargin: string;
44
+ };
45
+ };
46
+ }>> & Readonly<{
47
+ "onSection-change"?: ((...args: any[]) => any) | undefined;
48
+ }>, {
49
+ firstItemActive: boolean;
50
+ observerOptions: Record<string, any>;
51
+ }, {}, {}, {}, string, () => {
52
+ [SECTIONS]: import("vue").ComputedRef<never[]>;
53
+ [REGISTER]: (instance: any) => void;
54
+ [UNREGISTER]: (instance: any) => void;
55
+ }, true, {}, any>;
56
+ export default _default;
57
+ import { SECTIONS } from "./symbols.js";
58
+ import { REGISTER } from "./symbols.js";
59
+ import { UNREGISTER } from "./symbols.js";
60
+ //# sourceMappingURL=UluScrollAnchors.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UluScrollAnchors.vue.d.ts","sourceRoot":"","sources":["../../../../lib/components/systems/scroll-anchors/UluScrollAnchors.vue"],"names":[],"mappings":";;IAiKM;;OAEG;;;;;;;;;;;;;;;IAyDH;;OAEG;;IAoCH;;OAEG;;;IAiBH;;OAEG;;;;IAtHH;;OAEG;;;;;;;;;;;;;;;;;;;;yBARwC,cAAc;yBAAd,cAAc;2BAAd,cAAc"}
@@ -0,0 +1,15 @@
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ element: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
6
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
7
+ element: {
8
+ type: StringConstructor;
9
+ default: string;
10
+ };
11
+ }>> & Readonly<{}>, {
12
+ element: string;
13
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
14
+ export default _default;
15
+ //# sourceMappingURL=UluScrollAnchorsNav.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UluScrollAnchorsNav.vue.d.ts","sourceRoot":"","sources":["../../../../lib/components/systems/scroll-anchors/UluScrollAnchorsNav.vue"],"names":[],"mappings":""}
@@ -0,0 +1,32 @@
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ /**
3
+ * Element to use for container
4
+ */
5
+ element: {
6
+ type: StringConstructor;
7
+ default: string;
8
+ };
9
+ }>, {}, {
10
+ linkRefs: {};
11
+ indicatorAnimReady: boolean;
12
+ }, {
13
+ indicatorStyles(): false | {
14
+ y: any;
15
+ height: any;
16
+ initial: any;
17
+ };
18
+ }, {
19
+ addLinkRef(index: any, el: any): void;
20
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
21
+ /**
22
+ * Element to use for container
23
+ */
24
+ element: {
25
+ type: StringConstructor;
26
+ default: string;
27
+ };
28
+ }>> & Readonly<{}>, {
29
+ element: string;
30
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
31
+ export default _default;
32
+ //# sourceMappingURL=UluScrollAnchorsNavAnimated.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UluScrollAnchorsNavAnimated.vue.d.ts","sourceRoot":"","sources":["../../../../lib/components/systems/scroll-anchors/UluScrollAnchorsNavAnimated.vue"],"names":[],"mappings":";IAqIM;;OAEG;;;;;;;;;;;;;;;;;IAFH;;OAEG"}
@@ -0,0 +1,50 @@
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ title: StringConstructor;
3
+ titleElement: {
4
+ type: StringConstructor;
5
+ default: string;
6
+ };
7
+ titleClass: {
8
+ type: StringConstructor;
9
+ default: string;
10
+ };
11
+ anchorId: StringConstructor;
12
+ wrapperClass: {
13
+ type: StringConstructor;
14
+ default: string;
15
+ };
16
+ activeClass: {
17
+ type: StringConstructor;
18
+ default: string;
19
+ };
20
+ }>, {}, {
21
+ titleId: string;
22
+ }, {
23
+ section(): any;
24
+ }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
25
+ title: StringConstructor;
26
+ titleElement: {
27
+ type: StringConstructor;
28
+ default: string;
29
+ };
30
+ titleClass: {
31
+ type: StringConstructor;
32
+ default: string;
33
+ };
34
+ anchorId: StringConstructor;
35
+ wrapperClass: {
36
+ type: StringConstructor;
37
+ default: string;
38
+ };
39
+ activeClass: {
40
+ type: StringConstructor;
41
+ default: string;
42
+ };
43
+ }>> & Readonly<{}>, {
44
+ activeClass: string;
45
+ titleElement: string;
46
+ titleClass: string;
47
+ wrapperClass: string;
48
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
49
+ export default _default;
50
+ //# sourceMappingURL=UluScrollAnchorsSection.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UluScrollAnchorsSection.vue.d.ts","sourceRoot":"","sources":["../../../../lib/components/systems/scroll-anchors/UluScrollAnchorsSection.vue"],"names":[],"mappings":""}
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Symbol for register provide/inject
3
3
  */
4
- export const REGISTER: any;
5
- export const UNREGISTER: any;
6
- export const SECTIONS: any;
4
+ export const REGISTER: unique symbol;
5
+ export const UNREGISTER: unique symbol;
6
+ export const SECTIONS: unique symbol;
7
7
  //# sourceMappingURL=symbols.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"symbols.d.ts","sourceRoot":"","sources":["../../../../lib/components/systems/scroll-anchors/symbols.js"],"names":[],"mappings":"AAAA;;GAEG;AACH,2BAAiC;AACjC,6BAAmC;AACnC,2BAAiC"}
1
+ {"version":3,"file":"symbols.d.ts","sourceRoot":"","sources":["../../../../lib/components/systems/scroll-anchors/symbols.js"],"names":[],"mappings":"AAAA;;GAEG;AACH,qCAAiC;AACjC,uCAAmC;AACnC,qCAAiC"}
@@ -0,0 +1,16 @@
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
+ when: boolean;
9
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
10
+ type __VLS_Slots = {
11
+ default?: ((props: {}) => any) | undefined;
12
+ };
13
+ declare const __VLS_props: {
14
+ readonly when: boolean;
15
+ };
16
+ //# sourceMappingURL=UluShowSkeleton.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UluShowSkeleton.vue.d.ts","sourceRoot":"","sources":["../../../../lib/components/systems/skeleton/UluShowSkeleton.vue"],"names":[],"mappings":"wBA6EqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AARzB;YAGmB,OAAO,CAAC,OAAO,WAAW,CAAC;;2OAE3C;;;;AA5DD;;EAKG"}
@@ -0,0 +1,9 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ $props: Partial<typeof props>;
3
+ lines: number;
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 lines: number;
8
+ };
9
+ //# sourceMappingURL=UluSkeletonContent.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UluSkeletonContent.vue.d.ts","sourceRoot":"","sources":["../../../../lib/components/systems/skeleton/UluSkeletonContent.vue"],"names":[],"mappings":";YAoJmB,OAAO,CAAC,OAAO,KAAK,CAAC;;;;AAvFtC;;EAQG"}
@@ -0,0 +1,3 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
3
+ //# sourceMappingURL=UluSkeletonMedia.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UluSkeletonMedia.vue.d.ts","sourceRoot":"","sources":["../../../../lib/components/systems/skeleton/UluSkeletonMedia.vue"],"names":[],"mappings":""}
@@ -0,0 +1,13 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ $props: Partial<typeof __VLS_props>;
3
+ inline: boolean;
4
+ alt: boolean;
5
+ width?: string | undefined;
6
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
7
+ export default _default;
8
+ declare const __VLS_props: {
9
+ readonly inline: boolean;
10
+ readonly alt: boolean;
11
+ readonly width?: string | undefined;
12
+ };
13
+ //# sourceMappingURL=UluSkeletonText.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UluSkeletonText.vue.d.ts","sourceRoot":"","sources":["../../../../lib/components/systems/skeleton/UluSkeletonText.vue"],"names":[],"mappings":";YAsFmB,OAAO,CAAC,OAAO,WAAW,CAAC;;;;;;AA1D5C;;;;EAaG"}