@ni/ok-components 1.3.6 → 1.3.7
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.
|
@@ -14902,7 +14902,7 @@
|
|
|
14902
14902
|
|
|
14903
14903
|
const template$1h = html `<slot></slot>`;
|
|
14904
14904
|
|
|
14905
|
-
const styles$
|
|
14905
|
+
const styles$1y = css `
|
|
14906
14906
|
${display$2('contents')}
|
|
14907
14907
|
|
|
14908
14908
|
:host {
|
|
@@ -15026,7 +15026,7 @@
|
|
|
15026
15026
|
], ThemeProvider.prototype, "theme", void 0);
|
|
15027
15027
|
const nimbleDesignSystemProvider = ThemeProvider.compose({
|
|
15028
15028
|
baseName: 'theme-provider',
|
|
15029
|
-
styles: styles$
|
|
15029
|
+
styles: styles$1y,
|
|
15030
15030
|
template: template$1h
|
|
15031
15031
|
});
|
|
15032
15032
|
DesignSystem.getOrCreate()
|
|
@@ -16565,7 +16565,7 @@
|
|
|
16565
16565
|
createThemeColorToken(tokenNames.calendarEventBackgroundTransportOrderColor, tokenValues.calendarEventBackgroundTransportOrderColor);
|
|
16566
16566
|
createThemeColorToken(tokenNames.calendarEventBackgroundHoverTransportOrderColor, tokenValues.calendarEventBackgroundHoverTransportOrderColor);
|
|
16567
16567
|
const calendarEventBorderTransportOrderColor = createThemeColorToken(tokenNames.calendarEventBorderTransportOrderColor, tokenValues.calendarEventBorderTransportOrderColor);
|
|
16568
|
-
createThemeColorToken(tokenNames.calendarEventBorderWorkOrderColor, tokenValues.calendarEventBorderWorkOrderColor);
|
|
16568
|
+
const calendarEventBorderWorkOrderColor = createThemeColorToken(tokenNames.calendarEventBorderWorkOrderColor, tokenValues.calendarEventBorderWorkOrderColor);
|
|
16569
16569
|
createThemeColorToken(tokenNames.calendarEventBackgroundAggregateAvailabilityColor, tokenValues.calendarEventBackgroundAggregateAvailabilityColor);
|
|
16570
16570
|
createThemeColorToken(tokenNames.calendarEventBorderAggregateAvailabilityColor, tokenValues.calendarEventBorderAggregateAvailabilityColor);
|
|
16571
16571
|
// #endregion
|
|
@@ -16673,7 +16673,7 @@
|
|
|
16673
16673
|
}
|
|
16674
16674
|
// #endregion
|
|
16675
16675
|
|
|
16676
|
-
const styles$
|
|
16676
|
+
const styles$1x = css `
|
|
16677
16677
|
@layer base, hover, focusVisible, active, disabled, top;
|
|
16678
16678
|
|
|
16679
16679
|
@layer base {
|
|
@@ -16855,7 +16855,7 @@
|
|
|
16855
16855
|
baseName: 'anchor',
|
|
16856
16856
|
baseClass: Anchor$1,
|
|
16857
16857
|
template: template$1g,
|
|
16858
|
-
styles: styles$
|
|
16858
|
+
styles: styles$1x,
|
|
16859
16859
|
shadowOptions: {
|
|
16860
16860
|
delegatesFocus: true
|
|
16861
16861
|
}
|
|
@@ -16964,7 +16964,7 @@
|
|
|
16964
16964
|
padding: 0;
|
|
16965
16965
|
`;
|
|
16966
16966
|
|
|
16967
|
-
const styles$
|
|
16967
|
+
const styles$1w = css `
|
|
16968
16968
|
@layer base, checked, hover, focusVisible, active, disabled, top;
|
|
16969
16969
|
|
|
16970
16970
|
@layer base {
|
|
@@ -17248,8 +17248,8 @@
|
|
|
17248
17248
|
}
|
|
17249
17249
|
`));
|
|
17250
17250
|
|
|
17251
|
-
const styles$
|
|
17252
|
-
${styles$
|
|
17251
|
+
const styles$1v = css `
|
|
17252
|
+
${styles$1w}
|
|
17253
17253
|
${buttonAppearanceVariantStyles}
|
|
17254
17254
|
|
|
17255
17255
|
.control {
|
|
@@ -17352,7 +17352,7 @@
|
|
|
17352
17352
|
const nimbleAnchorButton = AnchorButton.compose({
|
|
17353
17353
|
baseName: 'anchor-button',
|
|
17354
17354
|
template: template$1f,
|
|
17355
|
-
styles: styles$
|
|
17355
|
+
styles: styles$1v,
|
|
17356
17356
|
shadowOptions: {
|
|
17357
17357
|
delegatesFocus: true
|
|
17358
17358
|
}
|
|
@@ -17360,7 +17360,7 @@
|
|
|
17360
17360
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleAnchorButton());
|
|
17361
17361
|
const anchorButtonTag = 'nimble-anchor-button';
|
|
17362
17362
|
|
|
17363
|
-
const styles$
|
|
17363
|
+
const styles$1u = css `
|
|
17364
17364
|
${display$2('grid')}
|
|
17365
17365
|
|
|
17366
17366
|
:host {
|
|
@@ -17545,7 +17545,7 @@
|
|
|
17545
17545
|
const nimbleAnchorMenuItem = AnchorMenuItem.compose({
|
|
17546
17546
|
baseName: 'anchor-menu-item',
|
|
17547
17547
|
template: template$1e,
|
|
17548
|
-
styles: styles$
|
|
17548
|
+
styles: styles$1u,
|
|
17549
17549
|
shadowOptions: {
|
|
17550
17550
|
delegatesFocus: true
|
|
17551
17551
|
}
|
|
@@ -17557,7 +17557,7 @@
|
|
|
17557
17557
|
|
|
17558
17558
|
// These styles end up inside a @layer block so must use the
|
|
17559
17559
|
// cssPartial tag instead of the css tag
|
|
17560
|
-
const styles$
|
|
17560
|
+
const styles$1t = cssPartial `
|
|
17561
17561
|
.severity-text {
|
|
17562
17562
|
display: none;
|
|
17563
17563
|
font: ${errorTextFont};
|
|
@@ -17667,12 +17667,12 @@
|
|
|
17667
17667
|
const themeBehavior = (theme, styles) => new ThemeStyleSheetBehavior(theme, styles);
|
|
17668
17668
|
/* eslint-enable max-classes-per-file */
|
|
17669
17669
|
|
|
17670
|
-
const styles$
|
|
17670
|
+
const styles$1s = css `
|
|
17671
17671
|
@layer base, hover, focusVisible, active, disabled, top;
|
|
17672
17672
|
|
|
17673
17673
|
@layer base {
|
|
17674
17674
|
${display$2('inline-flex')}
|
|
17675
|
-
${styles$
|
|
17675
|
+
${styles$1t}
|
|
17676
17676
|
:host {
|
|
17677
17677
|
color: ${buttonLabelFontColor};
|
|
17678
17678
|
font: ${buttonLabelFont};
|
|
@@ -18218,8 +18218,8 @@ Defines an interaction area clip-path that leaves out the severity text so it is
|
|
|
18218
18218
|
}
|
|
18219
18219
|
`));
|
|
18220
18220
|
|
|
18221
|
-
const styles$
|
|
18222
|
-
${styles$
|
|
18221
|
+
const styles$1r = css `
|
|
18222
|
+
${styles$1s}
|
|
18223
18223
|
${'' /* Anchor specific styles */}
|
|
18224
18224
|
@layer base {
|
|
18225
18225
|
.control {
|
|
@@ -19272,7 +19272,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
|
|
|
19272
19272
|
:innerHTML=${x => x.icon.data}
|
|
19273
19273
|
></div>`;
|
|
19274
19274
|
|
|
19275
|
-
const styles$
|
|
19275
|
+
const styles$1q = css `
|
|
19276
19276
|
${display$2('inline-flex')}
|
|
19277
19277
|
|
|
19278
19278
|
:host {
|
|
@@ -19336,7 +19336,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
|
|
|
19336
19336
|
const composedIcon = iconClass.compose({
|
|
19337
19337
|
baseName,
|
|
19338
19338
|
template: template$1d,
|
|
19339
|
-
styles: styles$
|
|
19339
|
+
styles: styles$1q
|
|
19340
19340
|
});
|
|
19341
19341
|
DesignSystem.getOrCreate().withPrefix('nimble').register(composedIcon());
|
|
19342
19342
|
};
|
|
@@ -19608,14 +19608,14 @@ Defines an interaction area clip-path that leaves out the severity text so it is
|
|
|
19608
19608
|
const nimbleAnchorStep = AnchorStep.compose({
|
|
19609
19609
|
baseName: 'anchor-step',
|
|
19610
19610
|
template: template$1c,
|
|
19611
|
-
styles: styles$
|
|
19611
|
+
styles: styles$1r,
|
|
19612
19612
|
shadowOptions: {
|
|
19613
19613
|
delegatesFocus: true
|
|
19614
19614
|
}
|
|
19615
19615
|
});
|
|
19616
19616
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleAnchorStep());
|
|
19617
19617
|
|
|
19618
|
-
const styles$
|
|
19618
|
+
const styles$1p = css `
|
|
19619
19619
|
${display$2('inline-flex')}
|
|
19620
19620
|
|
|
19621
19621
|
:host {
|
|
@@ -19785,14 +19785,14 @@ Defines an interaction area clip-path that leaves out the severity text so it is
|
|
|
19785
19785
|
const nimbleAnchorTab = AnchorTab.compose({
|
|
19786
19786
|
baseName: 'anchor-tab',
|
|
19787
19787
|
template: template$1b,
|
|
19788
|
-
styles: styles$
|
|
19788
|
+
styles: styles$1p,
|
|
19789
19789
|
shadowOptions: {
|
|
19790
19790
|
delegatesFocus: true
|
|
19791
19791
|
}
|
|
19792
19792
|
});
|
|
19793
19793
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleAnchorTab());
|
|
19794
19794
|
|
|
19795
|
-
const styles$
|
|
19795
|
+
const styles$1o = css `
|
|
19796
19796
|
${display$2('flex')}
|
|
19797
19797
|
|
|
19798
19798
|
:host {
|
|
@@ -19832,8 +19832,8 @@ Defines an interaction area clip-path that leaves out the severity text so it is
|
|
|
19832
19832
|
}
|
|
19833
19833
|
`;
|
|
19834
19834
|
|
|
19835
|
-
const styles$
|
|
19836
|
-
${styles$
|
|
19835
|
+
const styles$1n = css `
|
|
19836
|
+
${styles$1w}
|
|
19837
19837
|
${buttonAppearanceVariantStyles}
|
|
19838
19838
|
`;
|
|
19839
19839
|
|
|
@@ -19929,7 +19929,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
|
|
|
19929
19929
|
baseName: 'button',
|
|
19930
19930
|
baseClass: Button$1,
|
|
19931
19931
|
template: template$1a,
|
|
19932
|
-
styles: styles$
|
|
19932
|
+
styles: styles$1n,
|
|
19933
19933
|
shadowOptions: {
|
|
19934
19934
|
delegatesFocus: true
|
|
19935
19935
|
}
|
|
@@ -20265,14 +20265,14 @@ Defines an interaction area clip-path that leaves out the severity text so it is
|
|
|
20265
20265
|
const nimbleAnchorTabs = AnchorTabs.compose({
|
|
20266
20266
|
baseName: 'anchor-tabs',
|
|
20267
20267
|
template: template$19,
|
|
20268
|
-
styles: styles$
|
|
20268
|
+
styles: styles$1o,
|
|
20269
20269
|
shadowOptions: {
|
|
20270
20270
|
delegatesFocus: false
|
|
20271
20271
|
}
|
|
20272
20272
|
});
|
|
20273
20273
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleAnchorTabs());
|
|
20274
20274
|
|
|
20275
|
-
const styles$
|
|
20275
|
+
const styles$1m = css `
|
|
20276
20276
|
${display$2('block')}
|
|
20277
20277
|
|
|
20278
20278
|
:host {
|
|
@@ -20515,7 +20515,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
|
|
|
20515
20515
|
const nimbleAnchorTreeItem = AnchorTreeItem.compose({
|
|
20516
20516
|
baseName: 'anchor-tree-item',
|
|
20517
20517
|
template: template$18,
|
|
20518
|
-
styles: styles$
|
|
20518
|
+
styles: styles$1m,
|
|
20519
20519
|
shadowOptions: {
|
|
20520
20520
|
delegatesFocus: true
|
|
20521
20521
|
}
|
|
@@ -20531,7 +20531,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
|
|
|
20531
20531
|
zIndex1000: '1000'
|
|
20532
20532
|
};
|
|
20533
20533
|
|
|
20534
|
-
const styles$
|
|
20534
|
+
const styles$1l = css `
|
|
20535
20535
|
${display$2('block')}
|
|
20536
20536
|
|
|
20537
20537
|
:host {
|
|
@@ -20562,14 +20562,14 @@ Defines an interaction area clip-path that leaves out the severity text so it is
|
|
|
20562
20562
|
baseName: 'anchored-region',
|
|
20563
20563
|
baseClass: AnchoredRegion$1,
|
|
20564
20564
|
template: anchoredRegionTemplate,
|
|
20565
|
-
styles: styles$
|
|
20565
|
+
styles: styles$1l
|
|
20566
20566
|
});
|
|
20567
20567
|
DesignSystem.getOrCreate()
|
|
20568
20568
|
.withPrefix('nimble')
|
|
20569
20569
|
.register(nimbleAnchoredRegion());
|
|
20570
20570
|
const anchoredRegionTag = 'nimble-anchored-region';
|
|
20571
20571
|
|
|
20572
|
-
const styles$
|
|
20572
|
+
const styles$1k = css `
|
|
20573
20573
|
${display$2('flex')}
|
|
20574
20574
|
|
|
20575
20575
|
:host {
|
|
@@ -20840,7 +20840,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
|
|
|
20840
20840
|
const nimbleBanner = Banner.compose({
|
|
20841
20841
|
baseName: 'banner',
|
|
20842
20842
|
template: template$17,
|
|
20843
|
-
styles: styles$
|
|
20843
|
+
styles: styles$1k
|
|
20844
20844
|
});
|
|
20845
20845
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleBanner());
|
|
20846
20846
|
|
|
@@ -20881,7 +20881,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
|
|
|
20881
20881
|
</template>
|
|
20882
20882
|
`;
|
|
20883
20883
|
|
|
20884
|
-
const styles$
|
|
20884
|
+
const styles$1j = css `
|
|
20885
20885
|
${display$2('inline-flex')}
|
|
20886
20886
|
|
|
20887
20887
|
:host {
|
|
@@ -20985,11 +20985,11 @@ Defines an interaction area clip-path that leaves out the severity text so it is
|
|
|
20985
20985
|
baseName: 'breadcrumb',
|
|
20986
20986
|
baseClass: Breadcrumb$1,
|
|
20987
20987
|
template: breadcrumbTemplate,
|
|
20988
|
-
styles: styles$
|
|
20988
|
+
styles: styles$1j
|
|
20989
20989
|
});
|
|
20990
20990
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleBreadcrumb());
|
|
20991
20991
|
|
|
20992
|
-
const styles$
|
|
20992
|
+
const styles$1i = css `
|
|
20993
20993
|
@layer base, hover, focusVisible, active, disabled, top;
|
|
20994
20994
|
|
|
20995
20995
|
@layer base {
|
|
@@ -21086,14 +21086,14 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
21086
21086
|
baseName: 'breadcrumb-item',
|
|
21087
21087
|
baseClass: BreadcrumbItem$1,
|
|
21088
21088
|
template: breadcrumbItemTemplate,
|
|
21089
|
-
styles: styles$
|
|
21089
|
+
styles: styles$1i,
|
|
21090
21090
|
separator: forwardSlash16X16.data
|
|
21091
21091
|
});
|
|
21092
21092
|
DesignSystem.getOrCreate()
|
|
21093
21093
|
.withPrefix('nimble')
|
|
21094
21094
|
.register(nimbleBreadcrumbItem());
|
|
21095
21095
|
|
|
21096
|
-
const styles$
|
|
21096
|
+
const styles$1h = css `
|
|
21097
21097
|
${display$2('flex')}
|
|
21098
21098
|
|
|
21099
21099
|
:host {
|
|
@@ -21133,11 +21133,11 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
21133
21133
|
baseName: 'card',
|
|
21134
21134
|
baseClass: Card$1,
|
|
21135
21135
|
template: template$16,
|
|
21136
|
-
styles: styles$
|
|
21136
|
+
styles: styles$1h
|
|
21137
21137
|
});
|
|
21138
21138
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleCard());
|
|
21139
21139
|
|
|
21140
|
-
const styles$
|
|
21140
|
+
const styles$1g = css `
|
|
21141
21141
|
${display$2('inline-flex')}
|
|
21142
21142
|
|
|
21143
21143
|
:host {
|
|
@@ -21295,7 +21295,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
21295
21295
|
const nimbleCardButton = CardButton.compose({
|
|
21296
21296
|
baseName: 'card-button',
|
|
21297
21297
|
template: buttonTemplate,
|
|
21298
|
-
styles: styles$
|
|
21298
|
+
styles: styles$1g,
|
|
21299
21299
|
shadowOptions: {
|
|
21300
21300
|
delegatesFocus: true
|
|
21301
21301
|
}
|
|
@@ -21303,7 +21303,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
21303
21303
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleCardButton());
|
|
21304
21304
|
const cardButtonTag = 'nimble-card-button';
|
|
21305
21305
|
|
|
21306
|
-
const styles$
|
|
21306
|
+
const styles$1f = css `
|
|
21307
21307
|
.error-icon {
|
|
21308
21308
|
display: none;
|
|
21309
21309
|
}
|
|
@@ -21337,9 +21337,9 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
21337
21337
|
}
|
|
21338
21338
|
`;
|
|
21339
21339
|
|
|
21340
|
-
const styles$
|
|
21340
|
+
const styles$1e = css `
|
|
21341
21341
|
${display$2('inline-grid')}
|
|
21342
|
-
${styles$
|
|
21342
|
+
${styles$1f}
|
|
21343
21343
|
|
|
21344
21344
|
:host {
|
|
21345
21345
|
font: ${bodyFont};
|
|
@@ -21577,7 +21577,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
21577
21577
|
baseName: 'checkbox',
|
|
21578
21578
|
baseClass: Checkbox$1,
|
|
21579
21579
|
template: template$15,
|
|
21580
|
-
styles: styles$
|
|
21580
|
+
styles: styles$1e,
|
|
21581
21581
|
checkedIndicator: check16X16.data,
|
|
21582
21582
|
indeterminateIndicator: minus16X16.data
|
|
21583
21583
|
});
|
|
@@ -21589,7 +21589,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
21589
21589
|
block: 'block'
|
|
21590
21590
|
};
|
|
21591
21591
|
|
|
21592
|
-
const styles$
|
|
21592
|
+
const styles$1d = css `
|
|
21593
21593
|
${display$2('inline-flex')}
|
|
21594
21594
|
|
|
21595
21595
|
:host {
|
|
@@ -21737,7 +21737,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
21737
21737
|
const nimbleChip = Chip.compose({
|
|
21738
21738
|
baseName: 'chip',
|
|
21739
21739
|
template: template$14,
|
|
21740
|
-
styles: styles$
|
|
21740
|
+
styles: styles$1d,
|
|
21741
21741
|
shadowOptions: {
|
|
21742
21742
|
delegatesFocus: true
|
|
21743
21743
|
}
|
|
@@ -21745,8 +21745,8 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
21745
21745
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleChip());
|
|
21746
21746
|
const chipTag = 'nimble-chip';
|
|
21747
21747
|
|
|
21748
|
-
const styles$
|
|
21749
|
-
${styles$
|
|
21748
|
+
const styles$1c = css `
|
|
21749
|
+
${styles$1w}
|
|
21750
21750
|
${buttonAppearanceVariantStyles}
|
|
21751
21751
|
|
|
21752
21752
|
@layer checked {
|
|
@@ -21889,7 +21889,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
21889
21889
|
const nimbleToggleButton = ToggleButton.compose({
|
|
21890
21890
|
baseName: 'toggle-button',
|
|
21891
21891
|
template: template$13,
|
|
21892
|
-
styles: styles$
|
|
21892
|
+
styles: styles$1c,
|
|
21893
21893
|
shadowOptions: {
|
|
21894
21894
|
delegatesFocus: true
|
|
21895
21895
|
}
|
|
@@ -21919,7 +21919,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
21919
21919
|
frameless: 'frameless'
|
|
21920
21920
|
};
|
|
21921
21921
|
|
|
21922
|
-
const styles$
|
|
21922
|
+
const styles$1b = css `
|
|
21923
21923
|
${display$2('inline-flex')}
|
|
21924
21924
|
|
|
21925
21925
|
:host {
|
|
@@ -22209,7 +22209,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
22209
22209
|
}
|
|
22210
22210
|
`));
|
|
22211
22211
|
|
|
22212
|
-
const styles$
|
|
22212
|
+
const styles$1a = css `
|
|
22213
22213
|
.annotated-label {
|
|
22214
22214
|
display: flex;
|
|
22215
22215
|
flex-direction: row;
|
|
@@ -22236,10 +22236,10 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
22236
22236
|
none: undefined,
|
|
22237
22237
|
standard: 'standard'};
|
|
22238
22238
|
|
|
22239
|
-
const styles$
|
|
22239
|
+
const styles$19 = css `
|
|
22240
|
+
${styles$1b}
|
|
22241
|
+
${styles$1f}
|
|
22240
22242
|
${styles$1a}
|
|
22241
|
-
${styles$1e}
|
|
22242
|
-
${styles$19}
|
|
22243
22243
|
|
|
22244
22244
|
:host {
|
|
22245
22245
|
--ni-private-hover-bottom-border-width: 2px;
|
|
@@ -23136,7 +23136,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
23136
23136
|
baseName: 'combobox',
|
|
23137
23137
|
baseClass: FormAssociatedCombobox,
|
|
23138
23138
|
template: template$12,
|
|
23139
|
-
styles: styles$
|
|
23139
|
+
styles: styles$19,
|
|
23140
23140
|
shadowOptions: {
|
|
23141
23141
|
delegatesFocus: true
|
|
23142
23142
|
},
|
|
@@ -23180,7 +23180,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
23180
23180
|
*/
|
|
23181
23181
|
const UserDismissed = Symbol('user dismissed');
|
|
23182
23182
|
|
|
23183
|
-
const styles$
|
|
23183
|
+
const styles$18 = css `
|
|
23184
23184
|
${display$2('grid')}
|
|
23185
23185
|
|
|
23186
23186
|
dialog {
|
|
@@ -23422,12 +23422,12 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
23422
23422
|
const nimbleDialog = Dialog.compose({
|
|
23423
23423
|
baseName: 'dialog',
|
|
23424
23424
|
template: template$11,
|
|
23425
|
-
styles: styles$
|
|
23425
|
+
styles: styles$18,
|
|
23426
23426
|
baseClass: Dialog
|
|
23427
23427
|
});
|
|
23428
23428
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleDialog());
|
|
23429
23429
|
|
|
23430
|
-
const styles$
|
|
23430
|
+
const styles$17 = css `
|
|
23431
23431
|
${display$2('block')}
|
|
23432
23432
|
|
|
23433
23433
|
:host {
|
|
@@ -23713,7 +23713,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
23713
23713
|
const nimbleDrawer = Drawer.compose({
|
|
23714
23714
|
baseName: 'drawer',
|
|
23715
23715
|
template: template$10,
|
|
23716
|
-
styles: styles$
|
|
23716
|
+
styles: styles$17
|
|
23717
23717
|
});
|
|
23718
23718
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleDrawer());
|
|
23719
23719
|
|
|
@@ -26511,7 +26511,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
26511
26511
|
}
|
|
26512
26512
|
}
|
|
26513
26513
|
|
|
26514
|
-
const styles$
|
|
26514
|
+
const styles$16 = css `
|
|
26515
26515
|
${display$2('none')}
|
|
26516
26516
|
`;
|
|
26517
26517
|
|
|
@@ -26584,7 +26584,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
26584
26584
|
], LabelProviderCore.prototype, "itemRemove", void 0);
|
|
26585
26585
|
const nimbleLabelProviderCore = LabelProviderCore.compose({
|
|
26586
26586
|
baseName: 'label-provider-core',
|
|
26587
|
-
styles: styles$
|
|
26587
|
+
styles: styles$16
|
|
26588
26588
|
});
|
|
26589
26589
|
DesignSystem.getOrCreate()
|
|
26590
26590
|
.withPrefix('nimble')
|
|
@@ -26751,13 +26751,13 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
26751
26751
|
], LabelProviderTable.prototype, "groupRowPlaceholderEmpty", void 0);
|
|
26752
26752
|
const nimbleLabelProviderTable = LabelProviderTable.compose({
|
|
26753
26753
|
baseName: 'label-provider-table',
|
|
26754
|
-
styles: styles$
|
|
26754
|
+
styles: styles$16
|
|
26755
26755
|
});
|
|
26756
26756
|
DesignSystem.getOrCreate()
|
|
26757
26757
|
.withPrefix('nimble')
|
|
26758
26758
|
.register(nimbleLabelProviderTable());
|
|
26759
26759
|
|
|
26760
|
-
const styles$
|
|
26760
|
+
const styles$15 = css `
|
|
26761
26761
|
${display$2('flex')}
|
|
26762
26762
|
|
|
26763
26763
|
:host {
|
|
@@ -26936,12 +26936,12 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
26936
26936
|
baseName: 'list-option',
|
|
26937
26937
|
baseClass: ListboxOption,
|
|
26938
26938
|
template: template$$,
|
|
26939
|
-
styles: styles$
|
|
26939
|
+
styles: styles$15
|
|
26940
26940
|
});
|
|
26941
26941
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleListOption());
|
|
26942
26942
|
const listOptionTag = 'nimble-list-option';
|
|
26943
26943
|
|
|
26944
|
-
const styles$
|
|
26944
|
+
const styles$14 = css `
|
|
26945
26945
|
${display$2('flex')}
|
|
26946
26946
|
|
|
26947
26947
|
:host {
|
|
@@ -27146,7 +27146,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
27146
27146
|
baseName: 'list-option-group',
|
|
27147
27147
|
baseClass: FoundationElement,
|
|
27148
27148
|
template: template$_,
|
|
27149
|
-
styles: styles$
|
|
27149
|
+
styles: styles$14
|
|
27150
27150
|
});
|
|
27151
27151
|
DesignSystem.getOrCreate()
|
|
27152
27152
|
.withPrefix('nimble')
|
|
@@ -27175,7 +27175,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
27175
27175
|
|
|
27176
27176
|
const template$Z = html `<template slot="mapping"></template>`;
|
|
27177
27177
|
|
|
27178
|
-
const styles$
|
|
27178
|
+
const styles$13 = css `
|
|
27179
27179
|
${display$2('none')}
|
|
27180
27180
|
`;
|
|
27181
27181
|
|
|
@@ -27192,7 +27192,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
27192
27192
|
const emptyMapping = MappingEmpty.compose({
|
|
27193
27193
|
baseName: 'mapping-empty',
|
|
27194
27194
|
template: template$Z,
|
|
27195
|
-
styles: styles$
|
|
27195
|
+
styles: styles$13
|
|
27196
27196
|
});
|
|
27197
27197
|
DesignSystem.getOrCreate().withPrefix('nimble').register(emptyMapping());
|
|
27198
27198
|
|
|
@@ -27263,7 +27263,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
27263
27263
|
const iconMapping = MappingIcon.compose({
|
|
27264
27264
|
baseName: 'mapping-icon',
|
|
27265
27265
|
template: template$Z,
|
|
27266
|
-
styles: styles$
|
|
27266
|
+
styles: styles$13
|
|
27267
27267
|
});
|
|
27268
27268
|
DesignSystem.getOrCreate().withPrefix('nimble').register(iconMapping());
|
|
27269
27269
|
|
|
@@ -27287,7 +27287,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
27287
27287
|
const spinnerMapping = MappingSpinner.compose({
|
|
27288
27288
|
baseName: 'mapping-spinner',
|
|
27289
27289
|
template: template$Z,
|
|
27290
|
-
styles: styles$
|
|
27290
|
+
styles: styles$13
|
|
27291
27291
|
});
|
|
27292
27292
|
DesignSystem.getOrCreate().withPrefix('nimble').register(spinnerMapping());
|
|
27293
27293
|
|
|
@@ -27304,7 +27304,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
27304
27304
|
const textMapping = MappingText.compose({
|
|
27305
27305
|
baseName: 'mapping-text',
|
|
27306
27306
|
template: template$Z,
|
|
27307
|
-
styles: styles$
|
|
27307
|
+
styles: styles$13
|
|
27308
27308
|
});
|
|
27309
27309
|
DesignSystem.getOrCreate().withPrefix('nimble').register(textMapping());
|
|
27310
27310
|
|
|
@@ -27623,7 +27623,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
27623
27623
|
</template>
|
|
27624
27624
|
`;
|
|
27625
27625
|
|
|
27626
|
-
const styles$
|
|
27626
|
+
const styles$12 = css `
|
|
27627
27627
|
${display$2('grid')}
|
|
27628
27628
|
|
|
27629
27629
|
:host {
|
|
@@ -27695,7 +27695,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
27695
27695
|
baseName: 'menu',
|
|
27696
27696
|
baseClass: Menu$1,
|
|
27697
27697
|
template: template$Y,
|
|
27698
|
-
styles: styles$
|
|
27698
|
+
styles: styles$12
|
|
27699
27699
|
});
|
|
27700
27700
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleMenu());
|
|
27701
27701
|
const menuTag = 'nimble-menu';
|
|
@@ -27711,7 +27711,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
27711
27711
|
auto: 'auto'
|
|
27712
27712
|
};
|
|
27713
27713
|
|
|
27714
|
-
const styles$
|
|
27714
|
+
const styles$11 = css `
|
|
27715
27715
|
${display$2('inline-block')}
|
|
27716
27716
|
|
|
27717
27717
|
:host {
|
|
@@ -27980,7 +27980,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
27980
27980
|
const nimbleMenuButton = MenuButton.compose({
|
|
27981
27981
|
baseName: 'menu-button',
|
|
27982
27982
|
template: template$X,
|
|
27983
|
-
styles: styles$
|
|
27983
|
+
styles: styles$11,
|
|
27984
27984
|
shadowOptions: {
|
|
27985
27985
|
delegatesFocus: true
|
|
27986
27986
|
}
|
|
@@ -27988,7 +27988,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
27988
27988
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleMenuButton());
|
|
27989
27989
|
const menuButtonTag = 'nimble-menu-button';
|
|
27990
27990
|
|
|
27991
|
-
const styles
|
|
27991
|
+
const styles$10 = css `
|
|
27992
27992
|
${display$2('grid')}
|
|
27993
27993
|
|
|
27994
27994
|
:host {
|
|
@@ -28085,7 +28085,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
28085
28085
|
baseName: 'menu-item',
|
|
28086
28086
|
baseClass: MenuItem$1,
|
|
28087
28087
|
template: menuItemTemplate,
|
|
28088
|
-
styles: styles
|
|
28088
|
+
styles: styles$10,
|
|
28089
28089
|
expandCollapseGlyph: arrowExpanderRight16X16.data
|
|
28090
28090
|
});
|
|
28091
28091
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleMenuItem());
|
|
@@ -28101,10 +28101,10 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
28101
28101
|
frameless: 'frameless'
|
|
28102
28102
|
};
|
|
28103
28103
|
|
|
28104
|
-
const styles
|
|
28104
|
+
const styles$$ = css `
|
|
28105
28105
|
${display$2('inline-block')}
|
|
28106
|
-
${styles$
|
|
28107
|
-
${styles$
|
|
28106
|
+
${styles$1f}
|
|
28107
|
+
${styles$1a}
|
|
28108
28108
|
|
|
28109
28109
|
:host {
|
|
28110
28110
|
font: ${bodyFont};
|
|
@@ -28482,7 +28482,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
28482
28482
|
baseName: 'number-field',
|
|
28483
28483
|
baseClass: NumberField$1,
|
|
28484
28484
|
template: template$W,
|
|
28485
|
-
styles: styles
|
|
28485
|
+
styles: styles$$,
|
|
28486
28486
|
shadowOptions: {
|
|
28487
28487
|
delegatesFocus: true
|
|
28488
28488
|
},
|
|
@@ -28525,7 +28525,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
28525
28525
|
});
|
|
28526
28526
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleNumberField());
|
|
28527
28527
|
|
|
28528
|
-
const styles$
|
|
28528
|
+
const styles$_ = css `
|
|
28529
28529
|
${display$2('inline-flex')}
|
|
28530
28530
|
|
|
28531
28531
|
:host {
|
|
@@ -28625,15 +28625,15 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
28625
28625
|
baseName: 'radio',
|
|
28626
28626
|
baseClass: Radio$1,
|
|
28627
28627
|
template: radioTemplate,
|
|
28628
|
-
styles: styles$
|
|
28628
|
+
styles: styles$_,
|
|
28629
28629
|
checkedIndicator: circleFilled16X16.data
|
|
28630
28630
|
});
|
|
28631
28631
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleRadio());
|
|
28632
28632
|
|
|
28633
|
-
const styles$
|
|
28633
|
+
const styles$Z = css `
|
|
28634
28634
|
${display$2('inline-block')}
|
|
28635
|
-
${styles$
|
|
28636
|
-
${styles$
|
|
28635
|
+
${styles$1f}
|
|
28636
|
+
${styles$1a}
|
|
28637
28637
|
|
|
28638
28638
|
.positioning-region {
|
|
28639
28639
|
display: flex;
|
|
@@ -28713,7 +28713,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
28713
28713
|
baseName: 'radio-group',
|
|
28714
28714
|
baseClass: RadioGroup$1,
|
|
28715
28715
|
template: template$V,
|
|
28716
|
-
styles: styles$
|
|
28716
|
+
styles: styles$Z,
|
|
28717
28717
|
shadowOptions: {
|
|
28718
28718
|
delegatesFocus: true
|
|
28719
28719
|
}
|
|
@@ -48127,7 +48127,7 @@ ${indentedChild}`;
|
|
|
48127
48127
|
// src/index.ts
|
|
48128
48128
|
var index_default$7 = HardBreak;
|
|
48129
48129
|
|
|
48130
|
-
const styles$
|
|
48130
|
+
const styles$Y = css `
|
|
48131
48131
|
${display$2('inline')}
|
|
48132
48132
|
|
|
48133
48133
|
.positioning-region {
|
|
@@ -48164,7 +48164,7 @@ ${indentedChild}`;
|
|
|
48164
48164
|
baseName: 'toolbar',
|
|
48165
48165
|
baseClass: Toolbar$1,
|
|
48166
48166
|
template: toolbarTemplate,
|
|
48167
|
-
styles: styles$
|
|
48167
|
+
styles: styles$Y
|
|
48168
48168
|
});
|
|
48169
48169
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleToolbar());
|
|
48170
48170
|
const toolbarTag = 'nimble-toolbar';
|
|
@@ -48193,8 +48193,8 @@ ${indentedChild}`;
|
|
|
48193
48193
|
cssCustomPropertyName: null
|
|
48194
48194
|
}).withDefault(richTextLabelDefaults.richTextToggleNumberedListLabel);
|
|
48195
48195
|
|
|
48196
|
-
const styles$
|
|
48197
|
-
${styles$
|
|
48196
|
+
const styles$X = css `
|
|
48197
|
+
${styles$1b}
|
|
48198
48198
|
|
|
48199
48199
|
:host {
|
|
48200
48200
|
height: auto;
|
|
@@ -48501,7 +48501,7 @@ ${indentedChild}`;
|
|
|
48501
48501
|
const nimbleRichTextMentionListbox = RichTextMentionListbox.compose({
|
|
48502
48502
|
baseName: 'rich-text-mention-listbox',
|
|
48503
48503
|
template: template$U,
|
|
48504
|
-
styles: styles$
|
|
48504
|
+
styles: styles$X
|
|
48505
48505
|
});
|
|
48506
48506
|
DesignSystem.getOrCreate()
|
|
48507
48507
|
.withPrefix('nimble')
|
|
@@ -48610,9 +48610,9 @@ ${indentedChild}`;
|
|
|
48610
48610
|
</template>
|
|
48611
48611
|
`;
|
|
48612
48612
|
|
|
48613
|
-
const styles$
|
|
48613
|
+
const styles$W = css `
|
|
48614
48614
|
${display$2('inline-flex')}
|
|
48615
|
-
${styles$
|
|
48615
|
+
${styles$1f}
|
|
48616
48616
|
|
|
48617
48617
|
:host {
|
|
48618
48618
|
font: ${bodyFont};
|
|
@@ -65416,7 +65416,7 @@ ${indentedChild}`;
|
|
|
65416
65416
|
const nimbleRichTextEditor = RichTextEditor.compose({
|
|
65417
65417
|
baseName: 'rich-text-editor',
|
|
65418
65418
|
template: template$T,
|
|
65419
|
-
styles: styles$
|
|
65419
|
+
styles: styles$W,
|
|
65420
65420
|
shadowOptions: {
|
|
65421
65421
|
delegatesFocus: true
|
|
65422
65422
|
}
|
|
@@ -65431,7 +65431,7 @@ ${indentedChild}`;
|
|
|
65431
65431
|
</template>
|
|
65432
65432
|
`;
|
|
65433
65433
|
|
|
65434
|
-
const styles$
|
|
65434
|
+
const styles$V = css `
|
|
65435
65435
|
${display$2('flex')}
|
|
65436
65436
|
|
|
65437
65437
|
:host {
|
|
@@ -65545,16 +65545,16 @@ ${indentedChild}`;
|
|
|
65545
65545
|
const nimbleRichTextViewer = RichTextViewer.compose({
|
|
65546
65546
|
baseName: 'rich-text-viewer',
|
|
65547
65547
|
template: template$S,
|
|
65548
|
-
styles: styles$
|
|
65548
|
+
styles: styles$V
|
|
65549
65549
|
});
|
|
65550
65550
|
DesignSystem.getOrCreate()
|
|
65551
65551
|
.withPrefix('nimble')
|
|
65552
65552
|
.register(nimbleRichTextViewer());
|
|
65553
65553
|
|
|
65554
|
-
const styles$
|
|
65554
|
+
const styles$U = css `
|
|
65555
|
+
${styles$1b}
|
|
65556
|
+
${styles$1f}
|
|
65555
65557
|
${styles$1a}
|
|
65556
|
-
${styles$1e}
|
|
65557
|
-
${styles$19}
|
|
65558
65558
|
|
|
65559
65559
|
${
|
|
65560
65560
|
/* We are using flex `order` to define the visual ordering of the selected value,
|
|
@@ -65717,7 +65717,7 @@ ${indentedChild}`;
|
|
|
65717
65717
|
}
|
|
65718
65718
|
`));
|
|
65719
65719
|
|
|
65720
|
-
const styles$
|
|
65720
|
+
const styles$T = css `
|
|
65721
65721
|
${display$2('inline-grid')}
|
|
65722
65722
|
|
|
65723
65723
|
:host {
|
|
@@ -65935,7 +65935,7 @@ ${indentedChild}`;
|
|
|
65935
65935
|
const nimbleSpinner = Spinner.compose({
|
|
65936
65936
|
baseName: 'spinner',
|
|
65937
65937
|
template: template$R,
|
|
65938
|
-
styles: styles$
|
|
65938
|
+
styles: styles$T
|
|
65939
65939
|
});
|
|
65940
65940
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleSpinner());
|
|
65941
65941
|
const spinnerTag = 'nimble-spinner';
|
|
@@ -67164,7 +67164,7 @@ ${indentedChild}`;
|
|
|
67164
67164
|
baseName: 'select',
|
|
67165
67165
|
baseClass: Select$2,
|
|
67166
67166
|
template: template$Q,
|
|
67167
|
-
styles: styles$
|
|
67167
|
+
styles: styles$U,
|
|
67168
67168
|
indicator: arrowExpanderDown16X16.data,
|
|
67169
67169
|
end: html `
|
|
67170
67170
|
<${iconExclamationMarkTag}
|
|
@@ -67177,8 +67177,8 @@ ${indentedChild}`;
|
|
|
67177
67177
|
applyMixins(Select, StartEnd, DelegatesARIASelect);
|
|
67178
67178
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleSelect());
|
|
67179
67179
|
|
|
67180
|
-
const styles$
|
|
67181
|
-
${styles$
|
|
67180
|
+
const styles$S = css `
|
|
67181
|
+
${styles$1s}
|
|
67182
67182
|
${'' /* Button specific styles */}
|
|
67183
67183
|
@layer base {
|
|
67184
67184
|
.control {
|
|
@@ -67312,14 +67312,14 @@ ${indentedChild}`;
|
|
|
67312
67312
|
const nimbleStep = Step.compose({
|
|
67313
67313
|
baseName: 'step',
|
|
67314
67314
|
template: template$P,
|
|
67315
|
-
styles: styles$
|
|
67315
|
+
styles: styles$S,
|
|
67316
67316
|
shadowOptions: {
|
|
67317
67317
|
delegatesFocus: true
|
|
67318
67318
|
}
|
|
67319
67319
|
});
|
|
67320
67320
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleStep());
|
|
67321
67321
|
|
|
67322
|
-
const styles$
|
|
67322
|
+
const styles$R = css `
|
|
67323
67323
|
${display$2('inline-flex')}
|
|
67324
67324
|
|
|
67325
67325
|
:host {
|
|
@@ -67536,11 +67536,11 @@ ${indentedChild}`;
|
|
|
67536
67536
|
const nimbleStepper = Stepper.compose({
|
|
67537
67537
|
baseName: 'stepper',
|
|
67538
67538
|
template: template$O,
|
|
67539
|
-
styles: styles$
|
|
67539
|
+
styles: styles$R
|
|
67540
67540
|
});
|
|
67541
67541
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleStepper());
|
|
67542
67542
|
|
|
67543
|
-
const styles$
|
|
67543
|
+
const styles$Q = css `
|
|
67544
67544
|
${display$2('inline-flex')}
|
|
67545
67545
|
|
|
67546
67546
|
:host {
|
|
@@ -67812,11 +67812,11 @@ ${indentedChild}`;
|
|
|
67812
67812
|
baseClass: Switch$1,
|
|
67813
67813
|
baseName: 'switch',
|
|
67814
67814
|
template: template$N,
|
|
67815
|
-
styles: styles$
|
|
67815
|
+
styles: styles$Q
|
|
67816
67816
|
});
|
|
67817
67817
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleSwitch());
|
|
67818
67818
|
|
|
67819
|
-
const styles$
|
|
67819
|
+
const styles$P = css `
|
|
67820
67820
|
${display$2('inline-flex')}
|
|
67821
67821
|
|
|
67822
67822
|
:host {
|
|
@@ -67927,11 +67927,11 @@ ${indentedChild}`;
|
|
|
67927
67927
|
baseName: 'tab',
|
|
67928
67928
|
baseClass: Tab$1,
|
|
67929
67929
|
template: tabTemplate,
|
|
67930
|
-
styles: styles$
|
|
67930
|
+
styles: styles$P
|
|
67931
67931
|
});
|
|
67932
67932
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTab());
|
|
67933
67933
|
|
|
67934
|
-
const styles$
|
|
67934
|
+
const styles$O = css `
|
|
67935
67935
|
${display$2('block')}
|
|
67936
67936
|
|
|
67937
67937
|
:host {
|
|
@@ -67950,7 +67950,7 @@ ${indentedChild}`;
|
|
|
67950
67950
|
baseName: 'tab-panel',
|
|
67951
67951
|
baseClass: TabPanel$1,
|
|
67952
67952
|
template: tabPanelTemplate,
|
|
67953
|
-
styles: styles$
|
|
67953
|
+
styles: styles$O
|
|
67954
67954
|
});
|
|
67955
67955
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTabPanel());
|
|
67956
67956
|
|
|
@@ -71676,7 +71676,7 @@ ${indentedChild}`;
|
|
|
71676
71676
|
}
|
|
71677
71677
|
}
|
|
71678
71678
|
|
|
71679
|
-
const styles$
|
|
71679
|
+
const styles$N = css `
|
|
71680
71680
|
${display$2('flex')}
|
|
71681
71681
|
|
|
71682
71682
|
:host {
|
|
@@ -71896,7 +71896,7 @@ focus outline in that case.
|
|
|
71896
71896
|
}
|
|
71897
71897
|
`));
|
|
71898
71898
|
|
|
71899
|
-
const styles$
|
|
71899
|
+
const styles$M = css `
|
|
71900
71900
|
${display$2('flex')}
|
|
71901
71901
|
|
|
71902
71902
|
:host {
|
|
@@ -72016,12 +72016,12 @@ focus outline in that case.
|
|
|
72016
72016
|
const nimbleTableHeader = TableHeader.compose({
|
|
72017
72017
|
baseName: 'table-header',
|
|
72018
72018
|
template: template$M,
|
|
72019
|
-
styles: styles$
|
|
72019
|
+
styles: styles$M
|
|
72020
72020
|
});
|
|
72021
72021
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTableHeader());
|
|
72022
72022
|
const tableHeaderTag = 'nimble-table-header';
|
|
72023
72023
|
|
|
72024
|
-
const styles$
|
|
72024
|
+
const styles$L = css `
|
|
72025
72025
|
:host .animating {
|
|
72026
72026
|
transition: ${mediumDelay} ease-in;
|
|
72027
72027
|
}
|
|
@@ -72046,9 +72046,9 @@ focus outline in that case.
|
|
|
72046
72046
|
}
|
|
72047
72047
|
`;
|
|
72048
72048
|
|
|
72049
|
-
const styles$
|
|
72049
|
+
const styles$K = css `
|
|
72050
72050
|
${display$2('flex')}
|
|
72051
|
-
${styles$
|
|
72051
|
+
${styles$L}
|
|
72052
72052
|
|
|
72053
72053
|
:host {
|
|
72054
72054
|
width: fit-content;
|
|
@@ -72218,7 +72218,7 @@ focus outline in that case.
|
|
|
72218
72218
|
}
|
|
72219
72219
|
`));
|
|
72220
72220
|
|
|
72221
|
-
const styles$
|
|
72221
|
+
const styles$J = css `
|
|
72222
72222
|
${display$2('flex')}
|
|
72223
72223
|
|
|
72224
72224
|
:host {
|
|
@@ -72361,7 +72361,7 @@ focus outline in that case.
|
|
|
72361
72361
|
const nimbleTableCell = TableCell.compose({
|
|
72362
72362
|
baseName: 'table-cell',
|
|
72363
72363
|
template: template$L,
|
|
72364
|
-
styles: styles$
|
|
72364
|
+
styles: styles$J
|
|
72365
72365
|
});
|
|
72366
72366
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTableCell());
|
|
72367
72367
|
const tableCellTag = 'nimble-table-cell';
|
|
@@ -72762,14 +72762,14 @@ focus outline in that case.
|
|
|
72762
72762
|
const nimbleTableRow = TableRow.compose({
|
|
72763
72763
|
baseName: 'table-row',
|
|
72764
72764
|
template: template$K,
|
|
72765
|
-
styles: styles$
|
|
72765
|
+
styles: styles$K
|
|
72766
72766
|
});
|
|
72767
72767
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTableRow());
|
|
72768
72768
|
const tableRowTag = 'nimble-table-row';
|
|
72769
72769
|
|
|
72770
|
-
const styles$
|
|
72770
|
+
const styles$I = css `
|
|
72771
72771
|
${display$2('grid')}
|
|
72772
|
-
${styles$
|
|
72772
|
+
${styles$L}
|
|
72773
72773
|
|
|
72774
72774
|
:host {
|
|
72775
72775
|
align-items: center;
|
|
@@ -73015,7 +73015,7 @@ focus outline in that case.
|
|
|
73015
73015
|
const nimbleTableGroupRow = TableGroupRow.compose({
|
|
73016
73016
|
baseName: 'table-group-row',
|
|
73017
73017
|
template: template$J,
|
|
73018
|
-
styles: styles$
|
|
73018
|
+
styles: styles$I
|
|
73019
73019
|
});
|
|
73020
73020
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTableGroupRow());
|
|
73021
73021
|
const tableGroupRowTag = 'nimble-table-group-row';
|
|
@@ -77662,11 +77662,11 @@ focus outline in that case.
|
|
|
77662
77662
|
const nimbleTable = Table$1.compose({
|
|
77663
77663
|
baseName: 'table',
|
|
77664
77664
|
template: template$I,
|
|
77665
|
-
styles: styles$
|
|
77665
|
+
styles: styles$N
|
|
77666
77666
|
});
|
|
77667
77667
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTable());
|
|
77668
77668
|
|
|
77669
|
-
const styles$
|
|
77669
|
+
const styles$H = css `
|
|
77670
77670
|
${display$2('contents')}
|
|
77671
77671
|
|
|
77672
77672
|
.header-content {
|
|
@@ -77743,7 +77743,7 @@ focus outline in that case.
|
|
|
77743
77743
|
return ColumnWithPlaceholder;
|
|
77744
77744
|
}
|
|
77745
77745
|
|
|
77746
|
-
const styles$
|
|
77746
|
+
const styles$G = css `
|
|
77747
77747
|
${display$2('flex')}
|
|
77748
77748
|
|
|
77749
77749
|
:host {
|
|
@@ -77867,7 +77867,7 @@ focus outline in that case.
|
|
|
77867
77867
|
const anchorCellView = TableColumnAnchorCellView.compose({
|
|
77868
77868
|
baseName: 'table-column-anchor-cell-view',
|
|
77869
77869
|
template: template$G,
|
|
77870
|
-
styles: styles$
|
|
77870
|
+
styles: styles$G
|
|
77871
77871
|
});
|
|
77872
77872
|
DesignSystem.getOrCreate().withPrefix('nimble').register(anchorCellView());
|
|
77873
77873
|
const tableColumnAnchorCellViewTag = 'nimble-table-column-anchor-cell-view';
|
|
@@ -77953,7 +77953,7 @@ focus outline in that case.
|
|
|
77953
77953
|
</span>
|
|
77954
77954
|
`;
|
|
77955
77955
|
|
|
77956
|
-
const styles$
|
|
77956
|
+
const styles$F = css `
|
|
77957
77957
|
${display$2('flex')}
|
|
77958
77958
|
|
|
77959
77959
|
span {
|
|
@@ -77978,7 +77978,7 @@ focus outline in that case.
|
|
|
77978
77978
|
const tableColumnTextGroupHeaderView = TableColumnTextGroupHeaderView.compose({
|
|
77979
77979
|
baseName: 'table-column-text-group-header-view',
|
|
77980
77980
|
template: template$F,
|
|
77981
|
-
styles: styles$
|
|
77981
|
+
styles: styles$F
|
|
77982
77982
|
});
|
|
77983
77983
|
DesignSystem.getOrCreate()
|
|
77984
77984
|
.withPrefix('nimble')
|
|
@@ -78223,7 +78223,7 @@ focus outline in that case.
|
|
|
78223
78223
|
const nimbleTableColumnAnchor = TableColumnAnchor.compose({
|
|
78224
78224
|
baseName: 'table-column-anchor',
|
|
78225
78225
|
template: template$H,
|
|
78226
|
-
styles: styles$
|
|
78226
|
+
styles: styles$H
|
|
78227
78227
|
});
|
|
78228
78228
|
DesignSystem.getOrCreate()
|
|
78229
78229
|
.withPrefix('nimble')
|
|
@@ -78276,7 +78276,7 @@ focus outline in that case.
|
|
|
78276
78276
|
const tableColumnDateTextGroupHeaderView = TableColumnDateTextGroupHeaderView.compose({
|
|
78277
78277
|
baseName: 'table-column-date-text-group-header-view',
|
|
78278
78278
|
template: template$F,
|
|
78279
|
-
styles: styles$
|
|
78279
|
+
styles: styles$F
|
|
78280
78280
|
});
|
|
78281
78281
|
DesignSystem.getOrCreate()
|
|
78282
78282
|
.withPrefix('nimble')
|
|
@@ -78299,7 +78299,7 @@ focus outline in that case.
|
|
|
78299
78299
|
</template>
|
|
78300
78300
|
`;
|
|
78301
78301
|
|
|
78302
|
-
const styles$
|
|
78302
|
+
const styles$E = css `
|
|
78303
78303
|
${display$2('flex')}
|
|
78304
78304
|
|
|
78305
78305
|
:host {
|
|
@@ -78402,7 +78402,7 @@ focus outline in that case.
|
|
|
78402
78402
|
const dateTextCellView = TableColumnDateTextCellView.compose({
|
|
78403
78403
|
baseName: 'table-column-date-text-cell-view',
|
|
78404
78404
|
template: template$E,
|
|
78405
|
-
styles: styles$
|
|
78405
|
+
styles: styles$E
|
|
78406
78406
|
});
|
|
78407
78407
|
DesignSystem.getOrCreate().withPrefix('nimble').register(dateTextCellView());
|
|
78408
78408
|
const tableColumnDateTextCellViewTag = 'nimble-table-column-date-text-cell-view';
|
|
@@ -78661,7 +78661,7 @@ focus outline in that case.
|
|
|
78661
78661
|
const nimbleTableColumnDateText = TableColumnDateText.compose({
|
|
78662
78662
|
baseName: 'table-column-date-text',
|
|
78663
78663
|
template: template$H,
|
|
78664
|
-
styles: styles$
|
|
78664
|
+
styles: styles$H
|
|
78665
78665
|
});
|
|
78666
78666
|
DesignSystem.getOrCreate()
|
|
78667
78667
|
.withPrefix('nimble')
|
|
@@ -78678,7 +78678,7 @@ focus outline in that case.
|
|
|
78678
78678
|
const durationTextCellView = TableColumnDurationTextCellView.compose({
|
|
78679
78679
|
baseName: 'table-column-duration-text-cell-view',
|
|
78680
78680
|
template: template$E,
|
|
78681
|
-
styles: styles$
|
|
78681
|
+
styles: styles$E
|
|
78682
78682
|
});
|
|
78683
78683
|
DesignSystem.getOrCreate()
|
|
78684
78684
|
.withPrefix('nimble')
|
|
@@ -78780,7 +78780,7 @@ focus outline in that case.
|
|
|
78780
78780
|
const tableColumnDurationTextGroupHeaderView = TableColumnDurationTextGroupHeaderView.compose({
|
|
78781
78781
|
baseName: 'table-column-duration-text-group-header-view',
|
|
78782
78782
|
template: template$F,
|
|
78783
|
-
styles: styles$
|
|
78783
|
+
styles: styles$F
|
|
78784
78784
|
});
|
|
78785
78785
|
DesignSystem.getOrCreate()
|
|
78786
78786
|
.withPrefix('nimble')
|
|
@@ -78833,7 +78833,7 @@ focus outline in that case.
|
|
|
78833
78833
|
const nimbleTableColumnDurationText = TableColumnDurationText.compose({
|
|
78834
78834
|
baseName: 'table-column-duration-text',
|
|
78835
78835
|
template: template$H,
|
|
78836
|
-
styles: styles$
|
|
78836
|
+
styles: styles$H
|
|
78837
78837
|
});
|
|
78838
78838
|
DesignSystem.getOrCreate()
|
|
78839
78839
|
.withPrefix('nimble')
|
|
@@ -78941,8 +78941,8 @@ focus outline in that case.
|
|
|
78941
78941
|
attr({ attribute: 'key-type' })
|
|
78942
78942
|
], TableColumnEnumBase.prototype, "keyType", void 0);
|
|
78943
78943
|
|
|
78944
|
-
const styles$
|
|
78945
|
-
${styles$
|
|
78944
|
+
const styles$D = css `
|
|
78945
|
+
${styles$H}
|
|
78946
78946
|
|
|
78947
78947
|
slot[name='mapping'] {
|
|
78948
78948
|
display: none;
|
|
@@ -79035,7 +79035,7 @@ focus outline in that case.
|
|
|
79035
79035
|
}
|
|
79036
79036
|
}
|
|
79037
79037
|
|
|
79038
|
-
const styles$
|
|
79038
|
+
const styles$C = css `
|
|
79039
79039
|
${display$2('inline-flex')}
|
|
79040
79040
|
|
|
79041
79041
|
:host {
|
|
@@ -79204,14 +79204,14 @@ focus outline in that case.
|
|
|
79204
79204
|
const mappingGroupHeaderView = TableColumnMappingGroupHeaderView.compose({
|
|
79205
79205
|
baseName: 'table-column-mapping-group-header-view',
|
|
79206
79206
|
template: template$C,
|
|
79207
|
-
styles: styles$
|
|
79207
|
+
styles: styles$C
|
|
79208
79208
|
});
|
|
79209
79209
|
DesignSystem.getOrCreate()
|
|
79210
79210
|
.withPrefix('nimble')
|
|
79211
79211
|
.register(mappingGroupHeaderView());
|
|
79212
79212
|
const tableColumnMappingGroupHeaderViewTag = 'nimble-table-column-mapping-group-header-view';
|
|
79213
79213
|
|
|
79214
|
-
const styles$
|
|
79214
|
+
const styles$B = css `
|
|
79215
79215
|
${display$2('inline-flex')}
|
|
79216
79216
|
|
|
79217
79217
|
:host {
|
|
@@ -79323,7 +79323,7 @@ focus outline in that case.
|
|
|
79323
79323
|
const mappingCellView = TableColumnMappingCellView.compose({
|
|
79324
79324
|
baseName: 'table-column-mapping-cell-view',
|
|
79325
79325
|
template: template$B,
|
|
79326
|
-
styles: styles$
|
|
79326
|
+
styles: styles$B
|
|
79327
79327
|
});
|
|
79328
79328
|
DesignSystem.getOrCreate().withPrefix('nimble').register(mappingCellView());
|
|
79329
79329
|
const tableColumnMappingCellViewTag = 'nimble-table-column-mapping-cell-view';
|
|
@@ -79407,7 +79407,7 @@ focus outline in that case.
|
|
|
79407
79407
|
const nimbleTableColumnMapping = TableColumnMapping.compose({
|
|
79408
79408
|
baseName: 'table-column-mapping',
|
|
79409
79409
|
template: template$D,
|
|
79410
|
-
styles: styles$
|
|
79410
|
+
styles: styles$D
|
|
79411
79411
|
});
|
|
79412
79412
|
DesignSystem.getOrCreate()
|
|
79413
79413
|
.withPrefix('nimble')
|
|
@@ -79441,7 +79441,7 @@ focus outline in that case.
|
|
|
79441
79441
|
`)}
|
|
79442
79442
|
`;
|
|
79443
79443
|
|
|
79444
|
-
const styles$
|
|
79444
|
+
const styles$A = css `
|
|
79445
79445
|
:host {
|
|
79446
79446
|
align-self: center;
|
|
79447
79447
|
width: 100%;
|
|
@@ -79517,7 +79517,7 @@ focus outline in that case.
|
|
|
79517
79517
|
const menuButtonCellView = TableColumnMenuButtonCellView.compose({
|
|
79518
79518
|
baseName: 'table-column-menu-button-cell-view',
|
|
79519
79519
|
template: template$z,
|
|
79520
|
-
styles: styles$
|
|
79520
|
+
styles: styles$A
|
|
79521
79521
|
});
|
|
79522
79522
|
DesignSystem.getOrCreate().withPrefix('nimble').register(menuButtonCellView());
|
|
79523
79523
|
const tableColumnMenuButtonCellViewTag = 'nimble-table-column-menu-button-cell-view';
|
|
@@ -79573,7 +79573,7 @@ focus outline in that case.
|
|
|
79573
79573
|
const nimbleTableColumnMenuButton = TableColumnMenuButton.compose({
|
|
79574
79574
|
baseName: 'table-column-menu-button',
|
|
79575
79575
|
template: template$A,
|
|
79576
|
-
styles: styles$
|
|
79576
|
+
styles: styles$H
|
|
79577
79577
|
});
|
|
79578
79578
|
DesignSystem.getOrCreate()
|
|
79579
79579
|
.withPrefix('nimble')
|
|
@@ -79601,7 +79601,7 @@ focus outline in that case.
|
|
|
79601
79601
|
const tableColumnNumberTextGroupHeaderView = TableColumnNumberTextGroupHeaderView.compose({
|
|
79602
79602
|
baseName: 'table-column-number-text-group-header-view',
|
|
79603
79603
|
template: template$F,
|
|
79604
|
-
styles: styles$
|
|
79604
|
+
styles: styles$F
|
|
79605
79605
|
});
|
|
79606
79606
|
DesignSystem.getOrCreate()
|
|
79607
79607
|
.withPrefix('nimble')
|
|
@@ -79623,7 +79623,7 @@ focus outline in that case.
|
|
|
79623
79623
|
const numberTextCellView = TableColumnNumberTextCellView.compose({
|
|
79624
79624
|
baseName: 'table-column-number-text-cell-view',
|
|
79625
79625
|
template: template$E,
|
|
79626
|
-
styles: styles$
|
|
79626
|
+
styles: styles$E
|
|
79627
79627
|
});
|
|
79628
79628
|
DesignSystem.getOrCreate().withPrefix('nimble').register(numberTextCellView());
|
|
79629
79629
|
const tableColumnNumberTextCellViewTag = 'nimble-table-column-number-text-cell-view';
|
|
@@ -80164,7 +80164,7 @@ focus outline in that case.
|
|
|
80164
80164
|
const nimbleTableColumnNumberText = TableColumnNumberText.compose({
|
|
80165
80165
|
baseName: 'table-column-number-text',
|
|
80166
80166
|
template: template$y,
|
|
80167
|
-
styles: styles$
|
|
80167
|
+
styles: styles$H
|
|
80168
80168
|
});
|
|
80169
80169
|
DesignSystem.getOrCreate()
|
|
80170
80170
|
.withPrefix('nimble')
|
|
@@ -80183,7 +80183,7 @@ focus outline in that case.
|
|
|
80183
80183
|
const textCellView = TableColumnTextCellView.compose({
|
|
80184
80184
|
baseName: 'table-column-text-cell-view',
|
|
80185
80185
|
template: template$E,
|
|
80186
|
-
styles: styles$
|
|
80186
|
+
styles: styles$E
|
|
80187
80187
|
});
|
|
80188
80188
|
DesignSystem.getOrCreate().withPrefix('nimble').register(textCellView());
|
|
80189
80189
|
const tableColumnTextCellViewTag = 'nimble-table-column-text-cell-view';
|
|
@@ -80238,14 +80238,14 @@ focus outline in that case.
|
|
|
80238
80238
|
const nimbleTableColumnText = TableColumnText.compose({
|
|
80239
80239
|
baseName: 'table-column-text',
|
|
80240
80240
|
template: template$H,
|
|
80241
|
-
styles: styles$
|
|
80241
|
+
styles: styles$H
|
|
80242
80242
|
});
|
|
80243
80243
|
DesignSystem.getOrCreate()
|
|
80244
80244
|
.withPrefix('nimble')
|
|
80245
80245
|
.register(nimbleTableColumnText());
|
|
80246
80246
|
|
|
80247
|
-
const styles$
|
|
80248
|
-
${styles$
|
|
80247
|
+
const styles$z = css `
|
|
80248
|
+
${styles$1o}
|
|
80249
80249
|
|
|
80250
80250
|
.tabpanel {
|
|
80251
80251
|
overflow: auto;
|
|
@@ -80327,11 +80327,11 @@ focus outline in that case.
|
|
|
80327
80327
|
baseName: 'tabs',
|
|
80328
80328
|
baseClass: Tabs$1,
|
|
80329
80329
|
template: template$19,
|
|
80330
|
-
styles: styles$
|
|
80330
|
+
styles: styles$z
|
|
80331
80331
|
});
|
|
80332
80332
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTabs());
|
|
80333
80333
|
|
|
80334
|
-
const styles$
|
|
80334
|
+
const styles$y = css `
|
|
80335
80335
|
${display$2('flex')}
|
|
80336
80336
|
|
|
80337
80337
|
:host {
|
|
@@ -80396,7 +80396,7 @@ focus outline in that case.
|
|
|
80396
80396
|
const nimbleTabsToolbar = TabsToolbar.compose({
|
|
80397
80397
|
baseName: 'tabs-toolbar',
|
|
80398
80398
|
template: template$x,
|
|
80399
|
-
styles: styles$
|
|
80399
|
+
styles: styles$y
|
|
80400
80400
|
});
|
|
80401
80401
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTabsToolbar());
|
|
80402
80402
|
applyMixins(TabsToolbar, StartEnd);
|
|
@@ -80406,10 +80406,10 @@ focus outline in that case.
|
|
|
80406
80406
|
block: 'block'
|
|
80407
80407
|
};
|
|
80408
80408
|
|
|
80409
|
-
const styles$
|
|
80409
|
+
const styles$x = css `
|
|
80410
80410
|
${display$2('inline-flex')}
|
|
80411
|
-
${styles$
|
|
80412
|
-
${styles$
|
|
80411
|
+
${styles$1f}
|
|
80412
|
+
${styles$1a}
|
|
80413
80413
|
|
|
80414
80414
|
:host {
|
|
80415
80415
|
font: ${bodyFont};
|
|
@@ -80750,7 +80750,7 @@ focus outline in that case.
|
|
|
80750
80750
|
baseName: 'text-area',
|
|
80751
80751
|
baseClass: TextArea$1,
|
|
80752
80752
|
template: template$w,
|
|
80753
|
-
styles: styles$
|
|
80753
|
+
styles: styles$x,
|
|
80754
80754
|
shadowOptions: {
|
|
80755
80755
|
delegatesFocus: true
|
|
80756
80756
|
}
|
|
@@ -80767,10 +80767,10 @@ focus outline in that case.
|
|
|
80767
80767
|
frameless: 'frameless'
|
|
80768
80768
|
};
|
|
80769
80769
|
|
|
80770
|
-
const styles$
|
|
80770
|
+
const styles$w = css `
|
|
80771
80771
|
${display$2('inline-block')}
|
|
80772
|
-
${styles$
|
|
80773
|
-
${styles$
|
|
80772
|
+
${styles$1f}
|
|
80773
|
+
${styles$1a}
|
|
80774
80774
|
|
|
80775
80775
|
:host {
|
|
80776
80776
|
font: ${bodyFont};
|
|
@@ -81130,7 +81130,7 @@ focus outline in that case.
|
|
|
81130
81130
|
baseName: 'text-field',
|
|
81131
81131
|
baseClass: TextField$1,
|
|
81132
81132
|
template: template$v,
|
|
81133
|
-
styles: styles$
|
|
81133
|
+
styles: styles$w,
|
|
81134
81134
|
shadowOptions: {
|
|
81135
81135
|
delegatesFocus: true
|
|
81136
81136
|
},
|
|
@@ -81147,7 +81147,7 @@ focus outline in that case.
|
|
|
81147
81147
|
});
|
|
81148
81148
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTextField());
|
|
81149
81149
|
|
|
81150
|
-
const styles$
|
|
81150
|
+
const styles$v = css `
|
|
81151
81151
|
${display$2('inline-flex')}
|
|
81152
81152
|
|
|
81153
81153
|
:host {
|
|
@@ -81286,7 +81286,7 @@ focus outline in that case.
|
|
|
81286
81286
|
baseName: 'tooltip',
|
|
81287
81287
|
baseClass: Tooltip$1,
|
|
81288
81288
|
template: template$u,
|
|
81289
|
-
styles: styles$
|
|
81289
|
+
styles: styles$v
|
|
81290
81290
|
});
|
|
81291
81291
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTooltip());
|
|
81292
81292
|
const tooltipTag = 'nimble-tooltip';
|
|
@@ -81375,7 +81375,7 @@ focus outline in that case.
|
|
|
81375
81375
|
}
|
|
81376
81376
|
}
|
|
81377
81377
|
|
|
81378
|
-
const styles$
|
|
81378
|
+
const styles$u = css `
|
|
81379
81379
|
${display$2('block')}
|
|
81380
81380
|
|
|
81381
81381
|
:host {
|
|
@@ -81592,12 +81592,12 @@ focus outline in that case.
|
|
|
81592
81592
|
baseName: 'tree-item',
|
|
81593
81593
|
baseClass: TreeItem$1,
|
|
81594
81594
|
template: treeItemTemplate,
|
|
81595
|
-
styles: styles$
|
|
81595
|
+
styles: styles$u,
|
|
81596
81596
|
expandCollapseGlyph: arrowExpanderUp16X16.data
|
|
81597
81597
|
});
|
|
81598
81598
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTreeItem());
|
|
81599
81599
|
|
|
81600
|
-
const styles$
|
|
81600
|
+
const styles$t = css `
|
|
81601
81601
|
${display$2('flex')}
|
|
81602
81602
|
|
|
81603
81603
|
:host {
|
|
@@ -81708,7 +81708,7 @@ focus outline in that case.
|
|
|
81708
81708
|
baseName: 'tree-view',
|
|
81709
81709
|
baseClass: TreeView$1,
|
|
81710
81710
|
template: template$t,
|
|
81711
|
-
styles: styles$
|
|
81711
|
+
styles: styles$t
|
|
81712
81712
|
});
|
|
81713
81713
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTreeView());
|
|
81714
81714
|
|
|
@@ -81826,7 +81826,7 @@ focus outline in that case.
|
|
|
81826
81826
|
|
|
81827
81827
|
const template$s = html `<template slot="unit"></template>`;
|
|
81828
81828
|
|
|
81829
|
-
const styles$
|
|
81829
|
+
const styles$s = css `
|
|
81830
81830
|
${display$2('none')}
|
|
81831
81831
|
`;
|
|
81832
81832
|
|
|
@@ -81855,7 +81855,7 @@ focus outline in that case.
|
|
|
81855
81855
|
const nimbleUnitByte = UnitByte.compose({
|
|
81856
81856
|
baseName: 'unit-byte',
|
|
81857
81857
|
template: template$s,
|
|
81858
|
-
styles: styles$
|
|
81858
|
+
styles: styles$s
|
|
81859
81859
|
});
|
|
81860
81860
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleUnitByte());
|
|
81861
81861
|
|
|
@@ -81908,7 +81908,7 @@ focus outline in that case.
|
|
|
81908
81908
|
const nimbleUnitVolt = UnitVolt.compose({
|
|
81909
81909
|
baseName: 'unit-volt',
|
|
81910
81910
|
template: template$s,
|
|
81911
|
-
styles: styles$
|
|
81911
|
+
styles: styles$s
|
|
81912
81912
|
});
|
|
81913
81913
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleUnitVolt());
|
|
81914
81914
|
|
|
@@ -96255,7 +96255,7 @@ focus outline in that case.
|
|
|
96255
96255
|
</div>
|
|
96256
96256
|
`;
|
|
96257
96257
|
|
|
96258
|
-
const styles$
|
|
96258
|
+
const styles$r = css `
|
|
96259
96259
|
${display$2('inline-block')}
|
|
96260
96260
|
|
|
96261
96261
|
:host {
|
|
@@ -99281,7 +99281,7 @@ focus outline in that case.
|
|
|
99281
99281
|
const nimbleWaferMap = WaferMap.compose({
|
|
99282
99282
|
baseName: 'wafer-map',
|
|
99283
99283
|
template: template$r,
|
|
99284
|
-
styles: styles$
|
|
99284
|
+
styles: styles$r
|
|
99285
99285
|
});
|
|
99286
99286
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleWaferMap());
|
|
99287
99287
|
|
|
@@ -99293,7 +99293,7 @@ focus outline in that case.
|
|
|
99293
99293
|
*/
|
|
99294
99294
|
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;}`;
|
|
99295
99295
|
|
|
99296
|
-
const styles$
|
|
99296
|
+
const styles$q = css `
|
|
99297
99297
|
${display$1('flex')}
|
|
99298
99298
|
|
|
99299
99299
|
:host {
|
|
@@ -99449,15 +99449,15 @@ focus outline in that case.
|
|
|
99449
99449
|
const sprightChatConversation = ChatConversation.compose({
|
|
99450
99450
|
baseName: 'chat-conversation',
|
|
99451
99451
|
template: template$q,
|
|
99452
|
-
styles: styles$
|
|
99452
|
+
styles: styles$q
|
|
99453
99453
|
});
|
|
99454
99454
|
DesignSystem.getOrCreate()
|
|
99455
99455
|
.withPrefix('spright')
|
|
99456
99456
|
.register(sprightChatConversation());
|
|
99457
99457
|
|
|
99458
|
-
const styles$
|
|
99458
|
+
const styles$p = css `
|
|
99459
99459
|
${display$1('flex')}
|
|
99460
|
-
${styles$
|
|
99460
|
+
${styles$1f}
|
|
99461
99461
|
|
|
99462
99462
|
:host {
|
|
99463
99463
|
width: 100%;
|
|
@@ -99853,7 +99853,7 @@ focus outline in that case.
|
|
|
99853
99853
|
const sprightChatInput = ChatInput.compose({
|
|
99854
99854
|
baseName: 'chat-input',
|
|
99855
99855
|
template: template$p,
|
|
99856
|
-
styles: styles$
|
|
99856
|
+
styles: styles$p,
|
|
99857
99857
|
shadowOptions: {
|
|
99858
99858
|
delegatesFocus: true
|
|
99859
99859
|
}
|
|
@@ -99871,7 +99871,7 @@ focus outline in that case.
|
|
|
99871
99871
|
inbound: 'inbound'
|
|
99872
99872
|
};
|
|
99873
99873
|
|
|
99874
|
-
const styles$
|
|
99874
|
+
const styles$o = css `
|
|
99875
99875
|
${display$1('flex')}
|
|
99876
99876
|
|
|
99877
99877
|
:host {
|
|
@@ -99995,11 +99995,11 @@ focus outline in that case.
|
|
|
99995
99995
|
const sprightChatMessage = ChatMessage.compose({
|
|
99996
99996
|
baseName: 'chat-message',
|
|
99997
99997
|
template: template$o,
|
|
99998
|
-
styles: styles$
|
|
99998
|
+
styles: styles$o
|
|
99999
99999
|
});
|
|
100000
100000
|
DesignSystem.getOrCreate().withPrefix('spright').register(sprightChatMessage());
|
|
100001
100001
|
|
|
100002
|
-
const styles$
|
|
100002
|
+
const styles$n = css `
|
|
100003
100003
|
${display$1('flex')}
|
|
100004
100004
|
|
|
100005
100005
|
:host {
|
|
@@ -100096,11 +100096,11 @@ focus outline in that case.
|
|
|
100096
100096
|
const sprightChatMessageInbound = ChatMessageInbound.compose({
|
|
100097
100097
|
baseName: 'chat-message-inbound',
|
|
100098
100098
|
template: template$n,
|
|
100099
|
-
styles: styles$
|
|
100099
|
+
styles: styles$n
|
|
100100
100100
|
});
|
|
100101
100101
|
DesignSystem.getOrCreate().withPrefix('spright').register(sprightChatMessageInbound());
|
|
100102
100102
|
|
|
100103
|
-
const styles$
|
|
100103
|
+
const styles$m = css `
|
|
100104
100104
|
${display$1('flex')}
|
|
100105
100105
|
|
|
100106
100106
|
:host {
|
|
@@ -100150,11 +100150,11 @@ focus outline in that case.
|
|
|
100150
100150
|
const sprightChatMessageOutbound = ChatMessageOutbound.compose({
|
|
100151
100151
|
baseName: 'chat-message-outbound',
|
|
100152
100152
|
template: template$m,
|
|
100153
|
-
styles: styles$
|
|
100153
|
+
styles: styles$m
|
|
100154
100154
|
});
|
|
100155
100155
|
DesignSystem.getOrCreate().withPrefix('spright').register(sprightChatMessageOutbound());
|
|
100156
100156
|
|
|
100157
|
-
const styles$
|
|
100157
|
+
const styles$l = css `
|
|
100158
100158
|
${display$1('flex')}
|
|
100159
100159
|
|
|
100160
100160
|
:host {
|
|
@@ -100197,11 +100197,11 @@ focus outline in that case.
|
|
|
100197
100197
|
const sprightChatMessageSystem = ChatMessageSystem.compose({
|
|
100198
100198
|
baseName: 'chat-message-system',
|
|
100199
100199
|
template: template$l,
|
|
100200
|
-
styles: styles$
|
|
100200
|
+
styles: styles$l
|
|
100201
100201
|
});
|
|
100202
100202
|
DesignSystem.getOrCreate().withPrefix('spright').register(sprightChatMessageSystem());
|
|
100203
100203
|
|
|
100204
|
-
const styles$
|
|
100204
|
+
const styles$k = css `
|
|
100205
100205
|
${display$1('flex')}
|
|
100206
100206
|
|
|
100207
100207
|
:host {
|
|
@@ -100309,8 +100309,8 @@ focus outline in that case.
|
|
|
100309
100309
|
<div class="icon dark-icon" aria-hidden="true" :innerHTML="${() => nigelChatDarkData}"></div>
|
|
100310
100310
|
`;
|
|
100311
100311
|
|
|
100312
|
-
const styles$
|
|
100313
|
-
${styles$
|
|
100312
|
+
const styles$j = css `
|
|
100313
|
+
${styles$1q}
|
|
100314
100314
|
|
|
100315
100315
|
.dark-icon {
|
|
100316
100316
|
display: none;
|
|
@@ -100334,7 +100334,7 @@ focus outline in that case.
|
|
|
100334
100334
|
const sprightIconNigelChat = IconNigelChat.compose({
|
|
100335
100335
|
baseName: 'icon-nigel-chat',
|
|
100336
100336
|
template: template$k,
|
|
100337
|
-
styles: styles$
|
|
100337
|
+
styles: styles$j
|
|
100338
100338
|
});
|
|
100339
100339
|
DesignSystem.getOrCreate()
|
|
100340
100340
|
.withPrefix('spright')
|
|
@@ -100374,7 +100374,7 @@ focus outline in that case.
|
|
|
100374
100374
|
const sprightChatMessageWelcome = ChatMessageWelcome.compose({
|
|
100375
100375
|
baseName: 'chat-message-welcome',
|
|
100376
100376
|
template: template$j,
|
|
100377
|
-
styles: styles$
|
|
100377
|
+
styles: styles$k
|
|
100378
100378
|
});
|
|
100379
100379
|
DesignSystem.getOrCreate().withPrefix('spright').register(sprightChatMessageWelcome());
|
|
100380
100380
|
|
|
@@ -100401,7 +100401,7 @@ focus outline in that case.
|
|
|
100401
100401
|
const sprightIconBreakpointConditional = IconBreakpointConditional.compose({
|
|
100402
100402
|
baseName: 'icon-breakpoint-conditional',
|
|
100403
100403
|
template: template$i,
|
|
100404
|
-
styles: styles$
|
|
100404
|
+
styles: styles$1q
|
|
100405
100405
|
});
|
|
100406
100406
|
DesignSystem.getOrCreate()
|
|
100407
100407
|
.withPrefix('spright')
|
|
@@ -100431,7 +100431,7 @@ focus outline in that case.
|
|
|
100431
100431
|
const sprightIconBreakpointDisabled = IconBreakpointDisabled.compose({
|
|
100432
100432
|
baseName: 'icon-breakpoint-disabled',
|
|
100433
100433
|
template: template$h,
|
|
100434
|
-
styles: styles$
|
|
100434
|
+
styles: styles$1q
|
|
100435
100435
|
});
|
|
100436
100436
|
DesignSystem.getOrCreate()
|
|
100437
100437
|
.withPrefix('spright')
|
|
@@ -100460,7 +100460,7 @@ focus outline in that case.
|
|
|
100460
100460
|
const sprightIconBreakpointEnabled = IconBreakpointEnabled.compose({
|
|
100461
100461
|
baseName: 'icon-breakpoint-enabled',
|
|
100462
100462
|
template: template$g,
|
|
100463
|
-
styles: styles$
|
|
100463
|
+
styles: styles$1q
|
|
100464
100464
|
});
|
|
100465
100465
|
DesignSystem.getOrCreate()
|
|
100466
100466
|
.withPrefix('spright')
|
|
@@ -100489,7 +100489,7 @@ focus outline in that case.
|
|
|
100489
100489
|
const sprightIconBreakpointExecutionPointer = IconBreakpointExecutionPointer.compose({
|
|
100490
100490
|
baseName: 'icon-breakpoint-execution-pointer',
|
|
100491
100491
|
template: template$f,
|
|
100492
|
-
styles: styles$
|
|
100492
|
+
styles: styles$1q
|
|
100493
100493
|
});
|
|
100494
100494
|
DesignSystem.getOrCreate()
|
|
100495
100495
|
.withPrefix('spright')
|
|
@@ -100523,7 +100523,7 @@ focus outline in that case.
|
|
|
100523
100523
|
const sprightIconBreakpointHitDisabled = IconBreakpointHitDisabled.compose({
|
|
100524
100524
|
baseName: 'icon-breakpoint-hit-disabled',
|
|
100525
100525
|
template: template$e,
|
|
100526
|
-
styles: styles$
|
|
100526
|
+
styles: styles$1q
|
|
100527
100527
|
});
|
|
100528
100528
|
DesignSystem.getOrCreate()
|
|
100529
100529
|
.withPrefix('spright')
|
|
@@ -100557,7 +100557,7 @@ focus outline in that case.
|
|
|
100557
100557
|
const sprightIconBreakpointHit = IconBreakpointHit.compose({
|
|
100558
100558
|
baseName: 'icon-breakpoint-hit',
|
|
100559
100559
|
template: template$d,
|
|
100560
|
-
styles: styles$
|
|
100560
|
+
styles: styles$1q
|
|
100561
100561
|
});
|
|
100562
100562
|
DesignSystem.getOrCreate()
|
|
100563
100563
|
.withPrefix('spright')
|
|
@@ -100587,14 +100587,14 @@ focus outline in that case.
|
|
|
100587
100587
|
const sprightIconBreakpointHover = IconBreakpointHover.compose({
|
|
100588
100588
|
baseName: 'icon-breakpoint-hover',
|
|
100589
100589
|
template: template$c,
|
|
100590
|
-
styles: styles$
|
|
100590
|
+
styles: styles$1q
|
|
100591
100591
|
});
|
|
100592
100592
|
DesignSystem.getOrCreate()
|
|
100593
100593
|
.withPrefix('spright')
|
|
100594
100594
|
.register(sprightIconBreakpointHover());
|
|
100595
100595
|
|
|
100596
|
-
const styles$
|
|
100597
|
-
${styles$
|
|
100596
|
+
const styles$i = css `
|
|
100597
|
+
${styles$1q}
|
|
100598
100598
|
|
|
100599
100599
|
.icon svg {
|
|
100600
100600
|
fill: ${calendarEventBorderReservationColor};
|
|
@@ -100612,14 +100612,14 @@ focus outline in that case.
|
|
|
100612
100612
|
const sprightIconWorkItemCalendarWeek = IconWorkItemCalendarWeek.compose({
|
|
100613
100613
|
baseName: 'icon-work-item-calendar-week',
|
|
100614
100614
|
template: template$1d,
|
|
100615
|
-
styles: styles$
|
|
100615
|
+
styles: styles$i
|
|
100616
100616
|
});
|
|
100617
100617
|
DesignSystem.getOrCreate()
|
|
100618
100618
|
.withPrefix('spright')
|
|
100619
100619
|
.register(sprightIconWorkItemCalendarWeek());
|
|
100620
100620
|
|
|
100621
|
-
const styles$
|
|
100622
|
-
${styles$
|
|
100621
|
+
const styles$h = css `
|
|
100622
|
+
${styles$1q}
|
|
100623
100623
|
|
|
100624
100624
|
.icon svg {
|
|
100625
100625
|
fill: ${calendarEventBorderCalibrationColor};
|
|
@@ -100637,14 +100637,14 @@ focus outline in that case.
|
|
|
100637
100637
|
const sprightIconWorkItemCalipers = IconWorkItemCalipers.compose({
|
|
100638
100638
|
baseName: 'icon-work-item-calipers',
|
|
100639
100639
|
template: template$1d,
|
|
100640
|
-
styles: styles$
|
|
100640
|
+
styles: styles$h
|
|
100641
100641
|
});
|
|
100642
100642
|
DesignSystem.getOrCreate()
|
|
100643
100643
|
.withPrefix('spright')
|
|
100644
100644
|
.register(sprightIconWorkItemCalipers());
|
|
100645
100645
|
|
|
100646
|
-
const styles$
|
|
100647
|
-
${styles$
|
|
100646
|
+
const styles$g = css `
|
|
100647
|
+
${styles$1q}
|
|
100648
100648
|
|
|
100649
100649
|
.icon svg {
|
|
100650
100650
|
fill: ${calendarEventBorderTransportOrderColor};
|
|
@@ -100662,14 +100662,14 @@ focus outline in that case.
|
|
|
100662
100662
|
const sprightIconWorkItemForklift = IconWorkItemForklift.compose({
|
|
100663
100663
|
baseName: 'icon-work-item-forklift',
|
|
100664
100664
|
template: template$1d,
|
|
100665
|
-
styles: styles$
|
|
100665
|
+
styles: styles$g
|
|
100666
100666
|
});
|
|
100667
100667
|
DesignSystem.getOrCreate()
|
|
100668
100668
|
.withPrefix('spright')
|
|
100669
100669
|
.register(sprightIconWorkItemForklift());
|
|
100670
100670
|
|
|
100671
|
-
const styles$
|
|
100672
|
-
${styles$
|
|
100671
|
+
const styles$f = css `
|
|
100672
|
+
${styles$1q}
|
|
100673
100673
|
|
|
100674
100674
|
.icon svg {
|
|
100675
100675
|
fill: ${calendarEventBorderStaticColor};
|
|
@@ -100687,14 +100687,39 @@ focus outline in that case.
|
|
|
100687
100687
|
const sprightIconWorkItemRectangleCheckLines = IconWorkItemRectangleCheckLines.compose({
|
|
100688
100688
|
baseName: 'icon-work-item-rectangle-check-lines',
|
|
100689
100689
|
template: template$1d,
|
|
100690
|
-
styles: styles$
|
|
100690
|
+
styles: styles$f
|
|
100691
100691
|
});
|
|
100692
100692
|
DesignSystem.getOrCreate()
|
|
100693
100693
|
.withPrefix('spright')
|
|
100694
100694
|
.register(sprightIconWorkItemRectangleCheckLines());
|
|
100695
100695
|
|
|
100696
|
+
const styles$e = css `
|
|
100697
|
+
${styles$1q}
|
|
100698
|
+
|
|
100699
|
+
.icon svg {
|
|
100700
|
+
fill: ${calendarEventBorderWorkOrderColor};
|
|
100701
|
+
}
|
|
100702
|
+
`;
|
|
100703
|
+
|
|
100704
|
+
/**
|
|
100705
|
+
* Spright square list cog icon for work order items
|
|
100706
|
+
*/
|
|
100707
|
+
class IconWorkItemSquareListCog extends IconSvg {
|
|
100708
|
+
constructor() {
|
|
100709
|
+
super(squareListCog16X16);
|
|
100710
|
+
}
|
|
100711
|
+
}
|
|
100712
|
+
const sprightIconWorkItemSquareListCog = IconWorkItemSquareListCog.compose({
|
|
100713
|
+
baseName: 'icon-work-item-square-list-cog',
|
|
100714
|
+
template: template$1d,
|
|
100715
|
+
styles: styles$e
|
|
100716
|
+
});
|
|
100717
|
+
DesignSystem.getOrCreate()
|
|
100718
|
+
.withPrefix('spright')
|
|
100719
|
+
.register(sprightIconWorkItemSquareListCog());
|
|
100720
|
+
|
|
100696
100721
|
const styles$d = css `
|
|
100697
|
-
${styles$
|
|
100722
|
+
${styles$1q}
|
|
100698
100723
|
|
|
100699
100724
|
.icon svg {
|
|
100700
100725
|
fill: ${calendarEventBorderJobColor};
|
|
@@ -100719,7 +100744,7 @@ focus outline in that case.
|
|
|
100719
100744
|
.register(sprightIconWorkItemUserHelmetSafety());
|
|
100720
100745
|
|
|
100721
100746
|
const styles$c = css `
|
|
100722
|
-
${styles$
|
|
100747
|
+
${styles$1q}
|
|
100723
100748
|
|
|
100724
100749
|
.icon svg {
|
|
100725
100750
|
fill: ${calendarEventBorderMaintenanceColor};
|