@theseam/ui-common 1.0.0-beta.1 → 1.0.0-beta.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.
Files changed (48) hide show
  1. package/fesm2022/theseam-ui-common-asset-reader.mjs +10 -10
  2. package/fesm2022/theseam-ui-common-breadcrumbs.mjs +6 -6
  3. package/fesm2022/theseam-ui-common-buttons.mjs +25 -25
  4. package/fesm2022/theseam-ui-common-card.mjs +16 -16
  5. package/fesm2022/theseam-ui-common-carousel.mjs +10 -10
  6. package/fesm2022/theseam-ui-common-checkbox.mjs +7 -7
  7. package/fesm2022/theseam-ui-common-confirm-dialog.mjs +13 -13
  8. package/fesm2022/theseam-ui-common-data-exporter.mjs +10 -10
  9. package/fesm2022/theseam-ui-common-data-filters.mjs +13 -13
  10. package/fesm2022/theseam-ui-common-datatable-alterations-display.mjs +12 -12
  11. package/fesm2022/theseam-ui-common-datatable-dynamic.mjs +25 -25
  12. package/fesm2022/theseam-ui-common-datatable.mjs +106 -106
  13. package/fesm2022/theseam-ui-common-dynamic-component-loader.mjs +7 -7
  14. package/fesm2022/theseam-ui-common-dynamic.mjs +21 -21
  15. package/fesm2022/theseam-ui-common-footer-bar.mjs +7 -7
  16. package/fesm2022/theseam-ui-common-form-field-error.mjs +16 -16
  17. package/fesm2022/theseam-ui-common-form-field.mjs +22 -22
  18. package/fesm2022/theseam-ui-common-framework.mjs +157 -157
  19. package/fesm2022/theseam-ui-common-google-maps.mjs +40 -40
  20. package/fesm2022/theseam-ui-common-graphql.mjs +3 -3
  21. package/fesm2022/theseam-ui-common-icon.mjs +13 -13
  22. package/fesm2022/theseam-ui-common-layout.mjs +7 -7
  23. package/fesm2022/theseam-ui-common-loading.mjs +10 -10
  24. package/fesm2022/theseam-ui-common-menu.mjs +25 -25
  25. package/fesm2022/theseam-ui-common-modal.mjs +43 -43
  26. package/fesm2022/theseam-ui-common-navigation-reload.mjs +3 -3
  27. package/fesm2022/theseam-ui-common-popover.mjs +10 -10
  28. package/fesm2022/theseam-ui-common-progress.mjs +7 -7
  29. package/fesm2022/theseam-ui-common-rich-text.mjs +7 -7
  30. package/fesm2022/theseam-ui-common-scrollbar.mjs +6 -6
  31. package/fesm2022/theseam-ui-common-services.mjs +12 -12
  32. package/fesm2022/theseam-ui-common-shared.mjs +37 -37
  33. package/fesm2022/theseam-ui-common-storage.mjs +3 -3
  34. package/fesm2022/theseam-ui-common-story-helpers.mjs +26 -26
  35. package/fesm2022/theseam-ui-common-tabbed.mjs +22 -22
  36. package/fesm2022/theseam-ui-common-table-cell-type.mjs +10 -10
  37. package/fesm2022/theseam-ui-common-table-cell-types.mjs +31 -31
  38. package/fesm2022/theseam-ui-common-table.mjs +16 -16
  39. package/fesm2022/theseam-ui-common-tel-input.mjs +13 -13
  40. package/fesm2022/theseam-ui-common-tiled-select.mjs +22 -22
  41. package/fesm2022/theseam-ui-common-toggle-edit.mjs +16 -16
  42. package/fesm2022/theseam-ui-common-toggle-group.mjs +10 -10
  43. package/fesm2022/theseam-ui-common-tooltip.mjs +10 -10
  44. package/fesm2022/theseam-ui-common-unsaved-changes-dialog.mjs +10 -10
  45. package/fesm2022/theseam-ui-common-vertical-list-filter.mjs +3 -3
  46. package/fesm2022/theseam-ui-common-viewers.mjs +12 -12
  47. package/fesm2022/theseam-ui-common-widget.mjs +135 -135
  48. package/package.json +69 -70
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theseam/ui-common",
3
- "version": "1.0.0-beta.1",
3
+ "version": "1.0.0-beta.3",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^20.2.3",
6
6
  "@angular/common": "^20.3.0",
@@ -39,7 +39,6 @@
39
39
  "@ajsf/core": "^0.8.0",
