@acorex/components 19.15.0-next.12 → 19.15.0-next.13
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 +26 -26
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@acorex/components",
|
3
|
-
"version": "19.15.0-next.
|
3
|
+
"version": "19.15.0-next.13",
|
4
4
|
"peerDependencies": {
|
5
5
|
"@angular/common": ">=19.0.0",
|
6
6
|
"@angular/core": ">=19.0.0",
|
@@ -29,30 +29,30 @@
|
|
29
29
|
"types": "./action-sheet/index.d.ts",
|
30
30
|
"default": "./fesm2022/acorex-components-action-sheet.mjs"
|
31
31
|
},
|
32
|
-
"./
|
33
|
-
"types": "./
|
34
|
-
"default": "./fesm2022/acorex-components-
|
32
|
+
"./audio-wave": {
|
33
|
+
"types": "./audio-wave/index.d.ts",
|
34
|
+
"default": "./fesm2022/acorex-components-audio-wave.mjs"
|
35
35
|
},
|
36
36
|
"./autocomplete": {
|
37
37
|
"types": "./autocomplete/index.d.ts",
|
38
38
|
"default": "./fesm2022/acorex-components-autocomplete.mjs"
|
39
39
|
},
|
40
|
-
"./
|
41
|
-
"types": "./
|
42
|
-
"default": "./fesm2022/acorex-components-
|
40
|
+
"./alert": {
|
41
|
+
"types": "./alert/index.d.ts",
|
42
|
+
"default": "./fesm2022/acorex-components-alert.mjs"
|
43
43
|
},
|
44
44
|
"./badge": {
|
45
45
|
"types": "./badge/index.d.ts",
|
46
46
|
"default": "./fesm2022/acorex-components-badge.mjs"
|
47
47
|
},
|
48
|
-
"./audio-wave": {
|
49
|
-
"types": "./audio-wave/index.d.ts",
|
50
|
-
"default": "./fesm2022/acorex-components-audio-wave.mjs"
|
51
|
-
},
|
52
48
|
"./bottom-navigation": {
|
53
49
|
"types": "./bottom-navigation/index.d.ts",
|
54
50
|
"default": "./fesm2022/acorex-components-bottom-navigation.mjs"
|
55
51
|
},
|
52
|
+
"./avatar": {
|
53
|
+
"types": "./avatar/index.d.ts",
|
54
|
+
"default": "./fesm2022/acorex-components-avatar.mjs"
|
55
|
+
},
|
56
56
|
"./breadcrumbs": {
|
57
57
|
"types": "./breadcrumbs/index.d.ts",
|
58
58
|
"default": "./fesm2022/acorex-components-breadcrumbs.mjs"
|
@@ -69,14 +69,14 @@
|
|
69
69
|
"types": "./calendar/index.d.ts",
|
70
70
|
"default": "./fesm2022/acorex-components-calendar.mjs"
|
71
71
|
},
|
72
|
-
"./check-box": {
|
73
|
-
"types": "./check-box/index.d.ts",
|
74
|
-
"default": "./fesm2022/acorex-components-check-box.mjs"
|
75
|
-
},
|
76
72
|
"./chips": {
|
77
73
|
"types": "./chips/index.d.ts",
|
78
74
|
"default": "./fesm2022/acorex-components-chips.mjs"
|
79
75
|
},
|
76
|
+
"./check-box": {
|
77
|
+
"types": "./check-box/index.d.ts",
|
78
|
+
"default": "./fesm2022/acorex-components-check-box.mjs"
|
79
|
+
},
|
80
80
|
"./circular-progress": {
|
81
81
|
"types": "./circular-progress/index.d.ts",
|
82
82
|
"default": "./fesm2022/acorex-components-circular-progress.mjs"
|
@@ -125,22 +125,22 @@
|
|
125
125
|
"types": "./datetime-picker/index.d.ts",
|
126
126
|
"default": "./fesm2022/acorex-components-datetime-picker.mjs"
|
127
127
|
},
|
128
|
-
"./decorators": {
|
129
|
-
"types": "./decorators/index.d.ts",
|
130
|
-
"default": "./fesm2022/acorex-components-decorators.mjs"
|
131
|
-
},
|
132
128
|
"./dialog": {
|
133
129
|
"types": "./dialog/index.d.ts",
|
134
130
|
"default": "./fesm2022/acorex-components-dialog.mjs"
|
135
131
|
},
|
136
|
-
"./
|
137
|
-
"types": "./
|
138
|
-
"default": "./fesm2022/acorex-components-
|
132
|
+
"./decorators": {
|
133
|
+
"types": "./decorators/index.d.ts",
|
134
|
+
"default": "./fesm2022/acorex-components-decorators.mjs"
|
139
135
|
},
|
140
136
|
"./dropdown": {
|
141
137
|
"types": "./dropdown/index.d.ts",
|
142
138
|
"default": "./fesm2022/acorex-components-dropdown.mjs"
|
143
139
|
},
|
140
|
+
"./drawer": {
|
141
|
+
"types": "./drawer/index.d.ts",
|
142
|
+
"default": "./fesm2022/acorex-components-drawer.mjs"
|
143
|
+
},
|
144
144
|
"./dropdown-button": {
|
145
145
|
"types": "./dropdown-button/index.d.ts",
|
146
146
|
"default": "./fesm2022/acorex-components-dropdown-button.mjs"
|
@@ -153,14 +153,14 @@
|
|
153
153
|
"types": "./flow-chart/index.d.ts",
|
154
154
|
"default": "./fesm2022/acorex-components-flow-chart.mjs"
|
155
155
|
},
|
156
|
-
"./form": {
|
157
|
-
"types": "./form/index.d.ts",
|
158
|
-
"default": "./fesm2022/acorex-components-form.mjs"
|
159
|
-
},
|
160
156
|
"./grid-layout-builder": {
|
161
157
|
"types": "./grid-layout-builder/index.d.ts",
|
162
158
|
"default": "./fesm2022/acorex-components-grid-layout-builder.mjs"
|
163
159
|
},
|
160
|
+
"./form": {
|
161
|
+
"types": "./form/index.d.ts",
|
162
|
+
"default": "./fesm2022/acorex-components-form.mjs"
|
163
|
+
},
|
164
164
|
"./image": {
|
165
165
|
"types": "./image/index.d.ts",
|
166
166
|
"default": "./fesm2022/acorex-components-image.mjs"
|