@ulu/frontend-vue 0.6.4 → 0.6.5

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 (2) hide show
  1. package/dist/mcp-data.json +552 -572
  2. package/package.json +1 -1
@@ -469,6 +469,10 @@
469
469
  "code": "<UluTableSticky columns=\"{...}\" rows=\"{...}\" caption=\"Example Sticky Table\" scrollControls>Content</UluTableSticky>"
470
470
  }
471
471
  ],
472
+ "UluScrollAnchorsNavAnimated": [],
473
+ "UluScrollAnchorsNav": [],
474
+ "UluScrollAnchorsHeadlessSection": [],
475
+ "UluScrollAnchors": [],
472
476
  "UluSkeletonText": [],
473
477
  "UluSkeletonMedia": [],
474
478
  "UluSkeletonContent": [],
@@ -480,10 +484,6 @@
480
484
  "code": "<CardExample horizontal>Content</CardExample>"
481
485
  }
482
486
  ],
483
- "UluScrollAnchorsNavAnimated": [],
484
- "UluScrollAnchorsNav": [],
485
- "UluScrollAnchorsHeadlessSection": [],
486
- "UluScrollAnchors": [],
487
487
  "facets-router": [
488
488
  {
489
489
  "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,64 +4437,6 @@
4379
4437
  }
4380
4438
  ]
4381
4439
  },