40
40
  "quill": "2.0.3",
41
41
  "ngx-quill": "^27.1.2",
42
- "@types/quill": "^2.0.14",
43
42
  "@turf/area": "^7.2.0",
44
43
  "@turf/boolean-contains": "^7.2.0",
45
44
  "@turf/helpers": "^7.2.0",
@@ -130,33 +129,33 @@
130
129
  "types": "./index.d.ts",
131
130
  "default": "./fesm2022/theseam-ui-common.mjs"
132
131
  },
133
- "./ai": {
134
- "types": "./ai/index.d.ts",
135
- "default": "./fesm2022/theseam-ui-common-ai.mjs"
136
- },
137
132
  "./asset-reader": {
138
133
  "types": "./asset-reader/index.d.ts",
139
134
  "default": "./fesm2022/theseam-ui-common-asset-reader.mjs"
140
135
  },
136
+ "./ai": {
137
+ "types": "./ai/index.d.ts",
138
+ "default": "./fesm2022/theseam-ui-common-ai.mjs"
139
+ },
141
140
  "./breadcrumbs": {
142
141
  "types": "./breadcrumbs/index.d.ts",
143
142
  "default": "./fesm2022/theseam-ui-common-breadcrumbs.mjs"
144
143
  },
145
- "./buttons": {
146
- "types": "./buttons/index.d.ts",
147
- "default": "./fesm2022/theseam-ui-common-buttons.mjs"
148
- },
149
144
  "./card": {
150
145
  "types": "./card/index.d.ts",
151
146
  "default": "./fesm2022/theseam-ui-common-card.mjs"
152
147
  },
148
+ "./buttons": {
149
+ "types": "./buttons/index.d.ts",
150
+ "default": "./fesm2022/theseam-ui-common-buttons.mjs"
151
+ },
153
152
  "./carousel": {
154
153
  "types": "./carousel/index.d.ts",
155
154
  "default": "./fesm2022/theseam-ui-common-carousel.mjs"
156
155
  },
