@ni/nimble-components 35.3.3 → 35.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/all-components-bundle.js +1261 -487
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +5644 -5038
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/custom-elements.json +416 -46
- package/dist/custom-elements.md +65 -23
- package/dist/esm/anchor/styles.js +1 -1
- package/dist/esm/anchor/styles.js.map +1 -1
- package/dist/esm/anchor-step/index.d.ts +50 -2
- package/dist/esm/anchor-step/index.js +58 -3
- package/dist/esm/anchor-step/index.js.map +1 -1
- package/dist/esm/anchor-step/styles.js +8 -2
- package/dist/esm/anchor-step/styles.js.map +1 -1
- package/dist/esm/anchor-step/template.d.ts +3 -1
- package/dist/esm/anchor-step/template.js +71 -3
- package/dist/esm/anchor-step/template.js.map +1 -1
- package/dist/esm/anchor-step/types.d.ts +7 -0
- package/dist/esm/anchor-step/types.js +3 -0
- package/dist/esm/anchor-step/types.js.map +1 -0
- package/dist/esm/breadcrumb-item/styles.js +1 -1
- package/dist/esm/breadcrumb-item/styles.js.map +1 -1
- package/dist/esm/patterns/severity/styles.d.ts +1 -0
- package/dist/esm/patterns/severity/styles.js +33 -0
- package/dist/esm/patterns/severity/styles.js.map +1 -0
- package/dist/esm/patterns/severity/template.d.ts +2 -0
- package/dist/esm/patterns/severity/template.js +10 -0
- package/dist/esm/patterns/severity/template.js.map +1 -0
- package/dist/esm/patterns/severity/testing/severity-pattern.pageobject.d.ts +12 -0
- package/dist/esm/patterns/severity/testing/severity-pattern.pageobject.js +36 -0
- package/dist/esm/patterns/severity/testing/severity-pattern.pageobject.js.map +1 -0
- package/dist/esm/patterns/severity/types.d.ts +31 -0
- package/dist/esm/patterns/severity/types.js +28 -0
- package/dist/esm/patterns/severity/types.js.map +1 -0
- package/dist/esm/patterns/step/models/step-internals.d.ts +8 -0
- package/dist/esm/patterns/step/models/step-internals.js +19 -0
- package/dist/esm/patterns/step/models/step-internals.js.map +1 -0
- package/dist/esm/patterns/step/styles.d.ts +1 -0
- package/dist/esm/patterns/step/styles.js +429 -0
- package/dist/esm/patterns/step/styles.js.map +1 -0
- package/dist/esm/patterns/step/types.d.ts +20 -0
- package/dist/esm/patterns/step/types.js +2 -0
- package/dist/esm/patterns/step/types.js.map +1 -0
- package/dist/esm/step/index.d.ts +44 -2
- package/dist/esm/step/index.js +48 -3
- package/dist/esm/step/index.js.map +1 -1
- package/dist/esm/step/styles.js +10 -2
- package/dist/esm/step/styles.js.map +1 -1
- package/dist/esm/step/template.d.ts +3 -1
- package/dist/esm/step/template.js +75 -3
- package/dist/esm/step/template.js.map +1 -1
- package/dist/esm/step/types.d.ts +7 -0
- package/dist/esm/step/types.js +3 -0
- package/dist/esm/step/types.js.map +1 -0
- package/dist/esm/stepper/styles.js +6 -1
- package/dist/esm/stepper/styles.js.map +1 -1
- package/dist/esm/stepper/template.js +3 -1
- package/dist/esm/stepper/template.js.map +1 -1
- package/dist/esm/stepper/types.d.ts +5 -0
- package/dist/esm/stepper/types.js +7 -0
- package/dist/esm/stepper/types.js.map +1 -0
- package/dist/esm/theme-provider/design-token-comments.js +1 -0
- package/dist/esm/theme-provider/design-token-comments.js.map +1 -1
- package/dist/esm/theme-provider/design-token-names.js +1 -0
- package/dist/esm/theme-provider/design-token-names.js.map +1 -1
- package/dist/esm/theme-provider/design-token-values.d.ts +1 -0
- package/dist/esm/theme-provider/design-token-values.js +2 -1
- package/dist/esm/theme-provider/design-token-values.js.map +1 -1
- package/dist/esm/theme-provider/design-tokens.d.ts +1 -0
- package/dist/esm/theme-provider/design-tokens.js +1 -0
- package/dist/esm/theme-provider/design-tokens.js.map +1 -1
- package/dist/esm/utilities/models/device-pixel-ratio.d.ts +10 -0
- package/dist/esm/utilities/models/device-pixel-ratio.js +22 -0
- package/dist/esm/utilities/models/device-pixel-ratio.js.map +1 -0
- package/dist/tokens-internal.scss +6 -0
- package/dist/tokens.scss +3 -0
- package/package.json +1 -1
|
@@ -483,9 +483,131 @@
|
|
|
483
483
|
"kind": "class",
|
|
484
484
|
"description": "A nimble-styled anchor step for a stepper",
|
|
485
485
|
"name": "AnchorStep",
|
|
486
|
+
"members": [
|
|
487
|
+
{
|
|
488
|
+
"kind": "field",
|
|
489
|
+
"name": "severity",
|
|
490
|
+
"type": {
|
|
491
|
+
"text": "Severity"
|
|
492
|
+
},
|
|
493
|
+
"privacy": "public",
|
|
494
|
+
"description": "The severity state of the element",
|
|
495
|
+
"inheritedFrom": {
|
|
496
|
+
"name": "mixinSeverityPattern",
|
|
497
|
+
"module": "src/patterns/severity/types.ts"
|
|
498
|
+
}
|
|
499
|
+
},
|
|
500
|
+
{
|
|
501
|
+
"kind": "field",
|
|
502
|
+
"name": "disabled",
|
|
503
|
+
"type": {
|
|
504
|
+
"text": "boolean"
|
|
505
|
+
},
|
|
506
|
+
"privacy": "public",
|
|
507
|
+
"default": "false"
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
"kind": "field",
|
|
511
|
+
"name": "readOnly",
|
|
512
|
+
"type": {
|
|
513
|
+
"text": "boolean"
|
|
514
|
+
},
|
|
515
|
+
"privacy": "public",
|
|
516
|
+
"default": "false"
|
|
517
|
+
},
|
|
518
|
+
{
|
|
519
|
+
"kind": "field",
|
|
520
|
+
"name": "selected",
|
|
521
|
+
"type": {
|
|
522
|
+
"text": "boolean"
|
|
523
|
+
},
|
|
524
|
+
"privacy": "public",
|
|
525
|
+
"default": "false"
|
|
526
|
+
},
|
|
527
|
+
{
|
|
528
|
+
"kind": "field",
|
|
529
|
+
"name": "tabIndex",
|
|
530
|
+
"type": {
|
|
531
|
+
"text": "number"
|
|
532
|
+
},
|
|
533
|
+
"privacy": "public"
|
|
534
|
+
},
|
|
535
|
+
{
|
|
536
|
+
"kind": "field",
|
|
537
|
+
"name": "severityText",
|
|
538
|
+
"type": {
|
|
539
|
+
"text": "string | undefined"
|
|
540
|
+
},
|
|
541
|
+
"privacy": "public",
|
|
542
|
+
"description": "The severity text that will be displayed when a component is not in the default severity state",
|
|
543
|
+
"inheritedFrom": {
|
|
544
|
+
"name": "mixinSeverityPattern",
|
|
545
|
+
"module": "src/patterns/severity/types.ts"
|
|
546
|
+
}
|
|
547
|
+
},
|
|
548
|
+
{
|
|
549
|
+
"kind": "field",
|
|
550
|
+
"name": "severityHasOverflow",
|
|
551
|
+
"type": {
|
|
552
|
+
"text": "boolean"
|
|
553
|
+
},
|
|
554
|
+
"privacy": "public",
|
|
555
|
+
"default": "false",
|
|
556
|
+
"inheritedFrom": {
|
|
557
|
+
"name": "mixinSeverityPattern",
|
|
558
|
+
"module": "src/patterns/severity/types.ts"
|
|
559
|
+
}
|
|
560
|
+
}
|
|
561
|
+
],
|
|
562
|
+
"attributes": [
|
|
563
|
+
{
|
|
564
|
+
"name": "severity",
|
|
565
|
+
"type": {
|
|
566
|
+
"text": "AnchorStepSeverity"
|
|
567
|
+
},
|
|
568
|
+
"fieldName": "severity"
|
|
569
|
+
},
|
|
570
|
+
{
|
|
571
|
+
"name": "disabled",
|
|
572
|
+
"type": {
|
|
573
|
+
"text": "boolean"
|
|
574
|
+
},
|
|
575
|
+
"default": "false",
|
|
576
|
+
"fieldName": "disabled"
|
|
577
|
+
},
|
|
578
|
+
{
|
|
579
|
+
"name": "readonly",
|
|
580
|
+
"type": {
|
|
581
|
+
"text": "boolean"
|
|
582
|
+
},
|
|
583
|
+
"default": "false",
|
|
584
|
+
"fieldName": "readOnly"
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
"name": "selected",
|
|
588
|
+
"type": {
|
|
589
|
+
"text": "boolean"
|
|
590
|
+
},
|
|
591
|
+
"default": "false",
|
|
592
|
+
"fieldName": "selected"
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
"name": "tabindex",
|
|
596
|
+
"type": {
|
|
597
|
+
"text": "number"
|
|
598
|
+
},
|
|
599
|
+
"fieldName": "tabIndex"
|
|
600
|
+
}
|
|
601
|
+
],
|
|
602
|
+
"mixins": [
|
|
603
|
+
{
|
|
604
|
+
"name": "mixinSeverityPattern",
|
|
605
|
+
"module": "/src/patterns/severity/types"
|
|
606
|
+
}
|
|
607
|
+
],
|
|
486
608
|
"superclass": {
|
|
487
|
-
"name": "
|
|
488
|
-
"
|
|
609
|
+
"name": "AnchorBase",
|
|
610
|
+
"module": "/src/anchor-base"
|
|
489
611
|
}
|
|
490
612
|
},
|
|
491
613
|
{
|
|
@@ -516,6 +638,27 @@
|
|
|
516
638
|
}
|
|
517
639
|
]
|
|
518
640
|
},
|
|
641
|
+
{
|
|
642
|
+
"kind": "javascript-module",
|
|
643
|
+
"path": "src/anchor-step/types.ts",
|
|
644
|
+
"declarations": [
|
|
645
|
+
{
|
|
646
|
+
"kind": "variable",
|
|
647
|
+
"name": "AnchorStepSeverity",
|
|
648
|
+
"default": "Severity"
|
|
649
|
+
}
|
|
650
|
+
],
|
|
651
|
+
"exports": [
|
|
652
|
+
{
|
|
653
|
+
"kind": "js",
|
|
654
|
+
"name": "AnchorStepSeverity",
|
|
655
|
+
"declaration": {
|
|
656
|
+
"name": "AnchorStepSeverity",
|
|
657
|
+
"module": "src/anchor-step/types.ts"
|
|
658
|
+
}
|
|
659
|
+
}
|
|
660
|
+
]
|
|
661
|
+
},
|
|
519
662
|
{
|
|
520
663
|
"kind": "javascript-module",
|
|
521
664
|
"path": "src/anchor-tabs/index.ts",
|
|
@@ -4981,8 +5124,113 @@
|
|
|
4981
5124
|
"kind": "class",
|
|
4982
5125
|
"description": "A nimble-styled step for a stepper",
|
|
4983
5126
|
"name": "Step",
|
|
5127
|
+
"members": [
|
|
5128
|
+
{
|
|
5129
|
+
"kind": "field",
|
|
5130
|
+
"name": "severity",
|
|
5131
|
+
"type": {
|
|
5132
|
+
"text": "Severity"
|
|
5133
|
+
},
|
|
5134
|
+
"privacy": "public",
|
|
5135
|
+
"description": "The severity state of the element",
|
|
5136
|
+
"inheritedFrom": {
|
|
5137
|
+
"name": "mixinSeverityPattern",
|
|
5138
|
+
"module": "src/patterns/severity/types.ts"
|
|
5139
|
+
}
|
|
5140
|
+
},
|
|
5141
|
+
{
|
|
5142
|
+
"kind": "field",
|
|
5143
|
+
"name": "readOnly",
|
|
5144
|
+
"type": {
|
|
5145
|
+
"text": "boolean"
|
|
5146
|
+
},
|
|
5147
|
+
"privacy": "public",
|
|
5148
|
+
"default": "false"
|
|
5149
|
+
},
|
|
5150
|
+
{
|
|
5151
|
+
"kind": "field",
|
|
5152
|
+
"name": "selected",
|
|
5153
|
+
"type": {
|
|
5154
|
+
"text": "boolean"
|
|
5155
|
+
},
|
|
5156
|
+
"privacy": "public",
|
|
5157
|
+
"default": "false"
|
|
5158
|
+
},
|
|
5159
|
+
{
|
|
5160
|
+
"kind": "field",
|
|
5161
|
+
"name": "tabIndex",
|
|
5162
|
+
"type": {
|
|
5163
|
+
"text": "number"
|
|
5164
|
+
},
|
|
5165
|
+
"privacy": "public"
|
|
5166
|
+
},
|
|
5167
|
+
{
|
|
5168
|
+
"kind": "field",
|
|
5169
|
+
"name": "severityText",
|
|
5170
|
+
"type": {
|
|
5171
|
+
"text": "string | undefined"
|
|
5172
|
+
},
|
|
5173
|
+
"privacy": "public",
|
|
5174
|
+
"description": "The severity text that will be displayed when a component is not in the default severity state",
|
|
5175
|
+
"inheritedFrom": {
|
|
5176
|
+
"name": "mixinSeverityPattern",
|
|
5177
|
+
"module": "src/patterns/severity/types.ts"
|
|
5178
|
+
}
|
|
5179
|
+
},
|
|
5180
|
+
{
|
|
5181
|
+
"kind": "field",
|
|
5182
|
+
"name": "severityHasOverflow",
|
|
5183
|
+
"type": {
|
|
5184
|
+
"text": "boolean"
|
|
5185
|
+
},
|
|
5186
|
+
"privacy": "public",
|
|
5187
|
+
"default": "false",
|
|
5188
|
+
"inheritedFrom": {
|
|
5189
|
+
"name": "mixinSeverityPattern",
|
|
5190
|
+
"module": "src/patterns/severity/types.ts"
|
|
5191
|
+
}
|
|
5192
|
+
}
|
|
5193
|
+
],
|
|
5194
|
+
"attributes": [
|
|
5195
|
+
{
|
|
5196
|
+
"name": "severity",
|
|
5197
|
+
"type": {
|
|
5198
|
+
"text": "StepSeverity"
|
|
5199
|
+
},
|
|
5200
|
+
"fieldName": "severity"
|
|
5201
|
+
},
|
|
5202
|
+
{
|
|
5203
|
+
"name": "readonly",
|
|
5204
|
+
"type": {
|
|
5205
|
+
"text": "boolean"
|
|
5206
|
+
},
|
|
5207
|
+
"default": "false",
|
|
5208
|
+
"fieldName": "readOnly"
|
|
5209
|
+
},
|
|
5210
|
+
{
|
|
5211
|
+
"name": "selected",
|
|
5212
|
+
"type": {
|
|
5213
|
+
"text": "boolean"
|
|
5214
|
+
},
|
|
5215
|
+
"default": "false",
|
|
5216
|
+
"fieldName": "selected"
|
|
5217
|
+
},
|
|
5218
|
+
{
|
|
5219
|
+
"name": "tabindex",
|
|
5220
|
+
"type": {
|
|
5221
|
+
"text": "number"
|
|
5222
|
+
},
|
|
5223
|
+
"fieldName": "tabIndex"
|
|
5224
|
+
}
|
|
5225
|
+
],
|
|
5226
|
+
"mixins": [
|
|
5227
|
+
{
|
|
5228
|
+
"name": "mixinSeverityPattern",
|
|
5229
|
+
"module": "/src/patterns/severity/types"
|
|
5230
|
+
}
|
|
5231
|
+
],
|
|
4984
5232
|
"superclass": {
|
|
4985
|
-
"name": "
|
|
5233
|
+
"name": "FoundationButton",
|
|
4986
5234
|
"package": "@ni/fast-foundation"
|
|
4987
5235
|
}
|
|
4988
5236
|
},
|
|
@@ -5014,6 +5262,27 @@
|
|
|
5014
5262
|
}
|
|
5015
5263
|
]
|
|
5016
5264
|
},
|
|
5265
|
+
{
|
|
5266
|
+
"kind": "javascript-module",
|
|
5267
|
+
"path": "src/step/types.ts",
|
|
5268
|
+
"declarations": [
|
|
5269
|
+
{
|
|
5270
|
+
"kind": "variable",
|
|
5271
|
+
"name": "StepSeverity",
|
|
5272
|
+
"default": "Severity"
|
|
5273
|
+
}
|
|
5274
|
+
],
|
|
5275
|
+
"exports": [
|
|
5276
|
+
{
|
|
5277
|
+
"kind": "js",
|
|
5278
|
+
"name": "StepSeverity",
|
|
5279
|
+
"declaration": {
|
|
5280
|
+
"name": "StepSeverity",
|
|
5281
|
+
"module": "src/step/types.ts"
|
|
5282
|
+
}
|
|
5283
|
+
}
|
|
5284
|
+
]
|
|
5285
|
+
},
|
|
5017
5286
|
{
|
|
5018
5287
|
"kind": "javascript-module",
|
|
5019
5288
|
"path": "src/stepper/index.ts",
|
|
@@ -5055,6 +5324,27 @@
|
|
|
5055
5324
|
}
|
|
5056
5325
|
]
|
|
5057
5326
|
},
|
|
5327
|
+
{
|
|
5328
|
+
"kind": "javascript-module",
|
|
5329
|
+
"path": "src/stepper/types.ts",
|
|
5330
|
+
"declarations": [
|
|
5331
|
+
{
|
|
5332
|
+
"kind": "variable",
|
|
5333
|
+
"name": "StepperOrientation",
|
|
5334
|
+
"default": "Orientation"
|
|
5335
|
+
}
|
|
5336
|
+
],
|
|
5337
|
+
"exports": [
|
|
5338
|
+
{
|
|
5339
|
+
"kind": "js",
|
|
5340
|
+
"name": "StepperOrientation",
|
|
5341
|
+
"declaration": {
|
|
5342
|
+
"name": "StepperOrientation",
|
|
5343
|
+
"module": "src/stepper/types.ts"
|
|
5344
|
+
}
|
|
5345
|
+
}
|
|
5346
|
+
]
|
|
5347
|
+
},
|
|
5058
5348
|
{
|
|
5059
5349
|
"kind": "javascript-module",
|
|
5060
5350
|
"path": "src/switch/index.ts",
|
|
@@ -10269,6 +10559,86 @@
|
|
|
10269
10559
|
}
|
|
10270
10560
|
]
|
|
10271
10561
|
},
|
|
10562
|
+
{
|
|
10563
|
+
"kind": "javascript-module",
|
|
10564
|
+
"path": "src/patterns/severity/types.ts",
|
|
10565
|
+
"declarations": [
|
|
10566
|
+
{
|
|
10567
|
+
"kind": "variable",
|
|
10568
|
+
"name": "Severity",
|
|
10569
|
+
"type": {
|
|
10570
|
+
"text": "{\n default: undefined,\n error: 'error',\n warning: 'warning',\n success: 'success',\n}"
|
|
10571
|
+
},
|
|
10572
|
+
"default": "{ default: undefined, error: 'error', warning: 'warning', success: 'success', }"
|
|
10573
|
+
},
|
|
10574
|
+
{
|
|
10575
|
+
"kind": "mixin",
|
|
10576
|
+
"description": "",
|
|
10577
|
+
"name": "mixinSeverityPattern",
|
|
10578
|
+
"members": [
|
|
10579
|
+
{
|
|
10580
|
+
"kind": "field",
|
|
10581
|
+
"name": "severity",
|
|
10582
|
+
"type": {
|
|
10583
|
+
"text": "Severity"
|
|
10584
|
+
},
|
|
10585
|
+
"privacy": "public",
|
|
10586
|
+
"description": "The severity state of the element"
|
|
10587
|
+
},
|
|
10588
|
+
{
|
|
10589
|
+
"kind": "field",
|
|
10590
|
+
"name": "severityText",
|
|
10591
|
+
"type": {
|
|
10592
|
+
"text": "string | undefined"
|
|
10593
|
+
},
|
|
10594
|
+
"privacy": "public",
|
|
10595
|
+
"description": "The severity text that will be displayed when a component is not in the default severity state"
|
|
10596
|
+
},
|
|
10597
|
+
{
|
|
10598
|
+
"kind": "field",
|
|
10599
|
+
"name": "severityHasOverflow",
|
|
10600
|
+
"type": {
|
|
10601
|
+
"text": "boolean"
|
|
10602
|
+
},
|
|
10603
|
+
"privacy": "public",
|
|
10604
|
+
"default": "false"
|
|
10605
|
+
}
|
|
10606
|
+
],
|
|
10607
|
+
"parameters": [
|
|
10608
|
+
{
|
|
10609
|
+
"name": "base",
|
|
10610
|
+
"type": {
|
|
10611
|
+
"text": "TBase"
|
|
10612
|
+
}
|
|
10613
|
+
}
|
|
10614
|
+
]
|
|
10615
|
+
}
|
|
10616
|
+
],
|
|
10617
|
+
"exports": [
|
|
10618
|
+
{
|
|
10619
|
+
"kind": "js",
|
|
10620
|
+
"name": "Severity",
|
|
10621
|
+
"declaration": {
|
|
10622
|
+
"name": "Severity",
|
|
10623
|
+
"module": "src/patterns/severity/types.ts"
|
|
10624
|
+
}
|
|
10625
|
+
},
|
|
10626
|
+
{
|
|
10627
|
+
"kind": "js",
|
|
10628
|
+
"name": "mixinSeverityPattern",
|
|
10629
|
+
"declaration": {
|
|
10630
|
+
"name": "mixinSeverityPattern",
|
|
10631
|
+
"module": "src/patterns/severity/types.ts"
|
|
10632
|
+
}
|
|
10633
|
+
}
|
|
10634
|
+
]
|
|
10635
|
+
},
|
|
10636
|
+
{
|
|
10637
|
+
"kind": "javascript-module",
|
|
10638
|
+
"path": "src/patterns/step/types.ts",
|
|
10639
|
+
"declarations": [],
|
|
10640
|
+
"exports": []
|
|
10641
|
+
},
|
|
10272
10642
|
{
|
|
10273
10643
|
"kind": "javascript-module",
|
|
10274
10644
|
"path": "src/patterns/tabs/types.ts",
|
|
@@ -18610,49 +18980,6 @@
|
|
|
18610
18980
|
}
|
|
18611
18981
|
]
|
|
18612
18982
|
},
|
|
18613
|
-
{
|
|
18614
|
-
"kind": "javascript-module",
|
|
18615
|
-
"path": "src/table-column/base/group-header-view/index.ts",
|
|
18616
|
-
"declarations": [
|
|
18617
|
-
{
|
|
18618
|
-
"kind": "class",
|
|
18619
|
-
"description": "The base class for group header views, which are displayed in a TableGroupRow.\nA TableColumn that uses the GroupableColumn mixin must provide a TableGroupHeaderView\ntype (linked via TableColumn.groupHeaderViewTag).",
|
|
18620
|
-
"name": "TableGroupHeaderView",
|
|
18621
|
-
"members": [
|
|
18622
|
-
{
|
|
18623
|
-
"kind": "field",
|
|
18624
|
-
"name": "groupHeaderValue",
|
|
18625
|
-
"type": {
|
|
18626
|
-
"text": "TGroupValue | undefined"
|
|
18627
|
-
},
|
|
18628
|
-
"privacy": "public"
|
|
18629
|
-
},
|
|
18630
|
-
{
|
|
18631
|
-
"kind": "field",
|
|
18632
|
-
"name": "columnConfig",
|
|
18633
|
-
"type": {
|
|
18634
|
-
"text": "TColumnConfig | undefined"
|
|
18635
|
-
},
|
|
18636
|
-
"privacy": "public"
|
|
18637
|
-
}
|
|
18638
|
-
],
|
|
18639
|
-
"superclass": {
|
|
18640
|
-
"name": "FoundationElement",
|
|
18641
|
-
"package": "@ni/fast-foundation"
|
|
18642
|
-
}
|
|
18643
|
-
}
|
|
18644
|
-
],
|
|
18645
|
-
"exports": [
|
|
18646
|
-
{
|
|
18647
|
-
"kind": "js",
|
|
18648
|
-
"name": "TableGroupHeaderView",
|
|
18649
|
-
"declaration": {
|
|
18650
|
-
"name": "TableGroupHeaderView",
|
|
18651
|
-
"module": "src/table-column/base/group-header-view/index.ts"
|
|
18652
|
-
}
|
|
18653
|
-
}
|
|
18654
|
-
]
|
|
18655
|
-
},
|
|
18656
18983
|
{
|
|
18657
18984
|
"kind": "javascript-module",
|
|
18658
18985
|
"path": "src/table-column/date-text/cell-view/index.ts",
|
|
@@ -18895,6 +19222,49 @@
|
|
|
18895
19222
|
}
|
|
18896
19223
|
]
|
|
18897
19224
|
},
|
|
19225
|
+
{
|
|
19226
|
+
"kind": "javascript-module",
|
|
19227
|
+
"path": "src/table-column/base/group-header-view/index.ts",
|
|
19228
|
+
"declarations": [
|
|
19229
|
+
{
|
|
19230
|
+
"kind": "class",
|
|
19231
|
+
"description": "The base class for group header views, which are displayed in a TableGroupRow.\nA TableColumn that uses the GroupableColumn mixin must provide a TableGroupHeaderView\ntype (linked via TableColumn.groupHeaderViewTag).",
|
|
19232
|
+
"name": "TableGroupHeaderView",
|
|
19233
|
+
"members": [
|
|
19234
|
+
{
|
|
19235
|
+
"kind": "field",
|
|
19236
|
+
"name": "groupHeaderValue",
|
|
19237
|
+
"type": {
|
|
19238
|
+
"text": "TGroupValue | undefined"
|
|
19239
|
+
},
|
|
19240
|
+
"privacy": "public"
|
|
19241
|
+
},
|
|
19242
|
+
{
|
|
19243
|
+
"kind": "field",
|
|
19244
|
+
"name": "columnConfig",
|
|
19245
|
+
"type": {
|
|
19246
|
+
"text": "TColumnConfig | undefined"
|
|
19247
|
+
},
|
|
19248
|
+
"privacy": "public"
|
|
19249
|
+
}
|
|
19250
|
+
],
|
|
19251
|
+
"superclass": {
|
|
19252
|
+
"name": "FoundationElement",
|
|
19253
|
+
"package": "@ni/fast-foundation"
|
|
19254
|
+
}
|
|
19255
|
+
}
|
|
19256
|
+
],
|
|
19257
|
+
"exports": [
|
|
19258
|
+
{
|
|
19259
|
+
"kind": "js",
|
|
19260
|
+
"name": "TableGroupHeaderView",
|
|
19261
|
+
"declaration": {
|
|
19262
|
+
"name": "TableGroupHeaderView",
|
|
19263
|
+
"module": "src/table-column/base/group-header-view/index.ts"
|
|
19264
|
+
}
|
|
19265
|
+
}
|
|
19266
|
+
]
|
|
19267
|
+
},
|
|
18898
19268
|
{
|
|
18899
19269
|
"kind": "javascript-module",
|
|
18900
19270
|
"path": "src/table-column/date-text/group-header-view/index.ts",
|
package/dist/custom-elements.md
CHANGED
|
@@ -121,9 +121,31 @@
|
|
|
121
121
|
|
|
122
122
|
### Superclass
|
|
123
123
|
|
|
124
|
-
| Name
|
|
125
|
-
|
|
|
126
|
-
| `
|
|
124
|
+
| Name | Module | Package |
|
|
125
|
+
| ------------ | ---------------- | ------- |
|
|
126
|
+
| `AnchorBase` | /src/anchor-base | |
|
|
127
|
+
|
|
128
|
+
### Fields
|
|
129
|
+
|
|
130
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
131
|
+
| --------------------- | ------- | --------------------- | ------- | ---------------------------------------------------------------------------------------------- | -------------------- |
|
|
132
|
+
| `severity` | public | `Severity` | | The severity state of the element | mixinSeverityPattern |
|
|
133
|
+
| `disabled` | public | `boolean` | `false` | | |
|
|
134
|
+
| `readOnly` | public | `boolean` | `false` | | |
|
|
135
|
+
| `selected` | public | `boolean` | `false` | | |
|
|
136
|
+
| `tabIndex` | public | `number` | | | |
|
|
137
|
+
| `severityText` | public | `string \| undefined` | | The severity text that will be displayed when a component is not in the default severity state | mixinSeverityPattern |
|
|
138
|
+
| `severityHasOverflow` | public | `boolean` | `false` | | mixinSeverityPattern |
|
|
139
|
+
|
|
140
|
+
### Attributes
|
|
141
|
+
|
|
142
|
+
| Name | Field | Inherited From |
|
|
143
|
+
| ---------- | -------- | -------------- |
|
|
144
|
+
| `severity` | severity | |
|
|
145
|
+
| `disabled` | disabled | |
|
|
146
|
+
| `readonly` | readOnly | |
|
|
147
|
+
| `selected` | selected | |
|
|
148
|
+
| `tabindex` | tabIndex | |
|
|
127
149
|
|
|
128
150
|
<hr/>
|
|
129
151
|
|
|
@@ -821,9 +843,29 @@
|
|
|
821
843
|
|
|
822
844
|
### Superclass
|
|
823
845
|
|
|
824
|
-
| Name
|
|
825
|
-
|
|
|
826
|
-
| `
|
|
846
|
+
| Name | Module | Package |
|
|
847
|
+
| ------------------ | ------ | ------------------- |
|
|
848
|
+
| `FoundationButton` | | @ni/fast-foundation |
|
|
849
|
+
|
|
850
|
+
### Fields
|
|
851
|
+
|
|
852
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
853
|
+
| --------------------- | ------- | --------------------- | ------- | ---------------------------------------------------------------------------------------------- | -------------------- |
|
|
854
|
+
| `severity` | public | `Severity` | | The severity state of the element | mixinSeverityPattern |
|
|
855
|
+
| `readOnly` | public | `boolean` | `false` | | |
|
|
856
|
+
| `selected` | public | `boolean` | `false` | | |
|
|
857
|
+
| `tabIndex` | public | `number` | | | |
|
|
858
|
+
| `severityText` | public | `string \| undefined` | | The severity text that will be displayed when a component is not in the default severity state | mixinSeverityPattern |
|
|
859
|
+
| `severityHasOverflow` | public | `boolean` | `false` | | mixinSeverityPattern |
|
|
860
|
+
|
|
861
|
+
### Attributes
|
|
862
|
+
|
|
863
|
+
| Name | Field | Inherited From |
|
|
864
|
+
| ---------- | -------- | -------------- |
|
|
865
|
+
| `severity` | severity | |
|
|
866
|
+
| `readonly` | readOnly | |
|
|
867
|
+
| `selected` | selected | |
|
|
868
|
+
| `tabindex` | tabIndex | |
|
|
827
869
|
|
|
828
870
|
<hr/>
|
|
829
871
|
|
|
@@ -2536,23 +2578,6 @@
|
|
|
2536
2578
|
|
|
2537
2579
|
<hr/>
|
|
2538
2580
|
|
|
2539
|
-
## class: `TableGroupHeaderView`
|
|
2540
|
-
|
|
2541
|
-
### Superclass
|
|
2542
|
-
|
|
2543
|
-
| Name | Module | Package |
|
|
2544
|
-
| ------------------- | ------ | ------------------- |
|
|
2545
|
-
| `FoundationElement` | | @ni/fast-foundation |
|
|
2546
|
-
|
|
2547
|
-
### Fields
|
|
2548
|
-
|
|
2549
|
-
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
2550
|
-
| ------------------ | ------- | ---------------------------- | ------- | ----------- | -------------- |
|
|
2551
|
-
| `groupHeaderValue` | public | `TGroupValue \| undefined` | | | |
|
|
2552
|
-
| `columnConfig` | public | `TColumnConfig \| undefined` | | | |
|
|
2553
|
-
|
|
2554
|
-
<hr/>
|
|
2555
|
-
|
|
2556
2581
|
## class: `TableColumnDateTextCellView`
|
|
2557
2582
|
|
|
2558
2583
|
### Superclass
|
|
@@ -2584,6 +2609,23 @@
|
|
|
2584
2609
|
|
|
2585
2610
|
<hr/>
|
|
2586
2611
|
|
|
2612
|
+
## class: `TableGroupHeaderView`
|
|
2613
|
+
|
|
2614
|
+
### Superclass
|
|
2615
|
+
|
|
2616
|
+
| Name | Module | Package |
|
|
2617
|
+
| ------------------- | ------ | ------------------- |
|
|
2618
|
+
| `FoundationElement` | | @ni/fast-foundation |
|
|
2619
|
+
|
|
2620
|
+
### Fields
|
|
2621
|
+
|
|
2622
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
2623
|
+
| ------------------ | ------- | ---------------------------- | ------- | ----------- | -------------- |
|
|
2624
|
+
| `groupHeaderValue` | public | `TGroupValue \| undefined` | | | |
|
|
2625
|
+
| `columnConfig` | public | `TColumnConfig \| undefined` | | | |
|
|
2626
|
+
|
|
2627
|
+
<hr/>
|
|
2628
|
+
|
|
2587
2629
|
## class: `TableColumnDateTextGroupHeaderView`
|
|
2588
2630
|
|
|
2589
2631
|
### Superclass
|
|
@@ -3,7 +3,7 @@ import { display } from '../utilities/style/display';
|
|
|
3
3
|
import { focusVisible } from '../utilities/style/focus';
|
|
4
4
|
import { borderHoverColor, linkActiveFontColor, linkActiveProminentFontColor, linkDisabledFontColor, linkFont, linkFontColor, linkProminentFontColor } from '../theme-provider/design-tokens';
|
|
5
5
|
export const styles = css `
|
|
6
|
-
@layer base, hover, focusVisible, active, disabled;
|
|
6
|
+
@layer base, hover, focusVisible, active, disabled, top;
|
|
7
7
|
|
|
8
8
|
@layer base {
|
|
9
9
|
${display('inline')}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.js","sourceRoot":"","sources":["../../../src/anchor/styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,kBAAkB,CAAC;AACvC,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAC;AACrD,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EACH,gBAAgB,EAChB,mBAAmB,EACnB,4BAA4B,EAC5B,qBAAqB,EACrB,QAAQ,EACR,aAAa,EACb,sBAAsB,EACzB,MAAM,iCAAiC,CAAC;AAEzC,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAA;;;;UAIf,OAAO,CAAC,QAAQ,CAAC;;;oBAGP,QAAQ;;;;;;;;qBAQP,aAAa;;;;;;;;;qBASb,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;kBAuBzB,YAAY;;;;qBAIT,gBAAgB;;;;;;qBAMhB,mBAAmB;;;;;;qBAMnB,4BAA4B;;;;;;;;;;qBAU5B,qBAAqB;;;CAGzC,CAAC","sourcesContent":["import { css } from '@ni/fast-element';\nimport { display } from '../utilities/style/display';\nimport { focusVisible } from '../utilities/style/focus';\nimport {\n borderHoverColor,\n linkActiveFontColor,\n linkActiveProminentFontColor,\n linkDisabledFontColor,\n linkFont,\n linkFontColor,\n linkProminentFontColor\n} from '../theme-provider/design-tokens';\n\nexport const styles = css`\n @layer base, hover, focusVisible, active, disabled;\n\n @layer base {\n ${display('inline')}\n\n :host {\n font: ${linkFont};\n }\n\n .top-container {\n display: contents;\n }\n\n .control {\n color: ${linkFontColor};\n text-decoration: underline;\n }\n\n :host([underline-hidden]) .control {\n text-decoration: none;\n }\n\n :host([appearance='prominent']) .control {\n color: ${linkProminentFontColor};\n }\n\n [part='start'] {\n display: none;\n }\n\n .content {\n pointer-events: none;\n }\n\n [part='end'] {\n display: none;\n }\n }\n\n @layer hover {\n .control:any-link:hover {\n text-decoration: underline;\n }\n }\n\n @layer focusVisible {\n .control${focusVisible} {\n outline: none;\n box-shadow: inset 0px -1px;\n text-decoration: underline;\n color: ${borderHoverColor};\n }\n }\n\n @layer active {\n .control:active {\n color: ${linkActiveFontColor};\n text-decoration: underline;\n box-shadow: none;\n }\n\n :host([appearance='prominent']) .control:active {\n color: ${linkActiveProminentFontColor};\n }\n\n :host([underline-hidden]) .control:active {\n text-decoration: none;\n }\n }\n\n @layer disabled {\n .control:not(:any-link) {\n color: ${linkDisabledFontColor};\n }\n }\n`;\n"]}
|
|
1
|
+
{"version":3,"file":"styles.js","sourceRoot":"","sources":["../../../src/anchor/styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,kBAAkB,CAAC;AACvC,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAC;AACrD,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EACH,gBAAgB,EAChB,mBAAmB,EACnB,4BAA4B,EAC5B,qBAAqB,EACrB,QAAQ,EACR,aAAa,EACb,sBAAsB,EACzB,MAAM,iCAAiC,CAAC;AAEzC,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAA;;;;UAIf,OAAO,CAAC,QAAQ,CAAC;;;oBAGP,QAAQ;;;;;;;;qBAQP,aAAa;;;;;;;;;qBASb,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;kBAuBzB,YAAY;;;;qBAIT,gBAAgB;;;;;;qBAMhB,mBAAmB;;;;;;qBAMnB,4BAA4B;;;;;;;;;;qBAU5B,qBAAqB;;;CAGzC,CAAC","sourcesContent":["import { css } from '@ni/fast-element';\nimport { display } from '../utilities/style/display';\nimport { focusVisible } from '../utilities/style/focus';\nimport {\n borderHoverColor,\n linkActiveFontColor,\n linkActiveProminentFontColor,\n linkDisabledFontColor,\n linkFont,\n linkFontColor,\n linkProminentFontColor\n} from '../theme-provider/design-tokens';\n\nexport const styles = css`\n @layer base, hover, focusVisible, active, disabled, top;\n\n @layer base {\n ${display('inline')}\n\n :host {\n font: ${linkFont};\n }\n\n .top-container {\n display: contents;\n }\n\n .control {\n color: ${linkFontColor};\n text-decoration: underline;\n }\n\n :host([underline-hidden]) .control {\n text-decoration: none;\n }\n\n :host([appearance='prominent']) .control {\n color: ${linkProminentFontColor};\n }\n\n [part='start'] {\n display: none;\n }\n\n .content {\n pointer-events: none;\n }\n\n [part='end'] {\n display: none;\n }\n }\n\n @layer hover {\n .control:any-link:hover {\n text-decoration: underline;\n }\n }\n\n @layer focusVisible {\n .control${focusVisible} {\n outline: none;\n box-shadow: inset 0px -1px;\n text-decoration: underline;\n color: ${borderHoverColor};\n }\n }\n\n @layer active {\n .control:active {\n color: ${linkActiveFontColor};\n text-decoration: underline;\n box-shadow: none;\n }\n\n :host([appearance='prominent']) .control:active {\n color: ${linkActiveProminentFontColor};\n }\n\n :host([underline-hidden]) .control:active {\n text-decoration: none;\n }\n }\n\n @layer disabled {\n .control:not(:any-link) {\n color: ${linkDisabledFontColor};\n }\n }\n`;\n"]}
|