@acorex/components 21.0.2-next.35 → 21.0.2-next.36
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/datetime-box/index.d.ts +2 -3
- package/datetime-input/index.d.ts +2 -2
- package/datetime-picker/index.d.ts +3 -3
- package/fesm2022/acorex-components-datetime-box.mjs +6 -18
- package/fesm2022/acorex-components-datetime-box.mjs.map +1 -1
- package/fesm2022/acorex-components-datetime-input.mjs +9 -17
- package/fesm2022/acorex-components-datetime-input.mjs.map +1 -1
- package/fesm2022/acorex-components-datetime-picker.mjs +27 -30
- package/fesm2022/acorex-components-datetime-picker.mjs.map +1 -1
- package/package.json +22 -22
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@acorex/components",
|
|
3
|
-
"version": "21.0.2-next.
|
|
3
|
+
"version": "21.0.2-next.36",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@acorex/core": "21.0.2-next.
|
|
6
|
-
"@acorex/cdk": "21.0.2-next.
|
|
5
|
+
"@acorex/core": "21.0.2-next.36",
|
|
6
|
+
"@acorex/cdk": "21.0.2-next.36",
|
|
7
7
|
"polytype": ">=0.17.0",
|
|
8
8
|
"angular-imask": ">=7.6.1",
|
|
9
9
|
"gridstack": ">=12.0.0",
|
|
@@ -116,6 +116,10 @@
|
|
|
116
116
|
"types": "./chips/index.d.ts",
|
|
117
117
|
"default": "./fesm2022/acorex-components-chips.mjs"
|
|
118
118
|
},
|
|
119
|
+
"./circular-progress": {
|
|
120
|
+
"types": "./circular-progress/index.d.ts",
|
|
121
|
+
"default": "./fesm2022/acorex-components-circular-progress.mjs"
|
|
122
|
+
},
|
|
119
123
|
"./code-editor": {
|
|
120
124
|
"types": "./code-editor/index.d.ts",
|
|
121
125
|
"default": "./fesm2022/acorex-components-code-editor.mjs"
|
|
@@ -124,10 +128,6 @@
|
|
|
124
128
|
"types": "./collapse/index.d.ts",
|
|
125
129
|
"default": "./fesm2022/acorex-components-collapse.mjs"
|
|
126
130
|
},
|
|
127
|
-
"./circular-progress": {
|
|
128
|
-
"types": "./circular-progress/index.d.ts",
|
|
129
|
-
"default": "./fesm2022/acorex-components-circular-progress.mjs"
|
|
130
|
-
},
|
|
131
131
|
"./color-box": {
|
|
132
132
|
"types": "./color-box/index.d.ts",
|
|
133
133
|
"default": "./fesm2022/acorex-components-color-box.mjs"
|
|
@@ -172,14 +172,14 @@
|
|
|
172
172
|
"types": "./datetime-box/index.d.ts",
|
|
173
173
|
"default": "./fesm2022/acorex-components-datetime-box.mjs"
|
|
174
174
|
},
|
|
175
|
-
"./datetime-picker": {
|
|
176
|
-
"types": "./datetime-picker/index.d.ts",
|
|
177
|
-
"default": "./fesm2022/acorex-components-datetime-picker.mjs"
|
|
178
|
-
},
|
|
179
175
|
"./datetime-input": {
|
|
180
176
|
"types": "./datetime-input/index.d.ts",
|
|
181
177
|
"default": "./fesm2022/acorex-components-datetime-input.mjs"
|
|
182
178
|
},
|
|
179
|
+
"./datetime-picker": {
|
|
180
|
+
"types": "./datetime-picker/index.d.ts",
|
|
181
|
+
"default": "./fesm2022/acorex-components-datetime-picker.mjs"
|
|
182
|
+
},
|
|
183
183
|
"./decorators": {
|
|
184
184
|
"types": "./decorators/index.d.ts",
|
|
185
185
|
"default": "./fesm2022/acorex-components-decorators.mjs"
|
|
@@ -424,10 +424,6 @@
|
|
|
424
424
|
"types": "./step-wizard/index.d.ts",
|
|
425
425
|
"default": "./fesm2022/acorex-components-step-wizard.mjs"
|
|
426
426
|
},
|
|
427
|
-
"./switch": {
|
|
428
|
-
"types": "./switch/index.d.ts",
|
|
429
|
-
"default": "./fesm2022/acorex-components-switch.mjs"
|
|
430
|
-
},
|
|
431
427
|
"./tabs": {
|
|
432
428
|
"types": "./tabs/index.d.ts",
|
|
433
429
|
"default": "./fesm2022/acorex-components-tabs.mjs"
|
|
@@ -440,9 +436,9 @@
|
|
|
440
436
|
"types": "./tag-box/index.d.ts",
|
|
441
437
|
"default": "./fesm2022/acorex-components-tag-box.mjs"
|
|
442
438
|
},
|
|
443
|
-
"./
|
|
444
|
-
"types": "./
|
|
445
|
-
"default": "./fesm2022/acorex-components-
|
|
439
|
+
"./switch": {
|
|
440
|
+
"types": "./switch/index.d.ts",
|
|
441
|
+
"default": "./fesm2022/acorex-components-switch.mjs"
|
|
446
442
|
},
|
|
447
443
|
"./text-box": {
|
|
448
444
|
"types": "./text-box/index.d.ts",
|
|
@@ -452,6 +448,10 @@
|
|
|
452
448
|
"types": "./time-duration/index.d.ts",
|
|
453
449
|
"default": "./fesm2022/acorex-components-time-duration.mjs"
|
|
454
450
|
},
|
|
451
|
+
"./text-area": {
|
|
452
|
+
"types": "./text-area/index.d.ts",
|
|
453
|
+
"default": "./fesm2022/acorex-components-text-area.mjs"
|
|
454
|
+
},
|
|
455
455
|
"./time-line": {
|
|
456
456
|
"types": "./time-line/index.d.ts",
|
|
457
457
|
"default": "./fesm2022/acorex-components-time-line.mjs"
|
|
@@ -476,10 +476,6 @@
|
|
|
476
476
|
"types": "./tree-view-legacy/index.d.ts",
|
|
477
477
|
"default": "./fesm2022/acorex-components-tree-view-legacy.mjs"
|
|
478
478
|
},
|
|
479
|
-
"./uploader": {
|
|
480
|
-
"types": "./uploader/index.d.ts",
|
|
481
|
-
"default": "./fesm2022/acorex-components-uploader.mjs"
|
|
482
|
-
},
|
|
483
479
|
"./video-player": {
|
|
484
480
|
"types": "./video-player/index.d.ts",
|
|
485
481
|
"default": "./fesm2022/acorex-components-video-player.mjs"
|
|
@@ -487,6 +483,10 @@
|
|
|
487
483
|
"./wysiwyg": {
|
|
488
484
|
"types": "./wysiwyg/index.d.ts",
|
|
489
485
|
"default": "./fesm2022/acorex-components-wysiwyg.mjs"
|
|
486
|
+
},
|
|
487
|
+
"./uploader": {
|
|
488
|
+
"types": "./uploader/index.d.ts",
|
|
489
|
+
"default": "./fesm2022/acorex-components-uploader.mjs"
|
|
490
490
|
}
|
|
491
491
|
}
|
|
492
492
|
}
|