@acorex/components 20.1.29 → 20.1.32
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/code-editor/README.md +3 -0
- package/code-editor/index.d.ts +103 -0
- package/comment/index.d.ts +4 -5
- package/conversation/index.d.ts +106 -78
- package/data-pager/index.d.ts +12 -12
- package/data-table/index.d.ts +1 -1
- package/datetime-box/index.d.ts +10 -10
- package/drawer-2/index.d.ts +7 -8
- package/dropdown/index.d.ts +3 -3
- package/fesm2022/acorex-components-accordion.mjs +10 -10
- package/fesm2022/acorex-components-accordion.mjs.map +1 -1
- package/fesm2022/acorex-components-action-sheet.mjs +10 -10
- package/fesm2022/acorex-components-action-sheet.mjs.map +1 -1
- package/fesm2022/acorex-components-alert.mjs +7 -7
- package/fesm2022/acorex-components-alert.mjs.map +1 -1
- package/fesm2022/acorex-components-audio-wave.mjs +7 -7
- package/fesm2022/acorex-components-audio-wave.mjs.map +1 -1
- package/fesm2022/acorex-components-autocomplete.mjs +7 -7
- package/fesm2022/acorex-components-autocomplete.mjs.map +1 -1
- package/fesm2022/acorex-components-avatar.mjs +10 -10
- package/fesm2022/acorex-components-avatar.mjs.map +1 -1
- package/fesm2022/acorex-components-badge.mjs +7 -7
- package/fesm2022/acorex-components-badge.mjs.map +1 -1
- package/fesm2022/acorex-components-bottom-navigation.mjs +10 -10
- package/fesm2022/acorex-components-bottom-navigation.mjs.map +1 -1
- package/fesm2022/acorex-components-breadcrumbs.mjs +10 -10
- package/fesm2022/acorex-components-breadcrumbs.mjs.map +1 -1
- package/fesm2022/acorex-components-button-group.mjs +10 -10
- package/fesm2022/acorex-components-button-group.mjs.map +1 -1
- package/fesm2022/acorex-components-button.mjs +13 -13
- package/fesm2022/acorex-components-button.mjs.map +1 -1
- package/fesm2022/acorex-components-calendar.mjs +13 -13
- package/fesm2022/acorex-components-calendar.mjs.map +1 -1
- package/fesm2022/acorex-components-check-box.mjs +7 -7
- package/fesm2022/acorex-components-check-box.mjs.map +1 -1
- package/fesm2022/acorex-components-chips.mjs +7 -7
- package/fesm2022/acorex-components-chips.mjs.map +1 -1
- package/fesm2022/acorex-components-circular-progress.mjs +7 -7
- package/fesm2022/acorex-components-circular-progress.mjs.map +1 -1
- package/fesm2022/acorex-components-code-editor.mjs +591 -0
- package/fesm2022/acorex-components-code-editor.mjs.map +1 -0
- package/fesm2022/acorex-components-collapse.mjs +10 -10
- package/fesm2022/acorex-components-collapse.mjs.map +1 -1
- package/fesm2022/acorex-components-color-box.mjs +7 -7
- package/fesm2022/acorex-components-color-box.mjs.map +1 -1
- package/fesm2022/acorex-components-color-palette.mjs +30 -30
- package/fesm2022/acorex-components-color-palette.mjs.map +1 -1
- package/fesm2022/acorex-components-comment.mjs +36 -36
- package/fesm2022/acorex-components-comment.mjs.map +1 -1
- package/fesm2022/acorex-components-conversation.mjs +119 -87
- package/fesm2022/acorex-components-conversation.mjs.map +1 -1
- package/fesm2022/acorex-components-cron-job.mjs +46 -46
- package/fesm2022/acorex-components-cron-job.mjs.map +1 -1
- package/fesm2022/acorex-components-data-pager.mjs +31 -31
- package/fesm2022/acorex-components-data-pager.mjs.map +1 -1
- package/fesm2022/acorex-components-data-table.mjs +37 -37
- package/fesm2022/acorex-components-data-table.mjs.map +1 -1
- package/fesm2022/acorex-components-datetime-box.mjs +11 -11
- package/fesm2022/acorex-components-datetime-box.mjs.map +1 -1
- package/fesm2022/acorex-components-datetime-input.mjs +7 -7
- package/fesm2022/acorex-components-datetime-input.mjs.map +1 -1
- package/fesm2022/acorex-components-datetime-picker.mjs +7 -7
- package/fesm2022/acorex-components-datetime-picker.mjs.map +1 -1
- package/fesm2022/acorex-components-decorators.mjs +25 -25
- package/fesm2022/acorex-components-decorators.mjs.map +1 -1
- package/fesm2022/acorex-components-dialog.mjs +10 -10
- package/fesm2022/acorex-components-dialog.mjs.map +1 -1
- package/fesm2022/acorex-components-drawer-2.mjs +13 -14
- package/fesm2022/acorex-components-drawer-2.mjs.map +1 -1
- package/fesm2022/acorex-components-drawer.mjs +13 -13
- package/fesm2022/acorex-components-drawer.mjs.map +1 -1
- package/fesm2022/acorex-components-dropdown-button.mjs +7 -7
- package/fesm2022/acorex-components-dropdown-button.mjs.map +1 -1
- package/fesm2022/acorex-components-dropdown.mjs +13 -13
- package/fesm2022/acorex-components-dropdown.mjs.map +1 -1
- package/fesm2022/acorex-components-file-explorer.mjs +25 -25
- package/fesm2022/acorex-components-file-explorer.mjs.map +1 -1
- package/fesm2022/acorex-components-flow-chart.mjs +16 -16
- package/fesm2022/acorex-components-flow-chart.mjs.map +1 -1
- package/fesm2022/acorex-components-form.mjs +16 -16
- package/fesm2022/acorex-components-form.mjs.map +1 -1
- package/fesm2022/acorex-components-grid-layout-builder.mjs +10 -10
- package/fesm2022/acorex-components-grid-layout-builder.mjs.map +1 -1
- package/fesm2022/acorex-components-image-editor.mjs +40 -34
- package/fesm2022/acorex-components-image-editor.mjs.map +1 -1
- package/fesm2022/acorex-components-image.mjs +7 -7
- package/fesm2022/acorex-components-image.mjs.map +1 -1
- package/fesm2022/acorex-components-json-viewer.mjs +7 -7
- package/fesm2022/acorex-components-json-viewer.mjs.map +1 -1
- package/fesm2022/acorex-components-kanban.mjs +3 -3
- package/fesm2022/acorex-components-kanban.mjs.map +1 -1
- package/fesm2022/acorex-components-kbd.mjs +6 -6
- package/fesm2022/acorex-components-kbd.mjs.map +1 -1
- package/fesm2022/acorex-components-label.mjs +7 -7
- package/fesm2022/acorex-components-label.mjs.map +1 -1
- package/fesm2022/acorex-components-list.mjs +7 -7
- package/fesm2022/acorex-components-list.mjs.map +1 -1
- package/fesm2022/acorex-components-loading-dialog.mjs +10 -10
- package/fesm2022/acorex-components-loading-dialog.mjs.map +1 -1
- package/fesm2022/acorex-components-loading.mjs +16 -16
- package/fesm2022/acorex-components-loading.mjs.map +1 -1
- package/fesm2022/acorex-components-map.mjs +13 -13
- package/fesm2022/acorex-components-map.mjs.map +1 -1
- package/fesm2022/acorex-components-media-viewer.mjs +34 -34
- package/fesm2022/acorex-components-media-viewer.mjs.map +1 -1
- package/fesm2022/acorex-components-menu.mjs +19 -19
- package/fesm2022/acorex-components-menu.mjs.map +1 -1
- package/fesm2022/{acorex-components-modal-acorex-components-modal-CmzrV-vD.mjs → acorex-components-modal-acorex-components-modal-BdrQgtUV.mjs} +21 -21
- package/fesm2022/{acorex-components-modal-acorex-components-modal-CmzrV-vD.mjs.map → acorex-components-modal-acorex-components-modal-BdrQgtUV.mjs.map} +1 -1
- package/fesm2022/{acorex-components-modal-modal-content.component-CaZfLUuL.mjs → acorex-components-modal-modal-content.component-DTrjX50k.mjs} +24 -8
- package/fesm2022/acorex-components-modal-modal-content.component-DTrjX50k.mjs.map +1 -0
- package/fesm2022/acorex-components-modal.mjs +1 -1
- package/fesm2022/acorex-components-navbar.mjs +7 -7
- package/fesm2022/acorex-components-navbar.mjs.map +1 -1
- package/fesm2022/acorex-components-notification.mjs +10 -10
- package/fesm2022/acorex-components-notification.mjs.map +1 -1
- package/fesm2022/acorex-components-number-box-2.mjs +8 -5
- package/fesm2022/acorex-components-number-box-2.mjs.map +1 -1
- package/fesm2022/acorex-components-number-box.mjs +7 -7
- package/fesm2022/acorex-components-number-box.mjs.map +1 -1
- package/fesm2022/acorex-components-otp.mjs +7 -7
- package/fesm2022/acorex-components-otp.mjs.map +1 -1
- package/fesm2022/acorex-components-page.mjs +10 -10
- package/fesm2022/acorex-components-page.mjs.map +1 -1
- package/fesm2022/acorex-components-paint.mjs +27 -27
- package/fesm2022/acorex-components-paint.mjs.map +1 -1
- package/fesm2022/acorex-components-password-box.mjs +13 -16
- package/fesm2022/acorex-components-password-box.mjs.map +1 -1
- package/fesm2022/acorex-components-pdf-reader.mjs +7 -7
- package/fesm2022/acorex-components-pdf-reader.mjs.map +1 -1
- package/fesm2022/acorex-components-phone-box.mjs +7 -7
- package/fesm2022/acorex-components-phone-box.mjs.map +1 -1
- package/fesm2022/acorex-components-picker.mjs +13 -13
- package/fesm2022/acorex-components-picker.mjs.map +1 -1
- package/fesm2022/acorex-components-popover.mjs +7 -7
- package/fesm2022/acorex-components-popover.mjs.map +1 -1
- package/fesm2022/acorex-components-popup.mjs +10 -10
- package/fesm2022/acorex-components-popup.mjs.map +1 -1
- package/fesm2022/acorex-components-progress-bar.mjs +7 -7
- package/fesm2022/acorex-components-progress-bar.mjs.map +1 -1
- package/fesm2022/acorex-components-qrcode.mjs +7 -7
- package/fesm2022/acorex-components-qrcode.mjs.map +1 -1
- package/fesm2022/acorex-components-query-builder.mjs +7 -7
- package/fesm2022/acorex-components-query-builder.mjs.map +1 -1
- package/fesm2022/acorex-components-radio.mjs +7 -7
- package/fesm2022/acorex-components-radio.mjs.map +1 -1
- package/fesm2022/acorex-components-rail-navigation.mjs +13 -13
- package/fesm2022/acorex-components-rail-navigation.mjs.map +1 -1
- package/fesm2022/acorex-components-range-slider.mjs +11 -7
- package/fesm2022/acorex-components-range-slider.mjs.map +1 -1
- package/fesm2022/acorex-components-rate-picker.mjs +7 -7
- package/fesm2022/acorex-components-rate-picker.mjs.map +1 -1
- package/fesm2022/acorex-components-rest-api-generator.mjs +22 -22
- package/fesm2022/acorex-components-rest-api-generator.mjs.map +1 -1
- package/fesm2022/acorex-components-result.mjs +7 -7
- package/fesm2022/acorex-components-result.mjs.map +1 -1
- package/fesm2022/acorex-components-routing-progress.mjs +7 -7
- package/fesm2022/acorex-components-routing-progress.mjs.map +1 -1
- package/fesm2022/acorex-components-rrule.mjs +6 -6
- package/fesm2022/acorex-components-rrule.mjs.map +1 -1
- package/fesm2022/acorex-components-scheduler.mjs +31 -31
- package/fesm2022/acorex-components-scheduler.mjs.map +1 -1
- package/fesm2022/acorex-components-scss.mjs +4 -4
- package/fesm2022/acorex-components-scss.mjs.map +1 -1
- package/fesm2022/acorex-components-search-box.mjs +7 -7
- package/fesm2022/acorex-components-search-box.mjs.map +1 -1
- package/fesm2022/acorex-components-select-box.mjs +7 -7
- package/fesm2022/acorex-components-select-box.mjs.map +1 -1
- package/fesm2022/acorex-components-selection-list-2.mjs +8 -8
- package/fesm2022/acorex-components-selection-list-2.mjs.map +1 -1
- package/fesm2022/acorex-components-selection-list.mjs +7 -7
- package/fesm2022/acorex-components-selection-list.mjs.map +1 -1
- package/fesm2022/acorex-components-side-menu.mjs +13 -13
- package/fesm2022/acorex-components-side-menu.mjs.map +1 -1
- package/fesm2022/acorex-components-skeleton.mjs +7 -7
- package/fesm2022/acorex-components-skeleton.mjs.map +1 -1
- package/fesm2022/acorex-components-slider.mjs +7 -7
- package/fesm2022/acorex-components-slider.mjs.map +1 -1
- package/fesm2022/acorex-components-sliding-item.mjs +15 -15
- package/fesm2022/acorex-components-sliding-item.mjs.map +1 -1
- package/fesm2022/acorex-components-step-wizard.mjs +13 -13
- package/fesm2022/acorex-components-step-wizard.mjs.map +1 -1
- package/fesm2022/acorex-components-switch.mjs +10 -10
- package/fesm2022/acorex-components-switch.mjs.map +1 -1
- package/fesm2022/acorex-components-tabs.mjs +13 -13
- package/fesm2022/acorex-components-tabs.mjs.map +1 -1
- package/fesm2022/acorex-components-tag-box.mjs +23 -7
- package/fesm2022/acorex-components-tag-box.mjs.map +1 -1
- package/fesm2022/acorex-components-tag.mjs +7 -7
- package/fesm2022/acorex-components-tag.mjs.map +1 -1
- package/fesm2022/acorex-components-text-area.mjs +8 -9
- package/fesm2022/acorex-components-text-area.mjs.map +1 -1
- package/fesm2022/acorex-components-text-box.mjs +10 -10
- package/fesm2022/acorex-components-text-box.mjs.map +1 -1
- package/fesm2022/acorex-components-time-duration.mjs +7 -7
- package/fesm2022/acorex-components-time-duration.mjs.map +1 -1
- package/fesm2022/acorex-components-time-line.mjs +13 -10
- package/fesm2022/acorex-components-time-line.mjs.map +1 -1
- package/fesm2022/acorex-components-toast.mjs +57 -12
- package/fesm2022/acorex-components-toast.mjs.map +1 -1
- package/fesm2022/acorex-components-toolbar.mjs +7 -7
- package/fesm2022/acorex-components-toolbar.mjs.map +1 -1
- package/fesm2022/acorex-components-tooltip.mjs +10 -10
- package/fesm2022/acorex-components-tooltip.mjs.map +1 -1
- package/fesm2022/acorex-components-tree-view.mjs +10 -10
- package/fesm2022/acorex-components-tree-view.mjs.map +1 -1
- package/fesm2022/acorex-components-uploader.mjs +252 -56
- package/fesm2022/acorex-components-uploader.mjs.map +1 -1
- package/fesm2022/acorex-components-video-player.mjs +7 -7
- package/fesm2022/acorex-components-video-player.mjs.map +1 -1
- package/fesm2022/acorex-components-wysiwyg.mjs +31 -31
- package/fesm2022/acorex-components-wysiwyg.mjs.map +1 -1
- package/form/index.d.ts +13 -13
- package/image/index.d.ts +4 -4
- package/image-editor/index.d.ts +10 -4
- package/menu/index.d.ts +6 -6
- package/modal/index.d.ts +1 -0
- package/number-box-2/index.d.ts +1 -1
- package/package.json +40 -16
- package/paint/index.d.ts +5 -5
- package/password-box/index.d.ts +2 -5
- package/phone-box/index.d.ts +7 -8
- package/popover/index.d.ts +1 -1
- package/popup/index.d.ts +2 -2
- package/qrcode/index.d.ts +7 -7
- package/query-builder/index.d.ts +1 -1
- package/range-slider/index.d.ts +13 -13
- package/rate-picker/index.d.ts +4 -4
- package/rest-api-generator/index.d.ts +1 -1
- package/result/index.d.ts +2 -2
- package/search-box/index.d.ts +2 -2
- package/select-box/index.d.ts +2 -2
- package/selection-list-2/index.d.ts +3 -3
- package/side-menu/index.d.ts +9 -9
- package/sliding-item/index.d.ts +4 -5
- package/tag-box/index.d.ts +16 -0
- package/text-area/index.d.ts +1 -2
- package/time-line/index.d.ts +3 -0
- package/toast/index.d.ts +45 -1
- package/uploader/index.d.ts +215 -5
- package/fesm2022/acorex-components-modal-modal-content.component-CaZfLUuL.mjs.map +0 -1
package/form/index.d.ts
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
import * as i0 from '@angular/core';
|
2
|
-
import { OnDestroy, AfterViewInit,
|
3
|
-
import { MXBaseComponent, AXStyleLookType
|
2
|
+
import { OnDestroy, AfterViewInit, EventEmitter, AfterContentChecked, WritableSignal, InjectionToken } from '@angular/core';
|
3
|
+
import { AXEvent, MXBaseComponent, AXStyleLookType } from '@acorex/cdk/common';
|
4
4
|
import * as i5 from '@acorex/core/validation';
|
5
5
|
import { AXValidationSummary, AXValidationRuleOptions } from '@acorex/core/validation';
|
6
6
|
import * as i1 from '@angular/common';
|
@@ -34,14 +34,14 @@ declare class AXFormComponent extends MXBaseComponent implements OnDestroy, Afte
|
|
34
34
|
* Specifies the mode of the label in the form field.
|
35
35
|
* @defaultValue 'static'
|
36
36
|
*/
|
37
|
-
labelMode: InputSignal<AXLabelMode>;
|
38
|
-
look: InputSignal<AXStyleLookType>;
|
37
|
+
readonly labelMode: i0.InputSignal<AXLabelMode>;
|
38
|
+
readonly look: i0.InputSignal<AXStyleLookType>;
|
39
39
|
content: i0.Signal<readonly AXFormFieldComponent[]>;
|
40
40
|
/**
|
41
41
|
* Determines the style of the message in the form field.
|
42
42
|
* @defaultValue 'bottom'
|
43
43
|
*/
|
44
|
-
messageStyle: InputSignal<AXFormMessageStyle>;
|
44
|
+
readonly messageStyle: i0.InputSignal<AXFormMessageStyle>;
|
45
45
|
/**
|
46
46
|
* Emitted when the form is validated.
|
47
47
|
*
|
@@ -124,7 +124,7 @@ declare class AXFormFieldComponent extends MXBaseComponent implements AfterConte
|
|
124
124
|
* Specifies the mode of the label in the form field.
|
125
125
|
* @defaultValue 'static'
|
126
126
|
*/
|
127
|
-
labelMode: i0.InputSignal<AXLabelMode>;
|
127
|
+
readonly labelMode: i0.InputSignal<AXLabelMode>;
|
128
128
|
/**
|
129
129
|
* @ignore
|
130
130
|
*/
|
@@ -135,12 +135,12 @@ declare class AXFormFieldComponent extends MXBaseComponent implements AfterConte
|
|
135
135
|
* @ignore
|
136
136
|
*/
|
137
137
|
private label;
|
138
|
-
form
|
139
|
-
host
|
138
|
+
private form;
|
139
|
+
private host;
|
140
140
|
/**
|
141
141
|
* @ignore
|
142
142
|
*/
|
143
|
-
prefix: HTMLElement;
|
143
|
+
protected prefix: HTMLElement;
|
144
144
|
/**
|
145
145
|
* @ignore
|
146
146
|
*/
|
@@ -150,24 +150,24 @@ declare class AXFormFieldComponent extends MXBaseComponent implements AfterConte
|
|
150
150
|
* Calculates and sets the indentation size for the label based on the width of the prefix element.
|
151
151
|
* @ignore
|
152
152
|
*/
|
153
|
-
calcIndentSize(): void;
|
153
|
+
protected calcIndentSize(): void;
|
154
154
|
/**
|
155
155
|
* Sets the required attribute for the input field based on validation rules.
|
156
156
|
* Automatically updates if validation rules change.
|
157
157
|
* @ignore
|
158
158
|
*/
|
159
|
-
setRequired(): void;
|
159
|
+
protected setRequired(): void;
|
160
160
|
/**
|
161
161
|
* Sets the label mode based on the form's label mode configuration.
|
162
162
|
* @ignore
|
163
163
|
*/
|
164
|
-
setLabelMode(): void;
|
164
|
+
protected setLabelMode(): void;
|
165
165
|
/**
|
166
166
|
* Subscribes to focus and blur events on the input element.
|
167
167
|
* Adds or removes the 'ax-state-focused' class to/from the host element based on the focus state.
|
168
168
|
* @ignone
|
169
169
|
*/
|
170
|
-
listeningEvent(): void;
|
170
|
+
protected listeningEvent(): void;
|
171
171
|
/**
|
172
172
|
* @ignore
|
173
173
|
*/
|
package/image/index.d.ts
CHANGED
@@ -9,8 +9,8 @@ import * as i1 from '@angular/common';
|
|
9
9
|
* @category Components
|
10
10
|
*/
|
11
11
|
declare class AXImageComponent extends MXBaseComponent implements OnInit {
|
12
|
-
width: i0.InputSignal<number>;
|
13
|
-
height: i0.InputSignal<number>;
|
12
|
+
readonly width: i0.InputSignal<number>;
|
13
|
+
readonly height: i0.InputSignal<number>;
|
14
14
|
/**
|
15
15
|
* Specifies when the image overlay should be shown.
|
16
16
|
*
|
@@ -72,11 +72,11 @@ declare class AXImageComponent extends MXBaseComponent implements OnInit {
|
|
72
72
|
/**
|
73
73
|
* @ignore
|
74
74
|
*/
|
75
|
-
_handleLoadImage(e: Event): void;
|
75
|
+
protected _handleLoadImage(e: Event): void;
|
76
76
|
/**
|
77
77
|
* @ignore
|
78
78
|
*/
|
79
|
-
_handleErrorImage(e: ErrorEvent): void;
|
79
|
+
protected _handleErrorImage(e: ErrorEvent): void;
|
80
80
|
/**
|
81
81
|
* @ignore
|
82
82
|
*/
|
package/image-editor/index.d.ts
CHANGED
@@ -40,7 +40,7 @@ declare class AXImageEditorService {
|
|
40
40
|
*/
|
41
41
|
declare class AXImageEditorCropperWindowComponent implements OnDestroy {
|
42
42
|
#private;
|
43
|
-
showGrid: _angular_core.InputSignal<boolean>;
|
43
|
+
readonly showGrid: _angular_core.InputSignal<boolean>;
|
44
44
|
protected service: AXImageEditorService;
|
45
45
|
private ngZone;
|
46
46
|
private selectedHandle;
|
@@ -83,15 +83,15 @@ declare class AXImageEditorViewComponent extends MXBaseComponent implements OnDe
|
|
83
83
|
/**
|
84
84
|
* its change grid display state.
|
85
85
|
*/
|
86
|
-
showGrid: _angular_core.InputSignal<boolean>;
|
86
|
+
readonly showGrid: _angular_core.InputSignal<boolean>;
|
87
87
|
/**
|
88
88
|
* its change grid display state.
|
89
89
|
*/
|
90
|
-
lockRatio: _angular_core.WritableSignal<boolean>;
|
90
|
+
readonly lockRatio: _angular_core.WritableSignal<boolean>;
|
91
91
|
/**
|
92
92
|
* its receive image src.
|
93
93
|
*/
|
94
|
-
src: _angular_core.InputSignal<string>;
|
94
|
+
readonly src: _angular_core.InputSignal<string>;
|
95
95
|
/** @ignore */
|
96
96
|
protected canvasElem: _angular_core.Signal<ElementRef<HTMLCanvasElement>>;
|
97
97
|
/** @ignore */
|
@@ -166,6 +166,12 @@ declare class AXImageEditorContainerComponent extends AXImageEditorContainerComp
|
|
166
166
|
protected service: AXImageEditorService;
|
167
167
|
imageEditorContainer: _angular_core.Signal<ElementRef<any>>;
|
168
168
|
view: _angular_core.Signal<AXImageEditorViewComponent>;
|
169
|
+
/**
|
170
|
+
* Saves the current edited image and commits the value to the component.
|
171
|
+
* If the image has been modified, it commits the image blob array. If no changes were made, it commits null.
|
172
|
+
*
|
173
|
+
* @returns void - No return value. The edited image is saved and the onValueChanged event is emitted.
|
174
|
+
*/
|
169
175
|
save(): void;
|
170
176
|
protected cropButtonHandler(): void;
|
171
177
|
get __hostClass(): string;
|
package/menu/index.d.ts
CHANGED
@@ -53,11 +53,11 @@ type AXContextMenuItemsClickEvent = AXMenuItemClickBaseEvent<AXContextMenuCompon
|
|
53
53
|
* @category Components
|
54
54
|
*/
|
55
55
|
declare class AXContextMenuComponent extends NXComponent {
|
56
|
-
orientation: _angular_core.InputSignal<AXOrientation>;
|
57
|
-
openOn: _angular_core.InputSignal<AXMenuOpenTrigger>;
|
58
|
-
closeOn: _angular_core.InputSignal<AXMenuCloseTrigger>;
|
59
|
-
|
60
|
-
target: _angular_core.InputSignal<string | HTMLElement | HTMLElement[]>;
|
56
|
+
readonly orientation: _angular_core.InputSignal<AXOrientation>;
|
57
|
+
readonly openOn: _angular_core.InputSignal<AXMenuOpenTrigger>;
|
58
|
+
readonly closeOn: _angular_core.InputSignal<AXMenuCloseTrigger>;
|
59
|
+
readonly originalItems: _angular_core.InputSignal<AXMenuItem[]>;
|
60
|
+
readonly target: _angular_core.InputSignal<string | HTMLElement | HTMLElement[]>;
|
61
61
|
onItemClick: _angular_core.OutputEmitterRef<AXContextMenuItemsClickEvent>;
|
62
62
|
onOpening: _angular_core.OutputEmitterRef<AXContextMenuOpeningEvent>;
|
63
63
|
hasArrow: _angular_core.WritableSignal<boolean>;
|
@@ -95,7 +95,7 @@ declare class AXContextMenuComponent extends NXComponent {
|
|
95
95
|
/** @ignore */
|
96
96
|
get __hostClass(): any;
|
97
97
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXContextMenuComponent, never>;
|
98
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXContextMenuComponent, "ax-context-menu", never, { "orientation": { "alias": "orientation"; "required": false; "isSignal": true; }; "openOn": { "alias": "openOn"; "required": false; "isSignal": true; }; "closeOn": { "alias": "closeOn"; "required": false; "isSignal": true; }; "
|
98
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXContextMenuComponent, "ax-context-menu", never, { "orientation": { "alias": "orientation"; "required": false; "isSignal": true; }; "openOn": { "alias": "openOn"; "required": false; "isSignal": true; }; "closeOn": { "alias": "closeOn"; "required": false; "isSignal": true; }; "originalItems": { "alias": "items"; "required": false; "isSignal": true; }; "target": { "alias": "target"; "required": false; "isSignal": true; }; }, { "onItemClick": "onItemClick"; "onOpening": "onOpening"; }, never, ["ax-menu-item,ax-divider,ax-title,ng-container"], true, never>;
|
99
99
|
}
|
100
100
|
|
101
101
|
type AXMenuItemClickEvent = AXMenuItemClickBaseEvent<AXMenuItemComponent>;
|
package/modal/index.d.ts
CHANGED
package/number-box-2/index.d.ts
CHANGED
@@ -25,7 +25,7 @@ declare class AXNumberBox2Component extends AXNumberBox2Component_base {
|
|
25
25
|
protected mode: _angular_core.WritableSignal<"digits" | "thousandsSeparator" | "decimal">;
|
26
26
|
private input;
|
27
27
|
protected stringValue: string;
|
28
|
-
protected internalValueChanged(value:
|
28
|
+
protected internalValueChanged(value: number): void;
|
29
29
|
private plusValue;
|
30
30
|
private minusValue;
|
31
31
|
protected handleOnKeydownEvent(e: KeyboardEvent): void;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@acorex/components",
|
3
|
-
"version": "20.1.
|
3
|
+
"version": "20.1.32",
|
4
4
|
"peerDependencies": {
|
5
5
|
"@angular/common": "^20.0.0",
|
6
6
|
"@angular/core": "^20.0.0",
|
@@ -8,14 +8,34 @@
|
|
8
8
|
"polytype": ">=0.17.0",
|
9
9
|
"imask": ">=7.6.1",
|
10
10
|
"angular-imask": ">=7.6.1",
|
11
|
-
"qrcode": "^1.5.4",
|
12
11
|
"gridstack": "^11.1.2",
|
13
|
-
"maska": ">=3.1.1",
|
14
12
|
"rrule": "^2.8.1",
|
15
13
|
"leaflet": "^1.9.4",
|
16
14
|
"leaflet-draw": "^1.0.4",
|
17
15
|
"leaflet.locatecontrol": "^0.81.1",
|
18
|
-
"quill-delta-to-html": ">=0.12.1"
|
16
|
+
"quill-delta-to-html": ">=0.12.1",
|
17
|
+
"@codemirror/state": "^6.4.0",
|
18
|
+
"@codemirror/view": "^6.30.0",
|
19
|
+
"@codemirror/language": "^6.10.0",
|
20
|
+
"@codemirror/autocomplete": "^6.18.2",
|
21
|
+
"@codemirror/commands": "^6.6.0",
|
22
|
+
"@codemirror/search": "^6.5.8",
|
23
|
+
"@codemirror/lint": "^6.8.0",
|
24
|
+
"@codemirror/lang-javascript": "^6.2.2",
|
25
|
+
"@codemirror/lang-json": "^6.0.1",
|
26
|
+
"@codemirror/lang-html": "^6.4.8",
|
27
|
+
"@codemirror/lang-css": "^6.2.1",
|
28
|
+
"@codemirror/lang-sql": "^6.5.4",
|
29
|
+
"@codemirror/lang-xml": "^6.1.0",
|
30
|
+
"@codemirror/lang-markdown": "^6.2.4",
|
31
|
+
"@codemirror/lang-sass": "^6.0.2",
|
32
|
+
"@codemirror/theme-one-dark": "^6.1.0",
|
33
|
+
"prettier": ">=3.0.0"
|
34
|
+
},
|
35
|
+
"peerDependenciesMeta": {
|
36
|
+
"prettier": {
|
37
|
+
"optional": true
|
38
|
+
}
|
19
39
|
},
|
20
40
|
"dependencies": {
|
21
41
|
"tslib": "^2.3.0"
|
@@ -95,6 +115,10 @@
|
|
95
115
|
"types": "./collapse/index.d.ts",
|
96
116
|
"default": "./fesm2022/acorex-components-collapse.mjs"
|
97
117
|
},
|
118
|
+
"./code-editor": {
|
119
|
+
"types": "./code-editor/index.d.ts",
|
120
|
+
"default": "./fesm2022/acorex-components-code-editor.mjs"
|
121
|
+
},
|
98
122
|
"./color-box": {
|
99
123
|
"types": "./color-box/index.d.ts",
|
100
124
|
"default": "./fesm2022/acorex-components-color-box.mjs"
|
@@ -139,14 +163,14 @@
|
|
139
163
|
"types": "./decorators/index.d.ts",
|
140
164
|
"default": "./fesm2022/acorex-components-decorators.mjs"
|
141
165
|
},
|
142
|
-
"./drawer": {
|
143
|
-
"types": "./drawer/index.d.ts",
|
144
|
-
"default": "./fesm2022/acorex-components-drawer.mjs"
|
145
|
-
},
|
146
166
|
"./dialog": {
|
147
167
|
"types": "./dialog/index.d.ts",
|
148
168
|
"default": "./fesm2022/acorex-components-dialog.mjs"
|
149
169
|
},
|
170
|
+
"./drawer": {
|
171
|
+
"types": "./drawer/index.d.ts",
|
172
|
+
"default": "./fesm2022/acorex-components-drawer.mjs"
|
173
|
+
},
|
150
174
|
"./drawer-2": {
|
151
175
|
"types": "./drawer-2/index.d.ts",
|
152
176
|
"default": "./fesm2022/acorex-components-drawer-2.mjs"
|
@@ -263,6 +287,10 @@
|
|
263
287
|
"types": "./pdf-reader/index.d.ts",
|
264
288
|
"default": "./fesm2022/acorex-components-pdf-reader.mjs"
|
265
289
|
},
|
290
|
+
"./phone-box": {
|
291
|
+
"types": "./phone-box/index.d.ts",
|
292
|
+
"default": "./fesm2022/acorex-components-phone-box.mjs"
|
293
|
+
},
|
266
294
|
"./picker": {
|
267
295
|
"types": "./picker/index.d.ts",
|
268
296
|
"default": "./fesm2022/acorex-components-picker.mjs"
|
@@ -359,10 +387,6 @@
|
|
359
387
|
"types": "./sliding-item/index.d.ts",
|
360
388
|
"default": "./fesm2022/acorex-components-sliding-item.mjs"
|
361
389
|
},
|
362
|
-
"./phone-box": {
|
363
|
-
"types": "./phone-box/index.d.ts",
|
364
|
-
"default": "./fesm2022/acorex-components-phone-box.mjs"
|
365
|
-
},
|
366
390
|
"./step-wizard": {
|
367
391
|
"types": "./step-wizard/index.d.ts",
|
368
392
|
"default": "./fesm2022/acorex-components-step-wizard.mjs"
|
@@ -391,14 +415,14 @@
|
|
391
415
|
"types": "./text-box/index.d.ts",
|
392
416
|
"default": "./fesm2022/acorex-components-text-box.mjs"
|
393
417
|
},
|
394
|
-
"./time-line": {
|
395
|
-
"types": "./time-line/index.d.ts",
|
396
|
-
"default": "./fesm2022/acorex-components-time-line.mjs"
|
397
|
-
},
|
398
418
|
"./time-duration": {
|
399
419
|
"types": "./time-duration/index.d.ts",
|
400
420
|
"default": "./fesm2022/acorex-components-time-duration.mjs"
|
401
421
|
},
|
422
|
+
"./time-line": {
|
423
|
+
"types": "./time-line/index.d.ts",
|
424
|
+
"default": "./fesm2022/acorex-components-time-line.mjs"
|
425
|
+
},
|
402
426
|
"./toast": {
|
403
427
|
"types": "./toast/index.d.ts",
|
404
428
|
"default": "./fesm2022/acorex-components-toast.mjs"
|
package/paint/index.d.ts
CHANGED
@@ -35,7 +35,7 @@ declare const AXPaintContainerComponent_base: polytype.Polytype.ClusteredConstru
|
|
35
35
|
declare class AXPaintContainerComponent extends AXPaintContainerComponent_base {
|
36
36
|
#private;
|
37
37
|
protected service: AXPaintService;
|
38
|
-
editMode: _angular_core.InputSignal<boolean>;
|
38
|
+
readonly editMode: _angular_core.InputSignal<boolean>;
|
39
39
|
get __hostClass(): string;
|
40
40
|
setActiveTool(tool: 'pen' | 'highlight' | 'eraser'): void;
|
41
41
|
setPenColor(color: string | CanvasGradient | CanvasPattern): void;
|
@@ -62,14 +62,15 @@ declare class AXPaintViewComponent implements OnDestroy {
|
|
62
62
|
/** @ignore */
|
63
63
|
protected renderer: Renderer2;
|
64
64
|
private platformID;
|
65
|
+
protected hostElem: ElementRef<any>;
|
65
66
|
/** @ignore */
|
66
|
-
resizeEvent
|
67
|
+
private resizeEvent;
|
67
68
|
/**
|
68
69
|
* Specifies the class that pass to component.
|
69
70
|
*
|
70
71
|
*/
|
71
|
-
customClass: _angular_core.InputSignal<string>;
|
72
|
-
paintBackgroundColor: _angular_core.InputSignal<"black" | "white">;
|
72
|
+
readonly customClass: _angular_core.InputSignal<string>;
|
73
|
+
readonly paintBackgroundColor: _angular_core.InputSignal<"black" | "white">;
|
73
74
|
/** @ignore */
|
74
75
|
protected canvasElem: _angular_core.Signal<ElementRef<HTMLCanvasElement>>;
|
75
76
|
/** @ignore */
|
@@ -78,7 +79,6 @@ declare class AXPaintViewComponent implements OnDestroy {
|
|
78
79
|
protected isPainting: _angular_core.WritableSignal<boolean>;
|
79
80
|
/** @ignore */
|
80
81
|
protected isUserInteract: _angular_core.WritableSignal<boolean>;
|
81
|
-
protected hostElem: ElementRef<any>;
|
82
82
|
/** @ignore */
|
83
83
|
ngOnDestroy(): void;
|
84
84
|
/** @ignore */
|
package/password-box/index.d.ts
CHANGED
@@ -1,6 +1,5 @@
|
|
1
1
|
import * as polytype from 'polytype';
|
2
2
|
import * as _angular_core from '@angular/core';
|
3
|
-
import { ElementRef } from '@angular/core';
|
4
3
|
import { MXInputBaseValueComponent, MXLookComponent } from '@acorex/cdk/common';
|
5
4
|
import * as i1 from '@angular/common';
|
6
5
|
import * as i2 from '@angular/forms';
|
@@ -21,8 +20,6 @@ declare const AXPasswordBoxComponent_base: polytype.Polytype.ClusteredConstructo
|
|
21
20
|
* @category Components
|
22
21
|
*/
|
23
22
|
declare class AXPasswordBoxComponent extends AXPasswordBoxComponent_base {
|
24
|
-
/** @ignore */
|
25
|
-
input: ElementRef<HTMLInputElement>;
|
26
23
|
/** @ignore */
|
27
24
|
protected _type: 'password' | 'text';
|
28
25
|
/** @ignore */
|
@@ -30,7 +27,7 @@ declare class AXPasswordBoxComponent extends AXPasswordBoxComponent_base {
|
|
30
27
|
/**
|
31
28
|
* Sets the autocomplete behavior for the input field.
|
32
29
|
*/
|
33
|
-
autoComplete: 'current-password' | 'new-password' | 'one-time-code' | 'off';
|
30
|
+
protected readonly autoComplete: 'current-password' | 'new-password' | 'one-time-code' | 'off';
|
34
31
|
/**
|
35
32
|
* A flag for showing or hiding password button.
|
36
33
|
*/
|
@@ -40,7 +37,7 @@ declare class AXPasswordBoxComponent extends AXPasswordBoxComponent_base {
|
|
40
37
|
*/
|
41
38
|
classNames: string;
|
42
39
|
/** @ignore */
|
43
|
-
_handleModelChange(value: string): void;
|
40
|
+
protected _handleModelChange(value: string): void;
|
44
41
|
/**
|
45
42
|
* Toggles the input type between 'password' and 'text' to show or hide the password.
|
46
43
|
*/
|
package/phone-box/index.d.ts
CHANGED
@@ -1,8 +1,6 @@
|
|
1
1
|
import * as polytype from 'polytype';
|
2
2
|
import * as _angular_core from '@angular/core';
|
3
3
|
import { MXInputBaseValueComponent, MXLookComponent, AXDataSource, AXValueChangedEvent } from '@acorex/cdk/common';
|
4
|
-
import * as i8 from '@acorex/components/text-box';
|
5
|
-
import { AXTextBoxComponent } from '@acorex/components/text-box';
|
6
4
|
import { CountryItem } from '@acorex/core/constants';
|
7
5
|
import * as i1 from '@angular/common';
|
8
6
|
import * as i2 from '@angular/forms';
|
@@ -11,6 +9,7 @@ import * as i4 from '@acorex/components/select-box';
|
|
11
9
|
import * as i5 from '@acorex/components/search-box';
|
12
10
|
import * as i6 from '@acorex/components/decorators';
|
13
11
|
import * as i7 from '@acorex/components/button';
|
12
|
+
import * as i8 from '@acorex/components/text-box';
|
14
13
|
|
15
14
|
declare const AXPhoneBoxComponent_base: polytype.Polytype.ClusteredConstructor<[{
|
16
15
|
new (): MXInputBaseValueComponent<string>;
|
@@ -26,16 +25,16 @@ declare class AXPhoneBoxComponent extends AXPhoneBoxComponent_base {
|
|
26
25
|
/** @ignore */
|
27
26
|
protected _updateOn: 'change' | 'blur' | 'submit';
|
28
27
|
/** @ignore */
|
29
|
-
textbox
|
30
|
-
flags: _angular_core.WritableSignal<string>;
|
28
|
+
private textbox;
|
29
|
+
protected flags: _angular_core.WritableSignal<string>;
|
31
30
|
/**
|
32
31
|
* CSS classes to apply to the component.
|
33
32
|
*/
|
34
|
-
classNames: string;
|
33
|
+
readonly classNames: string;
|
35
34
|
/**
|
36
35
|
* static precode.
|
37
36
|
*/
|
38
|
-
precode: _angular_core.InputSignal<unknown>;
|
37
|
+
readonly precode: _angular_core.InputSignal<unknown>;
|
39
38
|
/**
|
40
39
|
* The default country value for the component.
|
41
40
|
*/
|
@@ -43,11 +42,11 @@ declare class AXPhoneBoxComponent extends AXPhoneBoxComponent_base {
|
|
43
42
|
/**
|
44
43
|
* List of included values for the component.
|
45
44
|
*/
|
46
|
-
included: _angular_core.InputSignal<string[]>;
|
45
|
+
readonly included: _angular_core.InputSignal<string[]>;
|
47
46
|
/**
|
48
47
|
* List of excluded values for the component.
|
49
48
|
*/
|
50
|
-
excluded: _angular_core.InputSignal<string[]>;
|
49
|
+
readonly excluded: _angular_core.InputSignal<string[]>;
|
51
50
|
private selectBox;
|
52
51
|
/** @ignore */
|
53
52
|
protected countries: _angular_core.WritableSignal<CountryItem[]>;
|
package/popover/index.d.ts
CHANGED
@@ -38,7 +38,7 @@ declare class AXPopoverComponent extends MXBaseComponent implements OnDestroy {
|
|
38
38
|
private resize$;
|
39
39
|
/** @ignore */
|
40
40
|
private _disabled;
|
41
|
-
width: i0.InputSignal<string>;
|
41
|
+
readonly width: i0.InputSignal<string>;
|
42
42
|
/**
|
43
43
|
* Gets or sets whether the popover is disabled.
|
44
44
|
* When disabled, the popover will not open and will close if already open.
|
package/popup/index.d.ts
CHANGED
@@ -70,11 +70,11 @@ declare class AXPopupComponent extends MXBaseComponent implements OnInit {
|
|
70
70
|
/** @ignore */
|
71
71
|
ngOnInit(): void;
|
72
72
|
/** @ignore */
|
73
|
-
_handleAttched(ref: CdkPortalOutletAttachedRef): void;
|
73
|
+
protected _handleAttched(ref: CdkPortalOutletAttachedRef): void;
|
74
74
|
/** @ignore */
|
75
75
|
onKeydownHandler(event: KeyboardEvent): void;
|
76
76
|
/** @ignore */
|
77
|
-
_handleCloseClick(): void;
|
77
|
+
protected _handleCloseClick(): void;
|
78
78
|
/** @ignore */
|
79
79
|
ngOnDestroy(): void;
|
80
80
|
/**
|
package/qrcode/index.d.ts
CHANGED
@@ -10,32 +10,32 @@ declare class AXQrcodeComponent implements AfterViewInit {
|
|
10
10
|
/**
|
11
11
|
* @description Value of QR code
|
12
12
|
*/
|
13
|
-
content: _angular_core.InputSignal<string>;
|
13
|
+
readonly content: _angular_core.InputSignal<string>;
|
14
14
|
/**
|
15
15
|
* @description Size of the QR code
|
16
16
|
* @default 256
|
17
17
|
*/
|
18
|
-
size: _angular_core.InputSignal<number>;
|
18
|
+
readonly size: _angular_core.InputSignal<number>;
|
19
19
|
/**
|
20
20
|
* @description Error correction level can be 'L' | 'M' | 'Q' | 'H'
|
21
21
|
* @default 'M'
|
22
22
|
*/
|
23
|
-
level: _angular_core.InputSignal<AXQrcodeLevel>;
|
23
|
+
readonly level: _angular_core.InputSignal<AXQrcodeLevel>;
|
24
24
|
/**
|
25
25
|
* @description QR code color, can be a hex code or CSS color name
|
26
26
|
* @default '#000000'
|
27
27
|
*/
|
28
|
-
color: _angular_core.InputSignal<string>;
|
28
|
+
readonly color: _angular_core.InputSignal<string>;
|
29
29
|
/**
|
30
30
|
* @description QR code Background color, can be a hex code or CSS color name
|
31
31
|
* @default '#FFFFFF'
|
32
32
|
*/
|
33
|
-
backgroundColor: _angular_core.InputSignal<string>;
|
33
|
+
readonly backgroundColor: _angular_core.InputSignal<string>;
|
34
34
|
/**
|
35
35
|
* @description Type of output can be 'canvas' | 'svg' | 'url'
|
36
36
|
* @default 'canvas'
|
37
37
|
*/
|
38
|
-
outputType: _angular_core.InputSignal<AXQrcodeOutputType>;
|
38
|
+
readonly outputType: _angular_core.InputSignal<AXQrcodeOutputType>;
|
39
39
|
/**
|
40
40
|
* @ignore
|
41
41
|
*/
|
@@ -53,7 +53,7 @@ declare class AXQrcodeComponent implements AfterViewInit {
|
|
53
53
|
private svg;
|
54
54
|
constructor();
|
55
55
|
ngAfterViewInit(): void;
|
56
|
-
generate
|
56
|
+
private generate;
|
57
57
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXQrcodeComponent, never>;
|
58
58
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXQrcodeComponent, "ax-qrcode", never, { "content": { "alias": "content"; "required": true; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "level": { "alias": "level"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "backgroundColor": { "alias": "backgroundColor"; "required": false; "isSignal": true; }; "outputType": { "alias": "outputType"; "required": false; "isSignal": true; }; }, {}, never, ["img"], true, never>;
|
59
59
|
}
|
package/query-builder/index.d.ts
CHANGED
@@ -13,7 +13,7 @@ import * as i8 from '@angular/common';
|
|
13
13
|
|
14
14
|
declare class AXQueryBuilderComponent {
|
15
15
|
#private;
|
16
|
-
columnData: _angular_core.InputSignal<any[]>;
|
16
|
+
readonly columnData: _angular_core.InputSignal<any[]>;
|
17
17
|
queryData: _angular_core.ModelSignal<any[]>;
|
18
18
|
onValueChanged: _angular_core.OutputEmitterRef<any[]>;
|
19
19
|
protected selectBoxRef: _angular_core.Signal<AXSelectBoxComponent>;
|
package/range-slider/index.d.ts
CHANGED
@@ -33,13 +33,13 @@ declare class AXRangeSliderComponent extends AXRangeSliderComponent_base {
|
|
33
33
|
* The orientation of the slider, either 'horizontal' or 'vertical'.
|
34
34
|
* @default 'horizontal'
|
35
35
|
*/
|
36
|
-
orientation: _angular_core.InputSignal<AXOrientation>;
|
36
|
+
readonly orientation: _angular_core.InputSignal<AXOrientation>;
|
37
37
|
/**
|
38
38
|
* @description
|
39
39
|
* Color theme for the slider, affecting highlight, tooltip, and handler.
|
40
40
|
* @default 'primary'
|
41
41
|
*/
|
42
|
-
color: _angular_core.InputSignal<"success" | "primary" | "secondary" | "warning" | "danger">;
|
42
|
+
readonly color: _angular_core.InputSignal<"success" | "primary" | "secondary" | "warning" | "danger">;
|
43
43
|
/**
|
44
44
|
* @description
|
45
45
|
* The value(s) of the slider. Can be a single number for single mode or an array of two numbers for dual mode.
|
@@ -50,67 +50,67 @@ declare class AXRangeSliderComponent extends AXRangeSliderComponent_base {
|
|
50
50
|
* The mode of the slider, either 'single' or 'dual'.
|
51
51
|
* @default 'single'
|
52
52
|
*/
|
53
|
-
mode: _angular_core.InputSignal<AXRangeSliderMode>;
|
53
|
+
readonly mode: _angular_core.InputSignal<AXRangeSliderMode>;
|
54
54
|
/**
|
55
55
|
* @description
|
56
56
|
* The minimum value of the slider.
|
57
57
|
* @default 0
|
58
58
|
*/
|
59
|
-
min: _angular_core.InputSignal<number>;
|
59
|
+
readonly min: _angular_core.InputSignal<number>;
|
60
60
|
/**
|
61
61
|
* @description
|
62
62
|
* The maximum value of the slider.
|
63
63
|
* @default 100
|
64
64
|
*/
|
65
|
-
max: _angular_core.InputSignal<number>;
|
65
|
+
readonly max: _angular_core.InputSignal<number>;
|
66
66
|
/**
|
67
67
|
* @description
|
68
68
|
* The step increment for value changes.
|
69
69
|
* @default 1
|
70
70
|
*/
|
71
|
-
step: _angular_core.InputSignal<number>;
|
71
|
+
readonly step: _angular_core.InputSignal<number>;
|
72
72
|
/**
|
73
73
|
* @description
|
74
74
|
* The snapping increment for the slider.
|
75
75
|
* @default 1
|
76
76
|
*/
|
77
|
-
snap: _angular_core.InputSignal<number>;
|
77
|
+
readonly snap: _angular_core.InputSignal<number>;
|
78
78
|
/**
|
79
79
|
* @description
|
80
80
|
* Mode for displaying tooltips, can be at the start, end, or both.
|
81
81
|
* @default 'end'
|
82
82
|
*/
|
83
|
-
tooltipMode: _angular_core.InputSignal<AXRangeSliderTooltipMode>;
|
83
|
+
readonly tooltipMode: _angular_core.InputSignal<AXRangeSliderTooltipMode>;
|
84
84
|
/**
|
85
85
|
* @description
|
86
86
|
* Mode for snapping, can snap at the start, end, or both.
|
87
87
|
* @default 'start'
|
88
88
|
*/
|
89
|
-
snapMode: _angular_core.InputSignal<AXRangeSliderSnapMode>;
|
89
|
+
readonly snapMode: _angular_core.InputSignal<AXRangeSliderSnapMode>;
|
90
90
|
/**
|
91
91
|
* @description
|
92
92
|
* Whether the slider should have steps.
|
93
93
|
* @default true
|
94
94
|
*/
|
95
|
-
hasStep: _angular_core.InputSignal<boolean>;
|
95
|
+
readonly hasStep: _angular_core.InputSignal<boolean>;
|
96
96
|
/**
|
97
97
|
* @description
|
98
98
|
* Whether the slider should display snapping.
|
99
99
|
* @default false
|
100
100
|
*/
|
101
|
-
hasSnap: _angular_core.InputSignal<boolean>;
|
101
|
+
readonly hasSnap: _angular_core.InputSignal<boolean>;
|
102
102
|
/**
|
103
103
|
* @description
|
104
104
|
* Whether the slider should display labels for snapping points.
|
105
105
|
* @default Value derived from `hasSnap()`
|
106
106
|
*/
|
107
|
-
hasLable: _angular_core.InputSignal<boolean>;
|
107
|
+
readonly hasLable: _angular_core.InputSignal<boolean>;
|
108
108
|
/**
|
109
109
|
* @description
|
110
110
|
* Whether the slider should display tooltips.
|
111
111
|
* @default false
|
112
112
|
*/
|
113
|
-
hasTooltip: _angular_core.InputSignal<boolean>;
|
113
|
+
readonly hasTooltip: _angular_core.InputSignal<boolean>;
|
114
114
|
/**
|
115
115
|
* @ignore
|
116
116
|
*/
|
package/rate-picker/index.d.ts
CHANGED
@@ -18,27 +18,27 @@ declare class AXRatePickerComponent extends MXValueComponent<number> {
|
|
18
18
|
* The icon to be used for each rating point.
|
19
19
|
* @default 'fa-star'
|
20
20
|
*/
|
21
|
-
iconName: _angular_core.InputSignal<string>;
|
21
|
+
readonly iconName: _angular_core.InputSignal<string>;
|
22
22
|
/**
|
23
23
|
* @description
|
24
24
|
* Maximum value for the rating.
|
25
25
|
* Defines how many rating points are available.
|
26
26
|
* @default 5
|
27
27
|
*/
|
28
|
-
max: _angular_core.InputSignal<number>;
|
28
|
+
readonly max: _angular_core.InputSignal<number>;
|
29
29
|
/**
|
30
30
|
* @description
|
31
31
|
* Defines the step increment between rating values.
|
32
32
|
* The rating value will be rounded to the nearest multiple of this step.
|
33
33
|
* @default 0.01
|
34
34
|
*/
|
35
|
-
step: _angular_core.InputSignal<number>;
|
35
|
+
readonly step: _angular_core.InputSignal<number>;
|
36
36
|
/**
|
37
37
|
* @description
|
38
38
|
* Whether the rating should have a transition effect when changing values.
|
39
39
|
* @default true
|
40
40
|
*/
|
41
|
-
hasTransition: _angular_core.InputSignal<boolean>;
|
41
|
+
readonly hasTransition: _angular_core.InputSignal<boolean>;
|
42
42
|
/**
|
43
43
|
* @description
|
44
44
|
* The percentage of the current rating value relative to the maximum rating.
|
@@ -110,7 +110,7 @@ declare class AXRestApiAuthComponent {
|
|
110
110
|
|
111
111
|
declare class AXRestApiGeneratorComponent {
|
112
112
|
#private;
|
113
|
-
value: i0.InputSignal<AXRestApiOutput>;
|
113
|
+
readonly value: i0.InputSignal<AXRestApiOutput>;
|
114
114
|
onValueChange: i0.OutputEmitterRef<AXRestApiOutput>;
|
115
115
|
protected service: AXRestApiGeneratorService;
|
116
116
|
protected urlHandler(e: AXValueChangedEvent<any>): void;
|