@ni/ok-components 1.3.0 → 1.3.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 +15 -2
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +5 -4
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/custom-elements.json +234 -234
- package/dist/custom-elements.md +50 -50
- package/package.json +3 -3
package/dist/custom-elements.md
CHANGED
|
@@ -8,6 +8,32 @@
|
|
|
8
8
|
|
|
9
9
|
<hr/>
|
|
10
10
|
|
|
11
|
+
## class: `FvAccordionItem`
|
|
12
|
+
|
|
13
|
+
### Superclass
|
|
14
|
+
|
|
15
|
+
| Name | Module | Package |
|
|
16
|
+
| ------------------- | ------ | ------------------- |
|
|
17
|
+
| `FoundationElement` | | @ni/fast-foundation |
|
|
18
|
+
|
|
19
|
+
### Fields
|
|
20
|
+
|
|
21
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
22
|
+
| ------------ | ------- | --------------------------- | ------- | ----------- | -------------- |
|
|
23
|
+
| `header` | public | `string` | `''` | | |
|
|
24
|
+
| `expanded` | public | `boolean` | `false` | | |
|
|
25
|
+
| `appearance` | public | `FvAccordionItemAppearance` | | | |
|
|
26
|
+
|
|
27
|
+
### Attributes
|
|
28
|
+
|
|
29
|
+
| Name | Field | Inherited From |
|
|
30
|
+
| ------------ | ---------- | -------------- |
|
|
31
|
+
| `header` | header | |
|
|
32
|
+
| `expanded` | expanded | |
|
|
33
|
+
| `appearance` | appearance | |
|
|
34
|
+
|
|
35
|
+
<hr/>
|
|
36
|
+
|
|
11
37
|
## class: `FvCard`
|
|
12
38
|
|
|
13
39
|
### Superclass
|
|
@@ -42,32 +68,6 @@
|
|
|
42
68
|
|
|
43
69
|
<hr/>
|
|
44
70
|
|
|
45
|
-
## class: `FvAccordionItem`
|
|
46
|
-
|
|
47
|
-
### Superclass
|
|
48
|
-
|
|
49
|
-
| Name | Module | Package |
|
|
50
|
-
| ------------------- | ------ | ------------------- |
|
|
51
|
-
| `FoundationElement` | | @ni/fast-foundation |
|
|
52
|
-
|
|
53
|
-
### Fields
|
|
54
|
-
|
|
55
|
-
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
56
|
-
| ------------ | ------- | --------------------------- | ------- | ----------- | -------------- |
|
|
57
|
-
| `header` | public | `string` | `''` | | |
|
|
58
|
-
| `expanded` | public | `boolean` | `false` | | |
|
|
59
|
-
| `appearance` | public | `FvAccordionItemAppearance` | | | |
|
|
60
|
-
|
|
61
|
-
### Attributes
|
|
62
|
-
|
|
63
|
-
| Name | Field | Inherited From |
|
|
64
|
-
| ------------ | ---------- | -------------- |
|
|
65
|
-
| `header` | header | |
|
|
66
|
-
| `expanded` | expanded | |
|
|
67
|
-
| `appearance` | appearance | |
|
|
68
|
-
|
|
69
|
-
<hr/>
|
|
70
|
-
|
|
71
71
|
## class: `FvChipSelector`
|
|
72
72
|
|
|
73
73
|
### Superclass
|
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
|
|
165
165
|
<hr/>
|
|
166
166
|
|
|
167
|
-
## class: `
|
|
167
|
+
## class: `FvSplitButtonAnchor`
|
|
168
168
|
|
|
169
169
|
### Superclass
|
|
170
170
|
|
|
@@ -174,13 +174,17 @@
|
|
|
174
174
|
|
|
175
175
|
### Fields
|
|
176
176
|
|
|
177
|
-
| Name | Privacy | Type
|
|
178
|
-
| ------------------- | ------- |
|
|
179
|
-
| `label` | public | `string`
|
|
180
|
-
| `
|
|
181
|
-
| `
|
|
182
|
-
| `
|
|
183
|
-
| `
|
|
177
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
178
|
+
| ------------------- | ------- | ------------------------------------------ | -------------------- | ----------- | -------------- |
|
|
179
|
+
| `label` | public | `string` | `'Primary function'` | | |
|
|
180
|
+
| `href` | public | `string` | `''` | | |
|
|
181
|
+
| `target` | public | `string` | `''` | | |
|
|
182
|
+
| `rel` | public | `string` | `''` | | |
|
|
183
|
+
| `download` | public | `string` | `''` | | |
|
|
184
|
+
| `disabled` | public | `boolean` | `false` | | |
|
|
185
|
+
| `open` | public | `boolean` | `false` | | |
|
|
186
|
+
| `appearance` | public | `FvSplitButtonAnchorAppearanceType` | | | |
|
|
187
|
+
| `appearanceVariant` | public | `FvSplitButtonAnchorAppearanceVariantType` | | | |
|
|
184
188
|
|
|
185
189
|
### Events
|
|
186
190
|
|
|
@@ -194,6 +198,10 @@
|
|
|
194
198
|
| Name | Field | Inherited From |
|
|
195
199
|
| -------------------- | ----------------- | -------------- |
|
|
196
200
|
| `label` | label | |
|
|
201
|
+
| `href` | href | |
|
|
202
|
+
| `target` | target | |
|
|
203
|
+
| `rel` | rel | |
|
|
204
|
+
| `download` | download | |
|
|
197
205
|
| `disabled` | disabled | |
|
|
198
206
|
| `open` | open | |
|
|
199
207
|
| `appearance` | appearance | |
|
|
@@ -201,7 +209,7 @@
|
|
|
201
209
|
|
|
202
210
|
<hr/>
|
|
203
211
|
|
|
204
|
-
## class: `
|
|
212
|
+
## class: `FvSplitButton`
|
|
205
213
|
|
|
206
214
|
### Superclass
|
|
207
215
|
|
|
@@ -211,17 +219,13 @@
|
|
|
211
219
|
|
|
212
220
|
### Fields
|
|
213
221
|
|
|
214
|
-
| Name | Privacy | Type
|
|
215
|
-
| ------------------- | ------- |
|
|
216
|
-
| `label` | public | `string`
|
|
217
|
-
| `
|
|
218
|
-
| `
|
|
219
|
-
| `
|
|
220
|
-
| `
|
|
221
|
-
| `disabled` | public | `boolean` | `false` | | |
|
|
222
|
-
| `open` | public | `boolean` | `false` | | |
|
|
223
|
-
| `appearance` | public | `FvSplitButtonAnchorAppearanceType` | | | |
|
|
224
|
-
| `appearanceVariant` | public | `FvSplitButtonAnchorAppearanceVariantType` | | | |
|
|
222
|
+
| Name | Privacy | Type | Default | Description | Inherited From |
|
|
223
|
+
| ------------------- | ------- | ------------------------------------ | -------------------- | ----------- | -------------- |
|
|
224
|
+
| `label` | public | `string` | `'Primary function'` | | |
|
|
225
|
+
| `disabled` | public | `boolean` | `false` | | |
|
|
226
|
+
| `open` | public | `boolean` | `false` | | |
|
|
227
|
+
| `appearance` | public | `FvSplitButtonAppearanceType` | | | |
|
|
228
|
+
| `appearanceVariant` | public | `FvSplitButtonAppearanceVariantType` | | | |
|
|
225
229
|
|
|
226
230
|
### Events
|
|
227
231
|
|
|
@@ -235,10 +239,6 @@
|
|
|
235
239
|
| Name | Field | Inherited From |
|
|
236
240
|
| -------------------- | ----------------- | -------------- |
|
|
237
241
|
| `label` | label | |
|
|
238
|
-
| `href` | href | |
|
|
239
|
-
| `target` | target | |
|
|
240
|
-
| `rel` | rel | |
|
|
241
|
-
| `download` | download | |
|
|
242
242
|
| `disabled` | disabled | |
|
|
243
243
|
| `open` | open | |
|
|
244
244
|
| `appearance` | appearance | |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ni/ok-components",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.1",
|
|
4
4
|
"description": "NI Ok Components",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "npm run build:components && npm run build:cem",
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
"@ni/fast-element": "^10.1.1",
|
|
43
43
|
"@ni/fast-foundation": "^10.2.3",
|
|
44
44
|
"@ni/fast-web-utilities": "^10.0.0",
|
|
45
|
-
"@ni/nimble-components": "^35.
|
|
46
|
-
"@ni/spright-components": "^6.18.
|
|
45
|
+
"@ni/nimble-components": "^35.9.0",
|
|
46
|
+
"@ni/spright-components": "^6.18.2",
|
|
47
47
|
"tslib": "^2.2.0"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|