@ni/nimble-components 35.5.5 → 35.5.6
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 +169 -16
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +3442 -3366
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/custom-elements.json +204 -186
- package/dist/custom-elements.md +32 -32
- package/dist/esm/anchor-step/template.js +2 -1
- package/dist/esm/anchor-step/template.js.map +1 -1
- package/dist/esm/step/template.js +2 -1
- package/dist/esm/step/template.js.map +1 -1
- package/dist/esm/stepper/index.d.ts +18 -0
- package/dist/esm/stepper/index.js +82 -1
- package/dist/esm/stepper/index.js.map +1 -1
- package/dist/esm/stepper/styles.js +50 -4
- package/dist/esm/stepper/styles.js.map +1 -1
- package/dist/esm/stepper/template.js +37 -5
- package/dist/esm/stepper/template.js.map +1 -1
- package/dist/esm/stepper/testing/stepper.pageobject.d.ts +17 -0
- package/dist/esm/stepper/testing/stepper.pageobject.js +91 -0
- package/dist/esm/stepper/testing/stepper.pageobject.js.map +1 -0
- package/package.json +1 -1
|
@@ -5300,6 +5300,14 @@
|
|
|
5300
5300
|
},
|
|
5301
5301
|
"privacy": "public"
|
|
5302
5302
|
},
|
|
5303
|
+
{
|
|
5304
|
+
"kind": "field",
|
|
5305
|
+
"name": "listIntersectionObserver",
|
|
5306
|
+
"type": {
|
|
5307
|
+
"text": "IntersectionObserver | undefined"
|
|
5308
|
+
},
|
|
5309
|
+
"privacy": "private"
|
|
5310
|
+
},
|
|
5303
5311
|
{
|
|
5304
5312
|
"kind": "method",
|
|
5305
5313
|
"name": "orientationChanged",
|
|
@@ -5329,6 +5337,16 @@
|
|
|
5329
5337
|
"text": "void"
|
|
5330
5338
|
}
|
|
5331
5339
|
}
|
|
5340
|
+
},
|
|
5341
|
+
{
|
|
5342
|
+
"kind": "method",
|
|
5343
|
+
"name": "handleListOverflow",
|
|
5344
|
+
"privacy": "private",
|
|
5345
|
+
"return": {
|
|
5346
|
+
"type": {
|
|
5347
|
+
"text": "void"
|
|
5348
|
+
}
|
|
5349
|
+
}
|
|
5332
5350
|
}
|
|
5333
5351
|
],
|
|
5334
5352
|
"attributes": [
|
|
@@ -15943,17 +15961,17 @@
|
|
|
15943
15961
|
},
|
|
15944
15962
|
{
|
|
15945
15963
|
"kind": "javascript-module",
|
|
15946
|
-
"path": "src/unit/
|
|
15964
|
+
"path": "src/unit/fahrenheit/index.ts",
|
|
15947
15965
|
"declarations": [
|
|
15948
15966
|
{
|
|
15949
15967
|
"kind": "class",
|
|
15950
|
-
"description": "Element representing degrees
|
|
15951
|
-
"name": "
|
|
15968
|
+
"description": "Element representing degrees Fahrenheit unit",
|
|
15969
|
+
"name": "UnitFahrenheit",
|
|
15952
15970
|
"members": [
|
|
15953
15971
|
{
|
|
15954
15972
|
"kind": "field",
|
|
15955
15973
|
"name": "resolvedUnitScale",
|
|
15956
|
-
"default": "
|
|
15974
|
+
"default": "unitScaleFahrenheit"
|
|
15957
15975
|
}
|
|
15958
15976
|
],
|
|
15959
15977
|
"superclass": {
|
|
@@ -15963,45 +15981,45 @@
|
|
|
15963
15981
|
},
|
|
15964
15982
|
{
|
|
15965
15983
|
"kind": "variable",
|
|
15966
|
-
"name": "
|
|
15984
|
+
"name": "unitFahrenheitTag",
|
|
15967
15985
|
"type": {
|
|
15968
15986
|
"text": "string"
|
|
15969
15987
|
},
|
|
15970
|
-
"default": "'nimble-unit-
|
|
15988
|
+
"default": "'nimble-unit-fahrenheit'"
|
|
15971
15989
|
}
|
|
15972
15990
|
],
|
|
15973
15991
|
"exports": [
|
|
15974
15992
|
{
|
|
15975
15993
|
"kind": "js",
|
|
15976
|
-
"name": "
|
|
15994
|
+
"name": "UnitFahrenheit",
|
|
15977
15995
|
"declaration": {
|
|
15978
|
-
"name": "
|
|
15979
|
-
"module": "src/unit/
|
|
15996
|
+
"name": "UnitFahrenheit",
|
|
15997
|
+
"module": "src/unit/fahrenheit/index.ts"
|
|
15980
15998
|
}
|
|
15981
15999
|
},
|
|
15982
16000
|
{
|
|
15983
16001
|
"kind": "js",
|
|
15984
|
-
"name": "
|
|
16002
|
+
"name": "unitFahrenheitTag",
|
|
15985
16003
|
"declaration": {
|
|
15986
|
-
"name": "
|
|
15987
|
-
"module": "src/unit/
|
|
16004
|
+
"name": "unitFahrenheitTag",
|
|
16005
|
+
"module": "src/unit/fahrenheit/index.ts"
|
|
15988
16006
|
}
|
|
15989
16007
|
}
|
|
15990
16008
|
]
|
|
15991
16009
|
},
|
|
15992
16010
|
{
|
|
15993
16011
|
"kind": "javascript-module",
|
|
15994
|
-
"path": "src/unit/
|
|
16012
|
+
"path": "src/unit/celsius/index.ts",
|
|
15995
16013
|
"declarations": [
|
|
15996
16014
|
{
|
|
15997
16015
|
"kind": "class",
|
|
15998
|
-
"description": "Element representing degrees
|
|
15999
|
-
"name": "
|
|
16016
|
+
"description": "Element representing degrees Celsius unit",
|
|
16017
|
+
"name": "UnitCelsius",
|
|
16000
16018
|
"members": [
|
|
16001
16019
|
{
|
|
16002
16020
|
"kind": "field",
|
|
16003
16021
|
"name": "resolvedUnitScale",
|
|
16004
|
-
"default": "
|
|
16022
|
+
"default": "unitScaleCelsius"
|
|
16005
16023
|
}
|
|
16006
16024
|
],
|
|
16007
16025
|
"superclass": {
|
|
@@ -16011,28 +16029,28 @@
|
|
|
16011
16029
|
},
|
|
16012
16030
|
{
|
|
16013
16031
|
"kind": "variable",
|
|
16014
|
-
"name": "
|
|
16032
|
+
"name": "unitCelsiusTag",
|
|
16015
16033
|
"type": {
|
|
16016
16034
|
"text": "string"
|
|
16017
16035
|
},
|
|
16018
|
-
"default": "'nimble-unit-
|
|
16036
|
+
"default": "'nimble-unit-celsius'"
|
|
16019
16037
|
}
|
|
16020
16038
|
],
|
|
16021
16039
|
"exports": [
|
|
16022
16040
|
{
|
|
16023
16041
|
"kind": "js",
|
|
16024
|
-
"name": "
|
|
16042
|
+
"name": "UnitCelsius",
|
|
16025
16043
|
"declaration": {
|
|
16026
|
-
"name": "
|
|
16027
|
-
"module": "src/unit/
|
|
16044
|
+
"name": "UnitCelsius",
|
|
16045
|
+
"module": "src/unit/celsius/index.ts"
|
|
16028
16046
|
}
|
|
16029
16047
|
},
|
|
16030
16048
|
{
|
|
16031
16049
|
"kind": "js",
|
|
16032
|
-
"name": "
|
|
16050
|
+
"name": "unitCelsiusTag",
|
|
16033
16051
|
"declaration": {
|
|
16034
|
-
"name": "
|
|
16035
|
-
"module": "src/unit/
|
|
16052
|
+
"name": "unitCelsiusTag",
|
|
16053
|
+
"module": "src/unit/celsius/index.ts"
|
|
16036
16054
|
}
|
|
16037
16055
|
}
|
|
16038
16056
|
]
|
|
@@ -19530,6 +19548,168 @@
|
|
|
19530
19548
|
}
|
|
19531
19549
|
]
|
|
19532
19550
|
},
|
|
19551
|
+
{
|
|
19552
|
+
"kind": "javascript-module",
|
|
19553
|
+
"path": "src/table-column/duration-text/group-header-view/index.ts",
|
|
19554
|
+
"declarations": [
|
|
19555
|
+
{
|
|
19556
|
+
"kind": "class",
|
|
19557
|
+
"description": "The group header view for displaying duration fields as text.",
|
|
19558
|
+
"name": "TableColumnDurationTextGroupHeaderView",
|
|
19559
|
+
"members": [
|
|
19560
|
+
{
|
|
19561
|
+
"kind": "method",
|
|
19562
|
+
"name": "updateText",
|
|
19563
|
+
"privacy": "protected",
|
|
19564
|
+
"return": {
|
|
19565
|
+
"type": {
|
|
19566
|
+
"text": "void"
|
|
19567
|
+
}
|
|
19568
|
+
},
|
|
19569
|
+
"inheritedFrom": {
|
|
19570
|
+
"name": "TableColumnTextGroupHeaderViewBase",
|
|
19571
|
+
"module": "src/table-column/text-base/group-header-view/index.ts"
|
|
19572
|
+
}
|
|
19573
|
+
},
|
|
19574
|
+
{
|
|
19575
|
+
"kind": "field",
|
|
19576
|
+
"name": "text",
|
|
19577
|
+
"privacy": "public",
|
|
19578
|
+
"description": "Text to render in the cell.\n\nThe value is initialized to `tableGroupRowPlaceholderNoValue` because if the group\nrow never has a value defined on it, the change handlers may never get called but\nthe text needs to be correct.",
|
|
19579
|
+
"inheritedFrom": {
|
|
19580
|
+
"name": "TableColumnTextGroupHeaderViewBase",
|
|
19581
|
+
"module": "src/table-column/text-base/group-header-view/index.ts"
|
|
19582
|
+
}
|
|
19583
|
+
},
|
|
19584
|
+
{
|
|
19585
|
+
"kind": "field",
|
|
19586
|
+
"name": "noValuePlaceholderLabelSubscriber",
|
|
19587
|
+
"type": {
|
|
19588
|
+
"text": "DesignTokenSubscriber<\n typeof tableGroupRowPlaceholderNoValueLabel\n >"
|
|
19589
|
+
},
|
|
19590
|
+
"privacy": "private",
|
|
19591
|
+
"readonly": true,
|
|
19592
|
+
"default": "{ handleChange: () => { this.applyPlaceholderTextIfNeeded(); } }",
|
|
19593
|
+
"inheritedFrom": {
|
|
19594
|
+
"name": "TableColumnTextGroupHeaderViewBase",
|
|
19595
|
+
"module": "src/table-column/text-base/group-header-view/index.ts"
|
|
19596
|
+
}
|
|
19597
|
+
},
|
|
19598
|
+
{
|
|
19599
|
+
"kind": "field",
|
|
19600
|
+
"name": "emptyPlaceholderLabelSubscriber",
|
|
19601
|
+
"type": {
|
|
19602
|
+
"text": "DesignTokenSubscriber<\n typeof tableGroupRowPlaceholderEmptyLabel\n >"
|
|
19603
|
+
},
|
|
19604
|
+
"privacy": "private",
|
|
19605
|
+
"readonly": true,
|
|
19606
|
+
"default": "{ handleChange: () => { this.applyPlaceholderTextIfNeeded(); } }",
|
|
19607
|
+
"inheritedFrom": {
|
|
19608
|
+
"name": "TableColumnTextGroupHeaderViewBase",
|
|
19609
|
+
"module": "src/table-column/text-base/group-header-view/index.ts"
|
|
19610
|
+
}
|
|
19611
|
+
},
|
|
19612
|
+
{
|
|
19613
|
+
"kind": "method",
|
|
19614
|
+
"name": "columnConfigChanged",
|
|
19615
|
+
"privacy": "private",
|
|
19616
|
+
"return": {
|
|
19617
|
+
"type": {
|
|
19618
|
+
"text": "void"
|
|
19619
|
+
}
|
|
19620
|
+
},
|
|
19621
|
+
"inheritedFrom": {
|
|
19622
|
+
"name": "TableColumnTextGroupHeaderViewBase",
|
|
19623
|
+
"module": "src/table-column/text-base/group-header-view/index.ts"
|
|
19624
|
+
}
|
|
19625
|
+
},
|
|
19626
|
+
{
|
|
19627
|
+
"kind": "method",
|
|
19628
|
+
"name": "groupHeaderValueChanged",
|
|
19629
|
+
"privacy": "private",
|
|
19630
|
+
"return": {
|
|
19631
|
+
"type": {
|
|
19632
|
+
"text": "void"
|
|
19633
|
+
}
|
|
19634
|
+
},
|
|
19635
|
+
"inheritedFrom": {
|
|
19636
|
+
"name": "TableColumnTextGroupHeaderViewBase",
|
|
19637
|
+
"module": "src/table-column/text-base/group-header-view/index.ts"
|
|
19638
|
+
}
|
|
19639
|
+
},
|
|
19640
|
+
{
|
|
19641
|
+
"kind": "method",
|
|
19642
|
+
"name": "applyPlaceholderTextIfNeeded",
|
|
19643
|
+
"privacy": "private",
|
|
19644
|
+
"return": {
|
|
19645
|
+
"type": {
|
|
19646
|
+
"text": ""
|
|
19647
|
+
}
|
|
19648
|
+
},
|
|
19649
|
+
"description": "Sets `this.text` to the appropriate placeholder if `groupHeaderValue` warrants it.",
|
|
19650
|
+
"inheritedFrom": {
|
|
19651
|
+
"name": "TableColumnTextGroupHeaderViewBase",
|
|
19652
|
+
"module": "src/table-column/text-base/group-header-view/index.ts"
|
|
19653
|
+
}
|
|
19654
|
+
},
|
|
19655
|
+
{
|
|
19656
|
+
"kind": "field",
|
|
19657
|
+
"name": "groupHeaderValue",
|
|
19658
|
+
"type": {
|
|
19659
|
+
"text": "TGroupValue | undefined"
|
|
19660
|
+
},
|
|
19661
|
+
"privacy": "public",
|
|
19662
|
+
"inheritedFrom": {
|
|
19663
|
+
"name": "TableGroupHeaderView",
|
|
19664
|
+
"module": "src/table-column/base/group-header-view/index.ts"
|
|
19665
|
+
}
|
|
19666
|
+
},
|
|
19667
|
+
{
|
|
19668
|
+
"kind": "field",
|
|
19669
|
+
"name": "columnConfig",
|
|
19670
|
+
"type": {
|
|
19671
|
+
"text": "TColumnConfig | undefined"
|
|
19672
|
+
},
|
|
19673
|
+
"privacy": "public",
|
|
19674
|
+
"inheritedFrom": {
|
|
19675
|
+
"name": "TableGroupHeaderView",
|
|
19676
|
+
"module": "src/table-column/base/group-header-view/index.ts"
|
|
19677
|
+
}
|
|
19678
|
+
}
|
|
19679
|
+
],
|
|
19680
|
+
"superclass": {
|
|
19681
|
+
"name": "TableColumnTextGroupHeaderViewBase",
|
|
19682
|
+
"module": "/src/table-column/text-base/group-header-view"
|
|
19683
|
+
}
|
|
19684
|
+
},
|
|
19685
|
+
{
|
|
19686
|
+
"kind": "variable",
|
|
19687
|
+
"name": "tableColumnDurationTextGroupHeaderViewTag",
|
|
19688
|
+
"type": {
|
|
19689
|
+
"text": "string"
|
|
19690
|
+
},
|
|
19691
|
+
"default": "'nimble-table-column-duration-text-group-header-view'"
|
|
19692
|
+
}
|
|
19693
|
+
],
|
|
19694
|
+
"exports": [
|
|
19695
|
+
{
|
|
19696
|
+
"kind": "js",
|
|
19697
|
+
"name": "TableColumnDurationTextGroupHeaderView",
|
|
19698
|
+
"declaration": {
|
|
19699
|
+
"name": "TableColumnDurationTextGroupHeaderView",
|
|
19700
|
+
"module": "src/table-column/duration-text/group-header-view/index.ts"
|
|
19701
|
+
}
|
|
19702
|
+
},
|
|
19703
|
+
{
|
|
19704
|
+
"kind": "js",
|
|
19705
|
+
"name": "tableColumnDurationTextGroupHeaderViewTag",
|
|
19706
|
+
"declaration": {
|
|
19707
|
+
"name": "tableColumnDurationTextGroupHeaderViewTag",
|
|
19708
|
+
"module": "src/table-column/duration-text/group-header-view/index.ts"
|
|
19709
|
+
}
|
|
19710
|
+
}
|
|
19711
|
+
]
|
|
19712
|
+
},
|
|
19533
19713
|
{
|
|
19534
19714
|
"kind": "javascript-module",
|
|
19535
19715
|
"path": "src/table-column/duration-text/cell-view/index.ts",
|
|
@@ -19772,168 +19952,6 @@
|
|
|
19772
19952
|
}
|
|
19773
19953
|
]
|
|
19774
19954
|
},
|
|
19775
|
-
{
|
|
19776
|
-
"kind": "javascript-module",
|
|
19777
|
-
"path": "src/table-column/duration-text/group-header-view/index.ts",
|
|
19778
|
-
"declarations": [
|
|
19779
|
-
{
|
|
19780
|
-
"kind": "class",
|
|
19781
|
-
"description": "The group header view for displaying duration fields as text.",
|
|
19782
|
-
"name": "TableColumnDurationTextGroupHeaderView",
|
|
19783
|
-
"members": [
|
|
19784
|
-
{
|
|
19785
|
-
"kind": "method",
|
|
19786
|
-
"name": "updateText",
|
|
19787
|
-
"privacy": "protected",
|
|
19788
|
-
"return": {
|
|
19789
|
-
"type": {
|
|
19790
|
-
"text": "void"
|
|
19791
|
-
}
|
|
19792
|
-
},
|
|
19793
|
-
"inheritedFrom": {
|
|
19794
|
-
"name": "TableColumnTextGroupHeaderViewBase",
|
|
19795
|
-
"module": "src/table-column/text-base/group-header-view/index.ts"
|
|
19796
|
-
}
|
|
19797
|
-
},
|
|
19798
|
-
{
|
|
19799
|
-
"kind": "field",
|
|
19800
|
-
"name": "text",
|
|
19801
|
-
"privacy": "public",
|
|
19802
|
-
"description": "Text to render in the cell.\n\nThe value is initialized to `tableGroupRowPlaceholderNoValue` because if the group\nrow never has a value defined on it, the change handlers may never get called but\nthe text needs to be correct.",
|
|
19803
|
-
"inheritedFrom": {
|
|
19804
|
-
"name": "TableColumnTextGroupHeaderViewBase",
|
|
19805
|
-
"module": "src/table-column/text-base/group-header-view/index.ts"
|
|
19806
|
-
}
|
|
19807
|
-
},
|
|
19808
|
-
{
|
|
19809
|
-
"kind": "field",
|
|
19810
|
-
"name": "noValuePlaceholderLabelSubscriber",
|
|
19811
|
-
"type": {
|
|
19812
|
-
"text": "DesignTokenSubscriber<\n typeof tableGroupRowPlaceholderNoValueLabel\n >"
|
|
19813
|
-
},
|
|
19814
|
-
"privacy": "private",
|
|
19815
|
-
"readonly": true,
|
|
19816
|
-
"default": "{ handleChange: () => { this.applyPlaceholderTextIfNeeded(); } }",
|
|
19817
|
-
"inheritedFrom": {
|
|
19818
|
-
"name": "TableColumnTextGroupHeaderViewBase",
|
|
19819
|
-
"module": "src/table-column/text-base/group-header-view/index.ts"
|
|
19820
|
-
}
|
|
19821
|
-
},
|
|
19822
|
-
{
|
|
19823
|
-
"kind": "field",
|
|
19824
|
-
"name": "emptyPlaceholderLabelSubscriber",
|
|
19825
|
-
"type": {
|
|
19826
|
-
"text": "DesignTokenSubscriber<\n typeof tableGroupRowPlaceholderEmptyLabel\n >"
|
|
19827
|
-
},
|
|
19828
|
-
"privacy": "private",
|
|
19829
|
-
"readonly": true,
|
|
19830
|
-
"default": "{ handleChange: () => { this.applyPlaceholderTextIfNeeded(); } }",
|
|
19831
|
-
"inheritedFrom": {
|
|
19832
|
-
"name": "TableColumnTextGroupHeaderViewBase",
|
|
19833
|
-
"module": "src/table-column/text-base/group-header-view/index.ts"
|
|
19834
|
-
}
|
|
19835
|
-
},
|
|
19836
|
-
{
|
|
19837
|
-
"kind": "method",
|
|
19838
|
-
"name": "columnConfigChanged",
|
|
19839
|
-
"privacy": "private",
|
|
19840
|
-
"return": {
|
|
19841
|
-
"type": {
|
|
19842
|
-
"text": "void"
|
|
19843
|
-
}
|
|
19844
|
-
},
|
|
19845
|
-
"inheritedFrom": {
|
|
19846
|
-
"name": "TableColumnTextGroupHeaderViewBase",
|
|
19847
|
-
"module": "src/table-column/text-base/group-header-view/index.ts"
|
|
19848
|
-
}
|
|
19849
|
-
},
|
|
19850
|
-
{
|
|
19851
|
-
"kind": "method",
|
|
19852
|
-
"name": "groupHeaderValueChanged",
|
|
19853
|
-
"privacy": "private",
|
|
19854
|
-
"return": {
|
|
19855
|
-
"type": {
|
|
19856
|
-
"text": "void"
|
|
19857
|
-
}
|
|
19858
|
-
},
|
|
19859
|
-
"inheritedFrom": {
|
|
19860
|
-
"name": "TableColumnTextGroupHeaderViewBase",
|
|
19861
|
-
"module": "src/table-column/text-base/group-header-view/index.ts"
|
|
19862
|
-
}
|
|
19863
|
-
},
|
|
19864
|
-
{
|
|
19865
|
-
"kind": "method",
|
|
19866
|
-
"name": "applyPlaceholderTextIfNeeded",
|
|
19867
|
-
"privacy": "private",
|
|
19868
|
-
"return": {
|
|
19869
|
-
"type": {
|
|
19870
|
-
"text": ""
|
|
19871
|
-
}
|
|
19872
|
-
},
|
|
19873
|
-
"description": "Sets `this.text` to the appropriate placeholder if `groupHeaderValue` warrants it.",
|
|
19874
|
-
"inheritedFrom": {
|
|
19875
|
-
"name": "TableColumnTextGroupHeaderViewBase",
|
|
19876
|
-
"module": "src/table-column/text-base/group-header-view/index.ts"
|
|
19877
|
-
}
|
|
19878
|
-
},
|
|
19879
|
-
{
|
|
19880
|
-
"kind": "field",
|
|
19881
|
-
"name": "groupHeaderValue",
|
|
19882
|
-
"type": {
|
|
19883
|
-
"text": "TGroupValue | undefined"
|
|
19884
|
-
},
|
|
19885
|
-
"privacy": "public",
|
|
19886
|
-
"inheritedFrom": {
|
|
19887
|
-
"name": "TableGroupHeaderView",
|
|
19888
|
-
"module": "src/table-column/base/group-header-view/index.ts"
|
|
19889
|
-
}
|
|
19890
|
-
},
|
|
19891
|
-
{
|
|
19892
|
-
"kind": "field",
|
|
19893
|
-
"name": "columnConfig",
|
|
19894
|
-
"type": {
|
|
19895
|
-
"text": "TColumnConfig | undefined"
|
|
19896
|
-
},
|
|
19897
|
-
"privacy": "public",
|
|
19898
|
-
"inheritedFrom": {
|
|
19899
|
-
"name": "TableGroupHeaderView",
|
|
19900
|
-
"module": "src/table-column/base/group-header-view/index.ts"
|
|
19901
|
-
}
|
|
19902
|
-
}
|
|
19903
|
-
],
|
|
19904
|
-
"superclass": {
|
|
19905
|
-
"name": "TableColumnTextGroupHeaderViewBase",
|
|
19906
|
-
"module": "/src/table-column/text-base/group-header-view"
|
|
19907
|
-
}
|
|
19908
|
-
},
|
|
19909
|
-
{
|
|
19910
|
-
"kind": "variable",
|
|
19911
|
-
"name": "tableColumnDurationTextGroupHeaderViewTag",
|
|
19912
|
-
"type": {
|
|
19913
|
-
"text": "string"
|
|
19914
|
-
},
|
|
19915
|
-
"default": "'nimble-table-column-duration-text-group-header-view'"
|
|
19916
|
-
}
|
|
19917
|
-
],
|
|
19918
|
-
"exports": [
|
|
19919
|
-
{
|
|
19920
|
-
"kind": "js",
|
|
19921
|
-
"name": "TableColumnDurationTextGroupHeaderView",
|
|
19922
|
-
"declaration": {
|
|
19923
|
-
"name": "TableColumnDurationTextGroupHeaderView",
|
|
19924
|
-
"module": "src/table-column/duration-text/group-header-view/index.ts"
|
|
19925
|
-
}
|
|
19926
|
-
},
|
|
19927
|
-
{
|
|
19928
|
-
"kind": "js",
|
|
19929
|
-
"name": "tableColumnDurationTextGroupHeaderViewTag",
|
|
19930
|
-
"declaration": {
|
|
19931
|
-
"name": "tableColumnDurationTextGroupHeaderViewTag",
|
|
19932
|
-
"module": "src/table-column/duration-text/group-header-view/index.ts"
|
|
19933
|
-
}
|
|
19934
|
-
}
|
|
19935
|
-
]
|
|
19936
|
-
},
|
|
19937
19955
|
{
|
|
19938
19956
|
"kind": "javascript-module",
|
|
19939
19957
|
"path": "src/table-column/mapping/cell-view/index.ts",
|
package/dist/custom-elements.md
CHANGED
|
@@ -2211,7 +2211,7 @@
|
|
|
2211
2211
|
|
|
2212
2212
|
<hr/>
|
|
2213
2213
|
|
|
2214
|
-
## class: `
|
|
2214
|
+
## class: `UnitFahrenheit`
|
|
2215
2215
|
|
|
2216
2216
|
### Superclass
|
|
2217
2217
|
|
|
@@ -2221,13 +2221,13 @@
|
|
|
2221
2221
|
|
|
2222
2222
|
### Fields
|
|
2223
2223
|
|
|
2224
|
-
| Name | Privacy | Type | Default
|
|
2225
|
-
| ------------------- | ------- | ---- |
|
|
2226
|
-
| `resolvedUnitScale` | | | `
|
|
2224
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
2225
|
+
| ------------------- | ------- | ---- | --------------------- | ----------- | -------------- |
|
|
2226
|
+
| `resolvedUnitScale` | | | `unitScaleFahrenheit` | | |
|
|
2227
2227
|
|
|
2228
2228
|
<hr/>
|
|
2229
2229
|
|
|
2230
|
-
## class: `
|
|
2230
|
+
## class: `UnitCelsius`
|
|
2231
2231
|
|
|
2232
2232
|
### Superclass
|
|
2233
2233
|
|
|
@@ -2237,9 +2237,9 @@
|
|
|
2237
2237
|
|
|
2238
2238
|
### Fields
|
|
2239
2239
|
|
|
2240
|
-
| Name | Privacy | Type | Default
|
|
2241
|
-
| ------------------- | ------- | ---- |
|
|
2242
|
-
| `resolvedUnitScale` | | | `
|
|
2240
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
2241
|
+
| ------------------- | ------- | ---- | ------------------ | ----------- | -------------- |
|
|
2242
|
+
| `resolvedUnitScale` | | | `unitScaleCelsius` | | |
|
|
2243
2243
|
|
|
2244
2244
|
<hr/>
|
|
2245
2245
|
|
|
@@ -2666,6 +2666,30 @@
|
|
|
2666
2666
|
|
|
2667
2667
|
<hr/>
|
|
2668
2668
|
|
|
2669
|
+
## class: `TableColumnDurationTextGroupHeaderView`
|
|
2670
|
+
|
|
2671
|
+
### Superclass
|
|
2672
|
+
|
|
2673
|
+
| Name | Module | Package |
|
|
2674
|
+
| ------------------------------------ | --------------------------------------------- | ------- |
|
|
2675
|
+
| `TableColumnTextGroupHeaderViewBase` | /src/table-column/text-base/group-header-view | |
|
|
2676
|
+
|
|
2677
|
+
### Fields
|
|
2678
|
+
|
|
2679
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
2680
|
+
| ------------------ | ------- | ---------------------------- | ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------- |
|
|
2681
|
+
| `text` | public | | | Text to render in the cell.

The value is initialized to \`tableGroupRowPlaceholderNoValue\` because if the group
row never has a value defined on it, the change handlers may never get called but
the text needs to be correct. | TableColumnTextGroupHeaderViewBase |
|
|
2682
|
+
| `groupHeaderValue` | public | `TGroupValue \| undefined` | | | TableGroupHeaderView |
|
|
2683
|
+
| `columnConfig` | public | `TColumnConfig \| undefined` | | | TableGroupHeaderView |
|
|
2684
|
+
|
|
2685
|
+
### Methods
|
|
2686
|
+
|
|
2687
|
+
| Name | Privacy | Description | Parameters | Return | Inherited From |
|
|
2688
|
+
| ------------ | --------- | ----------- | ---------- | ------ | ---------------------------------- |
|
|
2689
|
+
| `updateText` | protected | | | `void` | TableColumnTextGroupHeaderViewBase |
|
|
2690
|
+
|
|
2691
|
+
<hr/>
|
|
2692
|
+
|
|
2669
2693
|
## class: `TableColumnDurationTextCellView`
|
|
2670
2694
|
|
|
2671
2695
|
### Superclass
|
|
@@ -2697,30 +2721,6 @@
|
|
|
2697
2721
|
|
|
2698
2722
|
<hr/>
|
|
2699
2723
|
|
|
2700
|
-
## class: `TableColumnDurationTextGroupHeaderView`
|
|
2701
|
-
|
|
2702
|
-
### Superclass
|
|
2703
|
-
|
|
2704
|
-
| Name | Module | Package |
|
|
2705
|
-
| ------------------------------------ | --------------------------------------------- | ------- |
|
|
2706
|
-
| `TableColumnTextGroupHeaderViewBase` | /src/table-column/text-base/group-header-view | |
|
|
2707
|
-
|
|
2708
|
-
### Fields
|
|
2709
|
-
|
|
2710
|
-
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
2711
|
-
| ------------------ | ------- | ---------------------------- | ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------- |
|
|
2712
|
-
| `text` | public | | | Text to render in the cell.

The value is initialized to \`tableGroupRowPlaceholderNoValue\` because if the group
row never has a value defined on it, the change handlers may never get called but
the text needs to be correct. | TableColumnTextGroupHeaderViewBase |
|
|
2713
|
-
| `groupHeaderValue` | public | `TGroupValue \| undefined` | | | TableGroupHeaderView |
|
|
2714
|
-
| `columnConfig` | public | `TColumnConfig \| undefined` | | | TableGroupHeaderView |
|
|
2715
|
-
|
|
2716
|
-
### Methods
|
|
2717
|
-
|
|
2718
|
-
| Name | Privacy | Description | Parameters | Return | Inherited From |
|
|
2719
|
-
| ------------ | --------- | ----------- | ---------- | ------ | ---------------------------------- |
|
|
2720
|
-
| `updateText` | protected | | | `void` | TableColumnTextGroupHeaderViewBase |
|
|
2721
|
-
|
|
2722
|
-
<hr/>
|
|
2723
|
-
|
|
2724
2724
|
## class: `TableColumnMappingCellView`
|
|
2725
2725
|
|
|
2726
2726
|
### Superclass
|
|
@@ -6,11 +6,12 @@ import { iconExclamationMarkTag } from '../icons/exclamation-mark';
|
|
|
6
6
|
import { iconTriangleFilledTag } from '../icons/triangle-filled';
|
|
7
7
|
import { iconCheckTag } from '../icons/check';
|
|
8
8
|
import { popupIconCurrentLabel, popupIconErrorLabel, popupIconWarningLabel, popupIconCompletedLabel } from '../label-provider/core/label-tokens';
|
|
9
|
+
import { StepperOrientation } from '../stepper/types';
|
|
9
10
|
export const template = (context, definition) => html `
|
|
10
11
|
<template slot="step">
|
|
11
12
|
<li class="
|
|
12
13
|
container
|
|
13
|
-
${x => (x.stepInternals.orientation ===
|
|
14
|
+
${x => (x.stepInternals.orientation === StepperOrientation.vertical ? 'vertical' : '')}
|
|
14
15
|
${x => (x.stepInternals.last ? 'last' : '')}
|
|
15
16
|
">
|
|
16
17
|
<a
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"template.js","sourceRoot":"","sources":["../../../src/anchor-step/template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,GAAG,EAAE,YAAY,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACjE,OAAO,EAAsD,iBAAiB,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAE7H,OAAO,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AACrE,OAAO,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAC;AACtD,OAAO,EAAE,sBAAsB,EAAE,MAAM,2BAA2B,CAAC;AACnE,OAAO,EAAE,qBAAqB,EAAE,MAAM,0BAA0B,CAAC;AACjE,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAE9C,OAAO,EAAE,qBAAqB,EAAE,mBAAmB,EAAE,qBAAqB,EAAE,uBAAuB,EAAE,MAAM,qCAAqC,CAAC;
|
|
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';\nimport { StepperOrientation } from '../stepper/types';\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 === StepperOrientation.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 @click=\"${(x, c) => x.onClick(c.event)}\"\n ${ref('control')}\n >\n <div class=\"icon-background\"></div>\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"]}
|
|
@@ -6,11 +6,12 @@ import { iconExclamationMarkTag } from '../icons/exclamation-mark';
|
|
|
6
6
|
import { iconTriangleFilledTag } from '../icons/triangle-filled';
|
|
7
7
|
import { Severity } from '../patterns/severity/types';
|
|
8
8
|
import { popupIconCompletedLabel, popupIconCurrentLabel, popupIconErrorLabel, popupIconWarningLabel } from '../label-provider/core/label-tokens';
|
|
9
|
+
import { StepperOrientation } from '../stepper/types';
|
|
9
10
|
export const template = (context, definition) => html `
|
|
10
11
|
<template slot="step">
|
|
11
12
|
<li class="
|
|
12
13
|
container
|
|
13
|
-
${x => (x.stepInternals.orientation ===
|
|
14
|
+
${x => (x.stepInternals.orientation === StepperOrientation.vertical ? 'vertical' : '')}
|
|
14
15
|
${x => (x.stepInternals.last ? 'last' : '')}
|
|
15
16
|
">
|
|
16
17
|
<button
|