@acorex/components 20.3.0 → 20.3.2

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.
@@ -55,10 +55,11 @@ declare class AXMediaViewerContainerComponent implements OnDestroy {
55
55
  protected service: AXMediaViewerService;
56
56
  protected sanitizer: DomSanitizer;
57
57
  protected isMobile: boolean;
58
+ private readonly elementRef;
58
59
  protected thumbnailArray: i0.WritableSignal<Thumbnail[]>;
59
60
  protected option: i0.WritableSignal<swiper_types.SwiperOptions>;
60
61
  protected thumbnailOption: i0.WritableSignal<swiper_types.SwiperOptions>;
61
- isFullScreen: i0.WritableSignal<boolean>;
62
+ protected isFullScreen: i0.WritableSignal<boolean>;
62
63
  private swiperRef;
63
64
  private swiperRef2;
64
65
  private fullScreenButton;
@@ -70,9 +71,6 @@ declare class AXMediaViewerContainerComponent implements OnDestroy {
70
71
  prev(): void;
71
72
  interVal: any;
72
73
  goToIndex(index: number, speed?: number): void;
73
- protected closeHandler(): void;
74
- /** @ignore */
75
- get __hostClass(): string;
76
74
  static ɵfac: i0.ɵɵFactoryDeclaration<AXMediaViewerContainerComponent, never>;
77
75
  static ɵcmp: i0.ɵɵComponentDeclaration<AXMediaViewerContainerComponent, "ax-media-viewer-container", never, { "dataArray": { "alias": "dataArray"; "required": false; "isSignal": true; }; "thumbnail": { "alias": "thumbnail"; "required": false; "isSignal": true; }; "pagination": { "alias": "pagination"; "required": false; "isSignal": true; }; }, {}, ["fullScreenButton"], ["ax-header", "ax-suffix", "ax-prefix"], true, never>;
78
76
  }
@@ -37,7 +37,7 @@ declare class AXNumberBoxComponent extends AXNumberBoxComponent_base {
37
37
  protected handleDownClick(): void;
38
38
  protected handleOnMaskChanged(e: AXInputMaskEvent): void;
39
39
  protected onWheel(event: WheelEvent): void;
40
- reset(e?: boolean): void;
40
+ reset(): void;
41
41
  private get __hostName();
42
42
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXNumberBoxComponent, never>;
43
43
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXNumberBoxComponent, "ax-number-box", never, { "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "value": { "alias": "value"; "required": false; }; "state": { "alias": "state"; "required": false; }; "name": { "alias": "name"; "required": false; }; "id": { "alias": "id"; "required": false; }; "look": { "alias": "look"; "required": false; }; "minValue": { "alias": "minValue"; "required": false; "isSignal": true; }; "maxValue": { "alias": "maxValue"; "required": false; "isSignal": true; }; "showSpinButtons": { "alias": "showSpinButtons"; "required": false; "isSignal": true; }; "thousandsSeparator": { "alias": "thousandsSeparator"; "required": false; "isSignal": true; }; "decimals": { "alias": "decimals"; "required": false; "isSignal": true; }; "changeOnScroll": { "alias": "changeOnScroll"; "required": false; "isSignal": true; }; "step": { "alias": "step"; "required": false; "isSignal": true; }; }, { "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; "onKeyDown": "onKeyDown"; "onKeyUp": "onKeyUp"; "onKeyPress": "onKeyPress"; "thousandsSeparator": "thousandsSeparatorChange"; }, never, ["ax-prefix", "ax-clear-button", "ax-suffix", "ax-validation-rule"], true, never>;
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@acorex/components",
3
- "version": "20.3.0",
3
+ "version": "20.3.2",
4
4
  "peerDependencies": {
5
- "@acorex/core": "20.3.0",
6
- "@acorex/cdk": "20.3.0",
5
+ "@acorex/core": "20.3.2",
6
+ "@acorex/cdk": "20.3.2",
7
7
  "@angular/common": "^20.0.0",
8
8
  "@angular/core": "^20.0.0",
9
9
  "@angular/cdk": "^20.0.0",
@@ -141,6 +141,10 @@
141
141
  "types": "./color-box/index.d.ts",
142
142
  "default": "./fesm2022/acorex-components-color-box.mjs"
143
143
  },
144
+ "./color-palette": {
145
+ "types": "./color-palette/index.d.ts",
146
+ "default": "./fesm2022/acorex-components-color-palette.mjs"
147
+ },
144
148
  "./command": {
145
149
  "types": "./command/index.d.ts",
146
150
  "default": "./fesm2022/acorex-components-command.mjs"
@@ -149,10 +153,6 @@
149
153
  "types": "./comment/index.d.ts",
150
154
  "default": "./fesm2022/acorex-components-comment.mjs"
151
155
  },
152
- "./color-palette": {
153
- "types": "./color-palette/index.d.ts",
154
- "default": "./fesm2022/acorex-components-color-palette.mjs"
155
- },
156
156
  "./conversation": {
157
157
  "types": "./conversation/index.d.ts",
158
158
  "default": "./fesm2022/acorex-components-conversation.mjs"
@@ -241,14 +241,14 @@
241
241
  "types": "./image-editor/index.d.ts",
242
242
  "default": "./fesm2022/acorex-components-image-editor.mjs"
243
243
  },
244
- "./kanban": {
245
- "types": "./kanban/index.d.ts",
246
- "default": "./fesm2022/acorex-components-kanban.mjs"
247
- },
248
244
  "./json-viewer": {
249
245
  "types": "./json-viewer/index.d.ts",
250
246
  "default": "./fesm2022/acorex-components-json-viewer.mjs"
251
247
  },
248
+ "./kanban": {
249
+ "types": "./kanban/index.d.ts",
250
+ "default": "./fesm2022/acorex-components-kanban.mjs"
251
+ },
252
252
  "./kbd": {
253
253
  "types": "./kbd/index.d.ts",
254
254
  "default": "./fesm2022/acorex-components-kbd.mjs"
@@ -289,14 +289,14 @@
289
289
  "types": "./navbar/index.d.ts",
290
290
  "default": "./fesm2022/acorex-components-navbar.mjs"
291
291
  },
292
- "./number-box": {
293
- "types": "./number-box/index.d.ts",
294
- "default": "./fesm2022/acorex-components-number-box.mjs"
295
- },
296
292
  "./notification": {
297
293
  "types": "./notification/index.d.ts",
298
294
  "default": "./fesm2022/acorex-components-notification.mjs"
299
295
  },
296
+ "./number-box": {
297
+ "types": "./number-box/index.d.ts",
298
+ "default": "./fesm2022/acorex-components-number-box.mjs"
299
+ },
300
300
  "./number-box-legacy": {
301
301
  "types": "./number-box-legacy/index.d.ts",
302
302
  "default": "./fesm2022/acorex-components-number-box-legacy.mjs"