@ni/ok-components 1.6.0 → 1.6.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.
@@ -34,46 +34,6 @@
34
34
 
35
35
  <hr/>
36
36
 
37
- ## class: `FvChipSelector`
38
-
39
- ### Superclass
40
-
41
- | Name | Module | Package |
42
- | ------------------- | ------ | ------------------- |
43
- | `FoundationElement` | | @ni/fast-foundation |
44
-
45
- ### Fields
46
-
47
- | Name | Privacy | Type | Default | Description | Inherited From |
48
- | ------------------- | ------- | --------- | ----------------- | ----------- | -------------- |
49
- | `disabled` | public | `boolean` | `false` | | |
50
- | `open` | public | `boolean` | `false` | | |
51
- | `label` | public | `string` | `''` | | |
52
- | `selectedValues` | public | `string` | `''` | | |
53
- | `options` | public | `string` | `''` | | |
54
- | `placeholder` | public | `string` | `'Select values'` | | |
55
- | `allowCustomValues` | public | `boolean` | `false` | | |
56
-
57
- ### Events
58
-
59
- | Name | Type | Description | Inherited From |
60
- | -------- | ------------- | ----------- | -------------- |
61
- | `change` | `CustomEvent` | | |
62
-
63
- ### Attributes
64
-
65
- | Name | Field | Inherited From |
66
- | --------------------- | ----------------- | -------------- |
67
- | `disabled` | disabled | |
68
- | `open` | open | |
69
- | `label` | label | |
70
- | `selected-values` | selectedValues | |
71
- | `options` | options | |
72
- | `placeholder` | placeholder | |
73
- | `allow-custom-values` | allowCustomValues | |
74
-
75
- <hr/>
76
-
77
37
  ## class: `FvCard`
78
38
 
79
39
  ### Superclass
@@ -108,7 +68,7 @@
108
68
 
109
69
  <hr/>
110
70
 
111
- ## class: `FvMasterDetailList`
71
+ ## class: `FvChipSelector`
112
72
 
113
73
  ### Superclass
114
74
 
@@ -118,9 +78,15 @@
118
78
 
119
79
  ### Fields
120
80
 
121
- | Name | Privacy | Type | Default | Description | Inherited From |
122
- | ------------- | ------- | -------- | ------------------- | ----------- | -------------- |
123
- | `placeholder` | public | `string` | `'Filter items...'` | | |
81
+ | Name | Privacy | Type | Default | Description | Inherited From |
82
+ | ------------------- | ------- | --------- | ----------------- | ----------- | -------------- |
83
+ | `disabled` | public | `boolean` | `false` | | |
84
+ | `open` | public | `boolean` | `false` | | |
85
+ | `label` | public | `string` | `''` | | |
86
+ | `selectedValues` | public | `string` | `''` | | |
87
+ | `options` | public | `string` | `''` | | |
88
+ | `placeholder` | public | `string` | `'Select values'` | | |
89
+ | `allowCustomValues` | public | `boolean` | `false` | | |
124
90
 
125
91
  ### Events
126
92
 
@@ -130,9 +96,15 @@
130
96
 
131
97
  ### Attributes
132
98
 
133
- | Name | Field | Inherited From |
134
- | ------------- | ----------- | -------------- |
135
- | `placeholder` | placeholder | |
99
+ | Name | Field | Inherited From |
100
+ | --------------------- | ----------------- | -------------- |
101
+ | `disabled` | disabled | |
102
+ | `open` | open | |
103
+ | `label` | label | |
104
+ | `selected-values` | selectedValues | |
105
+ | `options` | options | |
106
+ | `placeholder` | placeholder | |
107
+ | `allow-custom-values` | allowCustomValues | |
136
108
 
137
109
  <hr/>
138
110
 
@@ -164,6 +136,34 @@
164
136
 
165
137
  <hr/>
166
138
 
139
+ ## class: `FvMasterDetailList`
140
+
141
+ ### Superclass
142
+
143
+ | Name | Module | Package |
144
+ | ------------------- | ------ | ------------------- |
145
+ | `FoundationElement` | | @ni/fast-foundation |
146
+
147
+ ### Fields
148
+
149
+ | Name | Privacy | Type | Default | Description | Inherited From |
150
+ | ------------- | ------- | -------- | ------------------- | ----------- | -------------- |
151
+ | `placeholder` | public | `string` | `'Filter items...'` | | |
152
+
153
+ ### Events
154
+
155
+ | Name | Type | Description | Inherited From |
156
+ | -------- | ------------- | ----------- | -------------- |
157
+ | `change` | `CustomEvent` | | |
158
+
159
+ ### Attributes
160
+
161
+ | Name | Field | Inherited From |
162
+ | ------------- | ----------- | -------------- |
163
+ | `placeholder` | placeholder | |
164
+
165
+ <hr/>
166
+
167
167
  ## class: `FvMasterDetailListItem`
168
168
 
169
169
  ### Superclass
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ni/ok-components",
3
- "version": "1.6.0",
3
+ "version": "1.6.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.11.0",
46
- "@ni/spright-components": "^6.21.0",
45
+ "@ni/nimble-components": "^35.12.0",
46
+ "@ni/spright-components": "^6.21.2",
47
47
  "tslib": "^2.2.0"
48
48
  },
49
49
  "devDependencies": {