@ulu/frontend-vue 0.6.4 → 0.6.6

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.
@@ -27,22 +27,6 @@
27
27
  "code": "<toast>Content</toast>"
28
28
  }
29
29
  ],
30
- "useTooltipFollow": [
31
- {
32
- "title": "Default",
33
- "description": "Default variation",
34
- "code": "<useTooltipFollow>Content</useTooltipFollow>"
35
- }
36
- ],
37
- "useTooltip": [],
38
- "tooltip": [
39
- {
40
- "title": "Basic",
41
- "description": "Basic variation",
42
- "code": "<tooltip>This is a basic tooltip!</tooltip>"
43
- }
44
- ],
45
- "UluPopover": [],
46
30
  "useModals": [],
47
31
  "modals": [
48
32
  {
@@ -76,53 +60,25 @@
76
60
  "code": "<template>\n <button @click=\"showSettingsModal\">My Settings</button>\n</template>\n\n<script setup>\n import { useModals } from \"./useModals\";\n\n const modals = useModals();\n const showSettingsModal = () => {\n console.log(\"This is opening via uluModals composable\");\n modals.open(\"settings\");\n };\n</script>"
77
61
  }
78
62
  ],
79
- "UluProgressCircle": [],
80
- "UluProgressBar": [],
81
- "UluAnimateNumber": [],
82
- "UluSanityRichText": [],
83
- "UluRouteAnnouncer": [],
84
- "UluPlaceholderText": [],
85
- "UluPlaceholderImage": [],
86
- "UluEmptyView": [],
87
- "UluEmpty": [],
88
- "UluConditionalWrapper": [],
89
- "UluConditionalText": [],
90
- "UluAction": [
91
- {
92
- "title": "AsButton",
93
- "description": "AsButton variation",
94
- "code": "<UluAction>Content</UluAction>"
95
- },
96
- {
97
- "title": "AsAnchor",
98
- "description": "AsAnchor variation",
99
- "code": "<UluAction href=\"https://example.com\" target=\"_blank\">Content</UluAction>"
100
- },
101
- {
102
- "title": "AsRouterLink",
103
- "description": "AsRouterLink variation",
104
- "code": "<UluAction to=\"/about\">Content</UluAction>"
105
- },
106
- {
107
- "title": "ExplicitElementOverride",
108
- "description": "ExplicitElementOverride variation",
109
- "code": "<UluAction element=\"span\">Content</UluAction>"
110
- },
63
+ "useTooltipFollow": [
111
64
  {
112
- "title": "DownloadWithFilename",
113
- "description": "DownloadWithFilename variation",
114
- "code": "<UluAction href=\"{...}\" download=\"download-test.txt\">Content</UluAction>"
115
- },
65
+ "title": "Default",
66
+ "description": "Default variation",
67
+ "code": "<useTooltipFollow>Content</useTooltipFollow>"
68
+ }
69
+ ],
70
+ "useTooltip": [],
71
+ "tooltip": [
116
72
  {
117
- "title": "TestDownloadWithoutFilename",
118
- "description": "TestDownloadWithoutFilename variation",
119
- "code": "<UluAction href=\"{...}\" download>Content</UluAction>"
73
+ "title": "Basic",
74
+ "description": "Basic variation",
75
+ "code": "<tooltip>This is a basic tooltip!</tooltip>"
120
76
  }
121
77
  ],
122
- "UluWhenBreakpoint": [],
123
- "UluTitleRail": [],
124
- "UluDataGrid": [],
125
- "UluAdaptiveLayout": [],
78
+ "UluPopover": [],
79
+ "UluProgressCircle": [],
80
+ "UluProgressBar": [],
81
+ "UluAnimateNumber": [],
126
82
  "UluSkipLink": [
127
83
  {
128
84
  "title": "Default",
@@ -195,6 +151,78 @@
195
151
  "code": "<UluBreadcrumb items=\"{...}\">Content</UluBreadcrumb>"
196
152
  }
197
153
  ],
154
+ "UluWhenBreakpoint": [],
155
+ "UluTitleRail": [],
156
+ "UluDataGrid": [],
157
+ "UluAdaptiveLayout": [],
158
+ "UluSanityRichText": [],
159
+ "UluRouteAnnouncer": [],
160
+ "UluPlaceholderText": [],
161
+ "UluPlaceholderImage": [],
162
+ "UluEmptyView": [],
163
+ "UluEmpty": [],
164
+ "UluConditionalWrapper": [],
165
+ "UluConditionalText": [],
166
+ "UluAction": [
167
+ {
168
+ "title": "AsButton",
169
+ "description": "AsButton variation",
170
+ "code": "<UluAction>Content</UluAction>"
171
+ },
172
+ {
173
+ "title": "AsAnchor",
174
+ "description": "AsAnchor variation",
175
+ "code": "<UluAction href=\"https://example.com\" target=\"_blank\">Content</UluAction>"
176
+ },
177
+ {
178
+ "title": "AsRouterLink",
179
+ "description": "AsRouterLink variation",
180
+ "code": "<UluAction to=\"/about\">Content</UluAction>"
181
+ },
182
+ {
183
+ "title": "ExplicitElementOverride",
184
+ "description": "ExplicitElementOverride variation",
185
+ "code": "<UluAction element=\"span\">Content</UluAction>"
186
+ },
187
+ {
188
+ "title": "DownloadWithFilename",
189
+ "description": "DownloadWithFilename variation",
190
+ "code": "<UluAction href=\"{...}\" download=\"download-test.txt\">Content</UluAction>"
191
+ },
192
+ {
193
+ "title": "TestDownloadWithoutFilename",
194
+ "description": "TestDownloadWithoutFilename variation",
195
+ "code": "<UluAction href=\"{...}\" download>Content</UluAction>"
196
+ }
197
+ ],
198
+ "UluTabGroup": [
199
+ {
200
+ "title": "Default",
201
+ "description": "Default variation",
202
+ "code": "<UluTabGroup>Content</UluTabGroup>"
203
+ },
204
+ {
205
+ "title": "Vertical",
206
+ "description": "Vertical variation",
207
+ "code": "<UluTabGroup vertical>Content</UluTabGroup>"
208
+ },
209
+ {
210
+ "title": "DefaultIndex",
211
+ "description": "DefaultIndex variation",
212
+ "code": "<UluTabGroup :defaultIndex=\"2\">Content</UluTabGroup>"
213
+ },
214
+ {
215
+ "title": "FullWidth",
216
+ "description": "FullWidth variation",
217
+ "code": "<UluTabGroup modifiers=\"{...}\">Content</UluTabGroup>"
218
+ }
219
+ ],
220
+ "UluOverflowPopover": [],
221
+ "UluModal": [],
222
+ "UluDropdown": [],
223
+ "UluCollapsible": [],
224
+ "UluAccordionGroup": [],
225
+ "UluAccordion": [],
198
226
  "UluSelectableMenu": [],
199
227
  "UluSearchForm": [],
200
228
  "UluFormTextarea": [],
@@ -434,34 +462,6 @@
434
462
  }
435
463
  ],
436
464
  "UluAlert": [],
437
- "UluTabGroup": [
438
- {
439
- "title": "Default",
440
- "description": "Default variation",
441
- "code": "<UluTabGroup>Content</UluTabGroup>"
442
- },
443
- {
444
- "title": "Vertical",
445
- "description": "Vertical variation",
446
- "code": "<UluTabGroup vertical>Content</UluTabGroup>"
447
- },
448
- {
449
- "title": "DefaultIndex",
450
- "description": "DefaultIndex variation",
451
- "code": "<UluTabGroup :defaultIndex=\"2\">Content</UluTabGroup>"
452
- },
453
- {
454
- "title": "FullWidth",
455
- "description": "FullWidth variation",
456
- "code": "<UluTabGroup modifiers=\"{...}\">Content</UluTabGroup>"
457
- }
458
- ],
459
- "UluOverflowPopover": [],
460
- "UluModal": [],
461
- "UluDropdown": [],
462
- "UluCollapsible": [],
463
- "UluAccordionGroup": [],
464
- "UluAccordion": [],
465
465
  "UluTableSticky": [
466
466
  {
467
467
  "title": "Default",
@@ -4167,6 +4167,64 @@
4167
4167
  }
4168
4168
  ]
4169
4169
  },
