@acorex/components 6.1.3 → 6.1.4

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.
Files changed (59) hide show
  1. package/alert/src/alert.component.d.ts +3 -2
  2. package/badge/src/badge.component.d.ts +3 -2
  3. package/breadcrumbs/src/breadcrumbs-item.component.d.ts +8 -6
  4. package/button/src/button-group.component.d.ts +8 -6
  5. package/button/src/button-item.component.d.ts +8 -6
  6. package/calendar/src/calendar.component.d.ts +1 -1
  7. package/color-picker/src/color-picker.component.d.ts +24 -20
  8. package/date-picker/src/datepicker.component.d.ts +18 -15
  9. package/esm2020/calendar/src/calendar.component.mjs +4 -3
  10. package/esm2020/common/src/components.class.mjs +1 -1
  11. package/esm2020/data-pager/src/data-pager-next-buttons.components.mjs +7 -5
  12. package/esm2020/data-pager/src/data-pager-numeric-selector.component.mjs +5 -5
  13. package/esm2020/data-pager/src/data-pager-pagesize-dropdown.component.mjs +2 -1
  14. package/esm2020/data-pager/src/data-pager-prev-buttons.component.mjs +5 -5
  15. package/esm2020/date-picker/src/datepicker.component.mjs +5 -4
  16. package/esm2020/mixin/src/base-components.class.mjs +26 -18
  17. package/esm2020/textbox/src/mask-options.directive.mjs +6 -4
  18. package/esm2020/textbox/src/textbox.component.mjs +16 -10
  19. package/fesm2015/acorex-components-calendar.mjs +3 -2
  20. package/fesm2015/acorex-components-calendar.mjs.map +1 -1
  21. package/fesm2015/acorex-components-common.mjs.map +1 -1
  22. package/fesm2015/acorex-components-data-pager.mjs +15 -12
  23. package/fesm2015/acorex-components-data-pager.mjs.map +1 -1
  24. package/fesm2015/acorex-components-date-picker.mjs +4 -3
  25. package/fesm2015/acorex-components-date-picker.mjs.map +1 -1
  26. package/fesm2015/acorex-components-mixin.mjs +25 -17
  27. package/fesm2015/acorex-components-mixin.mjs.map +1 -1
  28. package/fesm2015/acorex-components-textbox.mjs +21 -11
  29. package/fesm2015/acorex-components-textbox.mjs.map +1 -1
  30. package/fesm2020/acorex-components-calendar.mjs +3 -2
  31. package/fesm2020/acorex-components-calendar.mjs.map +1 -1
  32. package/fesm2020/acorex-components-common.mjs.map +1 -1
  33. package/fesm2020/acorex-components-data-pager.mjs +15 -12
  34. package/fesm2020/acorex-components-data-pager.mjs.map +1 -1
  35. package/fesm2020/acorex-components-date-picker.mjs +4 -3
  36. package/fesm2020/acorex-components-date-picker.mjs.map +1 -1
  37. package/fesm2020/acorex-components-mixin.mjs +25 -17
  38. package/fesm2020/acorex-components-mixin.mjs.map +1 -1
  39. package/fesm2020/acorex-components-textbox.mjs +20 -11
  40. package/fesm2020/acorex-components-textbox.mjs.map +1 -1
  41. package/mixin/src/base-components.class.d.ts +6 -7
  42. package/mixin/src/base-menu-mixin.class.d.ts +6 -5
  43. package/mixin/src/button-mixin.class.d.ts +3 -2
  44. package/mixin/src/clickable-mixin.class.d.ts +6 -3
  45. package/mixin/src/color-look-mixing.class.d.ts +3 -2
  46. package/mixin/src/datalist-component.class.d.ts +11 -10
  47. package/mixin/src/dropdown-mixin.class.d.ts +3 -2
  48. package/mixin/src/interactive-mixin.class.d.ts +5 -4
  49. package/mixin/src/loading-mixin.class.d.ts +3 -2
  50. package/mixin/src/mixin.class.d.ts +82 -61
  51. package/mixin/src/page-component.class.d.ts +3 -2
  52. package/mixin/src/selection-component.class.d.ts +6 -3
  53. package/mixin/src/sizable-mixin.class.d.ts +3 -2
  54. package/mixin/src/textbox-mixin.class.d.ts +7 -2
  55. package/mixin/src/value-mixin.class.d.ts +9 -8
  56. package/package.json +1 -1
  57. package/tabs/src/tab-item.component.d.ts +3 -2
  58. package/textbox/src/mask-options.directive.d.ts +3 -0
  59. package/textbox/src/textbox.component.d.ts +4 -4
