@ni/nimble-components 18.6.4 → 18.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/all-components-bundle.js +64 -67
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +920 -912
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/banner/template.js +11 -12
- package/dist/esm/banner/template.js.map +1 -1
- package/dist/esm/combobox/index.js +9 -9
- package/dist/esm/combobox/index.js.map +1 -1
- package/dist/esm/menu-button/template.js +6 -7
- package/dist/esm/menu-button/template.js.map +1 -1
- package/dist/esm/number-field/index.js +14 -14
- package/dist/esm/number-field/index.js.map +1 -1
- package/dist/esm/select/index.js +3 -3
- package/dist/esm/select/index.js.map +1 -1
- package/dist/esm/table/components/cell/index.d.ts +1 -0
- package/dist/esm/table/components/cell/index.js +1 -0
- package/dist/esm/table/components/cell/index.js.map +1 -1
- package/dist/esm/table/components/cell/template.js +5 -6
- package/dist/esm/table/components/cell/template.js.map +1 -1
- package/dist/esm/table/components/header/index.d.ts +1 -0
- package/dist/esm/table/components/header/index.js +1 -0
- package/dist/esm/table/components/header/index.js.map +1 -1
- package/dist/esm/table/components/header/template.js +4 -5
- package/dist/esm/table/components/header/template.js.map +1 -1
- package/dist/esm/table/components/row/index.d.ts +1 -0
- package/dist/esm/table/components/row/index.js +1 -0
- package/dist/esm/table/components/row/index.js.map +1 -1
- package/dist/esm/table/components/row/template.js +3 -4
- package/dist/esm/table/components/row/template.js.map +1 -1
- package/dist/esm/table/template.js +6 -7
- package/dist/esm/table/template.js.map +1 -1
- package/dist/esm/text-field/index.js +3 -3
- package/dist/esm/text-field/index.js.map +1 -1
- package/dist/esm/tooltip/template.js +9 -10
- package/dist/esm/tooltip/template.js.map +1 -1
- package/dist/esm/tree-item/styles.js +0 -6
- package/dist/esm/tree-item/styles.js.map +1 -1
- package/package.json +1 -1
|
@@ -18088,7 +18088,7 @@
|
|
|
18088
18088
|
DesignSystem.getOrCreate()
|
|
18089
18089
|
.withPrefix('nimble')
|
|
18090
18090
|
.register(nimbleAnchoredRegion());
|
|
18091
|
-
DesignSystem.tagFor(AnchoredRegion);
|
|
18091
|
+
const anchoredRegionTag = DesignSystem.tagFor(AnchoredRegion);
|
|
18092
18092
|
|
|
18093
18093
|
/**
|
|
18094
18094
|
* Subscription for {@link ThemeStyleSheetBehavior}
|
|
@@ -18374,7 +18374,7 @@
|
|
|
18374
18374
|
}
|
|
18375
18375
|
});
|
|
18376
18376
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleButton());
|
|
18377
|
-
DesignSystem.tagFor(Button);
|
|
18377
|
+
const buttonTag = DesignSystem.tagFor(Button);
|
|
18378
18378
|
|
|
18379
18379
|
/* 🤖 this file was generated by svg-to-ts */
|
|
18380
18380
|
const add16X16 = {
|
|
@@ -19066,7 +19066,7 @@
|
|
|
19066
19066
|
}
|
|
19067
19067
|
}
|
|
19068
19068
|
registerIcon('icon-exclamation-mark', IconExclamationMark);
|
|
19069
|
-
DesignSystem.tagFor(IconExclamationMark);
|
|
19069
|
+
const iconExclamationMarkTag = DesignSystem.tagFor(IconExclamationMark);
|
|
19070
19070
|
|
|
19071
19071
|
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
19072
19072
|
/**
|
|
@@ -19078,7 +19078,7 @@
|
|
|
19078
19078
|
}
|
|
19079
19079
|
}
|
|
19080
19080
|
registerIcon('icon-info', IconInfo);
|
|
19081
|
-
DesignSystem.tagFor(IconInfo);
|
|
19081
|
+
const iconInfoTag = DesignSystem.tagFor(IconInfo);
|
|
19082
19082
|
|
|
19083
19083
|
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
19084
19084
|
/**
|
|
@@ -19090,7 +19090,7 @@
|
|
|
19090
19090
|
}
|
|
19091
19091
|
}
|
|
19092
19092
|
registerIcon('icon-triangle-filled', IconTriangleFilled);
|
|
19093
|
-
DesignSystem.tagFor(IconTriangleFilled);
|
|
19093
|
+
const iconTriangleFilledTag = DesignSystem.tagFor(IconTriangleFilled);
|
|
19094
19094
|
|
|
19095
19095
|
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
19096
19096
|
/**
|
|
@@ -19102,7 +19102,7 @@
|
|
|
19102
19102
|
}
|
|
19103
19103
|
}
|
|
19104
19104
|
registerIcon('icon-xmark', IconXmark);
|
|
19105
|
-
DesignSystem.tagFor(IconXmark);
|
|
19105
|
+
const iconXmarkTag = DesignSystem.tagFor(IconXmark);
|
|
19106
19106
|
|
|
19107
19107
|
/**
|
|
19108
19108
|
* Severities of banners.
|
|
@@ -19142,13 +19142,13 @@
|
|
|
19142
19142
|
>
|
|
19143
19143
|
<div class="icon">
|
|
19144
19144
|
${when(x => x.severity === BannerSeverity.error, html `
|
|
19145
|
-
<${
|
|
19145
|
+
<${iconExclamationMarkTag}></${iconExclamationMarkTag}>
|
|
19146
19146
|
`)}
|
|
19147
19147
|
${when(x => x.severity === BannerSeverity.warning, html `
|
|
19148
|
-
<${
|
|
19148
|
+
<${iconTriangleFilledTag}></${iconTriangleFilledTag}>
|
|
19149
19149
|
`)}
|
|
19150
19150
|
${when(x => x.severity === BannerSeverity.information, html `
|
|
19151
|
-
<${
|
|
19151
|
+
<${iconInfoTag}></${iconInfoTag}>
|
|
19152
19152
|
`)}
|
|
19153
19153
|
</div>
|
|
19154
19154
|
<div class="text">
|
|
@@ -19159,10 +19159,10 @@
|
|
|
19159
19159
|
<slot name="action"></slot>
|
|
19160
19160
|
<div class="dismiss">
|
|
19161
19161
|
${when(x => !x.preventDismiss, html `
|
|
19162
|
-
<${
|
|
19163
|
-
<${
|
|
19162
|
+
<${buttonTag} appearance="ghost" content-hidden @click="${x => x.dismissBanner()}">
|
|
19163
|
+
<${iconXmarkTag} slot="start"></${iconXmarkTag}>
|
|
19164
19164
|
${x => x.dismissButtonLabel ?? 'Close'}
|
|
19165
|
-
</${
|
|
19165
|
+
</${buttonTag}>
|
|
19166
19166
|
`)}
|
|
19167
19167
|
</div>
|
|
19168
19168
|
</div>
|
|
@@ -19772,7 +19772,7 @@
|
|
|
19772
19772
|
}
|
|
19773
19773
|
});
|
|
19774
19774
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleToggleButton());
|
|
19775
|
-
DesignSystem.tagFor(ToggleButton);
|
|
19775
|
+
const toggleButtonTag = DesignSystem.tagFor(ToggleButton);
|
|
19776
19776
|
|
|
19777
19777
|
const errorTextTemplate = html `
|
|
19778
19778
|
<div class="error-text" title="${x => x.errorText}" aria-live="polite">
|
|
@@ -19790,7 +19790,7 @@
|
|
|
19790
19790
|
}
|
|
19791
19791
|
}
|
|
19792
19792
|
registerIcon('icon-arrow-expander-down', IconArrowExpanderDown);
|
|
19793
|
-
DesignSystem.tagFor(IconArrowExpanderDown);
|
|
19793
|
+
const iconArrowExpanderDownTag = DesignSystem.tagFor(IconArrowExpanderDown);
|
|
19794
19794
|
|
|
19795
19795
|
const DropdownAppearance = {
|
|
19796
19796
|
underline: 'underline',
|
|
@@ -20316,12 +20316,12 @@
|
|
|
20316
20316
|
},
|
|
20317
20317
|
end: html `
|
|
20318
20318
|
<div class="end-slot-container">
|
|
20319
|
-
<${
|
|
20319
|
+
<${iconExclamationMarkTag}
|
|
20320
20320
|
severity="error"
|
|
20321
20321
|
class="error-icon"
|
|
20322
|
-
></${
|
|
20322
|
+
></${iconExclamationMarkTag}>
|
|
20323
20323
|
<div class="separator"></div>
|
|
20324
|
-
<${
|
|
20324
|
+
<${toggleButtonTag}
|
|
20325
20325
|
${ref('dropdownButton')}
|
|
20326
20326
|
appearance="ghost"
|
|
20327
20327
|
?checked="${x => x.open}"
|
|
@@ -20336,12 +20336,12 @@
|
|
|
20336
20336
|
aria-expanded="${x => x.open}"
|
|
20337
20337
|
tabindex="-1"
|
|
20338
20338
|
>
|
|
20339
|
-
<${
|
|
20339
|
+
<${iconArrowExpanderDownTag}
|
|
20340
20340
|
slot="start"
|
|
20341
20341
|
class="dropdown-icon"
|
|
20342
20342
|
>
|
|
20343
|
-
</${
|
|
20344
|
-
</${
|
|
20343
|
+
</${iconArrowExpanderDownTag}>
|
|
20344
|
+
</${toggleButtonTag}>
|
|
20345
20345
|
</div>
|
|
20346
20346
|
${errorTextTemplate}
|
|
20347
20347
|
`
|
|
@@ -20887,7 +20887,7 @@
|
|
|
20887
20887
|
}
|
|
20888
20888
|
}
|
|
20889
20889
|
registerIcon('icon-add', IconAdd);
|
|
20890
|
-
DesignSystem.tagFor(IconAdd);
|
|
20890
|
+
const iconAddTag = DesignSystem.tagFor(IconAdd);
|
|
20891
20891
|
|
|
20892
20892
|
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
20893
20893
|
/**
|
|
@@ -20899,7 +20899,7 @@
|
|
|
20899
20899
|
}
|
|
20900
20900
|
}
|
|
20901
20901
|
registerIcon('icon-arrow-down', IconArrowDown);
|
|
20902
|
-
DesignSystem.tagFor(IconArrowDown);
|
|
20902
|
+
const iconArrowDownTag = DesignSystem.tagFor(IconArrowDown);
|
|
20903
20903
|
|
|
20904
20904
|
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
20905
20905
|
/**
|
|
@@ -21019,7 +21019,7 @@
|
|
|
21019
21019
|
}
|
|
21020
21020
|
}
|
|
21021
21021
|
registerIcon('icon-arrow-up', IconArrowUp);
|
|
21022
|
-
DesignSystem.tagFor(IconArrowUp);
|
|
21022
|
+
const iconArrowUpTag = DesignSystem.tagFor(IconArrowUp);
|
|
21023
21023
|
|
|
21024
21024
|
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
21025
21025
|
/**
|
|
@@ -22123,7 +22123,7 @@
|
|
|
22123
22123
|
}
|
|
22124
22124
|
}
|
|
22125
22125
|
registerIcon('icon-minus-wide', IconMinusWide);
|
|
22126
|
-
DesignSystem.tagFor(IconMinusWide);
|
|
22126
|
+
const iconMinusWideTag = DesignSystem.tagFor(IconMinusWide);
|
|
22127
22127
|
|
|
22128
22128
|
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
22129
22129
|
/**
|
|
@@ -22423,7 +22423,7 @@
|
|
|
22423
22423
|
}
|
|
22424
22424
|
}
|
|
22425
22425
|
registerIcon('icon-three-dots-line', IconThreeDotsLine);
|
|
22426
|
-
DesignSystem.tagFor(IconThreeDotsLine);
|
|
22426
|
+
const iconThreeDotsLineTag = DesignSystem.tagFor(IconThreeDotsLine);
|
|
22427
22427
|
|
|
22428
22428
|
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
22429
22429
|
/**
|
|
@@ -22834,7 +22834,7 @@
|
|
|
22834
22834
|
?open="${x => x.open}"
|
|
22835
22835
|
@focusout="${(x, c) => x.focusoutHandler(c.event)}"
|
|
22836
22836
|
>
|
|
22837
|
-
<${
|
|
22837
|
+
<${toggleButtonTag}
|
|
22838
22838
|
part="button"
|
|
22839
22839
|
appearance="${x => x.appearance}"
|
|
22840
22840
|
?content-hidden="${x => x.contentHidden}"
|
|
@@ -22851,9 +22851,9 @@
|
|
|
22851
22851
|
<slot slot="start" name="start"></slot>
|
|
22852
22852
|
<slot></slot>
|
|
22853
22853
|
<slot slot="end" name="end"></slot>
|
|
22854
|
-
</${
|
|
22854
|
+
</${toggleButtonTag}>
|
|
22855
22855
|
${when(x => x.open, html `
|
|
22856
|
-
<${
|
|
22856
|
+
<${anchoredRegionTag}
|
|
22857
22857
|
fixed-placement="true"
|
|
22858
22858
|
auto-update-mode="auto"
|
|
22859
22859
|
horizontal-inset="true"
|
|
@@ -22867,7 +22867,7 @@
|
|
|
22867
22867
|
<span part="menu">
|
|
22868
22868
|
<slot name="menu" ${slotted({ property: 'slottedMenus' })}></slot>
|
|
22869
22869
|
</span>
|
|
22870
|
-
</${
|
|
22870
|
+
</${anchoredRegionTag}>
|
|
22871
22871
|
`)}
|
|
22872
22872
|
</template>
|
|
22873
22873
|
`;
|
|
@@ -23091,7 +23091,7 @@
|
|
|
23091
23091
|
}
|
|
23092
23092
|
});
|
|
23093
23093
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleMenuButton());
|
|
23094
|
-
DesignSystem.tagFor(MenuButton);
|
|
23094
|
+
const menuButtonTag = DesignSystem.tagFor(MenuButton);
|
|
23095
23095
|
|
|
23096
23096
|
const styles$l = css `
|
|
23097
23097
|
${display('grid')}
|
|
@@ -23427,37 +23427,37 @@
|
|
|
23427
23427
|
delegatesFocus: true
|
|
23428
23428
|
},
|
|
23429
23429
|
stepDownGlyph: html `
|
|
23430
|
-
<${
|
|
23430
|
+
<${buttonTag}
|
|
23431
23431
|
class="step-up-down-button"
|
|
23432
23432
|
appearance="ghost"
|
|
23433
23433
|
content-hidden
|
|
23434
23434
|
tabindex="-1"
|
|
23435
23435
|
>
|
|
23436
23436
|
"Decrement"
|
|
23437
|
-
<${
|
|
23437
|
+
<${iconMinusWideTag}
|
|
23438
23438
|
slot="start"
|
|
23439
23439
|
>
|
|
23440
|
-
</${
|
|
23441
|
-
</${
|
|
23440
|
+
</${iconMinusWideTag}>
|
|
23441
|
+
</${buttonTag}>
|
|
23442
23442
|
`,
|
|
23443
23443
|
stepUpGlyph: html `
|
|
23444
|
-
<${
|
|
23444
|
+
<${buttonTag}
|
|
23445
23445
|
class="step-up-down-button"
|
|
23446
23446
|
appearance="ghost"
|
|
23447
23447
|
content-hidden
|
|
23448
23448
|
tabindex="-1"
|
|
23449
23449
|
>
|
|
23450
23450
|
"Increment"
|
|
23451
|
-
<${
|
|
23451
|
+
<${iconAddTag}
|
|
23452
23452
|
slot="start">
|
|
23453
|
-
</${
|
|
23454
|
-
</${
|
|
23453
|
+
</${iconAddTag}>
|
|
23454
|
+
</${buttonTag}>
|
|
23455
23455
|
`,
|
|
23456
23456
|
end: html `
|
|
23457
|
-
<${
|
|
23457
|
+
<${iconExclamationMarkTag}
|
|
23458
23458
|
severity="error"
|
|
23459
23459
|
class="error-icon"
|
|
23460
|
-
></${
|
|
23460
|
+
></${iconExclamationMarkTag}>
|
|
23461
23461
|
${errorTextTemplate}
|
|
23462
23462
|
`
|
|
23463
23463
|
});
|
|
@@ -23694,10 +23694,10 @@
|
|
|
23694
23694
|
styles: styles$h,
|
|
23695
23695
|
indicator: arrowExpanderDown16X16.data,
|
|
23696
23696
|
end: html `
|
|
23697
|
-
<${
|
|
23697
|
+
<${iconExclamationMarkTag}
|
|
23698
23698
|
severity="error"
|
|
23699
23699
|
class="error-icon"
|
|
23700
|
-
></${
|
|
23700
|
+
></${iconExclamationMarkTag}>
|
|
23701
23701
|
${errorTextTemplate}
|
|
23702
23702
|
`
|
|
23703
23703
|
});
|
|
@@ -27487,10 +27487,10 @@
|
|
|
27487
27487
|
|
|
27488
27488
|
<span class="sort-indicator" aria-hidden="true">
|
|
27489
27489
|
${when(x => x.sortDirection === TableColumnSortDirection.ascending, html `
|
|
27490
|
-
<${
|
|
27490
|
+
<${iconArrowUpTag}></${iconArrowUpTag}>
|
|
27491
27491
|
`)}
|
|
27492
27492
|
${when(x => x.sortDirection === TableColumnSortDirection.descending, html `
|
|
27493
|
-
<${
|
|
27493
|
+
<${iconArrowDownTag}></${iconArrowDownTag}>
|
|
27494
27494
|
`)}
|
|
27495
27495
|
</span>
|
|
27496
27496
|
</template>
|
|
@@ -27537,6 +27537,7 @@
|
|
|
27537
27537
|
styles: styles$c
|
|
27538
27538
|
});
|
|
27539
27539
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTableHeader());
|
|
27540
|
+
const tableHeaderTag = DesignSystem.tagFor(TableHeader);
|
|
27540
27541
|
|
|
27541
27542
|
const styles$b = css `
|
|
27542
27543
|
${display('grid')}
|
|
@@ -27593,17 +27594,17 @@
|
|
|
27593
27594
|
<div ${ref('cellContentContainer')} class="cell-content-container"></div>
|
|
27594
27595
|
|
|
27595
27596
|
${when(x => x.hasActionMenu, html `
|
|
27596
|
-
<${
|
|
27597
|
+
<${menuButtonTag}
|
|
27597
27598
|
content-hidden
|
|
27598
27599
|
appearance="${ButtonAppearance.ghost}"
|
|
27599
27600
|
@beforetoggle="${(x, c) => x.onActionMenuBeforeToggle(c.event)}"
|
|
27600
27601
|
@toggle="${(x, c) => x.onActionMenuToggle(c.event)}"
|
|
27601
27602
|
class="action-menu"
|
|
27602
27603
|
>
|
|
27603
|
-
<${
|
|
27604
|
+
<${iconThreeDotsLineTag} slot="start"></${iconThreeDotsLineTag}>
|
|
27604
27605
|
${x => x.actionMenuLabel}
|
|
27605
27606
|
<slot name="cellActionMenu" slot="menu"></slot>
|
|
27606
|
-
</${
|
|
27607
|
+
</${menuButtonTag}>
|
|
27607
27608
|
`)}
|
|
27608
27609
|
</template>
|
|
27609
27610
|
`;
|
|
@@ -27678,13 +27679,14 @@
|
|
|
27678
27679
|
styles: styles$a
|
|
27679
27680
|
});
|
|
27680
27681
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTableCell());
|
|
27682
|
+
const tableCellTag = DesignSystem.tagFor(TableCell);
|
|
27681
27683
|
|
|
27682
27684
|
// prettier-ignore
|
|
27683
27685
|
const template$5 = html `
|
|
27684
27686
|
<template role="row">
|
|
27685
27687
|
${repeat(x => x.columnStates, html `
|
|
27686
27688
|
${when(x => !x.column.columnHidden, html `
|
|
27687
|
-
<${
|
|
27689
|
+
<${tableCellTag}
|
|
27688
27690
|
class="cell"
|
|
27689
27691
|
:cellTemplate="${x => x.column.cellTemplate}"
|
|
27690
27692
|
:cellStyles="${x => x.column.cellStyles}"
|
|
@@ -27701,7 +27703,7 @@
|
|
|
27701
27703
|
slot="cellActionMenu"
|
|
27702
27704
|
></slot>
|
|
27703
27705
|
`)}
|
|
27704
|
-
</${
|
|
27706
|
+
</${tableCellTag}>
|
|
27705
27707
|
`)}
|
|
27706
27708
|
`)}
|
|
27707
27709
|
</template>
|
|
@@ -27784,6 +27786,7 @@
|
|
|
27784
27786
|
styles: styles$b
|
|
27785
27787
|
});
|
|
27786
27788
|
DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTableRow());
|
|
27789
|
+
const tableRowTag = DesignSystem.tagFor(TableRow);
|
|
27787
27790
|
|
|
27788
27791
|
// prettier-ignore
|
|
27789
27792
|
const template$4 = html `
|
|
@@ -27799,13 +27802,13 @@
|
|
|
27799
27802
|
<div class="header-row" role="row">
|
|
27800
27803
|
${repeat(x => x.columns, html `
|
|
27801
27804
|
${when(x => !x.columnHidden, html `
|
|
27802
|
-
<${
|
|
27805
|
+
<${tableHeaderTag}
|
|
27803
27806
|
class="header"
|
|
27804
27807
|
sort-direction="${x => (typeof x.sortIndex === 'number' ? x.sortDirection : TableColumnSortDirection.none)}"
|
|
27805
27808
|
?first-sorted-column="${(x, c) => x === c.parent.firstSortedColumn}"
|
|
27806
27809
|
>
|
|
27807
27810
|
<slot name="${x => x.slot}"></slot>
|
|
27808
|
-
</${
|
|
27811
|
+
</${tableHeaderTag}>
|
|
27809
27812
|
`)}
|
|
27810
27813
|
`)}
|
|
27811
27814
|
<div class="header-scrollbar-spacer"></div>
|
|
@@ -27817,7 +27820,7 @@
|
|
|
27817
27820
|
role="rowgroup">
|
|
27818
27821
|
${when(x => x.columns.length > 0 && x.canRenderRows, html `
|
|
27819
27822
|
${repeat(x => x.virtualizer.visibleItems, html `
|
|
27820
|
-
<${
|
|
27823
|
+
<${tableRowTag}
|
|
27821
27824
|
class="row"
|
|
27822
27825
|
record-id="${(x, c) => c.parent.tableData[x.index]?.id}"
|
|
27823
27826
|
:dataRecord="${(x, c) => c.parent.tableData[x.index]?.record}"
|
|
@@ -27833,7 +27836,7 @@
|
|
|
27833
27836
|
</slot>
|
|
27834
27837
|
`)}
|
|
27835
27838
|
`)}
|
|
27836
|
-
</${
|
|
27839
|
+
</${tableRowTag}>
|
|
27837
27840
|
`)}
|
|
27838
27841
|
`)}
|
|
27839
27842
|
</div>
|
|
@@ -29660,10 +29663,10 @@
|
|
|
29660
29663
|
delegatesFocus: true
|
|
29661
29664
|
},
|
|
29662
29665
|
end: html `
|
|
29663
|
-
<${
|
|
29666
|
+
<${iconExclamationMarkTag}
|
|
29664
29667
|
severity="error"
|
|
29665
29668
|
class="error-icon"
|
|
29666
|
-
></${
|
|
29669
|
+
></${iconExclamationMarkTag}>
|
|
29667
29670
|
<span part="actions">
|
|
29668
29671
|
<slot name="actions"></slot>
|
|
29669
29672
|
</span>
|
|
@@ -29806,7 +29809,7 @@
|
|
|
29806
29809
|
// prettier-ignore
|
|
29807
29810
|
const template$1 = html `
|
|
29808
29811
|
${when(x => x.tooltipVisible, html `
|
|
29809
|
-
<${
|
|
29812
|
+
<${anchoredRegionTag}
|
|
29810
29813
|
class="anchored-region"
|
|
29811
29814
|
fixed-placement="true"
|
|
29812
29815
|
auto-update-mode="${x => x.autoUpdateMode}"
|
|
@@ -29824,17 +29827,17 @@
|
|
|
29824
29827
|
${ref('region')}
|
|
29825
29828
|
>
|
|
29826
29829
|
<div class="tooltip" part="tooltip" role="tooltip">
|
|
29827
|
-
<${
|
|
29830
|
+
<${iconExclamationMarkTag}
|
|
29828
29831
|
severity="error"
|
|
29829
29832
|
class="status-icon"
|
|
29830
|
-
></${
|
|
29831
|
-
<${
|
|
29833
|
+
></${iconExclamationMarkTag}>
|
|
29834
|
+
<${iconInfoTag}
|
|
29832
29835
|
severity="information"
|
|
29833
29836
|
class="status-icon"
|
|
29834
|
-
></${
|
|
29837
|
+
></${iconInfoTag}>
|
|
29835
29838
|
<slot></slot>
|
|
29836
29839
|
</div>
|
|
29837
|
-
</${
|
|
29840
|
+
</${anchoredRegionTag}>
|
|
29838
29841
|
`)}
|
|
29839
29842
|
`;
|
|
29840
29843
|
|
|
@@ -30072,12 +30075,6 @@
|
|
|
30072
30075
|
height: ${iconSize};
|
|
30073
30076
|
}
|
|
30074
30077
|
|
|
30075
|
-
${
|
|
30076
|
-
/*
|
|
30077
|
-
Cannot call DesignSystem.tagFor(TreeItem) as this string is evaluated
|
|
30078
|
-
before the registration of the element itself; the style is self-referencing.
|
|
30079
|
-
Instead styling against the role which is more general and likely a better approach.
|
|
30080
|
-
*/ ''}
|
|
30081
30078
|
::slotted([role='treeitem']) {
|
|
30082
30079
|
--ni-private-tree-item-nested-width: 1em;
|
|
30083
30080
|
--ni-private-expand-collapse-button-nested-width: calc(
|