@piying/view-angular 1.10.2 → 1.10.4
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 +1 -1
- package/package.json +2 -2
package/index.d.ts
CHANGED
|
@@ -66,7 +66,7 @@ type NgDirectiveConfig = Omit<DirectiveConfig, 'inputs' | 'outputs'> & {
|
|
|
66
66
|
/** 用于全局可选配置 */
|
|
67
67
|
type PiDefaultRawViewFieldConfig = Pick<NgSchemaHandle, 'inputs' | 'outputs' | 'wrappers' | 'formConfig' | 'renderConfig' | 'props' | 'directives' | 'attributes'>;
|
|
68
68
|
type NgRawComponentDefine = Omit<CoreRawComponentDefine, 'type'> & {
|
|
69
|
-
type
|
|
69
|
+
type?: string | Type<any> | LazyImport<Type<any>> | NgComponentDefine | LazyImport<NgComponentDefine> | LazyMarkType<Type<any>> | LazyMarkType<NgComponentDefine>;
|
|
70
70
|
};
|
|
71
71
|
/** 解析后但是未加载 */
|
|
72
72
|
type NgResolvedComponentDefine1 = Omit<CoreResolvedComponentDefine, 'type'> & {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@piying/view-angular",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.4",
|
|
4
4
|
"description": "Piying view For Angular;Valibot to Component",
|
|
5
5
|
"homepage": "https://piying-org.github.io/website/docs/client/intro",
|
|
6
6
|
"repository": {
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"valibot": "^1.1.0"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@piying/view-angular-core": "^1.10.
|
|
41
|
+
"@piying/view-angular-core": "^1.10.4",
|
|
42
42
|
"tslib": "^2.3.0"
|
|
43
43
|
},
|
|
44
44
|
"sideEffects": false,
|