@ni/nimble-angular 33.6.2 → 34.0.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/README.md +1 -1
- package/fesm2022/ni-nimble-angular-anchor-step.mjs +13 -13
- package/fesm2022/ni-nimble-angular-card.mjs +7 -7
- package/fesm2022/ni-nimble-angular-chip.mjs +7 -7
- package/fesm2022/ni-nimble-angular-label-provider-core.mjs +10 -10
- package/fesm2022/ni-nimble-angular-label-provider-rich-text.mjs +10 -10
- package/fesm2022/ni-nimble-angular-label-provider-table.mjs +10 -10
- package/fesm2022/ni-nimble-angular-mapping-base.mjs +3 -3
- package/fesm2022/ni-nimble-angular-mapping-empty.mjs +7 -7
- package/fesm2022/ni-nimble-angular-mapping-icon.mjs +7 -7
- package/fesm2022/ni-nimble-angular-mapping-spinner.mjs +7 -7
- package/fesm2022/ni-nimble-angular-mapping-text.mjs +7 -7
- package/fesm2022/ni-nimble-angular-mapping-user.mjs +7 -7
- package/fesm2022/ni-nimble-angular-pipes.mjs +9 -9
- package/fesm2022/ni-nimble-angular-rich-text-editor.mjs +7 -7
- package/fesm2022/ni-nimble-angular-rich-text-mention-users.mjs +7 -7
- package/fesm2022/ni-nimble-angular-rich-text-mention.mjs +3 -3
- package/fesm2022/ni-nimble-angular-rich-text-viewer.mjs +7 -7
- package/fesm2022/ni-nimble-angular-step.mjs +7 -7
- package/fesm2022/ni-nimble-angular-stepper.mjs +7 -7
- package/fesm2022/ni-nimble-angular-table-column-anchor.mjs +10 -10
- package/fesm2022/ni-nimble-angular-table-column-date-text.mjs +7 -7
- package/fesm2022/ni-nimble-angular-table-column-duration-text.mjs +7 -7
- package/fesm2022/ni-nimble-angular-table-column-mapping.mjs +7 -7
- package/fesm2022/ni-nimble-angular-table-column-menu-button.mjs +7 -7
- package/fesm2022/ni-nimble-angular-table-column-number-text.mjs +7 -7
- package/fesm2022/ni-nimble-angular-table-column-text.mjs +7 -7
- package/fesm2022/ni-nimble-angular-table-column.mjs +3 -3
- package/fesm2022/ni-nimble-angular-table.mjs +7 -7
- package/fesm2022/ni-nimble-angular-unit-byte.mjs +7 -7
- package/fesm2022/ni-nimble-angular-unit-celsius.mjs +7 -7
- package/fesm2022/ni-nimble-angular-unit-fahrenheit.mjs +7 -7
- package/fesm2022/ni-nimble-angular-unit-volt.mjs +7 -7
- package/fesm2022/ni-nimble-angular.mjs +2055 -2058
- package/fesm2022/ni-nimble-angular.mjs.map +1 -1
- package/package.json +56 -56
- package/{index.d.ts → types/ni-nimble-angular.d.ts} +3 -3
- /package/{anchor-step/index.d.ts → types/ni-nimble-angular-anchor-step.d.ts} +0 -0
- /package/{breadcrumb/testing/index.d.ts → types/ni-nimble-angular-breadcrumb-testing.d.ts} +0 -0
- /package/{card/index.d.ts → types/ni-nimble-angular-card.d.ts} +0 -0
- /package/{chip/testing/index.d.ts → types/ni-nimble-angular-chip-testing.d.ts} +0 -0
- /package/{chip/index.d.ts → types/ni-nimble-angular-chip.d.ts} +0 -0
- /package/{combobox/testing/index.d.ts → types/ni-nimble-angular-combobox-testing.d.ts} +0 -0
- /package/{internal-utilities/index.d.ts → types/ni-nimble-angular-internal-utilities.d.ts} +0 -0
- /package/{label-provider/core/index.d.ts → types/ni-nimble-angular-label-provider-core.d.ts} +0 -0
- /package/{label-provider/rich-text/index.d.ts → types/ni-nimble-angular-label-provider-rich-text.d.ts} +0 -0
- /package/{label-provider/table/index.d.ts → types/ni-nimble-angular-label-provider-table.d.ts} +0 -0
- /package/{mapping/base/index.d.ts → types/ni-nimble-angular-mapping-base.d.ts} +0 -0
- /package/{mapping/empty/index.d.ts → types/ni-nimble-angular-mapping-empty.d.ts} +0 -0
- /package/{mapping/icon/index.d.ts → types/ni-nimble-angular-mapping-icon.d.ts} +0 -0
- /package/{mapping/spinner/index.d.ts → types/ni-nimble-angular-mapping-spinner.d.ts} +0 -0
- /package/{mapping/text/index.d.ts → types/ni-nimble-angular-mapping-text.d.ts} +0 -0
- /package/{mapping/user/index.d.ts → types/ni-nimble-angular-mapping-user.d.ts} +0 -0
- /package/{menu-button/testing/index.d.ts → types/ni-nimble-angular-menu-button-testing.d.ts} +0 -0
- /package/{number-field/testing/index.d.ts → types/ni-nimble-angular-number-field-testing.d.ts} +0 -0
- /package/{pipes/index.d.ts → types/ni-nimble-angular-pipes.d.ts} +0 -0
- /package/{rich-text/editor/testing/index.d.ts → types/ni-nimble-angular-rich-text-editor-testing.d.ts} +0 -0
- /package/{rich-text/editor/index.d.ts → types/ni-nimble-angular-rich-text-editor.d.ts} +0 -0
- /package/{rich-text-mention/users/index.d.ts → types/ni-nimble-angular-rich-text-mention-users.d.ts} +0 -0
- /package/{rich-text-mention/index.d.ts → types/ni-nimble-angular-rich-text-mention.d.ts} +0 -0
- /package/{rich-text/viewer/testing/index.d.ts → types/ni-nimble-angular-rich-text-viewer-testing.d.ts} +0 -0
- /package/{rich-text/viewer/index.d.ts → types/ni-nimble-angular-rich-text-viewer.d.ts} +0 -0
- /package/{select/testing/index.d.ts → types/ni-nimble-angular-select-testing.d.ts} +0 -0
- /package/{step/index.d.ts → types/ni-nimble-angular-step.d.ts} +0 -0
- /package/{stepper/index.d.ts → types/ni-nimble-angular-stepper.d.ts} +0 -0
- /package/{table-column/anchor/index.d.ts → types/ni-nimble-angular-table-column-anchor.d.ts} +0 -0
- /package/{table-column/date-text/testing/index.d.ts → types/ni-nimble-angular-table-column-date-text-testing.d.ts} +0 -0
- /package/{table-column/date-text/index.d.ts → types/ni-nimble-angular-table-column-date-text.d.ts} +0 -0
- /package/{table-column/duration-text/testing/index.d.ts → types/ni-nimble-angular-table-column-duration-text-testing.d.ts} +0 -0
- /package/{table-column/duration-text/index.d.ts → types/ni-nimble-angular-table-column-duration-text.d.ts} +0 -0
- /package/{table-column/mapping/testing/index.d.ts → types/ni-nimble-angular-table-column-mapping-testing.d.ts} +0 -0
- /package/{table-column/mapping/index.d.ts → types/ni-nimble-angular-table-column-mapping.d.ts} +0 -0
- /package/{table-column/menu-button/testing/index.d.ts → types/ni-nimble-angular-table-column-menu-button-testing.d.ts} +0 -0
- /package/{table-column/menu-button/index.d.ts → types/ni-nimble-angular-table-column-menu-button.d.ts} +0 -0
- /package/{table-column/number-text/index.d.ts → types/ni-nimble-angular-table-column-number-text.d.ts} +0 -0
- /package/{table-column/text/index.d.ts → types/ni-nimble-angular-table-column-text.d.ts} +0 -0
- /package/{table-column/index.d.ts → types/ni-nimble-angular-table-column.d.ts} +0 -0
- /package/{table/testing/index.d.ts → types/ni-nimble-angular-table-testing.d.ts} +0 -0
- /package/{table/index.d.ts → types/ni-nimble-angular-table.d.ts} +0 -0
- /package/{unit/byte/index.d.ts → types/ni-nimble-angular-unit-byte.d.ts} +0 -0
- /package/{unit/celsius/index.d.ts → types/ni-nimble-angular-unit-celsius.d.ts} +0 -0
- /package/{unit/fahrenheit/index.d.ts → types/ni-nimble-angular-unit-fahrenheit.d.ts} +0 -0
- /package/{unit/volt/index.d.ts → types/ni-nimble-angular-unit-volt.d.ts} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ni/nimble-angular",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "34.0.0",
|
|
4
4
|
"description": "Angular components for the NI Nimble Design System",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -11,191 +11,191 @@
|
|
|
11
11
|
"default": "./package.json"
|
|
12
12
|
},
|
|
13
13
|
".": {
|
|
14
|
-
"types": "./
|
|
14
|
+
"types": "./types/ni-nimble-angular.d.ts",
|
|
15
15
|
"default": "./fesm2022/ni-nimble-angular.mjs"
|
|
16
16
|
},
|
|
17
17
|
"./anchor-step": {
|
|
18
|
-
"types": "./anchor-step
|
|
18
|
+
"types": "./types/ni-nimble-angular-anchor-step.d.ts",
|
|
19
19
|
"default": "./fesm2022/ni-nimble-angular-anchor-step.mjs"
|
|
20
20
|
},
|
|
21
21
|
"./breadcrumb/testing": {
|
|
22
|
-
"types": "./breadcrumb
|
|
22
|
+
"types": "./types/ni-nimble-angular-breadcrumb-testing.d.ts",
|
|
23
23
|
"default": "./fesm2022/ni-nimble-angular-breadcrumb-testing.mjs"
|
|
24
24
|
},
|
|
25
25
|
"./card": {
|
|
26
|
-
"types": "./card
|
|
26
|
+
"types": "./types/ni-nimble-angular-card.d.ts",
|
|
27
27
|
"default": "./fesm2022/ni-nimble-angular-card.mjs"
|
|
28
28
|
},
|
|
29
29
|
"./chip": {
|
|
30
|
-
"types": "./chip
|
|
30
|
+
"types": "./types/ni-nimble-angular-chip.d.ts",
|
|
31
31
|
"default": "./fesm2022/ni-nimble-angular-chip.mjs"
|
|
32
32
|
},
|
|
33
33
|
"./chip/testing": {
|
|
34
|
-
"types": "./chip
|
|
34
|
+
"types": "./types/ni-nimble-angular-chip-testing.d.ts",
|
|
35
35
|
"default": "./fesm2022/ni-nimble-angular-chip-testing.mjs"
|
|
36
36
|
},
|
|
37
37
|
"./combobox/testing": {
|
|
38
|
-
"types": "./combobox
|
|
38
|
+
"types": "./types/ni-nimble-angular-combobox-testing.d.ts",
|
|
39
39
|
"default": "./fesm2022/ni-nimble-angular-combobox-testing.mjs"
|
|
40
40
|
},
|
|
41
41
|
"./internal-utilities": {
|
|
42
|
-
"types": "./internal-utilities
|
|
42
|
+
"types": "./types/ni-nimble-angular-internal-utilities.d.ts",
|
|
43
43
|
"default": "./fesm2022/ni-nimble-angular-internal-utilities.mjs"
|
|
44
44
|
},
|
|
45
45
|
"./label-provider/core": {
|
|
46
|
-
"types": "./label-provider
|
|
46
|
+
"types": "./types/ni-nimble-angular-label-provider-core.d.ts",
|
|
47
47
|
"default": "./fesm2022/ni-nimble-angular-label-provider-core.mjs"
|
|
48
48
|
},
|
|
49
49
|
"./label-provider/rich-text": {
|
|
50
|
-
"types": "./label-provider
|
|
50
|
+
"types": "./types/ni-nimble-angular-label-provider-rich-text.d.ts",
|
|
51
51
|
"default": "./fesm2022/ni-nimble-angular-label-provider-rich-text.mjs"
|
|
52
52
|
},
|
|
53
53
|
"./label-provider/table": {
|
|
54
|
-
"types": "./label-provider
|
|
54
|
+
"types": "./types/ni-nimble-angular-label-provider-table.d.ts",
|
|
55
55
|
"default": "./fesm2022/ni-nimble-angular-label-provider-table.mjs"
|
|
56
56
|
},
|
|
57
57
|
"./mapping/base": {
|
|
58
|
-
"types": "./mapping
|
|
58
|
+
"types": "./types/ni-nimble-angular-mapping-base.d.ts",
|
|
59
59
|
"default": "./fesm2022/ni-nimble-angular-mapping-base.mjs"
|
|
60
60
|
},
|
|
61
61
|
"./mapping/empty": {
|
|
62
|
-
"types": "./mapping
|
|
62
|
+
"types": "./types/ni-nimble-angular-mapping-empty.d.ts",
|
|
63
63
|
"default": "./fesm2022/ni-nimble-angular-mapping-empty.mjs"
|
|
64
64
|
},
|
|
65
65
|
"./mapping/icon": {
|
|
66
|
-
"types": "./mapping
|
|
66
|
+
"types": "./types/ni-nimble-angular-mapping-icon.d.ts",
|
|
67
67
|
"default": "./fesm2022/ni-nimble-angular-mapping-icon.mjs"
|
|
68
68
|
},
|
|
69
69
|
"./mapping/spinner": {
|
|
70
|
-
"types": "./mapping
|
|
70
|
+
"types": "./types/ni-nimble-angular-mapping-spinner.d.ts",
|
|
71
71
|
"default": "./fesm2022/ni-nimble-angular-mapping-spinner.mjs"
|
|
72
72
|
},
|
|
73
73
|
"./mapping/text": {
|
|
74
|
-
"types": "./mapping
|
|
74
|
+
"types": "./types/ni-nimble-angular-mapping-text.d.ts",
|
|
75
75
|
"default": "./fesm2022/ni-nimble-angular-mapping-text.mjs"
|
|
76
76
|
},
|
|
77
77
|
"./mapping/user": {
|
|
78
|
-
"types": "./mapping
|
|
78
|
+
"types": "./types/ni-nimble-angular-mapping-user.d.ts",
|
|
79
79
|
"default": "./fesm2022/ni-nimble-angular-mapping-user.mjs"
|
|
80
80
|
},
|
|
81
81
|
"./menu-button/testing": {
|
|
82
|
-
"types": "./menu-button
|
|
82
|
+
"types": "./types/ni-nimble-angular-menu-button-testing.d.ts",
|
|
83
83
|
"default": "./fesm2022/ni-nimble-angular-menu-button-testing.mjs"
|
|
84
84
|
},
|
|
85
85
|
"./number-field/testing": {
|
|
86
|
-
"types": "./number-field
|
|
86
|
+
"types": "./types/ni-nimble-angular-number-field-testing.d.ts",
|
|
87
87
|
"default": "./fesm2022/ni-nimble-angular-number-field-testing.mjs"
|
|
88
88
|
},
|
|
89
89
|
"./pipes": {
|
|
90
|
-
"types": "./pipes
|
|
90
|
+
"types": "./types/ni-nimble-angular-pipes.d.ts",
|
|
91
91
|
"default": "./fesm2022/ni-nimble-angular-pipes.mjs"
|
|
92
92
|
},
|
|
93
93
|
"./rich-text-mention": {
|
|
94
|
-
"types": "./rich-text-mention
|
|
94
|
+
"types": "./types/ni-nimble-angular-rich-text-mention.d.ts",
|
|
95
95
|
"default": "./fesm2022/ni-nimble-angular-rich-text-mention.mjs"
|
|
96
96
|
},
|
|
97
97
|
"./rich-text-mention/users": {
|
|
98
|
-
"types": "./rich-text-mention
|
|
98
|
+
"types": "./types/ni-nimble-angular-rich-text-mention-users.d.ts",
|
|
99
99
|
"default": "./fesm2022/ni-nimble-angular-rich-text-mention-users.mjs"
|
|
100
100
|
},
|
|
101
101
|
"./rich-text/editor": {
|
|
102
|
-
"types": "./rich-text
|
|
102
|
+
"types": "./types/ni-nimble-angular-rich-text-editor.d.ts",
|
|
103
103
|
"default": "./fesm2022/ni-nimble-angular-rich-text-editor.mjs"
|
|
104
104
|
},
|
|
105
105
|
"./rich-text/editor/testing": {
|
|
106
|
-
"types": "./rich-text
|
|
106
|
+
"types": "./types/ni-nimble-angular-rich-text-editor-testing.d.ts",
|
|
107
107
|
"default": "./fesm2022/ni-nimble-angular-rich-text-editor-testing.mjs"
|
|
108
108
|
},
|
|
109
109
|
"./rich-text/viewer": {
|
|
110
|
-
"types": "./rich-text
|
|
110
|
+
"types": "./types/ni-nimble-angular-rich-text-viewer.d.ts",
|
|
111
111
|
"default": "./fesm2022/ni-nimble-angular-rich-text-viewer.mjs"
|
|
112
112
|
},
|
|
113
113
|
"./rich-text/viewer/testing": {
|
|
114
|
-
"types": "./rich-text
|
|
114
|
+
"types": "./types/ni-nimble-angular-rich-text-viewer-testing.d.ts",
|
|
115
115
|
"default": "./fesm2022/ni-nimble-angular-rich-text-viewer-testing.mjs"
|
|
116
116
|
},
|
|
117
117
|
"./select/testing": {
|
|
118
|
-
"types": "./select
|
|
118
|
+
"types": "./types/ni-nimble-angular-select-testing.d.ts",
|
|
119
119
|
"default": "./fesm2022/ni-nimble-angular-select-testing.mjs"
|
|
120
120
|
},
|
|
121
121
|
"./step": {
|
|
122
|
-
"types": "./step
|
|
122
|
+
"types": "./types/ni-nimble-angular-step.d.ts",
|
|
123
123
|
"default": "./fesm2022/ni-nimble-angular-step.mjs"
|
|
124
124
|
},
|
|
125
125
|
"./stepper": {
|
|
126
|
-
"types": "./stepper
|
|
126
|
+
"types": "./types/ni-nimble-angular-stepper.d.ts",
|
|
127
127
|
"default": "./fesm2022/ni-nimble-angular-stepper.mjs"
|
|
128
128
|
},
|
|
129
129
|
"./table": {
|
|
130
|
-
"types": "./table
|
|
130
|
+
"types": "./types/ni-nimble-angular-table.d.ts",
|
|
131
131
|
"default": "./fesm2022/ni-nimble-angular-table.mjs"
|
|
132
132
|
},
|
|
133
133
|
"./table-column": {
|
|
134
|
-
"types": "./table-column
|
|
134
|
+
"types": "./types/ni-nimble-angular-table-column.d.ts",
|
|
135
135
|
"default": "./fesm2022/ni-nimble-angular-table-column.mjs"
|
|
136
136
|
},
|
|
137
137
|
"./table-column/anchor": {
|
|
138
|
-
"types": "./table-column
|
|
138
|
+
"types": "./types/ni-nimble-angular-table-column-anchor.d.ts",
|
|
139
139
|
"default": "./fesm2022/ni-nimble-angular-table-column-anchor.mjs"
|
|
140
140
|
},
|
|
141
141
|
"./table-column/date-text": {
|
|
142
|
-
"types": "./table-column
|
|
142
|
+
"types": "./types/ni-nimble-angular-table-column-date-text.d.ts",
|
|
143
143
|
"default": "./fesm2022/ni-nimble-angular-table-column-date-text.mjs"
|
|
144
144
|
},
|
|
145
145
|
"./table-column/date-text/testing": {
|
|
146
|
-
"types": "./table-column
|
|
146
|
+
"types": "./types/ni-nimble-angular-table-column-date-text-testing.d.ts",
|
|
147
147
|
"default": "./fesm2022/ni-nimble-angular-table-column-date-text-testing.mjs"
|
|
148
148
|
},
|
|
149
149
|
"./table-column/duration-text": {
|
|
150
|
-
"types": "./table-column
|
|
150
|
+
"types": "./types/ni-nimble-angular-table-column-duration-text.d.ts",
|
|
151
151
|
"default": "./fesm2022/ni-nimble-angular-table-column-duration-text.mjs"
|
|
152
152
|
},
|
|
153
153
|
"./table-column/duration-text/testing": {
|
|
154
|
-
"types": "./table-column
|
|
154
|
+
"types": "./types/ni-nimble-angular-table-column-duration-text-testing.d.ts",
|
|
155
155
|
"default": "./fesm2022/ni-nimble-angular-table-column-duration-text-testing.mjs"
|
|
156
156
|
},
|
|
157
157
|
"./table-column/mapping": {
|
|
158
|
-
"types": "./table-column
|
|
158
|
+
"types": "./types/ni-nimble-angular-table-column-mapping.d.ts",
|
|
159
159
|
"default": "./fesm2022/ni-nimble-angular-table-column-mapping.mjs"
|
|
160
160
|
},
|
|
161
161
|
"./table-column/mapping/testing": {
|
|
162
|
-
"types": "./table-column
|
|
162
|
+
"types": "./types/ni-nimble-angular-table-column-mapping-testing.d.ts",
|
|
163
163
|
"default": "./fesm2022/ni-nimble-angular-table-column-mapping-testing.mjs"
|
|
164
164
|
},
|
|
165
165
|
"./table-column/menu-button": {
|
|
166
|
-
"types": "./table-column
|
|
166
|
+
"types": "./types/ni-nimble-angular-table-column-menu-button.d.ts",
|
|
167
167
|
"default": "./fesm2022/ni-nimble-angular-table-column-menu-button.mjs"
|
|
168
168
|
},
|
|
169
169
|
"./table-column/menu-button/testing": {
|
|
170
|
-
"types": "./table-column
|
|
170
|
+
"types": "./types/ni-nimble-angular-table-column-menu-button-testing.d.ts",
|
|
171
171
|
"default": "./fesm2022/ni-nimble-angular-table-column-menu-button-testing.mjs"
|
|
172
172
|
},
|
|
173
173
|
"./table-column/number-text": {
|
|
174
|
-
"types": "./table-column
|
|
174
|
+
"types": "./types/ni-nimble-angular-table-column-number-text.d.ts",
|
|
175
175
|
"default": "./fesm2022/ni-nimble-angular-table-column-number-text.mjs"
|
|
176
176
|
},
|
|
177
177
|
"./table-column/text": {
|
|
178
|
-
"types": "./table-column
|
|
178
|
+
"types": "./types/ni-nimble-angular-table-column-text.d.ts",
|
|
179
179
|
"default": "./fesm2022/ni-nimble-angular-table-column-text.mjs"
|
|
180
180
|
},
|
|
181
181
|
"./table/testing": {
|
|
182
|
-
"types": "./table
|
|
182
|
+
"types": "./types/ni-nimble-angular-table-testing.d.ts",
|
|
183
183
|
"default": "./fesm2022/ni-nimble-angular-table-testing.mjs"
|
|
184
184
|
},
|
|
185
185
|
"./unit/byte": {
|
|
186
|
-
"types": "./unit
|
|
186
|
+
"types": "./types/ni-nimble-angular-unit-byte.d.ts",
|
|
187
187
|
"default": "./fesm2022/ni-nimble-angular-unit-byte.mjs"
|
|
188
188
|
},
|
|
189
189
|
"./unit/celsius": {
|
|
190
|
-
"types": "./unit
|
|
190
|
+
"types": "./types/ni-nimble-angular-unit-celsius.d.ts",
|
|
191
191
|
"default": "./fesm2022/ni-nimble-angular-unit-celsius.mjs"
|
|
192
192
|
},
|
|
193
193
|
"./unit/fahrenheit": {
|
|
194
|
-
"types": "./unit
|
|
194
|
+
"types": "./types/ni-nimble-angular-unit-fahrenheit.d.ts",
|
|
195
195
|
"default": "./fesm2022/ni-nimble-angular-unit-fahrenheit.mjs"
|
|
196
196
|
},
|
|
197
197
|
"./unit/volt": {
|
|
198
|
-
"types": "./unit
|
|
198
|
+
"types": "./types/ni-nimble-angular-unit-volt.d.ts",
|
|
199
199
|
"default": "./fesm2022/ni-nimble-angular-unit-volt.mjs"
|
|
200
200
|
}
|
|
201
201
|
},
|
|
@@ -218,15 +218,15 @@
|
|
|
218
218
|
"tslib": "^2.2.0"
|
|
219
219
|
},
|
|
220
220
|
"peerDependencies": {
|
|
221
|
-
"@angular/common": "^
|
|
222
|
-
"@angular/core": "^
|
|
223
|
-
"@angular/forms": "^
|
|
224
|
-
"@angular/localize": "^
|
|
225
|
-
"@angular/router": "^
|
|
226
|
-
"@ni/nimble-components": "^35.13.
|
|
227
|
-
"@ni/unit-format": "^1.0.
|
|
221
|
+
"@angular/common": "^21.2.21",
|
|
222
|
+
"@angular/core": "^21.2.21",
|
|
223
|
+
"@angular/forms": "^21.2.21",
|
|
224
|
+
"@angular/localize": "^21.2.21",
|
|
225
|
+
"@angular/router": "^21.2.21",
|
|
226
|
+
"@ni/nimble-components": "^35.13.2",
|
|
227
|
+
"@ni/unit-format": "^1.0.7"
|
|
228
228
|
},
|
|
229
229
|
"module": "fesm2022/ni-nimble-angular.mjs",
|
|
230
|
-
"typings": "
|
|
230
|
+
"typings": "types/ni-nimble-angular.d.ts",
|
|
231
231
|
"sideEffects": false
|
|
232
232
|
}
|
|
@@ -762,7 +762,7 @@ declare class NimbleCardButtonModule {
|
|
|
762
762
|
|
|
763
763
|
/**
|
|
764
764
|
* [Nimble]
|
|
765
|
-
* Copied from https://github.com/angular/angular/blob/
|
|
765
|
+
* Copied from https://github.com/angular/angular/blob/v21.2.19/packages/forms/src/directives/control_value_accessor.ts
|
|
766
766
|
* with the following modifications:
|
|
767
767
|
* - Update imports
|
|
768
768
|
* - Commented out ControlValueAccessor which is exported from @angular/forms
|
|
@@ -4516,7 +4516,7 @@ declare class NimbleListOptionDirective {
|
|
|
4516
4516
|
|
|
4517
4517
|
/**
|
|
4518
4518
|
* [Nimble]
|
|
4519
|
-
* Copied from https://github.com/angular/angular/blob/
|
|
4519
|
+
* Copied from https://github.com/angular/angular/blob/v21.2.19/packages/forms/src/directives/select_control_value_accessor.ts
|
|
4520
4520
|
* with the following modifications:
|
|
4521
4521
|
* - Update imports
|
|
4522
4522
|
* - Remove all configuration from SelectControlValueAccessor's `@Directive` decorator
|
|
@@ -4887,7 +4887,7 @@ declare class NimbleNumberFieldModule {
|
|
|
4887
4887
|
|
|
4888
4888
|
/**
|
|
4889
4889
|
* [Nimble]
|
|
4890
|
-
* Copied from https://github.com/angular/angular/blob/
|
|
4890
|
+
* Copied from https://github.com/angular/angular/blob/v21.2.19/packages/forms/src/directives/radio_control_value_accessor.ts
|
|
4891
4891
|
* with the following modifications:
|
|
4892
4892
|
* - Changed throwNameError() to throw Error instead of RuntimeError. This makes the file compile with Angular version 12.
|
|
4893
4893
|
* - Removed now-unused import for RuntimeErrorCode and RuntimeError
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{label-provider/core/index.d.ts → types/ni-nimble-angular-label-provider-core.d.ts}
RENAMED
|
File without changes
|
|
File without changes
|
/package/{label-provider/table/index.d.ts → types/ni-nimble-angular-label-provider-table.d.ts}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{menu-button/testing/index.d.ts → types/ni-nimble-angular-menu-button-testing.d.ts}
RENAMED
|
File without changes
|
/package/{number-field/testing/index.d.ts → types/ni-nimble-angular-number-field-testing.d.ts}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{rich-text-mention/users/index.d.ts → types/ni-nimble-angular-rich-text-mention-users.d.ts}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{table-column/anchor/index.d.ts → types/ni-nimble-angular-table-column-anchor.d.ts}
RENAMED
|
File without changes
|
|
File without changes
|
/package/{table-column/date-text/index.d.ts → types/ni-nimble-angular-table-column-date-text.d.ts}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{table-column/mapping/index.d.ts → types/ni-nimble-angular-table-column-mapping.d.ts}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|