@acorex/components 20.2.6 → 20.2.7

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.
@@ -58,6 +58,7 @@ declare class AXMediaViewerContainerComponent implements OnDestroy {
58
58
  private swiperRef;
59
59
  private swiperRef2;
60
60
  private fullScreenButton;
61
+ private globalOptions;
61
62
  private setActiveIndex;
62
63
  getActiveIndex(): number;
63
64
  ngOnDestroy(): void;
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@acorex/components",
3
- "version": "20.2.6",
3
+ "version": "20.2.7",
4
4
  "peerDependencies": {
5
- "@acorex/core": "20.2.6",
6
- "@acorex/cdk": "20.2.6",
5
+ "@acorex/core": "20.2.7",
6
+ "@acorex/cdk": "20.2.7",
7
7
  "@angular/common": "^20.0.0",
8
8
  "@angular/core": "^20.0.0",
9
9
  "@angular/cdk": "^20.0.0",
@@ -367,6 +367,10 @@
367
367
  "types": "./scheduler/index.d.ts",
368
368
  "default": "./fesm2022/acorex-components-scheduler.mjs"
369
369
  },
370
+ "./scss": {
371
+ "types": "./scss/index.d.ts",
372
+ "default": "./fesm2022/acorex-components-scss.mjs"
373
+ },
370
374
  "./search-box": {
371
375
  "types": "./search-box/index.d.ts",
372
376
  "default": "./fesm2022/acorex-components-search-box.mjs"
@@ -375,14 +379,14 @@
375
379
  "types": "./select-box/index.d.ts",
376
380
  "default": "./fesm2022/acorex-components-select-box.mjs"
377
381
  },
378
- "./selection-list-2": {
379
- "types": "./selection-list-2/index.d.ts",
380
- "default": "./fesm2022/acorex-components-selection-list-2.mjs"
381
- },
382
382
  "./selection-list": {
383
383
  "types": "./selection-list/index.d.ts",
384
384
  "default": "./fesm2022/acorex-components-selection-list.mjs"
385
385
  },
386
+ "./selection-list-2": {
387
+ "types": "./selection-list-2/index.d.ts",
388
+ "default": "./fesm2022/acorex-components-selection-list-2.mjs"
389
+ },
386
390
  "./side-menu": {
387
391
  "types": "./side-menu/index.d.ts",
388
392
  "default": "./fesm2022/acorex-components-side-menu.mjs"
@@ -431,18 +435,14 @@
431
435
  "types": "./time-duration/index.d.ts",
432
436
  "default": "./fesm2022/acorex-components-time-duration.mjs"
433
437
  },
434
- "./scss": {
435
- "types": "./scss/index.d.ts",
436
- "default": "./fesm2022/acorex-components-scss.mjs"
438
+ "./time-line": {
439
+ "types": "./time-line/index.d.ts",
440
+ "default": "./fesm2022/acorex-components-time-line.mjs"
437
441
  },
438
442
  "./toast": {
439
443
  "types": "./toast/index.d.ts",
440
444
  "default": "./fesm2022/acorex-components-toast.mjs"
441
445
  },
442
- "./time-line": {
443
- "types": "./time-line/index.d.ts",
444
- "default": "./fesm2022/acorex-components-time-line.mjs"
445
- },
446
446
  "./toolbar": {
447
447
  "types": "./toolbar/index.d.ts",
448
448
  "default": "./fesm2022/acorex-components-toolbar.mjs"