@ni/spright-components 6.19.1 → 6.20.0
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 +245 -217
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +5197 -5188
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/icons/all-icons.d.ts +1 -0
- package/dist/esm/icons/all-icons.js +1 -0
- package/dist/esm/icons/all-icons.js.map +1 -1
- package/dist/esm/icons/work-item-square-list-cog/index.d.ts +13 -0
- package/dist/esm/icons/work-item-square-list-cog/index.js +23 -0
- package/dist/esm/icons/work-item-square-list-cog/index.js.map +1 -0
- package/dist/esm/icons/work-item-square-list-cog/styles.d.ts +1 -0
- package/dist/esm/icons/work-item-square-list-cog/styles.js +11 -0
- package/dist/esm/icons/work-item-square-list-cog/styles.js.map +1 -0
- package/package.json +3 -3
|
@@ -14893,6 +14893,7 @@
|
|
|
14893
14893
|
calendarEventBackgroundTransportOrderColor: 'calendar-event-background-transport-order-color',
|
|
14894
14894
|
calendarEventBackgroundHoverTransportOrderColor: 'calendar-event-background-hover-transport-order-color',
|
|
14895
14895
|
calendarEventBorderTransportOrderColor: 'calendar-event-border-transport-order-color',
|
|
14896
|
+
calendarEventBorderWorkOrderColor: 'calendar-event-border-work-order-color',
|
|
14896
14897
|
calendarEventBackgroundAggregateAvailabilityColor: 'calendar-event-background-aggregate-availability-color',
|
|
14897
14898
|
calendarEventBorderAggregateAvailabilityColor: 'calendar-event-border-aggregate-availability-color'
|
|
14898
14899
|
};
|
|
@@ -14901,7 +14902,7 @@
|
|
|
14901
14902
|
|
|
14902
14903
|
const template$16 = html `<slot></slot>`;
|
|
14903
14904
|
|
|
14904
|
-
const styles$
|
|
14905
|
+
const styles$1n = css `
|
|
14905
14906
|
${display$1('contents')}
|
|
14906
14907
|
|
|
14907
14908
|
:host {
|
|
@@ -15025,7 +15026,7 @@
|
|
|
15025
15026
|
], ThemeProvider.prototype, "theme", void 0);
|
|
15026
15027
|
const nimbleDesignSystemProvider = ThemeProvider.compose({
|
|
15027
15028
|
baseName: 'theme-provider',
|
|
15028
|
-
styles: styles$
|
|
15029
|
+
styles: styles$1n,
|
|
15029
15030
|
template: template$16
|
|
15030
15031
|
});
|
|
15031
15032
|
DesignSystem.getOrCreate()
|
|
@@ -16387,6 +16388,7 @@
|
|
|
16387
16388
|
calendarEventBackgroundTransportOrderColor: createThemeColor(BrownLight10, BrownDark10, BrownDark10),
|
|
16388
16389
|
calendarEventBackgroundHoverTransportOrderColor: createThemeColor(BrownLight20, BrownDark20, BrownDark20),
|
|
16389
16390
|
calendarEventBorderTransportOrderColor: createThemeColor(BrownLight, BrownDark, BrownDark),
|
|
16391
|
+
calendarEventBorderWorkOrderColor: createThemeColor(NiIndigo, NiIndigo, NiIndigo),
|
|
16390
16392
|
calendarEventBackgroundAggregateAvailabilityColor: createThemeColor(Black91V10, Black82, Black82),
|
|
16391
16393
|
calendarEventBorderAggregateAvailabilityColor: hexToRgbaCssThemeColor(createThemeColor(Black91, Black82V100, Black82V100), 0.5, 1, 1),
|
|
16392
16394
|
controlHeight: '32px',
|
|
@@ -16563,6 +16565,7 @@
|
|
|
16563
16565
|
createThemeColorToken(tokenNames.calendarEventBackgroundTransportOrderColor, tokenValues.calendarEventBackgroundTransportOrderColor);
|
|
16564
16566
|
createThemeColorToken(tokenNames.calendarEventBackgroundHoverTransportOrderColor, tokenValues.calendarEventBackgroundHoverTransportOrderColor);
|
|
16565
16567
|
const calendarEventBorderTransportOrderColor = createThemeColorToken(tokenNames.calendarEventBorderTransportOrderColor, tokenValues.calendarEventBorderTransportOrderColor);
|
|
16568
|
+
const calendarEventBorderWorkOrderColor = createThemeColorToken(tokenNames.calendarEventBorderWorkOrderColor, tokenValues.calendarEventBorderWorkOrderColor);
|
|
16566
16569
|
createThemeColorToken(tokenNames.calendarEventBackgroundAggregateAvailabilityColor, tokenValues.calendarEventBackgroundAggregateAvailabilityColor);
|
|
16567
16570
|
createThemeColorToken(tokenNames.calendarEventBorderAggregateAvailabilityColor, tokenValues.calendarEventBorderAggregateAvailabilityColor);
|
|
16568
16571
|
// #endregion
|
|
@@ -16670,7 +16673,7 @@
|
|
|
16670
16673
|
}
|
|
16671
16674
|
// #endregion
|
|
16672
16675
|
|
|
16673
|
-
const styles$
|
|
16676
|
+
const styles$1m = css `
|
|
16674
16677
|
@layer base, hover, focusVisible, active, disabled, top;
|
|
16675
16678
|
|
|
16676
16679
|
@layer base {
|
|
@@ -16852,7 +16855,7 @@
|
|
|
16852
16855
|
baseName: 'anchor',
|
|
16853
16856
|
baseClass: Anchor$1,
|
|
16854
16857
|
template: template$15,
|
|
16855
|
-
styles: styles$
|
|
16858
|
+
styles: styles$1m,
|
|
16856
16859
|
shadowOptions: {
|
|
16857
16860
|
delegatesFocus: true
|
|
16858
16861
|
}
|
|
@@ -16961,7 +16964,7 @@
|
|
|
16961
16964
|
padding: 0;
|
|
16962
16965
|
`;
|
|
16963
16966
|
|
|
16964
|
-
const styles$
|
|
16967
|
+
const styles$1l = css `
|
|
16965
16968
|
@layer base, checked, hover, focusVisible, active, disabled, top;
|
|
16966
16969
|
|
|
16967
16970
|
@layer base {
|
|
@@ -17245,8 +17248,8 @@
|
|
|
17245
17248
|
}
|
|
17246
17249
|
`));
|
|
17247
17250
|
|
|
17248
|
-
const styles$
|
|
17249
|
-
${styles$
|
|
17251
|
+
const styles$1k = css `
|
|
17252
|
+
${styles$1l}
|
|
17250
17253
|
${buttonAppearanceVariantStyles}
|
|
17251
17254
|
|
|
17252
17255
|
.control {
|
|
@@ -17349,7 +17352,7 @@
|
|
|
17349
17352
|
const nimbleAnchorButton = AnchorButton.compose({
|
|
17350
17353
|
baseName: 'anchor-button',
|
|
17351
17354
|
template: template$14,
|
|
17352
|
-
styles: styles$
|
|
17355
|
+
styles: styles$1k,
|
|
17353
17356
|
shadowOptions: {
|
|
17354
17357
|
delegatesFocus: true
|
|
17355
17358
|
}
|
|
@@ -17357,7 +17360,7 @@
|
|
|
17357
17360
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleAnchorButton());
|
|
17358
17361
|
const anchorButtonTag = 'nimble-anchor-button';
|
|
17359
17362
|
|
|
17360
|
-
const styles$
|
|
17363
|
+
const styles$1j = css `
|
|
17361
17364
|
${display$1('grid')}
|
|
17362
17365
|
|
|
17363
17366
|
:host {
|
|
@@ -17542,7 +17545,7 @@
|
|
|
17542
17545
|
const nimbleAnchorMenuItem = AnchorMenuItem.compose({
|
|
17543
17546
|
baseName: 'anchor-menu-item',
|
|
17544
17547
|
template: template$13,
|
|
17545
|
-
styles: styles$
|
|
17548
|
+
styles: styles$1j,
|
|
17546
17549
|
shadowOptions: {
|
|
17547
17550
|
delegatesFocus: true
|
|
17548
17551
|
}
|
|
@@ -17554,7 +17557,7 @@
|
|
|
17554
17557
|
|
|
17555
17558
|
// These styles end up inside a @layer block so must use the
|
|
17556
17559
|
// cssPartial tag instead of the css tag
|
|
17557
|
-
const styles$
|
|
17560
|
+
const styles$1i = cssPartial `
|
|
17558
17561
|
.severity-text {
|
|
17559
17562
|
display: none;
|
|
17560
17563
|
font: ${errorTextFont};
|
|
@@ -17664,12 +17667,12 @@
|
|
|
17664
17667
|
const themeBehavior = (theme, styles) => new ThemeStyleSheetBehavior(theme, styles);
|
|
17665
17668
|
/* eslint-enable max-classes-per-file */
|
|
17666
17669
|
|
|
17667
|
-
const styles$
|
|
17670
|
+
const styles$1h = css `
|
|
17668
17671
|
@layer base, hover, focusVisible, active, disabled, top;
|
|
17669
17672
|
|
|
17670
17673
|
@layer base {
|
|
17671
17674
|
${display$1('inline-flex')}
|
|
17672
|
-
${styles$
|
|
17675
|
+
${styles$1i}
|
|
17673
17676
|
:host {
|
|
17674
17677
|
color: ${buttonLabelFontColor};
|
|
17675
17678
|
font: ${buttonLabelFont};
|
|
@@ -18215,8 +18218,8 @@ Defines an interaction area clip-path that leaves out the severity text so it is
|
|
|
18215
18218
|
}
|
|
18216
18219
|
`));
|
|
18217
18220
|
|
|
18218
|
-
const styles$
|
|
18219
|
-
${styles$
|
|
18221
|
+
const styles$1g = css `
|
|
18222
|
+
${styles$1h}
|
|
18220
18223
|
${'' /* Anchor specific styles */}
|
|
18221
18224
|
@layer base {
|
|
18222
18225
|
.control {
|
|
@@ -19269,7 +19272,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
|
|
|
19269
19272
|
:innerHTML=${x => x.icon.data}
|
|
19270
19273
|
></div>`;
|
|
19271
19274
|
|
|
19272
|
-
const styles$
|
|
19275
|
+
const styles$1f = css `
|
|
19273
19276
|
${display$1('inline-flex')}
|
|
19274
19277
|
|
|
19275
19278
|
:host {
|
|
@@ -19333,7 +19336,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
|
|
|
19333
19336
|
const composedIcon = iconClass.compose({
|
|
19334
19337
|
baseName,
|
|
19335
19338
|
template: template$12,
|
|
19336
|
-
styles: styles$
|
|
19339
|
+
styles: styles$1f
|
|
19337
19340
|
});
|
|
19338
19341
|
DesignSystem.getOrCreate().withPrefix('nimble').register(composedIcon());
|
|
19339
19342
|
};
|
|
@@ -19605,14 +19608,14 @@ Defines an interaction area clip-path that leaves out the severity text so it is
|
|
|
19605
19608
|
const nimbleAnchorStep = AnchorStep.compose({
|
|
19606
19609
|
baseName: 'anchor-step',
|
|
19607
19610
|
template: template$11,
|
|
19608
|
-
styles: styles$
|
|
19611
|
+
styles: styles$1g,
|
|
19609
19612
|
shadowOptions: {
|
|
19610
19613
|
delegatesFocus: true
|
|
19611
19614
|
}
|
|
19612
19615
|
});
|
|
19613
19616
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleAnchorStep());
|
|
19614
19617
|
|
|
19615
|
-
const styles$
|
|
19618
|
+
const styles$1e = css `
|
|
19616
19619
|
${display$1('inline-flex')}
|
|
19617
19620
|
|
|
19618
19621
|
:host {
|
|
@@ -19782,14 +19785,14 @@ Defines an interaction area clip-path that leaves out the severity text so it is
|
|
|
19782
19785
|
const nimbleAnchorTab = AnchorTab.compose({
|
|
19783
19786
|
baseName: 'anchor-tab',
|
|
19784
19787
|
template: template$10,
|
|
19785
|
-
styles: styles$
|
|
19788
|
+
styles: styles$1e,
|
|
19786
19789
|
shadowOptions: {
|
|
19787
19790
|
delegatesFocus: true
|
|
19788
19791
|
}
|
|
19789
19792
|
});
|
|
19790
19793
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleAnchorTab());
|
|
19791
19794
|
|
|
19792
|
-
const styles$
|
|
19795
|
+
const styles$1d = css `
|
|
19793
19796
|
${display$1('flex')}
|
|
19794
19797
|
|
|
19795
19798
|
:host {
|
|
@@ -19829,8 +19832,8 @@ Defines an interaction area clip-path that leaves out the severity text so it is
|
|
|
19829
19832
|
}
|
|
19830
19833
|
`;
|
|
19831
19834
|
|
|
19832
|
-
const styles$
|
|
19833
|
-
${styles$
|
|
19835
|
+
const styles$1c = css `
|
|
19836
|
+
${styles$1l}
|
|
19834
19837
|
${buttonAppearanceVariantStyles}
|
|
19835
19838
|
`;
|
|
19836
19839
|
|
|
@@ -19926,7 +19929,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
|
|
|
19926
19929
|
baseName: 'button',
|
|
19927
19930
|
baseClass: Button$1,
|
|
19928
19931
|
template: template$$,
|
|
19929
|
-
styles: styles$
|
|
19932
|
+
styles: styles$1c,
|
|
19930
19933
|
shadowOptions: {
|
|
19931
19934
|
delegatesFocus: true
|
|
19932
19935
|
}
|
|
@@ -20262,14 +20265,14 @@ Defines an interaction area clip-path that leaves out the severity text so it is
|
|
|
20262
20265
|
const nimbleAnchorTabs = AnchorTabs.compose({
|
|
20263
20266
|
baseName: 'anchor-tabs',
|
|
20264
20267
|
template: template$_,
|
|
20265
|
-
styles: styles$
|
|
20268
|
+
styles: styles$1d,
|
|
20266
20269
|
shadowOptions: {
|
|
20267
20270
|
delegatesFocus: false
|
|
20268
20271
|
}
|
|
20269
20272
|
});
|
|
20270
20273
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleAnchorTabs());
|
|
20271
20274
|
|
|
20272
|
-
const styles$
|
|
20275
|
+
const styles$1b = css `
|
|
20273
20276
|
${display$1('block')}
|
|
20274
20277
|
|
|
20275
20278
|
:host {
|
|
@@ -20512,7 +20515,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
|
|
|
20512
20515
|
const nimbleAnchorTreeItem = AnchorTreeItem.compose({
|
|
20513
20516
|
baseName: 'anchor-tree-item',
|
|
20514
20517
|
template: template$Z,
|
|
20515
|
-
styles: styles$
|
|
20518
|
+
styles: styles$1b,
|
|
20516
20519
|
shadowOptions: {
|
|
20517
20520
|
delegatesFocus: true
|
|
20518
20521
|
}
|
|
@@ -20528,7 +20531,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
|
|
|
20528
20531
|
zIndex1000: '1000'
|
|
20529
20532
|
};
|
|
20530
20533
|
|
|
20531
|
-
const styles$
|
|
20534
|
+
const styles$1a = css `
|
|
20532
20535
|
${display$1('block')}
|
|
20533
20536
|
|
|
20534
20537
|
:host {
|
|
@@ -20559,14 +20562,14 @@ Defines an interaction area clip-path that leaves out the severity text so it is
|
|
|
20559
20562
|
baseName: 'anchored-region',
|
|
20560
20563
|
baseClass: AnchoredRegion$1,
|
|
20561
20564
|
template: anchoredRegionTemplate,
|
|
20562
|
-
styles: styles$
|
|
20565
|
+
styles: styles$1a
|
|
20563
20566
|
});
|
|
20564
20567
|
DesignSystem.getOrCreate()
|
|
20565
20568
|
.withPrefix('nimble')
|
|
20566
20569
|
.register(nimbleAnchoredRegion());
|
|
20567
20570
|
const anchoredRegionTag = 'nimble-anchored-region';
|
|
20568
20571
|
|
|
20569
|
-
const styles$
|
|
20572
|
+
const styles$19 = css `
|
|
20570
20573
|
${display$1('flex')}
|
|
20571
20574
|
|
|
20572
20575
|
:host {
|
|
@@ -20837,7 +20840,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
|
|
|
20837
20840
|
const nimbleBanner = Banner.compose({
|
|
20838
20841
|
baseName: 'banner',
|
|
20839
20842
|
template: template$Y,
|
|
20840
|
-
styles: styles$
|
|
20843
|
+
styles: styles$19
|
|
20841
20844
|
});
|
|
20842
20845
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleBanner());
|
|
20843
20846
|
|
|
@@ -20878,7 +20881,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
|
|
|
20878
20881
|
</template>
|
|
20879
20882
|
`;
|
|
20880
20883
|
|
|
20881
|
-
const styles$
|
|
20884
|
+
const styles$18 = css `
|
|
20882
20885
|
${display$1('inline-flex')}
|
|
20883
20886
|
|
|
20884
20887
|
:host {
|
|
@@ -20982,11 +20985,11 @@ Defines an interaction area clip-path that leaves out the severity text so it is
|
|
|
20982
20985
|
baseName: 'breadcrumb',
|
|
20983
20986
|
baseClass: Breadcrumb$1,
|
|
20984
20987
|
template: breadcrumbTemplate,
|
|
20985
|
-
styles: styles$
|
|
20988
|
+
styles: styles$18
|
|
20986
20989
|
});
|
|
20987
20990
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleBreadcrumb());
|
|
20988
20991
|
|
|
20989
|
-
const styles$
|
|
20992
|
+
const styles$17 = css `
|
|
20990
20993
|
@layer base, hover, focusVisible, active, disabled, top;
|
|
20991
20994
|
|
|
20992
20995
|
@layer base {
|
|
@@ -21083,14 +21086,14 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
21083
21086
|
baseName: 'breadcrumb-item',
|
|
21084
21087
|
baseClass: BreadcrumbItem$1,
|
|
21085
21088
|
template: breadcrumbItemTemplate,
|
|
21086
|
-
styles: styles$
|
|
21089
|
+
styles: styles$17,
|
|
21087
21090
|
separator: forwardSlash16X16.data
|
|
21088
21091
|
});
|
|
21089
21092
|
DesignSystem.getOrCreate()
|
|
21090
21093
|
.withPrefix('nimble')
|
|
21091
21094
|
.register(nimbleBreadcrumbItem());
|
|
21092
21095
|
|
|
21093
|
-
const styles$
|
|
21096
|
+
const styles$16 = css `
|
|
21094
21097
|
${display$1('flex')}
|
|
21095
21098
|
|
|
21096
21099
|
:host {
|
|
@@ -21130,11 +21133,11 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
21130
21133
|
baseName: 'card',
|
|
21131
21134
|
baseClass: Card$1,
|
|
21132
21135
|
template: template$X,
|
|
21133
|
-
styles: styles$
|
|
21136
|
+
styles: styles$16
|
|
21134
21137
|
});
|
|
21135
21138
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleCard());
|
|
21136
21139
|
|
|
21137
|
-
const styles$
|
|
21140
|
+
const styles$15 = css `
|
|
21138
21141
|
${display$1('inline-flex')}
|
|
21139
21142
|
|
|
21140
21143
|
:host {
|
|
@@ -21292,14 +21295,14 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
21292
21295
|
const nimbleCardButton = CardButton.compose({
|
|
21293
21296
|
baseName: 'card-button',
|
|
21294
21297
|
template: buttonTemplate,
|
|
21295
|
-
styles: styles$
|
|
21298
|
+
styles: styles$15,
|
|
21296
21299
|
shadowOptions: {
|
|
21297
21300
|
delegatesFocus: true
|
|
21298
21301
|
}
|
|
21299
21302
|
});
|
|
21300
21303
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleCardButton());
|
|
21301
21304
|
|
|
21302
|
-
const styles$
|
|
21305
|
+
const styles$14 = css `
|
|
21303
21306
|
.error-icon {
|
|
21304
21307
|
display: none;
|
|
21305
21308
|
}
|
|
@@ -21333,9 +21336,9 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
21333
21336
|
}
|
|
21334
21337
|
`;
|
|
21335
21338
|
|
|
21336
|
-
const styles$
|
|
21339
|
+
const styles$13 = css `
|
|
21337
21340
|
${display$1('inline-grid')}
|
|
21338
|
-
${styles$
|
|
21341
|
+
${styles$14}
|
|
21339
21342
|
|
|
21340
21343
|
:host {
|
|
21341
21344
|
font: ${bodyFont};
|
|
@@ -21573,7 +21576,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
21573
21576
|
baseName: 'checkbox',
|
|
21574
21577
|
baseClass: Checkbox$1,
|
|
21575
21578
|
template: template$W,
|
|
21576
|
-
styles: styles$
|
|
21579
|
+
styles: styles$13,
|
|
21577
21580
|
checkedIndicator: check16X16.data,
|
|
21578
21581
|
indeterminateIndicator: minus16X16.data
|
|
21579
21582
|
});
|
|
@@ -21585,7 +21588,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
21585
21588
|
block: 'block'
|
|
21586
21589
|
};
|
|
21587
21590
|
|
|
21588
|
-
const styles$
|
|
21591
|
+
const styles$12 = css `
|
|
21589
21592
|
${display$1('inline-flex')}
|
|
21590
21593
|
|
|
21591
21594
|
:host {
|
|
@@ -21733,15 +21736,15 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
21733
21736
|
const nimbleChip = Chip.compose({
|
|
21734
21737
|
baseName: 'chip',
|
|
21735
21738
|
template: template$V,
|
|
21736
|
-
styles: styles$
|
|
21739
|
+
styles: styles$12,
|
|
21737
21740
|
shadowOptions: {
|
|
21738
21741
|
delegatesFocus: true
|
|
21739
21742
|
}
|
|
21740
21743
|
});
|
|
21741
21744
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleChip());
|
|
21742
21745
|
|
|
21743
|
-
const styles$
|
|
21744
|
-
${styles$
|
|
21746
|
+
const styles$11 = css `
|
|
21747
|
+
${styles$1l}
|
|
21745
21748
|
${buttonAppearanceVariantStyles}
|
|
21746
21749
|
|
|
21747
21750
|
@layer checked {
|
|
@@ -21884,7 +21887,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
21884
21887
|
const nimbleToggleButton = ToggleButton.compose({
|
|
21885
21888
|
baseName: 'toggle-button',
|
|
21886
21889
|
template: template$U,
|
|
21887
|
-
styles: styles$
|
|
21890
|
+
styles: styles$11,
|
|
21888
21891
|
shadowOptions: {
|
|
21889
21892
|
delegatesFocus: true
|
|
21890
21893
|
}
|
|
@@ -21914,7 +21917,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
21914
21917
|
frameless: 'frameless'
|
|
21915
21918
|
};
|
|
21916
21919
|
|
|
21917
|
-
const styles
|
|
21920
|
+
const styles$10 = css `
|
|
21918
21921
|
${display$1('inline-flex')}
|
|
21919
21922
|
|
|
21920
21923
|
:host {
|
|
@@ -22204,7 +22207,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
22204
22207
|
}
|
|
22205
22208
|
`));
|
|
22206
22209
|
|
|
22207
|
-
const styles
|
|
22210
|
+
const styles$$ = css `
|
|
22208
22211
|
.annotated-label {
|
|
22209
22212
|
display: flex;
|
|
22210
22213
|
flex-direction: row;
|
|
@@ -22231,10 +22234,10 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
22231
22234
|
none: undefined,
|
|
22232
22235
|
standard: 'standard'};
|
|
22233
22236
|
|
|
22234
|
-
const styles$
|
|
22237
|
+
const styles$_ = css `
|
|
22238
|
+
${styles$10}
|
|
22239
|
+
${styles$14}
|
|
22235
22240
|
${styles$$}
|
|
22236
|
-
${styles$13}
|
|
22237
|
-
${styles$_}
|
|
22238
22241
|
|
|
22239
22242
|
:host {
|
|
22240
22243
|
--ni-private-hover-bottom-border-width: 2px;
|
|
@@ -23131,7 +23134,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
23131
23134
|
baseName: 'combobox',
|
|
23132
23135
|
baseClass: FormAssociatedCombobox,
|
|
23133
23136
|
template: template$T,
|
|
23134
|
-
styles: styles$
|
|
23137
|
+
styles: styles$_,
|
|
23135
23138
|
shadowOptions: {
|
|
23136
23139
|
delegatesFocus: true
|
|
23137
23140
|
},
|
|
@@ -23175,7 +23178,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
23175
23178
|
*/
|
|
23176
23179
|
const UserDismissed = Symbol('user dismissed');
|
|
23177
23180
|
|
|
23178
|
-
const styles$
|
|
23181
|
+
const styles$Z = css `
|
|
23179
23182
|
${display$1('grid')}
|
|
23180
23183
|
|
|
23181
23184
|
dialog {
|
|
@@ -23417,12 +23420,12 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
23417
23420
|
const nimbleDialog = Dialog.compose({
|
|
23418
23421
|
baseName: 'dialog',
|
|
23419
23422
|
template: template$S,
|
|
23420
|
-
styles: styles$
|
|
23423
|
+
styles: styles$Z,
|
|
23421
23424
|
baseClass: Dialog
|
|
23422
23425
|
});
|
|
23423
23426
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleDialog());
|
|
23424
23427
|
|
|
23425
|
-
const styles$
|
|
23428
|
+
const styles$Y = css `
|
|
23426
23429
|
${display$1('block')}
|
|
23427
23430
|
|
|
23428
23431
|
:host {
|
|
@@ -23708,7 +23711,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
23708
23711
|
const nimbleDrawer = Drawer.compose({
|
|
23709
23712
|
baseName: 'drawer',
|
|
23710
23713
|
template: template$R,
|
|
23711
|
-
styles: styles$
|
|
23714
|
+
styles: styles$Y
|
|
23712
23715
|
});
|
|
23713
23716
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleDrawer());
|
|
23714
23717
|
|
|
@@ -26504,7 +26507,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
26504
26507
|
}
|
|
26505
26508
|
}
|
|
26506
26509
|
|
|
26507
|
-
const styles$
|
|
26510
|
+
const styles$X = css `
|
|
26508
26511
|
${display$1('none')}
|
|
26509
26512
|
`;
|
|
26510
26513
|
|
|
@@ -26577,7 +26580,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
26577
26580
|
], LabelProviderCore.prototype, "itemRemove", void 0);
|
|
26578
26581
|
const nimbleLabelProviderCore = LabelProviderCore.compose({
|
|
26579
26582
|
baseName: 'label-provider-core',
|
|
26580
|
-
styles: styles$
|
|
26583
|
+
styles: styles$X
|
|
26581
26584
|
});
|
|
26582
26585
|
DesignSystem.getOrCreate()
|
|
26583
26586
|
.withPrefix('nimble')
|
|
@@ -26744,13 +26747,13 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
26744
26747
|
], LabelProviderTable.prototype, "groupRowPlaceholderEmpty", void 0);
|
|
26745
26748
|
const nimbleLabelProviderTable = LabelProviderTable.compose({
|
|
26746
26749
|
baseName: 'label-provider-table',
|
|
26747
|
-
styles: styles$
|
|
26750
|
+
styles: styles$X
|
|
26748
26751
|
});
|
|
26749
26752
|
DesignSystem.getOrCreate()
|
|
26750
26753
|
.withPrefix('nimble')
|
|
26751
26754
|
.register(nimbleLabelProviderTable());
|
|
26752
26755
|
|
|
26753
|
-
const styles$
|
|
26756
|
+
const styles$W = css `
|
|
26754
26757
|
${display$1('flex')}
|
|
26755
26758
|
|
|
26756
26759
|
:host {
|
|
@@ -26929,12 +26932,12 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
26929
26932
|
baseName: 'list-option',
|
|
26930
26933
|
baseClass: ListboxOption,
|
|
26931
26934
|
template: template$Q,
|
|
26932
|
-
styles: styles$
|
|
26935
|
+
styles: styles$W
|
|
26933
26936
|
});
|
|
26934
26937
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleListOption());
|
|
26935
26938
|
const listOptionTag = 'nimble-list-option';
|
|
26936
26939
|
|
|
26937
|
-
const styles$
|
|
26940
|
+
const styles$V = css `
|
|
26938
26941
|
${display$1('flex')}
|
|
26939
26942
|
|
|
26940
26943
|
:host {
|
|
@@ -27139,7 +27142,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
27139
27142
|
baseName: 'list-option-group',
|
|
27140
27143
|
baseClass: FoundationElement,
|
|
27141
27144
|
template: template$P,
|
|
27142
|
-
styles: styles$
|
|
27145
|
+
styles: styles$V
|
|
27143
27146
|
});
|
|
27144
27147
|
DesignSystem.getOrCreate()
|
|
27145
27148
|
.withPrefix('nimble')
|
|
@@ -27168,7 +27171,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
27168
27171
|
|
|
27169
27172
|
const template$O = html `<template slot="mapping"></template>`;
|
|
27170
27173
|
|
|
27171
|
-
const styles$
|
|
27174
|
+
const styles$U = css `
|
|
27172
27175
|
${display$1('none')}
|
|
27173
27176
|
`;
|
|
27174
27177
|
|
|
@@ -27185,7 +27188,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
27185
27188
|
const emptyMapping = MappingEmpty.compose({
|
|
27186
27189
|
baseName: 'mapping-empty',
|
|
27187
27190
|
template: template$O,
|
|
27188
|
-
styles: styles$
|
|
27191
|
+
styles: styles$U
|
|
27189
27192
|
});
|
|
27190
27193
|
DesignSystem.getOrCreate().withPrefix('nimble').register(emptyMapping());
|
|
27191
27194
|
|
|
@@ -27256,7 +27259,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
27256
27259
|
const iconMapping = MappingIcon.compose({
|
|
27257
27260
|
baseName: 'mapping-icon',
|
|
27258
27261
|
template: template$O,
|
|
27259
|
-
styles: styles$
|
|
27262
|
+
styles: styles$U
|
|
27260
27263
|
});
|
|
27261
27264
|
DesignSystem.getOrCreate().withPrefix('nimble').register(iconMapping());
|
|
27262
27265
|
|
|
@@ -27280,7 +27283,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
27280
27283
|
const spinnerMapping = MappingSpinner.compose({
|
|
27281
27284
|
baseName: 'mapping-spinner',
|
|
27282
27285
|
template: template$O,
|
|
27283
|
-
styles: styles$
|
|
27286
|
+
styles: styles$U
|
|
27284
27287
|
});
|
|
27285
27288
|
DesignSystem.getOrCreate().withPrefix('nimble').register(spinnerMapping());
|
|
27286
27289
|
|
|
@@ -27297,7 +27300,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
27297
27300
|
const textMapping = MappingText.compose({
|
|
27298
27301
|
baseName: 'mapping-text',
|
|
27299
27302
|
template: template$O,
|
|
27300
|
-
styles: styles$
|
|
27303
|
+
styles: styles$U
|
|
27301
27304
|
});
|
|
27302
27305
|
DesignSystem.getOrCreate().withPrefix('nimble').register(textMapping());
|
|
27303
27306
|
|
|
@@ -27616,7 +27619,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
27616
27619
|
</template>
|
|
27617
27620
|
`;
|
|
27618
27621
|
|
|
27619
|
-
const styles$
|
|
27622
|
+
const styles$T = css `
|
|
27620
27623
|
${display$1('grid')}
|
|
27621
27624
|
|
|
27622
27625
|
:host {
|
|
@@ -27688,7 +27691,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
27688
27691
|
baseName: 'menu',
|
|
27689
27692
|
baseClass: Menu$1,
|
|
27690
27693
|
template: template$N,
|
|
27691
|
-
styles: styles$
|
|
27694
|
+
styles: styles$T
|
|
27692
27695
|
});
|
|
27693
27696
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleMenu());
|
|
27694
27697
|
|
|
@@ -27703,7 +27706,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
27703
27706
|
auto: 'auto'
|
|
27704
27707
|
};
|
|
27705
27708
|
|
|
27706
|
-
const styles$
|
|
27709
|
+
const styles$S = css `
|
|
27707
27710
|
${display$1('inline-block')}
|
|
27708
27711
|
|
|
27709
27712
|
:host {
|
|
@@ -27972,7 +27975,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
27972
27975
|
const nimbleMenuButton = MenuButton.compose({
|
|
27973
27976
|
baseName: 'menu-button',
|
|
27974
27977
|
template: template$M,
|
|
27975
|
-
styles: styles$
|
|
27978
|
+
styles: styles$S,
|
|
27976
27979
|
shadowOptions: {
|
|
27977
27980
|
delegatesFocus: true
|
|
27978
27981
|
}
|
|
@@ -27980,7 +27983,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
27980
27983
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleMenuButton());
|
|
27981
27984
|
const menuButtonTag = 'nimble-menu-button';
|
|
27982
27985
|
|
|
27983
|
-
const styles$
|
|
27986
|
+
const styles$R = css `
|
|
27984
27987
|
${display$1('grid')}
|
|
27985
27988
|
|
|
27986
27989
|
:host {
|
|
@@ -28077,7 +28080,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
28077
28080
|
baseName: 'menu-item',
|
|
28078
28081
|
baseClass: MenuItem$1,
|
|
28079
28082
|
template: menuItemTemplate,
|
|
28080
|
-
styles: styles$
|
|
28083
|
+
styles: styles$R,
|
|
28081
28084
|
expandCollapseGlyph: arrowExpanderRight16X16.data
|
|
28082
28085
|
});
|
|
28083
28086
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleMenuItem());
|
|
@@ -28092,10 +28095,10 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
28092
28095
|
frameless: 'frameless'
|
|
28093
28096
|
};
|
|
28094
28097
|
|
|
28095
|
-
const styles$
|
|
28098
|
+
const styles$Q = css `
|
|
28096
28099
|
${display$1('inline-block')}
|
|
28097
|
-
${styles$
|
|
28098
|
-
${styles
|
|
28100
|
+
${styles$14}
|
|
28101
|
+
${styles$$}
|
|
28099
28102
|
|
|
28100
28103
|
:host {
|
|
28101
28104
|
font: ${bodyFont};
|
|
@@ -28473,7 +28476,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
28473
28476
|
baseName: 'number-field',
|
|
28474
28477
|
baseClass: NumberField$1,
|
|
28475
28478
|
template: template$L,
|
|
28476
|
-
styles: styles$
|
|
28479
|
+
styles: styles$Q,
|
|
28477
28480
|
shadowOptions: {
|
|
28478
28481
|
delegatesFocus: true
|
|
28479
28482
|
},
|
|
@@ -28516,7 +28519,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
28516
28519
|
});
|
|
28517
28520
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleNumberField());
|
|
28518
28521
|
|
|
28519
|
-
const styles$
|
|
28522
|
+
const styles$P = css `
|
|
28520
28523
|
${display$1('inline-flex')}
|
|
28521
28524
|
|
|
28522
28525
|
:host {
|
|
@@ -28616,15 +28619,15 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
28616
28619
|
baseName: 'radio',
|
|
28617
28620
|
baseClass: Radio$1,
|
|
28618
28621
|
template: radioTemplate,
|
|
28619
|
-
styles: styles$
|
|
28622
|
+
styles: styles$P,
|
|
28620
28623
|
checkedIndicator: circleFilled16X16.data
|
|
28621
28624
|
});
|
|
28622
28625
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleRadio());
|
|
28623
28626
|
|
|
28624
|
-
const styles$
|
|
28627
|
+
const styles$O = css `
|
|
28625
28628
|
${display$1('inline-block')}
|
|
28626
|
-
${styles$
|
|
28627
|
-
${styles
|
|
28629
|
+
${styles$14}
|
|
28630
|
+
${styles$$}
|
|
28628
28631
|
|
|
28629
28632
|
.positioning-region {
|
|
28630
28633
|
display: flex;
|
|
@@ -28704,7 +28707,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
28704
28707
|
baseName: 'radio-group',
|
|
28705
28708
|
baseClass: RadioGroup$1,
|
|
28706
28709
|
template: template$K,
|
|
28707
|
-
styles: styles$
|
|
28710
|
+
styles: styles$O,
|
|
28708
28711
|
shadowOptions: {
|
|
28709
28712
|
delegatesFocus: true
|
|
28710
28713
|
}
|
|
@@ -48118,7 +48121,7 @@ ${indentedChild}`;
|
|
|
48118
48121
|
// src/index.ts
|
|
48119
48122
|
var index_default$7 = HardBreak;
|
|
48120
48123
|
|
|
48121
|
-
const styles$
|
|
48124
|
+
const styles$N = css `
|
|
48122
48125
|
${display$1('inline')}
|
|
48123
48126
|
|
|
48124
48127
|
.positioning-region {
|
|
@@ -48155,7 +48158,7 @@ ${indentedChild}`;
|
|
|
48155
48158
|
baseName: 'toolbar',
|
|
48156
48159
|
baseClass: Toolbar$1,
|
|
48157
48160
|
template: toolbarTemplate,
|
|
48158
|
-
styles: styles$
|
|
48161
|
+
styles: styles$N
|
|
48159
48162
|
});
|
|
48160
48163
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleToolbar());
|
|
48161
48164
|
const toolbarTag = 'nimble-toolbar';
|
|
@@ -48184,8 +48187,8 @@ ${indentedChild}`;
|
|
|
48184
48187
|
cssCustomPropertyName: null
|
|
48185
48188
|
}).withDefault(richTextLabelDefaults.richTextToggleNumberedListLabel);
|
|
48186
48189
|
|
|
48187
|
-
const styles$
|
|
48188
|
-
${styles
|
|
48190
|
+
const styles$M = css `
|
|
48191
|
+
${styles$10}
|
|
48189
48192
|
|
|
48190
48193
|
:host {
|
|
48191
48194
|
height: auto;
|
|
@@ -48492,7 +48495,7 @@ ${indentedChild}`;
|
|
|
48492
48495
|
const nimbleRichTextMentionListbox = RichTextMentionListbox.compose({
|
|
48493
48496
|
baseName: 'rich-text-mention-listbox',
|
|
48494
48497
|
template: template$J,
|
|
48495
|
-
styles: styles$
|
|
48498
|
+
styles: styles$M
|
|
48496
48499
|
});
|
|
48497
48500
|
DesignSystem.getOrCreate()
|
|
48498
48501
|
.withPrefix('nimble')
|
|
@@ -48601,9 +48604,9 @@ ${indentedChild}`;
|
|
|
48601
48604
|
</template>
|
|
48602
48605
|
`;
|
|
48603
48606
|
|
|
48604
|
-
const styles$
|
|
48607
|
+
const styles$L = css `
|
|
48605
48608
|
${display$1('inline-flex')}
|
|
48606
|
-
${styles$
|
|
48609
|
+
${styles$14}
|
|
48607
48610
|
|
|
48608
48611
|
:host {
|
|
48609
48612
|
font: ${bodyFont};
|
|
@@ -65407,7 +65410,7 @@ ${indentedChild}`;
|
|
|
65407
65410
|
const nimbleRichTextEditor = RichTextEditor.compose({
|
|
65408
65411
|
baseName: 'rich-text-editor',
|
|
65409
65412
|
template: template$I,
|
|
65410
|
-
styles: styles$
|
|
65413
|
+
styles: styles$L,
|
|
65411
65414
|
shadowOptions: {
|
|
65412
65415
|
delegatesFocus: true
|
|
65413
65416
|
}
|
|
@@ -65422,7 +65425,7 @@ ${indentedChild}`;
|
|
|
65422
65425
|
</template>
|
|
65423
65426
|
`;
|
|
65424
65427
|
|
|
65425
|
-
const styles$
|
|
65428
|
+
const styles$K = css `
|
|
65426
65429
|
${display$1('flex')}
|
|
65427
65430
|
|
|
65428
65431
|
:host {
|
|
@@ -65536,16 +65539,16 @@ ${indentedChild}`;
|
|
|
65536
65539
|
const nimbleRichTextViewer = RichTextViewer.compose({
|
|
65537
65540
|
baseName: 'rich-text-viewer',
|
|
65538
65541
|
template: template$H,
|
|
65539
|
-
styles: styles$
|
|
65542
|
+
styles: styles$K
|
|
65540
65543
|
});
|
|
65541
65544
|
DesignSystem.getOrCreate()
|
|
65542
65545
|
.withPrefix('nimble')
|
|
65543
65546
|
.register(nimbleRichTextViewer());
|
|
65544
65547
|
|
|
65545
|
-
const styles$
|
|
65548
|
+
const styles$J = css `
|
|
65549
|
+
${styles$10}
|
|
65550
|
+
${styles$14}
|
|
65546
65551
|
${styles$$}
|
|
65547
|
-
${styles$13}
|
|
65548
|
-
${styles$_}
|
|
65549
65552
|
|
|
65550
65553
|
${
|
|
65551
65554
|
/* We are using flex `order` to define the visual ordering of the selected value,
|
|
@@ -65708,7 +65711,7 @@ ${indentedChild}`;
|
|
|
65708
65711
|
}
|
|
65709
65712
|
`));
|
|
65710
65713
|
|
|
65711
|
-
const styles$
|
|
65714
|
+
const styles$I = css `
|
|
65712
65715
|
${display$1('inline-grid')}
|
|
65713
65716
|
|
|
65714
65717
|
:host {
|
|
@@ -65926,7 +65929,7 @@ ${indentedChild}`;
|
|
|
65926
65929
|
const nimbleSpinner = Spinner.compose({
|
|
65927
65930
|
baseName: 'spinner',
|
|
65928
65931
|
template: template$G,
|
|
65929
|
-
styles: styles$
|
|
65932
|
+
styles: styles$I
|
|
65930
65933
|
});
|
|
65931
65934
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleSpinner());
|
|
65932
65935
|
const spinnerTag = 'nimble-spinner';
|
|
@@ -67155,7 +67158,7 @@ ${indentedChild}`;
|
|
|
67155
67158
|
baseName: 'select',
|
|
67156
67159
|
baseClass: Select$2,
|
|
67157
67160
|
template: template$F,
|
|
67158
|
-
styles: styles$
|
|
67161
|
+
styles: styles$J,
|
|
67159
67162
|
indicator: arrowExpanderDown16X16.data,
|
|
67160
67163
|
end: html `
|
|
67161
67164
|
<${iconExclamationMarkTag}
|
|
@@ -67168,8 +67171,8 @@ ${indentedChild}`;
|
|
|
67168
67171
|
applyMixins(Select, StartEnd, DelegatesARIASelect);
|
|
67169
67172
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleSelect());
|
|
67170
67173
|
|
|
67171
|
-
const styles$
|
|
67172
|
-
${styles$
|
|
67174
|
+
const styles$H = css `
|
|
67175
|
+
${styles$1h}
|
|
67173
67176
|
${'' /* Button specific styles */}
|
|
67174
67177
|
@layer base {
|
|
67175
67178
|
.control {
|
|
@@ -67303,14 +67306,14 @@ ${indentedChild}`;
|
|
|
67303
67306
|
const nimbleStep = Step.compose({
|
|
67304
67307
|
baseName: 'step',
|
|
67305
67308
|
template: template$E,
|
|
67306
|
-
styles: styles$
|
|
67309
|
+
styles: styles$H,
|
|
67307
67310
|
shadowOptions: {
|
|
67308
67311
|
delegatesFocus: true
|
|
67309
67312
|
}
|
|
67310
67313
|
});
|
|
67311
67314
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleStep());
|
|
67312
67315
|
|
|
67313
|
-
const styles$
|
|
67316
|
+
const styles$G = css `
|
|
67314
67317
|
${display$1('inline-flex')}
|
|
67315
67318
|
|
|
67316
67319
|
:host {
|
|
@@ -67527,11 +67530,11 @@ ${indentedChild}`;
|
|
|
67527
67530
|
const nimbleStepper = Stepper.compose({
|
|
67528
67531
|
baseName: 'stepper',
|
|
67529
67532
|
template: template$D,
|
|
67530
|
-
styles: styles$
|
|
67533
|
+
styles: styles$G
|
|
67531
67534
|
});
|
|
67532
67535
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleStepper());
|
|
67533
67536
|
|
|
67534
|
-
const styles$
|
|
67537
|
+
const styles$F = css `
|
|
67535
67538
|
${display$1('inline-flex')}
|
|
67536
67539
|
|
|
67537
67540
|
:host {
|
|
@@ -67803,11 +67806,11 @@ ${indentedChild}`;
|
|
|
67803
67806
|
baseClass: Switch$1,
|
|
67804
67807
|
baseName: 'switch',
|
|
67805
67808
|
template: template$C,
|
|
67806
|
-
styles: styles$
|
|
67809
|
+
styles: styles$F
|
|
67807
67810
|
});
|
|
67808
67811
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleSwitch());
|
|
67809
67812
|
|
|
67810
|
-
const styles$
|
|
67813
|
+
const styles$E = css `
|
|
67811
67814
|
${display$1('inline-flex')}
|
|
67812
67815
|
|
|
67813
67816
|
:host {
|
|
@@ -67918,11 +67921,11 @@ ${indentedChild}`;
|
|
|
67918
67921
|
baseName: 'tab',
|
|
67919
67922
|
baseClass: Tab$1,
|
|
67920
67923
|
template: tabTemplate,
|
|
67921
|
-
styles: styles$
|
|
67924
|
+
styles: styles$E
|
|
67922
67925
|
});
|
|
67923
67926
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTab());
|
|
67924
67927
|
|
|
67925
|
-
const styles$
|
|
67928
|
+
const styles$D = css `
|
|
67926
67929
|
${display$1('block')}
|
|
67927
67930
|
|
|
67928
67931
|
:host {
|
|
@@ -67941,7 +67944,7 @@ ${indentedChild}`;
|
|
|
67941
67944
|
baseName: 'tab-panel',
|
|
67942
67945
|
baseClass: TabPanel$1,
|
|
67943
67946
|
template: tabPanelTemplate,
|
|
67944
|
-
styles: styles$
|
|
67947
|
+
styles: styles$D
|
|
67945
67948
|
});
|
|
67946
67949
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTabPanel());
|
|
67947
67950
|
|
|
@@ -71667,7 +71670,7 @@ ${indentedChild}`;
|
|
|
71667
71670
|
}
|
|
71668
71671
|
}
|
|
71669
71672
|
|
|
71670
|
-
const styles$
|
|
71673
|
+
const styles$C = css `
|
|
71671
71674
|
${display$1('flex')}
|
|
71672
71675
|
|
|
71673
71676
|
:host {
|
|
@@ -71887,7 +71890,7 @@ focus outline in that case.
|
|
|
71887
71890
|
}
|
|
71888
71891
|
`));
|
|
71889
71892
|
|
|
71890
|
-
const styles$
|
|
71893
|
+
const styles$B = css `
|
|
71891
71894
|
${display$1('flex')}
|
|
71892
71895
|
|
|
71893
71896
|
:host {
|
|
@@ -72007,12 +72010,12 @@ focus outline in that case.
|
|
|
72007
72010
|
const nimbleTableHeader = TableHeader.compose({
|
|
72008
72011
|
baseName: 'table-header',
|
|
72009
72012
|
template: template$B,
|
|
72010
|
-
styles: styles$
|
|
72013
|
+
styles: styles$B
|
|
72011
72014
|
});
|
|
72012
72015
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTableHeader());
|
|
72013
72016
|
const tableHeaderTag = 'nimble-table-header';
|
|
72014
72017
|
|
|
72015
|
-
const styles$
|
|
72018
|
+
const styles$A = css `
|
|
72016
72019
|
:host .animating {
|
|
72017
72020
|
transition: ${mediumDelay} ease-in;
|
|
72018
72021
|
}
|
|
@@ -72037,9 +72040,9 @@ focus outline in that case.
|
|
|
72037
72040
|
}
|
|
72038
72041
|
`;
|
|
72039
72042
|
|
|
72040
|
-
const styles$
|
|
72043
|
+
const styles$z = css `
|
|
72041
72044
|
${display$1('flex')}
|
|
72042
|
-
${styles$
|
|
72045
|
+
${styles$A}
|
|
72043
72046
|
|
|
72044
72047
|
:host {
|
|
72045
72048
|
width: fit-content;
|
|
@@ -72209,7 +72212,7 @@ focus outline in that case.
|
|
|
72209
72212
|
}
|
|
72210
72213
|
`));
|
|
72211
72214
|
|
|
72212
|
-
const styles$
|
|
72215
|
+
const styles$y = css `
|
|
72213
72216
|
${display$1('flex')}
|
|
72214
72217
|
|
|
72215
72218
|
:host {
|
|
@@ -72352,7 +72355,7 @@ focus outline in that case.
|
|
|
72352
72355
|
const nimbleTableCell = TableCell.compose({
|
|
72353
72356
|
baseName: 'table-cell',
|
|
72354
72357
|
template: template$A,
|
|
72355
|
-
styles: styles$
|
|
72358
|
+
styles: styles$y
|
|
72356
72359
|
});
|
|
72357
72360
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTableCell());
|
|
72358
72361
|
const tableCellTag = 'nimble-table-cell';
|
|
@@ -72753,14 +72756,14 @@ focus outline in that case.
|
|
|
72753
72756
|
const nimbleTableRow = TableRow.compose({
|
|
72754
72757
|
baseName: 'table-row',
|
|
72755
72758
|
template: template$z,
|
|
72756
|
-
styles: styles$
|
|
72759
|
+
styles: styles$z
|
|
72757
72760
|
});
|
|
72758
72761
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTableRow());
|
|
72759
72762
|
const tableRowTag = 'nimble-table-row';
|
|
72760
72763
|
|
|
72761
|
-
const styles$
|
|
72764
|
+
const styles$x = css `
|
|
72762
72765
|
${display$1('grid')}
|
|
72763
|
-
${styles$
|
|
72766
|
+
${styles$A}
|
|
72764
72767
|
|
|
72765
72768
|
:host {
|
|
72766
72769
|
align-items: center;
|
|
@@ -73006,7 +73009,7 @@ focus outline in that case.
|
|
|
73006
73009
|
const nimbleTableGroupRow = TableGroupRow.compose({
|
|
73007
73010
|
baseName: 'table-group-row',
|
|
73008
73011
|
template: template$y,
|
|
73009
|
-
styles: styles$
|
|
73012
|
+
styles: styles$x
|
|
73010
73013
|
});
|
|
73011
73014
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTableGroupRow());
|
|
73012
73015
|
const tableGroupRowTag = 'nimble-table-group-row';
|
|
@@ -77653,11 +77656,11 @@ focus outline in that case.
|
|
|
77653
77656
|
const nimbleTable = Table$1.compose({
|
|
77654
77657
|
baseName: 'table',
|
|
77655
77658
|
template: template$x,
|
|
77656
|
-
styles: styles$
|
|
77659
|
+
styles: styles$C
|
|
77657
77660
|
});
|
|
77658
77661
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTable());
|
|
77659
77662
|
|
|
77660
|
-
const styles$
|
|
77663
|
+
const styles$w = css `
|
|
77661
77664
|
${display$1('contents')}
|
|
77662
77665
|
|
|
77663
77666
|
.header-content {
|
|
@@ -77734,7 +77737,7 @@ focus outline in that case.
|
|
|
77734
77737
|
return ColumnWithPlaceholder;
|
|
77735
77738
|
}
|
|
77736
77739
|
|
|
77737
|
-
const styles$
|
|
77740
|
+
const styles$v = css `
|
|
77738
77741
|
${display$1('flex')}
|
|
77739
77742
|
|
|
77740
77743
|
:host {
|
|
@@ -77858,7 +77861,7 @@ focus outline in that case.
|
|
|
77858
77861
|
const anchorCellView = TableColumnAnchorCellView.compose({
|
|
77859
77862
|
baseName: 'table-column-anchor-cell-view',
|
|
77860
77863
|
template: template$v,
|
|
77861
|
-
styles: styles$
|
|
77864
|
+
styles: styles$v
|
|
77862
77865
|
});
|
|
77863
77866
|
DesignSystem.getOrCreate().withPrefix('nimble').register(anchorCellView());
|
|
77864
77867
|
const tableColumnAnchorCellViewTag = 'nimble-table-column-anchor-cell-view';
|
|
@@ -77944,7 +77947,7 @@ focus outline in that case.
|
|
|
77944
77947
|
</span>
|
|
77945
77948
|
`;
|
|
77946
77949
|
|
|
77947
|
-
const styles$
|
|
77950
|
+
const styles$u = css `
|
|
77948
77951
|
${display$1('flex')}
|
|
77949
77952
|
|
|
77950
77953
|
span {
|
|
@@ -77969,7 +77972,7 @@ focus outline in that case.
|
|
|
77969
77972
|
const tableColumnTextGroupHeaderView = TableColumnTextGroupHeaderView.compose({
|
|
77970
77973
|
baseName: 'table-column-text-group-header-view',
|
|
77971
77974
|
template: template$u,
|
|
77972
|
-
styles: styles$
|
|
77975
|
+
styles: styles$u
|
|
77973
77976
|
});
|
|
77974
77977
|
DesignSystem.getOrCreate()
|
|
77975
77978
|
.withPrefix('nimble')
|
|
@@ -78214,7 +78217,7 @@ focus outline in that case.
|
|
|
78214
78217
|
const nimbleTableColumnAnchor = TableColumnAnchor.compose({
|
|
78215
78218
|
baseName: 'table-column-anchor',
|
|
78216
78219
|
template: template$w,
|
|
78217
|
-
styles: styles$
|
|
78220
|
+
styles: styles$w
|
|
78218
78221
|
});
|
|
78219
78222
|
DesignSystem.getOrCreate()
|
|
78220
78223
|
.withPrefix('nimble')
|
|
@@ -78267,7 +78270,7 @@ focus outline in that case.
|
|
|
78267
78270
|
const tableColumnDateTextGroupHeaderView = TableColumnDateTextGroupHeaderView.compose({
|
|
78268
78271
|
baseName: 'table-column-date-text-group-header-view',
|
|
78269
78272
|
template: template$u,
|
|
78270
|
-
styles: styles$
|
|
78273
|
+
styles: styles$u
|
|
78271
78274
|
});
|
|
78272
78275
|
DesignSystem.getOrCreate()
|
|
78273
78276
|
.withPrefix('nimble')
|
|
@@ -78290,7 +78293,7 @@ focus outline in that case.
|
|
|
78290
78293
|
</template>
|
|
78291
78294
|
`;
|
|
78292
78295
|
|
|
78293
|
-
const styles$
|
|
78296
|
+
const styles$t = css `
|
|
78294
78297
|
${display$1('flex')}
|
|
78295
78298
|
|
|
78296
78299
|
:host {
|
|
@@ -78393,7 +78396,7 @@ focus outline in that case.
|
|
|
78393
78396
|
const dateTextCellView = TableColumnDateTextCellView.compose({
|
|
78394
78397
|
baseName: 'table-column-date-text-cell-view',
|
|
78395
78398
|
template: template$t,
|
|
78396
|
-
styles: styles$
|
|
78399
|
+
styles: styles$t
|
|
78397
78400
|
});
|
|
78398
78401
|
DesignSystem.getOrCreate().withPrefix('nimble').register(dateTextCellView());
|
|
78399
78402
|
const tableColumnDateTextCellViewTag = 'nimble-table-column-date-text-cell-view';
|
|
@@ -78652,7 +78655,7 @@ focus outline in that case.
|
|
|
78652
78655
|
const nimbleTableColumnDateText = TableColumnDateText.compose({
|
|
78653
78656
|
baseName: 'table-column-date-text',
|
|
78654
78657
|
template: template$w,
|
|
78655
|
-
styles: styles$
|
|
78658
|
+
styles: styles$w
|
|
78656
78659
|
});
|
|
78657
78660
|
DesignSystem.getOrCreate()
|
|
78658
78661
|
.withPrefix('nimble')
|
|
@@ -78669,7 +78672,7 @@ focus outline in that case.
|
|
|
78669
78672
|
const durationTextCellView = TableColumnDurationTextCellView.compose({
|
|
78670
78673
|
baseName: 'table-column-duration-text-cell-view',
|
|
78671
78674
|
template: template$t,
|
|
78672
|
-
styles: styles$
|
|
78675
|
+
styles: styles$t
|
|
78673
78676
|
});
|
|
78674
78677
|
DesignSystem.getOrCreate()
|
|
78675
78678
|
.withPrefix('nimble')
|
|
@@ -78771,7 +78774,7 @@ focus outline in that case.
|
|
|
78771
78774
|
const tableColumnDurationTextGroupHeaderView = TableColumnDurationTextGroupHeaderView.compose({
|
|
78772
78775
|
baseName: 'table-column-duration-text-group-header-view',
|
|
78773
78776
|
template: template$u,
|
|
78774
|
-
styles: styles$
|
|
78777
|
+
styles: styles$u
|
|
78775
78778
|
});
|
|
78776
78779
|
DesignSystem.getOrCreate()
|
|
78777
78780
|
.withPrefix('nimble')
|
|
@@ -78824,7 +78827,7 @@ focus outline in that case.
|
|
|
78824
78827
|
const nimbleTableColumnDurationText = TableColumnDurationText.compose({
|
|
78825
78828
|
baseName: 'table-column-duration-text',
|
|
78826
78829
|
template: template$w,
|
|
78827
|
-
styles: styles$
|
|
78830
|
+
styles: styles$w
|
|
78828
78831
|
});
|
|
78829
78832
|
DesignSystem.getOrCreate()
|
|
78830
78833
|
.withPrefix('nimble')
|
|
@@ -78932,8 +78935,8 @@ focus outline in that case.
|
|
|
78932
78935
|
attr({ attribute: 'key-type' })
|
|
78933
78936
|
], TableColumnEnumBase.prototype, "keyType", void 0);
|
|
78934
78937
|
|
|
78935
|
-
const styles$
|
|
78936
|
-
${styles$
|
|
78938
|
+
const styles$s = css `
|
|
78939
|
+
${styles$w}
|
|
78937
78940
|
|
|
78938
78941
|
slot[name='mapping'] {
|
|
78939
78942
|
display: none;
|
|
@@ -79026,7 +79029,7 @@ focus outline in that case.
|
|
|
79026
79029
|
}
|
|
79027
79030
|
}
|
|
79028
79031
|
|
|
79029
|
-
const styles$
|
|
79032
|
+
const styles$r = css `
|
|
79030
79033
|
${display$1('inline-flex')}
|
|
79031
79034
|
|
|
79032
79035
|
:host {
|
|
@@ -79195,14 +79198,14 @@ focus outline in that case.
|
|
|
79195
79198
|
const mappingGroupHeaderView = TableColumnMappingGroupHeaderView.compose({
|
|
79196
79199
|
baseName: 'table-column-mapping-group-header-view',
|
|
79197
79200
|
template: template$r,
|
|
79198
|
-
styles: styles$
|
|
79201
|
+
styles: styles$r
|
|
79199
79202
|
});
|
|
79200
79203
|
DesignSystem.getOrCreate()
|
|
79201
79204
|
.withPrefix('nimble')
|
|
79202
79205
|
.register(mappingGroupHeaderView());
|
|
79203
79206
|
const tableColumnMappingGroupHeaderViewTag = 'nimble-table-column-mapping-group-header-view';
|
|
79204
79207
|
|
|
79205
|
-
const styles$
|
|
79208
|
+
const styles$q = css `
|
|
79206
79209
|
${display$1('inline-flex')}
|
|
79207
79210
|
|
|
79208
79211
|
:host {
|
|
@@ -79314,7 +79317,7 @@ focus outline in that case.
|
|
|
79314
79317
|
const mappingCellView = TableColumnMappingCellView.compose({
|
|
79315
79318
|
baseName: 'table-column-mapping-cell-view',
|
|
79316
79319
|
template: template$q,
|
|
79317
|
-
styles: styles$
|
|
79320
|
+
styles: styles$q
|
|
79318
79321
|
});
|
|
79319
79322
|
DesignSystem.getOrCreate().withPrefix('nimble').register(mappingCellView());
|
|
79320
79323
|
const tableColumnMappingCellViewTag = 'nimble-table-column-mapping-cell-view';
|
|
@@ -79398,7 +79401,7 @@ focus outline in that case.
|
|
|
79398
79401
|
const nimbleTableColumnMapping = TableColumnMapping.compose({
|
|
79399
79402
|
baseName: 'table-column-mapping',
|
|
79400
79403
|
template: template$s,
|
|
79401
|
-
styles: styles$
|
|
79404
|
+
styles: styles$s
|
|
79402
79405
|
});
|
|
79403
79406
|
DesignSystem.getOrCreate()
|
|
79404
79407
|
.withPrefix('nimble')
|
|
@@ -79432,7 +79435,7 @@ focus outline in that case.
|
|
|
79432
79435
|
`)}
|
|
79433
79436
|
`;
|
|
79434
79437
|
|
|
79435
|
-
const styles$
|
|
79438
|
+
const styles$p = css `
|
|
79436
79439
|
:host {
|
|
79437
79440
|
align-self: center;
|
|
79438
79441
|
width: 100%;
|
|
@@ -79508,7 +79511,7 @@ focus outline in that case.
|
|
|
79508
79511
|
const menuButtonCellView = TableColumnMenuButtonCellView.compose({
|
|
79509
79512
|
baseName: 'table-column-menu-button-cell-view',
|
|
79510
79513
|
template: template$o,
|
|
79511
|
-
styles: styles$
|
|
79514
|
+
styles: styles$p
|
|
79512
79515
|
});
|
|
79513
79516
|
DesignSystem.getOrCreate().withPrefix('nimble').register(menuButtonCellView());
|
|
79514
79517
|
const tableColumnMenuButtonCellViewTag = 'nimble-table-column-menu-button-cell-view';
|
|
@@ -79564,7 +79567,7 @@ focus outline in that case.
|
|
|
79564
79567
|
const nimbleTableColumnMenuButton = TableColumnMenuButton.compose({
|
|
79565
79568
|
baseName: 'table-column-menu-button',
|
|
79566
79569
|
template: template$p,
|
|
79567
|
-
styles: styles$
|
|
79570
|
+
styles: styles$w
|
|
79568
79571
|
});
|
|
79569
79572
|
DesignSystem.getOrCreate()
|
|
79570
79573
|
.withPrefix('nimble')
|
|
@@ -79592,7 +79595,7 @@ focus outline in that case.
|
|
|
79592
79595
|
const tableColumnNumberTextGroupHeaderView = TableColumnNumberTextGroupHeaderView.compose({
|
|
79593
79596
|
baseName: 'table-column-number-text-group-header-view',
|
|
79594
79597
|
template: template$u,
|
|
79595
|
-
styles: styles$
|
|
79598
|
+
styles: styles$u
|
|
79596
79599
|
});
|
|
79597
79600
|
DesignSystem.getOrCreate()
|
|
79598
79601
|
.withPrefix('nimble')
|
|
@@ -79614,7 +79617,7 @@ focus outline in that case.
|
|
|
79614
79617
|
const numberTextCellView = TableColumnNumberTextCellView.compose({
|
|
79615
79618
|
baseName: 'table-column-number-text-cell-view',
|
|
79616
79619
|
template: template$t,
|
|
79617
|
-
styles: styles$
|
|
79620
|
+
styles: styles$t
|
|
79618
79621
|
});
|
|
79619
79622
|
DesignSystem.getOrCreate().withPrefix('nimble').register(numberTextCellView());
|
|
79620
79623
|
const tableColumnNumberTextCellViewTag = 'nimble-table-column-number-text-cell-view';
|
|
@@ -80155,7 +80158,7 @@ focus outline in that case.
|
|
|
80155
80158
|
const nimbleTableColumnNumberText = TableColumnNumberText.compose({
|
|
80156
80159
|
baseName: 'table-column-number-text',
|
|
80157
80160
|
template: template$n,
|
|
80158
|
-
styles: styles$
|
|
80161
|
+
styles: styles$w
|
|
80159
80162
|
});
|
|
80160
80163
|
DesignSystem.getOrCreate()
|
|
80161
80164
|
.withPrefix('nimble')
|
|
@@ -80174,7 +80177,7 @@ focus outline in that case.
|
|
|
80174
80177
|
const textCellView = TableColumnTextCellView.compose({
|
|
80175
80178
|
baseName: 'table-column-text-cell-view',
|
|
80176
80179
|
template: template$t,
|
|
80177
|
-
styles: styles$
|
|
80180
|
+
styles: styles$t
|
|
80178
80181
|
});
|
|
80179
80182
|
DesignSystem.getOrCreate().withPrefix('nimble').register(textCellView());
|
|
80180
80183
|
const tableColumnTextCellViewTag = 'nimble-table-column-text-cell-view';
|
|
@@ -80229,14 +80232,14 @@ focus outline in that case.
|
|
|
80229
80232
|
const nimbleTableColumnText = TableColumnText.compose({
|
|
80230
80233
|
baseName: 'table-column-text',
|
|
80231
80234
|
template: template$w,
|
|
80232
|
-
styles: styles$
|
|
80235
|
+
styles: styles$w
|
|
80233
80236
|
});
|
|
80234
80237
|
DesignSystem.getOrCreate()
|
|
80235
80238
|
.withPrefix('nimble')
|
|
80236
80239
|
.register(nimbleTableColumnText());
|
|
80237
80240
|
|
|
80238
|
-
const styles$
|
|
80239
|
-
${styles$
|
|
80241
|
+
const styles$o = css `
|
|
80242
|
+
${styles$1d}
|
|
80240
80243
|
|
|
80241
80244
|
.tabpanel {
|
|
80242
80245
|
overflow: auto;
|
|
@@ -80318,11 +80321,11 @@ focus outline in that case.
|
|
|
80318
80321
|
baseName: 'tabs',
|
|
80319
80322
|
baseClass: Tabs$1,
|
|
80320
80323
|
template: template$_,
|
|
80321
|
-
styles: styles$
|
|
80324
|
+
styles: styles$o
|
|
80322
80325
|
});
|
|
80323
80326
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTabs());
|
|
80324
80327
|
|
|
80325
|
-
const styles$
|
|
80328
|
+
const styles$n = css `
|
|
80326
80329
|
${display$1('flex')}
|
|
80327
80330
|
|
|
80328
80331
|
:host {
|
|
@@ -80387,7 +80390,7 @@ focus outline in that case.
|
|
|
80387
80390
|
const nimbleTabsToolbar = TabsToolbar.compose({
|
|
80388
80391
|
baseName: 'tabs-toolbar',
|
|
80389
80392
|
template: template$m,
|
|
80390
|
-
styles: styles$
|
|
80393
|
+
styles: styles$n
|
|
80391
80394
|
});
|
|
80392
80395
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTabsToolbar());
|
|
80393
80396
|
applyMixins(TabsToolbar, StartEnd);
|
|
@@ -80397,10 +80400,10 @@ focus outline in that case.
|
|
|
80397
80400
|
block: 'block'
|
|
80398
80401
|
};
|
|
80399
80402
|
|
|
80400
|
-
const styles$
|
|
80403
|
+
const styles$m = css `
|
|
80401
80404
|
${display$1('inline-flex')}
|
|
80402
|
-
${styles$
|
|
80403
|
-
${styles
|
|
80405
|
+
${styles$14}
|
|
80406
|
+
${styles$$}
|
|
80404
80407
|
|
|
80405
80408
|
:host {
|
|
80406
80409
|
font: ${bodyFont};
|
|
@@ -80741,7 +80744,7 @@ focus outline in that case.
|
|
|
80741
80744
|
baseName: 'text-area',
|
|
80742
80745
|
baseClass: TextArea$1,
|
|
80743
80746
|
template: template$l,
|
|
80744
|
-
styles: styles$
|
|
80747
|
+
styles: styles$m,
|
|
80745
80748
|
shadowOptions: {
|
|
80746
80749
|
delegatesFocus: true
|
|
80747
80750
|
}
|
|
@@ -80758,10 +80761,10 @@ focus outline in that case.
|
|
|
80758
80761
|
frameless: 'frameless'
|
|
80759
80762
|
};
|
|
80760
80763
|
|
|
80761
|
-
const styles$
|
|
80764
|
+
const styles$l = css `
|
|
80762
80765
|
${display$1('inline-block')}
|
|
80763
|
-
${styles$
|
|
80764
|
-
${styles
|
|
80766
|
+
${styles$14}
|
|
80767
|
+
${styles$$}
|
|
80765
80768
|
|
|
80766
80769
|
:host {
|
|
80767
80770
|
font: ${bodyFont};
|
|
@@ -81121,7 +81124,7 @@ focus outline in that case.
|
|
|
81121
81124
|
baseName: 'text-field',
|
|
81122
81125
|
baseClass: TextField$1,
|
|
81123
81126
|
template: template$k,
|
|
81124
|
-
styles: styles$
|
|
81127
|
+
styles: styles$l,
|
|
81125
81128
|
shadowOptions: {
|
|
81126
81129
|
delegatesFocus: true
|
|
81127
81130
|
},
|
|
@@ -81138,7 +81141,7 @@ focus outline in that case.
|
|
|
81138
81141
|
});
|
|
81139
81142
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTextField());
|
|
81140
81143
|
|
|
81141
|
-
const styles$
|
|
81144
|
+
const styles$k = css `
|
|
81142
81145
|
${display$1('inline-flex')}
|
|
81143
81146
|
|
|
81144
81147
|
:host {
|
|
@@ -81277,7 +81280,7 @@ focus outline in that case.
|
|
|
81277
81280
|
baseName: 'tooltip',
|
|
81278
81281
|
baseClass: Tooltip$1,
|
|
81279
81282
|
template: template$j,
|
|
81280
|
-
styles: styles$
|
|
81283
|
+
styles: styles$k
|
|
81281
81284
|
});
|
|
81282
81285
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTooltip());
|
|
81283
81286
|
|
|
@@ -81365,7 +81368,7 @@ focus outline in that case.
|
|
|
81365
81368
|
}
|
|
81366
81369
|
}
|
|
81367
81370
|
|
|
81368
|
-
const styles$
|
|
81371
|
+
const styles$j = css `
|
|
81369
81372
|
${display$1('block')}
|
|
81370
81373
|
|
|
81371
81374
|
:host {
|
|
@@ -81582,12 +81585,12 @@ focus outline in that case.
|
|
|
81582
81585
|
baseName: 'tree-item',
|
|
81583
81586
|
baseClass: TreeItem$1,
|
|
81584
81587
|
template: treeItemTemplate,
|
|
81585
|
-
styles: styles$
|
|
81588
|
+
styles: styles$j,
|
|
81586
81589
|
expandCollapseGlyph: arrowExpanderUp16X16.data
|
|
81587
81590
|
});
|
|
81588
81591
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTreeItem());
|
|
81589
81592
|
|
|
81590
|
-
const styles$
|
|
81593
|
+
const styles$i = css `
|
|
81591
81594
|
${display$1('flex')}
|
|
81592
81595
|
|
|
81593
81596
|
:host {
|
|
@@ -81698,7 +81701,7 @@ focus outline in that case.
|
|
|
81698
81701
|
baseName: 'tree-view',
|
|
81699
81702
|
baseClass: TreeView$1,
|
|
81700
81703
|
template: template$i,
|
|
81701
|
-
styles: styles$
|
|
81704
|
+
styles: styles$i
|
|
81702
81705
|
});
|
|
81703
81706
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTreeView());
|
|
81704
81707
|
|
|
@@ -81816,7 +81819,7 @@ focus outline in that case.
|
|
|
81816
81819
|
|
|
81817
81820
|
const template$h = html `<template slot="unit"></template>`;
|
|
81818
81821
|
|
|
81819
|
-
const styles$
|
|
81822
|
+
const styles$h = css `
|
|
81820
81823
|
${display$1('none')}
|
|
81821
81824
|
`;
|
|
81822
81825
|
|
|
@@ -81845,7 +81848,7 @@ focus outline in that case.
|
|
|
81845
81848
|
const nimbleUnitByte = UnitByte.compose({
|
|
81846
81849
|
baseName: 'unit-byte',
|
|
81847
81850
|
template: template$h,
|
|
81848
|
-
styles: styles$
|
|
81851
|
+
styles: styles$h
|
|
81849
81852
|
});
|
|
81850
81853
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleUnitByte());
|
|
81851
81854
|
|
|
@@ -81898,7 +81901,7 @@ focus outline in that case.
|
|
|
81898
81901
|
const nimbleUnitVolt = UnitVolt.compose({
|
|
81899
81902
|
baseName: 'unit-volt',
|
|
81900
81903
|
template: template$h,
|
|
81901
|
-
styles: styles$
|
|
81904
|
+
styles: styles$h
|
|
81902
81905
|
});
|
|
81903
81906
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleUnitVolt());
|
|
81904
81907
|
|
|
@@ -96245,7 +96248,7 @@ focus outline in that case.
|
|
|
96245
96248
|
</div>
|
|
96246
96249
|
`;
|
|
96247
96250
|
|
|
96248
|
-
const styles$
|
|
96251
|
+
const styles$g = css `
|
|
96249
96252
|
${display$1('inline-block')}
|
|
96250
96253
|
|
|
96251
96254
|
:host {
|
|
@@ -99271,7 +99274,7 @@ focus outline in that case.
|
|
|
99271
99274
|
const nimbleWaferMap = WaferMap.compose({
|
|
99272
99275
|
baseName: 'wafer-map',
|
|
99273
99276
|
template: template$g,
|
|
99274
|
-
styles: styles$
|
|
99277
|
+
styles: styles$g
|
|
99275
99278
|
});
|
|
99276
99279
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleWaferMap());
|
|
99277
99280
|
|
|
@@ -99283,7 +99286,7 @@ focus outline in that case.
|
|
|
99283
99286
|
*/
|
|
99284
99287
|
const display = (displayValue) => `${display$2(displayValue)}:host{box-sizing:border-box;}*{box-sizing:border-box;}:host::before,:host::after,::before,::after{box-sizing:border-box;}`;
|
|
99285
99288
|
|
|
99286
|
-
const styles$
|
|
99289
|
+
const styles$f = css `
|
|
99287
99290
|
${display('flex')}
|
|
99288
99291
|
|
|
99289
99292
|
:host {
|
|
@@ -99439,15 +99442,15 @@ focus outline in that case.
|
|
|
99439
99442
|
const sprightChatConversation = ChatConversation.compose({
|
|
99440
99443
|
baseName: 'chat-conversation',
|
|
99441
99444
|
template: template$f,
|
|
99442
|
-
styles: styles$
|
|
99445
|
+
styles: styles$f
|
|
99443
99446
|
});
|
|
99444
99447
|
DesignSystem.getOrCreate()
|
|
99445
99448
|
.withPrefix('spright')
|
|
99446
99449
|
.register(sprightChatConversation());
|
|
99447
99450
|
|
|
99448
|
-
const styles$
|
|
99451
|
+
const styles$e = css `
|
|
99449
99452
|
${display('flex')}
|
|
99450
|
-
${styles$
|
|
99453
|
+
${styles$14}
|
|
99451
99454
|
|
|
99452
99455
|
:host {
|
|
99453
99456
|
width: 100%;
|
|
@@ -99843,7 +99846,7 @@ focus outline in that case.
|
|
|
99843
99846
|
const sprightChatInput = ChatInput.compose({
|
|
99844
99847
|
baseName: 'chat-input',
|
|
99845
99848
|
template: template$e,
|
|
99846
|
-
styles: styles$
|
|
99849
|
+
styles: styles$e,
|
|
99847
99850
|
shadowOptions: {
|
|
99848
99851
|
delegatesFocus: true
|
|
99849
99852
|
}
|
|
@@ -99861,7 +99864,7 @@ focus outline in that case.
|
|
|
99861
99864
|
inbound: 'inbound'
|
|
99862
99865
|
};
|
|
99863
99866
|
|
|
99864
|
-
const styles$
|
|
99867
|
+
const styles$d = css `
|
|
99865
99868
|
${display('flex')}
|
|
99866
99869
|
|
|
99867
99870
|
:host {
|
|
@@ -99985,11 +99988,11 @@ focus outline in that case.
|
|
|
99985
99988
|
const sprightChatMessage = ChatMessage.compose({
|
|
99986
99989
|
baseName: 'chat-message',
|
|
99987
99990
|
template: template$d,
|
|
99988
|
-
styles: styles$
|
|
99991
|
+
styles: styles$d
|
|
99989
99992
|
});
|
|
99990
99993
|
DesignSystem.getOrCreate().withPrefix('spright').register(sprightChatMessage());
|
|
99991
99994
|
|
|
99992
|
-
const styles$
|
|
99995
|
+
const styles$c = css `
|
|
99993
99996
|
${display('flex')}
|
|
99994
99997
|
|
|
99995
99998
|
:host {
|
|
@@ -100086,11 +100089,11 @@ focus outline in that case.
|
|
|
100086
100089
|
const sprightChatMessageInbound = ChatMessageInbound.compose({
|
|
100087
100090
|
baseName: 'chat-message-inbound',
|
|
100088
100091
|
template: template$c,
|
|
100089
|
-
styles: styles$
|
|
100092
|
+
styles: styles$c
|
|
100090
100093
|
});
|
|
100091
100094
|
DesignSystem.getOrCreate().withPrefix('spright').register(sprightChatMessageInbound());
|
|
100092
100095
|
|
|
100093
|
-
const styles$
|
|
100096
|
+
const styles$b = css `
|
|
100094
100097
|
${display('flex')}
|
|
100095
100098
|
|
|
100096
100099
|
:host {
|
|
@@ -100140,11 +100143,11 @@ focus outline in that case.
|
|
|
100140
100143
|
const sprightChatMessageOutbound = ChatMessageOutbound.compose({
|
|
100141
100144
|
baseName: 'chat-message-outbound',
|
|
100142
100145
|
template: template$b,
|
|
100143
|
-
styles: styles$
|
|
100146
|
+
styles: styles$b
|
|
100144
100147
|
});
|
|
100145
100148
|
DesignSystem.getOrCreate().withPrefix('spright').register(sprightChatMessageOutbound());
|
|
100146
100149
|
|
|
100147
|
-
const styles$
|
|
100150
|
+
const styles$a = css `
|
|
100148
100151
|
${display('flex')}
|
|
100149
100152
|
|
|
100150
100153
|
:host {
|
|
@@ -100187,11 +100190,11 @@ focus outline in that case.
|
|
|
100187
100190
|
const sprightChatMessageSystem = ChatMessageSystem.compose({
|
|
100188
100191
|
baseName: 'chat-message-system',
|
|
100189
100192
|
template: template$a,
|
|
100190
|
-
styles: styles$
|
|
100193
|
+
styles: styles$a
|
|
100191
100194
|
});
|
|
100192
100195
|
DesignSystem.getOrCreate().withPrefix('spright').register(sprightChatMessageSystem());
|
|
100193
100196
|
|
|
100194
|
-
const styles$
|
|
100197
|
+
const styles$9 = css `
|
|
100195
100198
|
${display('flex')}
|
|
100196
100199
|
|
|
100197
100200
|
:host {
|
|
@@ -100299,8 +100302,8 @@ focus outline in that case.
|
|
|
100299
100302
|
<div class="icon dark-icon" aria-hidden="true" :innerHTML="${() => nigelChatDarkData}"></div>
|
|
100300
100303
|
`;
|
|
100301
100304
|
|
|
100302
|
-
const styles$
|
|
100303
|
-
${styles$
|
|
100305
|
+
const styles$8 = css `
|
|
100306
|
+
${styles$1f}
|
|
100304
100307
|
|
|
100305
100308
|
.dark-icon {
|
|
100306
100309
|
display: none;
|
|
@@ -100324,7 +100327,7 @@ focus outline in that case.
|
|
|
100324
100327
|
const sprightIconNigelChat = IconNigelChat.compose({
|
|
100325
100328
|
baseName: 'icon-nigel-chat',
|
|
100326
100329
|
template: template$9,
|
|
100327
|
-
styles: styles$
|
|
100330
|
+
styles: styles$8
|
|
100328
100331
|
});
|
|
100329
100332
|
DesignSystem.getOrCreate()
|
|
100330
100333
|
.withPrefix('spright')
|
|
@@ -100364,7 +100367,7 @@ focus outline in that case.
|
|
|
100364
100367
|
const sprightChatMessageWelcome = ChatMessageWelcome.compose({
|
|
100365
100368
|
baseName: 'chat-message-welcome',
|
|
100366
100369
|
template: template$8,
|
|
100367
|
-
styles: styles$
|
|
100370
|
+
styles: styles$9
|
|
100368
100371
|
});
|
|
100369
100372
|
DesignSystem.getOrCreate().withPrefix('spright').register(sprightChatMessageWelcome());
|
|
100370
100373
|
|
|
@@ -100391,7 +100394,7 @@ focus outline in that case.
|
|
|
100391
100394
|
const sprightIconBreakpointConditional = IconBreakpointConditional.compose({
|
|
100392
100395
|
baseName: 'icon-breakpoint-conditional',
|
|
100393
100396
|
template: template$7,
|
|
100394
|
-
styles: styles$
|
|
100397
|
+
styles: styles$1f
|
|
100395
100398
|
});
|
|
100396
100399
|
DesignSystem.getOrCreate()
|
|
100397
100400
|
.withPrefix('spright')
|
|
@@ -100421,7 +100424,7 @@ focus outline in that case.
|
|
|
100421
100424
|
const sprightIconBreakpointDisabled = IconBreakpointDisabled.compose({
|
|
100422
100425
|
baseName: 'icon-breakpoint-disabled',
|
|
100423
100426
|
template: template$6,
|
|
100424
|
-
styles: styles$
|
|
100427
|
+
styles: styles$1f
|
|
100425
100428
|
});
|
|
100426
100429
|
DesignSystem.getOrCreate()
|
|
100427
100430
|
.withPrefix('spright')
|
|
@@ -100450,7 +100453,7 @@ focus outline in that case.
|
|
|
100450
100453
|
const sprightIconBreakpointEnabled = IconBreakpointEnabled.compose({
|
|
100451
100454
|
baseName: 'icon-breakpoint-enabled',
|
|
100452
100455
|
template: template$5,
|
|
100453
|
-
styles: styles$
|
|
100456
|
+
styles: styles$1f
|
|
100454
100457
|
});
|
|
100455
100458
|
DesignSystem.getOrCreate()
|
|
100456
100459
|
.withPrefix('spright')
|
|
@@ -100479,7 +100482,7 @@ focus outline in that case.
|
|
|
100479
100482
|
const sprightIconBreakpointExecutionPointer = IconBreakpointExecutionPointer.compose({
|
|
100480
100483
|
baseName: 'icon-breakpoint-execution-pointer',
|
|
100481
100484
|
template: template$4,
|
|
100482
|
-
styles: styles$
|
|
100485
|
+
styles: styles$1f
|
|
100483
100486
|
});
|
|
100484
100487
|
DesignSystem.getOrCreate()
|
|
100485
100488
|
.withPrefix('spright')
|
|
@@ -100513,7 +100516,7 @@ focus outline in that case.
|
|
|
100513
100516
|
const sprightIconBreakpointHitDisabled = IconBreakpointHitDisabled.compose({
|
|
100514
100517
|
baseName: 'icon-breakpoint-hit-disabled',
|
|
100515
100518
|
template: template$3,
|
|
100516
|
-
styles: styles$
|
|
100519
|
+
styles: styles$1f
|
|
100517
100520
|
});
|
|
100518
100521
|
DesignSystem.getOrCreate()
|
|
100519
100522
|
.withPrefix('spright')
|
|
@@ -100547,7 +100550,7 @@ focus outline in that case.
|
|
|
100547
100550
|
const sprightIconBreakpointHit = IconBreakpointHit.compose({
|
|
100548
100551
|
baseName: 'icon-breakpoint-hit',
|
|
100549
100552
|
template: template$2,
|
|
100550
|
-
styles: styles$
|
|
100553
|
+
styles: styles$1f
|
|
100551
100554
|
});
|
|
100552
100555
|
DesignSystem.getOrCreate()
|
|
100553
100556
|
.withPrefix('spright')
|
|
@@ -100577,14 +100580,14 @@ focus outline in that case.
|
|
|
100577
100580
|
const sprightIconBreakpointHover = IconBreakpointHover.compose({
|
|
100578
100581
|
baseName: 'icon-breakpoint-hover',
|
|
100579
100582
|
template: template$1,
|
|
100580
|
-
styles: styles$
|
|
100583
|
+
styles: styles$1f
|
|
100581
100584
|
});
|
|
100582
100585
|
DesignSystem.getOrCreate()
|
|
100583
100586
|
.withPrefix('spright')
|
|
100584
100587
|
.register(sprightIconBreakpointHover());
|
|
100585
100588
|
|
|
100586
|
-
const styles$
|
|
100587
|
-
${styles$
|
|
100589
|
+
const styles$7 = css `
|
|
100590
|
+
${styles$1f}
|
|
100588
100591
|
|
|
100589
100592
|
.icon svg {
|
|
100590
100593
|
fill: ${calendarEventBorderReservationColor};
|
|
@@ -100602,14 +100605,14 @@ focus outline in that case.
|
|
|
100602
100605
|
const sprightIconWorkItemCalendarWeek = IconWorkItemCalendarWeek.compose({
|
|
100603
100606
|
baseName: 'icon-work-item-calendar-week',
|
|
100604
100607
|
template: template$12,
|
|
100605
|
-
styles: styles$
|
|
100608
|
+
styles: styles$7
|
|
100606
100609
|
});
|
|
100607
100610
|
DesignSystem.getOrCreate()
|
|
100608
100611
|
.withPrefix('spright')
|
|
100609
100612
|
.register(sprightIconWorkItemCalendarWeek());
|
|
100610
100613
|
|
|
100611
|
-
const styles$
|
|
100612
|
-
${styles$
|
|
100614
|
+
const styles$6 = css `
|
|
100615
|
+
${styles$1f}
|
|
100613
100616
|
|
|
100614
100617
|
.icon svg {
|
|
100615
100618
|
fill: ${calendarEventBorderCalibrationColor};
|
|
@@ -100627,14 +100630,14 @@ focus outline in that case.
|
|
|
100627
100630
|
const sprightIconWorkItemCalipers = IconWorkItemCalipers.compose({
|
|
100628
100631
|
baseName: 'icon-work-item-calipers',
|
|
100629
100632
|
template: template$12,
|
|
100630
|
-
styles: styles$
|
|
100633
|
+
styles: styles$6
|
|
100631
100634
|
});
|
|
100632
100635
|
DesignSystem.getOrCreate()
|
|
100633
100636
|
.withPrefix('spright')
|
|
100634
100637
|
.register(sprightIconWorkItemCalipers());
|
|
100635
100638
|
|
|
100636
|
-
const styles$
|
|
100637
|
-
${styles$
|
|
100639
|
+
const styles$5 = css `
|
|
100640
|
+
${styles$1f}
|
|
100638
100641
|
|
|
100639
100642
|
.icon svg {
|
|
100640
100643
|
fill: ${calendarEventBorderTransportOrderColor};
|
|
@@ -100652,14 +100655,14 @@ focus outline in that case.
|
|
|
100652
100655
|
const sprightIconWorkItemForklift = IconWorkItemForklift.compose({
|
|
100653
100656
|
baseName: 'icon-work-item-forklift',
|
|
100654
100657
|
template: template$12,
|
|
100655
|
-
styles: styles$
|
|
100658
|
+
styles: styles$5
|
|
100656
100659
|
});
|
|
100657
100660
|
DesignSystem.getOrCreate()
|
|
100658
100661
|
.withPrefix('spright')
|
|
100659
100662
|
.register(sprightIconWorkItemForklift());
|
|
100660
100663
|
|
|
100661
|
-
const styles$
|
|
100662
|
-
${styles$
|
|
100664
|
+
const styles$4 = css `
|
|
100665
|
+
${styles$1f}
|
|
100663
100666
|
|
|
100664
100667
|
.icon svg {
|
|
100665
100668
|
fill: ${calendarEventBorderStaticColor};
|
|
@@ -100677,14 +100680,39 @@ focus outline in that case.
|
|
|
100677
100680
|
const sprightIconWorkItemRectangleCheckLines = IconWorkItemRectangleCheckLines.compose({
|
|
100678
100681
|
baseName: 'icon-work-item-rectangle-check-lines',
|
|
100679
100682
|
template: template$12,
|
|
100680
|
-
styles: styles$
|
|
100683
|
+
styles: styles$4
|
|
100681
100684
|
});
|
|
100682
100685
|
DesignSystem.getOrCreate()
|
|
100683
100686
|
.withPrefix('spright')
|
|
100684
100687
|
.register(sprightIconWorkItemRectangleCheckLines());
|
|
100685
100688
|
|
|
100689
|
+
const styles$3 = css `
|
|
100690
|
+
${styles$1f}
|
|
100691
|
+
|
|
100692
|
+
.icon svg {
|
|
100693
|
+
fill: ${calendarEventBorderWorkOrderColor};
|
|
100694
|
+
}
|
|
100695
|
+
`;
|
|
100696
|
+
|
|
100697
|
+
/**
|
|
100698
|
+
* Spright square list cog icon for work order items
|
|
100699
|
+
*/
|
|
100700
|
+
class IconWorkItemSquareListCog extends IconSvg {
|
|
100701
|
+
constructor() {
|
|
100702
|
+
super(squareListCog16X16);
|
|
100703
|
+
}
|
|
100704
|
+
}
|
|
100705
|
+
const sprightIconWorkItemSquareListCog = IconWorkItemSquareListCog.compose({
|
|
100706
|
+
baseName: 'icon-work-item-square-list-cog',
|
|
100707
|
+
template: template$12,
|
|
100708
|
+
styles: styles$3
|
|
100709
|
+
});
|
|
100710
|
+
DesignSystem.getOrCreate()
|
|
100711
|
+
.withPrefix('spright')
|
|
100712
|
+
.register(sprightIconWorkItemSquareListCog());
|
|
100713
|
+
|
|
100686
100714
|
const styles$2 = css `
|
|
100687
|
-
${styles$
|
|
100715
|
+
${styles$1f}
|
|
100688
100716
|
|
|
100689
100717
|
.icon svg {
|
|
100690
100718
|
fill: ${calendarEventBorderJobColor};
|
|
@@ -100709,7 +100737,7 @@ focus outline in that case.
|
|
|
100709
100737
|
.register(sprightIconWorkItemUserHelmetSafety());
|
|
100710
100738
|
|
|
100711
100739
|
const styles$1 = css `
|
|
100712
|
-
${styles$
|
|
100740
|
+
${styles$1f}
|
|
100713
100741
|
|
|
100714
100742
|
.icon svg {
|
|
100715
100743
|
fill: ${calendarEventBorderMaintenanceColor};
|