4170
+ "UluSkeletonText": {
4171
+ "description": "Vue Component Props, Emits, and Slots for UluSkeletonText",
4172
+ "properties": [
4173
+ {
4174
+ "name": "inline",
4175
+ "type": "boolean",
4176
+ "description": "Inline modifier"
4177
+ },
4178
+ {
4179
+ "name": "alt",
4180
+ "type": "boolean",
4181
+ "description": "Use alternate background color"
4182
+ },
4183
+ {
4184
+ "name": "width",
4185
+ "type": "string",
4186
+ "description": "Optional size (width) - should correspond with width setup in scss component"
4187
+ }
4188
+ ],
4189
+ "events": [],
4190
+ "slots": []
4191
+ },
4192
+ "UluSkeletonMedia": {
4193
+ "description": "Vue Component Props, Emits, and Slots for UluSkeletonMedia",
4194
+ "properties": [],
4195
+ "events": [],
4196
+ "slots": []
4197
+ },
4198
+ "UluSkeletonContent": {
4199
+ "description": "Vue Component Props, Emits, and Slots for UluSkeletonContent",
4200
+ "properties": [
4201
+ {
4202
+ "name": "lines",
4203
+ "type": "number",
4204
+ "default": "6",
4205
+ "description": "Amount of lines to generate"
4206
+ }
4207
+ ],
4208
+ "events": [],
4209
+ "slots": []
4210
+ },
4211
+ "UluShowSkeleton": {
4212
+ "description": "Vue Component Props, Emits, and Slots for UluShowSkeleton",
4213
+ "properties": [
4214
+ {
4215
+ "name": "when",
4216
+ "type": "boolean",
4217
+ "description": "If true will show whatever is passed to slot, else skeleton text"
4218
+ }
4219
+ ],
4220
+ "events": [],
4221
+ "slots": [
4222
+ {
4223
+ "name": "default",
4224
+ "description": ""
4225
+ }
4226
+ ]
4227
+ },
4170
4228
  "UluScrollAnchorsSection": {
4171
4229
  "description": "Vue Component Props, Emits, and Slots for UluScrollAnchorsSection",
4172
4230
  "properties": [
@@ -4379,84 +4437,26 @@
4379
4437
  }
4380
4438
  ]
4381
4439
  },
4382
- "UluSkeletonText": {
4383
- "description": "Vue Component Props, Emits, and Slots for UluSkeletonText",
4440
+ "UluFacetsSort": {
4441
+ "description": "Vue Component Props, Emits, and Slots for UluFacetsSort",
4384
4442
  "properties": [
4385
4443
  {
4386
- "name": "inline",
4387
- "type": "boolean",
4388
- "description": "Inline modifier"
4444
+ "name": "classes",
4445
+ "type": "object",
4446
+ "default": "{}",
4447
+ "description": ""
4389
4448
  },
4390
4449
  {
4391
- "name": "alt",
4392
- "type": "boolean",
4393
- "description": "Use alternate background color"
4450
+ "name": "sortTypes",
4451
+ "type": "object",
4452
+ "default": "{}",
4453
+ "description": ""
4394
4454
  },
4395
4455
  {
4396
- "name": "width",
4456
+ "name": "modelValue",
4397
4457
  "type": "string",
4398
- "description": "Optional size (width) - should correspond with width setup in scss component"
4399
- }
4400
- ],
4401
- "events": [],
4402
- "slots": []
4403
- },
4404
- "UluSkeletonMedia": {
4405
- "description": "Vue Component Props, Emits, and Slots for UluSkeletonMedia",
4406
- "properties": [],
4407
- "events": [],
4408
- "slots": []
4409
- },
4410
- "UluSkeletonContent": {
4411
- "description": "Vue Component Props, Emits, and Slots for UluSkeletonContent",
4412
- "properties": [
4413
- {
4414
- "name": "lines",
4415
- "type": "number",
4416
- "default": "6",
4417
- "description": "Amount of lines to generate"
4418
- }
4419
- ],
4420
- "events": [],
4421
- "slots": []
4422
- },
4423
- "UluShowSkeleton": {
4424
- "description": "Vue Component Props, Emits, and Slots for UluShowSkeleton",
4425
- "properties": [
4426
- {
4427
- "name": "when",
4428
- "type": "boolean",
4429
- "description": "If true will show whatever is passed to slot, else skeleton text"
4430
- }
4431
- ],
4432
- "events": [],
4433
- "slots": [
4434
- {
4435
- "name": "default",
4436
- "description": ""
4437
- }
4438
- ]
4439
- },
4440
- "UluFacetsSort": {
4441
- "description": "Vue Component Props, Emits, and Slots for UluFacetsSort",
4442
- "properties": [
4443
- {
4444
- "name": "classes",
4445
- "type": "object",
4446
- "default": "{}",
4447
- "description": ""
4448
- },
4449
- {
4450
- "name": "sortTypes",
4451
- "type": "object",
4452
- "default": "{}",
4453
- "description": ""
4454
- },
4455
- {
4456
- "name": "modelValue",
4457
- "type": "string",
4458
- "default": "''",
4459
- "description": ""
4458
+ "default": "''",
4459
+ "description": ""
4460
4460
  }
4461
4461
  ],
4462
4462
  "events": [
@@ -10963,6 +10963,100 @@
10963
10963
  ]
10964
10964
  }
10965
10965
  },
10966
+ "UluSkeletonText": {
10967
+ "raw_ast_dump": {
10968
+ "exportName": "default",
10969
+ "displayName": "UluSkeletonText",
10970
+ "description": "",
10971
+ "tags": {},
10972
+ "props": [
10973
+ {
10974
+ "name": "inline",
10975
+ "description": "Inline modifier",
10976
+ "type": {
10977
+ "name": "boolean"
10978
+ }
10979
+ },
10980
+ {
10981
+ "name": "alt",
10982
+ "description": "Use alternate background color",
10983
+ "type": {
10984
+ "name": "boolean"
10985
+ }
10986
+ },
10987
+ {
10988
+ "name": "width",
10989
+ "description": "Optional size (width) - should correspond with width setup in scss component",
10990
+ "type": {
10991
+ "name": "string"
10992
+ }
10993
+ }
10994
+ ],
10995
+ "sourceFiles": [
10996
+ "lib/components/systems/skeleton/UluSkeletonText.vue"
10997
+ ]
10998
+ }
10999
+ },
11000
+ "UluSkeletonMedia": {
11001
+ "raw_ast_dump": {
11002
+ "exportName": "default",
11003
+ "displayName": "UluSkeletonMedia",
11004
+ "description": "",
11005
+ "tags": {},
11006
+ "sourceFiles": [
11007
+ "lib/components/systems/skeleton/UluSkeletonMedia.vue"
11008
+ ]
11009
+ }
11010
+ },
11011
+ "UluSkeletonContent": {
11012
+ "raw_ast_dump": {
11013
+ "exportName": "default",
11014
+ "displayName": "UluSkeletonContent",
11015
+ "description": "",
11016
+ "tags": {},
11017
+ "props": [
11018
+ {
11019
+ "name": "lines",
11020
+ "description": "Amount of lines to generate",
11021
+ "type": {
11022
+ "name": "number"
11023
+ },
11024
+ "defaultValue": {
11025
+ "func": false,
11026
+ "value": "6"
11027
+ }
11028
+ }
11029
+ ],
11030
+ "sourceFiles": [
11031
+ "lib/components/systems/skeleton/UluSkeletonContent.vue"
11032
+ ]
11033
+ }
11034
+ },
11035
+ "UluShowSkeleton": {
11036
+ "raw_ast_dump": {
11037
+ "exportName": "default",
11038
+ "displayName": "UluShowSkeleton",
11039
+ "description": "",
11040
+ "tags": {},
11041
+ "props": [
11042
+ {
11043
+ "name": "when",
11044
+ "description": "If true will show whatever is passed to slot, else skeleton text",
11045
+ "type": {
11046
+ "name": "boolean"
11047
+ }
11048
+ }
11049
+ ],
11050
+ "slots": [
11051
+ {
11052
+ "name": "default"
11053
+ }
11054
+ ],
11055
+ "sourceFiles": [
11056
+ "lib/components/systems/skeleton/UluShowSkeleton.vue"
11057
+ ]
11058
+ }
11059
+ },
10966
11060
  "UluScrollAnchorsSection": {
10967
11061
  "raw_ast_dump": {
10968
11062
  "exportName": "default",
@@ -11423,100 +11517,6 @@
11423
11517
  ]
11424
11518
  }
11425
11519
  },
