@acorex/components 20.7.31 → 20.7.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.7.31",
3
+ "version": "20.7.33",
4
4
  "peerDependencies": {
5
- "@acorex/core": "20.7.31",
6
- "@acorex/cdk": "20.7.31",
5
+ "@acorex/core": "20.7.33",
6
+ "@acorex/cdk": "20.7.33",
7
7
  "polytype": ">=0.17.0",
8
8
  "angular-imask": ">=7.6.1",
9
9
  "gridstack": ">=12.0.0",
@@ -64,14 +64,14 @@
64
64
  "types": "./alert/index.d.ts",
65
65
  "default": "./fesm2022/acorex-components-alert.mjs"
66
66
  },
67
- "./action-sheet": {
68
- "types": "./action-sheet/index.d.ts",
69
- "default": "./fesm2022/acorex-components-action-sheet.mjs"
70
- },
71
67
  "./aspect-ratio": {
72
68
  "types": "./aspect-ratio/index.d.ts",
73
69
  "default": "./fesm2022/acorex-components-aspect-ratio.mjs"
74
70
  },
71
+ "./action-sheet": {
72
+ "types": "./action-sheet/index.d.ts",
73
+ "default": "./fesm2022/acorex-components-action-sheet.mjs"
74
+ },
75
75
  "./audio-wave": {
76
76
  "types": "./audio-wave/index.d.ts",
77
77
  "default": "./fesm2022/acorex-components-audio-wave.mjs"
@@ -136,6 +136,10 @@
136
136
  "types": "./color-palette/index.d.ts",
137
137
  "default": "./fesm2022/acorex-components-color-palette.mjs"
138
138
  },
139
+ "./comment": {
140
+ "types": "./comment/index.d.ts",
141
+ "default": "./fesm2022/acorex-components-comment.mjs"
142
+ },
139
143
  "./command": {
140
144
  "types": "./command/index.d.ts",
141
145
  "default": "./fesm2022/acorex-components-command.mjs"
@@ -144,10 +148,6 @@
144
148
  "types": "./conversation/index.d.ts",
145
149
  "default": "./fesm2022/acorex-components-conversation.mjs"
146
150
  },
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"
@@ -160,6 +160,10 @@
160
160
  "types": "./data-list/index.d.ts",
161
161
  "default": "./fesm2022/acorex-components-data-list.mjs"
162
162
  },
163
+ "./data-pager": {
164
+ "types": "./data-pager/index.d.ts",
165
+ "default": "./fesm2022/acorex-components-data-pager.mjs"
166
+ },
163
167
  "./data-table": {
164
168
  "types": "./data-table/index.d.ts",
165
169
  "default": "./fesm2022/acorex-components-data-table.mjs"
@@ -168,10 +172,6 @@
168
172
  "types": "./datetime-box/index.d.ts",
169
173
  "default": "./fesm2022/acorex-components-datetime-box.mjs"
170
174
  },
171
- "./data-pager": {
172
- "types": "./data-pager/index.d.ts",
173
- "default": "./fesm2022/acorex-components-data-pager.mjs"
174
- },
175
175
  "./datetime-input": {
176
176
  "types": "./datetime-input/index.d.ts",
177
177
  "default": "./fesm2022/acorex-components-datetime-input.mjs"
@@ -208,14 +208,14 @@
208
208
  "types": "./editor/index.d.ts",
209
209
  "default": "./fesm2022/acorex-components-editor.mjs"
210
210
  },
211
- "./fab": {
212
- "types": "./fab/index.d.ts",
213
- "default": "./fesm2022/acorex-components-fab.mjs"
214
- },
215
211
  "./file-explorer": {
216
212
  "types": "./file-explorer/index.d.ts",
217
213
  "default": "./fesm2022/acorex-components-file-explorer.mjs"
218
214
  },
215
+ "./fab": {
216
+ "types": "./fab/index.d.ts",
217
+ "default": "./fesm2022/acorex-components-fab.mjs"
218
+ },
219
219
  "./flow-chart": {
220
220
  "types": "./flow-chart/index.d.ts",
221
221
  "default": "./fesm2022/acorex-components-flow-chart.mjs"