@ni/nimble-angular 30.5.4 → 30.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.
- package/directives/icons/arrow-down-two-rectangles/nimble-icon-arrow-down-two-rectangles.directive.d.ts +12 -0
- package/directives/icons/arrow-down-two-rectangles/nimble-icon-arrow-down-two-rectangles.module.d.ts +9 -0
- package/directives/icons/arrow-left-two-rectangles/nimble-icon-arrow-left-two-rectangles.directive.d.ts +12 -0
- package/directives/icons/arrow-left-two-rectangles/nimble-icon-arrow-left-two-rectangles.module.d.ts +9 -0
- package/directives/icons/arrow-right-two-rectangles/nimble-icon-arrow-right-two-rectangles.directive.d.ts +12 -0
- package/directives/icons/arrow-right-two-rectangles/nimble-icon-arrow-right-two-rectangles.module.d.ts +9 -0
- package/directives/icons/arrow-up-two-rectangles/nimble-icon-arrow-up-two-rectangles.directive.d.ts +12 -0
- package/directives/icons/arrow-up-two-rectangles/nimble-icon-arrow-up-two-rectangles.module.d.ts +9 -0
- package/directives/icons/index.d.ts +14 -0
- package/directives/icons/pencil-to-rectangle/nimble-icon-pencil-to-rectangle.directive.d.ts +12 -0
- package/directives/icons/pencil-to-rectangle/nimble-icon-pencil-to-rectangle.module.d.ts +9 -0
- package/directives/icons/print/nimble-icon-print.directive.d.ts +12 -0
- package/directives/icons/print/nimble-icon-print.module.d.ts +9 -0
- package/directives/icons/qrcode-read/nimble-icon-qrcode-read.directive.d.ts +12 -0
- package/directives/icons/qrcode-read/nimble-icon-qrcode-read.module.d.ts +9 -0
- package/esm2022/directives/icons/arrow-down-two-rectangles/nimble-icon-arrow-down-two-rectangles.directive.mjs +21 -0
- package/esm2022/directives/icons/arrow-down-two-rectangles/nimble-icon-arrow-down-two-rectangles.module.mjs +21 -0
- package/esm2022/directives/icons/arrow-left-two-rectangles/nimble-icon-arrow-left-two-rectangles.directive.mjs +21 -0
- package/esm2022/directives/icons/arrow-left-two-rectangles/nimble-icon-arrow-left-two-rectangles.module.mjs +21 -0
- package/esm2022/directives/icons/arrow-right-two-rectangles/nimble-icon-arrow-right-two-rectangles.directive.mjs +21 -0
- package/esm2022/directives/icons/arrow-right-two-rectangles/nimble-icon-arrow-right-two-rectangles.module.mjs +21 -0
- package/esm2022/directives/icons/arrow-up-two-rectangles/nimble-icon-arrow-up-two-rectangles.directive.mjs +21 -0
- package/esm2022/directives/icons/arrow-up-two-rectangles/nimble-icon-arrow-up-two-rectangles.module.mjs +21 -0
- package/esm2022/directives/icons/index.mjs +15 -1
- package/esm2022/directives/icons/pencil-to-rectangle/nimble-icon-pencil-to-rectangle.directive.mjs +21 -0
- package/esm2022/directives/icons/pencil-to-rectangle/nimble-icon-pencil-to-rectangle.module.mjs +21 -0
- package/esm2022/directives/icons/print/nimble-icon-print.directive.mjs +21 -0
- package/esm2022/directives/icons/print/nimble-icon-print.module.mjs +21 -0
- package/esm2022/directives/icons/qrcode-read/nimble-icon-qrcode-read.directive.mjs +21 -0
- package/esm2022/directives/icons/qrcode-read/nimble-icon-qrcode-read.module.mjs +21 -0
- package/fesm2022/ni-nimble-angular.mjs +232 -1
- package/fesm2022/ni-nimble-angular.mjs.map +1 -1
- package/package.json +32 -32
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ni/nimble-angular",
|
|
3
|
-
"version": "30.
|
|
3
|
+
"version": "30.7.0",
|
|
4
4
|
"description": "Angular components for the NI Nimble Design System",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -90,6 +90,12 @@
|
|
|
90
90
|
"esm": "./esm2022/label-provider/table/ni-nimble-angular-label-provider-table.mjs",
|
|
91
91
|
"default": "./fesm2022/ni-nimble-angular-label-provider-table.mjs"
|
|
92
92
|
},
|
|
93
|
+
"./menu-button/testing": {
|
|
94
|
+
"types": "./menu-button/testing/index.d.ts",
|
|
95
|
+
"esm2022": "./esm2022/menu-button/testing/ni-nimble-angular-menu-button-testing.mjs",
|
|
96
|
+
"esm": "./esm2022/menu-button/testing/ni-nimble-angular-menu-button-testing.mjs",
|
|
97
|
+
"default": "./fesm2022/ni-nimble-angular-menu-button-testing.mjs"
|
|
98
|
+
},
|
|
93
99
|
"./mapping/base": {
|
|
94
100
|
"types": "./mapping/base/index.d.ts",
|
|
95
101
|
"esm2022": "./esm2022/mapping/base/ni-nimble-angular-mapping-base.mjs",
|
|
@@ -126,12 +132,6 @@
|
|
|
126
132
|
"esm": "./esm2022/mapping/user/ni-nimble-angular-mapping-user.mjs",
|
|
127
133
|
"default": "./fesm2022/ni-nimble-angular-mapping-user.mjs"
|
|
128
134
|
},
|
|
129
|
-
"./menu-button/testing": {
|
|
130
|
-
"types": "./menu-button/testing/index.d.ts",
|
|
131
|
-
"esm2022": "./esm2022/menu-button/testing/ni-nimble-angular-menu-button-testing.mjs",
|
|
132
|
-
"esm": "./esm2022/menu-button/testing/ni-nimble-angular-menu-button-testing.mjs",
|
|
133
|
-
"default": "./fesm2022/ni-nimble-angular-menu-button-testing.mjs"
|
|
134
|
-
},
|
|
135
135
|
"./number-field/testing": {
|
|
136
136
|
"types": "./number-field/testing/index.d.ts",
|
|
137
137
|
"esm2022": "./esm2022/number-field/testing/ni-nimble-angular-number-field-testing.mjs",
|
|
@@ -168,6 +168,30 @@
|
|
|
168
168
|
"esm": "./esm2022/table/testing/ni-nimble-angular-table-testing.mjs",
|
|
169
169
|
"default": "./fesm2022/ni-nimble-angular-table-testing.mjs"
|
|
170
170
|
},
|
|
171
|
+
"./unit/byte": {
|
|
172
|
+
"types": "./unit/byte/index.d.ts",
|
|
173
|
+
"esm2022": "./esm2022/unit/byte/ni-nimble-angular-unit-byte.mjs",
|
|
174
|
+
"esm": "./esm2022/unit/byte/ni-nimble-angular-unit-byte.mjs",
|
|
175
|
+
"default": "./fesm2022/ni-nimble-angular-unit-byte.mjs"
|
|
176
|
+
},
|
|
177
|
+
"./unit/celsius": {
|
|
178
|
+
"types": "./unit/celsius/index.d.ts",
|
|
179
|
+
"esm2022": "./esm2022/unit/celsius/ni-nimble-angular-unit-celsius.mjs",
|
|
180
|
+
"esm": "./esm2022/unit/celsius/ni-nimble-angular-unit-celsius.mjs",
|
|
181
|
+
"default": "./fesm2022/ni-nimble-angular-unit-celsius.mjs"
|
|
182
|
+
},
|
|
183
|
+
"./unit/fahrenheit": {
|
|
184
|
+
"types": "./unit/fahrenheit/index.d.ts",
|
|
185
|
+
"esm2022": "./esm2022/unit/fahrenheit/ni-nimble-angular-unit-fahrenheit.mjs",
|
|
186
|
+
"esm": "./esm2022/unit/fahrenheit/ni-nimble-angular-unit-fahrenheit.mjs",
|
|
187
|
+
"default": "./fesm2022/ni-nimble-angular-unit-fahrenheit.mjs"
|
|
188
|
+
},
|
|
189
|
+
"./unit/volt": {
|
|
190
|
+
"types": "./unit/volt/index.d.ts",
|
|
191
|
+
"esm2022": "./esm2022/unit/volt/ni-nimble-angular-unit-volt.mjs",
|
|
192
|
+
"esm": "./esm2022/unit/volt/ni-nimble-angular-unit-volt.mjs",
|
|
193
|
+
"default": "./fesm2022/ni-nimble-angular-unit-volt.mjs"
|
|
194
|
+
},
|
|
171
195
|
"./table-column/anchor": {
|
|
172
196
|
"types": "./table-column/anchor/index.d.ts",
|
|
173
197
|
"esm2022": "./esm2022/table-column/anchor/ni-nimble-angular-table-column-anchor.mjs",
|
|
@@ -210,30 +234,6 @@
|
|
|
210
234
|
"esm": "./esm2022/table-column/text/ni-nimble-angular-table-column-text.mjs",
|
|
211
235
|
"default": "./fesm2022/ni-nimble-angular-table-column-text.mjs"
|
|
212
236
|
},
|
|
213
|
-
"./unit/byte": {
|
|
214
|
-
"types": "./unit/byte/index.d.ts",
|
|
215
|
-
"esm2022": "./esm2022/unit/byte/ni-nimble-angular-unit-byte.mjs",
|
|
216
|
-
"esm": "./esm2022/unit/byte/ni-nimble-angular-unit-byte.mjs",
|
|
217
|
-
"default": "./fesm2022/ni-nimble-angular-unit-byte.mjs"
|
|
218
|
-
},
|
|
219
|
-
"./unit/celsius": {
|
|
220
|
-
"types": "./unit/celsius/index.d.ts",
|
|
221
|
-
"esm2022": "./esm2022/unit/celsius/ni-nimble-angular-unit-celsius.mjs",
|
|
222
|
-
"esm": "./esm2022/unit/celsius/ni-nimble-angular-unit-celsius.mjs",
|
|
223
|
-
"default": "./fesm2022/ni-nimble-angular-unit-celsius.mjs"
|
|
224
|
-
},
|
|
225
|
-
"./unit/fahrenheit": {
|
|
226
|
-
"types": "./unit/fahrenheit/index.d.ts",
|
|
227
|
-
"esm2022": "./esm2022/unit/fahrenheit/ni-nimble-angular-unit-fahrenheit.mjs",
|
|
228
|
-
"esm": "./esm2022/unit/fahrenheit/ni-nimble-angular-unit-fahrenheit.mjs",
|
|
229
|
-
"default": "./fesm2022/ni-nimble-angular-unit-fahrenheit.mjs"
|
|
230
|
-
},
|
|
231
|
-
"./unit/volt": {
|
|
232
|
-
"types": "./unit/volt/index.d.ts",
|
|
233
|
-
"esm2022": "./esm2022/unit/volt/ni-nimble-angular-unit-volt.mjs",
|
|
234
|
-
"esm": "./esm2022/unit/volt/ni-nimble-angular-unit-volt.mjs",
|
|
235
|
-
"default": "./fesm2022/ni-nimble-angular-unit-volt.mjs"
|
|
236
|
-
},
|
|
237
237
|
"./rich-text/editor/testing": {
|
|
238
238
|
"types": "./rich-text/editor/testing/index.d.ts",
|
|
239
239
|
"esm2022": "./esm2022/rich-text/editor/testing/ni-nimble-angular-rich-text-editor-testing.mjs",
|
|
@@ -265,7 +265,7 @@
|
|
|
265
265
|
"@angular/forms": "^18.2.13",
|
|
266
266
|
"@angular/localize": "^18.2.13",
|
|
267
267
|
"@angular/router": "^18.2.13",
|
|
268
|
-
"@ni/nimble-components": "^34.
|
|
268
|
+
"@ni/nimble-components": "^34.3.0"
|
|
269
269
|
},
|
|
270
270
|
"dependencies": {
|
|
271
271
|
"tslib": "^2.2.0"
|