@ulu/frontend-vue 0.6.20 → 0.6.21
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.
- package/dist/mcp-data.json +242 -188
- package/dist/plugins/toast/UluToast.vue.d.ts.map +1 -1
- package/dist/plugins/toast/UluToast.vue.js +19 -19
- package/dist/utils/props.d.ts +9 -0
- package/dist/utils/props.d.ts.map +1 -1
- package/dist/utils/props.js +17 -13
- package/lib/plugins/toast/UluToast.vue +3 -3
- package/lib/utils/props.js +17 -0
- package/package.json +1 -1
package/dist/mcp-data.json
CHANGED
|
@@ -119,6 +119,10 @@
|
|
|
119
119
|
"code": "<UluAction href=\"{...}\" download>Content</UluAction>"
|
|
120
120
|
}
|
|
121
121
|
],
|
|
122
|
+
"UluWhenBreakpoint": [],
|
|
123
|
+
"UluTitleRail": [],
|
|
124
|
+
"UluDataGrid": [],
|
|
125
|
+
"UluAdaptiveLayout": [],
|
|
122
126
|
"UluSkipLink": [
|
|
123
127
|
{
|
|
124
128
|
"title": "Default",
|
|
@@ -191,10 +195,34 @@
|
|
|
191
195
|
"code": "<UluBreadcrumb items=\"{...}\">Content</UluBreadcrumb>"
|
|
192
196
|
}
|
|
193
197
|
],
|
|
194
|
-
"
|
|
195
|
-
|
|
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",
|
|
@@ -12239,7 +12239,7 @@
|
|
|
12239
12239
|
"raw_markdown": "\nimport { Meta, Story, Canvas } from '@storybook/addon-docs/blocks';\nimport { version } from '../package.json';\nimport * as ButtonStories from './components/elements/UluButton.stories.js';\nimport * as CardStories from './components/elements/UluCard.stories.js';\n\n<Meta title=\"Overview/Introduction\" />\n\n# Ulu Frontend Vue\n\nWelcome to the living style guide for the Ulu Vue component library. This library provides a comprehensive set of accessible, reusable, and composable Vue 3 components, composables, and plugins to build modern web applications.\n\nThis documentation provides interactive examples and detailed API documentation for each part of the library.\n\n---\n\n## Core Concepts\n\nThe Ulu ecosystem is built on two main packages:\n\n- **`@ulu/frontend`**: The framework-agnostic core. It contains the foundational SCSS for styling, vanilla JavaScript utilities, and base components. It knows nothing about Vue. \n- **`@ulu/frontend-vue`** (This Library): The Vue 3 implementation. It provides wrapper components, composables, and plugins that build upon and integrate seamlessly with the `@ulu/frontend` core.\n\nThis separation allows for a consistent design system that can be applied to any web technology, while providing a rich, idiomatic experience for Vue developers.\n\n**Note:** For `@ulu/frontend` (components) that you are using from this Vue library. You need to output the component stylesheets like you would normally (create global stylesheet). The components in this library do not at the frontend scss modules. While they could be included in each component this would make it so that you can't build your own implementations (local app component / etc) with the class structures since the styles would only be available if that component is used. \n\nExample global stylesheet outputting all \"included\" components and base styles. Note you can configure whats output with ulu.component-set-includes for example. Note there are many ways to assemble the stylesheet (manual per component mixins, etc), this example shows the convenience modules which output each modules stylesheet based on includes/excludes.\n\n```sass\n@use \"config\"; // Your config changes for example\n@use \"@ulu/frontend/scss/stylesheets/base-styles.scss\"; // Outputs base styles that are included\n@use \"@ulu/frontend/scss/stylesheets/component-styles.scss\"; // Outputs component styles that are included\n@use \"@ulu/frontend/scss/stylesheets/helper-styles.scss\"; // Outputs helper styles that are included\n```\n\n*Please see `@ulu/frontend` library for full documentation of configuring and outputting stylesheet*\n\n---\n\n## Installation\n\nTo get started, add the library to your project.\n\n```bash\nnpm install @ulu/frontend-vue\n```\n\nNext, you must register the required plugins in your main application entry point (`main.js`). The `corePlugin` is essential, and other plugins like `breakpointsPlugin`, `popoverPlugin` are optional. Some components require plugins. If a required plugin is missing, an error is thrown.\n\n**`src/main.js`**\n```javascript\nimport { createApp } from 'vue';\nimport App from './App.vue';\nimport { \n corePlugin, \n breakpointsPlugin, \n toastPlugin, \n modalsPlugin, \n popoversPlugin \n} from '@ulu/frontend-vue';\nimport router from './router'; // Your vue-router instance\n\n// Import the main SCSS entry point\nimport '@ulu/frontend-vue/lib/_index.scss';\n\nconst app = createApp(App);\n\napp.use(router);\n\n// Register Ulu plugins\napp.use(corePlugin, {\n // Optional: override default icons\n iconsByType: {\n danger: 'fas fa-exclamation-triangle',\n close: 'fas fa-times'\n }\n});\napp.use(breakpointsPlugin);\napp.use(toastPlugin);\napp.use(modalsPlugin, { \n modals: [\n /* your global modals */\n ] \n});\napp.use(popoversPlugin);\n\n\napp.mount('#app');\n```\n\nFinally, you need to add the display components for plugins like `toast` and `modals` to your root `App.vue` file.\n\n**`src/App.vue`**\n```html\n<template>\n <!-- Your App Layout -->\n <router-view />\n\n <!-- Ulu Plugin Display Components -->\n <UluToastDisplay />\n <UluModalsDisplay />\n <UluTooltipDisplay />\n</template>\n```\n\n---\n\n## What's Inside?\n\nThe library is organized into several key areas:\n\n### Components\n\nThese are the reusable building blocks of your UI. They are organized by function into categories like `elements`, `collapsible`, `forms`, `layout`, `navigation`, and `systems`.\n\n**Simple Component Example: `UluButton`**\n\n<Canvas of={ButtonStories.Primary} />\n\n**Complex Component Example: `UluCard`**\n\n<Canvas of={CardStories.Default} />\n\n### Composables\n\nReusable, stateful logic that can be shared across components.\n\n- `useFacets`: A powerful composable for client-side filtering, searching, and sorting of data.\n- `usePagination`: Handles all the logic for paginating a list of items, including integration with Vue Router.\n- `useBreakpointManager`: A reactive interface to CSS breakpoints.\n- `useModifiers`: A utility for creating BEM-style modifier classes.\n- `useWindowResize`: A debounced window resize event listener.\n- `useRequiredInject`: A utility to ensure required dependencies are injected from plugins.\n\n### Plugins\n\nPlugins provide global functionality and APIs that can be accessed from anywhere in your application.\n\n- **`corePlugin` (Required)**: Manages global settings, primarily for the icon system.\n- **`breakpointsPlugin`**: Provides reactive information about the current CSS breakpoint (`uluIsMobile`, `uluBreakpointActive`).\n- **`modalsPlugin`**: A system for registering and triggering global modals (e.g., for settings or confirmation dialogs).\n- **`toastPlugin`**: A global API (`$uluToast`) for showing toast notifications.\n- **`popoversPlugin`**: Enables a simple `v-ulu-tooltip` directive for tooltips and provides the `UluPopover` component.\n\n**Example: Triggering a Toast Notification**\n```javascript\nimport { useToast } from '@ulu/frontend-vue';\n\nconst toast = useToast();\n\ntoast.add({\n title: 'Success!',\n description: 'Your profile has been updated.',\n class: 'is-success'\n});\n```\n\n### Component Systems\n\nSystems are complex, multi-component features that solve a specific problem.\n\n- **Facets**: A complete system for faceted search, built around the `useFacets` composable. Includes components for search, sort, filters, and results display.\n- **Scroll Anchors**: A system for creating navigations that track the user's scroll position within a page.\n- **Skeleton**: A set of components for creating beautiful and effective loading states.\n- **Table Sticky**: A powerful table component with sticky headers and columns.\n- **Slider**: A flexible slideshow/carousel component.\n\n### Resolver\n\nResolver for [`unplugin-vue-components`](https://github.com/unplugin/unplugin-vue-components/tree/main]) is available to use like:\n\n```js\n// vite.config.js\n\nimport { defineConfig } from \"vite\";\nimport Components from \"unplugin-vue-components/vite\";\nimport { UluUnpluginResolver } from \"@ulu/frontend-vue/resolver\";\n\nexport default defineConfig({\n plugins: [\n // ...\n Components({ \n resolvers: [\n UluUnpluginResolver()\n ]\n }),\n // ...\n ],\n // ...\n});\n```\n\n### Vite Asset URLs\n\nWhen using components like `UluImage` and `UluImageSource`, you may want to pass relative asset paths directly as props (e.g. `<UluImage src=\"./assets/img.png\" />`) instead of manually importing them in your setup script. \n\nTo enable Vite to automatically resolve these paths, you can add our custom transform rules to the Vue plugin in your `vite.config.js`:\n\n*Note: this includes the defaults (img, source, video, ...) in addition to the Ulu specific components, since configuring this clears the defaults (it's not merged).*\n\n```js\n// vite.config.js\n\nimport { defineConfig } from \"vite\";\nimport vue from \"@vitejs/plugin-vue\";\nimport { uluTransformAssetUrls } from \"@ulu/frontend-vue/vite.js\";\n\nexport default defineConfig({\n plugins: [\n vue({\n template: {\n transformAssetUrls: {\n // \n ...uluTransformAssetUrls\n }\n }\n }),\n // ...\n ],\n // ...\n});\n```"
|
|
12240
12240
|
},
|
|
12241
12241
|
"ExportsMap": {
|
|
12242
|
-
"raw_markdown": "\nimport { Meta } from '@storybook/addon-docs/blocks';\n\n<Meta title=\"Overview/API Reference\" />\n\n# API Reference\n\nThis page provides a comprehensive map of all named exports from the `@ulu/frontend-vue` library. Use this as a quick reference to discover available components, composables, plugins, and utilities.\n\n## Components\n\nThese are the building blocks for your UI. They are imported as named exports.\n\n* `UluAccordion`\n* `UluAccordionGroup`\n* `UluAction`\n* `UluAdaptiveLayout`\n* `UluAlert`\n* `UluAnimateNumber`\n* `UluBadge`\n* `UluBadgeStack`\n* `UluBreadcrumb`\n* `UluButton`\n* `UluButtonVerbose`\n* `UluCallout`\n* `UluCard`\n* `UluCollapsible`\n* `UluConditionalText`\n* `UluConditionalWrapper`\n* `UluDataGrid`\n* `UluDataTable`\n* `UluDefinitionList`\n* `UluDefinitionListItem`\n* `UluDropdown`\n* `UluEmpty`\n* `UluEmptyView`\n* `UluExternalLink`\n* `UluFacetsActiveFilters`\n* `UluFacetsFilterAccordions`\n* `UluFacetsFilterLists`\n* `UluFacetsFilterPopovers`\n* `UluFacetsFilterSelects`\n* `UluFacetsHeaderLayout`\n* `UluFacetsList`\n* `UluFacetsResults`\n* `UluFacetsSearch`\n* `UluFacetsSidebarLayout`\n* `UluFacetsSort`\n* `UluFileDisplay`\n* `UluForm`\n* `UluFormActions`\n* `UluFormCheckbox`\n* `UluFormFieldset`\n* `UluFormFile`\n* `UluFormItem`\n* `UluFormItemsInline`\n* `UluFormLabel`\n* `UluFormMessage`\n* `UluFormRadio`\n* `UluFormRequiredChar`\n* `UluFormSelect`\n* `UluFormText`\n* `UluFormTextarea`\n* `UluIcon`\n* `UluImage`\n* `UluImageSource`\n* In Progress - `UluImageSlider`\n* `UluList`\n* `UluListItem`\n* `UluCounterList`\n* `UluMain`\n* `UluMenu`\n* `UluMenuStack`\n* `UluModal`\n* `UluNavStrip`\n* `UluOverflowPopover`\n* `UluPager`\n* `UluPlaceholderImage`\n* `UluPlaceholderText`\n* `UluProgressBar`\n* `UluProgressCircle`\n* `UluRouteAnnouncer`\n* `UluRule`\n* `UluSanityRichText`\n* `UluScrollAnchors`\n* `UluScrollAnchorsHeadlessSection`\n* `UluScrollAnchorsNav`\n* `UluScrollAnchorsNavAnimated`\n* `UluScrollAnchorsSection`\n* `UluScrollSlider`\n* `UluSearchForm`\n* `UluSelectableMenu`\n* `UluShowSkeleton`\n* `UluSkeletonContent`\n* `UluSkeletonMedia`\n* `UluSkeletonText`\n* `UluSkipLink`\n* `UluSlider`\n* `UluSpokeSpinner`\n* `UluTab`\n* `UluTabGroup`\n* `UluTabList`\n* `UluTabPanel`\n* `UluTabPanels`\n* `UluTable`\n* `UluTableSticky`\n* `UluTableStickyRows`\n* `UluTableStickyTable`\n* `UluTag`\n* `UluTitleRail`\n* `UluToast`\n* `UluToastDisplay`\n\n---\n\n## Composables\n\nReusable, stateful logic that can be shared across components.\n\n* `useBreakpointManager`\n* `useDocumentTitle`\n* `useFacets`\n* `useIcon`\n* `useModifiers`\n* `usePagination`\n* `useRequiredInject`\n* `useScrollAnchorSection`\n* `useScrollAnchorSections`\n* `useScrollAnchors`\n* `useTableData`\n* `useToast`\n* `useTooltip`\n* `useTooltipFollow`\n* `useUluFloating`\n* `useWindowResize`\n\n---\n\n## Plugins\n\nPlugins provide global functionality and APIs.\n\n* `breakpointsPlugin`\n* `corePlugin`\n* `modalsPlugin`\n* `popoversPlugin`\n* `toastPlugin`\n\n\n\n---\n\n## Utilities\n\nThe `utils` export is a namespace containing helper functions.\n\n### DOM (`utils.dom`)\n\n* `utils.dom.refToElement`\n* `utils.dom.newId`\n\n### Props (`utils.props`)\n\n* `utils.props.isArrayOfObjects`\n* `utils.props.checkDeprecatedProps`\n* `utils.props.mergeClassLookups`\n\n### Router (`utils.router`)\n\n* `utils.router.getRouteTitle`\n* `utils.router.createBaseMenu`\n* `utils.router.flattenMenu`\n* `utils.router.createSectionMenu`\n* `utils.router.getChildIndexRoute`\n* `utils.router.createMenuItem`\n* `utils.router.isStaticRoute`\n* `utils.router.isStaticBaseRoute`\n* `utils.router.nativeLinkRouter`\n* `utils.router.$getRouteChildren`\n* `utils.router.$getParentRoute`\n* `utils.router.$createSectionMenu`\n* `utils.router.$createBreadcrumb`\n"
|
|
12242
|
+
"raw_markdown": "\nimport { Meta } from '@storybook/addon-docs/blocks';\n\n<Meta title=\"Overview/API Reference\" />\n\n# API Reference\n\nThis page provides a comprehensive map of all named exports from the `@ulu/frontend-vue` library. Use this as a quick reference to discover available components, composables, plugins, and utilities.\n\n## Components\n\nThese are the building blocks for your UI. They are imported as named exports.\n\n* `UluAccordion`\n* `UluAccordionGroup`\n* `UluAction`\n* `UluAdaptiveLayout`\n* `UluAlert`\n* `UluAnimateNumber`\n* `UluBadge`\n* `UluBadgeStack`\n* `UluBreadcrumb`\n* `UluButton`\n* `UluButtonVerbose`\n* `UluCallout`\n* `UluCard`\n* `UluCollapsible`\n* `UluConditionalText`\n* `UluConditionalWrapper`\n* `UluDataGrid`\n* `UluDataTable`\n* `UluDefinitionList`\n* `UluDefinitionListItem`\n* `UluDropdown`\n* `UluEmpty`\n* `UluEmptyView`\n* `UluExternalLink`\n* `UluFacetsActiveFilters`\n* `UluFacetsFilterAccordions`\n* `UluFacetsFilterLists`\n* `UluFacetsFilterPopovers`\n* `UluFacetsFilterSelects`\n* `UluFacetsHeaderLayout`\n* `UluFacetsList`\n* `UluFacetsResults`\n* `UluFacetsSearch`\n* `UluFacetsSidebarLayout`\n* `UluFacetsSort`\n* `UluFileDisplay`\n* `UluForm`\n* `UluFormActions`\n* `UluFormCheckbox`\n* `UluFormFieldset`\n* `UluFormFile`\n* `UluFormItem`\n* `UluFormItemsInline`\n* `UluFormLabel`\n* `UluFormMessage`\n* `UluFormRadio`\n* `UluFormRequiredChar`\n* `UluFormSelect`\n* `UluFormText`\n* `UluFormTextarea`\n* `UluIcon`\n* `UluImage`\n* `UluImageSource`\n* In Progress - `UluImageSlider`\n* `UluList`\n* `UluListItem`\n* `UluCounterList`\n* `UluMain`\n* `UluMenu`\n* `UluMenuStack`\n* `UluModal`\n* `UluNavStrip`\n* `UluOverflowPopover`\n* `UluPager`\n* `UluPlaceholderImage`\n* `UluPlaceholderText`\n* `UluProgressBar`\n* `UluProgressCircle`\n* `UluRouteAnnouncer`\n* `UluRule`\n* `UluSanityRichText`\n* `UluScrollAnchors`\n* `UluScrollAnchorsHeadlessSection`\n* `UluScrollAnchorsNav`\n* `UluScrollAnchorsNavAnimated`\n* `UluScrollAnchorsSection`\n* `UluScrollSlider`\n* `UluSearchForm`\n* `UluSelectableMenu`\n* `UluShowSkeleton`\n* `UluSkeletonContent`\n* `UluSkeletonMedia`\n* `UluSkeletonText`\n* `UluSkipLink`\n* `UluSlider`\n* `UluSpokeSpinner`\n* `UluTab`\n* `UluTabGroup`\n* `UluTabList`\n* `UluTabPanel`\n* `UluTabPanels`\n* `UluTable`\n* `UluTableSticky`\n* `UluTableStickyRows`\n* `UluTableStickyTable`\n* `UluTag`\n* `UluTitleRail`\n* `UluToast`\n* `UluToastDisplay`\n\n---\n\n## Composables\n\nReusable, stateful logic that can be shared across components.\n\n* `useBreakpointManager`\n* `useDocumentTitle`\n* `useFacets`\n* `useIcon`\n* `useModifiers`\n* `usePagination`\n* `useRequiredInject`\n* `useScrollAnchorSection`\n* `useScrollAnchorSections`\n* `useScrollAnchors`\n* `useTableData`\n* `useToast`\n* `useTooltip`\n* `useTooltipFollow`\n* `useUluFloating`\n* `useWindowResize`\n\n---\n\n## Plugins\n\nPlugins provide global functionality and APIs.\n\n* `breakpointsPlugin`\n* `corePlugin`\n* `modalsPlugin`\n* `popoversPlugin`\n* `toastPlugin`\n\n\n\n---\n\n## Utilities\n\nThe `utils` export is a namespace containing helper functions.\n\n### DOM (`utils.dom`)\n\n* `utils.dom.refToElement`\n* `utils.dom.newId`\n\n### Props (`utils.props`)\n\n* `utils.props.isArrayOfObjects`\n* `utils.props.checkDeprecatedProps`\n* `utils.props.mergeClassLookups`\n* `utils.props.resolveClassOverride`\n\n### Router (`utils.router`)\n\n* `utils.router.getRouteTitle`\n* `utils.router.createBaseMenu`\n* `utils.router.flattenMenu`\n* `utils.router.createSectionMenu`\n* `utils.router.getChildIndexRoute`\n* `utils.router.createMenuItem`\n* `utils.router.isStaticRoute`\n* `utils.router.isStaticBaseRoute`\n* `utils.router.nativeLinkRouter`\n* `utils.router.$getRouteChildren`\n* `utils.router.$getParentRoute`\n* `utils.router.$createSectionMenu`\n* `utils.router.$createBreadcrumb`\n"
|
|
12243
12243
|
},
|
|
12244
12244
|
"ChangeLog": {
|
|
12245
12245
|
"raw_markdown": "import { Meta, Markdown } from '@storybook/addon-docs/blocks';\nimport CHANGELOG from '../CHANGELOG.md?raw';\n\n<Meta title=\"Overview/Change Log\" />\n\n<Markdown>\n{CHANGELOG}\n</Markdown>"
|
|
@@ -12340,19 +12340,6 @@
|
|
|
12340
12340
|
"order": 5,
|
|
12341
12341
|
"level": 0
|
|
12342
12342
|
},
|
|
12343
|
-
{
|
|
12344
|
-
"id": "plugins\nResponsible for exporting all plugins\n- Used in bundle exportsmodule:",
|
|
12345
|
-
"longname": "plugins\nResponsible for exporting all plugins\n- Used in bundle exportsmodule:",
|
|
12346
|
-
"name": "plugins\nResponsible for exporting all plugins\n- Used in bundle exports",
|
|
12347
|
-
"kind": "module",
|
|
12348
|
-
"meta": {
|
|
12349
|
-
"lineno": 1,
|
|
12350
|
-
"filename": "index.js",
|
|
12351
|
-
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins"
|
|
12352
|
-
},
|
|
12353
|
-
"order": 6,
|
|
12354
|
-
"level": 0
|
|
12355
|
-
},
|
|
12356
12343
|
{
|
|
12357
12344
|
"id": "utils.module:router",
|
|
12358
12345
|
"longname": "utils.module:router",
|
|
@@ -12363,7 +12350,7 @@
|
|
|
12363
12350
|
"filename": "router.js",
|
|
12364
12351
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/utils"
|
|
12365
12352
|
},
|
|
12366
|
-
"order":
|
|
12353
|
+
"order": 6,
|
|
12367
12354
|
"level": 0
|
|
12368
12355
|
},
|
|
12369
12356
|
{
|
|
@@ -12376,7 +12363,7 @@
|
|
|
12376
12363
|
"filename": "props.js",
|
|
12377
12364
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/utils"
|
|
12378
12365
|
},
|
|
12379
|
-
"order":
|
|
12366
|
+
"order": 21,
|
|
12380
12367
|
"level": 0
|
|
12381
12368
|
},
|
|
12382
12369
|
{
|
|
@@ -12405,6 +12392,19 @@
|
|
|
12405
12392
|
"order": 27,
|
|
12406
12393
|
"level": 0
|
|
12407
12394
|
},
|
|
12395
|
+
{
|
|
12396
|
+
"id": "plugins\nResponsible for exporting all plugins\n- Used in bundle exportsmodule:",
|
|
12397
|
+
"longname": "plugins\nResponsible for exporting all plugins\n- Used in bundle exportsmodule:",
|
|
12398
|
+
"name": "plugins\nResponsible for exporting all plugins\n- Used in bundle exports",
|
|
12399
|
+
"kind": "module",
|
|
12400
|
+
"meta": {
|
|
12401
|
+
"lineno": 1,
|
|
12402
|
+
"filename": "index.js",
|
|
12403
|
+
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins"
|
|
12404
|
+
},
|
|
12405
|
+
"order": 30,
|
|
12406
|
+
"level": 0
|
|
12407
|
+
},
|
|
12408
12408
|
{
|
|
12409
12409
|
"id": "module:components",
|
|
12410
12410
|
"longname": "module:components",
|
|
@@ -12415,7 +12415,7 @@
|
|
|
12415
12415
|
"filename": "index.js",
|
|
12416
12416
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/components"
|
|
12417
12417
|
},
|
|
12418
|
-
"order":
|
|
12418
|
+
"order": 31,
|
|
12419
12419
|
"level": 0
|
|
12420
12420
|
},
|
|
12421
12421
|
{
|
|
@@ -12428,7 +12428,7 @@
|
|
|
12428
12428
|
"filename": "index.js",
|
|
12429
12429
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/components"
|
|
12430
12430
|
},
|
|
12431
|
-
"order":
|
|
12431
|
+
"order": 32,
|
|
12432
12432
|
"level": 0
|
|
12433
12433
|
},
|
|
12434
12434
|
{
|
|
@@ -12441,7 +12441,7 @@
|
|
|
12441
12441
|
"filename": "useWindowResize.js",
|
|
12442
12442
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
|
|
12443
12443
|
},
|
|
12444
|
-
"order":
|
|
12444
|
+
"order": 33,
|
|
12445
12445
|
"level": 0
|
|
12446
12446
|
},
|
|
12447
12447
|
{
|
|
@@ -12454,7 +12454,7 @@
|
|
|
12454
12454
|
"filename": "useUluFloating.js",
|
|
12455
12455
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
|
|
12456
12456
|
},
|
|
12457
|
-
"order":
|
|
12457
|
+
"order": 36,
|
|
12458
12458
|
"level": 0
|
|
12459
12459
|
},
|
|
12460
12460
|
{
|
|
@@ -12467,7 +12467,7 @@
|
|
|
12467
12467
|
"filename": "useTableData.js",
|
|
12468
12468
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
|
|
12469
12469
|
},
|
|
12470
|
-
"order":
|
|
12470
|
+
"order": 40,
|
|
12471
12471
|
"level": 0
|
|
12472
12472
|
},
|
|
12473
12473
|
{
|
|
@@ -12480,7 +12480,7 @@
|
|
|
12480
12480
|
"filename": "useRequiredInject.js",
|
|
12481
12481
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
|
|
12482
12482
|
},
|
|
12483
|
-
"order":
|
|
12483
|
+
"order": 48,
|
|
12484
12484
|
"level": 0
|
|
12485
12485
|
},
|
|
12486
12486
|
{
|
|
@@ -12493,7 +12493,7 @@
|
|
|
12493
12493
|
"filename": "usePagination.js",
|
|
12494
12494
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
|
|
12495
12495
|
},
|
|
12496
|
-
"order":
|
|
12496
|
+
"order": 50,
|
|
12497
12497
|
"level": 0
|
|
12498
12498
|
},
|
|
12499
12499
|
{
|
|
@@ -12506,7 +12506,7 @@
|
|
|
12506
12506
|
"filename": "useModifiers.js",
|
|
12507
12507
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
|
|
12508
12508
|
},
|
|
12509
|
-
"order":
|
|
12509
|
+
"order": 52,
|
|
12510
12510
|
"level": 0
|
|
12511
12511
|
},
|
|
12512
12512
|
{
|
|
@@ -12519,7 +12519,7 @@
|
|
|
12519
12519
|
"filename": "useIcon.js",
|
|
12520
12520
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
|
|
12521
12521
|
},
|
|
12522
|
-
"order":
|
|
12522
|
+
"order": 54,
|
|
12523
12523
|
"level": 0
|
|
12524
12524
|
},
|
|
12525
12525
|
{
|
|
@@ -12532,7 +12532,7 @@
|
|
|
12532
12532
|
"filename": "useDocumentTitle.js",
|
|
12533
12533
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
|
|
12534
12534
|
},
|
|
12535
|
-
"order":
|
|
12535
|
+
"order": 57,
|
|
12536
12536
|
"level": 0
|
|
12537
12537
|
},
|
|
12538
12538
|
{
|
|
@@ -12545,7 +12545,7 @@
|
|
|
12545
12545
|
"filename": "useBreakpointManager.js",
|
|
12546
12546
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
|
|
12547
12547
|
},
|
|
12548
|
-
"order":
|
|
12548
|
+
"order": 59,
|
|
12549
12549
|
"level": 0
|
|
12550
12550
|
},
|
|
12551
12551
|
{
|
|
@@ -12558,7 +12558,7 @@
|
|
|
12558
12558
|
"filename": "index.js",
|
|
12559
12559
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
|
|
12560
12560
|
},
|
|
12561
|
-
"order":
|
|
12561
|
+
"order": 64,
|
|
12562
12562
|
"level": 0
|
|
12563
12563
|
},
|
|
12564
12564
|
{
|
|
@@ -12571,7 +12571,7 @@
|
|
|
12571
12571
|
"filename": "useToast.js",
|
|
12572
12572
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
|
|
12573
12573
|
},
|
|
12574
|
-
"order":
|
|
12574
|
+
"order": 65,
|
|
12575
12575
|
"level": 0
|
|
12576
12576
|
},
|
|
12577
12577
|
{
|
|
@@ -12584,7 +12584,7 @@
|
|
|
12584
12584
|
"filename": "store.js",
|
|
12585
12585
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
|
|
12586
12586
|
},
|
|
12587
|
-
"order":
|
|
12587
|
+
"order": 67,
|
|
12588
12588
|
"level": 0
|
|
12589
12589
|
},
|
|
12590
12590
|
{
|
|
@@ -12597,7 +12597,7 @@
|
|
|
12597
12597
|
"filename": "index.js",
|
|
12598
12598
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
|
|
12599
12599
|
},
|
|
12600
|
-
"order":
|
|
12600
|
+
"order": 74,
|
|
12601
12601
|
"level": 0
|
|
12602
12602
|
},
|
|
12603
12603
|
{
|
|
@@ -12610,7 +12610,7 @@
|
|
|
12610
12610
|
"filename": "defaults.js",
|
|
12611
12611
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
|
|
12612
12612
|
},
|
|
12613
|
-
"order":
|
|
12613
|
+
"order": 76,
|
|
12614
12614
|
"level": 0
|
|
12615
12615
|
},
|
|
12616
12616
|
{
|
|
@@ -12623,7 +12623,7 @@
|
|
|
12623
12623
|
"filename": "useTooltipFollow.js",
|
|
12624
12624
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
12625
12625
|
},
|
|
12626
|
-
"order":
|
|
12626
|
+
"order": 82,
|
|
12627
12627
|
"level": 0
|
|
12628
12628
|
},
|
|
12629
12629
|
{
|
|
@@ -12636,7 +12636,7 @@
|
|
|
12636
12636
|
"filename": "useTooltip.js",
|
|
12637
12637
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
12638
12638
|
},
|
|
12639
|
-
"order":
|
|
12639
|
+
"order": 83,
|
|
12640
12640
|
"level": 0
|
|
12641
12641
|
},
|
|
12642
12642
|
{
|
|
@@ -12649,7 +12649,7 @@
|
|
|
12649
12649
|
"filename": "index.js",
|
|
12650
12650
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
12651
12651
|
},
|
|
12652
|
-
"order":
|
|
12652
|
+
"order": 85,
|
|
12653
12653
|
"level": 0
|
|
12654
12654
|
},
|
|
12655
12655
|
{
|
|
@@ -12662,7 +12662,7 @@
|
|
|
12662
12662
|
"filename": "defaults.js",
|
|
12663
12663
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
12664
12664
|
},
|
|
12665
|
-
"order":
|
|
12665
|
+
"order": 91
|
|
12666
12666
|
},
|
|
12667
12667
|
{
|
|
12668
12668
|
"id": "module:corePlugin",
|
|
@@ -12675,7 +12675,7 @@
|
|
|
12675
12675
|
"filename": "index.js",
|
|
12676
12676
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/core"
|
|
12677
12677
|
},
|
|
12678
|
-
"order":
|
|
12678
|
+
"order": 113,
|
|
12679
12679
|
"level": 0
|
|
12680
12680
|
},
|
|
12681
12681
|
{
|
|
@@ -12688,7 +12688,7 @@
|
|
|
12688
12688
|
"filename": "useModals.js",
|
|
12689
12689
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/modals"
|
|
12690
12690
|
},
|
|
12691
|
-
"order":
|
|
12691
|
+
"order": 115,
|
|
12692
12692
|
"level": 0
|
|
12693
12693
|
},
|
|
12694
12694
|
{
|
|
@@ -12702,7 +12702,7 @@
|
|
|
12702
12702
|
"filename": "index.js",
|
|
12703
12703
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/modals"
|
|
12704
12704
|
},
|
|
12705
|
-
"order":
|
|
12705
|
+
"order": 117,
|
|
12706
12706
|
"level": 0
|
|
12707
12707
|
},
|
|
12708
12708
|
{
|
|
@@ -12715,7 +12715,7 @@
|
|
|
12715
12715
|
"filename": "api.js",
|
|
12716
12716
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/modals"
|
|
12717
12717
|
},
|
|
12718
|
-
"order":
|
|
12718
|
+
"order": 120,
|
|
12719
12719
|
"level": 0
|
|
12720
12720
|
},
|
|
12721
12721
|
{
|
|
@@ -12728,7 +12728,7 @@
|
|
|
12728
12728
|
"filename": "index.js",
|
|
12729
12729
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/breakpoints"
|
|
12730
12730
|
},
|
|
12731
|
-
"order":
|
|
12731
|
+
"order": 129,
|
|
12732
12732
|
"level": 0
|
|
12733
12733
|
},
|
|
12734
12734
|
{
|
|
@@ -12741,7 +12741,7 @@
|
|
|
12741
12741
|
"filename": "index.js",
|
|
12742
12742
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/components/systems"
|
|
12743
12743
|
},
|
|
12744
|
-
"order":
|
|
12744
|
+
"order": 134,
|
|
12745
12745
|
"level": 0
|
|
12746
12746
|
},
|
|
12747
12747
|
{
|
|
@@ -12754,7 +12754,7 @@
|
|
|
12754
12754
|
"filename": "useScrollAnchors.js",
|
|
12755
12755
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/components/systems/scroll-anchors"
|
|
12756
12756
|
},
|
|
12757
|
-
"order":
|
|
12757
|
+
"order": 135,
|
|
12758
12758
|
"level": 0
|
|
12759
12759
|
},
|
|
12760
12760
|
{
|
|
@@ -12767,7 +12767,7 @@
|
|
|
12767
12767
|
"filename": "useScrollAnchorSections.js",
|
|
12768
12768
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/components/systems/scroll-anchors"
|
|
12769
12769
|
},
|
|
12770
|
-
"order":
|
|
12770
|
+
"order": 145,
|
|
12771
12771
|
"level": 0
|
|
12772
12772
|
},
|
|
12773
12773
|
{
|
|
@@ -12780,7 +12780,7 @@
|
|
|
12780
12780
|
"filename": "useScrollAnchorSection.js",
|
|
12781
12781
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/components/systems/scroll-anchors"
|
|
12782
12782
|
},
|
|
12783
|
-
"order":
|
|
12783
|
+
"order": 147,
|
|
12784
12784
|
"level": 0
|
|
12785
12785
|
},
|
|
12786
12786
|
{
|
|
@@ -12793,7 +12793,7 @@
|
|
|
12793
12793
|
"filename": "useFacets.js",
|
|
12794
12794
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/components/systems/facets"
|
|
12795
12795
|
},
|
|
12796
|
-
"order":
|
|
12796
|
+
"order": 149,
|
|
12797
12797
|
"level": 0
|
|
12798
12798
|
},
|
|
12799
12799
|
{
|
|
@@ -12809,7 +12809,7 @@
|
|
|
12809
12809
|
"filename": "index.js",
|
|
12810
12810
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
|
|
12811
12811
|
},
|
|
12812
|
-
"order":
|
|
12812
|
+
"order": 75,
|
|
12813
12813
|
"level": 0
|
|
12814
12814
|
},
|
|
12815
12815
|
{
|
|
@@ -12845,7 +12845,7 @@
|
|
|
12845
12845
|
"filename": "index.js",
|
|
12846
12846
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
12847
12847
|
},
|
|
12848
|
-
"order":
|
|
12848
|
+
"order": 90,
|
|
12849
12849
|
"level": 0
|
|
12850
12850
|
},
|
|
12851
12851
|
{
|
|
@@ -12922,7 +12922,7 @@
|
|
|
12922
12922
|
"filename": "index.js",
|
|
12923
12923
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/core"
|
|
12924
12924
|
},
|
|
12925
|
-
"order":
|
|
12925
|
+
"order": 114,
|
|
12926
12926
|
"level": 0
|
|
12927
12927
|
},
|
|
12928
12928
|
{
|
|
@@ -12958,7 +12958,7 @@
|
|
|
12958
12958
|
"filename": "index.js",
|
|
12959
12959
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/modals"
|
|
12960
12960
|
},
|
|
12961
|
-
"order":
|
|
12961
|
+
"order": 119,
|
|
12962
12962
|
"level": 0
|
|
12963
12963
|
},
|
|
12964
12964
|
{
|
|
@@ -13015,7 +13015,7 @@
|
|
|
13015
13015
|
"filename": "index.js",
|
|
13016
13016
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/breakpoints"
|
|
13017
13017
|
},
|
|
13018
|
-
"order":
|
|
13018
|
+
"order": 133,
|
|
13019
13019
|
"level": 0
|
|
13020
13020
|
},
|
|
13021
13021
|
{
|
|
@@ -13031,7 +13031,7 @@
|
|
|
13031
13031
|
"filename": "useBreakpointManager.js",
|
|
13032
13032
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
|
|
13033
13033
|
},
|
|
13034
|
-
"order":
|
|
13034
|
+
"order": 60
|
|
13035
13035
|
},
|
|
13036
13036
|
{
|
|
13037
13037
|
"id": "module:useBreakpointManager~defaults.onReady",
|
|
@@ -13046,7 +13046,7 @@
|
|
|
13046
13046
|
"filename": "useBreakpointManager.js",
|
|
13047
13047
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
|
|
13048
13048
|
},
|
|
13049
|
-
"order":
|
|
13049
|
+
"order": 61
|
|
13050
13050
|
},
|
|
13051
13051
|
{
|
|
13052
13052
|
"id": "module:useBreakpointManager~defaults.plugin",
|
|
@@ -13061,7 +13061,7 @@
|
|
|
13061
13061
|
"filename": "useBreakpointManager.js",
|
|
13062
13062
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
|
|
13063
13063
|
},
|
|
13064
|
-
"order":
|
|
13064
|
+
"order": 62
|
|
13065
13065
|
},
|
|
13066
13066
|
{
|
|
13067
13067
|
"id": "toast.module:defaults--module.exports",
|
|
@@ -13077,7 +13077,7 @@
|
|
|
13077
13077
|
"filename": "defaults.js",
|
|
13078
13078
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
|
|
13079
13079
|
},
|
|
13080
|
-
"order":
|
|
13080
|
+
"order": 77,
|
|
13081
13081
|
"level": 0
|
|
13082
13082
|
},
|
|
13083
13083
|
{
|
|
@@ -13093,7 +13093,7 @@
|
|
|
13093
13093
|
"filename": "defaults.js",
|
|
13094
13094
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
|
|
13095
13095
|
},
|
|
13096
|
-
"order":
|
|
13096
|
+
"order": 78
|
|
13097
13097
|
},
|
|
13098
13098
|
{
|
|
13099
13099
|
"id": "toast.module:defaults--module.exports.toastOptions.duration",
|
|
@@ -13108,7 +13108,7 @@
|
|
|
13108
13108
|
"filename": "defaults.js",
|
|
13109
13109
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
|
|
13110
13110
|
},
|
|
13111
|
-
"order":
|
|
13111
|
+
"order": 79
|
|
13112
13112
|
},
|
|
13113
13113
|
{
|
|
13114
13114
|
"id": "toast.module:defaults--module.exports.toastOptions.actions",
|
|
@@ -13123,7 +13123,7 @@
|
|
|
13123
13123
|
"filename": "defaults.js",
|
|
13124
13124
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
|
|
13125
13125
|
},
|
|
13126
|
-
"order":
|
|
13126
|
+
"order": 80
|
|
13127
13127
|
},
|
|
13128
13128
|
{
|
|
13129
13129
|
"id": "toast.module:defaults--module.exports.pluginOptions.position",
|
|
@@ -13138,7 +13138,7 @@
|
|
|
13138
13138
|
"filename": "defaults.js",
|
|
13139
13139
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
|
|
13140
13140
|
},
|
|
13141
|
-
"order":
|
|
13141
|
+
"order": 81
|
|
13142
13142
|
},
|
|
13143
13143
|
{
|
|
13144
13144
|
"id": "popovers.module:defaults.plugin",
|
|
@@ -13158,7 +13158,7 @@
|
|
|
13158
13158
|
"filename": "defaults.js",
|
|
13159
13159
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
13160
13160
|
},
|
|
13161
|
-
"order":
|
|
13161
|
+
"order": 92
|
|
13162
13162
|
},
|
|
13163
13163
|
{
|
|
13164
13164
|
"id": "popovers.module:defaults.plugin.directiveName",
|
|
@@ -13178,7 +13178,7 @@
|
|
|
13178
13178
|
"filename": "defaults.js",
|
|
13179
13179
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
13180
13180
|
},
|
|
13181
|
-
"order":
|
|
13181
|
+
"order": 93
|
|
13182
13182
|
},
|
|
13183
13183
|
{
|
|
13184
13184
|
"id": "popovers.module:defaults.popover",
|
|
@@ -13193,7 +13193,7 @@
|
|
|
13193
13193
|
"filename": "defaults.js",
|
|
13194
13194
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
13195
13195
|
},
|
|
13196
|
-
"order":
|
|
13196
|
+
"order": 94
|
|
13197
13197
|
},
|
|
13198
13198
|
{
|
|
13199
13199
|
"id": "popovers.module:defaults.popover.inline",
|
|
@@ -13213,7 +13213,7 @@
|
|
|
13213
13213
|
"filename": "defaults.js",
|
|
13214
13214
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
13215
13215
|
},
|
|
13216
|
-
"order":
|
|
13216
|
+
"order": 95
|
|
13217
13217
|
},
|
|
13218
13218
|
{
|
|
13219
13219
|
"id": "popovers.module:defaults.popover.delay",
|
|
@@ -13233,7 +13233,7 @@
|
|
|
13233
13233
|
"filename": "defaults.js",
|
|
13234
13234
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
13235
13235
|
},
|
|
13236
|
-
"order":
|
|
13236
|
+
"order": 96
|
|
13237
13237
|
},
|
|
13238
13238
|
{
|
|
13239
13239
|
"id": "popovers.module:defaults.popover.placement",
|
|
@@ -13253,7 +13253,7 @@
|
|
|
13253
13253
|
"filename": "defaults.js",
|
|
13254
13254
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
13255
13255
|
},
|
|
13256
|
-
"order":
|
|
13256
|
+
"order": 97
|
|
13257
13257
|
},
|
|
13258
13258
|
{
|
|
13259
13259
|
"id": "popovers.module:defaults.popover.strategy",
|
|
@@ -13273,7 +13273,7 @@
|
|
|
13273
13273
|
"filename": "defaults.js",
|
|
13274
13274
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
13275
13275
|
},
|
|
13276
|
-
"order":
|
|
13276
|
+
"order": 98
|
|
13277
13277
|
},
|
|
13278
13278
|
{
|
|
13279
13279
|
"id": "popovers.module:defaults.popover.offset",
|
|
@@ -13293,7 +13293,7 @@
|
|
|
13293
13293
|
"filename": "defaults.js",
|
|
13294
13294
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
13295
13295
|
},
|
|
13296
|
-
"order":
|
|
13296
|
+
"order": 99
|
|
13297
13297
|
},
|
|
13298
13298
|
{
|
|
13299
13299
|
"id": "popovers.module:defaults.popover.arrow",
|
|
@@ -13313,7 +13313,7 @@
|
|
|
13313
13313
|
"filename": "defaults.js",
|
|
13314
13314
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
13315
13315
|
},
|
|
13316
|
-
"order":
|
|
13316
|
+
"order": 100
|
|
13317
13317
|
},
|
|
13318
13318
|
{
|
|
13319
13319
|
"id": "popovers.module:defaults.tooltip",
|
|
@@ -13333,7 +13333,7 @@
|
|
|
13333
13333
|
"filename": "defaults.js",
|
|
13334
13334
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
13335
13335
|
},
|
|
13336
|
-
"order":
|
|
13336
|
+
"order": 101
|
|
13337
13337
|
},
|
|
13338
13338
|
{
|
|
13339
13339
|
"id": "popovers.module:defaults.tooltip.teleportTo",
|
|
@@ -13353,7 +13353,7 @@
|
|
|
13353
13353
|
"filename": "defaults.js",
|
|
13354
13354
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
13355
13355
|
},
|
|
13356
|
-
"order":
|
|
13356
|
+
"order": 102
|
|
13357
13357
|
},
|
|
13358
13358
|
{
|
|
13359
13359
|
"id": "popovers.module:defaults.tooltip.class",
|
|
@@ -13375,7 +13375,7 @@
|
|
|
13375
13375
|
"filename": "defaults.js",
|
|
13376
13376
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
13377
13377
|
},
|
|
13378
|
-
"order":
|
|
13378
|
+
"order": 103
|
|
13379
13379
|
},
|
|
13380
13380
|
{
|
|
13381
13381
|
"id": "popovers.module:defaults.tooltip.showEvents",
|
|
@@ -13395,7 +13395,7 @@
|
|
|
13395
13395
|
"filename": "defaults.js",
|
|
13396
13396
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
13397
13397
|
},
|
|
13398
|
-
"order":
|
|
13398
|
+
"order": 104
|
|
13399
13399
|
},
|
|
13400
13400
|
{
|
|
13401
13401
|
"id": "popovers.module:defaults.tooltip.hideEvents",
|
|
@@ -13415,7 +13415,7 @@
|
|
|
13415
13415
|
"filename": "defaults.js",
|
|
13416
13416
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
13417
13417
|
},
|
|
13418
|
-
"order":
|
|
13418
|
+
"order": 105
|
|
13419
13419
|
},
|
|
13420
13420
|
{
|
|
13421
13421
|
"id": "popovers.module:defaults.tooltip.isHtml",
|
|
@@ -13435,7 +13435,7 @@
|
|
|
13435
13435
|
"filename": "defaults.js",
|
|
13436
13436
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
13437
13437
|
},
|
|
13438
|
-
"order":
|
|
13438
|
+
"order": 106
|
|
13439
13439
|
},
|
|
13440
13440
|
{
|
|
13441
13441
|
"id": "popovers.module:defaults.tooltip.trigger",
|
|
@@ -13456,7 +13456,7 @@
|
|
|
13456
13456
|
"filename": "defaults.js",
|
|
13457
13457
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
13458
13458
|
},
|
|
13459
|
-
"order":
|
|
13459
|
+
"order": 107
|
|
13460
13460
|
},
|
|
13461
13461
|
{
|
|
13462
13462
|
"id": "popovers.module:defaults.tooltip.content",
|
|
@@ -13477,7 +13477,7 @@
|
|
|
13477
13477
|
"filename": "defaults.js",
|
|
13478
13478
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
13479
13479
|
},
|
|
13480
|
-
"order":
|
|
13480
|
+
"order": 108
|
|
13481
13481
|
},
|
|
13482
13482
|
{
|
|
13483
13483
|
"id": "popovers.module:defaults.tooltip.delay",
|
|
@@ -13497,7 +13497,7 @@
|
|
|
13497
13497
|
"filename": "defaults.js",
|
|
13498
13498
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
13499
13499
|
},
|
|
13500
|
-
"order":
|
|
13500
|
+
"order": 109
|
|
13501
13501
|
},
|
|
13502
13502
|
{
|
|
13503
13503
|
"id": "popovers.module:defaults.tooltip.onReady",
|
|
@@ -13512,7 +13512,7 @@
|
|
|
13512
13512
|
"filename": "defaults.js",
|
|
13513
13513
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
13514
13514
|
},
|
|
13515
|
-
"order":
|
|
13515
|
+
"order": 110
|
|
13516
13516
|
},
|
|
13517
13517
|
{
|
|
13518
13518
|
"id": "popovers.module:defaults.tooltip.component",
|
|
@@ -13527,7 +13527,7 @@
|
|
|
13527
13527
|
"filename": "defaults.js",
|
|
13528
13528
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
13529
13529
|
},
|
|
13530
|
-
"order":
|
|
13530
|
+
"order": 111
|
|
13531
13531
|
},
|
|
13532
13532
|
{
|
|
13533
13533
|
"id": "popovers.module:defaults.tooltip.componentProps",
|
|
@@ -13542,7 +13542,7 @@
|
|
|
13542
13542
|
"filename": "defaults.js",
|
|
13543
13543
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
13544
13544
|
},
|
|
13545
|
-
"order":
|
|
13545
|
+
"order": 112
|
|
13546
13546
|
},
|
|
13547
13547
|
{
|
|
13548
13548
|
"id": "module:breakpointsPlugin--module.exports~defaults.breakpointMobile",
|
|
@@ -13557,7 +13557,7 @@
|
|
|
13557
13557
|
"filename": "index.js",
|
|
13558
13558
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/breakpoints"
|
|
13559
13559
|
},
|
|
13560
|
-
"order":
|
|
13560
|
+
"order": 131,
|
|
13561
13561
|
"level": 0
|
|
13562
13562
|
},
|
|
13563
13563
|
{
|
|
@@ -13573,7 +13573,7 @@
|
|
|
13573
13573
|
"filename": "index.js",
|
|
13574
13574
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/breakpoints"
|
|
13575
13575
|
},
|
|
13576
|
-
"order":
|
|
13576
|
+
"order": 132,
|
|
13577
13577
|
"level": 0
|
|
13578
13578
|
},
|
|
13579
13579
|
{
|
|
@@ -13612,7 +13612,7 @@
|
|
|
13612
13612
|
"filename": "useToast.js",
|
|
13613
13613
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
|
|
13614
13614
|
},
|
|
13615
|
-
"order":
|
|
13615
|
+
"order": 66,
|
|
13616
13616
|
"level": 0
|
|
13617
13617
|
},
|
|
13618
13618
|
{
|
|
@@ -13628,7 +13628,7 @@
|
|
|
13628
13628
|
"filename": "store.js",
|
|
13629
13629
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
|
|
13630
13630
|
},
|
|
13631
|
-
"order":
|
|
13631
|
+
"order": 68,
|
|
13632
13632
|
"level": 0
|
|
13633
13633
|
},
|
|
13634
13634
|
{
|
|
@@ -13644,7 +13644,7 @@
|
|
|
13644
13644
|
"filename": "store.js",
|
|
13645
13645
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
|
|
13646
13646
|
},
|
|
13647
|
-
"order":
|
|
13647
|
+
"order": 70,
|
|
13648
13648
|
"level": 0
|
|
13649
13649
|
},
|
|
13650
13650
|
{
|
|
@@ -13660,7 +13660,7 @@
|
|
|
13660
13660
|
"filename": "index.js",
|
|
13661
13661
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
13662
13662
|
},
|
|
13663
|
-
"order":
|
|
13663
|
+
"order": 86,
|
|
13664
13664
|
"level": 0
|
|
13665
13665
|
},
|
|
13666
13666
|
{
|
|
@@ -13676,7 +13676,7 @@
|
|
|
13676
13676
|
"filename": "index.js",
|
|
13677
13677
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
13678
13678
|
},
|
|
13679
|
-
"order":
|
|
13679
|
+
"order": 87,
|
|
13680
13680
|
"level": 0
|
|
13681
13681
|
},
|
|
13682
13682
|
{
|
|
@@ -13692,7 +13692,7 @@
|
|
|
13692
13692
|
"filename": "index.js",
|
|
13693
13693
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
13694
13694
|
},
|
|
13695
|
-
"order":
|
|
13695
|
+
"order": 88,
|
|
13696
13696
|
"level": 0
|
|
13697
13697
|
},
|
|
13698
13698
|
{
|
|
@@ -13739,7 +13739,7 @@
|
|
|
13739
13739
|
"filename": "index.js",
|
|
13740
13740
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
13741
13741
|
},
|
|
13742
|
-
"order":
|
|
13742
|
+
"order": 89,
|
|
13743
13743
|
"level": 0
|
|
13744
13744
|
},
|
|
13745
13745
|
{
|
|
@@ -13775,7 +13775,7 @@
|
|
|
13775
13775
|
"filename": "useModals.js",
|
|
13776
13776
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/modals"
|
|
13777
13777
|
},
|
|
13778
|
-
"order":
|
|
13778
|
+
"order": 116,
|
|
13779
13779
|
"level": 0
|
|
13780
13780
|
},
|
|
13781
13781
|
{
|
|
@@ -13868,7 +13868,7 @@
|
|
|
13868
13868
|
"filename": "router.js",
|
|
13869
13869
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/utils"
|
|
13870
13870
|
},
|
|
13871
|
-
"order":
|
|
13871
|
+
"order": 7,
|
|
13872
13872
|
"level": 0
|
|
13873
13873
|
},
|
|
13874
13874
|
{
|
|
@@ -13932,7 +13932,7 @@
|
|
|
13932
13932
|
"filename": "router.js",
|
|
13933
13933
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/utils"
|
|
13934
13934
|
},
|
|
13935
|
-
"order":
|
|
13935
|
+
"order": 9,
|
|
13936
13936
|
"level": 0
|
|
13937
13937
|
},
|
|
13938
13938
|
{
|
|
@@ -13969,7 +13969,7 @@
|
|
|
13969
13969
|
"filename": "router.js",
|
|
13970
13970
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/utils"
|
|
13971
13971
|
},
|
|
13972
|
-
"order":
|
|
13972
|
+
"order": 10,
|
|
13973
13973
|
"level": 0
|
|
13974
13974
|
},
|
|
13975
13975
|
{
|
|
@@ -14042,7 +14042,7 @@
|
|
|
14042
14042
|
"filename": "router.js",
|
|
14043
14043
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/utils"
|
|
14044
14044
|
},
|
|
14045
|
-
"order":
|
|
14045
|
+
"order": 11,
|
|
14046
14046
|
"level": 0
|
|
14047
14047
|
},
|
|
14048
14048
|
{
|
|
@@ -14079,7 +14079,7 @@
|
|
|
14079
14079
|
"filename": "router.js",
|
|
14080
14080
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/utils"
|
|
14081
14081
|
},
|
|
14082
|
-
"order":
|
|
14082
|
+
"order": 12,
|
|
14083
14083
|
"level": 0
|
|
14084
14084
|
},
|
|
14085
14085
|
{
|
|
@@ -14152,7 +14152,7 @@
|
|
|
14152
14152
|
"filename": "router.js",
|
|
14153
14153
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/utils"
|
|
14154
14154
|
},
|
|
14155
|
-
"order":
|
|
14155
|
+
"order": 13,
|
|
14156
14156
|
"level": 0
|
|
14157
14157
|
},
|
|
14158
14158
|
{
|
|
@@ -14189,7 +14189,7 @@
|
|
|
14189
14189
|
"filename": "router.js",
|
|
14190
14190
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/utils"
|
|
14191
14191
|
},
|
|
14192
|
-
"order":
|
|
14192
|
+
"order": 14,
|
|
14193
14193
|
"level": 0
|
|
14194
14194
|
},
|
|
14195
14195
|
{
|
|
@@ -14225,7 +14225,7 @@
|
|
|
14225
14225
|
"filename": "router.js",
|
|
14226
14226
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/utils"
|
|
14227
14227
|
},
|
|
14228
|
-
"order":
|
|
14228
|
+
"order": 15,
|
|
14229
14229
|
"level": 0
|
|
14230
14230
|
},
|
|
14231
14231
|
{
|
|
@@ -14261,7 +14261,7 @@
|
|
|
14261
14261
|
"filename": "router.js",
|
|
14262
14262
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/utils"
|
|
14263
14263
|
},
|
|
14264
|
-
"order":
|
|
14264
|
+
"order": 16,
|
|
14265
14265
|
"level": 0
|
|
14266
14266
|
},
|
|
14267
14267
|
{
|
|
@@ -14299,7 +14299,7 @@
|
|
|
14299
14299
|
"filename": "router.js",
|
|
14300
14300
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/utils"
|
|
14301
14301
|
},
|
|
14302
|
-
"order":
|
|
14302
|
+
"order": 17,
|
|
14303
14303
|
"level": 0
|
|
14304
14304
|
},
|
|
14305
14305
|
{
|
|
@@ -14346,7 +14346,7 @@
|
|
|
14346
14346
|
"filename": "router.js",
|
|
14347
14347
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/utils"
|
|
14348
14348
|
},
|
|
14349
|
-
"order":
|
|
14349
|
+
"order": 18,
|
|
14350
14350
|
"level": 0
|
|
14351
14351
|
},
|
|
14352
14352
|
{
|
|
@@ -14419,7 +14419,7 @@
|
|
|
14419
14419
|
"filename": "router.js",
|
|
14420
14420
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/utils"
|
|
14421
14421
|
},
|
|
14422
|
-
"order":
|
|
14422
|
+
"order": 19,
|
|
14423
14423
|
"level": 0
|
|
14424
14424
|
},
|
|
14425
14425
|
{
|
|
@@ -14456,7 +14456,7 @@
|
|
|
14456
14456
|
"filename": "router.js",
|
|
14457
14457
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/utils"
|
|
14458
14458
|
},
|
|
14459
|
-
"order":
|
|
14459
|
+
"order": 20,
|
|
14460
14460
|
"level": 0
|
|
14461
14461
|
},
|
|
14462
14462
|
{
|
|
@@ -14493,7 +14493,7 @@
|
|
|
14493
14493
|
"filename": "props.js",
|
|
14494
14494
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/utils"
|
|
14495
14495
|
},
|
|
14496
|
-
"order":
|
|
14496
|
+
"order": 22,
|
|
14497
14497
|
"level": 0
|
|
14498
14498
|
},
|
|
14499
14499
|
{
|
|
@@ -14538,7 +14538,7 @@
|
|
|
14538
14538
|
"filename": "props.js",
|
|
14539
14539
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/utils"
|
|
14540
14540
|
},
|
|
14541
|
-
"order":
|
|
14541
|
+
"order": 23,
|
|
14542
14542
|
"level": 0
|
|
14543
14543
|
},
|
|
14544
14544
|
{
|
|
@@ -14587,6 +14587,60 @@
|
|
|
14587
14587
|
"filename": "props.js",
|
|
14588
14588
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/utils"
|
|
14589
14589
|
},
|
|
14590
|
+
"order": 24,
|
|
14591
|
+
"level": 0
|
|
14592
|
+
},
|
|
14593
|
+
{
|
|
14594
|
+
"id": "utils.module:props.resolveClassOverride",
|
|
14595
|
+
"longname": "utils.module:props.resolveClassOverride",
|
|
14596
|
+
"name": "resolveClassOverride",
|
|
14597
|
+
"kind": "function",
|
|
14598
|
+
"scope": "static",
|
|
14599
|
+
"description": "Merges a base class (string, array, or object) with a user-supplied class override.\nSupports string, array, object, function, or boolean (false to clear) overrides.",
|
|
14600
|
+
"memberof": "utils.module:props",
|
|
14601
|
+
"params": [
|
|
14602
|
+
{
|
|
14603
|
+
"type": {
|
|
14604
|
+
"names": [
|
|
14605
|
+
"String",
|
|
14606
|
+
"Array",
|
|
14607
|
+
"Object"
|
|
14608
|
+
]
|
|
14609
|
+
},
|
|
14610
|
+
"description": "The base classes",
|
|
14611
|
+
"name": "base"
|
|
14612
|
+
},
|
|
14613
|
+
{
|
|
14614
|
+
"type": {
|
|
14615
|
+
"names": [
|
|
14616
|
+
"String",
|
|
14617
|
+
"Array",
|
|
14618
|
+
"Object",
|
|
14619
|
+
"function",
|
|
14620
|
+
"Boolean"
|
|
14621
|
+
]
|
|
14622
|
+
},
|
|
14623
|
+
"description": "The class override",
|
|
14624
|
+
"name": "override"
|
|
14625
|
+
}
|
|
14626
|
+
],
|
|
14627
|
+
"returns": [
|
|
14628
|
+
{
|
|
14629
|
+
"type": {
|
|
14630
|
+
"names": [
|
|
14631
|
+
"String",
|
|
14632
|
+
"Array",
|
|
14633
|
+
"Object"
|
|
14634
|
+
]
|
|
14635
|
+
},
|
|
14636
|
+
"description": "The resolved classes suitable for Vue class binding"
|
|
14637
|
+
}
|
|
14638
|
+
],
|
|
14639
|
+
"meta": {
|
|
14640
|
+
"lineno": 62,
|
|
14641
|
+
"filename": "props.js",
|
|
14642
|
+
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/utils"
|
|
14643
|
+
},
|
|
14590
14644
|
"order": 25,
|
|
14591
14645
|
"level": 0
|
|
14592
14646
|
},
|
|
@@ -14690,7 +14744,7 @@
|
|
|
14690
14744
|
"filename": "useWindowResize.js",
|
|
14691
14745
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
|
|
14692
14746
|
},
|
|
14693
|
-
"order":
|
|
14747
|
+
"order": 35,
|
|
14694
14748
|
"level": 0
|
|
14695
14749
|
},
|
|
14696
14750
|
{
|
|
@@ -14744,7 +14798,7 @@
|
|
|
14744
14798
|
"filename": "useUluFloating.js",
|
|
14745
14799
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
|
|
14746
14800
|
},
|
|
14747
|
-
"order":
|
|
14801
|
+
"order": 39,
|
|
14748
14802
|
"level": 0
|
|
14749
14803
|
},
|
|
14750
14804
|
{
|
|
@@ -14781,7 +14835,7 @@
|
|
|
14781
14835
|
"filename": "useTableData.js",
|
|
14782
14836
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
|
|
14783
14837
|
},
|
|
14784
|
-
"order":
|
|
14838
|
+
"order": 41,
|
|
14785
14839
|
"level": 0
|
|
14786
14840
|
},
|
|
14787
14841
|
{
|
|
@@ -14813,7 +14867,7 @@
|
|
|
14813
14867
|
"filename": "useRequiredInject.js",
|
|
14814
14868
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
|
|
14815
14869
|
},
|
|
14816
|
-
"order":
|
|
14870
|
+
"order": 49,
|
|
14817
14871
|
"level": 0
|
|
14818
14872
|
},
|
|
14819
14873
|
{
|
|
@@ -14859,7 +14913,7 @@
|
|
|
14859
14913
|
"filename": "usePagination.js",
|
|
14860
14914
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
|
|
14861
14915
|
},
|
|
14862
|
-
"order":
|
|
14916
|
+
"order": 51,
|
|
14863
14917
|
"level": 0
|
|
14864
14918
|
},
|
|
14865
14919
|
{
|
|
@@ -14932,7 +14986,7 @@
|
|
|
14932
14986
|
"filename": "useModifiers.js",
|
|
14933
14987
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
|
|
14934
14988
|
},
|
|
14935
|
-
"order":
|
|
14989
|
+
"order": 53,
|
|
14936
14990
|
"level": 0
|
|
14937
14991
|
},
|
|
14938
14992
|
{
|
|
@@ -14958,7 +15012,7 @@
|
|
|
14958
15012
|
"filename": "useIcon.js",
|
|
14959
15013
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
|
|
14960
15014
|
},
|
|
14961
|
-
"order":
|
|
15015
|
+
"order": 55,
|
|
14962
15016
|
"level": 0
|
|
14963
15017
|
},
|
|
14964
15018
|
{
|
|
@@ -15028,7 +15082,7 @@
|
|
|
15028
15082
|
"filename": "useDocumentTitle.js",
|
|
15029
15083
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
|
|
15030
15084
|
},
|
|
15031
|
-
"order":
|
|
15085
|
+
"order": 58,
|
|
15032
15086
|
"level": 0
|
|
15033
15087
|
},
|
|
15034
15088
|
{
|
|
@@ -15096,7 +15150,7 @@
|
|
|
15096
15150
|
"filename": "useBreakpointManager.js",
|
|
15097
15151
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
|
|
15098
15152
|
},
|
|
15099
|
-
"order":
|
|
15153
|
+
"order": 63,
|
|
15100
15154
|
"level": 0
|
|
15101
15155
|
},
|
|
15102
15156
|
{
|
|
@@ -15127,7 +15181,7 @@
|
|
|
15127
15181
|
"filename": "store.js",
|
|
15128
15182
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
|
|
15129
15183
|
},
|
|
15130
|
-
"order":
|
|
15184
|
+
"order": 71
|
|
15131
15185
|
},
|
|
15132
15186
|
{
|
|
15133
15187
|
"id": "toast.module:store~api.remove",
|
|
@@ -15152,7 +15206,7 @@
|
|
|
15152
15206
|
"filename": "store.js",
|
|
15153
15207
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
|
|
15154
15208
|
},
|
|
15155
|
-
"order":
|
|
15209
|
+
"order": 72
|
|
15156
15210
|
},
|
|
15157
15211
|
{
|
|
15158
15212
|
"id": "toast.module:store~api.removeAll",
|
|
@@ -15167,7 +15221,7 @@
|
|
|
15167
15221
|
"filename": "store.js",
|
|
15168
15222
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
|
|
15169
15223
|
},
|
|
15170
|
-
"order":
|
|
15224
|
+
"order": 73
|
|
15171
15225
|
},
|
|
15172
15226
|
{
|
|
15173
15227
|
"id": "module:useTooltip.useTooltip",
|
|
@@ -15191,7 +15245,7 @@
|
|
|
15191
15245
|
"filename": "useTooltip.js",
|
|
15192
15246
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
15193
15247
|
},
|
|
15194
|
-
"order":
|
|
15248
|
+
"order": 84,
|
|
15195
15249
|
"level": 0
|
|
15196
15250
|
},
|
|
15197
15251
|
{
|
|
@@ -15217,7 +15271,7 @@
|
|
|
15217
15271
|
"filename": "useScrollAnchors.js",
|
|
15218
15272
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/components/systems/scroll-anchors"
|
|
15219
15273
|
},
|
|
15220
|
-
"order":
|
|
15274
|
+
"order": 136,
|
|
15221
15275
|
"level": 0
|
|
15222
15276
|
},
|
|
15223
15277
|
{
|
|
@@ -15243,7 +15297,7 @@
|
|
|
15243
15297
|
"filename": "useScrollAnchorSections.js",
|
|
15244
15298
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/components/systems/scroll-anchors"
|
|
15245
15299
|
},
|
|
15246
|
-
"order":
|
|
15300
|
+
"order": 146,
|
|
15247
15301
|
"level": 0
|
|
15248
15302
|
},
|
|
15249
15303
|
{
|
|
@@ -15280,7 +15334,7 @@
|
|
|
15280
15334
|
"filename": "useScrollAnchorSection.js",
|
|
15281
15335
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/components/systems/scroll-anchors"
|
|
15282
15336
|
},
|
|
15283
|
-
"order":
|
|
15337
|
+
"order": 148,
|
|
15284
15338
|
"level": 0
|
|
15285
15339
|
},
|
|
15286
15340
|
{
|
|
@@ -15452,7 +15506,7 @@
|
|
|
15452
15506
|
"filename": "useFacets.js",
|
|
15453
15507
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/components/systems/facets"
|
|
15454
15508
|
},
|
|
15455
|
-
"order":
|
|
15509
|
+
"order": 154,
|
|
15456
15510
|
"level": 0
|
|
15457
15511
|
},
|
|
15458
15512
|
{
|
|
@@ -15468,7 +15522,7 @@
|
|
|
15468
15522
|
"filename": "store.js",
|
|
15469
15523
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
|
|
15470
15524
|
},
|
|
15471
|
-
"order":
|
|
15525
|
+
"order": 69,
|
|
15472
15526
|
"level": 0
|
|
15473
15527
|
},
|
|
15474
15528
|
{
|
|
@@ -15484,7 +15538,7 @@
|
|
|
15484
15538
|
"filename": "api.js",
|
|
15485
15539
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/modals"
|
|
15486
15540
|
},
|
|
15487
|
-
"order":
|
|
15541
|
+
"order": 122,
|
|
15488
15542
|
"level": 0
|
|
15489
15543
|
},
|
|
15490
15544
|
{
|
|
@@ -15500,7 +15554,7 @@
|
|
|
15500
15554
|
"filename": "api.js",
|
|
15501
15555
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/modals"
|
|
15502
15556
|
},
|
|
15503
|
-
"order":
|
|
15557
|
+
"order": 123,
|
|
15504
15558
|
"level": 0
|
|
15505
15559
|
},
|
|
15506
15560
|
{
|
|
@@ -15534,7 +15588,7 @@
|
|
|
15534
15588
|
"filename": "useTableData.js",
|
|
15535
15589
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
|
|
15536
15590
|
},
|
|
15537
|
-
"order":
|
|
15591
|
+
"order": 47,
|
|
15538
15592
|
"level": 0
|
|
15539
15593
|
},
|
|
15540
15594
|
{
|
|
@@ -15551,7 +15605,7 @@
|
|
|
15551
15605
|
"filename": "api.js",
|
|
15552
15606
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/modals"
|
|
15553
15607
|
},
|
|
15554
|
-
"order":
|
|
15608
|
+
"order": 121,
|
|
15555
15609
|
"level": 0
|
|
15556
15610
|
},
|
|
15557
15611
|
{
|
|
@@ -15568,7 +15622,7 @@
|
|
|
15568
15622
|
"filename": "api.js",
|
|
15569
15623
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/modals"
|
|
15570
15624
|
},
|
|
15571
|
-
"order":
|
|
15625
|
+
"order": 124,
|
|
15572
15626
|
"level": 0
|
|
15573
15627
|
},
|
|
15574
15628
|
{
|
|
@@ -15585,7 +15639,7 @@
|
|
|
15585
15639
|
"filename": "index.js",
|
|
15586
15640
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/breakpoints"
|
|
15587
15641
|
},
|
|
15588
|
-
"order":
|
|
15642
|
+
"order": 130,
|
|
15589
15643
|
"level": 0
|
|
15590
15644
|
},
|
|
15591
15645
|
{
|
|
@@ -15602,7 +15656,7 @@
|
|
|
15602
15656
|
"filename": "useScrollAnchors.js",
|
|
15603
15657
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/components/systems/scroll-anchors"
|
|
15604
15658
|
},
|
|
15605
|
-
"order":
|
|
15659
|
+
"order": 143,
|
|
15606
15660
|
"level": 0
|
|
15607
15661
|
},
|
|
15608
15662
|
{
|
|
@@ -15647,7 +15701,7 @@
|
|
|
15647
15701
|
"filename": "useWindowResize.js",
|
|
15648
15702
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
|
|
15649
15703
|
},
|
|
15650
|
-
"order":
|
|
15704
|
+
"order": 34,
|
|
15651
15705
|
"level": 0
|
|
15652
15706
|
},
|
|
15653
15707
|
{
|
|
@@ -15664,7 +15718,7 @@
|
|
|
15664
15718
|
"filename": "useTableData.js",
|
|
15665
15719
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
|
|
15666
15720
|
},
|
|
15667
|
-
"order":
|
|
15721
|
+
"order": 42,
|
|
15668
15722
|
"level": 0
|
|
15669
15723
|
},
|
|
15670
15724
|
{
|
|
@@ -15681,7 +15735,7 @@
|
|
|
15681
15735
|
"filename": "useTableData.js",
|
|
15682
15736
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
|
|
15683
15737
|
},
|
|
15684
|
-
"order":
|
|
15738
|
+
"order": 43,
|
|
15685
15739
|
"level": 0
|
|
15686
15740
|
},
|
|
15687
15741
|
{
|
|
@@ -15698,7 +15752,7 @@
|
|
|
15698
15752
|
"filename": "useTableData.js",
|
|
15699
15753
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
|
|
15700
15754
|
},
|
|
15701
|
-
"order":
|
|
15755
|
+
"order": 44,
|
|
15702
15756
|
"level": 0
|
|
15703
15757
|
},
|
|
15704
15758
|
{
|
|
@@ -15715,7 +15769,7 @@
|
|
|
15715
15769
|
"filename": "useTableData.js",
|
|
15716
15770
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
|
|
15717
15771
|
},
|
|
15718
|
-
"order":
|
|
15772
|
+
"order": 45,
|
|
15719
15773
|
"level": 0
|
|
15720
15774
|
},
|
|
15721
15775
|
{
|
|
@@ -15732,7 +15786,7 @@
|
|
|
15732
15786
|
"filename": "useTableData.js",
|
|
15733
15787
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
|
|
15734
15788
|
},
|
|
15735
|
-
"order":
|
|
15789
|
+
"order": 46,
|
|
15736
15790
|
"level": 0
|
|
15737
15791
|
},
|
|
15738
15792
|
{
|
|
@@ -15772,7 +15826,7 @@
|
|
|
15772
15826
|
"filename": "useIcon.js",
|
|
15773
15827
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
|
|
15774
15828
|
},
|
|
15775
|
-
"order":
|
|
15829
|
+
"order": 56,
|
|
15776
15830
|
"level": 0
|
|
15777
15831
|
},
|
|
15778
15832
|
{
|
|
@@ -15803,7 +15857,7 @@
|
|
|
15803
15857
|
"filename": "api.js",
|
|
15804
15858
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/modals"
|
|
15805
15859
|
},
|
|
15806
|
-
"order":
|
|
15860
|
+
"order": 125,
|
|
15807
15861
|
"level": 0
|
|
15808
15862
|
},
|
|
15809
15863
|
{
|
|
@@ -15829,7 +15883,7 @@
|
|
|
15829
15883
|
"filename": "api.js",
|
|
15830
15884
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/modals"
|
|
15831
15885
|
},
|
|
15832
|
-
"order":
|
|
15886
|
+
"order": 126,
|
|
15833
15887
|
"level": 0
|
|
15834
15888
|
},
|
|
15835
15889
|
{
|
|
@@ -15845,7 +15899,7 @@
|
|
|
15845
15899
|
"filename": "api.js",
|
|
15846
15900
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/modals"
|
|
15847
15901
|
},
|
|
15848
|
-
"order":
|
|
15902
|
+
"order": 127,
|
|
15849
15903
|
"level": 0
|
|
15850
15904
|
},
|
|
15851
15905
|
{
|
|
@@ -15871,7 +15925,7 @@
|
|
|
15871
15925
|
"filename": "api.js",
|
|
15872
15926
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/modals"
|
|
15873
15927
|
},
|
|
15874
|
-
"order":
|
|
15928
|
+
"order": 128,
|
|
15875
15929
|
"level": 0
|
|
15876
15930
|
},
|
|
15877
15931
|
{
|
|
@@ -15888,7 +15942,7 @@
|
|
|
15888
15942
|
"filename": "useScrollAnchors.js",
|
|
15889
15943
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/components/systems/scroll-anchors"
|
|
15890
15944
|
},
|
|
15891
|
-
"order":
|
|
15945
|
+
"order": 137,
|
|
15892
15946
|
"level": 0
|
|
15893
15947
|
},
|
|
15894
15948
|
{
|
|
@@ -15905,7 +15959,7 @@
|
|
|
15905
15959
|
"filename": "useScrollAnchors.js",
|
|
15906
15960
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/components/systems/scroll-anchors"
|
|
15907
15961
|
},
|
|
15908
|
-
"order":
|
|
15962
|
+
"order": 138,
|
|
15909
15963
|
"level": 0
|
|
15910
15964
|
},
|
|
15911
15965
|
{
|
|
@@ -15922,7 +15976,7 @@
|
|
|
15922
15976
|
"filename": "useScrollAnchors.js",
|
|
15923
15977
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/components/systems/scroll-anchors"
|
|
15924
15978
|
},
|
|
15925
|
-
"order":
|
|
15979
|
+
"order": 139,
|
|
15926
15980
|
"level": 0
|
|
15927
15981
|
},
|
|
15928
15982
|
{
|
|
@@ -15939,7 +15993,7 @@
|
|
|
15939
15993
|
"filename": "useScrollAnchors.js",
|
|
15940
15994
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/components/systems/scroll-anchors"
|
|
15941
15995
|
},
|
|
15942
|
-
"order":
|
|
15996
|
+
"order": 140,
|
|
15943
15997
|
"level": 0
|
|
15944
15998
|
},
|
|
15945
15999
|
{
|
|
@@ -15956,7 +16010,7 @@
|
|
|
15956
16010
|
"filename": "useScrollAnchors.js",
|
|
15957
16011
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/components/systems/scroll-anchors"
|
|
15958
16012
|
},
|
|
15959
|
-
"order":
|
|
16013
|
+
"order": 141,
|
|
15960
16014
|
"level": 0
|
|
15961
16015
|
},
|
|
15962
16016
|
{
|
|
@@ -15973,7 +16027,7 @@
|
|
|
15973
16027
|
"filename": "useScrollAnchors.js",
|
|
15974
16028
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/components/systems/scroll-anchors"
|
|
15975
16029
|
},
|
|
15976
|
-
"order":
|
|
16030
|
+
"order": 142,
|
|
15977
16031
|
"level": 0
|
|
15978
16032
|
},
|
|
15979
16033
|
{
|
|
@@ -15990,7 +16044,7 @@
|
|
|
15990
16044
|
"filename": "useScrollAnchors.js",
|
|
15991
16045
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/components/systems/scroll-anchors"
|
|
15992
16046
|
},
|
|
15993
|
-
"order":
|
|
16047
|
+
"order": 144,
|
|
15994
16048
|
"level": 0
|
|
15995
16049
|
},
|
|
15996
16050
|
{
|
|
@@ -16027,7 +16081,7 @@
|
|
|
16027
16081
|
"filename": "useFacets.js",
|
|
16028
16082
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/components/systems/facets"
|
|
16029
16083
|
},
|
|
16030
|
-
"order":
|
|
16084
|
+
"order": 150,
|
|
16031
16085
|
"level": 0
|
|
16032
16086
|
},
|
|
16033
16087
|
{
|
|
@@ -16064,7 +16118,7 @@
|
|
|
16064
16118
|
"filename": "useFacets.js",
|
|
16065
16119
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/components/systems/facets"
|
|
16066
16120
|
},
|
|
16067
|
-
"order":
|
|
16121
|
+
"order": 151,
|
|
16068
16122
|
"level": 0
|
|
16069
16123
|
},
|
|
16070
16124
|
{
|
|
@@ -16119,7 +16173,7 @@
|
|
|
16119
16173
|
"filename": "useFacets.js",
|
|
16120
16174
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/components/systems/facets"
|
|
16121
16175
|
},
|
|
16122
|
-
"order":
|
|
16176
|
+
"order": 152,
|
|
16123
16177
|
"level": 0
|
|
16124
16178
|
},
|
|
16125
16179
|
{
|
|
@@ -16165,7 +16219,7 @@
|
|
|
16165
16219
|
"filename": "useFacets.js",
|
|
16166
16220
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/components/systems/facets"
|
|
16167
16221
|
},
|
|
16168
|
-
"order":
|
|
16222
|
+
"order": 153,
|
|
16169
16223
|
"level": 0
|
|
16170
16224
|
},
|
|
16171
16225
|
{
|
|
@@ -16206,7 +16260,7 @@
|
|
|
16206
16260
|
"filename": "router.js",
|
|
16207
16261
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/utils"
|
|
16208
16262
|
},
|
|
16209
|
-
"order":
|
|
16263
|
+
"order": 8,
|
|
16210
16264
|
"level": 0
|
|
16211
16265
|
},
|
|
16212
16266
|
{
|
|
@@ -16226,7 +16280,7 @@
|
|
|
16226
16280
|
"filename": "useUluFloating.js",
|
|
16227
16281
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
|
|
16228
16282
|
},
|
|
16229
|
-
"order":
|
|
16283
|
+
"order": 37,
|
|
16230
16284
|
"level": 0
|
|
16231
16285
|
},
|
|
16232
16286
|
{
|
|
@@ -16313,7 +16367,7 @@
|
|
|
16313
16367
|
"filename": "useUluFloating.js",
|
|
16314
16368
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
|
|
16315
16369
|
},
|
|
16316
|
-
"order":
|
|
16370
|
+
"order": 38,
|
|
16317
16371
|
"level": 0
|
|
16318
16372
|
},
|
|
16319
16373
|
{
|
|
@@ -16354,7 +16408,7 @@
|
|
|
16354
16408
|
"filename": "index.js",
|
|
16355
16409
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/modals"
|
|
16356
16410
|
},
|
|
16357
|
-
"order":
|
|
16411
|
+
"order": 118,
|
|
16358
16412
|
"level": 0
|
|
16359
16413
|
}
|
|
16360
16414
|
],
|