@acorex/components 20.7.1 → 20.7.3

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.7.1",
3
+ "version": "20.7.3",
4
4
  "peerDependencies": {
5
- "@acorex/core": "20.7.1",
6
- "@acorex/cdk": "20.7.1",
5
+ "@acorex/core": "20.7.3",
6
+ "@acorex/cdk": "20.7.3",
7
7
  "polytype": ">=0.17.0",
8
8
  "angular-imask": ">=7.6.1",
9
9
  "gridstack": ">=12.0.0",
@@ -60,10 +60,6 @@
60
60
  "types": "./accordion/index.d.ts",
61
61
  "default": "./fesm2022/acorex-components-accordion.mjs"
62
62
  },
63
- "./action-sheet": {
64
- "types": "./action-sheet/index.d.ts",
65
- "default": "./fesm2022/acorex-components-action-sheet.mjs"
66
- },
67
63
  "./alert": {
68
64
  "types": "./alert/index.d.ts",
69
65
  "default": "./fesm2022/acorex-components-alert.mjs"
@@ -76,6 +72,10 @@
76
72
  "types": "./audio-wave/index.d.ts",
77
73
  "default": "./fesm2022/acorex-components-audio-wave.mjs"
78
74
  },
75
+ "./action-sheet": {
76
+ "types": "./action-sheet/index.d.ts",
77
+ "default": "./fesm2022/acorex-components-action-sheet.mjs"
78
+ },
79
79
  "./autocomplete": {
80
80
  "types": "./autocomplete/index.d.ts",
81
81
  "default": "./fesm2022/acorex-components-autocomplete.mjs"
@@ -272,14 +272,14 @@
272
272
  "types": "./media-viewer/index.d.ts",
273
273
  "default": "./fesm2022/acorex-components-media-viewer.mjs"
274
274
  },
275
- "./modal": {
276
- "types": "./modal/index.d.ts",
277
- "default": "./fesm2022/acorex-components-modal.mjs"
278
- },
279
275
  "./menu": {
280
276
  "types": "./menu/index.d.ts",
281
277
  "default": "./fesm2022/acorex-components-menu.mjs"
282
278
  },
279
+ "./modal": {
280
+ "types": "./modal/index.d.ts",
281
+ "default": "./fesm2022/acorex-components-modal.mjs"
282
+ },
283
283
  "./navbar": {
284
284
  "types": "./navbar/index.d.ts",
285
285
  "default": "./fesm2022/acorex-components-navbar.mjs"
@@ -400,14 +400,14 @@
400
400
  "types": "./selection-list/index.d.ts",
401
401
  "default": "./fesm2022/acorex-components-selection-list.mjs"
402
402
  },
403
- "./side-menu": {
404
- "types": "./side-menu/index.d.ts",
405
- "default": "./fesm2022/acorex-components-side-menu.mjs"
406
- },
407
403
  "./selection-list-2": {
408
404
  "types": "./selection-list-2/index.d.ts",
409
405
  "default": "./fesm2022/acorex-components-selection-list-2.mjs"
410
406
  },
407
+ "./side-menu": {
408
+ "types": "./side-menu/index.d.ts",
409
+ "default": "./fesm2022/acorex-components-side-menu.mjs"
410
+ },
411
411
  "./skeleton": {
412
412
  "types": "./skeleton/index.d.ts",
413
413
  "default": "./fesm2022/acorex-components-skeleton.mjs"
@@ -157,7 +157,7 @@ declare class AXSelectBoxComponent extends AXSelectBoxComponent_base implements
157
157
  protected _handleItemClick(e: AXItemClickEvent): void;
158
158
  /** @ignore */
159
159
  protected _handleItemSelected(e: AXItemSelectedEvent): void;
160
- private _resetSearchAfterSelection;
160
+ private resetSearchAfterSelection;
161
161
  /** @ignore */
162
162
  private setDropdownSize;
163
163
  private updateDropdownPosition;