4382
- "UluSkeletonText": {
4383
- "description": "Vue Component Props, Emits, and Slots for UluSkeletonText",
4384
- "properties": [
4385
- {
4386
- "name": "inline",
4387
- "type": "boolean",
4388
- "description": "Inline modifier"
4389
- },
4390
- {
4391
- "name": "alt",
4392
- "type": "boolean",
4393
- "description": "Use alternate background color"
4394
- },
4395
- {
4396
- "name": "width",
4397
- "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
4440
  "UluFacetsSort": {
4441
4441
  "description": "Vue Component Props, Emits, and Slots for UluFacetsSort",
4442
4442
  "properties": [
@@ -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,135 +11517,41 @@
11423
11517
  ]
11424
11518
  }
11425
11519
  },
11426
- "UluSkeletonText": {
11520
+ "UluFacetsSort": {
11427
11521
  "raw_ast_dump": {
11428
11522
  "exportName": "default",
11429
- "displayName": "UluSkeletonText",
11523
+ "displayName": "UluFacetsSort",
11430
11524
  "description": "",
11431
11525
  "tags": {},
11432
11526
  "props": [
11433
11527
  {
11434
- "name": "inline",
11435
- "description": "Inline modifier",
11528
+ "name": "classes",
11436
11529
  "type": {
11437
- "name": "boolean"
11530
+ "name": "object"
11531
+ },
11532
+ "defaultValue": {
11533
+ "func": false,
11534
+ "value": "{}"
11438
11535
  }
11439
11536
  },
11440
11537
  {
11441
- "name": "alt",
11442
- "description": "Use alternate background color",
11538
+ "name": "sortTypes",
11443
11539
  "type": {
11444
- "name": "boolean"
11540
+ "name": "object"
11541
+ },
11542
+ "defaultValue": {
11543
+ "func": false,
11544
+ "value": "{}"
11445
11545
  }
11446
11546
  },
11447
11547
  {
11448
- "name": "width",
11449
- "description": "Optional size (width) - should correspond with width setup in scss component",
11548
+ "name": "modelValue",
11450
11549
  "type": {
11451
11550
  "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
- "UluFacetsSort": {
11521
- "raw_ast_dump": {
11522
- "exportName": "default",
11523
- "displayName": "UluFacetsSort",
11524
- "description": "",
11525
- "tags": {},
11526
- "props": [
11527
- {
11528
- "name": "classes",
11529
- "type": {
11530
- "name": "object"
11531
- },
11532
- "defaultValue": {
11533
- "func": false,
11534
- "value": "{}"
11535
- }
11536
- },
11537
- {
11538
- "name": "sortTypes",
11539
- "type": {
11540
- "name": "object"
11541
- },
11542
- "defaultValue": {
11543
- "func": false,
11544
- "value": "{}"
11545
- }
11546
- },
11547
- {
11548
- "name": "modelValue",
11549
- "type": {
11550
- "name": "string"
11551
- },
11552
- "defaultValue": {
11553
- "func": false,
11554
- "value": "''"
11551
+ },
11552
+ "defaultValue": {
11553
+ "func": false,
11554
+ "value": "''"
11555
11555
  }
11556
11556
  }
11557
11557
  ],
@@ -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
  },
@@ -12347,6 +12347,32 @@
12347
12347
  "order": 28,
12348
12348
  "level": 0
12349
12349
  },
12350
+ {
12351
+ "id": "module:components",
12352
+ "longname": "module:components",
12353
+ "name": "components",
12354
+ "kind": "module",
12355
+ "meta": {
12356
+ "lineno": 1,
12357
+ "filename": "index.js",
12358
+ "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/components"
12359
+ },
12360
+ "order": 29,
12361
+ "level": 0
12362
+ },
12363
+ {
12364
+ "id": "components/index.js\nResponsible for exporting all components\n- Used in main plugin and bundle exportsmodule:",
12365
+ "longname": "components/index.js\nResponsible for exporting all components\n- Used in main plugin and bundle exportsmodule:",
12366
+ "name": "components/index.js\nResponsible for exporting all components\n- Used in main plugin and bundle exports",
12367
+ "kind": "module",
12368
+ "meta": {
12369
+ "lineno": 4,
12370
+ "filename": "index.js",
12371
+ "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/components"
12372
+ },
12373
+ "order": 30,
12374
+ "level": 0
12375
+ },
12350
12376
  {
12351
12377
  "id": "module:useWindowResize",
12352
12378
  "longname": "module:useWindowResize",
@@ -12357,7 +12383,7 @@
12357
12383
  "filename": "useWindowResize.js",
12358
12384
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
12359
12385
  },
12360
- "order": 29,
12386
+ "order": 31,
12361
12387
  "level": 0
12362
12388
  },
12363
12389
  {
@@ -12370,7 +12396,7 @@
12370
12396
  "filename": "useUluFloating.js",
12371
12397
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
12372
12398
  },
12373
- "order": 32,
12399
+ "order": 34,
12374
12400
  "level": 0
12375
12401
  },
12376
12402
  {
@@ -12383,7 +12409,7 @@
12383
12409
  "filename": "useTableData.js",
12384
12410
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
12385
12411
  },
12386
- "order": 36,
12412
+ "order": 38,
12387
12413
  "level": 0
12388
12414
  },
12389
12415
  {
@@ -12396,7 +12422,7 @@
12396
12422
  "filename": "useRequiredInject.js",
12397
12423
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
12398
12424
  },
12399
- "order": 44,
12425
+ "order": 46,
12400
12426
  "level": 0
12401
12427
  },
12402
12428
  {
@@ -12409,7 +12435,7 @@
12409
12435
  "filename": "usePagination.js",
12410
12436
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
12411
12437
  },
12412
- "order": 46,
12438
+ "order": 48,
12413
12439
  "level": 0
12414
12440
  },
12415
12441
  {
@@ -12422,7 +12448,7 @@
12422
12448
  "filename": "useModifiers.js",
12423
12449
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
12424
12450
  },
12425
- "order": 48,
12451
+ "order": 50,
12426
12452
  "level": 0
12427
12453
  },
12428
12454
  {
@@ -12435,7 +12461,7 @@
12435
12461
  "filename": "useIcon.js",
12436
12462
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
12437
12463
  },
12438
- "order": 50,
12464
+ "order": 52,
12439
12465
  "level": 0
12440
12466
  },
12441
12467
  {
@@ -12448,7 +12474,7 @@
12448
12474
  "filename": "useDocumentTitle.js",
12449
12475
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
12450
12476
  },
12451
- "order": 53,
12477
+ "order": 55,
12452
12478
  "level": 0
12453
12479
  },
