@piying/view-angular 2.1.0 → 2.1.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/fesm2022/piying-view-angular.mjs +1 -1
- package/index.d.ts +10 -1
- package/package.json +2 -2
|
@@ -773,5 +773,5 @@ class BaseControl {
|
|
|
773
773
|
* Generated bundle index. Do not edit.
|
|
774
774
|
*/
|
|
775
775
|
|
|
776
|
-
export { AngularFormBuilder, AttributesDirective, BaseControl, InsertFieldDirective, NgSchemaHandle, PI_COMPONENT_INDEX, PI_COMPONENT_LIST, PI_COMPONENT_LIST_LISTEN, PI_INPUT_MODEL_TOKEN, PI_INPUT_OPTIONS_TOKEN, PI_INPUT_SCHEMA_TOKEN, PI_VIEW_FIELD_TOKEN, PiyingView, PiyingViewGroup, PiyingViewGroupBase, actions, directives, rawConfig };
|
|
776
|
+
export { AngularFormBuilder, AttributesDirective, BaseControl, EventsDirective, InsertFieldDirective, NgSchemaHandle, PI_COMPONENT_INDEX, PI_COMPONENT_LIST, PI_COMPONENT_LIST_LISTEN, PI_INPUT_MODEL_TOKEN, PI_INPUT_OPTIONS_TOKEN, PI_INPUT_SCHEMA_TOKEN, PI_VIEW_FIELD_TOKEN, PiyingView, PiyingViewGroup, PiyingViewGroupBase, actions, directives, rawConfig };
|
|
777
777
|
//# sourceMappingURL=piying-view-angular.mjs.map
|
package/index.d.ts
CHANGED
|
@@ -253,5 +253,14 @@ declare class AttributesDirective {
|
|
|
253
253
|
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<AttributesDirective, "[attributes]", never, { "attributes": { "alias": "attributes"; "required": true; "isSignal": true; }; "excludes": { "alias": "excludes"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
254
254
|
}
|
|
255
255
|
|
|
256
|
-
|
|
256
|
+
declare class EventsDirective {
|
|
257
|
+
#private;
|
|
258
|
+
events: _angular_core.InputSignal<Record<string, (event: any) => any>>;
|
|
259
|
+
ngOnChanges(): void;
|
|
260
|
+
ngOnDestroy(): void;
|
|
261
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<EventsDirective, never>;
|
|
262
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<EventsDirective, "[events]", never, { "events": { "alias": "events"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
export { AngularFormBuilder, AttributesDirective, BaseControl, EventsDirective, InsertFieldDirective, NgSchemaHandle, PI_COMPONENT_INDEX, PI_COMPONENT_LIST_LISTEN, PI_INPUT_MODEL_TOKEN, PI_INPUT_OPTIONS_TOKEN, PI_INPUT_SCHEMA_TOKEN, PI_VIEW_FIELD_TOKEN, PiyingView, PiyingViewGroup, PiyingViewGroupBase, actions, directives, rawConfig };
|
|
257
266
|
export type { ComponentRawType, NgDirectiveConfig, NgResolvedComponentDefine1, NgResolvedWraaperConfig, PiResolvedViewFieldConfig, PiViewConfig };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@piying/view-angular",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.1",
|
|
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": "^2.1.
|
|
41
|
+
"@piying/view-angular-core": "^2.1.1",
|
|
42
42
|
"tslib": "^2.3.0"
|
|
43
43
|
},
|
|
44
44
|
"sideEffects": false,
|