@theseam/ui-common 1.0.0-beta.12 → 1.0.0-beta.14
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/datatable/index.d.ts +4 -1
- package/fesm2022/theseam-ui-common-buttons.mjs +9 -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-datatable.mjs +11 -2
- package/fesm2022/theseam-ui-common-datatable.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-framework.mjs.map +1 -1
- package/package.json +48 -48
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.14",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/cdk": "^20.2.3",
|
|
6
6
|
"@angular/common": "^20.3.0",
|
|
@@ -129,6 +129,10 @@
|
|
|
129
129
|
"types": "./index.d.ts",
|
|
130
130
|
"default": "./fesm2022/theseam-ui-common.mjs"
|
|
131
131
|
},
|
|
132
|
+
"./breadcrumbs": {
|
|
133
|
+
"types": "./breadcrumbs/index.d.ts",
|
|
134
|
+
"default": "./fesm2022/theseam-ui-common-breadcrumbs.mjs"
|
|
135
|
+
},
|
|
132
136
|
"./ai": {
|
|
133
137
|
"types": "./ai/index.d.ts",
|
|
134
138
|
"default": "./fesm2022/theseam-ui-common-ai.mjs"
|
|
@@ -137,22 +141,18 @@
|
|
|
137
141
|
"types": "./asset-reader/index.d.ts",
|
|
138
142
|
"default": "./fesm2022/theseam-ui-common-asset-reader.mjs"
|
|
139
143
|
},
|
|
140
|
-
"./breadcrumbs": {
|
|
141
|
-
"types": "./breadcrumbs/index.d.ts",
|
|
142
|
-
"default": "./fesm2022/theseam-ui-common-breadcrumbs.mjs"
|
|
143
|
-
},
|
|
144
144
|
"./buttons": {
|
|
145
145
|
"types": "./buttons/index.d.ts",
|
|
146
146
|
"default": "./fesm2022/theseam-ui-common-buttons.mjs"
|
|
147
147
|
},
|
|
148
|
-
"./carousel": {
|
|
149
|
-
"types": "./carousel/index.d.ts",
|
|
150
|
-
"default": "./fesm2022/theseam-ui-common-carousel.mjs"
|
|
151
|
-
},
|
|
152
148
|
"./card": {
|
|
153
149
|
"types": "./card/index.d.ts",
|
|
154
150
|
"default": "./fesm2022/theseam-ui-common-card.mjs"
|
|
155
151
|
},
|
|
152
|
+
"./carousel": {
|
|
153
|
+
"types": "./carousel/index.d.ts",
|
|
154
|
+
"default": "./fesm2022/theseam-ui-common-carousel.mjs"
|
|
155
|
+
},
|
|
156
156
|
"./checkbox": {
|
|
157
157
|
"types": "./checkbox/index.d.ts",
|
|
158
158
|
"default": "./fesm2022/theseam-ui-common-checkbox.mjs"
|
|
@@ -173,18 +173,22 @@
|
|
|
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
|
},
|
|
180
|
+
"./datatable-alterations-display": {
|
|
181
|
+
"types": "./datatable-alterations-display/index.d.ts",
|
|
182
|
+
"default": "./fesm2022/theseam-ui-common-datatable-alterations-display.mjs"
|
|
183
|
+
},
|
|
184
184
|
"./datatable-dynamic": {
|
|
185
185
|
"types": "./datatable-dynamic/index.d.ts",
|
|
186
186
|
"default": "./fesm2022/theseam-ui-common-datatable-dynamic.mjs"
|
|
187
187
|
},
|
|
188
|
+
"./dynamic": {
|
|
189
|
+
"types": "./dynamic/index.d.ts",
|
|
190
|
+
"default": "./fesm2022/theseam-ui-common-dynamic.mjs"
|
|
191
|
+
},
|
|
188
192
|
"./dynamic-component-loader": {
|
|
189
193
|
"types": "./dynamic-component-loader/index.d.ts",
|
|
190
194
|
"default": "./fesm2022/theseam-ui-common-dynamic-component-loader.mjs"
|
|
@@ -193,10 +197,6 @@
|
|
|
193
197
|
"types": "./footer-bar/index.d.ts",
|
|
194
198
|
"default": "./fesm2022/theseam-ui-common-footer-bar.mjs"
|
|
195
199
|
},
|
|
196
|
-
"./dynamic": {
|
|
197
|
-
"types": "./dynamic/index.d.ts",
|
|
198
|
-
"default": "./fesm2022/theseam-ui-common-dynamic.mjs"
|
|
199
|
-
},
|
|
200
200
|
"./form-field-error": {
|
|
201
201
|
"types": "./form-field-error/index.d.ts",
|
|
202
202
|
"default": "./fesm2022/theseam-ui-common-form-field-error.mjs"
|
|
@@ -209,17 +209,13 @@
|
|
|
209
209
|
"types": "./framework/index.d.ts",
|
|
210
210
|
"default": "./fesm2022/theseam-ui-common-framework.mjs"
|
|
211
211
|
},
|
|
212
|
-
"./google-maps": {
|
|
213
|
-
"types": "./google-maps/index.d.ts",
|
|
214
|
-
"default": "./fesm2022/theseam-ui-common-google-maps.mjs"
|
|
215
|
-
},
|
|
216
212
|
"./graphql": {
|
|
217
213
|
"types": "./graphql/index.d.ts",
|
|
218
214
|
"default": "./fesm2022/theseam-ui-common-graphql.mjs"
|
|
219
215
|
},
|
|
220
|
-
"./
|
|
221
|
-
"types": "./
|
|
222
|
-
"default": "./fesm2022/theseam-ui-common-
|
|
216
|
+
"./google-maps": {
|
|
217
|
+
"types": "./google-maps/index.d.ts",
|
|
218
|
+
"default": "./fesm2022/theseam-ui-common-google-maps.mjs"
|
|
223
219
|
},
|
|
224
220
|
"./icon": {
|
|
225
221
|
"types": "./icon/index.d.ts",
|
|
@@ -229,14 +225,18 @@
|
|
|
229
225
|
"types": "./loading/index.d.ts",
|
|
230
226
|
"default": "./fesm2022/theseam-ui-common-loading.mjs"
|
|
231
227
|
},
|
|
232
|
-
"./
|
|
233
|
-
"types": "./
|
|
234
|
-
"default": "./fesm2022/theseam-ui-common-
|
|
228
|
+
"./layout": {
|
|
229
|
+
"types": "./layout/index.d.ts",
|
|
230
|
+
"default": "./fesm2022/theseam-ui-common-layout.mjs"
|
|
235
231
|
},
|
|
236
232
|
"./modal": {
|
|
237
233
|
"types": "./modal/index.d.ts",
|
|
238
234
|
"default": "./fesm2022/theseam-ui-common-modal.mjs"
|
|
239
235
|
},
|
|
236
|
+
"./menu": {
|
|
237
|
+
"types": "./menu/index.d.ts",
|
|
238
|
+
"default": "./fesm2022/theseam-ui-common-menu.mjs"
|
|
239
|
+
},
|
|
240
240
|
"./models": {
|
|
241
241
|
"types": "./models/index.d.ts",
|
|
242
242
|
"default": "./fesm2022/theseam-ui-common-models.mjs"
|
|
@@ -249,26 +249,26 @@
|
|
|
249
249
|
"types": "./popover/index.d.ts",
|
|
250
250
|
"default": "./fesm2022/theseam-ui-common-popover.mjs"
|
|
251
251
|
},
|
|
252
|
-
"./
|
|
253
|
-
"types": "./
|
|
254
|
-
"default": "./fesm2022/theseam-ui-common-
|
|
252
|
+
"./scrollbar": {
|
|
253
|
+
"types": "./scrollbar/index.d.ts",
|
|
254
|
+
"default": "./fesm2022/theseam-ui-common-scrollbar.mjs"
|
|
255
255
|
},
|
|
256
256
|
"./services": {
|
|
257
257
|
"types": "./services/index.d.ts",
|
|
258
258
|
"default": "./fesm2022/theseam-ui-common-services.mjs"
|
|
259
259
|
},
|
|
260
|
-
"./
|
|
261
|
-
"types": "./
|
|
262
|
-
"default": "./fesm2022/theseam-ui-common-
|
|
263
|
-
},
|
|
264
|
-
"./shared": {
|
|
265
|
-
"types": "./shared/index.d.ts",
|
|
266
|
-
"default": "./fesm2022/theseam-ui-common-shared.mjs"
|
|
260
|
+
"./progress": {
|
|
261
|
+
"types": "./progress/index.d.ts",
|
|
262
|
+
"default": "./fesm2022/theseam-ui-common-progress.mjs"
|
|
267
263
|
},
|
|
268
264
|
"./storage": {
|
|
269
265
|
"types": "./storage/index.d.ts",
|
|
270
266
|
"default": "./fesm2022/theseam-ui-common-storage.mjs"
|
|
271
267
|
},
|
|
268
|
+
"./shared": {
|
|
269
|
+
"types": "./shared/index.d.ts",
|
|
270
|
+
"default": "./fesm2022/theseam-ui-common-shared.mjs"
|
|
271
|
+
},
|
|
272
272
|
"./story-helpers": {
|
|
273
273
|
"types": "./story-helpers/index.d.ts",
|
|
274
274
|
"default": "./fesm2022/theseam-ui-common-story-helpers.mjs"
|
|
@@ -305,18 +305,22 @@
|
|
|
305
305
|
"types": "./toggle-edit/index.d.ts",
|
|
306
306
|
"default": "./fesm2022/theseam-ui-common-toggle-edit.mjs"
|
|
307
307
|
},
|
|
308
|
-
"./toggle-group": {
|
|
309
|
-
"types": "./toggle-group/index.d.ts",
|
|
310
|
-
"default": "./fesm2022/theseam-ui-common-toggle-group.mjs"
|
|
311
|
-
},
|
|
312
308
|
"./tooltip": {
|
|
313
309
|
"types": "./tooltip/index.d.ts",
|
|
314
310
|
"default": "./fesm2022/theseam-ui-common-tooltip.mjs"
|
|
315
311
|
},
|
|
312
|
+
"./toggle-group": {
|
|
313
|
+
"types": "./toggle-group/index.d.ts",
|
|
314
|
+
"default": "./fesm2022/theseam-ui-common-toggle-group.mjs"
|
|
315
|
+
},
|
|
316
316
|
"./unsaved-changes-dialog": {
|
|
317
317
|
"types": "./unsaved-changes-dialog/index.d.ts",
|
|
318
318
|
"default": "./fesm2022/theseam-ui-common-unsaved-changes-dialog.mjs"
|
|
319
319
|
},
|
|
320
|
+
"./utils": {
|
|
321
|
+
"types": "./utils/index.d.ts",
|
|
322
|
+
"default": "./fesm2022/theseam-ui-common-utils.mjs"
|
|
323
|
+
},
|
|
320
324
|
"./validators": {
|
|
321
325
|
"types": "./validators/index.d.ts",
|
|
322
326
|
"default": "./fesm2022/theseam-ui-common-validators.mjs"
|
|
@@ -329,17 +333,13 @@
|
|
|
329
333
|
"types": "./viewers/index.d.ts",
|
|
330
334
|
"default": "./fesm2022/theseam-ui-common-viewers.mjs"
|
|
331
335
|
},
|
|
332
|
-
"./utils": {
|
|
333
|
-
"types": "./utils/index.d.ts",
|
|
334
|
-
"default": "./fesm2022/theseam-ui-common-utils.mjs"
|
|
335
|
-
},
|
|
336
336
|
"./widget": {
|
|
337
337
|
"types": "./widget/index.d.ts",
|
|
338
338
|
"default": "./fesm2022/theseam-ui-common-widget.mjs"
|
|
339
339
|
},
|
|
340
|
-
"./
|
|
341
|
-
"types": "./
|
|
342
|
-
"default": "./fesm2022/theseam-ui-common-
|
|
340
|
+
"./rich-text": {
|
|
341
|
+
"types": "./rich-text/index.d.ts",
|
|
342
|
+
"default": "./fesm2022/theseam-ui-common-rich-text.mjs"
|
|
343
343
|
}
|
|
344
344
|
},
|
|
345
345
|
"sideEffects": false
|