@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
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dynamic-tab-list.js","sourceRoot":"","sources":["../../../../src/components/dynamic-tab-list/dynamic-tab-list.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Dynamic Tab List orientations.
|
|
3
|
+
* @public
|
|
4
|
+
*/
|
|
5
|
+
const DynamicTabListOrientations = {
|
|
6
|
+
horizontal: "horizontal",
|
|
7
|
+
vertical: "vertical"
|
|
8
|
+
};
|
|
9
|
+
/**
|
|
10
|
+
* Event names for {@link DynamicTabList}.
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
const DynamicTabListEventNames = {
|
|
14
|
+
"tab-dismiss": "tab-dismiss",
|
|
15
|
+
"tab-select": "tab-select",
|
|
16
|
+
"context-menu": "context-menu"
|
|
17
|
+
};
|
|
18
|
+
|
|
19
|
+
export { DynamicTabListEventNames, DynamicTabListOrientations };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dynamic-tab-list.options.js","sourceRoot":"","sources":["../../../../src/components/dynamic-tab-list/dynamic-tab-list.options.ts"],"names":[],"mappings":"AAEA;;;GAGG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAG;IACxC,UAAU,EAAE,YAAY;IACxB,QAAQ,EAAE,UAAU;CACZ,CAAC;AAUX;;;GAGG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAAG;IACtC,aAAa,EAAE,aAAa;IAC5B,YAAY,EAAE,YAAY;IAC1B,cAAc,EAAE,cAAc;CACtB,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { css } from '@microsoft/fast-element';
|
|
2
|
+
import { colorNeutralBackground1, spacingHorizontalXS, spacingVerticalSNudge, colorNeutralStroke1, colorNeutralForeground3, borderRadiusSmall, spacingHorizontalSNudge, spacingHorizontalXL, colorNeutralStroke2, spacingVerticalXS, spacingHorizontalS, colorBrandForeground1, fontWeightSemibold } from '@fluentui/web-components';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* Styles for the DynamicTabList component.
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
const styles = css`
|
|
9
|
+
:host{display:flex;align-items:center;background:${colorNeutralBackground1};position:relative}:host([orientation="vertical"]){flex-direction:column;align-items:stretch}.tabs-container{display:flex;flex:1;gap:${spacingHorizontalXS};overflow-x:auto;overflow-y:clip;padding:${spacingVerticalSNudge} 0px;border-bottom:1px solid ${colorNeutralStroke1};max-height:44px;box-sizing:border-box}.tabs-container::-webkit-scrollbar{height:${spacingHorizontalXS};background:transparent}.tabs-container::-webkit-scrollbar-track{background:transparent}.tabs-container::-webkit-scrollbar-thumb{background:${colorNeutralForeground3};border-radius:${borderRadiusSmall}}.tabs-container:first-child{padding-inline-start:${spacingHorizontalSNudge}}.tabs-container:last-child{padding-inline-start:${spacingHorizontalSNudge}}:host([orientation="vertical"]) .tabs-container{flex-direction:column;overflow-x:visible;overflow-y:auto;--tab-divider-display:none}:host([orientation="vertical"]) .tabs-container::-webkit-scrollbar{width:${spacingHorizontalXS};height:auto}.actions-container{display:flex;align-items:center;flex-shrink:0;gap:${spacingHorizontalXS}}.actions-container ::slotted(*){margin-inline-start:${spacingHorizontalXS}}.manage-tabs-trigger{display:inline-flex;cursor:pointer;anchor-name:--manage-tabs-anchor}.manage-tabs-trigger[hidden]{display:none}.manage-tabs-menu{position:absolute;position-anchor:--manage-tabs-anchor;position-area:block-end;margin:0;padding:0;border:none;background:transparent;overflow:visible;color:inherit}.manage-tabs-menu:popover-open{inset:unset;inset-inline-start:anchor(start)}.manage-tabs-menu:not(:popover-open){display:none}.managed-tabs-built-in-menu{}.managed-tabs-built-in-menu fabric-menu-item{grid-template-columns:0px ${spacingHorizontalXL} 1fr ${spacingHorizontalXL}}.managed-tabs-built-in-menu fabric-menu-item [slot="start"]{display:inline-flex;align-items:center}.managed-tabs-separator{height:1px;background:${colorNeutralStroke2};margin:${spacingVerticalXS} ${spacingHorizontalS}}.managed-tabs-custom-icon[hidden]{display:none}.managed-tabs-tab-item[data-active]{color:${colorBrandForeground1};font-weight:${fontWeightSemibold}}`;
|
|
10
|
+
|
|
11
|
+
export { styles };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dynamic-tab-list.styles.js","sourceRoot":"","sources":["../../../../src/components/dynamic-tab-list/dynamic-tab-list.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,yBAAyB,CAAC;AAC9C,OAAO,EACL,iBAAiB,EACjB,uBAAuB,EACvB,mBAAmB,EACnB,mBAAmB,EACnB,qBAAqB,EACrB,uBAAuB,EACvB,kBAAkB,EAClB,mBAAmB,EACnB,kBAAkB,EAClB,mBAAmB,EACnB,iBAAiB,EACjB,qBAAqB,EACrB,uBAAuB,EACxB,MAAM,0BAA0B,CAAC;AAElC;;;GAGG;AACH,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAA;;;;kBAIP,uBAAuB;;;;;;;;;;;;WAY9B,mBAAmB;;;;eAIf,qBAAqB;+BACL,mBAAmB;;;;;;cAMpC,mBAAmB;;;;;;;;;kBASf,uBAAuB;qBACpB,iBAAiB;;;;4BAIV,uBAAuB;;;;4BAIvB,uBAAuB;;;;;;;;;;;;aAYtC,mBAAmB;;;;;;;;WAQrB,mBAAmB;;;;2BAIH,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAiDb,mBAAmB,QAAQ,mBAAmB;;;;;;;;;;;kBAW7D,mBAAmB;cACvB,iBAAiB,IAAI,kBAAkB;;;;;;;;;;aAUxC,qBAAqB;mBACf,kBAAkB;;CAEpC,CAAC"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { html, repeat, slotted, elements, when } from '@microsoft/fast-element';
|
|
2
|
+
import { documentIcon } from '../../util/icons.js';
|
|
3
|
+
import { getString } from '@fabric-msft/localization';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* Close icon SVG template for close action menu items.
|
|
7
|
+
* Used for "Close unmodified tabs" and "Close all tabs" actions.
|
|
8
|
+
* @internal
|
|
9
|
+
*/
|
|
10
|
+
const closeIconSVG = html`<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path d="M4.08859 4.21569L4.14645 4.14645C4.32001 3.97288 4.58944 3.9536 4.78431 4.08859L4.85355 4.14645L10 9.293L15.1464 4.14645C15.32 3.97288 15.5894 3.9536 15.7843 4.08859L15.8536 4.14645C16.0271 4.32001 16.0464 4.58944 15.9114 4.78431L15.8536 4.85355L10.707 10L15.8536 15.1464C16.0271 15.32 16.0464 15.5894 15.9114 15.7843L15.8536 15.8536C15.68 16.0271 15.4106 16.0464 15.2157 15.9114L15.1464 15.8536L10 10.707L4.85355 15.8536C4.67999 16.0271 4.41056 16.0464 4.21569 15.9114L4.14645 15.8536C3.97288 15.68 3.9536 15.4106 4.08859 15.2157L4.14645 15.1464L9.293 10L4.14645 4.85355C3.97288 4.67999 3.9536 4.41056 4.08859 4.21569L4.14645 4.14645L4.08859 4.21569Z" fill="currentColor" /></svg>`;
|
|
11
|
+
/**
|
|
12
|
+
* Built-in manage tabs menu content template.
|
|
13
|
+
* Rendered when showManagedTabs is true.
|
|
14
|
+
* Uses fabric-menu-item's built-in slot structure for proper styling.
|
|
15
|
+
* @internal
|
|
16
|
+
*/
|
|
17
|
+
const builtInMenuTemplate = html`<fabric-menu-list class="managed-tabs-built-in-menu" role="menu"><!-- Action items --><fabric-menu-item @click="${x => x.closeUnmodifiedTabs()}"><span slot="start">${closeIconSVG}</span>${x => x.closeUnmodifiedLabel || getString("DynamicTabList_CloseUnmodified")}</fabric-menu-item><fabric-menu-item @click="${x => x.handleCloseAllFromMenu()}"><span slot="start">${closeIconSVG}</span>${x => x.closeAllLabel || getString("DynamicTabList_CloseAll")}</fabric-menu-item><!-- Separator --><div class="managed-tabs-separator" role="separator"></div><!-- Tab list - uses start slot for icons, default slot for label -->${repeat(x => x.getTabElements(), html`<fabric-menu-item role="menuitemradio" class="managed-tabs-tab-item" data-tab-id="${tab => tab.id}" ?data-active="${(tab, c) => tab.id === c.parent.activeid}" aria-checked="${(tab, c) => tab.id === c.parent.activeid ? "true" : "false"}" @click="${(tab, c) => c.parent.selectTabFromManageMenu(tab)}"><span slot="start">${documentIcon}</span>${(tab, c) => c.parent.getTabDisplayLabel(tab)}</fabric-menu-item>`)}</fabric-menu-list>`;
|
|
18
|
+
/**
|
|
19
|
+
* Template for the DynamicTabList component.
|
|
20
|
+
* @public
|
|
21
|
+
*/
|
|
22
|
+
function dynamicTabListTemplate() {
|
|
23
|
+
return html`<template role="tablist" aria-orientation="${x => x.orientation}" @dismiss="${(x, c) => x.handleTabDismiss(c.event)}" @select="${(x, c) => x.handleTabSelect(c.event)}" @keydown="${(x, c) => x.handleKeydown(c.event)}" @focusin="${(x, c) => x.handleFocusin(c.event)}" @contextmenu="${(x, c) => x.handleTabContextMenu(c.event)}"><div class="tabs-container" part="tabs-container"><slot ${slotted("tabs")}></slot></div><div class="actions-container" part="actions-container"><!-- Consumer-provided action buttons (e.g., "+", toolbar) --><slot name="actions"></slot><!-- Manage Tabs Menu trigger - clicking opens the manage-tabs-menu popover. Uses CSS anchor positioning for automatic placement below the trigger. Only interactive when built-in menu is enabled or a trigger is slotted. --><div class="manage-tabs-trigger" ?hidden="${x => !x.hasTrigger}" role="${x => x.hasTrigger ? "button" : undefined}" tabindex="${x => x.hasTrigger ? "0" : undefined}" aria-label="${x => x.hasTrigger ? x.manageTabsLabel || getString("DynamicTabList_ManageTabs") : undefined}" aria-haspopup="${x => x.hasTrigger ? "menu" : undefined}" aria-expanded="${x => x.hasTrigger ? x.manageTabsMenuOpen : undefined}" @click="${x => x.hasTrigger && x.toggleManageTabsMenu()}" @keydown="${(x, c) => {
|
|
24
|
+
if (!x.hasTrigger) return;
|
|
25
|
+
const event = c.event;
|
|
26
|
+
if (event.key === "Enter" || event.key === " ") {
|
|
27
|
+
event.preventDefault();
|
|
28
|
+
x.toggleManageTabsMenu();
|
|
29
|
+
}
|
|
30
|
+
}}"><slot name="manage-tabs" ${slotted({
|
|
31
|
+
property: "slottedManageTabsTrigger",
|
|
32
|
+
filter: elements()
|
|
33
|
+
})}></slot></div><!-- Manage Tabs Menu - uses native Popover API with CSS anchor positioning. Only renders when showManagedTabs is true. -->${when(x => x.showManagedTabs, html`<div class="manage-tabs-menu" popover="manual">${builtInMenuTemplate}</div>`)}</div></template>`;
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* The template for the DynamicTabList component.
|
|
37
|
+
* @public
|
|
38
|
+
*/
|
|
39
|
+
const template = dynamicTabListTemplate();
|
|
40
|
+
|
|
41
|
+
export { dynamicTabListTemplate, template };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dynamic-tab-list.template.js","sourceRoot":"","sources":["../../../../src/components/dynamic-tab-list/dynamic-tab-list.template.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export { DynamicTabList } from "./dynamic-tab-list.js";
|
|
2
|
+
export { DynamicTabListOrientations, DynamicTabListEventNames } from "./dynamic-tab-list.options.js";
|
|
3
|
+
export { template as DynamicTabListTemplate } from "./dynamic-tab-list.template.js";
|
|
4
|
+
export { styles as DynamicTabListStyles } from "./dynamic-tab-list.styles.js";
|
|
5
|
+
export { definition as DynamicTabListDefinition } from "./dynamic-tab-list.definition.js";
|
|
6
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/dynamic-tab-list/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EACL,0BAA0B,EAC1B,wBAAwB,EACzB,MAAM,+BAA+B,CAAC;AAEvC,OAAO,EAAE,QAAQ,IAAI,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;AACpF,OAAO,EAAE,MAAM,IAAI,oBAAoB,EAAE,MAAM,8BAA8B,CAAC;AAC9E,OAAO,EAAE,UAAU,IAAI,wBAAwB,EAAE,MAAM,kCAAkC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"define.js","sourceRoot":"","sources":["../../../../src/components/empty-state/define.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACnD,OAAO,EAAE,UAAU,EAAE,MAAM,6BAA6B,CAAC;AAEzD,UAAU,CAAC,MAAM,CAAC,YAAY,CAAC,QAAQ,CAAC,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { EmptyState } from './empty-state.js';
|
|
2
|
+
import { styles } from './empty-state.styles.js';
|
|
3
|
+
import { template } from './empty-state.template.js';
|
|
4
|
+
import { DesignSystem } from '../design-system.js';
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* The Fabric EmptyState component.
|
|
8
|
+
*
|
|
9
|
+
* @public
|
|
10
|
+
* @remarks
|
|
11
|
+
* HTML Element: <fabric-empty-state>
|
|
12
|
+
*/
|
|
13
|
+
const definition = EmptyState.compose({
|
|
14
|
+
name: `${DesignSystem.prefix}-empty-state`,
|
|
15
|
+
template,
|
|
16
|
+
styles,
|
|
17
|
+
shadowOptions: {
|
|
18
|
+
mode: DesignSystem.shadowRootMode
|
|
19
|
+
}
|
|
20
|
+
});
|
|
21
|
+
|
|
22
|
+
export { definition };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"empty-state.definition.js","sourceRoot":"","sources":["../../../../src/components/empty-state/empty-state.definition.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EAAE,MAAM,EAAE,MAAM,yBAAyB,CAAC;AACjD,OAAO,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AACrD,OAAO,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAEnD;;;;;;GAMG;AACH,MAAM,CAAC,MAAM,UAAU,GAAG,UAAU,CAAC,OAAO,CAAC;IAC3C,IAAI,EAAE,GAAG,YAAY,CAAC,MAAM,cAAc;IAC1C,QAAQ;IACR,MAAM;IACN,aAAa,EAAE;QACb,IAAI,EAAE,YAAY,CAAC,cAAc;KAClC;CACF,CAAC,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { FASTElement } from '@microsoft/fast-element';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* EmptyState
|
|
5
|
+
* @summary A component for displaying empty states with optional illustration, title, body, link, and action.
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* ```html
|
|
9
|
+
* <fabric-empty-state>
|
|
10
|
+
* <img slot="illustration" src="illustration.svg" alt="" aria-hidden="true" />
|
|
11
|
+
* <span slot="title">No items yet</span>
|
|
12
|
+
* <span slot="body">Create an item to get started</span>
|
|
13
|
+
* <fabric-link slot="link" href="#">Learn more</fabric-link>
|
|
14
|
+
* <fabric-button slot="action">Create item</fabric-button>
|
|
15
|
+
* </fabric-empty-state>
|
|
16
|
+
* ```
|
|
17
|
+
*
|
|
18
|
+
* @slot illustration - Slot for an optional illustration or image.
|
|
19
|
+
* @slot title - Slot for the main title text.
|
|
20
|
+
* @slot body - Slot for optional body/description text.
|
|
21
|
+
* @slot link - Slot for an optional help or learn-more link.
|
|
22
|
+
* @slot action - Slot for an optional call-to-action button.
|
|
23
|
+
*
|
|
24
|
+
* @csspart illustration - The illustration container.
|
|
25
|
+
* @csspart content - The text and action content container.
|
|
26
|
+
*
|
|
27
|
+
* @extends FASTElement
|
|
28
|
+
* @tagname fabric-empty-state
|
|
29
|
+
* @public
|
|
30
|
+
*/
|
|
31
|
+
class EmptyState extends FASTElement {}
|
|
32
|
+
|
|
33
|
+
export { EmptyState };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"empty-state.js","sourceRoot":"","sources":["../../../../src/components/empty-state/empty-state.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAEtD;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,MAAM,OAAO,UAAW,SAAQ,WAAW;CAAG"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { css } from '@microsoft/fast-element';
|
|
2
|
+
import { fontFamilyBase, spacingVerticalL, spacingVerticalS, fontSizeBase400, fontWeightSemibold, lineHeightBase400, colorNeutralForeground1, fontSizeBase300, fontWeightRegular, lineHeightBase300, colorNeutralForeground2, spacingVerticalM } from '@fluentui/web-components';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* Styles for the {@link EmptyState} component.
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
const styles = css`
|
|
9
|
+
:host{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;font-family:${fontFamilyBase};gap:${spacingVerticalL}}.illustration{display:flex;align-items:center;justify-content:center}.illustration ::slotted(*){display:block}.content{display:flex;flex-direction:column;align-items:center;gap:${spacingVerticalS}}::slotted([slot="title"]){font-size:${fontSizeBase400};font-weight:${fontWeightSemibold};line-height:${lineHeightBase400};color:${colorNeutralForeground1};margin:0}::slotted([slot="body"]){font-size:${fontSizeBase300};font-weight:${fontWeightRegular};line-height:${lineHeightBase300};color:${colorNeutralForeground2};margin:0}::slotted([slot="action"]){margin-block-start:${spacingVerticalM}}`;
|
|
10
|
+
|
|
11
|
+
export { styles };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"empty-state.styles.js","sourceRoot":"","sources":["../../../../src/components/empty-state/empty-state.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,yBAAyB,CAAC;AAC9C,OAAO,EACL,uBAAuB,EACvB,uBAAuB,EACvB,cAAc,EACd,eAAe,EACf,eAAe,EACf,kBAAkB,EAClB,iBAAiB,EACjB,iBAAiB,EACjB,iBAAiB,EACjB,gBAAgB,EAChB,gBAAgB,EAChB,gBAAgB,EACjB,MAAM,0BAA0B,CAAC;AAElC;;;GAGG;AACH,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAA;;;;;;;mBAON,cAAc;WACtB,gBAAgB;;;;;;;;;;;;;;;;;WAiBhB,gBAAgB;;;;iBAIV,eAAe;mBACb,kBAAkB;mBAClB,iBAAiB;aACvB,uBAAuB;;;;;iBAKnB,eAAe;mBACb,iBAAiB;mBACjB,iBAAiB;aACvB,uBAAuB;;;;;0BAKV,gBAAgB;;CAEzC,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { html } from '@microsoft/fast-element';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* The template for the {@link @fabric-msft/fabric-web#(EmptyState:class)} component.
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
function emptyStateTemplate() {
|
|
8
|
+
return html`<template><div class="illustration" part="illustration"><slot name="illustration"></slot></div><div class="content" part="content"><slot name="title"></slot><slot name="body"></slot><slot name="link"></slot><slot name="action"></slot></div></template>`;
|
|
9
|
+
}
|
|
10
|
+
const template = emptyStateTemplate();
|
|
11
|
+
|
|
12
|
+
export { emptyStateTemplate, template };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"empty-state.template.js","sourceRoot":"","sources":["../../../../src/components/empty-state/empty-state.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,yBAAyB,CAAC;AAI/C;;;GAGG;AACH,MAAM,UAAU,kBAAkB;IAGhC,OAAO,IAAI,CAAG;;;;;;;;;;;;GAYb,CAAC;AACJ,CAAC;AAED,MAAM,CAAC,MAAM,QAAQ,GAAoC,kBAAkB,EAAE,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export { EmptyState } from "./empty-state.js";
|
|
2
|
+
export { definition as EmptyStateDefinition } from "./empty-state.definition.js";
|
|
3
|
+
export { styles as EmptyStateStyles } from "./empty-state.styles.js";
|
|
4
|
+
export { template as EmptyStateTemplate } from "./empty-state.template.js";
|
|
5
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/empty-state/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EAAE,UAAU,IAAI,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AACjF,OAAO,EAAE,MAAM,IAAI,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AACrE,OAAO,EAAE,QAAQ,IAAI,kBAAkB,EAAE,MAAM,2BAA2B,CAAC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { css } from '@microsoft/fast-element';
|
|
2
2
|
import { spacingHorizontalSNudge, colorNeutralBackground4, colorNeutralForeground1, strokeWidthThin, colorNeutralStroke1, spacingHorizontalM, spacingHorizontalXXXL, borderRadiusMedium, fontSizeBase300, fontFamilyBase, fontWeightSemibold, lineHeightBase300, durationFaster, curveEasyEase, spacingHorizontalMNudge, colorNeutralBackground1Hover, colorNeutralForeground1Hover, colorNeutralStroke1Hover, colorNeutralBackground1Pressed, colorNeutralStroke1Pressed, colorNeutralForeground1Pressed, colorTransparentStroke, strokeWidthThick, shadow4, colorStrokeFocus2, fontSizeBase600, spacingHorizontalXS, spacingHorizontalS, borderRadiusSmall, fontSizeBase200, lineHeightBase200, fontWeightRegular, spacingVerticalXXXL, spacingVerticalS, borderRadiusLarge, spacingHorizontalL, fontSizeBase400, lineHeightBase400, borderRadiusCircular, borderRadiusNone, colorNeutralBackground4Hover, colorNeutralStroke2, colorNeutralBackgroundInverted, colorNeutralForegroundOnBrand, shadow2, colorTransparentBackground, colorNeutralForeground2, colorTransparentBackgroundHover, colorTransparentBackgroundPressed, colorSubtleBackground, colorSubtleBackgroundHover, colorNeutralForeground2Hover, colorSubtleBackgroundPressed, colorNeutralForeground2Pressed, colorNeutralForeground2BrandHover, colorNeutralForeground2BrandPressed, colorBrandBackground, colorNeutralStrokeOnBrand, colorBrandBackgroundHover, colorBrandBackgroundPressed, colorNeutralBackgroundDisabled, colorNeutralStrokeDisabled, colorNeutralForegroundDisabled, colorNeutralForegroundInverted, colorSubtleBackgroundSelected, colorNeutralForeground2Selected, colorTransparentBackgroundSelected, colorNeutralForeground2BrandSelected, display } from '@fluentui/web-components';
|
|
3
3
|
import { sizeVerticalXXXL, sizeVerticalXL, sizeHorizontalXL, sizeVerticalXXL, sizeHorizontalXXL } from '@fabric-msft/theme';
|
|
4
|
+
import '../../util/carousel-controller.js';
|
|
4
5
|
import '../../util/debug.js';
|
|
5
6
|
import '@microsoft/fast-web-utilities';
|
|
6
7
|
import '../../util/support.js';
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { MenuButtonTemplate } from '@fluentui/web-components';
|
|
2
2
|
import { MenuButton } from './menu-button.js';
|
|
3
|
+
import { styles } from './menu-button.styles.js';
|
|
3
4
|
import { DesignSystem } from '../design-system.js';
|
|
4
5
|
|
|
5
6
|
/**
|
|
@@ -7,6 +8,8 @@ import { DesignSystem } from '../design-system.js';
|
|
|
7
8
|
*
|
|
8
9
|
* Uses Fluent UI's MenuButtonTemplate which includes the chevron icon,
|
|
9
10
|
* rather than a custom template, to maintain consistency with Fluent UI.
|
|
11
|
+
* Uses Fabric styles that extend Fluent UI's Menu Button styles to remove
|
|
12
|
+
* the chevron icon when the `icon-only` attribute is set.
|
|
10
13
|
*/
|
|
11
14
|
/**
|
|
12
15
|
*
|
|
@@ -17,7 +20,7 @@ import { DesignSystem } from '../design-system.js';
|
|
|
17
20
|
const definition = MenuButton.compose({
|
|
18
21
|
name: `${DesignSystem.prefix}-menu-button`,
|
|
19
22
|
template: MenuButtonTemplate,
|
|
20
|
-
styles
|
|
23
|
+
styles,
|
|
21
24
|
shadowOptions: {
|
|
22
25
|
mode: DesignSystem.shadowRootMode
|
|
23
26
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"menu-button.definition.js","sourceRoot":"","sources":["../../../../src/components/menu-button/menu-button.definition.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"menu-button.definition.js","sourceRoot":"","sources":["../../../../src/components/menu-button/menu-button.definition.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,OAAO,EAAE,kBAAkB,EAAE,MAAM,0BAA0B,CAAC;AAC9D,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EAAE,MAAM,EAAE,MAAM,yBAAyB,CAAC;AACjD,OAAO,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAEnD;;;;;GAKG;AACH,MAAM,CAAC,MAAM,UAAU,GAAG,UAAU,CAAC,OAAO,CAAC;IAC3C,IAAI,EAAE,GAAG,YAAY,CAAC,MAAM,cAAc;IAC1C,QAAQ,EAAE,kBAAkB;IAC5B,MAAM;IACN,aAAa,EAAE;QACb,IAAI,EAAE,YAAY,CAAC,cAAc;KAClC;CACF,CAAC,CAAC"}
|
|
@@ -16,7 +16,7 @@ import { MenuButton as MenuButton$1 } from '@fluentui/web-components';
|
|
|
16
16
|
* @attr {MenuButtonAppearances | undefined} appearance - Indicates the styled appearance of the button.
|
|
17
17
|
* @attr {MenuButtonShape | undefined} shape - The shape of the button.
|
|
18
18
|
* @attr {MenuButtonSize | undefined} size - The size of the button.
|
|
19
|
-
* @attr {boolean | undefined} icon-only - Indicates that the button should only display as an icon with no text content.
|
|
19
|
+
* @attr {boolean | undefined} icon-only - Indicates that the button should only display as an icon with no text content. When set, the built-in chevron icon is removed.
|
|
20
20
|
* @attr {boolean | undefined} autofocus - Indicates the button should be focused when the page is loaded.
|
|
21
21
|
* @attr {boolean | undefined} disabled-focusable - Indicates that the button is focusable while disabled.
|
|
22
22
|
* @attr {number | undefined} tabindex - Sets that the button tabindex attribute.
|
|
@@ -33,7 +33,7 @@ import { MenuButton as MenuButton$1 } from '@fluentui/web-components';
|
|
|
33
33
|
* @prop {MenuButtonAppearances | undefined} appearance - Indicates the styled appearance of the button.
|
|
34
34
|
* @prop {MenuButtonShape | undefined} shape - The shape of the button.
|
|
35
35
|
* @prop {MenuButtonSize | undefined} size - The size of the button.
|
|
36
|
-
* @prop {boolean | undefined} iconOnly - Indicates that the button should only display as an icon with no text content.
|
|
36
|
+
* @prop {boolean | undefined} iconOnly - Indicates that the button should only display as an icon with no text content. When set, the built-in chevron icon is removed.
|
|
37
37
|
* @prop {boolean | undefined} autofocus - Indicates the button should be focused when the page is loaded.
|
|
38
38
|
* @prop {boolean | undefined} disabledFocusable - Indicates that the button is focusable while disabled.
|
|
39
39
|
* @prop {number | undefined} tabindex - Sets that the button tabindex attribute.
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { css } from '@microsoft/fast-element';
|
|
2
|
+
import { MenuButtonStyles } from '@fluentui/web-components';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* Fabric Menu Button styles.
|
|
6
|
+
*
|
|
7
|
+
* Extends Fluent UI's Menu Button styles and removes the built-in chevron
|
|
8
|
+
* icon when the `icon-only` attribute is set, since an icon-only menu button
|
|
9
|
+
* has no label text for the chevron to accompany.
|
|
10
|
+
*
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
const styles = css`
|
|
14
|
+
${MenuButtonStyles}
|
|
15
|
+
|
|
16
|
+
:host([icon-only]) slot[name="end"]{display:none}`;
|
|
17
|
+
|
|
18
|
+
export { styles };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"menu-button.styles.js","sourceRoot":"","sources":["../../../../src/components/menu-button/menu-button.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,yBAAyB,CAAC;AAC9C,OAAO,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AAE5D;;;;;;;;GAQG;AACH,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAA;IACrB,gBAAgB;;;;;CAKnB,CAAC"}
|
|
@@ -9,7 +9,7 @@ import { dangerState, disabledState, checkedState, submenuState } from '../style
|
|
|
9
9
|
const styles = css`
|
|
10
10
|
${display("grid")}
|
|
11
11
|
|
|
12
|
-
:host{--indent:0;align-items:center;background:${colorNeutralBackground1};border-radius:${borderRadiusMedium};color:${colorNeutralForeground2};
|
|
12
|
+
:host{--indent:0;align-items:center;background:${colorNeutralBackground1};border-radius:${borderRadiusMedium};color:${colorNeutralForeground2};cursor:pointer;flex-shrink:0;font:${fontWeightRegular} ${fontSizeBase300} / ${lineHeightBase300}
|
|
13
13
|
${fontFamilyBase};grid-gap:${spacingHorizontalXS};grid-template-columns:${spacingHorizontalXL} ${spacingHorizontalXL} auto ${spacingHorizontalXL};height:${sizeVerticalXXXL};overflow:visible;padding:0 ${spacingHorizontalMNudge}}:host(:hover){background:${colorNeutralBackground1Hover};color:${colorNeutralForeground2Hover}}:host(:active){background-color:${colorNeutralBackground1Selected};color:${colorNeutralForeground2Pressed}}:host(:active) ::slotted([slot="start"]){color:${colorCompoundBrandForeground1Pressed}}:host(${dangerState}){color:${colorStatusDangerForeground1}}:host(${dangerState}) ::slotted([slot="start"]),:host(${dangerState}) ::slotted([slot="end"]){color:${colorStatusDangerForeground1}}:host(${disabledState}){background-color:${colorNeutralBackgroundDisabled};color:${colorNeutralForegroundDisabled}}:host(${disabledState}) ::slotted([slot="start"]),:host(${disabledState}) ::slotted([slot="end"]){color:${colorNeutralForegroundDisabled}}:host(:focus-visible){border-radius:${borderRadiusMedium};outline:${strokeWidthThick} solid ${colorStrokeFocus2}}.content{white-space:nowrap;flex-grow:1;grid-column:auto / span 2;padding:0 ${spacingHorizontalXXS}}:host(:not(${checkedState})) .indicator,:host(:not(${checkedState})) ::slotted([slot="indicator"]),:host(:not(${submenuState})) .submenu-glyph,:host(:not(${submenuState})) ::slotted([slot="submenu-glyph"]){display:none}::slotted([slot="end"]){color:${colorNeutralForeground3};font:${fontWeightRegular} ${fontSizeBase200} / ${lineHeightBase200}
|
|
14
14
|
${fontFamilyBase};white-space:nowrap;}:host([data-indent="1"]){--indent:1}:host([data-indent="2"]){--indent:2;grid-template-columns:${spacingHorizontalXL} ${spacingHorizontalXL} auto auto}:host(${submenuState}){grid-template-columns:${spacingHorizontalXL} auto auto ${spacingHorizontalXL}}:host([data-indent="2"]${submenuState}){grid-template-columns:${spacingHorizontalXL} ${spacingHorizontalXL} auto auto ${spacingHorizontalXL}}.indicator,::slotted([slot="indicator"]){grid-column:1 / span 1;width:${sizeHorizontalXL}}::slotted([slot="start"]){display:inline-flex;grid-column:calc(var(--indent)) / span 1}.content{grid-column:calc(var(--indent) + 1) / span 1}::slotted([slot="end"]){grid-column:calc(var(--indent) + 2) / span 1;justify-self:end}.submenu-glyph,::slotted([slot="submenu-glyph"]){grid-column:-2 / span 1;justify-self:end}@layer popover{:host{position:relative}::slotted([popover]){margin:0;max-height:var(--menu-max-height,auto);position:fixed;inset:auto;position-area:inline-end span-block-end;position-try-fallbacks:flip-inline;z-index:1}::slotted([popover]:not(:popover-open)){display:none}::slotted([popover]:popover-open){inset:unset}@supports not (anchor-name:--menu-trigger){::slotted([popover]){position:absolute;align-self:start}}}`.withBehaviors(forcedColorsStylesheetBehavior(css`
|
|
15
15
|
:host(${disabledState}),:host(${disabledState}) ::slotted([slot="start"]),:host(${disabledState}) ::slotted([slot="end"]){color:GrayText}`));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"menu-item.styles.js","sourceRoot":"","sources":["../../../../src/components/menu-item/menu-item.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,yBAAyB,CAAC;AAC9C,OAAO,EACL,OAAO,EACP,8BAA8B,EAC9B,kBAAkB,EAClB,oCAAoC,EACpC,uBAAuB,EACvB,4BAA4B,EAC5B,+BAA+B,EAC/B,8BAA8B,EAC9B,uBAAuB,EACvB,4BAA4B,EAC5B,8BAA8B,EAC9B,uBAAuB,EACvB,8BAA8B,EAC9B,4BAA4B,EAC5B,iBAAiB,EACjB,cAAc,EACd,eAAe,EACf,eAAe,EACf,iBAAiB,EACjB,iBAAiB,EACjB,iBAAiB,EACjB,uBAAuB,EACvB,mBAAmB,EACnB,mBAAmB,EACnB,oBAAoB,EACpB,gBAAgB,EACjB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACxE,OAAO,EACL,YAAY,EACZ,WAAW,EACX,aAAa,EACb,YAAY,EACb,MAAM,4BAA4B,CAAC;AAEpC;;GAEG;AACH,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAA;IACrB,OAAO,CAAC,MAAM,CAAC;;;;;kBAKD,uBAAuB;qBACpB,kBAAkB;aAC1B,uBAAuB
|
|
1
|
+
{"version":3,"file":"menu-item.styles.js","sourceRoot":"","sources":["../../../../src/components/menu-item/menu-item.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,yBAAyB,CAAC;AAC9C,OAAO,EACL,OAAO,EACP,8BAA8B,EAC9B,kBAAkB,EAClB,oCAAoC,EACpC,uBAAuB,EACvB,4BAA4B,EAC5B,+BAA+B,EAC/B,8BAA8B,EAC9B,uBAAuB,EACvB,4BAA4B,EAC5B,8BAA8B,EAC9B,uBAAuB,EACvB,8BAA8B,EAC9B,4BAA4B,EAC5B,iBAAiB,EACjB,cAAc,EACd,eAAe,EACf,eAAe,EACf,iBAAiB,EACjB,iBAAiB,EACjB,iBAAiB,EACjB,uBAAuB,EACvB,mBAAmB,EACnB,mBAAmB,EACnB,oBAAoB,EACpB,gBAAgB,EACjB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACxE,OAAO,EACL,YAAY,EACZ,WAAW,EACX,aAAa,EACb,YAAY,EACb,MAAM,4BAA4B,CAAC;AAEpC;;GAEG;AACH,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAA;IACrB,OAAO,CAAC,MAAM,CAAC;;;;;kBAKD,uBAAuB;qBACpB,kBAAkB;aAC1B,uBAAuB;;;;YAIxB,iBAAiB,IAAI,eAAe,MAAM,iBAAiB;QAC/D,cAAc;gBACN,mBAAmB;6BACN,mBAAmB,IAAI,mBAAmB,SAAS,mBAAmB;cACrF,gBAAgB;;iBAEb,uBAAuB;;;;kBAItB,4BAA4B;aACjC,4BAA4B;;;;wBAIjB,+BAA+B;aAC1C,8BAA8B;;;;aAI9B,oCAAoC;;;UAGvC,WAAW;aACR,4BAA4B;;;UAG/B,WAAW;UACX,WAAW;aACR,4BAA4B;;;UAG/B,aAAa;wBACC,8BAA8B;aACzC,8BAA8B;;;UAGjC,aAAa;UACb,aAAa;aACV,8BAA8B;;;;qBAItB,kBAAkB;eACxB,gBAAgB,UAAU,iBAAiB;;;;;;;iBAOzC,oBAAoB;;;eAGtB,YAAY;eACZ,YAAY;eACZ,YAAY;eACZ,YAAY;;;;;aAKd,uBAAuB;YACxB,iBAAiB,IAAI,eAAe,MAAM,iBAAiB;QAC/D,cAAc;;;;;;;;;;6BAUO,mBAAmB,IAAI,mBAAmB;;;UAG7D,YAAY;6BACO,mBAAmB,cAAc,mBAAmB;;;2BAGtD,YAAY;6BACV,mBAAmB,IAAI,mBAAmB,cAAc,mBAAmB;;;;;;aAM3F,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsD5B,CAAC,aAAa,CACb,8BAA8B,CAAC,GAAG,CAAA;YACxB,aAAa;YACb,aAAa;YACb,aAAa;;;GAGtB,CAAC,CACH,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { css } from '@microsoft/fast-element';
|
|
2
|
-
import {
|
|
2
|
+
import { colorNeutralBackground1, colorTransparentStroke, borderRadiusMedium, shadow16, spacingHorizontalXS, spacingHorizontalXXS, display } from '@fluentui/web-components';
|
|
3
3
|
|
|
4
4
|
/** MenuList styles
|
|
5
5
|
* @public
|
|
@@ -7,6 +7,6 @@ import { spacingHorizontalXXXL, colorNeutralBackground1, colorTransparentStroke,
|
|
|
7
7
|
const styles = css`
|
|
8
8
|
${display("flex")}
|
|
9
9
|
|
|
10
|
-
:host{flex-direction:column;height:fit-content;
|
|
10
|
+
:host{flex-direction:column;height:fit-content;width:max-content;background-color:${colorNeutralBackground1};border:1px solid ${colorTransparentStroke};border-radius:${borderRadiusMedium};box-shadow:${shadow16};padding:${spacingHorizontalXS};row-gap:${spacingHorizontalXXS}}`;
|
|
11
11
|
|
|
12
12
|
export { styles };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"menu-list.styles.js","sourceRoot":"","sources":["../../../../src/components/menu-list/menu-list.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,yBAAyB,CAAC;AAC9C,OAAO,EACL,kBAAkB,EAClB,uBAAuB,EACvB,sBAAsB,EACtB,QAAQ,EACR,OAAO,EACP,
|
|
1
|
+
{"version":3,"file":"menu-list.styles.js","sourceRoot":"","sources":["../../../../src/components/menu-list/menu-list.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,yBAAyB,CAAC;AAC9C,OAAO,EACL,kBAAkB,EAClB,uBAAuB,EACvB,sBAAsB,EACtB,QAAQ,EACR,OAAO,EACP,mBAAmB,EACnB,oBAAoB,EACrB,MAAM,0BAA0B,CAAC;AAElC;;GAEG;AACH,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAA;IACrB,OAAO,CAAC,MAAM,CAAC;;;;;;wBAMK,uBAAuB;wBACvB,sBAAsB;qBACzB,kBAAkB;kBACrB,QAAQ;eACX,mBAAmB;eACnB,oBAAoB;;CAElC,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { definition } from "./modal.definition.js";
|
|
2
|
+
import { modalFreItemDefinition } from "../modal-fre-item/modal-fre-item.definition.js";
|
|
3
|
+
import { DesignSystem } from "../design-system.js";
|
|
4
|
+
import "../dialog/define.js";
|
|
5
|
+
import "../carousel-nav/define.js";
|
|
6
|
+
import "../carousel-nav-item/define.js";
|
|
7
|
+
definition.define(DesignSystem.registry);
|
|
8
|
+
modalFreItemDefinition.define(DesignSystem.registry);
|
|
9
|
+
//# sourceMappingURL=define.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"define.js","sourceRoot":"","sources":["../../../../src/components/modal/define.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AACnD,OAAO,EAAE,sBAAsB,EAAE,MAAM,gDAAgD,CAAC;AACxF,OAAO,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACnD,OAAO,qBAAqB,CAAC;AAC7B,OAAO,2BAA2B,CAAC;AACnC,OAAO,gCAAgC,CAAC;AAExC,UAAU,CAAC,MAAM,CAAC,YAAY,CAAC,QAAQ,CAAC,CAAC;AACzC,sBAAsB,CAAC,MAAM,CAAC,YAAY,CAAC,QAAQ,CAAC,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export { Modal } from "./modal.js";
|
|
2
|
+
export { ModalFreItem } from "../modal-fre-item/modal-fre-item.js";
|
|
3
|
+
export { definition as ModalDefinition } from "./modal.definition.js";
|
|
4
|
+
export { modalFreItemDefinition as ModalFreItemDefinition } from "../modal-fre-item/modal-fre-item.definition.js";
|
|
5
|
+
export { ModalModes } from "./modal.options.js";
|
|
6
|
+
export { ModalEventNames } from "./modal.events.js";
|
|
7
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/modal/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AACnC,OAAO,EAAE,YAAY,EAAE,MAAM,qCAAqC,CAAC;AACnE,OAAO,EAAE,UAAU,IAAI,eAAe,EAAE,MAAM,uBAAuB,CAAC;AACtE,OAAO,EAAE,sBAAsB,IAAI,sBAAsB,EAAE,MAAM,gDAAgD,CAAC;AAClH,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { definition as definition$3 } from '../button/button.definition.js';
|
|
2
|
+
import { definition as definition$2 } from '../carousel-nav/carousel-nav.definition.js';
|
|
3
|
+
import { definition as definition$1 } from '../carousel-nav-item/carousel-nav-item.definition.js';
|
|
4
|
+
import { definition as definition$4 } from '../dialog/dialog.definition.js';
|
|
5
|
+
import { DesignSystem } from '../design-system.js';
|
|
6
|
+
import { composeDefinitions, fromFAST } from '../../util/element-definition.js';
|
|
7
|
+
import { Modal } from './modal.js';
|
|
8
|
+
import { styles } from './modal.styles.js';
|
|
9
|
+
import { template } from './modal.template.js';
|
|
10
|
+
|
|
11
|
+
/** @internal */
|
|
12
|
+
const ModalDefinition = Modal.compose({
|
|
13
|
+
name: `${DesignSystem.prefix}-modal`,
|
|
14
|
+
template,
|
|
15
|
+
styles,
|
|
16
|
+
shadowOptions: {
|
|
17
|
+
mode: DesignSystem.shadowRootMode
|
|
18
|
+
}
|
|
19
|
+
});
|
|
20
|
+
/**
|
|
21
|
+
* Composed element definition for `<fabric-modal>`, and all direct dependencies.
|
|
22
|
+
*
|
|
23
|
+
* @public
|
|
24
|
+
* @remarks
|
|
25
|
+
* HTML Element: `<fabric-modal>`
|
|
26
|
+
*/
|
|
27
|
+
const definition = composeDefinitions(fromFAST(ModalDefinition), fromFAST(definition$4), fromFAST(definition$3), fromFAST(definition$2), fromFAST(definition$1));
|
|
28
|
+
|
|
29
|
+
export { definition };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"modal.definition.js","sourceRoot":"","sources":["../../../../src/components/modal/modal.definition.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,IAAI,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AAChF,OAAO,EAAE,UAAU,IAAI,qBAAqB,EAAE,MAAM,4CAA4C,CAAC;AACjG,OAAO,EAAE,UAAU,IAAI,yBAAyB,EAAE,MAAM,sDAAsD,CAAC;AAC/G,OAAO,EAAE,UAAU,IAAI,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AAChF,OAAO,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACnD,OAAO,EAAE,kBAAkB,EAAE,QAAQ,EAAE,MAAM,kCAAkC,CAAC;AAChF,OAAO,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AACnC,OAAO,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAC3C,OAAO,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAE/C,gBAAgB;AAChB,MAAM,eAAe,GAAG,KAAK,CAAC,OAAO,CAAC;IACpC,IAAI,EAAE,GAAG,YAAY,CAAC,MAAM,QAAQ;IACpC,QAAQ;IACR,MAAM;IACN,aAAa,EAAE;QACb,IAAI,EAAE,YAAY,CAAC,cAAc;KAClC;CACF,CAAC,CAAC;AAEH;;;;;;GAMG;AACH,MAAM,CAAC,MAAM,UAAU,GAAG,kBAAkB,CAC1C,QAAQ,CAAC,eAAe,CAAC,EACzB,QAAQ,CAAC,gBAAgB,CAAC,EAC1B,QAAQ,CAAC,gBAAgB,CAAC,EAC1B,QAAQ,CAAC,qBAAqB,CAAC,EAC/B,QAAQ,CAAC,yBAAyB,CAAC,CACpC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"modal.events.js","sourceRoot":"","sources":["../../../../src/components/modal/modal.events.ts"],"names":[],"mappings":"AAEA;;;GAGG;AACH,MAAM,CAAC,MAAM,eAAe,GAAG;IAC7B,UAAU,EAAE,aAAa;IACzB,OAAO,EAAE,SAAS;IAClB,UAAU,EAAE,aAAa;CACjB,CAAC"}
|