@ulu/frontend-vue 0.1.1-beta.1 → 0.1.1-beta.10
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-BYSYcx8V.js} +1 -1
- package/dist/frontend-vue.css +1 -1
- package/dist/frontend-vue.js +65 -64
- package/dist/{index-BNRZ3Apw.js → index-A7weElM_.js} +1940 -1715
- 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 +7 -1
- 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/package.json +12 -8
- 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 +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 +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/lib/components/visualizations/progress-bar-examples.html +0 -175
|
@@ -0,0 +1,205 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
/**
|
|
3
|
+
* Should slides be focusable by tab key
|
|
4
|
+
*/
|
|
5
|
+
slideFocusable: BooleanConstructor;
|
|
6
|
+
/**
|
|
7
|
+
* Setting for element.focus() when navigating to() a specific slide
|
|
8
|
+
*/
|
|
9
|
+
focusOptions: {
|
|
10
|
+
type: ObjectConstructor;
|
|
11
|
+
default: () => {
|
|
12
|
+
preventScroll: boolean;
|
|
13
|
+
focusVisible: boolean;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
/**
|
|
17
|
+
* Array of slide items (data)
|
|
18
|
+
* - Use slot (#slide) to template
|
|
19
|
+
*/
|
|
20
|
+
items: ArrayConstructor;
|
|
21
|
+
/**
|
|
22
|
+
* Slideshow without a nav
|
|
23
|
+
*/
|
|
24
|
+
noNav: BooleanConstructor;
|
|
25
|
+
/**
|
|
26
|
+
* Allow user to change the scroll behavior when a slide is navigated to()
|
|
27
|
+
*/
|
|
28
|
+
scrollBehaviorNav: {
|
|
29
|
+
type: StringConstructor;
|
|
30
|
+
default: string;
|
|
31
|
+
};
|
|
32
|
+
/**
|
|
33
|
+
* Allow user to change the scroll behavior when a slide is navigated via next/prev
|
|
34
|
+
*/
|
|
35
|
+
scrollBehaviorControl: {
|
|
36
|
+
type: StringConstructor;
|
|
37
|
+
default: string;
|
|
38
|
+
};
|
|
39
|
+
/**
|
|
40
|
+
* Observe
|
|
41
|
+
*/
|
|
42
|
+
observerOptions: {
|
|
43
|
+
type: ObjectConstructor;
|
|
44
|
+
default: () => {
|
|
45
|
+
threshhold: number;
|
|
46
|
+
rootMargin: string;
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
/**
|
|
50
|
+
* The intial slide index to use for active slide (zero based)
|
|
51
|
+
*/
|
|
52
|
+
initialActive: {
|
|
53
|
+
type: NumberConstructor;
|
|
54
|
+
default: number;
|
|
55
|
+
};
|
|
56
|
+
/**
|
|
57
|
+
* Allow user to control scroll amount (element.scrollTo) for prev/next controls
|
|
58
|
+
* - For future scroll implementations (like ulu scroll-slider for cards, etc)
|
|
59
|
+
* - Function is passed (direction, DomRefs)
|
|
60
|
+
* - Number is passed directly
|
|
61
|
+
*/
|
|
62
|
+
scrollAmount: (FunctionConstructor | NumberConstructor)[];
|
|
63
|
+
}>, {}, {
|
|
64
|
+
slides: any;
|
|
65
|
+
}, {
|
|
66
|
+
canScrollRight(): boolean;
|
|
67
|
+
canScrollLeft(): boolean;
|
|
68
|
+
}, {
|
|
69
|
+
/**
|
|
70
|
+
* Creates the internal array of slides based on user's passed items
|
|
71
|
+
*/
|
|
72
|
+
createSlides(): {
|
|
73
|
+
element: null;
|
|
74
|
+
active: boolean;
|
|
75
|
+
item: unknown;
|
|
76
|
+
}[];
|
|
77
|
+
/**
|
|
78
|
+
* Find the corresponding slide data by slide element
|
|
79
|
+
*/
|
|
80
|
+
getSlideByElement(el: any): any;
|
|
81
|
+
/**
|
|
82
|
+
* Provides scroll measurements
|
|
83
|
+
*/
|
|
84
|
+
getScrollData(): {
|
|
85
|
+
scrollLeft: any;
|
|
86
|
+
offsetWidth: any;
|
|
87
|
+
scrollWidth: any;
|
|
88
|
+
};
|
|
89
|
+
/**
|
|
90
|
+
* Determines the amount to scroll the track
|
|
91
|
+
*/
|
|
92
|
+
resolveAmount(dir: any): any;
|
|
93
|
+
/**
|
|
94
|
+
* Scroll the track to a specified point
|
|
95
|
+
*/
|
|
96
|
+
scrollTo(left: any, behavior: any): void;
|
|
97
|
+
/**
|
|
98
|
+
* Scroll to specific index
|
|
99
|
+
* @param {Number} index Slide index
|
|
100
|
+
*/
|
|
101
|
+
to(index: number): void;
|
|
102
|
+
/**
|
|
103
|
+
* Goto to next slide
|
|
104
|
+
*/
|
|
105
|
+
next(): void;
|
|
106
|
+
/**
|
|
107
|
+
* Goto to previous slide
|
|
108
|
+
*/
|
|
109
|
+
previous(): void;
|
|
110
|
+
/**
|
|
111
|
+
* Sets up a new observer to watch the slides visibility (within track)
|
|
112
|
+
*/
|
|
113
|
+
createObserver(): void;
|
|
114
|
+
/**
|
|
115
|
+
* Add all slide elements as targets in observer
|
|
116
|
+
*/
|
|
117
|
+
observeSlides(): void;
|
|
118
|
+
/**
|
|
119
|
+
* Remove observer and it's internal DOM references (GC)
|
|
120
|
+
*/
|
|
121
|
+
destroyObserver(): void;
|
|
122
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "slide-change"[], "slide-change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
123
|
+
/**
|
|
124
|
+
* Should slides be focusable by tab key
|
|
125
|
+
*/
|
|
126
|
+
slideFocusable: BooleanConstructor;
|
|
127
|
+
/**
|
|
128
|
+
* Setting for element.focus() when navigating to() a specific slide
|
|
129
|
+
*/
|
|
130
|
+
focusOptions: {
|
|
131
|
+
type: ObjectConstructor;
|
|
132
|
+
default: () => {
|
|
133
|
+
preventScroll: boolean;
|
|
134
|
+
focusVisible: boolean;
|
|
135
|
+
};
|
|
136
|
+
};
|
|
137
|
+
/**
|
|
138
|
+
* Array of slide items (data)
|
|
139
|
+
* - Use slot (#slide) to template
|
|
140
|
+
*/
|
|
141
|
+
items: ArrayConstructor;
|
|
142
|
+
/**
|
|
143
|
+
* Slideshow without a nav
|
|
144
|
+
*/
|
|
145
|
+
noNav: BooleanConstructor;
|
|
146
|
+
/**
|
|
147
|
+
* Allow user to change the scroll behavior when a slide is navigated to()
|
|
148
|
+
*/
|
|
149
|
+
scrollBehaviorNav: {
|
|
150
|
+
type: StringConstructor;
|
|
151
|
+
default: string;
|
|
152
|
+
};
|
|
153
|
+
/**
|
|
154
|
+
* Allow user to change the scroll behavior when a slide is navigated via next/prev
|
|
155
|
+
*/
|
|
156
|
+
scrollBehaviorControl: {
|
|
157
|
+
type: StringConstructor;
|
|
158
|
+
default: string;
|
|
159
|
+
};
|
|
160
|
+
/**
|
|
161
|
+
* Observe
|
|
162
|
+
*/
|
|
163
|
+
observerOptions: {
|
|
164
|
+
type: ObjectConstructor;
|
|
165
|
+
default: () => {
|
|
166
|
+
threshhold: number;
|
|
167
|
+
rootMargin: string;
|
|
168
|
+
};
|
|
169
|
+
};
|
|
170
|
+
/**
|
|
171
|
+
* The intial slide index to use for active slide (zero based)
|
|
172
|
+
*/
|
|
173
|
+
initialActive: {
|
|
174
|
+
type: NumberConstructor;
|
|
175
|
+
default: number;
|
|
176
|
+
};
|
|
177
|
+
/**
|
|
178
|
+
* Allow user to control scroll amount (element.scrollTo) for prev/next controls
|
|
179
|
+
* - For future scroll implementations (like ulu scroll-slider for cards, etc)
|
|
180
|
+
* - Function is passed (direction, DomRefs)
|
|
181
|
+
* - Number is passed directly
|
|
182
|
+
*/
|
|
183
|
+
scrollAmount: (FunctionConstructor | NumberConstructor)[];
|
|
184
|
+
}>> & Readonly<{
|
|
185
|
+
"onSlide-change"?: ((...args: any[]) => any) | undefined;
|
|
186
|
+
}>, {
|
|
187
|
+
observerOptions: Record<string, any>;
|
|
188
|
+
slideFocusable: boolean;
|
|
189
|
+
noNav: boolean;
|
|
190
|
+
focusOptions: Record<string, any>;
|
|
191
|
+
scrollBehaviorNav: string;
|
|
192
|
+
scrollBehaviorControl: string;
|
|
193
|
+
initialActive: number;
|
|
194
|
+
}, {}, {
|
|
195
|
+
UluIcon: import("vue").DefineComponent<{}, {
|
|
196
|
+
$props: Partial<{
|
|
197
|
+
readonly spaced: boolean;
|
|
198
|
+
readonly icon?: string | boolean | unknown[] | Record<string, any> | undefined;
|
|
199
|
+
}>;
|
|
200
|
+
spaced: boolean;
|
|
201
|
+
icon?: string | boolean | unknown[] | Record<string, any> | undefined;
|
|
202
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
203
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
204
|
+
export default _default;
|
|
205
|
+
//# sourceMappingURL=UluSlideShow.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UluSlideShow.vue.d.ts","sourceRoot":"","sources":["../../../../lib/components/systems/slider/UluSlideShow.vue"],"names":[],"mappings":";IAyVM;;OAEG;;IAEH;;OAEG;;;;;;;;IAQH;;;OAGG;;IAEH;;OAEG;;IAEH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;;;;IAQH;;OAEG;;;;;IAKH;;;;;OAKG;;;;;;;;IA2BH;;OAEG;;;;;;IAQH;;OAEG;;IAIH;;OAEG;;;;;;IAKH;;OAEG;;IAgBH;;OAEG;;IAIH;;;OAGG;;IAcH;;OAEG;;IAKH;;OAEG;;IAKH;;OAEG;;IAsBH;;OAEG;;IAUH;;OAEG;;;IA1MH;;OAEG;;IAEH;;OAEG;;;;;;;;IAQH;;;OAGG;;IAEH;;OAEG;;IAEH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;;;;IAQH;;OAEG;;;;;IAKH;;;;;OAKG"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
/**
|
|
3
|
+
* Provided by grandparent, not user
|
|
4
|
+
*/
|
|
5
|
+
active: BooleanConstructor;
|
|
6
|
+
someClassTest: StringConstructor;
|
|
7
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
|
+
/**
|
|
9
|
+
* Provided by grandparent, not user
|
|
10
|
+
*/
|
|
11
|
+
active: BooleanConstructor;
|
|
12
|
+
someClassTest: StringConstructor;
|
|
13
|
+
}>> & Readonly<{}>, {
|
|
14
|
+
active: boolean;
|
|
15
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
16
|
+
export default _default;
|
|
17
|
+
//# sourceMappingURL=UluSlideShowSlide.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UluSlideShowSlide.vue.d.ts","sourceRoot":"","sources":["../../../../lib/components/systems/slider/UluSlideShowSlide.vue"],"names":[],"mappings":";IA6BM;;OAEG;;;;IAFH;;OAEG"}
|
|
@@ -0,0 +1,455 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
/**
|
|
3
|
+
* By default you cannot have interactive items in the cloned sticky header and first column (if set)
|
|
4
|
+
* this disables that feature. It was set up that way for accessibility
|
|
5
|
+
*/
|
|
6
|
+
allowClickClones: BooleanConstructor;
|
|
7
|
+
/**
|
|
8
|
+
* Allows user to pass classes object to add custom classes to parts of the component
|
|
9
|
+
*/
|
|
10
|
+
classes: {
|
|
11
|
+
type: ObjectConstructor;
|
|
12
|
+
default: () => {};
|
|
13
|
+
};
|
|
14
|
+
/**
|
|
15
|
+
* Allow user to pass components
|
|
16
|
+
* - Passed the same values as if using a slot
|
|
17
|
+
* -
|
|
18
|
+
*/
|
|
19
|
+
controlsComponent: ObjectConstructor;
|
|
20
|
+
/**
|
|
21
|
+
* Allows user to pass callback to get the row's value
|
|
22
|
+
*/
|
|
23
|
+
getRowValue: FunctionConstructor;
|
|
24
|
+
getColumnTitle: FunctionConstructor;
|
|
25
|
+
/**
|
|
26
|
+
* Hidden caption for accessibility
|
|
27
|
+
*/
|
|
28
|
+
caption: {
|
|
29
|
+
type: StringConstructor;
|
|
30
|
+
required: true;
|
|
31
|
+
};
|
|
32
|
+
/**
|
|
33
|
+
* Array of column configurations to convert to list output
|
|
34
|
+
*
|
|
35
|
+
* @property {Object} column A column config
|
|
36
|
+
* @property {String|Boolean} column.title The title to output for the column if set to a falsey value nothing will print
|
|
37
|
+
* @property {Array} column.columns Array of child columns
|
|
38
|
+
* @property {String} column.key The key that should be usec to grab column's value from rows
|
|
39
|
+
* @property {Function} column.value A function that returns the column's value used instead of key passed (row, column)
|
|
40
|
+
* @property {String} column.slot Register custom slot name to use as a template for this column. Passing a slot with this name will link them. The slot are passed the ({row, column}). Note this will disable output of the column's value
|
|
41
|
+
* @property {String} column.component Pass a component to use for this columns values (<td>)
|
|
42
|
+
* @property {String} column.componentHeader Pass a component to use for this columns header (<th>)
|
|
43
|
+
* @property {String} column.slotHeader Register custom slot name to use in the header
|
|
44
|
+
* @property {String} column.classHeader Custom class(s) to be set to column <th>
|
|
45
|
+
* @property {String} column.class Custom class(s) to be set to column's value <td>
|
|
46
|
+
* @property {String} column.html Use v-html output for value
|
|
47
|
+
* @property {String} column.rowHeader When this column is printed in the <tbody> it should be a header for the row. Note supports multiple row headers from left to right only. No rowspan support for rowHeaders.
|
|
48
|
+
*/
|
|
49
|
+
columns: {
|
|
50
|
+
type: ArrayConstructor;
|
|
51
|
+
validator: (a: any) => any;
|
|
52
|
+
required: true;
|
|
53
|
+
};
|
|
54
|
+
/**
|
|
55
|
+
* Whether the first column of the table should be sticky
|
|
56
|
+
* - Requires that the table's first column header is nested
|
|
57
|
+
*/
|
|
58
|
+
firstColumnSticky: BooleanConstructor;
|
|
59
|
+
/**
|
|
60
|
+
* Prefixed used for id generation
|
|
61
|
+
*/
|
|
62
|
+
idPrefix: {
|
|
63
|
+
type: StringConstructor;
|
|
64
|
+
default: string;
|
|
65
|
+
};
|
|
66
|
+
/**
|
|
67
|
+
* Array of tables rows (tbody)
|
|
68
|
+
* - Each row is an object who's value will matched to columns
|
|
69
|
+
*/
|
|
70
|
+
rows: {
|
|
71
|
+
type: ArrayConstructor;
|
|
72
|
+
validator: (a: any) => any;
|
|
73
|
+
};
|
|
74
|
+
/**
|
|
75
|
+
* Array of rows for footer (tfoot)
|
|
76
|
+
*/
|
|
77
|
+
footerRows: {
|
|
78
|
+
type: ArrayConstructor;
|
|
79
|
+
validator: (a: any) => any;
|
|
80
|
+
};
|
|
81
|
+
/**
|
|
82
|
+
* Enables the visibility of the scroll controls
|
|
83
|
+
* - Scroll controls shift the tables x-axis when the table has overflow-x
|
|
84
|
+
* - Can be templated manually using slot named "controlsButtons", slot needs to create layout and call methods
|
|
85
|
+
* + scope = { scrollLeft, scrollRight, canScrollLeft, canScrollRight }
|
|
86
|
+
* - Scroll controls are transformed with the header (move down as the user scrolls)
|
|
87
|
+
*/
|
|
88
|
+
scrollControls: BooleanConstructor;
|
|
89
|
+
/**
|
|
90
|
+
* Scrollable context DOM Element, if the sticky element is within another
|
|
91
|
+
* scrolling parent use this to change the scroll activation handler to use a custom
|
|
92
|
+
* scrollable parent element
|
|
93
|
+
*
|
|
94
|
+
*/
|
|
95
|
+
scrollContext: {
|
|
96
|
+
default: () => (Window & typeof globalThis) | null;
|
|
97
|
+
};
|
|
98
|
+
/**
|
|
99
|
+
* Amount to scroll when user uses scroll controls (pixels)
|
|
100
|
+
*/
|
|
101
|
+
scrollControlAmount: {
|
|
102
|
+
type: NumberConstructor;
|
|
103
|
+
default: number;
|
|
104
|
+
};
|
|
105
|
+
}>, {}, {
|
|
106
|
+
currentColumns: any;
|
|
107
|
+
currentRows: any;
|
|
108
|
+
currentFooterRows: any;
|
|
109
|
+
headerRows: any;
|
|
110
|
+
sizesCalculated: boolean;
|
|
111
|
+
tableWidth: string;
|
|
112
|
+
resizeHandler: any;
|
|
113
|
+
resizing: boolean;
|
|
114
|
+
overflownX: boolean;
|
|
115
|
+
canScrollLeft: boolean;
|
|
116
|
+
canScrollRight: boolean;
|
|
117
|
+
displayY: null;
|
|
118
|
+
sizesPainted: boolean;
|
|
119
|
+
columnResizeObserver: ResizeObserver | null;
|
|
120
|
+
}, {
|
|
121
|
+
controlsShown(): boolean;
|
|
122
|
+
headerVisibleX(): boolean;
|
|
123
|
+
headerOpacityX(): "1" | "0";
|
|
124
|
+
/**
|
|
125
|
+
* Used to output the body rows. This is an array of only the deepest child columns
|
|
126
|
+
* parent column information can be accessed by reference
|
|
127
|
+
*/
|
|
128
|
+
rowColumns(): any[];
|
|
129
|
+
headerHeight(): any;
|
|
130
|
+
/**
|
|
131
|
+
* Reduce the array of column header rows to the first row, first column
|
|
132
|
+
*/
|
|
133
|
+
headerRowsFirst(): any[];
|
|
134
|
+
/**
|
|
135
|
+
* Reduce the rowColumn array to only the first column
|
|
136
|
+
*/
|
|
137
|
+
rowColumnsFirst(): any[];
|
|
138
|
+
firstColumnSize(): {
|
|
139
|
+
width: any;
|
|
140
|
+
height: any;
|
|
141
|
+
};
|
|
142
|
+
}, {
|
|
143
|
+
resetSorts(except: any): void;
|
|
144
|
+
applySort(column: any): void;
|
|
145
|
+
onColumnResize(): void;
|
|
146
|
+
headerAdded(el: any): void;
|
|
147
|
+
headerRemoved(el: any): void;
|
|
148
|
+
/**
|
|
149
|
+
* Allow classes options to be strings or functions
|
|
150
|
+
*/
|
|
151
|
+
resolveClasses(passed: any, args?: null): any;
|
|
152
|
+
/**
|
|
153
|
+
* Handles horizontal scroll
|
|
154
|
+
* - Shifts the first column as the user scrolls
|
|
155
|
+
*/
|
|
156
|
+
syncScrollLeft(): void;
|
|
157
|
+
/**
|
|
158
|
+
* Checks and sets state if the table is overflow horizontally
|
|
159
|
+
*/
|
|
160
|
+
checkOverflowX(): void;
|
|
161
|
+
/**
|
|
162
|
+
* Checks whether if the tables scroll position is at the start or end and updates state
|
|
163
|
+
*/
|
|
164
|
+
checkScrollability(): void;
|
|
165
|
+
/**
|
|
166
|
+
* Creates column array for internal use
|
|
167
|
+
* - Avoid mutating user's prop
|
|
168
|
+
* - Current columns being used in the display
|
|
169
|
+
* - This internal copy has internal properties/structural info (like ID)
|
|
170
|
+
* - This is the copy of the users columns to avoid mutating their object
|
|
171
|
+
* - Can be used in the future for adding/removing or enabling/disabling
|
|
172
|
+
*/
|
|
173
|
+
createColumns(): any;
|
|
174
|
+
/**
|
|
175
|
+
* Conversion of the columns (which are nested hierarchy) to a flat list of columns
|
|
176
|
+
* sorted by the way they need to be displayed in rows
|
|
177
|
+
* - Used for nested headers
|
|
178
|
+
* - Transform nested data into row arrays
|
|
179
|
+
*/
|
|
180
|
+
createHeaderRows(currentColumns: any): {
|
|
181
|
+
height: string;
|
|
182
|
+
boxHeight: null;
|
|
183
|
+
columns: never[];
|
|
184
|
+
id: string;
|
|
185
|
+
}[];
|
|
186
|
+
/**
|
|
187
|
+
* Creates row array for internal use
|
|
188
|
+
* - Avoid mutating user's prop
|
|
189
|
+
*/
|
|
190
|
+
createRows(forFooter: any): {
|
|
191
|
+
height: null;
|
|
192
|
+
boxHeight: null;
|
|
193
|
+
data: unknown;
|
|
194
|
+
id: string;
|
|
195
|
+
}[];
|
|
196
|
+
onResize(): void;
|
|
197
|
+
/**
|
|
198
|
+
* Method to update the table (sizes, etc) when data has changed
|
|
199
|
+
*/
|
|
200
|
+
refresh(): void;
|
|
201
|
+
onScrollX(): void;
|
|
202
|
+
idCreator(type: any): () => string;
|
|
203
|
+
/**
|
|
204
|
+
* Recursive function used as a reducer to return the deepest nested columns
|
|
205
|
+
*/
|
|
206
|
+
maxColumnChildren(d: any, c: any): any;
|
|
207
|
+
/**
|
|
208
|
+
* Method to attach handlers needed after creation
|
|
209
|
+
*/
|
|
210
|
+
attachHandlers(): void;
|
|
211
|
+
removeHandlers(): void;
|
|
212
|
+
removeTableSizes(): void;
|
|
213
|
+
scrollLeft(): void;
|
|
214
|
+
scrollRight(): void;
|
|
215
|
+
/**
|
|
216
|
+
* Cleanup function for when component is not in use
|
|
217
|
+
*/
|
|
218
|
+
setTableSizes(): void;
|
|
219
|
+
tableReady(): void;
|
|
220
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
221
|
+
/**
|
|
222
|
+
* By default you cannot have interactive items in the cloned sticky header and first column (if set)
|
|
223
|
+
* this disables that feature. It was set up that way for accessibility
|
|
224
|
+
*/
|
|
225
|
+
allowClickClones: BooleanConstructor;
|
|
226
|
+
/**
|
|
227
|
+
* Allows user to pass classes object to add custom classes to parts of the component
|
|
228
|
+
*/
|
|
229
|
+
classes: {
|
|
230
|
+
type: ObjectConstructor;
|
|
231
|
+
default: () => {};
|
|
232
|
+
};
|
|
233
|
+
/**
|
|
234
|
+
* Allow user to pass components
|
|
235
|
+
* - Passed the same values as if using a slot
|
|
236
|
+
* -
|
|
237
|
+
*/
|
|
238
|
+
controlsComponent: ObjectConstructor;
|
|
239
|
+
/**
|
|
240
|
+
* Allows user to pass callback to get the row's value
|
|
241
|
+
*/
|
|
242
|
+
getRowValue: FunctionConstructor;
|
|
243
|
+
getColumnTitle: FunctionConstructor;
|
|
244
|
+
/**
|
|
245
|
+
* Hidden caption for accessibility
|
|
246
|
+
*/
|
|
247
|
+
caption: {
|
|
248
|
+
type: StringConstructor;
|
|
249
|
+
required: true;
|
|
250
|
+
};
|
|
251
|
+
/**
|
|
252
|
+
* Array of column configurations to convert to list output
|
|
253
|
+
*
|
|
254
|
+
* @property {Object} column A column config
|
|
255
|
+
* @property {String|Boolean} column.title The title to output for the column if set to a falsey value nothing will print
|
|
256
|
+
* @property {Array} column.columns Array of child columns
|
|
257
|
+
* @property {String} column.key The key that should be usec to grab column's value from rows
|
|
258
|
+
* @property {Function} column.value A function that returns the column's value used instead of key passed (row, column)
|
|
259
|
+
* @property {String} column.slot Register custom slot name to use as a template for this column. Passing a slot with this name will link them. The slot are passed the ({row, column}). Note this will disable output of the column's value
|
|
260
|
+
* @property {String} column.component Pass a component to use for this columns values (<td>)
|
|
261
|
+
* @property {String} column.componentHeader Pass a component to use for this columns header (<th>)
|
|
262
|
+
* @property {String} column.slotHeader Register custom slot name to use in the header
|
|
263
|
+
* @property {String} column.classHeader Custom class(s) to be set to column <th>
|
|
264
|
+
* @property {String} column.class Custom class(s) to be set to column's value <td>
|
|
265
|
+
* @property {String} column.html Use v-html output for value
|
|
266
|
+
* @property {String} column.rowHeader When this column is printed in the <tbody> it should be a header for the row. Note supports multiple row headers from left to right only. No rowspan support for rowHeaders.
|
|
267
|
+
*/
|
|
268
|
+
columns: {
|
|
269
|
+
type: ArrayConstructor;
|
|
270
|
+
validator: (a: any) => any;
|
|
271
|
+
required: true;
|
|
272
|
+
};
|
|
273
|
+
/**
|
|
274
|
+
* Whether the first column of the table should be sticky
|
|
275
|
+
* - Requires that the table's first column header is nested
|
|
276
|
+
*/
|
|
277
|
+
firstColumnSticky: BooleanConstructor;
|
|
278
|
+
/**
|
|
279
|
+
* Prefixed used for id generation
|
|
280
|
+
*/
|
|
281
|
+
idPrefix: {
|
|
282
|
+
type: StringConstructor;
|
|
283
|
+
default: string;
|
|
284
|
+
};
|
|
285
|
+
/**
|
|
286
|
+
* Array of tables rows (tbody)
|
|
287
|
+
* - Each row is an object who's value will matched to columns
|
|
288
|
+
*/
|
|
289
|
+
rows: {
|
|
290
|
+
type: ArrayConstructor;
|
|
291
|
+
validator: (a: any) => any;
|
|
292
|
+
};
|
|
293
|
+
/**
|
|
294
|
+
* Array of rows for footer (tfoot)
|
|
295
|
+
*/
|
|
296
|
+
footerRows: {
|
|
297
|
+
type: ArrayConstructor;
|
|
298
|
+
validator: (a: any) => any;
|
|
299
|
+
};
|
|
300
|
+
/**
|
|
301
|
+
* Enables the visibility of the scroll controls
|
|
302
|
+
* - Scroll controls shift the tables x-axis when the table has overflow-x
|
|
303
|
+
* - Can be templated manually using slot named "controlsButtons", slot needs to create layout and call methods
|
|
304
|
+
* + scope = { scrollLeft, scrollRight, canScrollLeft, canScrollRight }
|
|
305
|
+
* - Scroll controls are transformed with the header (move down as the user scrolls)
|
|
306
|
+
*/
|
|
307
|
+
scrollControls: BooleanConstructor;
|
|
308
|
+
/**
|
|
309
|
+
* Scrollable context DOM Element, if the sticky element is within another
|
|
310
|
+
* scrolling parent use this to change the scroll activation handler to use a custom
|
|
311
|
+
* scrollable parent element
|
|
312
|
+
*
|
|
313
|
+
*/
|
|
314
|
+
scrollContext: {
|
|
315
|
+
default: () => (Window & typeof globalThis) | null;
|
|
316
|
+
};
|
|
317
|
+
/**
|
|
318
|
+
* Amount to scroll when user uses scroll controls (pixels)
|
|
319
|
+
*/
|
|
320
|
+
scrollControlAmount: {
|
|
321
|
+
type: NumberConstructor;
|
|
322
|
+
default: number;
|
|
323
|
+
};
|
|
324
|
+
}>> & Readonly<{}>, {
|
|
325
|
+
classes: Record<string, any>;
|
|
326
|
+
idPrefix: string;
|
|
327
|
+
allowClickClones: boolean;
|
|
328
|
+
firstColumnSticky: boolean;
|
|
329
|
+
scrollControls: boolean;
|
|
330
|
+
scrollContext: Window & typeof globalThis;
|
|
331
|
+
scrollControlAmount: number;
|
|
332
|
+
}, {}, {
|
|
333
|
+
UluTableStickyTable: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
334
|
+
resolveClasses: FunctionConstructor;
|
|
335
|
+
classes: {
|
|
336
|
+
type: ObjectConstructor;
|
|
337
|
+
default: () => {};
|
|
338
|
+
};
|
|
339
|
+
caption: StringConstructor;
|
|
340
|
+
idPrefix: StringConstructor;
|
|
341
|
+
headerRows: {
|
|
342
|
+
type: ArrayConstructor;
|
|
343
|
+
required: true;
|
|
344
|
+
};
|
|
345
|
+
rows: ArrayConstructor;
|
|
346
|
+
footerRows: ArrayConstructor;
|
|
347
|
+
rowColumns: ArrayConstructor;
|
|
348
|
+
isActual: {
|
|
349
|
+
type: BooleanConstructor;
|
|
350
|
+
};
|
|
351
|
+
columnWidth: {
|
|
352
|
+
type: StringConstructor;
|
|
353
|
+
};
|
|
354
|
+
getRowValue: {
|
|
355
|
+
type: FunctionConstructor;
|
|
356
|
+
default: ({ row, column }: {
|
|
357
|
+
row: any;
|
|
358
|
+
column: any;
|
|
359
|
+
}) => any;
|
|
360
|
+
};
|
|
361
|
+
getColumnTitle: {
|
|
362
|
+
type: FunctionConstructor;
|
|
363
|
+
default: ({ column }: {
|
|
364
|
+
column: any;
|
|
365
|
+
}) => any;
|
|
366
|
+
};
|
|
367
|
+
}>, {}, {
|
|
368
|
+
headerRefs: {};
|
|
369
|
+
}, {}, {
|
|
370
|
+
handleSortFocus(column: any, isFocused: any): void;
|
|
371
|
+
addHeaderRef(column: any, el: any): void;
|
|
372
|
+
optionalAttr(val: any): any;
|
|
373
|
+
value({ row, column, rowIndex }: {
|
|
374
|
+
row: any;
|
|
375
|
+
column: any;
|
|
376
|
+
rowIndex: any;
|
|
377
|
+
}): any;
|
|
378
|
+
getCellHeaders(column: any, rowIndex: any): string;
|
|
379
|
+
getHeaderHeaders(column: any): any;
|
|
380
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
381
|
+
resolveClasses: FunctionConstructor;
|
|
382
|
+
classes: {
|
|
383
|
+
type: ObjectConstructor;
|
|
384
|
+
default: () => {};
|
|
385
|
+
};
|
|
386
|
+
caption: StringConstructor;
|
|
387
|
+
idPrefix: StringConstructor;
|
|
388
|
+
headerRows: {
|
|
389
|
+
type: ArrayConstructor;
|
|
390
|
+
required: true;
|
|
391
|
+
};
|
|
392
|
+
rows: ArrayConstructor;
|
|
393
|
+
footerRows: ArrayConstructor;
|
|
394
|
+
rowColumns: ArrayConstructor;
|
|
395
|
+
isActual: {
|
|
396
|
+
type: BooleanConstructor;
|
|
397
|
+
};
|
|
398
|
+
columnWidth: {
|
|
399
|
+
type: StringConstructor;
|
|
400
|
+
};
|
|
401
|
+
getRowValue: {
|
|
402
|
+
type: FunctionConstructor;
|
|
403
|
+
default: ({ row, column }: {
|
|
404
|
+
row: any;
|
|
405
|
+
column: any;
|
|
406
|
+
}) => any;
|
|
407
|
+
};
|
|
408
|
+
getColumnTitle: {
|
|
409
|
+
type: FunctionConstructor;
|
|
410
|
+
default: ({ column }: {
|
|
411
|
+
column: any;
|
|
412
|
+
}) => any;
|
|
413
|
+
};
|
|
414
|
+
}>> & Readonly<{}>, {
|
|
415
|
+
classes: Record<string, any>;
|
|
416
|
+
isActual: boolean;
|
|
417
|
+
getRowValue: Function;
|
|
418
|
+
getColumnTitle: Function;
|
|
419
|
+
}, {}, {
|
|
420
|
+
UluTableStickyRows: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
421
|
+
rows: ArrayConstructor;
|
|
422
|
+
rowColumns: ArrayConstructor;
|
|
423
|
+
columnWidth: StringConstructor;
|
|
424
|
+
optionalAttr: FunctionConstructor;
|
|
425
|
+
resolveClasses: FunctionConstructor;
|
|
426
|
+
getCellHeaders: FunctionConstructor;
|
|
427
|
+
value: FunctionConstructor;
|
|
428
|
+
isActual: BooleanConstructor;
|
|
429
|
+
classes: ObjectConstructor;
|
|
430
|
+
foot: {
|
|
431
|
+
type: BooleanConstructor;
|
|
432
|
+
default: boolean;
|
|
433
|
+
};
|
|
434
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
435
|
+
rows: ArrayConstructor;
|
|
436
|
+
rowColumns: ArrayConstructor;
|
|
437
|
+
columnWidth: StringConstructor;
|
|
438
|
+
optionalAttr: FunctionConstructor;
|
|
439
|
+
resolveClasses: FunctionConstructor;
|
|
440
|
+
getCellHeaders: FunctionConstructor;
|
|
441
|
+
value: FunctionConstructor;
|
|
442
|
+
isActual: BooleanConstructor;
|
|
443
|
+
classes: ObjectConstructor;
|
|
444
|
+
foot: {
|
|
445
|
+
type: BooleanConstructor;
|
|
446
|
+
default: boolean;
|
|
447
|
+
};
|
|
448
|
+
}>> & Readonly<{}>, {
|
|
449
|
+
isActual: boolean;
|
|
450
|
+
foot: boolean;
|
|
451
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
452
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
453
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
454
|
+
export default _default;
|
|
455
|
+
//# sourceMappingURL=UluTableSticky.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UluTableSticky.vue.d.ts","sourceRoot":"","sources":["../../../../lib/components/systems/table-sticky/UluTableSticky.vue"],"names":[],"mappings":";IAkzBM;;;OAGG;;IAEH;;OAEG;;;;;IAKH;;;;OAIG;;IAEH;;OAEG;;;IAGH;;OAEG;;;;;IAKH;;;;;;;;;;;;;;;;OAgBG;;;;;;IAMH;;;OAGG;;IAEH;;OAEG;;;;;IAKH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAKH;;;;;;OAMG;;IAEH;;;;;OAKG;;;;IAIH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;IA4DH;;;OAGG;;;IAgCH;;OAEG;;IAYH;;OAEG;;;;;;;;;;;;IAiDH;;OAEG;;IAQH;;;OAGG;;IAKH;;OAEG;;IAIH;;OAEG;;IAOH;;;;;;;OAOG;;IAkCH;;;;;OAKG;;;;;;;IA8BH;;;OAGG;;;;;;;;IA4BH;;OAEG;;;;IAmBH;;OAEG;;IAKH;;OAEG;;;;;;IA2DH;;OAEG;;;;IA1eH;;;OAGG;;IAEH;;OAEG;;;;;IAKH;;;;OAIG;;IAEH;;OAEG;;;IAGH;;OAEG;;;;;IAKH;;;;;;;;;;;;;;;;OAgBG;;;;;;IAMH;;;OAGG;;IAEH;;OAEG;;;;;IAKH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAKH;;;;;;OAMG;;IAEH;;;;;OAKG;;;;IAIH;;OAEG"}
|