@acorex/components 20.7.30 → 20.7.31

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.30",
3
+ "version": "20.7.31",
4
4
  "peerDependencies": {
5
- "@acorex/core": "20.7.30",
6
- "@acorex/cdk": "20.7.30",
5
+ "@acorex/core": "20.7.31",
6
+ "@acorex/cdk": "20.7.31",
7
7
  "polytype": ">=0.17.0",
8
8
  "angular-imask": ">=7.6.1",
9
9
  "gridstack": ">=12.0.0",
@@ -60,14 +60,14 @@
60
60
  "types": "./accordion/index.d.ts",
61
61
  "default": "./fesm2022/acorex-components-accordion.mjs"
62
62
  },
63
- "./action-sheet": {
64
- "types": "./action-sheet/index.d.ts",
65
- "default": "./fesm2022/acorex-components-action-sheet.mjs"
66
- },
67
63
  "./alert": {
68
64
  "types": "./alert/index.d.ts",
69
65
  "default": "./fesm2022/acorex-components-alert.mjs"
70
66
  },
67
+ "./action-sheet": {
68
+ "types": "./action-sheet/index.d.ts",
69
+ "default": "./fesm2022/acorex-components-action-sheet.mjs"
70
+ },
71
71
  "./aspect-ratio": {
72
72
  "types": "./aspect-ratio/index.d.ts",
73
73
  "default": "./fesm2022/acorex-components-aspect-ratio.mjs"
@@ -92,6 +92,10 @@
92
92
  "types": "./bottom-navigation/index.d.ts",
93
93
  "default": "./fesm2022/acorex-components-bottom-navigation.mjs"
94
94
  },
95
+ "./breadcrumbs": {
96
+ "types": "./breadcrumbs/index.d.ts",
97
+ "default": "./fesm2022/acorex-components-breadcrumbs.mjs"
98
+ },
95
99
  "./button": {
96
100
  "types": "./button/index.d.ts",
97
101
  "default": "./fesm2022/acorex-components-button.mjs"
@@ -100,6 +104,10 @@
100
104
  "types": "./button-group/index.d.ts",
101
105
  "default": "./fesm2022/acorex-components-button-group.mjs"
102
106
  },
107
+ "./calendar": {
108
+ "types": "./calendar/index.d.ts",
109
+ "default": "./fesm2022/acorex-components-calendar.mjs"
110
+ },
103
111
  "./check-box": {
104
112
  "types": "./check-box/index.d.ts",
105
113
  "default": "./fesm2022/acorex-components-check-box.mjs"
@@ -120,18 +128,10 @@
120
128
  "types": "./collapse/index.d.ts",
121
129
  "default": "./fesm2022/acorex-components-collapse.mjs"
122
130
  },
123
- "./calendar": {
124
- "types": "./calendar/index.d.ts",
125
- "default": "./fesm2022/acorex-components-calendar.mjs"
126
- },
127
131
  "./color-box": {
128
132
  "types": "./color-box/index.d.ts",
129
133
  "default": "./fesm2022/acorex-components-color-box.mjs"
130
134
  },
131
- "./breadcrumbs": {
132
- "types": "./breadcrumbs/index.d.ts",
133
- "default": "./fesm2022/acorex-components-breadcrumbs.mjs"
134
- },
135
135
  "./color-palette": {
136
136
  "types": "./color-palette/index.d.ts",
137
137
  "default": "./fesm2022/acorex-components-color-palette.mjs"
@@ -140,6 +140,10 @@
140
140
  "types": "./command/index.d.ts",
141
141
  "default": "./fesm2022/acorex-components-command.mjs"
142
142
  },
143
+ "./conversation": {
144
+ "types": "./conversation/index.d.ts",
145
+ "default": "./fesm2022/acorex-components-conversation.mjs"
146
+ },
143
147
  "./comment": {
144
148
  "types": "./comment/index.d.ts",
145
149
  "default": "./fesm2022/acorex-components-comment.mjs"
@@ -148,34 +152,34 @@
148
152
  "types": "./conversation2/index.d.ts",
149
153
  "default": "./fesm2022/acorex-components-conversation2.mjs"
150
154
  },
151
- "./conversation": {
152
- "types": "./conversation/index.d.ts",
153
- "default": "./fesm2022/acorex-components-conversation.mjs"
154
- },
155
155
  "./cron-job": {
156
156
  "types": "./cron-job/index.d.ts",
157
157
  "default": "./fesm2022/acorex-components-cron-job.mjs"
158
158
  },
159
- "./data-pager": {
160
- "types": "./data-pager/index.d.ts",
161
- "default": "./fesm2022/acorex-components-data-pager.mjs"
159
+ "./data-list": {
160
+ "types": "./data-list/index.d.ts",
161
+ "default": "./fesm2022/acorex-components-data-list.mjs"
162
162
  },
163
163
  "./data-table": {
164
164
  "types": "./data-table/index.d.ts",
165
165
  "default": "./fesm2022/acorex-components-data-table.mjs"
166
166
  },
167
- "./data-list": {
168
- "types": "./data-list/index.d.ts",
169
- "default": "./fesm2022/acorex-components-data-list.mjs"
170
- },
171
167
  "./datetime-box": {
172
168
  "types": "./datetime-box/index.d.ts",
173
169
  "default": "./fesm2022/acorex-components-datetime-box.mjs"
174
170
  },
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"
178
178
  },
