@acorex/components 19.10.0-next.14 → 19.10.0-next.16
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/cron-job/lib/cron-job-container/cron-job-container.component.d.ts +1 -1
- package/decorators/lib/components/heading/heading.component.d.ts +3 -4
- package/fesm2022/acorex-components-button.mjs +4 -4
- package/fesm2022/acorex-components-button.mjs.map +1 -1
- package/fesm2022/acorex-components-collapse.mjs +2 -2
- package/fesm2022/acorex-components-collapse.mjs.map +1 -1
- package/fesm2022/acorex-components-conversation.mjs +2 -2
- package/fesm2022/acorex-components-conversation.mjs.map +1 -1
- package/fesm2022/acorex-components-cron-job.mjs +20 -18
- package/fesm2022/acorex-components-cron-job.mjs.map +1 -1
- package/fesm2022/acorex-components-decorators.mjs +8 -30
- package/fesm2022/acorex-components-decorators.mjs.map +1 -1
- package/fesm2022/acorex-components-image-editor.mjs +2 -2
- package/fesm2022/acorex-components-image-editor.mjs.map +1 -1
- package/fesm2022/acorex-components-kbd.mjs +2 -2
- package/fesm2022/acorex-components-kbd.mjs.map +1 -1
- package/fesm2022/acorex-components-paint.mjs +2 -2
- package/fesm2022/acorex-components-paint.mjs.map +1 -1
- package/fesm2022/acorex-components-phone-box.mjs +2 -2
- package/fesm2022/acorex-components-phone-box.mjs.map +1 -1
- package/fesm2022/acorex-components-popup.mjs +2 -0
- package/fesm2022/acorex-components-popup.mjs.map +1 -1
- package/fesm2022/acorex-components-query-builder.mjs +2 -2
- package/fesm2022/acorex-components-query-builder.mjs.map +1 -1
- package/fesm2022/acorex-components-select-box.mjs +2 -2
- package/fesm2022/acorex-components-select-box.mjs.map +1 -1
- package/fesm2022/acorex-components-text-box.mjs +2 -2
- package/fesm2022/acorex-components-text-box.mjs.map +1 -1
- package/fesm2022/acorex-components-tree-view.mjs +2 -2
- package/fesm2022/acorex-components-tree-view.mjs.map +1 -1
- package/package.json +17 -17
- package/popup/lib/popup.interface.d.ts +1 -0
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@acorex/components",
|
3
|
-
"version": "19.10.0-next.
|
3
|
+
"version": "19.10.0-next.16",
|
4
4
|
"peerDependencies": {
|
5
5
|
"@angular/common": ">=19.0.0",
|
6
6
|
"@angular/core": ">=19.0.0",
|
@@ -57,14 +57,14 @@
|
|
57
57
|
"types": "./button/index.d.ts",
|
58
58
|
"default": "./fesm2022/acorex-components-button.mjs"
|
59
59
|
},
|
60
|
-
"./calendar": {
|
61
|
-
"types": "./calendar/index.d.ts",
|
62
|
-
"default": "./fesm2022/acorex-components-calendar.mjs"
|
63
|
-
},
|
64
60
|
"./button-group": {
|
65
61
|
"types": "./button-group/index.d.ts",
|
66
62
|
"default": "./fesm2022/acorex-components-button-group.mjs"
|
67
63
|
},
|
64
|
+
"./calendar": {
|
65
|
+
"types": "./calendar/index.d.ts",
|
66
|
+
"default": "./fesm2022/acorex-components-calendar.mjs"
|
67
|
+
},
|
68
68
|
"./check-box": {
|
69
69
|
"types": "./check-box/index.d.ts",
|
70
70
|
"default": "./fesm2022/acorex-components-check-box.mjs"
|
@@ -201,14 +201,14 @@
|
|
201
201
|
"types": "./menu/index.d.ts",
|
202
202
|
"default": "./fesm2022/acorex-components-menu.mjs"
|
203
203
|
},
|
204
|
-
"./notification": {
|
205
|
-
"types": "./notification/index.d.ts",
|
206
|
-
"default": "./fesm2022/acorex-components-notification.mjs"
|
207
|
-
},
|
208
204
|
"./navbar": {
|
209
205
|
"types": "./navbar/index.d.ts",
|
210
206
|
"default": "./fesm2022/acorex-components-navbar.mjs"
|
211
207
|
},
|
208
|
+
"./notification": {
|
209
|
+
"types": "./notification/index.d.ts",
|
210
|
+
"default": "./fesm2022/acorex-components-notification.mjs"
|
211
|
+
},
|
212
212
|
"./number-box": {
|
213
213
|
"types": "./number-box/index.d.ts",
|
214
214
|
"default": "./fesm2022/acorex-components-number-box.mjs"
|
@@ -305,14 +305,14 @@
|
|
305
305
|
"types": "./selection-list/index.d.ts",
|
306
306
|
"default": "./fesm2022/acorex-components-selection-list.mjs"
|
307
307
|
},
|
308
|
-
"./skeleton": {
|
309
|
-
"types": "./skeleton/index.d.ts",
|
310
|
-
"default": "./fesm2022/acorex-components-skeleton.mjs"
|
311
|
-
},
|
312
308
|
"./side-menu": {
|
313
309
|
"types": "./side-menu/index.d.ts",
|
314
310
|
"default": "./fesm2022/acorex-components-side-menu.mjs"
|
315
311
|
},
|
312
|
+
"./skeleton": {
|
313
|
+
"types": "./skeleton/index.d.ts",
|
314
|
+
"default": "./fesm2022/acorex-components-skeleton.mjs"
|
315
|
+
},
|
316
316
|
"./slider": {
|
317
317
|
"types": "./slider/index.d.ts",
|
318
318
|
"default": "./fesm2022/acorex-components-slider.mjs"
|
@@ -341,14 +341,14 @@
|
|
341
341
|
"types": "./text-area/index.d.ts",
|
342
342
|
"default": "./fesm2022/acorex-components-text-area.mjs"
|
343
343
|
},
|
344
|
-
"./time-line": {
|
345
|
-
"types": "./time-line/index.d.ts",
|
346
|
-
"default": "./fesm2022/acorex-components-time-line.mjs"
|
347
|
-
},
|
348
344
|
"./text-box": {
|
349
345
|
"types": "./text-box/index.d.ts",
|
350
346
|
"default": "./fesm2022/acorex-components-text-box.mjs"
|
351
347
|
},
|
348
|
+
"./time-line": {
|
349
|
+
"types": "./time-line/index.d.ts",
|
350
|
+
"default": "./fesm2022/acorex-components-time-line.mjs"
|
351
|
+
},
|
352
352
|
"./toast": {
|
353
353
|
"types": "./toast/index.d.ts",
|
354
354
|
"default": "./fesm2022/acorex-components-toast.mjs"
|