@acorex/components 20.8.32 → 20.8.33

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.32",
3
+ "version": "20.8.33",
4
4
  "peerDependencies": {
5
- "@acorex/core": "20.8.32",
6
- "@acorex/cdk": "20.8.32",
5
+ "@acorex/core": "20.8.33",
6
+ "@acorex/cdk": "20.8.33",
7
7
  "polytype": ">=0.17.0",
8
8
  "angular-imask": ">=7.6.1",
9
9
  "gridstack": ">=12.0.0",
@@ -76,10 +76,6 @@
76
76
  "types": "./audio-wave/index.d.ts",
77
77
  "default": "./fesm2022/acorex-components-audio-wave.mjs"
78
78
  },
79
- "./autocomplete": {
80
- "types": "./autocomplete/index.d.ts",
81
- "default": "./fesm2022/acorex-components-autocomplete.mjs"
82
- },
83
79
  "./avatar": {
84
80
  "types": "./avatar/index.d.ts",
85
81
  "default": "./fesm2022/acorex-components-avatar.mjs"
@@ -92,6 +88,10 @@
92
88
  "types": "./bottom-navigation/index.d.ts",
93
89
  "default": "./fesm2022/acorex-components-bottom-navigation.mjs"
94
90
  },
91
+ "./autocomplete": {
92
+ "types": "./autocomplete/index.d.ts",
93
+ "default": "./fesm2022/acorex-components-autocomplete.mjs"
94
+ },
95
95
  "./breadcrumbs": {
96
96
  "types": "./breadcrumbs/index.d.ts",
97
97
  "default": "./fesm2022/acorex-components-breadcrumbs.mjs"
@@ -140,18 +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
- },
151
143
  "./conversation2": {
152
144
  "types": "./conversation2/index.d.ts",
153
145
  "default": "./fesm2022/acorex-components-conversation2.mjs"
154
146
  },
147
+ "./comment": {
148
+ "types": "./comment/index.d.ts",
149
+ "default": "./fesm2022/acorex-components-comment.mjs"
150
+ },
155
151
  "./cron-job": {
156
152
  "types": "./cron-job/index.d.ts",
157
153
  "default": "./fesm2022/acorex-components-cron-job.mjs"
@@ -260,6 +256,10 @@
260
256
  "types": "./loading/index.d.ts",
261
257
  "default": "./fesm2022/acorex-components-loading.mjs"
262
258
  },
259
+ "./loading-dialog": {
260
+ "types": "./loading-dialog/index.d.ts",
261
+ "default": "./fesm2022/acorex-components-loading-dialog.mjs"
262
+ },
263
263
  "./map": {
264
264
  "types": "./map/index.d.ts",
265
265
  "default": "./fesm2022/acorex-components-map.mjs"
@@ -268,10 +268,6 @@
268
268
  "types": "./media-viewer/index.d.ts",
269
269
  "default": "./fesm2022/acorex-components-media-viewer.mjs"
270
270
  },
271
- "./loading-dialog": {
272
- "types": "./loading-dialog/index.d.ts",
273
- "default": "./fesm2022/acorex-components-loading-dialog.mjs"
274
- },
275
271
  "./menu": {
276
272
  "types": "./menu/index.d.ts",
277
273
  "default": "./fesm2022/acorex-components-menu.mjs"
@@ -300,14 +296,14 @@
300
296
  "types": "./otp/index.d.ts",
301
297
  "default": "./fesm2022/acorex-components-otp.mjs"
302
298
  },
303
- "./paint": {
304
- "types": "./paint/index.d.ts",
305
- "default": "./fesm2022/acorex-components-paint.mjs"
306
- },
307
299
  "./page": {
308
300
  "types": "./page/index.d.ts",
309
301
  "default": "./fesm2022/acorex-components-page.mjs"
310
302
  },
303
+ "./paint": {
304
+ "types": "./paint/index.d.ts",
305
+ "default": "./fesm2022/acorex-components-paint.mjs"
306
+ },
311
307
  "./password-box": {
312
308
  "types": "./password-box/index.d.ts",
313
309
  "default": "./fesm2022/acorex-components-password-box.mjs"
@@ -324,14 +320,14 @@
324
320
  "types": "./picker/index.d.ts",
325
321
  "default": "./fesm2022/acorex-components-picker.mjs"
326
322
  },
327
- "./popup": {
328
- "types": "./popup/index.d.ts",
329
- "default": "./fesm2022/acorex-components-popup.mjs"
330
- },
331
323
  "./popover": {
332
324
  "types": "./popover/index.d.ts",
333
325
  "default": "./fesm2022/acorex-components-popover.mjs"
334
326
  },