179
+ "./datetime-picker": {
180
+ "types": "./datetime-picker/index.d.ts",
181
+ "default": "./fesm2022/acorex-components-datetime-picker.mjs"
182
+ },
179
183
  "./decorators": {
180
184
  "types": "./decorators/index.d.ts",
181
185
  "default": "./fesm2022/acorex-components-decorators.mjs"
@@ -184,10 +188,6 @@
184
188
  "types": "./dialog/index.d.ts",
185
189
  "default": "./fesm2022/acorex-components-dialog.mjs"
186
190
  },
187
- "./datetime-picker": {
188
- "types": "./datetime-picker/index.d.ts",
189
- "default": "./fesm2022/acorex-components-datetime-picker.mjs"
190
- },
191
191
  "./drawer": {
192
192
  "types": "./drawer/index.d.ts",
193
193
  "default": "./fesm2022/acorex-components-drawer.mjs"
@@ -332,14 +332,14 @@
332
332
  "types": "./popup/index.d.ts",
333
333
  "default": "./fesm2022/acorex-components-popup.mjs"
334
334
  },
335
- "./qrcode": {
336
- "types": "./qrcode/index.d.ts",
337
- "default": "./fesm2022/acorex-components-qrcode.mjs"
338
- },
339
335
  "./progress-bar": {
340
336
  "types": "./progress-bar/index.d.ts",
341
337
  "default": "./fesm2022/acorex-components-progress-bar.mjs"
342
338
  },
339
+ "./qrcode": {
340
+ "types": "./qrcode/index.d.ts",
341
+ "default": "./fesm2022/acorex-components-qrcode.mjs"
342
+ },
343
343
  "./query-builder": {
344
344
  "types": "./query-builder/index.d.ts",
345
345
  "default": "./fesm2022/acorex-components-query-builder.mjs"
@@ -376,14 +376,14 @@
376
376
  "types": "./rrule/index.d.ts",
377
377
  "default": "./fesm2022/acorex-components-rrule.mjs"
378
378
  },
379
- "./scheduler-picker": {
380
- "types": "./scheduler-picker/index.d.ts",
381
- "default": "./fesm2022/acorex-components-scheduler-picker.mjs"
382
- },
383
379
  "./scheduler": {
384
380
  "types": "./scheduler/index.d.ts",
385
381
  "default": "./fesm2022/acorex-components-scheduler.mjs"
386
382
  },
383
+ "./scheduler-picker": {
384
+ "types": "./scheduler-picker/index.d.ts",
385
+ "default": "./fesm2022/acorex-components-scheduler-picker.mjs"
386
+ },
387
387
  "./scss": {
388
388
  "types": "./scss/index.d.ts",
389
389
  "default": "./fesm2022/acorex-components-scss.mjs"
@@ -452,6 +452,10 @@
452
452
  "types": "./time-duration/index.d.ts",
453
453
  "default": "./fesm2022/acorex-components-time-duration.mjs"
454
454
  },
455
+ "./time-line": {
456
+ "types": "./time-line/index.d.ts",
457
+ "default": "./fesm2022/acorex-components-time-line.mjs"
458
+ },
455
459
  "./toast": {
456
460
  "types": "./toast/index.d.ts",
457
461
  "default": "./fesm2022/acorex-components-toast.mjs"
@@ -472,14 +476,6 @@
472
476
  "types": "./tree-view-legacy/index.d.ts",
473
477
  "default": "./fesm2022/acorex-components-tree-view-legacy.mjs"
474
478
  },
475
- "./time-line": {
476
- "types": "./time-line/index.d.ts",
477
- "default": "./fesm2022/acorex-components-time-line.mjs"
478
- },
479
- "./wysiwyg": {
480
- "types": "./wysiwyg/index.d.ts",
481
- "default": "./fesm2022/acorex-components-wysiwyg.mjs"
482
- },
483
479
  "./uploader": {
484
480
  "types": "./uploader/index.d.ts",
485
481
  "default": "./fesm2022/acorex-components-uploader.mjs"
@@ -487,6 +483,10 @@
487
483
  "./video-player": {
488
484
  "types": "./video-player/index.d.ts",
489
485
  "default": "./fesm2022/acorex-components-video-player.mjs"
486
+ },
487
+ "./wysiwyg": {
488
+ "types": "./wysiwyg/index.d.ts",
489
+ "default": "./fesm2022/acorex-components-wysiwyg.mjs"
490
490
  }
491
491
  }
492
492
  }
@@ -6,7 +6,7 @@ interface AXStepWizardItem {
6
6
  id: string;
7
7
  title: string;
8
8
  }
9
- type AXStepWizardLook = 'rounded-icon' | 'circular-icon' | 'circular' | 'text-line' | 'arrow-minimal' | 'custom';
9
+ type AXStepWizardLook = 'rounded-icon' | 'circular-icon' | 'circular' | 'text-line' | 'rounded-arrow-minimal' | 'rectangular-arrow-minimal' | 'custom';
10
10
  type AXStepWizardSize = 'ax-sm' | 'ax-md' | 'ax-lg';
11
11
  type AXStepWizardState = 'pending' | 'success' | 'error' | 'warning' | 'clear';
12
12
 
@@ -21,6 +21,7 @@ declare class AXStepWizardItemComponent extends MXBaseComponent {
21
21
  state: _angular_core.ModelSignal<AXStepWizardState>;
22
22
  stepId: _angular_core.WritableSignal<string>;
23
23
  className: _angular_core.Signal<string>;
24
+ isArrowMinimalLook: _angular_core.Signal<boolean>;
24
25
  template: _angular_core.Signal<TemplateRef<unknown>>;
25
26
  set id(v: string);
26
27
  private get __hostClass();