11426
- "UluSkeletonText": {
11427
- "raw_ast_dump": {
11428
- "exportName": "default",
11429
- "displayName": "UluSkeletonText",
11430
- "description": "",
11431
- "tags": {},
11432
- "props": [
11433
- {
11434
- "name": "inline",
11435
- "description": "Inline modifier",
11436
- "type": {
11437
- "name": "boolean"
11438
- }
11439
- },
11440
- {
11441
- "name": "alt",
11442
- "description": "Use alternate background color",
11443
- "type": {
11444
- "name": "boolean"
11445
- }
11446
- },
11447
- {
11448
- "name": "width",
11449
- "description": "Optional size (width) - should correspond with width setup in scss component",
11450
- "type": {
11451
- "name": "string"
11452
- }
11453
- }
11454
- ],
11455
- "sourceFiles": [
11456
- "lib/components/systems/skeleton/UluSkeletonText.vue"
11457
- ]
11458
- }
11459
- },
11460
- "UluSkeletonMedia": {
11461
- "raw_ast_dump": {
11462
- "exportName": "default",
11463
- "displayName": "UluSkeletonMedia",
11464
- "description": "",
11465
- "tags": {},
11466
- "sourceFiles": [
11467
- "lib/components/systems/skeleton/UluSkeletonMedia.vue"
11468
- ]
11469
- }
11470
- },
11471
- "UluSkeletonContent": {
11472
- "raw_ast_dump": {
11473
- "exportName": "default",
11474
- "displayName": "UluSkeletonContent",
11475
- "description": "",
11476
- "tags": {},
11477
- "props": [
11478
- {
11479
- "name": "lines",
11480
- "description": "Amount of lines to generate",
11481
- "type": {
11482
- "name": "number"
11483
- },
11484
- "defaultValue": {
11485
- "func": false,
11486
- "value": "6"
11487
- }
11488
- }
11489
- ],
11490
- "sourceFiles": [
11491
- "lib/components/systems/skeleton/UluSkeletonContent.vue"
11492
- ]
11493
- }
11494
- },
11495
- "UluShowSkeleton": {
11496
- "raw_ast_dump": {
11497
- "exportName": "default",
11498
- "displayName": "UluShowSkeleton",
11499
- "description": "",
11500
- "tags": {},
11501
- "props": [
11502
- {
11503
- "name": "when",
11504
- "description": "If true will show whatever is passed to slot, else skeleton text",
11505
- "type": {
11506
- "name": "boolean"
11507
- }
11508
- }
11509
- ],
11510
- "slots": [
11511
- {
11512
- "name": "default"
11513
- }
11514
- ],
11515
- "sourceFiles": [
11516
- "lib/components/systems/skeleton/UluShowSkeleton.vue"
11517
- ]
11518
- }
11519
- },
11520
11520
  "UluFacetsSort": {
11521
11521
  "raw_ast_dump": {
11522
11522
  "exportName": "default",
@@ -12204,12 +12204,12 @@
12204
12204
  "useBreakpointManager": {
12205
12205
  "raw_markdown": "# useBreakpointManager\n\nComposable for adding breakpoint manager and related breakpoint info (via breakpoint manager from `@ulu/frontend/js/ui/breakpoints.js > BreakpointManager`).\n\n**Note:** Using the composable is only necessary for unique situations. For basic breakpoint setup use the `breakpointsPlugin`. Which uses this composable.\n\n## Options for this composable\n\n```js\nconst defaults = {\n /**\n * Set an initial value (value in mounted, SSR)\n */\n initialValue: null,\n /**\n * Function called after init (passed manager)\n */\n onReady: null,\n /**\n * Options sent to CssBreakpoints library (ulu/frontend/js/breakpoints <BreakpointManager>)\n */\n plugin: {\n customProperty: \"--breakpoint\"\n }\n}\n```\n\n## Example Usage\n\n```html\n<script setup>\n import { ref, computed, provide } from \"vue\";\n import { useBreakpointManager } from \"./useBreakpointManager.js\";\n\n const isMobile = ref(false);\n\n // Example using the onReady callback to set reactive value isMobile\n // - In this situation isMobile is being used as a primary change in \n // the applications layout \n const options = { \n onReady(manager) {\n manager.at(\"small\").max(() => isMobile.value = true);\n manager.at(\"large\").min(() => isMobile.value = false);\n }\n };\n\n // Composable returns the following\n const { \n /**\n * Reference to underlying BreakpointManager class\n */\n breakpointManager, \n /**\n * Active breakpoint name\n */\n breakpointActive, \n /**\n * Current resizeDirection (\"up\"|\"down\"|null)\n */\n breakpointDirection \n } = useBreakpointManager(options);\n\n\n // Allowing all components to access these values\n provide(\"uluBreakpointActive\", computed(() => breakpointActive));\n provide(\"uluBreakpointDirection\", computed(() => breakpointDirection));\n provide(\"uluBreakpointManager\", computed(() => breakpointManager));\n provide(\"uluIsMobile\", computed(() => isMobile));\n\n</script>\n```"
12206
12206
  },
12207
- "core": {
12208
- "raw_markdown": "# Core Plugin\n\n## Purpose\n\nThe Core Plugin is the central, **required** plugin for the `@ulu/frontend-vue` library. Its primary purpose is to establish a single, reactive source of truth for configuration settings that are shared across multiple components. \n\nBy using Vue's `provide`/`inject` system, this plugin ensures that all components within your application access the same configuration, preventing inconsistencies that can arise from separate module imports.\n\n## Installation\n\nTo use this library, you must register the `corePlugin` on your Vue app instance. You can also pass an options object to override the default settings.\n\n```javascript\n// src/main.js\nimport { createApp } from 'vue';\nimport App from './App.vue';\nimport { corePlugin } from '@ulu/frontend-vue';\n\nconst app = createApp(App);\n\n// Register the core plugin\napp.use(corePlugin, {\n // Optional: override general settings\n fontAwesomeStatic: true,\n\n // Optional: override specific icons safely\n iconsByType: {\n danger: 'my-custom-danger-icon',\n close: 'my-custom-close-icon'\n }\n});\n\napp.mount('#app');\n```\n\n## API Reference\n\nThe plugin provides its API to your application in two ways:\n\n- **Composition API:** `inject('uluCore')`\n- **Options API:** `this.$uluCore`\n\nThe API object contains the following methods:\n\n- `getSettings()`: Returns the full reactive settings object.\n- `getSetting(key)`: Retrieves a single setting by its key (e.g., `'fontAwesomeStatic'`).\n- `updateSetting(key, value)`: Updates a single setting.\n- `updateSettings(changes)`: Merges an object of changes into the settings.\n- `getDefaultSettings()`: Returns a non-reactive copy of the original default settings.\n- `getIcon(type)`: Retrieves a specific icon class string by its semantic type (e.g., `'danger'`, `'close'`).\n- `setIcon(type, definition)`: Safely sets or overrides a single icon definition.\n\n### Example Usage\n\n**Composition API (`<script setup>`)**\n```vue\n<script setup>\nimport { inject, onMounted } from 'vue';\n\nconst uluCore = inject('uluCore');\n\nonMounted(() => {\n const icons = uluCore.getSetting('iconsByType');\n console.log('Danger Icon:', icons.danger);\n\n // Example of updating a single icon dynamically\n uluCore.setIcon('success', 'my-awesome-success-icon');\n});\n</script>\n```\n\n**Options API**\n```vue\n<script>\nexport default {\n mounted() {\n const icons = this.$uluCore.getSetting('icons');\n console.log('Danger Icon:', icons.danger);\n }\n}\n</script>\n```\n\n"
12209
- },
12210
12207
  "modals": {
12211
12208
  "raw_markdown": "import { Canvas } from '@storybook/addon-docs/blocks';\nimport * as ModalStories from '../../components/collapsible/UluModal.stories.js';\n\n# Modals\n\nModals plugin allows configuring app-wide modals that are triggered by the global API. Register your modals when you install the plugin then interact with them using the global API.\n\n## Registering your app-wide modals\n\nCreate the modal component file like:\n\n```html\n<template>\n <UluModal>\n User setting modal…\n </UluModal>\n</template>\n```\n\n\nExample ./scr/modals.js\n\n```js\nimport { defineAsyncComponent } from \"vue\";\n\nexport default [\n {\n name: \"settings\",\n component: defineAsyncComponent(() => import('./components/modals/UserSettingsModal.vue')),\n }\n]\n```\n\n## Installing the plugin\n\nExample ./src/main.js\n\n```js\nimport UluModals from \"@ulu/frontend-vue/plugins/modals/index.js\";\nimport modals from \"./src/modals.js\";\n\n//...\n\napp.use(UluModals, { modals });\n\n```\n\n## Using Global API\n\n```js\n\n// Open a app-wide modal\nthis.$uluModals.open({ exampleProp: value });\n\n// Close app-wide modal \nthis.$uluModals.close();\n\n// Add modals after post-install\nthis.$uluModals.add({\n name: \"settings\",\n component: defineAsyncComponent(() => import('./components/modals/UserSettingsModal.vue')),\n});\n\n// Remove a modal from the registry\nthis.$uluModals.remove(\"settings\");\n\n// Get Modal from registry (not usually needed)\nconst settingsModal = this.$uluModals.get(\"settings\");\n// console.log(settingsModal.name) ==> \"settings\"\n```\n\n## Using Composition API (via composable)\n\nComposable is used get access to modals API (through inject)\n\n```html\n\n<template>\n <button @click=\"showSettingsModal\">My Settings</button>\n</template>\n\n<script setup>\n import { useModals } from \"./useModals\";\n\n const modals = useModals();\n const showSettingsModal = () => {\n console.log(\"This is opening via uluModals composable\");\n modals.open(\"settings\");\n };\n</script>\n\n```\n\n## Standalone Modal Component\n\nThe `UluModal` **component is independent of this plugin.** The plugin is simply a convenient way to manage global modals (for things like a settings dialog) that need to be opened from anywhere in your application.\n\nYou can use `UluModal` as the component that the plugin displays, or you can use it on its own for any case where you are managing the state locally within a component and don't need a global API.\n\nHere is a demonstration of the standalone `UluModal` component:\n\n<Canvas of={ModalStories.Default} />"
12212
12209
  },
12210
+ "core": {
12211
+ "raw_markdown": "# Core Plugin\n\n## Purpose\n\nThe Core Plugin is the central, **required** plugin for the `@ulu/frontend-vue` library. Its primary purpose is to establish a single, reactive source of truth for configuration settings that are shared across multiple components. \n\nBy using Vue's `provide`/`inject` system, this plugin ensures that all components within your application access the same configuration, preventing inconsistencies that can arise from separate module imports.\n\n## Installation\n\nTo use this library, you must register the `corePlugin` on your Vue app instance. You can also pass an options object to override the default settings.\n\n```javascript\n// src/main.js\nimport { createApp } from 'vue';\nimport App from './App.vue';\nimport { corePlugin } from '@ulu/frontend-vue';\n\nconst app = createApp(App);\n\n// Register the core plugin\napp.use(corePlugin, {\n // Optional: override general settings\n fontAwesomeStatic: true,\n\n // Optional: override specific icons safely\n iconsByType: {\n danger: 'my-custom-danger-icon',\n close: 'my-custom-close-icon'\n }\n});\n\napp.mount('#app');\n```\n\n## API Reference\n\nThe plugin provides its API to your application in two ways:\n\n- **Composition API:** `inject('uluCore')`\n- **Options API:** `this.$uluCore`\n\nThe API object contains the following methods:\n\n- `getSettings()`: Returns the full reactive settings object.\n- `getSetting(key)`: Retrieves a single setting by its key (e.g., `'fontAwesomeStatic'`).\n- `updateSetting(key, value)`: Updates a single setting.\n- `updateSettings(changes)`: Merges an object of changes into the settings.\n- `getDefaultSettings()`: Returns a non-reactive copy of the original default settings.\n- `getIcon(type)`: Retrieves a specific icon class string by its semantic type (e.g., `'danger'`, `'close'`).\n- `setIcon(type, definition)`: Safely sets or overrides a single icon definition.\n\n### Example Usage\n\n**Composition API (`<script setup>`)**\n```vue\n<script setup>\nimport { inject, onMounted } from 'vue';\n\nconst uluCore = inject('uluCore');\n\nonMounted(() => {\n const icons = uluCore.getSetting('iconsByType');\n console.log('Danger Icon:', icons.danger);\n\n // Example of updating a single icon dynamically\n uluCore.setIcon('success', 'my-awesome-success-icon');\n});\n</script>\n```\n\n**Options API**\n```vue\n<script>\nexport default {\n mounted() {\n const icons = this.$uluCore.getSetting('icons');\n console.log('Danger Icon:', icons.danger);\n }\n}\n</script>\n```\n\n"
12212
+ },
12213
12213
  "breakpoints": {
12214
12214
  "raw_markdown": "# Breakpoints Plugin\n\n## Purpose\n\nThe Breakpoints Plugin provides app-wide, reactive breakpoint information to your Vue components. It is a lightweight wrapper around the `useBreakpointManager` composable, ensuring that resize events and active breakpoint states are tracked centrally and distributed efficiently via Vue's `provide`/`inject` system.\n\nBy installing this plugin, any component in your application can instantly know the current breakpoint, whether the device is considered \"mobile,\" and the direction the window was just resized.\n\n## Installation\n\nRegister the `breakpointsPlugin` on your Vue app instance.\n\n```javascript\n// src/main.js\nimport { createApp } from 'vue';\nimport App from './App.vue';\nimport { breakpointsPlugin } from '@ulu/frontend-vue';\n\nconst app = createApp(App);\n\n// Register the breakpoints plugin\napp.use(breakpointsPlugin, {\n // Optional: Change which breakpoint triggers the 'isMobile' flag (default is 'small')\n breakpointMobile: 'small',\n \n // Optional: Pass options directly to the underlying useBreakpointManager\n managerOptions: {\n // onReady(manager) { ... }\n }\n});\n\napp.mount('#app');\n```\n\n## Provided Injections\n\nThe plugin does not attach methods to the Vue instance. Instead, it provides reactive `computed` refs that you can inject into any component.\n\n- **`uluIsMobile`**: `ComputedRef<Boolean>` - True if the current active breakpoint is less than or equal to the configured `breakpointMobile` (defaults to `'small'`).\n- **`uluBreakpointActive`**: `ComputedRef<String>` - The name of the currently active breakpoint (e.g., `'small'`, `'medium'`, `'large'`).\n- **`uluBreakpointDirection`**: `ComputedRef<Number>` - Indicates the resize direction (`1` for growing larger, `-1` for shrinking smaller, `0` for initialization).\n- **`uluBreakpointManager`**: `ComputedRef<Object>` - The underlying vanilla JS BreakpointManager instance, allowing advanced programmatic subscriptions if needed.\n\n## Example Usage\n\n**Composition API (`<script setup>`)**\n```vue\n<script setup>\n import { inject } from 'vue';\n\n const isMobile = inject('uluIsMobile');\n const currentBreakpoint = inject('uluBreakpointActive');\n</script>\n\n<template>\n <div>\n <p v-if=\"isMobile\">You are on a mobile device!</p>\n <p>Current Breakpoint: {{ currentBreakpoint }}</p>\n </div>\n</template>\n```\n\n**Options API**\n```vue\n<script>\nexport default {\n inject: ['uluIsMobile', 'uluBreakpointActive'],\n mounted() {\n console.log('Is mobile?', this.uluIsMobile);\n }\n}\n</script>\n```\n\n## Why use the Plugin vs the Composable?\n\nWhile you can import and use `useBreakpointManager()` directly in individual components, registering the Breakpoints Plugin ensures that the vanilla JS `BreakpointManager` is only instantiated once. This centralizes the resize event listeners, significantly improving performance across large applications with many responsive components.\n"
12215
12215
  },
@@ -12504,147 +12504,147 @@
12504
12504
  "level": 0
12505
12505
  },
12506
12506
  {
12507
- "id": "module:useModals",
12508
- "longname": "module:useModals",
12509
- "name": "useModals",
12507
+ "id": "module:useToast",
12508
+ "longname": "module:useToast",
12509
+ "name": "useToast",
12510
12510
  "kind": "module",
12511
12511
  "meta": {
12512
12512
  "lineno": 1,
12513
- "filename": "useModals.js",
12514
- "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/modals"
12513
+ "filename": "useToast.js",
12514
+ "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
12515
12515
  },
12516
12516
  "order": 63,
12517
12517
  "level": 0
12518
12518
  },
12519
12519
  {
12520
- "id": "module:modalsPlugin",
12521
- "longname": "module:modalsPlugin",
12522
- "name": "modalsPlugin",
12520
+ "id": "toast.module:store",
12521
+ "longname": "toast.module:store",
12522
+ "name": "store",
12523
12523
  "kind": "module",
12524
- "description": "Modals plugin (adds components, global registry, etc)\n- Updated version handles both independent and global registered/triggered modals",
12525
12524
  "meta": {
12526
12525
  "lineno": 1,
12527
- "filename": "index.js",
12528
- "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/modals"
12526
+ "filename": "store.js",
12527
+ "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
12529
12528
  },
12530
12529
  "order": 65,
12531
12530
  "level": 0
12532
12531
  },
12533
12532
  {
12534
- "id": "modals.module:api",
12535
- "longname": "modals.module:api",
12536
- "name": "api",
12533
+ "id": "module:toastPlugin",
12534
+ "longname": "module:toastPlugin",
12535
+ "name": "toastPlugin",
12537
12536
  "kind": "module",
12538
12537
  "meta": {
12539
12538
  "lineno": 1,
12540
- "filename": "api.js",
12541
- "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/modals"
12539
+ "filename": "index.js",
12540
+ "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
12542
12541
  },
12543
- "order": 68,
12542
+ "order": 72,
12544
12543
  "level": 0
12545
12544
  },
12546
12545
  {
12547
- "id": "module:useTooltipFollow",
12548
- "longname": "module:useTooltipFollow",
12549
- "name": "useTooltipFollow",
12546
+ "id": "toast.module:defaults",
12547
+ "longname": "toast.module:defaults",
12548
+ "name": "defaults",
12550
12549
  "kind": "module",
12551
12550
  "meta": {
12552
12551
  "lineno": 1,
12553
- "filename": "useTooltipFollow.js",
12554
- "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
12552
+ "filename": "defaults.js",
12553
+ "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
12555
12554
  },
12556
- "order": 77,
12555
+ "order": 74,
12557
12556
  "level": 0
12558
12557
  },
12559
12558
  {
12560
- "id": "module:useTooltip",
12561
- "longname": "module:useTooltip",
12562
- "name": "useTooltip",
12559
+ "id": "module:useModals",
12560
+ "longname": "module:useModals",
12561
+ "name": "useModals",
12563
12562
  "kind": "module",
12564
12563
  "meta": {
12565
12564
  "lineno": 1,
12566
- "filename": "useTooltip.js",
12567
- "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
12565
+ "filename": "useModals.js",
12566
+ "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/modals"
12568
12567
  },
12569
- "order": 78,
12568
+ "order": 80,
12570
12569
  "level": 0
12571
12570
  },
12572
12571
  {
12573
- "id": "module:popoversPlugin",
12574
- "longname": "module:popoversPlugin",
12575
- "name": "popoversPlugin",
12572
+ "id": "module:modalsPlugin",
12573
+ "longname": "module:modalsPlugin",
12574
+ "name": "modalsPlugin",
12576
12575
  "kind": "module",
12576
+ "description": "Modals plugin (adds components, global registry, etc)\n- Updated version handles both independent and global registered/triggered modals",
12577
12577
  "meta": {
12578
12578
  "lineno": 1,
12579
12579
  "filename": "index.js",
12580
- "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
12580
+ "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/modals"
12581
12581
  },
12582
- "order": 80,
12582
+ "order": 82,
12583
12583
  "level": 0
12584
12584
  },
12585
12585
  {
12586
- "id": "popovers.module:defaults",
12587
- "longname": "popovers.module:defaults",
12588
- "name": "defaults",
12586
+ "id": "modals.module:api",
12587
+ "longname": "modals.module:api",
12588
+ "name": "api",
12589
12589
  "kind": "module",
12590
12590
  "meta": {
12591
12591
  "lineno": 1,
12592
- "filename": "defaults.js",
12593
- "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
12592
+ "filename": "api.js",
12593
+ "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/modals"
12594
12594
  },
12595
- "order": 86,
12595
+ "order": 85,
12596
12596
  "level": 0
12597
12597
  },
12598
12598
  {
12599
- "id": "module:useToast",
12600
- "longname": "module:useToast",
12601
- "name": "useToast",
12599
+ "id": "module:useTooltipFollow",
12600
+ "longname": "module:useTooltipFollow",
12601
+ "name": "useTooltipFollow",
12602
12602
  "kind": "module",
12603
12603
  "meta": {
12604
12604
  "lineno": 1,
12605
- "filename": "useToast.js",
12606
- "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
12605
+ "filename": "useTooltipFollow.js",
12606
+ "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
12607
12607
  },
12608
- "order": 108,
12608
+ "order": 94,
12609
12609
  "level": 0
12610
12610
  },
12611
12611
  {
12612
- "id": "toast.module:store",
12613
- "longname": "toast.module:store",
12614
- "name": "store",
12612
+ "id": "module:useTooltip",
12613
+ "longname": "module:useTooltip",
12614
+ "name": "useTooltip",
12615
12615
  "kind": "module",
12616
12616
  "meta": {
12617
12617
  "lineno": 1,
12618
- "filename": "store.js",
12619
- "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
12618
+ "filename": "useTooltip.js",
12619
+ "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
12620
12620
  },
12621
- "order": 110,
12621
+ "order": 95,
12622
12622
  "level": 0
12623
12623
  },
12624
12624
  {
12625
- "id": "module:toastPlugin",
12626
- "longname": "module:toastPlugin",
12627
- "name": "toastPlugin",
12625
+ "id": "module:popoversPlugin",
12626
+ "longname": "module:popoversPlugin",
12627
+ "name": "popoversPlugin",
12628
12628
  "kind": "module",
12629
12629
  "meta": {
12630
12630
  "lineno": 1,
12631
12631
  "filename": "index.js",
12632
- "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
12632
+ "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
12633
12633
  },
12634
- "order": 117,
12634
+ "order": 97,
12635
12635
  "level": 0
12636
12636
  },
12637
12637
  {
12638
- "id": "toast.module:defaults",
12639
- "longname": "toast.module:defaults",
12638
+ "id": "popovers.module:defaults",
12639
+ "longname": "popovers.module:defaults",
12640
12640
  "name": "defaults",
12641
12641
  "kind": "module",
12642
12642
  "meta": {
12643
12643
  "lineno": 1,
12644
12644
  "filename": "defaults.js",
12645
- "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
12645
+ "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
12646
12646
  },
12647
- "order": 119
12647
+ "order": 103
12648
12648
  },
12649
12649
  {
12650
12650
  "id": "module:corePlugin",
@@ -12738,6 +12738,22 @@
12738
12738
  "order": 147,
12739
12739
  "level": 0
12740
12740
  },
12741
+ {
12742
+ "id": "module:toastPlugin--module.exports",
12743
+ "longname": "module:toastPlugin",
12744
+ "name": "module.exports",
12745
+ "kind": "function",
12746
+ "isExported": true,
12747
+ "description": "Install plugin",
12748
+ "memberof": "module:toastPlugin",
12749
+ "meta": {
12750
+ "lineno": 11,
12751
+ "filename": "index.js",
12752
+ "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
12753
+ },
12754
+ "order": 73,
12755
+ "level": 0
12756
+ },
12741
12757
  {
12742
12758
  "id": "module:modalsPlugin--module.exports",
12743
12759
  "longname": "module:modalsPlugin",
@@ -12771,7 +12787,7 @@
12771
12787
  "filename": "index.js",
12772
12788
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/modals"
12773
12789
  },
12774
- "order": 67,
12790
+ "order": 84,
12775
12791
  "level": 0
12776
12792
  },