157
- "./checkbox": {
158
- "types": "./checkbox/index.d.ts",
159
- "default": "./fesm2022/theseam-ui-common-checkbox.mjs"
156
+ "./confirm-dialog": {
157
+ "types": "./confirm-dialog/index.d.ts",
158
+ "default": "./fesm2022/theseam-ui-common-confirm-dialog.mjs"
160
159
  },
161
160
  "./core": {
162
161
  "types": "./core/index.d.ts",
@@ -166,9 +165,9 @@
166
165
  "types": "./data-exporter/index.d.ts",
167
166
  "default": "./fesm2022/theseam-ui-common-data-exporter.mjs"
168
167
  },
169
- "./confirm-dialog": {
170
- "types": "./confirm-dialog/index.d.ts",
171
- "default": "./fesm2022/theseam-ui-common-confirm-dialog.mjs"
168
+ "./checkbox": {
169
+ "types": "./checkbox/index.d.ts",
170
+ "default": "./fesm2022/theseam-ui-common-checkbox.mjs"
172
171
  },
173
172
  "./data-filters": {
174
173
  "types": "./data-filters/index.d.ts",
@@ -182,10 +181,6 @@
182
181
  "types": "./datatable-alterations-display/index.d.ts",
183
182
  "default": "./fesm2022/theseam-ui-common-datatable-alterations-display.mjs"
184
183
  },
185
- "./datatable-dynamic": {
186
- "types": "./datatable-dynamic/index.d.ts",
187
- "default": "./fesm2022/theseam-ui-common-datatable-dynamic.mjs"
188
- },
189
184
  "./dynamic": {
190
185
  "types": "./dynamic/index.d.ts",
191
186
  "default": "./fesm2022/theseam-ui-common-dynamic.mjs"
@@ -194,6 +189,14 @@
194
189
  "types": "./dynamic-component-loader/index.d.ts",
195
190
  "default": "./fesm2022/theseam-ui-common-dynamic-component-loader.mjs"
196
191
  },
192
+ "./datatable-dynamic": {
193
+ "types": "./datatable-dynamic/index.d.ts",
194
+ "default": "./fesm2022/theseam-ui-common-datatable-dynamic.mjs"
195
+ },
196
+ "./footer-bar": {
197
+ "types": "./footer-bar/index.d.ts",
198
+ "default": "./fesm2022/theseam-ui-common-footer-bar.mjs"
199
+ },
197
200
  "./form-field": {
198
201
  "types": "./form-field/index.d.ts",
199
202
  "default": "./fesm2022/theseam-ui-common-form-field.mjs"
@@ -202,22 +205,18 @@
202
205
  "types": "./form-field-error/index.d.ts",
203
206
  "default": "./fesm2022/theseam-ui-common-form-field-error.mjs"
204
207
  },
205
- "./footer-bar": {
206
- "types": "./footer-bar/index.d.ts",
207
- "default": "./fesm2022/theseam-ui-common-footer-bar.mjs"
208
- },
209
208
  "./google-maps": {
210
209
  "types": "./google-maps/index.d.ts",
211
210
  "default": "./fesm2022/theseam-ui-common-google-maps.mjs"
212
211
  },
213
- "./framework": {
214
- "types": "./framework/index.d.ts",
215
- "default": "./fesm2022/theseam-ui-common-framework.mjs"
216
- },
217
212
  "./graphql": {
218
213
  "types": "./graphql/index.d.ts",
219
214
  "default": "./fesm2022/theseam-ui-common-graphql.mjs"
220
215
  },
216
+ "./framework": {
217
+ "types": "./framework/index.d.ts",
218
+ "default": "./fesm2022/theseam-ui-common-framework.mjs"
219
+ },
221
220
  "./icon": {
222
221
  "types": "./icon/index.d.ts",
223
222
  "default": "./fesm2022/theseam-ui-common-icon.mjs"
@@ -226,6 +225,14 @@
226
225
  "types": "./layout/index.d.ts",
227
226
  "default": "./fesm2022/theseam-ui-common-layout.mjs"
228
227
  },
228
+ "./loading": {
229
+ "types": "./loading/index.d.ts",
230
+ "default": "./fesm2022/theseam-ui-common-loading.mjs"
231
+ },
232
+ "./modal": {
233
+ "types": "./modal/index.d.ts",
234
+ "default": "./fesm2022/theseam-ui-common-modal.mjs"
235
+ },
229
236
  "./menu": {
230
237
  "types": "./menu/index.d.ts",
231
238
  "default": "./fesm2022/theseam-ui-common-menu.mjs"
@@ -234,26 +241,18 @@
234
241
  "types": "./models/index.d.ts",
235
242
  "default": "./fesm2022/theseam-ui-common-models.mjs"
236
243
  },
237
- "./modal": {
238
- "types": "./modal/index.d.ts",
239
- "default": "./fesm2022/theseam-ui-common-modal.mjs"
240
- },
241
244
  "./navigation-reload": {
242
245
  "types": "./navigation-reload/index.d.ts",
243
246
  "default": "./fesm2022/theseam-ui-common-navigation-reload.mjs"
244
247
  },
245
- "./loading": {
246
- "types": "./loading/index.d.ts",
247
- "default": "./fesm2022/theseam-ui-common-loading.mjs"
248
- },
249
- "./progress": {
250
- "types": "./progress/index.d.ts",
251
- "default": "./fesm2022/theseam-ui-common-progress.mjs"
252
- },
253
248
  "./popover": {
254
249
  "types": "./popover/index.d.ts",
255
250
  "default": "./fesm2022/theseam-ui-common-popover.mjs"
256
251
  },
252
+ "./scrollbar": {
253
+ "types": "./scrollbar/index.d.ts",
254
+ "default": "./fesm2022/theseam-ui-common-scrollbar.mjs"
255
+ },
257
256
  "./services": {
258
257
  "types": "./services/index.d.ts",
259
258
  "default": "./fesm2022/theseam-ui-common-services.mjs"
@@ -262,26 +261,30 @@
262
261
  "types": "./shared/index.d.ts",
263
262
  "default": "./fesm2022/theseam-ui-common-shared.mjs"
264
263
  },
264
+ "./progress": {
265
+ "types": "./progress/index.d.ts",
266
+ "default": "./fesm2022/theseam-ui-common-progress.mjs"
267
+ },
265
268
  "./storage": {
266
269
  "types": "./storage/index.d.ts",
267
270
  "default": "./fesm2022/theseam-ui-common-storage.mjs"
268
271
  },
269
- "./scrollbar": {
270
- "types": "./scrollbar/index.d.ts",
271
- "default": "./fesm2022/theseam-ui-common-scrollbar.mjs"
272
- },
273
272
  "./story-helpers": {
274
273
  "types": "./story-helpers/index.d.ts",
275
274
  "default": "./fesm2022/theseam-ui-common-story-helpers.mjs"
276
275
  },
277
- "./tabbed": {
278
- "types": "./tabbed/index.d.ts",
279
- "default": "./fesm2022/theseam-ui-common-tabbed.mjs"
280
- },
281
276
  "./table": {
282
277
  "types": "./table/index.d.ts",
283
278
  "default": "./fesm2022/theseam-ui-common-table.mjs"
284
279
  },
280
+ "./table-cell-type": {
281
+ "types": "./table-cell-type/index.d.ts",
282
+ "default": "./fesm2022/theseam-ui-common-table-cell-type.mjs"
283
+ },
284
+ "./tabbed": {
285
+ "types": "./tabbed/index.d.ts",
286
+ "default": "./fesm2022/theseam-ui-common-tabbed.mjs"
287
+ },
285
288
  "./table-cell-types": {
286
289
  "types": "./table-cell-types/index.d.ts",
287
290
  "default": "./fesm2022/theseam-ui-common-table-cell-types.mjs"
@@ -290,22 +293,22 @@
290
293
  "types": "./tel-input/index.d.ts",
291
294
  "default": "./fesm2022/theseam-ui-common-tel-input.mjs"
292
295
  },
293
- "./testing": {
294
- "types": "./testing/index.d.ts",
295
- "default": "./fesm2022/theseam-ui-common-testing.mjs"
296
- },
297
- "./table-cell-type": {
298
- "types": "./table-cell-type/index.d.ts",
299
- "default": "./fesm2022/theseam-ui-common-table-cell-type.mjs"
300
- },
301
296
  "./tiled-select": {
302
297
  "types": "./tiled-select/index.d.ts",
303
298
  "default": "./fesm2022/theseam-ui-common-tiled-select.mjs"
304
299
  },
300
+ "./testing": {
301
+ "types": "./testing/index.d.ts",
302
+ "default": "./fesm2022/theseam-ui-common-testing.mjs"
303
+ },
305
304
  "./toggle-edit": {
306
305
  "types": "./toggle-edit/index.d.ts",
307
306
  "default": "./fesm2022/theseam-ui-common-toggle-edit.mjs"
308
307
  },
308
+ "./toggle-group": {
309
+ "types": "./toggle-group/index.d.ts",
310
+ "default": "./fesm2022/theseam-ui-common-toggle-group.mjs"
311
+ },
309
312
  "./tooltip": {
310
313
  "types": "./tooltip/index.d.ts",
311
314
  "default": "./fesm2022/theseam-ui-common-tooltip.mjs"
@@ -314,33 +317,29 @@
314
317
  "types": "./unsaved-changes-dialog/index.d.ts",
315
318
  "default": "./fesm2022/theseam-ui-common-unsaved-changes-dialog.mjs"
316
319
  },
317
- "./toggle-group": {
318
- "types": "./toggle-group/index.d.ts",
319
- "default": "./fesm2022/theseam-ui-common-toggle-group.mjs"
320
+ "./utils": {
321
+ "types": "./utils/index.d.ts",
322
+ "default": "./fesm2022/theseam-ui-common-utils.mjs"
320
323
  },
321
324
  "./validators": {
322
325
  "types": "./validators/index.d.ts",
323
326
  "default": "./fesm2022/theseam-ui-common-validators.mjs"
324
327
  },
325
- "./utils": {
326
- "types": "./utils/index.d.ts",
327
- "default": "./fesm2022/theseam-ui-common-utils.mjs"
328
+ "./vertical-list-filter": {
329
+ "types": "./vertical-list-filter/index.d.ts",
330
+ "default": "./fesm2022/theseam-ui-common-vertical-list-filter.mjs"
328
331
  },
329
332
  "./viewers": {
330
333
  "types": "./viewers/index.d.ts",
331
334
  "default": "./fesm2022/theseam-ui-common-viewers.mjs"
332
335
  },
333
- "./rich-text": {
334
- "types": "./rich-text/index.d.ts",
335
- "default": "./fesm2022/theseam-ui-common-rich-text.mjs"
336
- },
337
- "./vertical-list-filter": {
338
- "types": "./vertical-list-filter/index.d.ts",
339
- "default": "./fesm2022/theseam-ui-common-vertical-list-filter.mjs"
340
- },
341
336
  "./widget": {
342
337
  "types": "./widget/index.d.ts",
343
338
  "default": "./fesm2022/theseam-ui-common-widget.mjs"
339
+ },
340
+ "./rich-text": {
341
+ "types": "./rich-text/index.d.ts",
342
+ "default": "./fesm2022/theseam-ui-common-rich-text.mjs"
344
343
  }
345
344
  },
346
345
  "sideEffects": false