@acorex/components 20.7.32 → 20.7.34
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/calendar/index.d.ts +74 -20
- package/conversation2/README.md +5 -10
- package/conversation2/index.d.ts +2767 -2758
- package/data-table/index.d.ts +22 -3
- package/datetime-box/index.d.ts +6 -2
- package/datetime-picker/index.d.ts +6 -2
- package/fesm2022/acorex-components-calendar.mjs +111 -8
- package/fesm2022/acorex-components-calendar.mjs.map +1 -1
- package/fesm2022/acorex-components-conversation2.mjs +9161 -8166
- package/fesm2022/acorex-components-conversation2.mjs.map +1 -1
- package/fesm2022/acorex-components-data-table.mjs +32 -9
- package/fesm2022/acorex-components-data-table.mjs.map +1 -1
- package/fesm2022/acorex-components-datetime-box.mjs +7 -3
- package/fesm2022/acorex-components-datetime-box.mjs.map +1 -1
- package/fesm2022/acorex-components-datetime-picker.mjs +7 -3
- package/fesm2022/acorex-components-datetime-picker.mjs.map +1 -1
- package/fesm2022/acorex-components-popup.mjs +2 -2
- package/fesm2022/acorex-components-popup.mjs.map +1 -1
- package/fesm2022/acorex-components-query-builder.mjs +1 -1
- package/fesm2022/acorex-components-query-builder.mjs.map +1 -1
- package/fesm2022/acorex-components-rrule.mjs +1 -1
- package/fesm2022/acorex-components-rrule.mjs.map +1 -1
- package/fesm2022/acorex-components-scheduler-picker.mjs +5 -5
- package/fesm2022/acorex-components-scheduler-picker.mjs.map +1 -1
- package/fesm2022/acorex-components-scheduler.mjs +1 -1
- package/fesm2022/acorex-components-scheduler.mjs.map +1 -1
- package/package.json +19 -19
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@acorex/components",
|
|
3
|
-
"version": "20.7.
|
|
3
|
+
"version": "20.7.34",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@acorex/core": "20.7.
|
|
6
|
-
"@acorex/cdk": "20.7.
|
|
5
|
+
"@acorex/core": "20.7.34",
|
|
6
|
+
"@acorex/cdk": "20.7.34",
|
|
7
7
|
"polytype": ">=0.17.0",
|
|
8
8
|
"angular-imask": ">=7.6.1",
|
|
9
9
|
"gridstack": ">=12.0.0",
|
|
@@ -72,14 +72,14 @@
|
|
|
72
72
|
"types": "./aspect-ratio/index.d.ts",
|
|
73
73
|
"default": "./fesm2022/acorex-components-aspect-ratio.mjs"
|
|
74
74
|
},
|
|
75
|
-
"./autocomplete": {
|
|
76
|
-
"types": "./autocomplete/index.d.ts",
|
|
77
|
-
"default": "./fesm2022/acorex-components-autocomplete.mjs"
|
|
78
|
-
},
|
|
79
75
|
"./audio-wave": {
|
|
80
76
|
"types": "./audio-wave/index.d.ts",
|
|
81
77
|
"default": "./fesm2022/acorex-components-audio-wave.mjs"
|
|
82
78
|
},
|
|
79
|
+
"./autocomplete": {
|
|
80
|
+
"types": "./autocomplete/index.d.ts",
|
|
81
|
+
"default": "./fesm2022/acorex-components-autocomplete.mjs"
|
|
82
|
+
},
|
|
83
83
|
"./avatar": {
|
|
84
84
|
"types": "./avatar/index.d.ts",
|
|
85
85
|
"default": "./fesm2022/acorex-components-avatar.mjs"
|
|
@@ -92,6 +92,10 @@
|
|
|
92
92
|
"types": "./bottom-navigation/index.d.ts",
|
|
93
93
|
"default": "./fesm2022/acorex-components-bottom-navigation.mjs"
|
|
94
94
|
},
|
|
95
|
+
"./breadcrumbs": {
|
|
96
|
+
"types": "./breadcrumbs/index.d.ts",
|
|
97
|
+
"default": "./fesm2022/acorex-components-breadcrumbs.mjs"
|
|
98
|
+
},
|
|
95
99
|
"./button": {
|
|
96
100
|
"types": "./button/index.d.ts",
|
|
97
101
|
"default": "./fesm2022/acorex-components-button.mjs"
|
|
@@ -108,10 +112,6 @@
|
|
|
108
112
|
"types": "./check-box/index.d.ts",
|
|
109
113
|
"default": "./fesm2022/acorex-components-check-box.mjs"
|
|
110
114
|
},
|
|
111
|
-
"./breadcrumbs": {
|
|
112
|
-
"types": "./breadcrumbs/index.d.ts",
|
|
113
|
-
"default": "./fesm2022/acorex-components-breadcrumbs.mjs"
|
|
114
|
-
},
|
|
115
115
|
"./chips": {
|
|
116
116
|
"types": "./chips/index.d.ts",
|
|
117
117
|
"default": "./fesm2022/acorex-components-chips.mjs"
|
|
@@ -140,14 +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
143
|
"./conversation": {
|
|
148
144
|
"types": "./conversation/index.d.ts",
|
|
149
145
|
"default": "./fesm2022/acorex-components-conversation.mjs"
|
|
150
146
|
},
|
|
147
|
+
"./comment": {
|
|
148
|
+
"types": "./comment/index.d.ts",
|
|
149
|
+
"default": "./fesm2022/acorex-components-comment.mjs"
|
|
150
|
+
},
|
|
151
151
|
"./conversation2": {
|
|
152
152
|
"types": "./conversation2/index.d.ts",
|
|
153
153
|
"default": "./fesm2022/acorex-components-conversation2.mjs"
|
|
@@ -444,10 +444,6 @@
|
|
|
444
444
|
"types": "./text-area/index.d.ts",
|
|
445
445
|
"default": "./fesm2022/acorex-components-text-area.mjs"
|
|
446
446
|
},
|
|
447
|
-
"./text-box": {
|
|
448
|
-
"types": "./text-box/index.d.ts",
|
|
449
|
-
"default": "./fesm2022/acorex-components-text-box.mjs"
|
|
450
|
-
},
|
|
451
447
|
"./time-duration": {
|
|
452
448
|
"types": "./time-duration/index.d.ts",
|
|
453
449
|
"default": "./fesm2022/acorex-components-time-duration.mjs"
|
|
@@ -460,6 +456,10 @@
|
|
|
460
456
|
"types": "./toast/index.d.ts",
|
|
461
457
|
"default": "./fesm2022/acorex-components-toast.mjs"
|
|
462
458
|
},
|
|
459
|
+
"./text-box": {
|
|
460
|
+
"types": "./text-box/index.d.ts",
|
|
461
|
+
"default": "./fesm2022/acorex-components-text-box.mjs"
|
|
462
|
+
},
|
|
463
463
|
"./toolbar": {
|
|
464
464
|
"types": "./toolbar/index.d.ts",
|
|
465
465
|
"default": "./fesm2022/acorex-components-toolbar.mjs"
|