@acorex/components 20.8.28 → 20.8.30
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/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@acorex/components",
|
|
3
|
-
"version": "20.8.
|
|
3
|
+
"version": "20.8.30",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@acorex/core": "20.8.
|
|
6
|
-
"@acorex/cdk": "20.8.
|
|
5
|
+
"@acorex/core": "20.8.30",
|
|
6
|
+
"@acorex/cdk": "20.8.30",
|
|
7
7
|
"polytype": ">=0.17.0",
|
|
8
8
|
"angular-imask": ">=7.6.1",
|
|
9
9
|
"gridstack": ">=12.0.0",
|
|
@@ -56,6 +56,10 @@
|
|
|
56
56
|
"types": "./index.d.ts",
|
|
57
57
|
"default": "./fesm2022/acorex-components.mjs"
|
|
58
58
|
},
|
|
59
|
+
"./accordion": {
|
|
60
|
+
"types": "./accordion/index.d.ts",
|
|
61
|
+
"default": "./fesm2022/acorex-components-accordion.mjs"
|
|
62
|
+
},
|
|
59
63
|
"./action-sheet": {
|
|
60
64
|
"types": "./action-sheet/index.d.ts",
|
|
61
65
|
"default": "./fesm2022/acorex-components-action-sheet.mjs"
|
|
@@ -64,10 +68,6 @@
|
|
|
64
68
|
"types": "./alert/index.d.ts",
|
|
65
69
|
"default": "./fesm2022/acorex-components-alert.mjs"
|
|
66
70
|
},
|
|
67
|
-
"./accordion": {
|
|
68
|
-
"types": "./accordion/index.d.ts",
|
|
69
|
-
"default": "./fesm2022/acorex-components-accordion.mjs"
|
|
70
|
-
},
|
|
71
71
|
"./aspect-ratio": {
|
|
72
72
|
"types": "./aspect-ratio/index.d.ts",
|
|
73
73
|
"default": "./fesm2022/acorex-components-aspect-ratio.mjs"
|
|
@@ -108,25 +108,25 @@
|
|
|
108
108
|
"types": "./calendar/index.d.ts",
|
|
109
109
|
"default": "./fesm2022/acorex-components-calendar.mjs"
|
|
110
110
|
},
|
|
111
|
-
"./chips": {
|
|
112
|
-
"types": "./chips/index.d.ts",
|
|
113
|
-
"default": "./fesm2022/acorex-components-chips.mjs"
|
|
114
|
-
},
|
|
115
111
|
"./check-box": {
|
|
116
112
|
"types": "./check-box/index.d.ts",
|
|
117
113
|
"default": "./fesm2022/acorex-components-check-box.mjs"
|
|
118
114
|
},
|
|
119
|
-
"./
|
|
120
|
-
"types": "./
|
|
121
|
-
"default": "./fesm2022/acorex-components-
|
|
115
|
+
"./chips": {
|
|
116
|
+
"types": "./chips/index.d.ts",
|
|
117
|
+
"default": "./fesm2022/acorex-components-chips.mjs"
|
|
118
|
+
},
|
|
119
|
+
"./circular-progress": {
|
|
120
|
+
"types": "./circular-progress/index.d.ts",
|
|
121
|
+
"default": "./fesm2022/acorex-components-circular-progress.mjs"
|
|
122
122
|
},
|
|
123
123
|
"./code-editor": {
|
|
124
124
|
"types": "./code-editor/index.d.ts",
|
|
125
125
|
"default": "./fesm2022/acorex-components-code-editor.mjs"
|
|
126
126
|
},
|
|
127
|
-
"./
|
|
128
|
-
"types": "./
|
|
129
|
-
"default": "./fesm2022/acorex-components-
|
|
127
|
+
"./collapse": {
|
|
128
|
+
"types": "./collapse/index.d.ts",
|
|
129
|
+
"default": "./fesm2022/acorex-components-collapse.mjs"
|
|
130
130
|
},
|
|
131
131
|
"./color-box": {
|
|
132
132
|
"types": "./color-box/index.d.ts",
|
|
@@ -140,6 +140,14 @@
|
|
|
140
140
|
"types": "./command/index.d.ts",
|
|
141
141
|
"default": "./fesm2022/acorex-components-command.mjs"
|
|
142
142
|
},
|
|
143
|
+
"./comment": {
|
|
144
|
+
"types": "./comment/index.d.ts",
|
|
145
|
+
"default": "./fesm2022/acorex-components-comment.mjs"
|
|
146
|
+
},
|
|
147
|
+
"./conversation": {
|
|
148
|
+
"types": "./conversation/index.d.ts",
|
|
149
|
+
"default": "./fesm2022/acorex-components-conversation.mjs"
|
|
150
|
+
},
|
|
143
151
|
"./conversation2": {
|
|
144
152
|
"types": "./conversation2/index.d.ts",
|
|
145
153
|
"default": "./fesm2022/acorex-components-conversation2.mjs"
|
|
@@ -164,18 +172,10 @@
|
|
|
164
172
|
"types": "./datetime-box/index.d.ts",
|
|
165
173
|
"default": "./fesm2022/acorex-components-datetime-box.mjs"
|
|
166
174
|
},
|
|
167
|
-
"./conversation": {
|
|
168
|
-
"types": "./conversation/index.d.ts",
|
|
169
|
-
"default": "./fesm2022/acorex-components-conversation.mjs"
|
|
170
|
-
},
|
|
171
175
|
"./datetime-input": {
|
|
172
176
|
"types": "./datetime-input/index.d.ts",
|
|
173
177
|
"default": "./fesm2022/acorex-components-datetime-input.mjs"
|
|
174
178
|
},
|
|
175
|
-
"./comment": {
|
|
176
|
-
"types": "./comment/index.d.ts",
|
|
177
|
-
"default": "./fesm2022/acorex-components-comment.mjs"
|
|
178
|
-
},
|
|
179
179
|
"./datetime-picker": {
|
|
180
180
|
"types": "./datetime-picker/index.d.ts",
|
|
181
181
|
"default": "./fesm2022/acorex-components-datetime-picker.mjs"
|
|
@@ -184,6 +184,10 @@
|
|
|
184
184
|
"types": "./decorators/index.d.ts",
|
|
185
185
|
"default": "./fesm2022/acorex-components-decorators.mjs"
|
|
186
186
|
},
|
|
187
|
+
"./dialog": {
|
|
188
|
+
"types": "./dialog/index.d.ts",
|
|
189
|
+
"default": "./fesm2022/acorex-components-dialog.mjs"
|
|
190
|
+
},
|
|
187
191
|
"./drawer": {
|
|
188
192
|
"types": "./drawer/index.d.ts",
|
|
189
193
|
"default": "./fesm2022/acorex-components-drawer.mjs"
|
|
@@ -200,10 +204,6 @@
|
|
|
200
204
|
"types": "./dropdown-button/index.d.ts",
|
|
201
205
|
"default": "./fesm2022/acorex-components-dropdown-button.mjs"
|
|
202
206
|
},
|
|
203
|
-
"./dialog": {
|
|
204
|
-
"types": "./dialog/index.d.ts",
|
|
205
|
-
"default": "./fesm2022/acorex-components-dialog.mjs"
|
|
206
|
-
},
|
|
207
207
|
"./editor": {
|
|
208
208
|
"types": "./editor/index.d.ts",
|
|
209
209
|
"default": "./fesm2022/acorex-components-editor.mjs"
|
|
@@ -356,14 +356,14 @@
|
|
|
356
356
|
"types": "./range-slider/index.d.ts",
|
|
357
357
|
"default": "./fesm2022/acorex-components-range-slider.mjs"
|
|
358
358
|
},
|
|
359
|
-
"./rest-api-generator": {
|
|
360
|
-
"types": "./rest-api-generator/index.d.ts",
|
|
361
|
-
"default": "./fesm2022/acorex-components-rest-api-generator.mjs"
|
|
362
|
-
},
|
|
363
359
|
"./rate-picker": {
|
|
364
360
|
"types": "./rate-picker/index.d.ts",
|
|
365
361
|
"default": "./fesm2022/acorex-components-rate-picker.mjs"
|
|
366
362
|
},
|
|
363
|
+
"./rest-api-generator": {
|
|
364
|
+
"types": "./rest-api-generator/index.d.ts",
|
|
365
|
+
"default": "./fesm2022/acorex-components-rest-api-generator.mjs"
|
|
366
|
+
},
|
|
367
367
|
"./result": {
|
|
368
368
|
"types": "./result/index.d.ts",
|
|
369
369
|
"default": "./fesm2022/acorex-components-result.mjs"
|
|
@@ -408,18 +408,22 @@
|
|
|
408
408
|
"types": "./side-menu/index.d.ts",
|
|
409
409
|
"default": "./fesm2022/acorex-components-side-menu.mjs"
|
|
410
410
|
},
|
|
411
|
-
"./slider": {
|
|
412
|
-
"types": "./slider/index.d.ts",
|
|
413
|
-
"default": "./fesm2022/acorex-components-slider.mjs"
|
|
414
|
-
},
|
|
415
411
|
"./skeleton": {
|
|
416
412
|
"types": "./skeleton/index.d.ts",
|
|
417
413
|
"default": "./fesm2022/acorex-components-skeleton.mjs"
|
|
418
414
|
},
|
|
415
|
+
"./slider": {
|
|
416
|
+
"types": "./slider/index.d.ts",
|
|
417
|
+
"default": "./fesm2022/acorex-components-slider.mjs"
|
|
418
|
+
},
|
|
419
419
|
"./sliding-item": {
|
|
420
420
|
"types": "./sliding-item/index.d.ts",
|
|
421
421
|
"default": "./fesm2022/acorex-components-sliding-item.mjs"
|
|
422
422
|
},
|
|
423
|
+
"./step-wizard": {
|
|
424
|
+
"types": "./step-wizard/index.d.ts",
|
|
425
|
+
"default": "./fesm2022/acorex-components-step-wizard.mjs"
|
|
426
|
+
},
|
|
423
427
|
"./switch": {
|
|
424
428
|
"types": "./switch/index.d.ts",
|
|
425
429
|
"default": "./fesm2022/acorex-components-switch.mjs"
|
|
@@ -460,10 +464,6 @@
|
|
|
460
464
|
"types": "./toolbar/index.d.ts",
|
|
461
465
|
"default": "./fesm2022/acorex-components-toolbar.mjs"
|
|
462
466
|
},
|
|
463
|
-
"./tooltip": {
|
|
464
|
-
"types": "./tooltip/index.d.ts",
|
|
465
|
-
"default": "./fesm2022/acorex-components-tooltip.mjs"
|
|
466
|
-
},
|
|
467
467
|
"./tree-view": {
|
|
468
468
|
"types": "./tree-view/index.d.ts",
|
|
469
469
|
"default": "./fesm2022/acorex-components-tree-view.mjs"
|
|
@@ -472,9 +472,9 @@
|
|
|
472
472
|
"types": "./tree-view-legacy/index.d.ts",
|
|
473
473
|
"default": "./fesm2022/acorex-components-tree-view-legacy.mjs"
|
|
474
474
|
},
|
|
475
|
-
"./
|
|
476
|
-
"types": "./
|
|
477
|
-
"default": "./fesm2022/acorex-components-
|
|
475
|
+
"./tooltip": {
|
|
476
|
+
"types": "./tooltip/index.d.ts",
|
|
477
|
+
"default": "./fesm2022/acorex-components-tooltip.mjs"
|
|
478
478
|
},
|
|
479
479
|
"./video-player": {
|
|
480
480
|
"types": "./video-player/index.d.ts",
|