12454
12480
  {
@@ -12461,7 +12487,7 @@
12461
12487
  "filename": "useBreakpointManager.js",
12462
12488
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
12463
12489
  },
12464
- "order": 55,
12490
+ "order": 57,
12465
12491
  "level": 0
12466
12492
  },
12467
12493
  {
@@ -12474,73 +12500,59 @@
12474
12500
  "filename": "index.js",
12475
12501
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
12476
12502
  },
12477
- "order": 60,
12503
+ "order": 62,
12478
12504
  "level": 0
12479
12505
  },
12480
12506
  {
12481
- "id": "module:components",
12482
- "longname": "module:components",
12483
- "name": "components",
12507
+ "id": "module:useToast",
12508
+ "longname": "module:useToast",
12509
+ "name": "useToast",
12484
12510
  "kind": "module",
12485
12511
  "meta": {
12486
12512
  "lineno": 1,
12487
- "filename": "index.js",
12488
- "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/components"
12489
- },
12490
- "order": 61,
12491
- "level": 0
12492
- },
12493
- {
12494
- "id": "components/index.js\nResponsible for exporting all components\n- Used in main plugin and bundle exportsmodule:",
12495
- "longname": "components/index.js\nResponsible for exporting all components\n- Used in main plugin and bundle exportsmodule:",
12496
- "name": "components/index.js\nResponsible for exporting all components\n- Used in main plugin and bundle exports",
12497
- "kind": "module",
12498
- "meta": {
12499
- "lineno": 4,
12500
- "filename": "index.js",
12501
- "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/components"
12513
+ "filename": "useToast.js",
12514
+ "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
12502
12515
  },
12503
- "order": 62,
12516
+ "order": 63,
12504
12517
  "level": 0
12505
12518
  },
12506
12519
  {
12507
- "id": "module:useModals",
12508
- "longname": "module:useModals",
12509
- "name": "useModals",
12520
+ "id": "toast.module:store",
12521
+ "longname": "toast.module:store",
12522
+ "name": "store",
12510
12523
  "kind": "module",
12511
12524
  "meta": {
12512
12525
  "lineno": 1,
12513
- "filename": "useModals.js",
12514
- "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"
12515
12528
  },
12516
- "order": 63,
12529
+ "order": 65,
12517
12530
  "level": 0
12518
12531
  },
12519
12532
  {
12520
- "id": "module:modalsPlugin",
12521
- "longname": "module:modalsPlugin",
12522
- "name": "modalsPlugin",
12533
+ "id": "module:toastPlugin",
12534
+ "longname": "module:toastPlugin",
12535
+ "name": "toastPlugin",
12523
12536
  "kind": "module",
12524
- "description": "Modals plugin (adds components, global registry, etc)\n- Updated version handles both independent and global registered/triggered modals",
12525
12537
  "meta": {
12526
12538
  "lineno": 1,
12527
12539
  "filename": "index.js",
12528
- "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/modals"
12540
+ "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
12529
12541
  },
12530
- "order": 65,
12542
+ "order": 72,
12531
12543
  "level": 0
12532
12544
  },
12533
12545
  {
12534
- "id": "modals.module:api",
12535
- "longname": "modals.module:api",
12536
- "name": "api",
12546
+ "id": "toast.module:defaults",
12547
+ "longname": "toast.module:defaults",
12548
+ "name": "defaults",
12537
12549
  "kind": "module",
12538
12550
  "meta": {
12539
12551
  "lineno": 1,
12540
- "filename": "api.js",
12541
- "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/modals"
12552
+ "filename": "defaults.js",
12553
+ "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
12542
12554
  },
12543
- "order": 68,
12555
+ "order": 74,
12544
12556
  "level": 0
12545
12557
  },