12777
12793
  {
@@ -12807,23 +12823,7 @@
12807
12823
  "filename": "index.js",
12808
12824
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
12809
12825
  },
12810
- "order": 85,
12811
- "level": 0
12812
- },
12813
- {
12814
- "id": "module:toastPlugin--module.exports",
12815
- "longname": "module:toastPlugin",
12816
- "name": "module.exports",
12817
- "kind": "function",
12818
- "isExported": true,
12819
- "description": "Install plugin",
12820
- "memberof": "module:toastPlugin",
12821
- "meta": {
12822
- "lineno": 11,
12823
- "filename": "index.js",
12824
- "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
12825
- },
12826
- "order": 118,
12826
+ "order": 102,
12827
12827
  "level": 0
12828
12828
  },
12829
12829
  {
@@ -13005,6 +13005,83 @@
13005
13005
  },
13006
13006
  "order": 58
13007
13007
  },
13008
+ {
13009
+ "id": "toast.module:defaults--module.exports",
13010
+ "longname": "toast.module:defaults",
13011
+ "name": "module.exports",
13012
+ "kind": "member",
13013
+ "scope": "static",
13014
+ "isExported": true,
13015
+ "description": "Default plugin options",
13016
+ "memberof": "toast.module:defaults",
13017
+ "meta": {
13018
+ "lineno": 9,
13019
+ "filename": "defaults.js",
13020
+ "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
13021
+ },
13022
+ "order": 75,
13023
+ "level": 0
13024
+ },
13025
+ {
13026
+ "id": "toast.module:defaults--module.exports.toastOptions.component",
13027
+ "longname": "toast.module:defaults.toastOptions.component",
13028
+ "name": "component",
13029
+ "kind": "member",
13030
+ "scope": "static",
13031
+ "description": "Component used to render the toast in the display",
13032
+ "memberof": "toast.module:defaults--module.exports.toastOptions",
13033
+ "meta": {
13034
+ "lineno": 14,
13035
+ "filename": "defaults.js",
13036
+ "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
13037
+ },
13038
+ "order": 76
13039
+ },
13040
+ {
13041
+ "id": "toast.module:defaults--module.exports.toastOptions.duration",
13042
+ "longname": "toast.module:defaults.toastOptions.duration",
13043
+ "name": "duration",
13044
+ "kind": "member",
13045
+ "scope": "static",
13046
+ "description": "Duration of toast",
13047
+ "memberof": "toast.module:defaults--module.exports.toastOptions",
13048
+ "meta": {
13049
+ "lineno": 18,
13050
+ "filename": "defaults.js",
13051
+ "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
13052
+ },
13053
+ "order": 77
13054
+ },
13055
+ {
13056
+ "id": "toast.module:defaults--module.exports.toastOptions.actions",
13057
+ "longname": "toast.module:defaults.toastOptions.actions",
13058
+ "name": "actions",
13059
+ "kind": "member",
13060
+ "scope": "static",
13061
+ "description": "Array of actions { label, click }",
13062
+ "memberof": "toast.module:defaults--module.exports.toastOptions",
13063
+ "meta": {
13064
+ "lineno": 22,
13065
+ "filename": "defaults.js",
13066
+ "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
13067
+ },
13068
+ "order": 78
13069
+ },
13070
+ {
13071
+ "id": "toast.module:defaults--module.exports.pluginOptions.position",
13072
+ "longname": "toast.module:defaults.pluginOptions.position",
13073
+ "name": "position",
13074
+ "kind": "member",
13075
+ "scope": "static",
13076
+ "description": "Position of the toast container (holds toasts)",
13077
+ "memberof": "toast.module:defaults--module.exports.pluginOptions",
13078
+ "meta": {
13079
+ "lineno": 29,
13080
+ "filename": "defaults.js",
13081
+ "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
13082
+ },
13083
+ "order": 79
13084
+ },
13008
13085
  {
13009
13086
  "id": "popovers.module:defaults.plugin",
13010
13087
  "longname": "popovers.module:defaults.plugin",
@@ -13023,8 +13100,7 @@
13023
13100
  "filename": "defaults.js",
13024
13101
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
13025
13102
  },
