@acorex/components 20.8.24 → 20.8.26
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/image-editor/index.d.ts
CHANGED
|
@@ -151,7 +151,7 @@ declare class AXImageEditorViewComponent extends MXBaseComponent implements OnDe
|
|
|
151
151
|
/** @ignore */
|
|
152
152
|
protected mouseUpHandler(): void;
|
|
153
153
|
/** @ignore */
|
|
154
|
-
crop(): void
|
|
154
|
+
crop(): Promise<void>;
|
|
155
155
|
/** @ignore */
|
|
156
156
|
protected rotateImage(): void;
|
|
157
157
|
/** @ignore */
|
|
@@ -176,7 +176,7 @@ declare class AXImageEditorContainerComponent extends AXImageEditorContainerComp
|
|
|
176
176
|
imageEditorContainer: _angular_core.Signal<ElementRef<any>>;
|
|
177
177
|
view: _angular_core.Signal<AXImageEditorViewComponent>;
|
|
178
178
|
/** Applies the current cropper selection. */
|
|
179
|
-
crop(): void
|
|
179
|
+
crop(): Promise<void>;
|
|
180
180
|
get __hostClass(): string;
|
|
181
181
|
private get __hostName();
|
|
182
182
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXImageEditorContainerComponent, never>;
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@acorex/components",
|
|
3
|
-
"version": "20.8.
|
|
3
|
+
"version": "20.8.26",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@acorex/core": "20.8.
|
|
6
|
-
"@acorex/cdk": "20.8.
|
|
5
|
+
"@acorex/core": "20.8.26",
|
|
6
|
+
"@acorex/cdk": "20.8.26",
|
|
7
7
|
"polytype": ">=0.17.0",
|
|
8
8
|
"angular-imask": ">=7.6.1",
|
|
9
9
|
"gridstack": ">=12.0.0",
|
|
@@ -96,14 +96,14 @@
|
|
|
96
96
|
"types": "./breadcrumbs/index.d.ts",
|
|
97
97
|
"default": "./fesm2022/acorex-components-breadcrumbs.mjs"
|
|
98
98
|
},
|
|
99
|
-
"./button": {
|
|
100
|
-
"types": "./button/index.d.ts",
|
|
101
|
-
"default": "./fesm2022/acorex-components-button.mjs"
|
|
102
|
-
},
|
|
103
99
|
"./button-group": {
|
|
104
100
|
"types": "./button-group/index.d.ts",
|
|
105
101
|
"default": "./fesm2022/acorex-components-button-group.mjs"
|
|
106
102
|
},
|
|
103
|
+
"./button": {
|
|
104
|
+
"types": "./button/index.d.ts",
|
|
105
|
+
"default": "./fesm2022/acorex-components-button.mjs"
|
|
106
|
+
},
|
|
107
107
|
"./calendar": {
|
|
108
108
|
"types": "./calendar/index.d.ts",
|
|
109
109
|
"default": "./fesm2022/acorex-components-calendar.mjs"
|
|
@@ -120,14 +120,14 @@
|
|
|
120
120
|
"types": "./circular-progress/index.d.ts",
|
|
121
121
|
"default": "./fesm2022/acorex-components-circular-progress.mjs"
|
|
122
122
|
},
|
|
123
|
-
"./code-editor": {
|
|
124
|
-
"types": "./code-editor/index.d.ts",
|
|
125
|
-
"default": "./fesm2022/acorex-components-code-editor.mjs"
|
|
126
|
-
},
|
|
127
123
|
"./collapse": {
|
|
128
124
|
"types": "./collapse/index.d.ts",
|
|
129
125
|
"default": "./fesm2022/acorex-components-collapse.mjs"
|
|
130
126
|
},
|
|
127
|
+
"./code-editor": {
|
|
128
|
+
"types": "./code-editor/index.d.ts",
|
|
129
|
+
"default": "./fesm2022/acorex-components-code-editor.mjs"
|
|
130
|
+
},
|
|
131
131
|
"./color-box": {
|
|
132
132
|
"types": "./color-box/index.d.ts",
|
|
133
133
|
"default": "./fesm2022/acorex-components-color-box.mjs"
|
|
@@ -156,14 +156,14 @@
|
|
|
156
156
|
"types": "./cron-job/index.d.ts",
|
|
157
157
|
"default": "./fesm2022/acorex-components-cron-job.mjs"
|
|
158
158
|
},
|
|
159
|
-
"./data-list": {
|
|
160
|
-
"types": "./data-list/index.d.ts",
|
|
161
|
-
"default": "./fesm2022/acorex-components-data-list.mjs"
|
|
162
|
-
},
|
|
163
159
|
"./data-pager": {
|
|
164
160
|
"types": "./data-pager/index.d.ts",
|
|
165
161
|
"default": "./fesm2022/acorex-components-data-pager.mjs"
|
|
166
162
|
},
|
|
163
|
+
"./data-list": {
|
|
164
|
+
"types": "./data-list/index.d.ts",
|
|
165
|
+
"default": "./fesm2022/acorex-components-data-list.mjs"
|
|
166
|
+
},
|
|
167
167
|
"./data-table": {
|
|
168
168
|
"types": "./data-table/index.d.ts",
|
|
169
169
|
"default": "./fesm2022/acorex-components-data-table.mjs"
|
|
@@ -172,14 +172,14 @@
|
|
|
172
172
|
"types": "./datetime-box/index.d.ts",
|
|
173
173
|
"default": "./fesm2022/acorex-components-datetime-box.mjs"
|
|
174
174
|
},
|
|
175
|
-
"./datetime-picker": {
|
|
176
|
-
"types": "./datetime-picker/index.d.ts",
|
|
177
|
-
"default": "./fesm2022/acorex-components-datetime-picker.mjs"
|
|
178
|
-
},
|
|
179
175
|
"./datetime-input": {
|
|
180
176
|
"types": "./datetime-input/index.d.ts",
|
|
181
177
|
"default": "./fesm2022/acorex-components-datetime-input.mjs"
|
|
182
178
|
},
|
|
179
|
+
"./datetime-picker": {
|
|
180
|
+
"types": "./datetime-picker/index.d.ts",
|
|
181
|
+
"default": "./fesm2022/acorex-components-datetime-picker.mjs"
|
|
182
|
+
},
|
|
183
183
|
"./decorators": {
|
|
184
184
|
"types": "./decorators/index.d.ts",
|
|
185
185
|
"default": "./fesm2022/acorex-components-decorators.mjs"
|
|
@@ -240,14 +240,14 @@
|
|
|
240
240
|
"types": "./json-viewer/index.d.ts",
|
|
241
241
|
"default": "./fesm2022/acorex-components-json-viewer.mjs"
|
|
242
242
|
},
|
|
243
|
-
"./kanban": {
|
|
244
|
-
"types": "./kanban/index.d.ts",
|
|
245
|
-
"default": "./fesm2022/acorex-components-kanban.mjs"
|
|
246
|
-
},
|
|
247
243
|
"./kbd": {
|
|
248
244
|
"types": "./kbd/index.d.ts",
|
|
249
245
|
"default": "./fesm2022/acorex-components-kbd.mjs"
|
|
250
246
|
},
|
|
247
|
+
"./kanban": {
|
|
248
|
+
"types": "./kanban/index.d.ts",
|
|
249
|
+
"default": "./fesm2022/acorex-components-kanban.mjs"
|
|
250
|
+
},
|
|
251
251
|
"./label": {
|
|
252
252
|
"types": "./label/index.d.ts",
|
|
253
253
|
"default": "./fesm2022/acorex-components-label.mjs"
|
|
@@ -276,14 +276,14 @@
|
|
|
276
276
|
"types": "./menu/index.d.ts",
|
|
277
277
|
"default": "./fesm2022/acorex-components-menu.mjs"
|
|
278
278
|
},
|
|
279
|
-
"./modal": {
|
|
280
|
-
"types": "./modal/index.d.ts",
|
|
281
|
-
"default": "./fesm2022/acorex-components-modal.mjs"
|
|
282
|
-
},
|
|
283
279
|
"./navbar": {
|
|
284
280
|
"types": "./navbar/index.d.ts",
|
|
285
281
|
"default": "./fesm2022/acorex-components-navbar.mjs"
|
|
286
282
|
},
|
|
283
|
+
"./modal": {
|
|
284
|
+
"types": "./modal/index.d.ts",
|
|
285
|
+
"default": "./fesm2022/acorex-components-modal.mjs"
|
|
286
|
+
},
|
|
287
287
|
"./notification": {
|
|
288
288
|
"types": "./notification/index.d.ts",
|
|
289
289
|
"default": "./fesm2022/acorex-components-notification.mjs"
|
|
@@ -316,10 +316,6 @@
|
|
|
316
316
|
"types": "./pdf-reader/index.d.ts",
|
|
317
317
|
"default": "./fesm2022/acorex-components-pdf-reader.mjs"
|
|
318
318
|
},
|
|
319
|
-
"./phone-box": {
|
|
320
|
-
"types": "./phone-box/index.d.ts",
|
|
321
|
-
"default": "./fesm2022/acorex-components-phone-box.mjs"
|
|
322
|
-
},
|
|
323
319
|
"./picker": {
|
|
324
320
|
"types": "./picker/index.d.ts",
|
|
325
321
|
"default": "./fesm2022/acorex-components-picker.mjs"
|
|
@@ -328,6 +324,10 @@
|
|
|
328
324
|
"types": "./popover/index.d.ts",
|
|
329
325
|
"default": "./fesm2022/acorex-components-popover.mjs"
|
|
330
326
|
},
|
|
327
|
+
"./phone-box": {
|
|
328
|
+
"types": "./phone-box/index.d.ts",
|
|
329
|
+
"default": "./fesm2022/acorex-components-phone-box.mjs"
|
|
330
|
+
},
|
|
331
331
|
"./popup": {
|
|
332
332
|
"types": "./popup/index.d.ts",
|
|
333
333
|
"default": "./fesm2022/acorex-components-popup.mjs"
|
|
@@ -340,14 +340,14 @@
|
|
|
340
340
|
"types": "./qrcode/index.d.ts",
|
|
341
341
|
"default": "./fesm2022/acorex-components-qrcode.mjs"
|
|
342
342
|
},
|
|
343
|
-
"./radio": {
|
|
344
|
-
"types": "./radio/index.d.ts",
|
|
345
|
-
"default": "./fesm2022/acorex-components-radio.mjs"
|
|
346
|
-
},
|
|
347
343
|
"./query-builder": {
|
|
348
344
|
"types": "./query-builder/index.d.ts",
|
|
349
345
|
"default": "./fesm2022/acorex-components-query-builder.mjs"
|
|
350
346
|
},
|
|
347
|
+
"./radio": {
|
|
348
|
+
"types": "./radio/index.d.ts",
|
|
349
|
+
"default": "./fesm2022/acorex-components-radio.mjs"
|
|
350
|
+
},
|
|
351
351
|
"./rail-navigation": {
|
|
352
352
|
"types": "./rail-navigation/index.d.ts",
|
|
353
353
|
"default": "./fesm2022/acorex-components-rail-navigation.mjs"
|
|
@@ -400,14 +400,14 @@
|
|
|
400
400
|
"types": "./selection-list/index.d.ts",
|
|
401
401
|
"default": "./fesm2022/acorex-components-selection-list.mjs"
|
|
402
402
|
},
|
|
403
|
-
"./side-menu": {
|
|
404
|
-
"types": "./side-menu/index.d.ts",
|
|
405
|
-
"default": "./fesm2022/acorex-components-side-menu.mjs"
|
|
406
|
-
},
|
|
407
403
|
"./selection-list-2": {
|
|
408
404
|
"types": "./selection-list-2/index.d.ts",
|
|
409
405
|
"default": "./fesm2022/acorex-components-selection-list-2.mjs"
|
|
410
406
|
},
|
|
407
|
+
"./side-menu": {
|
|
408
|
+
"types": "./side-menu/index.d.ts",
|
|
409
|
+
"default": "./fesm2022/acorex-components-side-menu.mjs"
|
|
410
|
+
},
|
|
411
411
|
"./skeleton": {
|
|
412
412
|
"types": "./skeleton/index.d.ts",
|
|
413
413
|
"default": "./fesm2022/acorex-components-skeleton.mjs"
|
|
@@ -424,10 +424,6 @@
|
|
|
424
424
|
"types": "./step-wizard/index.d.ts",
|
|
425
425
|
"default": "./fesm2022/acorex-components-step-wizard.mjs"
|
|
426
426
|
},
|
|
427
|
-
"./switch": {
|
|
428
|
-
"types": "./switch/index.d.ts",
|
|
429
|
-
"default": "./fesm2022/acorex-components-switch.mjs"
|
|
430
|
-
},
|
|
431
427
|
"./tabs": {
|
|
432
428
|
"types": "./tabs/index.d.ts",
|
|
433
429
|
"default": "./fesm2022/acorex-components-tabs.mjs"
|
|
@@ -436,6 +432,10 @@
|
|
|
436
432
|
"types": "./tag/index.d.ts",
|
|
437
433
|
"default": "./fesm2022/acorex-components-tag.mjs"
|
|
438
434
|
},
|
|
435
|
+
"./switch": {
|
|
436
|
+
"types": "./switch/index.d.ts",
|
|
437
|
+
"default": "./fesm2022/acorex-components-switch.mjs"
|
|
438
|
+
},
|
|
439
439
|
"./tag-box": {
|
|
440
440
|
"types": "./tag-box/index.d.ts",
|
|
441
441
|
"default": "./fesm2022/acorex-components-tag-box.mjs"
|
|
@@ -476,14 +476,14 @@
|
|
|
476
476
|
"types": "./tree-view-legacy/index.d.ts",
|
|
477
477
|
"default": "./fesm2022/acorex-components-tree-view-legacy.mjs"
|
|
478
478
|
},
|
|
479
|
-
"./video-player": {
|
|
480
|
-
"types": "./video-player/index.d.ts",
|
|
481
|
-
"default": "./fesm2022/acorex-components-video-player.mjs"
|
|
482
|
-
},
|
|
483
479
|
"./uploader": {
|
|
484
480
|
"types": "./uploader/index.d.ts",
|
|
485
481
|
"default": "./fesm2022/acorex-components-uploader.mjs"
|
|
486
482
|
},
|
|
483
|
+
"./video-player": {
|
|
484
|
+
"types": "./video-player/index.d.ts",
|
|
485
|
+
"default": "./fesm2022/acorex-components-video-player.mjs"
|
|
486
|
+
},
|
|
487
487
|
"./wysiwyg": {
|
|
488
488
|
"types": "./wysiwyg/index.d.ts",
|
|
489
489
|
"default": "./fesm2022/acorex-components-wysiwyg.mjs"
|