@ulu/frontend-vue 0.1.3-beta.2 → 0.1.3-beta.20

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 (63) hide show
  1. package/dist/frontend-vue.css +1 -1
  2. package/dist/frontend-vue.js +3315 -2668
  3. package/dist/types/components/collapsible/UluAccordionGroup.vue.d.ts +20 -0
  4. package/dist/types/components/collapsible/UluAccordionGroup.vue.d.ts.map +1 -1
  5. package/dist/types/components/elements/UluList.vue.d.ts.map +1 -1
  6. package/dist/types/components/elements/UluRule.vue.d.ts +19 -0
  7. package/dist/types/components/elements/UluRule.vue.d.ts.map +1 -0
  8. package/dist/types/components/forms/UluFormRadio.vue.d.ts +4 -4
  9. package/dist/types/components/index.d.ts +12 -0
  10. package/dist/types/components/layout/UluDataGrid.vue.d.ts +16 -1
  11. package/dist/types/components/layout/UluDataGrid.vue.d.ts.map +1 -1
  12. package/dist/types/components/layout/UluWhenBreakpoint.vue.d.ts.map +1 -1
  13. package/dist/types/components/systems/facets/UluFacetsFilterSelects.vue.d.ts +21 -2
  14. package/dist/types/components/systems/facets/UluFacetsFilterSelects.vue.d.ts.map +1 -1
  15. package/dist/types/components/systems/facets/UluFacetsSearch.vue.d.ts.map +1 -1
  16. package/dist/types/components/systems/index.d.ts +4 -0
  17. package/dist/types/components/systems/scroll-anchors/UluScrollAnchors.vue.d.ts +20 -58
  18. package/dist/types/components/systems/scroll-anchors/UluScrollAnchors.vue.d.ts.map +1 -1
  19. package/dist/types/components/systems/scroll-anchors/UluScrollAnchorsHeadlessSection.vue.d.ts +27 -0
  20. package/dist/types/components/systems/scroll-anchors/UluScrollAnchorsHeadlessSection.vue.d.ts.map +1 -0
  21. package/dist/types/components/systems/scroll-anchors/UluScrollAnchorsNav.vue.d.ts +17 -13
  22. package/dist/types/components/systems/scroll-anchors/UluScrollAnchorsNav.vue.d.ts.map +1 -1
  23. package/dist/types/components/systems/scroll-anchors/UluScrollAnchorsNavAnimated.vue.d.ts +27 -30
  24. package/dist/types/components/systems/scroll-anchors/UluScrollAnchorsNavAnimated.vue.d.ts.map +1 -1
  25. package/dist/types/components/systems/scroll-anchors/UluScrollAnchorsSection.vue.d.ts +27 -45
  26. package/dist/types/components/systems/scroll-anchors/UluScrollAnchorsSection.vue.d.ts.map +1 -1
  27. package/dist/types/components/systems/scroll-anchors/useScrollAnchorSection.d.ts +9 -0
  28. package/dist/types/components/systems/scroll-anchors/useScrollAnchorSection.d.ts.map +1 -0
  29. package/dist/types/components/systems/scroll-anchors/useScrollAnchorSections.d.ts +8 -0
  30. package/dist/types/components/systems/scroll-anchors/useScrollAnchorSections.d.ts.map +1 -0
  31. package/dist/types/components/systems/scroll-anchors/useScrollAnchors.d.ts +14 -0
  32. package/dist/types/components/systems/scroll-anchors/useScrollAnchors.d.ts.map +1 -0
  33. package/dist/types/plugins/popovers/defaults.d.ts.map +1 -1
  34. package/dist/types/plugins/popovers/index.d.ts.map +1 -1
  35. package/lib/components/_index.scss +1 -0
  36. package/lib/components/collapsible/UluAccordionGroup.vue +39 -5
  37. package/lib/components/collapsible/UluModal.vue +8 -8
  38. package/lib/components/elements/UluList.vue +3 -4
  39. package/lib/components/elements/UluRule.vue +49 -0
  40. package/lib/components/forms/UluFormRadio.vue +2 -2
  41. package/lib/components/index.js +12 -0
  42. package/lib/components/layout/UluDataGrid.vue +55 -15
  43. package/lib/components/layout/UluWhenBreakpoint.vue +14 -4
  44. package/lib/components/navigation/UluSkipLink.vue +1 -1
  45. package/lib/components/systems/facets/UluFacetsFilterSelects.vue +34 -7
  46. package/lib/components/systems/facets/UluFacetsSearch.vue +3 -3
  47. package/lib/components/systems/facets/UluFacetsSort.vue +3 -3
  48. package/lib/components/systems/index.js +4 -0
  49. package/lib/components/systems/scroll-anchors/UluScrollAnchors.vue +46 -145
  50. package/lib/components/systems/scroll-anchors/UluScrollAnchorsHeadlessSection.vue +50 -0
  51. package/lib/components/systems/scroll-anchors/UluScrollAnchorsNav.vue +18 -16
  52. package/lib/components/systems/scroll-anchors/UluScrollAnchorsNavAnimated.vue +100 -89
  53. package/lib/components/systems/scroll-anchors/UluScrollAnchorsSection.vue +65 -51
  54. package/lib/components/systems/scroll-anchors/_scroll-anchors-nav-animated.scss +67 -0
  55. package/lib/components/systems/scroll-anchors/useScrollAnchorSection.js +60 -0
  56. package/lib/components/systems/scroll-anchors/useScrollAnchorSections.js +15 -0
  57. package/lib/components/systems/scroll-anchors/useScrollAnchors.js +158 -0
  58. package/lib/plugins/popovers/defaults.js +10 -10
  59. package/lib/plugins/popovers/index.js +9 -0
  60. package/package.json +2 -2
  61. package/dist/types/components/systems/scroll-anchors/symbols.d.ts +0 -7
  62. package/dist/types/components/systems/scroll-anchors/symbols.d.ts.map +0 -1
  63. package/lib/components/systems/scroll-anchors/symbols.js +0 -6

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.