@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
@@ -1,27 +1,27 @@
1
- # TelInput
2
-
3
- ## Getting Started
4
-
5
- The external assets from `intl-tel-input` are not being bundled into the `@theseam/ui-common` assets now, so the following step is necessary.
6
-
7
- ### Make sure the flags files, utility scripts and styles are copied to the assets.
8
-
9
- In `angular.json` add the following to the styles array for the projects using `@theseam/ui-common/tel-input`.
10
-
11
- ```json
12
- {
13
- "glob": "**/*.min.css",
14
- "input": "node_modules/intl-tel-input/build/css",
15
- "output": "assets/vendor/intl-tel-input/css"
16
- },
17
- {
18
- "glob": "**/*.png",
19
- "input": "node_modules/intl-tel-input/build/img",
20
- "output": "assets/vendor/intl-tel-input/img"
21
- },
22
- {
23
- "glob": "**/utils.js",
24
- "input": "node_modules/intl-tel-input/build/js",
25
- "output": "assets/vendor/intl-tel-input/js"
26
- }
27
- ```
1
+ # TelInput
2
+
3
+ ## Getting Started
4
+
5
+ The external assets from `intl-tel-input` are not being bundled into the `@theseam/ui-common` assets now, so the following step is necessary.
6
+
7
+ ### Make sure the flags files, utility scripts and styles are copied to the assets.
8
+
9
+ In `angular.json` add the following to the styles array for the projects using `@theseam/ui-common/tel-input`.
10
+
11
+ ```json
12
+ {
13
+ "glob": "**/*.min.css",
14
+ "input": "node_modules/intl-tel-input/build/css",
15
+ "output": "assets/vendor/intl-tel-input/css"
16
+ },
17
+ {
18
+ "glob": "**/*.png",
19
+ "input": "node_modules/intl-tel-input/build/img",
20
+ "output": "assets/vendor/intl-tel-input/img"
21
+ },
22
+ {
23
+ "glob": "**/utils.js",
24
+ "input": "node_modules/intl-tel-input/build/js",
25
+ "output": "assets/vendor/intl-tel-input/js"
26
+ }
27
+ ```
@@ -0,0 +1,3 @@
1
+ {
2
+ "module": "../fesm2022/theseam-ui-common-tel-input.mjs"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "module": "../fesm2022/theseam-ui-common-testing.mjs"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "module": "../fesm2022/theseam-ui-common-tiled-select.mjs"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "module": "../fesm2022/theseam-ui-common-toggle-edit.mjs"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "module": "../fesm2022/theseam-ui-common-toggle-group.mjs"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "module": "../fesm2022/theseam-ui-common-tooltip.mjs"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "module": "../fesm2022/theseam-ui-common-unsaved-changes-dialog.mjs"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "module": "../fesm2022/theseam-ui-common-utils.mjs"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "module": "../fesm2022/theseam-ui-common-validators.mjs"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "module": "../fesm2022/theseam-ui-common-vertical-list-filter.mjs"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "module": "../fesm2022/theseam-ui-common-viewers.mjs"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "module": "../fesm2022/theseam-ui-common-widget.mjs"
3
+ }