@theseam/ui-common 1.0.0 → 1.0.1
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/modal/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
# Modal
|
|
2
|
-
|
|
3
|
-
For now this module will be mostly using code from the `cdk-experimental` `dialog`.
|
|
4
|
-
|
|
5
|
-
When `cdk-experimental` gets moved to `cdk` we may just end up using it. If we have neccessary customizations for our use cases then this will just wrap it or extend neccessary parts.
|
|
1
|
+
# Modal
|
|
2
|
+
|
|
3
|
+
For now this module will be mostly using code from the `cdk-experimental` `dialog`.
|
|
4
|
+
|
|
5
|
+
When `cdk-experimental` gets moved to `cdk` we may just end up using it. If we have neccessary customizations for our use cases then this will just wrap it or extend neccessary parts.
|
package/package.json
CHANGED
package/tel-input/README.md
CHANGED
|
@@ -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
|
+
```
|