12546
12558
  {
@@ -12553,7 +12565,7 @@
12553
12565
  "filename": "useTooltipFollow.js",
12554
12566
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
12555
12567
  },
12556
- "order": 77,
12568
+ "order": 80,
12557
12569
  "level": 0
12558
12570
  },
12559
12571
  {
@@ -12566,7 +12578,7 @@
12566
12578
  "filename": "useTooltip.js",
12567
12579
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
12568
12580
  },
12569
- "order": 78,
12581
+ "order": 81,
12570
12582
  "level": 0
12571
12583
  },
12572
12584
  {
@@ -12579,7 +12591,7 @@
12579
12591
  "filename": "index.js",
12580
12592
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
12581
12593
  },
12582
- "order": 80,
12594
+ "order": 83,
12583
12595
  "level": 0
12584
12596
  },
12585
12597
  {
@@ -12592,73 +12604,61 @@
12592
12604
  "filename": "defaults.js",
12593
12605
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
12594
12606
  },
12595
- "order": 86,
12596
- "level": 0
12607
+ "order": 89
12597
12608
  },
12598
12609
  {
12599
- "id": "module:useToast",
12600
- "longname": "module:useToast",
12601
- "name": "useToast",
12610
+ "id": "module:corePlugin",
12611
+ "longname": "module:corePlugin",
12612
+ "name": "corePlugin",
12602
12613
  "kind": "module",
12614
+ "description": "Core plugin for managing shared configuration for the library.",
12603
12615
  "meta": {
12604
12616
  "lineno": 1,
12605
- "filename": "useToast.js",
12606
- "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
12617
+ "filename": "index.js",
12618
+ "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/core"
12607
12619
  },
12608
- "order": 108,
12620
+ "order": 111,
12609
12621
  "level": 0
12610
12622
  },
12611
12623
  {
12612
- "id": "toast.module:store",
12613
- "longname": "toast.module:store",
12614
- "name": "store",
12624
+ "id": "module:useModals",
12625
+ "longname": "module:useModals",
12626
+ "name": "useModals",
12615
12627
  "kind": "module",
12616
12628
  "meta": {
12617
12629
  "lineno": 1,
12618
- "filename": "store.js",
12619
- "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
12630
+ "filename": "useModals.js",
12631
+ "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/modals"
12620
12632
  },
12621
- "order": 110,
12633
+ "order": 113,
12622
12634
  "level": 0
12623
12635
  },
12624
12636
  {
12625
- "id": "module:toastPlugin",
12626
- "longname": "module:toastPlugin",
12627
- "name": "toastPlugin",
12637
+ "id": "module:modalsPlugin",
12638
+ "longname": "module:modalsPlugin",
12639
+ "name": "modalsPlugin",
12628
12640
  "kind": "module",
12641
+ "description": "Modals plugin (adds components, global registry, etc)\n- Updated version handles both independent and global registered/triggered modals",
12629
12642
  "meta": {
12630
12643
  "lineno": 1,
12631
12644
  "filename": "index.js",
12632
- "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
12645
+ "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/modals"
12633
12646
  },
12634
- "order": 117,
12647
+ "order": 115,
12635
12648
  "level": 0
12636
12649
  },
12637
12650
  {
12638
- "id": "toast.module:defaults",
12639
- "longname": "toast.module:defaults",
12640
- "name": "defaults",
12651
+ "id": "modals.module:api",
12652
+ "longname": "modals.module:api",
12653
+ "name": "api",
12641
12654
  "kind": "module",
12642
12655
  "meta": {
12643
12656
  "lineno": 1,
12644
- "filename": "defaults.js",
12645
- "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
12657
+ "filename": "api.js",
12658
+ "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/modals"
12646
12659
  },
12647
- "order": 119
12648
- },
12649
- {
12650
- "id": "module:corePlugin",
12651
- "longname": "module:corePlugin",
12652
- "name": "corePlugin",
12653
- "kind": "module",
12654
- "description": "Core plugin for managing shared configuration for the library.",
12655
- "meta": {
12656
- "lineno": 1,
12657
- "filename": "index.js",
12658
- "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/core"
12659
- },
12660
- "order": 125,
12661
- "level": 0
12660
+ "order": 118,
12661
+ "level": 0
12662
12662
  },
