@acorex/components 21.0.0-next.42 → 21.0.0-next.43

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": "21.0.0-next.42",
3
+ "version": "21.0.0-next.43",
4
4
  "peerDependencies": {
5
- "@acorex/core": "21.0.0-next.42",
6
- "@acorex/cdk": "21.0.0-next.42",
5
+ "@acorex/core": "21.0.0-next.43",
6
+ "@acorex/cdk": "21.0.0-next.43",
7
7
  "@angular/common": "^20.0.0",
8
8
  "@angular/core": "^20.0.0",
9
9
  "@angular/cdk": "^20.0.0",
@@ -124,6 +124,10 @@
124
124
  "types": "./chips/index.d.ts",
125
125
  "default": "./fesm2022/acorex-components-chips.mjs"
126
126
  },
127
+ "./circular-progress": {
128
+ "types": "./circular-progress/index.d.ts",
129
+ "default": "./fesm2022/acorex-components-circular-progress.mjs"
130
+ },
127
131
  "./code-editor": {
128
132
  "types": "./code-editor/index.d.ts",
129
133
  "default": "./fesm2022/acorex-components-code-editor.mjs"
@@ -132,18 +136,14 @@
132
136
  "types": "./collapse/index.d.ts",
133
137
  "default": "./fesm2022/acorex-components-collapse.mjs"
134
138
  },
135
- "./circular-progress": {
136
- "types": "./circular-progress/index.d.ts",
137
- "default": "./fesm2022/acorex-components-circular-progress.mjs"
139
+ "./color-box": {
140
+ "types": "./color-box/index.d.ts",
141
+ "default": "./fesm2022/acorex-components-color-box.mjs"
138
142
  },
139
143
  "./color-palette": {
140
144
  "types": "./color-palette/index.d.ts",
141
145
  "default": "./fesm2022/acorex-components-color-palette.mjs"
142
146
  },
143
- "./color-box": {
144
- "types": "./color-box/index.d.ts",
145
- "default": "./fesm2022/acorex-components-color-box.mjs"
146
- },
147
147
  "./command": {
148
148
  "types": "./command/index.d.ts",
149
149
  "default": "./fesm2022/acorex-components-command.mjs"
@@ -160,14 +160,14 @@
160
160
  "types": "./conversation2/index.d.ts",
161
161
  "default": "./fesm2022/acorex-components-conversation2.mjs"
162
162
  },
163
- "./data-list": {
164
- "types": "./data-list/index.d.ts",
165
- "default": "./fesm2022/acorex-components-data-list.mjs"
166
- },
167
163
  "./cron-job": {
168
164
  "types": "./cron-job/index.d.ts",
169
165
  "default": "./fesm2022/acorex-components-cron-job.mjs"
170
166
  },
167
+ "./data-list": {
168
+ "types": "./data-list/index.d.ts",
169
+ "default": "./fesm2022/acorex-components-data-list.mjs"
170
+ },
171
171
  "./data-pager": {
172
172
  "types": "./data-pager/index.d.ts",
173
173
  "default": "./fesm2022/acorex-components-data-pager.mjs"
@@ -388,14 +388,14 @@
388
388
  "types": "./scheduler-picker/index.d.ts",
389
389
  "default": "./fesm2022/acorex-components-scheduler-picker.mjs"
390
390
  },
391
- "./search-box": {
392
- "types": "./search-box/index.d.ts",
393
- "default": "./fesm2022/acorex-components-search-box.mjs"
394
- },
395
391
  "./scss": {
396
392
  "types": "./scss/index.d.ts",
397
393
  "default": "./fesm2022/acorex-components-scss.mjs"
398
394
  },
395
+ "./search-box": {
396
+ "types": "./search-box/index.d.ts",
397
+ "default": "./fesm2022/acorex-components-search-box.mjs"
398
+ },
399
399
  "./select-box": {
400
400
  "types": "./select-box/index.d.ts",
401
401
  "default": "./fesm2022/acorex-components-select-box.mjs"
@@ -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
  */