13026
- "order": 87,
13027
- "level": 0
13103
+ "order": 104
13028
13104
  },
13029
13105
  {
13030
13106
  "id": "popovers.module:defaults.plugin.directiveName",
@@ -13044,8 +13120,7 @@
13044
13120
  "filename": "defaults.js",
13045
13121
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
13046
13122
  },
13047
- "order": 88,
13048
- "level": 0
13123
+ "order": 105
13049
13124
  },
13050
13125
  {
13051
13126
  "id": "popovers.module:defaults.popover",
@@ -13060,8 +13135,7 @@
13060
13135
  "filename": "defaults.js",
13061
13136
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
13062
13137
  },
13063
- "order": 89,
13064
- "level": 0
13138
+ "order": 106
13065
13139
  },
13066
13140
  {
13067
13141
  "id": "popovers.module:defaults.popover.inline",
@@ -13081,8 +13155,7 @@
13081
13155
  "filename": "defaults.js",
13082
13156
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
13083
13157
  },
13084
- "order": 90,
13085
- "level": 0
13158
+ "order": 107
13086
13159
  },
13087
13160
  {
13088
13161
  "id": "popovers.module:defaults.popover.delay",
@@ -13102,8 +13175,7 @@
13102
13175
  "filename": "defaults.js",
13103
13176
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
13104
13177
  },
