@ulu/frontend-vue 0.6.6 → 0.6.7
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
|
@@ -27,6 +27,22 @@
|
|
|
27
27
|
"code": "<toast>Content</toast>"
|
|
28
28
|
}
|
|
29
29
|
],
|
|
30
|
+
"useTooltipFollow": [
|
|
31
|
+
{
|
|
32
|
+
"title": "Default",
|
|
33
|
+
"description": "Default variation",
|
|
34
|
+
"code": "<useTooltipFollow>Content</useTooltipFollow>"
|
|
35
|
+
}
|
|
36
|
+
],
|
|
37
|
+
"useTooltip": [],
|
|
38
|
+
"tooltip": [
|
|
39
|
+
{
|
|
40
|
+
"title": "Basic",
|
|
41
|
+
"description": "Basic variation",
|
|
42
|
+
"code": "<tooltip>This is a basic tooltip!</tooltip>"
|
|
43
|
+
}
|
|
44
|
+
],
|
|
45
|
+
"UluPopover": [],
|
|
30
46
|
"useModals": [],
|
|
31
47
|
"modals": [
|
|
32
48
|
{
|
|
@@ -60,25 +76,49 @@
|
|
|
60
76
|
"code": "<template>\n <button @click=\"showSettingsModal\">My Settings</button>\n</template>\n\n<script setup>\n import { useModals } from \"./useModals\";\n\n const modals = useModals();\n const showSettingsModal = () => {\n console.log(\"This is opening via uluModals composable\");\n modals.open(\"settings\");\n };\n</script>"
|
|
61
77
|
}
|
|
62
78
|
],
|
|
63
|
-
"
|
|
79
|
+
"UluProgressCircle": [],
|
|
80
|
+
"UluProgressBar": [],
|
|
81
|
+
"UluAnimateNumber": [],
|
|
82
|
+
"UluSanityRichText": [],
|
|
83
|
+
"UluRouteAnnouncer": [],
|
|
84
|
+
"UluPlaceholderText": [],
|
|
85
|
+
"UluPlaceholderImage": [],
|
|
86
|
+
"UluEmptyView": [],
|
|
87
|
+
"UluEmpty": [],
|
|
88
|
+
"UluConditionalWrapper": [],
|
|
89
|
+
"UluConditionalText": [],
|
|
90
|
+
"UluAction": [
|
|
64
91
|
{
|
|
65
|
-
"title": "
|
|
66
|
-
"description": "
|
|
67
|
-
"code": "<
|
|
68
|
-
}
|
|
69
|
-
],
|
|
70
|
-
"useTooltip": [],
|
|
71
|
-
"tooltip": [
|
|
92
|
+
"title": "AsButton",
|
|
93
|
+
"description": "AsButton variation",
|
|
94
|
+
"code": "<UluAction>Content</UluAction>"
|
|
95
|
+
},
|
|
72
96
|
{
|
|
73
|
-
"title": "
|
|
74
|
-
"description": "
|
|
75
|
-
"code": "<
|
|
97
|
+
"title": "AsAnchor",
|
|
98
|
+
"description": "AsAnchor variation",
|
|
99
|
+
"code": "<UluAction href=\"https://example.com\" target=\"_blank\">Content</UluAction>"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"title": "AsRouterLink",
|
|
103
|
+
"description": "AsRouterLink variation",
|
|
104
|
+
"code": "<UluAction to=\"/about\">Content</UluAction>"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"title": "ExplicitElementOverride",
|
|
108
|
+
"description": "ExplicitElementOverride variation",
|
|
109
|
+
"code": "<UluAction element=\"span\">Content</UluAction>"
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"title": "DownloadWithFilename",
|
|
113
|
+
"description": "DownloadWithFilename variation",
|
|
114
|
+
"code": "<UluAction href=\"{...}\" download=\"download-test.txt\">Content</UluAction>"
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"title": "TestDownloadWithoutFilename",
|
|
118
|
+
"description": "TestDownloadWithoutFilename variation",
|
|
119
|
+
"code": "<UluAction href=\"{...}\" download>Content</UluAction>"
|
|
76
120
|
}
|
|
77
121
|
],
|
|
78
|
-
"UluPopover": [],
|
|
79
|
-
"UluProgressCircle": [],
|
|
80
|
-
"UluProgressBar": [],
|
|
81
|
-
"UluAnimateNumber": [],
|
|
82
122
|
"UluSkipLink": [
|
|
83
123
|
{
|
|
84
124
|
"title": "Default",
|
|
@@ -155,46 +195,6 @@
|
|
|
155
195
|
"UluTitleRail": [],
|
|
156
196
|
"UluDataGrid": [],
|
|
157
197
|
"UluAdaptiveLayout": [],
|
|
158
|
-
"UluSanityRichText": [],
|
|
159
|
-
"UluRouteAnnouncer": [],
|
|
160
|
-
"UluPlaceholderText": [],
|
|
161
|
-
"UluPlaceholderImage": [],
|
|
162
|
-
"UluEmptyView": [],
|
|
163
|
-
"UluEmpty": [],
|
|
164
|
-
"UluConditionalWrapper": [],
|
|
165
|
-
"UluConditionalText": [],
|
|
166
|
-
"UluAction": [
|
|
167
|
-
{
|
|
168
|
-
"title": "AsButton",
|
|
169
|
-
"description": "AsButton variation",
|
|
170
|
-
"code": "<UluAction>Content</UluAction>"
|
|
171
|
-
},
|
|
172
|
-
{
|
|
173
|
-
"title": "AsAnchor",
|
|
174
|
-
"description": "AsAnchor variation",
|
|
175
|
-
"code": "<UluAction href=\"https://example.com\" target=\"_blank\">Content</UluAction>"
|
|
176
|
-
},
|
|
177
|
-
{
|
|
178
|
-
"title": "AsRouterLink",
|
|
179
|
-
"description": "AsRouterLink variation",
|
|
180
|
-
"code": "<UluAction to=\"/about\">Content</UluAction>"
|
|
181
|
-
},
|
|
182
|
-
{
|
|
183
|
-
"title": "ExplicitElementOverride",
|
|
184
|
-
"description": "ExplicitElementOverride variation",
|
|
185
|
-
"code": "<UluAction element=\"span\">Content</UluAction>"
|
|
186
|
-
},
|
|
187
|
-
{
|
|
188
|
-
"title": "DownloadWithFilename",
|
|
189
|
-
"description": "DownloadWithFilename variation",
|
|
190
|
-
"code": "<UluAction href=\"{...}\" download=\"download-test.txt\">Content</UluAction>"
|
|
191
|
-
},
|
|
192
|
-
{
|
|
193
|
-
"title": "TestDownloadWithoutFilename",
|
|
194
|
-
"description": "TestDownloadWithoutFilename variation",
|
|
195
|
-
"code": "<UluAction href=\"{...}\" download>Content</UluAction>"
|
|
196
|
-
}
|
|
197
|
-
],
|
|
198
198
|
"UluTabGroup": [
|
|
199
199
|
{
|
|
200
200
|
"title": "Default",
|
|
@@ -12504,160 +12504,160 @@
|
|
|
12504
12504
|
"level": 0
|
|
12505
12505
|
},
|
|
12506
12506
|
{
|
|
12507
|
-
"id": "module:
|
|
12508
|
-
"longname": "module:
|
|
12509
|
-
"name": "
|
|
12507
|
+
"id": "module:corePlugin",
|
|
12508
|
+
"longname": "module:corePlugin",
|
|
12509
|
+
"name": "corePlugin",
|
|
12510
12510
|
"kind": "module",
|
|
12511
|
+
"description": "Core plugin for managing shared configuration for the library.",
|
|
12511
12512
|
"meta": {
|
|
12512
12513
|
"lineno": 1,
|
|
12513
|
-
"filename": "
|
|
12514
|
-
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/
|
|
12514
|
+
"filename": "index.js",
|
|
12515
|
+
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/core"
|
|
12515
12516
|
},
|
|
12516
12517
|
"order": 63,
|
|
12517
12518
|
"level": 0
|
|
12518
12519
|
},
|
|
12519
12520
|
{
|
|
12520
|
-
"id": "
|
|
12521
|
-
"longname": "
|
|
12522
|
-
"name": "
|
|
12521
|
+
"id": "module:useTooltipFollow",
|
|
12522
|
+
"longname": "module:useTooltipFollow",
|
|
12523
|
+
"name": "useTooltipFollow",
|
|
12523
12524
|
"kind": "module",
|
|
12524
12525
|
"meta": {
|
|
12525
12526
|
"lineno": 1,
|
|
12526
|
-
"filename": "
|
|
12527
|
-
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/
|
|
12527
|
+
"filename": "useTooltipFollow.js",
|
|
12528
|
+
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
12528
12529
|
},
|
|
12529
12530
|
"order": 65,
|
|
12530
12531
|
"level": 0
|
|
12531
12532
|
},
|
|
12532
12533
|
{
|
|
12533
|
-
"id": "module:
|
|
12534
|
-
"longname": "module:
|
|
12535
|
-
"name": "
|
|
12534
|
+
"id": "module:useTooltip",
|
|
12535
|
+
"longname": "module:useTooltip",
|
|
12536
|
+
"name": "useTooltip",
|
|
12536
12537
|
"kind": "module",
|
|
12537
12538
|
"meta": {
|
|
12538
12539
|
"lineno": 1,
|
|
12539
|
-
"filename": "
|
|
12540
|
-
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/
|
|
12540
|
+
"filename": "useTooltip.js",
|
|
12541
|
+
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
12541
12542
|
},
|
|
12542
|
-
"order":
|
|
12543
|
+
"order": 66,
|
|
12543
12544
|
"level": 0
|
|
12544
12545
|
},
|
|
12545
12546
|
{
|
|
12546
|
-
"id": "
|
|
12547
|
-
"longname": "
|
|
12548
|
-
"name": "
|
|
12547
|
+
"id": "module:popoversPlugin",
|
|
12548
|
+
"longname": "module:popoversPlugin",
|
|
12549
|
+
"name": "popoversPlugin",
|
|
12549
12550
|
"kind": "module",
|
|
12550
12551
|
"meta": {
|
|
12551
12552
|
"lineno": 1,
|
|
12552
|
-
"filename": "
|
|
12553
|
-
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/
|
|
12553
|
+
"filename": "index.js",
|
|
12554
|
+
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
12554
12555
|
},
|
|
12555
|
-
"order":
|
|
12556
|
+
"order": 68,
|
|
12556
12557
|
"level": 0
|
|
12557
12558
|
},
|
|
12558
12559
|
{
|
|
12559
|
-
"id": "module:
|
|
12560
|
-
"longname": "module:
|
|
12561
|
-
"name": "
|
|
12560
|
+
"id": "popovers.module:defaults",
|
|
12561
|
+
"longname": "popovers.module:defaults",
|
|
12562
|
+
"name": "defaults",
|
|
12562
12563
|
"kind": "module",
|
|
12563
12564
|
"meta": {
|
|
12564
12565
|
"lineno": 1,
|
|
12565
|
-
"filename": "
|
|
12566
|
-
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/
|
|
12566
|
+
"filename": "defaults.js",
|
|
12567
|
+
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
12567
12568
|
},
|
|
12568
|
-
"order":
|
|
12569
|
+
"order": 74,
|
|
12569
12570
|
"level": 0
|
|
12570
12571
|
},
|
|
12571
12572
|
{
|
|
12572
|
-
"id": "module:
|
|
12573
|
-
"longname": "module:
|
|
12574
|
-
"name": "
|
|
12573
|
+
"id": "module:useToast",
|
|
12574
|
+
"longname": "module:useToast",
|
|
12575
|
+
"name": "useToast",
|
|
12575
12576
|
"kind": "module",
|
|
12576
|
-
"description": "Modals plugin (adds components, global registry, etc)\n- Updated version handles both independent and global registered/triggered modals",
|
|
12577
12577
|
"meta": {
|
|
12578
12578
|
"lineno": 1,
|
|
12579
|
-
"filename": "
|
|
12580
|
-
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/
|
|
12579
|
+
"filename": "useToast.js",
|
|
12580
|
+
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
|
|
12581
12581
|
},
|
|
12582
|
-
"order":
|
|
12582
|
+
"order": 96,
|
|
12583
12583
|
"level": 0
|
|
12584
12584
|
},
|
|
12585
12585
|
{
|
|
12586
|
-
"id": "
|
|
12587
|
-
"longname": "
|
|
12588
|
-
"name": "
|
|
12586
|
+
"id": "toast.module:store",
|
|
12587
|
+
"longname": "toast.module:store",
|
|
12588
|
+
"name": "store",
|
|
12589
12589
|
"kind": "module",
|
|
12590
12590
|
"meta": {
|
|
12591
12591
|
"lineno": 1,
|
|
12592
|
-
"filename": "
|
|
12593
|
-
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/
|
|
12592
|
+
"filename": "store.js",
|
|
12593
|
+
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
|
|
12594
12594
|
},
|
|
12595
|
-
"order":
|
|
12595
|
+
"order": 98,
|
|
12596
12596
|
"level": 0
|
|
12597
12597
|
},
|
|
12598
12598
|
{
|
|
12599
|
-
"id": "module:
|
|
12600
|
-
"longname": "module:
|
|
12601
|
-
"name": "
|
|
12599
|
+
"id": "module:toastPlugin",
|
|
12600
|
+
"longname": "module:toastPlugin",
|
|
12601
|
+
"name": "toastPlugin",
|
|
12602
12602
|
"kind": "module",
|
|
12603
12603
|
"meta": {
|
|
12604
12604
|
"lineno": 1,
|
|
12605
|
-
"filename": "
|
|
12606
|
-
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/
|
|
12605
|
+
"filename": "index.js",
|
|
12606
|
+
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
|
|
12607
12607
|
},
|
|
12608
|
-
"order":
|
|
12608
|
+
"order": 105,
|
|
12609
12609
|
"level": 0
|
|
12610
12610
|
},
|
|
12611
12611
|
{
|
|
12612
|
-
"id": "module:
|
|
12613
|
-
"longname": "module:
|
|
12614
|
-
"name": "
|
|
12612
|
+
"id": "toast.module:defaults",
|
|
12613
|
+
"longname": "toast.module:defaults",
|
|
12614
|
+
"name": "defaults",
|
|
12615
12615
|
"kind": "module",
|
|
12616
12616
|
"meta": {
|
|
12617
12617
|
"lineno": 1,
|
|
12618
|
-
"filename": "
|
|
12619
|
-
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/
|
|
12618
|
+
"filename": "defaults.js",
|
|
12619
|
+
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
|
|
12620
12620
|
},
|
|
12621
|
-
"order":
|
|
12622
|
-
"level": 0
|
|
12621
|
+
"order": 107
|
|
12623
12622
|
},
|
|
12624
12623
|
{
|
|
12625
|
-
"id": "module:
|
|
12626
|
-
"longname": "module:
|
|
12627
|
-
"name": "
|
|
12624
|
+
"id": "module:useModals",
|
|
12625
|
+
"longname": "module:useModals",
|
|
12626
|
+
"name": "useModals",
|
|
12628
12627
|
"kind": "module",
|
|
12629
12628
|
"meta": {
|
|
12630
12629
|
"lineno": 1,
|
|
12631
|
-
"filename": "
|
|
12632
|
-
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/
|
|
12630
|
+
"filename": "useModals.js",
|
|
12631
|
+
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/modals"
|
|
12633
12632
|
},
|
|
12634
|
-
"order":
|
|
12633
|
+
"order": 113,
|
|
12635
12634
|
"level": 0
|
|
12636
12635
|
},
|
|
12637
12636
|
{
|
|
12638
|
-
"id": "
|
|
12639
|
-
"longname": "
|
|
12640
|
-
"name": "
|
|
12637
|
+
"id": "module:modalsPlugin",
|
|
12638
|
+
"longname": "module:modalsPlugin",
|
|
12639
|
+
"name": "modalsPlugin",
|
|
12641
12640
|
"kind": "module",
|
|
12641
|
+
"description": "Modals plugin (adds components, global registry, etc)\n- Updated version handles both independent and global registered/triggered modals",
|
|
12642
12642
|
"meta": {
|
|
12643
12643
|
"lineno": 1,
|
|
12644
|
-
"filename": "
|
|
12645
|
-
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/
|
|
12644
|
+
"filename": "index.js",
|
|
12645
|
+
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/modals"
|
|
12646
12646
|
},
|
|
12647
|
-
"order":
|
|
12647
|
+
"order": 115,
|
|
12648
|
+
"level": 0
|
|
12648
12649
|
},
|
|
12649
12650
|
{
|
|
12650
|
-
"id": "module:
|
|
12651
|
-
"longname": "module:
|
|
12652
|
-
"name": "
|
|
12651
|
+
"id": "modals.module:api",
|
|
12652
|
+
"longname": "modals.module:api",
|
|
12653
|
+
"name": "api",
|
|
12653
12654
|
"kind": "module",
|
|
12654
|
-
"description": "Core plugin for managing shared configuration for the library.",
|
|
12655
12655
|
"meta": {
|
|
12656
12656
|
"lineno": 1,
|
|
12657
|
-
"filename": "
|
|
12658
|
-
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/
|
|
12657
|
+
"filename": "api.js",
|
|
12658
|
+
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/modals"
|
|
12659
12659
|
},
|
|
12660
|
-
"order":
|
|
12660
|
+
"order": 118,
|
|
12661
12661
|
"level": 0
|
|
12662
12662
|
},
|
|
12663
12663
|
{
|
|
@@ -12739,55 +12739,80 @@
|
|
|
12739
12739
|
"level": 0
|
|
12740
12740
|
},
|
|
12741
12741
|
{
|
|
12742
|
-
"id": "module:
|
|
12743
|
-
"longname": "module:
|
|
12742
|
+
"id": "module:corePlugin--module.exports",
|
|
12743
|
+
"longname": "module:corePlugin",
|
|
12744
12744
|
"name": "module.exports",
|
|
12745
12745
|
"kind": "function",
|
|
12746
12746
|
"isExported": true,
|
|
12747
|
-
"description": "
|
|
12748
|
-
"memberof": "module:
|
|
12749
|
-
"meta": {
|
|
12750
|
-
"lineno": 11,
|
|
12751
|
-
"filename": "index.js",
|
|
12752
|
-
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
|
|
12753
|
-
},
|
|
12754
|
-
"order": 73,
|
|
12755
|
-
"level": 0
|
|
12756
|
-
},
|
|
12757
|
-
{
|
|
12758
|
-
"id": "module:modalsPlugin--module.exports",
|
|
12759
|
-
"longname": "module:modalsPlugin",
|
|
12760
|
-
"name": "module.exports",
|
|
12761
|
-
"kind": "function",
|
|
12762
|
-
"isExported": true,
|
|
12763
|
-
"description": "Modals Vue Plugin",
|
|
12764
|
-
"memberof": "module:modalsPlugin",
|
|
12747
|
+
"description": "Installs the core plugin, which provides a centralized, reactive configuration for the entire library.\nIt is essential for managing global settings, particularly for the icon system.",
|
|
12748
|
+
"memberof": "module:corePlugin",
|
|
12765
12749
|
"params": [
|
|
12766
12750
|
{
|
|
12767
12751
|
"type": {
|
|
12768
12752
|
"names": [
|
|
12769
|
-
"
|
|
12753
|
+
"object"
|
|
12770
12754
|
]
|
|
12771
12755
|
},
|
|
12772
|
-
"description": "Vue app instance
|
|
12773
|
-
"name": "
|
|
12756
|
+
"description": "The Vue app instance.",
|
|
12757
|
+
"name": "app"
|
|
12774
12758
|
},
|
|
12775
12759
|
{
|
|
12776
12760
|
"type": {
|
|
12777
12761
|
"names": [
|
|
12778
|
-
"
|
|
12762
|
+
"object"
|
|
12779
12763
|
]
|
|
12780
12764
|
},
|
|
12781
|
-
"
|
|
12782
|
-
"
|
|
12765
|
+
"optional": true,
|
|
12766
|
+
"description": "User-defined settings to override defaults.",
|
|
12767
|
+
"name": "userSettings"
|
|
12768
|
+
},
|
|
12769
|
+
{
|
|
12770
|
+
"type": {
|
|
12771
|
+
"names": [
|
|
12772
|
+
"boolean"
|
|
12773
|
+
]
|
|
12774
|
+
},
|
|
12775
|
+
"optional": true,
|
|
12776
|
+
"description": "If true, uses static FontAwesome CSS classes instead of the Vue component.",
|
|
12777
|
+
"name": "userSettings.fontAwesomeStatic"
|
|
12778
|
+
},
|
|
12779
|
+
{
|
|
12780
|
+
"type": {
|
|
12781
|
+
"names": [
|
|
12782
|
+
"object"
|
|
12783
|
+
]
|
|
12784
|
+
},
|
|
12785
|
+
"optional": true,
|
|
12786
|
+
"description": "A custom component to use for rendering icons.",
|
|
12787
|
+
"name": "userSettings.iconComponent"
|
|
12788
|
+
},
|
|
12789
|
+
{
|
|
12790
|
+
"type": {
|
|
12791
|
+
"names": [
|
|
12792
|
+
"function"
|
|
12793
|
+
]
|
|
12794
|
+
},
|
|
12795
|
+
"optional": true,
|
|
12796
|
+
"description": "A function to resolve props for the custom icon component.",
|
|
12797
|
+
"name": "userSettings.iconPropResolver"
|
|
12798
|
+
},
|
|
12799
|
+
{
|
|
12800
|
+
"type": {
|
|
12801
|
+
"names": [
|
|
12802
|
+
"object"
|
|
12803
|
+
]
|
|
12804
|
+
},
|
|
12805
|
+
"optional": true,
|
|
12806
|
+
"description": "An object to override default icon definitions by type (e.g., `{ danger: 'my-icon' }`).",
|
|
12807
|
+
"name": "userSettings.iconsByType"
|
|
12783
12808
|
}
|
|
12784
12809
|
],
|
|
12785
12810
|
"meta": {
|
|
12786
|
-
"lineno":
|
|
12811
|
+
"lineno": 49,
|
|
12787
12812
|
"filename": "index.js",
|
|
12788
|
-
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/
|
|
12813
|
+
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/core"
|
|
12789
12814
|
},
|
|
12790
|
-
"order":
|
|
12815
|
+
"order": 64,
|
|
12791
12816
|
"level": 0
|
|
12792
12817
|
},
|
|
12793
12818
|
{
|
|
@@ -12823,84 +12848,59 @@
|
|
|
12823
12848
|
"filename": "index.js",
|
|
12824
12849
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
12825
12850
|
},
|
|
12826
|
-
"order":
|
|
12851
|
+
"order": 73,
|
|
12827
12852
|
"level": 0
|
|
12828
12853
|
},
|
|
12829
12854
|
{
|
|
12830
|
-
"id": "module:
|
|
12831
|
-
"longname": "module:
|
|
12855
|
+
"id": "module:toastPlugin--module.exports",
|
|
12856
|
+
"longname": "module:toastPlugin",
|
|
12832
12857
|
"name": "module.exports",
|
|
12833
12858
|
"kind": "function",
|
|
12834
12859
|
"isExported": true,
|
|
12835
|
-
"description": "
|
|
12836
|
-
"memberof": "module:
|
|
12860
|
+
"description": "Install plugin",
|
|
12861
|
+
"memberof": "module:toastPlugin",
|
|
12862
|
+
"meta": {
|
|
12863
|
+
"lineno": 11,
|
|
12864
|
+
"filename": "index.js",
|
|
12865
|
+
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
|
|
12866
|
+
},
|
|
12867
|
+
"order": 106,
|
|
12868
|
+
"level": 0
|
|
12869
|
+
},
|
|
12870
|
+
{
|
|
12871
|
+
"id": "module:modalsPlugin--module.exports",
|
|
12872
|
+
"longname": "module:modalsPlugin",
|
|
12873
|
+
"name": "module.exports",
|
|
12874
|
+
"kind": "function",
|
|
12875
|
+
"isExported": true,
|
|
12876
|
+
"description": "Modals Vue Plugin",
|
|
12877
|
+
"memberof": "module:modalsPlugin",
|
|
12837
12878
|
"params": [
|
|
12838
12879
|
{
|
|
12839
12880
|
"type": {
|
|
12840
12881
|
"names": [
|
|
12841
|
-
"
|
|
12842
|
-
]
|
|
12843
|
-
},
|
|
12844
|
-
"description": "The Vue app instance.",
|
|
12845
|
-
"name": "app"
|
|
12846
|
-
},
|
|
12847
|
-
{
|
|
12848
|
-
"type": {
|
|
12849
|
-
"names": [
|
|
12850
|
-
"object"
|
|
12851
|
-
]
|
|
12852
|
-
},
|
|
12853
|
-
"optional": true,
|
|
12854
|
-
"description": "User-defined settings to override defaults.",
|
|
12855
|
-
"name": "userSettings"
|
|
12856
|
-
},
|
|
12857
|
-
{
|
|
12858
|
-
"type": {
|
|
12859
|
-
"names": [
|
|
12860
|
-
"boolean"
|
|
12861
|
-
]
|
|
12862
|
-
},
|
|
12863
|
-
"optional": true,
|
|
12864
|
-
"description": "If true, uses static FontAwesome CSS classes instead of the Vue component.",
|
|
12865
|
-
"name": "userSettings.fontAwesomeStatic"
|
|
12866
|
-
},
|
|
12867
|
-
{
|
|
12868
|
-
"type": {
|
|
12869
|
-
"names": [
|
|
12870
|
-
"object"
|
|
12871
|
-
]
|
|
12872
|
-
},
|
|
12873
|
-
"optional": true,
|
|
12874
|
-
"description": "A custom component to use for rendering icons.",
|
|
12875
|
-
"name": "userSettings.iconComponent"
|
|
12876
|
-
},
|
|
12877
|
-
{
|
|
12878
|
-
"type": {
|
|
12879
|
-
"names": [
|
|
12880
|
-
"function"
|
|
12882
|
+
"Object"
|
|
12881
12883
|
]
|
|
12882
12884
|
},
|
|
12883
|
-
"
|
|
12884
|
-
"
|
|
12885
|
-
"name": "userSettings.iconPropResolver"
|
|
12885
|
+
"description": "Vue app instance passed to plugin",
|
|
12886
|
+
"name": "App"
|
|
12886
12887
|
},
|
|
12887
12888
|
{
|
|
12888
12889
|
"type": {
|
|
12889
12890
|
"names": [
|
|
12890
|
-
"
|
|
12891
|
+
"module:modalsPlugin~UluModalsPluginOptions"
|
|
12891
12892
|
]
|
|
12892
12893
|
},
|
|
12893
|
-
"
|
|
12894
|
-
"
|
|
12895
|
-
"name": "userSettings.iconsByType"
|
|
12894
|
+
"description": "Options to change (see defaults)",
|
|
12895
|
+
"name": "userOptions"
|
|
12896
12896
|
}
|
|
12897
12897
|
],
|
|
12898
12898
|
"meta": {
|
|
12899
|
-
"lineno":
|
|
12899
|
+
"lineno": 28,
|
|
12900
12900
|
"filename": "index.js",
|
|
12901
|
-
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/
|
|
12901
|
+
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/modals"
|
|
12902
12902
|
},
|
|
12903
|
-
"order":
|
|
12903
|
+
"order": 117,
|
|
12904
12904
|
"level": 0
|
|
12905
12905
|
},
|
|
12906
12906
|
{
|
|
@@ -13005,83 +13005,6 @@
|
|
|
13005
13005
|
},
|
|
13006
13006
|
"order": 58
|
|
13007
13007
|
},
|
|
13008
|
-
{
|
|
13009
|
-
"id": "toast.module:defaults--module.exports",
|
|
13010
|
-
"longname": "toast.module:defaults",
|
|
13011
|
-
"name": "module.exports",
|
|
13012
|
-
"kind": "member",
|
|
13013
|
-
"scope": "static",
|
|
13014
|
-
"isExported": true,
|
|
13015
|
-
"description": "Default plugin options",
|
|
13016
|
-
"memberof": "toast.module:defaults",
|
|
13017
|
-
"meta": {
|
|
13018
|
-
"lineno": 9,
|
|
13019
|
-
"filename": "defaults.js",
|
|
13020
|
-
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
|
|
13021
|
-
},
|
|
13022
|
-
"order": 75,
|
|
13023
|
-
"level": 0
|
|
13024
|
-
},
|
|
13025
|
-
{
|
|
13026
|
-
"id": "toast.module:defaults--module.exports.toastOptions.component",
|
|
13027
|
-
"longname": "toast.module:defaults.toastOptions.component",
|
|
13028
|
-
"name": "component",
|
|
13029
|
-
"kind": "member",
|
|
13030
|
-
"scope": "static",
|
|
13031
|
-
"description": "Component used to render the toast in the display",
|
|
13032
|
-
"memberof": "toast.module:defaults--module.exports.toastOptions",
|
|
13033
|
-
"meta": {
|
|
13034
|
-
"lineno": 14,
|
|
13035
|
-
"filename": "defaults.js",
|
|
13036
|
-
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
|
|
13037
|
-
},
|
|
13038
|
-
"order": 76
|
|
13039
|
-
},
|
|
13040
|
-
{
|
|
13041
|
-
"id": "toast.module:defaults--module.exports.toastOptions.duration",
|
|
13042
|
-
"longname": "toast.module:defaults.toastOptions.duration",
|
|
13043
|
-
"name": "duration",
|
|
13044
|
-
"kind": "member",
|
|
13045
|
-
"scope": "static",
|
|
13046
|
-
"description": "Duration of toast",
|
|
13047
|
-
"memberof": "toast.module:defaults--module.exports.toastOptions",
|
|
13048
|
-
"meta": {
|
|
13049
|
-
"lineno": 18,
|
|
13050
|
-
"filename": "defaults.js",
|
|
13051
|
-
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
|
|
13052
|
-
},
|
|
13053
|
-
"order": 77
|
|
13054
|
-
},
|
|
13055
|
-
{
|
|
13056
|
-
"id": "toast.module:defaults--module.exports.toastOptions.actions",
|
|
13057
|
-
"longname": "toast.module:defaults.toastOptions.actions",
|
|
13058
|
-
"name": "actions",
|
|
13059
|
-
"kind": "member",
|
|
13060
|
-
"scope": "static",
|
|
13061
|
-
"description": "Array of actions { label, click }",
|
|
13062
|
-
"memberof": "toast.module:defaults--module.exports.toastOptions",
|
|
13063
|
-
"meta": {
|
|
13064
|
-
"lineno": 22,
|
|
13065
|
-
"filename": "defaults.js",
|
|
13066
|
-
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
|
|
13067
|
-
},
|
|
13068
|
-
"order": 78
|
|
13069
|
-
},
|
|
13070
|
-
{
|
|
13071
|
-
"id": "toast.module:defaults--module.exports.pluginOptions.position",
|
|
13072
|
-
"longname": "toast.module:defaults.pluginOptions.position",
|
|
13073
|
-
"name": "position",
|
|
13074
|
-
"kind": "member",
|
|
13075
|
-
"scope": "static",
|
|
13076
|
-
"description": "Position of the toast container (holds toasts)",
|
|
13077
|
-
"memberof": "toast.module:defaults--module.exports.pluginOptions",
|
|
13078
|
-
"meta": {
|
|
13079
|
-
"lineno": 29,
|
|
13080
|
-
"filename": "defaults.js",
|
|
13081
|
-
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
|
|
13082
|
-
},
|
|
13083
|
-
"order": 79
|
|
13084
|
-
},
|
|
13085
13008
|
{
|
|
13086
13009
|
"id": "popovers.module:defaults.plugin",
|
|
13087
13010
|
"longname": "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": 75,
|
|
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": 76,
|
|
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": 77,
|
|
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": 78,
|
|
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": 79,
|
|
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": 80,
|
|
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": 81,
|
|
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": 82,
|
|
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": 83,
|
|
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": 84,
|
|
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": 85,
|
|
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": 86,
|
|
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": 87,
|
|
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": 88,
|
|
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": 89,
|
|
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": 90,
|
|
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": 91,
|
|
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": 92,
|
|
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": 93,
|
|
13399
|
+
"level": 0
|
|
13458
13400
|
},
|
|
13459
13401
|
{
|
|
13460
13402
|
"id": "popovers.module:defaults.tooltip.component",
|
|
@@ -13465,57 +13407,230 @@
|
|
|
13465
13407
|
"description": "Use a specific component inside tooltip",
|
|
13466
13408
|
"memberof": "popovers.module:defaults.tooltip",
|
|
13467
13409
|
"meta": {
|
|
13468
|
-
"lineno": 108,
|
|
13469
|
-
"filename": "defaults.js",
|
|
13410
|
+
"lineno": 108,
|
|
13411
|
+
"filename": "defaults.js",
|
|
13412
|
+
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
13413
|
+
},
|
|
13414
|
+
"order": 94,
|
|
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": 95,
|
|
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": 108
|
|
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": 109
|
|
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": 110
|
|
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": 111
|
|
13493
|
+
},
|
|
13494
|
+
{
|
|
13495
|
+
"id": "toast.module:defaults--module.exports.pluginOptions.position",
|
|
13496
|
+
"longname": "toast.module:defaults.pluginOptions.position",
|
|
13497
|
+
"name": "position",
|
|
13498
|
+
"kind": "member",
|
|
13499
|
+
"scope": "static",
|
|
13500
|
+
"description": "Position of the toast container (holds toasts)",
|
|
13501
|
+
"memberof": "toast.module:defaults--module.exports.pluginOptions",
|
|
13502
|
+
"meta": {
|
|
13503
|
+
"lineno": 29,
|
|
13504
|
+
"filename": "defaults.js",
|
|
13505
|
+
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
|
|
13506
|
+
},
|
|
13507
|
+
"order": 112
|
|
13508
|
+
},
|
|
13509
|
+
{
|
|
13510
|
+
"id": "module:breakpointsPlugin--module.exports~defaults.breakpointMobile",
|
|
13511
|
+
"longname": "module:breakpointsPlugin~defaults.breakpointMobile",
|
|
13512
|
+
"name": "breakpointMobile",
|
|
13513
|
+
"kind": "member",
|
|
13514
|
+
"scope": "static",
|
|
13515
|
+
"description": "Breakpoint for mobile down/max",
|
|
13516
|
+
"memberof": "module:breakpointsPlugin--module.exports~defaults",
|
|
13517
|
+
"meta": {
|
|
13518
|
+
"lineno": 14,
|
|
13519
|
+
"filename": "index.js",
|
|
13520
|
+
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/breakpoints"
|
|
13521
|
+
},
|
|
13522
|
+
"order": 129,
|
|
13523
|
+
"level": 0
|
|
13524
|
+
},
|
|
13525
|
+
{
|
|
13526
|
+
"id": "module:breakpointsPlugin--module.exports~defaults.managerOptions",
|
|
13527
|
+
"longname": "module:breakpointsPlugin~defaults.managerOptions",
|
|
13528
|
+
"name": "managerOptions",
|
|
13529
|
+
"kind": "member",
|
|
13530
|
+
"scope": "static",
|
|
13531
|
+
"description": "Options to pass to useBreakpointManager()",
|
|
13532
|
+
"memberof": "module:breakpointsPlugin--module.exports~defaults",
|
|
13533
|
+
"meta": {
|
|
13534
|
+
"lineno": 18,
|
|
13535
|
+
"filename": "index.js",
|
|
13536
|
+
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/breakpoints"
|
|
13537
|
+
},
|
|
13538
|
+
"order": 130,
|
|
13539
|
+
"level": 0
|
|
13540
|
+
},
|
|
13541
|
+
{
|
|
13542
|
+
"id": "module:popoversPlugin--module.exports.POPOVER_OPTIONS_KEY",
|
|
13543
|
+
"longname": "module:popoversPlugin.POPOVER_OPTIONS_KEY",
|
|
13544
|
+
"name": "POPOVER_OPTIONS_KEY",
|
|
13545
|
+
"kind": "constant",
|
|
13546
|
+
"scope": "static",
|
|
13547
|
+
"description": "Injection key for popover options (merged/resolved with users defaults)",
|
|
13548
|
+
"memberof": "module:popoversPlugin--module.exports",
|
|
13549
|
+
"meta": {
|
|
13550
|
+
"lineno": 13,
|
|
13551
|
+
"filename": "index.js",
|
|
13470
13552
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
13471
13553
|
},
|
|
13472
|
-
"order":
|
|
13554
|
+
"order": 69,
|
|
13555
|
+
"level": 0
|
|
13473
13556
|
},
|
|
13474
13557
|
{
|
|
13475
|
-
"id": "
|
|
13476
|
-
"longname": "
|
|
13477
|
-
"name": "
|
|
13478
|
-
"kind": "
|
|
13558
|
+
"id": "module:popoversPlugin--module.exports.TOOLTIP_STATE_KEY",
|
|
13559
|
+
"longname": "module:popoversPlugin.TOOLTIP_STATE_KEY",
|
|
13560
|
+
"name": "TOOLTIP_STATE_KEY",
|
|
13561
|
+
"kind": "constant",
|
|
13479
13562
|
"scope": "static",
|
|
13480
|
-
"description": "
|
|
13481
|
-
"memberof": "
|
|
13563
|
+
"description": "Injection key for tooltip state object (used in tooltip composable, display, etc)",
|
|
13564
|
+
"memberof": "module:popoversPlugin--module.exports",
|
|
13482
13565
|
"meta": {
|
|
13483
|
-
"lineno":
|
|
13484
|
-
"filename": "
|
|
13566
|
+
"lineno": 18,
|
|
13567
|
+
"filename": "index.js",
|
|
13485
13568
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
13486
13569
|
},
|
|
13487
|
-
"order":
|
|
13570
|
+
"order": 70,
|
|
13571
|
+
"level": 0
|
|
13488
13572
|
},
|
|
13489
13573
|
{
|
|
13490
|
-
"id": "module:
|
|
13491
|
-
"longname": "module:
|
|
13492
|
-
"name": "
|
|
13493
|
-
"kind": "
|
|
13574
|
+
"id": "module:popoversPlugin--module.exports.TOOLTIP_ID",
|
|
13575
|
+
"longname": "module:popoversPlugin.TOOLTIP_ID",
|
|
13576
|
+
"name": "TOOLTIP_ID",
|
|
13577
|
+
"kind": "constant",
|
|
13494
13578
|
"scope": "static",
|
|
13495
|
-
"description": "
|
|
13496
|
-
"memberof": "module:
|
|
13579
|
+
"description": "The id for the global tooltip (which is on the tooltip and put on the element aria-describedby)",
|
|
13580
|
+
"memberof": "module:popoversPlugin--module.exports",
|
|
13497
13581
|
"meta": {
|
|
13498
|
-
"lineno":
|
|
13582
|
+
"lineno": 23,
|
|
13499
13583
|
"filename": "index.js",
|
|
13500
|
-
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/
|
|
13584
|
+
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
13501
13585
|
},
|
|
13502
|
-
"order":
|
|
13586
|
+
"order": 71,
|
|
13503
13587
|
"level": 0
|
|
13504
13588
|
},
|
|
13505
13589
|
{
|
|
13506
|
-
"id": "module:
|
|
13507
|
-
"longname": "module:
|
|
13508
|
-
"name": "
|
|
13509
|
-
"kind": "
|
|
13590
|
+
"id": "module:popoversPlugin--module.exports.resolveTooltipConfig",
|
|
13591
|
+
"longname": "module:popoversPlugin.resolveTooltipConfig",
|
|
13592
|
+
"name": "resolveTooltipConfig",
|
|
13593
|
+
"kind": "constant",
|
|
13510
13594
|
"scope": "static",
|
|
13511
|
-
"description": "
|
|
13512
|
-
"memberof": "module:
|
|
13595
|
+
"description": "Helper to resolve a raw tooltip config into a consistent config object.",
|
|
13596
|
+
"memberof": "module:popoversPlugin--module.exports",
|
|
13597
|
+
"params": [
|
|
13598
|
+
{
|
|
13599
|
+
"type": {
|
|
13600
|
+
"names": [
|
|
13601
|
+
"*"
|
|
13602
|
+
]
|
|
13603
|
+
},
|
|
13604
|
+
"description": "The raw value from the directive or composable.",
|
|
13605
|
+
"name": "rawConfig"
|
|
13606
|
+
},
|
|
13607
|
+
{
|
|
13608
|
+
"type": {
|
|
13609
|
+
"names": [
|
|
13610
|
+
"object"
|
|
13611
|
+
]
|
|
13612
|
+
},
|
|
13613
|
+
"description": "The merged default options for tooltips.",
|
|
13614
|
+
"name": "tooltipDefaults"
|
|
13615
|
+
}
|
|
13616
|
+
],
|
|
13617
|
+
"returns": [
|
|
13618
|
+
{
|
|
13619
|
+
"type": {
|
|
13620
|
+
"names": [
|
|
13621
|
+
"object",
|
|
13622
|
+
"null"
|
|
13623
|
+
]
|
|
13624
|
+
},
|
|
13625
|
+
"description": "A fully resolved config object or null."
|
|
13626
|
+
}
|
|
13627
|
+
],
|
|
13513
13628
|
"meta": {
|
|
13514
|
-
"lineno":
|
|
13629
|
+
"lineno": 37,
|
|
13515
13630
|
"filename": "index.js",
|
|
13516
|
-
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/
|
|
13631
|
+
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
13517
13632
|
},
|
|
13518
|
-
"order":
|
|
13633
|
+
"order": 72,
|
|
13519
13634
|
"level": 0
|
|
13520
13635
|
},
|
|
13521
13636
|
{
|
|
@@ -13554,7 +13669,7 @@
|
|
|
13554
13669
|
"filename": "useToast.js",
|
|
13555
13670
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
|
|
13556
13671
|
},
|
|
13557
|
-
"order":
|
|
13672
|
+
"order": 97,
|
|
13558
13673
|
"level": 0
|
|
13559
13674
|
},
|
|
13560
13675
|
{
|
|
@@ -13570,7 +13685,7 @@
|
|
|
13570
13685
|
"filename": "store.js",
|
|
13571
13686
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
|
|
13572
13687
|
},
|
|
13573
|
-
"order":
|
|
13688
|
+
"order": 99,
|
|
13574
13689
|
"level": 0
|
|
13575
13690
|
},
|
|
13576
13691
|
{
|
|
@@ -13586,7 +13701,7 @@
|
|
|
13586
13701
|
"filename": "store.js",
|
|
13587
13702
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
|
|
13588
13703
|
},
|
|
13589
|
-
"order":
|
|
13704
|
+
"order": 101,
|
|
13590
13705
|
"level": 0
|
|
13591
13706
|
},
|
|
13592
13707
|
{
|
|
@@ -13622,102 +13737,7 @@
|
|
|
13622
13737
|
"filename": "useModals.js",
|
|
13623
13738
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/modals"
|
|
13624
13739
|
},
|
|
13625
|
-
"order":
|
|
13626
|
-
"level": 0
|
|
13627
|
-
},
|
|
13628
|
-
{
|
|
13629
|
-
"id": "module:popoversPlugin--module.exports.POPOVER_OPTIONS_KEY",
|
|
13630
|
-
"longname": "module:popoversPlugin.POPOVER_OPTIONS_KEY",
|
|
13631
|
-
"name": "POPOVER_OPTIONS_KEY",
|
|
13632
|
-
"kind": "constant",
|
|
13633
|
-
"scope": "static",
|
|
13634
|
-
"description": "Injection key for popover options (merged/resolved with users defaults)",
|
|
13635
|
-
"memberof": "module:popoversPlugin--module.exports",
|
|
13636
|
-
"meta": {
|
|
13637
|
-
"lineno": 13,
|
|
13638
|
-
"filename": "index.js",
|
|
13639
|
-
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
13640
|
-
},
|
|
13641
|
-
"order": 98,
|
|
13642
|
-
"level": 0
|
|
13643
|
-
},
|
|
13644
|
-
{
|
|
13645
|
-
"id": "module:popoversPlugin--module.exports.TOOLTIP_STATE_KEY",
|
|
13646
|
-
"longname": "module:popoversPlugin.TOOLTIP_STATE_KEY",
|
|
13647
|
-
"name": "TOOLTIP_STATE_KEY",
|
|
13648
|
-
"kind": "constant",
|
|
13649
|
-
"scope": "static",
|
|
13650
|
-
"description": "Injection key for tooltip state object (used in tooltip composable, display, etc)",
|
|
13651
|
-
"memberof": "module:popoversPlugin--module.exports",
|
|
13652
|
-
"meta": {
|
|
13653
|
-
"lineno": 18,
|
|
13654
|
-
"filename": "index.js",
|
|
13655
|
-
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
13656
|
-
},
|
|
13657
|
-
"order": 99,
|
|
13658
|
-
"level": 0
|
|
13659
|
-
},
|
|
13660
|
-
{
|
|
13661
|
-
"id": "module:popoversPlugin--module.exports.TOOLTIP_ID",
|
|
13662
|
-
"longname": "module:popoversPlugin.TOOLTIP_ID",
|
|
13663
|
-
"name": "TOOLTIP_ID",
|
|
13664
|
-
"kind": "constant",
|
|
13665
|
-
"scope": "static",
|
|
13666
|
-
"description": "The id for the global tooltip (which is on the tooltip and put on the element aria-describedby)",
|
|
13667
|
-
"memberof": "module:popoversPlugin--module.exports",
|
|
13668
|
-
"meta": {
|
|
13669
|
-
"lineno": 23,
|
|
13670
|
-
"filename": "index.js",
|
|
13671
|
-
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
13672
|
-
},
|
|
13673
|
-
"order": 100,
|
|
13674
|
-
"level": 0
|
|
13675
|
-
},
|
|
13676
|
-
{
|
|
13677
|
-
"id": "module:popoversPlugin--module.exports.resolveTooltipConfig",
|
|
13678
|
-
"longname": "module:popoversPlugin.resolveTooltipConfig",
|
|
13679
|
-
"name": "resolveTooltipConfig",
|
|
13680
|
-
"kind": "constant",
|
|
13681
|
-
"scope": "static",
|
|
13682
|
-
"description": "Helper to resolve a raw tooltip config into a consistent config object.",
|
|
13683
|
-
"memberof": "module:popoversPlugin--module.exports",
|
|
13684
|
-
"params": [
|
|
13685
|
-
{
|
|
13686
|
-
"type": {
|
|
13687
|
-
"names": [
|
|
13688
|
-
"*"
|
|
13689
|
-
]
|
|
13690
|
-
},
|
|
13691
|
-
"description": "The raw value from the directive or composable.",
|
|
13692
|
-
"name": "rawConfig"
|
|
13693
|
-
},
|
|
13694
|
-
{
|
|
13695
|
-
"type": {
|
|
13696
|
-
"names": [
|
|
13697
|
-
"object"
|
|
13698
|
-
]
|
|
13699
|
-
},
|
|
13700
|
-
"description": "The merged default options for tooltips.",
|
|
13701
|
-
"name": "tooltipDefaults"
|
|
13702
|
-
}
|
|
13703
|
-
],
|
|
13704
|
-
"returns": [
|
|
13705
|
-
{
|
|
13706
|
-
"type": {
|
|
13707
|
-
"names": [
|
|
13708
|
-
"object",
|
|
13709
|
-
"null"
|
|
13710
|
-
]
|
|
13711
|
-
},
|
|
13712
|
-
"description": "A fully resolved config object or null."
|
|
13713
|
-
}
|
|
13714
|
-
],
|
|
13715
|
-
"meta": {
|
|
13716
|
-
"lineno": 37,
|
|
13717
|
-
"filename": "index.js",
|
|
13718
|
-
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/popovers"
|
|
13719
|
-
},
|
|
13720
|
-
"order": 101,
|
|
13740
|
+
"order": 114,
|
|
13721
13741
|
"level": 0
|
|
13722
13742
|
},
|
|
13723
13743
|
{
|
|
@@ -14992,6 +15012,31 @@
|
|
|
14992
15012
|
"order": 59,
|
|
14993
15013
|
"level": 0
|
|
14994
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": 67,
|
|
15038
|
+
"level": 0
|
|
15039
|
+
},
|
|
14995
15040
|
{
|
|
14996
15041
|
"id": "toast.module:store~api.add",
|
|
14997
15042
|
"longname": "toast.module:store~api.add",
|
|
@@ -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": 102
|
|
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": 103
|
|
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": 96,
|
|
15088
|
-
"level": 0
|
|
15108
|
+
"order": 104
|
|
15089
15109
|
},
|
|
15090
15110
|
{
|
|
15091
15111
|
"id": "module:useScrollAnchors.useScrollAnchors",
|
|
@@ -15361,7 +15381,7 @@
|
|
|
15361
15381
|
"filename": "store.js",
|
|
15362
15382
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/toast"
|
|
15363
15383
|
},
|
|
15364
|
-
"order":
|
|
15384
|
+
"order": 100,
|
|
15365
15385
|
"level": 0
|
|
15366
15386
|
},
|
|
15367
15387
|
{
|
|
@@ -15377,7 +15397,7 @@
|
|
|
15377
15397
|
"filename": "api.js",
|
|
15378
15398
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/modals"
|
|
15379
15399
|
},
|
|
15380
|
-
"order":
|
|
15400
|
+
"order": 120,
|
|
15381
15401
|
"level": 0
|
|
15382
15402
|
},
|
|
15383
15403
|
{
|
|
@@ -15393,7 +15413,7 @@
|
|
|
15393
15413
|
"filename": "api.js",
|
|
15394
15414
|
"path": "/Users/joescherben/Personal/Projects/ULU/frontend-vue/lib/plugins/modals"
|
|
15395
15415
|
},
|
|
15396
|
-
"order":
|
|
15416
|
+
"order": 121,
|
|
15397
15417
|
"level": 0
|
|
15398
15418
|
},
|
|
15399
15419
|
{
|
|
@@ -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": 119,
|
|
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": 122,
|
|
15465
15485
|
"level": 0
|
|
15466
15486
|
},
|
|
15467
15487
|
{
|
|
@@ -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": 123,
|
|
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": 124,
|
|
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": 125,
|
|
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": 126,
|
|
15768
15788
|
"level": 0
|
|
15769
15789
|
},
|
|
15770
15790
|
{
|
|
@@ -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": 116,
|
|
16251
16271
|
"level": 0
|
|
16252
16272
|
}
|
|
16253
16273
|
],
|