@ni/nimble-components 19.6.1 → 19.6.2
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 +123 -95
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +619 -607
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/all-components.d.ts +1 -0
- package/dist/esm/all-components.js +1 -0
- package/dist/esm/all-components.js.map +1 -1
- package/dist/esm/rich-text-editor/index.d.ts +12 -0
- package/dist/esm/rich-text-editor/index.js +18 -0
- package/dist/esm/rich-text-editor/index.js.map +1 -0
- package/dist/esm/rich-text-editor/styles.d.ts +1 -0
- package/dist/esm/rich-text-editor/styles.js +12 -0
- package/dist/esm/rich-text-editor/styles.js.map +1 -0
- package/dist/esm/rich-text-editor/template.d.ts +2 -0
- package/dist/esm/rich-text-editor/template.js +5 -0
- package/dist/esm/rich-text-editor/template.js.map +1 -0
- package/dist/esm/src/all-components.d.ts +1 -0
- package/dist/esm/src/rich-text-editor/index.d.ts +12 -0
- package/dist/esm/src/rich-text-editor/styles.d.ts +1 -0
- package/dist/esm/src/rich-text-editor/template.d.ts +2 -0
- package/package.json +1 -1
|
@@ -16232,7 +16232,7 @@
|
|
|
16232
16232
|
|
|
16233
16233
|
/**
|
|
16234
16234
|
* Do not edit directly
|
|
16235
|
-
* Generated on
|
|
16235
|
+
* Generated on Mon, 17 Jul 2023 14:50:36 GMT
|
|
16236
16236
|
*/
|
|
16237
16237
|
const Information100DarkUi = "#a46eff";
|
|
16238
16238
|
const Information100LightUi = "#804ad9";
|
|
@@ -16604,9 +16604,9 @@
|
|
|
16604
16604
|
return `${prefix}${uniqueIdCounter++}`;
|
|
16605
16605
|
}
|
|
16606
16606
|
|
|
16607
|
-
const template$
|
|
16607
|
+
const template$w = html `<slot></slot>`;
|
|
16608
16608
|
|
|
16609
|
-
const styles$
|
|
16609
|
+
const styles$R = css `
|
|
16610
16610
|
:host {
|
|
16611
16611
|
display: contents;
|
|
16612
16612
|
}
|
|
@@ -16662,8 +16662,8 @@
|
|
|
16662
16662
|
], ThemeProvider.prototype, "theme", void 0);
|
|
16663
16663
|
const nimbleDesignSystemProvider = ThemeProvider.compose({
|
|
16664
16664
|
baseName: 'theme-provider',
|
|
16665
|
-
styles: styles$
|
|
16666
|
-
template: template$
|
|
16665
|
+
styles: styles$R,
|
|
16666
|
+
template: template$w
|
|
16667
16667
|
});
|
|
16668
16668
|
DesignSystem.getOrCreate()
|
|
16669
16669
|
.withPrefix('nimble')
|
|
@@ -16848,7 +16848,7 @@
|
|
|
16848
16848
|
}
|
|
16849
16849
|
}
|
|
16850
16850
|
|
|
16851
|
-
const styles$
|
|
16851
|
+
const styles$Q = css `
|
|
16852
16852
|
${display('inline')}
|
|
16853
16853
|
|
|
16854
16854
|
:host {
|
|
@@ -16931,7 +16931,7 @@
|
|
|
16931
16931
|
`;
|
|
16932
16932
|
|
|
16933
16933
|
// prettier-ignore
|
|
16934
|
-
const template$
|
|
16934
|
+
const template$v = (context, definition) => html `
|
|
16935
16935
|
<a
|
|
16936
16936
|
class="control"
|
|
16937
16937
|
part="control"
|
|
@@ -17005,8 +17005,8 @@
|
|
|
17005
17005
|
const nimbleAnchor = Anchor.compose({
|
|
17006
17006
|
baseName: 'anchor',
|
|
17007
17007
|
baseClass: Anchor$1,
|
|
17008
|
-
template: template$
|
|
17009
|
-
styles: styles$
|
|
17008
|
+
template: template$v,
|
|
17009
|
+
styles: styles$Q,
|
|
17010
17010
|
shadowOptions: {
|
|
17011
17011
|
delegatesFocus: true
|
|
17012
17012
|
}
|
|
@@ -17092,7 +17092,7 @@
|
|
|
17092
17092
|
return new MultivaluePropertyStyleSheetBehavior('appearance', value, styles);
|
|
17093
17093
|
}
|
|
17094
17094
|
|
|
17095
|
-
const styles$
|
|
17095
|
+
const styles$P = css `
|
|
17096
17096
|
${display('inline-flex')}
|
|
17097
17097
|
|
|
17098
17098
|
:host {
|
|
@@ -17389,8 +17389,8 @@
|
|
|
17389
17389
|
}
|
|
17390
17390
|
`));
|
|
17391
17391
|
|
|
17392
|
-
const styles$
|
|
17393
|
-
${styles$
|
|
17392
|
+
const styles$O = css `
|
|
17393
|
+
${styles$P}
|
|
17394
17394
|
${buttonAppearanceVariantStyles}
|
|
17395
17395
|
|
|
17396
17396
|
.control {
|
|
@@ -17398,7 +17398,7 @@
|
|
|
17398
17398
|
}
|
|
17399
17399
|
`;
|
|
17400
17400
|
|
|
17401
|
-
const template$
|
|
17401
|
+
const template$u = (context, definition) => html `
|
|
17402
17402
|
<a
|
|
17403
17403
|
class="control"
|
|
17404
17404
|
part="control"
|
|
@@ -17480,8 +17480,8 @@
|
|
|
17480
17480
|
], AnchorButton.prototype, "disabled", void 0);
|
|
17481
17481
|
const nimbleAnchorButton = AnchorButton.compose({
|
|
17482
17482
|
baseName: 'anchor-button',
|
|
17483
|
-
template: template$
|
|
17484
|
-
styles: styles$
|
|
17483
|
+
template: template$u,
|
|
17484
|
+
styles: styles$O,
|
|
17485
17485
|
shadowOptions: {
|
|
17486
17486
|
delegatesFocus: true
|
|
17487
17487
|
}
|
|
@@ -17489,7 +17489,7 @@
|
|
|
17489
17489
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleAnchorButton());
|
|
17490
17490
|
DesignSystem.tagFor(AnchorButton);
|
|
17491
17491
|
|
|
17492
|
-
const styles$
|
|
17492
|
+
const styles$N = css `
|
|
17493
17493
|
${display('grid')}
|
|
17494
17494
|
|
|
17495
17495
|
:host {
|
|
@@ -17566,7 +17566,7 @@
|
|
|
17566
17566
|
}
|
|
17567
17567
|
`;
|
|
17568
17568
|
|
|
17569
|
-
const template$
|
|
17569
|
+
const template$t = (context, definition) => html `
|
|
17570
17570
|
<template
|
|
17571
17571
|
role="menuitem"
|
|
17572
17572
|
class="${x => (typeof x.startColumnCount === 'number'
|
|
@@ -17672,8 +17672,8 @@
|
|
|
17672
17672
|
// FoundationAnchor already applies the StartEnd mixin, so we don't need to do it here.
|
|
17673
17673
|
const nimbleAnchorMenuItem = AnchorMenuItem.compose({
|
|
17674
17674
|
baseName: 'anchor-menu-item',
|
|
17675
|
-
template: template$
|
|
17676
|
-
styles: styles$
|
|
17675
|
+
template: template$t,
|
|
17676
|
+
styles: styles$N,
|
|
17677
17677
|
shadowOptions: {
|
|
17678
17678
|
delegatesFocus: true
|
|
17679
17679
|
}
|
|
@@ -17697,7 +17697,7 @@
|
|
|
17697
17697
|
}
|
|
17698
17698
|
});
|
|
17699
17699
|
|
|
17700
|
-
const styles$
|
|
17700
|
+
const styles$M = css `
|
|
17701
17701
|
${display('inline-flex')}
|
|
17702
17702
|
|
|
17703
17703
|
:host {
|
|
@@ -17803,8 +17803,8 @@
|
|
|
17803
17803
|
}
|
|
17804
17804
|
`;
|
|
17805
17805
|
|
|
17806
|
-
const styles$
|
|
17807
|
-
${styles$
|
|
17806
|
+
const styles$L = css `
|
|
17807
|
+
${styles$M}
|
|
17808
17808
|
|
|
17809
17809
|
a {
|
|
17810
17810
|
text-decoration: none;
|
|
@@ -17822,7 +17822,7 @@
|
|
|
17822
17822
|
}
|
|
17823
17823
|
`;
|
|
17824
17824
|
|
|
17825
|
-
const template$
|
|
17825
|
+
const template$s = (context, definition) => html `
|
|
17826
17826
|
<template slot="anchortab" role="tab" aria-disabled="${x => x.disabled}">
|
|
17827
17827
|
<a
|
|
17828
17828
|
download="${x => x.download}"
|
|
@@ -17875,13 +17875,13 @@
|
|
|
17875
17875
|
// FoundationAnchor already applies the StartEnd mixin, so we don't need to do it here.
|
|
17876
17876
|
const nimbleAnchorTab = AnchorTab.compose({
|
|
17877
17877
|
baseName: 'anchor-tab',
|
|
17878
|
-
template: template$
|
|
17879
|
-
styles: styles$
|
|
17878
|
+
template: template$s,
|
|
17879
|
+
styles: styles$L
|
|
17880
17880
|
});
|
|
17881
17881
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleAnchorTab());
|
|
17882
17882
|
DesignSystem.tagFor(AnchorTab);
|
|
17883
17883
|
|
|
17884
|
-
const styles$
|
|
17884
|
+
const styles$K = css `
|
|
17885
17885
|
${display('grid')}
|
|
17886
17886
|
|
|
17887
17887
|
:host {
|
|
@@ -17899,7 +17899,7 @@
|
|
|
17899
17899
|
}
|
|
17900
17900
|
`;
|
|
17901
17901
|
|
|
17902
|
-
const template$
|
|
17902
|
+
const template$r = (context, definition) => html `
|
|
17903
17903
|
${startSlotTemplate(context, definition)}
|
|
17904
17904
|
<div ${ref('tablist')} class="tablist" part="tablist" role="tablist">
|
|
17905
17905
|
<slot name="anchortab" ${slotted('tabs')}></slot>
|
|
@@ -18096,8 +18096,8 @@
|
|
|
18096
18096
|
applyMixins(AnchorTabs, StartEnd);
|
|
18097
18097
|
const nimbleAnchorTabs = AnchorTabs.compose({
|
|
18098
18098
|
baseName: 'anchor-tabs',
|
|
18099
|
-
template: template$
|
|
18100
|
-
styles: styles$
|
|
18099
|
+
template: template$r,
|
|
18100
|
+
styles: styles$K,
|
|
18101
18101
|
shadowOptions: {
|
|
18102
18102
|
delegatesFocus: false
|
|
18103
18103
|
}
|
|
@@ -18114,7 +18114,7 @@
|
|
|
18114
18114
|
-webkit-user-select: none;
|
|
18115
18115
|
`;
|
|
18116
18116
|
|
|
18117
|
-
const styles$
|
|
18117
|
+
const styles$J = css `
|
|
18118
18118
|
${display('block')}
|
|
18119
18119
|
|
|
18120
18120
|
:host {
|
|
@@ -18218,7 +18218,7 @@
|
|
|
18218
18218
|
}
|
|
18219
18219
|
`;
|
|
18220
18220
|
|
|
18221
|
-
const template$
|
|
18221
|
+
const template$q = (context, definition) => html `
|
|
18222
18222
|
<template
|
|
18223
18223
|
role="treeitem"
|
|
18224
18224
|
slot="${x => (x.isNestedItem() ? 'item' : null)}"
|
|
@@ -18355,8 +18355,8 @@
|
|
|
18355
18355
|
// FoundationAnchor already applies the StartEnd mixin, so we don't need to do it here.
|
|
18356
18356
|
const nimbleAnchorTreeItem = AnchorTreeItem.compose({
|
|
18357
18357
|
baseName: 'anchor-tree-item',
|
|
18358
|
-
template: template$
|
|
18359
|
-
styles: styles$
|
|
18358
|
+
template: template$q,
|
|
18359
|
+
styles: styles$J,
|
|
18360
18360
|
shadowOptions: {
|
|
18361
18361
|
delegatesFocus: true
|
|
18362
18362
|
}
|
|
@@ -18366,7 +18366,7 @@
|
|
|
18366
18366
|
.register(nimbleAnchorTreeItem());
|
|
18367
18367
|
DesignSystem.tagFor(AnchorTreeItem);
|
|
18368
18368
|
|
|
18369
|
-
const styles$
|
|
18369
|
+
const styles$I = css `
|
|
18370
18370
|
:host {
|
|
18371
18371
|
contain: layout;
|
|
18372
18372
|
display: block;
|
|
@@ -18390,7 +18390,7 @@
|
|
|
18390
18390
|
baseName: 'anchored-region',
|
|
18391
18391
|
baseClass: AnchoredRegion$1,
|
|
18392
18392
|
template: anchoredRegionTemplate,
|
|
18393
|
-
styles: styles$
|
|
18393
|
+
styles: styles$I
|
|
18394
18394
|
});
|
|
18395
18395
|
DesignSystem.getOrCreate()
|
|
18396
18396
|
.withPrefix('nimble')
|
|
@@ -18470,7 +18470,7 @@
|
|
|
18470
18470
|
*/
|
|
18471
18471
|
const themeBehavior = (theme, styles) => new ThemeStyleSheetBehavior(theme, styles);
|
|
18472
18472
|
|
|
18473
|
-
const styles$
|
|
18473
|
+
const styles$H = css `
|
|
18474
18474
|
${display('flex')}
|
|
18475
18475
|
|
|
18476
18476
|
:host {
|
|
@@ -18628,8 +18628,8 @@
|
|
|
18628
18628
|
}
|
|
18629
18629
|
`));
|
|
18630
18630
|
|
|
18631
|
-
const styles$
|
|
18632
|
-
${styles$
|
|
18631
|
+
const styles$G = css `
|
|
18632
|
+
${styles$P}
|
|
18633
18633
|
${buttonAppearanceVariantStyles}
|
|
18634
18634
|
`;
|
|
18635
18635
|
|
|
@@ -18675,7 +18675,7 @@
|
|
|
18675
18675
|
baseName: 'button',
|
|
18676
18676
|
baseClass: Button$1,
|
|
18677
18677
|
template: buttonTemplate,
|
|
18678
|
-
styles: styles$
|
|
18678
|
+
styles: styles$G,
|
|
18679
18679
|
shadowOptions: {
|
|
18680
18680
|
delegatesFocus: true
|
|
18681
18681
|
}
|
|
@@ -19333,13 +19333,13 @@
|
|
|
19333
19333
|
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8.033 14.026 4.9 10.866 6.277 9.53l1.744 1.81 4.562-4.507 1.307 1.363Zm1.155-10.68-1.321-1.32-2.312 2.311-2.311-2.311-1.321 1.32 2.311 2.312L1.923 7.97l1.32 1.32 2.312-2.31 2.312 2.31 1.32-1.32-2.31-2.312Z"/></svg>`
|
|
19334
19334
|
};
|
|
19335
19335
|
|
|
19336
|
-
const template$
|
|
19336
|
+
const template$p = html `
|
|
19337
19337
|
<template>
|
|
19338
19338
|
<div class="icon" :innerHTML=${x => x.icon.data}></div>
|
|
19339
19339
|
</template
|
|
19340
19340
|
`;
|
|
19341
19341
|
|
|
19342
|
-
const styles$
|
|
19342
|
+
const styles$F = css `
|
|
19343
19343
|
${display('inline-flex')}
|
|
19344
19344
|
|
|
19345
19345
|
:host {
|
|
@@ -19392,8 +19392,8 @@
|
|
|
19392
19392
|
const registerIcon = (baseName, iconClass) => {
|
|
19393
19393
|
const composedIcon = iconClass.compose({
|
|
19394
19394
|
baseName,
|
|
19395
|
-
template: template$
|
|
19396
|
-
styles: styles$
|
|
19395
|
+
template: template$p,
|
|
19396
|
+
styles: styles$F,
|
|
19397
19397
|
baseClass: iconClass
|
|
19398
19398
|
});
|
|
19399
19399
|
DesignSystem.getOrCreate().withPrefix('nimble').register(composedIcon());
|
|
@@ -19478,7 +19478,7 @@
|
|
|
19478
19478
|
}).withDefault(coreLabelDefaults.numericIncrementLabel);
|
|
19479
19479
|
|
|
19480
19480
|
// prettier-ignore
|
|
19481
|
-
const template$
|
|
19481
|
+
const template$o = html `
|
|
19482
19482
|
<div class="container"
|
|
19483
19483
|
role="status"
|
|
19484
19484
|
aria-atomic="${x => x.ariaAtomic}"
|
|
@@ -19597,13 +19597,13 @@
|
|
|
19597
19597
|
applyMixins(Banner, ARIAGlobalStatesAndProperties);
|
|
19598
19598
|
const nimbleBanner = Banner.compose({
|
|
19599
19599
|
baseName: 'banner',
|
|
19600
|
-
template: template$
|
|
19601
|
-
styles: styles$
|
|
19600
|
+
template: template$o,
|
|
19601
|
+
styles: styles$H
|
|
19602
19602
|
});
|
|
19603
19603
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleBanner());
|
|
19604
19604
|
DesignSystem.tagFor(Banner);
|
|
19605
19605
|
|
|
19606
|
-
const styles$
|
|
19606
|
+
const styles$E = css `
|
|
19607
19607
|
${display('inline-block')}
|
|
19608
19608
|
|
|
19609
19609
|
:host {
|
|
@@ -19644,12 +19644,12 @@
|
|
|
19644
19644
|
baseName: 'breadcrumb',
|
|
19645
19645
|
baseClass: Breadcrumb$1,
|
|
19646
19646
|
template: breadcrumbTemplate,
|
|
19647
|
-
styles: styles$
|
|
19647
|
+
styles: styles$E
|
|
19648
19648
|
});
|
|
19649
19649
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleBreadcrumb());
|
|
19650
19650
|
DesignSystem.tagFor(Breadcrumb);
|
|
19651
19651
|
|
|
19652
|
-
const styles$
|
|
19652
|
+
const styles$D = css `
|
|
19653
19653
|
${display('inline-flex')}
|
|
19654
19654
|
|
|
19655
19655
|
:host {
|
|
@@ -19725,7 +19725,7 @@
|
|
|
19725
19725
|
baseName: 'breadcrumb-item',
|
|
19726
19726
|
baseClass: BreadcrumbItem$1,
|
|
19727
19727
|
template: breadcrumbItemTemplate,
|
|
19728
|
-
styles: styles$
|
|
19728
|
+
styles: styles$D,
|
|
19729
19729
|
separator: forwardSlash16X16.data
|
|
19730
19730
|
});
|
|
19731
19731
|
DesignSystem.getOrCreate()
|
|
@@ -19733,7 +19733,7 @@
|
|
|
19733
19733
|
.register(nimbleBreadcrumbItem());
|
|
19734
19734
|
DesignSystem.tagFor(BreadcrumbItem);
|
|
19735
19735
|
|
|
19736
|
-
const styles$
|
|
19736
|
+
const styles$C = css `
|
|
19737
19737
|
${display('inline-flex')}
|
|
19738
19738
|
|
|
19739
19739
|
:host {
|
|
@@ -19892,7 +19892,7 @@
|
|
|
19892
19892
|
const nimbleCardButton = CardButton.compose({
|
|
19893
19893
|
baseName: 'card-button',
|
|
19894
19894
|
template: buttonTemplate,
|
|
19895
|
-
styles: styles$
|
|
19895
|
+
styles: styles$C,
|
|
19896
19896
|
shadowOptions: {
|
|
19897
19897
|
delegatesFocus: true
|
|
19898
19898
|
}
|
|
@@ -19900,7 +19900,7 @@
|
|
|
19900
19900
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleCardButton());
|
|
19901
19901
|
DesignSystem.tagFor(CardButton);
|
|
19902
19902
|
|
|
19903
|
-
const styles$
|
|
19903
|
+
const styles$B = css `
|
|
19904
19904
|
${display('inline-flex')}
|
|
19905
19905
|
|
|
19906
19906
|
:host {
|
|
@@ -20018,15 +20018,15 @@
|
|
|
20018
20018
|
baseName: 'checkbox',
|
|
20019
20019
|
baseClass: Checkbox$1,
|
|
20020
20020
|
template: checkboxTemplate,
|
|
20021
|
-
styles: styles$
|
|
20021
|
+
styles: styles$B,
|
|
20022
20022
|
checkedIndicator: check16X16.data,
|
|
20023
20023
|
indeterminateIndicator: minus16X16.data
|
|
20024
20024
|
});
|
|
20025
20025
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleCheckbox());
|
|
20026
20026
|
const checkboxTag = DesignSystem.tagFor(Checkbox);
|
|
20027
20027
|
|
|
20028
|
-
const styles$
|
|
20029
|
-
${styles$
|
|
20028
|
+
const styles$A = css `
|
|
20029
|
+
${styles$P}
|
|
20030
20030
|
|
|
20031
20031
|
.control[aria-pressed='true'] {
|
|
20032
20032
|
background-color: ${fillSelectedColor};
|
|
@@ -20106,7 +20106,7 @@
|
|
|
20106
20106
|
}
|
|
20107
20107
|
`;
|
|
20108
20108
|
|
|
20109
|
-
const template$
|
|
20109
|
+
const template$n = (context, definition) => html `
|
|
20110
20110
|
<div
|
|
20111
20111
|
role="button"
|
|
20112
20112
|
part="control"
|
|
@@ -20181,8 +20181,8 @@
|
|
|
20181
20181
|
applyMixins(ToggleButton, StartEnd, DelegatesARIAButton);
|
|
20182
20182
|
const nimbleToggleButton = ToggleButton.compose({
|
|
20183
20183
|
baseName: 'toggle-button',
|
|
20184
|
-
template: template$
|
|
20185
|
-
styles: styles$
|
|
20184
|
+
template: template$n,
|
|
20185
|
+
styles: styles$A,
|
|
20186
20186
|
shadowOptions: {
|
|
20187
20187
|
delegatesFocus: true
|
|
20188
20188
|
}
|
|
@@ -20218,7 +20218,7 @@
|
|
|
20218
20218
|
block: 'block'
|
|
20219
20219
|
};
|
|
20220
20220
|
|
|
20221
|
-
const styles$
|
|
20221
|
+
const styles$z = css `
|
|
20222
20222
|
${display('inline-flex')}
|
|
20223
20223
|
|
|
20224
20224
|
:host {
|
|
@@ -20440,7 +20440,7 @@
|
|
|
20440
20440
|
}
|
|
20441
20441
|
`));
|
|
20442
20442
|
|
|
20443
|
-
const styles$
|
|
20443
|
+
const styles$y = css `
|
|
20444
20444
|
.error-icon {
|
|
20445
20445
|
display: none;
|
|
20446
20446
|
}
|
|
@@ -20474,9 +20474,9 @@
|
|
|
20474
20474
|
}
|
|
20475
20475
|
`;
|
|
20476
20476
|
|
|
20477
|
-
const styles$
|
|
20477
|
+
const styles$x = css `
|
|
20478
|
+
${styles$z}
|
|
20478
20479
|
${styles$y}
|
|
20479
|
-
${styles$x}
|
|
20480
20480
|
|
|
20481
20481
|
:host {
|
|
20482
20482
|
--ni-private-hover-bottom-border-width: 2px;
|
|
@@ -20557,7 +20557,7 @@
|
|
|
20557
20557
|
`));
|
|
20558
20558
|
|
|
20559
20559
|
// prettier-ignore
|
|
20560
|
-
const template$
|
|
20560
|
+
const template$m = (context, definition) => html `
|
|
20561
20561
|
<template
|
|
20562
20562
|
aria-disabled="${x => x.ariaDisabled}"
|
|
20563
20563
|
autocomplete="${x => x.autocomplete}"
|
|
@@ -20828,8 +20828,8 @@
|
|
|
20828
20828
|
const nimbleCombobox = Combobox.compose({
|
|
20829
20829
|
baseName: 'combobox',
|
|
20830
20830
|
baseClass: Combobox$1,
|
|
20831
|
-
template: template$
|
|
20832
|
-
styles: styles$
|
|
20831
|
+
template: template$m,
|
|
20832
|
+
styles: styles$x,
|
|
20833
20833
|
shadowOptions: {
|
|
20834
20834
|
delegatesFocus: true
|
|
20835
20835
|
},
|
|
@@ -20874,7 +20874,7 @@
|
|
|
20874
20874
|
*/
|
|
20875
20875
|
const UserDismissed = Symbol('user dismissed');
|
|
20876
20876
|
|
|
20877
|
-
const styles$
|
|
20877
|
+
const styles$w = css `
|
|
20878
20878
|
${display('grid')}
|
|
20879
20879
|
|
|
20880
20880
|
dialog {
|
|
@@ -20990,7 +20990,7 @@
|
|
|
20990
20990
|
}
|
|
20991
20991
|
`));
|
|
20992
20992
|
|
|
20993
|
-
const template$
|
|
20993
|
+
const template$l = html `
|
|
20994
20994
|
<template>
|
|
20995
20995
|
<dialog
|
|
20996
20996
|
${ref('dialogElement')}
|
|
@@ -21116,14 +21116,14 @@
|
|
|
21116
21116
|
applyMixins(Dialog, ARIAGlobalStatesAndProperties);
|
|
21117
21117
|
const nimbleDialog = Dialog.compose({
|
|
21118
21118
|
baseName: 'dialog',
|
|
21119
|
-
template: template$
|
|
21120
|
-
styles: styles$
|
|
21119
|
+
template: template$l,
|
|
21120
|
+
styles: styles$w,
|
|
21121
21121
|
baseClass: Dialog
|
|
21122
21122
|
});
|
|
21123
21123
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleDialog());
|
|
21124
21124
|
DesignSystem.tagFor(Dialog);
|
|
21125
21125
|
|
|
21126
|
-
const styles$
|
|
21126
|
+
const styles$v = css `
|
|
21127
21127
|
${display('block')}
|
|
21128
21128
|
|
|
21129
21129
|
:host {
|
|
@@ -21276,7 +21276,7 @@
|
|
|
21276
21276
|
}
|
|
21277
21277
|
`));
|
|
21278
21278
|
|
|
21279
|
-
const template$
|
|
21279
|
+
const template$k = html `
|
|
21280
21280
|
<dialog
|
|
21281
21281
|
${ref('dialog')}
|
|
21282
21282
|
aria-label="${x => x.ariaLabel}"
|
|
@@ -21390,8 +21390,8 @@
|
|
|
21390
21390
|
applyMixins(Drawer, ARIAGlobalStatesAndProperties);
|
|
21391
21391
|
const nimbleDrawer = Drawer.compose({
|
|
21392
21392
|
baseName: 'drawer',
|
|
21393
|
-
template: template$
|
|
21394
|
-
styles: styles$
|
|
21393
|
+
template: template$k,
|
|
21394
|
+
styles: styles$v
|
|
21395
21395
|
});
|
|
21396
21396
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleDrawer());
|
|
21397
21397
|
DesignSystem.tagFor(Drawer);
|
|
@@ -23431,7 +23431,7 @@
|
|
|
23431
23431
|
.register(nimbleLabelProviderTable());
|
|
23432
23432
|
DesignSystem.tagFor(LabelProviderTable);
|
|
23433
23433
|
|
|
23434
|
-
const styles$
|
|
23434
|
+
const styles$u = css `
|
|
23435
23435
|
${display('flex')}
|
|
23436
23436
|
|
|
23437
23437
|
:host {
|
|
@@ -23511,12 +23511,12 @@
|
|
|
23511
23511
|
baseName: 'list-option',
|
|
23512
23512
|
baseClass: ListboxOption,
|
|
23513
23513
|
template: listboxOptionTemplate,
|
|
23514
|
-
styles: styles$
|
|
23514
|
+
styles: styles$u
|
|
23515
23515
|
});
|
|
23516
23516
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleListOption());
|
|
23517
23517
|
DesignSystem.tagFor(ListOption);
|
|
23518
23518
|
|
|
23519
|
-
const styles$
|
|
23519
|
+
const styles$t = css `
|
|
23520
23520
|
${display('grid')}
|
|
23521
23521
|
|
|
23522
23522
|
:host {
|
|
@@ -23583,12 +23583,12 @@
|
|
|
23583
23583
|
baseName: 'menu',
|
|
23584
23584
|
baseClass: Menu$1,
|
|
23585
23585
|
template: menuTemplate,
|
|
23586
|
-
styles: styles$
|
|
23586
|
+
styles: styles$t
|
|
23587
23587
|
});
|
|
23588
23588
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleMenu());
|
|
23589
23589
|
DesignSystem.tagFor(Menu);
|
|
23590
23590
|
|
|
23591
|
-
const styles$
|
|
23591
|
+
const styles$s = css `
|
|
23592
23592
|
${display('inline-block')}
|
|
23593
23593
|
|
|
23594
23594
|
:host {
|
|
@@ -23607,7 +23607,7 @@
|
|
|
23607
23607
|
`;
|
|
23608
23608
|
|
|
23609
23609
|
// prettier-ignore
|
|
23610
|
-
const template$
|
|
23610
|
+
const template$j = html `
|
|
23611
23611
|
<template
|
|
23612
23612
|
?open="${x => x.open}"
|
|
23613
23613
|
@focusout="${(x, c) => x.focusoutHandler(c.event)}"
|
|
@@ -23862,8 +23862,8 @@
|
|
|
23862
23862
|
], MenuButton.prototype, "slottedMenus", void 0);
|
|
23863
23863
|
const nimbleMenuButton = MenuButton.compose({
|
|
23864
23864
|
baseName: 'menu-button',
|
|
23865
|
-
template: template$
|
|
23866
|
-
styles: styles$
|
|
23865
|
+
template: template$j,
|
|
23866
|
+
styles: styles$s,
|
|
23867
23867
|
shadowOptions: {
|
|
23868
23868
|
delegatesFocus: true
|
|
23869
23869
|
}
|
|
@@ -23871,7 +23871,7 @@
|
|
|
23871
23871
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleMenuButton());
|
|
23872
23872
|
const menuButtonTag = DesignSystem.tagFor(MenuButton);
|
|
23873
23873
|
|
|
23874
|
-
const styles$
|
|
23874
|
+
const styles$r = css `
|
|
23875
23875
|
${display('grid')}
|
|
23876
23876
|
|
|
23877
23877
|
:host {
|
|
@@ -23969,7 +23969,7 @@
|
|
|
23969
23969
|
baseName: 'menu-item',
|
|
23970
23970
|
baseClass: MenuItem$1,
|
|
23971
23971
|
template: menuItemTemplate,
|
|
23972
|
-
styles: styles$
|
|
23972
|
+
styles: styles$r,
|
|
23973
23973
|
expandCollapseGlyph: arrowExpanderRight16X16.data
|
|
23974
23974
|
});
|
|
23975
23975
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleMenuItem());
|
|
@@ -23984,9 +23984,9 @@
|
|
|
23984
23984
|
block: 'block'
|
|
23985
23985
|
};
|
|
23986
23986
|
|
|
23987
|
-
const styles$
|
|
23987
|
+
const styles$q = css `
|
|
23988
23988
|
${display('inline-block')}
|
|
23989
|
-
${styles$
|
|
23989
|
+
${styles$y}
|
|
23990
23990
|
|
|
23991
23991
|
:host {
|
|
23992
23992
|
font: ${bodyFont};
|
|
@@ -24200,7 +24200,7 @@
|
|
|
24200
24200
|
baseName: 'number-field',
|
|
24201
24201
|
baseClass: NumberField$1,
|
|
24202
24202
|
template: numberFieldTemplate,
|
|
24203
|
-
styles: styles$
|
|
24203
|
+
styles: styles$q,
|
|
24204
24204
|
shadowOptions: {
|
|
24205
24205
|
delegatesFocus: true
|
|
24206
24206
|
},
|
|
@@ -24242,7 +24242,7 @@
|
|
|
24242
24242
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleNumberField());
|
|
24243
24243
|
DesignSystem.tagFor(NumberField);
|
|
24244
24244
|
|
|
24245
|
-
const styles$
|
|
24245
|
+
const styles$p = css `
|
|
24246
24246
|
${display('inline-flex')}
|
|
24247
24247
|
|
|
24248
24248
|
:host {
|
|
@@ -24343,13 +24343,13 @@
|
|
|
24343
24343
|
baseName: 'radio',
|
|
24344
24344
|
baseClass: Radio$1,
|
|
24345
24345
|
template: radioTemplate,
|
|
24346
|
-
styles: styles$
|
|
24346
|
+
styles: styles$p,
|
|
24347
24347
|
checkedIndicator: circleFilled16X16.data
|
|
24348
24348
|
});
|
|
24349
24349
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleRadio());
|
|
24350
24350
|
DesignSystem.tagFor(Radio);
|
|
24351
24351
|
|
|
24352
|
-
const styles$
|
|
24352
|
+
const styles$o = css `
|
|
24353
24353
|
${display('inline-block')}
|
|
24354
24354
|
|
|
24355
24355
|
.positioning-region {
|
|
@@ -24384,7 +24384,7 @@
|
|
|
24384
24384
|
baseName: 'radio-group',
|
|
24385
24385
|
baseClass: RadioGroup$1,
|
|
24386
24386
|
template: radioGroupTemplate,
|
|
24387
|
-
styles: styles$
|
|
24387
|
+
styles: styles$o,
|
|
24388
24388
|
shadowOptions: {
|
|
24389
24389
|
delegatesFocus: true
|
|
24390
24390
|
}
|
|
@@ -24392,6 +24392,34 @@
|
|
|
24392
24392
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleRadioGroup());
|
|
24393
24393
|
DesignSystem.tagFor(RadioGroup);
|
|
24394
24394
|
|
|
24395
|
+
const template$i = html `
|
|
24396
|
+
<template> Rich Text Editor here. </template>
|
|
24397
|
+
`;
|
|
24398
|
+
|
|
24399
|
+
const styles$n = css `
|
|
24400
|
+
${display('flex')}
|
|
24401
|
+
|
|
24402
|
+
:host {
|
|
24403
|
+
font: ${bodyFont};
|
|
24404
|
+
color: ${bodyFontColor};
|
|
24405
|
+
}
|
|
24406
|
+
`;
|
|
24407
|
+
|
|
24408
|
+
/**
|
|
24409
|
+
* A nimble styled rich text editor
|
|
24410
|
+
*/
|
|
24411
|
+
class RichTextEditor extends FoundationElement {
|
|
24412
|
+
}
|
|
24413
|
+
const nimbleRichTextEditor = RichTextEditor.compose({
|
|
24414
|
+
baseName: 'rich-text-editor',
|
|
24415
|
+
template: template$i,
|
|
24416
|
+
styles: styles$n
|
|
24417
|
+
});
|
|
24418
|
+
DesignSystem.getOrCreate()
|
|
24419
|
+
.withPrefix('nimble')
|
|
24420
|
+
.register(nimbleRichTextEditor());
|
|
24421
|
+
DesignSystem.tagFor(RichTextEditor);
|
|
24422
|
+
|
|
24395
24423
|
const template$h = html `
|
|
24396
24424
|
<template> Rich Text Viewer here. </template>
|
|
24397
24425
|
`;
|
|
@@ -24421,8 +24449,8 @@
|
|
|
24421
24449
|
DesignSystem.tagFor(RichTextViewer);
|
|
24422
24450
|
|
|
24423
24451
|
const styles$l = css `
|
|
24452
|
+
${styles$z}
|
|
24424
24453
|
${styles$y}
|
|
24425
|
-
${styles$x}
|
|
24426
24454
|
|
|
24427
24455
|
${
|
|
24428
24456
|
/* We are using flex `order` to define the visual ordering of the selected value,
|
|
@@ -24993,7 +25021,7 @@
|
|
|
24993
25021
|
baseName: 'tab',
|
|
24994
25022
|
baseClass: Tab$1,
|
|
24995
25023
|
template: tabTemplate,
|
|
24996
|
-
styles: styles$
|
|
25024
|
+
styles: styles$M
|
|
24997
25025
|
});
|
|
24998
25026
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTab());
|
|
24999
25027
|
DesignSystem.tagFor(Tab);
|
|
@@ -32304,7 +32332,7 @@
|
|
|
32304
32332
|
|
|
32305
32333
|
const styles$6 = css `
|
|
32306
32334
|
${display('inline-flex')}
|
|
32307
|
-
${styles$
|
|
32335
|
+
${styles$y}
|
|
32308
32336
|
|
|
32309
32337
|
:host {
|
|
32310
32338
|
font: ${bodyFont};
|
|
@@ -32650,7 +32678,7 @@
|
|
|
32650
32678
|
|
|
32651
32679
|
const styles$5 = css `
|
|
32652
32680
|
${display('inline-block')}
|
|
32653
|
-
${styles$
|
|
32681
|
+
${styles$y}
|
|
32654
32682
|
|
|
32655
32683
|
:host {
|
|
32656
32684
|
font: ${bodyFont};
|