12663
12663
  {
12664
12664
  "id": "module:breakpointsPlugin",
@@ -12739,39 +12739,19 @@
12739
12739
  "level": 0
12740
12740
  },
12741
12741
  {
12742
- "id": "module:modalsPlugin--module.exports",
12743
- "longname": "module:modalsPlugin",
12742
+ "id": "module:toastPlugin--module.exports",
12743
+ "longname": "module:toastPlugin",
12744
12744
  "name": "module.exports",
12745
12745
  "kind": "function",
12746
12746
  "isExported": true,
12747
- "description": "Modals Vue Plugin",
12748
- "memberof": "module:modalsPlugin",
12749
- "params": [
12750
- {
12751
- "type": {
12752
- "names": [
12753
- "Object"
12754
- ]
12755
- },
12756
- "description": "Vue app instance passed to plugin",
12757
- "name": "App"
12758
- },
12759
- {
12760
- "type": {
12761
- "names": [
12762
- "module:modalsPlugin~UluModalsPluginOptions"
12763
- ]
12764
- },
12765
- "description": "Options to change (see defaults)",
12766
- "name": "userOptions"
12767
- }
12768
- ],
12747
+ "description": "Install plugin",
12748
+ "memberof": "module:toastPlugin",
12769
12749
  "meta": {
12770
- "lineno": 28,
12750
+ "lineno": 11,
12771
12751
  "filename": "index.js",
12772
- "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/modals"
12752
+ "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
12773
12753
  },
12774
- "order": 67,
12754
+ "order": 73,
12775
12755
  "level": 0
12776
12756
  },
12777
12757
  {
@@ -12807,23 +12787,7 @@
12807
12787
  "filename": "index.js",
12808
12788
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
12809
12789
  },
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,
12790
+ "order": 88,
12827
12791
  "level": 0
12828
12792
  },
12829
12793
  {
@@ -12900,7 +12864,43 @@
12900
12864
  "filename": "index.js",
12901
12865
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/core"
12902
12866
  },
12903
- "order": 126,
12867
+ "order": 112,
12868
+ "level": 0
12869
+ },
12870
+ {
12871
+ "id": "module:modalsPlugin--module.exports",
12872
+ "longname": "module:modalsPlugin",
12873
+ "name": "module.exports",
12874
+ "kind": "function",
12875
+ "isExported": true,
12876
+ "description": "Modals Vue Plugin",
12877
+ "memberof": "module:modalsPlugin",
12878
+ "params": [
12879
+ {
12880
+ "type": {
12881
+ "names": [
12882
+ "Object"
12883
+ ]
12884
+ },
12885
+ "description": "Vue app instance passed to plugin",
12886
+ "name": "App"
12887
+ },
12888
+ {
12889
+ "type": {
12890
+ "names": [
12891
+ "module:modalsPlugin~UluModalsPluginOptions"
12892
+ ]
12893
+ },
12894
+ "description": "Options to change (see defaults)",
12895
+ "name": "userOptions"
12896
+ }
12897
+ ],
12898
+ "meta": {
12899
+ "lineno": 28,
12900
+ "filename": "index.js",
12901
+ "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/modals"
12902
+ },
12903
+ "order": 117,
12904
12904
  "level": 0
12905
12905
  },
12906
12906
  {
@@ -12973,7 +12973,7 @@
12973
12973
  "filename": "useBreakpointManager.js",
12974
12974
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
12975
12975
  },
12976
- "order": 56
12976
+ "order": 58
12977
12977
  },
12978
12978
  {
12979
12979
  "id": "module:useBreakpointManager~defaults.onReady",
@@ -12988,7 +12988,7 @@
12988
12988
  "filename": "useBreakpointManager.js",
12989
12989
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
12990
12990
  },