@@ -2,8 +2,9 @@ import { AXBaseComponent } from "./base-components.class";
2
2
  export declare const AXBaseComponentMixin: {
3
3
  new (...args: any[]): {
4
4
  id: string;
5
+ "__#34452@#rtl": boolean;
5
6
  rtl: boolean;
6
- "__#34353@#elementRef": import("@angular/core").ElementRef<any>;
7
+ "__#34452@#elementRef": import("@angular/core").ElementRef<any>;
7
8
  _cdr: import("@angular/core").ChangeDetectorRef;
8
9
  _isInited: boolean;
9
10
  _isRendered: boolean;
@@ -18,10 +19,10 @@ export declare const AXBaseComponentMixin: {
18
19
  onInit(): void;
19
20
  onViewInit(): void;
20
21
  onDestroy(): void;
22
+ _applyRtl(): void;
21
23
  _onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
22
24
  _onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
23
25
  _setOption(option: import("./base-components.class").AXComponentSetOption): void;
24
- _isRtl(): boolean;
25
26
  };
26
27
  } & typeof AXBaseComponent;
27
28
  export declare const AXSizableComponentMixin: {
@@ -29,8 +30,9 @@ export declare const AXSizableComponentMixin: {
29
30
  size: import("./base-components.class").AXElementSize;
30
31
  _onInternalInit(): void;
31
32
  id: string;
33
+ "__#34452@#rtl": boolean;
32
34
  rtl: boolean;
33
- "__#34353@#elementRef": import("@angular/core").ElementRef<any>;
35
+ "__#34452@#elementRef": import("@angular/core").ElementRef<any>;
34
36
  _cdr: import("@angular/core").ChangeDetectorRef;
35
37
  _isInited: boolean;
36
38
  _isRendered: boolean;
@@ -44,16 +46,17 @@ export declare const AXSizableComponentMixin: {
44
46
  onInit(): void;
45
47
  onViewInit(): void;
46
48
  onDestroy(): void;
49
+ _applyRtl(): void;
47
50
  _onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
48
51
  _onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
49
52
  _setOption(option: import("./base-components.class").AXComponentSetOption): void;
50
- _isRtl(): boolean;
51
53
  };
52
54
  } & {
53
55
  new (...args: any[]): {
54
56
  id: string;
57
+ "__#34452@#rtl": boolean;
55
58
  rtl: boolean;
56
- "__#34353@#elementRef": import("@angular/core").ElementRef<any>;
59
+ "__#34452@#elementRef": import("@angular/core").ElementRef<any>;
57
60
  _cdr: import("@angular/core").ChangeDetectorRef;
58
61
  _isInited: boolean;
59
62
  _isRendered: boolean;
@@ -68,10 +71,10 @@ export declare const AXSizableComponentMixin: {
68
71
  onInit(): void;
69
72
  onViewInit(): void;
70
73
  onDestroy(): void;
74
+ _applyRtl(): void;
71
75
  _onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
72
76
  _onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
73
77
  _setOption(option: import("./base-components.class").AXComponentSetOption): void;
74
- _isRtl(): boolean;
75
78
  };
76
79
  } & typeof AXBaseComponent;
77
80
  export declare const AXInteractiveComponenetMixin: {
@@ -79,8 +82,9 @@ export declare const AXInteractiveComponenetMixin: {
79
82
  size: import("./base-components.class").AXElementSize;
80
83
  _onInternalInit(): void;
81
84
  id: string;
85
+ "__#34452@#rtl": boolean;
82
86
  rtl: boolean;
83
- "__#34353@#elementRef": import("@angular/core").ElementRef<any>;
87
+ "__#34452@#elementRef": import("@angular/core").ElementRef<any>;
84
88
  _cdr: import("@angular/core").ChangeDetectorRef;
85
89
  _isInited: boolean;
86
90
  _isRendered: boolean;
@@ -94,15 +98,15 @@ export declare const AXInteractiveComponenetMixin: {
94
98
  onInit(): void;
95
99
  onViewInit(): void;
96
100
  onDestroy(): void;
101
+ _applyRtl(): void;
97
102
  _onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
98
103
  _onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
99
104
  _setOption(option: import("./base-components.class").AXComponentSetOption): void;
100
- _isRtl(): boolean;
101
105
  };
102
106
  } & (abstract new (...args: any[]) => {
103
- "__#34356@#disabled": boolean;
107
+ "__#34455@#disabled": boolean;
104
108
  disabled: boolean;
105
- "__#34356@#tabIndex": number;
109
+ "__#34455@#tabIndex": number;
106
110
  tabIndex: number;
107
111
  onFocus: import("@angular/core").EventEmitter<import("@acorex/components/common").AXFocusEvent>;
108
112
  _emitOnFocusEvent(e: FocusEvent): void;
@@ -111,8 +115,9 @@ export declare const AXInteractiveComponenetMixin: {
111
115
  focus(): void;
112
116
  hasFocus(): boolean;
113
117
  id: string;
118
+ "__#34452@#rtl": boolean;
114
119
  rtl: boolean;
115
- "__#34353@#elementRef": import("@angular/core").ElementRef<any>;
120
+ "__#34452@#elementRef": import("@angular/core").ElementRef<any>;
116
121
  _cdr: import("@angular/core").ChangeDetectorRef;
117
122
  _isInited: boolean;
118
123
  _isRendered: boolean;
@@ -127,15 +132,15 @@ export declare const AXInteractiveComponenetMixin: {
127
132
  onInit(): void;
128
133
  onViewInit(): void;
129
134
  onDestroy(): void;
135
+ _applyRtl(): void;
130
136
  _onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
131
137
  _onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
132
138
  _setOption(option: import("./base-components.class").AXComponentSetOption): void;
133
- _isRtl(): boolean;
134
139
  }) & typeof AXBaseComponent;
135
140
  export declare const AXBaseClickableMixin: (abstract new (...args: any[]) => {
136
- "__#34356@#disabled": boolean;
141
+ "__#34455@#disabled": boolean;
137
142
  disabled: boolean;
138
- "__#34356@#tabIndex": number;
143
+ "__#34455@#tabIndex": number;
139
144
  tabIndex: number;
140
145
  onFocus: import("@angular/core").EventEmitter<import("@acorex/components/common").AXFocusEvent>;
141
146
  _emitOnFocusEvent(e: FocusEvent): void;
@@ -144,8 +149,9 @@ export declare const AXBaseClickableMixin: (abstract new (...args: any[]) => {
144
149
  focus(): void;
145
150
  hasFocus(): boolean;
146
151
  id: string;
152
+ "__#34452@#rtl": boolean;
147
153
  rtl: boolean;
148
- "__#34353@#elementRef": import("@angular/core").ElementRef<any>;
154
+ "__#34452@#elementRef": import("@angular/core").ElementRef<any>;
149
155
  _cdr: import("@angular/core").ChangeDetectorRef;
150
156
  _isInited: boolean;
151
157
  _isRendered: boolean;
@@ -160,17 +166,18 @@ export declare const AXBaseClickableMixin: (abstract new (...args: any[]) => {
160
166
  onInit(): void;
161
167
  onViewInit(): void;
162
168
  onDestroy(): void;
169
+ _applyRtl(): void;
163
170
  _onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
164
171
  _onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
165
172
  _setOption(option: import("./base-components.class").AXComponentSetOption): void;
166
- _isRtl(): boolean;
167
173
  }) & {
168
174
  new (...args: any[]): {
169
175
  onClick: import("@angular/core").EventEmitter<import("@acorex/components/common").AXClickEvent>;
170
176
  _emitOnClickEvent(e: MouseEvent): void;
171
177
  id: string;
178
+ "__#34452@#rtl": boolean;
172
179
  rtl: boolean;
173
- "__#34353@#elementRef": import("@angular/core").ElementRef<any>;
180
+ "__#34452@#elementRef": import("@angular/core").ElementRef<any>;
174
181
  _cdr: import("@angular/core").ChangeDetectorRef;
175
182
  _isInited: boolean;
176
183
  _isRendered: boolean;
@@ -185,10 +192,10 @@ export declare const AXBaseClickableMixin: (abstract new (...args: any[]) => {
185
192
  onInit(): void;
186
193
  onViewInit(): void;
187
194
  onDestroy(): void;
195
+ _applyRtl(): void;
188
196
  _onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
189
197
  _onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
190
198
  _setOption(option: import("./base-components.class").AXComponentSetOption): void;
191
- _isRtl(): boolean;
192
199
  };
193
200
  } & typeof AXBaseComponent;
194
201
  export declare const AXBaseButtonMixin: {
@@ -196,8 +203,9 @@ export declare const AXBaseButtonMixin: {
196
203
  size: import("./base-components.class").AXElementSize;
197
204
  _onInternalInit(): void;
198
205
  id: string;
206
+ "__#34452@#rtl": boolean;
199
207
  rtl: boolean;
200
- "__#34353@#elementRef": import("@angular/core").ElementRef<any>;
208
+ "__#34452@#elementRef": import("@angular/core").ElementRef<any>;
201
209
  _cdr: import("@angular/core").ChangeDetectorRef;
202
210
  _isInited: boolean;
203
211
  _isRendered: boolean;
@@ -211,15 +219,15 @@ export declare const AXBaseButtonMixin: {
211
219
  onInit(): void;
212
220
  onViewInit(): void;
213
221
  onDestroy(): void;
222
+ _applyRtl(): void;
214
223
  _onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
215
224
  _onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
216
225
  _setOption(option: import("./base-components.class").AXComponentSetOption): void;
217
- _isRtl(): boolean;
218
226
  };
219
227
  } & (abstract new (...args: any[]) => {
220
- "__#34356@#disabled": boolean;
228
+ "__#34455@#disabled": boolean;
221
229
  disabled: boolean;
222
- "__#34356@#tabIndex": number;
230
+ "__#34455@#tabIndex": number;
223
231
  tabIndex: number;
224
232
  onFocus: import("@angular/core").EventEmitter<import("@acorex/components/common").AXFocusEvent>;
225
233
  _emitOnFocusEvent(e: FocusEvent): void;
@@ -228,8 +236,9 @@ export declare const AXBaseButtonMixin: {
228
236
  focus(): void;
229
237
  hasFocus(): boolean;
230
238
  id: string;
239
+ "__#34452@#rtl": boolean;
231
240
  rtl: boolean;
232
- "__#34353@#elementRef": import("@angular/core").ElementRef<any>;
241
+ "__#34452@#elementRef": import("@angular/core").ElementRef<any>;
233
242
  _cdr: import("@angular/core").ChangeDetectorRef;
234
243
  _isInited: boolean;
235
244
  _isRendered: boolean;
@@ -244,17 +253,18 @@ export declare const AXBaseButtonMixin: {
244
253
  onInit(): void;
245
254
  onViewInit(): void;
246
255
  onDestroy(): void;
256
+ _applyRtl(): void;
247
257
  _onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
248
258
  _onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
249
259
  _setOption(option: import("./base-components.class").AXComponentSetOption): void;
250
- _isRtl(): boolean;
251
260
  }) & {
252
261
  new (...args: any[]): {
253
262
  onClick: import("@angular/core").EventEmitter<import("@acorex/components/common").AXClickEvent>;
254
263
  _emitOnClickEvent(e: MouseEvent): void;
255
264
  id: string;
265
+ "__#34452@#rtl": boolean;
256
266
  rtl: boolean;
257
- "__#34353@#elementRef": import("@angular/core").ElementRef<any>;
267
+ "__#34452@#elementRef": import("@angular/core").ElementRef<any>;
258
268
  _cdr: import("@angular/core").ChangeDetectorRef;
259
269
  _isInited: boolean;
260
270
  _isRendered: boolean;
@@ -269,10 +279,10 @@ export declare const AXBaseButtonMixin: {
269
279
  onInit(): void;
270
280
  onViewInit(): void;
271
281
  onDestroy(): void;
282
+ _applyRtl(): void;
272
283
  _onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
273
284
  _onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
274
285
  _setOption(option: import("./base-components.class").AXComponentSetOption): void;
275
- _isRtl(): boolean;
276
286
  };
277
287
  } & {
278
288
  new (...args: any[]): {
@@ -283,8 +293,9 @@ export declare const AXBaseButtonMixin: {
283
293
  _look?: import("@acorex/components/common").AXStyleLookType;
284
294
  look: import("@acorex/components/common").AXStyleLookType;
285
295
  id: string;
296
+ "__#34452@#rtl": boolean;
286
297
  rtl: boolean;
287
- "__#34353@#elementRef": import("@angular/core").ElementRef<any>;
298
+ "__#34452@#elementRef": import("@angular/core").ElementRef<any>;
288
299
  _cdr: import("@angular/core").ChangeDetectorRef;
289
300
  _isInited: boolean;
290
301
  _isRendered: boolean;
@@ -299,10 +310,10 @@ export declare const AXBaseButtonMixin: {
299
310
  onInit(): void;
300
311
  onViewInit(): void;
301
312
  onDestroy(): void;
313
+ _applyRtl(): void;
302
314
  _onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
303
315
  _onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
304
316
  _setOption(option: import("./base-components.class").AXComponentSetOption): void;
305
- _isRtl(): boolean;
306
317
  };
307
318
  } & {
308
319
  new (...args: any[]): {
@@ -320,8 +331,9 @@ export declare const AXBaseButtonMixin: {
320
331
  'ax-state-selected': boolean;
321
332
  };
322
333
  id: string;
334
+ "__#34452@#rtl": boolean;
323
335
  rtl: boolean;
324
- "__#34353@#elementRef": import("@angular/core").ElementRef<any>;
336
+ "__#34452@#elementRef": import("@angular/core").ElementRef<any>;
325
337
  _cdr: import("@angular/core").ChangeDetectorRef;
326
338
  _isInited: boolean;
327
339
  _isRendered: boolean;
@@ -336,10 +348,10 @@ export declare const AXBaseButtonMixin: {
336
348
  onInit(): void;
337
349
  onViewInit(): void;
338
350
  onDestroy(): void;
351
+ _applyRtl(): void;
339
352
  _onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
340
353
  _onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
341
354
  _setOption(option: import("./base-components.class").AXComponentSetOption): void;
342
- _isRtl(): boolean;
343
355
  };
344
356
  } & typeof AXBaseComponent;
345
357
  export declare const AXBaseValueComponentMixin: any;
@@ -348,8 +360,9 @@ export declare const AXBaseTextBoxMixin: {
348
360
  size: import("./base-components.class").AXElementSize;
349
361
  _onInternalInit(): void;
350
362
  id: string;
363
+ "__#34452@#rtl": boolean;
351
364
  rtl: boolean;
352
- "__#34353@#elementRef": import("@angular/core").ElementRef<any>;
365
+ "__#34452@#elementRef": import("@angular/core").ElementRef<any>;
353
366
  _cdr: import("@angular/core").ChangeDetectorRef;
354
367
  _isInited: boolean;
355
368
  _isRendered: boolean;
@@ -363,15 +376,15 @@ export declare const AXBaseTextBoxMixin: {
363
376
  onInit(): void;
364
377
  onViewInit(): void;
365
378
  onDestroy(): void;
379
+ _applyRtl(): void;
366
380
  _onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
367
381
  _onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
368
382
  _setOption(option: import("./base-components.class").AXComponentSetOption): void;
369
- _isRtl(): boolean;
370
383
  };
371
384
  } & (abstract new (...args: any[]) => {
372
- "__#34356@#disabled": boolean;
385
+ "__#34455@#disabled": boolean;
373
386
  disabled: boolean;
374
- "__#34356@#tabIndex": number;
387
+ "__#34455@#tabIndex": number;
375
388
  tabIndex: number;
376
389
  onFocus: import("@angular/core").EventEmitter<import("@acorex/components/common").AXFocusEvent>;
377
390
  _emitOnFocusEvent(e: FocusEvent): void;
@@ -380,8 +393,9 @@ export declare const AXBaseTextBoxMixin: {
380
393
  focus(): void;
381
394
  hasFocus(): boolean;
382
395
  id: string;
396
+ "__#34452@#rtl": boolean;
383
397
  rtl: boolean;
384
- "__#34353@#elementRef": import("@angular/core").ElementRef<any>;
398
+ "__#34452@#elementRef": import("@angular/core").ElementRef<any>;
385
399
  _cdr: import("@angular/core").ChangeDetectorRef;
386
400
  _isInited: boolean;
387
401
  _isRendered: boolean;
@@ -396,25 +410,25 @@ export declare const AXBaseTextBoxMixin: {
396
410
  onInit(): void;
397
411
  onViewInit(): void;
398
412
  onDestroy(): void;
413
+ _applyRtl(): void;
399
414
  _onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
400
415
  _onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
401
416
  _setOption(option: import("./base-components.class").AXComponentSetOption): void;
402
- _isRtl(): boolean;
403
417
  }) & {
404
418
  new (...args: any[]): {
405
419
  onValueChanged: import("@angular/core").EventEmitter<import("@acorex/components/common").AXValueChangedEvent<any>>;
406
420
  valueChange: import("@angular/core").EventEmitter<any>;
407
- "__#34357@#readonly": boolean;
421
+ "__#34456@#readonly": boolean;
408
422
  readonly: boolean;
409
- "__#34357@#allowNull": boolean;
423
+ "__#34456@#allowNull": boolean;
410
424
  allowNull: boolean;
411
- "__#34357@#name": string;
425
+ "__#34456@#name": string;
412
426
  name: string;
413
- "__#34357@#isUserInteraction": boolean;
427
+ "__#34456@#isUserInteraction": boolean;
414
428
  readonly isUserInteraction: boolean;
415
- "__#34357@#value": any;
429
+ "__#34456@#value": any;
416
430
  value: any;
417
- "__#34357@#state": "error" | "clear" | "success";
431
+ "__#34456@#state": "error" | "clear" | "success";
418
432
  readonly state: "error" | "clear" | "success";
419
433
  _emitOnValueChangedEvent(oldValue?: any, newValue?: any): void;
420
434
  _internalSetValue(value: any): any;
@@ -429,8 +443,9 @@ export declare const AXBaseTextBoxMixin: {
429
443
  validate(): Promise<any>;
430
444
  _setState(state: "error" | "clear" | "success", ...args: any[]): void;
431
445
  id: string;
446
+ "__#34452@#rtl": boolean;
432
447
  rtl: boolean;
433
- "__#34353@#elementRef": import("@angular/core").ElementRef<any>;
448
+ "__#34452@#elementRef": import("@angular/core").ElementRef<any>;
434
449
  _cdr: import("@angular/core").ChangeDetectorRef;
435
450
  _isInited: boolean;
436
451
  _isRendered: boolean;
@@ -443,10 +458,10 @@ export declare const AXBaseTextBoxMixin: {
443
458
  onInit(): void;
444
459
  onViewInit(): void;
445
460
  onDestroy(): void;
461
+ _applyRtl(): void;
446
462
  _onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
447
463
  _onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
448
464
  _setOption(option: import("./base-components.class").AXComponentSetOption): void;
449
- _isRtl(): boolean;
450
465
  };
451
466
  } & {
452
467
  new (...args: any[]): {
@@ -461,8 +476,9 @@ export declare const AXBaseTextBoxMixin: {
461
476
  _emitOnKeyupEvent(e: KeyboardEvent): void;
462
477
  _emitOnKeypressEvent(e: KeyboardEvent): void;
463
478
  id: string;
479
+ "__#34452@#rtl": boolean;
464
480
  rtl: boolean;
465
- "__#34353@#elementRef": import("@angular/core").ElementRef<any>;
481
+ "__#34452@#elementRef": import("@angular/core").ElementRef<any>;
466
482
  _cdr: import("@angular/core").ChangeDetectorRef;
467
483
  _isInited: boolean;
468
484
  _isRendered: boolean;
@@ -477,10 +493,10 @@ export declare const AXBaseTextBoxMixin: {
477
493
  onInit(): void;
478
494
  onViewInit(): void;
479
495
  onDestroy(): void;
496
+ _applyRtl(): void;
480
497
  _onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
481
498
  _onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
482
499
  _setOption(option: import("./base-components.class").AXComponentSetOption): void;
483
- _isRtl(): boolean;
484
500
  };
485
501
  } & typeof AXBaseComponent;
486
502
  export declare const AXBaseSelectionValueMixin: any;
@@ -491,8 +507,9 @@ export declare const AXBaseDropdownMixin: {
491
507
  size: import("./base-components.class").AXElementSize;
492
508
  _onInternalInit(): void;
493
509
  id: string;
510
+ "__#34452@#rtl": boolean;
494
511
  rtl: boolean;
495
- "__#34353@#elementRef": import("@angular/core").ElementRef<any>;
512
+ "__#34452@#elementRef": import("@angular/core").ElementRef<any>;
496
513
  _cdr: import("@angular/core").ChangeDetectorRef;
497
514
  _isInited: boolean;
498
515
  _isRendered: boolean;
@@ -506,15 +523,15 @@ export declare const AXBaseDropdownMixin: {
506
523
  onInit(): void;
507
524
  onViewInit(): void;
508
525
  onDestroy(): void;
526
+ _applyRtl(): void;
509
527
  _onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
510
528
  _onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
511
529
  _setOption(option: import("./base-components.class").AXComponentSetOption): void;
512
- _isRtl(): boolean;
513
530
  };
514
531
  } & (abstract new (...args: any[]) => {
515
- "__#34356@#disabled": boolean;
532
+ "__#34455@#disabled": boolean;
516
533
  disabled: boolean;
517
- "__#34356@#tabIndex": number;
534
+ "__#34455@#tabIndex": number;
518
535
  tabIndex: number;
519
536
  onFocus: import("@angular/core").EventEmitter<import("@acorex/components/common").AXFocusEvent>;
520
537
  _emitOnFocusEvent(e: FocusEvent): void;
@@ -523,8 +540,9 @@ export declare const AXBaseDropdownMixin: {
523
540
  focus(): void;
524
541
  hasFocus(): boolean;
525
542
  id: string;
543
+ "__#34452@#rtl": boolean;
526
544
  rtl: boolean;
527
- "__#34353@#elementRef": import("@angular/core").ElementRef<any>;
545
+ "__#34452@#elementRef": import("@angular/core").ElementRef<any>;
528
546
  _cdr: import("@angular/core").ChangeDetectorRef;
529
547
  _isInited: boolean;
530
548
  _isRendered: boolean;
@@ -539,10 +557,10 @@ export declare const AXBaseDropdownMixin: {
539
557
  onInit(): void;
540
558
  onViewInit(): void;
541
559
  onDestroy(): void;
560
+ _applyRtl(): void;
542
561
  _onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
543
562
  _onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
544
563
  _setOption(option: import("./base-components.class").AXComponentSetOption): void;
545
- _isRtl(): boolean;
546
564
  }) & (abstract new (...args: any[]) => {
547
565
  readonly: boolean;
548
566
  onOpened: import("@angular/core").EventEmitter<import("@acorex/components/common").AXEvent>;
@@ -558,8 +576,9 @@ export declare const AXBaseDropdownMixin: {
558
576
  open(): void;
559
577
  readonly isOpen: boolean;
560
578
  id: string;
579
+ "__#34452@#rtl": boolean;
561
580
  rtl: boolean;
562
- "__#34353@#elementRef": import("@angular/core").ElementRef<any>;
581
+ "__#34452@#elementRef": import("@angular/core").ElementRef<any>;
563
582
  _cdr: import("@angular/core").ChangeDetectorRef;
564
583
  _isInited: boolean;
565
584
  _isRendered: boolean;
@@ -572,17 +591,17 @@ export declare const AXBaseDropdownMixin: {
572
591
  _onInternalViewInit(): void;
573
592
  _onInternalDestroy(): void;
574
593
  onDestroy(): void;
594
+ _applyRtl(): void;
575
595
  _onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
576
596
  _onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
577
597
  _setOption(option: import("./base-components.class").AXComponentSetOption): void;
578
- _isRtl(): boolean;
579
598
  }) & typeof AXBaseComponent;
580
599
  export declare const AXBaseMenuMixin: {
581
600
  new (...args: any[]): {
582
601
  textField: string;
583
602
  valueField: string;
584
- "__#34354@#isLoading": boolean;
585
- "__#34354@#loadedItems": any;
603
+ "__#34453@#isLoading": boolean;
604
+ "__#34453@#loadedItems": any;
586
605
  visibleField: string;
587
606
  disableField: string;
588
607
  hasChildField: string;
@@ -591,7 +610,7 @@ export declare const AXBaseMenuMixin: {
591
610
  orientation: "horizontal" | "vertical" | "sidemenu";
592
611
  dividerField: string;
593
612
  onMenuItemClick: import("@angular/core").EventEmitter<import("@acorex/components/common").AXItemClickEvent<any>>;
594
- "__#34354@#items": any;
613
+ "__#34453@#items": any;
595
614
  items: any;
596
615
  readonly displayItems: any;
597
616
  readonly isLoading: boolean;
@@ -602,8 +621,9 @@ export declare const AXBaseMenuMixin: {
602
621
  _getItemDisplayTextTemplte(item: any): any;
603
622
  refresh(): void;
604
623
  id: string;
624
+ "__#34452@#rtl": boolean;
605
625
  rtl: boolean;
606
- "__#34353@#elementRef": import("@angular/core").ElementRef<any>;
626
+ "__#34452@#elementRef": import("@angular/core").ElementRef<any>;
607
627
  _cdr: import("@angular/core").ChangeDetectorRef;
608
628
  _isInited: boolean;
609
629
  _isRendered: boolean;
@@ -617,10 +637,10 @@ export declare const AXBaseMenuMixin: {
617
637
  onInit(): void;
618
638
  onViewInit(): void;
619
639
  onDestroy(): void;
640
+ _applyRtl(): void;
620
641
  _onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
621
642
  _onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
622
643
  _setOption(option: import("./base-components.class").AXComponentSetOption): void;
623
- _isRtl(): boolean;
624
644
  };
625
645
  } & typeof AXBaseComponent;
626
646
  export declare const AXAvatarMixin: {
@@ -632,8 +652,9 @@ export declare const AXAvatarMixin: {
632
652
  _look?: import("@acorex/components/common").AXStyleLookType;
633
653
  look: import("@acorex/components/common").AXStyleLookType;
634
654
  id: string;
655
+ "__#34452@#rtl": boolean;
635
656
  rtl: boolean;
636
- "__#34353@#elementRef": import("@angular/core").ElementRef<any>;
657
+ "__#34452@#elementRef": import("@angular/core").ElementRef<any>;
637
658
  _cdr: import("@angular/core").ChangeDetectorRef;
638
659
  _isInited: boolean;
639
660
  _isRendered: boolean;
@@ -648,9 +669,9 @@ export declare const AXAvatarMixin: {
648
669
  onInit(): void;
649
670
  onViewInit(): void;
650
671
  onDestroy(): void;
672
+ _applyRtl(): void;
651
673
  _onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
652
674
  _onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
653
675
  _setOption(option: import("./base-components.class").AXComponentSetOption): void;
654
- _isRtl(): boolean;
655
676
  };
656
677
  } & typeof AXBaseComponent;
@@ -3,8 +3,9 @@ import { Constructor } from "./constratctor";
3
3
  export declare function _PageComponenetMixin<TBase extends Constructor<AXBaseComponent>>(Base: TBase): {
4
4
  new (...args: any[]): {
5
5
  id: string;
6
+ "__#34452@#rtl": boolean;
6
7
  rtl: boolean;
7
- "__#34353@#elementRef": import("@angular/core").ElementRef<any>;
8
+ "__#34452@#elementRef": import("@angular/core").ElementRef<any>;
8
9
  _cdr: import("@angular/core").ChangeDetectorRef;
9
10
  _isInited: boolean;
10
11
  _isRendered: boolean;
@@ -19,9 +20,9 @@ export declare function _PageComponenetMixin<TBase extends Constructor<AXBaseCom
19
20
  onInit(): void;
20
21
  onViewInit(): void;
21
22
  onDestroy(): void;
23
+ _applyRtl(): void;
22
24
  _onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
23
25
  _onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
24
26
  _setOption(option: import("./base-components.class").AXComponentSetOption): void;
25
- _isRtl(): boolean;
26
27
  };
27
28
  } & TBase;
@@ -34,9 +34,12 @@ export declare function _SelectionComponenetMixin<TBase extends Constructor<AXBa
34
34
  toggleSelect(...items: any[]): void;
35
35
  isItemSelected(item: any): boolean;
36
36
  isItemDisabled(item: any): boolean;
37
- id: string;
37
+ id: string; /**
38
+ * Defines the primary text to show inside the button.
39
+ */
40
+ "__#34452@#rtl": boolean;
38
41
  rtl: boolean;
39
- "__#34353@#elementRef": import("@angular/core").ElementRef<any>;
42
+ "__#34452@#elementRef": import("@angular/core").ElementRef<any>;
40
43
  _cdr: import("@angular/core").ChangeDetectorRef;
41
44
  _isInited: boolean;
42
45
  _isRendered: boolean;
@@ -50,10 +53,10 @@ export declare function _SelectionComponenetMixin<TBase extends Constructor<AXBa
50
53
  onInit(): void;
51
54
  onViewInit(): void;
52
55
  onDestroy(): void;
56
+ _applyRtl(): void;
53
57
  _onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
54
58
  _onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
55
59
  _setOption(option: import("./base-components.class").AXComponentSetOption): void;
56
- _isRtl(): boolean;
57
60
  };
58
61
  } & TBase;
59
62
  export declare const SELECTION_INPUTS: string[];
@@ -8,8 +8,9 @@ export declare function _SizableComponenetMixin<TBase extends Constructor<AXBase
8
8
  size: AXElementSize;
9
9
  _onInternalInit(): void;
10
10
  id: string;
11
+ "__#34452@#rtl": boolean;
11
12
  rtl: boolean;
12
- "__#34353@#elementRef": import("@angular/core").ElementRef<any>;
13
+ "__#34452@#elementRef": import("@angular/core").ElementRef<any>;
13
14
  _cdr: import("@angular/core").ChangeDetectorRef;
14
15
  _isInited: boolean;
15
16
  _isRendered: boolean;
@@ -23,10 +24,10 @@ export declare function _SizableComponenetMixin<TBase extends Constructor<AXBase
23
24
  onInit(): void;
24
25
  onViewInit(): void;
25
26
  onDestroy(): void;
27
+ _applyRtl(): void;
26
28
  _onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
27
29
  _onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
28
30
  _setOption(option: import("./base-components.class").AXComponentSetOption): void;
29
- _isRtl(): boolean;
30
31
  };
31
32
  } & TBase;
32
33
  export declare const SIZABLE_INPUTS: string[];
@@ -39,8 +39,13 @@ export declare function _TextboxComponenetMixin<TBase extends Constructor<AXBase
39
39
  _emitOnKeyupEvent(e: KeyboardEvent): void;
40
40
  _emitOnKeypressEvent(e: KeyboardEvent): void;
41
41
  id: string;
42
+ "__#34452@#rtl": boolean;
42
43
  rtl: boolean;
43
- "__#34353@#elementRef": import("@angular/core").ElementRef<any>;
44
+ /**
45
+ * Fires each time the user press a key.
46
+ * @event
47
+ */
48
+ "__#34452@#elementRef": import("@angular/core").ElementRef<any>;
44
49
  _cdr: import("@angular/core").ChangeDetectorRef;
45
50
  _isInited: boolean;
46
51
  _isRendered: boolean;
@@ -55,10 +60,10 @@ export declare function _TextboxComponenetMixin<TBase extends Constructor<AXBase
55
60
  onInit(): void;
56
61
  onViewInit(): void;
57
62
  onDestroy(): void;
63
+ _applyRtl(): void;
58
64
  _onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
59
65
  _onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
60
66
  _setOption(option: import("./base-components.class").AXComponentSetOption): void;
61
- _isRtl(): boolean;
62
67
  };
63
68
  } & TBase;
64
69
  export declare const TEXTBOX_INPUTS: string[];