@theseam/ui-common 1.0.1 → 1.0.2-beta.11

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 (59) hide show
  1. package/ai/package.json +3 -0
  2. package/asset-reader/package.json +3 -0
  3. package/breadcrumbs/package.json +3 -0
  4. package/buttons/package.json +3 -0
  5. package/card/package.json +3 -0
  6. package/carousel/package.json +3 -0
  7. package/checkbox/package.json +3 -0
  8. package/confirm-dialog/package.json +3 -0
  9. package/core/package.json +3 -0
  10. package/data-exporter/package.json +3 -0
  11. package/data-filters/package.json +3 -0
  12. package/datatable/package.json +3 -0
  13. package/datatable-alterations-display/package.json +3 -0
  14. package/datatable-dynamic/package.json +3 -0
  15. package/dynamic/package.json +3 -0
  16. package/dynamic-component-loader/package.json +3 -0
  17. package/fesm2022/theseam-ui-common-graphql.mjs +849 -476
  18. package/fesm2022/theseam-ui-common-graphql.mjs.map +1 -1
  19. package/footer-bar/package.json +3 -0
  20. package/form-field/package.json +3 -0
  21. package/form-field-error/package.json +3 -0
  22. package/framework/package.json +3 -0
  23. package/google-maps/package.json +3 -0
  24. package/graphql/index.d.ts +265 -54
  25. package/graphql/package.json +3 -0
  26. package/icon/package.json +3 -0
  27. package/layout/package.json +3 -0
  28. package/loading/package.json +3 -0
  29. package/menu/package.json +3 -0
  30. package/modal/README.md +5 -5
  31. package/modal/package.json +3 -0
  32. package/models/package.json +3 -0
  33. package/navigation-reload/package.json +3 -0
  34. package/package.json +2 -2
  35. package/popover/package.json +3 -0
  36. package/progress/package.json +3 -0
  37. package/rich-text/package.json +3 -0
  38. package/scrollbar/package.json +3 -0
  39. package/services/package.json +3 -0
  40. package/shared/package.json +3 -0
  41. package/storage/package.json +3 -0
  42. package/story-helpers/package.json +3 -0
  43. package/tabbed/package.json +3 -0
  44. package/table/package.json +3 -0
  45. package/table-cell-type/package.json +3 -0
  46. package/table-cell-types/package.json +3 -0
  47. package/tel-input/README.md +27 -27
  48. package/tel-input/package.json +3 -0
  49. package/testing/package.json +3 -0
  50. package/tiled-select/package.json +3 -0
  51. package/toggle-edit/package.json +3 -0
  52. package/toggle-group/package.json +3 -0
  53. package/tooltip/package.json +3 -0
  54. package/unsaved-changes-dialog/package.json +3 -0
  55. package/utils/package.json +3 -0
  56. package/validators/package.json +3 -0
  57. package/vertical-list-filter/package.json +3 -0
  58. package/viewers/package.json +3 -0
  59. package/widget/package.json +3 -0
@@ -0,0 +1,3 @@
1
+ {
2
+ "module": "../fesm2022/theseam-ui-common-ai.mjs"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "module": "../fesm2022/theseam-ui-common-asset-reader.mjs"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "module": "../fesm2022/theseam-ui-common-breadcrumbs.mjs"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "module": "../fesm2022/theseam-ui-common-buttons.mjs"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "module": "../fesm2022/theseam-ui-common-card.mjs"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "module": "../fesm2022/theseam-ui-common-carousel.mjs"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "module": "../fesm2022/theseam-ui-common-checkbox.mjs"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "module": "../fesm2022/theseam-ui-common-confirm-dialog.mjs"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "module": "../fesm2022/theseam-ui-common-core.mjs"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "module": "../fesm2022/theseam-ui-common-data-exporter.mjs"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "module": "../fesm2022/theseam-ui-common-data-filters.mjs"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "module": "../fesm2022/theseam-ui-common-datatable.mjs"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "module": "../fesm2022/theseam-ui-common-datatable-alterations-display.mjs"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "module": "../fesm2022/theseam-ui-common-datatable-dynamic.mjs"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "module": "../fesm2022/theseam-ui-common-dynamic.mjs"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "module": "../fesm2022/theseam-ui-common-dynamic-component-loader.mjs"
3
+ }