@theseam/ui-common 1.0.0-beta.13 → 1.0.0-beta.15
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/buttons/index.d.ts +4 -1
- package/fesm2022/theseam-ui-common-buttons.mjs +12 -5
- package/fesm2022/theseam-ui-common-buttons.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-data-exporter.mjs +21 -4
- package/fesm2022/theseam-ui-common-data-exporter.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-framework.mjs.map +1 -1
- package/package.json +54 -54
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theseam/ui-common",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.15",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/cdk": "^20.2.3",
|
|
6
6
|
"@angular/common": "^20.3.0",
|
|
@@ -137,22 +137,18 @@
|
|
|
137
137
|
"types": "./asset-reader/index.d.ts",
|
|
138
138
|
"default": "./fesm2022/theseam-ui-common-asset-reader.mjs"
|
|
139
139
|
},
|
|
140
|
-
"./breadcrumbs": {
|
|
141
|
-
"types": "./breadcrumbs/index.d.ts",
|
|
142
|
-
"default": "./fesm2022/theseam-ui-common-breadcrumbs.mjs"
|
|
143
|
-
},
|
|
144
140
|
"./buttons": {
|
|
145
141
|
"types": "./buttons/index.d.ts",
|
|
146
142
|
"default": "./fesm2022/theseam-ui-common-buttons.mjs"
|
|
147
143
|
},
|
|
144
|
+
"./breadcrumbs": {
|
|
145
|
+
"types": "./breadcrumbs/index.d.ts",
|
|
146
|
+
"default": "./fesm2022/theseam-ui-common-breadcrumbs.mjs"
|
|
147
|
+
},
|
|
148
148
|
"./card": {
|
|
149
149
|
"types": "./card/index.d.ts",
|
|
150
150
|
"default": "./fesm2022/theseam-ui-common-card.mjs"
|
|
151
151
|
},
|
|
152
|
-
"./checkbox": {
|
|
153
|
-
"types": "./checkbox/index.d.ts",
|
|
154
|
-
"default": "./fesm2022/theseam-ui-common-checkbox.mjs"
|
|
155
|
-
},
|
|
156
152
|
"./carousel": {
|
|
157
153
|
"types": "./carousel/index.d.ts",
|
|
158
154
|
"default": "./fesm2022/theseam-ui-common-carousel.mjs"
|
|
@@ -161,6 +157,10 @@
|
|
|
161
157
|
"types": "./core/index.d.ts",
|
|
162
158
|
"default": "./fesm2022/theseam-ui-common-core.mjs"
|
|
163
159
|
},
|
|
160
|
+
"./checkbox": {
|
|
161
|
+
"types": "./checkbox/index.d.ts",
|
|
162
|
+
"default": "./fesm2022/theseam-ui-common-checkbox.mjs"
|
|
163
|
+
},
|
|
164
164
|
"./confirm-dialog": {
|
|
165
165
|
"types": "./confirm-dialog/index.d.ts",
|
|
166
166
|
"default": "./fesm2022/theseam-ui-common-confirm-dialog.mjs"
|
|
@@ -173,17 +173,13 @@
|
|
|
173
173
|
"types": "./data-filters/index.d.ts",
|
|
174
174
|
"default": "./fesm2022/theseam-ui-common-data-filters.mjs"
|
|
175
175
|
},
|
|
176
|
-
"./datatable-alterations-display": {
|
|
177
|
-
"types": "./datatable-alterations-display/index.d.ts",
|
|
178
|
-
"default": "./fesm2022/theseam-ui-common-datatable-alterations-display.mjs"
|
|
179
|
-
},
|
|
180
176
|
"./datatable": {
|
|
181
177
|
"types": "./datatable/index.d.ts",
|
|
182
178
|
"default": "./fesm2022/theseam-ui-common-datatable.mjs"
|
|
183
179
|
},
|
|
184
|
-
"./
|
|
185
|
-
"types": "./
|
|
186
|
-
"default": "./fesm2022/theseam-ui-common-
|
|
180
|
+
"./datatable-alterations-display": {
|
|
181
|
+
"types": "./datatable-alterations-display/index.d.ts",
|
|
182
|
+
"default": "./fesm2022/theseam-ui-common-datatable-alterations-display.mjs"
|
|
187
183
|
},
|
|
188
184
|
"./datatable-dynamic": {
|
|
189
185
|
"types": "./datatable-dynamic/index.d.ts",
|
|
@@ -193,6 +189,10 @@
|
|
|
193
189
|
"types": "./dynamic-component-loader/index.d.ts",
|
|
194
190
|
"default": "./fesm2022/theseam-ui-common-dynamic-component-loader.mjs"
|
|
195
191
|
},
|
|
192
|
+
"./dynamic": {
|
|
193
|
+
"types": "./dynamic/index.d.ts",
|
|
194
|
+
"default": "./fesm2022/theseam-ui-common-dynamic.mjs"
|
|
195
|
+
},
|
|
196
196
|
"./footer-bar": {
|
|
197
197
|
"types": "./footer-bar/index.d.ts",
|
|
198
198
|
"default": "./fesm2022/theseam-ui-common-footer-bar.mjs"
|
|
@@ -201,69 +201,69 @@
|
|
|
201
201
|
"types": "./form-field/index.d.ts",
|
|
202
202
|
"default": "./fesm2022/theseam-ui-common-form-field.mjs"
|
|
203
203
|
},
|
|
204
|
-
"./
|
|
205
|
-
"types": "./
|
|
206
|
-
"default": "./fesm2022/theseam-ui-common-
|
|
207
|
-
},
|
|
208
|
-
"./framework": {
|
|
209
|
-
"types": "./framework/index.d.ts",
|
|
210
|
-
"default": "./fesm2022/theseam-ui-common-framework.mjs"
|
|
204
|
+
"./graphql": {
|
|
205
|
+
"types": "./graphql/index.d.ts",
|
|
206
|
+
"default": "./fesm2022/theseam-ui-common-graphql.mjs"
|
|
211
207
|
},
|
|
212
208
|
"./google-maps": {
|
|
213
209
|
"types": "./google-maps/index.d.ts",
|
|
214
210
|
"default": "./fesm2022/theseam-ui-common-google-maps.mjs"
|
|
215
211
|
},
|
|
216
|
-
"./
|
|
217
|
-
"types": "./
|
|
218
|
-
"default": "./fesm2022/theseam-ui-common-
|
|
212
|
+
"./form-field-error": {
|
|
213
|
+
"types": "./form-field-error/index.d.ts",
|
|
214
|
+
"default": "./fesm2022/theseam-ui-common-form-field-error.mjs"
|
|
215
|
+
},
|
|
216
|
+
"./layout": {
|
|
217
|
+
"types": "./layout/index.d.ts",
|
|
218
|
+
"default": "./fesm2022/theseam-ui-common-layout.mjs"
|
|
219
219
|
},
|
|
220
220
|
"./icon": {
|
|
221
221
|
"types": "./icon/index.d.ts",
|
|
222
222
|
"default": "./fesm2022/theseam-ui-common-icon.mjs"
|
|
223
223
|
},
|
|
224
|
-
"./
|
|
225
|
-
"types": "./
|
|
226
|
-
"default": "./fesm2022/theseam-ui-common-
|
|
224
|
+
"./framework": {
|
|
225
|
+
"types": "./framework/index.d.ts",
|
|
226
|
+
"default": "./fesm2022/theseam-ui-common-framework.mjs"
|
|
227
227
|
},
|
|
228
228
|
"./loading": {
|
|
229
229
|
"types": "./loading/index.d.ts",
|
|
230
230
|
"default": "./fesm2022/theseam-ui-common-loading.mjs"
|
|
231
231
|
},
|
|
232
|
-
"./menu": {
|
|
233
|
-
"types": "./menu/index.d.ts",
|
|
234
|
-
"default": "./fesm2022/theseam-ui-common-menu.mjs"
|
|
235
|
-
},
|
|
236
232
|
"./modal": {
|
|
237
233
|
"types": "./modal/index.d.ts",
|
|
238
234
|
"default": "./fesm2022/theseam-ui-common-modal.mjs"
|
|
239
235
|
},
|
|
240
|
-
"./
|
|
241
|
-
"types": "./
|
|
242
|
-
"default": "./fesm2022/theseam-ui-common-
|
|
236
|
+
"./menu": {
|
|
237
|
+
"types": "./menu/index.d.ts",
|
|
238
|
+
"default": "./fesm2022/theseam-ui-common-menu.mjs"
|
|
243
239
|
},
|
|
244
240
|
"./navigation-reload": {
|
|
245
241
|
"types": "./navigation-reload/index.d.ts",
|
|
246
242
|
"default": "./fesm2022/theseam-ui-common-navigation-reload.mjs"
|
|
247
243
|
},
|
|
244
|
+
"./models": {
|
|
245
|
+
"types": "./models/index.d.ts",
|
|
246
|
+
"default": "./fesm2022/theseam-ui-common-models.mjs"
|
|
247
|
+
},
|
|
248
248
|
"./popover": {
|
|
249
249
|
"types": "./popover/index.d.ts",
|
|
250
250
|
"default": "./fesm2022/theseam-ui-common-popover.mjs"
|
|
251
251
|
},
|
|
252
|
+
"./scrollbar": {
|
|
253
|
+
"types": "./scrollbar/index.d.ts",
|
|
254
|
+
"default": "./fesm2022/theseam-ui-common-scrollbar.mjs"
|
|
255
|
+
},
|
|
252
256
|
"./rich-text": {
|
|
253
257
|
"types": "./rich-text/index.d.ts",
|
|
254
258
|
"default": "./fesm2022/theseam-ui-common-rich-text.mjs"
|
|
255
259
|
},
|
|
256
|
-
"./services": {
|
|
257
|
-
"types": "./services/index.d.ts",
|
|
258
|
-
"default": "./fesm2022/theseam-ui-common-services.mjs"
|
|
259
|
-
},
|
|
260
260
|
"./shared": {
|
|
261
261
|
"types": "./shared/index.d.ts",
|
|
262
262
|
"default": "./fesm2022/theseam-ui-common-shared.mjs"
|
|
263
263
|
},
|
|
264
|
-
"./
|
|
265
|
-
"types": "./
|
|
266
|
-
"default": "./fesm2022/theseam-ui-common-
|
|
264
|
+
"./services": {
|
|
265
|
+
"types": "./services/index.d.ts",
|
|
266
|
+
"default": "./fesm2022/theseam-ui-common-services.mjs"
|
|
267
267
|
},
|
|
268
268
|
"./storage": {
|
|
269
269
|
"types": "./storage/index.d.ts",
|
|
@@ -293,22 +293,22 @@
|
|
|
293
293
|
"types": "./tel-input/index.d.ts",
|
|
294
294
|
"default": "./fesm2022/theseam-ui-common-tel-input.mjs"
|
|
295
295
|
},
|
|
296
|
-
"./tiled-select": {
|
|
297
|
-
"types": "./tiled-select/index.d.ts",
|
|
298
|
-
"default": "./fesm2022/theseam-ui-common-tiled-select.mjs"
|
|
299
|
-
},
|
|
300
296
|
"./testing": {
|
|
301
297
|
"types": "./testing/index.d.ts",
|
|
302
298
|
"default": "./fesm2022/theseam-ui-common-testing.mjs"
|
|
303
299
|
},
|
|
304
|
-
"./
|
|
305
|
-
"types": "./
|
|
306
|
-
"default": "./fesm2022/theseam-ui-common-
|
|
300
|
+
"./tiled-select": {
|
|
301
|
+
"types": "./tiled-select/index.d.ts",
|
|
302
|
+
"default": "./fesm2022/theseam-ui-common-tiled-select.mjs"
|
|
307
303
|
},
|
|
308
304
|
"./toggle-group": {
|
|
309
305
|
"types": "./toggle-group/index.d.ts",
|
|
310
306
|
"default": "./fesm2022/theseam-ui-common-toggle-group.mjs"
|
|
311
307
|
},
|
|
308
|
+
"./toggle-edit": {
|
|
309
|
+
"types": "./toggle-edit/index.d.ts",
|
|
310
|
+
"default": "./fesm2022/theseam-ui-common-toggle-edit.mjs"
|
|
311
|
+
},
|
|
312
312
|
"./unsaved-changes-dialog": {
|
|
313
313
|
"types": "./unsaved-changes-dialog/index.d.ts",
|
|
314
314
|
"default": "./fesm2022/theseam-ui-common-unsaved-changes-dialog.mjs"
|
|
@@ -317,14 +317,14 @@
|
|
|
317
317
|
"types": "./tooltip/index.d.ts",
|
|
318
318
|
"default": "./fesm2022/theseam-ui-common-tooltip.mjs"
|
|
319
319
|
},
|
|
320
|
-
"./validators": {
|
|
321
|
-
"types": "./validators/index.d.ts",
|
|
322
|
-
"default": "./fesm2022/theseam-ui-common-validators.mjs"
|
|
323
|
-
},
|
|
324
320
|
"./utils": {
|
|
325
321
|
"types": "./utils/index.d.ts",
|
|
326
322
|
"default": "./fesm2022/theseam-ui-common-utils.mjs"
|
|
327
323
|
},
|
|
324
|
+
"./validators": {
|
|
325
|
+
"types": "./validators/index.d.ts",
|
|
326
|
+
"default": "./fesm2022/theseam-ui-common-validators.mjs"
|
|
327
|
+
},
|
|
328
328
|
"./vertical-list-filter": {
|
|
329
329
|
"types": "./vertical-list-filter/index.d.ts",
|
|
330
330
|
"default": "./fesm2022/theseam-ui-common-vertical-list-filter.mjs"
|