@omnia/fx-models 8.0.278-dev → 8.0.280-dev
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.
@@ -4,7 +4,6 @@ import { AssignOperators, VelcronHorizontalAlignments, VelcronIconTypes, Velcron
|
|
4
4
|
import { DynamicState, VelcronDefinition, VelcronEffects, useVelcronThemingStore } from "..";
|
5
5
|
import { guid, PropertyConfiguration, PropertyValue, PropertyDefinition, PropertySetupBase } from "@omnia/fx/models";
|
6
6
|
import { useVelcronColorSchemaStore } from "../stores/VelcronColorSchema";
|
7
|
-
import { IDataSourcePropertySelection } from "internal/fx/ux/properties/models/PropertyPicker";
|
8
7
|
export interface ResolvedComponentRenderer {
|
9
8
|
component: unknown;
|
10
9
|
definition: VelcronDefinition;
|
@@ -381,12 +380,6 @@ export interface VelcronPropertyDefinitionValue {
|
|
381
380
|
value: PropertyValue;
|
382
381
|
configuration: PropertyConfiguration<PropertyDefinition<any, any, any, PropertySetupBase>>;
|
383
382
|
}
|
384
|
-
export interface VelcronPropertyDefinitionValueResolver {
|
385
|
-
source?: IDataSourcePropertySelection;
|
386
|
-
}
|
387
|
-
export interface VelcronPropertyEditorValue {
|
388
|
-
[key: string]: VelcronPropertyDefinitionValueResolver;
|
389
|
-
}
|
390
383
|
export type VelcronRenderProps<TDefinition> = {
|
391
384
|
definition: TDefinition;
|
392
385
|
renderContext: VelcronRenderContext;
|