@omnia/fx-models 8.0.278-dev → 8.0.279-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;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx-models",
3
3
  "license": "MIT",
4
- "version": "8.0.278-dev",
4
+ "version": "8.0.279-dev",
5
5
  "description": "Provide Omnia Fx Models Stuffs.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"