13105
- "order": 91,
13106
- "level": 0
13178
+ "order": 108
13107
13179
  },
13108
13180
  {
13109
13181
  "id": "popovers.module:defaults.popover.placement",
@@ -13123,8 +13195,7 @@
13123
13195
  "filename": "defaults.js",
13124
13196
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
13125
13197
  },
13126
- "order": 92,
13127
- "level": 0
13198
+ "order": 109
13128
13199
  },
13129
13200
  {
13130
13201
  "id": "popovers.module:defaults.popover.strategy",
@@ -13144,8 +13215,7 @@
13144
13215
  "filename": "defaults.js",
13145
13216
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
13146
13217
  },
13147
- "order": 93,
13148
- "level": 0
13218
+ "order": 110
13149
13219
  },
13150
13220
  {
13151
13221
  "id": "popovers.module:defaults.popover.offset",
@@ -13165,8 +13235,7 @@
13165
13235
  "filename": "defaults.js",
13166
13236
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
13167
13237
  },
13168
- "order": 94,
13169
- "level": 0
13238
+ "order": 111
13170
13239
  },
13171
13240
  {
13172
13241
  "id": "popovers.module:defaults.popover.arrow",
@@ -13186,8 +13255,7 @@
13186
13255
  "filename": "defaults.js",
13187
13256
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
13188
13257
  },
13189
- "order": 95,
13190
- "level": 0
13258
+ "order": 112
13191
13259
  },
13192
13260
  {
13193
13261
  "id": "popovers.module:defaults.tooltip",
@@ -13207,8 +13275,7 @@
13207
13275
  "filename": "defaults.js",
13208
13276
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
13209
13277
  },
13210
- "order": 96,
13211
- "level": 0
13278
+ "order": 113
13212
13279
  },
13213
13280
  {
13214
13281
  "id": "popovers.module:defaults.tooltip.teleportTo",
@@ -13228,8 +13295,7 @@
13228
13295
  "filename": "defaults.js",
13229
13296
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
13230
13297
  },
13231
- "order": 97,
13232
- "level": 0
13298
+ "order": 114
13233
13299
  },
13234
13300
  {
13235
13301
  "id": "popovers.module:defaults.tooltip.class",
@@ -13251,8 +13317,7 @@
13251
13317
  "filename": "defaults.js",
13252
13318
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
13253
13319
  },
13254
- "order": 98,
13255
- "level": 0
13320
+ "order": 115
13256
13321
  },
13257
13322
  {
13258
13323
  "id": "popovers.module:defaults.tooltip.showEvents",
@@ -13272,8 +13337,7 @@
13272
13337
  "filename": "defaults.js",
13273
13338
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
13274
13339
  },
13275
- "order": 99,
13276
- "level": 0
13340
+ "order": 116
13277
13341
  },
13278
13342
  {
13279
13343
  "id": "popovers.module:defaults.tooltip.hideEvents",
@@ -13293,8 +13357,7 @@
13293
13357
  "filename": "defaults.js",
13294
13358
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
13295
13359
  },
13296
- "order": 100,
13297
- "level": 0
13360
+ "order": 117
13298
13361
  },
13299
13362
  {
13300
13363
  "id": "popovers.module:defaults.tooltip.isHtml",
@@ -13314,8 +13377,7 @@
13314
13377
  "filename": "defaults.js",
13315
13378
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
13316
13379
  },
13317
- "order": 101,
13318
- "level": 0
13380
+ "order": 118
13319
13381
  },
13320
13382
  {
13321
13383
  "id": "popovers.module:defaults.tooltip.trigger",
@@ -13336,8 +13398,7 @@
13336
13398
  "filename": "defaults.js",
13337
13399
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
13338
13400
  },
13339
- "order": 102,
13340
- "level": 0
13401
+ "order": 119
13341
13402
  },
13342
13403
  {
13343
13404
  "id": "popovers.module:defaults.tooltip.content",
@@ -13358,8 +13419,7 @@
13358
13419
  "filename": "defaults.js",
13359
13420
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
13360
13421
  },
13361
- "order": 103,
13362
- "level": 0
13422
+ "order": 120
13363
13423
  },
13364
13424
  {
13365
13425
  "id": "popovers.module:defaults.tooltip.delay",
@@ -13379,8 +13439,7 @@
13379
13439
  "filename": "defaults.js",
13380
13440
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
13381
13441
  },
