@ni/ok-components 1.3.0 → 1.3.2

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.
@@ -67,6 +67,124 @@
67
67
  }
68
68
  ]
69
69
  },
70
+ {
71
+ "kind": "javascript-module",
72
+ "path": "src/fv/accordion-item/index.ts",
73
+ "declarations": [
74
+ {
75
+ "kind": "class",
76
+ "description": "An accordion item component that can be expanded or collapsed to\nshow or hide its content.",
77
+ "name": "FvAccordionItem",
78
+ "members": [
79
+ {
80
+ "kind": "field",
81
+ "name": "header",
82
+ "type": {
83
+ "text": "string"
84
+ },
85
+ "privacy": "public",
86
+ "default": "''"
87
+ },
88
+ {
89
+ "kind": "field",
90
+ "name": "expanded",
91
+ "type": {
92
+ "text": "boolean"
93
+ },
94
+ "privacy": "public",
95
+ "default": "false"
96
+ },
97
+ {
98
+ "kind": "field",
99
+ "name": "appearance",
100
+ "type": {
101
+ "text": "FvAccordionItemAppearance"
102
+ },
103
+ "privacy": "public"
104
+ }
105
+ ],
106
+ "attributes": [
107
+ {
108
+ "name": "header",
109
+ "type": {
110
+ "text": "string"
111
+ },
112
+ "default": "''",
113
+ "fieldName": "header"
114
+ },
115
+ {
116
+ "name": "expanded",
117
+ "type": {
118
+ "text": "boolean"
119
+ },
120
+ "default": "false",
121
+ "fieldName": "expanded"
122
+ },
123
+ {
124
+ "name": "appearance",
125
+ "type": {
126
+ "text": "FvAccordionItemAppearance"
127
+ },
128
+ "fieldName": "appearance"
129
+ }
130
+ ],
131
+ "superclass": {
132
+ "name": "FoundationElement",
133
+ "package": "@ni/fast-foundation"
134
+ }
135
+ },
136
+ {
137
+ "kind": "variable",
138
+ "name": "fvAccordionItemTag",
139
+ "type": {
140
+ "text": "string"
141
+ },
142
+ "default": "'ok-fv-accordion-item'"
143
+ }
144
+ ],
145
+ "exports": [
146
+ {
147
+ "kind": "js",
148
+ "name": "FvAccordionItem",
149
+ "declaration": {
150
+ "name": "FvAccordionItem",
151
+ "module": "src/fv/accordion-item/index.ts"
152
+ }
153
+ },
154
+ {
155
+ "kind": "js",
156
+ "name": "fvAccordionItemTag",
157
+ "declaration": {
158
+ "name": "fvAccordionItemTag",
159
+ "module": "src/fv/accordion-item/index.ts"
160
+ }
161
+ }
162
+ ]
163
+ },
164
+ {
165
+ "kind": "javascript-module",
166
+ "path": "src/fv/accordion-item/types.ts",
167
+ "declarations": [
168
+ {
169
+ "kind": "variable",
170
+ "name": "FvAccordionItemAppearance",
171
+ "type": {
172
+ "text": "{\n outline: 'outline',\n ghost: 'ghost',\n block: 'block'\n}"
173
+ },
174
+ "default": "{ outline: 'outline', ghost: 'ghost', block: 'block' }"
175
+ }
176
+ ],
177
+ "exports": [
178
+ {
179
+ "kind": "js",
180
+ "name": "FvAccordionItemAppearance",
181
+ "declaration": {
182
+ "name": "FvAccordionItemAppearance",
183
+ "module": "src/fv/accordion-item/types.ts"
184
+ }
185
+ }
186
+ ]
187
+ },
70
188
  {
71
189
  "kind": "javascript-module",
72
190
  "path": "src/fv/card/index.ts",
@@ -267,124 +385,6 @@
267
385
  }
268
386
  ]
269
387
  },
270
- {
271
- "kind": "javascript-module",
272
- "path": "src/fv/accordion-item/index.ts",
273
- "declarations": [
274
- {
275
- "kind": "class",
276
- "description": "An accordion item component that can be expanded or collapsed to\nshow or hide its content.",
277
- "name": "FvAccordionItem",
278
- "members": [
279
- {
280
- "kind": "field",
281
- "name": "header",
282
- "type": {
283
- "text": "string"
284
- },
285
- "privacy": "public",
286
- "default": "''"
287
- },
288
- {
289
- "kind": "field",
290
- "name": "expanded",
291
- "type": {
292
- "text": "boolean"
293
- },
294
- "privacy": "public",
295
- "default": "false"
296
- },
297
- {
298
- "kind": "field",
299
- "name": "appearance",
300
- "type": {
301
- "text": "FvAccordionItemAppearance"
302
- },
303
- "privacy": "public"
304
- }
305
- ],
306
- "attributes": [
307
- {
308
- "name": "header",
309
- "type": {
310
- "text": "string"
311
- },
312
- "default": "''",
313
- "fieldName": "header"
314
- },
315
- {
316
- "name": "expanded",
317
- "type": {
318
- "text": "boolean"
319
- },
320
- "default": "false",
321
- "fieldName": "expanded"
322
- },
323
- {
324
- "name": "appearance",
325
- "type": {
326
- "text": "FvAccordionItemAppearance"
327
- },
328
- "fieldName": "appearance"
329
- }
330
- ],
331
- "superclass": {
332
- "name": "FoundationElement",
333
- "package": "@ni/fast-foundation"
334
- }
335
- },
336
- {
337
- "kind": "variable",
338
- "name": "fvAccordionItemTag",
339
- "type": {
340
- "text": "string"
341
- },
342
- "default": "'ok-fv-accordion-item'"
343
- }
344
- ],
345
- "exports": [
346
- {
347
- "kind": "js",
348
- "name": "FvAccordionItem",
349
- "declaration": {
350
- "name": "FvAccordionItem",
351
- "module": "src/fv/accordion-item/index.ts"
352
- }
353
- },
354
- {
355
- "kind": "js",
356
- "name": "fvAccordionItemTag",
357
- "declaration": {
358
- "name": "fvAccordionItemTag",
359
- "module": "src/fv/accordion-item/index.ts"
360
- }
361
- }
362
- ]
363
- },
364
- {
365
- "kind": "javascript-module",
366
- "path": "src/fv/accordion-item/types.ts",
367
- "declarations": [
368
- {
369
- "kind": "variable",
370
- "name": "FvAccordionItemAppearance",
371
- "type": {
372
- "text": "{\n outline: 'outline',\n ghost: 'ghost',\n block: 'block'\n}"
373
- },
374
- "default": "{ outline: 'outline', ghost: 'ghost', block: 'block' }"
375
- }
376
- ],
377
- "exports": [
378
- {
379
- "kind": "js",
380
- "name": "FvAccordionItemAppearance",
381
- "declaration": {
382
- "name": "FvAccordionItemAppearance",
383
- "module": "src/fv/accordion-item/types.ts"
384
- }
385
- }
386
- ]
387
- },
388
388
  {
389
389
  "kind": "javascript-module",
390
390
  "path": "src/fv/chip-selector/index.ts",
@@ -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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ni/ok-components",
3
- "version": "1.3.0",
3
+ "version": "1.3.2",
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.8.0",
46
- "@ni/spright-components": "^6.18.1",
45
+ "@ni/nimble-components": "^35.9.1",
46
+ "@ni/spright-components": "^6.18.3",
47
47
  "tslib": "^2.2.0"
48
48
  },
49
49
  "devDependencies": {