@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
@@ -1,4 +1,4 @@
1
- import { l as o, r as h, a as p, g as v } from "./index-BNRZ3Apw.js";
1
+ import { l as o, r as h, a as p, g as v } from "./index-QwwTSMNO.js";
2
2
  const k = {
3
3
  iconClassClose: "css-icon css-icon--close",
4
4
  iconClassDragX: "css-icon css-icon--drag-x",
@@ -1 +1 @@
1
- .toast-animation-move,.toast-animation-enter-active,.toast-animation-leave-active{transition:all .3s ease}.toast-animation-enter-from,.toast-animation-leave-to{opacity:0;transform:translate(30px)}.toast-animation-leave-active{position:absolute;width:100%}.facets-dropdown-filters{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.facets-dropdown-filters__group{display:flex;gap:.5rem;align-items:center}.facets-header-layout__header{display:flex;gap:1rem;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap}.facets-results__list{list-style:none;padding:0}.facets-fade-enter-active,.facets-fade-leave-active{transition:opacity .25s ease}.facets-fade-enter-from,.facets-fade-leave-to{opacity:0}.facets-sidebar-layout__body{display:grid;grid-template-columns:250px 1fr;gap:2rem}.facets-sidebar-layout--filters-hidden .facets-sidebar-layout__body{grid-template-columns:1fr}.scroll-anchors__rail{border-left:3px solid rgb(220,220,220);padding-left:1rem}.scroll-anchors__indicator{position:absolute;top:0;left:0;width:3px;background-color:#000}.scroll-anchors__indicator--can-transition{transition-property:height,transform;transition-timing-function:ease-in-out;transition-duration:.25s}
1
+ .toast-animation-move,.toast-animation-enter-active,.toast-animation-leave-active{transition:all .3s ease}.toast-animation-enter-from,.toast-animation-leave-to{opacity:0;transform:translate(30px)}.toast-animation-leave-active{position:absolute;width:100%}.ulu-facets-active-filters{display:flex;align-items:center;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #eee}.ulu-facets-active-filters__label{margin-right:.5rem}.ulu-facets-active-filters__items{display:flex;flex-wrap:wrap;gap:.5rem}.facets-dropdown-filters{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.facets-dropdown-filters__group{display:flex;gap:.5rem;align-items:center}.facets-header-layout__header{display:flex;gap:1rem;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap}.facets-results__list{list-style:none;padding:0}.facets-fade-enter-active,.facets-fade-leave-active{transition:opacity .25s ease}.facets-fade-enter-from,.facets-fade-leave-to{opacity:0}.facets-sidebar__body{display:grid;grid-template-columns:250px 1fr;gap:2rem}.facets-sidebar--filters-hidden .facets-sidebar__body{grid-template-columns:1fr}.scroll-anchors__rail{border-left:3px solid rgb(220,220,220);padding-left:1rem}.scroll-anchors__indicator{position:absolute;top:0;left:0;width:3px;background-color:#000}.scroll-anchors__indicator--can-transition{transition-property:height,transform;transition-timing-function:ease-in-out;transition-duration:.25s}
@@ -1,10 +1,10 @@
1
- import { _ as l, N as e, s as u, a1 as U, t, u as o, Q as i, v as r, w as n, x as c, y as S, h as d, W as F, O as p, z as b, j as m, X as k, Y as T, A as g, a5 as P, a6 as h, a7 as w, a8 as y, ad as A, a9 as L, aa as v, ab as M, ac as x, H as B, I as C, J as R, K as f, L as D, B as I, am as N, C as E, D as j, R as q, S as G, U as V, T as z, k as H, Z as O, $ as W, a2 as J, a3 as K, a0 as Q, ae as X, af as Y, ag as Z, ah as _, M as $, G as aa, ai as sa, aj as la, ak as ea, al as ua, V as Ua, an as ta, ao as oa, E as ia, m as ra, n as na, o as ca, p as Sa, q as da, ap as Fa, aq as pa, ar as ba, F as ma, P as ka, f as Ta, b as ga, d as Pa, c as ha, e as wa, aw as ya, ay as Aa, a4 as La, as as va, at as Ma, ax as xa, av as Ba, au as Ca, i as Ra } from "./index-BNRZ3Apw.js";
1
+ import { _ as l, N as e, s as u, a1 as t, t as U, u as o, Q as i, v as r, w as n, x as c, y as S, h as d, W as F, O as p, z as b, j as m, X as k, Y as T, A as g, a5 as P, a6 as h, a7 as A, a8 as v, a9 as w, ae as y, aa as L, ab as M, ac as x, ad as B, H as C, I as R, J as f, K as D, L as I, B as N, an as E, C as j, D as q, R as z, S as G, U as V, T as H, k as O, Z as W, $ as J, a2 as K, a3 as Q, a0 as X, af as Y, ag as Z, ah as _, ai as $, M as aa, G as sa, aj as la, ak as ea, al as ua, am as ta, V as Ua, ao as oa, ap as ia, E as ra, m as na, n as ca, o as Sa, p as da, q as Fa, aq as pa, ar as ba, as as ma, F as ka, P as Ta, f as ga, b as Pa, d as ha, c as Aa, e as va, ax as wa, az as ya, a4 as La, at as Ma, au as xa, ay as Ba, aw as Ca, av as Ra, i as fa } from "./index-QwwTSMNO.js";
2
2
  export {
3
3
  l as UluAccordion,
4
4
  e as UluAdaptiveLayout,
5
5
  u as UluAlert,
6
- U as UluAnimateNumber,
7
- t as UluBadge,
6
+ t as UluAnimateNumber,
7
+ U as UluBadge,
8
8
  o as UluBadgeStack,
9
9
  i as UluBreadcrumb,
10
10
  r as UluButton,
@@ -19,70 +19,71 @@ export {
19
19
  k as UluEmpty,
20
20
  T as UluEmptyView,
21
21
  g as UluExternalLink,
22
- P as UluFacetsFilterLists,
23
- h as UluFacetsFilterPopovers,
24
- w as UluFacetsFilterSelects,
25
- y as UluFacetsHeaderLayout,
26
- A as UluFacetsList,
22
+ P as UluFacetsActiveFilters,
23
+ h as UluFacetsFilterLists,
24
+ A as UluFacetsFilterPopovers,
25
+ v as UluFacetsFilterSelects,
26
+ w as UluFacetsHeaderLayout,
27
+ y as UluFacetsList,
27
28
  L as UluFacetsResults,
28
- v as UluFacetsSearch,
29
- M as UluFacetsSidebarLayout,
30
- x as UluFacetsSort,
31
- B as UluFileDisplay,
32
- C as UluFormFile,
33
- R as UluFormMessage,
34
- f as UluFormSelect,
35
- D as UluFormText,
36
- I as UluIcon,
37
- N as UluImageSlideShow,
38
- E as UluList,
39
- j as UluMain,
40
- q as UluMenu,
29
+ M as UluFacetsSearch,
30
+ x as UluFacetsSidebarLayout,
31
+ B as UluFacetsSort,
32
+ C as UluFileDisplay,
33
+ R as UluFormFile,
34
+ f as UluFormMessage,
35
+ D as UluFormSelect,
36
+ I as UluFormText,
37
+ N as UluIcon,
38
+ E as UluImageSlideShow,
39
+ j as UluList,
40
+ q as UluMain,
41
+ z as UluMenu,
41
42
  G as UluMenuStack,
42
43
  V as UluModal,
43
- z as UluNavStrip,
44
- H as UluOverflowPopover,
45
- O as UluPlaceholderImage,
46
- W as UluPlaceholderText,
47
- J as UluProgressBar,
48
- K as UluProgressCircle,
49
- Q as UluRouteAnnouncer,
50
- X as UluScrollAnchors,
51
- Y as UluScrollAnchorsNav,
52
- Z as UluScrollAnchorsNavAnimated,
53
- _ as UluScrollAnchorsSection,
54
- $ as UluSearchForm,
55
- aa as UluSelectableMenu,
56
- sa as UluShowSkeleton,
57
- la as UluSkeletonContent,
58
- ea as UluSkeletonMedia,
59
- ua as UluSkeletonText,
44
+ H as UluNavStrip,
45
+ O as UluOverflowPopover,
46
+ W as UluPlaceholderImage,
47
+ J as UluPlaceholderText,
48
+ K as UluProgressBar,
49
+ Q as UluProgressCircle,
50
+ X as UluRouteAnnouncer,
51
+ Y as UluScrollAnchors,
52
+ Z as UluScrollAnchorsNav,
53
+ _ as UluScrollAnchorsNavAnimated,
54
+ $ as UluScrollAnchorsSection,
55
+ aa as UluSearchForm,
56
+ sa as UluSelectableMenu,
57
+ la as UluShowSkeleton,
58
+ ea as UluSkeletonContent,
59
+ ua as UluSkeletonMedia,
60
+ ta as UluSkeletonText,
60
61
  Ua as UluSkipLink,
61
- ta as UluSlideShow,
62
- oa as UluSlideShowSlide,
63
- ia as UluSpokeSpinner,
64
- ra as UluTab,
65
- na as UluTabGroup,
66
- ca as UluTabList,
67
- Sa as UluTabPanel,
68
- da as UluTabPanels,
69
- Fa as UluTableSticky,
70
- pa as UluTableStickyRows,
71
- ba as UluTableStickyTable,
72
- ma as UluTag,
73
- ka as UluTitleRail,
74
- Ta as breakpointsPlugin,
75
- ga as corePlugin,
76
- Pa as modalsPlugin,
77
- ha as popoversPlugin,
78
- wa as toastPlugin,
79
- ya as useBreakpointManager,
80
- Aa as useDocumentTitle,
62
+ oa as UluSlideShow,
63
+ ia as UluSlideShowSlide,
64
+ ra as UluSpokeSpinner,
65
+ na as UluTab,
66
+ ca as UluTabGroup,
67
+ Sa as UluTabList,
68
+ da as UluTabPanel,
69
+ Fa as UluTabPanels,
70
+ pa as UluTableSticky,
71
+ ba as UluTableStickyRows,
72
+ ma as UluTableStickyTable,
73
+ ka as UluTag,
74
+ Ta as UluTitleRail,
75
+ ga as breakpointsPlugin,
76
+ Pa as corePlugin,
77
+ ha as modalsPlugin,
78
+ Aa as popoversPlugin,
79
+ va as toastPlugin,
80
+ wa as useBreakpointManager,
81
+ ya as useDocumentTitle,
81
82
  La as useFacets,
82
- va as useIcon,
83
- Ma as useModifiers,
84
- xa as usePagination,
85
- Ba as useRequiredInject,
86
- Ca as useWindowResize,
87
- Ra as utils
83
+ Ma as useIcon,
84
+ xa as useModifiers,
85
+ Ba as usePagination,
86
+ Ca as useRequiredInject,
87
+ Ra as useWindowResize,
88
+ fa as utils
88
89
  };