13382
- "order": 104,
13383
- "level": 0
13442
+ "order": 121
13384
13443
  },
13385
13444
  {
13386
13445
  "id": "popovers.module:defaults.tooltip.onReady",
@@ -13395,8 +13454,7 @@
13395
13454
  "filename": "defaults.js",
13396
13455
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
13397
13456
  },
13398
- "order": 105,
13399
- "level": 0
13457
+ "order": 122
13400
13458
  },
13401
13459
  {
13402
13460
  "id": "popovers.module:defaults.tooltip.component",
@@ -13411,98 +13469,20 @@
13411
13469
  "filename": "defaults.js",
13412
13470
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
13413
13471
  },
13414
- "order": 106,
13415
- "level": 0
13416
- },
13417
- {
13418
- "id": "popovers.module:defaults.tooltip.componentProps",
13419
- "longname": "popovers.module:defaults.tooltip.componentProps",
13420
- "name": "componentProps",
13421
- "kind": "member",
13422
- "scope": "static",
13423
- "description": "Props to be passed to component (ie. v-bind=\"componentProps\")",
13424
- "memberof": "popovers.module:defaults.tooltip",
13425
- "meta": {
13426
- "lineno": 112,
13427
- "filename": "defaults.js",
13428
- "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
13429
- },
13430
- "order": 107,
13431
- "level": 0
13432
- },
13433
- {
13434
- "id": "toast.module:defaults--module.exports",
13435
- "longname": "toast.module:defaults",
13436
- "name": "module.exports",
13437
- "kind": "member",
13438
- "scope": "static",
13439
- "isExported": true,
13440
- "description": "Default plugin options",
13441
- "memberof": "toast.module:defaults",
13442
- "meta": {
13443
- "lineno": 9,
13444
- "filename": "defaults.js",
13445
- "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
13446
- },
13447
- "order": 120
13448
- },
13449
- {
13450
- "id": "toast.module:defaults--module.exports.toastOptions.component",
13451
- "longname": "toast.module:defaults.toastOptions.component",
13452
- "name": "component",
13453
- "kind": "member",
13454
- "scope": "static",
13455
- "description": "Component used to render the toast in the display",
13456
- "memberof": "toast.module:defaults--module.exports.toastOptions",
13457
- "meta": {
13458
- "lineno": 14,
13459
- "filename": "defaults.js",
13460
- "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
13461
- },
13462
- "order": 121
13463
- },
13464
- {
13465
- "id": "toast.module:defaults--module.exports.toastOptions.duration",
13466
- "longname": "toast.module:defaults.toastOptions.duration",
13467
- "name": "duration",
13468
- "kind": "member",
13469
- "scope": "static",
13470
- "description": "Duration of toast",
13471
- "memberof": "toast.module:defaults--module.exports.toastOptions",
13472
- "meta": {
13473
- "lineno": 18,
13474
- "filename": "defaults.js",
13475
- "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
13476
- },
13477
- "order": 122
13478
- },
13479
- {
13480
- "id": "toast.module:defaults--module.exports.toastOptions.actions",
13481
- "longname": "toast.module:defaults.toastOptions.actions",
13482
- "name": "actions",
13483
- "kind": "member",
13484
- "scope": "static",
13485
- "description": "Array of actions { label, click }",
13486
- "memberof": "toast.module:defaults--module.exports.toastOptions",
13487
- "meta": {
13488
- "lineno": 22,
13489
- "filename": "defaults.js",
13490
- "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
13491
- },
13492
13472
  "order": 123
13493
13473
  },
13494
13474
  {
13495
- "id": "toast.module:defaults--module.exports.pluginOptions.position",
13496
- "longname": "toast.module:defaults.pluginOptions.position",
13497
- "name": "position",
13475
+ "id": "popovers.module:defaults.tooltip.componentProps",
13476
+ "longname": "popovers.module:defaults.tooltip.componentProps",
13477
+ "name": "componentProps",
13498
13478
  "kind": "member",
13499
13479
  "scope": "static",
13500
- "description": "Position of the toast container (holds toasts)",
13501
- "memberof": "toast.module:defaults--module.exports.pluginOptions",
13480
+ "description": "Props to be passed to component (ie. v-bind=\"componentProps\")",
13481
+ "memberof": "popovers.module:defaults.tooltip",
13502
13482
  "meta": {
13503
- "lineno": 29,
13483
+ "lineno": 112,
13504
13484
  "filename": "defaults.js",
13505
- "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
13485
+ "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
13506
13486
  },
13507
13487
  "order": 124
13508
13488
  },
@@ -13538,6 +13518,77 @@
13538
13518
  "order": 130,
13539
13519
  "level": 0
13540
13520
  },
13521
+ {
13522
+ "id": "module:useToast.useToast",
13523
+ "longname": "module:useToast.useToast",
13524
+ "name": "useToast",
13525
+ "kind": "constant",
13526
+ "scope": "static",
13527
+ "description": "Composable for accessing the toast API.",
13528
+ "memberof": "module:useToast",
13529
+ "examples": [
13530
+ "import { useToast } from './useToast';\nconst toast = useToast();\ntoast.add({ title: 'Hello World' });"
13531
+ ],
13532
+ "returns": [
13533
+ {
13534
+ "type": {
13535
+ "names": [
13536
+ "object"
13537
+ ]
13538
+ },
13539
+ "description": "The toast API."
13540
+ }
13541
+ ],
13542
+ "exceptions": [
13543
+ {
13544
+ "type": {
13545
+ "names": [
13546
+ "Error"
13547
+ ]
13548
+ },
13549
+ "description": "If the toast plugin is not installed."
13550
+ }
13551
+ ],
13552
+ "meta": {
13553
+ "lineno": 15,
13554
+ "filename": "useToast.js",
13555
+ "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
13556
+ },
13557
+ "order": 64,
13558
+ "level": 0
13559
+ },
13560
+ {
13561
+ "id": "toast.module:store.store",
13562
+ "longname": "toast.module:store.store",
13563
+ "name": "store",
13564
+ "kind": "constant",
13565
+ "scope": "static",
13566
+ "description": "Reactive State Object (used inside global components, and as API globally)",
13567
+ "memberof": "toast.module:store",
13568
+ "meta": {
13569
+ "lineno": 13,
13570
+ "filename": "store.js",
13571
+ "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
13572
+ },
13573
+ "order": 66,
13574
+ "level": 0
13575
+ },
13576
+ {
13577
+ "id": "toast.module:store.api",
13578
+ "longname": "toast.module:store.api",
13579
+ "name": "api",
13580
+ "kind": "constant",
13581
+ "scope": "static",
13582
+ "description": "Public API",
13583
+ "memberof": "toast.module:store",
13584
+ "meta": {
13585
+ "lineno": 42,
13586
+ "filename": "store.js",
13587
+ "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
13588
+ },
13589
+ "order": 68,
13590
+ "level": 0
13591
+ },
13541
13592
  {
13542
13593
  "id": "module:useModals.useModals",
13543
13594
  "longname": "module:useModals.useModals",
@@ -13571,7 +13622,7 @@
13571
13622
  "filename": "useModals.js",
13572
13623
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/modals"
13573
13624
  },
13574
- "order": 64,
13625
+ "order": 81,
13575
13626
  "level": 0
13576
13627
  },
13577
13628
  {
@@ -13587,7 +13638,7 @@
13587
13638
  "filename": "index.js",
13588
13639
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
13589
13640
  },
13590
- "order": 81,
13641
+ "order": 98,
13591
13642
  "level": 0
13592
13643
  },
13593
13644
  {
@@ -13603,7 +13654,7 @@
13603
13654
  "filename": "index.js",
13604
13655
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
13605
13656
  },
13606
- "order": 82,
13657
+ "order": 99,
13607
13658
  "level": 0
13608
13659
  },
13609
13660
  {
@@ -13619,7 +13670,7 @@
13619
13670
  "filename": "index.js",
13620
13671
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
13621
13672
  },
13622
- "order": 83,
13673
+ "order": 100,
13623
13674
  "level": 0
13624
13675
  },
13625
13676
  {
@@ -13666,78 +13717,7 @@
13666
13717
  "filename": "index.js",
13667
13718
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
13668
13719
  },
