@smallpearl/ngx-helper 0.33.5 → 0.33.6

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 (1) hide show
  1. package/package.json +9 -9
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "path": "src/assets/i18n/"
7
7
  }
8
8
  ],
9
- "version": "0.33.5",
9
+ "version": "0.33.6",
10
10
  "peerDependencies": {
11
11
  "@angular/common": "^19.1.0",
12
12
  "@angular/core": "^19.1.0",
@@ -56,6 +56,10 @@
56
56
  "types": "./hover-dropdown/index.d.ts",
57
57
  "default": "./fesm2022/smallpearl-ngx-helper-hover-dropdown.mjs"
58
58
  },
59
+ "./mat-busy-wheel": {
60
+ "types": "./mat-busy-wheel/index.d.ts",
61
+ "default": "./fesm2022/smallpearl-ngx-helper-mat-busy-wheel.mjs"
62
+ },
59
63
  "./forms": {
60
64
  "types": "./forms/index.d.ts",
61
65
  "default": "./fesm2022/smallpearl-ngx-helper-forms.mjs"
@@ -64,10 +68,6 @@
64
68
  "types": "./locale/index.d.ts",
65
69
  "default": "./fesm2022/smallpearl-ngx-helper-locale.mjs"
66
70
  },
67
- "./mat-busy-wheel": {
68
- "types": "./mat-busy-wheel/index.d.ts",
69
- "default": "./fesm2022/smallpearl-ngx-helper-mat-busy-wheel.mjs"
70
- },
71
71
  "./mat-context-menu": {
72
72
  "types": "./mat-context-menu/index.d.ts",
73
73
  "default": "./fesm2022/smallpearl-ngx-helper-mat-context-menu.mjs"
@@ -100,10 +100,6 @@
100
100
  "types": "./mat-side-menu-layout/index.d.ts",
101
101
  "default": "./fesm2022/smallpearl-ngx-helper-mat-side-menu-layout.mjs"
102
102
  },
103
- "./stationary-with-line-items": {
104
- "types": "./stationary-with-line-items/index.d.ts",
105
- "default": "./fesm2022/smallpearl-ngx-helper-stationary-with-line-items.mjs"
106
- },
107
103
  "./mat-tel-input": {
108
104
  "types": "./mat-tel-input/index.d.ts",
109
105
  "default": "./fesm2022/smallpearl-ngx-helper-mat-tel-input.mjs"
@@ -111,6 +107,10 @@
111
107
  "./sideload": {
112
108
  "types": "./sideload/index.d.ts",
113
109
  "default": "./fesm2022/smallpearl-ngx-helper-sideload.mjs"
110
+ },
111
+ "./stationary-with-line-items": {
112
+ "types": "./stationary-with-line-items/index.d.ts",
113
+ "default": "./fesm2022/smallpearl-ngx-helper-stationary-with-line-items.mjs"
114
114
  }
115
115
  }
116
116
  }