327
+ "./popup": {
328
+ "types": "./popup/index.d.ts",
329
+ "default": "./fesm2022/acorex-components-popup.mjs"
330
+ },
335
331
  "./progress-bar": {
336
332
  "types": "./progress-bar/index.d.ts",
337
333
  "default": "./fesm2022/acorex-components-progress-bar.mjs"
@@ -396,10 +392,6 @@
396
392
  "types": "./select-box/index.d.ts",
397
393
  "default": "./fesm2022/acorex-components-select-box.mjs"
398
394
  },
399
- "./selection-list-2": {
400
- "types": "./selection-list-2/index.d.ts",
401
- "default": "./fesm2022/acorex-components-selection-list-2.mjs"
402
- },
403
395
  "./selection-list": {
404
396
  "types": "./selection-list/index.d.ts",
405
397
  "default": "./fesm2022/acorex-components-selection-list.mjs"
@@ -408,14 +400,14 @@
408
400
  "types": "./side-menu/index.d.ts",
409
401
  "default": "./fesm2022/acorex-components-side-menu.mjs"
410
402
  },
411
- "./slider": {
412
- "types": "./slider/index.d.ts",
413
- "default": "./fesm2022/acorex-components-slider.mjs"
414
- },
415
403
  "./skeleton": {
416
404
  "types": "./skeleton/index.d.ts",
417
405
  "default": "./fesm2022/acorex-components-skeleton.mjs"
418
406
  },
407
+ "./slider": {
408
+ "types": "./slider/index.d.ts",
409
+ "default": "./fesm2022/acorex-components-slider.mjs"
410
+ },
419
411
  "./sliding-item": {
420
412
  "types": "./sliding-item/index.d.ts",
421
413
  "default": "./fesm2022/acorex-components-sliding-item.mjs"
@@ -440,22 +432,22 @@
440
432
  "types": "./tag-box/index.d.ts",
441
433
  "default": "./fesm2022/acorex-components-tag-box.mjs"
442
434
  },
443
- "./text-area": {
444
- "types": "./text-area/index.d.ts",
445
- "default": "./fesm2022/acorex-components-text-area.mjs"
446
- },
447
435
  "./text-box": {
448
436
  "types": "./text-box/index.d.ts",
449
437
  "default": "./fesm2022/acorex-components-text-box.mjs"
450
438
  },
451
- "./time-duration": {
452
- "types": "./time-duration/index.d.ts",
453
- "default": "./fesm2022/acorex-components-time-duration.mjs"
439
+ "./text-area": {
440
+ "types": "./text-area/index.d.ts",
441
+ "default": "./fesm2022/acorex-components-text-area.mjs"
454
442
  },
455
443
  "./time-line": {
456
444
  "types": "./time-line/index.d.ts",
457
445
  "default": "./fesm2022/acorex-components-time-line.mjs"
458
446
  },
447
+ "./time-duration": {
448
+ "types": "./time-duration/index.d.ts",
449
+ "default": "./fesm2022/acorex-components-time-duration.mjs"
450
+ },
459
451
  "./toast": {
460
452
  "types": "./toast/index.d.ts",
461
453
  "default": "./fesm2022/acorex-components-toast.mjs"
@@ -480,13 +472,17 @@
480
472
  "types": "./uploader/index.d.ts",
481
473
  "default": "./fesm2022/acorex-components-uploader.mjs"
482
474
  },
475
+ "./wysiwyg": {
476
+ "types": "./wysiwyg/index.d.ts",
477
+ "default": "./fesm2022/acorex-components-wysiwyg.mjs"
478
+ },
483
479
  "./video-player": {
484
480
  "types": "./video-player/index.d.ts",
485
481
  "default": "./fesm2022/acorex-components-video-player.mjs"
486
482
  },
487
- "./wysiwyg": {
488
- "types": "./wysiwyg/index.d.ts",
489
- "default": "./fesm2022/acorex-components-wysiwyg.mjs"
483
+ "./selection-list-2": {
484
+ "types": "./selection-list-2/index.d.ts",
485
+ "default": "./fesm2022/acorex-components-selection-list-2.mjs"
490
486
  }
491
487
  }
492
488
  }
@@ -1,3 +0,0 @@
1
- # @acorex/components/chat
2
-
3
- Secondary entry point of `@acorex/components`. It can be used by importing from `@acorex/components/chat`.