13669
- "order": 84,
13670
- "level": 0
13671
- },
13672
- {
13673
- "id": "module:useToast.useToast",
13674
- "longname": "module:useToast.useToast",
13675
- "name": "useToast",
13676
- "kind": "constant",
13677
- "scope": "static",
13678
- "description": "Composable for accessing the toast API.",
13679
- "memberof": "module:useToast",
13680
- "examples": [
13681
- "import { useToast } from './useToast';\nconst toast = useToast();\ntoast.add({ title: 'Hello World' });"
13682
- ],
13683
- "returns": [
13684
- {
13685
- "type": {
13686
- "names": [
13687
- "object"
13688
- ]
13689
- },
13690
- "description": "The toast API."
13691
- }
13692
- ],
13693
- "exceptions": [
13694
- {
13695
- "type": {
13696
- "names": [
13697
- "Error"
13698
- ]
13699
- },
13700
- "description": "If the toast plugin is not installed."
13701
- }
13702
- ],
13703
- "meta": {
13704
- "lineno": 15,
13705
- "filename": "useToast.js",
13706
- "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
13707
- },
13708
- "order": 109,
13709
- "level": 0
13710
- },
13711
- {
13712
- "id": "toast.module:store.store",
13713
- "longname": "toast.module:store.store",
13714
- "name": "store",
13715
- "kind": "constant",
13716
- "scope": "static",
13717
- "description": "Reactive State Object (used inside global components, and as API globally)",
13718
- "memberof": "toast.module:store",
13719
- "meta": {
13720
- "lineno": 13,
13721
- "filename": "store.js",
13722
- "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
13723
- },
13724
- "order": 111,
13725
- "level": 0
13726
- },
13727
- {
13728
- "id": "toast.module:store.api",
13729
- "longname": "toast.module:store.api",
13730
- "name": "api",
13731
- "kind": "constant",
13732
- "scope": "static",
13733
- "description": "Public API",
13734
- "memberof": "toast.module:store",
13735
- "meta": {
13736
- "lineno": 42,
13737
- "filename": "store.js",
13738
- "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
13739
- },
13740
- "order": 113,
13720
+ "order": 101,
13741
13721
  "level": 0
13742
13722
  },
13743
13723
  {
@@ -15012,31 +14992,6 @@
15012
14992
  "order": 59,
15013
14993
  "level": 0
15014
14994
  },
15015
- {
15016
- "id": "module:useTooltip.useTooltip",
15017
- "longname": "module:useTooltip.useTooltip",
15018
- "name": "useTooltip",
15019
- "kind": "function",
15020
- "scope": "static",
15021
- "description": "Composable to programmatically control the global tooltip.\nIt provides `showTooltip` and `hideTooltip` methods that are consistent\nwith the `v-ulu-tooltip` directive.",
15022
- "memberof": "module:useTooltip",
15023
- "returns": [
15024
- {
15025
- "type": {
15026
- "names": [
15027
- "Object"
15028
- ]
15029
- }
15030
- }
15031
- ],
15032
- "meta": {
15033
- "lineno": 13,
15034
- "filename": "useTooltip.js",
15035
- "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
15036
- },
15037
- "order": 79,
15038
- "level": 0
15039
- },
15040
14995
  {
15041
14996
  "id": "toast.module:store~api.add",
15042
14997
  "longname": "toast.module:store~api.add",
@@ -15065,7 +15020,7 @@
15065
15020
  "filename": "store.js",
15066
15021
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
15067
15022
  },
15068
- "order": 114
15023
+ "order": 69
15069
15024
  },
15070
15025
  {
15071
15026
  "id": "toast.module:store~api.remove",
@@ -15090,7 +15045,7 @@
15090
15045
  "filename": "store.js",
15091
15046
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
15092
15047
  },
15093
- "order": 115
15048
+ "order": 70
15094
15049
  },
15095
15050
  {
15096
15051
  "id": "toast.module:store~api.removeAll",
@@ -15105,7 +15060,32 @@
15105
15060
  "filename": "store.js",
15106
15061
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
15107
15062
  },
15108
- "order": 116
15063
+ "order": 71
15064
+ },
15065
+ {
15066
+ "id": "module:useTooltip.useTooltip",
15067
+ "longname": "module:useTooltip.useTooltip",
15068
+ "name": "useTooltip",
15069
+ "kind": "function",
15070
+ "scope": "static",
15071
+ "description": "Composable to programmatically control the global tooltip.\nIt provides `showTooltip` and `hideTooltip` methods that are consistent\nwith the `v-ulu-tooltip` directive.",
15072
+ "memberof": "module:useTooltip",
15073
+ "returns": [
15074
+ {
15075
+ "type": {
15076
+ "names": [
15077
+ "Object"
15078
+ ]
15079
+ }
15080
+ }
15081
+ ],
15082
+ "meta": {
15083
+ "lineno": 13,
15084
+ "filename": "useTooltip.js",
15085
+ "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
15086
+ },
15087
+ "order": 96,
15088
+ "level": 0
15109
15089
  },
15110
15090
  {
15111
15091
  "id": "module:useScrollAnchors.useScrollAnchors",
@@ -15368,6 +15348,22 @@
15368
15348
  "order": 152,
15369
15349
  "level": 0
15370
15350
  },
15351
+ {
15352
+ "id": "toast.module:store~pluginOptions",
15353
+ "longname": "toast.module:store~pluginOptions",
15354
+ "name": "pluginOptions",
15355
+ "kind": "member",
15356
+ "scope": "inner",
15357
+ "description": "Saveable",
15358
+ "memberof": "toast.module:store",
15359
+ "meta": {
15360
+ "lineno": 18,
15361
+ "filename": "store.js",
15362
+ "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
15363
+ },
15364
+ "order": 67,
15365
+ "level": 0
15366
+ },
15371
15367
  {
15372
15368
  "id": "modals.module:api~active",
15373
15369
  "longname": "modals.module:api~active",
@@ -15381,7 +15377,7 @@
15381
15377
  "filename": "api.js",
15382
15378
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/modals"
15383
15379
  },
15384
- "order": 70,
15380
+ "order": 87,
15385
15381
  "level": 0
15386
15382
  },
15387
15383
  {
@@ -15397,23 +15393,7 @@
15397
15393
  "filename": "api.js",
15398
15394
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/modals"
15399
15395
  },
15400
- "order": 71,
15401
- "level": 0
15402
- },
15403
- {
15404
- "id": "toast.module:store~pluginOptions",
15405
- "longname": "toast.module:store~pluginOptions",
15406
- "name": "pluginOptions",
15407
- "kind": "member",
15408
- "scope": "inner",
15409
- "description": "Saveable",
15410
- "memberof": "toast.module:store",
15411
- "meta": {
15412
- "lineno": 18,
15413
- "filename": "store.js",
15414
- "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
15415
- },
15416
- "order": 112,
15396
+ "order": 88,
15417
15397
  "level": 0
15418
15398
  },
15419
15399
  {
@@ -15464,7 +15444,7 @@
15464
15444
  "filename": "api.js",
15465
15445
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/modals"
15466
15446
  },
15467
- "order": 69,
15447
+ "order": 86,
15468
15448
  "level": 0
15469
15449
  },
15470
15450
  {
@@ -15481,7 +15461,7 @@
15481
15461
  "filename": "api.js",
15482
15462
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/modals"
15483
15463
  },
15484
- "order": 72,
15464
+ "order": 89,
15485
15465
  "level": 0
15486
15466
  },
15487
15467
  {
@@ -15716,7 +15696,7 @@
15716
15696
  "filename": "api.js",
15717
15697
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/modals"
15718
15698
  },
15719
- "order": 73,
15699
+ "order": 90,
15720
15700
  "level": 0
15721
15701
  },
15722
15702
  {
@@ -15742,7 +15722,7 @@
15742
15722
  "filename": "api.js",
15743
15723
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/modals"
15744
15724
  },
15745
- "order": 74,
15725
+ "order": 91,
15746
15726
  "level": 0
15747
15727
  },
15748
15728
  {
@@ -15758,7 +15738,7 @@
15758
15738
  "filename": "api.js",
15759
15739
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/modals"
15760
15740
  },
15761
- "order": 75,
15741
+ "order": 92,
15762
15742
  "level": 0
15763
15743
  },
15764
15744
  {
@@ -15784,7 +15764,7 @@
15784
15764
  "filename": "api.js",
15785
15765
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/modals"
15786
15766
  },
15787
- "order": 76,
15767
+ "order": 93,
15788
15768
  "level": 0
15789
15769
  },
15790
15770
  {
@@ -16267,7 +16247,7 @@
16267
16247
  "filename": "index.js",
16268
16248
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/modals"
16269
16249
  },
16270
- "order": 66,
16250
+ "order": 83,
16271
16251
  "level": 0
16272
16252
  }
16273
16253
  ],