@acorex/components 20.10.11 → 20.10.12

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.10.11",
3
+ "version": "20.10.12",
4
4
  "peerDependencies": {
5
- "@acorex/core": "20.10.11",
6
- "@acorex/cdk": "20.10.11",
5
+ "@acorex/core": "20.10.12",
6
+ "@acorex/cdk": "20.10.12",
7
7
  "polytype": ">=0.17.0",
8
8
  "angular-imask": ">=7.6.1",
9
9
  "imask": ">=7.6.1",
@@ -65,10 +65,6 @@
65
65
  "types": "./action-sheet/index.d.ts",
66
66
  "default": "./fesm2022/acorex-components-action-sheet.mjs"
67
67
  },
68
- "./alert": {
69
- "types": "./alert/index.d.ts",
70
- "default": "./fesm2022/acorex-components-alert.mjs"
71
- },
72
68
  "./aspect-ratio": {
73
69
  "types": "./aspect-ratio/index.d.ts",
74
70
  "default": "./fesm2022/acorex-components-aspect-ratio.mjs"
@@ -77,9 +73,9 @@
77
73
  "types": "./audio-wave/index.d.ts",
78
74
  "default": "./fesm2022/acorex-components-audio-wave.mjs"
79
75
  },
80
- "./badge": {
81
- "types": "./badge/index.d.ts",
82
- "default": "./fesm2022/acorex-components-badge.mjs"
76
+ "./alert": {
77
+ "types": "./alert/index.d.ts",
78
+ "default": "./fesm2022/acorex-components-alert.mjs"
83
79
  },
84
80
  "./autocomplete": {
85
81
  "types": "./autocomplete/index.d.ts",
@@ -89,14 +85,14 @@
89
85
  "types": "./avatar/index.d.ts",
90
86
  "default": "./fesm2022/acorex-components-avatar.mjs"
91
87
  },
88
+ "./badge": {
89
+ "types": "./badge/index.d.ts",
90
+ "default": "./fesm2022/acorex-components-badge.mjs"
91
+ },
92
92
  "./bottom-navigation": {
93
93
  "types": "./bottom-navigation/index.d.ts",
94
94
  "default": "./fesm2022/acorex-components-bottom-navigation.mjs"
95
95
  },
96
- "./breadcrumbs": {
97
- "types": "./breadcrumbs/index.d.ts",
98
- "default": "./fesm2022/acorex-components-breadcrumbs.mjs"
99
- },
100
96
  "./button": {
101
97
  "types": "./button/index.d.ts",
102
98
  "default": "./fesm2022/acorex-components-button.mjs"
@@ -105,6 +101,10 @@
105
101
  "types": "./button-group/index.d.ts",
106
102
  "default": "./fesm2022/acorex-components-button-group.mjs"
107
103
  },
104
+ "./breadcrumbs": {
105
+ "types": "./breadcrumbs/index.d.ts",
106
+ "default": "./fesm2022/acorex-components-breadcrumbs.mjs"
107
+ },
108
108
  "./calendar": {
109
109
  "types": "./calendar/index.d.ts",
110
110
  "default": "./fesm2022/acorex-components-calendar.mjs"
@@ -117,14 +117,14 @@
117
117
  "types": "./chips/index.d.ts",
118
118
  "default": "./fesm2022/acorex-components-chips.mjs"
119
119
  },
120
- "./circular-progress": {
121
- "types": "./circular-progress/index.d.ts",
122
- "default": "./fesm2022/acorex-components-circular-progress.mjs"
123
- },
124
120
  "./code-editor": {
125
121
  "types": "./code-editor/index.d.ts",
126
122
  "default": "./fesm2022/acorex-components-code-editor.mjs"
127
123
  },
124
+ "./circular-progress": {
125
+ "types": "./circular-progress/index.d.ts",
126
+ "default": "./fesm2022/acorex-components-circular-progress.mjs"
127
+ },
128
128
  "./collapse": {
129
129
  "types": "./collapse/index.d.ts",
130
130
  "default": "./fesm2022/acorex-components-collapse.mjs"
@@ -293,14 +293,14 @@
293
293
  "types": "./number-box/index.d.ts",
294
294
  "default": "./fesm2022/acorex-components-number-box.mjs"
295
295
  },
296
- "./number-box-legacy": {
297
- "types": "./number-box-legacy/index.d.ts",
298
- "default": "./fesm2022/acorex-components-number-box-legacy.mjs"
299
- },
300
296
  "./otp": {
301
297
  "types": "./otp/index.d.ts",
302
298
  "default": "./fesm2022/acorex-components-otp.mjs"
303
299
  },
300
+ "./number-box-legacy": {
301
+ "types": "./number-box-legacy/index.d.ts",
302
+ "default": "./fesm2022/acorex-components-number-box-legacy.mjs"
303
+ },
304
304
  "./page": {
305
305
  "types": "./page/index.d.ts",
306
306
  "default": "./fesm2022/acorex-components-page.mjs"
@@ -357,14 +357,14 @@
357
357
  "types": "./range-slider/index.d.ts",
358
358
  "default": "./fesm2022/acorex-components-range-slider.mjs"
359
359
  },
360
- "./rest-api-generator": {
361
- "types": "./rest-api-generator/index.d.ts",
362
- "default": "./fesm2022/acorex-components-rest-api-generator.mjs"
363
- },
364
360
  "./rate-picker": {
365
361
  "types": "./rate-picker/index.d.ts",
366
362
  "default": "./fesm2022/acorex-components-rate-picker.mjs"
367
363
  },
364
+ "./rest-api-generator": {
365
+ "types": "./rest-api-generator/index.d.ts",
366
+ "default": "./fesm2022/acorex-components-rest-api-generator.mjs"
367
+ },
368
368
  "./result": {
369
369
  "types": "./result/index.d.ts",
370
370
  "default": "./fesm2022/acorex-components-result.mjs"
@@ -397,14 +397,14 @@
397
397
  "types": "./select-box/index.d.ts",
398
398
  "default": "./fesm2022/acorex-components-select-box.mjs"
399
399
  },
400
- "./selection-list-2": {
401
- "types": "./selection-list-2/index.d.ts",
402
- "default": "./fesm2022/acorex-components-selection-list-2.mjs"
403
- },
404
400
  "./selection-list": {
405
401
  "types": "./selection-list/index.d.ts",
406
402
  "default": "./fesm2022/acorex-components-selection-list.mjs"
407
403
  },
404
+ "./selection-list-2": {
405
+ "types": "./selection-list-2/index.d.ts",
406
+ "default": "./fesm2022/acorex-components-selection-list-2.mjs"
407
+ },
408
408
  "./side-menu": {
409
409
  "types": "./side-menu/index.d.ts",
410
410
  "default": "./fesm2022/acorex-components-side-menu.mjs"
@@ -441,10 +441,6 @@
441
441
  "types": "./tag-box/index.d.ts",
442
442
  "default": "./fesm2022/acorex-components-tag-box.mjs"
443
443
  },
444
- "./text-area": {
445
- "types": "./text-area/index.d.ts",
446
- "default": "./fesm2022/acorex-components-text-area.mjs"
447
- },
448
444
  "./text-box": {
449
445
  "types": "./text-box/index.d.ts",
450
446
  "default": "./fesm2022/acorex-components-text-box.mjs"
@@ -453,6 +449,10 @@
453
449
  "types": "./time-duration/index.d.ts",
454
450
  "default": "./fesm2022/acorex-components-time-duration.mjs"
455
451
  },
452
+ "./text-area": {
453
+ "types": "./text-area/index.d.ts",
454
+ "default": "./fesm2022/acorex-components-text-area.mjs"
455
+ },
456
456
  "./time-line": {
457
457
  "types": "./time-line/index.d.ts",
458
458
  "default": "./fesm2022/acorex-components-time-line.mjs"
@@ -469,17 +469,13 @@
469
469
  "types": "./tooltip/index.d.ts",
470
470
  "default": "./fesm2022/acorex-components-tooltip.mjs"
471
471
  },
472
- "./tree-view": {
473
- "types": "./tree-view/index.d.ts",
474
- "default": "./fesm2022/acorex-components-tree-view.mjs"
475
- },
476
472
  "./tree-view-legacy": {
477
473
  "types": "./tree-view-legacy/index.d.ts",
478
474
  "default": "./fesm2022/acorex-components-tree-view-legacy.mjs"
479
475
  },
480
- "./uploader": {
481
- "types": "./uploader/index.d.ts",
482
- "default": "./fesm2022/acorex-components-uploader.mjs"
476
+ "./tree-view": {
477
+ "types": "./tree-view/index.d.ts",
478
+ "default": "./fesm2022/acorex-components-tree-view.mjs"
483
479
  },
484
480
  "./video-player": {
485
481
  "types": "./video-player/index.d.ts",
@@ -488,6 +484,10 @@
488
484
  "./wysiwyg": {
489
485
  "types": "./wysiwyg/index.d.ts",
490
486
  "default": "./fesm2022/acorex-components-wysiwyg.mjs"
487
+ },
488
+ "./uploader": {
489
+ "types": "./uploader/index.d.ts",
490
+ "default": "./fesm2022/acorex-components-uploader.mjs"
491
491
  }
492
492
  }
493
493
  }
@@ -115,7 +115,6 @@ declare class AXSchedulerComponent extends NXComponent implements OnInit {
115
115
  private translationService;
116
116
  private eventService;
117
117
  private translationRevision;
118
- private viewModeSelectbox;
119
118
  private calendarPopover;
120
119
  private _calendarDayCellTemplate;
121
120
  private _calendarMonthCellTemplate;
@@ -133,8 +132,8 @@ declare class AXSchedulerComponent extends NXComponent implements OnInit {
133
132
  appointments: _angular_core.Signal<AXSchedulerAppointment[]>;
134
133
  protected readonly rtl: _angular_core.Signal<boolean>;
135
134
  protected isFullScreen: _angular_core.WritableSignal<boolean>;
136
- protected viewsDataSource: _angular_core.WritableSignal<{
137
- id: string;
135
+ protected viewsDataSource: _angular_core.Signal<{
136
+ id: AXSchedulerView;
138
137
  text: string;
139
138
  }[]>;
140
139
  private prevDate;
@@ -186,7 +185,6 @@ declare class AXSchedulerComponent extends NXComponent implements OnInit {
186
185
  */
187
186
  private getWeekReanchorDate;
188
187
  private syncCurrentDateAfterLocaleChange;
189
- private fillDataSource;
190
188
  private getGridDateRange;
191
189
  currentDateText: _angular_core.Signal<string>;
192
190
  calendarDepth: _angular_core.Signal<"day" | "month" | "year">;