@acorex/components 20.2.50 → 20.2.51
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/data-table/index.d.ts +16 -3
- package/fesm2022/acorex-components-data-table.mjs +45 -8
- package/fesm2022/acorex-components-data-table.mjs.map +1 -1
- package/fesm2022/acorex-components-tree-view.mjs +6 -2
- package/fesm2022/acorex-components-tree-view.mjs.map +1 -1
- package/fesm2022/acorex-components-wysiwyg.mjs +26 -21
- package/fesm2022/acorex-components-wysiwyg.mjs.map +1 -1
- package/package.json +15 -15
- package/tree-view/index.d.ts +2 -0
- package/wysiwyg/index.d.ts +2 -3
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@acorex/components",
|
|
3
|
-
"version": "20.2.
|
|
3
|
+
"version": "20.2.51",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@acorex/core": "20.2.
|
|
6
|
-
"@acorex/cdk": "20.2.
|
|
5
|
+
"@acorex/core": "20.2.51",
|
|
6
|
+
"@acorex/cdk": "20.2.51",
|
|
7
7
|
"@angular/common": "^20.0.0",
|
|
8
8
|
"@angular/core": "^20.0.0",
|
|
9
9
|
"@angular/cdk": "^20.0.0",
|
|
@@ -148,14 +148,14 @@
|
|
|
148
148
|
"types": "./command/index.d.ts",
|
|
149
149
|
"default": "./fesm2022/acorex-components-command.mjs"
|
|
150
150
|
},
|
|
151
|
-
"./comment": {
|
|
152
|
-
"types": "./comment/index.d.ts",
|
|
153
|
-
"default": "./fesm2022/acorex-components-comment.mjs"
|
|
154
|
-
},
|
|
155
151
|
"./conversation": {
|
|
156
152
|
"types": "./conversation/index.d.ts",
|
|
157
153
|
"default": "./fesm2022/acorex-components-conversation.mjs"
|
|
158
154
|
},
|
|
155
|
+
"./comment": {
|
|
156
|
+
"types": "./comment/index.d.ts",
|
|
157
|
+
"default": "./fesm2022/acorex-components-comment.mjs"
|
|
158
|
+
},
|
|
159
159
|
"./conversation2": {
|
|
160
160
|
"types": "./conversation2/index.d.ts",
|
|
161
161
|
"default": "./fesm2022/acorex-components-conversation2.mjs"
|
|
@@ -228,14 +228,14 @@
|
|
|
228
228
|
"types": "./form/index.d.ts",
|
|
229
229
|
"default": "./fesm2022/acorex-components-form.mjs"
|
|
230
230
|
},
|
|
231
|
-
"./grid-layout-builder": {
|
|
232
|
-
"types": "./grid-layout-builder/index.d.ts",
|
|
233
|
-
"default": "./fesm2022/acorex-components-grid-layout-builder.mjs"
|
|
234
|
-
},
|
|
235
231
|
"./image": {
|
|
236
232
|
"types": "./image/index.d.ts",
|
|
237
233
|
"default": "./fesm2022/acorex-components-image.mjs"
|
|
238
234
|
},
|
|
235
|
+
"./grid-layout-builder": {
|
|
236
|
+
"types": "./grid-layout-builder/index.d.ts",
|
|
237
|
+
"default": "./fesm2022/acorex-components-grid-layout-builder.mjs"
|
|
238
|
+
},
|
|
239
239
|
"./image-editor": {
|
|
240
240
|
"types": "./image-editor/index.d.ts",
|
|
241
241
|
"default": "./fesm2022/acorex-components-image-editor.mjs"
|
|
@@ -272,14 +272,14 @@
|
|
|
272
272
|
"types": "./map/index.d.ts",
|
|
273
273
|
"default": "./fesm2022/acorex-components-map.mjs"
|
|
274
274
|
},
|
|
275
|
-
"./media-viewer": {
|
|
276
|
-
"types": "./media-viewer/index.d.ts",
|
|
277
|
-
"default": "./fesm2022/acorex-components-media-viewer.mjs"
|
|
278
|
-
},
|
|
279
275
|
"./menu": {
|
|
280
276
|
"types": "./menu/index.d.ts",
|
|
281
277
|
"default": "./fesm2022/acorex-components-menu.mjs"
|
|
282
278
|
},
|
|
279
|
+
"./media-viewer": {
|
|
280
|
+
"types": "./media-viewer/index.d.ts",
|
|
281
|
+
"default": "./fesm2022/acorex-components-media-viewer.mjs"
|
|
282
|
+
},
|
|
283
283
|
"./modal": {
|
|
284
284
|
"types": "./modal/index.d.ts",
|
|
285
285
|
"default": "./fesm2022/acorex-components-modal.mjs"
|
package/tree-view/index.d.ts
CHANGED
|
@@ -264,6 +264,8 @@ declare class AXTreeViewComponent {
|
|
|
264
264
|
protected readonly cascadesToChildren: _angular_core.Signal<boolean>;
|
|
265
265
|
/** Computed: Returns true when parent nodes show indeterminate state based on children selection */
|
|
266
266
|
protected readonly hasIntermediateState: _angular_core.Signal<boolean>;
|
|
267
|
+
/** Computed: Returns true when drag handle should be shown */
|
|
268
|
+
protected readonly shouldShowDragHandle: _angular_core.Signal<boolean>;
|
|
267
269
|
/**
|
|
268
270
|
* Get a property value from a node using the configured field name
|
|
269
271
|
*/
|
package/wysiwyg/index.d.ts
CHANGED
|
@@ -33,9 +33,8 @@ declare class AXWysiwygContainerComponent extends AXWysiwygContainerComponent_ba
|
|
|
33
33
|
private container;
|
|
34
34
|
private toolbar;
|
|
35
35
|
private platformId;
|
|
36
|
-
private
|
|
37
|
-
|
|
38
|
-
protected changeHandler(): Promise<void>;
|
|
36
|
+
private changeHandlerTimer;
|
|
37
|
+
protected changeHandler(): void;
|
|
39
38
|
/** @ignore */
|
|
40
39
|
ngOnDestroy(): void;
|
|
41
40
|
/**
|