@ni/ok-components 1.3.2 → 1.3.4
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 +393 -158
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +3776 -3727
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/fv/card/styles.js +28 -4
- package/dist/esm/fv/card/styles.js.map +1 -1
- package/dist/esm/fv/card/template.js +2 -6
- package/dist/esm/fv/card/template.js.map +1 -1
- package/package.json +3 -3
|
@@ -14899,7 +14899,7 @@
|
|
|
14899
14899
|
const prefix = 'ni-nimble';
|
|
14900
14900
|
const styleNameFromTokenName = (tokenName) => `${prefix}-${tokenName}`;
|
|
14901
14901
|
|
|
14902
|
-
const template$
|
|
14902
|
+
const template$1h = html `<slot></slot>`;
|
|
14903
14903
|
|
|
14904
14904
|
const styles$1x = css `
|
|
14905
14905
|
${display$2('contents')}
|
|
@@ -15026,7 +15026,7 @@
|
|
|
15026
15026
|
const nimbleDesignSystemProvider = ThemeProvider.compose({
|
|
15027
15027
|
baseName: 'theme-provider',
|
|
15028
15028
|
styles: styles$1x,
|
|
15029
|
-
template: template$
|
|
15029
|
+
template: template$1h
|
|
15030
15030
|
});
|
|
15031
15031
|
DesignSystem.getOrCreate()
|
|
15032
15032
|
.withPrefix('nimble')
|
|
@@ -16748,7 +16748,7 @@
|
|
|
16748
16748
|
}
|
|
16749
16749
|
`;
|
|
16750
16750
|
|
|
16751
|
-
const template$
|
|
16751
|
+
const template$1g = (_context, definition) => html `${
|
|
16752
16752
|
/* top-container div is necessary because setting contenteditable directly on the native anchor instead
|
|
16753
16753
|
leaves it focusable, unlike the behavior you get when the anchor is _within_ a contenteditable element.
|
|
16754
16754
|
*/ ''}<div
|
|
@@ -16851,7 +16851,7 @@
|
|
|
16851
16851
|
const nimbleAnchor = Anchor.compose({
|
|
16852
16852
|
baseName: 'anchor',
|
|
16853
16853
|
baseClass: Anchor$1,
|
|
16854
|
-
template: template$
|
|
16854
|
+
template: template$1g,
|
|
16855
16855
|
styles: styles$1w,
|
|
16856
16856
|
shadowOptions: {
|
|
16857
16857
|
delegatesFocus: true
|
|
@@ -17266,7 +17266,7 @@
|
|
|
17266
17266
|
}
|
|
17267
17267
|
`;
|
|
17268
17268
|
|
|
17269
|
-
const template$
|
|
17269
|
+
const template$1f = (context, definition) => html `
|
|
17270
17270
|
<a
|
|
17271
17271
|
class="control"
|
|
17272
17272
|
part="control"
|
|
@@ -17348,7 +17348,7 @@
|
|
|
17348
17348
|
], AnchorButton.prototype, "disabled", void 0);
|
|
17349
17349
|
const nimbleAnchorButton = AnchorButton.compose({
|
|
17350
17350
|
baseName: 'anchor-button',
|
|
17351
|
-
template: template$
|
|
17351
|
+
template: template$1f,
|
|
17352
17352
|
styles: styles$1u,
|
|
17353
17353
|
shadowOptions: {
|
|
17354
17354
|
delegatesFocus: true
|
|
@@ -17440,7 +17440,7 @@
|
|
|
17440
17440
|
}
|
|
17441
17441
|
`;
|
|
17442
17442
|
|
|
17443
|
-
const template$
|
|
17443
|
+
const template$1e = (context, definition) => html `
|
|
17444
17444
|
<template
|
|
17445
17445
|
role="menuitem"
|
|
17446
17446
|
class="${x => (typeof x.startColumnCount === 'number'
|
|
@@ -17541,7 +17541,7 @@
|
|
|
17541
17541
|
// FoundationAnchor already applies the StartEnd mixin, so we don't need to do it here.
|
|
17542
17542
|
const nimbleAnchorMenuItem = AnchorMenuItem.compose({
|
|
17543
17543
|
baseName: 'anchor-menu-item',
|
|
17544
|
-
template: template$
|
|
17544
|
+
template: template$1e,
|
|
17545
17545
|
styles: styles$1t,
|
|
17546
17546
|
shadowOptions: {
|
|
17547
17547
|
delegatesFocus: true
|
|
@@ -18379,7 +18379,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
|
|
|
18379
18379
|
};
|
|
18380
18380
|
const arrowRightThin16X16 = {
|
|
18381
18381
|
name: 'arrow_right_thin_16_x_16',
|
|
18382
|
-
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="m7.
|
|
18382
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="m7.97 4.37-.68 1.12 3.09 1.86H2v1.3h8.38l-3.09 1.86.68 1.12L14 8z" class="cls-1"/></svg>`,
|
|
18383
18383
|
};
|
|
18384
18384
|
const arrowRightToLine16X16 = {
|
|
18385
18385
|
name: 'arrow_right_to_line_16_x_16',
|
|
@@ -19263,7 +19263,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
|
|
|
19263
19263
|
};
|
|
19264
19264
|
|
|
19265
19265
|
// Avoiding any whitespace in the template because this is an inline element
|
|
19266
|
-
const template$
|
|
19266
|
+
const template$1d = html `<div
|
|
19267
19267
|
class="icon"
|
|
19268
19268
|
aria-hidden="true"
|
|
19269
19269
|
:innerHTML=${x => x.icon.data}
|
|
@@ -19332,7 +19332,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
|
|
|
19332
19332
|
const registerIconSvg = (baseName, iconClass) => {
|
|
19333
19333
|
const composedIcon = iconClass.compose({
|
|
19334
19334
|
baseName,
|
|
19335
|
-
template: template$
|
|
19335
|
+
template: template$1d,
|
|
19336
19336
|
styles: styles$1p
|
|
19337
19337
|
});
|
|
19338
19338
|
DesignSystem.getOrCreate().withPrefix('nimble').register(composedIcon());
|
|
@@ -19457,7 +19457,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
|
|
|
19457
19457
|
*/
|
|
19458
19458
|
const StepperOrientation = Orientation;
|
|
19459
19459
|
|
|
19460
|
-
const template$
|
|
19460
|
+
const template$1c = (context, definition) => html `
|
|
19461
19461
|
<template slot="step">
|
|
19462
19462
|
<li class="
|
|
19463
19463
|
container
|
|
@@ -19604,7 +19604,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
|
|
|
19604
19604
|
], AnchorStep.prototype, "tabIndex", void 0);
|
|
19605
19605
|
const nimbleAnchorStep = AnchorStep.compose({
|
|
19606
19606
|
baseName: 'anchor-step',
|
|
19607
|
-
template: template$
|
|
19607
|
+
template: template$1c,
|
|
19608
19608
|
styles: styles$1q,
|
|
19609
19609
|
shadowOptions: {
|
|
19610
19610
|
delegatesFocus: true
|
|
@@ -19729,7 +19729,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
|
|
|
19729
19729
|
}
|
|
19730
19730
|
`;
|
|
19731
19731
|
|
|
19732
|
-
const template$
|
|
19732
|
+
const template$1b = (context, definition) => html `
|
|
19733
19733
|
<template slot="anchortab" role="tab" aria-disabled="${x => x.disabled}">
|
|
19734
19734
|
<a
|
|
19735
19735
|
download="${x => x.download}"
|
|
@@ -19781,7 +19781,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
|
|
|
19781
19781
|
// FoundationAnchor already applies the StartEnd mixin, so we don't need to do it here.
|
|
19782
19782
|
const nimbleAnchorTab = AnchorTab.compose({
|
|
19783
19783
|
baseName: 'anchor-tab',
|
|
19784
|
-
template: template$
|
|
19784
|
+
template: template$1b,
|
|
19785
19785
|
styles: styles$1o,
|
|
19786
19786
|
shadowOptions: {
|
|
19787
19787
|
delegatesFocus: true
|
|
@@ -19834,7 +19834,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
|
|
|
19834
19834
|
${buttonAppearanceVariantStyles}
|
|
19835
19835
|
`;
|
|
19836
19836
|
|
|
19837
|
-
const template$
|
|
19837
|
+
const template$1a = (context, definition) => html `
|
|
19838
19838
|
<button
|
|
19839
19839
|
class="control"
|
|
19840
19840
|
part="control"
|
|
@@ -19925,7 +19925,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
|
|
|
19925
19925
|
const nimbleButton = Button.compose({
|
|
19926
19926
|
baseName: 'button',
|
|
19927
19927
|
baseClass: Button$1,
|
|
19928
|
-
template: template$
|
|
19928
|
+
template: template$1a,
|
|
19929
19929
|
styles: styles$1m,
|
|
19930
19930
|
shadowOptions: {
|
|
19931
19931
|
delegatesFocus: true
|
|
@@ -19960,7 +19960,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
|
|
|
19960
19960
|
registerIconSvg('icon-arrow-expander-right', IconArrowExpanderRight);
|
|
19961
19961
|
const iconArrowExpanderRightTag = 'nimble-icon-arrow-expander-right';
|
|
19962
19962
|
|
|
19963
|
-
const template$
|
|
19963
|
+
const template$19 = (context, definition) => html `
|
|
19964
19964
|
<div
|
|
19965
19965
|
class="tab-bar"
|
|
19966
19966
|
>
|
|
@@ -20261,7 +20261,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
|
|
|
20261
20261
|
applyMixins(AnchorTabs, StartEnd);
|
|
20262
20262
|
const nimbleAnchorTabs = AnchorTabs.compose({
|
|
20263
20263
|
baseName: 'anchor-tabs',
|
|
20264
|
-
template: template$
|
|
20264
|
+
template: template$19,
|
|
20265
20265
|
styles: styles$1n,
|
|
20266
20266
|
shadowOptions: {
|
|
20267
20267
|
delegatesFocus: false
|
|
@@ -20374,7 +20374,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
|
|
|
20374
20374
|
}
|
|
20375
20375
|
`;
|
|
20376
20376
|
|
|
20377
|
-
const template$
|
|
20377
|
+
const template$18 = (context, definition) => html `
|
|
20378
20378
|
<template
|
|
20379
20379
|
role="treeitem"
|
|
20380
20380
|
slot="${x => (x.isNestedItem() ? 'item' : null)}"
|
|
@@ -20511,7 +20511,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
|
|
|
20511
20511
|
// FoundationAnchor already applies the StartEnd mixin, so we don't need to do it here.
|
|
20512
20512
|
const nimbleAnchorTreeItem = AnchorTreeItem.compose({
|
|
20513
20513
|
baseName: 'anchor-tree-item',
|
|
20514
|
-
template: template$
|
|
20514
|
+
template: template$18,
|
|
20515
20515
|
styles: styles$1l,
|
|
20516
20516
|
shadowOptions: {
|
|
20517
20517
|
delegatesFocus: true
|
|
@@ -20718,7 +20718,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
|
|
|
20718
20718
|
information: 'information'
|
|
20719
20719
|
};
|
|
20720
20720
|
|
|
20721
|
-
const template$
|
|
20721
|
+
const template$17 = html `
|
|
20722
20722
|
<${themeProviderTag} theme="${Theme.color}">
|
|
20723
20723
|
<div class="container"
|
|
20724
20724
|
role="status"
|
|
@@ -20836,7 +20836,7 @@ Defines an interaction area clip-path that leaves out the severity text so it is
|
|
|
20836
20836
|
applyMixins(Banner, ARIAGlobalStatesAndProperties);
|
|
20837
20837
|
const nimbleBanner = Banner.compose({
|
|
20838
20838
|
baseName: 'banner',
|
|
20839
|
-
template: template$
|
|
20839
|
+
template: template$17,
|
|
20840
20840
|
styles: styles$1j
|
|
20841
20841
|
});
|
|
20842
20842
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleBanner());
|
|
@@ -21114,7 +21114,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
21114
21114
|
}
|
|
21115
21115
|
`;
|
|
21116
21116
|
|
|
21117
|
-
const template
|
|
21117
|
+
const template$16 = html `
|
|
21118
21118
|
<section aria-labelledby="title-slot">
|
|
21119
21119
|
<span id="title-slot"><slot name="title"></slot></span>
|
|
21120
21120
|
<slot></slot>
|
|
@@ -21129,11 +21129,10 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
21129
21129
|
const nimbleCard = Card.compose({
|
|
21130
21130
|
baseName: 'card',
|
|
21131
21131
|
baseClass: Card$1,
|
|
21132
|
-
template: template
|
|
21132
|
+
template: template$16,
|
|
21133
21133
|
styles: styles$1g
|
|
21134
21134
|
});
|
|
21135
21135
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleCard());
|
|
21136
|
-
const cardTag = 'nimble-card';
|
|
21137
21136
|
|
|
21138
21137
|
const styles$1f = css `
|
|
21139
21138
|
${display$2('inline-flex')}
|
|
@@ -21477,7 +21476,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
21477
21476
|
</div>
|
|
21478
21477
|
`;
|
|
21479
21478
|
|
|
21480
|
-
const template$
|
|
21479
|
+
const template$15 = (_context, definition) => html `
|
|
21481
21480
|
<template
|
|
21482
21481
|
role="checkbox"
|
|
21483
21482
|
aria-checked="${x => x.checked}"
|
|
@@ -21574,7 +21573,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
21574
21573
|
const nimbleCheckbox = Checkbox.compose({
|
|
21575
21574
|
baseName: 'checkbox',
|
|
21576
21575
|
baseClass: Checkbox$1,
|
|
21577
|
-
template: template$
|
|
21576
|
+
template: template$15,
|
|
21578
21577
|
styles: styles$1d,
|
|
21579
21578
|
checkedIndicator: check16X16.data,
|
|
21580
21579
|
indeterminateIndicator: minus16X16.data
|
|
@@ -21648,7 +21647,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
21648
21647
|
}
|
|
21649
21648
|
`));
|
|
21650
21649
|
|
|
21651
|
-
const template$
|
|
21650
|
+
const template$14 = (context, definition) => html `
|
|
21652
21651
|
${startSlotTemplate(context, definition)}
|
|
21653
21652
|
<span
|
|
21654
21653
|
class="content"
|
|
@@ -21734,7 +21733,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
21734
21733
|
applyMixins(Chip, StartEnd);
|
|
21735
21734
|
const nimbleChip = Chip.compose({
|
|
21736
21735
|
baseName: 'chip',
|
|
21737
|
-
template: template$
|
|
21736
|
+
template: template$14,
|
|
21738
21737
|
styles: styles$1c,
|
|
21739
21738
|
shadowOptions: {
|
|
21740
21739
|
delegatesFocus: true
|
|
@@ -21791,7 +21790,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
21791
21790
|
}
|
|
21792
21791
|
`));
|
|
21793
21792
|
|
|
21794
|
-
const template$
|
|
21793
|
+
const template$13 = (context, definition) => html `
|
|
21795
21794
|
<div
|
|
21796
21795
|
role="button"
|
|
21797
21796
|
part="control"
|
|
@@ -21886,7 +21885,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
21886
21885
|
applyMixins(ToggleButton, StartEnd, DelegatesARIAButton);
|
|
21887
21886
|
const nimbleToggleButton = ToggleButton.compose({
|
|
21888
21887
|
baseName: 'toggle-button',
|
|
21889
|
-
template: template$
|
|
21888
|
+
template: template$13,
|
|
21890
21889
|
styles: styles$1b,
|
|
21891
21890
|
shadowOptions: {
|
|
21892
21891
|
delegatesFocus: true
|
|
@@ -22358,7 +22357,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
22358
22357
|
<slot></slot>
|
|
22359
22358
|
</label>
|
|
22360
22359
|
`);
|
|
22361
|
-
const template$
|
|
22360
|
+
const template$12 = (context, definition) => html `
|
|
22362
22361
|
<template
|
|
22363
22362
|
aria-disabled="${x => x.ariaDisabled}"
|
|
22364
22363
|
autocomplete="${x => x.autocomplete}"
|
|
@@ -23133,7 +23132,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
23133
23132
|
const nimbleCombobox = Combobox.compose({
|
|
23134
23133
|
baseName: 'combobox',
|
|
23135
23134
|
baseClass: FormAssociatedCombobox,
|
|
23136
|
-
template: template$
|
|
23135
|
+
template: template$12,
|
|
23137
23136
|
styles: styles$18,
|
|
23138
23137
|
shadowOptions: {
|
|
23139
23138
|
delegatesFocus: true
|
|
@@ -23271,7 +23270,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
23271
23270
|
}
|
|
23272
23271
|
`;
|
|
23273
23272
|
|
|
23274
|
-
const template$
|
|
23273
|
+
const template$11 = html `
|
|
23275
23274
|
<template>
|
|
23276
23275
|
<dialog
|
|
23277
23276
|
${ref('dialogElement')}
|
|
@@ -23419,7 +23418,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
23419
23418
|
applyMixins(Dialog, ARIAGlobalStatesAndProperties);
|
|
23420
23419
|
const nimbleDialog = Dialog.compose({
|
|
23421
23420
|
baseName: 'dialog',
|
|
23422
|
-
template: template$
|
|
23421
|
+
template: template$11,
|
|
23423
23422
|
styles: styles$17,
|
|
23424
23423
|
baseClass: Dialog
|
|
23425
23424
|
});
|
|
@@ -23568,7 +23567,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
23568
23567
|
}
|
|
23569
23568
|
`;
|
|
23570
23569
|
|
|
23571
|
-
const template$
|
|
23570
|
+
const template$10 = html `
|
|
23572
23571
|
<dialog
|
|
23573
23572
|
${ref('dialog')}
|
|
23574
23573
|
aria-label="${x => x.ariaLabel}"
|
|
@@ -23710,7 +23709,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
23710
23709
|
applyMixins(Drawer, ARIAGlobalStatesAndProperties);
|
|
23711
23710
|
const nimbleDrawer = Drawer.compose({
|
|
23712
23711
|
baseName: 'drawer',
|
|
23713
|
-
template: template$
|
|
23712
|
+
template: template$10,
|
|
23714
23713
|
styles: styles$16
|
|
23715
23714
|
});
|
|
23716
23715
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleDrawer());
|
|
@@ -26831,7 +26830,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
26831
26830
|
* The template for the {@link @ni/fast-foundation#(ListboxOption:class)} component.
|
|
26832
26831
|
* @public
|
|
26833
26832
|
*/
|
|
26834
|
-
const template
|
|
26833
|
+
const template$$ = (context, definition) => html `
|
|
26835
26834
|
<template
|
|
26836
26835
|
aria-checked="${x => x.ariaChecked}"
|
|
26837
26836
|
aria-disabled="${x => x.ariaDisabled}"
|
|
@@ -26933,7 +26932,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
26933
26932
|
const nimbleListOption = ListOption.compose({
|
|
26934
26933
|
baseName: 'list-option',
|
|
26935
26934
|
baseClass: ListboxOption,
|
|
26936
|
-
template: template
|
|
26935
|
+
template: template$$,
|
|
26937
26936
|
styles: styles$14
|
|
26938
26937
|
});
|
|
26939
26938
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleListOption());
|
|
@@ -27001,7 +27000,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
27001
27000
|
const isListOption$1 = (n) => {
|
|
27002
27001
|
return n instanceof ListOption;
|
|
27003
27002
|
};
|
|
27004
|
-
const template$
|
|
27003
|
+
const template$_ = html `
|
|
27005
27004
|
<template
|
|
27006
27005
|
role="group"
|
|
27007
27006
|
aria-label="${x => x.labelContent}"
|
|
@@ -27143,7 +27142,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
27143
27142
|
const nimbleListOptionGroup = ListOptionGroup.compose({
|
|
27144
27143
|
baseName: 'list-option-group',
|
|
27145
27144
|
baseClass: FoundationElement,
|
|
27146
|
-
template: template$
|
|
27145
|
+
template: template$_,
|
|
27147
27146
|
styles: styles$13
|
|
27148
27147
|
});
|
|
27149
27148
|
DesignSystem.getOrCreate()
|
|
@@ -27171,7 +27170,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
27171
27170
|
attr()
|
|
27172
27171
|
], Mapping$1.prototype, "key", void 0);
|
|
27173
27172
|
|
|
27174
|
-
const template$
|
|
27173
|
+
const template$Z = html `<template slot="mapping"></template>`;
|
|
27175
27174
|
|
|
27176
27175
|
const styles$12 = css `
|
|
27177
27176
|
${display$2('none')}
|
|
@@ -27189,7 +27188,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
27189
27188
|
], MappingEmpty.prototype, "text", void 0);
|
|
27190
27189
|
const emptyMapping = MappingEmpty.compose({
|
|
27191
27190
|
baseName: 'mapping-empty',
|
|
27192
|
-
template: template$
|
|
27191
|
+
template: template$Z,
|
|
27193
27192
|
styles: styles$12
|
|
27194
27193
|
});
|
|
27195
27194
|
DesignSystem.getOrCreate().withPrefix('nimble').register(emptyMapping());
|
|
@@ -27260,7 +27259,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
27260
27259
|
], MappingIcon.prototype, "resolvedIcon", void 0);
|
|
27261
27260
|
const iconMapping = MappingIcon.compose({
|
|
27262
27261
|
baseName: 'mapping-icon',
|
|
27263
|
-
template: template$
|
|
27262
|
+
template: template$Z,
|
|
27264
27263
|
styles: styles$12
|
|
27265
27264
|
});
|
|
27266
27265
|
DesignSystem.getOrCreate().withPrefix('nimble').register(iconMapping());
|
|
@@ -27284,7 +27283,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
27284
27283
|
], MappingSpinner.prototype, "textHidden", void 0);
|
|
27285
27284
|
const spinnerMapping = MappingSpinner.compose({
|
|
27286
27285
|
baseName: 'mapping-spinner',
|
|
27287
|
-
template: template$
|
|
27286
|
+
template: template$Z,
|
|
27288
27287
|
styles: styles$12
|
|
27289
27288
|
});
|
|
27290
27289
|
DesignSystem.getOrCreate().withPrefix('nimble').register(spinnerMapping());
|
|
@@ -27301,7 +27300,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
27301
27300
|
], MappingText.prototype, "text", void 0);
|
|
27302
27301
|
const textMapping = MappingText.compose({
|
|
27303
27302
|
baseName: 'mapping-text',
|
|
27304
|
-
template: template$
|
|
27303
|
+
template: template$Z,
|
|
27305
27304
|
styles: styles$12
|
|
27306
27305
|
});
|
|
27307
27306
|
DesignSystem.getOrCreate().withPrefix('nimble').register(textMapping());
|
|
@@ -27604,7 +27603,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
27604
27603
|
observable
|
|
27605
27604
|
], Menu$1.prototype, "itemIcons", void 0);
|
|
27606
27605
|
|
|
27607
|
-
const template$
|
|
27606
|
+
const template$Y = () => html `
|
|
27608
27607
|
<template
|
|
27609
27608
|
slot="${x => {
|
|
27610
27609
|
if (x.slot) {
|
|
@@ -27692,7 +27691,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
27692
27691
|
const nimbleMenu = Menu.compose({
|
|
27693
27692
|
baseName: 'menu',
|
|
27694
27693
|
baseClass: Menu$1,
|
|
27695
|
-
template: template$
|
|
27694
|
+
template: template$Y,
|
|
27696
27695
|
styles: styles$11
|
|
27697
27696
|
});
|
|
27698
27697
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleMenu());
|
|
@@ -27727,7 +27726,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
27727
27726
|
}
|
|
27728
27727
|
`;
|
|
27729
27728
|
|
|
27730
|
-
const template$
|
|
27729
|
+
const template$X = html `
|
|
27731
27730
|
<template
|
|
27732
27731
|
?open="${x => x.open}"
|
|
27733
27732
|
@focusout="${(x, c) => x.focusoutHandler(c.event)}"
|
|
@@ -27977,7 +27976,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
27977
27976
|
], MenuButton.prototype, "slottedMenus", void 0);
|
|
27978
27977
|
const nimbleMenuButton = MenuButton.compose({
|
|
27979
27978
|
baseName: 'menu-button',
|
|
27980
|
-
template: template$
|
|
27979
|
+
template: template$X,
|
|
27981
27980
|
styles: styles$10,
|
|
27982
27981
|
shadowOptions: {
|
|
27983
27982
|
delegatesFocus: true
|
|
@@ -28325,7 +28324,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
28325
28324
|
* The template for the {@link @ni/fast-foundation#(NumberField:class)} component.
|
|
28326
28325
|
* @public
|
|
28327
28326
|
*/
|
|
28328
|
-
const template$
|
|
28327
|
+
const template$W = (context, definition) => html `
|
|
28329
28328
|
<template class="${x => (x.readOnly ? 'readonly' : '')}">
|
|
28330
28329
|
${labelTemplate$4}
|
|
28331
28330
|
<div class="root" part="root">
|
|
@@ -28479,7 +28478,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
28479
28478
|
const nimbleNumberField = NumberField.compose({
|
|
28480
28479
|
baseName: 'number-field',
|
|
28481
28480
|
baseClass: NumberField$1,
|
|
28482
|
-
template: template$
|
|
28481
|
+
template: template$W,
|
|
28483
28482
|
styles: styles$_,
|
|
28484
28483
|
shadowOptions: {
|
|
28485
28484
|
delegatesFocus: true
|
|
@@ -28670,7 +28669,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
28670
28669
|
`;
|
|
28671
28670
|
|
|
28672
28671
|
const labelTemplate$3 = createRequiredVisibleLabelTemplate(html `<slot name="label"></slot>`);
|
|
28673
|
-
const template$
|
|
28672
|
+
const template$V = html `
|
|
28674
28673
|
<template
|
|
28675
28674
|
role="radiogroup"
|
|
28676
28675
|
aria-disabled="${x => x.disabled}"
|
|
@@ -28710,7 +28709,7 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
28710
28709
|
const nimbleRadioGroup = RadioGroup.compose({
|
|
28711
28710
|
baseName: 'radio-group',
|
|
28712
28711
|
baseClass: RadioGroup$1,
|
|
28713
|
-
template: template$
|
|
28712
|
+
template: template$V,
|
|
28714
28713
|
styles: styles$Y,
|
|
28715
28714
|
shadowOptions: {
|
|
28716
28715
|
delegatesFocus: true
|
|
@@ -48123,7 +48122,7 @@ ${indentedChild}`;
|
|
|
48123
48122
|
}
|
|
48124
48123
|
`;
|
|
48125
48124
|
|
|
48126
|
-
const template$
|
|
48125
|
+
const template$U = html `
|
|
48127
48126
|
<template>
|
|
48128
48127
|
<${anchoredRegionTag}
|
|
48129
48128
|
${ref('region')}
|
|
@@ -48411,7 +48410,7 @@ ${indentedChild}`;
|
|
|
48411
48410
|
], RichTextMentionListbox.prototype, "anchorElement", void 0);
|
|
48412
48411
|
const nimbleRichTextMentionListbox = RichTextMentionListbox.compose({
|
|
48413
48412
|
baseName: 'rich-text-mention-listbox',
|
|
48414
|
-
template: template$
|
|
48413
|
+
template: template$U,
|
|
48415
48414
|
styles: styles$W
|
|
48416
48415
|
});
|
|
48417
48416
|
DesignSystem.getOrCreate()
|
|
@@ -48419,7 +48418,7 @@ ${indentedChild}`;
|
|
|
48419
48418
|
.register(nimbleRichTextMentionListbox());
|
|
48420
48419
|
const richTextMentionListboxTag = 'nimble-rich-text-mention-listbox';
|
|
48421
48420
|
|
|
48422
|
-
const template$
|
|
48421
|
+
const template$T = html `
|
|
48423
48422
|
<template
|
|
48424
48423
|
${children$1({ property: 'childItems', filter: elements() })}
|
|
48425
48424
|
@focusout="${x => x.focusoutHandler()}"
|
|
@@ -65005,7 +65004,7 @@ ${indentedChild}`;
|
|
|
65005
65004
|
applyMixins(RichTextEditor, ARIAGlobalStatesAndProperties);
|
|
65006
65005
|
const nimbleRichTextEditor = RichTextEditor.compose({
|
|
65007
65006
|
baseName: 'rich-text-editor',
|
|
65008
|
-
template: template$
|
|
65007
|
+
template: template$T,
|
|
65009
65008
|
styles: styles$V,
|
|
65010
65009
|
shadowOptions: {
|
|
65011
65010
|
delegatesFocus: true
|
|
@@ -65015,7 +65014,7 @@ ${indentedChild}`;
|
|
|
65015
65014
|
.withPrefix('nimble')
|
|
65016
65015
|
.register(nimbleRichTextEditor());
|
|
65017
65016
|
|
|
65018
|
-
const template$
|
|
65017
|
+
const template$S = html `
|
|
65019
65018
|
<template ${children$1({ property: 'childItems', filter: elements() })}>
|
|
65020
65019
|
<div ${ref('viewer')} class="viewer"></div>
|
|
65021
65020
|
</template>
|
|
@@ -65134,7 +65133,7 @@ ${indentedChild}`;
|
|
|
65134
65133
|
], RichTextViewer.prototype, "markdown", void 0);
|
|
65135
65134
|
const nimbleRichTextViewer = RichTextViewer.compose({
|
|
65136
65135
|
baseName: 'rich-text-viewer',
|
|
65137
|
-
template: template$
|
|
65136
|
+
template: template$S,
|
|
65138
65137
|
styles: styles$U
|
|
65139
65138
|
});
|
|
65140
65139
|
DesignSystem.getOrCreate()
|
|
@@ -65477,7 +65476,7 @@ ${indentedChild}`;
|
|
|
65477
65476
|
}
|
|
65478
65477
|
`));
|
|
65479
65478
|
|
|
65480
|
-
const template$
|
|
65479
|
+
const template$R = html `
|
|
65481
65480
|
<template role="progressbar">
|
|
65482
65481
|
${''
|
|
65483
65482
|
/**
|
|
@@ -65524,7 +65523,7 @@ ${indentedChild}`;
|
|
|
65524
65523
|
], Spinner.prototype, "appearance", void 0);
|
|
65525
65524
|
const nimbleSpinner = Spinner.compose({
|
|
65526
65525
|
baseName: 'spinner',
|
|
65527
|
-
template: template$
|
|
65526
|
+
template: template$R,
|
|
65528
65527
|
styles: styles$S
|
|
65529
65528
|
});
|
|
65530
65529
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleSpinner());
|
|
@@ -65541,7 +65540,7 @@ ${indentedChild}`;
|
|
|
65541
65540
|
<slot ${ref('labelSlot')}></slot>
|
|
65542
65541
|
</label>
|
|
65543
65542
|
`);
|
|
65544
|
-
const template$
|
|
65543
|
+
const template$Q = (context, definition) => html `
|
|
65545
65544
|
<template
|
|
65546
65545
|
class="${x => [
|
|
65547
65546
|
x.collapsible && 'collapsible',
|
|
@@ -66753,7 +66752,7 @@ ${indentedChild}`;
|
|
|
66753
66752
|
const nimbleSelect = Select.compose({
|
|
66754
66753
|
baseName: 'select',
|
|
66755
66754
|
baseClass: Select$2,
|
|
66756
|
-
template: template$
|
|
66755
|
+
template: template$Q,
|
|
66757
66756
|
styles: styles$T,
|
|
66758
66757
|
indicator: arrowExpanderDown16X16.data,
|
|
66759
66758
|
end: html `
|
|
@@ -66779,7 +66778,7 @@ ${indentedChild}`;
|
|
|
66779
66778
|
}
|
|
66780
66779
|
`;
|
|
66781
66780
|
|
|
66782
|
-
const template$
|
|
66781
|
+
const template$P = (context, definition) => html `
|
|
66783
66782
|
<template slot="step">
|
|
66784
66783
|
<li class="
|
|
66785
66784
|
container
|
|
@@ -66901,7 +66900,7 @@ ${indentedChild}`;
|
|
|
66901
66900
|
], Step.prototype, "tabIndex", void 0);
|
|
66902
66901
|
const nimbleStep = Step.compose({
|
|
66903
66902
|
baseName: 'step',
|
|
66904
|
-
template: template$
|
|
66903
|
+
template: template$P,
|
|
66905
66904
|
styles: styles$R,
|
|
66906
66905
|
shadowOptions: {
|
|
66907
66906
|
delegatesFocus: true
|
|
@@ -66980,7 +66979,7 @@ ${indentedChild}`;
|
|
|
66980
66979
|
}
|
|
66981
66980
|
`;
|
|
66982
66981
|
|
|
66983
|
-
const template$
|
|
66982
|
+
const template$O = html `
|
|
66984
66983
|
${when(x => x.showScrollButtons, html `
|
|
66985
66984
|
<${buttonTag}
|
|
66986
66985
|
content-hidden
|
|
@@ -67125,7 +67124,7 @@ ${indentedChild}`;
|
|
|
67125
67124
|
], Stepper.prototype, "steps", void 0);
|
|
67126
67125
|
const nimbleStepper = Stepper.compose({
|
|
67127
67126
|
baseName: 'stepper',
|
|
67128
|
-
template: template$
|
|
67127
|
+
template: template$O,
|
|
67129
67128
|
styles: styles$Q
|
|
67130
67129
|
});
|
|
67131
67130
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleStepper());
|
|
@@ -67357,7 +67356,7 @@ ${indentedChild}`;
|
|
|
67357
67356
|
}
|
|
67358
67357
|
`));
|
|
67359
67358
|
|
|
67360
|
-
const template$
|
|
67359
|
+
const template$N = html `
|
|
67361
67360
|
<template
|
|
67362
67361
|
role="switch"
|
|
67363
67362
|
aria-checked="${x => x.checked}"
|
|
@@ -67401,7 +67400,7 @@ ${indentedChild}`;
|
|
|
67401
67400
|
const nimbleSwitch = Switch.compose({
|
|
67402
67401
|
baseClass: Switch$1,
|
|
67403
67402
|
baseName: 'switch',
|
|
67404
|
-
template: template$
|
|
67403
|
+
template: template$N,
|
|
67405
67404
|
styles: styles$P
|
|
67406
67405
|
});
|
|
67407
67406
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleSwitch());
|
|
@@ -71519,7 +71518,7 @@ focus outline in that case.
|
|
|
71519
71518
|
}
|
|
71520
71519
|
`;
|
|
71521
71520
|
|
|
71522
|
-
const template$
|
|
71521
|
+
const template$M = html `
|
|
71523
71522
|
<template role="columnheader"
|
|
71524
71523
|
class="${x => (x.alignment === TableColumnAlignment.right ? 'right-align' : '')}"
|
|
71525
71524
|
aria-sort="${x => x.ariaSort}"
|
|
@@ -71605,7 +71604,7 @@ focus outline in that case.
|
|
|
71605
71604
|
], TableHeader.prototype, "isGrouped", void 0);
|
|
71606
71605
|
const nimbleTableHeader = TableHeader.compose({
|
|
71607
71606
|
baseName: 'table-header',
|
|
71608
|
-
template: template$
|
|
71607
|
+
template: template$M,
|
|
71609
71608
|
styles: styles$L
|
|
71610
71609
|
});
|
|
71611
71610
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTableHeader());
|
|
@@ -71853,7 +71852,7 @@ focus outline in that case.
|
|
|
71853
71852
|
}
|
|
71854
71853
|
`;
|
|
71855
71854
|
|
|
71856
|
-
const template$
|
|
71855
|
+
const template$L = html `
|
|
71857
71856
|
<template role="cell" style="--ni-private-table-cell-nesting-level: ${x => x.nestingLevel}"
|
|
71858
71857
|
@focusin="${x => x.onCellFocusIn()}"
|
|
71859
71858
|
@blur="${x => x.onCellBlur()}"
|
|
@@ -71950,13 +71949,13 @@ focus outline in that case.
|
|
|
71950
71949
|
], TableCell.prototype, "nestingLevel", void 0);
|
|
71951
71950
|
const nimbleTableCell = TableCell.compose({
|
|
71952
71951
|
baseName: 'table-cell',
|
|
71953
|
-
template: template$
|
|
71952
|
+
template: template$L,
|
|
71954
71953
|
styles: styles$I
|
|
71955
71954
|
});
|
|
71956
71955
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTableCell());
|
|
71957
71956
|
const tableCellTag = 'nimble-table-cell';
|
|
71958
71957
|
|
|
71959
|
-
const template$
|
|
71958
|
+
const template$K = html `
|
|
71960
71959
|
<template
|
|
71961
71960
|
role="row"
|
|
71962
71961
|
aria-selected=${x => x.ariaSelected}
|
|
@@ -72351,7 +72350,7 @@ focus outline in that case.
|
|
|
72351
72350
|
], TableRow.prototype, "ariaSelected", null);
|
|
72352
72351
|
const nimbleTableRow = TableRow.compose({
|
|
72353
72352
|
baseName: 'table-row',
|
|
72354
|
-
template: template$
|
|
72353
|
+
template: template$K,
|
|
72355
72354
|
styles: styles$J
|
|
72356
72355
|
});
|
|
72357
72356
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTableRow());
|
|
@@ -72447,7 +72446,7 @@ focus outline in that case.
|
|
|
72447
72446
|
}
|
|
72448
72447
|
`));
|
|
72449
72448
|
|
|
72450
|
-
const template$
|
|
72449
|
+
const template$J = html `
|
|
72451
72450
|
<template
|
|
72452
72451
|
role="row"
|
|
72453
72452
|
@click=${x => x.onGroupExpandToggle()}
|
|
@@ -72604,13 +72603,13 @@ focus outline in that case.
|
|
|
72604
72603
|
], TableGroupRow.prototype, "allowHover", void 0);
|
|
72605
72604
|
const nimbleTableGroupRow = TableGroupRow.compose({
|
|
72606
72605
|
baseName: 'table-group-row',
|
|
72607
|
-
template: template$
|
|
72606
|
+
template: template$J,
|
|
72608
72607
|
styles: styles$H
|
|
72609
72608
|
});
|
|
72610
72609
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTableGroupRow());
|
|
72611
72610
|
const tableGroupRowTag = 'nimble-table-group-row';
|
|
72612
72611
|
|
|
72613
|
-
const template$
|
|
72612
|
+
const template$I = html `
|
|
72614
72613
|
<template
|
|
72615
72614
|
role="treegrid"
|
|
72616
72615
|
${'' /* tabindex managed dynamically by KeyboardNavigationManager */}
|
|
@@ -76933,7 +76932,7 @@ focus outline in that case.
|
|
|
76933
76932
|
], Table$1.prototype, "windowShiftKeyDown", void 0);
|
|
76934
76933
|
const nimbleTable = Table$1.compose({
|
|
76935
76934
|
baseName: 'table',
|
|
76936
|
-
template: template$
|
|
76935
|
+
template: template$I,
|
|
76937
76936
|
styles: styles$M
|
|
76938
76937
|
});
|
|
76939
76938
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTable());
|
|
@@ -76950,7 +76949,7 @@ focus outline in that case.
|
|
|
76950
76949
|
|
|
76951
76950
|
// Avoiding a wrapping <template> and be careful about starting and ending whitspace
|
|
76952
76951
|
// so the template can be composed into other column header templates
|
|
76953
|
-
const template$
|
|
76952
|
+
const template$H = html `<span
|
|
76954
76953
|
${overflow('hasOverflow')}
|
|
76955
76954
|
class="header-content"
|
|
76956
76955
|
title=${x => (x.hasOverflow && x.headerTextContent ? x.headerTextContent : null)}
|
|
@@ -77046,7 +77045,7 @@ focus outline in that case.
|
|
|
77046
77045
|
}
|
|
77047
77046
|
`;
|
|
77048
77047
|
|
|
77049
|
-
const template$
|
|
77048
|
+
const template$G = html `
|
|
77050
77049
|
<template
|
|
77051
77050
|
@click="${(x, c) => {
|
|
77052
77051
|
if (typeof x.cellRecord?.href === 'string') {
|
|
@@ -77138,7 +77137,7 @@ focus outline in that case.
|
|
|
77138
77137
|
], TableColumnAnchorCellView.prototype, "showAnchor", null);
|
|
77139
77138
|
const anchorCellView = TableColumnAnchorCellView.compose({
|
|
77140
77139
|
baseName: 'table-column-anchor-cell-view',
|
|
77141
|
-
template: template$
|
|
77140
|
+
template: template$G,
|
|
77142
77141
|
styles: styles$F
|
|
77143
77142
|
});
|
|
77144
77143
|
DesignSystem.getOrCreate().withPrefix('nimble').register(anchorCellView());
|
|
@@ -77216,7 +77215,7 @@ focus outline in that case.
|
|
|
77216
77215
|
observable
|
|
77217
77216
|
], TableColumnTextGroupHeaderViewBase.prototype, "text", void 0);
|
|
77218
77217
|
|
|
77219
|
-
const template$
|
|
77218
|
+
const template$F = html `
|
|
77220
77219
|
<span
|
|
77221
77220
|
${overflow('hasOverflow')}
|
|
77222
77221
|
title="${x => (x.hasOverflow && x.text ? x.text : null)}"
|
|
@@ -77249,7 +77248,7 @@ focus outline in that case.
|
|
|
77249
77248
|
}
|
|
77250
77249
|
const tableColumnTextGroupHeaderView = TableColumnTextGroupHeaderView.compose({
|
|
77251
77250
|
baseName: 'table-column-text-group-header-view',
|
|
77252
|
-
template: template$
|
|
77251
|
+
template: template$F,
|
|
77253
77252
|
styles: styles$E
|
|
77254
77253
|
});
|
|
77255
77254
|
DesignSystem.getOrCreate()
|
|
@@ -77494,7 +77493,7 @@ focus outline in that case.
|
|
|
77494
77493
|
], TableColumnAnchor.prototype, "download", void 0);
|
|
77495
77494
|
const nimbleTableColumnAnchor = TableColumnAnchor.compose({
|
|
77496
77495
|
baseName: 'table-column-anchor',
|
|
77497
|
-
template: template$
|
|
77496
|
+
template: template$H,
|
|
77498
77497
|
styles: styles$G
|
|
77499
77498
|
});
|
|
77500
77499
|
DesignSystem.getOrCreate()
|
|
@@ -77547,7 +77546,7 @@ focus outline in that case.
|
|
|
77547
77546
|
}
|
|
77548
77547
|
const tableColumnDateTextGroupHeaderView = TableColumnDateTextGroupHeaderView.compose({
|
|
77549
77548
|
baseName: 'table-column-date-text-group-header-view',
|
|
77550
|
-
template: template$
|
|
77549
|
+
template: template$F,
|
|
77551
77550
|
styles: styles$E
|
|
77552
77551
|
});
|
|
77553
77552
|
DesignSystem.getOrCreate()
|
|
@@ -77555,7 +77554,7 @@ focus outline in that case.
|
|
|
77555
77554
|
.register(tableColumnDateTextGroupHeaderView());
|
|
77556
77555
|
const tableColumnDateTextGroupHeaderViewTag = 'nimble-table-column-date-text-group-header-view';
|
|
77557
77556
|
|
|
77558
|
-
const template$
|
|
77557
|
+
const template$E = html `
|
|
77559
77558
|
<template
|
|
77560
77559
|
class="
|
|
77561
77560
|
${x => (x.alignment === TableColumnAlignment.right ? 'right-align' : '')}
|
|
@@ -77673,7 +77672,7 @@ focus outline in that case.
|
|
|
77673
77672
|
}
|
|
77674
77673
|
const dateTextCellView = TableColumnDateTextCellView.compose({
|
|
77675
77674
|
baseName: 'table-column-date-text-cell-view',
|
|
77676
|
-
template: template$
|
|
77675
|
+
template: template$E,
|
|
77677
77676
|
styles: styles$D
|
|
77678
77677
|
});
|
|
77679
77678
|
DesignSystem.getOrCreate().withPrefix('nimble').register(dateTextCellView());
|
|
@@ -77932,7 +77931,7 @@ focus outline in that case.
|
|
|
77932
77931
|
], TableColumnDateText.prototype, "customHourCycle", void 0);
|
|
77933
77932
|
const nimbleTableColumnDateText = TableColumnDateText.compose({
|
|
77934
77933
|
baseName: 'table-column-date-text',
|
|
77935
|
-
template: template$
|
|
77934
|
+
template: template$H,
|
|
77936
77935
|
styles: styles$G
|
|
77937
77936
|
});
|
|
77938
77937
|
DesignSystem.getOrCreate()
|
|
@@ -77949,7 +77948,7 @@ focus outline in that case.
|
|
|
77949
77948
|
}
|
|
77950
77949
|
const durationTextCellView = TableColumnDurationTextCellView.compose({
|
|
77951
77950
|
baseName: 'table-column-duration-text-cell-view',
|
|
77952
|
-
template: template$
|
|
77951
|
+
template: template$E,
|
|
77953
77952
|
styles: styles$D
|
|
77954
77953
|
});
|
|
77955
77954
|
DesignSystem.getOrCreate()
|
|
@@ -78051,7 +78050,7 @@ focus outline in that case.
|
|
|
78051
78050
|
}
|
|
78052
78051
|
const tableColumnDurationTextGroupHeaderView = TableColumnDurationTextGroupHeaderView.compose({
|
|
78053
78052
|
baseName: 'table-column-duration-text-group-header-view',
|
|
78054
|
-
template: template$
|
|
78053
|
+
template: template$F,
|
|
78055
78054
|
styles: styles$E
|
|
78056
78055
|
});
|
|
78057
78056
|
DesignSystem.getOrCreate()
|
|
@@ -78104,7 +78103,7 @@ focus outline in that case.
|
|
|
78104
78103
|
}
|
|
78105
78104
|
const nimbleTableColumnDurationText = TableColumnDurationText.compose({
|
|
78106
78105
|
baseName: 'table-column-duration-text',
|
|
78107
|
-
template: template$
|
|
78106
|
+
template: template$H,
|
|
78108
78107
|
styles: styles$G
|
|
78109
78108
|
});
|
|
78110
78109
|
DesignSystem.getOrCreate()
|
|
@@ -78221,7 +78220,7 @@ focus outline in that case.
|
|
|
78221
78220
|
}
|
|
78222
78221
|
`;
|
|
78223
78222
|
|
|
78224
|
-
const template$
|
|
78223
|
+
const template$D = html `${template$H}<slot ${slotted('mappings')} name="mapping"></slot>`;
|
|
78225
78224
|
|
|
78226
78225
|
const enumBaseValidityFlagNames = [
|
|
78227
78226
|
'invalidMappingKeyValueForType',
|
|
@@ -78331,7 +78330,7 @@ focus outline in that case.
|
|
|
78331
78330
|
}
|
|
78332
78331
|
`;
|
|
78333
78332
|
|
|
78334
|
-
const template$
|
|
78333
|
+
const template$C = html `
|
|
78335
78334
|
${when(x => x.visualizationTemplate, html `
|
|
78336
78335
|
<span class="reserve-icon-size">
|
|
78337
78336
|
${x => x.visualizationTemplate}
|
|
@@ -78475,7 +78474,7 @@ focus outline in that case.
|
|
|
78475
78474
|
], TableColumnMappingGroupHeaderView.prototype, "visualizationTemplate", void 0);
|
|
78476
78475
|
const mappingGroupHeaderView = TableColumnMappingGroupHeaderView.compose({
|
|
78477
78476
|
baseName: 'table-column-mapping-group-header-view',
|
|
78478
|
-
template: template$
|
|
78477
|
+
template: template$C,
|
|
78479
78478
|
styles: styles$B
|
|
78480
78479
|
});
|
|
78481
78480
|
DesignSystem.getOrCreate()
|
|
@@ -78507,7 +78506,7 @@ focus outline in that case.
|
|
|
78507
78506
|
}
|
|
78508
78507
|
`;
|
|
78509
78508
|
|
|
78510
|
-
const template$
|
|
78509
|
+
const template$B = html `
|
|
78511
78510
|
${when(x => x.visualizationTemplate, html `
|
|
78512
78511
|
<span class="reserve-icon-size">
|
|
78513
78512
|
${x => x.visualizationTemplate}
|
|
@@ -78594,7 +78593,7 @@ focus outline in that case.
|
|
|
78594
78593
|
], TableColumnMappingCellView.prototype, "hasOverflow", void 0);
|
|
78595
78594
|
const mappingCellView = TableColumnMappingCellView.compose({
|
|
78596
78595
|
baseName: 'table-column-mapping-cell-view',
|
|
78597
|
-
template: template$
|
|
78596
|
+
template: template$B,
|
|
78598
78597
|
styles: styles$A
|
|
78599
78598
|
});
|
|
78600
78599
|
DesignSystem.getOrCreate().withPrefix('nimble').register(mappingCellView());
|
|
@@ -78678,23 +78677,23 @@ focus outline in that case.
|
|
|
78678
78677
|
], TableColumnMapping.prototype, "widthMode", void 0);
|
|
78679
78678
|
const nimbleTableColumnMapping = TableColumnMapping.compose({
|
|
78680
78679
|
baseName: 'table-column-mapping',
|
|
78681
|
-
template: template$
|
|
78680
|
+
template: template$D,
|
|
78682
78681
|
styles: styles$C
|
|
78683
78682
|
});
|
|
78684
78683
|
DesignSystem.getOrCreate()
|
|
78685
78684
|
.withPrefix('nimble')
|
|
78686
78685
|
.register(nimbleTableColumnMapping());
|
|
78687
78686
|
|
|
78688
|
-
const template$
|
|
78687
|
+
const template$A = html `
|
|
78689
78688
|
<template @delegated-event="${(x, c) => x.onDelegatedEvent(c.event)}"
|
|
78690
|
-
>${template$
|
|
78689
|
+
>${template$H}</template
|
|
78691
78690
|
>
|
|
78692
78691
|
`;
|
|
78693
78692
|
|
|
78694
78693
|
/** @internal */
|
|
78695
78694
|
const cellViewMenuSlotName = 'menu-button-menu';
|
|
78696
78695
|
|
|
78697
|
-
const template$
|
|
78696
|
+
const template$z = html `
|
|
78698
78697
|
${when(x => x.showMenuButton, html `
|
|
78699
78698
|
<${menuButtonTag}
|
|
78700
78699
|
${ref('menuButton')}
|
|
@@ -78788,7 +78787,7 @@ focus outline in that case.
|
|
|
78788
78787
|
], TableColumnMenuButtonCellView.prototype, "showMenuButton", null);
|
|
78789
78788
|
const menuButtonCellView = TableColumnMenuButtonCellView.compose({
|
|
78790
78789
|
baseName: 'table-column-menu-button-cell-view',
|
|
78791
|
-
template: template$
|
|
78790
|
+
template: template$z,
|
|
78792
78791
|
styles: styles$z
|
|
78793
78792
|
});
|
|
78794
78793
|
DesignSystem.getOrCreate().withPrefix('nimble').register(menuButtonCellView());
|
|
@@ -78844,7 +78843,7 @@ focus outline in that case.
|
|
|
78844
78843
|
], TableColumnMenuButton.prototype, "menuSlot", void 0);
|
|
78845
78844
|
const nimbleTableColumnMenuButton = TableColumnMenuButton.compose({
|
|
78846
78845
|
baseName: 'table-column-menu-button',
|
|
78847
|
-
template: template$
|
|
78846
|
+
template: template$A,
|
|
78848
78847
|
styles: styles$G
|
|
78849
78848
|
});
|
|
78850
78849
|
DesignSystem.getOrCreate()
|
|
@@ -78853,7 +78852,7 @@ focus outline in that case.
|
|
|
78853
78852
|
|
|
78854
78853
|
// Avoiding a wrapping <template> and be careful about starting and ending whitespace
|
|
78855
78854
|
// so the template can be composed into other column header templates
|
|
78856
|
-
const template$
|
|
78855
|
+
const template$y = html `<span
|
|
78857
78856
|
${overflow('hasOverflow')}
|
|
78858
78857
|
class="header-content"
|
|
78859
78858
|
title=${x => (x.hasOverflow && x.headerTextContent ? x.headerTextContent : null)}
|
|
@@ -78872,7 +78871,7 @@ focus outline in that case.
|
|
|
78872
78871
|
}
|
|
78873
78872
|
const tableColumnNumberTextGroupHeaderView = TableColumnNumberTextGroupHeaderView.compose({
|
|
78874
78873
|
baseName: 'table-column-number-text-group-header-view',
|
|
78875
|
-
template: template$
|
|
78874
|
+
template: template$F,
|
|
78876
78875
|
styles: styles$E
|
|
78877
78876
|
});
|
|
78878
78877
|
DesignSystem.getOrCreate()
|
|
@@ -78894,7 +78893,7 @@ focus outline in that case.
|
|
|
78894
78893
|
}
|
|
78895
78894
|
const numberTextCellView = TableColumnNumberTextCellView.compose({
|
|
78896
78895
|
baseName: 'table-column-number-text-cell-view',
|
|
78897
|
-
template: template$
|
|
78896
|
+
template: template$E,
|
|
78898
78897
|
styles: styles$D
|
|
78899
78898
|
});
|
|
78900
78899
|
DesignSystem.getOrCreate().withPrefix('nimble').register(numberTextCellView());
|
|
@@ -79435,7 +79434,7 @@ focus outline in that case.
|
|
|
79435
79434
|
], TableColumnNumberText.prototype, "unit", void 0);
|
|
79436
79435
|
const nimbleTableColumnNumberText = TableColumnNumberText.compose({
|
|
79437
79436
|
baseName: 'table-column-number-text',
|
|
79438
|
-
template: template$
|
|
79437
|
+
template: template$y,
|
|
79439
79438
|
styles: styles$G
|
|
79440
79439
|
});
|
|
79441
79440
|
DesignSystem.getOrCreate()
|
|
@@ -79454,7 +79453,7 @@ focus outline in that case.
|
|
|
79454
79453
|
}
|
|
79455
79454
|
const textCellView = TableColumnTextCellView.compose({
|
|
79456
79455
|
baseName: 'table-column-text-cell-view',
|
|
79457
|
-
template: template$
|
|
79456
|
+
template: template$E,
|
|
79458
79457
|
styles: styles$D
|
|
79459
79458
|
});
|
|
79460
79459
|
DesignSystem.getOrCreate().withPrefix('nimble').register(textCellView());
|
|
@@ -79509,7 +79508,7 @@ focus outline in that case.
|
|
|
79509
79508
|
}
|
|
79510
79509
|
const nimbleTableColumnText = TableColumnText.compose({
|
|
79511
79510
|
baseName: 'table-column-text',
|
|
79512
|
-
template: template$
|
|
79511
|
+
template: template$H,
|
|
79513
79512
|
styles: styles$G
|
|
79514
79513
|
});
|
|
79515
79514
|
DesignSystem.getOrCreate()
|
|
@@ -79598,7 +79597,7 @@ focus outline in that case.
|
|
|
79598
79597
|
const nimbleTabs = Tabs.compose({
|
|
79599
79598
|
baseName: 'tabs',
|
|
79600
79599
|
baseClass: Tabs$1,
|
|
79601
|
-
template: template$
|
|
79600
|
+
template: template$19,
|
|
79602
79601
|
styles: styles$y
|
|
79603
79602
|
});
|
|
79604
79603
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTabs());
|
|
@@ -79635,7 +79634,7 @@ focus outline in that case.
|
|
|
79635
79634
|
}
|
|
79636
79635
|
`;
|
|
79637
79636
|
|
|
79638
|
-
const template$
|
|
79637
|
+
const template$x = (context, definition) => html `
|
|
79639
79638
|
<template slot="end">
|
|
79640
79639
|
${when(x => x.defaultSlottedElements.length > 0, html `
|
|
79641
79640
|
<div class="separator"></div>
|
|
@@ -79667,7 +79666,7 @@ focus outline in that case.
|
|
|
79667
79666
|
], TabsToolbar.prototype, "defaultSlottedElements", void 0);
|
|
79668
79667
|
const nimbleTabsToolbar = TabsToolbar.compose({
|
|
79669
79668
|
baseName: 'tabs-toolbar',
|
|
79670
|
-
template: template$
|
|
79669
|
+
template: template$x,
|
|
79671
79670
|
styles: styles$x
|
|
79672
79671
|
});
|
|
79673
79672
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTabsToolbar());
|
|
@@ -79873,7 +79872,7 @@ focus outline in that case.
|
|
|
79873
79872
|
<slot ${slotted('defaultSlottedNodes')}></slot>
|
|
79874
79873
|
</label>
|
|
79875
79874
|
`);
|
|
79876
|
-
const template$
|
|
79875
|
+
const template$w = () => html `
|
|
79877
79876
|
${labelTemplate$1}
|
|
79878
79877
|
<div class="container">
|
|
79879
79878
|
<textarea
|
|
@@ -80021,7 +80020,7 @@ focus outline in that case.
|
|
|
80021
80020
|
const nimbleTextArea = TextArea.compose({
|
|
80022
80021
|
baseName: 'text-area',
|
|
80023
80022
|
baseClass: TextArea$1,
|
|
80024
|
-
template: template$
|
|
80023
|
+
template: template$w,
|
|
80025
80024
|
styles: styles$w,
|
|
80026
80025
|
shadowOptions: {
|
|
80027
80026
|
delegatesFocus: true
|
|
@@ -80316,7 +80315,7 @@ focus outline in that case.
|
|
|
80316
80315
|
* The template for the {@link @ni/fast-foundation#(TextField:class)} component.
|
|
80317
80316
|
* @public
|
|
80318
80317
|
*/
|
|
80319
|
-
const template$
|
|
80318
|
+
const template$v = (context, definition) => html `
|
|
80320
80319
|
<template
|
|
80321
80320
|
class="
|
|
80322
80321
|
${x => (x.readOnly ? 'readonly' : '')}
|
|
@@ -80401,7 +80400,7 @@ focus outline in that case.
|
|
|
80401
80400
|
const nimbleTextField = TextField.compose({
|
|
80402
80401
|
baseName: 'text-field',
|
|
80403
80402
|
baseClass: TextField$1,
|
|
80404
|
-
template: template$
|
|
80403
|
+
template: template$v,
|
|
80405
80404
|
styles: styles$v,
|
|
80406
80405
|
shadowOptions: {
|
|
80407
80406
|
delegatesFocus: true
|
|
@@ -80505,7 +80504,7 @@ focus outline in that case.
|
|
|
80505
80504
|
}
|
|
80506
80505
|
`));
|
|
80507
80506
|
|
|
80508
|
-
const template$
|
|
80507
|
+
const template$u = html `
|
|
80509
80508
|
${when(x => x.tooltipVisible, html `
|
|
80510
80509
|
<${anchoredRegionTag}
|
|
80511
80510
|
class="anchored-region"
|
|
@@ -80557,7 +80556,7 @@ focus outline in that case.
|
|
|
80557
80556
|
const nimbleTooltip = Tooltip.compose({
|
|
80558
80557
|
baseName: 'tooltip',
|
|
80559
80558
|
baseClass: Tooltip$1,
|
|
80560
|
-
template: template$
|
|
80559
|
+
template: template$u,
|
|
80561
80560
|
styles: styles$u
|
|
80562
80561
|
});
|
|
80563
80562
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTooltip());
|
|
@@ -80883,7 +80882,7 @@ focus outline in that case.
|
|
|
80883
80882
|
}
|
|
80884
80883
|
`;
|
|
80885
80884
|
|
|
80886
|
-
const template$
|
|
80885
|
+
const template$t = html `
|
|
80887
80886
|
<template
|
|
80888
80887
|
role="tree"
|
|
80889
80888
|
${ref('treeView')}
|
|
@@ -80979,7 +80978,7 @@ focus outline in that case.
|
|
|
80979
80978
|
const nimbleTreeView = TreeView.compose({
|
|
80980
80979
|
baseName: 'tree-view',
|
|
80981
80980
|
baseClass: TreeView$1,
|
|
80982
|
-
template: template$
|
|
80981
|
+
template: template$t,
|
|
80983
80982
|
styles: styles$s
|
|
80984
80983
|
});
|
|
80985
80984
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTreeView());
|
|
@@ -81096,7 +81095,7 @@ focus outline in that case.
|
|
|
81096
81095
|
}
|
|
81097
81096
|
const unitScaleByte = new UnitScaleByte();
|
|
81098
81097
|
|
|
81099
|
-
const template$
|
|
81098
|
+
const template$s = html `<template slot="unit"></template>`;
|
|
81100
81099
|
|
|
81101
81100
|
const styles$r = css `
|
|
81102
81101
|
${display$2('none')}
|
|
@@ -81126,7 +81125,7 @@ focus outline in that case.
|
|
|
81126
81125
|
], UnitByte.prototype, "binary", void 0);
|
|
81127
81126
|
const nimbleUnitByte = UnitByte.compose({
|
|
81128
81127
|
baseName: 'unit-byte',
|
|
81129
|
-
template: template$
|
|
81128
|
+
template: template$s,
|
|
81130
81129
|
styles: styles$r
|
|
81131
81130
|
});
|
|
81132
81131
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleUnitByte());
|
|
@@ -81179,7 +81178,7 @@ focus outline in that case.
|
|
|
81179
81178
|
}
|
|
81180
81179
|
const nimbleUnitVolt = UnitVolt.compose({
|
|
81181
81180
|
baseName: 'unit-volt',
|
|
81182
|
-
template: template$
|
|
81181
|
+
template: template$s,
|
|
81183
81182
|
styles: styles$r
|
|
81184
81183
|
});
|
|
81185
81184
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleUnitVolt());
|
|
@@ -95494,7 +95493,7 @@ focus outline in that case.
|
|
|
95494
95493
|
return new Table(reader.readAll());
|
|
95495
95494
|
}
|
|
95496
95495
|
|
|
95497
|
-
const template$
|
|
95496
|
+
const template$r = html `
|
|
95498
95497
|
<div class="wafer-map-container">
|
|
95499
95498
|
<svg class="svg-root">
|
|
95500
95499
|
<g ${ref('zoomContainer')} transform=${x => x.transform.toString()}>
|
|
@@ -98552,7 +98551,7 @@ focus outline in that case.
|
|
|
98552
98551
|
], WaferMap.prototype, "colorScale", void 0);
|
|
98553
98552
|
const nimbleWaferMap = WaferMap.compose({
|
|
98554
98553
|
baseName: 'wafer-map',
|
|
98555
|
-
template: template$
|
|
98554
|
+
template: template$r,
|
|
98556
98555
|
styles: styles$q
|
|
98557
98556
|
});
|
|
98558
98557
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleWaferMap());
|
|
@@ -98638,7 +98637,7 @@ focus outline in that case.
|
|
|
98638
98637
|
}
|
|
98639
98638
|
`;
|
|
98640
98639
|
|
|
98641
|
-
const template$
|
|
98640
|
+
const template$q = html `
|
|
98642
98641
|
<div class="toolbar ${x => (x.toolbarEmpty ? 'toolbar-empty' : '')}">
|
|
98643
98642
|
<slot name="toolbar" ${slotted({ property: 'slottedToolbarElements' })}></slot>
|
|
98644
98643
|
</div>
|
|
@@ -98720,7 +98719,7 @@ focus outline in that case.
|
|
|
98720
98719
|
], ChatConversation.prototype, "slottedEndElements", void 0);
|
|
98721
98720
|
const sprightChatConversation = ChatConversation.compose({
|
|
98722
98721
|
baseName: 'chat-conversation',
|
|
98723
|
-
template: template$
|
|
98722
|
+
template: template$q,
|
|
98724
98723
|
styles: styles$p
|
|
98725
98724
|
});
|
|
98726
98725
|
DesignSystem.getOrCreate()
|
|
@@ -98872,7 +98871,7 @@ focus outline in that case.
|
|
|
98872
98871
|
}
|
|
98873
98872
|
`;
|
|
98874
98873
|
|
|
98875
|
-
const template$
|
|
98874
|
+
const template$p = html `
|
|
98876
98875
|
<div class="container">
|
|
98877
98876
|
<section class="attachments ${x => (x.attachmentsIsEmpty ? '' : 'has-content')}">
|
|
98878
98877
|
<slot
|
|
@@ -99124,7 +99123,7 @@ focus outline in that case.
|
|
|
99124
99123
|
], ChatInput.prototype, "slottedAttachmentsElements", void 0);
|
|
99125
99124
|
const sprightChatInput = ChatInput.compose({
|
|
99126
99125
|
baseName: 'chat-input',
|
|
99127
|
-
template: template$
|
|
99126
|
+
template: template$p,
|
|
99128
99127
|
styles: styles$o,
|
|
99129
99128
|
shadowOptions: {
|
|
99130
99129
|
delegatesFocus: true
|
|
@@ -99217,7 +99216,7 @@ focus outline in that case.
|
|
|
99217
99216
|
}
|
|
99218
99217
|
`;
|
|
99219
99218
|
|
|
99220
|
-
const template$
|
|
99219
|
+
const template$o = (context, definition) => html `
|
|
99221
99220
|
<div class="container">
|
|
99222
99221
|
${startSlotTemplate(context, definition)}
|
|
99223
99222
|
<section class="message-content">
|
|
@@ -99266,7 +99265,7 @@ focus outline in that case.
|
|
|
99266
99265
|
applyMixins(ChatMessage, StartEnd);
|
|
99267
99266
|
const sprightChatMessage = ChatMessage.compose({
|
|
99268
99267
|
baseName: 'chat-message',
|
|
99269
|
-
template: template$
|
|
99268
|
+
template: template$o,
|
|
99270
99269
|
styles: styles$n
|
|
99271
99270
|
});
|
|
99272
99271
|
DesignSystem.getOrCreate().withPrefix('spright').register(sprightChatMessage());
|
|
@@ -99329,7 +99328,7 @@ focus outline in that case.
|
|
|
99329
99328
|
}
|
|
99330
99329
|
`;
|
|
99331
99330
|
|
|
99332
|
-
const template$
|
|
99331
|
+
const template$n = (context, definition) => html `
|
|
99333
99332
|
<div class="container">
|
|
99334
99333
|
${startSlotTemplate(context, definition)}
|
|
99335
99334
|
<section class="message-content">
|
|
@@ -99367,7 +99366,7 @@ focus outline in that case.
|
|
|
99367
99366
|
applyMixins(ChatMessageInbound, StartEnd);
|
|
99368
99367
|
const sprightChatMessageInbound = ChatMessageInbound.compose({
|
|
99369
99368
|
baseName: 'chat-message-inbound',
|
|
99370
|
-
template: template$
|
|
99369
|
+
template: template$n,
|
|
99371
99370
|
styles: styles$m
|
|
99372
99371
|
});
|
|
99373
99372
|
DesignSystem.getOrCreate().withPrefix('spright').register(sprightChatMessageInbound());
|
|
@@ -99406,7 +99405,7 @@ focus outline in that case.
|
|
|
99406
99405
|
}
|
|
99407
99406
|
`;
|
|
99408
99407
|
|
|
99409
|
-
const template$
|
|
99408
|
+
const template$m = () => html `
|
|
99410
99409
|
<div class="container">
|
|
99411
99410
|
<section class="message-content">
|
|
99412
99411
|
<slot></slot>
|
|
@@ -99421,7 +99420,7 @@ focus outline in that case.
|
|
|
99421
99420
|
}
|
|
99422
99421
|
const sprightChatMessageOutbound = ChatMessageOutbound.compose({
|
|
99423
99422
|
baseName: 'chat-message-outbound',
|
|
99424
|
-
template: template$
|
|
99423
|
+
template: template$m,
|
|
99425
99424
|
styles: styles$l
|
|
99426
99425
|
});
|
|
99427
99426
|
DesignSystem.getOrCreate().withPrefix('spright').register(sprightChatMessageOutbound());
|
|
@@ -99453,7 +99452,7 @@ focus outline in that case.
|
|
|
99453
99452
|
}
|
|
99454
99453
|
`;
|
|
99455
99454
|
|
|
99456
|
-
const template$
|
|
99455
|
+
const template$l = () => html `
|
|
99457
99456
|
<div class="container">
|
|
99458
99457
|
<section class="message-content">
|
|
99459
99458
|
<slot></slot>
|
|
@@ -99468,7 +99467,7 @@ focus outline in that case.
|
|
|
99468
99467
|
}
|
|
99469
99468
|
const sprightChatMessageSystem = ChatMessageSystem.compose({
|
|
99470
99469
|
baseName: 'chat-message-system',
|
|
99471
|
-
template: template$
|
|
99470
|
+
template: template$l,
|
|
99472
99471
|
styles: styles$k
|
|
99473
99472
|
});
|
|
99474
99473
|
DesignSystem.getOrCreate().withPrefix('spright').register(sprightChatMessageSystem());
|
|
@@ -99576,7 +99575,7 @@ focus outline in that case.
|
|
|
99576
99575
|
<path class="nigel-chat-dark-0" d="M11.36,7.6l-.03.02c-1.12.61-2.04,1.53-2.65,2.65l-.02.03c-.1.18-.35.18-.45,0l-.02-.03c-.61-1.12-1.53-2.04-2.65-2.65l-.03-.02c-.18-.1-.18-.35,0-.45l.03-.02c1.12-.61,2.04-1.53,2.65-2.65l.02-.03c.1-.18.35-.18.45,0l.02.03c.61,1.12,1.53,2.04,2.65,2.65l.03.02c.18.1.18.35,0,.45Z"/>
|
|
99577
99576
|
</svg>`;
|
|
99578
99577
|
|
|
99579
|
-
const template$
|
|
99578
|
+
const template$k = html `
|
|
99580
99579
|
<div class="icon light-icon" aria-hidden="true" :innerHTML="${() => nigelChatLightData}"></div>
|
|
99581
99580
|
<div class="icon dark-icon" aria-hidden="true" :innerHTML="${() => nigelChatDarkData}"></div>
|
|
99582
99581
|
`;
|
|
@@ -99605,7 +99604,7 @@ focus outline in that case.
|
|
|
99605
99604
|
}
|
|
99606
99605
|
const sprightIconNigelChat = IconNigelChat.compose({
|
|
99607
99606
|
baseName: 'icon-nigel-chat',
|
|
99608
|
-
template: template$
|
|
99607
|
+
template: template$k,
|
|
99609
99608
|
styles: styles$i
|
|
99610
99609
|
});
|
|
99611
99610
|
DesignSystem.getOrCreate()
|
|
@@ -99613,7 +99612,7 @@ focus outline in that case.
|
|
|
99613
99612
|
.register(sprightIconNigelChat());
|
|
99614
99613
|
const iconNigelChatTag = 'spright-icon-nigel-chat';
|
|
99615
99614
|
|
|
99616
|
-
const template$
|
|
99615
|
+
const template$j = () => html `
|
|
99617
99616
|
<div class="container">
|
|
99618
99617
|
<div class="brand-icon">
|
|
99619
99618
|
<slot name="brand-icon">
|
|
@@ -99645,11 +99644,226 @@ focus outline in that case.
|
|
|
99645
99644
|
], ChatMessageWelcome.prototype, "subtitle", void 0);
|
|
99646
99645
|
const sprightChatMessageWelcome = ChatMessageWelcome.compose({
|
|
99647
99646
|
baseName: 'chat-message-welcome',
|
|
99648
|
-
template: template$
|
|
99647
|
+
template: template$j,
|
|
99649
99648
|
styles: styles$j
|
|
99650
99649
|
});
|
|
99651
99650
|
DesignSystem.getOrCreate().withPrefix('spright').register(sprightChatMessageWelcome());
|
|
99652
99651
|
|
|
99652
|
+
const iconData$6 = `<?xml version="1.0" encoding="UTF-8"?>
|
|
99653
|
+
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
|
99654
|
+
<defs>
|
|
99655
|
+
<style>
|
|
99656
|
+
.breakpoint-conditional-0 {
|
|
99657
|
+
fill: #c42126;
|
|
99658
|
+
}
|
|
99659
|
+
</style>
|
|
99660
|
+
</defs>
|
|
99661
|
+
<path class="breakpoint-conditional-0" d="M8,3c-2.76,0-5,2.24-5,5s2.24,5,5,5,5-2.24,5-5-2.24-5-5-5ZM11,9h-2v2h-2v-2h-2v-2h2v-2h2v2h2v2Z"/>
|
|
99662
|
+
</svg>`;
|
|
99663
|
+
|
|
99664
|
+
/**
|
|
99665
|
+
* Spright breakpoint conditional icon.
|
|
99666
|
+
*/
|
|
99667
|
+
class IconBreakpointConditional extends Icon {
|
|
99668
|
+
}
|
|
99669
|
+
const template$i = html `
|
|
99670
|
+
<div class="icon" aria-hidden="true" :innerHTML="${() => iconData$6}"></div>
|
|
99671
|
+
`;
|
|
99672
|
+
const sprightIconBreakpointConditional = IconBreakpointConditional.compose({
|
|
99673
|
+
baseName: 'icon-breakpoint-conditional',
|
|
99674
|
+
template: template$i,
|
|
99675
|
+
styles: styles$1p
|
|
99676
|
+
});
|
|
99677
|
+
DesignSystem.getOrCreate()
|
|
99678
|
+
.withPrefix('spright')
|
|
99679
|
+
.register(sprightIconBreakpointConditional());
|
|
99680
|
+
|
|
99681
|
+
const iconData$5 = `<?xml version="1.0" encoding="UTF-8"?>
|
|
99682
|
+
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
|
99683
|
+
<defs>
|
|
99684
|
+
<style>
|
|
99685
|
+
.breakpoint-disabled-0 {
|
|
99686
|
+
fill: #161617;
|
|
99687
|
+
opacity: .3;
|
|
99688
|
+
}
|
|
99689
|
+
</style>
|
|
99690
|
+
</defs>
|
|
99691
|
+
<circle class="breakpoint-disabled-0" cx="8" cy="8" r="5"/>
|
|
99692
|
+
</svg>`;
|
|
99693
|
+
|
|
99694
|
+
/**
|
|
99695
|
+
* Spright breakpoint disabled icon.
|
|
99696
|
+
*/
|
|
99697
|
+
class IconBreakpointDisabled extends Icon {
|
|
99698
|
+
}
|
|
99699
|
+
const template$h = html `
|
|
99700
|
+
<div class="icon" aria-hidden="true" :innerHTML="${() => iconData$5}"></div>
|
|
99701
|
+
`;
|
|
99702
|
+
const sprightIconBreakpointDisabled = IconBreakpointDisabled.compose({
|
|
99703
|
+
baseName: 'icon-breakpoint-disabled',
|
|
99704
|
+
template: template$h,
|
|
99705
|
+
styles: styles$1p
|
|
99706
|
+
});
|
|
99707
|
+
DesignSystem.getOrCreate()
|
|
99708
|
+
.withPrefix('spright')
|
|
99709
|
+
.register(sprightIconBreakpointDisabled());
|
|
99710
|
+
|
|
99711
|
+
const iconData$4 = `<?xml version="1.0" encoding="UTF-8"?>
|
|
99712
|
+
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
|
99713
|
+
<defs>
|
|
99714
|
+
<style>
|
|
99715
|
+
.breakpoint-enabled-0 {
|
|
99716
|
+
fill: #c42126;
|
|
99717
|
+
}
|
|
99718
|
+
</style>
|
|
99719
|
+
</defs>
|
|
99720
|
+
<circle class="breakpoint-enabled-0" cx="8" cy="8" r="5"/>
|
|
99721
|
+
</svg>`;
|
|
99722
|
+
|
|
99723
|
+
/**
|
|
99724
|
+
* Spright breakpoint enabled icon.
|
|
99725
|
+
*/
|
|
99726
|
+
class IconBreakpointEnabled extends Icon {
|
|
99727
|
+
}
|
|
99728
|
+
const template$g = html `
|
|
99729
|
+
<div class="icon" aria-hidden="true" :innerHTML="${() => iconData$4}"></div>
|
|
99730
|
+
`;
|
|
99731
|
+
const sprightIconBreakpointEnabled = IconBreakpointEnabled.compose({
|
|
99732
|
+
baseName: 'icon-breakpoint-enabled',
|
|
99733
|
+
template: template$g,
|
|
99734
|
+
styles: styles$1p
|
|
99735
|
+
});
|
|
99736
|
+
DesignSystem.getOrCreate()
|
|
99737
|
+
.withPrefix('spright')
|
|
99738
|
+
.register(sprightIconBreakpointEnabled());
|
|
99739
|
+
|
|
99740
|
+
const iconData$3 = `<?xml version="1.0" encoding="UTF-8"?>
|
|
99741
|
+
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
|
99742
|
+
<defs>
|
|
99743
|
+
<style>
|
|
99744
|
+
.breakpoint-execution-pointer-0 {
|
|
99745
|
+
fill: #161617;
|
|
99746
|
+
}
|
|
99747
|
+
</style>
|
|
99748
|
+
</defs>
|
|
99749
|
+
<polygon class="breakpoint-execution-pointer-0" points="7.97 4.37 7.29 5.49 9.8 7 2 7 2 9 9.8 9 7.29 10.51 7.97 11.63 14 8 7.97 4.37"/>
|
|
99750
|
+
</svg>`;
|
|
99751
|
+
|
|
99752
|
+
/**
|
|
99753
|
+
* Spright breakpoint execution pointer icon.
|
|
99754
|
+
*/
|
|
99755
|
+
class IconBreakpointExecutionPointer extends Icon {
|
|
99756
|
+
}
|
|
99757
|
+
const template$f = html `
|
|
99758
|
+
<div class="icon" aria-hidden="true" :innerHTML="${() => iconData$3}"></div>
|
|
99759
|
+
`;
|
|
99760
|
+
const sprightIconBreakpointExecutionPointer = IconBreakpointExecutionPointer.compose({
|
|
99761
|
+
baseName: 'icon-breakpoint-execution-pointer',
|
|
99762
|
+
template: template$f,
|
|
99763
|
+
styles: styles$1p
|
|
99764
|
+
});
|
|
99765
|
+
DesignSystem.getOrCreate()
|
|
99766
|
+
.withPrefix('spright')
|
|
99767
|
+
.register(sprightIconBreakpointExecutionPointer());
|
|
99768
|
+
|
|
99769
|
+
const iconData$2 = `<?xml version="1.0" encoding="UTF-8"?>
|
|
99770
|
+
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
|
99771
|
+
<defs>
|
|
99772
|
+
<style>
|
|
99773
|
+
.breakpoint-hit-disabled-0 {
|
|
99774
|
+
opacity: .3;
|
|
99775
|
+
}
|
|
99776
|
+
|
|
99777
|
+
.breakpoint-hit-disabled-0, .breakpoint-hit-disabled-1 {
|
|
99778
|
+
fill: #161617;
|
|
99779
|
+
}
|
|
99780
|
+
</style>
|
|
99781
|
+
</defs>
|
|
99782
|
+
<path class="breakpoint-hit-disabled-0" d="M3.36,6.25c.71-1.89,2.5-3.25,4.64-3.25s3.98,1.4,4.67,3.33l-4.96-2.99-1.45,2.4.84.51h-3.75ZM7.71,12.66l-1.45-2.4.84-.51h-3.75c.71,1.89,2.5,3.25,4.64,3.25s3.98-1.4,4.67-3.33l-4.96,2.99Z"/>
|
|
99783
|
+
<polygon class="breakpoint-hit-disabled-1" points="7.97 4.37 7.29 5.49 9.8 7 2 7 2 9 9.8 9 7.29 10.51 7.97 11.63 14 8 7.97 4.37"/>
|
|
99784
|
+
</svg>`;
|
|
99785
|
+
|
|
99786
|
+
/**
|
|
99787
|
+
* Spright breakpoint hit disabled icon.
|
|
99788
|
+
*/
|
|
99789
|
+
class IconBreakpointHitDisabled extends Icon {
|
|
99790
|
+
}
|
|
99791
|
+
const template$e = html `
|
|
99792
|
+
<div class="icon" aria-hidden="true" :innerHTML="${() => iconData$2}"></div>
|
|
99793
|
+
`;
|
|
99794
|
+
const sprightIconBreakpointHitDisabled = IconBreakpointHitDisabled.compose({
|
|
99795
|
+
baseName: 'icon-breakpoint-hit-disabled',
|
|
99796
|
+
template: template$e,
|
|
99797
|
+
styles: styles$1p
|
|
99798
|
+
});
|
|
99799
|
+
DesignSystem.getOrCreate()
|
|
99800
|
+
.withPrefix('spright')
|
|
99801
|
+
.register(sprightIconBreakpointHitDisabled());
|
|
99802
|
+
|
|
99803
|
+
const iconData$1 = `<?xml version="1.0" encoding="UTF-8"?>
|
|
99804
|
+
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
|
99805
|
+
<defs>
|
|
99806
|
+
<style>
|
|
99807
|
+
.breakpoint-hit-0 {
|
|
99808
|
+
fill: #c42126;
|
|
99809
|
+
}
|
|
99810
|
+
|
|
99811
|
+
.breakpoint-hit-1 {
|
|
99812
|
+
fill: #161617;
|
|
99813
|
+
}
|
|
99814
|
+
</style>
|
|
99815
|
+
</defs>
|
|
99816
|
+
<path class="breakpoint-hit-0" d="M3.36,6.25c.71-1.89,2.5-3.25,4.64-3.25s3.98,1.4,4.67,3.33l-4.96-2.99-1.45,2.4.84.51h-3.75ZM7.71,12.66l-1.45-2.4.84-.51h-3.75c.71,1.89,2.5,3.25,4.64,3.25s3.98-1.4,4.67-3.33l-4.96,2.99Z"/>
|
|
99817
|
+
<polygon class="breakpoint-hit-1" points="7.97 4.37 7.29 5.49 9.8 7 2 7 2 9 9.8 9 7.29 10.51 7.97 11.63 14 8 7.97 4.37"/>
|
|
99818
|
+
</svg>`;
|
|
99819
|
+
|
|
99820
|
+
/**
|
|
99821
|
+
* Spright breakpoint hit icon.
|
|
99822
|
+
*/
|
|
99823
|
+
class IconBreakpointHit extends Icon {
|
|
99824
|
+
}
|
|
99825
|
+
const template$d = html `
|
|
99826
|
+
<div class="icon" aria-hidden="true" :innerHTML="${() => iconData$1}"></div>
|
|
99827
|
+
`;
|
|
99828
|
+
const sprightIconBreakpointHit = IconBreakpointHit.compose({
|
|
99829
|
+
baseName: 'icon-breakpoint-hit',
|
|
99830
|
+
template: template$d,
|
|
99831
|
+
styles: styles$1p
|
|
99832
|
+
});
|
|
99833
|
+
DesignSystem.getOrCreate()
|
|
99834
|
+
.withPrefix('spright')
|
|
99835
|
+
.register(sprightIconBreakpointHit());
|
|
99836
|
+
|
|
99837
|
+
const iconData = `<?xml version="1.0" encoding="UTF-8"?>
|
|
99838
|
+
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
|
99839
|
+
<defs>
|
|
99840
|
+
<style>
|
|
99841
|
+
.breakpoint-hover-0 {
|
|
99842
|
+
fill: #c42126;
|
|
99843
|
+
opacity: .3;
|
|
99844
|
+
}
|
|
99845
|
+
</style>
|
|
99846
|
+
</defs>
|
|
99847
|
+
<circle class="breakpoint-hover-0" cx="8" cy="8" r="5"/>
|
|
99848
|
+
</svg>`;
|
|
99849
|
+
|
|
99850
|
+
/**
|
|
99851
|
+
* Spright breakpoint hover icon.
|
|
99852
|
+
*/
|
|
99853
|
+
class IconBreakpointHover extends Icon {
|
|
99854
|
+
}
|
|
99855
|
+
const template$c = html `
|
|
99856
|
+
<div class="icon" aria-hidden="true" :innerHTML="${() => iconData}"></div>
|
|
99857
|
+
`;
|
|
99858
|
+
const sprightIconBreakpointHover = IconBreakpointHover.compose({
|
|
99859
|
+
baseName: 'icon-breakpoint-hover',
|
|
99860
|
+
template: template$c,
|
|
99861
|
+
styles: styles$1p
|
|
99862
|
+
});
|
|
99863
|
+
DesignSystem.getOrCreate()
|
|
99864
|
+
.withPrefix('spright')
|
|
99865
|
+
.register(sprightIconBreakpointHover());
|
|
99866
|
+
|
|
99653
99867
|
const styles$h = css `
|
|
99654
99868
|
${styles$1p}
|
|
99655
99869
|
|
|
@@ -99668,7 +99882,7 @@ focus outline in that case.
|
|
|
99668
99882
|
}
|
|
99669
99883
|
const sprightIconWorkItemCalendarWeek = IconWorkItemCalendarWeek.compose({
|
|
99670
99884
|
baseName: 'icon-work-item-calendar-week',
|
|
99671
|
-
template: template$
|
|
99885
|
+
template: template$1d,
|
|
99672
99886
|
styles: styles$h
|
|
99673
99887
|
});
|
|
99674
99888
|
DesignSystem.getOrCreate()
|
|
@@ -99693,7 +99907,7 @@ focus outline in that case.
|
|
|
99693
99907
|
}
|
|
99694
99908
|
const sprightIconWorkItemCalipers = IconWorkItemCalipers.compose({
|
|
99695
99909
|
baseName: 'icon-work-item-calipers',
|
|
99696
|
-
template: template$
|
|
99910
|
+
template: template$1d,
|
|
99697
99911
|
styles: styles$g
|
|
99698
99912
|
});
|
|
99699
99913
|
DesignSystem.getOrCreate()
|
|
@@ -99718,7 +99932,7 @@ focus outline in that case.
|
|
|
99718
99932
|
}
|
|
99719
99933
|
const sprightIconWorkItemForklift = IconWorkItemForklift.compose({
|
|
99720
99934
|
baseName: 'icon-work-item-forklift',
|
|
99721
|
-
template: template$
|
|
99935
|
+
template: template$1d,
|
|
99722
99936
|
styles: styles$f
|
|
99723
99937
|
});
|
|
99724
99938
|
DesignSystem.getOrCreate()
|
|
@@ -99743,7 +99957,7 @@ focus outline in that case.
|
|
|
99743
99957
|
}
|
|
99744
99958
|
const sprightIconWorkItemRectangleCheckLines = IconWorkItemRectangleCheckLines.compose({
|
|
99745
99959
|
baseName: 'icon-work-item-rectangle-check-lines',
|
|
99746
|
-
template: template$
|
|
99960
|
+
template: template$1d,
|
|
99747
99961
|
styles: styles$e
|
|
99748
99962
|
});
|
|
99749
99963
|
DesignSystem.getOrCreate()
|
|
@@ -99768,7 +99982,7 @@ focus outline in that case.
|
|
|
99768
99982
|
}
|
|
99769
99983
|
const sprightIconWorkItemUserHelmetSafety = IconWorkItemUserHelmetSafety.compose({
|
|
99770
99984
|
baseName: 'icon-work-item-user-helmet-safety',
|
|
99771
|
-
template: template$
|
|
99985
|
+
template: template$1d,
|
|
99772
99986
|
styles: styles$d
|
|
99773
99987
|
});
|
|
99774
99988
|
DesignSystem.getOrCreate()
|
|
@@ -99793,7 +100007,7 @@ focus outline in that case.
|
|
|
99793
100007
|
}
|
|
99794
100008
|
const sprightIconWorkItemWrenchHammer = IconWorkItemWrenchHammer.compose({
|
|
99795
100009
|
baseName: 'icon-work-item-wrench-hammer',
|
|
99796
|
-
template: template$
|
|
100010
|
+
template: template$1d,
|
|
99797
100011
|
styles: styles$c
|
|
99798
100012
|
});
|
|
99799
100013
|
DesignSystem.getOrCreate()
|
|
@@ -100052,8 +100266,10 @@ focus outline in that case.
|
|
|
100052
100266
|
}
|
|
100053
100267
|
|
|
100054
100268
|
.card-shell {
|
|
100055
|
-
display:
|
|
100269
|
+
display: grid;
|
|
100056
100270
|
width: 100%;
|
|
100271
|
+
height: 100%;
|
|
100272
|
+
min-height: inherit;
|
|
100057
100273
|
box-sizing: border-box;
|
|
100058
100274
|
padding: ${standardPadding};
|
|
100059
100275
|
border-radius: 8px;
|
|
@@ -100071,10 +100287,27 @@ focus outline in that case.
|
|
|
100071
100287
|
--ni-private-card-button-border-selected-color: transparent;
|
|
100072
100288
|
}
|
|
100073
100289
|
|
|
100290
|
+
.card-button-shell::part(control) {
|
|
100291
|
+
display: flex;
|
|
100292
|
+
flex-direction: column;
|
|
100293
|
+
align-items: stretch;
|
|
100294
|
+
}
|
|
100295
|
+
|
|
100296
|
+
.card-shell > .card-layout,
|
|
100297
|
+
.card-shell > .card-button-content,
|
|
100298
|
+
.card-button-content > .card-layout {
|
|
100299
|
+
height: 100%;
|
|
100300
|
+
}
|
|
100301
|
+
|
|
100302
|
+
.card-button-content {
|
|
100303
|
+
flex: 1 1 auto;
|
|
100304
|
+
}
|
|
100305
|
+
|
|
100074
100306
|
.card-layout {
|
|
100075
100307
|
display: grid;
|
|
100076
100308
|
grid-template-columns: minmax(0, 1fr);
|
|
100077
100309
|
align-items: start;
|
|
100310
|
+
min-height: 100%;
|
|
100078
100311
|
}
|
|
100079
100312
|
|
|
100080
100313
|
.card-layout.has-media {
|
|
@@ -100109,10 +100342,11 @@ focus outline in that case.
|
|
|
100109
100342
|
|
|
100110
100343
|
.main-region {
|
|
100111
100344
|
min-width: 0;
|
|
100112
|
-
display:
|
|
100113
|
-
|
|
100345
|
+
display: flex;
|
|
100346
|
+
flex-direction: column;
|
|
100114
100347
|
gap: ${mediumPadding};
|
|
100115
100348
|
text-align: left;
|
|
100349
|
+
align-self: stretch;
|
|
100116
100350
|
}
|
|
100117
100351
|
|
|
100118
100352
|
.header-row {
|
|
@@ -100173,6 +100407,7 @@ focus outline in that case.
|
|
|
100173
100407
|
align-items: center;
|
|
100174
100408
|
justify-content: space-between;
|
|
100175
100409
|
gap: ${mediumPadding};
|
|
100410
|
+
margin-top: auto;
|
|
100176
100411
|
font: ${tooltipCaptionFont};
|
|
100177
100412
|
color: ${tooltipCaptionFontColor};
|
|
100178
100413
|
text-transform: uppercase;
|
|
@@ -100199,7 +100434,10 @@ focus outline in that case.
|
|
|
100199
100434
|
display: block;
|
|
100200
100435
|
}
|
|
100201
100436
|
|
|
100202
|
-
::slotted([slot='badges'])
|
|
100437
|
+
::slotted([slot='badges']) {
|
|
100438
|
+
max-width: 100%;
|
|
100439
|
+
}
|
|
100440
|
+
|
|
100203
100441
|
::slotted([slot='footer-start']),
|
|
100204
100442
|
::slotted([slot='footer-end']) {
|
|
100205
100443
|
display: block;
|
|
@@ -100374,12 +100612,9 @@ focus outline in that case.
|
|
|
100374
100612
|
</div>
|
|
100375
100613
|
</${cardButtonTag}>
|
|
100376
100614
|
`, html `
|
|
100377
|
-
|
|
100378
|
-
class="card-shell card-static-shell"
|
|
100379
|
-
part="card-shell"
|
|
100380
|
-
>
|
|
100615
|
+
<div class="card-shell card-static-shell" part="card-shell">
|
|
100381
100616
|
${cardContentTemplate}
|
|
100382
|
-
|
|
100617
|
+
</div>
|
|
100383
100618
|
`)}
|
|
100384
100619
|
`;
|
|
100385
100620
|
|