@ni/ok-components 1.8.0 → 1.8.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/dist/all-components-bundle.js +548 -424
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +5893 -5850
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/custom-elements.json +77 -0
- package/dist/custom-elements.md +10 -0
- package/dist/esm/fv/all-fv.d.ts +1 -0
- package/dist/esm/fv/all-fv.js +1 -0
- package/dist/esm/fv/all-fv.js.map +1 -1
- package/dist/esm/fv/sticky-header/index.d.ts +38 -0
- package/dist/esm/fv/sticky-header/index.js +90 -0
- package/dist/esm/fv/sticky-header/index.js.map +1 -0
- package/dist/esm/fv/sticky-header/styles.d.ts +1 -0
- package/dist/esm/fv/sticky-header/styles.js +22 -0
- package/dist/esm/fv/sticky-header/styles.js.map +1 -0
- package/dist/esm/fv/sticky-header/template.d.ts +2 -0
- package/dist/esm/fv/sticky-header/template.js +22 -0
- package/dist/esm/fv/sticky-header/template.js.map +1 -0
- package/package.json +1 -1
|
@@ -14955,9 +14955,9 @@
|
|
|
14955
14955
|
const prefix = 'ni-nimble';
|
|
14956
14956
|
const styleNameFromTokenName = (tokenName) => `${prefix}-${tokenName}`;
|
|
14957
14957
|
|
|
14958
|
-
const template$
|
|
14958
|
+
const template$1m = html `<slot></slot>`;
|
|
14959
14959
|
|
|
14960
|
-
const styles$
|
|
14960
|
+
const styles$1C = css `
|
|
14961
14961
|
${display$2('contents')}
|
|
14962
14962
|
|
|
14963
14963
|
:host {
|
|
@@ -15084,8 +15084,8 @@
|
|
|
15084
15084
|
], ThemeProvider.prototype, "theme", void 0);
|
|
15085
15085
|
const nimbleDesignSystemProvider = ThemeProvider.compose({
|
|
15086
15086
|
baseName: 'theme-provider',
|
|
15087
|
-
styles: styles$
|
|
15088
|
-
template: template$
|
|
15087
|
+
styles: styles$1C,
|
|
15088
|
+
template: template$1m
|
|
15089
15089
|
});
|
|
15090
15090
|
DesignSystem.getOrCreate()
|
|
15091
15091
|
.withPrefix('nimble')
|
|
@@ -16546,7 +16546,7 @@
|
|
|
16546
16546
|
const actionRgbPartialColor = createThemeColorToken(tokenNames.actionRgbPartialColor, tokenValues.actionRgbPartialColor);
|
|
16547
16547
|
const applicationBackgroundColor = createThemeColorToken(tokenNames.applicationBackgroundColor, tokenValues.applicationBackgroundColor);
|
|
16548
16548
|
createThemeColorToken(tokenNames.containerBackgroundColor, tokenValues.containerBackgroundColor);
|
|
16549
|
-
createThemeColorToken(tokenNames.headerBackgroundColor, tokenValues.headerBackgroundColor);
|
|
16549
|
+
const headerBackgroundColor = createThemeColorToken(tokenNames.headerBackgroundColor, tokenValues.headerBackgroundColor);
|
|
16550
16550
|
const sectionBackgroundColor = createThemeColorToken(tokenNames.sectionBackgroundColor, tokenValues.sectionBackgroundColor);
|
|
16551
16551
|
const sectionBackgroundImage = createThemeColorToken(tokenNames.sectionBackgroundImage, tokenValues.sectionBackgroundImage);
|
|
16552
16552
|
const dividerBackgroundColor = createThemeColorToken(tokenNames.dividerBackgroundColor, tokenValues.dividerBackgroundColor);
|
|
@@ -16731,7 +16731,7 @@
|
|
|
16731
16731
|
}
|
|
16732
16732
|
// #endregion
|
|
16733
16733
|
|
|
16734
|
-
const styles$
|
|
16734
|
+
const styles$1B = css `
|
|
16735
16735
|
@layer base, hover, focusVisible, active, disabled, top;
|
|
16736
16736
|
|
|
16737
16737
|
@layer base {
|
|
@@ -16809,7 +16809,7 @@
|
|
|
16809
16809
|
}
|
|
16810
16810
|
`;
|
|
16811
16811
|
|
|
16812
|
-
const template$
|
|
16812
|
+
const template$1l = (_context, definition) => html `${
|
|
16813
16813
|
/* top-container div is necessary because setting contenteditable directly on the native anchor instead
|
|
16814
16814
|
leaves it focusable, unlike the behavior you get when the anchor is _within_ a contenteditable element.
|
|
16815
16815
|
*/ ''}<div
|
|
@@ -16912,8 +16912,8 @@
|
|
|
16912
16912
|
const nimbleAnchor = Anchor.compose({
|
|
16913
16913
|
baseName: 'anchor',
|
|
16914
16914
|
baseClass: Anchor$1,
|
|
16915
|
-
template: template$
|
|
16916
|
-
styles: styles$
|
|
16915
|
+
template: template$1l,
|
|
16916
|
+
styles: styles$1B,
|
|
16917
16917
|
shadowOptions: {
|
|
16918
16918
|
delegatesFocus: true
|
|
16919
16919
|
}
|
|
@@ -17022,7 +17022,7 @@
|
|
|
17022
17022
|
padding: 0;
|
|
17023
17023
|
`;
|
|
17024
17024
|
|
|
17025
|
-
const styles$
|
|
17025
|
+
const styles$1A = css `
|
|
17026
17026
|
@layer base, checked, hover, focusVisible, active, disabled, top;
|
|
17027
17027
|
|
|
17028
17028
|
@layer base {
|
|
@@ -17306,8 +17306,8 @@
|
|
|
17306
17306
|
}
|
|
17307
17307
|
`));
|
|
17308
17308
|
|
|
17309
|
-
const styles$
|
|
17310
|
-
${styles$
|
|
17309
|
+
const styles$1z = css `
|
|
17310
|
+
${styles$1A}
|
|
17311
17311
|
${buttonAppearanceVariantStyles}
|
|
17312
17312
|
|
|
17313
17313
|
.control {
|
|
@@ -17327,7 +17327,7 @@
|
|
|
17327
17327
|
}
|
|
17328
17328
|
`;
|
|
17329
17329
|
|
|
17330
|
-
const template$
|
|
17330
|
+
const template$1k = (context, definition) => html `
|
|
17331
17331
|
<a
|
|
17332
17332
|
class="control"
|
|
17333
17333
|
part="control"
|
|
@@ -17409,8 +17409,8 @@
|
|
|
17409
17409
|
], AnchorButton.prototype, "disabled", void 0);
|
|
17410
17410
|
const nimbleAnchorButton = AnchorButton.compose({
|
|
17411
17411
|
baseName: 'anchor-button',
|
|
17412
|
-
template: template$
|
|
17413
|
-
styles: styles$
|
|
17412
|
+
template: template$1k,
|
|
17413
|
+
styles: styles$1z,
|
|
17414
17414
|
shadowOptions: {
|
|
17415
17415
|
delegatesFocus: true
|
|
17416
17416
|
}
|
|
@@ -17418,7 +17418,7 @@
|
|
|
17418
17418
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleAnchorButton());
|
|
17419
17419
|
const anchorButtonTag = 'nimble-anchor-button';
|
|
17420
17420
|
|
|
17421
|
-
const styles$
|
|
17421
|
+
const styles$1y = css `
|
|
17422
17422
|
${display$2('grid')}
|
|
17423
17423
|
|
|
17424
17424
|
:host {
|
|
@@ -17501,7 +17501,7 @@
|
|
|
17501
17501
|
}
|
|
17502
17502
|
`;
|
|
17503
17503
|
|
|
17504
|
-
const template$
|
|
17504
|
+
const template$1j = (context, definition) => html `
|
|
17505
17505
|
<template
|
|
17506
17506
|
role="menuitem"
|
|
17507
17507
|
class="${x => (typeof x.startColumnCount === 'number'
|
|
@@ -17602,8 +17602,8 @@
|
|
|
17602
17602
|
// FoundationAnchor already applies the StartEnd mixin, so we don't need to do it here.
|
|
17603
17603
|
const nimbleAnchorMenuItem = AnchorMenuItem.compose({
|
|
17604
17604
|
baseName: 'anchor-menu-item',
|
|
17605
|
-
template: template$
|
|
17606
|
-
styles: styles$
|
|
17605
|
+
template: template$1j,
|
|
17606
|
+
styles: styles$1y,
|
|
17607
17607
|
shadowOptions: {
|
|
17608
17608
|
delegatesFocus: true
|
|
17609
17609
|
}
|
|
@@ -17615,7 +17615,7 @@
|
|
|
17615
17615
|
|
|
17616
17616
|
// These styles end up inside a @layer block so must use the
|
|
17617
17617
|
// cssPartial tag instead of the css tag
|
|
17618
|
-
const styles$
|
|
17618
|
+
const styles$1x = cssPartial `
|
|
17619
17619
|
.severity-text {
|
|
17620
17620
|
display: none;
|
|
17621
17621
|
font: ${errorTextFont};
|
|
@@ -17725,12 +17725,12 @@
|
|
|
17725
17725
|
const themeBehavior = (theme, styles) => new ThemeStyleSheetBehavior(theme, styles);
|
|
17726
17726
|
/* eslint-enable max-classes-per-file */
|
|
17727
17727
|
|
|
17728
|
-
const styles$
|
|
17728
|
+
const styles$1w = css `
|
|
17729
17729
|
@layer base, hover, focusVisible, active, disabled, top;
|
|
17730
17730
|
|
|
17731
17731
|
@layer base {
|
|
17732
17732
|
${display$2('inline-flex')}
|
|
17733
|
-
${styles$
|
|
17733
|
+
${styles$1x}
|
|
17734
17734
|
:host {
|
|
17735
17735
|
color: ${buttonLabelFontColor};
|
|
17736
17736
|
font: ${buttonLabelFont};
|
|
@@ -18410,8 +18410,8 @@ Defines an interaction area clip-path that leaves out the severity text so it is
|
|
|
18410
18410
|
}
|
|
18411
18411
|
`));
|
|
18412
18412
|
|
|
18413
|
-
const styles$
|
|
18414
|
-
${styles$
|
|
18413
|
+
const styles$1v = css `
|
|
18414
|
+
${styles$1w}
|
|
18415
18415
|
${'' /* Anchor specific styles */}
|
|
18416
18416
|
@layer base {
|
|
18417
18417
|
.control {
|
|
@@ -19470,13 +19470,13 @@ Defines an interaction area clip-path that leaves out the severity text so it is
|
|
|
19470
19470
|
};
|
|
19471
19471
|
|
|
19472
19472
|
// Avoiding any whitespace in the template because this is an inline element
|
|
19473
|
-
const template$
|
|
19473
|
+
const template$1i = html `<div
|
|
19474
19474
|
class="icon"
|
|
19475
19475
|
aria-hidden="true"
|
|
19476
19476
|
:innerHTML=${x => x.icon.data}
|
|
19477
19477
|
></div>`;
|
|
19478
19478
|
|
|
19479
|
-
const styles$
|
|
19479
|
+
const styles$1u = css `
|
|
19480
19480
|
${display$2('inline-flex')}
|
|
19481
19481
|
|
|
19482
19482
|
:host {
|
|
@@ -19539,8 +19539,8 @@ Defines an interaction area clip-path that leaves out the severity text so it is
|
|
|
19539
19539
|
const registerIconSvg = (baseName, iconClass) => {
|
|
19540
19540
|
const composedIcon = iconClass.compose({
|
|
19541
19541
|
baseName,
|
|
19542
|
-
template: template$
|
|
19543
|
-
styles: styles$
|
|
19542
|
+
template: template$1i,
|
|
19543
|
+
styles: styles$1u
|
|
19544
19544
|
});
|
|
19545
19545
|
DesignSystem.getOrCreate().withPrefix('nimble').register(composedIcon());
|
|
19546
19546
|
};
|
|
@@ -19664,7 +19664,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
|
|
|
19664
19664
|
*/
|
|
19665
19665
|
const StepperOrientation = Orientation;
|
|
19666
19666
|
|
|
19667
|
-
const template$
|
|
19667
|
+
const template$1h = (context, definition) => html `
|
|
19668
19668
|
<template slot="step">
|
|
19669
19669
|
<li class="
|
|
19670
19670
|
container
|
|
@@ -19811,15 +19811,15 @@ Defines an interaction area clip-path that leaves out the severity text so it is
|
|
|
19811
19811
|
], AnchorStep.prototype, "tabIndex", void 0);
|
|
19812
19812
|
const nimbleAnchorStep = AnchorStep.compose({
|
|
19813
19813
|
baseName: 'anchor-step',
|
|
19814
|
-
template: template$
|
|
19815
|
-
styles: styles$
|
|
19814
|
+
template: template$1h,
|
|
19815
|
+
styles: styles$1v,
|
|
19816
19816
|
shadowOptions: {
|
|
19817
19817
|
delegatesFocus: true
|
|
19818
19818
|
}
|
|
19819
19819
|
});
|
|
19820
19820
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleAnchorStep());
|
|
19821
19821
|
|
|
19822
|
-
const styles$
|
|
19822
|
+
const styles$1t = css `
|
|
19823
19823
|
${display$2('inline-flex')}
|
|
19824
19824
|
|
|
19825
19825
|
:host {
|
|
@@ -19936,7 +19936,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
|
|
|
19936
19936
|
}
|
|
19937
19937
|
`;
|
|
19938
19938
|
|
|
19939
|
-
const template$
|
|
19939
|
+
const template$1g = (context, definition) => html `
|
|
19940
19940
|
<template slot="anchortab" role="tab" aria-disabled="${x => x.disabled}">
|
|
19941
19941
|
<a
|
|
19942
19942
|
download="${x => x.download}"
|
|
@@ -19988,15 +19988,15 @@ Defines an interaction area clip-path that leaves out the severity text so it is
|
|
|
19988
19988
|
// FoundationAnchor already applies the StartEnd mixin, so we don't need to do it here.
|
|
19989
19989
|
const nimbleAnchorTab = AnchorTab.compose({
|
|
19990
19990
|
baseName: 'anchor-tab',
|
|
19991
|
-
template: template$
|
|
19992
|
-
styles: styles$
|
|
19991
|
+
template: template$1g,
|
|
19992
|
+
styles: styles$1t,
|
|
19993
19993
|
shadowOptions: {
|
|
19994
19994
|
delegatesFocus: true
|
|
19995
19995
|
}
|
|
19996
19996
|
});
|
|
19997
19997
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleAnchorTab());
|
|
19998
19998
|
|
|
19999
|
-
const styles$
|
|
19999
|
+
const styles$1s = css `
|
|
20000
20000
|
${display$2('flex')}
|
|
20001
20001
|
|
|
20002
20002
|
:host {
|
|
@@ -20036,12 +20036,12 @@ Defines an interaction area clip-path that leaves out the severity text so it is
|
|
|
20036
20036
|
}
|
|
20037
20037
|
`;
|
|
20038
20038
|
|
|
20039
|
-
const styles$
|
|
20040
|
-
${styles$
|
|
20039
|
+
const styles$1r = css `
|
|
20040
|
+
${styles$1A}
|
|
20041
20041
|
${buttonAppearanceVariantStyles}
|
|
20042
20042
|
`;
|
|
20043
20043
|
|
|
20044
|
-
const template$
|
|
20044
|
+
const template$1f = (context, definition) => html `
|
|
20045
20045
|
<button
|
|
20046
20046
|
class="control"
|
|
20047
20047
|
part="control"
|
|
@@ -20132,8 +20132,8 @@ Defines an interaction area clip-path that leaves out the severity text so it is
|
|
|
20132
20132
|
const nimbleButton = Button.compose({
|
|
20133
20133
|
baseName: 'button',
|
|
20134
20134
|
baseClass: Button$1,
|
|
20135
|
-
template: template$
|
|
20136
|
-
styles: styles$
|
|
20135
|
+
template: template$1f,
|
|
20136
|
+
styles: styles$1r,
|
|
20137
20137
|
shadowOptions: {
|
|
20138
20138
|
delegatesFocus: true
|
|
20139
20139
|
}
|
|
@@ -20167,7 +20167,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
|
|
|
20167
20167
|
registerIconSvg('icon-arrow-expander-right', IconArrowExpanderRight);
|
|
20168
20168
|
const iconArrowExpanderRightTag = 'nimble-icon-arrow-expander-right';
|
|
20169
20169
|
|
|
20170
|
-
const template$
|
|
20170
|
+
const template$1e = (context, definition) => html `
|
|
20171
20171
|
<div
|
|
20172
20172
|
class="tab-bar"
|
|
20173
20173
|
>
|
|
@@ -20468,15 +20468,15 @@ Defines an interaction area clip-path that leaves out the severity text so it is
|
|
|
20468
20468
|
applyMixins(AnchorTabs, StartEnd);
|
|
20469
20469
|
const nimbleAnchorTabs = AnchorTabs.compose({
|
|
20470
20470
|
baseName: 'anchor-tabs',
|
|
20471
|
-
template: template$
|
|
20472
|
-
styles: styles$
|
|
20471
|
+
template: template$1e,
|
|
20472
|
+
styles: styles$1s,
|
|
20473
20473
|
shadowOptions: {
|
|
20474
20474
|
delegatesFocus: false
|
|
20475
20475
|
}
|
|
20476
20476
|
});
|
|
20477
20477
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleAnchorTabs());
|
|
20478
20478
|
|
|
20479
|
-
const styles$
|
|
20479
|
+
const styles$1q = css `
|
|
20480
20480
|
${display$2('block')}
|
|
20481
20481
|
|
|
20482
20482
|
:host {
|
|
@@ -20581,7 +20581,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
|
|
|
20581
20581
|
}
|
|
20582
20582
|
`;
|
|
20583
20583
|
|
|
20584
|
-
const template$
|
|
20584
|
+
const template$1d = (context, definition) => html `
|
|
20585
20585
|
<template
|
|
20586
20586
|
role="treeitem"
|
|
20587
20587
|
slot="${x => (x.isNestedItem() ? 'item' : null)}"
|
|
@@ -20718,8 +20718,8 @@ Defines an interaction area clip-path that leaves out the severity text so it is
|
|
|
20718
20718
|
// FoundationAnchor already applies the StartEnd mixin, so we don't need to do it here.
|
|
20719
20719
|
const nimbleAnchorTreeItem = AnchorTreeItem.compose({
|
|
20720
20720
|
baseName: 'anchor-tree-item',
|
|
20721
|
-
template: template$
|
|
20722
|
-
styles: styles$
|
|
20721
|
+
template: template$1d,
|
|
20722
|
+
styles: styles$1q,
|
|
20723
20723
|
shadowOptions: {
|
|
20724
20724
|
delegatesFocus: true
|
|
20725
20725
|
}
|
|
@@ -20735,7 +20735,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
|
|
|
20735
20735
|
zIndex1000: '1000'
|
|
20736
20736
|
};
|
|
20737
20737
|
|
|
20738
|
-
const styles$
|
|
20738
|
+
const styles$1p = css `
|
|
20739
20739
|
${display$2('block')}
|
|
20740
20740
|
|
|
20741
20741
|
:host {
|
|
@@ -20766,14 +20766,14 @@ Defines an interaction area clip-path that leaves out the severity text so it is
|
|
|
20766
20766
|
baseName: 'anchored-region',
|
|
20767
20767
|
baseClass: AnchoredRegion$1,
|
|
20768
20768
|
template: anchoredRegionTemplate,
|
|
20769
|
-
styles: styles$
|
|
20769
|
+
styles: styles$1p
|
|
20770
20770
|
});
|
|
20771
20771
|
DesignSystem.getOrCreate()
|
|
20772
20772
|
.withPrefix('nimble')
|
|
20773
20773
|
.register(nimbleAnchoredRegion());
|
|
20774
20774
|
const anchoredRegionTag = 'nimble-anchored-region';
|
|
20775
20775
|
|
|
20776
|
-
const styles$
|
|
20776
|
+
const styles$1o = css `
|
|
20777
20777
|
${display$2('flex')}
|
|
20778
20778
|
|
|
20779
20779
|
:host {
|
|
@@ -20925,7 +20925,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
|
|
|
20925
20925
|
information: 'information'
|
|
20926
20926
|
};
|
|
20927
20927
|
|
|
20928
|
-
const template$
|
|
20928
|
+
const template$1c = html `
|
|
20929
20929
|
<${themeProviderTag} theme="${Theme.color}">
|
|
20930
20930
|
<div class="container"
|
|
20931
20931
|
role="status"
|
|
@@ -21043,8 +21043,8 @@ Defines an interaction area clip-path that leaves out the severity text so it is
|
|
|
21043
21043
|
applyMixins(Banner, ARIAGlobalStatesAndProperties);
|
|
21044
21044
|
const nimbleBanner = Banner.compose({
|
|
21045
21045
|
baseName: 'banner',
|
|
21046
|
-
template: template$
|
|
21047
|
-
styles: styles$
|
|
21046
|
+
template: template$1c,
|
|
21047
|
+
styles: styles$1o
|
|
21048
21048
|
});
|
|
21049
21049
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleBanner());
|
|
21050
21050
|
|
|
@@ -21085,7 +21085,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
|
|
|
21085
21085
|
</template>
|
|
21086
21086
|
`;
|
|
21087
21087
|
|
|
21088
|
-
const styles$
|
|
21088
|
+
const styles$1n = css `
|
|
21089
21089
|
${display$2('inline-flex')}
|
|
21090
21090
|
|
|
21091
21091
|
:host {
|
|
@@ -21189,11 +21189,11 @@ Defines an interaction area clip-path that leaves out the severity text so it is
|
|
|
21189
21189
|
baseName: 'breadcrumb',
|
|
21190
21190
|
baseClass: Breadcrumb$1,
|
|
21191
21191
|
template: breadcrumbTemplate,
|
|
21192
|
-
styles: styles$
|
|
21192
|
+
styles: styles$1n
|
|
21193
21193
|
});
|
|
21194
21194
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleBreadcrumb());
|
|
21195
21195
|
|
|
21196
|
-
const styles$
|
|
21196
|
+
const styles$1m = css `
|
|
21197
21197
|
@layer base, hover, focusVisible, active, disabled, top;
|
|
21198
21198
|
|
|
21199
21199
|
@layer base {
|
|
@@ -21290,14 +21290,14 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
21290
21290
|
baseName: 'breadcrumb-item',
|
|
21291
21291
|
baseClass: BreadcrumbItem$1,
|
|
21292
21292
|
template: breadcrumbItemTemplate,
|
|
21293
|
-
styles: styles$
|
|
21293
|
+
styles: styles$1m,
|
|
21294
21294
|
separator: forwardSlash16X16.data
|
|
21295
21295
|
});
|
|
21296
21296
|
DesignSystem.getOrCreate()
|
|
21297
21297
|
.withPrefix('nimble')
|
|
21298
21298
|
.register(nimbleBreadcrumbItem());
|
|
21299
21299
|
|
|
21300
|
-
const styles$
|
|
21300
|
+
const styles$1l = css `
|
|
21301
21301
|
${display$2('flex')}
|
|
21302
21302
|
|
|
21303
21303
|
:host {
|
|
@@ -21321,7 +21321,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
21321
21321
|
}
|
|
21322
21322
|
`;
|
|
21323
21323
|
|
|
21324
|
-
const template$
|
|
21324
|
+
const template$1b = html `
|
|
21325
21325
|
<section aria-labelledby="title-slot">
|
|
21326
21326
|
<span id="title-slot"><slot name="title"></slot></span>
|
|
21327
21327
|
<slot></slot>
|
|
@@ -21336,12 +21336,12 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
21336
21336
|
const nimbleCard = Card.compose({
|
|
21337
21337
|
baseName: 'card',
|
|
21338
21338
|
baseClass: Card$1,
|
|
21339
|
-
template: template$
|
|
21340
|
-
styles: styles$
|
|
21339
|
+
template: template$1b,
|
|
21340
|
+
styles: styles$1l
|
|
21341
21341
|
});
|
|
21342
21342
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleCard());
|
|
21343
21343
|
|
|
21344
|
-
const styles$
|
|
21344
|
+
const styles$1k = css `
|
|
21345
21345
|
${display$2('inline-flex')}
|
|
21346
21346
|
|
|
21347
21347
|
:host {
|
|
@@ -21499,7 +21499,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
21499
21499
|
const nimbleCardButton = CardButton.compose({
|
|
21500
21500
|
baseName: 'card-button',
|
|
21501
21501
|
template: buttonTemplate,
|
|
21502
|
-
styles: styles$
|
|
21502
|
+
styles: styles$1k,
|
|
21503
21503
|
shadowOptions: {
|
|
21504
21504
|
delegatesFocus: true
|
|
21505
21505
|
}
|
|
@@ -21507,7 +21507,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
21507
21507
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleCardButton());
|
|
21508
21508
|
const cardButtonTag = 'nimble-card-button';
|
|
21509
21509
|
|
|
21510
|
-
const styles$
|
|
21510
|
+
const styles$1j = css `
|
|
21511
21511
|
.error-icon {
|
|
21512
21512
|
display: none;
|
|
21513
21513
|
}
|
|
@@ -21541,9 +21541,9 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
21541
21541
|
}
|
|
21542
21542
|
`;
|
|
21543
21543
|
|
|
21544
|
-
const styles$
|
|
21544
|
+
const styles$1i = css `
|
|
21545
21545
|
${display$2('inline-grid')}
|
|
21546
|
-
${styles$
|
|
21546
|
+
${styles$1j}
|
|
21547
21547
|
|
|
21548
21548
|
:host {
|
|
21549
21549
|
font: ${bodyFont};
|
|
@@ -21683,7 +21683,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
21683
21683
|
</div>
|
|
21684
21684
|
`;
|
|
21685
21685
|
|
|
21686
|
-
const template$
|
|
21686
|
+
const template$1a = (_context, definition) => html `
|
|
21687
21687
|
<template
|
|
21688
21688
|
role="checkbox"
|
|
21689
21689
|
aria-checked="${x => x.checked}"
|
|
@@ -21780,8 +21780,8 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
21780
21780
|
const nimbleCheckbox = Checkbox.compose({
|
|
21781
21781
|
baseName: 'checkbox',
|
|
21782
21782
|
baseClass: Checkbox$1,
|
|
21783
|
-
template: template$
|
|
21784
|
-
styles: styles$
|
|
21783
|
+
template: template$1a,
|
|
21784
|
+
styles: styles$1i,
|
|
21785
21785
|
checkedIndicator: check16X16.data,
|
|
21786
21786
|
indeterminateIndicator: minus16X16.data
|
|
21787
21787
|
});
|
|
@@ -21793,7 +21793,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
21793
21793
|
block: 'block'
|
|
21794
21794
|
};
|
|
21795
21795
|
|
|
21796
|
-
const styles$
|
|
21796
|
+
const styles$1h = css `
|
|
21797
21797
|
${display$2('inline-flex')}
|
|
21798
21798
|
|
|
21799
21799
|
:host {
|
|
@@ -21854,7 +21854,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
21854
21854
|
}
|
|
21855
21855
|
`));
|
|
21856
21856
|
|
|
21857
|
-
const template$
|
|
21857
|
+
const template$19 = (context, definition) => html `
|
|
21858
21858
|
${startSlotTemplate(context, definition)}
|
|
21859
21859
|
<span
|
|
21860
21860
|
class="content"
|
|
@@ -21940,8 +21940,8 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
21940
21940
|
applyMixins(Chip, StartEnd);
|
|
21941
21941
|
const nimbleChip = Chip.compose({
|
|
21942
21942
|
baseName: 'chip',
|
|
21943
|
-
template: template$
|
|
21944
|
-
styles: styles$
|
|
21943
|
+
template: template$19,
|
|
21944
|
+
styles: styles$1h,
|
|
21945
21945
|
shadowOptions: {
|
|
21946
21946
|
delegatesFocus: true
|
|
21947
21947
|
}
|
|
@@ -21949,8 +21949,8 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
21949
21949
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleChip());
|
|
21950
21950
|
const chipTag = 'nimble-chip';
|
|
21951
21951
|
|
|
21952
|
-
const styles$
|
|
21953
|
-
${styles$
|
|
21952
|
+
const styles$1g = css `
|
|
21953
|
+
${styles$1A}
|
|
21954
21954
|
${buttonAppearanceVariantStyles}
|
|
21955
21955
|
|
|
21956
21956
|
@layer checked {
|
|
@@ -21997,7 +21997,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
21997
21997
|
}
|
|
21998
21998
|
`));
|
|
21999
21999
|
|
|
22000
|
-
const template$
|
|
22000
|
+
const template$18 = (context, definition) => html `
|
|
22001
22001
|
<div
|
|
22002
22002
|
role="button"
|
|
22003
22003
|
part="control"
|
|
@@ -22092,8 +22092,8 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
22092
22092
|
applyMixins(ToggleButton, StartEnd, DelegatesARIAButton);
|
|
22093
22093
|
const nimbleToggleButton = ToggleButton.compose({
|
|
22094
22094
|
baseName: 'toggle-button',
|
|
22095
|
-
template: template$
|
|
22096
|
-
styles: styles$
|
|
22095
|
+
template: template$18,
|
|
22096
|
+
styles: styles$1g,
|
|
22097
22097
|
shadowOptions: {
|
|
22098
22098
|
delegatesFocus: true
|
|
22099
22099
|
}
|
|
@@ -22123,7 +22123,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
22123
22123
|
frameless: 'frameless'
|
|
22124
22124
|
};
|
|
22125
22125
|
|
|
22126
|
-
const styles$
|
|
22126
|
+
const styles$1f = css `
|
|
22127
22127
|
${display$2('inline-flex')}
|
|
22128
22128
|
|
|
22129
22129
|
:host {
|
|
@@ -22413,7 +22413,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
22413
22413
|
}
|
|
22414
22414
|
`));
|
|
22415
22415
|
|
|
22416
|
-
const styles$
|
|
22416
|
+
const styles$1e = css `
|
|
22417
22417
|
.annotated-label {
|
|
22418
22418
|
display: flex;
|
|
22419
22419
|
flex-direction: row;
|
|
@@ -22440,10 +22440,10 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
22440
22440
|
none: undefined,
|
|
22441
22441
|
standard: 'standard'};
|
|
22442
22442
|
|
|
22443
|
-
const styles$
|
|
22443
|
+
const styles$1d = css `
|
|
22444
|
+
${styles$1f}
|
|
22445
|
+
${styles$1j}
|
|
22444
22446
|
${styles$1e}
|
|
22445
|
-
${styles$1i}
|
|
22446
|
-
${styles$1d}
|
|
22447
22447
|
|
|
22448
22448
|
:host {
|
|
22449
22449
|
field-sizing: fixed;
|
|
@@ -22571,7 +22571,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
22571
22571
|
<slot></slot>
|
|
22572
22572
|
</label>
|
|
22573
22573
|
`);
|
|
22574
|
-
const template$
|
|
22574
|
+
const template$17 = (context, definition) => html `
|
|
22575
22575
|
<template
|
|
22576
22576
|
aria-disabled="${x => x.ariaDisabled}"
|
|
22577
22577
|
autocomplete="${x => x.autocomplete}"
|
|
@@ -23346,8 +23346,8 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
23346
23346
|
const nimbleCombobox = Combobox.compose({
|
|
23347
23347
|
baseName: 'combobox',
|
|
23348
23348
|
baseClass: FormAssociatedCombobox,
|
|
23349
|
-
template: template$
|
|
23350
|
-
styles: styles$
|
|
23349
|
+
template: template$17,
|
|
23350
|
+
styles: styles$1d,
|
|
23351
23351
|
shadowOptions: {
|
|
23352
23352
|
delegatesFocus: true
|
|
23353
23353
|
},
|
|
@@ -23391,7 +23391,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
23391
23391
|
*/
|
|
23392
23392
|
const UserDismissed = Symbol('user dismissed');
|
|
23393
23393
|
|
|
23394
|
-
const styles$
|
|
23394
|
+
const styles$1c = css `
|
|
23395
23395
|
${display$2('grid')}
|
|
23396
23396
|
|
|
23397
23397
|
dialog {
|
|
@@ -23484,7 +23484,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
23484
23484
|
}
|
|
23485
23485
|
`;
|
|
23486
23486
|
|
|
23487
|
-
const template$
|
|
23487
|
+
const template$16 = html `
|
|
23488
23488
|
<template>
|
|
23489
23489
|
<dialog
|
|
23490
23490
|
${ref('dialogElement')}
|
|
@@ -23632,13 +23632,13 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
23632
23632
|
applyMixins(Dialog, ARIAGlobalStatesAndProperties);
|
|
23633
23633
|
const nimbleDialog = Dialog.compose({
|
|
23634
23634
|
baseName: 'dialog',
|
|
23635
|
-
template: template$
|
|
23636
|
-
styles: styles$
|
|
23635
|
+
template: template$16,
|
|
23636
|
+
styles: styles$1c,
|
|
23637
23637
|
baseClass: Dialog
|
|
23638
23638
|
});
|
|
23639
23639
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleDialog());
|
|
23640
23640
|
|
|
23641
|
-
const styles$
|
|
23641
|
+
const styles$1b = css `
|
|
23642
23642
|
${display$2('block')}
|
|
23643
23643
|
|
|
23644
23644
|
:host {
|
|
@@ -23781,7 +23781,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
23781
23781
|
}
|
|
23782
23782
|
`;
|
|
23783
23783
|
|
|
23784
|
-
const template$
|
|
23784
|
+
const template$15 = html `
|
|
23785
23785
|
<dialog
|
|
23786
23786
|
${ref('dialog')}
|
|
23787
23787
|
aria-label="${x => x.ariaLabel}"
|
|
@@ -23923,8 +23923,8 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
23923
23923
|
applyMixins(Drawer, ARIAGlobalStatesAndProperties);
|
|
23924
23924
|
const nimbleDrawer = Drawer.compose({
|
|
23925
23925
|
baseName: 'drawer',
|
|
23926
|
-
template: template$
|
|
23927
|
-
styles: styles$
|
|
23926
|
+
template: template$15,
|
|
23927
|
+
styles: styles$1b
|
|
23928
23928
|
});
|
|
23929
23929
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleDrawer());
|
|
23930
23930
|
|
|
@@ -26764,7 +26764,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
26764
26764
|
}
|
|
26765
26765
|
}
|
|
26766
26766
|
|
|
26767
|
-
const styles$
|
|
26767
|
+
const styles$1a = css `
|
|
26768
26768
|
${display$2('none')}
|
|
26769
26769
|
`;
|
|
26770
26770
|
|
|
@@ -26837,7 +26837,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
26837
26837
|
], LabelProviderCore.prototype, "itemRemove", void 0);
|
|
26838
26838
|
const nimbleLabelProviderCore = LabelProviderCore.compose({
|
|
26839
26839
|
baseName: 'label-provider-core',
|
|
26840
|
-
styles: styles$
|
|
26840
|
+
styles: styles$1a
|
|
26841
26841
|
});
|
|
26842
26842
|
DesignSystem.getOrCreate()
|
|
26843
26843
|
.withPrefix('nimble')
|
|
@@ -27004,13 +27004,13 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
27004
27004
|
], LabelProviderTable.prototype, "groupRowPlaceholderEmpty", void 0);
|
|
27005
27005
|
const nimbleLabelProviderTable = LabelProviderTable.compose({
|
|
27006
27006
|
baseName: 'label-provider-table',
|
|
27007
|
-
styles: styles$
|
|
27007
|
+
styles: styles$1a
|
|
27008
27008
|
});
|
|
27009
27009
|
DesignSystem.getOrCreate()
|
|
27010
27010
|
.withPrefix('nimble')
|
|
27011
27011
|
.register(nimbleLabelProviderTable());
|
|
27012
27012
|
|
|
27013
|
-
const styles$
|
|
27013
|
+
const styles$19 = css `
|
|
27014
27014
|
${display$2('flex')}
|
|
27015
27015
|
|
|
27016
27016
|
:host {
|
|
@@ -27086,7 +27086,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
27086
27086
|
* The template for the {@link @ni/fast-foundation#(ListboxOption:class)} component.
|
|
27087
27087
|
* @public
|
|
27088
27088
|
*/
|
|
27089
|
-
const template$
|
|
27089
|
+
const template$14 = (context, definition) => html `
|
|
27090
27090
|
<template
|
|
27091
27091
|
aria-checked="${x => x.ariaChecked}"
|
|
27092
27092
|
aria-disabled="${x => x.ariaDisabled}"
|
|
@@ -27188,13 +27188,13 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
27188
27188
|
const nimbleListOption = ListOption.compose({
|
|
27189
27189
|
baseName: 'list-option',
|
|
27190
27190
|
baseClass: ListboxOption,
|
|
27191
|
-
template: template$
|
|
27192
|
-
styles: styles$
|
|
27191
|
+
template: template$14,
|
|
27192
|
+
styles: styles$19
|
|
27193
27193
|
});
|
|
27194
27194
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleListOption());
|
|
27195
27195
|
const listOptionTag = 'nimble-list-option';
|
|
27196
27196
|
|
|
27197
|
-
const styles$
|
|
27197
|
+
const styles$18 = css `
|
|
27198
27198
|
${display$2('flex')}
|
|
27199
27199
|
|
|
27200
27200
|
:host {
|
|
@@ -27256,7 +27256,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
27256
27256
|
const isListOption$1 = (n) => {
|
|
27257
27257
|
return n instanceof ListOption;
|
|
27258
27258
|
};
|
|
27259
|
-
const template$
|
|
27259
|
+
const template$13 = html `
|
|
27260
27260
|
<template
|
|
27261
27261
|
role="group"
|
|
27262
27262
|
aria-label="${x => x.labelContent}"
|
|
@@ -27398,8 +27398,8 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
27398
27398
|
const nimbleListOptionGroup = ListOptionGroup.compose({
|
|
27399
27399
|
baseName: 'list-option-group',
|
|
27400
27400
|
baseClass: FoundationElement,
|
|
27401
|
-
template: template$
|
|
27402
|
-
styles: styles$
|
|
27401
|
+
template: template$13,
|
|
27402
|
+
styles: styles$18
|
|
27403
27403
|
});
|
|
27404
27404
|
DesignSystem.getOrCreate()
|
|
27405
27405
|
.withPrefix('nimble')
|
|
@@ -27426,9 +27426,9 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
27426
27426
|
attr()
|
|
27427
27427
|
], Mapping$1.prototype, "key", void 0);
|
|
27428
27428
|
|
|
27429
|
-
const template$
|
|
27429
|
+
const template$12 = html `<template slot="mapping"></template>`;
|
|
27430
27430
|
|
|
27431
|
-
const styles$
|
|
27431
|
+
const styles$17 = css `
|
|
27432
27432
|
${display$2('none')}
|
|
27433
27433
|
`;
|
|
27434
27434
|
|
|
@@ -27444,8 +27444,8 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
27444
27444
|
], MappingEmpty.prototype, "text", void 0);
|
|
27445
27445
|
const emptyMapping = MappingEmpty.compose({
|
|
27446
27446
|
baseName: 'mapping-empty',
|
|
27447
|
-
template: template$
|
|
27448
|
-
styles: styles$
|
|
27447
|
+
template: template$12,
|
|
27448
|
+
styles: styles$17
|
|
27449
27449
|
});
|
|
27450
27450
|
DesignSystem.getOrCreate().withPrefix('nimble').register(emptyMapping());
|
|
27451
27451
|
|
|
@@ -27515,8 +27515,8 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
27515
27515
|
], MappingIcon.prototype, "resolvedIcon", void 0);
|
|
27516
27516
|
const iconMapping = MappingIcon.compose({
|
|
27517
27517
|
baseName: 'mapping-icon',
|
|
27518
|
-
template: template$
|
|
27519
|
-
styles: styles$
|
|
27518
|
+
template: template$12,
|
|
27519
|
+
styles: styles$17
|
|
27520
27520
|
});
|
|
27521
27521
|
DesignSystem.getOrCreate().withPrefix('nimble').register(iconMapping());
|
|
27522
27522
|
|
|
@@ -27539,8 +27539,8 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
27539
27539
|
], MappingSpinner.prototype, "textHidden", void 0);
|
|
27540
27540
|
const spinnerMapping = MappingSpinner.compose({
|
|
27541
27541
|
baseName: 'mapping-spinner',
|
|
27542
|
-
template: template$
|
|
27543
|
-
styles: styles$
|
|
27542
|
+
template: template$12,
|
|
27543
|
+
styles: styles$17
|
|
27544
27544
|
});
|
|
27545
27545
|
DesignSystem.getOrCreate().withPrefix('nimble').register(spinnerMapping());
|
|
27546
27546
|
|
|
@@ -27556,8 +27556,8 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
27556
27556
|
], MappingText.prototype, "text", void 0);
|
|
27557
27557
|
const textMapping = MappingText.compose({
|
|
27558
27558
|
baseName: 'mapping-text',
|
|
27559
|
-
template: template$
|
|
27560
|
-
styles: styles$
|
|
27559
|
+
template: template$12,
|
|
27560
|
+
styles: styles$17
|
|
27561
27561
|
});
|
|
27562
27562
|
DesignSystem.getOrCreate().withPrefix('nimble').register(textMapping());
|
|
27563
27563
|
|
|
@@ -27859,7 +27859,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
27859
27859
|
observable
|
|
27860
27860
|
], Menu$1.prototype, "itemIcons", void 0);
|
|
27861
27861
|
|
|
27862
|
-
const template$
|
|
27862
|
+
const template$11 = () => html `
|
|
27863
27863
|
<template
|
|
27864
27864
|
slot="${x => {
|
|
27865
27865
|
if (x.slot) {
|
|
@@ -27876,7 +27876,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
27876
27876
|
</template>
|
|
27877
27877
|
`;
|
|
27878
27878
|
|
|
27879
|
-
const styles$
|
|
27879
|
+
const styles$16 = css `
|
|
27880
27880
|
${display$2('grid')}
|
|
27881
27881
|
|
|
27882
27882
|
:host {
|
|
@@ -27947,8 +27947,8 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
27947
27947
|
const nimbleMenu = Menu.compose({
|
|
27948
27948
|
baseName: 'menu',
|
|
27949
27949
|
baseClass: Menu$1,
|
|
27950
|
-
template: template$
|
|
27951
|
-
styles: styles$
|
|
27950
|
+
template: template$11,
|
|
27951
|
+
styles: styles$16
|
|
27952
27952
|
});
|
|
27953
27953
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleMenu());
|
|
27954
27954
|
const menuTag = 'nimble-menu';
|
|
@@ -27965,7 +27965,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
27965
27965
|
auto: 'auto'
|
|
27966
27966
|
};
|
|
27967
27967
|
|
|
27968
|
-
const styles$
|
|
27968
|
+
const styles$15 = css `
|
|
27969
27969
|
${display$2('inline-block')}
|
|
27970
27970
|
|
|
27971
27971
|
:host {
|
|
@@ -27983,7 +27983,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
27983
27983
|
}
|
|
27984
27984
|
`;
|
|
27985
27985
|
|
|
27986
|
-
const template
|
|
27986
|
+
const template$10 = html `
|
|
27987
27987
|
<template
|
|
27988
27988
|
?open="${x => x.open}"
|
|
27989
27989
|
@focusout="${(x, c) => x.focusoutHandler(c.event)}"
|
|
@@ -28233,8 +28233,8 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
28233
28233
|
], MenuButton.prototype, "slottedMenus", void 0);
|
|
28234
28234
|
const nimbleMenuButton = MenuButton.compose({
|
|
28235
28235
|
baseName: 'menu-button',
|
|
28236
|
-
template: template
|
|
28237
|
-
styles: styles$
|
|
28236
|
+
template: template$10,
|
|
28237
|
+
styles: styles$15,
|
|
28238
28238
|
shadowOptions: {
|
|
28239
28239
|
delegatesFocus: true
|
|
28240
28240
|
}
|
|
@@ -28242,7 +28242,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
28242
28242
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleMenuButton());
|
|
28243
28243
|
const menuButtonTag = 'nimble-menu-button';
|
|
28244
28244
|
|
|
28245
|
-
const styles$
|
|
28245
|
+
const styles$14 = css `
|
|
28246
28246
|
${display$2('grid')}
|
|
28247
28247
|
|
|
28248
28248
|
:host {
|
|
@@ -28339,7 +28339,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
28339
28339
|
baseName: 'menu-item',
|
|
28340
28340
|
baseClass: MenuItem$1,
|
|
28341
28341
|
template: menuItemTemplate,
|
|
28342
|
-
styles: styles$
|
|
28342
|
+
styles: styles$14,
|
|
28343
28343
|
expandCollapseGlyph: arrowExpanderRight16X16.data
|
|
28344
28344
|
});
|
|
28345
28345
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleMenuItem());
|
|
@@ -28355,10 +28355,10 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
28355
28355
|
frameless: 'frameless'
|
|
28356
28356
|
};
|
|
28357
28357
|
|
|
28358
|
-
const styles$
|
|
28358
|
+
const styles$13 = css `
|
|
28359
28359
|
${display$2('inline-block')}
|
|
28360
|
-
${styles$
|
|
28361
|
-
${styles$
|
|
28360
|
+
${styles$1j}
|
|
28361
|
+
${styles$1e}
|
|
28362
28362
|
|
|
28363
28363
|
:host {
|
|
28364
28364
|
font: ${bodyFont};
|
|
@@ -28589,7 +28589,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
28589
28589
|
* The template for the {@link @ni/fast-foundation#(NumberField:class)} component.
|
|
28590
28590
|
* @public
|
|
28591
28591
|
*/
|
|
28592
|
-
const template
|
|
28592
|
+
const template$$ = (context, definition) => html `
|
|
28593
28593
|
<template class="${x => (x.readOnly ? 'readonly' : '')}">
|
|
28594
28594
|
${labelTemplate$4}
|
|
28595
28595
|
<div class="root" part="root">
|
|
@@ -28743,8 +28743,8 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
28743
28743
|
const nimbleNumberField = NumberField.compose({
|
|
28744
28744
|
baseName: 'number-field',
|
|
28745
28745
|
baseClass: NumberField$1,
|
|
28746
|
-
template: template
|
|
28747
|
-
styles: styles$
|
|
28746
|
+
template: template$$,
|
|
28747
|
+
styles: styles$13,
|
|
28748
28748
|
shadowOptions: {
|
|
28749
28749
|
delegatesFocus: true
|
|
28750
28750
|
},
|
|
@@ -28787,7 +28787,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
28787
28787
|
});
|
|
28788
28788
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleNumberField());
|
|
28789
28789
|
|
|
28790
|
-
const styles$
|
|
28790
|
+
const styles$12 = css `
|
|
28791
28791
|
${display$2('inline-flex')}
|
|
28792
28792
|
|
|
28793
28793
|
:host {
|
|
@@ -28887,15 +28887,15 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
28887
28887
|
baseName: 'radio',
|
|
28888
28888
|
baseClass: Radio$1,
|
|
28889
28889
|
template: radioTemplate,
|
|
28890
|
-
styles: styles$
|
|
28890
|
+
styles: styles$12,
|
|
28891
28891
|
checkedIndicator: circleFilled16X16.data
|
|
28892
28892
|
});
|
|
28893
28893
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleRadio());
|
|
28894
28894
|
|
|
28895
|
-
const styles$
|
|
28895
|
+
const styles$11 = css `
|
|
28896
28896
|
${display$2('inline-block')}
|
|
28897
|
-
${styles$
|
|
28898
|
-
${styles$
|
|
28897
|
+
${styles$1j}
|
|
28898
|
+
${styles$1e}
|
|
28899
28899
|
|
|
28900
28900
|
.positioning-region {
|
|
28901
28901
|
display: flex;
|
|
@@ -28934,7 +28934,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
28934
28934
|
`;
|
|
28935
28935
|
|
|
28936
28936
|
const labelTemplate$3 = createRequiredVisibleLabelTemplate(html `<slot name="label"></slot>`);
|
|
28937
|
-
const template$
|
|
28937
|
+
const template$_ = html `
|
|
28938
28938
|
<template
|
|
28939
28939
|
role="radiogroup"
|
|
28940
28940
|
aria-disabled="${x => x.disabled}"
|
|
@@ -28974,8 +28974,8 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
28974
28974
|
const nimbleRadioGroup = RadioGroup.compose({
|
|
28975
28975
|
baseName: 'radio-group',
|
|
28976
28976
|
baseClass: RadioGroup$1,
|
|
28977
|
-
template: template$
|
|
28978
|
-
styles: styles$
|
|
28977
|
+
template: template$_,
|
|
28978
|
+
styles: styles$11,
|
|
28979
28979
|
shadowOptions: {
|
|
28980
28980
|
delegatesFocus: true
|
|
28981
28981
|
}
|
|
@@ -48723,7 +48723,7 @@ img.ProseMirror-separator {
|
|
|
48723
48723
|
// src/index.ts
|
|
48724
48724
|
var index_default$7 = HardBreak;
|
|
48725
48725
|
|
|
48726
|
-
const styles
|
|
48726
|
+
const styles$10 = css `
|
|
48727
48727
|
${display$2('inline')}
|
|
48728
48728
|
|
|
48729
48729
|
.positioning-region {
|
|
@@ -48760,7 +48760,7 @@ img.ProseMirror-separator {
|
|
|
48760
48760
|
baseName: 'toolbar',
|
|
48761
48761
|
baseClass: Toolbar$1,
|
|
48762
48762
|
template: toolbarTemplate,
|
|
48763
|
-
styles: styles
|
|
48763
|
+
styles: styles$10
|
|
48764
48764
|
});
|
|
48765
48765
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleToolbar());
|
|
48766
48766
|
const toolbarTag = 'nimble-toolbar';
|
|
@@ -48789,8 +48789,8 @@ img.ProseMirror-separator {
|
|
|
48789
48789
|
cssCustomPropertyName: null
|
|
48790
48790
|
}).withDefault(richTextLabelDefaults.richTextToggleNumberedListLabel);
|
|
48791
48791
|
|
|
48792
|
-
const styles
|
|
48793
|
-
${styles$
|
|
48792
|
+
const styles$$ = css `
|
|
48793
|
+
${styles$1f}
|
|
48794
48794
|
|
|
48795
48795
|
:host {
|
|
48796
48796
|
height: auto;
|
|
@@ -48808,7 +48808,7 @@ img.ProseMirror-separator {
|
|
|
48808
48808
|
}
|
|
48809
48809
|
`;
|
|
48810
48810
|
|
|
48811
|
-
const template$
|
|
48811
|
+
const template$Z = html `
|
|
48812
48812
|
<template>
|
|
48813
48813
|
<${anchoredRegionTag}
|
|
48814
48814
|
${ref('region')}
|
|
@@ -49096,15 +49096,15 @@ img.ProseMirror-separator {
|
|
|
49096
49096
|
], RichTextMentionListbox.prototype, "anchorElement", void 0);
|
|
49097
49097
|
const nimbleRichTextMentionListbox = RichTextMentionListbox.compose({
|
|
49098
49098
|
baseName: 'rich-text-mention-listbox',
|
|
49099
|
-
template: template$
|
|
49100
|
-
styles: styles
|
|
49099
|
+
template: template$Z,
|
|
49100
|
+
styles: styles$$
|
|
49101
49101
|
});
|
|
49102
49102
|
DesignSystem.getOrCreate()
|
|
49103
49103
|
.withPrefix('nimble')
|
|
49104
49104
|
.register(nimbleRichTextMentionListbox());
|
|
49105
49105
|
const richTextMentionListboxTag = 'nimble-rich-text-mention-listbox';
|
|
49106
49106
|
|
|
49107
|
-
const template$
|
|
49107
|
+
const template$Y = html `
|
|
49108
49108
|
<template
|
|
49109
49109
|
${children$1({ property: 'childItems', filter: elements() })}
|
|
49110
49110
|
@focusout="${x => x.focusoutHandler()}"
|
|
@@ -49206,9 +49206,9 @@ img.ProseMirror-separator {
|
|
|
49206
49206
|
</template>
|
|
49207
49207
|
`;
|
|
49208
49208
|
|
|
49209
|
-
const styles$
|
|
49209
|
+
const styles$_ = css `
|
|
49210
49210
|
${display$2('inline-flex')}
|
|
49211
|
-
${styles$
|
|
49211
|
+
${styles$1j}
|
|
49212
49212
|
|
|
49213
49213
|
:host {
|
|
49214
49214
|
font: ${bodyFont};
|
|
@@ -68639,8 +68639,8 @@ img.ProseMirror-separator {
|
|
|
68639
68639
|
applyMixins(RichTextEditor, ARIAGlobalStatesAndProperties);
|
|
68640
68640
|
const nimbleRichTextEditor = RichTextEditor.compose({
|
|
68641
68641
|
baseName: 'rich-text-editor',
|
|
68642
|
-
template: template$
|
|
68643
|
-
styles: styles$
|
|
68642
|
+
template: template$Y,
|
|
68643
|
+
styles: styles$_,
|
|
68644
68644
|
shadowOptions: {
|
|
68645
68645
|
delegatesFocus: true
|
|
68646
68646
|
}
|
|
@@ -68649,13 +68649,13 @@ img.ProseMirror-separator {
|
|
|
68649
68649
|
.withPrefix('nimble')
|
|
68650
68650
|
.register(nimbleRichTextEditor());
|
|
68651
68651
|
|
|
68652
|
-
const template$
|
|
68652
|
+
const template$X = html `
|
|
68653
68653
|
<template ${children$1({ property: 'childItems', filter: elements() })}>
|
|
68654
68654
|
<div ${ref('viewer')} class="viewer"></div>
|
|
68655
68655
|
</template>
|
|
68656
68656
|
`;
|
|
68657
68657
|
|
|
68658
|
-
const styles$
|
|
68658
|
+
const styles$Z = css `
|
|
68659
68659
|
${display$2('flex')}
|
|
68660
68660
|
|
|
68661
68661
|
:host {
|
|
@@ -68768,17 +68768,17 @@ img.ProseMirror-separator {
|
|
|
68768
68768
|
], RichTextViewer.prototype, "markdown", void 0);
|
|
68769
68769
|
const nimbleRichTextViewer = RichTextViewer.compose({
|
|
68770
68770
|
baseName: 'rich-text-viewer',
|
|
68771
|
-
template: template$
|
|
68772
|
-
styles: styles$
|
|
68771
|
+
template: template$X,
|
|
68772
|
+
styles: styles$Z
|
|
68773
68773
|
});
|
|
68774
68774
|
DesignSystem.getOrCreate()
|
|
68775
68775
|
.withPrefix('nimble')
|
|
68776
68776
|
.register(nimbleRichTextViewer());
|
|
68777
68777
|
|
|
68778
|
-
const styles$
|
|
68778
|
+
const styles$Y = css `
|
|
68779
|
+
${styles$1f}
|
|
68780
|
+
${styles$1j}
|
|
68779
68781
|
${styles$1e}
|
|
68780
|
-
${styles$1i}
|
|
68781
|
-
${styles$1d}
|
|
68782
68782
|
|
|
68783
68783
|
${
|
|
68784
68784
|
/* We are using flex `order` to define the visual ordering of the selected value,
|
|
@@ -68941,7 +68941,7 @@ img.ProseMirror-separator {
|
|
|
68941
68941
|
}
|
|
68942
68942
|
`));
|
|
68943
68943
|
|
|
68944
|
-
const styles$
|
|
68944
|
+
const styles$X = css `
|
|
68945
68945
|
${display$2('inline-grid')}
|
|
68946
68946
|
|
|
68947
68947
|
:host {
|
|
@@ -69111,7 +69111,7 @@ img.ProseMirror-separator {
|
|
|
69111
69111
|
}
|
|
69112
69112
|
`));
|
|
69113
69113
|
|
|
69114
|
-
const template$
|
|
69114
|
+
const template$W = html `
|
|
69115
69115
|
<template role="progressbar">
|
|
69116
69116
|
${''
|
|
69117
69117
|
/**
|
|
@@ -69158,8 +69158,8 @@ img.ProseMirror-separator {
|
|
|
69158
69158
|
], Spinner.prototype, "appearance", void 0);
|
|
69159
69159
|
const nimbleSpinner = Spinner.compose({
|
|
69160
69160
|
baseName: 'spinner',
|
|
69161
|
-
template: template$
|
|
69162
|
-
styles: styles$
|
|
69161
|
+
template: template$W,
|
|
69162
|
+
styles: styles$X
|
|
69163
69163
|
});
|
|
69164
69164
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleSpinner());
|
|
69165
69165
|
const spinnerTag = 'nimble-spinner';
|
|
@@ -69175,7 +69175,7 @@ img.ProseMirror-separator {
|
|
|
69175
69175
|
<slot ${ref('labelSlot')}></slot>
|
|
69176
69176
|
</label>
|
|
69177
69177
|
`);
|
|
69178
|
-
const template$
|
|
69178
|
+
const template$V = (context, definition) => html `
|
|
69179
69179
|
<template
|
|
69180
69180
|
class="${x => [
|
|
69181
69181
|
x.collapsible && 'collapsible',
|
|
@@ -70387,8 +70387,8 @@ img.ProseMirror-separator {
|
|
|
70387
70387
|
const nimbleSelect = Select.compose({
|
|
70388
70388
|
baseName: 'select',
|
|
70389
70389
|
baseClass: Select$2,
|
|
70390
|
-
template: template$
|
|
70391
|
-
styles: styles$
|
|
70390
|
+
template: template$V,
|
|
70391
|
+
styles: styles$Y,
|
|
70392
70392
|
indicator: arrowExpanderDown16X16.data,
|
|
70393
70393
|
end: html `
|
|
70394
70394
|
<${iconExclamationMarkTag}
|
|
@@ -70401,8 +70401,8 @@ img.ProseMirror-separator {
|
|
|
70401
70401
|
applyMixins(Select, StartEnd, DelegatesARIASelect);
|
|
70402
70402
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleSelect());
|
|
70403
70403
|
|
|
70404
|
-
const styles$
|
|
70405
|
-
${styles$
|
|
70404
|
+
const styles$W = css `
|
|
70405
|
+
${styles$1w}
|
|
70406
70406
|
${'' /* Button specific styles */}
|
|
70407
70407
|
@layer base {
|
|
70408
70408
|
.control {
|
|
@@ -70413,7 +70413,7 @@ img.ProseMirror-separator {
|
|
|
70413
70413
|
}
|
|
70414
70414
|
`;
|
|
70415
70415
|
|
|
70416
|
-
const template$
|
|
70416
|
+
const template$U = (context, definition) => html `
|
|
70417
70417
|
<template slot="step">
|
|
70418
70418
|
<li class="
|
|
70419
70419
|
container
|
|
@@ -70535,15 +70535,15 @@ img.ProseMirror-separator {
|
|
|
70535
70535
|
], Step.prototype, "tabIndex", void 0);
|
|
70536
70536
|
const nimbleStep = Step.compose({
|
|
70537
70537
|
baseName: 'step',
|
|
70538
|
-
template: template$
|
|
70539
|
-
styles: styles$
|
|
70538
|
+
template: template$U,
|
|
70539
|
+
styles: styles$W,
|
|
70540
70540
|
shadowOptions: {
|
|
70541
70541
|
delegatesFocus: true
|
|
70542
70542
|
}
|
|
70543
70543
|
});
|
|
70544
70544
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleStep());
|
|
70545
70545
|
|
|
70546
|
-
const styles$
|
|
70546
|
+
const styles$V = css `
|
|
70547
70547
|
${display$2('inline-flex')}
|
|
70548
70548
|
|
|
70549
70549
|
:host {
|
|
@@ -70614,7 +70614,7 @@ img.ProseMirror-separator {
|
|
|
70614
70614
|
}
|
|
70615
70615
|
`;
|
|
70616
70616
|
|
|
70617
|
-
const template$
|
|
70617
|
+
const template$T = html `
|
|
70618
70618
|
${when(x => x.showScrollButtons, html `
|
|
70619
70619
|
<${buttonTag}
|
|
70620
70620
|
content-hidden
|
|
@@ -70759,12 +70759,12 @@ img.ProseMirror-separator {
|
|
|
70759
70759
|
], Stepper.prototype, "steps", void 0);
|
|
70760
70760
|
const nimbleStepper = Stepper.compose({
|
|
70761
70761
|
baseName: 'stepper',
|
|
70762
|
-
template: template$
|
|
70763
|
-
styles: styles$
|
|
70762
|
+
template: template$T,
|
|
70763
|
+
styles: styles$V
|
|
70764
70764
|
});
|
|
70765
70765
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleStepper());
|
|
70766
70766
|
|
|
70767
|
-
const styles$
|
|
70767
|
+
const styles$U = css `
|
|
70768
70768
|
${display$2('inline-flex')}
|
|
70769
70769
|
|
|
70770
70770
|
:host {
|
|
@@ -70994,7 +70994,7 @@ img.ProseMirror-separator {
|
|
|
70994
70994
|
}
|
|
70995
70995
|
`));
|
|
70996
70996
|
|
|
70997
|
-
const template$
|
|
70997
|
+
const template$S = html `
|
|
70998
70998
|
<template
|
|
70999
70999
|
role="switch"
|
|
71000
71000
|
aria-checked="${x => x.checked}"
|
|
@@ -71038,12 +71038,12 @@ img.ProseMirror-separator {
|
|
|
71038
71038
|
const nimbleSwitch = Switch.compose({
|
|
71039
71039
|
baseClass: Switch$1,
|
|
71040
71040
|
baseName: 'switch',
|
|
71041
|
-
template: template$
|
|
71042
|
-
styles: styles$
|
|
71041
|
+
template: template$S,
|
|
71042
|
+
styles: styles$U
|
|
71043
71043
|
});
|
|
71044
71044
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleSwitch());
|
|
71045
71045
|
|
|
71046
|
-
const styles$
|
|
71046
|
+
const styles$T = css `
|
|
71047
71047
|
${display$2('inline-flex')}
|
|
71048
71048
|
|
|
71049
71049
|
:host {
|
|
@@ -71154,11 +71154,11 @@ img.ProseMirror-separator {
|
|
|
71154
71154
|
baseName: 'tab',
|
|
71155
71155
|
baseClass: Tab$1,
|
|
71156
71156
|
template: tabTemplate,
|
|
71157
|
-
styles: styles$
|
|
71157
|
+
styles: styles$T
|
|
71158
71158
|
});
|
|
71159
71159
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTab());
|
|
71160
71160
|
|
|
71161
|
-
const styles$
|
|
71161
|
+
const styles$S = css `
|
|
71162
71162
|
${display$2('block')}
|
|
71163
71163
|
|
|
71164
71164
|
:host {
|
|
@@ -71177,7 +71177,7 @@ img.ProseMirror-separator {
|
|
|
71177
71177
|
baseName: 'tab-panel',
|
|
71178
71178
|
baseClass: TabPanel$1,
|
|
71179
71179
|
template: tabPanelTemplate,
|
|
71180
|
-
styles: styles$
|
|
71180
|
+
styles: styles$S
|
|
71181
71181
|
});
|
|
71182
71182
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTabPanel());
|
|
71183
71183
|
|
|
@@ -74920,7 +74920,7 @@ img.ProseMirror-separator {
|
|
|
74920
74920
|
}
|
|
74921
74921
|
}
|
|
74922
74922
|
|
|
74923
|
-
const styles$
|
|
74923
|
+
const styles$R = css `
|
|
74924
74924
|
${display$2('flex')}
|
|
74925
74925
|
|
|
74926
74926
|
:host {
|
|
@@ -75158,7 +75158,7 @@ focus outline in that case.
|
|
|
75158
75158
|
}
|
|
75159
75159
|
`));
|
|
75160
75160
|
|
|
75161
|
-
const styles$
|
|
75161
|
+
const styles$Q = css `
|
|
75162
75162
|
${display$2('flex')}
|
|
75163
75163
|
|
|
75164
75164
|
:host {
|
|
@@ -75191,7 +75191,7 @@ focus outline in that case.
|
|
|
75191
75191
|
}
|
|
75192
75192
|
`;
|
|
75193
75193
|
|
|
75194
|
-
const template$
|
|
75194
|
+
const template$R = html `
|
|
75195
75195
|
<template role="columnheader"
|
|
75196
75196
|
class="${x => (x.alignment === TableColumnAlignment.right ? 'right-align' : '')}"
|
|
75197
75197
|
aria-sort="${x => x.ariaSort}"
|
|
@@ -75277,13 +75277,13 @@ focus outline in that case.
|
|
|
75277
75277
|
], TableHeader.prototype, "isGrouped", void 0);
|
|
75278
75278
|
const nimbleTableHeader = TableHeader.compose({
|
|
75279
75279
|
baseName: 'table-header',
|
|
75280
|
-
template: template$
|
|
75281
|
-
styles: styles$
|
|
75280
|
+
template: template$R,
|
|
75281
|
+
styles: styles$Q
|
|
75282
75282
|
});
|
|
75283
75283
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTableHeader());
|
|
75284
75284
|
const tableHeaderTag = 'nimble-table-header';
|
|
75285
75285
|
|
|
75286
|
-
const styles$
|
|
75286
|
+
const styles$P = css `
|
|
75287
75287
|
:host .animating {
|
|
75288
75288
|
transition: ${mediumDelay} ease-in;
|
|
75289
75289
|
}
|
|
@@ -75308,9 +75308,9 @@ focus outline in that case.
|
|
|
75308
75308
|
}
|
|
75309
75309
|
`;
|
|
75310
75310
|
|
|
75311
|
-
const styles$
|
|
75311
|
+
const styles$O = css `
|
|
75312
75312
|
${display$2('flex')}
|
|
75313
|
-
${styles$
|
|
75313
|
+
${styles$P}
|
|
75314
75314
|
|
|
75315
75315
|
:host {
|
|
75316
75316
|
width: fit-content;
|
|
@@ -75556,7 +75556,7 @@ focus outline in that case.
|
|
|
75556
75556
|
}
|
|
75557
75557
|
`));
|
|
75558
75558
|
|
|
75559
|
-
const styles$
|
|
75559
|
+
const styles$N = css `
|
|
75560
75560
|
${display$2('flex')}
|
|
75561
75561
|
|
|
75562
75562
|
:host {
|
|
@@ -75601,7 +75601,7 @@ focus outline in that case.
|
|
|
75601
75601
|
}
|
|
75602
75602
|
`;
|
|
75603
75603
|
|
|
75604
|
-
const template$
|
|
75604
|
+
const template$Q = html `
|
|
75605
75605
|
<template role="cell" style="--ni-private-table-cell-nesting-level: ${x => x.nestingLevel}"
|
|
75606
75606
|
@focusin="${x => x.onCellFocusIn()}"
|
|
75607
75607
|
@blur="${x => x.onCellBlur()}"
|
|
@@ -75698,8 +75698,8 @@ focus outline in that case.
|
|
|
75698
75698
|
], TableCell.prototype, "nestingLevel", void 0);
|
|
75699
75699
|
const nimbleTableCell = TableCell.compose({
|
|
75700
75700
|
baseName: 'table-cell',
|
|
75701
|
-
template: template$
|
|
75702
|
-
styles: styles$
|
|
75701
|
+
template: template$Q,
|
|
75702
|
+
styles: styles$N
|
|
75703
75703
|
});
|
|
75704
75704
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTableCell());
|
|
75705
75705
|
const tableCellTag = 'nimble-table-cell';
|
|
@@ -75735,7 +75735,7 @@ focus outline in that case.
|
|
|
75735
75735
|
`)}
|
|
75736
75736
|
</${tableCellTag}>
|
|
75737
75737
|
`;
|
|
75738
|
-
const template$
|
|
75738
|
+
const template$P = html `
|
|
75739
75739
|
<template
|
|
75740
75740
|
role="row"
|
|
75741
75741
|
aria-selected=${x => x.ariaSelected}
|
|
@@ -76111,15 +76111,15 @@ focus outline in that case.
|
|
|
76111
76111
|
], TableRow.prototype, "ariaSelected", null);
|
|
76112
76112
|
const nimbleTableRow = TableRow.compose({
|
|
76113
76113
|
baseName: 'table-row',
|
|
76114
|
-
template: template$
|
|
76115
|
-
styles: styles$
|
|
76114
|
+
template: template$P,
|
|
76115
|
+
styles: styles$O
|
|
76116
76116
|
});
|
|
76117
76117
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTableRow());
|
|
76118
76118
|
const tableRowTag = 'nimble-table-row';
|
|
76119
76119
|
|
|
76120
|
-
const styles$
|
|
76120
|
+
const styles$M = css `
|
|
76121
76121
|
${display$2('grid')}
|
|
76122
|
-
${styles$
|
|
76122
|
+
${styles$P}
|
|
76123
76123
|
|
|
76124
76124
|
:host {
|
|
76125
76125
|
align-items: center;
|
|
@@ -76292,7 +76292,7 @@ focus outline in that case.
|
|
|
76292
76292
|
}
|
|
76293
76293
|
`));
|
|
76294
76294
|
|
|
76295
|
-
const template$
|
|
76295
|
+
const template$O = html `
|
|
76296
76296
|
<template
|
|
76297
76297
|
role="row"
|
|
76298
76298
|
@click=${x => x.onGroupExpandToggle()}
|
|
@@ -76468,8 +76468,8 @@ focus outline in that case.
|
|
|
76468
76468
|
], TableGroupRow.prototype, "allowHover", void 0);
|
|
76469
76469
|
const nimbleTableGroupRow = TableGroupRow.compose({
|
|
76470
76470
|
baseName: 'table-group-row',
|
|
76471
|
-
template: template$
|
|
76472
|
-
styles: styles$
|
|
76471
|
+
template: template$O,
|
|
76472
|
+
styles: styles$M
|
|
76473
76473
|
});
|
|
76474
76474
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTableGroupRow());
|
|
76475
76475
|
const tableGroupRowTag = 'nimble-table-group-row';
|
|
@@ -76489,7 +76489,7 @@ focus outline in that case.
|
|
|
76489
76489
|
<slot name="${x => x.slot}"></slot>
|
|
76490
76490
|
</${tableHeaderTag}>
|
|
76491
76491
|
`;
|
|
76492
|
-
const template$
|
|
76492
|
+
const template$N = html `
|
|
76493
76493
|
<template
|
|
76494
76494
|
role="treegrid"
|
|
76495
76495
|
${'' /* tabindex managed dynamically by KeyboardNavigationManager */}
|
|
@@ -81277,12 +81277,12 @@ focus outline in that case.
|
|
|
81277
81277
|
], Table$1.prototype, "windowShiftKeyDown", void 0);
|
|
81278
81278
|
const nimbleTable = Table$1.compose({
|
|
81279
81279
|
baseName: 'table',
|
|
81280
|
-
template: template$
|
|
81281
|
-
styles: styles$
|
|
81280
|
+
template: template$N,
|
|
81281
|
+
styles: styles$R
|
|
81282
81282
|
});
|
|
81283
81283
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTable());
|
|
81284
81284
|
|
|
81285
|
-
const styles$
|
|
81285
|
+
const styles$L = css `
|
|
81286
81286
|
${display$2('contents')}
|
|
81287
81287
|
|
|
81288
81288
|
.header-content {
|
|
@@ -81294,7 +81294,7 @@ focus outline in that case.
|
|
|
81294
81294
|
|
|
81295
81295
|
// Avoiding a wrapping <template> and be careful about starting and ending whitspace
|
|
81296
81296
|
// so the template can be composed into other column header templates
|
|
81297
|
-
const template$
|
|
81297
|
+
const template$M = html `<span
|
|
81298
81298
|
${overflow('hasOverflow')}
|
|
81299
81299
|
class="header-content"
|
|
81300
81300
|
title=${x => (x.hasOverflow && x.headerTextContent ? x.headerTextContent : null)}
|
|
@@ -81359,7 +81359,7 @@ focus outline in that case.
|
|
|
81359
81359
|
return ColumnWithPlaceholder;
|
|
81360
81360
|
}
|
|
81361
81361
|
|
|
81362
|
-
const styles$
|
|
81362
|
+
const styles$K = css `
|
|
81363
81363
|
${display$2('flex')}
|
|
81364
81364
|
|
|
81365
81365
|
:host {
|
|
@@ -81390,7 +81390,7 @@ focus outline in that case.
|
|
|
81390
81390
|
}
|
|
81391
81391
|
`;
|
|
81392
81392
|
|
|
81393
|
-
const template$
|
|
81393
|
+
const template$L = html `
|
|
81394
81394
|
<template
|
|
81395
81395
|
@click="${(x, c) => {
|
|
81396
81396
|
if (typeof x.cellRecord?.href === 'string') {
|
|
@@ -81482,8 +81482,8 @@ focus outline in that case.
|
|
|
81482
81482
|
], TableColumnAnchorCellView.prototype, "showAnchor", null);
|
|
81483
81483
|
const anchorCellView = TableColumnAnchorCellView.compose({
|
|
81484
81484
|
baseName: 'table-column-anchor-cell-view',
|
|
81485
|
-
template: template$
|
|
81486
|
-
styles: styles$
|
|
81485
|
+
template: template$L,
|
|
81486
|
+
styles: styles$K
|
|
81487
81487
|
});
|
|
81488
81488
|
DesignSystem.getOrCreate().withPrefix('nimble').register(anchorCellView());
|
|
81489
81489
|
const tableColumnAnchorCellViewTag = 'nimble-table-column-anchor-cell-view';
|
|
@@ -81560,7 +81560,7 @@ focus outline in that case.
|
|
|
81560
81560
|
observable
|
|
81561
81561
|
], TableColumnTextGroupHeaderViewBase.prototype, "text", void 0);
|
|
81562
81562
|
|
|
81563
|
-
const template$
|
|
81563
|
+
const template$K = html `
|
|
81564
81564
|
<span
|
|
81565
81565
|
${overflow('hasOverflow')}
|
|
81566
81566
|
title="${x => (x.hasOverflow && x.text ? x.text : null)}"
|
|
@@ -81569,7 +81569,7 @@ focus outline in that case.
|
|
|
81569
81569
|
</span>
|
|
81570
81570
|
`;
|
|
81571
81571
|
|
|
81572
|
-
const styles$
|
|
81572
|
+
const styles$J = css `
|
|
81573
81573
|
${display$2('flex')}
|
|
81574
81574
|
|
|
81575
81575
|
span {
|
|
@@ -81593,8 +81593,8 @@ focus outline in that case.
|
|
|
81593
81593
|
}
|
|
81594
81594
|
const tableColumnTextGroupHeaderView = TableColumnTextGroupHeaderView.compose({
|
|
81595
81595
|
baseName: 'table-column-text-group-header-view',
|
|
81596
|
-
template: template$
|
|
81597
|
-
styles: styles$
|
|
81596
|
+
template: template$K,
|
|
81597
|
+
styles: styles$J
|
|
81598
81598
|
});
|
|
81599
81599
|
DesignSystem.getOrCreate()
|
|
81600
81600
|
.withPrefix('nimble')
|
|
@@ -81838,8 +81838,8 @@ focus outline in that case.
|
|
|
81838
81838
|
], TableColumnAnchor.prototype, "download", void 0);
|
|
81839
81839
|
const nimbleTableColumnAnchor = TableColumnAnchor.compose({
|
|
81840
81840
|
baseName: 'table-column-anchor',
|
|
81841
|
-
template: template$
|
|
81842
|
-
styles: styles$
|
|
81841
|
+
template: template$M,
|
|
81842
|
+
styles: styles$L
|
|
81843
81843
|
});
|
|
81844
81844
|
DesignSystem.getOrCreate()
|
|
81845
81845
|
.withPrefix('nimble')
|
|
@@ -81891,15 +81891,15 @@ focus outline in that case.
|
|
|
81891
81891
|
}
|
|
81892
81892
|
const tableColumnDateTextGroupHeaderView = TableColumnDateTextGroupHeaderView.compose({
|
|
81893
81893
|
baseName: 'table-column-date-text-group-header-view',
|
|
81894
|
-
template: template$
|
|
81895
|
-
styles: styles$
|
|
81894
|
+
template: template$K,
|
|
81895
|
+
styles: styles$J
|
|
81896
81896
|
});
|
|
81897
81897
|
DesignSystem.getOrCreate()
|
|
81898
81898
|
.withPrefix('nimble')
|
|
81899
81899
|
.register(tableColumnDateTextGroupHeaderView());
|
|
81900
81900
|
const tableColumnDateTextGroupHeaderViewTag = 'nimble-table-column-date-text-group-header-view';
|
|
81901
81901
|
|
|
81902
|
-
const template$
|
|
81902
|
+
const template$J = html `
|
|
81903
81903
|
<template
|
|
81904
81904
|
class="
|
|
81905
81905
|
${x => (x.alignment === TableColumnAlignment.right ? 'right-align' : '')}
|
|
@@ -81915,7 +81915,7 @@ focus outline in that case.
|
|
|
81915
81915
|
</template>
|
|
81916
81916
|
`;
|
|
81917
81917
|
|
|
81918
|
-
const styles$
|
|
81918
|
+
const styles$I = css `
|
|
81919
81919
|
${display$2('flex')}
|
|
81920
81920
|
|
|
81921
81921
|
:host {
|
|
@@ -82017,8 +82017,8 @@ focus outline in that case.
|
|
|
82017
82017
|
}
|
|
82018
82018
|
const dateTextCellView = TableColumnDateTextCellView.compose({
|
|
82019
82019
|
baseName: 'table-column-date-text-cell-view',
|
|
82020
|
-
template: template$
|
|
82021
|
-
styles: styles$
|
|
82020
|
+
template: template$J,
|
|
82021
|
+
styles: styles$I
|
|
82022
82022
|
});
|
|
82023
82023
|
DesignSystem.getOrCreate().withPrefix('nimble').register(dateTextCellView());
|
|
82024
82024
|
const tableColumnDateTextCellViewTag = 'nimble-table-column-date-text-cell-view';
|
|
@@ -82276,8 +82276,8 @@ focus outline in that case.
|
|
|
82276
82276
|
], TableColumnDateText.prototype, "customHourCycle", void 0);
|
|
82277
82277
|
const nimbleTableColumnDateText = TableColumnDateText.compose({
|
|
82278
82278
|
baseName: 'table-column-date-text',
|
|
82279
|
-
template: template$
|
|
82280
|
-
styles: styles$
|
|
82279
|
+
template: template$M,
|
|
82280
|
+
styles: styles$L
|
|
82281
82281
|
});
|
|
82282
82282
|
DesignSystem.getOrCreate()
|
|
82283
82283
|
.withPrefix('nimble')
|
|
@@ -82293,8 +82293,8 @@ focus outline in that case.
|
|
|
82293
82293
|
}
|
|
82294
82294
|
const durationTextCellView = TableColumnDurationTextCellView.compose({
|
|
82295
82295
|
baseName: 'table-column-duration-text-cell-view',
|
|
82296
|
-
template: template$
|
|
82297
|
-
styles: styles$
|
|
82296
|
+
template: template$J,
|
|
82297
|
+
styles: styles$I
|
|
82298
82298
|
});
|
|
82299
82299
|
DesignSystem.getOrCreate()
|
|
82300
82300
|
.withPrefix('nimble')
|
|
@@ -82395,8 +82395,8 @@ focus outline in that case.
|
|
|
82395
82395
|
}
|
|
82396
82396
|
const tableColumnDurationTextGroupHeaderView = TableColumnDurationTextGroupHeaderView.compose({
|
|
82397
82397
|
baseName: 'table-column-duration-text-group-header-view',
|
|
82398
|
-
template: template$
|
|
82399
|
-
styles: styles$
|
|
82398
|
+
template: template$K,
|
|
82399
|
+
styles: styles$J
|
|
82400
82400
|
});
|
|
82401
82401
|
DesignSystem.getOrCreate()
|
|
82402
82402
|
.withPrefix('nimble')
|
|
@@ -82448,8 +82448,8 @@ focus outline in that case.
|
|
|
82448
82448
|
}
|
|
82449
82449
|
const nimbleTableColumnDurationText = TableColumnDurationText.compose({
|
|
82450
82450
|
baseName: 'table-column-duration-text',
|
|
82451
|
-
template: template$
|
|
82452
|
-
styles: styles$
|
|
82451
|
+
template: template$M,
|
|
82452
|
+
styles: styles$L
|
|
82453
82453
|
});
|
|
82454
82454
|
DesignSystem.getOrCreate()
|
|
82455
82455
|
.withPrefix('nimble')
|
|
@@ -82557,15 +82557,15 @@ focus outline in that case.
|
|
|
82557
82557
|
attr({ attribute: 'key-type' })
|
|
82558
82558
|
], TableColumnEnumBase.prototype, "keyType", void 0);
|
|
82559
82559
|
|
|
82560
|
-
const styles$
|
|
82561
|
-
${styles$
|
|
82560
|
+
const styles$H = css `
|
|
82561
|
+
${styles$L}
|
|
82562
82562
|
|
|
82563
82563
|
slot[name='mapping'] {
|
|
82564
82564
|
display: none;
|
|
82565
82565
|
}
|
|
82566
82566
|
`;
|
|
82567
82567
|
|
|
82568
|
-
const template$
|
|
82568
|
+
const template$I = html `${template$M}<slot ${slotted('mappings')} name="mapping"></slot>`;
|
|
82569
82569
|
|
|
82570
82570
|
// As the returned class is internal to the function, we can't write a signature that uses is directly, so rely on inference
|
|
82571
82571
|
// eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types, @typescript-eslint/explicit-function-return-type
|
|
@@ -82668,7 +82668,7 @@ focus outline in that case.
|
|
|
82668
82668
|
}
|
|
82669
82669
|
}
|
|
82670
82670
|
|
|
82671
|
-
const styles$
|
|
82671
|
+
const styles$G = css `
|
|
82672
82672
|
${display$2('inline-flex')}
|
|
82673
82673
|
|
|
82674
82674
|
:host {
|
|
@@ -82692,7 +82692,7 @@ focus outline in that case.
|
|
|
82692
82692
|
}
|
|
82693
82693
|
`;
|
|
82694
82694
|
|
|
82695
|
-
const template$
|
|
82695
|
+
const template$H = html `
|
|
82696
82696
|
${when(x => x.visualizationTemplate, html `
|
|
82697
82697
|
<span class="reserve-icon-size">
|
|
82698
82698
|
${x => x.visualizationTemplate}
|
|
@@ -82836,15 +82836,15 @@ focus outline in that case.
|
|
|
82836
82836
|
], TableColumnMappingGroupHeaderView.prototype, "visualizationTemplate", void 0);
|
|
82837
82837
|
const mappingGroupHeaderView = TableColumnMappingGroupHeaderView.compose({
|
|
82838
82838
|
baseName: 'table-column-mapping-group-header-view',
|
|
82839
|
-
template: template$
|
|
82840
|
-
styles: styles$
|
|
82839
|
+
template: template$H,
|
|
82840
|
+
styles: styles$G
|
|
82841
82841
|
});
|
|
82842
82842
|
DesignSystem.getOrCreate()
|
|
82843
82843
|
.withPrefix('nimble')
|
|
82844
82844
|
.register(mappingGroupHeaderView());
|
|
82845
82845
|
const tableColumnMappingGroupHeaderViewTag = 'nimble-table-column-mapping-group-header-view';
|
|
82846
82846
|
|
|
82847
|
-
const styles$
|
|
82847
|
+
const styles$F = css `
|
|
82848
82848
|
${display$2('inline-flex')}
|
|
82849
82849
|
|
|
82850
82850
|
:host {
|
|
@@ -82868,7 +82868,7 @@ focus outline in that case.
|
|
|
82868
82868
|
}
|
|
82869
82869
|
`;
|
|
82870
82870
|
|
|
82871
|
-
const template$
|
|
82871
|
+
const template$G = html `
|
|
82872
82872
|
${when(x => x.visualizationTemplate, html `
|
|
82873
82873
|
<span class="reserve-icon-size">
|
|
82874
82874
|
${x => x.visualizationTemplate}
|
|
@@ -82955,8 +82955,8 @@ focus outline in that case.
|
|
|
82955
82955
|
], TableColumnMappingCellView.prototype, "hasOverflow", void 0);
|
|
82956
82956
|
const mappingCellView = TableColumnMappingCellView.compose({
|
|
82957
82957
|
baseName: 'table-column-mapping-cell-view',
|
|
82958
|
-
template: template$
|
|
82959
|
-
styles: styles$
|
|
82958
|
+
template: template$G,
|
|
82959
|
+
styles: styles$F
|
|
82960
82960
|
});
|
|
82961
82961
|
DesignSystem.getOrCreate().withPrefix('nimble').register(mappingCellView());
|
|
82962
82962
|
const tableColumnMappingCellViewTag = 'nimble-table-column-mapping-cell-view';
|
|
@@ -83039,23 +83039,23 @@ focus outline in that case.
|
|
|
83039
83039
|
], TableColumnMapping.prototype, "widthMode", void 0);
|
|
83040
83040
|
const nimbleTableColumnMapping = TableColumnMapping.compose({
|
|
83041
83041
|
baseName: 'table-column-mapping',
|
|
83042
|
-
template: template$
|
|
83043
|
-
styles: styles$
|
|
83042
|
+
template: template$I,
|
|
83043
|
+
styles: styles$H
|
|
83044
83044
|
});
|
|
83045
83045
|
DesignSystem.getOrCreate()
|
|
83046
83046
|
.withPrefix('nimble')
|
|
83047
83047
|
.register(nimbleTableColumnMapping());
|
|
83048
83048
|
|
|
83049
|
-
const template$
|
|
83049
|
+
const template$F = html `
|
|
83050
83050
|
<template @delegated-event="${(x, c) => x.onDelegatedEvent(c.event)}"
|
|
83051
|
-
>${template$
|
|
83051
|
+
>${template$M}</template
|
|
83052
83052
|
>
|
|
83053
83053
|
`;
|
|
83054
83054
|
|
|
83055
83055
|
/** @internal */
|
|
83056
83056
|
const cellViewMenuSlotName = 'menu-button-menu';
|
|
83057
83057
|
|
|
83058
|
-
const template$
|
|
83058
|
+
const template$E = html `
|
|
83059
83059
|
${when(x => x.showMenuButton, html `
|
|
83060
83060
|
<${menuButtonTag}
|
|
83061
83061
|
${ref('menuButton')}
|
|
@@ -83074,7 +83074,7 @@ focus outline in that case.
|
|
|
83074
83074
|
`)}
|
|
83075
83075
|
`;
|
|
83076
83076
|
|
|
83077
|
-
const styles$
|
|
83077
|
+
const styles$E = css `
|
|
83078
83078
|
:host {
|
|
83079
83079
|
align-self: center;
|
|
83080
83080
|
width: 100%;
|
|
@@ -83149,8 +83149,8 @@ focus outline in that case.
|
|
|
83149
83149
|
], TableColumnMenuButtonCellView.prototype, "showMenuButton", null);
|
|
83150
83150
|
const menuButtonCellView = TableColumnMenuButtonCellView.compose({
|
|
83151
83151
|
baseName: 'table-column-menu-button-cell-view',
|
|
83152
|
-
template: template$
|
|
83153
|
-
styles: styles$
|
|
83152
|
+
template: template$E,
|
|
83153
|
+
styles: styles$E
|
|
83154
83154
|
});
|
|
83155
83155
|
DesignSystem.getOrCreate().withPrefix('nimble').register(menuButtonCellView());
|
|
83156
83156
|
const tableColumnMenuButtonCellViewTag = 'nimble-table-column-menu-button-cell-view';
|
|
@@ -83205,8 +83205,8 @@ focus outline in that case.
|
|
|
83205
83205
|
], TableColumnMenuButton.prototype, "menuSlot", void 0);
|
|
83206
83206
|
const nimbleTableColumnMenuButton = TableColumnMenuButton.compose({
|
|
83207
83207
|
baseName: 'table-column-menu-button',
|
|
83208
|
-
template: template$
|
|
83209
|
-
styles: styles$
|
|
83208
|
+
template: template$F,
|
|
83209
|
+
styles: styles$L
|
|
83210
83210
|
});
|
|
83211
83211
|
DesignSystem.getOrCreate()
|
|
83212
83212
|
.withPrefix('nimble')
|
|
@@ -83214,7 +83214,7 @@ focus outline in that case.
|
|
|
83214
83214
|
|
|
83215
83215
|
// Avoiding a wrapping <template> and be careful about starting and ending whitespace
|
|
83216
83216
|
// so the template can be composed into other column header templates
|
|
83217
|
-
const template$
|
|
83217
|
+
const template$D = html `<span
|
|
83218
83218
|
${overflow('hasOverflow')}
|
|
83219
83219
|
class="header-content"
|
|
83220
83220
|
title=${x => (x.hasOverflow && x.headerTextContent ? x.headerTextContent : null)}
|
|
@@ -83233,8 +83233,8 @@ focus outline in that case.
|
|
|
83233
83233
|
}
|
|
83234
83234
|
const tableColumnNumberTextGroupHeaderView = TableColumnNumberTextGroupHeaderView.compose({
|
|
83235
83235
|
baseName: 'table-column-number-text-group-header-view',
|
|
83236
|
-
template: template$
|
|
83237
|
-
styles: styles$
|
|
83236
|
+
template: template$K,
|
|
83237
|
+
styles: styles$J
|
|
83238
83238
|
});
|
|
83239
83239
|
DesignSystem.getOrCreate()
|
|
83240
83240
|
.withPrefix('nimble')
|
|
@@ -83255,8 +83255,8 @@ focus outline in that case.
|
|
|
83255
83255
|
}
|
|
83256
83256
|
const numberTextCellView = TableColumnNumberTextCellView.compose({
|
|
83257
83257
|
baseName: 'table-column-number-text-cell-view',
|
|
83258
|
-
template: template$
|
|
83259
|
-
styles: styles$
|
|
83258
|
+
template: template$J,
|
|
83259
|
+
styles: styles$I
|
|
83260
83260
|
});
|
|
83261
83261
|
DesignSystem.getOrCreate().withPrefix('nimble').register(numberTextCellView());
|
|
83262
83262
|
const tableColumnNumberTextCellViewTag = 'nimble-table-column-number-text-cell-view';
|
|
@@ -83796,8 +83796,8 @@ focus outline in that case.
|
|
|
83796
83796
|
], TableColumnNumberText.prototype, "unit", void 0);
|
|
83797
83797
|
const nimbleTableColumnNumberText = TableColumnNumberText.compose({
|
|
83798
83798
|
baseName: 'table-column-number-text',
|
|
83799
|
-
template: template$
|
|
83800
|
-
styles: styles$
|
|
83799
|
+
template: template$D,
|
|
83800
|
+
styles: styles$L
|
|
83801
83801
|
});
|
|
83802
83802
|
DesignSystem.getOrCreate()
|
|
83803
83803
|
.withPrefix('nimble')
|
|
@@ -83815,8 +83815,8 @@ focus outline in that case.
|
|
|
83815
83815
|
}
|
|
83816
83816
|
const textCellView = TableColumnTextCellView.compose({
|
|
83817
83817
|
baseName: 'table-column-text-cell-view',
|
|
83818
|
-
template: template$
|
|
83819
|
-
styles: styles$
|
|
83818
|
+
template: template$J,
|
|
83819
|
+
styles: styles$I
|
|
83820
83820
|
});
|
|
83821
83821
|
DesignSystem.getOrCreate().withPrefix('nimble').register(textCellView());
|
|
83822
83822
|
const tableColumnTextCellViewTag = 'nimble-table-column-text-cell-view';
|
|
@@ -83870,15 +83870,15 @@ focus outline in that case.
|
|
|
83870
83870
|
}
|
|
83871
83871
|
const nimbleTableColumnText = TableColumnText.compose({
|
|
83872
83872
|
baseName: 'table-column-text',
|
|
83873
|
-
template: template$
|
|
83874
|
-
styles: styles$
|
|
83873
|
+
template: template$M,
|
|
83874
|
+
styles: styles$L
|
|
83875
83875
|
});
|
|
83876
83876
|
DesignSystem.getOrCreate()
|
|
83877
83877
|
.withPrefix('nimble')
|
|
83878
83878
|
.register(nimbleTableColumnText());
|
|
83879
83879
|
|
|
83880
|
-
const styles$
|
|
83881
|
-
${styles$
|
|
83880
|
+
const styles$D = css `
|
|
83881
|
+
${styles$1s}
|
|
83882
83882
|
|
|
83883
83883
|
.tabpanel {
|
|
83884
83884
|
overflow: auto;
|
|
@@ -83959,12 +83959,12 @@ focus outline in that case.
|
|
|
83959
83959
|
const nimbleTabs = Tabs.compose({
|
|
83960
83960
|
baseName: 'tabs',
|
|
83961
83961
|
baseClass: Tabs$1,
|
|
83962
|
-
template: template$
|
|
83963
|
-
styles: styles$
|
|
83962
|
+
template: template$1e,
|
|
83963
|
+
styles: styles$D
|
|
83964
83964
|
});
|
|
83965
83965
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTabs());
|
|
83966
83966
|
|
|
83967
|
-
const styles$
|
|
83967
|
+
const styles$C = css `
|
|
83968
83968
|
${display$2('flex')}
|
|
83969
83969
|
|
|
83970
83970
|
:host {
|
|
@@ -83996,7 +83996,7 @@ focus outline in that case.
|
|
|
83996
83996
|
}
|
|
83997
83997
|
`;
|
|
83998
83998
|
|
|
83999
|
-
const template$
|
|
83999
|
+
const template$C = (context, definition) => html `
|
|
84000
84000
|
<template slot="end">
|
|
84001
84001
|
${when(x => x.defaultSlottedElements.length > 0, html `
|
|
84002
84002
|
<div class="separator"></div>
|
|
@@ -84028,8 +84028,8 @@ focus outline in that case.
|
|
|
84028
84028
|
], TabsToolbar.prototype, "defaultSlottedElements", void 0);
|
|
84029
84029
|
const nimbleTabsToolbar = TabsToolbar.compose({
|
|
84030
84030
|
baseName: 'tabs-toolbar',
|
|
84031
|
-
template: template$
|
|
84032
|
-
styles: styles$
|
|
84031
|
+
template: template$C,
|
|
84032
|
+
styles: styles$C
|
|
84033
84033
|
});
|
|
84034
84034
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTabsToolbar());
|
|
84035
84035
|
applyMixins(TabsToolbar, StartEnd);
|
|
@@ -84039,10 +84039,10 @@ focus outline in that case.
|
|
|
84039
84039
|
block: 'block'
|
|
84040
84040
|
};
|
|
84041
84041
|
|
|
84042
|
-
const styles$
|
|
84042
|
+
const styles$B = css `
|
|
84043
84043
|
${display$2('inline-flex')}
|
|
84044
|
-
${styles$
|
|
84045
|
-
${styles$
|
|
84044
|
+
${styles$1j}
|
|
84045
|
+
${styles$1e}
|
|
84046
84046
|
|
|
84047
84047
|
:host {
|
|
84048
84048
|
font: ${bodyFont};
|
|
@@ -84237,7 +84237,7 @@ focus outline in that case.
|
|
|
84237
84237
|
<slot ${slotted('defaultSlottedNodes')}></slot>
|
|
84238
84238
|
</label>
|
|
84239
84239
|
`);
|
|
84240
|
-
const template$
|
|
84240
|
+
const template$B = () => html `
|
|
84241
84241
|
${labelTemplate$1}
|
|
84242
84242
|
<div class="container">
|
|
84243
84243
|
<textarea
|
|
@@ -84385,8 +84385,8 @@ focus outline in that case.
|
|
|
84385
84385
|
const nimbleTextArea = TextArea.compose({
|
|
84386
84386
|
baseName: 'text-area',
|
|
84387
84387
|
baseClass: TextArea$1,
|
|
84388
|
-
template: template$
|
|
84389
|
-
styles: styles$
|
|
84388
|
+
template: template$B,
|
|
84389
|
+
styles: styles$B,
|
|
84390
84390
|
shadowOptions: {
|
|
84391
84391
|
delegatesFocus: true
|
|
84392
84392
|
}
|
|
@@ -84403,10 +84403,10 @@ focus outline in that case.
|
|
|
84403
84403
|
frameless: 'frameless'
|
|
84404
84404
|
};
|
|
84405
84405
|
|
|
84406
|
-
const styles$
|
|
84406
|
+
const styles$A = css `
|
|
84407
84407
|
${display$2('inline-block')}
|
|
84408
|
-
${styles$
|
|
84409
|
-
${styles$
|
|
84408
|
+
${styles$1j}
|
|
84409
|
+
${styles$1e}
|
|
84410
84410
|
|
|
84411
84411
|
:host {
|
|
84412
84412
|
font: ${bodyFont};
|
|
@@ -84683,7 +84683,7 @@ focus outline in that case.
|
|
|
84683
84683
|
* The template for the {@link @ni/fast-foundation#(TextField:class)} component.
|
|
84684
84684
|
* @public
|
|
84685
84685
|
*/
|
|
84686
|
-
const template$
|
|
84686
|
+
const template$A = (context, definition) => html `
|
|
84687
84687
|
<template
|
|
84688
84688
|
class="
|
|
84689
84689
|
${x => (x.readOnly ? 'readonly' : '')}
|
|
@@ -84772,8 +84772,8 @@ focus outline in that case.
|
|
|
84772
84772
|
const nimbleTextField = TextField.compose({
|
|
84773
84773
|
baseName: 'text-field',
|
|
84774
84774
|
baseClass: TextField$1,
|
|
84775
|
-
template: template$
|
|
84776
|
-
styles: styles$
|
|
84775
|
+
template: template$A,
|
|
84776
|
+
styles: styles$A,
|
|
84777
84777
|
shadowOptions: {
|
|
84778
84778
|
delegatesFocus: true
|
|
84779
84779
|
},
|
|
@@ -84790,7 +84790,7 @@ focus outline in that case.
|
|
|
84790
84790
|
});
|
|
84791
84791
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTextField());
|
|
84792
84792
|
|
|
84793
|
-
const styles$
|
|
84793
|
+
const styles$z = css `
|
|
84794
84794
|
${display$2('inline-flex')}
|
|
84795
84795
|
|
|
84796
84796
|
:host {
|
|
@@ -84876,7 +84876,7 @@ focus outline in that case.
|
|
|
84876
84876
|
}
|
|
84877
84877
|
`));
|
|
84878
84878
|
|
|
84879
|
-
const template$
|
|
84879
|
+
const template$z = html `
|
|
84880
84880
|
${when(x => x.tooltipVisible, html `
|
|
84881
84881
|
<${anchoredRegionTag}
|
|
84882
84882
|
class="anchored-region"
|
|
@@ -84928,8 +84928,8 @@ focus outline in that case.
|
|
|
84928
84928
|
const nimbleTooltip = Tooltip.compose({
|
|
84929
84929
|
baseName: 'tooltip',
|
|
84930
84930
|
baseClass: Tooltip$1,
|
|
84931
|
-
template: template$
|
|
84932
|
-
styles: styles$
|
|
84931
|
+
template: template$z,
|
|
84932
|
+
styles: styles$z
|
|
84933
84933
|
});
|
|
84934
84934
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTooltip());
|
|
84935
84935
|
const tooltipTag = 'nimble-tooltip';
|
|
@@ -85018,7 +85018,7 @@ focus outline in that case.
|
|
|
85018
85018
|
}
|
|
85019
85019
|
}
|
|
85020
85020
|
|
|
85021
|
-
const styles$
|
|
85021
|
+
const styles$y = css `
|
|
85022
85022
|
${display$2('block')}
|
|
85023
85023
|
|
|
85024
85024
|
:host {
|
|
@@ -85235,12 +85235,12 @@ focus outline in that case.
|
|
|
85235
85235
|
baseName: 'tree-item',
|
|
85236
85236
|
baseClass: TreeItem$1,
|
|
85237
85237
|
template: treeItemTemplate,
|
|
85238
|
-
styles: styles$
|
|
85238
|
+
styles: styles$y,
|
|
85239
85239
|
expandCollapseGlyph: arrowExpanderUp16X16.data
|
|
85240
85240
|
});
|
|
85241
85241
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTreeItem());
|
|
85242
85242
|
|
|
85243
|
-
const styles$
|
|
85243
|
+
const styles$x = css `
|
|
85244
85244
|
${display$2('flex')}
|
|
85245
85245
|
|
|
85246
85246
|
:host {
|
|
@@ -85254,7 +85254,7 @@ focus outline in that case.
|
|
|
85254
85254
|
}
|
|
85255
85255
|
`;
|
|
85256
85256
|
|
|
85257
|
-
const template$
|
|
85257
|
+
const template$y = html `
|
|
85258
85258
|
<template
|
|
85259
85259
|
role="tree"
|
|
85260
85260
|
${ref('treeView')}
|
|
@@ -85350,8 +85350,8 @@ focus outline in that case.
|
|
|
85350
85350
|
const nimbleTreeView = TreeView.compose({
|
|
85351
85351
|
baseName: 'tree-view',
|
|
85352
85352
|
baseClass: TreeView$1,
|
|
85353
|
-
template: template$
|
|
85354
|
-
styles: styles$
|
|
85353
|
+
template: template$y,
|
|
85354
|
+
styles: styles$x
|
|
85355
85355
|
});
|
|
85356
85356
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTreeView());
|
|
85357
85357
|
|
|
@@ -85467,9 +85467,9 @@ focus outline in that case.
|
|
|
85467
85467
|
}
|
|
85468
85468
|
const unitScaleByte = new UnitScaleByte();
|
|
85469
85469
|
|
|
85470
|
-
const template$
|
|
85470
|
+
const template$x = html `<template slot="unit"></template>`;
|
|
85471
85471
|
|
|
85472
|
-
const styles$
|
|
85472
|
+
const styles$w = css `
|
|
85473
85473
|
${display$2('none')}
|
|
85474
85474
|
`;
|
|
85475
85475
|
|
|
@@ -85497,8 +85497,8 @@ focus outline in that case.
|
|
|
85497
85497
|
], UnitByte.prototype, "binary", void 0);
|
|
85498
85498
|
const nimbleUnitByte = UnitByte.compose({
|
|
85499
85499
|
baseName: 'unit-byte',
|
|
85500
|
-
template: template$
|
|
85501
|
-
styles: styles$
|
|
85500
|
+
template: template$x,
|
|
85501
|
+
styles: styles$w
|
|
85502
85502
|
});
|
|
85503
85503
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleUnitByte());
|
|
85504
85504
|
|
|
@@ -85550,8 +85550,8 @@ focus outline in that case.
|
|
|
85550
85550
|
}
|
|
85551
85551
|
const nimbleUnitVolt = UnitVolt.compose({
|
|
85552
85552
|
baseName: 'unit-volt',
|
|
85553
|
-
template: template$
|
|
85554
|
-
styles: styles$
|
|
85553
|
+
template: template$x,
|
|
85554
|
+
styles: styles$w
|
|
85555
85555
|
});
|
|
85556
85556
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleUnitVolt());
|
|
85557
85557
|
|
|
@@ -100595,7 +100595,7 @@ focus outline in that case.
|
|
|
100595
100595
|
return new Table(reader.readAll());
|
|
100596
100596
|
}
|
|
100597
100597
|
|
|
100598
|
-
const template$
|
|
100598
|
+
const template$w = html `
|
|
100599
100599
|
<div class="wafer-map-container">
|
|
100600
100600
|
<svg class="svg-root">
|
|
100601
100601
|
<g ${ref('zoomContainer')} transform=${x => x.transform.toString()}>
|
|
@@ -100628,7 +100628,7 @@ focus outline in that case.
|
|
|
100628
100628
|
</div>
|
|
100629
100629
|
`;
|
|
100630
100630
|
|
|
100631
|
-
const styles$
|
|
100631
|
+
const styles$v = css `
|
|
100632
100632
|
${display$2('inline-block')}
|
|
100633
100633
|
|
|
100634
100634
|
:host {
|
|
@@ -103653,8 +103653,8 @@ focus outline in that case.
|
|
|
103653
103653
|
], WaferMap.prototype, "colorScale", void 0);
|
|
103654
103654
|
const nimbleWaferMap = WaferMap.compose({
|
|
103655
103655
|
baseName: 'wafer-map',
|
|
103656
|
-
template: template$
|
|
103657
|
-
styles: styles$
|
|
103656
|
+
template: template$w,
|
|
103657
|
+
styles: styles$v
|
|
103658
103658
|
});
|
|
103659
103659
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleWaferMap());
|
|
103660
103660
|
|
|
@@ -103666,7 +103666,7 @@ focus outline in that case.
|
|
|
103666
103666
|
*/
|
|
103667
103667
|
const display$1 = (displayValue) => `${display$3(displayValue)}:host{box-sizing:border-box;}*{box-sizing:border-box;}:host::before,:host::after,::before,::after{box-sizing:border-box;}`;
|
|
103668
103668
|
|
|
103669
|
-
const styles$
|
|
103669
|
+
const styles$u = css `
|
|
103670
103670
|
${display$1('flex')}
|
|
103671
103671
|
|
|
103672
103672
|
:host {
|
|
@@ -103756,7 +103756,7 @@ focus outline in that case.
|
|
|
103756
103756
|
}
|
|
103757
103757
|
`;
|
|
103758
103758
|
|
|
103759
|
-
const template$
|
|
103759
|
+
const template$v = html `
|
|
103760
103760
|
<div class="toolbar ${x => (x.toolbarEmpty ? 'toolbar-empty' : '')}">
|
|
103761
103761
|
<slot name="toolbar" ${slotted({ property: 'slottedToolbarElements' })}></slot>
|
|
103762
103762
|
</div>
|
|
@@ -104147,16 +104147,16 @@ focus outline in that case.
|
|
|
104147
104147
|
], ChatConversation.prototype, "slottedEndElements", void 0);
|
|
104148
104148
|
const sprightChatConversation = ChatConversation.compose({
|
|
104149
104149
|
baseName: 'chat-conversation',
|
|
104150
|
-
template: template$
|
|
104151
|
-
styles: styles$
|
|
104150
|
+
template: template$v,
|
|
104151
|
+
styles: styles$u
|
|
104152
104152
|
});
|
|
104153
104153
|
DesignSystem.getOrCreate()
|
|
104154
104154
|
.withPrefix('spright')
|
|
104155
104155
|
.register(sprightChatConversation());
|
|
104156
104156
|
|
|
104157
|
-
const styles$
|
|
104157
|
+
const styles$t = css `
|
|
104158
104158
|
${display$1('flex')}
|
|
104159
|
-
${styles$
|
|
104159
|
+
${styles$1j}
|
|
104160
104160
|
|
|
104161
104161
|
:host {
|
|
104162
104162
|
width: 100%;
|
|
@@ -104300,7 +104300,7 @@ focus outline in that case.
|
|
|
104300
104300
|
}
|
|
104301
104301
|
`;
|
|
104302
104302
|
|
|
104303
|
-
const template$
|
|
104303
|
+
const template$u = html `
|
|
104304
104304
|
<div class="container">
|
|
104305
104305
|
<section class="attachments ${x => (x.attachmentsIsEmpty ? '' : 'has-content')}">
|
|
104306
104306
|
<slot
|
|
@@ -104552,8 +104552,8 @@ focus outline in that case.
|
|
|
104552
104552
|
], ChatInput.prototype, "slottedAttachmentsElements", void 0);
|
|
104553
104553
|
const sprightChatInput = ChatInput.compose({
|
|
104554
104554
|
baseName: 'chat-input',
|
|
104555
|
-
template: template$
|
|
104556
|
-
styles: styles$
|
|
104555
|
+
template: template$u,
|
|
104556
|
+
styles: styles$t,
|
|
104557
104557
|
shadowOptions: {
|
|
104558
104558
|
delegatesFocus: true
|
|
104559
104559
|
}
|
|
@@ -104571,7 +104571,7 @@ focus outline in that case.
|
|
|
104571
104571
|
inbound: 'inbound'
|
|
104572
104572
|
};
|
|
104573
104573
|
|
|
104574
|
-
const styles$
|
|
104574
|
+
const styles$s = css `
|
|
104575
104575
|
${display$1('flex')}
|
|
104576
104576
|
|
|
104577
104577
|
:host {
|
|
@@ -104645,7 +104645,7 @@ focus outline in that case.
|
|
|
104645
104645
|
}
|
|
104646
104646
|
`;
|
|
104647
104647
|
|
|
104648
|
-
const template$
|
|
104648
|
+
const template$t = (context, definition) => html `
|
|
104649
104649
|
<div class="container">
|
|
104650
104650
|
${startSlotTemplate(context, definition)}
|
|
104651
104651
|
<section class="message-content">
|
|
@@ -104694,12 +104694,12 @@ focus outline in that case.
|
|
|
104694
104694
|
applyMixins(ChatMessage, StartEnd);
|
|
104695
104695
|
const sprightChatMessage = ChatMessage.compose({
|
|
104696
104696
|
baseName: 'chat-message',
|
|
104697
|
-
template: template$
|
|
104698
|
-
styles: styles$
|
|
104697
|
+
template: template$t,
|
|
104698
|
+
styles: styles$s
|
|
104699
104699
|
});
|
|
104700
104700
|
DesignSystem.getOrCreate().withPrefix('spright').register(sprightChatMessage());
|
|
104701
104701
|
|
|
104702
|
-
const styles$
|
|
104702
|
+
const styles$r = css `
|
|
104703
104703
|
${display$1('flex')}
|
|
104704
104704
|
|
|
104705
104705
|
:host {
|
|
@@ -104757,7 +104757,7 @@ focus outline in that case.
|
|
|
104757
104757
|
}
|
|
104758
104758
|
`;
|
|
104759
104759
|
|
|
104760
|
-
const template$
|
|
104760
|
+
const template$s = (context, definition) => html `
|
|
104761
104761
|
<div class="container">
|
|
104762
104762
|
${startSlotTemplate(context, definition)}
|
|
104763
104763
|
<section class="message-content">
|
|
@@ -104797,12 +104797,12 @@ focus outline in that case.
|
|
|
104797
104797
|
applyMixins(ChatMessageInbound, StartEnd);
|
|
104798
104798
|
const sprightChatMessageInbound = ChatMessageInbound.compose({
|
|
104799
104799
|
baseName: 'chat-message-inbound',
|
|
104800
|
-
template: template$
|
|
104801
|
-
styles: styles$
|
|
104800
|
+
template: template$s,
|
|
104801
|
+
styles: styles$r
|
|
104802
104802
|
});
|
|
104803
104803
|
DesignSystem.getOrCreate().withPrefix('spright').register(sprightChatMessageInbound());
|
|
104804
104804
|
|
|
104805
|
-
const styles$
|
|
104805
|
+
const styles$q = css `
|
|
104806
104806
|
${display$1('flex')}
|
|
104807
104807
|
|
|
104808
104808
|
:host {
|
|
@@ -104836,7 +104836,7 @@ focus outline in that case.
|
|
|
104836
104836
|
}
|
|
104837
104837
|
`;
|
|
104838
104838
|
|
|
104839
|
-
const template$
|
|
104839
|
+
const template$r = () => html `
|
|
104840
104840
|
<div class="container">
|
|
104841
104841
|
<section class="message-content">
|
|
104842
104842
|
<slot></slot>
|
|
@@ -104858,12 +104858,12 @@ focus outline in that case.
|
|
|
104858
104858
|
}
|
|
104859
104859
|
const sprightChatMessageOutbound = ChatMessageOutbound.compose({
|
|
104860
104860
|
baseName: 'chat-message-outbound',
|
|
104861
|
-
template: template$
|
|
104862
|
-
styles: styles$
|
|
104861
|
+
template: template$r,
|
|
104862
|
+
styles: styles$q
|
|
104863
104863
|
});
|
|
104864
104864
|
DesignSystem.getOrCreate().withPrefix('spright').register(sprightChatMessageOutbound());
|
|
104865
104865
|
|
|
104866
|
-
const styles$
|
|
104866
|
+
const styles$p = css `
|
|
104867
104867
|
${display$1('flex')}
|
|
104868
104868
|
|
|
104869
104869
|
:host {
|
|
@@ -104890,7 +104890,7 @@ focus outline in that case.
|
|
|
104890
104890
|
}
|
|
104891
104891
|
`;
|
|
104892
104892
|
|
|
104893
|
-
const template$
|
|
104893
|
+
const template$q = () => html `
|
|
104894
104894
|
<div class="container">
|
|
104895
104895
|
<section class="message-content">
|
|
104896
104896
|
<slot></slot>
|
|
@@ -104910,12 +104910,12 @@ focus outline in that case.
|
|
|
104910
104910
|
}
|
|
104911
104911
|
const sprightChatMessageSystem = ChatMessageSystem.compose({
|
|
104912
104912
|
baseName: 'chat-message-system',
|
|
104913
|
-
template: template$
|
|
104914
|
-
styles: styles$
|
|
104913
|
+
template: template$q,
|
|
104914
|
+
styles: styles$p
|
|
104915
104915
|
});
|
|
104916
104916
|
DesignSystem.getOrCreate().withPrefix('spright').register(sprightChatMessageSystem());
|
|
104917
104917
|
|
|
104918
|
-
const styles$
|
|
104918
|
+
const styles$o = css `
|
|
104919
104919
|
${display$1('flex')}
|
|
104920
104920
|
|
|
104921
104921
|
:host {
|
|
@@ -105019,13 +105019,13 @@ focus outline in that case.
|
|
|
105019
105019
|
<path class="nigel-chat-dark-0" d="M11.36,7.6l-.03.02c-1.12.61-2.04,1.53-2.65,2.65l-.02.03c-.1.18-.35.18-.45,0l-.02-.03c-.61-1.12-1.53-2.04-2.65-2.65l-.03-.02c-.18-.1-.18-.35,0-.45l.03-.02c1.12-.61,2.04-1.53,2.65-2.65l.02-.03c.1-.18.35-.18.45,0l.02.03c.61,1.12,1.53,2.04,2.65,2.65l.03.02c.18.1.18.35,0,.45Z"/>
|
|
105020
105020
|
</svg>`;
|
|
105021
105021
|
|
|
105022
|
-
const template$
|
|
105022
|
+
const template$p = html `
|
|
105023
105023
|
<div class="icon light-icon" aria-hidden="true" :innerHTML="${() => nigelChatLightData}"></div>
|
|
105024
105024
|
<div class="icon dark-icon" aria-hidden="true" :innerHTML="${() => nigelChatDarkData}"></div>
|
|
105025
105025
|
`;
|
|
105026
105026
|
|
|
105027
|
-
const styles$
|
|
105028
|
-
${styles$
|
|
105027
|
+
const styles$n = css `
|
|
105028
|
+
${styles$1u}
|
|
105029
105029
|
|
|
105030
105030
|
.dark-icon {
|
|
105031
105031
|
display: none;
|
|
@@ -105048,15 +105048,15 @@ focus outline in that case.
|
|
|
105048
105048
|
}
|
|
105049
105049
|
const sprightIconNigelChat = IconNigelChat.compose({
|
|
105050
105050
|
baseName: 'icon-nigel-chat',
|
|
105051
|
-
template: template$
|
|
105052
|
-
styles: styles$
|
|
105051
|
+
template: template$p,
|
|
105052
|
+
styles: styles$n
|
|
105053
105053
|
});
|
|
105054
105054
|
DesignSystem.getOrCreate()
|
|
105055
105055
|
.withPrefix('spright')
|
|
105056
105056
|
.register(sprightIconNigelChat());
|
|
105057
105057
|
const iconNigelChatTag = 'spright-icon-nigel-chat';
|
|
105058
105058
|
|
|
105059
|
-
const template$
|
|
105059
|
+
const template$o = () => html `
|
|
105060
105060
|
<div class="container">
|
|
105061
105061
|
<div class="brand-icon">
|
|
105062
105062
|
<slot name="brand-icon">
|
|
@@ -105088,8 +105088,8 @@ focus outline in that case.
|
|
|
105088
105088
|
], ChatMessageWelcome.prototype, "subtitle", void 0);
|
|
105089
105089
|
const sprightChatMessageWelcome = ChatMessageWelcome.compose({
|
|
105090
105090
|
baseName: 'chat-message-welcome',
|
|
105091
|
-
template: template$
|
|
105092
|
-
styles: styles$
|
|
105091
|
+
template: template$o,
|
|
105092
|
+
styles: styles$o
|
|
105093
105093
|
});
|
|
105094
105094
|
DesignSystem.getOrCreate().withPrefix('spright').register(sprightChatMessageWelcome());
|
|
105095
105095
|
|
|
@@ -105110,13 +105110,13 @@ focus outline in that case.
|
|
|
105110
105110
|
*/
|
|
105111
105111
|
class IconBreakpointConditional extends Icon {
|
|
105112
105112
|
}
|
|
105113
|
-
const template$
|
|
105113
|
+
const template$n = html `
|
|
105114
105114
|
<div class="icon" aria-hidden="true" :innerHTML="${() => iconData$6}"></div>
|
|
105115
105115
|
`;
|
|
105116
105116
|
const sprightIconBreakpointConditional = IconBreakpointConditional.compose({
|
|
105117
105117
|
baseName: 'icon-breakpoint-conditional',
|
|
105118
|
-
template: template$
|
|
105119
|
-
styles: styles$
|
|
105118
|
+
template: template$n,
|
|
105119
|
+
styles: styles$1u
|
|
105120
105120
|
});
|
|
105121
105121
|
DesignSystem.getOrCreate()
|
|
105122
105122
|
.withPrefix('spright')
|
|
@@ -105141,13 +105141,13 @@ focus outline in that case.
|
|
|
105141
105141
|
*/
|
|
105142
105142
|
class IconBreakpointDisabled extends Icon {
|
|
105143
105143
|
}
|
|
105144
|
-
const template$
|
|
105144
|
+
const template$m = html `
|
|
105145
105145
|
<div class="icon" aria-hidden="true" :innerHTML="${() => iconData$5}"></div>
|
|
105146
105146
|
`;
|
|
105147
105147
|
const sprightIconBreakpointDisabled = IconBreakpointDisabled.compose({
|
|
105148
105148
|
baseName: 'icon-breakpoint-disabled',
|
|
105149
|
-
template: template$
|
|
105150
|
-
styles: styles$
|
|
105149
|
+
template: template$m,
|
|
105150
|
+
styles: styles$1u
|
|
105151
105151
|
});
|
|
105152
105152
|
DesignSystem.getOrCreate()
|
|
105153
105153
|
.withPrefix('spright')
|
|
@@ -105171,13 +105171,13 @@ focus outline in that case.
|
|
|
105171
105171
|
*/
|
|
105172
105172
|
class IconBreakpointEnabled extends Icon {
|
|
105173
105173
|
}
|
|
105174
|
-
const template$
|
|
105174
|
+
const template$l = html `
|
|
105175
105175
|
<div class="icon" aria-hidden="true" :innerHTML="${() => iconData$4}"></div>
|
|
105176
105176
|
`;
|
|
105177
105177
|
const sprightIconBreakpointEnabled = IconBreakpointEnabled.compose({
|
|
105178
105178
|
baseName: 'icon-breakpoint-enabled',
|
|
105179
|
-
template: template$
|
|
105180
|
-
styles: styles$
|
|
105179
|
+
template: template$l,
|
|
105180
|
+
styles: styles$1u
|
|
105181
105181
|
});
|
|
105182
105182
|
DesignSystem.getOrCreate()
|
|
105183
105183
|
.withPrefix('spright')
|
|
@@ -105201,13 +105201,13 @@ focus outline in that case.
|
|
|
105201
105201
|
*/
|
|
105202
105202
|
class IconBreakpointExecutionPointer extends Icon {
|
|
105203
105203
|
}
|
|
105204
|
-
const template$
|
|
105204
|
+
const template$k = html `
|
|
105205
105205
|
<div class="icon" aria-hidden="true" :innerHTML="${() => iconData$3}"></div>
|
|
105206
105206
|
`;
|
|
105207
105207
|
const sprightIconBreakpointExecutionPointer = IconBreakpointExecutionPointer.compose({
|
|
105208
105208
|
baseName: 'icon-breakpoint-execution-pointer',
|
|
105209
|
-
template: template$
|
|
105210
|
-
styles: styles$
|
|
105209
|
+
template: template$k,
|
|
105210
|
+
styles: styles$1u
|
|
105211
105211
|
});
|
|
105212
105212
|
DesignSystem.getOrCreate()
|
|
105213
105213
|
.withPrefix('spright')
|
|
@@ -105235,13 +105235,13 @@ focus outline in that case.
|
|
|
105235
105235
|
*/
|
|
105236
105236
|
class IconBreakpointHitDisabled extends Icon {
|
|
105237
105237
|
}
|
|
105238
|
-
const template$
|
|
105238
|
+
const template$j = html `
|
|
105239
105239
|
<div class="icon" aria-hidden="true" :innerHTML="${() => iconData$2}"></div>
|
|
105240
105240
|
`;
|
|
105241
105241
|
const sprightIconBreakpointHitDisabled = IconBreakpointHitDisabled.compose({
|
|
105242
105242
|
baseName: 'icon-breakpoint-hit-disabled',
|
|
105243
|
-
template: template$
|
|
105244
|
-
styles: styles$
|
|
105243
|
+
template: template$j,
|
|
105244
|
+
styles: styles$1u
|
|
105245
105245
|
});
|
|
105246
105246
|
DesignSystem.getOrCreate()
|
|
105247
105247
|
.withPrefix('spright')
|
|
@@ -105270,13 +105270,13 @@ focus outline in that case.
|
|
|
105270
105270
|
*/
|
|
105271
105271
|
class IconBreakpointHit extends Icon {
|
|
105272
105272
|
}
|
|
105273
|
-
const template$
|
|
105273
|
+
const template$i = html `
|
|
105274
105274
|
<div class="icon" aria-hidden="true" :innerHTML="${() => iconData$1}"></div>
|
|
105275
105275
|
`;
|
|
105276
105276
|
const sprightIconBreakpointHit = IconBreakpointHit.compose({
|
|
105277
105277
|
baseName: 'icon-breakpoint-hit',
|
|
105278
|
-
template: template$
|
|
105279
|
-
styles: styles$
|
|
105278
|
+
template: template$i,
|
|
105279
|
+
styles: styles$1u
|
|
105280
105280
|
});
|
|
105281
105281
|
DesignSystem.getOrCreate()
|
|
105282
105282
|
.withPrefix('spright')
|
|
@@ -105301,21 +105301,21 @@ focus outline in that case.
|
|
|
105301
105301
|
*/
|
|
105302
105302
|
class IconBreakpointHover extends Icon {
|
|
105303
105303
|
}
|
|
105304
|
-
const template$
|
|
105304
|
+
const template$h = html `
|
|
105305
105305
|
<div class="icon" aria-hidden="true" :innerHTML="${() => iconData}"></div>
|
|
105306
105306
|
`;
|
|
105307
105307
|
const sprightIconBreakpointHover = IconBreakpointHover.compose({
|
|
105308
105308
|
baseName: 'icon-breakpoint-hover',
|
|
105309
|
-
template: template$
|
|
105310
|
-
styles: styles$
|
|
105309
|
+
template: template$h,
|
|
105310
|
+
styles: styles$1u
|
|
105311
105311
|
});
|
|
105312
105312
|
DesignSystem.getOrCreate()
|
|
105313
105313
|
.withPrefix('spright')
|
|
105314
105314
|
.register(sprightIconBreakpointHover());
|
|
105315
105315
|
const iconBreakpointHoverTag = 'spright-icon-breakpoint-hover';
|
|
105316
105316
|
|
|
105317
|
-
const styles$
|
|
105318
|
-
${styles$
|
|
105317
|
+
const styles$m = css `
|
|
105318
|
+
${styles$1u}
|
|
105319
105319
|
|
|
105320
105320
|
.icon svg {
|
|
105321
105321
|
fill: ${calendarEventBorderReservationColor};
|
|
@@ -105332,15 +105332,15 @@ focus outline in that case.
|
|
|
105332
105332
|
}
|
|
105333
105333
|
const sprightIconWorkItemCalendarWeek = IconWorkItemCalendarWeek.compose({
|
|
105334
105334
|
baseName: 'icon-work-item-calendar-week',
|
|
105335
|
-
template: template$
|
|
105336
|
-
styles: styles$
|
|
105335
|
+
template: template$1i,
|
|
105336
|
+
styles: styles$m
|
|
105337
105337
|
});
|
|
105338
105338
|
DesignSystem.getOrCreate()
|
|
105339
105339
|
.withPrefix('spright')
|
|
105340
105340
|
.register(sprightIconWorkItemCalendarWeek());
|
|
105341
105341
|
|
|
105342
|
-
const styles$
|
|
105343
|
-
${styles$
|
|
105342
|
+
const styles$l = css `
|
|
105343
|
+
${styles$1u}
|
|
105344
105344
|
|
|
105345
105345
|
.icon svg {
|
|
105346
105346
|
fill: ${calendarEventBorderCalibrationColor};
|
|
@@ -105357,15 +105357,15 @@ focus outline in that case.
|
|
|
105357
105357
|
}
|
|
105358
105358
|
const sprightIconWorkItemCalipers = IconWorkItemCalipers.compose({
|
|
105359
105359
|
baseName: 'icon-work-item-calipers',
|
|
105360
|
-
template: template$
|
|
105361
|
-
styles: styles$
|
|
105360
|
+
template: template$1i,
|
|
105361
|
+
styles: styles$l
|
|
105362
105362
|
});
|
|
105363
105363
|
DesignSystem.getOrCreate()
|
|
105364
105364
|
.withPrefix('spright')
|
|
105365
105365
|
.register(sprightIconWorkItemCalipers());
|
|
105366
105366
|
|
|
105367
|
-
const styles$
|
|
105368
|
-
${styles$
|
|
105367
|
+
const styles$k = css `
|
|
105368
|
+
${styles$1u}
|
|
105369
105369
|
|
|
105370
105370
|
.icon svg {
|
|
105371
105371
|
fill: ${calendarEventBorderTransportOrderColor};
|
|
@@ -105382,15 +105382,15 @@ focus outline in that case.
|
|
|
105382
105382
|
}
|
|
105383
105383
|
const sprightIconWorkItemForklift = IconWorkItemForklift.compose({
|
|
105384
105384
|
baseName: 'icon-work-item-forklift',
|
|
105385
|
-
template: template$
|
|
105386
|
-
styles: styles$
|
|
105385
|
+
template: template$1i,
|
|
105386
|
+
styles: styles$k
|
|
105387
105387
|
});
|
|
105388
105388
|
DesignSystem.getOrCreate()
|
|
105389
105389
|
.withPrefix('spright')
|
|
105390
105390
|
.register(sprightIconWorkItemForklift());
|
|
105391
105391
|
|
|
105392
|
-
const styles$
|
|
105393
|
-
${styles$
|
|
105392
|
+
const styles$j = css `
|
|
105393
|
+
${styles$1u}
|
|
105394
105394
|
|
|
105395
105395
|
.icon svg {
|
|
105396
105396
|
fill: ${calendarEventBorderStaticColor};
|
|
@@ -105407,15 +105407,15 @@ focus outline in that case.
|
|
|
105407
105407
|
}
|
|
105408
105408
|
const sprightIconWorkItemRectangleCheckLines = IconWorkItemRectangleCheckLines.compose({
|
|
105409
105409
|
baseName: 'icon-work-item-rectangle-check-lines',
|
|
105410
|
-
template: template$
|
|
105411
|
-
styles: styles$
|
|
105410
|
+
template: template$1i,
|
|
105411
|
+
styles: styles$j
|
|
105412
105412
|
});
|
|
105413
105413
|
DesignSystem.getOrCreate()
|
|
105414
105414
|
.withPrefix('spright')
|
|
105415
105415
|
.register(sprightIconWorkItemRectangleCheckLines());
|
|
105416
105416
|
|
|
105417
|
-
const styles$
|
|
105418
|
-
${styles$
|
|
105417
|
+
const styles$i = css `
|
|
105418
|
+
${styles$1u}
|
|
105419
105419
|
|
|
105420
105420
|
.icon svg {
|
|
105421
105421
|
fill: ${calendarEventBorderWorkOrderColor};
|
|
@@ -105432,15 +105432,15 @@ focus outline in that case.
|
|
|
105432
105432
|
}
|
|
105433
105433
|
const sprightIconWorkItemSquareListCog = IconWorkItemSquareListCog.compose({
|
|
105434
105434
|
baseName: 'icon-work-item-square-list-cog',
|
|
105435
|
-
template: template$
|
|
105436
|
-
styles: styles$
|
|
105435
|
+
template: template$1i,
|
|
105436
|
+
styles: styles$i
|
|
105437
105437
|
});
|
|
105438
105438
|
DesignSystem.getOrCreate()
|
|
105439
105439
|
.withPrefix('spright')
|
|
105440
105440
|
.register(sprightIconWorkItemSquareListCog());
|
|
105441
105441
|
|
|
105442
|
-
const styles$
|
|
105443
|
-
${styles$
|
|
105442
|
+
const styles$h = css `
|
|
105443
|
+
${styles$1u}
|
|
105444
105444
|
|
|
105445
105445
|
.icon svg {
|
|
105446
105446
|
fill: ${calendarEventBorderJobColor};
|
|
@@ -105457,15 +105457,15 @@ focus outline in that case.
|
|
|
105457
105457
|
}
|
|
105458
105458
|
const sprightIconWorkItemUserHelmetSafety = IconWorkItemUserHelmetSafety.compose({
|
|
105459
105459
|
baseName: 'icon-work-item-user-helmet-safety',
|
|
105460
|
-
template: template$
|
|
105461
|
-
styles: styles$
|
|
105460
|
+
template: template$1i,
|
|
105461
|
+
styles: styles$h
|
|
105462
105462
|
});
|
|
105463
105463
|
DesignSystem.getOrCreate()
|
|
105464
105464
|
.withPrefix('spright')
|
|
105465
105465
|
.register(sprightIconWorkItemUserHelmetSafety());
|
|
105466
105466
|
|
|
105467
|
-
const styles$
|
|
105468
|
-
${styles$
|
|
105467
|
+
const styles$g = css `
|
|
105468
|
+
${styles$1u}
|
|
105469
105469
|
|
|
105470
105470
|
.icon svg {
|
|
105471
105471
|
fill: ${calendarEventBorderMaintenanceColor};
|
|
@@ -105482,14 +105482,14 @@ focus outline in that case.
|
|
|
105482
105482
|
}
|
|
105483
105483
|
const sprightIconWorkItemWrenchHammer = IconWorkItemWrenchHammer.compose({
|
|
105484
105484
|
baseName: 'icon-work-item-wrench-hammer',
|
|
105485
|
-
template: template$
|
|
105486
|
-
styles: styles$
|
|
105485
|
+
template: template$1i,
|
|
105486
|
+
styles: styles$g
|
|
105487
105487
|
});
|
|
105488
105488
|
DesignSystem.getOrCreate()
|
|
105489
105489
|
.withPrefix('spright')
|
|
105490
105490
|
.register(sprightIconWorkItemWrenchHammer());
|
|
105491
105491
|
|
|
105492
|
-
const styles$
|
|
105492
|
+
const styles$f = css `
|
|
105493
105493
|
${display$1('inline-block')}
|
|
105494
105494
|
|
|
105495
105495
|
:host {
|
|
@@ -105514,7 +105514,7 @@ focus outline in that case.
|
|
|
105514
105514
|
}
|
|
105515
105515
|
`;
|
|
105516
105516
|
|
|
105517
|
-
const template$
|
|
105517
|
+
const template$g = html `<slot></slot>`;
|
|
105518
105518
|
|
|
105519
105519
|
/**
|
|
105520
105520
|
* A Spright demo component (not for production use)
|
|
@@ -105523,8 +105523,8 @@ focus outline in that case.
|
|
|
105523
105523
|
}
|
|
105524
105524
|
const sprightRectangle = Rectangle.compose({
|
|
105525
105525
|
baseName: 'rectangle',
|
|
105526
|
-
template: template$
|
|
105527
|
-
styles: styles$
|
|
105526
|
+
template: template$g,
|
|
105527
|
+
styles: styles$f
|
|
105528
105528
|
});
|
|
105529
105529
|
DesignSystem.getOrCreate().withPrefix('spright').register(sprightRectangle());
|
|
105530
105530
|
|
|
@@ -105551,7 +105551,7 @@ focus outline in that case.
|
|
|
105551
105551
|
block: 'block'
|
|
105552
105552
|
};
|
|
105553
105553
|
|
|
105554
|
-
const styles$
|
|
105554
|
+
const styles$e = css `
|
|
105555
105555
|
@layer base, hover, focusVisible, active, disabled, top;
|
|
105556
105556
|
|
|
105557
105557
|
@layer base {
|
|
@@ -105657,7 +105657,7 @@ focus outline in that case.
|
|
|
105657
105657
|
}
|
|
105658
105658
|
`));
|
|
105659
105659
|
|
|
105660
|
-
const template$
|
|
105660
|
+
const template$f = html `
|
|
105661
105661
|
<details
|
|
105662
105662
|
class="accordion-item-details"
|
|
105663
105663
|
?open="${x => x.expanded}"
|
|
@@ -105708,8 +105708,8 @@ focus outline in that case.
|
|
|
105708
105708
|
], FvAccordionItem.prototype, "appearance", void 0);
|
|
105709
105709
|
const okFvAccordionItem = FvAccordionItem.compose({
|
|
105710
105710
|
baseName: 'fv-accordion-item',
|
|
105711
|
-
template: template$
|
|
105712
|
-
styles: styles$
|
|
105711
|
+
template: template$f,
|
|
105712
|
+
styles: styles$e
|
|
105713
105713
|
});
|
|
105714
105714
|
DesignSystem.getOrCreate()
|
|
105715
105715
|
.withPrefix('ok')
|
|
@@ -105724,7 +105724,7 @@ focus outline in that case.
|
|
|
105724
105724
|
card: 'card'
|
|
105725
105725
|
};
|
|
105726
105726
|
|
|
105727
|
-
const styles$
|
|
105727
|
+
const styles$d = css `
|
|
105728
105728
|
${display('block')}
|
|
105729
105729
|
|
|
105730
105730
|
:host {
|
|
@@ -106075,7 +106075,7 @@ focus outline in that case.
|
|
|
106075
106075
|
</div>
|
|
106076
106076
|
</div>
|
|
106077
106077
|
`;
|
|
106078
|
-
const template$
|
|
106078
|
+
const template$e = html `
|
|
106079
106079
|
${when(x => x.interactionMode === FvCardInteractionMode.card, html `
|
|
106080
106080
|
<${cardButtonTag}
|
|
106081
106081
|
class="card-shell card-button-shell"
|
|
@@ -106223,14 +106223,14 @@ focus outline in that case.
|
|
|
106223
106223
|
], FvCard.prototype, "hasFooterEndContent", void 0);
|
|
106224
106224
|
const okFvCard = FvCard.compose({
|
|
106225
106225
|
baseName: 'fv-card',
|
|
106226
|
-
template: template$
|
|
106227
|
-
styles: styles$
|
|
106226
|
+
template: template$e,
|
|
106227
|
+
styles: styles$d
|
|
106228
106228
|
});
|
|
106229
106229
|
DesignSystem.getOrCreate()
|
|
106230
106230
|
.withPrefix('ok')
|
|
106231
106231
|
.register(okFvCard());
|
|
106232
106232
|
|
|
106233
|
-
const styles$
|
|
106233
|
+
const styles$c = css `
|
|
106234
106234
|
@layer base, hover, focusVisible, active, disabled, top;
|
|
106235
106235
|
|
|
106236
106236
|
@layer base {
|
|
@@ -106478,7 +106478,7 @@ focus outline in that case.
|
|
|
106478
106478
|
@layer top {}
|
|
106479
106479
|
`;
|
|
106480
106480
|
|
|
106481
|
-
const template$
|
|
106481
|
+
const template$d = html `
|
|
106482
106482
|
<div class="chip-selector">
|
|
106483
106483
|
${when(x => x.label.length > 0, html `
|
|
106484
106484
|
<label id="${x => x.labelId}" class="label" for="${x => x.inputId}">
|
|
@@ -106970,12 +106970,12 @@ focus outline in that case.
|
|
|
106970
106970
|
], FvChipSelector.prototype, "field", void 0);
|
|
106971
106971
|
const okFvChipSelector = FvChipSelector.compose({
|
|
106972
106972
|
baseName: 'fv-chip-selector',
|
|
106973
|
-
template: template$
|
|
106974
|
-
styles: styles$
|
|
106973
|
+
template: template$d,
|
|
106974
|
+
styles: styles$c
|
|
106975
106975
|
});
|
|
106976
106976
|
DesignSystem.getOrCreate().withPrefix('ok').register(okFvChipSelector());
|
|
106977
106977
|
|
|
106978
|
-
const styles$
|
|
106978
|
+
const styles$b = css `
|
|
106979
106979
|
@layer base, hover, focusVisible, active, disabled, top;
|
|
106980
106980
|
|
|
106981
106981
|
@layer base {
|
|
@@ -107027,7 +107027,7 @@ focus outline in that case.
|
|
|
107027
107027
|
@layer top {}
|
|
107028
107028
|
`;
|
|
107029
107029
|
|
|
107030
|
-
const template$
|
|
107030
|
+
const template$c = html `
|
|
107031
107031
|
<button
|
|
107032
107032
|
id="${x => x.tooltipAnchorId}"
|
|
107033
107033
|
class="context-help-trigger"
|
|
@@ -107075,12 +107075,12 @@ focus outline in that case.
|
|
|
107075
107075
|
], FvContextHelp.prototype, "iconVisible", void 0);
|
|
107076
107076
|
const okFvContextHelp = FvContextHelp.compose({
|
|
107077
107077
|
baseName: 'fv-context-help',
|
|
107078
|
-
template: template$
|
|
107079
|
-
styles: styles$
|
|
107078
|
+
template: template$c,
|
|
107079
|
+
styles: styles$b
|
|
107080
107080
|
});
|
|
107081
107081
|
DesignSystem.getOrCreate().withPrefix('ok').register(okFvContextHelp());
|
|
107082
107082
|
|
|
107083
|
-
const styles$
|
|
107083
|
+
const styles$a = css `
|
|
107084
107084
|
@layer base, hover, selected;
|
|
107085
107085
|
|
|
107086
107086
|
@layer base {
|
|
@@ -107177,7 +107177,7 @@ focus outline in that case.
|
|
|
107177
107177
|
}
|
|
107178
107178
|
`;
|
|
107179
107179
|
|
|
107180
|
-
const template$
|
|
107180
|
+
const template$b = html `
|
|
107181
107181
|
<div class="item" part="item">
|
|
107182
107182
|
<div class="text" part="text">
|
|
107183
107183
|
<div class="title" part="title">${x => x.titleText}</div>
|
|
@@ -107278,13 +107278,13 @@ focus outline in that case.
|
|
|
107278
107278
|
], FvMasterDetailListItem.prototype, "hasStatusSlotContent", void 0);
|
|
107279
107279
|
const okFvMasterDetailListItem = FvMasterDetailListItem.compose({
|
|
107280
107280
|
baseName: 'fv-master-detail-list-item',
|
|
107281
|
-
template: template$
|
|
107282
|
-
styles: styles$
|
|
107281
|
+
template: template$b,
|
|
107282
|
+
styles: styles$a
|
|
107283
107283
|
});
|
|
107284
107284
|
DesignSystem.getOrCreate().withPrefix('ok').register(okFvMasterDetailListItem());
|
|
107285
107285
|
const fvMasterDetailListItemTag = 'ok-fv-master-detail-list-item';
|
|
107286
107286
|
|
|
107287
|
-
const styles$
|
|
107287
|
+
const styles$9 = css `
|
|
107288
107288
|
@layer base, hover, focusVisible;
|
|
107289
107289
|
|
|
107290
107290
|
@layer base {
|
|
@@ -107349,7 +107349,7 @@ focus outline in that case.
|
|
|
107349
107349
|
}
|
|
107350
107350
|
`;
|
|
107351
107351
|
|
|
107352
|
-
const template$
|
|
107352
|
+
const template$a = html `
|
|
107353
107353
|
<div class="master-detail-list">
|
|
107354
107354
|
<div class="filter-row">
|
|
107355
107355
|
<input
|
|
@@ -107543,15 +107543,15 @@ focus outline in that case.
|
|
|
107543
107543
|
], FvMasterDetailList.prototype, "items", void 0);
|
|
107544
107544
|
const okFvMasterDetailList = FvMasterDetailList.compose({
|
|
107545
107545
|
baseName: 'fv-master-detail-list',
|
|
107546
|
-
template: template$
|
|
107547
|
-
styles: styles$
|
|
107546
|
+
template: template$a,
|
|
107547
|
+
styles: styles$9,
|
|
107548
107548
|
shadowOptions: {
|
|
107549
107549
|
delegatesFocus: true
|
|
107550
107550
|
}
|
|
107551
107551
|
});
|
|
107552
107552
|
DesignSystem.getOrCreate().withPrefix('ok').register(okFvMasterDetailList());
|
|
107553
107553
|
|
|
107554
|
-
const styles$
|
|
107554
|
+
const styles$8 = css `
|
|
107555
107555
|
@layer base, hover, focusVisible, active, disabled, top;
|
|
107556
107556
|
|
|
107557
107557
|
@layer base {
|
|
@@ -107768,7 +107768,7 @@ focus outline in that case.
|
|
|
107768
107768
|
@layer top {}
|
|
107769
107769
|
`;
|
|
107770
107770
|
|
|
107771
|
-
const template$
|
|
107771
|
+
const template$9 = html `
|
|
107772
107772
|
<div
|
|
107773
107773
|
class="split-button-container"
|
|
107774
107774
|
${ref('splitButtonContainer')}
|
|
@@ -107940,12 +107940,12 @@ focus outline in that case.
|
|
|
107940
107940
|
], FvSplitButton.prototype, "region", void 0);
|
|
107941
107941
|
const okFvSplitButton = FvSplitButton.compose({
|
|
107942
107942
|
baseName: 'fv-split-button',
|
|
107943
|
-
template: template$
|
|
107944
|
-
styles: styles$
|
|
107943
|
+
template: template$9,
|
|
107944
|
+
styles: styles$8
|
|
107945
107945
|
});
|
|
107946
107946
|
DesignSystem.getOrCreate().withPrefix('ok').register(okFvSplitButton());
|
|
107947
107947
|
|
|
107948
|
-
const styles$
|
|
107948
|
+
const styles$7 = css `
|
|
107949
107949
|
@layer base, hover, focusVisible, active, disabled, top;
|
|
107950
107950
|
|
|
107951
107951
|
@layer base {
|
|
@@ -108170,7 +108170,7 @@ focus outline in that case.
|
|
|
108170
108170
|
@layer top {}
|
|
108171
108171
|
`;
|
|
108172
108172
|
|
|
108173
|
-
const template$
|
|
108173
|
+
const template$8 = html `
|
|
108174
108174
|
<div
|
|
108175
108175
|
class="split-button-container"
|
|
108176
108176
|
${ref('splitButtonContainer')}
|
|
@@ -108370,10 +108370,134 @@ focus outline in that case.
|
|
|
108370
108370
|
], FvSplitButtonAnchor.prototype, "region", void 0);
|
|
108371
108371
|
const okFvSplitButtonAnchor = FvSplitButtonAnchor.compose({
|
|
108372
108372
|
baseName: 'fv-split-button-anchor',
|
|
108373
|
+
template: template$8,
|
|
108374
|
+
styles: styles$7
|
|
108375
|
+
});
|
|
108376
|
+
DesignSystem.getOrCreate().withPrefix('ok').register(okFvSplitButtonAnchor());
|
|
108377
|
+
|
|
108378
|
+
const styles$6 = css `
|
|
108379
|
+
${display('block')}
|
|
108380
|
+
|
|
108381
|
+
.sticky-header {
|
|
108382
|
+
position: fixed;
|
|
108383
|
+
inset-block-start: 0;
|
|
108384
|
+
inset-inline: 0;
|
|
108385
|
+
z-index: 1;
|
|
108386
|
+
box-sizing: border-box;
|
|
108387
|
+
width: 100%;
|
|
108388
|
+
background-color: var(${headerBackgroundColor.cssCustomProperty});
|
|
108389
|
+
box-shadow: var(${elevation2BoxShadow.cssCustomProperty});
|
|
108390
|
+
}
|
|
108391
|
+
|
|
108392
|
+
.sticky-header[hidden] {
|
|
108393
|
+
display: none;
|
|
108394
|
+
}
|
|
108395
|
+
`;
|
|
108396
|
+
|
|
108397
|
+
const template$7 = html `
|
|
108398
|
+
<div class="header" part="header">
|
|
108399
|
+
<slot
|
|
108400
|
+
name="header"
|
|
108401
|
+
${ref('headerSlot')}
|
|
108402
|
+
@slotchange="${x => x.handleHeaderSlotChange()}"
|
|
108403
|
+
></slot>
|
|
108404
|
+
</div>
|
|
108405
|
+
<div
|
|
108406
|
+
class="sticky-header"
|
|
108407
|
+
part="sticky-header"
|
|
108408
|
+
?hidden="${x => !x.showStickyHeader}"
|
|
108409
|
+
>
|
|
108410
|
+
<slot
|
|
108411
|
+
name="sticky-header"
|
|
108412
|
+
${ref('stickyHeaderSlot')}
|
|
108413
|
+
@slotchange="${(x, c) => x.handleStickyHeaderSlotChange(c.event)}"
|
|
108414
|
+
></slot>
|
|
108415
|
+
</div>
|
|
108416
|
+
`;
|
|
108417
|
+
|
|
108418
|
+
/**
|
|
108419
|
+
* Displays an alternate header in a sticky overlay after the primary header leaves the viewport.
|
|
108420
|
+
*/
|
|
108421
|
+
class FvStickyHeader extends FoundationElement {
|
|
108422
|
+
constructor() {
|
|
108423
|
+
super(...arguments);
|
|
108424
|
+
/** @internal */
|
|
108425
|
+
this.hasHeader = false;
|
|
108426
|
+
/** @internal */
|
|
108427
|
+
this.hasStickyHeader = false;
|
|
108428
|
+
/** @internal */
|
|
108429
|
+
this.headerIsVisible = true;
|
|
108430
|
+
/** @internal */
|
|
108431
|
+
this.showStickyHeader = false;
|
|
108432
|
+
this.headerVisibility = new Map();
|
|
108433
|
+
this.headerIntersectionObserver = new IntersectionObserver(entries => {
|
|
108434
|
+
this.handleHeaderIntersection(entries);
|
|
108435
|
+
});
|
|
108436
|
+
}
|
|
108437
|
+
/** @internal */
|
|
108438
|
+
connectedCallback() {
|
|
108439
|
+
super.connectedCallback();
|
|
108440
|
+
this.updateStickyHeaderContent();
|
|
108441
|
+
this.observeHeader();
|
|
108442
|
+
}
|
|
108443
|
+
/** @internal */
|
|
108444
|
+
disconnectedCallback() {
|
|
108445
|
+
super.disconnectedCallback();
|
|
108446
|
+
this.headerIntersectionObserver.disconnect();
|
|
108447
|
+
}
|
|
108448
|
+
/** @internal */
|
|
108449
|
+
handleHeaderSlotChange() {
|
|
108450
|
+
this.observeHeader();
|
|
108451
|
+
}
|
|
108452
|
+
/** @internal */
|
|
108453
|
+
handleStickyHeaderSlotChange(event) {
|
|
108454
|
+
this.hasStickyHeader = event.target.assignedElements({ flatten: true }).length > 0;
|
|
108455
|
+
this.updateStickyHeaderContent();
|
|
108456
|
+
}
|
|
108457
|
+
/** @internal */
|
|
108458
|
+
handleHeaderIntersection(entries) {
|
|
108459
|
+
entries.forEach(entry => {
|
|
108460
|
+
const hasLeftViewport = !entry.isIntersecting && entry.boundingClientRect.top < 0;
|
|
108461
|
+
this.headerVisibility.set(entry.target, !hasLeftViewport);
|
|
108462
|
+
});
|
|
108463
|
+
this.headerIsVisible = Array.from(this.headerVisibility.values()).some(Boolean);
|
|
108464
|
+
this.updateStickyHeaderContent();
|
|
108465
|
+
}
|
|
108466
|
+
observeHeader() {
|
|
108467
|
+
this.headerIntersectionObserver.disconnect();
|
|
108468
|
+
const headerElements = this.headerSlot.assignedElements({ flatten: true });
|
|
108469
|
+
this.hasHeader = headerElements.length > 0;
|
|
108470
|
+
this.headerIsVisible = true;
|
|
108471
|
+
this.headerVisibility.clear();
|
|
108472
|
+
headerElements.forEach(element => {
|
|
108473
|
+
this.headerVisibility.set(element, true);
|
|
108474
|
+
this.headerIntersectionObserver.observe(element);
|
|
108475
|
+
});
|
|
108476
|
+
this.updateStickyHeaderContent();
|
|
108477
|
+
}
|
|
108478
|
+
updateStickyHeaderContent() {
|
|
108479
|
+
this.hasStickyHeader = this.stickyHeaderSlot.assignedElements({ flatten: true }).length > 0;
|
|
108480
|
+
this.showStickyHeader = this.hasHeader && this.hasStickyHeader && !this.headerIsVisible;
|
|
108481
|
+
}
|
|
108482
|
+
}
|
|
108483
|
+
__decorate([
|
|
108484
|
+
observable
|
|
108485
|
+
], FvStickyHeader.prototype, "hasHeader", void 0);
|
|
108486
|
+
__decorate([
|
|
108487
|
+
observable
|
|
108488
|
+
], FvStickyHeader.prototype, "hasStickyHeader", void 0);
|
|
108489
|
+
__decorate([
|
|
108490
|
+
observable
|
|
108491
|
+
], FvStickyHeader.prototype, "headerIsVisible", void 0);
|
|
108492
|
+
__decorate([
|
|
108493
|
+
observable
|
|
108494
|
+
], FvStickyHeader.prototype, "showStickyHeader", void 0);
|
|
108495
|
+
const okFvStickyHeader = FvStickyHeader.compose({
|
|
108496
|
+
baseName: 'fv-sticky-header',
|
|
108373
108497
|
template: template$7,
|
|
108374
108498
|
styles: styles$6
|
|
108375
108499
|
});
|
|
108376
|
-
DesignSystem.getOrCreate().withPrefix('ok').register(
|
|
108500
|
+
DesignSystem.getOrCreate().withPrefix('ok').register(okFvStickyHeader());
|
|
108377
108501
|
|
|
108378
108502
|
const styles$5 = css `
|
|
108379
108503
|
@layer base, hover, focusVisible, active, disabled, top;
|
|
@@ -109616,7 +109740,7 @@ focus outline in that case.
|
|
|
109616
109740
|
|
|
109617
109741
|
const template = html `
|
|
109618
109742
|
<template @delegated-event="${(x, c) => x.onDelegatedEvent(c.event)}"
|
|
109619
|
-
>${template$
|
|
109743
|
+
>${template$M}</template
|
|
109620
109744
|
>
|
|
109621
109745
|
`;
|
|
109622
109746
|
|
|
@@ -109702,7 +109826,7 @@ focus outline in that case.
|
|
|
109702
109826
|
const tsTableColumnBreakpoint = TsTableColumnBreakpoint.compose({
|
|
109703
109827
|
baseName: 'ts-table-column-breakpoint',
|
|
109704
109828
|
template,
|
|
109705
|
-
styles: styles$
|
|
109829
|
+
styles: styles$L
|
|
109706
109830
|
});
|
|
109707
109831
|
DesignSystem.getOrCreate()
|
|
109708
109832
|
.withPrefix('ok')
|