@ni/spright-components 1.0.1 → 1.0.3
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 +251 -211
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +3761 -3744
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/rectangle/styles.js +1 -1
- package/dist/esm/rectangle/styles.js.map +1 -1
- package/dist/esm/utilities/style/display.d.ts +6 -0
- package/dist/esm/utilities/style/display.js +9 -0
- package/dist/esm/utilities/style/display.js.map +1 -0
- package/package.json +2 -2
|
@@ -15200,7 +15200,7 @@
|
|
|
15200
15200
|
* @param display - The CSS display property value
|
|
15201
15201
|
* @public
|
|
15202
15202
|
*/
|
|
15203
|
-
function display(displayValue) {
|
|
15203
|
+
function display$2(displayValue) {
|
|
15204
15204
|
return `${hidden}:host{display:${displayValue}}`;
|
|
15205
15205
|
}
|
|
15206
15206
|
|
|
@@ -15219,6 +15219,12 @@
|
|
|
15219
15219
|
class AnchorBase extends Anchor$1 {
|
|
15220
15220
|
}
|
|
15221
15221
|
|
|
15222
|
+
/**
|
|
15223
|
+
* This utility will generate the appropriate display style, as well as a style rule
|
|
15224
|
+
* to hide the host element when its `hidden` attribute is set.
|
|
15225
|
+
*/
|
|
15226
|
+
const display$1 = (displayValue) => `${display$2(displayValue)}`;
|
|
15227
|
+
|
|
15222
15228
|
/**
|
|
15223
15229
|
* This file is a workaround for: https://github.com/prettier/prettier/issues/11400
|
|
15224
15230
|
*/
|
|
@@ -16333,7 +16339,7 @@
|
|
|
16333
16339
|
|
|
16334
16340
|
/**
|
|
16335
16341
|
* Do not edit directly
|
|
16336
|
-
* Generated on
|
|
16342
|
+
* Generated on Fri, 17 May 2024 19:53:06 GMT
|
|
16337
16343
|
*/
|
|
16338
16344
|
|
|
16339
16345
|
const Information100DarkUi = "#a46eff";
|
|
@@ -16766,10 +16772,8 @@
|
|
|
16766
16772
|
|
|
16767
16773
|
const template$G = html `<slot></slot>`;
|
|
16768
16774
|
|
|
16769
|
-
const styles$
|
|
16770
|
-
|
|
16771
|
-
display: contents;
|
|
16772
|
-
}
|
|
16775
|
+
const styles$10 = css `
|
|
16776
|
+
${display$1('contents')}
|
|
16773
16777
|
`;
|
|
16774
16778
|
|
|
16775
16779
|
/**
|
|
@@ -16883,7 +16887,7 @@
|
|
|
16883
16887
|
], ThemeProvider.prototype, "theme", void 0);
|
|
16884
16888
|
const nimbleDesignSystemProvider = ThemeProvider.compose({
|
|
16885
16889
|
baseName: 'theme-provider',
|
|
16886
|
-
styles: styles$
|
|
16890
|
+
styles: styles$10,
|
|
16887
16891
|
template: template$G
|
|
16888
16892
|
});
|
|
16889
16893
|
DesignSystem.getOrCreate()
|
|
@@ -17069,11 +17073,11 @@
|
|
|
17069
17073
|
}
|
|
17070
17074
|
}
|
|
17071
17075
|
|
|
17072
|
-
const styles
|
|
17076
|
+
const styles$$ = css `
|
|
17073
17077
|
@layer base, hover, focusVisible, active, disabled;
|
|
17074
17078
|
|
|
17075
17079
|
@layer base {
|
|
17076
|
-
${display('inline')}
|
|
17080
|
+
${display$1('inline')}
|
|
17077
17081
|
|
|
17078
17082
|
:host {
|
|
17079
17083
|
box-sizing: border-box;
|
|
@@ -17248,7 +17252,7 @@
|
|
|
17248
17252
|
baseName: 'anchor',
|
|
17249
17253
|
baseClass: Anchor$1,
|
|
17250
17254
|
template: template$F,
|
|
17251
|
-
styles: styles
|
|
17255
|
+
styles: styles$$,
|
|
17252
17256
|
shadowOptions: {
|
|
17253
17257
|
delegatesFocus: true
|
|
17254
17258
|
}
|
|
@@ -17351,11 +17355,11 @@
|
|
|
17351
17355
|
padding: 0;
|
|
17352
17356
|
`;
|
|
17353
17357
|
|
|
17354
|
-
const styles$
|
|
17358
|
+
const styles$_ = css `
|
|
17355
17359
|
@layer base, checked, hover, focusVisible, active, disabled, top;
|
|
17356
17360
|
|
|
17357
17361
|
@layer base {
|
|
17358
|
-
${display('inline-flex')}
|
|
17362
|
+
${display$1('inline-flex')}
|
|
17359
17363
|
|
|
17360
17364
|
:host {
|
|
17361
17365
|
background-color: transparent;
|
|
@@ -17629,8 +17633,8 @@
|
|
|
17629
17633
|
}
|
|
17630
17634
|
`));
|
|
17631
17635
|
|
|
17632
|
-
const styles$
|
|
17633
|
-
${styles$
|
|
17636
|
+
const styles$Z = css `
|
|
17637
|
+
${styles$_}
|
|
17634
17638
|
${buttonAppearanceVariantStyles}
|
|
17635
17639
|
|
|
17636
17640
|
.control {
|
|
@@ -17733,7 +17737,7 @@
|
|
|
17733
17737
|
const nimbleAnchorButton = AnchorButton.compose({
|
|
17734
17738
|
baseName: 'anchor-button',
|
|
17735
17739
|
template: template$E,
|
|
17736
|
-
styles: styles$
|
|
17740
|
+
styles: styles$Z,
|
|
17737
17741
|
shadowOptions: {
|
|
17738
17742
|
delegatesFocus: true
|
|
17739
17743
|
}
|
|
@@ -17741,8 +17745,8 @@
|
|
|
17741
17745
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleAnchorButton());
|
|
17742
17746
|
const anchorButtonTag = 'nimble-anchor-button';
|
|
17743
17747
|
|
|
17744
|
-
const styles$
|
|
17745
|
-
${display('grid')}
|
|
17748
|
+
const styles$Y = css `
|
|
17749
|
+
${display$1('grid')}
|
|
17746
17750
|
|
|
17747
17751
|
:host {
|
|
17748
17752
|
font: ${bodyFont};
|
|
@@ -17927,7 +17931,7 @@
|
|
|
17927
17931
|
const nimbleAnchorMenuItem = AnchorMenuItem.compose({
|
|
17928
17932
|
baseName: 'anchor-menu-item',
|
|
17929
17933
|
template: template$D,
|
|
17930
|
-
styles: styles$
|
|
17934
|
+
styles: styles$Y,
|
|
17931
17935
|
shadowOptions: {
|
|
17932
17936
|
delegatesFocus: true
|
|
17933
17937
|
}
|
|
@@ -17937,8 +17941,8 @@
|
|
|
17937
17941
|
.register(nimbleAnchorMenuItem());
|
|
17938
17942
|
const anchorMenuItemTag = 'nimble-anchor-menu-item';
|
|
17939
17943
|
|
|
17940
|
-
const styles$
|
|
17941
|
-
${display('inline-flex')}
|
|
17944
|
+
const styles$X = css `
|
|
17945
|
+
${display$1('inline-flex')}
|
|
17942
17946
|
|
|
17943
17947
|
:host {
|
|
17944
17948
|
position: relative;
|
|
@@ -18107,15 +18111,15 @@
|
|
|
18107
18111
|
const nimbleAnchorTab = AnchorTab.compose({
|
|
18108
18112
|
baseName: 'anchor-tab',
|
|
18109
18113
|
template: template$C,
|
|
18110
|
-
styles: styles$
|
|
18114
|
+
styles: styles$X,
|
|
18111
18115
|
shadowOptions: {
|
|
18112
18116
|
delegatesFocus: true
|
|
18113
18117
|
}
|
|
18114
18118
|
});
|
|
18115
18119
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleAnchorTab());
|
|
18116
18120
|
|
|
18117
|
-
const styles$
|
|
18118
|
-
${display('grid')}
|
|
18121
|
+
const styles$W = css `
|
|
18122
|
+
${display$1('grid')}
|
|
18119
18123
|
|
|
18120
18124
|
:host {
|
|
18121
18125
|
box-sizing: border-box;
|
|
@@ -18343,7 +18347,7 @@
|
|
|
18343
18347
|
const nimbleAnchorTabs = AnchorTabs.compose({
|
|
18344
18348
|
baseName: 'anchor-tabs',
|
|
18345
18349
|
template: template$B,
|
|
18346
|
-
styles: styles$
|
|
18350
|
+
styles: styles$W,
|
|
18347
18351
|
shadowOptions: {
|
|
18348
18352
|
delegatesFocus: false
|
|
18349
18353
|
}
|
|
@@ -18359,8 +18363,8 @@
|
|
|
18359
18363
|
-webkit-user-select: none;
|
|
18360
18364
|
`;
|
|
18361
18365
|
|
|
18362
|
-
const styles$
|
|
18363
|
-
${display('block')}
|
|
18366
|
+
const styles$V = css `
|
|
18367
|
+
${display$1('block')}
|
|
18364
18368
|
|
|
18365
18369
|
:host {
|
|
18366
18370
|
${
|
|
@@ -18603,7 +18607,7 @@
|
|
|
18603
18607
|
const nimbleAnchorTreeItem = AnchorTreeItem.compose({
|
|
18604
18608
|
baseName: 'anchor-tree-item',
|
|
18605
18609
|
template: template$A,
|
|
18606
|
-
styles: styles$
|
|
18610
|
+
styles: styles$V,
|
|
18607
18611
|
shadowOptions: {
|
|
18608
18612
|
delegatesFocus: true
|
|
18609
18613
|
}
|
|
@@ -18619,15 +18623,17 @@
|
|
|
18619
18623
|
zIndex1000: '1000'
|
|
18620
18624
|
};
|
|
18621
18625
|
|
|
18622
|
-
const styles$
|
|
18626
|
+
const styles$U = css `
|
|
18627
|
+
${display$1('block')}
|
|
18628
|
+
|
|
18623
18629
|
:host {
|
|
18624
|
-
/* Avoid using the 'display' helper to customize hidden behavior */
|
|
18625
|
-
display: block;
|
|
18626
18630
|
contain: layout;
|
|
18627
18631
|
z-index: ${ZIndexLevels.zIndex1000};
|
|
18628
18632
|
}
|
|
18629
18633
|
|
|
18634
|
+
${'' /* Override 'display' helper hidden behavior */}
|
|
18630
18635
|
:host([hidden]) {
|
|
18636
|
+
display: block;
|
|
18631
18637
|
visibility: hidden;
|
|
18632
18638
|
}
|
|
18633
18639
|
`;
|
|
@@ -18648,7 +18654,7 @@
|
|
|
18648
18654
|
baseName: 'anchored-region',
|
|
18649
18655
|
baseClass: AnchoredRegion$1,
|
|
18650
18656
|
template: anchoredRegionTemplate,
|
|
18651
|
-
styles: styles$
|
|
18657
|
+
styles: styles$U
|
|
18652
18658
|
});
|
|
18653
18659
|
DesignSystem.getOrCreate()
|
|
18654
18660
|
.withPrefix('nimble')
|
|
@@ -18728,8 +18734,8 @@
|
|
|
18728
18734
|
*/
|
|
18729
18735
|
const themeBehavior = (theme, styles) => new ThemeStyleSheetBehavior(theme, styles);
|
|
18730
18736
|
|
|
18731
|
-
const styles$
|
|
18732
|
-
${display('flex')}
|
|
18737
|
+
const styles$T = css `
|
|
18738
|
+
${display$1('flex')}
|
|
18733
18739
|
|
|
18734
18740
|
:host {
|
|
18735
18741
|
font: ${bodyFont};
|
|
@@ -18871,8 +18877,8 @@
|
|
|
18871
18877
|
}
|
|
18872
18878
|
`));
|
|
18873
18879
|
|
|
18874
|
-
const styles$
|
|
18875
|
-
${styles$
|
|
18880
|
+
const styles$S = css `
|
|
18881
|
+
${styles$_}
|
|
18876
18882
|
${buttonAppearanceVariantStyles}
|
|
18877
18883
|
`;
|
|
18878
18884
|
|
|
@@ -18918,7 +18924,7 @@
|
|
|
18918
18924
|
baseName: 'button',
|
|
18919
18925
|
baseClass: Button$1,
|
|
18920
18926
|
template: buttonTemplate,
|
|
18921
|
-
styles: styles$
|
|
18927
|
+
styles: styles$S,
|
|
18922
18928
|
shadowOptions: {
|
|
18923
18929
|
delegatesFocus: true
|
|
18924
18930
|
}
|
|
@@ -19675,8 +19681,8 @@
|
|
|
19675
19681
|
:innerHTML=${x => x.icon.data}
|
|
19676
19682
|
></div>`;
|
|
19677
19683
|
|
|
19678
|
-
const styles$
|
|
19679
|
-
${display('inline-flex')}
|
|
19684
|
+
const styles$R = css `
|
|
19685
|
+
${display$1('inline-flex')}
|
|
19680
19686
|
|
|
19681
19687
|
:host {
|
|
19682
19688
|
align-items: center;
|
|
@@ -19729,8 +19735,7 @@
|
|
|
19729
19735
|
const composedIcon = iconClass.compose({
|
|
19730
19736
|
baseName,
|
|
19731
19737
|
template: template$z,
|
|
19732
|
-
styles: styles$
|
|
19733
|
-
baseClass: iconClass
|
|
19738
|
+
styles: styles$R
|
|
19734
19739
|
});
|
|
19735
19740
|
DesignSystem.getOrCreate().withPrefix('nimble').register(composedIcon());
|
|
19736
19741
|
};
|
|
@@ -19960,12 +19965,12 @@
|
|
|
19960
19965
|
const nimbleBanner = Banner.compose({
|
|
19961
19966
|
baseName: 'banner',
|
|
19962
19967
|
template: template$y,
|
|
19963
|
-
styles: styles$
|
|
19968
|
+
styles: styles$T
|
|
19964
19969
|
});
|
|
19965
19970
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleBanner());
|
|
19966
19971
|
|
|
19967
|
-
const styles$
|
|
19968
|
-
${display('inline-block')}
|
|
19972
|
+
const styles$Q = css `
|
|
19973
|
+
${display$1('inline-block')}
|
|
19969
19974
|
|
|
19970
19975
|
:host {
|
|
19971
19976
|
box-sizing: border-box;
|
|
@@ -20005,12 +20010,12 @@
|
|
|
20005
20010
|
baseName: 'breadcrumb',
|
|
20006
20011
|
baseClass: Breadcrumb$1,
|
|
20007
20012
|
template: breadcrumbTemplate,
|
|
20008
|
-
styles: styles$
|
|
20013
|
+
styles: styles$Q
|
|
20009
20014
|
});
|
|
20010
20015
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleBreadcrumb());
|
|
20011
20016
|
|
|
20012
|
-
const styles$
|
|
20013
|
-
${display('inline-flex')}
|
|
20017
|
+
const styles$P = css `
|
|
20018
|
+
${display$1('inline-flex')}
|
|
20014
20019
|
|
|
20015
20020
|
:host {
|
|
20016
20021
|
height: ${controlHeight};
|
|
@@ -20087,15 +20092,15 @@
|
|
|
20087
20092
|
baseName: 'breadcrumb-item',
|
|
20088
20093
|
baseClass: BreadcrumbItem$1,
|
|
20089
20094
|
template: breadcrumbItemTemplate,
|
|
20090
|
-
styles: styles$
|
|
20095
|
+
styles: styles$P,
|
|
20091
20096
|
separator: forwardSlash16X16.data
|
|
20092
20097
|
});
|
|
20093
20098
|
DesignSystem.getOrCreate()
|
|
20094
20099
|
.withPrefix('nimble')
|
|
20095
20100
|
.register(nimbleBreadcrumbItem());
|
|
20096
20101
|
|
|
20097
|
-
const styles$
|
|
20098
|
-
${display('flex')}
|
|
20102
|
+
const styles$O = css `
|
|
20103
|
+
${display$1('flex')}
|
|
20099
20104
|
|
|
20100
20105
|
:host {
|
|
20101
20106
|
flex-direction: column;
|
|
@@ -20134,12 +20139,12 @@
|
|
|
20134
20139
|
baseName: 'card',
|
|
20135
20140
|
baseClass: Card$1,
|
|
20136
20141
|
template: template$x,
|
|
20137
|
-
styles: styles$
|
|
20142
|
+
styles: styles$O
|
|
20138
20143
|
});
|
|
20139
20144
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleCard());
|
|
20140
20145
|
|
|
20141
|
-
const styles$
|
|
20142
|
-
${display('inline-flex')}
|
|
20146
|
+
const styles$N = css `
|
|
20147
|
+
${display$1('inline-flex')}
|
|
20143
20148
|
|
|
20144
20149
|
:host {
|
|
20145
20150
|
background-color: transparent;
|
|
@@ -20297,15 +20302,15 @@
|
|
|
20297
20302
|
const nimbleCardButton = CardButton.compose({
|
|
20298
20303
|
baseName: 'card-button',
|
|
20299
20304
|
template: buttonTemplate,
|
|
20300
|
-
styles: styles$
|
|
20305
|
+
styles: styles$N,
|
|
20301
20306
|
shadowOptions: {
|
|
20302
20307
|
delegatesFocus: true
|
|
20303
20308
|
}
|
|
20304
20309
|
});
|
|
20305
20310
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleCardButton());
|
|
20306
20311
|
|
|
20307
|
-
const styles$
|
|
20308
|
-
${display('inline-flex')}
|
|
20312
|
+
const styles$M = css `
|
|
20313
|
+
${display$1('inline-flex')}
|
|
20309
20314
|
|
|
20310
20315
|
:host {
|
|
20311
20316
|
font: ${bodyFont};
|
|
@@ -20422,15 +20427,15 @@
|
|
|
20422
20427
|
baseName: 'checkbox',
|
|
20423
20428
|
baseClass: Checkbox$1,
|
|
20424
20429
|
template: checkboxTemplate,
|
|
20425
|
-
styles: styles$
|
|
20430
|
+
styles: styles$M,
|
|
20426
20431
|
checkedIndicator: check16X16.data,
|
|
20427
20432
|
indeterminateIndicator: minus16X16.data
|
|
20428
20433
|
});
|
|
20429
20434
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleCheckbox());
|
|
20430
20435
|
const checkboxTag = 'nimble-checkbox';
|
|
20431
20436
|
|
|
20432
|
-
const styles$
|
|
20433
|
-
${styles$
|
|
20437
|
+
const styles$L = css `
|
|
20438
|
+
${styles$_}
|
|
20434
20439
|
${buttonAppearanceVariantStyles}
|
|
20435
20440
|
|
|
20436
20441
|
@layer checked {
|
|
@@ -20556,7 +20561,7 @@
|
|
|
20556
20561
|
const nimbleToggleButton = ToggleButton.compose({
|
|
20557
20562
|
baseName: 'toggle-button',
|
|
20558
20563
|
template: template$w,
|
|
20559
|
-
styles: styles$
|
|
20564
|
+
styles: styles$L,
|
|
20560
20565
|
shadowOptions: {
|
|
20561
20566
|
delegatesFocus: true
|
|
20562
20567
|
}
|
|
@@ -20593,8 +20598,8 @@
|
|
|
20593
20598
|
block: 'block'
|
|
20594
20599
|
};
|
|
20595
20600
|
|
|
20596
|
-
const styles$
|
|
20597
|
-
${display('inline-flex')}
|
|
20601
|
+
const styles$K = css `
|
|
20602
|
+
${display$1('inline-flex')}
|
|
20598
20603
|
|
|
20599
20604
|
:host {
|
|
20600
20605
|
box-sizing: border-box;
|
|
@@ -20813,7 +20818,7 @@
|
|
|
20813
20818
|
}
|
|
20814
20819
|
`));
|
|
20815
20820
|
|
|
20816
|
-
const styles$
|
|
20821
|
+
const styles$J = css `
|
|
20817
20822
|
.error-icon {
|
|
20818
20823
|
display: none;
|
|
20819
20824
|
}
|
|
@@ -20860,9 +20865,9 @@
|
|
|
20860
20865
|
standard: 'standard'
|
|
20861
20866
|
};
|
|
20862
20867
|
|
|
20863
|
-
const styles$
|
|
20864
|
-
${styles$
|
|
20865
|
-
${styles$
|
|
20868
|
+
const styles$I = css `
|
|
20869
|
+
${styles$K}
|
|
20870
|
+
${styles$J}
|
|
20866
20871
|
|
|
20867
20872
|
:host {
|
|
20868
20873
|
--ni-private-hover-bottom-border-width: 2px;
|
|
@@ -21704,7 +21709,7 @@
|
|
|
21704
21709
|
baseName: 'combobox',
|
|
21705
21710
|
baseClass: FormAssociatedCombobox,
|
|
21706
21711
|
template: template$v,
|
|
21707
|
-
styles: styles$
|
|
21712
|
+
styles: styles$I,
|
|
21708
21713
|
shadowOptions: {
|
|
21709
21714
|
delegatesFocus: true
|
|
21710
21715
|
},
|
|
@@ -21749,8 +21754,8 @@
|
|
|
21749
21754
|
*/
|
|
21750
21755
|
const UserDismissed = Symbol('user dismissed');
|
|
21751
21756
|
|
|
21752
|
-
const styles$
|
|
21753
|
-
${display('grid')}
|
|
21757
|
+
const styles$H = css `
|
|
21758
|
+
${display$1('grid')}
|
|
21754
21759
|
|
|
21755
21760
|
dialog {
|
|
21756
21761
|
flex-direction: column;
|
|
@@ -22004,13 +22009,13 @@
|
|
|
22004
22009
|
const nimbleDialog = Dialog.compose({
|
|
22005
22010
|
baseName: 'dialog',
|
|
22006
22011
|
template: template$u,
|
|
22007
|
-
styles: styles$
|
|
22012
|
+
styles: styles$H,
|
|
22008
22013
|
baseClass: Dialog
|
|
22009
22014
|
});
|
|
22010
22015
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleDialog());
|
|
22011
22016
|
|
|
22012
|
-
const styles$
|
|
22013
|
-
${display('block')}
|
|
22017
|
+
const styles$G = css `
|
|
22018
|
+
${display$1('block')}
|
|
22014
22019
|
|
|
22015
22020
|
:host {
|
|
22016
22021
|
position: absolute;
|
|
@@ -22306,7 +22311,7 @@
|
|
|
22306
22311
|
const nimbleDrawer = Drawer.compose({
|
|
22307
22312
|
baseName: 'drawer',
|
|
22308
22313
|
template: template$t,
|
|
22309
|
-
styles: styles$
|
|
22314
|
+
styles: styles$G
|
|
22310
22315
|
});
|
|
22311
22316
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleDrawer());
|
|
22312
22317
|
|
|
@@ -24252,6 +24257,7 @@
|
|
|
24252
24257
|
}
|
|
24253
24258
|
}
|
|
24254
24259
|
registerIcon('icon-times', IconTimes);
|
|
24260
|
+
const iconTimesTag = 'nimble-icon-times';
|
|
24255
24261
|
|
|
24256
24262
|
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
24257
24263
|
// See generation source in nimble-components/build/generate-icons
|
|
@@ -24536,6 +24542,10 @@
|
|
|
24536
24542
|
}
|
|
24537
24543
|
}
|
|
24538
24544
|
|
|
24545
|
+
const styles$F = css `
|
|
24546
|
+
${display$1('none')}
|
|
24547
|
+
`;
|
|
24548
|
+
|
|
24539
24549
|
const supportedLabels$1 = {
|
|
24540
24550
|
popupDismiss: popupDismissLabel,
|
|
24541
24551
|
numericDecrement: numericDecrementLabel,
|
|
@@ -24580,7 +24590,8 @@
|
|
|
24580
24590
|
attr({ attribute: 'filter-no-results' })
|
|
24581
24591
|
], LabelProviderCore.prototype, "filterNoResults", void 0);
|
|
24582
24592
|
const nimbleLabelProviderCore = LabelProviderCore.compose({
|
|
24583
|
-
baseName: 'label-provider-core'
|
|
24593
|
+
baseName: 'label-provider-core',
|
|
24594
|
+
styles: styles$F
|
|
24584
24595
|
});
|
|
24585
24596
|
DesignSystem.getOrCreate()
|
|
24586
24597
|
.withPrefix('nimble')
|
|
@@ -24746,14 +24757,15 @@
|
|
|
24746
24757
|
attr({ attribute: 'group-row-placeholder-empty' })
|
|
24747
24758
|
], LabelProviderTable.prototype, "groupRowPlaceholderEmpty", void 0);
|
|
24748
24759
|
const nimbleLabelProviderTable = LabelProviderTable.compose({
|
|
24749
|
-
baseName: 'label-provider-table'
|
|
24760
|
+
baseName: 'label-provider-table',
|
|
24761
|
+
styles: styles$F
|
|
24750
24762
|
});
|
|
24751
24763
|
DesignSystem.getOrCreate()
|
|
24752
24764
|
.withPrefix('nimble')
|
|
24753
24765
|
.register(nimbleLabelProviderTable());
|
|
24754
24766
|
|
|
24755
|
-
const styles$
|
|
24756
|
-
${display('flex')}
|
|
24767
|
+
const styles$E = css `
|
|
24768
|
+
${display$1('flex')}
|
|
24757
24769
|
|
|
24758
24770
|
:host {
|
|
24759
24771
|
font: ${bodyFont};
|
|
@@ -24925,7 +24937,7 @@
|
|
|
24925
24937
|
baseName: 'list-option',
|
|
24926
24938
|
baseClass: ListboxOption,
|
|
24927
24939
|
template: template$s,
|
|
24928
|
-
styles: styles$
|
|
24940
|
+
styles: styles$E
|
|
24929
24941
|
});
|
|
24930
24942
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleListOption());
|
|
24931
24943
|
const listOptionTag = 'nimble-list-option';
|
|
@@ -24941,6 +24953,10 @@
|
|
|
24941
24953
|
|
|
24942
24954
|
const template$r = html `<template slot="mapping"></template>`;
|
|
24943
24955
|
|
|
24956
|
+
const styles$D = css `
|
|
24957
|
+
${display$1('none')}
|
|
24958
|
+
`;
|
|
24959
|
+
|
|
24944
24960
|
/**
|
|
24945
24961
|
* Maps data values to text.
|
|
24946
24962
|
* One or more may be added as children of a nimble-table-column-mapping element. The
|
|
@@ -24953,7 +24969,8 @@
|
|
|
24953
24969
|
], MappingEmpty.prototype, "text", void 0);
|
|
24954
24970
|
const emptyMapping = MappingEmpty.compose({
|
|
24955
24971
|
baseName: 'mapping-empty',
|
|
24956
|
-
template: template$r
|
|
24972
|
+
template: template$r,
|
|
24973
|
+
styles: styles$D
|
|
24957
24974
|
});
|
|
24958
24975
|
DesignSystem.getOrCreate().withPrefix('nimble').register(emptyMapping());
|
|
24959
24976
|
|
|
@@ -25023,7 +25040,8 @@
|
|
|
25023
25040
|
], MappingIcon.prototype, "resolvedIcon", void 0);
|
|
25024
25041
|
const iconMapping = MappingIcon.compose({
|
|
25025
25042
|
baseName: 'mapping-icon',
|
|
25026
|
-
template: template$r
|
|
25043
|
+
template: template$r,
|
|
25044
|
+
styles: styles$D
|
|
25027
25045
|
});
|
|
25028
25046
|
DesignSystem.getOrCreate().withPrefix('nimble').register(iconMapping());
|
|
25029
25047
|
|
|
@@ -25046,7 +25064,8 @@
|
|
|
25046
25064
|
], MappingSpinner.prototype, "textHidden", void 0);
|
|
25047
25065
|
const spinnerMapping = MappingSpinner.compose({
|
|
25048
25066
|
baseName: 'mapping-spinner',
|
|
25049
|
-
template: template$r
|
|
25067
|
+
template: template$r,
|
|
25068
|
+
styles: styles$D
|
|
25050
25069
|
});
|
|
25051
25070
|
DesignSystem.getOrCreate().withPrefix('nimble').register(spinnerMapping());
|
|
25052
25071
|
|
|
@@ -25062,12 +25081,13 @@
|
|
|
25062
25081
|
], MappingText.prototype, "text", void 0);
|
|
25063
25082
|
const textMapping = MappingText.compose({
|
|
25064
25083
|
baseName: 'mapping-text',
|
|
25065
|
-
template: template$r
|
|
25084
|
+
template: template$r,
|
|
25085
|
+
styles: styles$D
|
|
25066
25086
|
});
|
|
25067
25087
|
DesignSystem.getOrCreate().withPrefix('nimble').register(textMapping());
|
|
25068
25088
|
|
|
25069
|
-
const styles$
|
|
25070
|
-
${display('grid')}
|
|
25089
|
+
const styles$C = css `
|
|
25090
|
+
${display$1('grid')}
|
|
25071
25091
|
|
|
25072
25092
|
:host {
|
|
25073
25093
|
background: ${applicationBackgroundColor};
|
|
@@ -25138,7 +25158,7 @@
|
|
|
25138
25158
|
baseName: 'menu',
|
|
25139
25159
|
baseClass: Menu$1,
|
|
25140
25160
|
template: menuTemplate,
|
|
25141
|
-
styles: styles$
|
|
25161
|
+
styles: styles$C
|
|
25142
25162
|
});
|
|
25143
25163
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleMenu());
|
|
25144
25164
|
|
|
@@ -25155,8 +25175,8 @@
|
|
|
25155
25175
|
auto: 'auto'
|
|
25156
25176
|
};
|
|
25157
25177
|
|
|
25158
|
-
const styles$
|
|
25159
|
-
${display('inline-block')}
|
|
25178
|
+
const styles$B = css `
|
|
25179
|
+
${display$1('inline-block')}
|
|
25160
25180
|
|
|
25161
25181
|
:host {
|
|
25162
25182
|
height: ${controlHeight};
|
|
@@ -25421,7 +25441,7 @@
|
|
|
25421
25441
|
const nimbleMenuButton = MenuButton.compose({
|
|
25422
25442
|
baseName: 'menu-button',
|
|
25423
25443
|
template: template$q,
|
|
25424
|
-
styles: styles$
|
|
25444
|
+
styles: styles$B,
|
|
25425
25445
|
shadowOptions: {
|
|
25426
25446
|
delegatesFocus: true
|
|
25427
25447
|
}
|
|
@@ -25429,8 +25449,8 @@
|
|
|
25429
25449
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleMenuButton());
|
|
25430
25450
|
const menuButtonTag = 'nimble-menu-button';
|
|
25431
25451
|
|
|
25432
|
-
const styles$
|
|
25433
|
-
${display('grid')}
|
|
25452
|
+
const styles$A = css `
|
|
25453
|
+
${display$1('grid')}
|
|
25434
25454
|
|
|
25435
25455
|
:host {
|
|
25436
25456
|
contain: layout;
|
|
@@ -25527,7 +25547,7 @@
|
|
|
25527
25547
|
baseName: 'menu-item',
|
|
25528
25548
|
baseClass: MenuItem$1,
|
|
25529
25549
|
template: menuItemTemplate,
|
|
25530
|
-
styles: styles$
|
|
25550
|
+
styles: styles$A,
|
|
25531
25551
|
expandCollapseGlyph: arrowExpanderRight16X16.data
|
|
25532
25552
|
});
|
|
25533
25553
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleMenuItem());
|
|
@@ -25541,9 +25561,9 @@
|
|
|
25541
25561
|
block: 'block'
|
|
25542
25562
|
};
|
|
25543
25563
|
|
|
25544
|
-
const styles$
|
|
25545
|
-
${display('inline-block')}
|
|
25546
|
-
${styles$
|
|
25564
|
+
const styles$z = css `
|
|
25565
|
+
${display$1('inline-block')}
|
|
25566
|
+
${styles$J}
|
|
25547
25567
|
|
|
25548
25568
|
:host {
|
|
25549
25569
|
font: ${bodyFont};
|
|
@@ -25757,7 +25777,7 @@
|
|
|
25757
25777
|
baseName: 'number-field',
|
|
25758
25778
|
baseClass: NumberField$1,
|
|
25759
25779
|
template: numberFieldTemplate,
|
|
25760
|
-
styles: styles$
|
|
25780
|
+
styles: styles$z,
|
|
25761
25781
|
shadowOptions: {
|
|
25762
25782
|
delegatesFocus: true
|
|
25763
25783
|
},
|
|
@@ -25800,8 +25820,8 @@
|
|
|
25800
25820
|
});
|
|
25801
25821
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleNumberField());
|
|
25802
25822
|
|
|
25803
|
-
const styles$
|
|
25804
|
-
${display('inline-flex')}
|
|
25823
|
+
const styles$y = css `
|
|
25824
|
+
${display$1('inline-flex')}
|
|
25805
25825
|
|
|
25806
25826
|
:host {
|
|
25807
25827
|
font: ${bodyFont};
|
|
@@ -25901,13 +25921,13 @@
|
|
|
25901
25921
|
baseName: 'radio',
|
|
25902
25922
|
baseClass: Radio$1,
|
|
25903
25923
|
template: radioTemplate,
|
|
25904
|
-
styles: styles$
|
|
25924
|
+
styles: styles$y,
|
|
25905
25925
|
checkedIndicator: circleFilled16X16.data
|
|
25906
25926
|
});
|
|
25907
25927
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleRadio());
|
|
25908
25928
|
|
|
25909
|
-
const styles$
|
|
25910
|
-
${display('inline-block')}
|
|
25929
|
+
const styles$x = css `
|
|
25930
|
+
${display$1('inline-block')}
|
|
25911
25931
|
|
|
25912
25932
|
.positioning-region {
|
|
25913
25933
|
display: flex;
|
|
@@ -25941,7 +25961,7 @@
|
|
|
25941
25961
|
baseName: 'radio-group',
|
|
25942
25962
|
baseClass: RadioGroup$1,
|
|
25943
25963
|
template: radioGroupTemplate,
|
|
25944
|
-
styles: styles$
|
|
25964
|
+
styles: styles$x,
|
|
25945
25965
|
shadowOptions: {
|
|
25946
25966
|
delegatesFocus: true
|
|
25947
25967
|
}
|
|
@@ -43380,7 +43400,9 @@ img.ProseMirror-separator {
|
|
|
43380
43400
|
},
|
|
43381
43401
|
});
|
|
43382
43402
|
|
|
43383
|
-
const styles$
|
|
43403
|
+
const styles$w = css `
|
|
43404
|
+
${display$1('inline')}
|
|
43405
|
+
|
|
43384
43406
|
.positioning-region {
|
|
43385
43407
|
display: flex;
|
|
43386
43408
|
padding: ${smallPadding} ${standardPadding};
|
|
@@ -43415,7 +43437,7 @@ img.ProseMirror-separator {
|
|
|
43415
43437
|
baseName: 'toolbar',
|
|
43416
43438
|
baseClass: Toolbar$1,
|
|
43417
43439
|
template: toolbarTemplate,
|
|
43418
|
-
styles: styles$
|
|
43440
|
+
styles: styles$w,
|
|
43419
43441
|
shadowOptions: {
|
|
43420
43442
|
delegatesFocus: true
|
|
43421
43443
|
}
|
|
@@ -43447,8 +43469,8 @@ img.ProseMirror-separator {
|
|
|
43447
43469
|
cssCustomPropertyName: null
|
|
43448
43470
|
}).withDefault(richTextLabelDefaults.richTextToggleNumberedListLabel);
|
|
43449
43471
|
|
|
43450
|
-
const styles$
|
|
43451
|
-
${styles$
|
|
43472
|
+
const styles$v = css `
|
|
43473
|
+
${styles$K}
|
|
43452
43474
|
|
|
43453
43475
|
:host {
|
|
43454
43476
|
height: auto;
|
|
@@ -43465,8 +43487,8 @@ img.ProseMirror-separator {
|
|
|
43465
43487
|
}
|
|
43466
43488
|
`;
|
|
43467
43489
|
|
|
43468
|
-
const styles$
|
|
43469
|
-
${display('inline-flex')}
|
|
43490
|
+
const styles$u = css `
|
|
43491
|
+
${display$1('inline-flex')}
|
|
43470
43492
|
|
|
43471
43493
|
:host {
|
|
43472
43494
|
background: ${applicationBackgroundColor};
|
|
@@ -43497,7 +43519,7 @@ img.ProseMirror-separator {
|
|
|
43497
43519
|
const nimbleListbox = Listbox.compose({
|
|
43498
43520
|
baseName: 'listbox',
|
|
43499
43521
|
template: listboxTemplate,
|
|
43500
|
-
styles: styles$
|
|
43522
|
+
styles: styles$u
|
|
43501
43523
|
});
|
|
43502
43524
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleListbox());
|
|
43503
43525
|
|
|
@@ -43764,7 +43786,7 @@ img.ProseMirror-separator {
|
|
|
43764
43786
|
const nimbleRichTextMentionListbox = RichTextMentionListbox.compose({
|
|
43765
43787
|
baseName: 'rich-text-mention-listbox',
|
|
43766
43788
|
template: template$p,
|
|
43767
|
-
styles: styles$
|
|
43789
|
+
styles: styles$v
|
|
43768
43790
|
});
|
|
43769
43791
|
DesignSystem.getOrCreate()
|
|
43770
43792
|
.withPrefix('nimble')
|
|
@@ -43874,9 +43896,9 @@ img.ProseMirror-separator {
|
|
|
43874
43896
|
</template>
|
|
43875
43897
|
`;
|
|
43876
43898
|
|
|
43877
|
-
const styles$
|
|
43878
|
-
${display('inline-flex')}
|
|
43879
|
-
${styles$
|
|
43899
|
+
const styles$t = css `
|
|
43900
|
+
${display$1('inline-flex')}
|
|
43901
|
+
${styles$J}
|
|
43880
43902
|
|
|
43881
43903
|
:host {
|
|
43882
43904
|
font: ${bodyFont};
|
|
@@ -58489,7 +58511,7 @@ img.ProseMirror-separator {
|
|
|
58489
58511
|
const nimbleRichTextEditor = RichTextEditor.compose({
|
|
58490
58512
|
baseName: 'rich-text-editor',
|
|
58491
58513
|
template: template$o,
|
|
58492
|
-
styles: styles$
|
|
58514
|
+
styles: styles$t,
|
|
58493
58515
|
shadowOptions: {
|
|
58494
58516
|
delegatesFocus: true
|
|
58495
58517
|
}
|
|
@@ -58504,8 +58526,8 @@ img.ProseMirror-separator {
|
|
|
58504
58526
|
</template>
|
|
58505
58527
|
`;
|
|
58506
58528
|
|
|
58507
|
-
const styles$
|
|
58508
|
-
${display('flex')}
|
|
58529
|
+
const styles$s = css `
|
|
58530
|
+
${display$1('flex')}
|
|
58509
58531
|
|
|
58510
58532
|
:host {
|
|
58511
58533
|
font: ${bodyFont};
|
|
@@ -58617,15 +58639,15 @@ img.ProseMirror-separator {
|
|
|
58617
58639
|
const nimbleRichTextViewer = RichTextViewer.compose({
|
|
58618
58640
|
baseName: 'rich-text-viewer',
|
|
58619
58641
|
template: template$n,
|
|
58620
|
-
styles: styles$
|
|
58642
|
+
styles: styles$s
|
|
58621
58643
|
});
|
|
58622
58644
|
DesignSystem.getOrCreate()
|
|
58623
58645
|
.withPrefix('nimble')
|
|
58624
58646
|
.register(nimbleRichTextViewer());
|
|
58625
58647
|
|
|
58626
|
-
const styles$
|
|
58627
|
-
${styles$
|
|
58628
|
-
${styles$
|
|
58648
|
+
const styles$r = css `
|
|
58649
|
+
${styles$K}
|
|
58650
|
+
${styles$J}
|
|
58629
58651
|
|
|
58630
58652
|
${
|
|
58631
58653
|
/* We are using flex `order` to define the visual ordering of the selected value,
|
|
@@ -58641,8 +58663,7 @@ img.ProseMirror-separator {
|
|
|
58641
58663
|
|
|
58642
58664
|
.clear-button {
|
|
58643
58665
|
order: 3;
|
|
58644
|
-
|
|
58645
|
-
height: auto;
|
|
58666
|
+
height: ${controlSlimHeight};
|
|
58646
58667
|
margin-left: ${smallPadding};
|
|
58647
58668
|
}
|
|
58648
58669
|
|
|
@@ -58809,7 +58830,7 @@ img.ProseMirror-separator {
|
|
|
58809
58830
|
content-hidden
|
|
58810
58831
|
appearance="ghost"
|
|
58811
58832
|
@click="${(x, c) => x.clearClickHandler(c.event)}">
|
|
58812
|
-
<${
|
|
58833
|
+
<${iconTimesTag} slot="start"></${iconTimesTag}>
|
|
58813
58834
|
</${buttonTag}>
|
|
58814
58835
|
`)}
|
|
58815
58836
|
<div aria-hidden="true" class="indicator" part="indicator">
|
|
@@ -59750,7 +59771,7 @@ img.ProseMirror-separator {
|
|
|
59750
59771
|
baseName: 'select',
|
|
59751
59772
|
baseClass: Select$2,
|
|
59752
59773
|
template: template$m,
|
|
59753
|
-
styles: styles$
|
|
59774
|
+
styles: styles$r,
|
|
59754
59775
|
indicator: arrowExpanderDown16X16.data,
|
|
59755
59776
|
end: html `
|
|
59756
59777
|
<${iconExclamationMarkTag}
|
|
@@ -59763,8 +59784,8 @@ img.ProseMirror-separator {
|
|
|
59763
59784
|
applyMixins(Select, StartEnd, DelegatesARIASelect);
|
|
59764
59785
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleSelect());
|
|
59765
59786
|
|
|
59766
|
-
const styles$
|
|
59767
|
-
${display('inline-grid')}
|
|
59787
|
+
const styles$q = css `
|
|
59788
|
+
${display$1('inline-grid')}
|
|
59768
59789
|
|
|
59769
59790
|
:host {
|
|
59770
59791
|
height: ${spinnerSmallHeight};
|
|
@@ -59981,13 +60002,13 @@ img.ProseMirror-separator {
|
|
|
59981
60002
|
const nimbleSpinner = Spinner.compose({
|
|
59982
60003
|
baseName: 'spinner',
|
|
59983
60004
|
template: template$l,
|
|
59984
|
-
styles: styles$
|
|
60005
|
+
styles: styles$q
|
|
59985
60006
|
});
|
|
59986
60007
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleSpinner());
|
|
59987
60008
|
const spinnerTag = 'nimble-spinner';
|
|
59988
60009
|
|
|
59989
|
-
const styles$
|
|
59990
|
-
${display('inline-flex')}
|
|
60010
|
+
const styles$p = css `
|
|
60011
|
+
${display$1('inline-flex')}
|
|
59991
60012
|
|
|
59992
60013
|
:host {
|
|
59993
60014
|
outline: none;
|
|
@@ -60195,12 +60216,12 @@ img.ProseMirror-separator {
|
|
|
60195
60216
|
baseClass: Switch$1,
|
|
60196
60217
|
baseName: 'switch',
|
|
60197
60218
|
template: template$k,
|
|
60198
|
-
styles: styles$
|
|
60219
|
+
styles: styles$p
|
|
60199
60220
|
});
|
|
60200
60221
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleSwitch());
|
|
60201
60222
|
|
|
60202
|
-
const styles$
|
|
60203
|
-
${display('inline-flex')}
|
|
60223
|
+
const styles$o = css `
|
|
60224
|
+
${display$1('inline-flex')}
|
|
60204
60225
|
|
|
60205
60226
|
:host {
|
|
60206
60227
|
position: relative;
|
|
@@ -60310,12 +60331,12 @@ img.ProseMirror-separator {
|
|
|
60310
60331
|
baseName: 'tab',
|
|
60311
60332
|
baseClass: Tab$1,
|
|
60312
60333
|
template: tabTemplate,
|
|
60313
|
-
styles: styles$
|
|
60334
|
+
styles: styles$o
|
|
60314
60335
|
});
|
|
60315
60336
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTab());
|
|
60316
60337
|
|
|
60317
|
-
const styles$
|
|
60318
|
-
${display('block')}
|
|
60338
|
+
const styles$n = css `
|
|
60339
|
+
${display$1('block')}
|
|
60319
60340
|
|
|
60320
60341
|
:host {
|
|
60321
60342
|
box-sizing: border-box;
|
|
@@ -60334,7 +60355,7 @@ img.ProseMirror-separator {
|
|
|
60334
60355
|
baseName: 'tab-panel',
|
|
60335
60356
|
baseClass: TabPanel$1,
|
|
60336
60357
|
template: tabPanelTemplate,
|
|
60337
|
-
styles: styles$
|
|
60358
|
+
styles: styles$n
|
|
60338
60359
|
});
|
|
60339
60360
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTabPanel());
|
|
60340
60361
|
|
|
@@ -64030,8 +64051,8 @@ img.ProseMirror-separator {
|
|
|
64030
64051
|
}
|
|
64031
64052
|
}
|
|
64032
64053
|
|
|
64033
|
-
const styles$
|
|
64034
|
-
${display('flex')}
|
|
64054
|
+
const styles$m = css `
|
|
64055
|
+
${display$1('flex')}
|
|
64035
64056
|
|
|
64036
64057
|
:host {
|
|
64037
64058
|
height: 480px;
|
|
@@ -64214,8 +64235,8 @@ img.ProseMirror-separator {
|
|
|
64214
64235
|
}
|
|
64215
64236
|
`));
|
|
64216
64237
|
|
|
64217
|
-
const styles$
|
|
64218
|
-
${display('flex')}
|
|
64238
|
+
const styles$l = css `
|
|
64239
|
+
${display$1('flex')}
|
|
64219
64240
|
|
|
64220
64241
|
:host {
|
|
64221
64242
|
height: ${controlHeight};
|
|
@@ -64318,12 +64339,12 @@ img.ProseMirror-separator {
|
|
|
64318
64339
|
const nimbleTableHeader = TableHeader.compose({
|
|
64319
64340
|
baseName: 'table-header',
|
|
64320
64341
|
template: template$j,
|
|
64321
|
-
styles: styles$
|
|
64342
|
+
styles: styles$l
|
|
64322
64343
|
});
|
|
64323
64344
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTableHeader());
|
|
64324
64345
|
const tableHeaderTag = 'nimble-table-header';
|
|
64325
64346
|
|
|
64326
|
-
const styles$
|
|
64347
|
+
const styles$k = css `
|
|
64327
64348
|
:host .animating {
|
|
64328
64349
|
transition: ${mediumDelay} ease-in;
|
|
64329
64350
|
}
|
|
@@ -64348,9 +64369,9 @@ img.ProseMirror-separator {
|
|
|
64348
64369
|
}
|
|
64349
64370
|
`;
|
|
64350
64371
|
|
|
64351
|
-
const styles$
|
|
64352
|
-
${
|
|
64353
|
-
${
|
|
64372
|
+
const styles$j = css `
|
|
64373
|
+
${display$1('flex')}
|
|
64374
|
+
${styles$k}
|
|
64354
64375
|
|
|
64355
64376
|
:host {
|
|
64356
64377
|
width: fit-content;
|
|
@@ -64471,8 +64492,8 @@ img.ProseMirror-separator {
|
|
|
64471
64492
|
}
|
|
64472
64493
|
`));
|
|
64473
64494
|
|
|
64474
|
-
const styles$
|
|
64475
|
-
${display('flex')}
|
|
64495
|
+
const styles$i = css `
|
|
64496
|
+
${display$1('flex')}
|
|
64476
64497
|
|
|
64477
64498
|
:host {
|
|
64478
64499
|
--ni-private-table-cell-nesting-level: 0;
|
|
@@ -64489,8 +64510,6 @@ img.ProseMirror-separator {
|
|
|
64489
64510
|
|
|
64490
64511
|
.cell-view {
|
|
64491
64512
|
overflow: hidden;
|
|
64492
|
-
display: flex;
|
|
64493
|
-
align-items: center;
|
|
64494
64513
|
}
|
|
64495
64514
|
|
|
64496
64515
|
.action-menu {
|
|
@@ -64574,7 +64593,7 @@ img.ProseMirror-separator {
|
|
|
64574
64593
|
const nimbleTableCell = TableCell.compose({
|
|
64575
64594
|
baseName: 'table-cell',
|
|
64576
64595
|
template: template$i,
|
|
64577
|
-
styles: styles$
|
|
64596
|
+
styles: styles$i
|
|
64578
64597
|
});
|
|
64579
64598
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTableCell());
|
|
64580
64599
|
const tableCellTag = 'nimble-table-cell';
|
|
@@ -64916,14 +64935,14 @@ img.ProseMirror-separator {
|
|
|
64916
64935
|
const nimbleTableRow = TableRow.compose({
|
|
64917
64936
|
baseName: 'table-row',
|
|
64918
64937
|
template: template$h,
|
|
64919
|
-
styles: styles$
|
|
64938
|
+
styles: styles$j
|
|
64920
64939
|
});
|
|
64921
64940
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTableRow());
|
|
64922
64941
|
const tableRowTag = 'nimble-table-row';
|
|
64923
64942
|
|
|
64924
|
-
const styles$
|
|
64925
|
-
${display('grid')}
|
|
64926
|
-
${styles$
|
|
64943
|
+
const styles$h = css `
|
|
64944
|
+
${display$1('grid')}
|
|
64945
|
+
${styles$k}
|
|
64927
64946
|
|
|
64928
64947
|
:host {
|
|
64929
64948
|
align-items: center;
|
|
@@ -64977,7 +64996,6 @@ img.ProseMirror-separator {
|
|
|
64977
64996
|
padding-left: ${mediumPadding};
|
|
64978
64997
|
${userSelectNone}
|
|
64979
64998
|
overflow: hidden;
|
|
64980
|
-
display: flex;
|
|
64981
64999
|
}
|
|
64982
65000
|
|
|
64983
65001
|
.group-row-child-count {
|
|
@@ -65149,7 +65167,7 @@ img.ProseMirror-separator {
|
|
|
65149
65167
|
const nimbleTableGroupRow = TableGroupRow.compose({
|
|
65150
65168
|
baseName: 'table-group-row',
|
|
65151
65169
|
template: template$g,
|
|
65152
|
-
styles: styles$
|
|
65170
|
+
styles: styles$h
|
|
65153
65171
|
});
|
|
65154
65172
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTableGroupRow());
|
|
65155
65173
|
const tableGroupRowTag = 'nimble-table-group-row';
|
|
@@ -67938,14 +67956,12 @@ img.ProseMirror-separator {
|
|
|
67938
67956
|
const nimbleTable = Table.compose({
|
|
67939
67957
|
baseName: 'table',
|
|
67940
67958
|
template: template$f,
|
|
67941
|
-
styles: styles$
|
|
67959
|
+
styles: styles$m
|
|
67942
67960
|
});
|
|
67943
67961
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTable());
|
|
67944
67962
|
|
|
67945
|
-
const styles$
|
|
67946
|
-
|
|
67947
|
-
display: contents;
|
|
67948
|
-
}
|
|
67963
|
+
const styles$g = css `
|
|
67964
|
+
${display$1('contents')}
|
|
67949
67965
|
|
|
67950
67966
|
.header-content {
|
|
67951
67967
|
white-space: nowrap;
|
|
@@ -68048,12 +68064,15 @@ img.ProseMirror-separator {
|
|
|
68048
68064
|
return ColumnWithPlaceholder;
|
|
68049
68065
|
}
|
|
68050
68066
|
|
|
68051
|
-
const styles$
|
|
68067
|
+
const styles$f = css `
|
|
68068
|
+
${display$1('flex')}
|
|
68069
|
+
|
|
68052
68070
|
:host {
|
|
68053
68071
|
width: fit-content;
|
|
68054
68072
|
max-width: 100%;
|
|
68055
68073
|
height: fit-content;
|
|
68056
68074
|
align-self: center;
|
|
68075
|
+
align-items: center;
|
|
68057
68076
|
}
|
|
68058
68077
|
|
|
68059
68078
|
nimble-anchor {
|
|
@@ -68159,7 +68178,7 @@ img.ProseMirror-separator {
|
|
|
68159
68178
|
const anchorCellView = TableColumnAnchorCellView.compose({
|
|
68160
68179
|
baseName: 'table-column-anchor-cell-view',
|
|
68161
68180
|
template: template$d,
|
|
68162
|
-
styles: styles$
|
|
68181
|
+
styles: styles$f
|
|
68163
68182
|
});
|
|
68164
68183
|
DesignSystem.getOrCreate().withPrefix('nimble').register(anchorCellView());
|
|
68165
68184
|
const tableColumnAnchorCellViewTag = 'nimble-table-column-anchor-cell-view';
|
|
@@ -68245,7 +68264,9 @@ img.ProseMirror-separator {
|
|
|
68245
68264
|
</span>
|
|
68246
68265
|
`;
|
|
68247
68266
|
|
|
68248
|
-
const styles$
|
|
68267
|
+
const styles$e = css `
|
|
68268
|
+
${display$1('flex')}
|
|
68269
|
+
|
|
68249
68270
|
span {
|
|
68250
68271
|
font: ${bodyFont};
|
|
68251
68272
|
color: ${bodyFontColor};
|
|
@@ -68268,7 +68289,7 @@ img.ProseMirror-separator {
|
|
|
68268
68289
|
const tableColumnTextGroupHeaderView = TableColumnTextGroupHeaderView.compose({
|
|
68269
68290
|
baseName: 'table-column-text-group-header-view',
|
|
68270
68291
|
template: template$c,
|
|
68271
|
-
styles: styles$
|
|
68292
|
+
styles: styles$e
|
|
68272
68293
|
});
|
|
68273
68294
|
DesignSystem.getOrCreate()
|
|
68274
68295
|
.withPrefix('nimble')
|
|
@@ -68387,7 +68408,7 @@ img.ProseMirror-separator {
|
|
|
68387
68408
|
const nimbleTableColumnAnchor = TableColumnAnchor.compose({
|
|
68388
68409
|
baseName: 'table-column-anchor',
|
|
68389
68410
|
template: template$e,
|
|
68390
|
-
styles: styles$
|
|
68411
|
+
styles: styles$g
|
|
68391
68412
|
});
|
|
68392
68413
|
DesignSystem.getOrCreate()
|
|
68393
68414
|
.withPrefix('nimble')
|
|
@@ -68440,7 +68461,7 @@ img.ProseMirror-separator {
|
|
|
68440
68461
|
const tableColumnDateTextGroupHeaderView = TableColumnDateTextGroupHeaderView.compose({
|
|
68441
68462
|
baseName: 'table-column-date-text-group-header-view',
|
|
68442
68463
|
template: template$c,
|
|
68443
|
-
styles: styles$
|
|
68464
|
+
styles: styles$e
|
|
68444
68465
|
});
|
|
68445
68466
|
DesignSystem.getOrCreate()
|
|
68446
68467
|
.withPrefix('nimble')
|
|
@@ -68472,7 +68493,13 @@ img.ProseMirror-separator {
|
|
|
68472
68493
|
</template>
|
|
68473
68494
|
`;
|
|
68474
68495
|
|
|
68475
|
-
const styles$
|
|
68496
|
+
const styles$d = css `
|
|
68497
|
+
${display$1('flex')}
|
|
68498
|
+
|
|
68499
|
+
:host {
|
|
68500
|
+
align-items: center;
|
|
68501
|
+
}
|
|
68502
|
+
|
|
68476
68503
|
:host(.right-align) {
|
|
68477
68504
|
margin-left: auto;
|
|
68478
68505
|
}
|
|
@@ -68569,7 +68596,7 @@ img.ProseMirror-separator {
|
|
|
68569
68596
|
const dateTextCellView = TableColumnDateTextCellView.compose({
|
|
68570
68597
|
baseName: 'table-column-date-text-cell-view',
|
|
68571
68598
|
template: template$b,
|
|
68572
|
-
styles: styles$
|
|
68599
|
+
styles: styles$d
|
|
68573
68600
|
});
|
|
68574
68601
|
DesignSystem.getOrCreate().withPrefix('nimble').register(dateTextCellView());
|
|
68575
68602
|
const tableColumnDateTextCellViewTag = 'nimble-table-column-date-text-cell-view';
|
|
@@ -68830,7 +68857,7 @@ img.ProseMirror-separator {
|
|
|
68830
68857
|
const nimbleTableColumnDateText = TableColumnDateText.compose({
|
|
68831
68858
|
baseName: 'table-column-date-text',
|
|
68832
68859
|
template: template$e,
|
|
68833
|
-
styles: styles$
|
|
68860
|
+
styles: styles$g
|
|
68834
68861
|
});
|
|
68835
68862
|
DesignSystem.getOrCreate()
|
|
68836
68863
|
.withPrefix('nimble')
|
|
@@ -68847,7 +68874,7 @@ img.ProseMirror-separator {
|
|
|
68847
68874
|
const durationTextCellView = TableColumnDurationTextCellView.compose({
|
|
68848
68875
|
baseName: 'table-column-duration-text-cell-view',
|
|
68849
68876
|
template: template$b,
|
|
68850
|
-
styles: styles$
|
|
68877
|
+
styles: styles$d
|
|
68851
68878
|
});
|
|
68852
68879
|
DesignSystem.getOrCreate()
|
|
68853
68880
|
.withPrefix('nimble')
|
|
@@ -68949,7 +68976,7 @@ img.ProseMirror-separator {
|
|
|
68949
68976
|
const tableColumnDurationTextGroupHeaderView = TableColumnDurationTextGroupHeaderView.compose({
|
|
68950
68977
|
baseName: 'table-column-duration-text-group-header-view',
|
|
68951
68978
|
template: template$c,
|
|
68952
|
-
styles: styles$
|
|
68979
|
+
styles: styles$e
|
|
68953
68980
|
});
|
|
68954
68981
|
DesignSystem.getOrCreate()
|
|
68955
68982
|
.withPrefix('nimble')
|
|
@@ -69002,7 +69029,7 @@ img.ProseMirror-separator {
|
|
|
69002
69029
|
const nimbleTableColumnDurationText = TableColumnDurationText.compose({
|
|
69003
69030
|
baseName: 'table-column-duration-text',
|
|
69004
69031
|
template: template$e,
|
|
69005
|
-
styles: styles$
|
|
69032
|
+
styles: styles$g
|
|
69006
69033
|
});
|
|
69007
69034
|
DesignSystem.getOrCreate()
|
|
69008
69035
|
.withPrefix('nimble')
|
|
@@ -69110,8 +69137,8 @@ img.ProseMirror-separator {
|
|
|
69110
69137
|
attr({ attribute: 'key-type' })
|
|
69111
69138
|
], TableColumnEnumBase.prototype, "keyType", void 0);
|
|
69112
69139
|
|
|
69113
|
-
const styles$
|
|
69114
|
-
${styles$
|
|
69140
|
+
const styles$c = css `
|
|
69141
|
+
${styles$g}
|
|
69115
69142
|
|
|
69116
69143
|
slot[name='mapping'] {
|
|
69117
69144
|
display: none;
|
|
@@ -69204,8 +69231,8 @@ img.ProseMirror-separator {
|
|
|
69204
69231
|
}
|
|
69205
69232
|
}
|
|
69206
69233
|
|
|
69207
|
-
const styles$
|
|
69208
|
-
${display('inline-flex')}
|
|
69234
|
+
const styles$b = css `
|
|
69235
|
+
${display$1('inline-flex')}
|
|
69209
69236
|
|
|
69210
69237
|
:host {
|
|
69211
69238
|
gap: ${smallPadding};
|
|
@@ -69379,15 +69406,15 @@ img.ProseMirror-separator {
|
|
|
69379
69406
|
const mappingGroupHeaderView = TableColumnMappingGroupHeaderView.compose({
|
|
69380
69407
|
baseName: 'table-column-mapping-group-header-view',
|
|
69381
69408
|
template: template$9,
|
|
69382
|
-
styles: styles$
|
|
69409
|
+
styles: styles$b
|
|
69383
69410
|
});
|
|
69384
69411
|
DesignSystem.getOrCreate()
|
|
69385
69412
|
.withPrefix('nimble')
|
|
69386
69413
|
.register(mappingGroupHeaderView());
|
|
69387
69414
|
const tableColumnMappingGroupHeaderViewTag = 'nimble-table-column-mapping-group-header-view';
|
|
69388
69415
|
|
|
69389
|
-
const styles$
|
|
69390
|
-
${display('inline-flex')}
|
|
69416
|
+
const styles$a = css `
|
|
69417
|
+
${display$1('inline-flex')}
|
|
69391
69418
|
|
|
69392
69419
|
:host {
|
|
69393
69420
|
gap: ${smallPadding};
|
|
@@ -69499,7 +69526,7 @@ img.ProseMirror-separator {
|
|
|
69499
69526
|
const mappingCellView = TableColumnMappingCellView.compose({
|
|
69500
69527
|
baseName: 'table-column-mapping-cell-view',
|
|
69501
69528
|
template: template$8,
|
|
69502
|
-
styles: styles$
|
|
69529
|
+
styles: styles$a
|
|
69503
69530
|
});
|
|
69504
69531
|
DesignSystem.getOrCreate().withPrefix('nimble').register(mappingCellView());
|
|
69505
69532
|
const tableColumnMappingCellViewTag = 'nimble-table-column-mapping-cell-view';
|
|
@@ -69584,7 +69611,7 @@ img.ProseMirror-separator {
|
|
|
69584
69611
|
const nimbleTableColumnMapping = TableColumnMapping.compose({
|
|
69585
69612
|
baseName: 'table-column-mapping',
|
|
69586
69613
|
template: template$a,
|
|
69587
|
-
styles: styles$
|
|
69614
|
+
styles: styles$c
|
|
69588
69615
|
});
|
|
69589
69616
|
DesignSystem.getOrCreate()
|
|
69590
69617
|
.withPrefix('nimble')
|
|
@@ -69613,7 +69640,7 @@ img.ProseMirror-separator {
|
|
|
69613
69640
|
const tableColumnNumberTextGroupHeaderView = TableColumnNumberTextGroupHeaderView.compose({
|
|
69614
69641
|
baseName: 'table-column-number-text-group-header-view',
|
|
69615
69642
|
template: template$c,
|
|
69616
|
-
styles: styles$
|
|
69643
|
+
styles: styles$e
|
|
69617
69644
|
});
|
|
69618
69645
|
DesignSystem.getOrCreate()
|
|
69619
69646
|
.withPrefix('nimble')
|
|
@@ -69635,7 +69662,7 @@ img.ProseMirror-separator {
|
|
|
69635
69662
|
const numberTextCellView = TableColumnNumberTextCellView.compose({
|
|
69636
69663
|
baseName: 'table-column-number-text-cell-view',
|
|
69637
69664
|
template: template$b,
|
|
69638
|
-
styles: styles$
|
|
69665
|
+
styles: styles$d
|
|
69639
69666
|
});
|
|
69640
69667
|
DesignSystem.getOrCreate().withPrefix('nimble').register(numberTextCellView());
|
|
69641
69668
|
const tableColumnNumberTextCellViewTag = 'nimble-table-column-number-text-cell-view';
|
|
@@ -70176,7 +70203,7 @@ img.ProseMirror-separator {
|
|
|
70176
70203
|
const nimbleTableColumnNumberText = TableColumnNumberText.compose({
|
|
70177
70204
|
baseName: 'table-column-number-text',
|
|
70178
70205
|
template: template$7,
|
|
70179
|
-
styles: styles$
|
|
70206
|
+
styles: styles$g
|
|
70180
70207
|
});
|
|
70181
70208
|
DesignSystem.getOrCreate()
|
|
70182
70209
|
.withPrefix('nimble')
|
|
@@ -70195,7 +70222,7 @@ img.ProseMirror-separator {
|
|
|
70195
70222
|
const textCellView = TableColumnTextCellView.compose({
|
|
70196
70223
|
baseName: 'table-column-text-cell-view',
|
|
70197
70224
|
template: template$b,
|
|
70198
|
-
styles: styles$
|
|
70225
|
+
styles: styles$d
|
|
70199
70226
|
});
|
|
70200
70227
|
DesignSystem.getOrCreate().withPrefix('nimble').register(textCellView());
|
|
70201
70228
|
const tableColumnTextCellViewTag = 'nimble-table-column-text-cell-view';
|
|
@@ -70223,14 +70250,14 @@ img.ProseMirror-separator {
|
|
|
70223
70250
|
const nimbleTableColumnText = TableColumnText.compose({
|
|
70224
70251
|
baseName: 'table-column-text',
|
|
70225
70252
|
template: template$e,
|
|
70226
|
-
styles: styles$
|
|
70253
|
+
styles: styles$g
|
|
70227
70254
|
});
|
|
70228
70255
|
DesignSystem.getOrCreate()
|
|
70229
70256
|
.withPrefix('nimble')
|
|
70230
70257
|
.register(nimbleTableColumnText());
|
|
70231
70258
|
|
|
70232
|
-
const styles$
|
|
70233
|
-
${display('grid')}
|
|
70259
|
+
const styles$9 = css `
|
|
70260
|
+
${display$1('grid')}
|
|
70234
70261
|
|
|
70235
70262
|
:host {
|
|
70236
70263
|
box-sizing: border-box;
|
|
@@ -70272,12 +70299,12 @@ img.ProseMirror-separator {
|
|
|
70272
70299
|
baseName: 'tabs',
|
|
70273
70300
|
baseClass: Tabs$1,
|
|
70274
70301
|
template: tabsTemplate,
|
|
70275
|
-
styles: styles$
|
|
70302
|
+
styles: styles$9
|
|
70276
70303
|
});
|
|
70277
70304
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTabs());
|
|
70278
70305
|
|
|
70279
|
-
const styles$
|
|
70280
|
-
${display('flex')}
|
|
70306
|
+
const styles$8 = css `
|
|
70307
|
+
${display$1('flex')}
|
|
70281
70308
|
|
|
70282
70309
|
:host {
|
|
70283
70310
|
align-items: center;
|
|
@@ -70311,7 +70338,7 @@ img.ProseMirror-separator {
|
|
|
70311
70338
|
const nimbleTabsToolbar = TabsToolbar.compose({
|
|
70312
70339
|
baseName: 'tabs-toolbar',
|
|
70313
70340
|
template: template$6,
|
|
70314
|
-
styles: styles$
|
|
70341
|
+
styles: styles$8
|
|
70315
70342
|
});
|
|
70316
70343
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTabsToolbar());
|
|
70317
70344
|
|
|
@@ -70320,9 +70347,9 @@ img.ProseMirror-separator {
|
|
|
70320
70347
|
block: 'block'
|
|
70321
70348
|
};
|
|
70322
70349
|
|
|
70323
|
-
const styles$
|
|
70324
|
-
${display('inline-flex')}
|
|
70325
|
-
${styles$
|
|
70350
|
+
const styles$7 = css `
|
|
70351
|
+
${display$1('inline-flex')}
|
|
70352
|
+
${styles$J}
|
|
70326
70353
|
|
|
70327
70354
|
:host {
|
|
70328
70355
|
font: ${bodyFont};
|
|
@@ -70649,7 +70676,7 @@ img.ProseMirror-separator {
|
|
|
70649
70676
|
baseName: 'text-area',
|
|
70650
70677
|
baseClass: TextArea$1,
|
|
70651
70678
|
template: template$5,
|
|
70652
|
-
styles: styles$
|
|
70679
|
+
styles: styles$7,
|
|
70653
70680
|
shadowOptions: {
|
|
70654
70681
|
delegatesFocus: true
|
|
70655
70682
|
}
|
|
@@ -70666,9 +70693,9 @@ img.ProseMirror-separator {
|
|
|
70666
70693
|
frameless: 'frameless'
|
|
70667
70694
|
};
|
|
70668
70695
|
|
|
70669
|
-
const styles$
|
|
70670
|
-
${display('inline-block')}
|
|
70671
|
-
${styles$
|
|
70696
|
+
const styles$6 = css `
|
|
70697
|
+
${display$1('inline-block')}
|
|
70698
|
+
${styles$J}
|
|
70672
70699
|
|
|
70673
70700
|
:host {
|
|
70674
70701
|
font: ${bodyFont};
|
|
@@ -70932,7 +70959,7 @@ img.ProseMirror-separator {
|
|
|
70932
70959
|
baseName: 'text-field',
|
|
70933
70960
|
baseClass: TextField$1,
|
|
70934
70961
|
template: textFieldTemplate,
|
|
70935
|
-
styles: styles$
|
|
70962
|
+
styles: styles$6,
|
|
70936
70963
|
shadowOptions: {
|
|
70937
70964
|
delegatesFocus: true
|
|
70938
70965
|
},
|
|
@@ -70949,8 +70976,8 @@ img.ProseMirror-separator {
|
|
|
70949
70976
|
});
|
|
70950
70977
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTextField());
|
|
70951
70978
|
|
|
70952
|
-
const styles$
|
|
70953
|
-
${display('inline-flex')}
|
|
70979
|
+
const styles$5 = css `
|
|
70980
|
+
${display$1('inline-flex')}
|
|
70954
70981
|
|
|
70955
70982
|
:host {
|
|
70956
70983
|
font: ${tooltipCaptionFont};
|
|
@@ -71090,7 +71117,7 @@ img.ProseMirror-separator {
|
|
|
71090
71117
|
baseName: 'tooltip',
|
|
71091
71118
|
baseClass: Tooltip$1,
|
|
71092
71119
|
template: template$4,
|
|
71093
|
-
styles: styles$
|
|
71120
|
+
styles: styles$5
|
|
71094
71121
|
});
|
|
71095
71122
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTooltip());
|
|
71096
71123
|
|
|
@@ -71178,8 +71205,8 @@ img.ProseMirror-separator {
|
|
|
71178
71205
|
}
|
|
71179
71206
|
}
|
|
71180
71207
|
|
|
71181
|
-
const styles$
|
|
71182
|
-
${display('block')}
|
|
71208
|
+
const styles$4 = css `
|
|
71209
|
+
${display$1('block')}
|
|
71183
71210
|
|
|
71184
71211
|
:host {
|
|
71185
71212
|
${
|
|
@@ -71396,13 +71423,13 @@ img.ProseMirror-separator {
|
|
|
71396
71423
|
baseName: 'tree-item',
|
|
71397
71424
|
baseClass: TreeItem$1,
|
|
71398
71425
|
template: treeItemTemplate,
|
|
71399
|
-
styles: styles$
|
|
71426
|
+
styles: styles$4,
|
|
71400
71427
|
expandCollapseGlyph: arrowExpanderUp16X16.data
|
|
71401
71428
|
});
|
|
71402
71429
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTreeItem());
|
|
71403
71430
|
|
|
71404
|
-
const styles$
|
|
71405
|
-
${display('flex')}
|
|
71431
|
+
const styles$3 = css `
|
|
71432
|
+
${display$1('flex')}
|
|
71406
71433
|
|
|
71407
71434
|
:host {
|
|
71408
71435
|
flex-direction: column;
|
|
@@ -71513,7 +71540,7 @@ img.ProseMirror-separator {
|
|
|
71513
71540
|
baseName: 'tree-view',
|
|
71514
71541
|
baseClass: TreeView$1,
|
|
71515
71542
|
template: template$3,
|
|
71516
|
-
styles: styles$
|
|
71543
|
+
styles: styles$3
|
|
71517
71544
|
});
|
|
71518
71545
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTreeView());
|
|
71519
71546
|
|
|
@@ -71630,6 +71657,10 @@ img.ProseMirror-separator {
|
|
|
71630
71657
|
}
|
|
71631
71658
|
const byteUnitScale = new ByteUnitScale();
|
|
71632
71659
|
|
|
71660
|
+
const styles$2 = css `
|
|
71661
|
+
${display$1('none')}
|
|
71662
|
+
`;
|
|
71663
|
+
|
|
71633
71664
|
/**
|
|
71634
71665
|
* Element that provides a unit scale for conversion of bytes
|
|
71635
71666
|
*/
|
|
@@ -71654,7 +71685,8 @@ img.ProseMirror-separator {
|
|
|
71654
71685
|
], UnitByte.prototype, "binary", void 0);
|
|
71655
71686
|
const nimbleUnitByte = UnitByte.compose({
|
|
71656
71687
|
baseName: 'unit-byte',
|
|
71657
|
-
template: template$2
|
|
71688
|
+
template: template$2,
|
|
71689
|
+
styles: styles$2
|
|
71658
71690
|
});
|
|
71659
71691
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleUnitByte());
|
|
71660
71692
|
|
|
@@ -71706,7 +71738,8 @@ img.ProseMirror-separator {
|
|
|
71706
71738
|
}
|
|
71707
71739
|
const nimbleUnitVolt = UnitVolt.compose({
|
|
71708
71740
|
baseName: 'unit-volt',
|
|
71709
|
-
template: template$2
|
|
71741
|
+
template: template$2,
|
|
71742
|
+
styles: styles$2
|
|
71710
71743
|
});
|
|
71711
71744
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleUnitVolt());
|
|
71712
71745
|
|
|
@@ -75088,8 +75121,9 @@ img.ProseMirror-separator {
|
|
|
75088
75121
|
`;
|
|
75089
75122
|
|
|
75090
75123
|
const styles$1 = css `
|
|
75124
|
+
${display$1('inline-block')}
|
|
75125
|
+
|
|
75091
75126
|
:host {
|
|
75092
|
-
display: inline-block;
|
|
75093
75127
|
width: 500px;
|
|
75094
75128
|
height: 500px;
|
|
75095
75129
|
}
|
|
@@ -78629,6 +78663,12 @@ img.ProseMirror-separator {
|
|
|
78629
78663
|
});
|
|
78630
78664
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleWaferMap());
|
|
78631
78665
|
|
|
78666
|
+
/**
|
|
78667
|
+
* This utility will generate the appropriate display style, as well as a style rule
|
|
78668
|
+
* to hide the host element when its `hidden` attribute is set.
|
|
78669
|
+
*/
|
|
78670
|
+
const display = (displayValue) => `${display$2(displayValue)}`;
|
|
78671
|
+
|
|
78632
78672
|
const styles = css `
|
|
78633
78673
|
${display('inline-block')}
|
|
78634
78674
|
|