@ulu/frontend-vue 0.6.1 → 0.6.2
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/index.js +44 -42
- package/dist/mcp-data.json +1561 -1561
- package/dist/plugins/index.d.ts +1 -1
- package/dist/plugins/modals/index.d.ts +2 -0
- package/dist/plugins/modals/index.d.ts.map +1 -1
- package/dist/plugins/modals/useModals.js +10 -0
- package/lib/plugins/index.js +1 -1
- package/lib/plugins/modals/index.js +7 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -13,7 +13,7 @@ import { default as h } from "./components/collapsible/UluModal.vue.js";
|
|
|
13
13
|
import { default as P } from "./components/collapsible/UluOverflowPopover.vue.js";
|
|
14
14
|
import { default as C } from "./components/collapsible/UluTab.vue.js";
|
|
15
15
|
import { default as v } from "./components/collapsible/UluTabGroup.vue.js";
|
|
16
|
-
import { default as
|
|
16
|
+
import { default as M } from "./components/collapsible/UluTabList.vue.js";
|
|
17
17
|
import { default as w } from "./components/collapsible/UluTabPanel.vue.js";
|
|
18
18
|
import { default as D } from "./components/collapsible/UluTabPanels.vue.js";
|
|
19
19
|
import { default as E } from "./components/elements/UluAlert.vue.js";
|
|
@@ -40,7 +40,7 @@ import { default as he } from "./components/elements/UluScrollSlider.vue.js";
|
|
|
40
40
|
import { default as Pe } from "./components/elements/UluSlider.vue.js";
|
|
41
41
|
import { default as Ce } from "./components/elements/UluSpokeSpinner.vue.js";
|
|
42
42
|
import { default as ve } from "./components/elements/UluTable.vue.js";
|
|
43
|
-
import { default as
|
|
43
|
+
import { default as Me } from "./components/elements/UluTag.vue.js";
|
|
44
44
|
import { default as we } from "./components/forms/UluSelectableMenu.vue.js";
|
|
45
45
|
import { default as De } from "./components/forms/UluFileDisplay.vue.js";
|
|
46
46
|
import { default as Ee } from "./components/forms/UluFormFile.vue.js";
|
|
@@ -67,7 +67,7 @@ import { default as ko } from "./components/navigation/UluMenu.vue.js";
|
|
|
67
67
|
import { default as Lo } from "./components/navigation/UluMenuStack.vue.js";
|
|
68
68
|
import { default as Io } from "./components/navigation/UluNavStrip.vue.js";
|
|
69
69
|
import { default as yo } from "./components/navigation/UluPager.vue.js";
|
|
70
|
-
import { default as
|
|
70
|
+
import { default as Ro } from "./components/utils/UluAction.vue.js";
|
|
71
71
|
import { default as Bo } from "./components/utils/UluConditionalText.vue.js";
|
|
72
72
|
import { default as No } from "./components/utils/UluConditionalWrapper.vue.js";
|
|
73
73
|
import { default as Go } from "./components/utils/UluPlaceholderImage.vue.js";
|
|
@@ -94,34 +94,35 @@ import { default as kr } from "./components/systems/scroll-anchors/UluScrollAnch
|
|
|
94
94
|
import { default as Lr } from "./components/systems/scroll-anchors/UluScrollAnchorsSection.vue.js";
|
|
95
95
|
import { default as Ir } from "./components/systems/scroll-anchors/UluScrollAnchorsHeadlessSection.vue.js";
|
|
96
96
|
import { default as yr } from "./components/systems/skeleton/UluShowSkeleton.vue.js";
|
|
97
|
-
import { default as
|
|
97
|
+
import { default as Rr } from "./components/systems/skeleton/UluSkeletonContent.vue.js";
|
|
98
98
|
import { default as Br } from "./components/systems/skeleton/UluSkeletonMedia.vue.js";
|
|
99
99
|
import { default as Nr } from "./components/systems/skeleton/UluSkeletonText.vue.js";
|
|
100
100
|
import { default as Gr } from "./components/systems/table-sticky/UluTableSticky.vue.js";
|
|
101
101
|
import { default as qr } from "./components/systems/table-sticky/UluTableStickyRows.vue.js";
|
|
102
102
|
import { default as Or } from "./components/systems/table-sticky/UluTableStickyTable.vue.js";
|
|
103
103
|
import { useTooltip as jr } from "./plugins/popovers/useTooltip.js";
|
|
104
|
-
import {
|
|
105
|
-
import { default as Qr } from "./components/
|
|
106
|
-
import { default as Yr } from "./components/
|
|
107
|
-
import { default as _r } from "./components/utils/
|
|
108
|
-
import {
|
|
109
|
-
import {
|
|
110
|
-
import {
|
|
111
|
-
import {
|
|
112
|
-
import {
|
|
113
|
-
import {
|
|
114
|
-
import {
|
|
115
|
-
import {
|
|
116
|
-
import {
|
|
117
|
-
import {
|
|
118
|
-
import {
|
|
119
|
-
import {
|
|
120
|
-
import {
|
|
104
|
+
import { useModals as Jr } from "./plugins/modals/useModals.js";
|
|
105
|
+
import { default as Qr } from "./components/elements/UluMain.vue.js";
|
|
106
|
+
import { default as Yr } from "./components/navigation/UluSkipLink.vue.js";
|
|
107
|
+
import { default as _r } from "./components/utils/UluEmpty.vue.js";
|
|
108
|
+
import { default as et } from "./components/utils/UluEmptyView.vue.js";
|
|
109
|
+
import { useFacets as rt } from "./components/systems/facets/useFacets.js";
|
|
110
|
+
import { useScrollAnchors as at } from "./components/systems/scroll-anchors/useScrollAnchors.js";
|
|
111
|
+
import { useScrollAnchorSection as ut } from "./components/systems/scroll-anchors/useScrollAnchorSection.js";
|
|
112
|
+
import { useScrollAnchorSections as st } from "./components/systems/scroll-anchors/useScrollAnchorSections.js";
|
|
113
|
+
import { useIcon as pt } from "./composables/useIcon.js";
|
|
114
|
+
import { useModifiers as xt } from "./composables/useModifiers.js";
|
|
115
|
+
import { useWindowResize as it } from "./composables/useWindowResize.js";
|
|
116
|
+
import { useRequiredInject as ct } from "./composables/useRequiredInject.js";
|
|
117
|
+
import { useBreakpointManager as Ft } from "./composables/useBreakpointManager.js";
|
|
118
|
+
import { usePagination as bt } from "./composables/usePagination.js";
|
|
119
|
+
import { useDocumentTitle as At } from "./composables/useDocumentTitle.js";
|
|
120
|
+
import { useUluFloating as kt } from "./composables/useUluFloating.js";
|
|
121
|
+
import { useTableData as Lt } from "./composables/useTableData.js";
|
|
121
122
|
export {
|
|
122
123
|
n as UluAccordion,
|
|
123
124
|
S as UluAccordionGroup,
|
|
124
|
-
|
|
125
|
+
Ro as UluAction,
|
|
125
126
|
io as UluAdaptiveLayout,
|
|
126
127
|
E as UluAlert,
|
|
127
128
|
Jo as UluAnimateNumber,
|
|
@@ -142,8 +143,8 @@ export {
|
|
|
142
143
|
oe as UluDefinitionList,
|
|
143
144
|
te as UluDefinitionListItem,
|
|
144
145
|
g as UluDropdown,
|
|
145
|
-
|
|
146
|
-
|
|
146
|
+
_r as UluEmpty,
|
|
147
|
+
et as UluEmptyView,
|
|
147
148
|
le as UluExternalLink,
|
|
148
149
|
_o as UluFacetsActiveFilters,
|
|
149
150
|
rr as UluFacetsFilterAccordions,
|
|
@@ -176,7 +177,7 @@ export {
|
|
|
176
177
|
de as UluImageSource,
|
|
177
178
|
Ue as UluList,
|
|
178
179
|
ne as UluListItem,
|
|
179
|
-
|
|
180
|
+
Qr as UluMain,
|
|
180
181
|
ko as UluMenu,
|
|
181
182
|
Lo as UluMenuStack,
|
|
182
183
|
h as UluModal,
|
|
@@ -200,22 +201,22 @@ export {
|
|
|
200
201
|
ze as UluSearchForm,
|
|
201
202
|
we as UluSelectableMenu,
|
|
202
203
|
yr as UluShowSkeleton,
|
|
203
|
-
|
|
204
|
+
Rr as UluSkeletonContent,
|
|
204
205
|
Br as UluSkeletonMedia,
|
|
205
206
|
Nr as UluSkeletonText,
|
|
206
|
-
|
|
207
|
+
Yr as UluSkipLink,
|
|
207
208
|
Pe as UluSlider,
|
|
208
209
|
Ce as UluSpokeSpinner,
|
|
209
210
|
C as UluTab,
|
|
210
211
|
v as UluTabGroup,
|
|
211
|
-
|
|
212
|
+
M as UluTabList,
|
|
212
213
|
w as UluTabPanel,
|
|
213
214
|
D as UluTabPanels,
|
|
214
215
|
ve as UluTable,
|
|
215
216
|
Gr as UluTableSticky,
|
|
216
217
|
qr as UluTableStickyRows,
|
|
217
218
|
Or as UluTableStickyTable,
|
|
218
|
-
|
|
219
|
+
Me as UluTag,
|
|
219
220
|
Fo as UluTitleRail,
|
|
220
221
|
bo as UluWhenBreakpoint,
|
|
221
222
|
U as breakpointsPlugin,
|
|
@@ -223,20 +224,21 @@ export {
|
|
|
223
224
|
m as modalsPlugin,
|
|
224
225
|
l as popoversPlugin,
|
|
225
226
|
d as toastPlugin,
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
ut as
|
|
235
|
-
|
|
236
|
-
|
|
227
|
+
Ft as useBreakpointManager,
|
|
228
|
+
At as useDocumentTitle,
|
|
229
|
+
rt as useFacets,
|
|
230
|
+
pt as useIcon,
|
|
231
|
+
Jr as useModals,
|
|
232
|
+
xt as useModifiers,
|
|
233
|
+
bt as usePagination,
|
|
234
|
+
ct as useRequiredInject,
|
|
235
|
+
ut as useScrollAnchorSection,
|
|
236
|
+
st as useScrollAnchorSections,
|
|
237
|
+
at as useScrollAnchors,
|
|
238
|
+
Lt as useTableData,
|
|
237
239
|
jr as useTooltip,
|
|
238
240
|
f as useTooltipFollow,
|
|
239
|
-
|
|
240
|
-
|
|
241
|
+
kt as useUluFloating,
|
|
242
|
+
it as useWindowResize,
|
|
241
243
|
e as utils
|
|
242
244
|
};
|