@verisoft/ui-core 20.1.3 → 20.2.0
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/index.d.ts +4 -0
- package/package.json +3 -3
package/index.d.ts
CHANGED
|
@@ -145,6 +145,10 @@ interface CommonIcons {
|
|
|
145
145
|
check: string;
|
|
146
146
|
envelope: string;
|
|
147
147
|
loader: string;
|
|
148
|
+
file: string;
|
|
149
|
+
map: string;
|
|
150
|
+
arrowCounterclockwise: string;
|
|
151
|
+
folder: string;
|
|
148
152
|
}
|
|
149
153
|
|
|
150
154
|
declare function downloadText(filename: string, text: string, mimeType?: string | undefined): void;
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@verisoft/ui-core",
|
|
3
|
-
"version": "20.
|
|
3
|
+
"version": "20.2.0",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@verisoft/core": "~20.
|
|
6
|
-
"@verisoft/store": "~20.
|
|
5
|
+
"@verisoft/core": "~20.2.0",
|
|
6
|
+
"@verisoft/store": "~20.2.0",
|
|
7
7
|
"@angular/core": "~20.2.0",
|
|
8
8
|
"@angular/common": "~20.2.0",
|
|
9
9
|
"@angular/forms": "~20.2.0",
|