@ulu/frontend-vue 0.1.3-beta.1 → 0.1.3-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 (58) hide show
  1. package/dist/frontend-vue.css +1 -1
  2. package/dist/frontend-vue.js +3147 -2580
  3. package/dist/types/components/collapsible/UluModal.vue.d.ts.map +1 -1
  4. package/dist/types/components/elements/UluList.vue.d.ts.map +1 -1
  5. package/dist/types/components/elements/UluRule.vue.d.ts +19 -0
  6. package/dist/types/components/elements/UluRule.vue.d.ts.map +1 -0
  7. package/dist/types/components/forms/UluFormRadio.vue.d.ts +4 -4
  8. package/dist/types/components/index.d.ts +12 -0
  9. package/dist/types/components/layout/UluDataGrid.vue.d.ts +16 -1
  10. package/dist/types/components/layout/UluDataGrid.vue.d.ts.map +1 -1
  11. package/dist/types/components/systems/facets/UluFacetsFilterSelects.vue.d.ts +21 -2
  12. package/dist/types/components/systems/facets/UluFacetsFilterSelects.vue.d.ts.map +1 -1
  13. package/dist/types/components/systems/facets/UluFacetsSearch.vue.d.ts.map +1 -1
  14. package/dist/types/components/systems/index.d.ts +4 -0
  15. package/dist/types/components/systems/scroll-anchors/UluScrollAnchors.vue.d.ts +20 -58
  16. package/dist/types/components/systems/scroll-anchors/UluScrollAnchors.vue.d.ts.map +1 -1
  17. package/dist/types/components/systems/scroll-anchors/UluScrollAnchorsHeadlessSection.vue.d.ts +24 -0
  18. package/dist/types/components/systems/scroll-anchors/UluScrollAnchorsHeadlessSection.vue.d.ts.map +1 -0
  19. package/dist/types/components/systems/scroll-anchors/UluScrollAnchorsNav.vue.d.ts +17 -13
  20. package/dist/types/components/systems/scroll-anchors/UluScrollAnchorsNav.vue.d.ts.map +1 -1
  21. package/dist/types/components/systems/scroll-anchors/UluScrollAnchorsNavAnimated.vue.d.ts +27 -30
  22. package/dist/types/components/systems/scroll-anchors/UluScrollAnchorsNavAnimated.vue.d.ts.map +1 -1
  23. package/dist/types/components/systems/scroll-anchors/UluScrollAnchorsSection.vue.d.ts +27 -45
  24. package/dist/types/components/systems/scroll-anchors/UluScrollAnchorsSection.vue.d.ts.map +1 -1
  25. package/dist/types/components/systems/scroll-anchors/useScrollAnchorSection.d.ts +9 -0
  26. package/dist/types/components/systems/scroll-anchors/useScrollAnchorSection.d.ts.map +1 -0
  27. package/dist/types/components/systems/scroll-anchors/useScrollAnchorSections.d.ts +8 -0
  28. package/dist/types/components/systems/scroll-anchors/useScrollAnchorSections.d.ts.map +1 -0
  29. package/dist/types/components/systems/scroll-anchors/useScrollAnchors.d.ts +14 -0
  30. package/dist/types/components/systems/scroll-anchors/useScrollAnchors.d.ts.map +1 -0
  31. package/dist/types/plugins/popovers/defaults.d.ts.map +1 -1
  32. package/dist/types/plugins/popovers/index.d.ts.map +1 -1
  33. package/lib/components/_index.scss +1 -0
  34. package/lib/components/collapsible/UluModal.vue +9 -10
  35. package/lib/components/elements/UluList.vue +3 -4
  36. package/lib/components/elements/UluRule.vue +49 -0
  37. package/lib/components/forms/UluFormRadio.vue +2 -2
  38. package/lib/components/index.js +12 -0
  39. package/lib/components/layout/UluDataGrid.vue +45 -16
  40. package/lib/components/systems/facets/UluFacetsFilterSelects.vue +34 -7
  41. package/lib/components/systems/facets/UluFacetsSearch.vue +3 -3
  42. package/lib/components/systems/facets/UluFacetsSort.vue +3 -3
  43. package/lib/components/systems/index.js +4 -0
  44. package/lib/components/systems/scroll-anchors/UluScrollAnchors.vue +46 -145
  45. package/lib/components/systems/scroll-anchors/UluScrollAnchorsHeadlessSection.vue +36 -0
  46. package/lib/components/systems/scroll-anchors/UluScrollAnchorsNav.vue +18 -16
  47. package/lib/components/systems/scroll-anchors/UluScrollAnchorsNavAnimated.vue +100 -89
  48. package/lib/components/systems/scroll-anchors/UluScrollAnchorsSection.vue +55 -52
  49. package/lib/components/systems/scroll-anchors/_scroll-anchors-nav-animated.scss +66 -0
  50. package/lib/components/systems/scroll-anchors/useScrollAnchorSection.js +56 -0
  51. package/lib/components/systems/scroll-anchors/useScrollAnchorSections.js +15 -0
  52. package/lib/components/systems/scroll-anchors/useScrollAnchors.js +152 -0
  53. package/lib/plugins/popovers/defaults.js +10 -10
  54. package/lib/plugins/popovers/index.js +9 -0
  55. package/package.json +2 -2
  56. package/dist/types/components/systems/scroll-anchors/symbols.d.ts +0 -7
  57. package/dist/types/components/systems/scroll-anchors/symbols.d.ts.map +0 -1
  58. package/lib/components/systems/scroll-anchors/symbols.js +0 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ulu/frontend-vue",
3
- "version": "0.1.3-beta.1",
3
+ "version": "0.1.3-beta.11",
4
4
  "description": "A modular and tree-shakeable Vue 3 component library for the Ulu frontend",
5
5
  "type": "module",
6
6
  "files": [
@@ -65,7 +65,7 @@
65
65
  },
66
66
  "dependencies": {
67
67
  "@floating-ui/vue": "^1.1.8",
68
- "@ulu/utils": "^0.0.30",
68
+ "@ulu/utils": "^0.0.32",
69
69
  "lodash-es": "^4.17.21"
70
70
  },
71
71
  "devDependencies": {
@@ -1,7 +0,0 @@
1
- /**
2
- * Symbol for register provide/inject
3
- */
4
- export const REGISTER: unique symbol;
5
- export const UNREGISTER: unique symbol;
6
- export const SECTIONS: unique symbol;
7
- //# sourceMappingURL=symbols.d.ts.map
@@ -1 +0,0 @@
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"}
@@ -1,6 +0,0 @@
1
- /**
2
- * Symbol for register provide/inject
3
- */
4
- export const REGISTER = Symbol();
5
- export const UNREGISTER = Symbol();
6
- export const SECTIONS = Symbol();