@ulu/frontend-vue 0.6.3 → 0.6.4
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
CHANGED
|
@@ -4167,64 +4167,6 @@
|
|
|
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
|
-
},
|
|
4228
4170
|
"UluScrollAnchorsSection": {
|
|
4229
4171
|
"description": "Vue Component Props, Emits, and Slots for UluScrollAnchorsSection",
|
|
4230
4172
|
"properties": [
|
|
@@ -4437,6 +4379,64 @@
|
|
|
4437
4379
|
}
|
|
4438
4380
|
]
|
|
4439
4381
|
},
|
|
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,100 +10963,6 @@
|
|
|
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
|
-
},
|
|
11060
10966
|
"UluScrollAnchorsSection": {
|
|
11061
10967
|
"raw_ast_dump": {
|
|
11062
10968
|
"exportName": "default",
|
|
@@ -11517,66 +11423,160 @@
|
|
|
11517
11423
|
]
|
|
11518
11424
|
}
|
|
11519
11425
|
},
|
|
11520
|
-
"
|
|
11426
|
+
"UluSkeletonText": {
|
|
11521
11427
|
"raw_ast_dump": {
|
|
11522
11428
|
"exportName": "default",
|
|
11523
|
-
"displayName": "
|
|
11429
|
+
"displayName": "UluSkeletonText",
|
|
11524
11430
|
"description": "",
|
|
11525
11431
|
"tags": {},
|
|
11526
11432
|
"props": [
|
|
11527
11433
|
{
|
|
11528
|
-
"name": "
|
|
11434
|
+
"name": "inline",
|
|
11435
|
+
"description": "Inline modifier",
|
|
11529
11436
|
"type": {
|
|
11530
|
-
"name": "
|
|
11531
|
-
},
|
|
11532
|
-
"defaultValue": {
|
|
11533
|
-
"func": false,
|
|
11534
|
-
"value": "{}"
|
|
11437
|
+
"name": "boolean"
|
|
11535
11438
|
}
|
|
11536
11439
|
},
|
|
11537
11440
|
{
|
|
11538
|
-
"name": "
|
|
11441
|
+
"name": "alt",
|
|
11442
|
+
"description": "Use alternate background color",
|
|
11539
11443
|
"type": {
|
|
11540
|
-
"name": "
|
|
11541
|
-
},
|
|
11542
|
-
"defaultValue": {
|
|
11543
|
-
"func": false,
|
|
11544
|
-
"value": "{}"
|
|
11444
|
+
"name": "boolean"
|
|
11545
11445
|
}
|
|
11546
11446
|
},
|
|
11547
11447
|
{
|
|
11548
|
-
"name": "
|
|
11448
|
+
"name": "width",
|
|
11449
|
+
"description": "Optional size (width) - should correspond with width setup in scss component",
|
|
11549
11450
|
"type": {
|
|
11550
11451
|
"name": "string"
|
|
11551
|
-
},
|
|
11552
|
-
"defaultValue": {
|
|
11553
|
-
"func": false,
|
|
11554
|
-
"value": "''"
|
|
11555
11452
|
}
|
|
11556
11453
|
}
|
|
11557
11454
|
],
|
|
11558
|
-
"events": [
|
|
11559
|
-
{
|
|
11560
|
-
"name": "update:modelValue"
|
|
11561
|
-
}
|
|
11562
|
-
],
|
|
11563
|
-
"slots": [
|
|
11564
|
-
{
|
|
11565
|
-
"name": "default"
|
|
11566
|
-
}
|
|
11567
|
-
],
|
|
11568
11455
|
"sourceFiles": [
|
|
11569
|
-
"lib/components/systems/
|
|
11456
|
+
"lib/components/systems/skeleton/UluSkeletonText.vue"
|
|
11570
11457
|
]
|
|
11571
11458
|
}
|
|
11572
11459
|
},
|
|
11573
|
-
"
|
|
11460
|
+
"UluSkeletonMedia": {
|
|
11574
11461
|
"raw_ast_dump": {
|
|
11575
11462
|
"exportName": "default",
|
|
11576
|
-
"displayName": "
|
|
11463
|
+
"displayName": "UluSkeletonMedia",
|
|
11577
11464
|
"description": "",
|
|
11578
11465
|
"tags": {},
|
|
11579
|
-
"
|
|
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": "''"
|
|
11555
|
+
}
|
|
11556
|
+
}
|
|
11557
|
+
],
|
|
11558
|
+
"events": [
|
|
11559
|
+
{
|
|
11560
|
+
"name": "update:modelValue"
|
|
11561
|
+
}
|
|
11562
|
+
],
|
|
11563
|
+
"slots": [
|
|
11564
|
+
{
|
|
11565
|
+
"name": "default"
|
|
11566
|
+
}
|
|
11567
|
+
],
|
|
11568
|
+
"sourceFiles": [
|
|
11569
|
+
"lib/components/systems/facets/UluFacetsSort.vue"
|
|
11570
|
+
]
|
|
11571
|
+
}
|
|
11572
|
+
},
|
|
11573
|
+
"UluFacetsSidebarLayout": {
|
|
11574
|
+
"raw_ast_dump": {
|
|
11575
|
+
"exportName": "default",
|
|
11576
|
+
"displayName": "UluFacetsSidebarLayout",
|
|
11577
|
+
"description": "",
|
|
11578
|
+
"tags": {},
|
|
11579
|
+
"props": [
|
|
11580
11580
|
{
|
|
11581
11581
|
"name": "mobileButtonText",
|
|
11582
11582
|
"type": {
|
|
@@ -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
|
-
"modals": {
|
|
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} />"
|
|
12209
|
-
},
|
|
12210
12207
|
"core": {
|
|
12211
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"
|
|
12212
12209
|
},
|
|
12210
|
+
"modals": {
|
|
12211
|
+
"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
|
+
},
|
|
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,32 +12347,6 @@
|
|
|
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
|
-
},
|
|
12376
12350
|
{
|
|
12377
12351
|
"id": "module:useWindowResize",
|
|
12378
12352
|
"longname": "module:useWindowResize",
|
|
@@ -12383,7 +12357,7 @@
|
|
|
12383
12357
|
"filename": "useWindowResize.js",
|
|
12384
12358
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
|
|
12385
12359
|
},
|
|
12386
|
-
"order":
|
|
12360
|
+
"order": 29,
|
|
12387
12361
|
"level": 0
|
|
12388
12362
|
},
|
|
12389
12363
|
{
|
|
@@ -12396,7 +12370,7 @@
|
|
|
12396
12370
|
"filename": "useUluFloating.js",
|
|
12397
12371
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
|
|
12398
12372
|
},
|
|
12399
|
-
"order":
|
|
12373
|
+
"order": 32,
|
|
12400
12374
|
"level": 0
|
|
12401
12375
|
},
|
|
12402
12376
|
{
|
|
@@ -12409,7 +12383,7 @@
|
|
|
12409
12383
|
"filename": "useTableData.js",
|
|
12410
12384
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
|
|
12411
12385
|
},
|
|
12412
|
-
"order":
|
|
12386
|
+
"order": 36,
|
|
12413
12387
|
"level": 0
|
|
12414
12388
|
},
|
|
12415
12389
|
{
|
|
@@ -12422,7 +12396,7 @@
|
|
|
12422
12396
|
"filename": "useRequiredInject.js",
|
|
12423
12397
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
|
|
12424
12398
|
},
|
|
12425
|
-
"order":
|
|
12399
|
+
"order": 44,
|
|
12426
12400
|
"level": 0
|
|
12427
12401
|
},
|
|
12428
12402
|
{
|
|
@@ -12435,7 +12409,7 @@
|
|
|
12435
12409
|
"filename": "usePagination.js",
|
|
12436
12410
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
|
|
12437
12411
|
},
|
|
12438
|
-
"order":
|
|
12412
|
+
"order": 46,
|
|
12439
12413
|
"level": 0
|
|
12440
12414
|
},
|
|
12441
12415
|
{
|
|
@@ -12448,7 +12422,7 @@
|
|
|
12448
12422
|
"filename": "useModifiers.js",
|
|
12449
12423
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
|
|
12450
12424
|
},
|
|
12451
|
-
"order":
|
|
12425
|
+
"order": 48,
|
|
12452
12426
|
"level": 0
|
|
12453
12427
|
},
|
|
12454
12428
|
{
|
|
@@ -12461,7 +12435,7 @@
|
|
|
12461
12435
|
"filename": "useIcon.js",
|
|
12462
12436
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
|
|
12463
12437
|
},
|
|
12464
|
-
"order":
|
|
12438
|
+
"order": 50,
|
|
12465
12439
|
"level": 0
|
|
12466
12440
|
},
|
|
12467
12441
|
{
|
|
@@ -12474,7 +12448,7 @@
|
|
|
12474
12448
|
"filename": "useDocumentTitle.js",
|
|
12475
12449
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
|
|
12476
12450
|
},
|
|
12477
|
-
"order":
|
|
12451
|
+
"order": 53,
|
|
12478
12452
|
"level": 0
|
|
12479
12453
|
},
|
|
12480
12454
|
{
|
|
@@ -12487,7 +12461,7 @@
|
|
|
12487
12461
|
"filename": "useBreakpointManager.js",
|
|
12488
12462
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
|
|
12489
12463
|
},
|
|
12490
|
-
"order":
|
|
12464
|
+
"order": 55,
|
|
12491
12465
|
"level": 0
|
|
12492
12466
|
},
|
|
12493
12467
|
{
|
|
@@ -12500,59 +12474,73 @@
|
|
|
12500
12474
|
"filename": "index.js",
|
|
12501
12475
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
|
|
12502
12476
|
},
|
|
12503
|
-
"order":
|
|
12477
|
+
"order": 60,
|
|
12504
12478
|
"level": 0
|
|
12505
12479
|
},
|
|
12506
12480
|
{
|
|
12507
|
-
"id": "module:
|
|
12508
|
-
"longname": "module:
|
|
12509
|
-
"name": "
|
|
12481
|
+
"id": "module:components",
|
|
12482
|
+
"longname": "module:components",
|
|
12483
|
+
"name": "components",
|
|
12510
12484
|
"kind": "module",
|
|
12511
12485
|
"meta": {
|
|
12512
12486
|
"lineno": 1,
|
|
12513
|
-
"filename": "
|
|
12514
|
-
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/
|
|
12487
|
+
"filename": "index.js",
|
|
12488
|
+
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/components"
|
|
12515
12489
|
},
|
|
12516
|
-
"order":
|
|
12490
|
+
"order": 61,
|
|
12517
12491
|
"level": 0
|
|
12518
12492
|
},
|
|
12519
12493
|
{
|
|
12520
|
-
"id": "
|
|
12521
|
-
"longname": "
|
|
12522
|
-
"name": "
|
|
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"
|
|
12502
|
+
},
|
|
12503
|
+
"order": 62,
|
|
12504
|
+
"level": 0
|
|
12505
|
+
},
|
|
12506
|
+
{
|
|
12507
|
+
"id": "module:useModals",
|
|
12508
|
+
"longname": "module:useModals",
|
|
12509
|
+
"name": "useModals",
|
|
12523
12510
|
"kind": "module",
|
|
12524
12511
|
"meta": {
|
|
12525
12512
|
"lineno": 1,
|
|
12526
|
-
"filename": "
|
|
12527
|
-
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/
|
|
12513
|
+
"filename": "useModals.js",
|
|
12514
|
+
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/modals"
|
|
12528
12515
|
},
|
|
12529
|
-
"order":
|
|
12516
|
+
"order": 63,
|
|
12530
12517
|
"level": 0
|
|
12531
12518
|
},
|
|
12532
12519
|
{
|
|
12533
|
-
"id": "module:
|
|
12534
|
-
"longname": "module:
|
|
12535
|
-
"name": "
|
|
12520
|
+
"id": "module:modalsPlugin",
|
|
12521
|
+
"longname": "module:modalsPlugin",
|
|
12522
|
+
"name": "modalsPlugin",
|
|
12536
12523
|
"kind": "module",
|
|
12524
|
+
"description": "Modals plugin (adds components, global registry, etc)\n- Updated version handles both independent and global registered/triggered modals",
|
|
12537
12525
|
"meta": {
|
|
12538
12526
|
"lineno": 1,
|
|
12539
12527
|
"filename": "index.js",
|
|
12540
|
-
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/
|
|
12528
|
+
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/modals"
|
|
12541
12529
|
},
|
|
12542
|
-
"order":
|
|
12530
|
+
"order": 65,
|
|
12543
12531
|
"level": 0
|
|
12544
12532
|
},
|
|
12545
12533
|
{
|
|
12546
|
-
"id": "
|
|
12547
|
-
"longname": "
|
|
12548
|
-
"name": "
|
|
12534
|
+
"id": "modals.module:api",
|
|
12535
|
+
"longname": "modals.module:api",
|
|
12536
|
+
"name": "api",
|
|
12549
12537
|
"kind": "module",
|
|
12550
12538
|
"meta": {
|
|
12551
12539
|
"lineno": 1,
|
|
12552
|
-
"filename": "
|
|
12553
|
-
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/
|
|
12540
|
+
"filename": "api.js",
|
|
12541
|
+
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/modals"
|
|
12554
12542
|
},
|
|
12555
|
-
"order":
|
|
12543
|
+
"order": 68,
|
|
12556
12544
|
"level": 0
|
|
12557
12545
|
},
|
|
12558
12546
|
{
|
|
@@ -12565,7 +12553,7 @@
|
|
|
12565
12553
|
"filename": "useTooltipFollow.js",
|
|
12566
12554
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
12567
12555
|
},
|
|
12568
|
-
"order":
|
|
12556
|
+
"order": 77,
|
|
12569
12557
|
"level": 0
|
|
12570
12558
|
},
|
|
12571
12559
|
{
|
|
@@ -12578,7 +12566,7 @@
|
|
|
12578
12566
|
"filename": "useTooltip.js",
|
|
12579
12567
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
12580
12568
|
},
|
|
12581
|
-
"order":
|
|
12569
|
+
"order": 78,
|
|
12582
12570
|
"level": 0
|
|
12583
12571
|
},
|
|
12584
12572
|
{
|
|
@@ -12591,7 +12579,7 @@
|
|
|
12591
12579
|
"filename": "index.js",
|
|
12592
12580
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
12593
12581
|
},
|
|
12594
|
-
"order":
|
|
12582
|
+
"order": 80,
|
|
12595
12583
|
"level": 0
|
|
12596
12584
|
},
|
|
12597
12585
|
{
|
|
@@ -12604,48 +12592,60 @@
|
|
|
12604
12592
|
"filename": "defaults.js",
|
|
12605
12593
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
12606
12594
|
},
|
|
12607
|
-
"order":
|
|
12595
|
+
"order": 86,
|
|
12596
|
+
"level": 0
|
|
12608
12597
|
},
|
|
12609
12598
|
{
|
|
12610
|
-
"id": "module:
|
|
12611
|
-
"longname": "module:
|
|
12612
|
-
"name": "
|
|
12599
|
+
"id": "module:useToast",
|
|
12600
|
+
"longname": "module:useToast",
|
|
12601
|
+
"name": "useToast",
|
|
12613
12602
|
"kind": "module",
|
|
12614
12603
|
"meta": {
|
|
12615
12604
|
"lineno": 1,
|
|
12616
|
-
"filename": "
|
|
12617
|
-
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/
|
|
12605
|
+
"filename": "useToast.js",
|
|
12606
|
+
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
|
|
12618
12607
|
},
|
|
12619
|
-
"order":
|
|
12608
|
+
"order": 108,
|
|
12620
12609
|
"level": 0
|
|
12621
12610
|
},
|
|
12622
12611
|
{
|
|
12623
|
-
"id": "module:
|
|
12624
|
-
"longname": "module:
|
|
12625
|
-
"name": "
|
|
12612
|
+
"id": "toast.module:store",
|
|
12613
|
+
"longname": "toast.module:store",
|
|
12614
|
+
"name": "store",
|
|
12626
12615
|
"kind": "module",
|
|
12627
|
-
"description": "Modals plugin (adds components, global registry, etc)\n- Updated version handles both independent and global registered/triggered modals",
|
|
12628
12616
|
"meta": {
|
|
12629
12617
|
"lineno": 1,
|
|
12630
|
-
"filename": "
|
|
12631
|
-
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/
|
|
12618
|
+
"filename": "store.js",
|
|
12619
|
+
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
|
|
12632
12620
|
},
|
|
12633
|
-
"order":
|
|
12621
|
+
"order": 110,
|
|
12634
12622
|
"level": 0
|
|
12635
12623
|
},
|
|
12636
12624
|
{
|
|
12637
|
-
"id": "
|
|
12638
|
-
"longname": "
|
|
12639
|
-
"name": "
|
|
12625
|
+
"id": "module:toastPlugin",
|
|
12626
|
+
"longname": "module:toastPlugin",
|
|
12627
|
+
"name": "toastPlugin",
|
|
12640
12628
|
"kind": "module",
|
|
12641
12629
|
"meta": {
|
|
12642
12630
|
"lineno": 1,
|
|
12643
|
-
"filename": "
|
|
12644
|
-
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/
|
|
12631
|
+
"filename": "index.js",
|
|
12632
|
+
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
|
|
12645
12633
|
},
|
|
12646
|
-
"order":
|
|
12634
|
+
"order": 117,
|
|
12647
12635
|
"level": 0
|
|
12648
12636
|
},
|
|
12637
|
+
{
|
|
12638
|
+
"id": "toast.module:defaults",
|
|
12639
|
+
"longname": "toast.module:defaults",
|
|
12640
|
+
"name": "defaults",
|
|
12641
|
+
"kind": "module",
|
|
12642
|
+
"meta": {
|
|
12643
|
+
"lineno": 1,
|
|
12644
|
+
"filename": "defaults.js",
|
|
12645
|
+
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
|
|
12646
|
+
},
|
|
12647
|
+
"order": 119
|
|
12648
|
+
},
|
|
12649
12649
|
{
|
|
12650
12650
|
"id": "module:corePlugin",
|
|
12651
12651
|
"longname": "module:corePlugin",
|
|
@@ -12739,19 +12739,39 @@
|
|
|
12739
12739
|
"level": 0
|
|
12740
12740
|
},
|
|
12741
12741
|
{
|
|
12742
|
-
"id": "module:
|
|
12743
|
-
"longname": "module:
|
|
12742
|
+
"id": "module:modalsPlugin--module.exports",
|
|
12743
|
+
"longname": "module:modalsPlugin",
|
|
12744
12744
|
"name": "module.exports",
|
|
12745
12745
|
"kind": "function",
|
|
12746
12746
|
"isExported": true,
|
|
12747
|
-
"description": "
|
|
12748
|
-
"memberof": "module:
|
|
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
|
+
],
|
|
12749
12769
|
"meta": {
|
|
12750
|
-
"lineno":
|
|
12770
|
+
"lineno": 28,
|
|
12751
12771
|
"filename": "index.js",
|
|
12752
|
-
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/
|
|
12772
|
+
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/modals"
|
|
12753
12773
|
},
|
|
12754
|
-
"order":
|
|
12774
|
+
"order": 67,
|
|
12755
12775
|
"level": 0
|
|
12756
12776
|
},
|
|
12757
12777
|
{
|
|
@@ -12787,43 +12807,23 @@
|
|
|
12787
12807
|
"filename": "index.js",
|
|
12788
12808
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
12789
12809
|
},
|
|
12790
|
-
"order":
|
|
12810
|
+
"order": 85,
|
|
12791
12811
|
"level": 0
|
|
12792
12812
|
},
|
|
12793
12813
|
{
|
|
12794
|
-
"id": "module:
|
|
12795
|
-
"longname": "module:
|
|
12814
|
+
"id": "module:toastPlugin--module.exports",
|
|
12815
|
+
"longname": "module:toastPlugin",
|
|
12796
12816
|
"name": "module.exports",
|
|
12797
12817
|
"kind": "function",
|
|
12798
12818
|
"isExported": true,
|
|
12799
|
-
"description": "
|
|
12800
|
-
"memberof": "module:
|
|
12801
|
-
"params": [
|
|
12802
|
-
{
|
|
12803
|
-
"type": {
|
|
12804
|
-
"names": [
|
|
12805
|
-
"Object"
|
|
12806
|
-
]
|
|
12807
|
-
},
|
|
12808
|
-
"description": "Vue app instance passed to plugin",
|
|
12809
|
-
"name": "App"
|
|
12810
|
-
},
|
|
12811
|
-
{
|
|
12812
|
-
"type": {
|
|
12813
|
-
"names": [
|
|
12814
|
-
"module:modalsPlugin~UluModalsPluginOptions"
|
|
12815
|
-
]
|
|
12816
|
-
},
|
|
12817
|
-
"description": "Options to change (see defaults)",
|
|
12818
|
-
"name": "userOptions"
|
|
12819
|
-
}
|
|
12820
|
-
],
|
|
12819
|
+
"description": "Install plugin",
|
|
12820
|
+
"memberof": "module:toastPlugin",
|
|
12821
12821
|
"meta": {
|
|
12822
|
-
"lineno":
|
|
12822
|
+
"lineno": 11,
|
|
12823
12823
|
"filename": "index.js",
|
|
12824
|
-
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/
|
|
12824
|
+
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
|
|
12825
12825
|
},
|
|
12826
|
-
"order":
|
|
12826
|
+
"order": 118,
|
|
12827
12827
|
"level": 0
|
|
12828
12828
|
},
|
|
12829
12829
|
{
|
|
@@ -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":
|
|
12976
|
+
"order": 56
|
|
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":
|
|
12991
|
+
"order": 57
|
|
12992
12992
|
},
|
|
12993
12993
|
{
|
|
12994
12994
|
"id": "module:useBreakpointManager~defaults.plugin",
|
|
@@ -13003,84 +13003,7 @@
|
|
|
13003
13003
|
"filename": "useBreakpointManager.js",
|
|
13004
13004
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
|
|
13005
13005
|
},
|
|
13006
|
-
"order":
|
|
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
|
|
13006
|
+
"order": 58
|
|
13084
13007
|
},
|
|
13085
13008
|
{
|
|
13086
13009
|
"id": "popovers.module:defaults.plugin",
|
|
@@ -13100,7 +13023,8 @@
|
|
|
13100
13023
|
"filename": "defaults.js",
|
|
13101
13024
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
13102
13025
|
},
|
|
13103
|
-
"order":
|
|
13026
|
+
"order": 87,
|
|
13027
|
+
"level": 0
|
|
13104
13028
|
},
|
|
13105
13029
|
{
|
|
13106
13030
|
"id": "popovers.module:defaults.plugin.directiveName",
|
|
@@ -13120,7 +13044,8 @@
|
|
|
13120
13044
|
"filename": "defaults.js",
|
|
13121
13045
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
13122
13046
|
},
|
|
13123
|
-
"order":
|
|
13047
|
+
"order": 88,
|
|
13048
|
+
"level": 0
|
|
13124
13049
|
},
|
|
13125
13050
|
{
|
|
13126
13051
|
"id": "popovers.module:defaults.popover",
|
|
@@ -13135,7 +13060,8 @@
|
|
|
13135
13060
|
"filename": "defaults.js",
|
|
13136
13061
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
13137
13062
|
},
|
|
13138
|
-
"order":
|
|
13063
|
+
"order": 89,
|
|
13064
|
+
"level": 0
|
|
13139
13065
|
},
|
|
13140
13066
|
{
|
|
13141
13067
|
"id": "popovers.module:defaults.popover.inline",
|
|
@@ -13155,7 +13081,8 @@
|
|
|
13155
13081
|
"filename": "defaults.js",
|
|
13156
13082
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
13157
13083
|
},
|
|
13158
|
-
"order":
|
|
13084
|
+
"order": 90,
|
|
13085
|
+
"level": 0
|
|
13159
13086
|
},
|
|
13160
13087
|
{
|
|
13161
13088
|
"id": "popovers.module:defaults.popover.delay",
|
|
@@ -13175,7 +13102,8 @@
|
|
|
13175
13102
|
"filename": "defaults.js",
|
|
13176
13103
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
13177
13104
|
},
|
|
13178
|
-
"order":
|
|
13105
|
+
"order": 91,
|
|
13106
|
+
"level": 0
|
|
13179
13107
|
},
|
|
13180
13108
|
{
|
|
13181
13109
|
"id": "popovers.module:defaults.popover.placement",
|
|
@@ -13195,7 +13123,8 @@
|
|
|
13195
13123
|
"filename": "defaults.js",
|
|
13196
13124
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
13197
13125
|
},
|
|
13198
|
-
"order":
|
|
13126
|
+
"order": 92,
|
|
13127
|
+
"level": 0
|
|
13199
13128
|
},
|
|
13200
13129
|
{
|
|
13201
13130
|
"id": "popovers.module:defaults.popover.strategy",
|
|
@@ -13215,7 +13144,8 @@
|
|
|
13215
13144
|
"filename": "defaults.js",
|
|
13216
13145
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
13217
13146
|
},
|
|
13218
|
-
"order":
|
|
13147
|
+
"order": 93,
|
|
13148
|
+
"level": 0
|
|
13219
13149
|
},
|
|
13220
13150
|
{
|
|
13221
13151
|
"id": "popovers.module:defaults.popover.offset",
|
|
@@ -13235,7 +13165,8 @@
|
|
|
13235
13165
|
"filename": "defaults.js",
|
|
13236
13166
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
13237
13167
|
},
|
|
13238
|
-
"order":
|
|
13168
|
+
"order": 94,
|
|
13169
|
+
"level": 0
|
|
13239
13170
|
},
|
|
13240
13171
|
{
|
|
13241
13172
|
"id": "popovers.module:defaults.popover.arrow",
|
|
@@ -13255,7 +13186,8 @@
|
|
|
13255
13186
|
"filename": "defaults.js",
|
|
13256
13187
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
13257
13188
|
},
|
|
13258
|
-
"order":
|
|
13189
|
+
"order": 95,
|
|
13190
|
+
"level": 0
|
|
13259
13191
|
},
|
|
13260
13192
|
{
|
|
13261
13193
|
"id": "popovers.module:defaults.tooltip",
|
|
@@ -13275,7 +13207,8 @@
|
|
|
13275
13207
|
"filename": "defaults.js",
|
|
13276
13208
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
13277
13209
|
},
|
|
13278
|
-
"order":
|
|
13210
|
+
"order": 96,
|
|
13211
|
+
"level": 0
|
|
13279
13212
|
},
|
|
13280
13213
|
{
|
|
13281
13214
|
"id": "popovers.module:defaults.tooltip.teleportTo",
|
|
@@ -13295,7 +13228,8 @@
|
|
|
13295
13228
|
"filename": "defaults.js",
|
|
13296
13229
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
13297
13230
|
},
|
|
13298
|
-
"order":
|
|
13231
|
+
"order": 97,
|
|
13232
|
+
"level": 0
|
|
13299
13233
|
},
|
|
13300
13234
|
{
|
|
13301
13235
|
"id": "popovers.module:defaults.tooltip.class",
|
|
@@ -13317,7 +13251,8 @@
|
|
|
13317
13251
|
"filename": "defaults.js",
|
|
13318
13252
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
13319
13253
|
},
|
|
13320
|
-
"order":
|
|
13254
|
+
"order": 98,
|
|
13255
|
+
"level": 0
|
|
13321
13256
|
},
|
|
13322
13257
|
{
|
|
13323
13258
|
"id": "popovers.module:defaults.tooltip.showEvents",
|
|
@@ -13337,7 +13272,8 @@
|
|
|
13337
13272
|
"filename": "defaults.js",
|
|
13338
13273
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
13339
13274
|
},
|
|
13340
|
-
"order":
|
|
13275
|
+
"order": 99,
|
|
13276
|
+
"level": 0
|
|
13341
13277
|
},
|
|
13342
13278
|
{
|
|
13343
13279
|
"id": "popovers.module:defaults.tooltip.hideEvents",
|
|
@@ -13357,7 +13293,8 @@
|
|
|
13357
13293
|
"filename": "defaults.js",
|
|
13358
13294
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
13359
13295
|
},
|
|
13360
|
-
"order":
|
|
13296
|
+
"order": 100,
|
|
13297
|
+
"level": 0
|
|
13361
13298
|
},
|
|
13362
13299
|
{
|
|
13363
13300
|
"id": "popovers.module:defaults.tooltip.isHtml",
|
|
@@ -13377,7 +13314,8 @@
|
|
|
13377
13314
|
"filename": "defaults.js",
|
|
13378
13315
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
13379
13316
|
},
|
|
13380
|
-
"order":
|
|
13317
|
+
"order": 101,
|
|
13318
|
+
"level": 0
|
|
13381
13319
|
},
|
|
13382
13320
|
{
|
|
13383
13321
|
"id": "popovers.module:defaults.tooltip.trigger",
|
|
@@ -13398,7 +13336,8 @@
|
|
|
13398
13336
|
"filename": "defaults.js",
|
|
13399
13337
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
13400
13338
|
},
|
|
13401
|
-
"order":
|
|
13339
|
+
"order": 102,
|
|
13340
|
+
"level": 0
|
|
13402
13341
|
},
|
|
13403
13342
|
{
|
|
13404
13343
|
"id": "popovers.module:defaults.tooltip.content",
|
|
@@ -13419,7 +13358,8 @@
|
|
|
13419
13358
|
"filename": "defaults.js",
|
|
13420
13359
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
13421
13360
|
},
|
|
13422
|
-
"order":
|
|
13361
|
+
"order": 103,
|
|
13362
|
+
"level": 0
|
|
13423
13363
|
},
|
|
13424
13364
|
{
|
|
13425
13365
|
"id": "popovers.module:defaults.tooltip.delay",
|
|
@@ -13439,7 +13379,8 @@
|
|
|
13439
13379
|
"filename": "defaults.js",
|
|
13440
13380
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
13441
13381
|
},
|
|
13442
|
-
"order":
|
|
13382
|
+
"order": 104,
|
|
13383
|
+
"level": 0
|
|
13443
13384
|
},
|
|
13444
13385
|
{
|
|
13445
13386
|
"id": "popovers.module:defaults.tooltip.onReady",
|
|
@@ -13454,7 +13395,8 @@
|
|
|
13454
13395
|
"filename": "defaults.js",
|
|
13455
13396
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
13456
13397
|
},
|
|
13457
|
-
"order":
|
|
13398
|
+
"order": 105,
|
|
13399
|
+
"level": 0
|
|
13458
13400
|
},
|
|
13459
13401
|
{
|
|
13460
13402
|
"id": "popovers.module:defaults.tooltip.component",
|
|
@@ -13469,22 +13411,100 @@
|
|
|
13469
13411
|
"filename": "defaults.js",
|
|
13470
13412
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
13471
13413
|
},
|
|
13472
|
-
"order":
|
|
13414
|
+
"order": 106,
|
|
13415
|
+
"level": 0
|
|
13416
|
+
},
|
|
13417
|
+
{
|
|
13418
|
+
"id": "popovers.module:defaults.tooltip.componentProps",
|
|
13419
|
+
"longname": "popovers.module:defaults.tooltip.componentProps",
|
|
13420
|
+
"name": "componentProps",
|
|
13421
|
+
"kind": "member",
|
|
13422
|
+
"scope": "static",
|
|
13423
|
+
"description": "Props to be passed to component (ie. v-bind=\"componentProps\")",
|
|
13424
|
+
"memberof": "popovers.module:defaults.tooltip",
|
|
13425
|
+
"meta": {
|
|
13426
|
+
"lineno": 112,
|
|
13427
|
+
"filename": "defaults.js",
|
|
13428
|
+
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
13429
|
+
},
|
|
13430
|
+
"order": 107,
|
|
13431
|
+
"level": 0
|
|
13432
|
+
},
|
|
13433
|
+
{
|
|
13434
|
+
"id": "toast.module:defaults--module.exports",
|
|
13435
|
+
"longname": "toast.module:defaults",
|
|
13436
|
+
"name": "module.exports",
|
|
13437
|
+
"kind": "member",
|
|
13438
|
+
"scope": "static",
|
|
13439
|
+
"isExported": true,
|
|
13440
|
+
"description": "Default plugin options",
|
|
13441
|
+
"memberof": "toast.module:defaults",
|
|
13442
|
+
"meta": {
|
|
13443
|
+
"lineno": 9,
|
|
13444
|
+
"filename": "defaults.js",
|
|
13445
|
+
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
|
|
13446
|
+
},
|
|
13447
|
+
"order": 120
|
|
13448
|
+
},
|
|
13449
|
+
{
|
|
13450
|
+
"id": "toast.module:defaults--module.exports.toastOptions.component",
|
|
13451
|
+
"longname": "toast.module:defaults.toastOptions.component",
|
|
13452
|
+
"name": "component",
|
|
13453
|
+
"kind": "member",
|
|
13454
|
+
"scope": "static",
|
|
13455
|
+
"description": "Component used to render the toast in the display",
|
|
13456
|
+
"memberof": "toast.module:defaults--module.exports.toastOptions",
|
|
13457
|
+
"meta": {
|
|
13458
|
+
"lineno": 14,
|
|
13459
|
+
"filename": "defaults.js",
|
|
13460
|
+
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
|
|
13461
|
+
},
|
|
13462
|
+
"order": 121
|
|
13463
|
+
},
|
|
13464
|
+
{
|
|
13465
|
+
"id": "toast.module:defaults--module.exports.toastOptions.duration",
|
|
13466
|
+
"longname": "toast.module:defaults.toastOptions.duration",
|
|
13467
|
+
"name": "duration",
|
|
13468
|
+
"kind": "member",
|
|
13469
|
+
"scope": "static",
|
|
13470
|
+
"description": "Duration of toast",
|
|
13471
|
+
"memberof": "toast.module:defaults--module.exports.toastOptions",
|
|
13472
|
+
"meta": {
|
|
13473
|
+
"lineno": 18,
|
|
13474
|
+
"filename": "defaults.js",
|
|
13475
|
+
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
|
|
13476
|
+
},
|
|
13477
|
+
"order": 122
|
|
13478
|
+
},
|
|
13479
|
+
{
|
|
13480
|
+
"id": "toast.module:defaults--module.exports.toastOptions.actions",
|
|
13481
|
+
"longname": "toast.module:defaults.toastOptions.actions",
|
|
13482
|
+
"name": "actions",
|
|
13483
|
+
"kind": "member",
|
|
13484
|
+
"scope": "static",
|
|
13485
|
+
"description": "Array of actions { label, click }",
|
|
13486
|
+
"memberof": "toast.module:defaults--module.exports.toastOptions",
|
|
13487
|
+
"meta": {
|
|
13488
|
+
"lineno": 22,
|
|
13489
|
+
"filename": "defaults.js",
|
|
13490
|
+
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
|
|
13491
|
+
},
|
|
13492
|
+
"order": 123
|
|
13473
13493
|
},
|
|
13474
13494
|
{
|
|
13475
|
-
"id": "
|
|
13476
|
-
"longname": "
|
|
13477
|
-
"name": "
|
|
13495
|
+
"id": "toast.module:defaults--module.exports.pluginOptions.position",
|
|
13496
|
+
"longname": "toast.module:defaults.pluginOptions.position",
|
|
13497
|
+
"name": "position",
|
|
13478
13498
|
"kind": "member",
|
|
13479
13499
|
"scope": "static",
|
|
13480
|
-
"description": "
|
|
13481
|
-
"memberof": "
|
|
13500
|
+
"description": "Position of the toast container (holds toasts)",
|
|
13501
|
+
"memberof": "toast.module:defaults--module.exports.pluginOptions",
|
|
13482
13502
|
"meta": {
|
|
13483
|
-
"lineno":
|
|
13503
|
+
"lineno": 29,
|
|
13484
13504
|
"filename": "defaults.js",
|
|
13485
|
-
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/
|
|
13505
|
+
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
|
|
13486
13506
|
},
|
|
13487
|
-
"order":
|
|
13507
|
+
"order": 124
|
|
13488
13508
|
},
|
|
13489
13509
|
{
|
|
13490
13510
|
"id": "module:breakpointsPlugin--module.exports~defaults.breakpointMobile",
|
|
@@ -13519,16 +13539,13 @@
|
|
|
13519
13539
|
"level": 0
|
|
13520
13540
|
},
|
|
13521
13541
|
{
|
|
13522
|
-
"id": "module:
|
|
13523
|
-
"longname": "module:
|
|
13524
|
-
"name": "
|
|
13542
|
+
"id": "module:useModals.useModals",
|
|
13543
|
+
"longname": "module:useModals.useModals",
|
|
13544
|
+
"name": "useModals",
|
|
13525
13545
|
"kind": "constant",
|
|
13526
13546
|
"scope": "static",
|
|
13527
|
-
"description": "
|
|
13528
|
-
"memberof": "module:
|
|
13529
|
-
"examples": [
|
|
13530
|
-
"import { useToast } from './useToast';\nconst toast = useToast();\ntoast.add({ title: 'Hello World' });"
|
|
13531
|
-
],
|
|
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",
|
|
13532
13549
|
"returns": [
|
|
13533
13550
|
{
|
|
13534
13551
|
"type": {
|
|
@@ -13536,7 +13553,7 @@
|
|
|
13536
13553
|
"object"
|
|
13537
13554
|
]
|
|
13538
13555
|
},
|
|
13539
|
-
"description": "The
|
|
13556
|
+
"description": "The modals API with methods like `open`, `close`, `add`, `remove`, and `get`."
|
|
13540
13557
|
}
|
|
13541
13558
|
],
|
|
13542
13559
|
"exceptions": [
|
|
@@ -13546,47 +13563,15 @@
|
|
|
13546
13563
|
"Error"
|
|
13547
13564
|
]
|
|
13548
13565
|
},
|
|
13549
|
-
"description": "If the
|
|
13566
|
+
"description": "If the modals plugin is not installed."
|
|
13550
13567
|
}
|
|
13551
13568
|
],
|
|
13552
|
-
"meta": {
|
|
13553
|
-
"lineno": 15,
|
|
13554
|
-
"filename": "useToast.js",
|
|
13555
|
-
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
|
|
13556
|
-
},
|
|
13557
|
-
"order": 64,
|
|
13558
|
-
"level": 0
|
|
13559
|
-
},
|
|
13560
|
-
{
|
|
13561
|
-
"id": "toast.module:store.store",
|
|
13562
|
-
"longname": "toast.module:store.store",
|
|
13563
|
-
"name": "store",
|
|
13564
|
-
"kind": "constant",
|
|
13565
|
-
"scope": "static",
|
|
13566
|
-
"description": "Reactive State Object (used inside global components, and as API globally)",
|
|
13567
|
-
"memberof": "toast.module:store",
|
|
13568
13569
|
"meta": {
|
|
13569
13570
|
"lineno": 13,
|
|
13570
|
-
"filename": "
|
|
13571
|
-
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/
|
|
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"
|
|
13571
|
+
"filename": "useModals.js",
|
|
13572
|
+
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/modals"
|
|
13588
13573
|
},
|
|
13589
|
-
"order":
|
|
13574
|
+
"order": 64,
|
|
13590
13575
|
"level": 0
|
|
13591
13576
|
},
|
|
13592
13577
|
{
|
|
@@ -13602,7 +13587,7 @@
|
|
|
13602
13587
|
"filename": "index.js",
|
|
13603
13588
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
13604
13589
|
},
|
|
13605
|
-
"order":
|
|
13590
|
+
"order": 81,
|
|
13606
13591
|
"level": 0
|
|
13607
13592
|
},
|
|
13608
13593
|
{
|
|
@@ -13618,7 +13603,7 @@
|
|
|
13618
13603
|
"filename": "index.js",
|
|
13619
13604
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
13620
13605
|
},
|
|
13621
|
-
"order":
|
|
13606
|
+
"order": 82,
|
|
13622
13607
|
"level": 0
|
|
13623
13608
|
},
|
|
13624
13609
|
{
|
|
@@ -13634,7 +13619,7 @@
|
|
|
13634
13619
|
"filename": "index.js",
|
|
13635
13620
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
13636
13621
|
},
|
|
13637
|
-
"order":
|
|
13622
|
+
"order": 83,
|
|
13638
13623
|
"level": 0
|
|
13639
13624
|
},
|
|
13640
13625
|
{
|
|
@@ -13681,17 +13666,20 @@
|
|
|
13681
13666
|
"filename": "index.js",
|
|
13682
13667
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
13683
13668
|
},
|
|
13684
|
-
"order":
|
|
13669
|
+
"order": 84,
|
|
13685
13670
|
"level": 0
|
|
13686
13671
|
},
|
|
13687
13672
|
{
|
|
13688
|
-
"id": "module:
|
|
13689
|
-
"longname": "module:
|
|
13690
|
-
"name": "
|
|
13673
|
+
"id": "module:useToast.useToast",
|
|
13674
|
+
"longname": "module:useToast.useToast",
|
|
13675
|
+
"name": "useToast",
|
|
13691
13676
|
"kind": "constant",
|
|
13692
13677
|
"scope": "static",
|
|
13693
|
-
"description": "
|
|
13694
|
-
"memberof": "module:
|
|
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
|
+
],
|
|
13695
13683
|
"returns": [
|
|
13696
13684
|
{
|
|
13697
13685
|
"type": {
|
|
@@ -13699,7 +13687,7 @@
|
|
|
13699
13687
|
"object"
|
|
13700
13688
|
]
|
|
13701
13689
|
},
|
|
13702
|
-
"description": "The
|
|
13690
|
+
"description": "The toast API."
|
|
13703
13691
|
}
|
|
13704
13692
|
],
|
|
13705
13693
|
"exceptions": [
|
|
@@ -13709,15 +13697,47 @@
|
|
|
13709
13697
|
"Error"
|
|
13710
13698
|
]
|
|
13711
13699
|
},
|
|
13712
|
-
"description": "If the
|
|
13700
|
+
"description": "If the toast plugin is not installed."
|
|
13713
13701
|
}
|
|
13714
13702
|
],
|
|
13703
|
+
"meta": {
|
|
13704
|
+
"lineno": 15,
|
|
13705
|
+
"filename": "useToast.js",
|
|
13706
|
+
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
|
|
13707
|
+
},
|
|
13708
|
+
"order": 109,
|
|
13709
|
+
"level": 0
|
|
13710
|
+
},
|
|
13711
|
+
{
|
|
13712
|
+
"id": "toast.module:store.store",
|
|
13713
|
+
"longname": "toast.module:store.store",
|
|
13714
|
+
"name": "store",
|
|
13715
|
+
"kind": "constant",
|
|
13716
|
+
"scope": "static",
|
|
13717
|
+
"description": "Reactive State Object (used inside global components, and as API globally)",
|
|
13718
|
+
"memberof": "toast.module:store",
|
|
13715
13719
|
"meta": {
|
|
13716
13720
|
"lineno": 13,
|
|
13717
|
-
"filename": "
|
|
13718
|
-
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/
|
|
13721
|
+
"filename": "store.js",
|
|
13722
|
+
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
|
|
13719
13723
|
},
|
|
13720
|
-
"order":
|
|
13724
|
+
"order": 111,
|
|
13725
|
+
"level": 0
|
|
13726
|
+
},
|
|
13727
|
+
{
|
|
13728
|
+
"id": "toast.module:store.api",
|
|
13729
|
+
"longname": "toast.module:store.api",
|
|
13730
|
+
"name": "api",
|
|
13731
|
+
"kind": "constant",
|
|
13732
|
+
"scope": "static",
|
|
13733
|
+
"description": "Public API",
|
|
13734
|
+
"memberof": "toast.module:store",
|
|
13735
|
+
"meta": {
|
|
13736
|
+
"lineno": 42,
|
|
13737
|
+
"filename": "store.js",
|
|
13738
|
+
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
|
|
13739
|
+
},
|
|
13740
|
+
"order": 113,
|
|
13721
13741
|
"level": 0
|
|
13722
13742
|
},
|
|
13723
13743
|
{
|
|
@@ -14583,7 +14603,7 @@
|
|
|
14583
14603
|
"filename": "useWindowResize.js",
|
|
14584
14604
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
|
|
14585
14605
|
},
|
|
14586
|
-
"order":
|
|
14606
|
+
"order": 31,
|
|
14587
14607
|
"level": 0
|
|
14588
14608
|
},
|
|
14589
14609
|
{
|
|
@@ -14637,7 +14657,7 @@
|
|
|
14637
14657
|
"filename": "useUluFloating.js",
|
|
14638
14658
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
|
|
14639
14659
|
},
|
|
14640
|
-
"order":
|
|
14660
|
+
"order": 35,
|
|
14641
14661
|
"level": 0
|
|
14642
14662
|
},
|
|
14643
14663
|
{
|
|
@@ -14674,7 +14694,7 @@
|
|
|
14674
14694
|
"filename": "useTableData.js",
|
|
14675
14695
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
|
|
14676
14696
|
},
|
|
14677
|
-
"order":
|
|
14697
|
+
"order": 37,
|
|
14678
14698
|
"level": 0
|
|
14679
14699
|
},
|
|
14680
14700
|
{
|
|
@@ -14706,7 +14726,7 @@
|
|
|
14706
14726
|
"filename": "useRequiredInject.js",
|
|
14707
14727
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
|
|
14708
14728
|
},
|
|
14709
|
-
"order":
|
|
14729
|
+
"order": 45,
|
|
14710
14730
|
"level": 0
|
|
14711
14731
|
},
|
|
14712
14732
|
{
|
|
@@ -14752,7 +14772,7 @@
|
|
|
14752
14772
|
"filename": "usePagination.js",
|
|
14753
14773
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
|
|
14754
14774
|
},
|
|
14755
|
-
"order":
|
|
14775
|
+
"order": 47,
|
|
14756
14776
|
"level": 0
|
|
14757
14777
|
},
|
|
14758
14778
|
{
|
|
@@ -14825,7 +14845,7 @@
|
|
|
14825
14845
|
"filename": "useModifiers.js",
|
|
14826
14846
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
|
|
14827
14847
|
},
|
|
14828
|
-
"order":
|
|
14848
|
+
"order": 49,
|
|
14829
14849
|
"level": 0
|
|
14830
14850
|
},
|
|
14831
14851
|
{
|
|
@@ -14851,7 +14871,7 @@
|
|
|
14851
14871
|
"filename": "useIcon.js",
|
|
14852
14872
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
|
|
14853
14873
|
},
|
|
14854
|
-
"order":
|
|
14874
|
+
"order": 51,
|
|
14855
14875
|
"level": 0
|
|
14856
14876
|
},
|
|
14857
14877
|
{
|
|
@@ -14921,7 +14941,7 @@
|
|
|
14921
14941
|
"filename": "useDocumentTitle.js",
|
|
14922
14942
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
|
|
14923
14943
|
},
|
|
14924
|
-
"order":
|
|
14944
|
+
"order": 54,
|
|
14925
14945
|
"level": 0
|
|
14926
14946
|
},
|
|
14927
14947
|
{
|
|
@@ -14989,7 +15009,32 @@
|
|
|
14989
15009
|
"filename": "useBreakpointManager.js",
|
|
14990
15010
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
|
|
14991
15011
|
},
|
|
14992
|
-
"order":
|
|
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,
|
|
14993
15038
|
"level": 0
|
|
14994
15039
|
},
|
|
14995
15040
|
{
|
|
@@ -15020,7 +15065,7 @@
|
|
|
15020
15065
|
"filename": "store.js",
|
|
15021
15066
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
|
|
15022
15067
|
},
|
|
15023
|
-
"order":
|
|
15068
|
+
"order": 114
|
|
15024
15069
|
},
|
|
15025
15070
|
{
|
|
15026
15071
|
"id": "toast.module:store~api.remove",
|
|
@@ -15045,7 +15090,7 @@
|
|
|
15045
15090
|
"filename": "store.js",
|
|
15046
15091
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
|
|
15047
15092
|
},
|
|
15048
|
-
"order":
|
|
15093
|
+
"order": 115
|
|
15049
15094
|
},
|
|
15050
15095
|
{
|
|
15051
15096
|
"id": "toast.module:store~api.removeAll",
|
|
@@ -15060,32 +15105,7 @@
|
|
|
15060
15105
|
"filename": "store.js",
|
|
15061
15106
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
|
|
15062
15107
|
},
|
|
15063
|
-
"order":
|
|
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
|
|
15108
|
+
"order": 116
|
|
15089
15109
|
},
|
|
15090
15110
|
{
|
|
15091
15111
|
"id": "module:useScrollAnchors.useScrollAnchors",
|
|
@@ -15348,22 +15368,6 @@
|
|
|
15348
15368
|
"order": 152,
|
|
15349
15369
|
"level": 0
|
|
15350
15370
|
},
|
|
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
|
-
},
|
|
15367
15371
|
{
|
|
15368
15372
|
"id": "modals.module:api~active",
|
|
15369
15373
|
"longname": "modals.module:api~active",
|
|
@@ -15377,7 +15381,7 @@
|
|
|
15377
15381
|
"filename": "api.js",
|
|
15378
15382
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/modals"
|
|
15379
15383
|
},
|
|
15380
|
-
"order":
|
|
15384
|
+
"order": 70,
|
|
15381
15385
|
"level": 0
|
|
15382
15386
|
},
|
|
15383
15387
|
{
|
|
@@ -15393,7 +15397,23 @@
|
|
|
15393
15397
|
"filename": "api.js",
|
|
15394
15398
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/modals"
|
|
15395
15399
|
},
|
|
15396
|
-
"order":
|
|
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,
|
|
15397
15417
|
"level": 0
|
|
15398
15418
|
},
|
|
15399
15419
|
{
|
|
@@ -15427,7 +15447,7 @@
|
|
|
15427
15447
|
"filename": "useTableData.js",
|
|
15428
15448
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
|
|
15429
15449
|
},
|
|
15430
|
-
"order":
|
|
15450
|
+
"order": 43,
|
|
15431
15451
|
"level": 0
|
|
15432
15452
|
},
|
|
15433
15453
|
{
|
|
@@ -15444,7 +15464,7 @@
|
|
|
15444
15464
|
"filename": "api.js",
|
|
15445
15465
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/modals"
|
|
15446
15466
|
},
|
|
15447
|
-
"order":
|
|
15467
|
+
"order": 69,
|
|
15448
15468
|
"level": 0
|
|
15449
15469
|
},
|
|
15450
15470
|
{
|
|
@@ -15461,7 +15481,7 @@
|
|
|
15461
15481
|
"filename": "api.js",
|
|
15462
15482
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/modals"
|
|
15463
15483
|
},
|
|
15464
|
-
"order":
|
|
15484
|
+
"order": 72,
|
|
15465
15485
|
"level": 0
|
|
15466
15486
|
},
|
|
15467
15487
|
{
|
|
@@ -15540,7 +15560,7 @@
|
|
|
15540
15560
|
"filename": "useWindowResize.js",
|
|
15541
15561
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
|
|
15542
15562
|
},
|
|
15543
|
-
"order":
|
|
15563
|
+
"order": 30,
|
|
15544
15564
|
"level": 0
|
|
15545
15565
|
},
|
|
15546
15566
|
{
|
|
@@ -15557,7 +15577,7 @@
|
|
|
15557
15577
|
"filename": "useTableData.js",
|
|
15558
15578
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
|
|
15559
15579
|
},
|
|
15560
|
-
"order":
|
|
15580
|
+
"order": 38,
|
|
15561
15581
|
"level": 0
|
|
15562
15582
|
},
|
|
15563
15583
|
{
|
|
@@ -15574,7 +15594,7 @@
|
|
|
15574
15594
|
"filename": "useTableData.js",
|
|
15575
15595
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
|
|
15576
15596
|
},
|
|
15577
|
-
"order":
|
|
15597
|
+
"order": 39,
|
|
15578
15598
|
"level": 0
|
|
15579
15599
|
},
|
|
15580
15600
|
{
|
|
@@ -15591,7 +15611,7 @@
|
|
|
15591
15611
|
"filename": "useTableData.js",
|
|
15592
15612
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
|
|
15593
15613
|
},
|
|
15594
|
-
"order":
|
|
15614
|
+
"order": 40,
|
|
15595
15615
|
"level": 0
|
|
15596
15616
|
},
|
|
15597
15617
|
{
|
|
@@ -15608,7 +15628,7 @@
|
|
|
15608
15628
|
"filename": "useTableData.js",
|
|
15609
15629
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
|
|
15610
15630
|
},
|
|
15611
|
-
"order":
|
|
15631
|
+
"order": 41,
|
|
15612
15632
|
"level": 0
|
|
15613
15633
|
},
|
|
15614
15634
|
{
|
|
@@ -15625,7 +15645,7 @@
|
|
|
15625
15645
|
"filename": "useTableData.js",
|
|
15626
15646
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
|
|
15627
15647
|
},
|
|
15628
|
-
"order":
|
|
15648
|
+
"order": 42,
|
|
15629
15649
|
"level": 0
|
|
15630
15650
|
},
|
|
15631
15651
|
{
|
|
@@ -15665,7 +15685,7 @@
|
|
|
15665
15685
|
"filename": "useIcon.js",
|
|
15666
15686
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
|
|
15667
15687
|
},
|
|
15668
|
-
"order":
|
|
15688
|
+
"order": 52,
|
|
15669
15689
|
"level": 0
|
|
15670
15690
|
},
|
|
15671
15691
|
{
|
|
@@ -15696,7 +15716,7 @@
|
|
|
15696
15716
|
"filename": "api.js",
|
|
15697
15717
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/modals"
|
|
15698
15718
|
},
|
|
15699
|
-
"order":
|
|
15719
|
+
"order": 73,
|
|
15700
15720
|
"level": 0
|
|
15701
15721
|
},
|
|
15702
15722
|
{
|
|
@@ -15722,7 +15742,7 @@
|
|
|
15722
15742
|
"filename": "api.js",
|
|
15723
15743
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/modals"
|
|
15724
15744
|
},
|
|
15725
|
-
"order":
|
|
15745
|
+
"order": 74,
|
|
15726
15746
|
"level": 0
|
|
15727
15747
|
},
|
|
15728
15748
|
{
|
|
@@ -15738,7 +15758,7 @@
|
|
|
15738
15758
|
"filename": "api.js",
|
|
15739
15759
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/modals"
|
|
15740
15760
|
},
|
|
15741
|
-
"order":
|
|
15761
|
+
"order": 75,
|
|
15742
15762
|
"level": 0
|
|
15743
15763
|
},
|
|
15744
15764
|
{
|
|
@@ -15764,7 +15784,7 @@
|
|
|
15764
15784
|
"filename": "api.js",
|
|
15765
15785
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/modals"
|
|
15766
15786
|
},
|
|
15767
|
-
"order":
|
|
15787
|
+
"order": 76,
|
|
15768
15788
|
"level": 0
|
|
15769
15789
|
},
|
|
15770
15790
|
{
|
|
@@ -16119,7 +16139,7 @@
|
|
|
16119
16139
|
"filename": "useUluFloating.js",
|
|
16120
16140
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
|
|
16121
16141
|
},
|
|
16122
|
-
"order":
|
|
16142
|
+
"order": 33,
|
|
16123
16143
|
"level": 0
|
|
16124
16144
|
},
|
|
16125
16145
|
{
|
|
@@ -16206,7 +16226,7 @@
|
|
|
16206
16226
|
"filename": "useUluFloating.js",
|
|
16207
16227
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/composables"
|
|
16208
16228
|
},
|
|
16209
|
-
"order":
|
|
16229
|
+
"order": 34,
|
|
16210
16230
|
"level": 0
|
|
16211
16231
|
},
|
|
16212
16232
|
{
|
|
@@ -16247,7 +16267,7 @@
|
|
|
16247
16267
|
"filename": "index.js",
|
|
16248
16268
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/modals"
|
|
16249
16269
|
},
|
|
16250
|
-
"order":
|
|
16270
|
+
"order": 66,
|
|
16251
16271
|
"level": 0
|
|
16252
16272
|
}
|
|
16253
16273
|
],
|