12991
- "order": 57
12991
+ "order": 59
12992
12992
  },
12993
12993
  {
12994
12994
  "id": "module:useBreakpointManager~defaults.plugin",
@@ -13003,7 +13003,84 @@
13003
13003
  "filename": "useBreakpointManager.js",
13004
13004
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
13005
13005
  },
13006
- "order": 58
13006
+ "order": 60
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
13007
13084
  },
13008
13085
  {
13009
13086
  "id": "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": 90
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": 91
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": 92
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": 93
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": 94
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": 95
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": 96
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": 97
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": 98
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": 99
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": 100
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": 101
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": 102
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": 103
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": 104
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": 105
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": 106
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": 107
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": 108
13400
13458
  },
13401
13459
  {
13402
13460
  "id": "popovers.module:defaults.tooltip.component",
@@ -13409,102 +13467,24 @@
13409
13467
  "meta": {
13410
13468
  "lineno": 108,
13411
13469
  "filename": "defaults.js",
13412
- "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
13413
- },
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"
13470
+ "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
13491
13471
  },
13492
- "order": 123
13472
+ "order": 109
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
- "order": 124
13487
+ "order": 110
13508
13488
  },
13509
13489
  {
13510
13490
  "id": "module:breakpointsPlugin--module.exports~defaults.breakpointMobile",
@@ -13539,13 +13519,16 @@
13539
13519
  "level": 0
13540
13520
  },
13541
13521
  {
13542
- "id": "module:useModals.useModals",
13543
- "longname": "module:useModals.useModals",
13544
- "name": "useModals",
13522
+ "id": "module:useToast.useToast",
13523
+ "longname": "module:useToast.useToast",
13524
+ "name": "useToast",
13545
13525
  "kind": "constant",
13546
13526
  "scope": "static",
13547
- "description": "A composable to access the global modals API.\nThis is a simple wrapper around `inject('uluModals')` and throws an error if the plugin is not installed.",
13548
- "memberof": "module:useModals",
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
+ ],
13549
13532
  "returns": [
13550
13533
  {
13551
13534
  "type": {
@@ -13553,7 +13536,7 @@
13553
13536
  "object"
13554
13537
  ]
13555
13538
  },
13556
- "description": "The modals API with methods like `open`, `close`, `add`, `remove`, and `get`."
13539
+ "description": "The toast API."
13557
13540
  }
13558
13541
  ],
13559
13542
  "exceptions": [
@@ -13563,17 +13546,49 @@
13563
13546
  "Error"
13564
13547
  ]
13565
13548
  },
13566
- "description": "If the modals plugin is not installed."
13549
+ "description": "If the toast plugin is not installed."
13567
13550
  }
13568
13551
  ],
13569
13552
  "meta": {
13570
- "lineno": 13,
13571
- "filename": "useModals.js",
13572
- "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/modals"
13553
+ "lineno": 15,
13554
+ "filename": "useToast.js",
13555
+ "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
13573
13556
  },
13574
13557
  "order": 64,
13575
13558
  "level": 0
13576
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
+ },
13577
13592
  {
13578
13593
  "id": "module:popoversPlugin--module.exports.POPOVER_OPTIONS_KEY",
13579
13594
  "longname": "module:popoversPlugin.POPOVER_OPTIONS_KEY",
@@ -13587,7 +13602,7 @@
13587
13602
  "filename": "index.js",
13588
13603
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
13589
13604
  },
13590
- "order": 81,
13605
+ "order": 84,
13591
13606
  "level": 0
13592
13607
  },
13593
13608
  {
@@ -13603,7 +13618,7 @@
13603
13618
  "filename": "index.js",
13604
13619
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
13605
13620
  },
13606
- "order": 82,
13621
+ "order": 85,
13607
13622
  "level": 0
13608
13623
  },
