@fabric-msft/fabric-web 7.2.0 → 7.3.1
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/dts/components/carousel/carousel.d.ts +6 -42
- package/dts/components/carousel/carousel.d.ts.map +1 -1
- package/dts/components/carousel/carousel.styles.d.ts.map +1 -1
- package/dts/components/carousel/carousel.template.d.ts.map +1 -1
- package/dts/components/carousel/define.d.ts.map +1 -1
- package/dts/components/carousel-nav/carousel-nav.d.ts +10 -0
- package/dts/components/carousel-nav/carousel-nav.d.ts.map +1 -1
- package/dts/components/carousel-nav/carousel-nav.template.d.ts.map +1 -1
- package/dts/components/carousel-viewport/carousel-viewport.d.ts +34 -0
- package/dts/components/carousel-viewport/carousel-viewport.d.ts.map +1 -0
- package/dts/components/carousel-viewport/carousel-viewport.definition.d.ts +9 -0
- package/dts/components/carousel-viewport/carousel-viewport.definition.d.ts.map +1 -0
- package/dts/components/carousel-viewport/carousel-viewport.styles.d.ts +7 -0
- package/dts/components/carousel-viewport/carousel-viewport.styles.d.ts.map +1 -0
- package/dts/components/carousel-viewport/carousel-viewport.template.d.ts +9 -0
- package/dts/components/carousel-viewport/carousel-viewport.template.d.ts.map +1 -0
- package/dts/components/carousel-viewport/define.d.ts +2 -0
- package/dts/components/carousel-viewport/define.d.ts.map +1 -0
- package/dts/components/carousel-viewport/index.d.ts +5 -0
- package/dts/components/carousel-viewport/index.d.ts.map +1 -0
- package/dts/components/dynamic-tab/define.d.ts +2 -0
- package/dts/components/dynamic-tab/define.d.ts.map +1 -0
- package/dts/components/dynamic-tab/dynamic-tab.d.ts +142 -0
- package/dts/components/dynamic-tab/dynamic-tab.d.ts.map +1 -0
- package/dts/components/dynamic-tab/dynamic-tab.definition.d.ts +10 -0
- package/dts/components/dynamic-tab/dynamic-tab.definition.d.ts.map +1 -0
- package/dts/components/dynamic-tab/dynamic-tab.options.d.ts +10 -0
- package/dts/components/dynamic-tab/dynamic-tab.options.d.ts.map +1 -0
- package/dts/components/dynamic-tab/dynamic-tab.styles.d.ts +6 -0
- package/dts/components/dynamic-tab/dynamic-tab.styles.d.ts.map +1 -0
- package/dts/components/dynamic-tab/dynamic-tab.template.d.ts +13 -0
- package/dts/components/dynamic-tab/dynamic-tab.template.d.ts.map +1 -0
- package/dts/components/dynamic-tab/index.d.ts +6 -0
- package/dts/components/dynamic-tab/index.d.ts.map +1 -0
- package/dts/components/dynamic-tab-list/define.d.ts +2 -0
- package/dts/components/dynamic-tab-list/define.d.ts.map +1 -0
- package/dts/components/dynamic-tab-list/dynamic-tab-list.d.ts +360 -0
- package/dts/components/dynamic-tab-list/dynamic-tab-list.d.ts.map +1 -0
- package/dts/components/dynamic-tab-list/dynamic-tab-list.definition.d.ts +7 -0
- package/dts/components/dynamic-tab-list/dynamic-tab-list.definition.d.ts.map +1 -0
- package/dts/components/dynamic-tab-list/dynamic-tab-list.options.d.ts +24 -0
- package/dts/components/dynamic-tab-list/dynamic-tab-list.options.d.ts.map +1 -0
- package/dts/components/dynamic-tab-list/dynamic-tab-list.styles.d.ts +6 -0
- package/dts/components/dynamic-tab-list/dynamic-tab-list.styles.d.ts.map +1 -0
- package/dts/components/dynamic-tab-list/dynamic-tab-list.template.d.ts +13 -0
- package/dts/components/dynamic-tab-list/dynamic-tab-list.template.d.ts.map +1 -0
- package/dts/components/dynamic-tab-list/index.d.ts +7 -0
- package/dts/components/dynamic-tab-list/index.d.ts.map +1 -0
- package/dts/components/empty-state/define.d.ts +2 -0
- package/dts/components/empty-state/define.d.ts.map +1 -0
- package/dts/components/empty-state/empty-state.d.ts +32 -0
- package/dts/components/empty-state/empty-state.d.ts.map +1 -0
- package/dts/components/empty-state/empty-state.definition.d.ts +10 -0
- package/dts/components/empty-state/empty-state.definition.d.ts.map +1 -0
- package/dts/components/empty-state/empty-state.styles.d.ts +6 -0
- package/dts/components/empty-state/empty-state.styles.d.ts.map +1 -0
- package/dts/components/empty-state/empty-state.template.d.ts +9 -0
- package/dts/components/empty-state/empty-state.template.d.ts.map +1 -0
- package/dts/components/empty-state/index.d.ts +5 -0
- package/dts/components/empty-state/index.d.ts.map +1 -0
- package/dts/components/menu-button/menu-button.d.ts +2 -2
- package/dts/components/menu-button/menu-button.definition.d.ts.map +1 -1
- package/dts/components/menu-button/menu-button.styles.d.ts +11 -0
- package/dts/components/menu-button/menu-button.styles.d.ts.map +1 -0
- package/dts/components/menu-item/menu-item.styles.d.ts.map +1 -1
- package/dts/components/menu-list/menu-list.styles.d.ts.map +1 -1
- package/dts/components/modal/define.d.ts +4 -0
- package/dts/components/modal/define.d.ts.map +1 -0
- package/dts/components/modal/index.d.ts +9 -0
- package/dts/components/modal/index.d.ts.map +1 -0
- package/dts/components/modal/modal.d.ts +209 -0
- package/dts/components/modal/modal.d.ts.map +1 -0
- package/dts/components/modal/modal.definition.d.ts +9 -0
- package/dts/components/modal/modal.definition.d.ts.map +1 -0
- package/dts/components/modal/modal.events.d.ts +26 -0
- package/dts/components/modal/modal.events.d.ts.map +1 -0
- package/dts/components/modal/modal.options.d.ts +15 -0
- package/dts/components/modal/modal.options.d.ts.map +1 -0
- package/dts/components/modal/modal.styles.d.ts +10 -0
- package/dts/components/modal/modal.styles.d.ts.map +1 -0
- package/dts/components/modal/modal.template.d.ts +12 -0
- package/dts/components/modal/modal.template.d.ts.map +1 -0
- package/dts/components/modal-fre-item/define.d.ts +2 -0
- package/dts/components/modal-fre-item/define.d.ts.map +1 -0
- package/dts/components/modal-fre-item/index.d.ts +3 -0
- package/dts/components/modal-fre-item/index.d.ts.map +1 -0
- package/dts/components/modal-fre-item/modal-fre-item.d.ts +65 -0
- package/dts/components/modal-fre-item/modal-fre-item.d.ts.map +1 -0
- package/dts/components/modal-fre-item/modal-fre-item.definition.d.ts +10 -0
- package/dts/components/modal-fre-item/modal-fre-item.definition.d.ts.map +1 -0
- package/dts/components/modal-fre-item/modal-fre-item.styles.d.ts +7 -0
- package/dts/components/modal-fre-item/modal-fre-item.styles.d.ts.map +1 -0
- package/dts/components/modal-fre-item/modal-fre-item.template.d.ts +11 -0
- package/dts/components/modal-fre-item/modal-fre-item.template.d.ts.map +1 -0
- package/dts/components/styles/patterns/patterns.d.ts +8 -0
- package/dts/components/styles/patterns/patterns.d.ts.map +1 -0
- package/dts/index.d.ts +7 -0
- package/dts/index.d.ts.map +1 -1
- package/dts/util/a11y-playwright-utils.d.ts +7 -0
- package/dts/util/a11y-playwright-utils.d.ts.map +1 -0
- package/dts/util/carousel-controller.d.ts +120 -0
- package/dts/util/carousel-controller.d.ts.map +1 -0
- package/dts/util/icons.d.ts +15 -0
- package/dts/util/icons.d.ts.map +1 -1
- package/dts/util/index.d.ts +1 -0
- package/dts/util/index.d.ts.map +1 -1
- package/esm/components/accordion-menu-panel/accordion-menu-panel.styles.js +1 -1
- package/esm/components/carousel/carousel.js +30 -98
- package/esm/components/carousel/carousel.js.map +1 -1
- package/esm/components/carousel/carousel.styles.js +2 -2
- package/esm/components/carousel/carousel.styles.js.map +1 -1
- package/esm/components/carousel/carousel.template.js +3 -3
- package/esm/components/carousel/carousel.template.js.map +1 -1
- package/esm/components/carousel/define.js +5 -3
- package/esm/components/carousel/define.js.map +1 -1
- package/esm/components/carousel-item/carousel-item.template.js +1 -1
- package/esm/components/carousel-item/carousel-item.template.js.map +1 -1
- package/esm/components/carousel-nav/carousel-nav.js +12 -0
- package/esm/components/carousel-nav/carousel-nav.js.map +1 -1
- package/esm/components/carousel-nav/carousel-nav.styles.js +1 -0
- package/esm/components/carousel-nav/carousel-nav.template.js +4 -3
- package/esm/components/carousel-nav/carousel-nav.template.js.map +1 -1
- package/esm/components/carousel-nav-item/carousel-nav-item.styles.js +1 -0
- package/esm/components/carousel-viewport/carousel-viewport.definition.js +21 -0
- package/esm/components/carousel-viewport/carousel-viewport.definition.js.map +1 -0
- package/esm/components/carousel-viewport/carousel-viewport.js +37 -0
- package/esm/components/carousel-viewport/carousel-viewport.js.map +1 -0
- package/esm/components/carousel-viewport/carousel-viewport.styles.js +11 -0
- package/esm/components/carousel-viewport/carousel-viewport.styles.js.map +1 -0
- package/esm/components/carousel-viewport/carousel-viewport.template.js +15 -0
- package/esm/components/carousel-viewport/carousel-viewport.template.js.map +1 -0
- package/esm/components/carousel-viewport/define.js +4 -0
- package/esm/components/carousel-viewport/define.js.map +1 -0
- package/esm/components/carousel-viewport/index.js +5 -0
- package/esm/components/carousel-viewport/index.js.map +1 -0
- package/esm/components/dynamic-tab/define.js +4 -0
- package/esm/components/dynamic-tab/define.js.map +1 -0
- package/esm/components/dynamic-tab/dynamic-tab.definition.js +27 -0
- package/esm/components/dynamic-tab/dynamic-tab.definition.js.map +1 -0
- package/esm/components/dynamic-tab/dynamic-tab.js +232 -0
- package/esm/components/dynamic-tab/dynamic-tab.js.map +1 -0
- package/esm/components/dynamic-tab/dynamic-tab.options.js +11 -0
- package/esm/components/dynamic-tab/dynamic-tab.options.js.map +1 -0
- package/esm/components/dynamic-tab/dynamic-tab.styles.js +13 -0
- package/esm/components/dynamic-tab/dynamic-tab.styles.js.map +1 -0
- package/esm/components/dynamic-tab/dynamic-tab.template.js +18 -0
- package/esm/components/dynamic-tab/dynamic-tab.template.js.map +1 -0
- package/esm/components/dynamic-tab/index.js +6 -0
- package/esm/components/dynamic-tab/index.js.map +1 -0
- package/esm/components/dynamic-tab-list/define.js +12 -0
- package/esm/components/dynamic-tab-list/define.js.map +1 -0
- package/esm/components/dynamic-tab-list/dynamic-tab-list.definition.js +19 -0
- package/esm/components/dynamic-tab-list/dynamic-tab-list.definition.js.map +1 -0
- package/esm/components/dynamic-tab-list/dynamic-tab-list.js +788 -0
- package/esm/components/dynamic-tab-list/dynamic-tab-list.js.map +1 -0
- package/esm/components/dynamic-tab-list/dynamic-tab-list.options.js +19 -0
- package/esm/components/dynamic-tab-list/dynamic-tab-list.options.js.map +1 -0
- package/esm/components/dynamic-tab-list/dynamic-tab-list.styles.js +11 -0
- package/esm/components/dynamic-tab-list/dynamic-tab-list.styles.js.map +1 -0
- package/esm/components/dynamic-tab-list/dynamic-tab-list.template.js +41 -0
- package/esm/components/dynamic-tab-list/dynamic-tab-list.template.js.map +1 -0
- package/esm/components/dynamic-tab-list/index.js +6 -0
- package/esm/components/dynamic-tab-list/index.js.map +1 -0
- package/esm/components/empty-state/define.js +4 -0
- package/esm/components/empty-state/define.js.map +1 -0
- package/esm/components/empty-state/empty-state.definition.js +22 -0
- package/esm/components/empty-state/empty-state.definition.js.map +1 -0
- package/esm/components/empty-state/empty-state.js +33 -0
- package/esm/components/empty-state/empty-state.js.map +1 -0
- package/esm/components/empty-state/empty-state.styles.js +11 -0
- package/esm/components/empty-state/empty-state.styles.js.map +1 -0
- package/esm/components/empty-state/empty-state.template.js +12 -0
- package/esm/components/empty-state/empty-state.template.js.map +1 -0
- package/esm/components/empty-state/index.js +5 -0
- package/esm/components/empty-state/index.js.map +1 -0
- package/esm/components/filter-pill/filter-pill.styles.js +1 -0
- package/esm/components/menu-button/menu-button.definition.js +5 -2
- package/esm/components/menu-button/menu-button.definition.js.map +1 -1
- package/esm/components/menu-button/menu-button.js +2 -2
- package/esm/components/menu-button/menu-button.styles.js +18 -0
- package/esm/components/menu-button/menu-button.styles.js.map +1 -0
- package/esm/components/menu-item/menu-item.styles.js +1 -1
- package/esm/components/menu-item/menu-item.styles.js.map +1 -1
- package/esm/components/menu-list/menu-list.styles.js +2 -2
- package/esm/components/menu-list/menu-list.styles.js.map +1 -1
- package/esm/components/modal/define.js +9 -0
- package/esm/components/modal/define.js.map +1 -0
- package/esm/components/modal/index.js +7 -0
- package/esm/components/modal/index.js.map +1 -0
- package/esm/components/modal/modal.definition.js +29 -0
- package/esm/components/modal/modal.definition.js.map +1 -0
- package/esm/components/modal/modal.events.js +11 -0
- package/esm/components/modal/modal.events.js.map +1 -0
- package/esm/components/modal/modal.js +369 -0
- package/esm/components/modal/modal.js.map +1 -0
- package/esm/components/modal/modal.options.js +10 -0
- package/esm/components/modal/modal.options.js.map +1 -0
- package/esm/components/modal/modal.styles.js +14 -0
- package/esm/components/modal/modal.styles.js.map +1 -0
- package/esm/components/modal/modal.template.js +23 -0
- package/esm/components/modal/modal.template.js.map +1 -0
- package/esm/components/modal-fre-item/define.js +4 -0
- package/esm/components/modal-fre-item/define.js.map +1 -0
- package/esm/components/modal-fre-item/index.js +3 -0
- package/esm/components/modal-fre-item/index.js.map +1 -0
- package/esm/components/modal-fre-item/modal-fre-item.definition.js +27 -0
- package/esm/components/modal-fre-item/modal-fre-item.definition.js.map +1 -0
- package/esm/components/modal-fre-item/modal-fre-item.js +72 -0
- package/esm/components/modal-fre-item/modal-fre-item.js.map +1 -0
- package/esm/components/modal-fre-item/modal-fre-item.styles.js +11 -0
- package/esm/components/modal-fre-item/modal-fre-item.styles.js.map +1 -0
- package/esm/components/modal-fre-item/modal-fre-item.template.js +16 -0
- package/esm/components/modal-fre-item/modal-fre-item.template.js.map +1 -0
- package/esm/components/simple-table/simple-table.styles.js +1 -0
- package/esm/components/styles/patterns/patterns.js +11 -0
- package/esm/components/styles/patterns/patterns.js.map +1 -0
- package/esm/index.js +25 -0
- package/esm/index.js.map +1 -1
- package/esm/util/a11y-playwright-utils.js +11 -0
- package/esm/util/a11y-playwright-utils.js.map +1 -0
- package/esm/util/carousel-controller.js +153 -0
- package/esm/util/carousel-controller.js.map +1 -0
- package/esm/util/icons.js +16 -1
- package/esm/util/icons.js.map +1 -1
- package/esm/util/index.js +1 -0
- package/esm/util/index.js.map +1 -1
- package/index.d.ts +1507 -423
- package/index.d.ts.map +1 -1
- package/index.js +6379 -4442
- package/index.js.map +1 -1
- package/index.min.js +102 -92
- package/index.min.js.map +1 -1
- package/package.json +2 -2
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { FASTElement } from "@microsoft/fast-element";
|
|
2
2
|
import { type CarouselNavPosition, type CarouselNavButtonPlacement } from "./carousel.options.js";
|
|
3
3
|
import type { CarouselItem } from "../carousel-item/carousel-item.js";
|
|
4
|
-
import
|
|
4
|
+
import { CarouselController } from "../../util/carousel-controller.js";
|
|
5
5
|
/**
|
|
6
6
|
* @summary A Carousel component for displaying items one at a time with navigation.
|
|
7
7
|
*
|
|
@@ -37,16 +37,10 @@ import type { CarouselNav } from "../carousel-nav/carousel-nav.js";
|
|
|
37
37
|
*/
|
|
38
38
|
export declare class Carousel extends FASTElement {
|
|
39
39
|
/**
|
|
40
|
-
*
|
|
40
|
+
* Internal carousel controller that manages state and navigation.
|
|
41
41
|
* @internal
|
|
42
42
|
*/
|
|
43
|
-
|
|
44
|
-
/**
|
|
45
|
-
* Unique ID for this carousel instance.
|
|
46
|
-
* Used to generate unique IDs for tabs and panels.
|
|
47
|
-
* @internal
|
|
48
|
-
*/
|
|
49
|
-
readonly carouselId: string;
|
|
43
|
+
readonly controller: CarouselController<CarouselItem>;
|
|
50
44
|
/**
|
|
51
45
|
* Nav position relative to content.
|
|
52
46
|
* @public
|
|
@@ -61,38 +55,19 @@ export declare class Carousel extends FASTElement {
|
|
|
61
55
|
* Index of the currently visible item.
|
|
62
56
|
* @public
|
|
63
57
|
*/
|
|
64
|
-
currentIndex: number;
|
|
58
|
+
get currentIndex(): number;
|
|
59
|
+
set currentIndex(value: number);
|
|
65
60
|
/**
|
|
66
61
|
* Slotted carousel items.
|
|
67
62
|
* @internal
|
|
68
63
|
*/
|
|
69
64
|
slottedItems: CarouselItem[];
|
|
70
|
-
/**
|
|
71
|
-
* Reference to the generated nav element.
|
|
72
|
-
* @internal
|
|
73
|
-
*/
|
|
74
|
-
generatedNav?: CarouselNav;
|
|
75
|
-
/**
|
|
76
|
-
* Abort controller for removing nav event listeners.
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
|
-
private eventListenerAbortController?;
|
|
80
65
|
/**
|
|
81
66
|
* Total number of carousel items.
|
|
82
67
|
* @public
|
|
83
68
|
* @readonly
|
|
84
69
|
*/
|
|
85
70
|
get totalItems(): number;
|
|
86
|
-
/**
|
|
87
|
-
* Callback when generatedNav changes.
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
generatedNavChanged(_oldValue: CarouselNav | undefined, newValue: CarouselNav | undefined): void;
|
|
91
|
-
/**
|
|
92
|
-
* Callback when currentIndex changes.
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
currentIndexChanged(oldValue: number, newValue: number): void;
|
|
96
71
|
/**
|
|
97
72
|
* Callback when slotted items change.
|
|
98
73
|
* @internal
|
|
@@ -113,11 +88,6 @@ export declare class Carousel extends FASTElement {
|
|
|
113
88
|
* @public
|
|
114
89
|
*/
|
|
115
90
|
scrollToIndex(index: number): void;
|
|
116
|
-
/**
|
|
117
|
-
* Updates active states on carousel items.
|
|
118
|
-
* @internal
|
|
119
|
-
*/
|
|
120
|
-
private updateActiveStates;
|
|
121
91
|
/**
|
|
122
92
|
* Gets the tab ID for a given index.
|
|
123
93
|
* @internal
|
|
@@ -134,17 +104,11 @@ export declare class Carousel extends FASTElement {
|
|
|
134
104
|
* @internal
|
|
135
105
|
*/
|
|
136
106
|
getTabLabel(index: number): string;
|
|
137
|
-
|
|
138
|
-
* Sets up event listeners on nav element.
|
|
139
|
-
* @internal
|
|
140
|
-
*/
|
|
141
|
-
private setupNavListeners;
|
|
107
|
+
connectedCallback(): void;
|
|
142
108
|
/**
|
|
143
109
|
* Emits change event.
|
|
144
110
|
* @internal
|
|
145
111
|
*/
|
|
146
112
|
private emitChange;
|
|
147
|
-
connectedCallback(): void;
|
|
148
|
-
disconnectedCallback(): void;
|
|
149
113
|
}
|
|
150
114
|
//# sourceMappingURL=carousel.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"carousel.d.ts","sourceRoot":"","sources":["../../../../src/components/carousel/carousel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAoB,MAAM,yBAAyB,CAAC;AACxE,OAAO,EAGL,KAAK,mBAAmB,EACxB,KAAK,0BAA0B,EAChC,MAAM,uBAAuB,CAAC;AAE/B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mCAAmC,CAAC;AACtE,OAAO,
|
|
1
|
+
{"version":3,"file":"carousel.d.ts","sourceRoot":"","sources":["../../../../src/components/carousel/carousel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAoB,MAAM,yBAAyB,CAAC;AACxE,OAAO,EAGL,KAAK,mBAAmB,EACxB,KAAK,0BAA0B,EAChC,MAAM,uBAAuB,CAAC;AAE/B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mCAAmC,CAAC;AACtE,OAAO,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAC;AAEvE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AACH,qBAAa,QAAS,SAAQ,WAAW;IACvC;;;OAGG;IACH,QAAQ,CAAC,UAAU,mCAA4B;IAE/C;;;OAGG;IAEH,WAAW,EAAE,mBAAmB,CAAuC;IAEvE;;;OAGG;IAEH,kBAAkB,EAAE,0BAA0B,CACR;IAEtC;;;OAGG;IACH,IAAI,YAAY,IAAI,MAAM,CAEzB;IAED,IAAI,YAAY,CAAC,KAAK,EAAE,MAAM,EAM7B;IAED;;;OAGG;IAEH,YAAY,EAAE,YAAY,EAAE,CAAM;IAElC;;;;OAIG;IACH,IAAI,UAAU,IAAI,MAAM,CAEvB;IAED;;;OAGG;IACH,mBAAmB,IAAI,IAAI;IAK3B;;;OAGG;IACH,IAAI,IAAI,IAAI;IAMZ;;;OAGG;IACH,IAAI,IAAI,IAAI;IAMZ;;;OAGG;IACH,aAAa,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAMlC;;;OAGG;IACH,QAAQ,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM;IAI/B;;;OAGG;IACH,UAAU,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM;IAIjC;;;;OAIG;IACH,WAAW,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM;IAIlC,iBAAiB,IAAI,IAAI;IAMzB;;;OAGG;IACH,OAAO,CAAC,UAAU;CASnB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"carousel.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/carousel/carousel.styles.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;
|
|
1
|
+
{"version":3,"file":"carousel.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/carousel/carousel.styles.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAM7D;;;GAGG;AACH,eAAO,MAAM,MAAM,EAAE,aA8BpB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"carousel.template.d.ts","sourceRoot":"","sources":["../../../../src/components/carousel/carousel.template.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AACnE,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAG9C;;;GAGG;AACH,wBAAgB,gBAAgB,CAAC,CAAC,SAAS,QAAQ,KAAK,mBAAmB,CAAC,CAAC,CAAC,
|
|
1
|
+
{"version":3,"file":"carousel.template.d.ts","sourceRoot":"","sources":["../../../../src/components/carousel/carousel.template.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AACnE,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAG9C;;;GAGG;AACH,wBAAgB,gBAAgB,CAAC,CAAC,SAAS,QAAQ,KAAK,mBAAmB,CAAC,CAAC,CAAC,CAqC7E;AAED,eAAO,MAAM,QAAQ,EAAE,mBAAmB,CAAC,QAAQ,CAAsB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"define.d.ts","sourceRoot":"","sources":["../../../../src/components/carousel/define.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"define.d.ts","sourceRoot":"","sources":["../../../../src/components/carousel/define.ts"],"names":[],"mappings":"AAMA;;;;;;;;;;;;;GAaG;AACH,wBAAgB,cAAc,CAC5B,QAAQ,GAAE,qBAAsC,GAC/C,IAAI,CAKN"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { FASTElement } from "@microsoft/fast-element";
|
|
2
2
|
import { type CarouselNavButtonPlacement } from "./carousel-nav.options.js";
|
|
3
3
|
import type { CarouselNavItem } from "../carousel-nav-item/carousel-nav-item.js";
|
|
4
|
+
import type { CarouselController } from "../../util/carousel-controller.js";
|
|
4
5
|
/**
|
|
5
6
|
* @summary Navigation container with step indicators and prev/next buttons.
|
|
6
7
|
*
|
|
@@ -18,8 +19,11 @@ import type { CarouselNavItem } from "../carousel-nav-item/carousel-nav-item.js"
|
|
|
18
19
|
*
|
|
19
20
|
* @prop {CarouselNavButtonPlacement} buttonPlacement - Button positioning.
|
|
20
21
|
* @prop {number} currentIndex - Currently selected nav item index.
|
|
22
|
+
* @prop {CarouselController} controller - The carousel controller to drive navigation.
|
|
21
23
|
*
|
|
22
24
|
* @slot default - Slot for fabric-carousel-nav-item elements.
|
|
25
|
+
* @slot prev-button - Custom previous button. Defaults to a chevron left button.
|
|
26
|
+
* @slot next-button - Custom next button. Defaults to a chevron right button.
|
|
23
27
|
*
|
|
24
28
|
* @fires select - Fired when a nav item is selected with detail { index }.
|
|
25
29
|
* @fires previous - Fired when prev button is clicked.
|
|
@@ -40,6 +44,12 @@ export declare class CarouselNav extends FASTElement {
|
|
|
40
44
|
* @public
|
|
41
45
|
*/
|
|
42
46
|
currentIndex: number;
|
|
47
|
+
/**
|
|
48
|
+
* The carousel controller to drive navigation.
|
|
49
|
+
* When set, prev/next/select actions call methods on the controller directly.
|
|
50
|
+
* @public
|
|
51
|
+
*/
|
|
52
|
+
controller?: CarouselController;
|
|
43
53
|
/**
|
|
44
54
|
* Callback to parse current-index attribute.
|
|
45
55
|
* @internal
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"carousel-nav.d.ts","sourceRoot":"","sources":["../../../../src/components/carousel-nav/carousel-nav.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAoB,MAAM,yBAAyB,CAAC;AAExE,OAAO,EAEL,KAAK,0BAA0B,EAChC,MAAM,2BAA2B,CAAC;AAEnC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,2CAA2C,CAAC;
|
|
1
|
+
{"version":3,"file":"carousel-nav.d.ts","sourceRoot":"","sources":["../../../../src/components/carousel-nav/carousel-nav.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAoB,MAAM,yBAAyB,CAAC;AAExE,OAAO,EAEL,KAAK,0BAA0B,EAChC,MAAM,2BAA2B,CAAC;AAEnC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,2CAA2C,CAAC;AACjF,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAC;AAW5E;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8BG;AACH,qBAAa,WAAY,SAAQ,WAAW;IAC1C;;;OAGG;IAEH,eAAe,EAAE,0BAA0B,CACL;IAEtC;;;OAGG;IAEH,YAAY,EAAE,MAAM,CAAK;IAEzB;;;;OAIG;IAEH,UAAU,CAAC,EAAE,kBAAkB,CAAC;IAEhC;;;OAGG;IACH,mBAAmB,CACjB,SAAS,EAAE,MAAM,GAAG,MAAM,EAC1B,QAAQ,EAAE,MAAM,GAAG,MAAM,GACxB,IAAI;IAcP;;;OAGG;IACH,OAAO,CAAC,WAAW,CAMhB;IAEH;;;OAGG;IACH,OAAO,CAAC,aAAa,CACY;IAEjC;;;OAGG;IAEH,eAAe,EAAE,eAAe,EAAE,CAAM;IAExC;;;OAGG;IACH,sBAAsB,CACpB,QAAQ,EAAE,eAAe,EAAE,EAC3B,QAAQ,EAAE,eAAe,EAAE,GAC1B,IAAI;IAeP;;;OAGG;IACH,OAAO,CAAC,kBAAkB;IAM1B;;;;;OAKG;IACH,OAAO,CAAC,sBAAsB;IAe9B;;;OAGG;IACH,OAAO,CAAC,eAAe;IAKvB;;;OAGG;IACH,eAAe,IAAI,IAAI;IAUvB;;;OAGG;IACH,eAAe,IAAI,IAAI;IAUvB;;;OAGG;IACH,OAAO,CAAC,UAAU;IAUlB,oBAAoB,IAAI,IAAI;CAK7B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"carousel-nav.template.d.ts","sourceRoot":"","sources":["../../../../src/components/carousel-nav/carousel-nav.template.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AACnE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"carousel-nav.template.d.ts","sourceRoot":"","sources":["../../../../src/components/carousel-nav/carousel-nav.template.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AACnE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAIrD;;;GAGG;AACH,wBAAgB,mBAAmB,CACjC,CAAC,SAAS,WAAW,KAClB,mBAAmB,CAAC,CAAC,CAAC,CAsC1B;AAED,eAAO,MAAM,QAAQ,EAAE,mBAAmB,CAAC,WAAW,CAAyB,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { FASTElement } from "@microsoft/fast-element";
|
|
2
|
+
import type { CarouselController } from "../../util/carousel-controller.js";
|
|
3
|
+
/**
|
|
4
|
+
* @summary Renders the scrolling viewport for carousel items.
|
|
5
|
+
*
|
|
6
|
+
* This component is the visual container that shows one carousel item at a time
|
|
7
|
+
* and applies a CSS transform to slide between items. It is driven by a
|
|
8
|
+
* {@link CarouselController} which manages the active index and item state.
|
|
9
|
+
*
|
|
10
|
+
* The host component (e.g. fabric-carousel or fabric-modal) is responsible for
|
|
11
|
+
* managing the controller's items. The viewport is purely a rendering component.
|
|
12
|
+
*
|
|
13
|
+
* @example
|
|
14
|
+
* ```html
|
|
15
|
+
* <fabric-carousel-viewport>
|
|
16
|
+
* <fabric-carousel-item>Slide 1</fabric-carousel-item>
|
|
17
|
+
* <fabric-carousel-item>Slide 2</fabric-carousel-item>
|
|
18
|
+
* </fabric-carousel-viewport>
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @slot default - Slot for fabric-carousel-item elements.
|
|
22
|
+
*
|
|
23
|
+
* @extends FASTElement
|
|
24
|
+
* @tagname fabric-carousel-viewport
|
|
25
|
+
* @public
|
|
26
|
+
*/
|
|
27
|
+
export declare class CarouselViewport extends FASTElement {
|
|
28
|
+
/**
|
|
29
|
+
* The carousel controller driving this viewport.
|
|
30
|
+
* @public
|
|
31
|
+
*/
|
|
32
|
+
controller?: CarouselController;
|
|
33
|
+
}
|
|
34
|
+
//# sourceMappingURL=carousel-viewport.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"carousel-viewport.d.ts","sourceRoot":"","sources":["../../../../src/components/carousel-viewport/carousel-viewport.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAc,MAAM,yBAAyB,CAAC;AAClE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAC;AAE5E;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,qBAAa,gBAAiB,SAAQ,WAAW;IAC/C;;;OAGG;IAEH,UAAU,CAAC,EAAE,kBAAkB,CAAC;CACjC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { CarouselViewport } from "./carousel-viewport.js";
|
|
2
|
+
/**
|
|
3
|
+
* The CarouselViewport element definition.
|
|
4
|
+
* @public
|
|
5
|
+
* @remarks
|
|
6
|
+
* HTML Element: <fabric-carousel-viewport>
|
|
7
|
+
*/
|
|
8
|
+
export declare const definition: import("@microsoft/fast-element").FASTElementDefinition<typeof CarouselViewport>;
|
|
9
|
+
//# sourceMappingURL=carousel-viewport.definition.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"carousel-viewport.definition.d.ts","sourceRoot":"","sources":["../../../../src/components/carousel-viewport/carousel-viewport.definition.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAI1D;;;;;GAKG;AACH,eAAO,MAAM,UAAU,kFAOrB,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { ElementStyles } from "@microsoft/fast-element";
|
|
2
|
+
/**
|
|
3
|
+
* Styles for the {@link @fabric-msft/fabric-web#(CarouselViewport:class)} component.
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export declare const styles: ElementStyles;
|
|
7
|
+
//# sourceMappingURL=carousel-viewport.styles.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"carousel-viewport.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/carousel-viewport/carousel-viewport.styles.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAG7D;;;GAGG;AACH,eAAO,MAAM,MAAM,EAAE,aAwBpB,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { ElementViewTemplate } from "@microsoft/fast-element";
|
|
2
|
+
import type { CarouselViewport } from "./carousel-viewport.js";
|
|
3
|
+
/**
|
|
4
|
+
* The template for the {@link @fabric-msft/fabric-web#(CarouselViewport:class)} component.
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function carouselViewportTemplate<T extends CarouselViewport>(): ElementViewTemplate<T>;
|
|
8
|
+
export declare const template: ElementViewTemplate<CarouselViewport>;
|
|
9
|
+
//# sourceMappingURL=carousel-viewport.template.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"carousel-viewport.template.d.ts","sourceRoot":"","sources":["../../../../src/components/carousel-viewport/carousel-viewport.template.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AACnE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAE/D;;;GAGG;AACH,wBAAgB,wBAAwB,CACtC,CAAC,SAAS,gBAAgB,KACvB,mBAAmB,CAAC,CAAC,CAAC,CAY1B;AAED,eAAO,MAAM,QAAQ,EAAE,mBAAmB,CAAC,gBAAgB,CAC/B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"define.d.ts","sourceRoot":"","sources":["../../../../src/components/carousel-viewport/define.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export { CarouselViewport } from "./carousel-viewport.js";
|
|
2
|
+
export { definition as CarouselViewportDefinition } from "./carousel-viewport.definition.js";
|
|
3
|
+
export { styles as CarouselViewportStyles } from "./carousel-viewport.styles.js";
|
|
4
|
+
export { template as CarouselViewportTemplate } from "./carousel-viewport.template.js";
|
|
5
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/carousel-viewport/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EAAE,UAAU,IAAI,0BAA0B,EAAE,MAAM,mCAAmC,CAAC;AAC7F,OAAO,EAAE,MAAM,IAAI,sBAAsB,EAAE,MAAM,+BAA+B,CAAC;AACjF,OAAO,EAAE,QAAQ,IAAI,wBAAwB,EAAE,MAAM,iCAAiC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"define.d.ts","sourceRoot":"","sources":["../../../../src/components/dynamic-tab/define.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,142 @@
|
|
|
1
|
+
import { FASTElement } from "@microsoft/fast-element";
|
|
2
|
+
/**
|
|
3
|
+
* Dynamic Tab
|
|
4
|
+
* @summary A dismissible tab component for use in dynamic tab lists, similar to browser tabs.
|
|
5
|
+
*
|
|
6
|
+
* @example
|
|
7
|
+
* ```html
|
|
8
|
+
* <fabric-dynamic-tab id="tab-1" selected>
|
|
9
|
+
* <fabric-svg-icon slot="icon" name="document-20-regular"></fabric-svg-icon>
|
|
10
|
+
* Document.docx
|
|
11
|
+
* </fabric-dynamic-tab>
|
|
12
|
+
* ```
|
|
13
|
+
*
|
|
14
|
+
* @attr {boolean} selected - Whether the tab is currently selected.
|
|
15
|
+
* @attr {boolean} disabled - Whether the tab is disabled.
|
|
16
|
+
* @attr {boolean} no-dismiss - When present, prevents the tab from being dismissed/closed.
|
|
17
|
+
* @attr {boolean} no-rename - When present, prevents the tab from being renamed.
|
|
18
|
+
* @attr {boolean} modified - Whether the tab has unsaved changes (shows indicator instead of dismiss).
|
|
19
|
+
*
|
|
20
|
+
* @slot icon - Optional icon displayed before the label (defaults to document icon).
|
|
21
|
+
* @slot dismiss-icon - Optional custom icon for the dismiss button.
|
|
22
|
+
* @slot - The tab label text.
|
|
23
|
+
*
|
|
24
|
+
* @fires dismiss - Fires when the dismiss button is clicked.
|
|
25
|
+
* @fires select - Fires when the tab is clicked to select.
|
|
26
|
+
* @fires rename-request - Fires when rename is requested via F2 key.
|
|
27
|
+
*
|
|
28
|
+
* @extends FASTElement
|
|
29
|
+
* @tagname fabric-dynamic-tab
|
|
30
|
+
* @public
|
|
31
|
+
*/
|
|
32
|
+
export declare class DynamicTab extends FASTElement {
|
|
33
|
+
/**
|
|
34
|
+
* Static counter for generating unique internal IDs.
|
|
35
|
+
* @internal
|
|
36
|
+
*/
|
|
37
|
+
private static idCounter;
|
|
38
|
+
/**
|
|
39
|
+
* Internal unique ID used when no id attribute is provided.
|
|
40
|
+
* Ensures aria-describedby references don't collide across instances.
|
|
41
|
+
* @internal
|
|
42
|
+
*/
|
|
43
|
+
private readonly internalId;
|
|
44
|
+
/**
|
|
45
|
+
* Returns the effective ID for ARIA references.
|
|
46
|
+
* Uses the consumer-provided id attribute if set, otherwise falls back to internal ID.
|
|
47
|
+
* @internal
|
|
48
|
+
*/
|
|
49
|
+
get effectiveId(): string;
|
|
50
|
+
/**
|
|
51
|
+
* Whether the tab is currently selected.
|
|
52
|
+
* @public
|
|
53
|
+
* @remarks
|
|
54
|
+
* HTML Attribute: `selected`
|
|
55
|
+
*/
|
|
56
|
+
selected: boolean;
|
|
57
|
+
/**
|
|
58
|
+
* Whether the tab is disabled.
|
|
59
|
+
* @public
|
|
60
|
+
* @remarks
|
|
61
|
+
* HTML Attribute: `disabled`
|
|
62
|
+
*/
|
|
63
|
+
disabled: boolean;
|
|
64
|
+
/**
|
|
65
|
+
* When present, prevents the tab from being dismissed/closed.
|
|
66
|
+
* @public
|
|
67
|
+
* @remarks
|
|
68
|
+
* HTML Attribute: `no-dismiss`
|
|
69
|
+
*/
|
|
70
|
+
noDismiss: boolean;
|
|
71
|
+
/**
|
|
72
|
+
* When present, prevents the tab from being renamed.
|
|
73
|
+
* @public
|
|
74
|
+
* @remarks
|
|
75
|
+
* HTML Attribute: `no-rename`
|
|
76
|
+
*/
|
|
77
|
+
noRename: boolean;
|
|
78
|
+
/**
|
|
79
|
+
* Whether the tab has unsaved changes.
|
|
80
|
+
* When true, shows a modified indicator instead of the dismiss button.
|
|
81
|
+
* @public
|
|
82
|
+
* @remarks
|
|
83
|
+
* HTML Attribute: `modified`
|
|
84
|
+
*/
|
|
85
|
+
modified: boolean;
|
|
86
|
+
/**
|
|
87
|
+
* Accessible label for the close/dismiss button.
|
|
88
|
+
* Override for i18n/localization.
|
|
89
|
+
* @public
|
|
90
|
+
* @remarks
|
|
91
|
+
* HTML Attribute: `close-tab-label`
|
|
92
|
+
*/
|
|
93
|
+
closeTabLabel: string;
|
|
94
|
+
/**
|
|
95
|
+
* Accessible label for the modified indicator.
|
|
96
|
+
* Override for i18n/localization.
|
|
97
|
+
* @public
|
|
98
|
+
* @remarks
|
|
99
|
+
* HTML Attribute: `modified-label`
|
|
100
|
+
*/
|
|
101
|
+
modifiedLabel: string;
|
|
102
|
+
/**
|
|
103
|
+
* Accessible hint text for dismissible tabs.
|
|
104
|
+
* Override for i18n/localization.
|
|
105
|
+
* @public
|
|
106
|
+
* @remarks
|
|
107
|
+
* HTML Attribute: `close-hint-label`
|
|
108
|
+
*/
|
|
109
|
+
closeHintLabel: string;
|
|
110
|
+
/**
|
|
111
|
+
* Handles click events on the tab.
|
|
112
|
+
* @internal
|
|
113
|
+
*/
|
|
114
|
+
handleClick(_event: MouseEvent): void;
|
|
115
|
+
/**
|
|
116
|
+
* Handles keyboard events.
|
|
117
|
+
* @internal
|
|
118
|
+
*/
|
|
119
|
+
handleKeydown(event: KeyboardEvent): boolean;
|
|
120
|
+
/**
|
|
121
|
+
* Handles dismiss button click.
|
|
122
|
+
* @internal
|
|
123
|
+
*/
|
|
124
|
+
handleDismissClick(event: MouseEvent): void;
|
|
125
|
+
/**
|
|
126
|
+
* Emits the dismiss event.
|
|
127
|
+
* Can be called programmatically to trigger tab dismissal.
|
|
128
|
+
* @public
|
|
129
|
+
*/
|
|
130
|
+
emitDismiss(): void;
|
|
131
|
+
/**
|
|
132
|
+
* Emits the select event.
|
|
133
|
+
* @internal
|
|
134
|
+
*/
|
|
135
|
+
private emitSelect;
|
|
136
|
+
/**
|
|
137
|
+
* Emits the rename-request event.
|
|
138
|
+
* @internal
|
|
139
|
+
*/
|
|
140
|
+
private emitRenameRequest;
|
|
141
|
+
}
|
|
142
|
+
//# sourceMappingURL=dynamic-tab.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dynamic-tab.d.ts","sourceRoot":"","sources":["../../../../src/components/dynamic-tab/dynamic-tab.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAQ,MAAM,yBAAyB,CAAC;AAG5D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,qBAAa,UAAW,SAAQ,WAAW;IACzC;;;OAGG;IACH,OAAO,CAAC,MAAM,CAAC,SAAS,CAAK;IAE7B;;;;OAIG;IACH,OAAO,CAAC,QAAQ,CAAC,UAAU,CAA0D;IAErF;;;;OAIG;IACH,IAAW,WAAW,IAAI,MAAM,CAE/B;IAED;;;;;OAKG;IAEI,QAAQ,EAAE,OAAO,CAAS;IAEjC;;;;;OAKG;IAEI,QAAQ,EAAE,OAAO,CAAS;IAEjC;;;;;OAKG;IAEI,SAAS,EAAE,OAAO,CAAS;IAElC;;;;;OAKG;IAEI,QAAQ,EAAE,OAAO,CAAS;IAEjC;;;;;;OAMG;IAEI,QAAQ,EAAE,OAAO,CAAS;IAEjC;;;;;;OAMG;IAEI,aAAa,EAAE,MAAM,CAAM;IAElC;;;;;;OAMG;IAEI,aAAa,EAAE,MAAM,CAAM;IAElC;;;;;;OAMG;IAEI,cAAc,EAAE,MAAM,CAAM;IAEnC;;;OAGG;IACI,WAAW,CAAC,MAAM,EAAE,UAAU,GAAG,IAAI;IAK5C;;;OAGG;IACI,aAAa,CAAC,KAAK,EAAE,aAAa,GAAG,OAAO;IAoBnD;;;OAGG;IACI,kBAAkB,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;IAKlD;;;;OAIG;IACI,WAAW,IAAI,IAAI;IAU1B;;;OAGG;IACH,OAAO,CAAC,UAAU;IAUlB;;;OAGG;IACH,OAAO,CAAC,iBAAiB;CAS1B"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Composed element definition for `<fabric-dynamic-tab>`, registering the
|
|
3
|
+
* `fabric-button` dependency before the element itself.
|
|
4
|
+
*
|
|
5
|
+
* @public
|
|
6
|
+
* @remarks
|
|
7
|
+
* HTML Element: `<fabric-dynamic-tab>`
|
|
8
|
+
*/
|
|
9
|
+
export declare const definition: import("../../util/element-definition.js").FabricElementDefinition;
|
|
10
|
+
//# sourceMappingURL=dynamic-tab.definition.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dynamic-tab.definition.d.ts","sourceRoot":"","sources":["../../../../src/components/dynamic-tab/dynamic-tab.definition.ts"],"names":[],"mappings":"AAiBA;;;;;;;GAOG;AACH,eAAO,MAAM,UAAU,oEAGtB,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Event names for {@link DynamicTab}.
|
|
3
|
+
* @public
|
|
4
|
+
*/
|
|
5
|
+
export declare const DynamicTabEventNames: {
|
|
6
|
+
readonly dismiss: "dismiss";
|
|
7
|
+
readonly select: "select";
|
|
8
|
+
readonly "rename-request": "rename-request";
|
|
9
|
+
};
|
|
10
|
+
//# sourceMappingURL=dynamic-tab.options.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dynamic-tab.options.d.ts","sourceRoot":"","sources":["../../../../src/components/dynamic-tab/dynamic-tab.options.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,eAAO,MAAM,oBAAoB;;;;CAIvB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dynamic-tab.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/dynamic-tab/dynamic-tab.styles.ts"],"names":[],"mappings":"AAsBA;;;GAGG;AACH,eAAO,MAAM,MAAM,iDA4IlB,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { ElementViewTemplate } from "@microsoft/fast-element";
|
|
2
|
+
import type { DynamicTab } from "./dynamic-tab.js";
|
|
3
|
+
/**
|
|
4
|
+
* Template for the DynamicTab component.
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function dynamicTabTemplate<T extends DynamicTab>(): ElementViewTemplate<T>;
|
|
8
|
+
/**
|
|
9
|
+
* The template for the DynamicTab component.
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
export declare const template: ElementViewTemplate<DynamicTab>;
|
|
13
|
+
//# sourceMappingURL=dynamic-tab.template.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dynamic-tab.template.d.ts","sourceRoot":"","sources":["../../../../src/components/dynamic-tab/dynamic-tab.template.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AACnE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAKnD;;;GAGG;AACH,wBAAgB,kBAAkB,CAChC,CAAC,SAAS,UAAU,KACjB,mBAAmB,CAAC,CAAC,CAAC,CAqE1B;AAED;;;GAGG;AACH,eAAO,MAAM,QAAQ,EAAE,mBAAmB,CAAC,UAAU,CAAwB,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export { DynamicTab } from "./dynamic-tab.js";
|
|
2
|
+
export { DynamicTabEventNames } from "./dynamic-tab.options.js";
|
|
3
|
+
export { template as DynamicTabTemplate } from "./dynamic-tab.template.js";
|
|
4
|
+
export { styles as DynamicTabStyles } from "./dynamic-tab.styles.js";
|
|
5
|
+
export { definition as DynamicTabDefinition } from "./dynamic-tab.definition.js";
|
|
6
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/dynamic-tab/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAChE,OAAO,EAAE,QAAQ,IAAI,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AAC3E,OAAO,EAAE,MAAM,IAAI,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AACrE,OAAO,EAAE,UAAU,IAAI,oBAAoB,EAAE,MAAM,6BAA6B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"define.d.ts","sourceRoot":"","sources":["../../../../src/components/dynamic-tab-list/define.ts"],"names":[],"mappings":""}
|