@ni/nimble-components 35.9.2 → 35.9.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/all-components-bundle.js +984 -258
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +3011 -2907
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/custom-elements.json +243 -243
- package/dist/custom-elements.md +50 -50
- package/package.json +3 -3
package/dist/custom-elements.md
CHANGED
|
@@ -93,30 +93,6 @@
|
|
|
93
93
|
|
|
94
94
|
<hr/>
|
|
95
95
|
|
|
96
|
-
## class: `AnchorTab`
|
|
97
|
-
|
|
98
|
-
### Superclass
|
|
99
|
-
|
|
100
|
-
| Name | Module | Package |
|
|
101
|
-
| ------------ | ---------------- | ------- |
|
|
102
|
-
| `AnchorBase` | /src/anchor-base | |
|
|
103
|
-
|
|
104
|
-
### Fields
|
|
105
|
-
|
|
106
|
-
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
107
|
-
| -------------- | ------- | --------- | --------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- |
|
|
108
|
-
| `disabled` | public | `boolean` | `false` | When true, the control will be immutable by user interaction. See https\://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled \| disabled HTML attribute for more information. | |
|
|
109
|
-
| `ariaSelected` | public | `string` | `'false'` | Indicates the current "selected" state of various widgets.
https\://www\.w3.org/TR/wai-aria-1.1/#aria-selected | |
|
|
110
|
-
|
|
111
|
-
### Attributes
|
|
112
|
-
|
|
113
|
-
| Name | Field | Inherited From |
|
|
114
|
-
| --------------- | ------------ | -------------- |
|
|
115
|
-
| `disabled` | disabled | |
|
|
116
|
-
| `aria-selected` | ariaSelected | |
|
|
117
|
-
|
|
118
|
-
<hr/>
|
|
119
|
-
|
|
120
96
|
## class: `AnchorStep`
|
|
121
97
|
|
|
122
98
|
### Superclass
|
|
@@ -149,6 +125,30 @@
|
|
|
149
125
|
|
|
150
126
|
<hr/>
|
|
151
127
|
|
|
128
|
+
## class: `AnchorTab`
|
|
129
|
+
|
|
130
|
+
### Superclass
|
|
131
|
+
|
|
132
|
+
| Name | Module | Package |
|
|
133
|
+
| ------------ | ---------------- | ------- |
|
|
134
|
+
| `AnchorBase` | /src/anchor-base | |
|
|
135
|
+
|
|
136
|
+
### Fields
|
|
137
|
+
|
|
138
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
139
|
+
| -------------- | ------- | --------- | --------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- |
|
|
140
|
+
| `disabled` | public | `boolean` | `false` | When true, the control will be immutable by user interaction. See https\://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled \| disabled HTML attribute for more information. | |
|
|
141
|
+
| `ariaSelected` | public | `string` | `'false'` | Indicates the current "selected" state of various widgets.
https\://www\.w3.org/TR/wai-aria-1.1/#aria-selected | |
|
|
142
|
+
|
|
143
|
+
### Attributes
|
|
144
|
+
|
|
145
|
+
| Name | Field | Inherited From |
|
|
146
|
+
| --------------- | ------------ | -------------- |
|
|
147
|
+
| `disabled` | disabled | |
|
|
148
|
+
| `aria-selected` | ariaSelected | |
|
|
149
|
+
|
|
150
|
+
<hr/>
|
|
151
|
+
|
|
152
152
|
## class: `AnchorTabs`
|
|
153
153
|
|
|
154
154
|
### Superclass
|
|
@@ -2774,32 +2774,6 @@
|
|
|
2774
2774
|
|
|
2775
2775
|
<hr/>
|
|
2776
2776
|
|
|
2777
|
-
## class: `TableColumnMenuButtonCellView`
|
|
2778
|
-
|
|
2779
|
-
### Superclass
|
|
2780
|
-
|
|
2781
|
-
| Name | Module | Package |
|
|
2782
|
-
| --------------- | -------------------------------- | ------- |
|
|
2783
|
-
| `TableCellView` | /src/table-column/base/cell-view | |
|
|
2784
|
-
|
|
2785
|
-
### Fields
|
|
2786
|
-
|
|
2787
|
-
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
2788
|
-
| ------------------ | ------- | ----------------------------------------- | ------- | ----------------------------------------------------------------------------------------------------------- | -------------- |
|
|
2789
|
-
| `tabbableChildren` | public | `HTMLElement[]` | | Gets the child elements in this cell view that should be able to be reached via Tab/ Shift-Tab,
if any. | TableCellView |
|
|
2790
|
-
| `cellRecord` | public | `TCellRecord \| undefined` | | | TableCellView |
|
|
2791
|
-
| `columnConfig` | public | `TColumnConfig \| undefined` | | | TableCellView |
|
|
2792
|
-
| `column` | public | `TableColumn<TColumnConfig> \| undefined` | | | TableCellView |
|
|
2793
|
-
| `recordId` | public | `string \| undefined` | | | TableCellView |
|
|
2794
|
-
|
|
2795
|
-
### Methods
|
|
2796
|
-
|
|
2797
|
-
| Name | Privacy | Description | Parameters | Return | Inherited From |
|
|
2798
|
-
| --------------- | ------- | ----------- | ---------- | ------ | -------------- |
|
|
2799
|
-
| `columnChanged` | public | | | `void` | TableCellView |
|
|
2800
|
-
|
|
2801
|
-
<hr/>
|
|
2802
|
-
|
|
2803
2777
|
## class: `TableColumnNumberTextCellView`
|
|
2804
2778
|
|
|
2805
2779
|
### Superclass
|
|
@@ -2831,6 +2805,32 @@
|
|
|
2831
2805
|
|
|
2832
2806
|
<hr/>
|
|
2833
2807
|
|
|
2808
|
+
## class: `TableColumnMenuButtonCellView`
|
|
2809
|
+
|
|
2810
|
+
### Superclass
|
|
2811
|
+
|
|
2812
|
+
| Name | Module | Package |
|
|
2813
|
+
| --------------- | -------------------------------- | ------- |
|
|
2814
|
+
| `TableCellView` | /src/table-column/base/cell-view | |
|
|
2815
|
+
|
|
2816
|
+
### Fields
|
|
2817
|
+
|
|
2818
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
2819
|
+
| ------------------ | ------- | ----------------------------------------- | ------- | ----------------------------------------------------------------------------------------------------------- | -------------- |
|
|
2820
|
+
| `tabbableChildren` | public | `HTMLElement[]` | | Gets the child elements in this cell view that should be able to be reached via Tab/ Shift-Tab,
if any. | TableCellView |
|
|
2821
|
+
| `cellRecord` | public | `TCellRecord \| undefined` | | | TableCellView |
|
|
2822
|
+
| `columnConfig` | public | `TColumnConfig \| undefined` | | | TableCellView |
|
|
2823
|
+
| `column` | public | `TableColumn<TColumnConfig> \| undefined` | | | TableCellView |
|
|
2824
|
+
| `recordId` | public | `string \| undefined` | | | TableCellView |
|
|
2825
|
+
|
|
2826
|
+
### Methods
|
|
2827
|
+
|
|
2828
|
+
| Name | Privacy | Description | Parameters | Return | Inherited From |
|
|
2829
|
+
| --------------- | ------- | ----------- | ---------- | ------ | -------------- |
|
|
2830
|
+
| `columnChanged` | public | | | `void` | TableCellView |
|
|
2831
|
+
|
|
2832
|
+
<hr/>
|
|
2833
|
+
|
|
2834
2834
|
## class: `TableColumnNumberTextGroupHeaderView`
|
|
2835
2835
|
|
|
2836
2836
|
### Superclass
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ni/nimble-components",
|
|
3
|
-
"version": "35.9.
|
|
3
|
+
"version": "35.9.3",
|
|
4
4
|
"description": "Styled web components for the NI Nimble Design System",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "npm run build:icons && npm run build:workers && npm run build:components && npm run build:scss && npm run build:cem",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"@ni/fast-foundation": "^10.2.3",
|
|
51
51
|
"@ni/fast-web-utilities": "^10.0.0",
|
|
52
52
|
"@ni/nimble-tokens": "^8.18.1",
|
|
53
|
-
"@ni/unit-format": "^1.0.
|
|
53
|
+
"@ni/unit-format": "^1.0.5",
|
|
54
54
|
"@tanstack/table-core": "^8.19.3",
|
|
55
55
|
"@tanstack/virtual-core": "^3.14.0",
|
|
56
56
|
"@tiptap/core": "^3.22.5",
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"karma-spec-reporter": "^0.0.36",
|
|
109
109
|
"karma-vite": "^1.0.5",
|
|
110
110
|
"karma-webkit-launcher": "^2.6.0",
|
|
111
|
-
"playwright": "1.
|
|
111
|
+
"playwright": "1.60.0",
|
|
112
112
|
"rollup": "^4.60.2",
|
|
113
113
|
"rollup-plugin-sourcemaps2": "^0.5.0",
|
|
114
114
|
"typescript": "~5.8.3"
|