@piying/view-angular-core 2.0.3 → 2.0.5
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
CHANGED
|
@@ -589,14 +589,14 @@ declare function nonFieldControl<TInput>(value?: boolean): NonFieldControlAction
|
|
|
589
589
|
declare const CustomDataSymbol: unique symbol;
|
|
590
590
|
type ConfigAction<T> = RawConfigAction<'viewRawConfig', T, any>;
|
|
591
591
|
|
|
592
|
-
declare function setWrappers<T>(wrappers: (SetOptional<SetUnWrapper$<CoreWrapperConfig, 'inputs' | 'outputs' | 'attributes' | 'events'>, 'inputs' | 'outputs' | 'attributes' | 'events'> | string)[]): _piying_valibot_visit.RawConfigAction<"viewRawConfig", T, _piying_view_angular_core.AnyCoreSchemaHandle>;
|
|
593
592
|
declare function removeWrappers<T>(removeList: string[] | ((list: Signal<CoreWrapperConfig>[]) => Signal<CoreWrapperConfig>[])): _piying_valibot_visit.RawConfigAction<"viewRawConfig", T, _piying_view_angular_core.AnyCoreSchemaHandle>;
|
|
594
593
|
declare function patchAsyncWrapper<T>(type: any, actions?: ConfigAction<any>[], options?: {
|
|
595
594
|
insertIndex?: number;
|
|
596
595
|
}): _piying_valibot_visit.RawConfigAction<"viewRawConfig", T, _piying_view_angular_core.AnyCoreSchemaHandle>;
|
|
597
596
|
declare function changeAsyncWrapper<T>(indexFn: (list: Signal<CoreWrapperConfig>[]) => any, actions: ConfigAction<any>[]): _piying_valibot_visit.RawConfigAction<"viewRawConfig", T, _piying_view_angular_core.AnyCoreSchemaHandle>;
|
|
598
597
|
declare const wrappers: {
|
|
599
|
-
set:
|
|
598
|
+
set: <T>(wrappers: (SetOptional<SetUnWrapper$<CoreWrapperConfig, "inputs" | "outputs" | "attributes" | "events">, "inputs" | "outputs" | "attributes" | "events"> | string)[]) => _piying_valibot_visit.RawConfigAction<"viewRawConfig", T, _piying_view_angular_core.AnyCoreSchemaHandle>;
|
|
599
|
+
patch: <T>(wrappers: (SetOptional<SetUnWrapper$<CoreWrapperConfig, "inputs" | "outputs" | "attributes" | "events">, "inputs" | "outputs" | "attributes" | "events"> | string)[]) => _piying_valibot_visit.RawConfigAction<"viewRawConfig", T, _piying_view_angular_core.AnyCoreSchemaHandle>;
|
|
600
600
|
patchAsync: typeof patchAsyncWrapper;
|
|
601
601
|
remove: typeof removeWrappers;
|
|
602
602
|
changeAsync: typeof changeAsyncWrapper;
|
|
@@ -680,6 +680,7 @@ declare const actions: {
|
|
|
680
680
|
};
|
|
681
681
|
wrappers: {
|
|
682
682
|
set: <T>(wrappers: (_piying_view_angular_core.SetOptional<_piying_view_angular_core.SetUnWrapper$<_piying_view_angular_core.CoreWrapperConfig, "inputs" | "outputs" | "attributes" | "events">, "inputs" | "outputs" | "attributes" | "events"> | string)[]) => _piying_valibot_visit.RawConfigAction<"viewRawConfig", T, _piying_view_angular_core.AnyCoreSchemaHandle>;
|
|
683
|
+
patch: <T>(wrappers: (_piying_view_angular_core.SetOptional<_piying_view_angular_core.SetUnWrapper$<_piying_view_angular_core.CoreWrapperConfig, "inputs" | "outputs" | "attributes" | "events">, "inputs" | "outputs" | "attributes" | "events"> | string)[]) => _piying_valibot_visit.RawConfigAction<"viewRawConfig", T, _piying_view_angular_core.AnyCoreSchemaHandle>;
|
|
683
684
|
patchAsync: <T>(type: any, actions?: _piying_view_angular_core.ConfigAction<any>[], options?: {
|
|
684
685
|
insertIndex?: number;
|
|
685
686
|
}) => _piying_valibot_visit.RawConfigAction<"viewRawConfig", T, _piying_view_angular_core.AnyCoreSchemaHandle>;
|