13609
13624
  {
@@ -13619,7 +13634,7 @@
13619
13634
  "filename": "index.js",
13620
13635
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
13621
13636
  },
13622
- "order": 83,
13637
+ "order": 86,
13623
13638
  "level": 0
13624
13639
  },
13625
13640
  {
@@ -13666,20 +13681,17 @@
13666
13681
  "filename": "index.js",
13667
13682
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
13668
13683
  },
13669
- "order": 84,
13684
+ "order": 87,
13670
13685
  "level": 0
13671
13686
  },
13672
13687
  {
13673
- "id": "module:useToast.useToast",
13674
- "longname": "module:useToast.useToast",
13675
- "name": "useToast",
13688
+ "id": "module:useModals.useModals",
13689
+ "longname": "module:useModals.useModals",
13690
+ "name": "useModals",
13676
13691
  "kind": "constant",
13677
13692
  "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
- ],
13693
+ "description": "A composable to access the global modals API.\nThis is a simple wrapper around `inject('uluModals')` and throws an error if the plugin is not installed.",
13694
+ "memberof": "module:useModals",
13683
13695
  "returns": [
13684
13696
  {
13685
13697
  "type": {
@@ -13687,7 +13699,7 @@
13687
13699
  "object"
13688
13700
  ]
13689
13701
  },
13690
- "description": "The toast API."
13702
+ "description": "The modals API with methods like `open`, `close`, `add`, `remove`, and `get`."
13691
13703
  }
13692
13704
  ],
13693
13705
  "exceptions": [
@@ -13697,47 +13709,15 @@
13697
13709
  "Error"
13698
13710
  ]
13699
13711
  },
13700
- "description": "If the toast plugin is not installed."
13712
+ "description": "If the modals plugin is not installed."
13701
13713
  }
13702
13714
  ],
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
13715
  "meta": {
13720
13716
  "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"
13717
+ "filename": "useModals.js",
13718
+ "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/modals"
13739
13719
  },
13740
- "order": 113,
13720
+ "order": 114,
13741
13721
  "level": 0
13742
13722
  },
13743
13723
  {
@@ -14603,7 +14583,7 @@
14603
14583
  "filename": "useWindowResize.js",
14604
14584
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
14605
14585
  },
14606
- "order": 31,
14586
+ "order": 33,
14607
14587
  "level": 0
14608
14588
  },
14609
14589
  {
@@ -14657,7 +14637,7 @@
14657
14637
  "filename": "useUluFloating.js",
14658
14638
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
14659
14639
  },
14660
- "order": 35,
14640
+ "order": 37,
14661
14641
  "level": 0
14662
14642
  },
14663
14643
  {
@@ -14694,7 +14674,7 @@
14694
14674
  "filename": "useTableData.js",
14695
14675
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
14696
14676
  },
14697
- "order": 37,
14677
+ "order": 39,
14698
14678
  "level": 0
14699
14679
  },
14700
14680
  {
@@ -14726,7 +14706,7 @@
14726
14706
  "filename": "useRequiredInject.js",
14727
14707
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
14728
14708
  },
14729
- "order": 45,
14709
+ "order": 47,
14730
14710
  "level": 0
14731
14711
  },
14732
14712
  {
@@ -14772,7 +14752,7 @@
14772
14752
  "filename": "usePagination.js",
14773
14753
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
14774
14754
  },
14775
- "order": 47,
14755
+ "order": 49,
14776
14756
  "level": 0
14777
14757
  },
14778
14758
  {
@@ -14845,7 +14825,7 @@
14845
14825
  "filename": "useModifiers.js",
14846
14826
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
14847
14827
  },
14848
- "order": 49,
14828
+ "order": 51,
14849
14829
  "level": 0
14850
14830
  },
14851
14831
  {
@@ -14871,7 +14851,7 @@
14871
14851
  "filename": "useIcon.js",
14872
14852
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
14873
14853
  },
14874
- "order": 51,
14854
+ "order": 53,
14875
14855
  "level": 0
