@ulu/frontend-vue 0.1.1-beta.1 → 0.1.1-beta.11
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/{breakpoints-DM-CBTtb.js → breakpoints-CE1jJcpB.js} +1 -1
- package/dist/frontend-vue.css +1 -1
- package/dist/frontend-vue.js +65 -64
- package/dist/{index-BNRZ3Apw.js → index-QwwTSMNO.js} +1955 -1737
- package/lib/components/collapsible/UluAccordion.vue +9 -9
- package/lib/components/collapsible/UluCollapsible.vue +7 -7
- package/lib/components/forms/UluSelectableMenu.vue +8 -1
- package/lib/components/navigation/UluMenu.vue +5 -3
- package/lib/components/navigation/UluMenuStack.vue +47 -30
- package/lib/components/systems/facets/UluFacetsActiveFilters.vue +84 -0
- package/lib/components/systems/facets/UluFacetsFilterLists.vue +9 -3
- package/lib/components/systems/facets/UluFacetsList.vue +2 -0
- package/lib/components/systems/facets/UluFacetsSidebarLayout.vue +32 -12
- package/lib/components/systems/facets/useFacets.js +166 -40
- package/lib/components/systems/index.js +1 -0
- package/lib/components/systems/slider/UluSlideShow.vue +2 -2
- package/lib/components/visualizations/UluProgressBar.vue +57 -14
- package/lib/components/visualizations/UluProgressCircle.vue +124 -111
- package/lib/plugins/core/index.js +2 -2
- package/lib/plugins/popovers/UluPopover.vue +1 -1
- package/package.json +12 -8
- package/types/components/collapsible/UluAccordion.vue.d.ts +41 -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 +39 -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 +30 -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 +19 -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/UluFacetsActiveFilters.vue.d.ts +18 -0
- package/types/components/systems/facets/UluFacetsActiveFilters.vue.d.ts.map +1 -0
- package/types/components/systems/facets/UluFacetsFilterLists.vue.d.ts +27 -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 +21 -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 +22 -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 +30 -12
- package/types/components/systems/facets/useFacets.d.ts.map +1 -1
- package/types/components/systems/index.d.ts +24 -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 +53 -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
- package/lib/components/visualizations/progress-bar-examples.html +0 -175
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
/**
|
|
3
|
+
* Alert Title
|
|
4
|
+
*/
|
|
5
|
+
title: StringConstructor;
|
|
6
|
+
/**
|
|
7
|
+
* Alert description
|
|
8
|
+
*/
|
|
9
|
+
description: StringConstructor;
|
|
10
|
+
/**
|
|
11
|
+
* Pass specific icon definition, else it will resolve based on common types
|
|
12
|
+
*/
|
|
13
|
+
icon: StringConstructor;
|
|
14
|
+
/**
|
|
15
|
+
* Error, warning, info, success etc (must have these callout modifiers setup and this is used for type color [ie. color-error])
|
|
16
|
+
*/
|
|
17
|
+
type: {
|
|
18
|
+
type: StringConstructor;
|
|
19
|
+
default: string;
|
|
20
|
+
};
|
|
21
|
+
/**
|
|
22
|
+
* Compact callout style
|
|
23
|
+
*/
|
|
24
|
+
compact: BooleanConstructor;
|
|
25
|
+
/**
|
|
26
|
+
* Modifiers (to add any modifier classes based on base class [ie. 'tertiary'])
|
|
27
|
+
*/
|
|
28
|
+
modifiers: (StringConstructor | ArrayConstructor)[];
|
|
29
|
+
}>, {
|
|
30
|
+
resolvedModifiers: any;
|
|
31
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
32
|
+
/**
|
|
33
|
+
* Alert Title
|
|
34
|
+
*/
|
|
35
|
+
title: StringConstructor;
|
|
36
|
+
/**
|
|
37
|
+
* Alert description
|
|
38
|
+
*/
|
|
39
|
+
description: StringConstructor;
|
|
40
|
+
/**
|
|
41
|
+
* Pass specific icon definition, else it will resolve based on common types
|
|
42
|
+
*/
|
|
43
|
+
icon: StringConstructor;
|
|
44
|
+
/**
|
|
45
|
+
* Error, warning, info, success etc (must have these callout modifiers setup and this is used for type color [ie. color-error])
|
|
46
|
+
*/
|
|
47
|
+
type: {
|
|
48
|
+
type: StringConstructor;
|
|
49
|
+
default: string;
|
|
50
|
+
};
|
|
51
|
+
/**
|
|
52
|
+
* Compact callout style
|
|
53
|
+
*/
|
|
54
|
+
compact: BooleanConstructor;
|
|
55
|
+
/**
|
|
56
|
+
* Modifiers (to add any modifier classes based on base class [ie. 'tertiary'])
|
|
57
|
+
*/
|
|
58
|
+
modifiers: (StringConstructor | ArrayConstructor)[];
|
|
59
|
+
}>> & Readonly<{}>, {
|
|
60
|
+
type: string;
|
|
61
|
+
compact: boolean;
|
|
62
|
+
}, {}, {
|
|
63
|
+
UluButton: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
64
|
+
icon: (StringConstructor | ArrayConstructor)[];
|
|
65
|
+
iconBefore: BooleanConstructor;
|
|
66
|
+
iconOnly: BooleanConstructor;
|
|
67
|
+
to: (ObjectConstructor | StringConstructor)[];
|
|
68
|
+
href: StringConstructor;
|
|
69
|
+
target: StringConstructor;
|
|
70
|
+
download: (StringConstructor | BooleanConstructor)[];
|
|
71
|
+
alt: StringConstructor;
|
|
72
|
+
text: StringConstructor;
|
|
73
|
+
size: StringConstructor;
|
|
74
|
+
primary: BooleanConstructor;
|
|
75
|
+
secondary: BooleanConstructor;
|
|
76
|
+
small: BooleanConstructor;
|
|
77
|
+
large: BooleanConstructor;
|
|
78
|
+
outline: BooleanConstructor;
|
|
79
|
+
transparent: BooleanConstructor;
|
|
80
|
+
noMargin: BooleanConstructor;
|
|
81
|
+
modifiers: (StringConstructor | ArrayConstructor)[];
|
|
82
|
+
}>, {
|
|
83
|
+
resolvedModifiers: any;
|
|
84
|
+
}, {}, {
|
|
85
|
+
resolvedAriaLabel(): string | null;
|
|
86
|
+
classes(): string[];
|
|
87
|
+
element(): "button" | "a" | import("vue-router")._RouterLinkI;
|
|
88
|
+
attrs(): {
|
|
89
|
+
to: string | Record<string, any>;
|
|
90
|
+
href?: undefined;
|
|
91
|
+
} | {
|
|
92
|
+
href: string;
|
|
93
|
+
to?: undefined;
|
|
94
|
+
} | {
|
|
95
|
+
to?: undefined;
|
|
96
|
+
href?: undefined;
|
|
97
|
+
};
|
|
98
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
99
|
+
icon: (StringConstructor | ArrayConstructor)[];
|
|
100
|
+
iconBefore: BooleanConstructor;
|
|
101
|
+
iconOnly: BooleanConstructor;
|
|
102
|
+
to: (ObjectConstructor | StringConstructor)[];
|
|
103
|
+
href: StringConstructor;
|
|
104
|
+
target: StringConstructor;
|
|
105
|
+
download: (StringConstructor | BooleanConstructor)[];
|
|
106
|
+
alt: StringConstructor;
|
|
107
|
+
text: StringConstructor;
|
|
108
|
+
size: StringConstructor;
|
|
109
|
+
primary: BooleanConstructor;
|
|
110
|
+
secondary: BooleanConstructor;
|
|
111
|
+
small: BooleanConstructor;
|
|
112
|
+
large: BooleanConstructor;
|
|
113
|
+
outline: BooleanConstructor;
|
|
114
|
+
transparent: BooleanConstructor;
|
|
115
|
+
noMargin: BooleanConstructor;
|
|
116
|
+
modifiers: (StringConstructor | ArrayConstructor)[];
|
|
117
|
+
}>> & Readonly<{}>, {
|
|
118
|
+
small: boolean;
|
|
119
|
+
outline: boolean;
|
|
120
|
+
iconOnly: boolean;
|
|
121
|
+
large: boolean;
|
|
122
|
+
iconBefore: boolean;
|
|
123
|
+
primary: boolean;
|
|
124
|
+
secondary: boolean;
|
|
125
|
+
transparent: boolean;
|
|
126
|
+
noMargin: boolean;
|
|
127
|
+
}, {}, {
|
|
128
|
+
UluIcon: import("vue").DefineComponent<{}, {
|
|
129
|
+
$props: Partial<{
|
|
130
|
+
readonly spaced: boolean;
|
|
131
|
+
readonly icon?: string | boolean | unknown[] | Record<string, any> | undefined;
|
|
132
|
+
}>;
|
|
133
|
+
spaced: boolean;
|
|
134
|
+
icon?: string | boolean | unknown[] | Record<string, any> | undefined;
|
|
135
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
136
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
137
|
+
UluIcon: import("vue").DefineComponent<{}, {
|
|
138
|
+
$props: Partial<{
|
|
139
|
+
readonly spaced: boolean;
|
|
140
|
+
readonly icon?: string | boolean | unknown[] | Record<string, any> | undefined;
|
|
141
|
+
}>;
|
|
142
|
+
spaced: boolean;
|
|
143
|
+
icon?: string | boolean | unknown[] | Record<string, any> | undefined;
|
|
144
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
145
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
146
|
+
export default _default;
|
|
147
|
+
//# sourceMappingURL=UluAlert.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UluAlert.vue.d.ts","sourceRoot":"","sources":["../../../lib/components/elements/UluAlert.vue"],"names":[],"mappings":";IA+FM;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;;;;IAKH;;OAEG;;IAEH;;OAEG;;;;;IAzBH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;;;;IAKH;;OAEG;;IAEH;;OAEG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
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
|
+
skeleton: boolean;
|
|
9
|
+
size?: string | undefined;
|
|
10
|
+
type?: string | undefined;
|
|
11
|
+
text?: string | undefined;
|
|
12
|
+
click?: Function | undefined;
|
|
13
|
+
to?: string | Record<string, any> | undefined;
|
|
14
|
+
href?: string | undefined;
|
|
15
|
+
alt?: string | undefined;
|
|
16
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
17
|
+
type __VLS_Slots = {
|
|
18
|
+
default?: ((props: {}) => any) | undefined;
|
|
19
|
+
};
|
|
20
|
+
declare const props: {
|
|
21
|
+
readonly skeleton: boolean;
|
|
22
|
+
readonly size?: string | undefined;
|
|
23
|
+
readonly type?: string | undefined;
|
|
24
|
+
readonly text?: string | undefined;
|
|
25
|
+
readonly click?: Function | undefined;
|
|
26
|
+
readonly to?: string | Record<string, any> | undefined;
|
|
27
|
+
readonly href?: string | undefined;
|
|
28
|
+
readonly alt?: string | undefined;
|
|
29
|
+
};
|
|
30
|
+
//# sourceMappingURL=UluBadge.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UluBadge.vue.d.ts","sourceRoot":"","sources":["../../../lib/components/elements/UluBadge.vue"],"names":[],"mappings":"wBAkPqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AARzB;YAGmB,OAAO,CAAC,OAAO,KAAK,CAAC;;;;;;;;;2OAErC;;;;AA5JD;;;;;;;;;EAiCG"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
$props: Partial<typeof __VLS_props>;
|
|
3
|
+
items?: unknown[] | 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 __VLS_props: {
|
|
7
|
+
readonly items?: unknown[] | undefined;
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=UluBadgeStack.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UluBadgeStack.vue.d.ts","sourceRoot":"","sources":["../../../lib/components/elements/UluBadgeStack.vue"],"names":[],"mappings":";YAmFmB,OAAO,CAAC,OAAO,WAAW,CAAC;;;;AA1D5C;;EAKG"}
|
|
@@ -0,0 +1,186 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
/**
|
|
3
|
+
* Icon prop, if used will set the icon for the button, will use UluIcon (which uses font-awesome icons conditionally)
|
|
4
|
+
* - If using custom icons don't use this prop, use before or after slots with correct classes (ie .button__icon)
|
|
5
|
+
*/
|
|
6
|
+
icon: (StringConstructor | ArrayConstructor)[];
|
|
7
|
+
/**
|
|
8
|
+
* If passing an icon (and not using iconOnly) this determines if the icon is before or after (default) the text
|
|
9
|
+
*/
|
|
10
|
+
iconBefore: BooleanConstructor;
|
|
11
|
+
/**
|
|
12
|
+
* Button style for only icon
|
|
13
|
+
*/
|
|
14
|
+
iconOnly: BooleanConstructor;
|
|
15
|
+
/**
|
|
16
|
+
* If set will use router-link for button component and pass to prop
|
|
17
|
+
*/
|
|
18
|
+
to: (ObjectConstructor | StringConstructor)[];
|
|
19
|
+
/**
|
|
20
|
+
* Sets the button to a link with this href
|
|
21
|
+
*/
|
|
22
|
+
href: StringConstructor;
|
|
23
|
+
/**
|
|
24
|
+
* Set a value for target attribute when button is a link
|
|
25
|
+
*/
|
|
26
|
+
target: StringConstructor;
|
|
27
|
+
/**
|
|
28
|
+
* Sets the download attribute on the link (passing string [filename] will populate the download attribute, true will just include it as boolean attribute)
|
|
29
|
+
*/
|
|
30
|
+
download: (StringConstructor | BooleanConstructor)[];
|
|
31
|
+
/**
|
|
32
|
+
* For icon only buttons or buttons that need an explicit label
|
|
33
|
+
*/
|
|
34
|
+
alt: StringConstructor;
|
|
35
|
+
/**
|
|
36
|
+
* If not using slot this sets the buttons text via prop
|
|
37
|
+
*/
|
|
38
|
+
text: StringConstructor;
|
|
39
|
+
/**
|
|
40
|
+
* Pass any sizes setup for button (ie. small, large, etc)
|
|
41
|
+
*/
|
|
42
|
+
size: StringConstructor;
|
|
43
|
+
/**
|
|
44
|
+
* Preset to set primary style (needs to be a button style in ulu scss)
|
|
45
|
+
*/
|
|
46
|
+
primary: BooleanConstructor;
|
|
47
|
+
/**
|
|
48
|
+
* Preset to set secondary style (needs to be a button style in ulu scss)
|
|
49
|
+
*/
|
|
50
|
+
secondary: BooleanConstructor;
|
|
51
|
+
/**
|
|
52
|
+
* Preset to set small size (use "size" for any sizes)
|
|
53
|
+
*/
|
|
54
|
+
small: BooleanConstructor;
|
|
55
|
+
/**
|
|
56
|
+
* Preset to set large size (use "size" for any sizes)
|
|
57
|
+
*/
|
|
58
|
+
large: BooleanConstructor;
|
|
59
|
+
/**
|
|
60
|
+
* Preset to set outline style button (needs to be a button style in ulu scss)
|
|
61
|
+
*/
|
|
62
|
+
outline: BooleanConstructor;
|
|
63
|
+
/**
|
|
64
|
+
* Preset to set transparent style button (needs to be a button style in ulu scss)
|
|
65
|
+
*/
|
|
66
|
+
transparent: BooleanConstructor;
|
|
67
|
+
/**
|
|
68
|
+
* Add no-margin utility
|
|
69
|
+
*/
|
|
70
|
+
noMargin: BooleanConstructor;
|
|
71
|
+
/**
|
|
72
|
+
* Modifiers (to add any modifier classes based on base class [ie. 'tertiary'])
|
|
73
|
+
*/
|
|
74
|
+
modifiers: (StringConstructor | ArrayConstructor)[];
|
|
75
|
+
}>, {
|
|
76
|
+
resolvedModifiers: any;
|
|
77
|
+
}, {}, {
|
|
78
|
+
resolvedAriaLabel(): string | null;
|
|
79
|
+
classes(): string[];
|
|
80
|
+
element(): "button" | "a" | import("vue-router")._RouterLinkI;
|
|
81
|
+
attrs(): {
|
|
82
|
+
to: string | Record<string, any>;
|
|
83
|
+
href?: undefined;
|
|
84
|
+
} | {
|
|
85
|
+
href: string;
|
|
86
|
+
to?: undefined;
|
|
87
|
+
} | {
|
|
88
|
+
to?: undefined;
|
|
89
|
+
href?: undefined;
|
|
90
|
+
};
|
|
91
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
92
|
+
/**
|
|
93
|
+
* Icon prop, if used will set the icon for the button, will use UluIcon (which uses font-awesome icons conditionally)
|
|
94
|
+
* - If using custom icons don't use this prop, use before or after slots with correct classes (ie .button__icon)
|
|
95
|
+
*/
|
|
96
|
+
icon: (StringConstructor | ArrayConstructor)[];
|
|
97
|
+
/**
|
|
98
|
+
* If passing an icon (and not using iconOnly) this determines if the icon is before or after (default) the text
|
|
99
|
+
*/
|
|
100
|
+
iconBefore: BooleanConstructor;
|
|
101
|
+
/**
|
|
102
|
+
* Button style for only icon
|
|
103
|
+
*/
|
|
104
|
+
iconOnly: BooleanConstructor;
|
|
105
|
+
/**
|
|
106
|
+
* If set will use router-link for button component and pass to prop
|
|
107
|
+
*/
|
|
108
|
+
to: (ObjectConstructor | StringConstructor)[];
|
|
109
|
+
/**
|
|
110
|
+
* Sets the button to a link with this href
|
|
111
|
+
*/
|
|
112
|
+
href: StringConstructor;
|
|
113
|
+
/**
|
|
114
|
+
* Set a value for target attribute when button is a link
|
|
115
|
+
*/
|
|
116
|
+
target: StringConstructor;
|
|
117
|
+
/**
|
|
118
|
+
* Sets the download attribute on the link (passing string [filename] will populate the download attribute, true will just include it as boolean attribute)
|
|
119
|
+
*/
|
|
120
|
+
download: (StringConstructor | BooleanConstructor)[];
|
|
121
|
+
/**
|
|
122
|
+
* For icon only buttons or buttons that need an explicit label
|
|
123
|
+
*/
|
|
124
|
+
alt: StringConstructor;
|
|
125
|
+
/**
|
|
126
|
+
* If not using slot this sets the buttons text via prop
|
|
127
|
+
*/
|
|
128
|
+
text: StringConstructor;
|
|
129
|
+
/**
|
|
130
|
+
* Pass any sizes setup for button (ie. small, large, etc)
|
|
131
|
+
*/
|
|
132
|
+
size: StringConstructor;
|
|
133
|
+
/**
|
|
134
|
+
* Preset to set primary style (needs to be a button style in ulu scss)
|
|
135
|
+
*/
|
|
136
|
+
primary: BooleanConstructor;
|
|
137
|
+
/**
|
|
138
|
+
* Preset to set secondary style (needs to be a button style in ulu scss)
|
|
139
|
+
*/
|
|
140
|
+
secondary: BooleanConstructor;
|
|
141
|
+
/**
|
|
142
|
+
* Preset to set small size (use "size" for any sizes)
|
|
143
|
+
*/
|
|
144
|
+
small: BooleanConstructor;
|
|
145
|
+
/**
|
|
146
|
+
* Preset to set large size (use "size" for any sizes)
|
|
147
|
+
*/
|
|
148
|
+
large: BooleanConstructor;
|
|
149
|
+
/**
|
|
150
|
+
* Preset to set outline style button (needs to be a button style in ulu scss)
|
|
151
|
+
*/
|
|
152
|
+
outline: BooleanConstructor;
|
|
153
|
+
/**
|
|
154
|
+
* Preset to set transparent style button (needs to be a button style in ulu scss)
|
|
155
|
+
*/
|
|
156
|
+
transparent: BooleanConstructor;
|
|
157
|
+
/**
|
|
158
|
+
* Add no-margin utility
|
|
159
|
+
*/
|
|
160
|
+
noMargin: BooleanConstructor;
|
|
161
|
+
/**
|
|
162
|
+
* Modifiers (to add any modifier classes based on base class [ie. 'tertiary'])
|
|
163
|
+
*/
|
|
164
|
+
modifiers: (StringConstructor | ArrayConstructor)[];
|
|
165
|
+
}>> & Readonly<{}>, {
|
|
166
|
+
small: boolean;
|
|
167
|
+
outline: boolean;
|
|
168
|
+
iconOnly: boolean;
|
|
169
|
+
large: boolean;
|
|
170
|
+
iconBefore: boolean;
|
|
171
|
+
primary: boolean;
|
|
172
|
+
secondary: boolean;
|
|
173
|
+
transparent: boolean;
|
|
174
|
+
noMargin: boolean;
|
|
175
|
+
}, {}, {
|
|
176
|
+
UluIcon: import("vue").DefineComponent<{}, {
|
|
177
|
+
$props: Partial<{
|
|
178
|
+
readonly spaced: boolean;
|
|
179
|
+
readonly icon?: string | boolean | unknown[] | Record<string, any> | undefined;
|
|
180
|
+
}>;
|
|
181
|
+
spaced: boolean;
|
|
182
|
+
icon?: string | boolean | unknown[] | Record<string, any> | undefined;
|
|
183
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
184
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
185
|
+
export default _default;
|
|
186
|
+
//# sourceMappingURL=UluButton.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UluButton.vue.d.ts","sourceRoot":"","sources":["../../../lib/components/elements/UluButton.vue"],"names":[],"mappings":";IA2KM;;;OAGG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;;;;;;;;;;;;;;;;;;IAvEH;;;OAGG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG"}
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
/**
|
|
3
|
+
* The title of the button. Can also be passed via slot.
|
|
4
|
+
*/
|
|
5
|
+
title: StringConstructor;
|
|
6
|
+
/**
|
|
7
|
+
* Optional element to use for title
|
|
8
|
+
*/
|
|
9
|
+
titleElement: {
|
|
10
|
+
type: StringConstructor;
|
|
11
|
+
default: string;
|
|
12
|
+
};
|
|
13
|
+
/**
|
|
14
|
+
* The body text of the button. Can also be passed via slot.
|
|
15
|
+
*/
|
|
16
|
+
body: StringConstructor;
|
|
17
|
+
/**
|
|
18
|
+
* Icon prop, if used will set the icon for the button, will use UluIcon (which uses font-awesome icons conditionally)
|
|
19
|
+
*/
|
|
20
|
+
icon: (StringConstructor | ArrayConstructor)[];
|
|
21
|
+
/**
|
|
22
|
+
* If set will use router-link for button component and pass to prop
|
|
23
|
+
*/
|
|
24
|
+
to: (ObjectConstructor | StringConstructor)[];
|
|
25
|
+
/**
|
|
26
|
+
* Sets the button to a link with this href
|
|
27
|
+
*/
|
|
28
|
+
href: StringConstructor;
|
|
29
|
+
/**
|
|
30
|
+
* Set a value for target attribute when button is a link
|
|
31
|
+
*/
|
|
32
|
+
target: StringConstructor;
|
|
33
|
+
/**
|
|
34
|
+
* Sets the download attribute on the link (passing string [filename] will populate the download attribute, true will just include it as boolean attribute)
|
|
35
|
+
*/
|
|
36
|
+
download: (StringConstructor | BooleanConstructor)[];
|
|
37
|
+
/**
|
|
38
|
+
* Preset to set inline style
|
|
39
|
+
*/
|
|
40
|
+
inline: BooleanConstructor;
|
|
41
|
+
/**
|
|
42
|
+
* Preset to set full-width style
|
|
43
|
+
*/
|
|
44
|
+
fullWidth: BooleanConstructor;
|
|
45
|
+
/**
|
|
46
|
+
* Modifiers (to add any modifier classes based on base class [ie. 'tertiary'])
|
|
47
|
+
*/
|
|
48
|
+
modifiers: (StringConstructor | ArrayConstructor)[];
|
|
49
|
+
}>, {
|
|
50
|
+
resolvedModifiers: any;
|
|
51
|
+
}, {}, {
|
|
52
|
+
element(): "button" | "a" | import("vue-router")._RouterLinkI;
|
|
53
|
+
attrs(): {
|
|
54
|
+
to: string | Record<string, any>;
|
|
55
|
+
href?: undefined;
|
|
56
|
+
} | {
|
|
57
|
+
href: string;
|
|
58
|
+
to?: undefined;
|
|
59
|
+
} | {
|
|
60
|
+
to?: undefined;
|
|
61
|
+
href?: undefined;
|
|
62
|
+
};
|
|
63
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
64
|
+
/**
|
|
65
|
+
* The title of the button. Can also be passed via slot.
|
|
66
|
+
*/
|
|
67
|
+
title: StringConstructor;
|
|
68
|
+
/**
|
|
69
|
+
* Optional element to use for title
|
|
70
|
+
*/
|
|
71
|
+
titleElement: {
|
|
72
|
+
type: StringConstructor;
|
|
73
|
+
default: string;
|
|
74
|
+
};
|
|
75
|
+
/**
|
|
76
|
+
* The body text of the button. Can also be passed via slot.
|
|
77
|
+
*/
|
|
78
|
+
body: StringConstructor;
|
|
79
|
+
/**
|
|
80
|
+
* Icon prop, if used will set the icon for the button, will use UluIcon (which uses font-awesome icons conditionally)
|
|
81
|
+
*/
|
|
82
|
+
icon: (StringConstructor | ArrayConstructor)[];
|
|
83
|
+
/**
|
|
84
|
+
* If set will use router-link for button component and pass to prop
|
|
85
|
+
*/
|
|
86
|
+
to: (ObjectConstructor | StringConstructor)[];
|
|
87
|
+
/**
|
|
88
|
+
* Sets the button to a link with this href
|
|
89
|
+
*/
|
|
90
|
+
href: StringConstructor;
|
|
91
|
+
/**
|
|
92
|
+
* Set a value for target attribute when button is a link
|
|
93
|
+
*/
|
|
94
|
+
target: StringConstructor;
|
|
95
|
+
/**
|
|
96
|
+
* Sets the download attribute on the link (passing string [filename] will populate the download attribute, true will just include it as boolean attribute)
|
|
97
|
+
*/
|
|
98
|
+
download: (StringConstructor | BooleanConstructor)[];
|
|
99
|
+
/**
|
|
100
|
+
* Preset to set inline style
|
|
101
|
+
*/
|
|
102
|
+
inline: BooleanConstructor;
|
|
103
|
+
/**
|
|
104
|
+
* Preset to set full-width style
|
|
105
|
+
*/
|
|
106
|
+
fullWidth: BooleanConstructor;
|
|
107
|
+
/**
|
|
108
|
+
* Modifiers (to add any modifier classes based on base class [ie. 'tertiary'])
|
|
109
|
+
*/
|
|
110
|
+
modifiers: (StringConstructor | ArrayConstructor)[];
|
|
111
|
+
}>> & Readonly<{}>, {
|
|
112
|
+
inline: boolean;
|
|
113
|
+
fullWidth: boolean;
|
|
114
|
+
titleElement: string;
|
|
115
|
+
}, {}, {
|
|
116
|
+
UluIcon: import("vue").DefineComponent<{}, {
|
|
117
|
+
$props: Partial<{
|
|
118
|
+
readonly spaced: boolean;
|
|
119
|
+
readonly icon?: string | boolean | unknown[] | Record<string, any> | undefined;
|
|
120
|
+
}>;
|
|
121
|
+
spaced: boolean;
|
|
122
|
+
icon?: string | boolean | unknown[] | Record<string, any> | undefined;
|
|
123
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
124
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
125
|
+
export default _default;
|
|
126
|
+
//# sourceMappingURL=UluButtonVerbose.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UluButtonVerbose.vue.d.ts","sourceRoot":"","sources":["../../../lib/components/elements/UluButtonVerbose.vue"],"names":[],"mappings":";IAkIM;;OAEG;;IAEH;;OAEG;;;;;IAKH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;;;;;;;;;;;;;;;;IA7CH;;OAEG;;IAEH;;OAEG;;;;;IAKH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
/**
|
|
3
|
+
* Add full height utility class
|
|
4
|
+
*/
|
|
5
|
+
fullHeight: BooleanConstructor;
|
|
6
|
+
/**
|
|
7
|
+
* Class modifiers (ie. 'transparent', 'secondary', etc)
|
|
8
|
+
* - Can be String or Array of Strings
|
|
9
|
+
*/
|
|
10
|
+
modifiers: (StringConstructor | ArrayConstructor)[];
|
|
11
|
+
}>, {
|
|
12
|
+
resolvedModifiers: any;
|
|
13
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
14
|
+
/**
|
|
15
|
+
* Add full height utility class
|
|
16
|
+
*/
|
|
17
|
+
fullHeight: BooleanConstructor;
|
|
18
|
+
/**
|
|
19
|
+
* Class modifiers (ie. 'transparent', 'secondary', etc)
|
|
20
|
+
* - Can be String or Array of Strings
|
|
21
|
+
*/
|
|
22
|
+
modifiers: (StringConstructor | ArrayConstructor)[];
|
|
23
|
+
}>> & Readonly<{}>, {
|
|
24
|
+
fullHeight: boolean;
|
|
25
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
26
|
+
export default _default;
|
|
27
|
+
//# sourceMappingURL=UluCallout.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UluCallout.vue.d.ts","sourceRoot":"","sources":["../../../lib/components/elements/UluCallout.vue"],"names":[],"mappings":";IAmCM;;OAEG;;IAEH;;;OAGG;;;;;IAPH;;OAEG;;IAEH;;;OAGG"}
|