@omnia/fx-models 8.0.272-dev → 8.0.274-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.
@@ -39,11 +39,13 @@ export interface TypographyDefinition {
39
39
  md?: TypographyTypeBreakPoint;
40
40
  sm?: TypographyTypeBreakPoint;
41
41
  font?: TypographyFontRef;
42
+ name?: string;
42
43
  }
43
44
  export interface TypographyTypeBreakPoint {
44
45
  weight: number;
45
46
  size: number;
46
47
  lineHeight: number;
48
+ letterSpacing?: number;
47
49
  }
48
50
  export interface TypographyFontDefinition {
49
51
  id?: guid;
@@ -39,6 +39,7 @@ export interface VelcronNumberEditorSettings {
39
39
  export interface VelcronPropertyMapping {
40
40
  name: string;
41
41
  definitionId: guid;
42
+ dataSourceId?: guid;
42
43
  }
43
44
  export interface VelcronPropertyResolverEditorSettings {
44
45
  properties: Array<VelcronPropertyMapping>;
@@ -163,7 +163,7 @@ export type OScrollTypes = typeof OScrollTypeDefinitions[number];
163
163
  export declare const OScrollTypesName = "OScrollTypes";
164
164
  export type OScrollTypesCombination = `${OScrollTypes}` | `${OScrollTypes} ${OScrollTypes}`;
165
165
  /** Select */
166
- export declare const OSelectTypeDefinitions: readonly ["default", "add", "picker", "combobox"];
166
+ export declare const OSelectTypeDefinitions: readonly ["default", "add", "picker", "combobox", "virtual-list"];
167
167
  export type OSelectTypes = typeof OSelectTypeDefinitions[number];
168
168
  export declare const OSelectTypesName = "OSelectTypes";
169
169
  /**Skeleton loader */
@@ -120,7 +120,7 @@ exports.OFlexVariantsName = "OFlexVariants";
120
120
  exports.OScrollTypeDefinitions = ["x", "y"];
121
121
  exports.OScrollTypesName = "OScrollTypes";
122
122
  /** Select */
123
- exports.OSelectTypeDefinitions = ["default", "add", "picker", "combobox"];
123
+ exports.OSelectTypeDefinitions = ["default", "add", "picker", "combobox", "virtual-list"];
124
124
  exports.OSelectTypesName = "OSelectTypes";
125
125
  /**Skeleton loader */
126
126
  exports.OSkeletonLoaderTypeDefinitions = ["text", "image", "button", "chip", "actions", "avatar", "divider", "subtitle", "heading", "sentences", "paragraph", "article", "card", "card-avatar", "date-picker", "date-picker-options", "date-picker-days", "list-item", "list-item-avatar", "list-item-two-line", "list-item-avatar-two-line", "list-item-three-line", "list-item-avatar-three-line", "table", "table-heading", "table-thead", "table-tbody", "table-row-divider", "table-row", "table-tfoot"];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx-models",
3
3
  "license": "MIT",
4
- "version": "8.0.272-dev",
4
+ "version": "8.0.274-dev",
5
5
  "description": "Provide Omnia Fx Models Stuffs.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"