14876
14856
  },
14877
14857
  {
@@ -14941,7 +14921,7 @@
14941
14921
  "filename": "useDocumentTitle.js",
14942
14922
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
14943
14923
  },
14944
- "order": 54,
14924
+ "order": 56,
14945
14925
  "level": 0
14946
14926
  },
14947
14927
  {
@@ -15009,32 +14989,7 @@
15009
14989
  "filename": "useBreakpointManager.js",
15010
14990
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
15011
14991
  },
15012
- "order": 59,
15013
- "level": 0
15014
- },
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,
14992
+ "order": 61,
15038
14993
  "level": 0
15039
14994
  },
15040
14995
  {
@@ -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": 82,
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": 120,
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": 121,
15417
15397
  "level": 0
15418
15398
  },
15419
15399
  {
@@ -15447,7 +15427,7 @@
15447
15427
  "filename": "useTableData.js",
15448
15428
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
15449
15429
  },
15450
- "order": 43,
15430
+ "order": 45,
15451
15431
  "level": 0
15452
15432
  },
15453
15433
  {
@@ -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": 119,
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": 122,
15485
15465
  "level": 0
15486
15466
  },
15487
15467
  {
@@ -15560,7 +15540,7 @@
15560
15540
  "filename": "useWindowResize.js",
15561
15541
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
15562
15542
  },
15563
- "order": 30,
15543
+ "order": 32,
15564
15544
  "level": 0
15565
15545
  },
15566
15546
  {
@@ -15577,7 +15557,7 @@
15577
15557
  "filename": "useTableData.js",
15578
15558
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
15579
15559
  },
15580
- "order": 38,
15560
+ "order": 40,
15581
15561
  "level": 0
15582
15562
  },
15583
15563
  {
@@ -15594,7 +15574,7 @@
15594
15574
  "filename": "useTableData.js",
15595
15575
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
15596
15576
  },
15597
- "order": 39,
15577
+ "order": 41,
15598
15578
  "level": 0
15599
15579
  },
15600
15580
  {
@@ -15611,7 +15591,7 @@
15611
15591
  "filename": "useTableData.js",
15612
15592
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
15613
15593
  },
15614
- "order": 40,
15594
+ "order": 42,
15615
15595
  "level": 0
15616
15596
  },
15617
15597
  {
@@ -15628,7 +15608,7 @@
15628
15608
  "filename": "useTableData.js",
15629
15609
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
15630
15610
  },
15631
- "order": 41,
15611
+ "order": 43,
15632
15612
  "level": 0
15633
15613
  },
15634
15614
  {
@@ -15645,7 +15625,7 @@
15645
15625
  "filename": "useTableData.js",
15646
15626
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
15647
15627
  },
15648
- "order": 42,
15628
+ "order": 44,
15649
15629
  "level": 0
15650
15630
  },
15651
15631
  {
@@ -15685,7 +15665,7 @@
15685
15665
  "filename": "useIcon.js",
15686
15666
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
15687
15667
  },
15688
- "order": 52,
15668
+ "order": 54,
15689
15669
  "level": 0
15690
15670
  },
15691
15671
  {
@@ -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": 123,
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": 124,
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": 125,
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": 126,
15788
15768
  "level": 0
15789
15769
  },
15790
15770
  {
@@ -16139,7 +16119,7 @@
16139
16119
  "filename": "useUluFloating.js",
16140
16120
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
16141
16121
  },
16142
- "order": 33,
16122
+ "order": 35,
16143
16123
  "level": 0
16144
16124
  },
16145
16125
  {
@@ -16226,7 +16206,7 @@
16226
16206
  "filename": "useUluFloating.js",
16227
16207
  "path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
16228
16208
  },
16229
- "order": 34,
16209
+ "order": 36,
16230
16210
  "level": 0
16231
16211
  },
16232
16212
  {
@@ -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": 116,
16271
16251
  "level": 0
16272
16252
  }
16273
16253
  ],