@ulu/frontend-vue 0.1.1-beta.3 → 0.1.1-beta.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/package.json +10 -14
- package/types/components/collapsible/UluAccordion.vue.d.ts +42 -0
- package/types/components/collapsible/UluAccordion.vue.d.ts.map +1 -0
- package/types/components/collapsible/UluAccordionGroup.vue.d.ts +19 -0
- package/types/components/collapsible/UluAccordionGroup.vue.d.ts.map +1 -0
- package/types/components/collapsible/UluCollapsible.vue.d.ts +40 -0
- package/types/components/collapsible/UluCollapsible.vue.d.ts.map +1 -0
- package/types/components/collapsible/UluDropdown.vue.d.ts +22 -0
- package/types/components/collapsible/UluDropdown.vue.d.ts.map +1 -0
- package/types/components/collapsible/UluModal.vue.d.ts +253 -0
- package/types/components/collapsible/UluModal.vue.d.ts.map +1 -0
- package/types/components/collapsible/UluOverflowPopover.vue.d.ts +18 -0
- package/types/components/collapsible/UluOverflowPopover.vue.d.ts.map +1 -0
- package/types/components/collapsible/UluTab.vue.d.ts +10 -0
- package/types/components/collapsible/UluTab.vue.d.ts.map +1 -0
- package/types/components/collapsible/UluTabGroup.vue.d.ts +18 -0
- package/types/components/collapsible/UluTabGroup.vue.d.ts.map +1 -0
- package/types/components/collapsible/UluTabList.vue.d.ts +10 -0
- package/types/components/collapsible/UluTabList.vue.d.ts.map +1 -0
- package/types/components/collapsible/UluTabPanel.vue.d.ts +10 -0
- package/types/components/collapsible/UluTabPanel.vue.d.ts.map +1 -0
- package/types/components/collapsible/UluTabPanels.vue.d.ts +10 -0
- package/types/components/collapsible/UluTabPanels.vue.d.ts.map +1 -0
- package/types/components/elements/UluAlert.vue.d.ts +147 -0
- package/types/components/elements/UluAlert.vue.d.ts.map +1 -0
- package/types/components/elements/UluBadge.vue.d.ts +30 -0
- package/types/components/elements/UluBadge.vue.d.ts.map +1 -0
- package/types/components/elements/UluBadgeStack.vue.d.ts +9 -0
- package/types/components/elements/UluBadgeStack.vue.d.ts.map +1 -0
- package/types/components/elements/UluButton.vue.d.ts +186 -0
- package/types/components/elements/UluButton.vue.d.ts.map +1 -0
- package/types/components/elements/UluButtonVerbose.vue.d.ts +126 -0
- package/types/components/elements/UluButtonVerbose.vue.d.ts.map +1 -0
- package/types/components/elements/UluCallout.vue.d.ts +27 -0
- package/types/components/elements/UluCallout.vue.d.ts.map +1 -0
- package/types/components/elements/UluCard.vue.d.ts +238 -0
- package/types/components/elements/UluCard.vue.d.ts.map +1 -0
- package/types/components/elements/UluDefinitionList.vue.d.ts +26 -0
- package/types/components/elements/UluDefinitionList.vue.d.ts.map +1 -0
- package/types/components/elements/UluExternalLink.vue.d.ts +25 -0
- package/types/components/elements/UluExternalLink.vue.d.ts.map +1 -0
- package/types/components/elements/UluIcon.vue.d.ts +11 -0
- package/types/components/elements/UluIcon.vue.d.ts.map +1 -0
- package/types/components/elements/UluList.vue.d.ts +37 -0
- package/types/components/elements/UluList.vue.d.ts.map +1 -0
- package/types/components/elements/UluMain.vue.d.ts +13 -0
- package/types/components/elements/UluMain.vue.d.ts.map +1 -0
- package/types/components/elements/UluSpokeSpinner.vue.d.ts +9 -0
- package/types/components/elements/UluSpokeSpinner.vue.d.ts.map +1 -0
- package/types/components/elements/UluTag.vue.d.ts +26 -0
- package/types/components/elements/UluTag.vue.d.ts.map +1 -0
- package/types/components/forms/UluFileDisplay.vue.d.ts +23 -0
- package/types/components/forms/UluFileDisplay.vue.d.ts.map +1 -0
- package/types/components/forms/UluFormFile.vue.d.ts +26 -0
- package/types/components/forms/UluFormFile.vue.d.ts.map +1 -0
- package/types/components/forms/UluFormMessage.vue.d.ts +18 -0
- package/types/components/forms/UluFormMessage.vue.d.ts.map +1 -0
- package/types/components/forms/UluFormSelect.vue.d.ts +24 -0
- package/types/components/forms/UluFormSelect.vue.d.ts.map +1 -0
- package/types/components/forms/UluFormText.vue.d.ts +22 -0
- package/types/components/forms/UluFormText.vue.d.ts.map +1 -0
- package/types/components/forms/UluSearchForm.vue.d.ts +9 -0
- package/types/components/forms/UluSearchForm.vue.d.ts.map +1 -0
- package/types/components/forms/UluSelectableMenu.vue.d.ts +28 -0
- package/types/components/forms/UluSelectableMenu.vue.d.ts.map +1 -0
- package/types/components/index.d.ts +48 -0
- package/types/components/layout/UluAdaptiveLayout.vue.d.ts +12 -0
- package/types/components/layout/UluAdaptiveLayout.vue.d.ts.map +1 -0
- package/types/components/layout/UluDataGrid.vue.d.ts +3 -0
- package/types/components/layout/UluDataGrid.vue.d.ts.map +1 -0
- package/types/components/layout/UluTitleRail.vue.d.ts +91 -0
- package/types/components/layout/UluTitleRail.vue.d.ts.map +1 -0
- package/types/components/layout/UluWhenBreakpoint.vue.d.ts +20 -0
- package/types/components/layout/UluWhenBreakpoint.vue.d.ts.map +1 -0
- package/types/components/navigation/UluBreadcrumb.vue.d.ts +71 -0
- package/types/components/navigation/UluBreadcrumb.vue.d.ts.map +1 -0
- package/types/components/navigation/UluMenu.vue.d.ts +142 -0
- package/types/components/navigation/UluMenu.vue.d.ts.map +1 -0
- package/types/components/navigation/UluMenuStack.vue.d.ts +138 -0
- package/types/components/navigation/UluMenuStack.vue.d.ts.map +1 -0
- package/types/components/navigation/UluNavStrip.vue.d.ts +138 -0
- package/types/components/navigation/UluNavStrip.vue.d.ts.map +1 -0
- package/types/components/navigation/UluPager.vue.d.ts +15 -0
- package/types/components/navigation/UluPager.vue.d.ts.map +1 -0
- package/types/components/navigation/UluSkipLink.vue.d.ts +3 -0
- package/types/components/navigation/UluSkipLink.vue.d.ts.map +1 -0
- package/types/components/systems/facets/ExampleFacetsWithPagination.vue.d.ts +3 -0
- package/types/components/systems/facets/ExampleFacetsWithPagination.vue.d.ts.map +1 -0
- package/types/components/systems/facets/UluFacetsFilterLists.vue.d.ts +25 -0
- package/types/components/systems/facets/UluFacetsFilterLists.vue.d.ts.map +1 -0
- package/types/components/systems/facets/UluFacetsFilterPopovers.vue.d.ts +25 -0
- package/types/components/systems/facets/UluFacetsFilterPopovers.vue.d.ts.map +1 -0
- package/types/components/systems/facets/UluFacetsFilterSelects.vue.d.ts +11 -0
- package/types/components/systems/facets/UluFacetsFilterSelects.vue.d.ts.map +1 -0
- package/types/components/systems/facets/UluFacetsHeaderLayout.vue.d.ts +12 -0
- package/types/components/systems/facets/UluFacetsHeaderLayout.vue.d.ts.map +1 -0
- package/types/components/systems/facets/UluFacetsList.vue.d.ts +19 -0
- package/types/components/systems/facets/UluFacetsList.vue.d.ts.map +1 -0
- package/types/components/systems/facets/UluFacetsResults.vue.d.ts +27 -0
- package/types/components/systems/facets/UluFacetsResults.vue.d.ts.map +1 -0
- package/types/components/systems/facets/UluFacetsSearch.vue.d.ts +15 -0
- package/types/components/systems/facets/UluFacetsSearch.vue.d.ts.map +1 -0
- package/types/components/systems/facets/UluFacetsSidebarLayout.vue.d.ts +14 -0
- package/types/components/systems/facets/UluFacetsSidebarLayout.vue.d.ts.map +1 -0
- package/types/components/systems/facets/UluFacetsSort.vue.d.ts +22 -0
- package/types/components/systems/facets/UluFacetsSort.vue.d.ts.map +1 -0
- package/types/components/systems/facets/useFacets.d.ts +29 -13
- package/types/components/systems/facets/useFacets.d.ts.map +1 -1
- package/types/components/systems/index.d.ts +23 -0
- package/types/components/systems/scroll-anchors/UluScrollAnchors.vue.d.ts +60 -0
- package/types/components/systems/scroll-anchors/UluScrollAnchors.vue.d.ts.map +1 -0
- package/types/components/systems/scroll-anchors/UluScrollAnchorsNav.vue.d.ts +15 -0
- package/types/components/systems/scroll-anchors/UluScrollAnchorsNav.vue.d.ts.map +1 -0
- package/types/components/systems/scroll-anchors/UluScrollAnchorsNavAnimated.vue.d.ts +32 -0
- package/types/components/systems/scroll-anchors/UluScrollAnchorsNavAnimated.vue.d.ts.map +1 -0
- package/types/components/systems/scroll-anchors/UluScrollAnchorsSection.vue.d.ts +50 -0
- package/types/components/systems/scroll-anchors/UluScrollAnchorsSection.vue.d.ts.map +1 -0
- package/types/components/systems/scroll-anchors/symbols.d.ts +3 -3
- package/types/components/systems/scroll-anchors/symbols.d.ts.map +1 -1
- package/types/components/systems/skeleton/UluShowSkeleton.vue.d.ts +16 -0
- package/types/components/systems/skeleton/UluShowSkeleton.vue.d.ts.map +1 -0
- package/types/components/systems/skeleton/UluSkeletonContent.vue.d.ts +9 -0
- package/types/components/systems/skeleton/UluSkeletonContent.vue.d.ts.map +1 -0
- package/types/components/systems/skeleton/UluSkeletonMedia.vue.d.ts +3 -0
- package/types/components/systems/skeleton/UluSkeletonMedia.vue.d.ts.map +1 -0
- package/types/components/systems/skeleton/UluSkeletonText.vue.d.ts +13 -0
- package/types/components/systems/skeleton/UluSkeletonText.vue.d.ts.map +1 -0
- package/types/components/systems/slider/UluImageSlideShow.vue.d.ts +130 -0
- package/types/components/systems/slider/UluImageSlideShow.vue.d.ts.map +1 -0
- package/types/components/systems/slider/UluSlideShow.vue.d.ts +205 -0
- package/types/components/systems/slider/UluSlideShow.vue.d.ts.map +1 -0
- package/types/components/systems/slider/UluSlideShowSlide.vue.d.ts +17 -0
- package/types/components/systems/slider/UluSlideShowSlide.vue.d.ts.map +1 -0
- package/types/components/systems/table-sticky/UluTableSticky.vue.d.ts +455 -0
- package/types/components/systems/table-sticky/UluTableSticky.vue.d.ts.map +1 -0
- package/types/components/systems/table-sticky/UluTableStickyRows.vue.d.ts +34 -0
- package/types/components/systems/table-sticky/UluTableStickyRows.vue.d.ts.map +1 -0
- package/types/components/systems/table-sticky/UluTableStickyTable.vue.d.ts +151 -0
- package/types/components/systems/table-sticky/UluTableStickyTable.vue.d.ts.map +1 -0
- package/types/components/utils/UluCondText.vue.d.ts +29 -0
- package/types/components/utils/UluCondText.vue.d.ts.map +1 -0
- package/types/components/utils/UluEmpty.vue.d.ts +3 -0
- package/types/components/utils/UluEmpty.vue.d.ts.map +1 -0
- package/types/components/utils/UluEmptyView.vue.d.ts +3 -0
- package/types/components/utils/UluEmptyView.vue.d.ts.map +1 -0
- package/types/components/utils/UluPlaceholderImage.vue.d.ts +61 -0
- package/types/components/utils/UluPlaceholderImage.vue.d.ts.map +1 -0
- package/types/components/utils/UluPlaceholderText.vue.d.ts +24 -0
- package/types/components/utils/UluPlaceholderText.vue.d.ts.map +1 -0
- package/types/components/utils/UluRouteAnnouncer.vue.d.ts +63 -0
- package/types/components/utils/UluRouteAnnouncer.vue.d.ts.map +1 -0
- package/types/components/visualizations/UluAnimateNumber.vue.d.ts +16 -0
- package/types/components/visualizations/UluAnimateNumber.vue.d.ts.map +1 -0
- package/types/components/visualizations/UluProgressBar.vue.d.ts +66 -0
- package/types/components/visualizations/UluProgressBar.vue.d.ts.map +1 -0
- package/types/components/visualizations/UluProgressCircle.vue.d.ts +48 -0
- package/types/components/visualizations/UluProgressCircle.vue.d.ts.map +1 -0
- package/types/composables/useBreakpointManager.d.ts +1 -1
- package/types/composables/useBreakpointManager.d.ts.map +1 -1
- package/types/composables/useDocumentTitle.d.ts +4 -4
- package/types/composables/useDocumentTitle.d.ts.map +1 -1
- package/types/composables/useIcon.d.ts +1 -1
- package/types/composables/useIcon.d.ts.map +1 -1
- package/types/composables/useModifiers.d.ts +1 -1
- package/types/composables/useModifiers.d.ts.map +1 -1
- package/types/composables/useWindowResize.d.ts +1 -1
- package/types/composables/useWindowResize.d.ts.map +1 -1
- package/types/plugins/modals/UluModalsDisplay.vue.d.ts +14 -0
- package/types/plugins/modals/UluModalsDisplay.vue.d.ts.map +1 -0
- package/types/plugins/modals/api.d.ts +7 -4
- package/types/plugins/modals/api.d.ts.map +1 -1
- package/types/plugins/popovers/UluPopover.vue.d.ts +54 -0
- package/types/plugins/popovers/UluPopover.vue.d.ts.map +1 -0
- package/types/plugins/popovers/UluTooltipDisplay.vue.d.ts +3 -0
- package/types/plugins/popovers/UluTooltipDisplay.vue.d.ts.map +1 -0
- package/types/plugins/popovers/UluTooltipPopover.vue.d.ts +3 -0
- package/types/plugins/popovers/UluTooltipPopover.vue.d.ts.map +1 -0
- package/types/plugins/popovers/defaults.d.ts +2 -2
- package/types/plugins/popovers/defaults.d.ts.map +1 -1
- package/types/plugins/popovers/manager.d.ts +50 -6
- package/types/plugins/popovers/manager.d.ts.map +1 -1
- package/types/plugins/popovers/useFollow.d.ts +4 -4
- package/types/plugins/popovers/useFollow.d.ts.map +1 -1
- package/types/plugins/toast/UluToast.vue.d.ts +52 -0
- package/types/plugins/toast/UluToast.vue.d.ts.map +1 -0
- package/types/plugins/toast/UluToastDisplay.vue.d.ts +13 -0
- package/types/plugins/toast/UluToastDisplay.vue.d.ts.map +1 -0
- package/types/plugins/toast/defaults.d.ts +39 -2
- package/types/plugins/toast/store.d.ts +65 -2
- package/types/plugins/toast/store.d.ts.map +1 -1
- package/types/utils/dom.d.ts +1 -1
- package/types/utils/dom.d.ts.map +1 -1
- package/types/utils/router.d.ts +15 -15
- package/types/utils/router.d.ts.map +1 -1
|
@@ -0,0 +1,238 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
/**
|
|
3
|
+
* Specify card element, unless to or href are used which will use 'a' or 'router-link'
|
|
4
|
+
* - Other than changing to more appropriate element (ie 'li' if in list for example), this can
|
|
5
|
+
* be used to set the card to a button to attach your own click handlers to
|
|
6
|
+
*/
|
|
7
|
+
cardElement: {
|
|
8
|
+
type: StringConstructor;
|
|
9
|
+
default: string;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* Text for title if not using slot
|
|
13
|
+
*/
|
|
14
|
+
title: StringConstructor;
|
|
15
|
+
/**
|
|
16
|
+
* Element to use for title
|
|
17
|
+
*/
|
|
18
|
+
titleElement: {
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
default: string;
|
|
21
|
+
};
|
|
22
|
+
/**
|
|
23
|
+
* Title will be router link
|
|
24
|
+
*/
|
|
25
|
+
titleTo: {
|
|
26
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
27
|
+
validator: (_: any, props: any) => boolean;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* Will make title a link to href
|
|
31
|
+
*/
|
|
32
|
+
titleHref: {
|
|
33
|
+
type: StringConstructor;
|
|
34
|
+
validator: (_: any, props: any) => boolean;
|
|
35
|
+
};
|
|
36
|
+
/**
|
|
37
|
+
* When using href this will set title link's target attribute
|
|
38
|
+
*/
|
|
39
|
+
titleTarget: StringConstructor;
|
|
40
|
+
/**
|
|
41
|
+
* If set the entire card will be router link
|
|
42
|
+
* - Do not us in combination with titleTo or titleHref
|
|
43
|
+
*/
|
|
44
|
+
to: (ObjectConstructor | StringConstructor)[];
|
|
45
|
+
/**
|
|
46
|
+
* If set the entire card will be a link to href
|
|
47
|
+
* - Do not us in combination with titleTo or titleHref
|
|
48
|
+
*/
|
|
49
|
+
href: {
|
|
50
|
+
type: StringConstructor;
|
|
51
|
+
};
|
|
52
|
+
/**
|
|
53
|
+
* When using href this will set link's target attribute
|
|
54
|
+
*/
|
|
55
|
+
target: StringConstructor;
|
|
56
|
+
/**
|
|
57
|
+
* Classes with class bindings for different elements including ({ title, image })
|
|
58
|
+
*/
|
|
59
|
+
classes: {
|
|
60
|
+
type: ObjectConstructor;
|
|
61
|
+
default: () => {};
|
|
62
|
+
};
|
|
63
|
+
/**
|
|
64
|
+
* Whether to proxy clicks of non-interactive elements (making whole card clickable)
|
|
65
|
+
*/
|
|
66
|
+
proxyClick: BooleanConstructor;
|
|
67
|
+
/**
|
|
68
|
+
* Options to be merged for proxy click settings ({ preventSelector, preventSelectionDuration })
|
|
69
|
+
*/
|
|
70
|
+
proxyClickOptions: {
|
|
71
|
+
type: ObjectConstructor;
|
|
72
|
+
default: () => {};
|
|
73
|
+
};
|
|
74
|
+
/**
|
|
75
|
+
* Source of image
|
|
76
|
+
*/
|
|
77
|
+
imageSrc: StringConstructor;
|
|
78
|
+
/**
|
|
79
|
+
* Alt text for image
|
|
80
|
+
*/
|
|
81
|
+
imageAlt: StringConstructor;
|
|
82
|
+
/**
|
|
83
|
+
* If true image will use icon modifier (displays for image adjusts for icon vs full image)
|
|
84
|
+
*/
|
|
85
|
+
imageIcon: BooleanConstructor;
|
|
86
|
+
/**
|
|
87
|
+
* Horizontal card layout
|
|
88
|
+
*/
|
|
89
|
+
horizontal: BooleanConstructor;
|
|
90
|
+
/**
|
|
91
|
+
* Horizontal centered card layout
|
|
92
|
+
*/
|
|
93
|
+
horizontalCenter: BooleanConstructor;
|
|
94
|
+
/**
|
|
95
|
+
* Overlay card layout
|
|
96
|
+
*/
|
|
97
|
+
overlay: BooleanConstructor;
|
|
98
|
+
/**
|
|
99
|
+
* Class modifiers (ie. 'transparent', 'secondary', etc)
|
|
100
|
+
* - Can be String or Array of Strings
|
|
101
|
+
*/
|
|
102
|
+
modifiers: (StringConstructor | ArrayConstructor)[];
|
|
103
|
+
}>, {
|
|
104
|
+
resolvedModifiers: any;
|
|
105
|
+
}, {
|
|
106
|
+
proxyClickEnabled: string | Record<string, any> | null;
|
|
107
|
+
resolvedProxyOptions: {
|
|
108
|
+
selectorPrevent: string;
|
|
109
|
+
mousedownDurationPrevent: number;
|
|
110
|
+
};
|
|
111
|
+
cursorStyle: null;
|
|
112
|
+
proxyStart: null;
|
|
113
|
+
shouldProxy: boolean;
|
|
114
|
+
}, {
|
|
115
|
+
resolvedElement(): string | import("vue-router")._RouterLinkI;
|
|
116
|
+
}, {
|
|
117
|
+
onMousedown({ target, timeStamp }: {
|
|
118
|
+
target: any;
|
|
119
|
+
timeStamp: any;
|
|
120
|
+
}): void;
|
|
121
|
+
onMouseup({ timeStamp }: {
|
|
122
|
+
timeStamp: any;
|
|
123
|
+
}): void;
|
|
124
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
125
|
+
/**
|
|
126
|
+
* Specify card element, unless to or href are used which will use 'a' or 'router-link'
|
|
127
|
+
* - Other than changing to more appropriate element (ie 'li' if in list for example), this can
|
|
128
|
+
* be used to set the card to a button to attach your own click handlers to
|
|
129
|
+
*/
|
|
130
|
+
cardElement: {
|
|
131
|
+
type: StringConstructor;
|
|
132
|
+
default: string;
|
|
133
|
+
};
|
|
134
|
+
/**
|
|
135
|
+
* Text for title if not using slot
|
|
136
|
+
*/
|
|
137
|
+
title: StringConstructor;
|
|
138
|
+
/**
|
|
139
|
+
* Element to use for title
|
|
140
|
+
*/
|
|
141
|
+
titleElement: {
|
|
142
|
+
type: StringConstructor;
|
|
143
|
+
default: string;
|
|
144
|
+
};
|
|
145
|
+
/**
|
|
146
|
+
* Title will be router link
|
|
147
|
+
*/
|
|
148
|
+
titleTo: {
|
|
149
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
150
|
+
validator: (_: any, props: any) => boolean;
|
|
151
|
+
};
|
|
152
|
+
/**
|
|
153
|
+
* Will make title a link to href
|
|
154
|
+
*/
|
|
155
|
+
titleHref: {
|
|
156
|
+
type: StringConstructor;
|
|
157
|
+
validator: (_: any, props: any) => boolean;
|
|
158
|
+
};
|
|
159
|
+
/**
|
|
160
|
+
* When using href this will set title link's target attribute
|
|
161
|
+
*/
|
|
162
|
+
titleTarget: StringConstructor;
|
|
163
|
+
/**
|
|
164
|
+
* If set the entire card will be router link
|
|
165
|
+
* - Do not us in combination with titleTo or titleHref
|
|
166
|
+
*/
|
|
167
|
+
to: (ObjectConstructor | StringConstructor)[];
|
|
168
|
+
/**
|
|
169
|
+
* If set the entire card will be a link to href
|
|
170
|
+
* - Do not us in combination with titleTo or titleHref
|
|
171
|
+
*/
|
|
172
|
+
href: {
|
|
173
|
+
type: StringConstructor;
|
|
174
|
+
};
|
|
175
|
+
/**
|
|
176
|
+
* When using href this will set link's target attribute
|
|
177
|
+
*/
|
|
178
|
+
target: StringConstructor;
|
|
179
|
+
/**
|
|
180
|
+
* Classes with class bindings for different elements including ({ title, image })
|
|
181
|
+
*/
|
|
182
|
+
classes: {
|
|
183
|
+
type: ObjectConstructor;
|
|
184
|
+
default: () => {};
|
|
185
|
+
};
|
|
186
|
+
/**
|
|
187
|
+
* Whether to proxy clicks of non-interactive elements (making whole card clickable)
|
|
188
|
+
*/
|
|
189
|
+
proxyClick: BooleanConstructor;
|
|
190
|
+
/**
|
|
191
|
+
* Options to be merged for proxy click settings ({ preventSelector, preventSelectionDuration })
|
|
192
|
+
*/
|
|
193
|
+
proxyClickOptions: {
|
|
194
|
+
type: ObjectConstructor;
|
|
195
|
+
default: () => {};
|
|
196
|
+
};
|
|
197
|
+
/**
|
|
198
|
+
* Source of image
|
|
199
|
+
*/
|
|
200
|
+
imageSrc: StringConstructor;
|
|
201
|
+
/**
|
|
202
|
+
* Alt text for image
|
|
203
|
+
*/
|
|
204
|
+
imageAlt: StringConstructor;
|
|
205
|
+
/**
|
|
206
|
+
* If true image will use icon modifier (displays for image adjusts for icon vs full image)
|
|
207
|
+
*/
|
|
208
|
+
imageIcon: BooleanConstructor;
|
|
209
|
+
/**
|
|
210
|
+
* Horizontal card layout
|
|
211
|
+
*/
|
|
212
|
+
horizontal: BooleanConstructor;
|
|
213
|
+
/**
|
|
214
|
+
* Horizontal centered card layout
|
|
215
|
+
*/
|
|
216
|
+
horizontalCenter: BooleanConstructor;
|
|
217
|
+
/**
|
|
218
|
+
* Overlay card layout
|
|
219
|
+
*/
|
|
220
|
+
overlay: BooleanConstructor;
|
|
221
|
+
/**
|
|
222
|
+
* Class modifiers (ie. 'transparent', 'secondary', etc)
|
|
223
|
+
* - Can be String or Array of Strings
|
|
224
|
+
*/
|
|
225
|
+
modifiers: (StringConstructor | ArrayConstructor)[];
|
|
226
|
+
}>> & Readonly<{}>, {
|
|
227
|
+
classes: Record<string, any>;
|
|
228
|
+
overlay: boolean;
|
|
229
|
+
horizontal: boolean;
|
|
230
|
+
titleElement: string;
|
|
231
|
+
proxyClick: boolean;
|
|
232
|
+
imageIcon: boolean;
|
|
233
|
+
horizontalCenter: boolean;
|
|
234
|
+
cardElement: string;
|
|
235
|
+
proxyClickOptions: Record<string, any>;
|
|
236
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
237
|
+
export default _default;
|
|
238
|
+
//# sourceMappingURL=UluCard.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UluCard.vue.d.ts","sourceRoot":"","sources":["../../../lib/components/elements/UluCard.vue"],"names":[],"mappings":";IA8PM;;;;OAIG;;;;;IAKH;;OAEG;;IAEH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;IAEH;;;OAGG;;IAEH;;;OAGG;;;;IAKH;;OAEG;;IAEH;;OAEG;;;;;IAKH;;OAEG;;IAEH;;OAEG;;;;;IAKH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;IApGH;;;;OAIG;;;;;IAKH;;OAEG;;IAEH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;IAEH;;;OAGG;;IAEH;;;OAGG;;;;IAKH;;OAEG;;IAEH;;OAEG;;;;;IAKH;;OAEG;;IAEH;;OAEG;;;;;IAKH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;;OAGG"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
2
|
+
export default _default;
|
|
3
|
+
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
4
|
+
$slots: S;
|
|
5
|
+
});
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
|
+
$props: Partial<typeof __VLS_props>;
|
|
8
|
+
classes: Record<string, any>;
|
|
9
|
+
items?: unknown[] | undefined;
|
|
10
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
11
|
+
type __VLS_Slots = {
|
|
12
|
+
term?: ((props: {
|
|
13
|
+
item: unknown;
|
|
14
|
+
index: number;
|
|
15
|
+
}) => any) | undefined;
|
|
16
|
+
} & {
|
|
17
|
+
description?: ((props: {
|
|
18
|
+
item: unknown;
|
|
19
|
+
index: number;
|
|
20
|
+
}) => any) | undefined;
|
|
21
|
+
};
|
|
22
|
+
declare const __VLS_props: {
|
|
23
|
+
readonly classes: Record<string, any>;
|
|
24
|
+
readonly items?: unknown[] | undefined;
|
|
25
|
+
};
|
|
26
|
+
//# sourceMappingURL=UluDefinitionList.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UluDefinitionList.vue.d.ts","sourceRoot":"","sources":["../../../lib/components/elements/UluDefinitionList.vue"],"names":[],"mappings":"wBA4HqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AARzB;YAGmB,OAAO,CAAC,OAAO,WAAW,CAAC;;;2OAE3C;;;;;;;;;;;;AArFD;;;EAaG"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
2
|
+
export default _default;
|
|
3
|
+
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
4
|
+
$slots: S;
|
|
5
|
+
});
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
|
+
$props: Partial<typeof __VLS_props>;
|
|
8
|
+
target: string;
|
|
9
|
+
text?: string | undefined;
|
|
10
|
+
icon?: string | undefined;
|
|
11
|
+
href?: string | undefined;
|
|
12
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
13
|
+
type __VLS_Slots = {
|
|
14
|
+
default?: ((props: {}) => any) | undefined;
|
|
15
|
+
};
|
|
16
|
+
/**
|
|
17
|
+
* Component for external links (adds icon after link text)
|
|
18
|
+
*/
|
|
19
|
+
declare const __VLS_props: {
|
|
20
|
+
readonly target: string;
|
|
21
|
+
readonly text?: string | undefined;
|
|
22
|
+
readonly icon?: string | undefined;
|
|
23
|
+
readonly href?: string | undefined;
|
|
24
|
+
};
|
|
25
|
+
//# sourceMappingURL=UluExternalLink.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UluExternalLink.vue.d.ts","sourceRoot":"","sources":["../../../lib/components/elements/UluExternalLink.vue"],"names":[],"mappings":"wBAwIqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AARzB;YAGmB,OAAO,CAAC,OAAO,WAAW,CAAC;;;;;2OAE3C;;;;AA5FD;;GAEG;AACH;;;;;EAoBG"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
$props: Partial<typeof props>;
|
|
3
|
+
spaced: boolean;
|
|
4
|
+
icon?: string | boolean | unknown[] | Record<string, any> | undefined;
|
|
5
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
export default _default;
|
|
7
|
+
declare const props: {
|
|
8
|
+
readonly spaced: boolean;
|
|
9
|
+
readonly icon?: string | boolean | unknown[] | Record<string, any> | undefined;
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=UluIcon.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UluIcon.vue.d.ts","sourceRoot":"","sources":["../../../lib/components/elements/UluIcon.vue"],"names":[],"mappings":";YAmSmB,OAAO,CAAC,OAAO,KAAK,CAAC;;;;;AAxKtC;;;EAUG"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
2
|
+
export default _default;
|
|
3
|
+
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
4
|
+
$slots: S;
|
|
5
|
+
});
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
|
+
$props: Partial<typeof props>;
|
|
8
|
+
classes: Record<string, any>;
|
|
9
|
+
compact: boolean;
|
|
10
|
+
ordered: boolean;
|
|
11
|
+
unordered: boolean;
|
|
12
|
+
lines: boolean;
|
|
13
|
+
forceOrdered: boolean;
|
|
14
|
+
reversed: boolean;
|
|
15
|
+
start?: string | undefined;
|
|
16
|
+
listStyleType?: string | undefined;
|
|
17
|
+
items?: unknown[] | undefined;
|
|
18
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
19
|
+
type __VLS_Slots = {
|
|
20
|
+
default?: ((props: {
|
|
21
|
+
item: unknown;
|
|
22
|
+
index: number;
|
|
23
|
+
}) => any) | undefined;
|
|
24
|
+
};
|
|
25
|
+
declare const props: {
|
|
26
|
+
readonly classes: Record<string, any>;
|
|
27
|
+
readonly compact: boolean;
|
|
28
|
+
readonly ordered: boolean;
|
|
29
|
+
readonly unordered: boolean;
|
|
30
|
+
readonly lines: boolean;
|
|
31
|
+
readonly forceOrdered: boolean;
|
|
32
|
+
readonly reversed: boolean;
|
|
33
|
+
readonly start?: string | undefined;
|
|
34
|
+
readonly listStyleType?: string | undefined;
|
|
35
|
+
readonly items?: unknown[] | undefined;
|
|
36
|
+
};
|
|
37
|
+
//# sourceMappingURL=UluList.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UluList.vue.d.ts","sourceRoot":"","sources":["../../../lib/components/elements/UluList.vue"],"names":[],"mappings":"wBA0OqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AARzB;YAGmB,OAAO,CAAC,OAAO,KAAK,CAAC;;;;;;;;;;;2OAErC;;;;;;;AAjJD;;;;;;;;;;;EA8CG"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
declare var __VLS_1: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
default?: (props: typeof __VLS_1) => any;
|
|
4
|
+
};
|
|
5
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
7
|
+
export default _default;
|
|
8
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
9
|
+
new (): {
|
|
10
|
+
$slots: S;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
//# sourceMappingURL=UluMain.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UluMain.vue.d.ts","sourceRoot":"","sources":["../../../lib/components/elements/UluMain.vue"],"names":[],"mappings":"AAqBA,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAe/C,QAAA,MAAM,eAAe,+QACnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAE1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
$props: Partial<typeof props>;
|
|
3
|
+
type?: string | undefined;
|
|
4
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5
|
+
export default _default;
|
|
6
|
+
declare const props: {
|
|
7
|
+
readonly type?: string | undefined;
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=UluSpokeSpinner.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UluSpokeSpinner.vue.d.ts","sourceRoot":"","sources":["../../../lib/components/elements/UluSpokeSpinner.vue"],"names":[],"mappings":";YAwEmB,OAAO,CAAC,OAAO,KAAK,CAAC;;;;AApDtC;;EAKG"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
2
|
+
export default _default;
|
|
3
|
+
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
4
|
+
$slots: S;
|
|
5
|
+
});
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
|
+
$props: Partial<typeof props>;
|
|
8
|
+
counter: boolean;
|
|
9
|
+
size?: string | undefined;
|
|
10
|
+
type?: string | undefined;
|
|
11
|
+
text?: string | number | undefined;
|
|
12
|
+
icon?: string | unknown[] | undefined;
|
|
13
|
+
modifiers?: string | unknown[] | undefined;
|
|
14
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
15
|
+
type __VLS_Slots = {
|
|
16
|
+
default?: ((props: {}) => any) | undefined;
|
|
17
|
+
};
|
|
18
|
+
declare const props: {
|
|
19
|
+
readonly counter: boolean;
|
|
20
|
+
readonly size?: string | undefined;
|
|
21
|
+
readonly type?: string | undefined;
|
|
22
|
+
readonly text?: string | number | undefined;
|
|
23
|
+
readonly icon?: string | unknown[] | undefined;
|
|
24
|
+
readonly modifiers?: string | unknown[] | undefined;
|
|
25
|
+
};
|
|
26
|
+
//# sourceMappingURL=UluTag.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UluTag.vue.d.ts","sourceRoot":"","sources":["../../../lib/components/elements/UluTag.vue"],"names":[],"mappings":"wBAkKqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AARzB;YAGmB,OAAO,CAAC,OAAO,KAAK,CAAC;;;;;;;2OAErC;;;;AAxGD;;;;;;;EA0BG"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
2
|
+
export default _default;
|
|
3
|
+
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
4
|
+
$slots: S;
|
|
5
|
+
});
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
|
+
$props: Partial<typeof props>;
|
|
8
|
+
file: Record<string, any>;
|
|
9
|
+
icon: string;
|
|
10
|
+
noFileSize: boolean;
|
|
11
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
|
+
type __VLS_Slots = {
|
|
13
|
+
default?: ((props: {
|
|
14
|
+
fileName: any;
|
|
15
|
+
fileSize: string;
|
|
16
|
+
}) => any) | undefined;
|
|
17
|
+
};
|
|
18
|
+
declare const props: {
|
|
19
|
+
readonly file: Record<string, any>;
|
|
20
|
+
readonly icon: string;
|
|
21
|
+
readonly noFileSize: boolean;
|
|
22
|
+
};
|
|
23
|
+
//# sourceMappingURL=UluFileDisplay.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UluFileDisplay.vue.d.ts","sourceRoot":"","sources":["../../../lib/components/forms/UluFileDisplay.vue"],"names":[],"mappings":"wBAiMqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AARzB;YAGmB,OAAO,CAAC,OAAO,KAAK,CAAC;;;;2OAErC;;;;;;;AAlID;;;;EAmBG"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
2
|
+
export default _default;
|
|
3
|
+
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
4
|
+
$slots: S;
|
|
5
|
+
});
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
|
+
$emit: typeof emit;
|
|
8
|
+
$props: Partial<typeof __VLS_props>;
|
|
9
|
+
label: string;
|
|
10
|
+
labelHidden: boolean;
|
|
11
|
+
noClasses: boolean;
|
|
12
|
+
multiple: boolean;
|
|
13
|
+
inputAttrs?: Record<string, any> | undefined;
|
|
14
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
15
|
+
type __VLS_Slots = {
|
|
16
|
+
label?: ((props: {}) => any) | undefined;
|
|
17
|
+
};
|
|
18
|
+
declare const emit: (event: "file-change", ...args: any[]) => void;
|
|
19
|
+
declare const __VLS_props: {
|
|
20
|
+
readonly label: string;
|
|
21
|
+
readonly labelHidden: boolean;
|
|
22
|
+
readonly noClasses: boolean;
|
|
23
|
+
readonly multiple: boolean;
|
|
24
|
+
readonly inputAttrs?: Record<string, any> | undefined;
|
|
25
|
+
};
|
|
26
|
+
//# sourceMappingURL=UluFormFile.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UluFormFile.vue.d.ts","sourceRoot":"","sources":["../../../lib/components/forms/UluFormFile.vue"],"names":[],"mappings":"wBAqKqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AATzB;WAIkB,OAAO,IAAI;YADV,OAAO,CAAC,OAAO,WAAW,CAAC;;;;;;2OAG3C;;;;AAxED,mEAA0C;AA1B1C;;;;;;EAwBG"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
2
|
+
export default _default;
|
|
3
|
+
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
4
|
+
$slots: S;
|
|
5
|
+
});
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
|
+
$props: Partial<typeof __VLS_props>;
|
|
8
|
+
warning: boolean;
|
|
9
|
+
error: boolean;
|
|
10
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
11
|
+
type __VLS_Slots = {
|
|
12
|
+
default?: ((props: {}) => any) | undefined;
|
|
13
|
+
};
|
|
14
|
+
declare const __VLS_props: {
|
|
15
|
+
readonly warning: boolean;
|
|
16
|
+
readonly error: boolean;
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=UluFormMessage.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UluFormMessage.vue.d.ts","sourceRoot":"","sources":["../../../lib/components/forms/UluFormMessage.vue"],"names":[],"mappings":"wBAoGqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AARzB;YAGmB,OAAO,CAAC,OAAO,WAAW,CAAC;;;2OAE3C;;;;AA1ED;;;EASG"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
2
|
+
export default _default;
|
|
3
|
+
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
4
|
+
$slots: S;
|
|
5
|
+
});
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
|
+
$emit: typeof __VLS_emit;
|
|
8
|
+
$props: Partial<typeof __VLS_props>;
|
|
9
|
+
labelHidden: boolean;
|
|
10
|
+
options?: unknown[] | undefined;
|
|
11
|
+
label?: string | undefined;
|
|
12
|
+
modelValue?: string | undefined;
|
|
13
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
14
|
+
type __VLS_Slots = {
|
|
15
|
+
default?: ((props: {}) => any) | undefined;
|
|
16
|
+
};
|
|
17
|
+
declare const __VLS_emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
18
|
+
declare const __VLS_props: {
|
|
19
|
+
readonly labelHidden: boolean;
|
|
20
|
+
readonly options?: unknown[] | undefined;
|
|
21
|
+
readonly label?: string | undefined;
|
|
22
|
+
readonly modelValue?: string | undefined;
|
|
23
|
+
};
|
|
24
|
+
//# sourceMappingURL=UluFormSelect.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UluFormSelect.vue.d.ts","sourceRoot":"","sources":["../../../lib/components/forms/UluFormSelect.vue"],"names":[],"mappings":"wBA6JqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AATzB;WAIkB,OAAO,UAAU;YADhB,OAAO,CAAC,OAAO,WAAW,CAAC;;;;;2OAG3C;;;;AAlFD,+EAAsD;AAnBtD;;;;;EAiBG"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
2
|
+
export default _default;
|
|
3
|
+
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
4
|
+
$slots: S;
|
|
5
|
+
});
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
|
+
$emit: typeof __VLS_emit;
|
|
8
|
+
$props: Partial<typeof __VLS_props>;
|
|
9
|
+
labelHidden: boolean;
|
|
10
|
+
label?: string | undefined;
|
|
11
|
+
modelValue?: string | undefined;
|
|
12
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
13
|
+
type __VLS_Slots = {
|
|
14
|
+
default?: ((props: {}) => any) | undefined;
|
|
15
|
+
};
|
|
16
|
+
declare const __VLS_emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
17
|
+
declare const __VLS_props: {
|
|
18
|
+
readonly labelHidden: boolean;
|
|
19
|
+
readonly label?: string | undefined;
|
|
20
|
+
readonly modelValue?: string | undefined;
|
|
21
|
+
};
|
|
22
|
+
//# sourceMappingURL=UluFormText.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UluFormText.vue.d.ts","sourceRoot":"","sources":["../../../lib/components/forms/UluFormText.vue"],"names":[],"mappings":"wBAqIqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AATzB;WAIkB,OAAO,UAAU;YADhB,OAAO,CAAC,OAAO,WAAW,CAAC;;;;2OAG3C;;;;AAtED,+EAAsD;AAftD;;;;EAaG"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
$props: Partial<typeof __VLS_props>;
|
|
3
|
+
placeholder: string;
|
|
4
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5
|
+
export default _default;
|
|
6
|
+
declare const __VLS_props: {
|
|
7
|
+
readonly placeholder: string;
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=UluSearchForm.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UluSearchForm.vue.d.ts","sourceRoot":"","sources":["../../../lib/components/forms/UluSearchForm.vue"],"names":[],"mappings":";YAgHmB,OAAO,CAAC,OAAO,WAAW,CAAC;;;;AA9E5C;;EAQG"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
2
|
+
export default _default;
|
|
3
|
+
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
4
|
+
$slots: S;
|
|
5
|
+
});
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
|
+
$emit: typeof emit;
|
|
8
|
+
$props: Partial<typeof props>;
|
|
9
|
+
type: string;
|
|
10
|
+
hideInputs: boolean;
|
|
11
|
+
options?: unknown[] | undefined;
|
|
12
|
+
legend?: string | undefined;
|
|
13
|
+
modelValue?: string | unknown[] | undefined;
|
|
14
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
15
|
+
type __VLS_Slots = {
|
|
16
|
+
default?: ((props: {
|
|
17
|
+
option: unknown;
|
|
18
|
+
}) => any) | undefined;
|
|
19
|
+
};
|
|
20
|
+
declare const emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
21
|
+
declare const props: {
|
|
22
|
+
readonly type: string;
|
|
23
|
+
readonly hideInputs: boolean;
|
|
24
|
+
readonly options?: unknown[] | undefined;
|
|
25
|
+
readonly legend?: string | undefined;
|
|
26
|
+
readonly modelValue?: string | unknown[] | undefined;
|
|
27
|
+
};
|
|
28
|
+
//# sourceMappingURL=UluSelectableMenu.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UluSelectableMenu.vue.d.ts","sourceRoot":"","sources":["../../../lib/components/forms/UluSelectableMenu.vue"],"names":[],"mappings":"wBAoRqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AATzB;WAIkB,OAAO,IAAI;YADV,OAAO,CAAC,OAAO,KAAK,CAAC;;;;;;2OAGrC;;;;;;AAnJH,yEAAgD;AA1BhD;;;;;;EAwBG"}
|