@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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ulu/frontend-vue",
|
|
3
|
-
"version": "0.1.1-beta.
|
|
3
|
+
"version": "0.1.1-beta.4",
|
|
4
4
|
"description": "A modular and tree-shakeable Vue 3 component library for the Ulu frontend",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -14,20 +14,15 @@
|
|
|
14
14
|
"import": "./lib/index.js",
|
|
15
15
|
"types": "./types/index.d.ts"
|
|
16
16
|
},
|
|
17
|
+
"./*": {
|
|
18
|
+
"import" : "./lib/*",
|
|
19
|
+
"types" : "./types/*"
|
|
20
|
+
},
|
|
17
21
|
"./dist": {
|
|
18
22
|
"import": "./dist/frontend-vue.js"
|
|
19
23
|
},
|
|
20
|
-
"./*": "./lib/*",
|
|
21
24
|
"./scss": "./lib/_index.scss"
|
|
22
25
|
},
|
|
23
|
-
"types": "./types/index.d.ts",
|
|
24
|
-
"typesVersions": {
|
|
25
|
-
"*": {
|
|
26
|
-
"*": [
|
|
27
|
-
"./types/*"
|
|
28
|
-
]
|
|
29
|
-
}
|
|
30
|
-
},
|
|
31
26
|
"repository": {
|
|
32
27
|
"type": "git",
|
|
33
28
|
"url": "git+https://github.com/Jscherbe/frontend-vue.git"
|
|
@@ -36,7 +31,7 @@
|
|
|
36
31
|
"dev": "storybook dev -p 6006",
|
|
37
32
|
"docs:build": "storybook build -o docs",
|
|
38
33
|
"build": "vite build",
|
|
39
|
-
"types": "
|
|
34
|
+
"types": "vue-tsc",
|
|
40
35
|
"deploy": "npm run types && npm run build && npm run docs:build",
|
|
41
36
|
"update-contexts": "rm -rf .ctx && mkdir -p .ctx/frontend && cp -R node_modules/@ulu/frontend/scss node_modules/@ulu/frontend/js .ctx/frontend/"
|
|
42
37
|
},
|
|
@@ -58,12 +53,12 @@
|
|
|
58
53
|
},
|
|
59
54
|
"homepage": "https://github.com/Jscherbe/frontend-vue#readme",
|
|
60
55
|
"peerDependencies": {
|
|
56
|
+
"@formkit/auto-animate": "^0.9.0",
|
|
61
57
|
"@headlessui/vue": "^1.7.23",
|
|
62
58
|
"@ulu/frontend": "^0.1.0-beta.112",
|
|
63
59
|
"@unhead/vue": "^2.0.11",
|
|
64
60
|
"vue": "^3.5.17",
|
|
65
|
-
"vue-router": "^4.5.1"
|
|
66
|
-
"@formkit/auto-animate" : "^0.9.0"
|
|
61
|
+
"vue-router": "^4.5.1"
|
|
67
62
|
},
|
|
68
63
|
"optionalDependencies": {
|
|
69
64
|
"fuse.js": "^6.6.2",
|
|
@@ -76,6 +71,7 @@
|
|
|
76
71
|
"lodash-es": "^4.17.21"
|
|
77
72
|
},
|
|
78
73
|
"devDependencies": {
|
|
74
|
+
"@formkit/auto-animate": "^0.9.0",
|
|
79
75
|
"@fortawesome/fontawesome-svg-core": "^6.7.2",
|
|
80
76
|
"@fortawesome/free-solid-svg-icons": "^6.7.2",
|
|
81
77
|
"@fortawesome/vue-fontawesome": "^3.0.8",
|
|
@@ -95,7 +91,7 @@
|
|
|
95
91
|
"typescript": "^5.3.3",
|
|
96
92
|
"vite": "^7.0.0",
|
|
97
93
|
"vue-router": "^4.5.1",
|
|
98
|
-
"
|
|
94
|
+
"vue-tsc": "^3.0.6"
|
|
99
95
|
},
|
|
100
96
|
"volta": {
|
|
101
97
|
"node": "22.17.0"
|
|
@@ -0,0 +1,42 @@
|
|
|
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
|
+
startOpen: boolean;
|
|
10
|
+
classes: Record<string, any>;
|
|
11
|
+
animate: boolean | Record<string, any>;
|
|
12
|
+
triggerTextElement: string;
|
|
13
|
+
triggerText?: string | undefined;
|
|
14
|
+
modifiers?: string | unknown[] | undefined;
|
|
15
|
+
modelValue?: boolean | 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
|
+
trigger?: ((props: {
|
|
19
|
+
open: boolean | undefined;
|
|
20
|
+
toggle: typeof toggle;
|
|
21
|
+
}) => any) | undefined;
|
|
22
|
+
} & {
|
|
23
|
+
icon?: ((props: {
|
|
24
|
+
open: boolean | undefined;
|
|
25
|
+
}) => any) | undefined;
|
|
26
|
+
} & {
|
|
27
|
+
default?: ((props: {
|
|
28
|
+
open: true;
|
|
29
|
+
toggle: typeof toggle;
|
|
30
|
+
}) => any) | undefined;
|
|
31
|
+
};
|
|
32
|
+
declare const emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
33
|
+
declare const props: {
|
|
34
|
+
readonly startOpen: boolean;
|
|
35
|
+
readonly classes: Record<string, any>;
|
|
36
|
+
readonly animate: boolean | Record<string, any>;
|
|
37
|
+
readonly triggerTextElement: string;
|
|
38
|
+
readonly triggerText?: string | undefined;
|
|
39
|
+
readonly modifiers?: string | unknown[] | undefined;
|
|
40
|
+
readonly modelValue?: boolean | undefined;
|
|
41
|
+
};
|
|
42
|
+
//# sourceMappingURL=UluAccordion.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UluAccordion.vue.d.ts","sourceRoot":"","sources":["../../../lib/components/collapsible/UluAccordion.vue"],"names":[],"mappings":"wBAmSqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AATzB;WAIkB,OAAO,IAAI;YADV,OAAO,CAAC,OAAO,KAAK,CAAC;;;;;;;;2OAGrC;;;;;;;;;;;;;;;;AAlID,yEAAgD;AArDhD;;;;;;;;EAmDG"}
|
|
@@ -0,0 +1,19 @@
|
|
|
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
|
+
items: unknown[];
|
|
9
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10
|
+
type __VLS_Slots = {
|
|
11
|
+
item?: ((props: {
|
|
12
|
+
item: never;
|
|
13
|
+
index: number;
|
|
14
|
+
}) => any) | undefined;
|
|
15
|
+
};
|
|
16
|
+
declare const props: {
|
|
17
|
+
readonly items: unknown[];
|
|
18
|
+
};
|
|
19
|
+
//# sourceMappingURL=UluAccordionGroup.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UluAccordionGroup.vue.d.ts","sourceRoot":"","sources":["../../../lib/components/collapsible/UluAccordionGroup.vue"],"names":[],"mappings":"wBAwKqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AARzB;YAGmB,OAAO,CAAC,OAAO,KAAK,CAAC;;2OAErC;;;;;;;AA5GH;;EASG"}
|
|
@@ -0,0 +1,40 @@
|
|
|
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
|
+
startOpen: boolean;
|
|
10
|
+
classes: Record<string, any>;
|
|
11
|
+
animate: boolean | Record<string, any>;
|
|
12
|
+
closeOnEscape: boolean;
|
|
13
|
+
triggerText?: string | undefined;
|
|
14
|
+
modelValue?: boolean | undefined;
|
|
15
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
16
|
+
type __VLS_Slots = {
|
|
17
|
+
trigger?: ((props: {
|
|
18
|
+
isOpen: boolean | undefined;
|
|
19
|
+
toggle: typeof toggle;
|
|
20
|
+
}) => any) | undefined;
|
|
21
|
+
} & {
|
|
22
|
+
default?: ((props: {
|
|
23
|
+
isOpen: true;
|
|
24
|
+
toggle: typeof toggle;
|
|
25
|
+
}) => any) | undefined;
|
|
26
|
+
};
|
|
27
|
+
declare const emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
28
|
+
declare const props: {
|
|
29
|
+
readonly startOpen: boolean;
|
|
30
|
+
readonly classes: Record<string, any>;
|
|
31
|
+
readonly animate: boolean | Record<string, any>;
|
|
32
|
+
readonly closeOnEscape: boolean;
|
|
33
|
+
readonly triggerText?: string | undefined;
|
|
34
|
+
readonly modelValue?: boolean | undefined;
|
|
35
|
+
};
|
|
36
|
+
/**
|
|
37
|
+
* Function used to toggle the collapsible
|
|
38
|
+
*/
|
|
39
|
+
declare function toggle(): void;
|
|
40
|
+
//# sourceMappingURL=UluCollapsible.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UluCollapsible.vue.d.ts","sourceRoot":"","sources":["../../../lib/components/collapsible/UluCollapsible.vue"],"names":[],"mappings":"wBAgWqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AATzB;WAIkB,OAAO,IAAI;YADV,OAAO,CAAC,OAAO,KAAK,CAAC;;;;;;;2OAGrC;;;;;;;;;;;;AA3JD,yEAAgD;AA/ChD;;;;;;;EA6CG;AAiDH;;GAEG;AACH,gCAEC"}
|
|
@@ -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
|
+
$props: Partial<typeof __VLS_props>;
|
|
8
|
+
popoverClasses: Record<string, any>;
|
|
9
|
+
triggerText?: string | undefined;
|
|
10
|
+
items?: unknown[] | undefined;
|
|
11
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
|
+
type __VLS_Slots = {
|
|
13
|
+
trigger?: ((props: {
|
|
14
|
+
isOpen: boolean;
|
|
15
|
+
}) => any) | undefined;
|
|
16
|
+
};
|
|
17
|
+
declare const __VLS_props: {
|
|
18
|
+
readonly popoverClasses: Record<string, any>;
|
|
19
|
+
readonly triggerText?: string | undefined;
|
|
20
|
+
readonly items?: unknown[] | undefined;
|
|
21
|
+
};
|
|
22
|
+
//# sourceMappingURL=UluDropdown.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UluDropdown.vue.d.ts","sourceRoot":"","sources":["../../../lib/components/collapsible/UluDropdown.vue"],"names":[],"mappings":"wBA2JqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AARzB;YAGmB,OAAO,CAAC,OAAO,WAAW,CAAC;;;;2OAE3C;;;;;;AA5GD;;;;EAkBG"}
|
|
@@ -0,0 +1,253 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
/**
|
|
3
|
+
* Controls the visibility of the modal (for v-model).
|
|
4
|
+
*/
|
|
5
|
+
modelValue: BooleanConstructor;
|
|
6
|
+
/**
|
|
7
|
+
* Target for Vue's Teleport. Defaults to 'body'.
|
|
8
|
+
* Set to `false` to disable teleporting (modal renders inline).
|
|
9
|
+
* Set to `null` or `undefined` for `body` fallback with disabled as false.
|
|
10
|
+
*/
|
|
11
|
+
teleport: {
|
|
12
|
+
type: (ObjectConstructor | StringConstructor | BooleanConstructor)[];
|
|
13
|
+
default: string;
|
|
14
|
+
};
|
|
15
|
+
/**
|
|
16
|
+
* When open and not non-modal, the body is prevented from scrolling (defaults to true).
|
|
17
|
+
*/
|
|
18
|
+
preventScroll: {
|
|
19
|
+
type: BooleanConstructor;
|
|
20
|
+
default: boolean;
|
|
21
|
+
};
|
|
22
|
+
/**
|
|
23
|
+
* Compensate for layout shift when preventing scroll. Which adds padding equal to scrollbars
|
|
24
|
+
* width while dialog is open
|
|
25
|
+
*/
|
|
26
|
+
preventScrollShift: {
|
|
27
|
+
type: BooleanConstructor;
|
|
28
|
+
default: boolean;
|
|
29
|
+
};
|
|
30
|
+
/**
|
|
31
|
+
* Use non-modal interface for dialog
|
|
32
|
+
*/
|
|
33
|
+
nonModal: BooleanConstructor;
|
|
34
|
+
/**
|
|
35
|
+
* Close modal on click outside
|
|
36
|
+
*/
|
|
37
|
+
clickOutsideCloses: {
|
|
38
|
+
type: BooleanConstructor;
|
|
39
|
+
default: boolean;
|
|
40
|
+
};
|
|
41
|
+
/**
|
|
42
|
+
* Enable resizer
|
|
43
|
+
*/
|
|
44
|
+
allowResize: BooleanConstructor;
|
|
45
|
+
/**
|
|
46
|
+
* Position (any position that modal.scss supports)
|
|
47
|
+
*/
|
|
48
|
+
position: {
|
|
49
|
+
type: StringConstructor;
|
|
50
|
+
default: string;
|
|
51
|
+
};
|
|
52
|
+
/**
|
|
53
|
+
* If `true`, the modal body will fill the available space.
|
|
54
|
+
*/
|
|
55
|
+
bodyFills: BooleanConstructor;
|
|
56
|
+
/**
|
|
57
|
+
* If `true`, no backdrop will be displayed behind the modal
|
|
58
|
+
*/
|
|
59
|
+
noBackdrop: BooleanConstructor;
|
|
60
|
+
/**
|
|
61
|
+
* If `true`, the modal will not have a minimum height
|
|
62
|
+
*/
|
|
63
|
+
noMinHeight: BooleanConstructor;
|
|
64
|
+
/**
|
|
65
|
+
* Set aria-labelledby by element id (to add accessible label)
|
|
66
|
+
* - Use this if you are not using the default modal title (custom titles)
|
|
67
|
+
*/
|
|
68
|
+
labelledby: StringConstructor;
|
|
69
|
+
/**
|
|
70
|
+
* Set aria-describedby by element id (to add accessible description)
|
|
71
|
+
* - This is usually content you passed into the modal body (paragraph/etc)
|
|
72
|
+
*/
|
|
73
|
+
describedby: StringConstructor;
|
|
74
|
+
/**
|
|
75
|
+
* Text for modal title in header (can use title slot as well for complex markup), if not passed the header will be omitted
|
|
76
|
+
*/
|
|
77
|
+
title: StringConstructor;
|
|
78
|
+
/**
|
|
79
|
+
* Optional icon for before title (uses UluIcon interface)
|
|
80
|
+
*/
|
|
81
|
+
titleIcon: StringConstructor;
|
|
82
|
+
/**
|
|
83
|
+
* Default icon for resizer
|
|
84
|
+
*/
|
|
85
|
+
resizerIcon: StringConstructor;
|
|
86
|
+
/**
|
|
87
|
+
* Default icon for close button (uses UluIcon interface)
|
|
88
|
+
*/
|
|
89
|
+
closeIcon: StringConstructor;
|
|
90
|
+
/**
|
|
91
|
+
* Classes for elements ({ container, header, title, body, footer })
|
|
92
|
+
* - Any valid class binding value per element
|
|
93
|
+
*/
|
|
94
|
+
classes: {
|
|
95
|
+
type: ObjectConstructor;
|
|
96
|
+
default: () => {};
|
|
97
|
+
};
|
|
98
|
+
/**
|
|
99
|
+
* Modifiers (to add any modifier classes based on base class [ie. 'tertiary'])
|
|
100
|
+
*/
|
|
101
|
+
modifiers: (StringConstructor | ArrayConstructor)[];
|
|
102
|
+
}>, {
|
|
103
|
+
resolvedModifiers: any;
|
|
104
|
+
hasHeader: import("vue").ComputedRef<string | import("vue").Slot<any> | undefined>;
|
|
105
|
+
resizerEnabled: import("vue").ComputedRef<boolean | undefined>;
|
|
106
|
+
resizerIconType: import("vue").ComputedRef<"type:resizeBoth" | "type:resizeHorizontal">;
|
|
107
|
+
}, {
|
|
108
|
+
containerWidth: null;
|
|
109
|
+
titleId: string;
|
|
110
|
+
bodyOverflowValue: null;
|
|
111
|
+
bodyPaddingRightValue: null;
|
|
112
|
+
isResizing: boolean;
|
|
113
|
+
}, {
|
|
114
|
+
resolvedLabelledby(): string;
|
|
115
|
+
}, {
|
|
116
|
+
close(): void;
|
|
117
|
+
handleDialogCloseEvent(): void;
|
|
118
|
+
handleClick(event: any): void;
|
|
119
|
+
setupPreventScroll(): void;
|
|
120
|
+
destroyPreventScroll(): void;
|
|
121
|
+
handleToggle(event: any): void;
|
|
122
|
+
setupResizer(): void;
|
|
123
|
+
destroyResizer(): void;
|
|
124
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "open" | "update:modelValue")[], "close" | "open" | "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
125
|
+
/**
|
|
126
|
+
* Controls the visibility of the modal (for v-model).
|
|
127
|
+
*/
|
|
128
|
+
modelValue: BooleanConstructor;
|
|
129
|
+
/**
|
|
130
|
+
* Target for Vue's Teleport. Defaults to 'body'.
|
|
131
|
+
* Set to `false` to disable teleporting (modal renders inline).
|
|
132
|
+
* Set to `null` or `undefined` for `body` fallback with disabled as false.
|
|
133
|
+
*/
|
|
134
|
+
teleport: {
|
|
135
|
+
type: (ObjectConstructor | StringConstructor | BooleanConstructor)[];
|
|
136
|
+
default: string;
|
|
137
|
+
};
|
|
138
|
+
/**
|
|
139
|
+
* When open and not non-modal, the body is prevented from scrolling (defaults to true).
|
|
140
|
+
*/
|
|
141
|
+
preventScroll: {
|
|
142
|
+
type: BooleanConstructor;
|
|
143
|
+
default: boolean;
|
|
144
|
+
};
|
|
145
|
+
/**
|
|
146
|
+
* Compensate for layout shift when preventing scroll. Which adds padding equal to scrollbars
|
|
147
|
+
* width while dialog is open
|
|
148
|
+
*/
|
|
149
|
+
preventScrollShift: {
|
|
150
|
+
type: BooleanConstructor;
|
|
151
|
+
default: boolean;
|
|
152
|
+
};
|
|
153
|
+
/**
|
|
154
|
+
* Use non-modal interface for dialog
|
|
155
|
+
*/
|
|
156
|
+
nonModal: BooleanConstructor;
|
|
157
|
+
/**
|
|
158
|
+
* Close modal on click outside
|
|
159
|
+
*/
|
|
160
|
+
clickOutsideCloses: {
|
|
161
|
+
type: BooleanConstructor;
|
|
162
|
+
default: boolean;
|
|
163
|
+
};
|
|
164
|
+
/**
|
|
165
|
+
* Enable resizer
|
|
166
|
+
*/
|
|
167
|
+
allowResize: BooleanConstructor;
|
|
168
|
+
/**
|
|
169
|
+
* Position (any position that modal.scss supports)
|
|
170
|
+
*/
|
|
171
|
+
position: {
|
|
172
|
+
type: StringConstructor;
|
|
173
|
+
default: string;
|
|
174
|
+
};
|
|
175
|
+
/**
|
|
176
|
+
* If `true`, the modal body will fill the available space.
|
|
177
|
+
*/
|
|
178
|
+
bodyFills: BooleanConstructor;
|
|
179
|
+
/**
|
|
180
|
+
* If `true`, no backdrop will be displayed behind the modal
|
|
181
|
+
*/
|
|
182
|
+
noBackdrop: BooleanConstructor;
|
|
183
|
+
/**
|
|
184
|
+
* If `true`, the modal will not have a minimum height
|
|
185
|
+
*/
|
|
186
|
+
noMinHeight: BooleanConstructor;
|
|
187
|
+
/**
|
|
188
|
+
* Set aria-labelledby by element id (to add accessible label)
|
|
189
|
+
* - Use this if you are not using the default modal title (custom titles)
|
|
190
|
+
*/
|
|
191
|
+
labelledby: StringConstructor;
|
|
192
|
+
/**
|
|
193
|
+
* Set aria-describedby by element id (to add accessible description)
|
|
194
|
+
* - This is usually content you passed into the modal body (paragraph/etc)
|
|
195
|
+
*/
|
|
196
|
+
describedby: StringConstructor;
|
|
197
|
+
/**
|
|
198
|
+
* Text for modal title in header (can use title slot as well for complex markup), if not passed the header will be omitted
|
|
199
|
+
*/
|
|
200
|
+
title: StringConstructor;
|
|
201
|
+
/**
|
|
202
|
+
* Optional icon for before title (uses UluIcon interface)
|
|
203
|
+
*/
|
|
204
|
+
titleIcon: StringConstructor;
|
|
205
|
+
/**
|
|
206
|
+
* Default icon for resizer
|
|
207
|
+
*/
|
|
208
|
+
resizerIcon: StringConstructor;
|
|
209
|
+
/**
|
|
210
|
+
* Default icon for close button (uses UluIcon interface)
|
|
211
|
+
*/
|
|
212
|
+
closeIcon: StringConstructor;
|
|
213
|
+
/**
|
|
214
|
+
* Classes for elements ({ container, header, title, body, footer })
|
|
215
|
+
* - Any valid class binding value per element
|
|
216
|
+
*/
|
|
217
|
+
classes: {
|
|
218
|
+
type: ObjectConstructor;
|
|
219
|
+
default: () => {};
|
|
220
|
+
};
|
|
221
|
+
/**
|
|
222
|
+
* Modifiers (to add any modifier classes based on base class [ie. 'tertiary'])
|
|
223
|
+
*/
|
|
224
|
+
modifiers: (StringConstructor | ArrayConstructor)[];
|
|
225
|
+
}>> & Readonly<{
|
|
226
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
227
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
228
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
229
|
+
}>, {
|
|
230
|
+
classes: Record<string, any>;
|
|
231
|
+
clickOutsideCloses: boolean;
|
|
232
|
+
position: string;
|
|
233
|
+
modelValue: boolean;
|
|
234
|
+
nonModal: boolean;
|
|
235
|
+
allowResize: boolean;
|
|
236
|
+
bodyFills: boolean;
|
|
237
|
+
noBackdrop: boolean;
|
|
238
|
+
noMinHeight: boolean;
|
|
239
|
+
teleport: string | boolean | Record<string, any>;
|
|
240
|
+
preventScroll: boolean;
|
|
241
|
+
preventScrollShift: boolean;
|
|
242
|
+
}, {}, {
|
|
243
|
+
UluIcon: import("vue").DefineComponent<{}, {
|
|
244
|
+
$props: Partial<{
|
|
245
|
+
readonly spaced: boolean;
|
|
246
|
+
readonly icon?: string | boolean | unknown[] | Record<string, any> | undefined;
|
|
247
|
+
}>;
|
|
248
|
+
spaced: boolean;
|
|
249
|
+
icon?: string | boolean | unknown[] | Record<string, any> | undefined;
|
|
250
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
251
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
252
|
+
export default _default;
|
|
253
|
+
//# sourceMappingURL=UluModal.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UluModal.vue.d.ts","sourceRoot":"","sources":["../../../lib/components/collapsible/UluModal.vue"],"names":[],"mappings":";IA+YM;;OAEG;;IAEH;;;;OAIG;;;;;IAKH;;OAEG;;;;;IAKH;;;OAGG;;;;;IAKH;;OAEG;;IAEH;;OAEG;;;;;IAKH;;OAEG;;IAEH;;OAEG;;;;;IAKH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;;OAGG;;IAEH;;;OAGG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;;OAGG;;;;;IAKH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;IAlGH;;OAEG;;IAEH;;;;OAIG;;;;;IAKH;;OAEG;;;;;IAKH;;;OAGG;;;;;IAKH;;OAEG;;IAEH;;OAEG;;;;;IAKH;;OAEG;;IAEH;;OAEG;;;;;IAKH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;;OAGG;;IAEH;;;OAGG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;;OAGG;;;;;IAKH;;OAEG"}
|
|
@@ -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
|
+
triggerIcon?: string | undefined;
|
|
9
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10
|
+
type __VLS_Slots = {
|
|
11
|
+
default?: ((props: {}) => any) | undefined;
|
|
12
|
+
} & {
|
|
13
|
+
default?: ((props: {}) => any) | undefined;
|
|
14
|
+
};
|
|
15
|
+
declare const __VLS_props: {
|
|
16
|
+
readonly triggerIcon?: string | undefined;
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=UluOverflowPopover.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UluOverflowPopover.vue.d.ts","sourceRoot":"","sources":["../../../lib/components/collapsible/UluOverflowPopover.vue"],"names":[],"mappings":"wBAgLqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AARzB;YAGmB,OAAO,CAAC,OAAO,WAAW,CAAC;;2OAE3C;;;;;;AApHD;;EAKG"}
|
|
@@ -0,0 +1,10 @@
|
|
|
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<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
+
type __VLS_Slots = {
|
|
8
|
+
default?: ((props: any) => any) | undefined;
|
|
9
|
+
};
|
|
10
|
+
//# sourceMappingURL=UluTab.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UluTab.vue.d.ts","sourceRoot":"","sources":["../../../lib/components/collapsible/UluTab.vue"],"names":[],"mappings":"wBA6DqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAJzB,6SACG"}
|
|
@@ -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
|
+
vertical: boolean;
|
|
9
|
+
defaultIndex?: number | 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
|
+
default?: ((props: any) => any) | undefined;
|
|
13
|
+
};
|
|
14
|
+
declare const __VLS_props: {
|
|
15
|
+
readonly vertical: boolean;
|
|
16
|
+
readonly defaultIndex?: number | undefined;
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=UluTabGroup.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UluTabGroup.vue.d.ts","sourceRoot":"","sources":["../../../lib/components/collapsible/UluTabGroup.vue"],"names":[],"mappings":"wBAwHqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AARzB;YAGmB,OAAO,CAAC,OAAO,WAAW,CAAC;;;2OAE3C;;;;AAjFD;;;EASG"}
|
|
@@ -0,0 +1,10 @@
|
|
|
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<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
+
type __VLS_Slots = {
|
|
8
|
+
default?: ((props: {}) => any) | undefined;
|
|
9
|
+
};
|
|
10
|
+
//# sourceMappingURL=UluTabList.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UluTabList.vue.d.ts","sourceRoot":"","sources":["../../../lib/components/collapsible/UluTabList.vue"],"names":[],"mappings":"wBA2DqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAJzB,6SACG"}
|
|
@@ -0,0 +1,10 @@
|
|
|
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<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
+
type __VLS_Slots = {
|
|
8
|
+
default?: ((props: any) => any) | undefined;
|
|
9
|
+
};
|
|
10
|
+
//# sourceMappingURL=UluTabPanel.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UluTabPanel.vue.d.ts","sourceRoot":"","sources":["../../../lib/components/collapsible/UluTabPanel.vue"],"names":[],"mappings":"wBA6DqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAJzB,6SACG"}
|
|
@@ -0,0 +1,10 @@
|
|
|
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<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
+
type __VLS_Slots = {
|
|
8
|
+
default?: ((props: any) => any) | undefined;
|
|
9
|
+
};
|
|
10
|
+
//# sourceMappingURL=UluTabPanels.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UluTabPanels.vue.d.ts","sourceRoot":"","sources":["../../../lib/components/collapsible/UluTabPanels.vue"],"names":[],"mappings":"wBA6DqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAJzB,6SACG"}
|