@acorex/components 21.0.2-next.57 → 21.0.2-next.59
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": "21.0.2-next.
|
|
3
|
+
"version": "21.0.2-next.59",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@acorex/core": "21.0.2-next.
|
|
6
|
-
"@acorex/cdk": "21.0.2-next.
|
|
5
|
+
"@acorex/core": "21.0.2-next.59",
|
|
6
|
+
"@acorex/cdk": "21.0.2-next.59",
|
|
7
7
|
"polytype": ">=0.17.0",
|
|
8
8
|
"angular-imask": ">=7.6.1",
|
|
9
9
|
"gridstack": ">=12.0.0",
|
|
@@ -328,14 +328,14 @@
|
|
|
328
328
|
"types": "./popover/index.d.ts",
|
|
329
329
|
"default": "./fesm2022/acorex-components-popover.mjs"
|
|
330
330
|
},
|
|
331
|
-
"./progress-bar": {
|
|
332
|
-
"types": "./progress-bar/index.d.ts",
|
|
333
|
-
"default": "./fesm2022/acorex-components-progress-bar.mjs"
|
|
334
|
-
},
|
|
335
331
|
"./popup": {
|
|
336
332
|
"types": "./popup/index.d.ts",
|
|
337
333
|
"default": "./fesm2022/acorex-components-popup.mjs"
|
|
338
334
|
},
|
|
335
|
+
"./progress-bar": {
|
|
336
|
+
"types": "./progress-bar/index.d.ts",
|
|
337
|
+
"default": "./fesm2022/acorex-components-progress-bar.mjs"
|
|
338
|
+
},
|
|
339
339
|
"./qrcode": {
|
|
340
340
|
"types": "./qrcode/index.d.ts",
|
|
341
341
|
"default": "./fesm2022/acorex-components-qrcode.mjs"
|
|
@@ -444,18 +444,14 @@
|
|
|
444
444
|
"types": "./text-area/index.d.ts",
|
|
445
445
|
"default": "./fesm2022/acorex-components-text-area.mjs"
|
|
446
446
|
},
|
|
447
|
-
"./time-duration": {
|
|
448
|
-
"types": "./time-duration/index.d.ts",
|
|
449
|
-
"default": "./fesm2022/acorex-components-time-duration.mjs"
|
|
450
|
-
},
|
|
451
|
-
"./time-line": {
|
|
452
|
-
"types": "./time-line/index.d.ts",
|
|
453
|
-
"default": "./fesm2022/acorex-components-time-line.mjs"
|
|
454
|
-
},
|
|
455
447
|
"./text-box": {
|
|
456
448
|
"types": "./text-box/index.d.ts",
|
|
457
449
|
"default": "./fesm2022/acorex-components-text-box.mjs"
|
|
458
450
|
},
|
|
451
|
+
"./time-duration": {
|
|
452
|
+
"types": "./time-duration/index.d.ts",
|
|
453
|
+
"default": "./fesm2022/acorex-components-time-duration.mjs"
|
|
454
|
+
},
|
|
459
455
|
"./toast": {
|
|
460
456
|
"types": "./toast/index.d.ts",
|
|
461
457
|
"default": "./fesm2022/acorex-components-toast.mjs"
|
|
@@ -464,6 +460,10 @@
|
|
|
464
460
|
"types": "./toolbar/index.d.ts",
|
|
465
461
|
"default": "./fesm2022/acorex-components-toolbar.mjs"
|
|
466
462
|
},
|
|
463
|
+
"./time-line": {
|
|
464
|
+
"types": "./time-line/index.d.ts",
|
|
465
|
+
"default": "./fesm2022/acorex-components-time-line.mjs"
|
|
466
|
+
},
|
|
467
467
|
"./tooltip": {
|
|
468
468
|
"types": "./tooltip/index.d.ts",
|
|
469
469
|
"default": "./fesm2022/acorex-components-tooltip.mjs"
|
|
@@ -480,13 +480,13 @@
|
|
|
480
480
|
"types": "./video-player/index.d.ts",
|
|
481
481
|
"default": "./fesm2022/acorex-components-video-player.mjs"
|
|
482
482
|
},
|
|
483
|
-
"./wysiwyg": {
|
|
484
|
-
"types": "./wysiwyg/index.d.ts",
|
|
485
|
-
"default": "./fesm2022/acorex-components-wysiwyg.mjs"
|
|
486
|
-
},
|
|
487
483
|
"./uploader": {
|
|
488
484
|
"types": "./uploader/index.d.ts",
|
|
489
485
|
"default": "./fesm2022/acorex-components-uploader.mjs"
|
|
486
|
+
},
|
|
487
|
+
"./wysiwyg": {
|
|
488
|
+
"types": "./wysiwyg/index.d.ts",
|
|
489
|
+
"default": "./fesm2022/acorex-components-wysiwyg.mjs"
|
|
490
490
|
}
|
|
491
491
|
}
|
|
492
492
|
}
|