@omnia/fx
Version:
Provide Omnia Fx typings and tooling for clientside Omnia development.
49 lines (48 loc) • 2.88 kB
TypeScript
import { PropertyConfiguration, PropertyDefinition, PropertyValue, PropertyStyles, IPropertyRendererScopedSlots } from "@omnia/fx-models";
import { ScopedSlots } from "@omnia/fx/ux";
declare const _default: (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd"), {}, import("vue-tsx-support").PropsForOutside<{
valueBind: PropertyValue;
propertyDefintionId: import("@omnia/fx-models").GuidValue;
configuration: PropertyConfiguration<PropertyDefinition<any, any, any, import("@omnia/fx-models").PropertySetupBase>>;
onValueBindChanged: (newValue: PropertyValue) => void;
disabled: boolean;
editMode: boolean;
persistentLabels: boolean;
propertyStyles: PropertyStyles;
scopedSlots: ScopedSlots<IPropertyRendererScopedSlots>;
}, "configuration" | "valueBind" | "propertyDefintionId">, any, any, any>> & {
propsDefinition: import("vue-tsx-support").PropsForOutside<{
valueBind: PropertyValue;
propertyDefintionId: import("@omnia/fx-models").GuidValue;
configuration: PropertyConfiguration<PropertyDefinition<any, any, any, import("@omnia/fx-models").PropertySetupBase>>;
onValueBindChanged: (newValue: PropertyValue) => void;
disabled: boolean;
editMode: boolean;
persistentLabels: boolean;
propertyStyles: PropertyStyles;
scopedSlots: ScopedSlots<IPropertyRendererScopedSlots>;
}, "configuration" | "valueBind" | "propertyDefintionId">;
}) | (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd") & import("vue").ShallowUnwrapRef<() => import("vue").VNode>, {}, import("vue-tsx-support").PropsForOutside<{
valueBind: PropertyValue;
propertyDefintionId: import("@omnia/fx-models").GuidValue;
configuration: PropertyConfiguration<PropertyDefinition<any, any, any, import("@omnia/fx-models").PropertySetupBase>>;
onValueBindChanged: (newValue: PropertyValue) => void;
disabled: boolean;
editMode: boolean;
persistentLabels: boolean;
propertyStyles: PropertyStyles;
scopedSlots: ScopedSlots<IPropertyRendererScopedSlots>;
}, "configuration" | "valueBind" | "propertyDefintionId">, any, any, any>> & {
propsDefinition: import("vue-tsx-support").PropsForOutside<{
valueBind: PropertyValue;
propertyDefintionId: import("@omnia/fx-models").GuidValue;
configuration: PropertyConfiguration<PropertyDefinition<any, any, any, import("@omnia/fx-models").PropertySetupBase>>;
onValueBindChanged: (newValue: PropertyValue) => void;
disabled: boolean;
editMode: boolean;
persistentLabels: boolean;
propertyStyles: PropertyStyles;
scopedSlots: ScopedSlots<IPropertyRendererScopedSlots>;
}, "configuration" | "valueBind" | "propertyDefintionId">;
});
export default _default;