@ni/ok-components 1.6.8 → 1.7.0

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,124 +67,6 @@
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
- },
188
70
  {
189
71
  "kind": "javascript-module",
190
72
  "path": "src/fv/card/index.ts",
@@ -808,6 +690,124 @@
808
690
  "declarations": [],
809
691
  "exports": []
810
692
  },
693
+ {
694
+ "kind": "javascript-module",
695
+ "path": "src/fv/accordion-item/index.ts",
696
+ "declarations": [
697
+ {
698
+ "kind": "class",
699
+ "description": "An accordion item component that can be expanded or collapsed to\nshow or hide its content.",
700
+ "name": "FvAccordionItem",
701
+ "members": [
702
+ {
703
+ "kind": "field",
704
+ "name": "header",
705
+ "type": {
706
+ "text": "string"
707
+ },
708
+ "privacy": "public",
709
+ "default": "''"
710
+ },
711
+ {
712
+ "kind": "field",
713
+ "name": "expanded",
714
+ "type": {
715
+ "text": "boolean"
716
+ },
717
+ "privacy": "public",
718
+ "default": "false"
719
+ },
720
+ {
721
+ "kind": "field",
722
+ "name": "appearance",
723
+ "type": {
724
+ "text": "FvAccordionItemAppearance"
725
+ },
726
+ "privacy": "public"
727
+ }
728
+ ],
729
+ "attributes": [
730
+ {
731
+ "name": "header",
732
+ "type": {
733
+ "text": "string"
734
+ },
735
+ "default": "''",
736
+ "fieldName": "header"
737
+ },
738
+ {
739
+ "name": "expanded",
740
+ "type": {
741
+ "text": "boolean"
742
+ },
743
+ "default": "false",
744
+ "fieldName": "expanded"
745
+ },
746
+ {
747
+ "name": "appearance",
748
+ "type": {
749
+ "text": "FvAccordionItemAppearance"
750
+ },
751
+ "fieldName": "appearance"
752
+ }
753
+ ],
754
+ "superclass": {
755
+ "name": "FoundationElement",
756
+ "package": "@ni/fast-foundation"
757
+ }
758
+ },
759
+ {
760
+ "kind": "variable",
761
+ "name": "fvAccordionItemTag",
762
+ "type": {
763
+ "text": "string"
764
+ },
765
+ "default": "'ok-fv-accordion-item'"
766
+ }
767
+ ],
768
+ "exports": [
769
+ {
770
+ "kind": "js",
771
+ "name": "FvAccordionItem",
772
+ "declaration": {
773
+ "name": "FvAccordionItem",
774
+ "module": "src/fv/accordion-item/index.ts"
775
+ }
776
+ },
777
+ {
778
+ "kind": "js",
779
+ "name": "fvAccordionItemTag",
780
+ "declaration": {
781
+ "name": "fvAccordionItemTag",
782
+ "module": "src/fv/accordion-item/index.ts"
783
+ }
784
+ }
785
+ ]
786
+ },
787
+ {
788
+ "kind": "javascript-module",
789
+ "path": "src/fv/accordion-item/types.ts",
790
+ "declarations": [
791
+ {
792
+ "kind": "variable",
793
+ "name": "FvAccordionItemAppearance",
794
+ "type": {
795
+ "text": "{\n outline: 'outline',\n ghost: 'ghost',\n block: 'block'\n}"
796
+ },
797
+ "default": "{ outline: 'outline', ghost: 'ghost', block: 'block' }"
798
+ }
799
+ ],
800
+ "exports": [
801
+ {
802
+ "kind": "js",
803
+ "name": "FvAccordionItemAppearance",
804
+ "declaration": {
805
+ "name": "FvAccordionItemAppearance",
806
+ "module": "src/fv/accordion-item/types.ts"
807
+ }
808
+ }
809
+ ]
810
+ },
811
811
  {
812
812
  "kind": "javascript-module",
813
813
  "path": "src/fv/master-detail-list/index.ts",
@@ -8,32 +8,6 @@
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
-
37
11
  ## class: `FvCard`
38
12
 
39
13
  ### Superclass
@@ -136,6 +110,32 @@
136
110
 
137
111
  <hr/>
138
112
 
113
+ ## class: `FvAccordionItem`
114
+
115
+ ### Superclass
116
+
117
+ | Name | Module | Package |
118
+ | ------------------- | ------ | ------------------- |
119
+ | `FoundationElement` | | @ni/fast-foundation |
120
+
121
+ ### Fields
122
+
123
+ | Name | Privacy | Type | Default | Description | Inherited From |
124
+ | ------------ | ------- | --------------------------- | ------- | ----------- | -------------- |
125
+ | `header` | public | `string` | `''` | | |
126
+ | `expanded` | public | `boolean` | `false` | | |
127
+ | `appearance` | public | `FvAccordionItemAppearance` | | | |
128
+
129
+ ### Attributes
130
+
131
+ | Name | Field | Inherited From |
132
+ | ------------ | ---------- | -------------- |
133
+ | `header` | header | |
134
+ | `expanded` | expanded | |
135
+ | `appearance` | appearance | |
136
+
137
+ <hr/>
138
+
139
139
  ## class: `FvMasterDetailList`
140
140
 
141
141
  ### Superclass
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ni/ok-components",
3
- "version": "1.6.8",
3
+ "version": "1.7.0",
4
4
  "description": "NI Ok Components",
5
5
  "scripts": {
6
6
  "build": "npm run build:components && npm run build:cem",
@@ -41,10 +41,10 @@
41
41
  "customElements": "dist/custom-elements.json",
42
42
  "dependencies": {
43
43
  "@ni/fast-element": "^10.1.2",
44
- "@ni/fast-foundation": "^10.2.4",
44
+ "@ni/fast-foundation": "^10.2.5",
45
45
  "@ni/fast-web-utilities": "^10.0.0",
46
- "@ni/nimble-components": "^35.12.6",
47
- "@ni/spright-components": "^6.21.8",
46
+ "@ni/nimble-components": "^35.13.0",
47
+ "@ni/spright-components": "^6.22.0",
48
48
  "tslib": "^2.2.0"
49
49
  },
50
50
  "devDependencies": {