@ni/nimble-components 35.4.0 → 35.5.1
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 +331 -155
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +4004 -3898
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/custom-elements.json +105 -2
- package/dist/custom-elements.md +31 -15
- package/dist/esm/anchor-step/template.js +14 -19
- package/dist/esm/anchor-step/template.js.map +1 -1
- package/dist/esm/anchor-step/testing/anchor-step.pageobject.d.ts +7 -0
- package/dist/esm/anchor-step/testing/anchor-step.pageobject.js +7 -0
- package/dist/esm/anchor-step/testing/anchor-step.pageobject.js.map +1 -0
- package/dist/esm/icons/all-icons.d.ts +1 -0
- package/dist/esm/icons/all-icons.js +1 -0
- package/dist/esm/icons/all-icons.js.map +1 -1
- package/dist/esm/icons/user-helmet-safety/index.d.ts +13 -0
- package/dist/esm/icons/user-helmet-safety/index.js +15 -0
- package/dist/esm/icons/user-helmet-safety/index.js.map +1 -0
- package/dist/esm/label-provider/core/index.d.ts +6 -0
- package/dist/esm/label-provider/core/index.js +9 -1
- package/dist/esm/label-provider/core/index.js.map +1 -1
- package/dist/esm/label-provider/core/label-token-defaults.js +2 -0
- package/dist/esm/label-provider/core/label-token-defaults.js.map +1 -1
- package/dist/esm/label-provider/core/label-tokens.d.ts +2 -0
- package/dist/esm/label-provider/core/label-tokens.js +8 -0
- package/dist/esm/label-provider/core/label-tokens.js.map +1 -1
- package/dist/esm/patterns/severity/styles.js +4 -6
- package/dist/esm/patterns/severity/styles.js.map +1 -1
- package/dist/esm/patterns/severity/template.js +1 -0
- package/dist/esm/patterns/severity/template.js.map +1 -1
- package/dist/esm/patterns/severity/testing/severity-pattern.pageobject.d.ts +1 -0
- package/dist/esm/patterns/severity/testing/severity-pattern.pageobject.js +7 -0
- package/dist/esm/patterns/severity/testing/severity-pattern.pageobject.js.map +1 -1
- package/dist/esm/patterns/step/models/step-internals.d.ts +1 -0
- package/dist/esm/patterns/step/models/step-internals.js +4 -0
- package/dist/esm/patterns/step/models/step-internals.js.map +1 -1
- package/dist/esm/patterns/step/styles.js +154 -46
- package/dist/esm/patterns/step/styles.js.map +1 -1
- package/dist/esm/patterns/step/testing/step-base.pageobject.d.ts +12 -0
- package/dist/esm/patterns/step/testing/step-base.pageobject.js +40 -0
- package/dist/esm/patterns/step/testing/step-base.pageobject.js.map +1 -0
- package/dist/esm/patterns/step/types.d.ts +3 -2
- package/dist/esm/patterns/step/types.js.map +1 -1
- package/dist/esm/step/template.js +14 -19
- package/dist/esm/step/template.js.map +1 -1
- package/dist/esm/step/testing/step.pageobject.d.ts +7 -0
- package/dist/esm/step/testing/step.pageobject.js +7 -0
- package/dist/esm/step/testing/step.pageobject.js.map +1 -0
- package/dist/esm/stepper/index.d.ts +8 -0
- package/dist/esm/stepper/index.js +30 -0
- package/dist/esm/stepper/index.js.map +1 -1
- package/dist/esm/stepper/styles.js +18 -1
- package/dist/esm/stepper/styles.js.map +1 -1
- package/dist/esm/stepper/template.js +6 -5
- package/dist/esm/stepper/template.js.map +1 -1
- package/package.json +2 -2
|
@@ -5291,6 +5291,55 @@
|
|
|
5291
5291
|
"kind": "class",
|
|
5292
5292
|
"description": "A nimble-styled stepper",
|
|
5293
5293
|
"name": "Stepper",
|
|
5294
|
+
"members": [
|
|
5295
|
+
{
|
|
5296
|
+
"kind": "field",
|
|
5297
|
+
"name": "orientation",
|
|
5298
|
+
"type": {
|
|
5299
|
+
"text": "StepperOrientation"
|
|
5300
|
+
},
|
|
5301
|
+
"privacy": "public"
|
|
5302
|
+
},
|
|
5303
|
+
{
|
|
5304
|
+
"kind": "method",
|
|
5305
|
+
"name": "orientationChanged",
|
|
5306
|
+
"privacy": "private",
|
|
5307
|
+
"return": {
|
|
5308
|
+
"type": {
|
|
5309
|
+
"text": "void"
|
|
5310
|
+
}
|
|
5311
|
+
}
|
|
5312
|
+
},
|
|
5313
|
+
{
|
|
5314
|
+
"kind": "method",
|
|
5315
|
+
"name": "stepsChanged",
|
|
5316
|
+
"privacy": "private",
|
|
5317
|
+
"return": {
|
|
5318
|
+
"type": {
|
|
5319
|
+
"text": "void"
|
|
5320
|
+
}
|
|
5321
|
+
}
|
|
5322
|
+
},
|
|
5323
|
+
{
|
|
5324
|
+
"kind": "method",
|
|
5325
|
+
"name": "updateStepInternals",
|
|
5326
|
+
"privacy": "private",
|
|
5327
|
+
"return": {
|
|
5328
|
+
"type": {
|
|
5329
|
+
"text": "void"
|
|
5330
|
+
}
|
|
5331
|
+
}
|
|
5332
|
+
}
|
|
5333
|
+
],
|
|
5334
|
+
"attributes": [
|
|
5335
|
+
{
|
|
5336
|
+
"name": "orientation",
|
|
5337
|
+
"type": {
|
|
5338
|
+
"text": "StepperOrientation"
|
|
5339
|
+
},
|
|
5340
|
+
"fieldName": "orientation"
|
|
5341
|
+
}
|
|
5342
|
+
],
|
|
5294
5343
|
"superclass": {
|
|
5295
5344
|
"name": "FoundationElement",
|
|
5296
5345
|
"package": "@ni/fast-foundation"
|
|
@@ -8421,6 +8470,22 @@
|
|
|
8421
8470
|
},
|
|
8422
8471
|
"privacy": "public"
|
|
8423
8472
|
},
|
|
8473
|
+
{
|
|
8474
|
+
"kind": "field",
|
|
8475
|
+
"name": "popupIconCompleted",
|
|
8476
|
+
"type": {
|
|
8477
|
+
"text": "string | undefined"
|
|
8478
|
+
},
|
|
8479
|
+
"privacy": "public"
|
|
8480
|
+
},
|
|
8481
|
+
{
|
|
8482
|
+
"kind": "field",
|
|
8483
|
+
"name": "popupIconCurrent",
|
|
8484
|
+
"type": {
|
|
8485
|
+
"text": "string | undefined"
|
|
8486
|
+
},
|
|
8487
|
+
"privacy": "public"
|
|
8488
|
+
},
|
|
8424
8489
|
{
|
|
8425
8490
|
"kind": "field",
|
|
8426
8491
|
"name": "popupIconInformation",
|
|
@@ -8485,7 +8550,7 @@
|
|
|
8485
8550
|
},
|
|
8486
8551
|
"privacy": "protected",
|
|
8487
8552
|
"readonly": true,
|
|
8488
|
-
"default": "{ popupDismiss: popupDismissLabel, numericDecrement: numericDecrementLabel, numericIncrement: numericIncrementLabel, popupIconError: popupIconErrorLabel, popupIconWarning: popupIconWarningLabel, popupIconInformation: popupIconInformationLabel, filterSearch: filterSearchLabel, filterNoResults: filterNoResultsLabel, loading: loadingLabel, scrollBackward: scrollBackwardLabel, scrollForward: scrollForwardLabel, itemRemove: itemRemoveLabel }",
|
|
8553
|
+
"default": "{ popupDismiss: popupDismissLabel, numericDecrement: numericDecrementLabel, numericIncrement: numericIncrementLabel, popupIconError: popupIconErrorLabel, popupIconWarning: popupIconWarningLabel, popupIconCompleted: popupIconCompletedLabel, popupIconCurrent: popupIconCurrentLabel, popupIconInformation: popupIconInformationLabel, filterSearch: filterSearchLabel, filterNoResults: filterNoResultsLabel, loading: loadingLabel, scrollBackward: scrollBackwardLabel, scrollForward: scrollForwardLabel, itemRemove: itemRemoveLabel }",
|
|
8489
8554
|
"inheritedFrom": {
|
|
8490
8555
|
"name": "LabelProviderBase",
|
|
8491
8556
|
"module": "src/label-provider/base/index.ts"
|
|
@@ -8595,6 +8660,20 @@
|
|
|
8595
8660
|
},
|
|
8596
8661
|
"fieldName": "popupIconWarning"
|
|
8597
8662
|
},
|
|
8663
|
+
{
|
|
8664
|
+
"name": "popup-icon-completed",
|
|
8665
|
+
"type": {
|
|
8666
|
+
"text": "string | undefined"
|
|
8667
|
+
},
|
|
8668
|
+
"fieldName": "popupIconCompleted"
|
|
8669
|
+
},
|
|
8670
|
+
{
|
|
8671
|
+
"name": "popup-icon-current",
|
|
8672
|
+
"type": {
|
|
8673
|
+
"text": "string | undefined"
|
|
8674
|
+
},
|
|
8675
|
+
"fieldName": "popupIconCurrent"
|
|
8676
|
+
},
|
|
8598
8677
|
{
|
|
8599
8678
|
"name": "popup-icon-information",
|
|
8600
8679
|
"type": {
|
|
@@ -8688,7 +8767,7 @@
|
|
|
8688
8767
|
"type": {
|
|
8689
8768
|
"text": "{ readonly [key in TokenName]: string }"
|
|
8690
8769
|
},
|
|
8691
|
-
"default": "{ popupDismissLabel: 'Close', numericIncrementLabel: 'Increment', numericDecrementLabel: 'Decrement', popupIconErrorLabel: 'Error', popupIconWarningLabel: 'Warning', popupIconInformationLabel: 'Information', filterSearchLabel: 'Search', filterNoResultsLabel: 'No items found', loadingLabel: 'Loading…', scrollBackwardLabel: 'Scroll backward', scrollForwardLabel: 'Scroll forward', itemRemoveLabel: 'Remove' }"
|
|
8770
|
+
"default": "{ popupDismissLabel: 'Close', numericIncrementLabel: 'Increment', numericDecrementLabel: 'Decrement', popupIconErrorLabel: 'Error', popupIconWarningLabel: 'Warning', popupIconCompletedLabel: 'Completed', popupIconCurrentLabel: 'Current', popupIconInformationLabel: 'Information', filterSearchLabel: 'Search', filterNoResultsLabel: 'No items found', loadingLabel: 'Loading…', scrollBackwardLabel: 'Scroll backward', scrollForwardLabel: 'Scroll forward', itemRemoveLabel: 'Remove' }"
|
|
8692
8771
|
}
|
|
8693
8772
|
],
|
|
8694
8773
|
"exports": [
|
|
@@ -8726,6 +8805,14 @@
|
|
|
8726
8805
|
"kind": "variable",
|
|
8727
8806
|
"name": "popupIconWarningLabel"
|
|
8728
8807
|
},
|
|
8808
|
+
{
|
|
8809
|
+
"kind": "variable",
|
|
8810
|
+
"name": "popupIconCompletedLabel"
|
|
8811
|
+
},
|
|
8812
|
+
{
|
|
8813
|
+
"kind": "variable",
|
|
8814
|
+
"name": "popupIconCurrentLabel"
|
|
8815
|
+
},
|
|
8729
8816
|
{
|
|
8730
8817
|
"kind": "variable",
|
|
8731
8818
|
"name": "popupIconInformationLabel"
|
|
@@ -8796,6 +8883,22 @@
|
|
|
8796
8883
|
"module": "src/label-provider/core/label-tokens.ts"
|
|
8797
8884
|
}
|
|
8798
8885
|
},
|
|
8886
|
+
{
|
|
8887
|
+
"kind": "js",
|
|
8888
|
+
"name": "popupIconCompletedLabel",
|
|
8889
|
+
"declaration": {
|
|
8890
|
+
"name": "popupIconCompletedLabel",
|
|
8891
|
+
"module": "src/label-provider/core/label-tokens.ts"
|
|
8892
|
+
}
|
|
8893
|
+
},
|
|
8894
|
+
{
|
|
8895
|
+
"kind": "js",
|
|
8896
|
+
"name": "popupIconCurrentLabel",
|
|
8897
|
+
"declaration": {
|
|
8898
|
+
"name": "popupIconCurrentLabel",
|
|
8899
|
+
"module": "src/label-provider/core/label-tokens.ts"
|
|
8900
|
+
}
|
|
8901
|
+
},
|
|
8799
8902
|
{
|
|
8800
8903
|
"kind": "js",
|
|
8801
8904
|
"name": "popupIconInformationLabel",
|
package/dist/custom-elements.md
CHANGED
|
@@ -877,6 +877,18 @@
|
|
|
877
877
|
| ------------------- | ------ | ------------------- |
|
|
878
878
|
| `FoundationElement` | | @ni/fast-foundation |
|
|
879
879
|
|
|
880
|
+
### Fields
|
|
881
|
+
|
|
882
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
883
|
+
| ------------- | ------- | -------------------- | ------- | ----------- | -------------- |
|
|
884
|
+
| `orientation` | public | `StepperOrientation` | | | |
|
|
885
|
+
|
|
886
|
+
### Attributes
|
|
887
|
+
|
|
888
|
+
| Name | Field | Inherited From |
|
|
889
|
+
| ------------- | ----------- | -------------- |
|
|
890
|
+
| `orientation` | orientation | |
|
|
891
|
+
|
|
880
892
|
<hr/>
|
|
881
893
|
|
|
882
894
|
## class: `Switch`
|
|
@@ -1235,21 +1247,23 @@
|
|
|
1235
1247
|
|
|
1236
1248
|
### Fields
|
|
1237
1249
|
|
|
1238
|
-
| Name | Privacy | Type | Default
|
|
1239
|
-
| ---------------------- | --------- | --------------------- |
|
|
1240
|
-
| `popupDismiss` | public | `string \| undefined` |
|
|
1241
|
-
| `numericDecrement` | public | `string \| undefined` |
|
|
1242
|
-
| `numericIncrement` | public | `string \| undefined` |
|
|
1243
|
-
| `popupIconError` | public | `string \| undefined` |
|
|
1244
|
-
| `popupIconWarning` | public | `string \| undefined` |
|
|
1245
|
-
| `
|
|
1246
|
-
| `
|
|
1247
|
-
| `
|
|
1248
|
-
| `
|
|
1249
|
-
| `
|
|
1250
|
-
| `
|
|
1251
|
-
| `
|
|
1252
|
-
| `
|
|
1250
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
1251
|
+
| ---------------------- | --------- | --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------- | ----------------- |
|
|
1252
|
+
| `popupDismiss` | public | `string \| undefined` | | | |
|
|
1253
|
+
| `numericDecrement` | public | `string \| undefined` | | | |
|
|
1254
|
+
| `numericIncrement` | public | `string \| undefined` | | | |
|
|
1255
|
+
| `popupIconError` | public | `string \| undefined` | | | |
|
|
1256
|
+
| `popupIconWarning` | public | `string \| undefined` | | | |
|
|
1257
|
+
| `popupIconCompleted` | public | `string \| undefined` | | | |
|
|
1258
|
+
| `popupIconCurrent` | public | `string \| undefined` | | | |
|
|
1259
|
+
| `popupIconInformation` | public | `string \| undefined` | | | |
|
|
1260
|
+
| `filterSearch` | public | `string \| undefined` | | | |
|
|
1261
|
+
| `filterNoResults` | public | `string \| undefined` | | | |
|
|
1262
|
+
| `loading` | public | `string \| undefined` | | | |
|
|
1263
|
+
| `scrollBackward` | public | `string \| undefined` | | | |
|
|
1264
|
+
| `scrollForward` | public | `string \| undefined` | | | |
|
|
1265
|
+
| `itemRemove` | public | `string \| undefined` | | | |
|
|
1266
|
+
| `supportedLabels` | protected | `SupportedLabels` | `{ popupDismiss: popupDismissLabel, numericDecrement: numericDecrementLabel, numericIncrement: numericIncrementLabel, popupIconError: popupIconErrorLabel, popupIconWarning: popupIconWarningLabel, popupIconCompleted: popupIconCompletedLabel, popupIconCurrent: popupIconCurrentLabel, popupIconInformation: popupIconInformationLabel, filterSearch: filterSearchLabel, filterNoResults: filterNoResultsLabel, loading: loadingLabel, scrollBackward: scrollBackwardLabel, scrollForward: scrollForwardLabel, itemRemove: itemRemoveLabel }` | | LabelProviderBase |
|
|
1253
1267
|
|
|
1254
1268
|
### Methods
|
|
1255
1269
|
|
|
@@ -1266,6 +1280,8 @@
|
|
|
1266
1280
|
| `numeric-increment` | numericIncrement | |
|
|
1267
1281
|
| `popup-icon-error` | popupIconError | |
|
|
1268
1282
|
| `popup-icon-warning` | popupIconWarning | |
|
|
1283
|
+
| `popup-icon-completed` | popupIconCompleted | |
|
|
1284
|
+
| `popup-icon-current` | popupIconCurrent | |
|
|
1269
1285
|
| `popup-icon-information` | popupIconInformation | |
|
|
1270
1286
|
| `filter-search` | filterSearch | |
|
|
1271
1287
|
| `filter-no-results` | filterNoResults | |
|
|
@@ -1,13 +1,14 @@
|
|
|
1
|
-
import { html, ref,
|
|
1
|
+
import { html, ref, ViewTemplate, when } from '@ni/fast-element';
|
|
2
2
|
import { startSlotTemplate, endSlotTemplate } from '@ni/fast-foundation';
|
|
3
3
|
import { severityTextTemplate } from '../patterns/severity/template';
|
|
4
4
|
import { Severity } from '../patterns/severity/types';
|
|
5
5
|
import { iconExclamationMarkTag } from '../icons/exclamation-mark';
|
|
6
6
|
import { iconTriangleFilledTag } from '../icons/triangle-filled';
|
|
7
7
|
import { iconCheckTag } from '../icons/check';
|
|
8
|
+
import { popupIconCurrentLabel, popupIconErrorLabel, popupIconWarningLabel, popupIconCompletedLabel } from '../label-provider/core/label-tokens';
|
|
8
9
|
export const template = (context, definition) => html `
|
|
9
10
|
<template slot="step">
|
|
10
|
-
<
|
|
11
|
+
<li class="
|
|
11
12
|
container
|
|
12
13
|
${x => (x.stepInternals.orientation === 'vertical' ? 'vertical' : '')}
|
|
13
14
|
${x => (x.stepInternals.last ? 'last' : '')}
|
|
@@ -46,28 +47,22 @@ export const template = (context, definition) => html `
|
|
|
46
47
|
aria-roledescription="${x => x.ariaRoledescription}"
|
|
47
48
|
${ref('control')}
|
|
48
49
|
>
|
|
49
|
-
<div class="icon">
|
|
50
|
-
<
|
|
50
|
+
<div class="icon">
|
|
51
|
+
<span class="current-label">${x => (x.selected ? popupIconCurrentLabel.getValueFor(x) : '')}</span>
|
|
52
|
+
<div class="step-indicator"><slot name="step-indicator"><span aria-hidden="true">${x => x.stepInternals.position}</span></slot></div>
|
|
51
53
|
<div class="icon-severity">
|
|
52
|
-
${when(x => x.severity === Severity.error, html `<${iconExclamationMarkTag}></${iconExclamationMarkTag}>`)}
|
|
53
|
-
${when(x => x.severity === Severity.warning, html `<${iconTriangleFilledTag}></${iconTriangleFilledTag}>`)}
|
|
54
|
-
${when(x => x.severity === Severity.success, html `<${iconCheckTag}></${iconCheckTag}>`)}
|
|
55
|
-
</div>
|
|
56
|
-
</div>
|
|
57
|
-
<div class="content">
|
|
58
|
-
<div class="title-wrapper">
|
|
59
|
-
${startSlotTemplate(context, definition)}
|
|
60
|
-
<div class="title"><slot name="title"></slot></div>
|
|
61
|
-
${endSlotTemplate(context, definition)}
|
|
62
|
-
<div class="line"></div>
|
|
63
|
-
</div>
|
|
64
|
-
<div class="subtitle">
|
|
65
|
-
<slot name="subtitle"></slot>
|
|
54
|
+
${when(x => x.severity === Severity.error, html `<${iconExclamationMarkTag} role="img" aria-label="${x => popupIconErrorLabel.getValueFor(x)}"></${iconExclamationMarkTag}>`)}
|
|
55
|
+
${when(x => x.severity === Severity.warning, html `<${iconTriangleFilledTag} role="img" aria-label="${x => popupIconWarningLabel.getValueFor(x)}"></${iconTriangleFilledTag}>`)}
|
|
56
|
+
${when(x => x.severity === Severity.success, html `<${iconCheckTag} role="img" aria-label="${x => popupIconCompletedLabel.getValueFor(x)}"></${iconCheckTag}>`)}
|
|
66
57
|
</div>
|
|
67
58
|
</div>
|
|
59
|
+
<div class="top-spacer"></div>
|
|
60
|
+
<div class="title">${startSlotTemplate(context, definition)}<slot name="title"></slot>${endSlotTemplate(context, definition)}</div>
|
|
61
|
+
<div class="line"></div>
|
|
62
|
+
<div class="subtitle"><slot name="subtitle"></slot></div>
|
|
68
63
|
</a>
|
|
69
64
|
${severityTextTemplate}
|
|
70
|
-
</
|
|
65
|
+
</li>
|
|
71
66
|
</template>
|
|
72
67
|
`;
|
|
73
68
|
//# sourceMappingURL=template.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"template.js","sourceRoot":"","sources":["../../../src/anchor-step/template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,GAAG,EAAE,
|
|
1
|
+
{"version":3,"file":"template.js","sourceRoot":"","sources":["../../../src/anchor-step/template.ts"],"names":[],"mappings":"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","sourcesContent":["import { html, ref, ViewTemplate, when } from '@ni/fast-element';\nimport { type FoundationElementTemplate, type AnchorOptions, startSlotTemplate, endSlotTemplate } from '@ni/fast-foundation';\nimport type { AnchorStep } from '.';\nimport { severityTextTemplate } from '../patterns/severity/template';\nimport { Severity } from '../patterns/severity/types';\nimport { iconExclamationMarkTag } from '../icons/exclamation-mark';\nimport { iconTriangleFilledTag } from '../icons/triangle-filled';\nimport { iconCheckTag } from '../icons/check';\nimport type { StepPattern } from '../patterns/step/types';\nimport { popupIconCurrentLabel, popupIconErrorLabel, popupIconWarningLabel, popupIconCompletedLabel } from '../label-provider/core/label-tokens';\n\nexport const template: FoundationElementTemplate<\nViewTemplate<AnchorStep>,\nAnchorOptions\n> = (context, definition) => html<AnchorStep>`\n <template slot=\"step\">\n <li class=\"\n container\n ${x => (x.stepInternals.orientation === 'vertical' ? 'vertical' : '')}\n ${x => (x.stepInternals.last ? 'last' : '')}\n \">\n <a\n class=\"control\"\n part=\"control\"\n download=\"${x => x.download}\"\n href=${x => (x.disabled ? null : x.href)}\n hreflang=\"${x => x.hreflang}\"\n ping=\"${x => x.ping}\"\n referrerpolicy=\"${x => x.referrerpolicy}\"\n rel=\"${x => x.rel}\"\n target=\"${x => x.target}\"\n type=\"${x => x.type}\"\n tabindex=\"${x => x.tabIndex}\"\n aria-atomic=\"${x => x.ariaAtomic}\"\n aria-busy=\"${x => x.ariaBusy}\"\n aria-controls=\"${x => x.ariaControls}\"\n aria-current=\"${x => x.ariaCurrent}\"\n aria-describedby=\"${x => x.ariaDescribedby}\"\n aria-details=\"${x => x.ariaDetails}\"\n aria-disabled=\"${x => x.ariaDisabled}\"\n aria-errormessage=\"${x => x.ariaErrormessage}\"\n aria-expanded=\"${x => x.ariaExpanded}\"\n aria-flowto=\"${x => x.ariaFlowto}\"\n aria-haspopup=\"${x => x.ariaHaspopup}\"\n aria-hidden=\"${x => x.ariaHidden}\"\n aria-invalid=\"${x => x.ariaInvalid}\"\n aria-keyshortcuts=\"${x => x.ariaKeyshortcuts}\"\n aria-label=\"${x => x.ariaLabel}\"\n aria-labelledby=\"${x => x.ariaLabelledby}\"\n aria-live=\"${x => x.ariaLive}\"\n aria-owns=\"${x => x.ariaOwns}\"\n aria-relevant=\"${x => x.ariaRelevant}\"\n aria-roledescription=\"${x => x.ariaRoledescription}\"\n ${ref('control')}\n >\n <div class=\"icon\">\n <span class=\"current-label\">${x => (x.selected ? popupIconCurrentLabel.getValueFor(x) : '')}</span>\n <div class=\"step-indicator\"><slot name=\"step-indicator\"><span aria-hidden=\"true\">${x => x.stepInternals.position}</span></slot></div>\n <div class=\"icon-severity\">\n ${when(\n x => x.severity === Severity.error,\n html<StepPattern>`<${iconExclamationMarkTag} role=\"img\" aria-label=\"${x => popupIconErrorLabel.getValueFor(x)}\"></${iconExclamationMarkTag}>`\n )}\n ${when(\n x => x.severity === Severity.warning,\n html<StepPattern>`<${iconTriangleFilledTag} role=\"img\" aria-label=\"${x => popupIconWarningLabel.getValueFor(x)}\"></${iconTriangleFilledTag}>`\n )}\n ${when(\n x => x.severity === Severity.success,\n html<StepPattern>`<${iconCheckTag} role=\"img\" aria-label=\"${x => popupIconCompletedLabel.getValueFor(x)}\"></${iconCheckTag}>`\n )}\n </div>\n </div>\n <div class=\"top-spacer\"></div>\n <div class=\"title\">${startSlotTemplate(context, definition)}<slot name=\"title\"></slot>${endSlotTemplate(context, definition)}</div>\n <div class=\"line\"></div>\n <div class=\"subtitle\"><slot name=\"subtitle\"></slot></div>\n </a>\n ${severityTextTemplate}\n </li>\n </template>\n`;\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"anchor-step.pageobject.js","sourceRoot":"","sources":["../../../../src/anchor-step/testing/anchor-step.pageobject.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,kDAAkD,CAAC;AAEtF;;GAEG;AACH,MAAM,OAAO,oBAAqB,SAAQ,kBAA8B;CAEvE","sourcesContent":["import type { AnchorStep } from '..';\nimport { StepBasePageObject } from '../../patterns/step/testing/step-base.pageobject';\n\n/**\n * Page object for anchor steps\n */\nexport class AnchorStepPageObject extends StepBasePageObject<AnchorStep> {\n\n}\n"]}
|
|
@@ -221,6 +221,7 @@ export { IconUnlock } from './unlock';
|
|
|
221
221
|
export { IconUpRightFromSquare } from './up-right-from-square';
|
|
222
222
|
export { IconUpload } from './upload';
|
|
223
223
|
export { IconUser } from './user';
|
|
224
|
+
export { IconUserHelmetSafety } from './user-helmet-safety';
|
|
224
225
|
export { IconWatch } from './watch';
|
|
225
226
|
export { IconWaveform } from './waveform';
|
|
226
227
|
export { IconWebviCustom } from './webvi-custom';
|
|
@@ -223,6 +223,7 @@ export { IconUnlock } from './unlock';
|
|
|
223
223
|
export { IconUpRightFromSquare } from './up-right-from-square';
|
|
224
224
|
export { IconUpload } from './upload';
|
|
225
225
|
export { IconUser } from './user';
|
|
226
|
+
export { IconUserHelmetSafety } from './user-helmet-safety';
|
|
226
227
|
export { IconWatch } from './watch';
|
|
227
228
|
export { IconWaveform } from './waveform';
|
|
228
229
|
export { IconWebviCustom } from './webvi-custom';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"all-icons.js","sourceRoot":"","sources":["../../../src/icons/all-icons.ts"],"names":[],"mappings":"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","sourcesContent":["// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY\n// See generation source in nimble-components/build/generate-icons\n\nexport { IconAdd } from './add';\nexport { IconArrowDown } from './arrow-down';\nexport { IconArrowDownLeftAndArrowUpRight } from './arrow-down-left-and-arrow-up-right';\nexport { IconArrowDownRectangle } from './arrow-down-rectangle';\nexport { IconArrowDownRightAndArrowUpLeft } from './arrow-down-right-and-arrow-up-left';\nexport { IconArrowDownTwoRectangles } from './arrow-down-two-rectangles';\nexport { IconArrowExpanderDown } from './arrow-expander-down';\nexport { IconArrowExpanderLeft } from './arrow-expander-left';\nexport { IconArrowExpanderRight } from './arrow-expander-right';\nexport { IconArrowExpanderUp } from './arrow-expander-up';\nexport { IconArrowInCircle } from './arrow-in-circle';\nexport { IconArrowLeftFromLine } from './arrow-left-from-line';\nexport { IconArrowLeftTwoRectangles } from './arrow-left-two-rectangles';\nexport { IconArrowOutCircle } from './arrow-out-circle';\nexport { IconArrowPartialRotateLeft } from './arrow-partial-rotate-left';\nexport { IconArrowRightThin } from './arrow-right-thin';\nexport { IconArrowRightToLine } from './arrow-right-to-line';\nexport { IconArrowRightTwoRectangles } from './arrow-right-two-rectangles';\nexport { IconArrowRotateRight } from './arrow-rotate-right';\nexport { IconArrowULeft } from './arrow-u-left';\nexport { IconArrowURight } from './arrow-u-right';\nexport { IconArrowUUp } from './arrow-u-up';\nexport { IconArrowUp } from './arrow-up';\nexport { IconArrowUpLeftAndArrowDownRight } from './arrow-up-left-and-arrow-down-right';\nexport { IconArrowUpRectangle } from './arrow-up-rectangle';\nexport { IconArrowUpRightAndArrowDownLeft } from './arrow-up-right-and-arrow-down-left';\nexport { IconArrowUpRightFromSquare } from './arrow-up-right-from-square';\nexport { IconArrowUpTwoRectangles } from './arrow-up-two-rectangles';\nexport { IconArrowsMaximize } from './arrows-maximize';\nexport { IconArrowsRepeat } from './arrows-repeat';\nexport { IconArrowsRotateReverseDot } from './arrows-rotate-reverse-dot';\nexport { IconAsterisk } from './asterisk';\nexport { IconAt } from './at';\nexport { IconBars } from './bars';\nexport { IconBell } from './bell';\nexport { IconBellAndComment } from './bell-and-comment';\nexport { IconBellAndMessage } from './bell-and-message';\nexport { IconBellCheck } from './bell-check';\nexport { IconBellCircle } from './bell-circle';\nexport { IconBellOn } from './bell-on';\nexport { IconBellSolidCircle } from './bell-solid-circle';\nexport { IconBlockWithRibbon } from './block-with-ribbon';\nexport { IconBoldB } from './bold-b';\nexport { IconBookMagnifyingGlass } from './book-magnifying-glass';\nexport { IconCalendarArrowsRotateReverseDot } from './calendar-arrows-rotate-reverse-dot';\nexport { IconCalendarCheckLines } from './calendar-check-lines';\nexport { IconCalendarCircleExclamation } from './calendar-circle-exclamation';\nexport { IconCalendarClock } from './calendar-clock';\nexport { IconCalendarDay } from './calendar-day';\nexport { IconCalendarDayOutline } from './calendar-day-outline';\nexport { IconCalendarDays } from './calendar-days';\nexport { IconCalendarLines } from './calendar-lines';\nexport { IconCalendarRectangle } from './calendar-rectangle';\nexport { IconCalendarWeek } from './calendar-week';\nexport { IconCalipers } from './calipers';\nexport { IconCamera } from './camera';\nexport { IconChartDiagram } from './chart-diagram';\nexport { IconChartDiagramChildFocus } from './chart-diagram-child-focus';\nexport { IconChartDiagramParentFocus } from './chart-diagram-parent-focus';\nexport { IconChartDiagramParentFocusTwoChild } from './chart-diagram-parent-focus-two-child';\nexport { IconCheck } from './check';\nexport { IconCheckDot } from './check-dot';\nexport { IconCircle } from './circle';\nexport { IconCircleBroken } from './circle-broken';\nexport { IconCircleCheck } from './circle-check';\nexport { IconCircleFilled } from './circle-filled';\nexport { IconCircleMinus } from './circle-minus';\nexport { IconCirclePartialBroken } from './circle-partial-broken';\nexport { IconCircleSlash } from './circle-slash';\nexport { IconCircleX } from './circle-x';\nexport { IconClipboard } from './clipboard';\nexport { IconClock } from './clock';\nexport { IconClockCog } from './clock-cog';\nexport { IconClockExclamation } from './clock-exclamation';\nexport { IconClockTriangle } from './clock-triangle';\nexport { IconClone } from './clone';\nexport { IconCloud } from './cloud';\nexport { IconCloudUpload } from './cloud-upload';\nexport { IconCloudWithArrow } from './cloud-with-arrow';\nexport { IconCog } from './cog';\nexport { IconCogDatabase } from './cog-database';\nexport { IconCogDatabaseInset } from './cog-database-inset';\nexport { IconCogSmallCog } from './cog-small-cog';\nexport { IconCogZoomed } from './cog-zoomed';\nexport { IconComment } from './comment';\nexport { IconComputerAndMonitor } from './computer-and-monitor';\nexport { IconCopy } from './copy';\nexport { IconCopyText } from './copy-text';\nexport { IconDashboardBuilder } from './dashboard-builder';\nexport { IconDashboardBuilderLegend } from './dashboard-builder-legend';\nexport { IconDashboardBuilderTemplates } from './dashboard-builder-templates';\nexport { IconDashboardBuilderTile } from './dashboard-builder-tile';\nexport { IconDatabase } from './database';\nexport { IconDatabaseCheck } from './database-check';\nexport { IconDebug } from './debug';\nexport { IconDesktop } from './desktop';\nexport { IconDiadem } from './diadem';\nexport { IconDonutChart } from './donut-chart';\nexport { IconDotSolidDotStroke } from './dot-solid-dot-stroke';\nexport { IconDotSolidDotStrokeMeasurement } from './dot-solid-dot-stroke-measurement';\nexport { IconDownRightFromSquare } from './down-right-from-square';\nexport { IconDownload } from './download';\nexport { IconElectronicChipZoomed } from './electronic-chip-zoomed';\nexport { IconExclamationMark } from './exclamation-mark';\nexport { IconEye } from './eye';\nexport { IconEyeDash } from './eye-dash';\nexport { IconFancyA } from './fancy-a';\nexport { IconFile } from './file';\nexport { IconFileArrowCurvedRight } from './file-arrow-curved-right';\nexport { IconFileDrawer } from './file-drawer';\nexport { IconFileSearch } from './file-search';\nexport { IconFilter } from './filter';\nexport { IconFloppyDisk } from './floppy-disk';\nexport { IconFloppyDiskCheckmark } from './floppy-disk-checkmark';\nexport { IconFloppyDiskPen } from './floppy-disk-pen';\nexport { IconFloppyDiskStarArrowRight } from './floppy-disk-star-arrow-right';\nexport { IconFloppyDiskThreeDots } from './floppy-disk-three-dots';\nexport { IconFolder } from './folder';\nexport { IconFolderOpen } from './folder-open';\nexport { IconForklift } from './forklift';\nexport { IconForwardSlash } from './forward-slash';\nexport { IconFourDotsSquare } from './four-dots-square';\nexport { IconFunction } from './function';\nexport { IconGaugeSimple } from './gauge-simple';\nexport { IconGridThreeByThree } from './grid-three-by-three';\nexport { IconGridTwoByTwo } from './grid-two-by-two';\nexport { IconHammer } from './hammer';\nexport { IconHashtag } from './hashtag';\nexport { IconHome } from './home';\nexport { IconHorizontalTriangleOutline } from './horizontal-triangle-outline';\nexport { IconHourglass } from './hourglass';\nexport { IconIndent } from './indent';\nexport { IconIndeterminantCheckbox } from './indeterminant-checkbox';\nexport { IconInfo } from './info';\nexport { IconInfoCircle } from './info-circle';\nexport { IconInwardSquaresThree } from './inward-squares-three';\nexport { IconItalicI } from './italic-i';\nexport { IconKey } from './key';\nexport { IconLaptop } from './laptop';\nexport { IconLayerGroup } from './layer-group';\nexport { IconLightbulb } from './lightbulb';\nexport { IconLightningBolt } from './lightning-bolt';\nexport { IconLink } from './link';\nexport { IconLinkCancel } from './link-cancel';\nexport { IconList } from './list';\nexport { IconListTree } from './list-tree';\nexport { IconListTreeDatabase } from './list-tree-database';\nexport { IconLock } from './lock';\nexport { IconMagnifyingGlass } from './magnifying-glass';\nexport { IconMarkdown } from './markdown';\nexport { IconMessage } from './message';\nexport { IconMessageBot } from './message-bot';\nexport { IconMessagesSparkle } from './messages-sparkle';\nexport { IconMicrophone } from './microphone';\nexport { IconMinus } from './minus';\nexport { IconMinusWide } from './minus-wide';\nexport { IconMobile } from './mobile';\nexport { IconMountainSun } from './mountain-sun';\nexport { IconNi } from './ni';\nexport { IconNotebook } from './notebook';\nexport { IconNumberList } from './number-list';\nexport { IconOutdent } from './outdent';\nexport { IconOutwardSquaresThree } from './outward-squares-three';\nexport { IconPaperPlane } from './paper-plane';\nexport { IconPaperclip } from './paperclip';\nexport { IconPaste } from './paste';\nexport { IconPause } from './pause';\nexport { IconPencil } from './pencil';\nexport { IconPencilToRectangle } from './pencil-to-rectangle';\nexport { IconPlay } from './play';\nexport { IconPotWithLid } from './pot-with-lid';\nexport { IconPrint } from './print';\nexport { IconQrcodeRead } from './qrcode-read';\nexport { IconQuestion } from './question';\nexport { IconRectangleCheckLines } from './rectangle-check-lines';\nexport { IconRectangleLines } from './rectangle-lines';\nexport { IconRunningArrow } from './running-arrow';\nexport { IconScannerGun } from './scanner-gun';\nexport { IconScreenCheckLines } from './screen-check-lines';\nexport { IconScreenCheckLinesCalendar } from './screen-check-lines-calendar';\nexport { IconServer } from './server';\nexport { IconShareNodes } from './share-nodes';\nexport { IconShieldCheck } from './shield-check';\nexport { IconShieldXmark } from './shield-xmark';\nexport { IconSignalBars } from './signal-bars';\nexport { IconSineGraph } from './sine-graph';\nexport { IconSkipArrow } from './skip-arrow';\nexport { IconSparkleSwirls } from './sparkle-swirls';\nexport { IconSparkles } from './sparkles';\nexport { IconSpinner } from './spinner';\nexport { IconSquareCheck } from './square-check';\nexport { IconSquareListCog } from './square-list-cog';\nexport { IconSquareT } from './square-t';\nexport { IconSquareX } from './square-x';\nexport { IconStar8Point } from './star-8-point';\nexport { IconStopSquare } from './stop-square';\nexport { IconSystemlink } from './systemlink';\nexport { IconT } from './t';\nexport { IconTablet } from './tablet';\nexport { IconTag } from './tag';\nexport { IconTags } from './tags';\nexport { IconTargetCrosshairs } from './target-crosshairs';\nexport { IconTargetCrosshairsProgress } from './target-crosshairs-progress';\nexport { IconThreeCirclesAscendingContainer } from './three-circles-ascending-container';\nexport { IconThreeDotsLine } from './three-dots-line';\nexport { IconThreeVerticalLines } from './three-vertical-lines';\nexport { IconThumbDown } from './thumb-down';\nexport { IconThumbUp } from './thumb-up';\nexport { IconThumbtack } from './thumbtack';\nexport { IconTileSize } from './tile-size';\nexport { IconTimes } from './times';\nexport { IconTrash } from './trash';\nexport { IconTriangle } from './triangle';\nexport { IconTriangleFilled } from './triangle-filled';\nexport { IconTriangleTwoLinesHorizontal } from './triangle-two-lines-horizontal';\nexport { IconTrueFalseRectangle } from './true-false-rectangle';\nexport { IconTwoSquaresInBrackets } from './two-squares-in-brackets';\nexport { IconTwoTrianglesBetweenLines } from './two-triangles-between-lines';\nexport { IconUnlink } from './unlink';\nexport { IconUnlock } from './unlock';\nexport { IconUpRightFromSquare } from './up-right-from-square';\nexport { IconUpload } from './upload';\nexport { IconUser } from './user';\nexport { IconWatch } from './watch';\nexport { IconWaveform } from './waveform';\nexport { IconWebviCustom } from './webvi-custom';\nexport { IconWebviHost } from './webvi-host';\nexport { IconWindowCode } from './window-code';\nexport { IconWindowDock } from './window-dock';\nexport { IconWindowRestore } from './window-restore';\nexport { IconWindowText } from './window-text';\nexport { IconWrenchHammer } from './wrench-hammer';\nexport { IconXmark } from './xmark';\nexport { IconXmarkCheck } from './xmark-check';\n"]}
|
|
1
|
+
{"version":3,"file":"all-icons.js","sourceRoot":"","sources":["../../../src/icons/all-icons.ts"],"names":[],"mappings":"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","sourcesContent":["// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY\n// See generation source in nimble-components/build/generate-icons\n\nexport { IconAdd } from './add';\nexport { IconArrowDown } from './arrow-down';\nexport { IconArrowDownLeftAndArrowUpRight } from './arrow-down-left-and-arrow-up-right';\nexport { IconArrowDownRectangle } from './arrow-down-rectangle';\nexport { IconArrowDownRightAndArrowUpLeft } from './arrow-down-right-and-arrow-up-left';\nexport { IconArrowDownTwoRectangles } from './arrow-down-two-rectangles';\nexport { IconArrowExpanderDown } from './arrow-expander-down';\nexport { IconArrowExpanderLeft } from './arrow-expander-left';\nexport { IconArrowExpanderRight } from './arrow-expander-right';\nexport { IconArrowExpanderUp } from './arrow-expander-up';\nexport { IconArrowInCircle } from './arrow-in-circle';\nexport { IconArrowLeftFromLine } from './arrow-left-from-line';\nexport { IconArrowLeftTwoRectangles } from './arrow-left-two-rectangles';\nexport { IconArrowOutCircle } from './arrow-out-circle';\nexport { IconArrowPartialRotateLeft } from './arrow-partial-rotate-left';\nexport { IconArrowRightThin } from './arrow-right-thin';\nexport { IconArrowRightToLine } from './arrow-right-to-line';\nexport { IconArrowRightTwoRectangles } from './arrow-right-two-rectangles';\nexport { IconArrowRotateRight } from './arrow-rotate-right';\nexport { IconArrowULeft } from './arrow-u-left';\nexport { IconArrowURight } from './arrow-u-right';\nexport { IconArrowUUp } from './arrow-u-up';\nexport { IconArrowUp } from './arrow-up';\nexport { IconArrowUpLeftAndArrowDownRight } from './arrow-up-left-and-arrow-down-right';\nexport { IconArrowUpRectangle } from './arrow-up-rectangle';\nexport { IconArrowUpRightAndArrowDownLeft } from './arrow-up-right-and-arrow-down-left';\nexport { IconArrowUpRightFromSquare } from './arrow-up-right-from-square';\nexport { IconArrowUpTwoRectangles } from './arrow-up-two-rectangles';\nexport { IconArrowsMaximize } from './arrows-maximize';\nexport { IconArrowsRepeat } from './arrows-repeat';\nexport { IconArrowsRotateReverseDot } from './arrows-rotate-reverse-dot';\nexport { IconAsterisk } from './asterisk';\nexport { IconAt } from './at';\nexport { IconBars } from './bars';\nexport { IconBell } from './bell';\nexport { IconBellAndComment } from './bell-and-comment';\nexport { IconBellAndMessage } from './bell-and-message';\nexport { IconBellCheck } from './bell-check';\nexport { IconBellCircle } from './bell-circle';\nexport { IconBellOn } from './bell-on';\nexport { IconBellSolidCircle } from './bell-solid-circle';\nexport { IconBlockWithRibbon } from './block-with-ribbon';\nexport { IconBoldB } from './bold-b';\nexport { IconBookMagnifyingGlass } from './book-magnifying-glass';\nexport { IconCalendarArrowsRotateReverseDot } from './calendar-arrows-rotate-reverse-dot';\nexport { IconCalendarCheckLines } from './calendar-check-lines';\nexport { IconCalendarCircleExclamation } from './calendar-circle-exclamation';\nexport { IconCalendarClock } from './calendar-clock';\nexport { IconCalendarDay } from './calendar-day';\nexport { IconCalendarDayOutline } from './calendar-day-outline';\nexport { IconCalendarDays } from './calendar-days';\nexport { IconCalendarLines } from './calendar-lines';\nexport { IconCalendarRectangle } from './calendar-rectangle';\nexport { IconCalendarWeek } from './calendar-week';\nexport { IconCalipers } from './calipers';\nexport { IconCamera } from './camera';\nexport { IconChartDiagram } from './chart-diagram';\nexport { IconChartDiagramChildFocus } from './chart-diagram-child-focus';\nexport { IconChartDiagramParentFocus } from './chart-diagram-parent-focus';\nexport { IconChartDiagramParentFocusTwoChild } from './chart-diagram-parent-focus-two-child';\nexport { IconCheck } from './check';\nexport { IconCheckDot } from './check-dot';\nexport { IconCircle } from './circle';\nexport { IconCircleBroken } from './circle-broken';\nexport { IconCircleCheck } from './circle-check';\nexport { IconCircleFilled } from './circle-filled';\nexport { IconCircleMinus } from './circle-minus';\nexport { IconCirclePartialBroken } from './circle-partial-broken';\nexport { IconCircleSlash } from './circle-slash';\nexport { IconCircleX } from './circle-x';\nexport { IconClipboard } from './clipboard';\nexport { IconClock } from './clock';\nexport { IconClockCog } from './clock-cog';\nexport { IconClockExclamation } from './clock-exclamation';\nexport { IconClockTriangle } from './clock-triangle';\nexport { IconClone } from './clone';\nexport { IconCloud } from './cloud';\nexport { IconCloudUpload } from './cloud-upload';\nexport { IconCloudWithArrow } from './cloud-with-arrow';\nexport { IconCog } from './cog';\nexport { IconCogDatabase } from './cog-database';\nexport { IconCogDatabaseInset } from './cog-database-inset';\nexport { IconCogSmallCog } from './cog-small-cog';\nexport { IconCogZoomed } from './cog-zoomed';\nexport { IconComment } from './comment';\nexport { IconComputerAndMonitor } from './computer-and-monitor';\nexport { IconCopy } from './copy';\nexport { IconCopyText } from './copy-text';\nexport { IconDashboardBuilder } from './dashboard-builder';\nexport { IconDashboardBuilderLegend } from './dashboard-builder-legend';\nexport { IconDashboardBuilderTemplates } from './dashboard-builder-templates';\nexport { IconDashboardBuilderTile } from './dashboard-builder-tile';\nexport { IconDatabase } from './database';\nexport { IconDatabaseCheck } from './database-check';\nexport { IconDebug } from './debug';\nexport { IconDesktop } from './desktop';\nexport { IconDiadem } from './diadem';\nexport { IconDonutChart } from './donut-chart';\nexport { IconDotSolidDotStroke } from './dot-solid-dot-stroke';\nexport { IconDotSolidDotStrokeMeasurement } from './dot-solid-dot-stroke-measurement';\nexport { IconDownRightFromSquare } from './down-right-from-square';\nexport { IconDownload } from './download';\nexport { IconElectronicChipZoomed } from './electronic-chip-zoomed';\nexport { IconExclamationMark } from './exclamation-mark';\nexport { IconEye } from './eye';\nexport { IconEyeDash } from './eye-dash';\nexport { IconFancyA } from './fancy-a';\nexport { IconFile } from './file';\nexport { IconFileArrowCurvedRight } from './file-arrow-curved-right';\nexport { IconFileDrawer } from './file-drawer';\nexport { IconFileSearch } from './file-search';\nexport { IconFilter } from './filter';\nexport { IconFloppyDisk } from './floppy-disk';\nexport { IconFloppyDiskCheckmark } from './floppy-disk-checkmark';\nexport { IconFloppyDiskPen } from './floppy-disk-pen';\nexport { IconFloppyDiskStarArrowRight } from './floppy-disk-star-arrow-right';\nexport { IconFloppyDiskThreeDots } from './floppy-disk-three-dots';\nexport { IconFolder } from './folder';\nexport { IconFolderOpen } from './folder-open';\nexport { IconForklift } from './forklift';\nexport { IconForwardSlash } from './forward-slash';\nexport { IconFourDotsSquare } from './four-dots-square';\nexport { IconFunction } from './function';\nexport { IconGaugeSimple } from './gauge-simple';\nexport { IconGridThreeByThree } from './grid-three-by-three';\nexport { IconGridTwoByTwo } from './grid-two-by-two';\nexport { IconHammer } from './hammer';\nexport { IconHashtag } from './hashtag';\nexport { IconHome } from './home';\nexport { IconHorizontalTriangleOutline } from './horizontal-triangle-outline';\nexport { IconHourglass } from './hourglass';\nexport { IconIndent } from './indent';\nexport { IconIndeterminantCheckbox } from './indeterminant-checkbox';\nexport { IconInfo } from './info';\nexport { IconInfoCircle } from './info-circle';\nexport { IconInwardSquaresThree } from './inward-squares-three';\nexport { IconItalicI } from './italic-i';\nexport { IconKey } from './key';\nexport { IconLaptop } from './laptop';\nexport { IconLayerGroup } from './layer-group';\nexport { IconLightbulb } from './lightbulb';\nexport { IconLightningBolt } from './lightning-bolt';\nexport { IconLink } from './link';\nexport { IconLinkCancel } from './link-cancel';\nexport { IconList } from './list';\nexport { IconListTree } from './list-tree';\nexport { IconListTreeDatabase } from './list-tree-database';\nexport { IconLock } from './lock';\nexport { IconMagnifyingGlass } from './magnifying-glass';\nexport { IconMarkdown } from './markdown';\nexport { IconMessage } from './message';\nexport { IconMessageBot } from './message-bot';\nexport { IconMessagesSparkle } from './messages-sparkle';\nexport { IconMicrophone } from './microphone';\nexport { IconMinus } from './minus';\nexport { IconMinusWide } from './minus-wide';\nexport { IconMobile } from './mobile';\nexport { IconMountainSun } from './mountain-sun';\nexport { IconNi } from './ni';\nexport { IconNotebook } from './notebook';\nexport { IconNumberList } from './number-list';\nexport { IconOutdent } from './outdent';\nexport { IconOutwardSquaresThree } from './outward-squares-three';\nexport { IconPaperPlane } from './paper-plane';\nexport { IconPaperclip } from './paperclip';\nexport { IconPaste } from './paste';\nexport { IconPause } from './pause';\nexport { IconPencil } from './pencil';\nexport { IconPencilToRectangle } from './pencil-to-rectangle';\nexport { IconPlay } from './play';\nexport { IconPotWithLid } from './pot-with-lid';\nexport { IconPrint } from './print';\nexport { IconQrcodeRead } from './qrcode-read';\nexport { IconQuestion } from './question';\nexport { IconRectangleCheckLines } from './rectangle-check-lines';\nexport { IconRectangleLines } from './rectangle-lines';\nexport { IconRunningArrow } from './running-arrow';\nexport { IconScannerGun } from './scanner-gun';\nexport { IconScreenCheckLines } from './screen-check-lines';\nexport { IconScreenCheckLinesCalendar } from './screen-check-lines-calendar';\nexport { IconServer } from './server';\nexport { IconShareNodes } from './share-nodes';\nexport { IconShieldCheck } from './shield-check';\nexport { IconShieldXmark } from './shield-xmark';\nexport { IconSignalBars } from './signal-bars';\nexport { IconSineGraph } from './sine-graph';\nexport { IconSkipArrow } from './skip-arrow';\nexport { IconSparkleSwirls } from './sparkle-swirls';\nexport { IconSparkles } from './sparkles';\nexport { IconSpinner } from './spinner';\nexport { IconSquareCheck } from './square-check';\nexport { IconSquareListCog } from './square-list-cog';\nexport { IconSquareT } from './square-t';\nexport { IconSquareX } from './square-x';\nexport { IconStar8Point } from './star-8-point';\nexport { IconStopSquare } from './stop-square';\nexport { IconSystemlink } from './systemlink';\nexport { IconT } from './t';\nexport { IconTablet } from './tablet';\nexport { IconTag } from './tag';\nexport { IconTags } from './tags';\nexport { IconTargetCrosshairs } from './target-crosshairs';\nexport { IconTargetCrosshairsProgress } from './target-crosshairs-progress';\nexport { IconThreeCirclesAscendingContainer } from './three-circles-ascending-container';\nexport { IconThreeDotsLine } from './three-dots-line';\nexport { IconThreeVerticalLines } from './three-vertical-lines';\nexport { IconThumbDown } from './thumb-down';\nexport { IconThumbUp } from './thumb-up';\nexport { IconThumbtack } from './thumbtack';\nexport { IconTileSize } from './tile-size';\nexport { IconTimes } from './times';\nexport { IconTrash } from './trash';\nexport { IconTriangle } from './triangle';\nexport { IconTriangleFilled } from './triangle-filled';\nexport { IconTriangleTwoLinesHorizontal } from './triangle-two-lines-horizontal';\nexport { IconTrueFalseRectangle } from './true-false-rectangle';\nexport { IconTwoSquaresInBrackets } from './two-squares-in-brackets';\nexport { IconTwoTrianglesBetweenLines } from './two-triangles-between-lines';\nexport { IconUnlink } from './unlink';\nexport { IconUnlock } from './unlock';\nexport { IconUpRightFromSquare } from './up-right-from-square';\nexport { IconUpload } from './upload';\nexport { IconUser } from './user';\nexport { IconUserHelmetSafety } from './user-helmet-safety';\nexport { IconWatch } from './watch';\nexport { IconWaveform } from './waveform';\nexport { IconWebviCustom } from './webvi-custom';\nexport { IconWebviHost } from './webvi-host';\nexport { IconWindowCode } from './window-code';\nexport { IconWindowDock } from './window-dock';\nexport { IconWindowRestore } from './window-restore';\nexport { IconWindowText } from './window-text';\nexport { IconWrenchHammer } from './wrench-hammer';\nexport { IconXmark } from './xmark';\nexport { IconXmarkCheck } from './xmark-check';\n"]}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { IconSvg } from '../../icon-svg';
|
|
2
|
+
declare global {
|
|
3
|
+
interface HTMLElementTagNameMap {
|
|
4
|
+
'nimble-icon-user-helmet-safety': IconUserHelmetSafety;
|
|
5
|
+
}
|
|
6
|
+
}
|
|
7
|
+
/**
|
|
8
|
+
* The icon component for the 'userHelmetSafety' icon
|
|
9
|
+
*/
|
|
10
|
+
export declare class IconUserHelmetSafety extends IconSvg {
|
|
11
|
+
constructor();
|
|
12
|
+
}
|
|
13
|
+
export declare const iconUserHelmetSafetyTag = "nimble-icon-user-helmet-safety";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
2
|
+
// See generation source in nimble-components/build/generate-icons
|
|
3
|
+
import { userHelmetSafety16X16 } from '@ni/nimble-tokens/dist/icons/js';
|
|
4
|
+
import { IconSvg, registerIconSvg } from '../../icon-svg';
|
|
5
|
+
/**
|
|
6
|
+
* The icon component for the 'userHelmetSafety' icon
|
|
7
|
+
*/
|
|
8
|
+
export class IconUserHelmetSafety extends IconSvg {
|
|
9
|
+
constructor() {
|
|
10
|
+
super(userHelmetSafety16X16);
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
registerIconSvg('icon-user-helmet-safety', IconUserHelmetSafety);
|
|
14
|
+
export const iconUserHelmetSafetyTag = 'nimble-icon-user-helmet-safety';
|
|
15
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/icons/user-helmet-safety/index.ts"],"names":[],"mappings":"AAAA,6CAA6C;AAC7C,kEAAkE;AAElE,OAAO,EAAE,qBAAqB,EAAE,MAAM,iCAAiC,CAAC;AACxE,OAAO,EAAE,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAQ1D;;GAEG;AACH,MAAM,OAAO,oBAAqB,SAAQ,OAAO;IAC7C;QACI,KAAK,CAAC,qBAAqB,CAAC,CAAC;IACjC,CAAC;CACJ;AAED,eAAe,CAAC,yBAAyB,EAAE,oBAAoB,CAAC,CAAC;AACjE,MAAM,CAAC,MAAM,uBAAuB,GAAG,gCAAgC,CAAC","sourcesContent":["// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY\n// See generation source in nimble-components/build/generate-icons\n\nimport { userHelmetSafety16X16 } from '@ni/nimble-tokens/dist/icons/js';\nimport { IconSvg, registerIconSvg } from '../../icon-svg';\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'nimble-icon-user-helmet-safety': IconUserHelmetSafety;\n }\n}\n\n/**\n * The icon component for the 'userHelmetSafety' icon\n */\nexport class IconUserHelmetSafety extends IconSvg {\n public constructor() {\n super(userHelmetSafety16X16);\n }\n}\n\nregisterIconSvg('icon-user-helmet-safety', IconUserHelmetSafety);\nexport const iconUserHelmetSafetyTag = 'nimble-icon-user-helmet-safety';\n"]}
|
|
@@ -10,6 +10,8 @@ declare const supportedLabels: {
|
|
|
10
10
|
readonly numericIncrement: import("@ni/fast-foundation").DesignToken<string>;
|
|
11
11
|
readonly popupIconError: import("@ni/fast-foundation").DesignToken<string>;
|
|
12
12
|
readonly popupIconWarning: import("@ni/fast-foundation").DesignToken<string>;
|
|
13
|
+
readonly popupIconCompleted: import("@ni/fast-foundation").DesignToken<string>;
|
|
14
|
+
readonly popupIconCurrent: import("@ni/fast-foundation").DesignToken<string>;
|
|
13
15
|
readonly popupIconInformation: import("@ni/fast-foundation").DesignToken<string>;
|
|
14
16
|
readonly filterSearch: import("@ni/fast-foundation").DesignToken<string>;
|
|
15
17
|
readonly filterNoResults: import("@ni/fast-foundation").DesignToken<string>;
|
|
@@ -27,6 +29,8 @@ export declare class LabelProviderCore extends LabelProviderBase<typeof supporte
|
|
|
27
29
|
numericIncrement: string | undefined;
|
|
28
30
|
popupIconError: string | undefined;
|
|
29
31
|
popupIconWarning: string | undefined;
|
|
32
|
+
popupIconCompleted: string | undefined;
|
|
33
|
+
popupIconCurrent: string | undefined;
|
|
30
34
|
popupIconInformation: string | undefined;
|
|
31
35
|
filterSearch: string | undefined;
|
|
32
36
|
filterNoResults: string | undefined;
|
|
@@ -40,6 +44,8 @@ export declare class LabelProviderCore extends LabelProviderBase<typeof supporte
|
|
|
40
44
|
readonly numericIncrement: import("@ni/fast-foundation").DesignToken<string>;
|
|
41
45
|
readonly popupIconError: import("@ni/fast-foundation").DesignToken<string>;
|
|
42
46
|
readonly popupIconWarning: import("@ni/fast-foundation").DesignToken<string>;
|
|
47
|
+
readonly popupIconCompleted: import("@ni/fast-foundation").DesignToken<string>;
|
|
48
|
+
readonly popupIconCurrent: import("@ni/fast-foundation").DesignToken<string>;
|
|
43
49
|
readonly popupIconInformation: import("@ni/fast-foundation").DesignToken<string>;
|
|
44
50
|
readonly filterSearch: import("@ni/fast-foundation").DesignToken<string>;
|
|
45
51
|
readonly filterNoResults: import("@ni/fast-foundation").DesignToken<string>;
|
|
@@ -2,7 +2,7 @@ import { __decorate } from "tslib";
|
|
|
2
2
|
import { attr } from '@ni/fast-element';
|
|
3
3
|
import { DesignSystem } from '@ni/fast-foundation';
|
|
4
4
|
import { LabelProviderBase } from '../base';
|
|
5
|
-
import { popupDismissLabel, numericDecrementLabel, numericIncrementLabel, popupIconErrorLabel, popupIconWarningLabel, popupIconInformationLabel, filterSearchLabel, filterNoResultsLabel, loadingLabel, scrollBackwardLabel, scrollForwardLabel, itemRemoveLabel } from './label-tokens';
|
|
5
|
+
import { popupDismissLabel, numericDecrementLabel, numericIncrementLabel, popupIconErrorLabel, popupIconWarningLabel, popupIconCompletedLabel, popupIconCurrentLabel, popupIconInformationLabel, filterSearchLabel, filterNoResultsLabel, loadingLabel, scrollBackwardLabel, scrollForwardLabel, itemRemoveLabel } from './label-tokens';
|
|
6
6
|
import { styles } from '../base/styles';
|
|
7
7
|
const supportedLabels = {
|
|
8
8
|
popupDismiss: popupDismissLabel,
|
|
@@ -10,6 +10,8 @@ const supportedLabels = {
|
|
|
10
10
|
numericIncrement: numericIncrementLabel,
|
|
11
11
|
popupIconError: popupIconErrorLabel,
|
|
12
12
|
popupIconWarning: popupIconWarningLabel,
|
|
13
|
+
popupIconCompleted: popupIconCompletedLabel,
|
|
14
|
+
popupIconCurrent: popupIconCurrentLabel,
|
|
13
15
|
popupIconInformation: popupIconInformationLabel,
|
|
14
16
|
filterSearch: filterSearchLabel,
|
|
15
17
|
filterNoResults: filterNoResultsLabel,
|
|
@@ -42,6 +44,12 @@ __decorate([
|
|
|
42
44
|
__decorate([
|
|
43
45
|
attr({ attribute: 'popup-icon-warning' })
|
|
44
46
|
], LabelProviderCore.prototype, "popupIconWarning", void 0);
|
|
47
|
+
__decorate([
|
|
48
|
+
attr({ attribute: 'popup-icon-completed' })
|
|
49
|
+
], LabelProviderCore.prototype, "popupIconCompleted", void 0);
|
|
50
|
+
__decorate([
|
|
51
|
+
attr({ attribute: 'popup-icon-current' })
|
|
52
|
+
], LabelProviderCore.prototype, "popupIconCurrent", void 0);
|
|
45
53
|
__decorate([
|
|
46
54
|
attr({ attribute: 'popup-icon-information' })
|
|
47
55
|
], LabelProviderCore.prototype, "popupIconInformation", void 0);
|