@omnia/fx 8.0.196-dev → 8.0.197-dev

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
- import { ElementRenderer, GuidValue } from "@omnia/fx-models";
1
+ import { ElementRenderer, guid } from "@omnia/fx-models";
2
2
  import { DefineEmit } from "@omnia/fx/ux";
3
3
  export interface ExtendElementRenderer extends ElementRenderer {
4
4
  render?: () => JSX.Element;
@@ -13,7 +13,7 @@ export declare enum AppManagementTemplateBladeSelection {
13
13
  }
14
14
  export interface AppManagementTemplateBlade {
15
15
  bladeSelection: AppManagementTemplateBladeSelection;
16
- renderManifestId?: GuidValue;
16
+ renderManifestId?: guid;
17
17
  title?: string;
18
18
  }
19
19
  declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<DefineEmit<"close", () => void> & DefineEmit<"selectBladeSelection", (templateSelection: AppManagementTemplateBlade) => void>>) => {
@@ -1,9 +1,9 @@
1
- import { AppTemplate, DateTimeValue, EnterprisePropertyDefinition, GuidValue, MultilingualString, OptionValue, PropertyIndexedType } from "@omnia/fx-models";
1
+ import { AppTemplate, DateTimeValue, EnterprisePropertyDefinition, MultilingualString, OptionValue, PropertyIndexedType, guid } from "@omnia/fx-models";
2
2
  import { DefineEmit } from "@omnia/fx/ux";
3
3
  export interface DefaultEnterpriseProperty {
4
4
  type: PropertyIndexedType;
5
5
  title: MultilingualString;
6
- id: GuidValue;
6
+ id: guid;
7
7
  internalName: string;
8
8
  editElement: string;
9
9
  contentProperty: EnterprisePropertyDefinition;
@@ -2,7 +2,7 @@ import { AppInstance } from "@omnia/fx/models";
2
2
  declare const _default: {
3
3
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
4
4
  cols: {
5
- type: import("vue").PropType<"1" | "2" | "3" | "4" | 1 | 2 | 3 | 4>;
5
+ type: import("vue").PropType<1 | "1" | "2" | "3" | "4" | 4 | 3 | 2>;
6
6
  };
7
7
  appInstance: {
8
8
  type: import("vue").PropType<AppInstance>;
@@ -17,7 +17,7 @@ declare const _default: {
17
17
  };
18
18
  }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
19
19
  cols: {
20
- type: import("vue").PropType<"1" | "2" | "3" | "4" | 1 | 2 | 3 | 4>;
20
+ type: import("vue").PropType<1 | "1" | "2" | "3" | "4" | 4 | 3 | 2>;
21
21
  };
22
22
  appInstance: {
23
23
  type: import("vue").PropType<AppInstance>;
@@ -34,7 +34,7 @@ declare const _default: {
34
34
  Defaults: {};
35
35
  }, Readonly<import("vue").ExtractPropTypes<{
36
36
  cols: {
37
- type: import("vue").PropType<"1" | "2" | "3" | "4" | 1 | 2 | 3 | 4>;
37
+ type: import("vue").PropType<1 | "1" | "2" | "3" | "4" | 4 | 3 | 2>;
38
38
  };
39
39
  appInstance: {
40
40
  type: import("vue").PropType<AppInstance>;
@@ -48,7 +48,7 @@ declare const _default: {
48
48
  __isSuspense?: never;
49
49
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
50
50
  cols: {
51
- type: import("vue").PropType<"1" | "2" | "3" | "4" | 1 | 2 | 3 | 4>;
51
+ type: import("vue").PropType<1 | "1" | "2" | "3" | "4" | 4 | 3 | 2>;
52
52
  };
53
53
  appInstance: {
54
54
  type: import("vue").PropType<AppInstance>;
@@ -63,7 +63,7 @@ declare const _default: {
63
63
  };
64
64
  }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
65
65
  propsDefinition: Omit<Readonly<{} & {
66
- cols?: "1" | "2" | "3" | "4" | 1 | 2 | 3 | 4;
66
+ cols?: 1 | "1" | "2" | "3" | "4" | 4 | 3 | 2;
67
67
  appInstance?: AppInstance;
68
68
  }>, "onValueChanged" | "onDoc$"> & {
69
69
  onValueChanged?: () => any;
@@ -4,7 +4,7 @@ export type OColNumbers = typeof OColNumberDefinitions[number];
4
4
  declare const _default: {
5
5
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
6
6
  cols: {
7
- type: import("vue").PropType<"1" | "2" | "3" | "4" | 1 | 2 | 3 | 4>;
7
+ type: import("vue").PropType<1 | "1" | "2" | "3" | "4" | 4 | 3 | 2>;
8
8
  required: false;
9
9
  };
10
10
  summaryView: {
@@ -27,7 +27,7 @@ declare const _default: {
27
27
  };
28
28
  }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
29
29
  cols: {
30
- type: import("vue").PropType<"1" | "2" | "3" | "4" | 1 | 2 | 3 | 4>;
30
+ type: import("vue").PropType<1 | "1" | "2" | "3" | "4" | 4 | 3 | 2>;
31
31
  required: false;
32
32
  };
33
33
  summaryView: {
@@ -52,7 +52,7 @@ declare const _default: {
52
52
  Defaults: {};
53
53
  }, Readonly<import("vue").ExtractPropTypes<{
54
54
  cols: {
55
- type: import("vue").PropType<"1" | "2" | "3" | "4" | 1 | 2 | 3 | 4>;
55
+ type: import("vue").PropType<1 | "1" | "2" | "3" | "4" | 4 | 3 | 2>;
56
56
  required: false;
57
57
  };
58
58
  summaryView: {
@@ -74,7 +74,7 @@ declare const _default: {
74
74
  __isSuspense?: never;
75
75
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
76
76
  cols: {
77
- type: import("vue").PropType<"1" | "2" | "3" | "4" | 1 | 2 | 3 | 4>;
77
+ type: import("vue").PropType<1 | "1" | "2" | "3" | "4" | 4 | 3 | 2>;
78
78
  required: false;
79
79
  };
80
80
  summaryView: {
@@ -98,7 +98,7 @@ declare const _default: {
98
98
  }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
99
99
  propsDefinition: Omit<Readonly<{} & {
100
100
  hideTeamsPresence?: boolean;
101
- cols?: "1" | "2" | "3" | "4" | 1 | 2 | 3 | 4;
101
+ cols?: 1 | "1" | "2" | "3" | "4" | 4 | 3 | 2;
102
102
  appInstance?: AppInstance;
103
103
  summaryView?: boolean;
104
104
  }>, "onDoc$" | "onValueChangedCallback"> & {
@@ -8,22 +8,22 @@ declare const _default: {
8
8
  type: import("vue").PropType<Spacing | SpacingValue>;
9
9
  };
10
10
  xl: {
11
- type: import("vue").PropType<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "10" | "11" | "12" | 12 | "auto">;
11
+ type: import("vue").PropType<1 | 8 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 4 | 12 | 3 | 2 | 5 | 6 | 7 | 9 | 10 | 11 | "10" | "11" | "12" | "auto">;
12
12
  };
13
13
  lg: {
14
- type: import("vue").PropType<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "10" | "11" | "12" | 12 | "auto">;
14
+ type: import("vue").PropType<1 | 8 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 4 | 12 | 3 | 2 | 5 | 6 | 7 | 9 | 10 | 11 | "10" | "11" | "12" | "auto">;
15
15
  };
16
16
  md: {
17
- type: import("vue").PropType<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "10" | "11" | "12" | 12 | "auto">;
17
+ type: import("vue").PropType<1 | 8 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 4 | 12 | 3 | 2 | 5 | 6 | 7 | 9 | 10 | 11 | "10" | "11" | "12" | "auto">;
18
18
  };
19
19
  sm: {
20
- type: import("vue").PropType<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "10" | "11" | "12" | 12 | "auto">;
20
+ type: import("vue").PropType<1 | 8 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 4 | 12 | 3 | 2 | 5 | 6 | 7 | 9 | 10 | 11 | "10" | "11" | "12" | "auto">;
21
21
  };
22
22
  xs: {
23
- type: import("vue").PropType<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "10" | "11" | "12" | 12 | "auto">;
23
+ type: import("vue").PropType<1 | 8 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 4 | 12 | 3 | 2 | 5 | 6 | 7 | 9 | 10 | 11 | "10" | "11" | "12" | "auto">;
24
24
  };
25
25
  cols: {
26
- type: import("vue").PropType<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "10" | "11" | "12" | 12 | "auto">;
26
+ type: import("vue").PropType<1 | 8 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 4 | 12 | 3 | 2 | 5 | 6 | 7 | 9 | 10 | 11 | "10" | "11" | "12" | "auto">;
27
27
  };
28
28
  variant: {
29
29
  type: import("vue").PropType<"grid" | "default">;
@@ -62,22 +62,22 @@ declare const _default: {
62
62
  type: import("vue").PropType<Spacing | SpacingValue>;
63
63
  };
64
64
  xl: {
65
- type: import("vue").PropType<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "10" | "11" | "12" | 12 | "auto">;
65
+ type: import("vue").PropType<1 | 8 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 4 | 12 | 3 | 2 | 5 | 6 | 7 | 9 | 10 | 11 | "10" | "11" | "12" | "auto">;
66
66
  };
67
67
  lg: {
68
- type: import("vue").PropType<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "10" | "11" | "12" | 12 | "auto">;
68
+ type: import("vue").PropType<1 | 8 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 4 | 12 | 3 | 2 | 5 | 6 | 7 | 9 | 10 | 11 | "10" | "11" | "12" | "auto">;
69
69
  };
70
70
  md: {
71
- type: import("vue").PropType<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "10" | "11" | "12" | 12 | "auto">;
71
+ type: import("vue").PropType<1 | 8 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 4 | 12 | 3 | 2 | 5 | 6 | 7 | 9 | 10 | 11 | "10" | "11" | "12" | "auto">;
72
72
  };
73
73
  sm: {
74
- type: import("vue").PropType<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "10" | "11" | "12" | 12 | "auto">;
74
+ type: import("vue").PropType<1 | 8 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 4 | 12 | 3 | 2 | 5 | 6 | 7 | 9 | 10 | 11 | "10" | "11" | "12" | "auto">;
75
75
  };
76
76
  xs: {
77
- type: import("vue").PropType<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "10" | "11" | "12" | 12 | "auto">;
77
+ type: import("vue").PropType<1 | 8 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 4 | 12 | 3 | 2 | 5 | 6 | 7 | 9 | 10 | 11 | "10" | "11" | "12" | "auto">;
78
78
  };
79
79
  cols: {
80
- type: import("vue").PropType<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "10" | "11" | "12" | 12 | "auto">;
80
+ type: import("vue").PropType<1 | 8 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 4 | 12 | 3 | 2 | 5 | 6 | 7 | 9 | 10 | 11 | "10" | "11" | "12" | "auto">;
81
81
  };
82
82
  variant: {
83
83
  type: import("vue").PropType<"grid" | "default">;
@@ -125,22 +125,22 @@ declare const _default: {
125
125
  type: import("vue").PropType<Spacing | SpacingValue>;
126
126
  };
127
127
  xl: {
128
- type: import("vue").PropType<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "10" | "11" | "12" | 12 | "auto">;
128
+ type: import("vue").PropType<1 | 8 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 4 | 12 | 3 | 2 | 5 | 6 | 7 | 9 | 10 | 11 | "10" | "11" | "12" | "auto">;
129
129
  };
130
130
  lg: {
131
- type: import("vue").PropType<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "10" | "11" | "12" | 12 | "auto">;
131
+ type: import("vue").PropType<1 | 8 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 4 | 12 | 3 | 2 | 5 | 6 | 7 | 9 | 10 | 11 | "10" | "11" | "12" | "auto">;
132
132
  };
133
133
  md: {
134
- type: import("vue").PropType<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "10" | "11" | "12" | 12 | "auto">;
134
+ type: import("vue").PropType<1 | 8 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 4 | 12 | 3 | 2 | 5 | 6 | 7 | 9 | 10 | 11 | "10" | "11" | "12" | "auto">;
135
135
  };
136
136
  sm: {
137
- type: import("vue").PropType<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "10" | "11" | "12" | 12 | "auto">;
137
+ type: import("vue").PropType<1 | 8 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 4 | 12 | 3 | 2 | 5 | 6 | 7 | 9 | 10 | 11 | "10" | "11" | "12" | "auto">;
138
138
  };
139
139
  xs: {
140
- type: import("vue").PropType<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "10" | "11" | "12" | 12 | "auto">;
140
+ type: import("vue").PropType<1 | 8 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 4 | 12 | 3 | 2 | 5 | 6 | 7 | 9 | 10 | 11 | "10" | "11" | "12" | "auto">;
141
141
  };
142
142
  cols: {
143
- type: import("vue").PropType<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "10" | "11" | "12" | 12 | "auto">;
143
+ type: import("vue").PropType<1 | 8 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 4 | 12 | 3 | 2 | 5 | 6 | 7 | 9 | 10 | 11 | "10" | "11" | "12" | "auto">;
144
144
  };
145
145
  variant: {
146
146
  type: import("vue").PropType<"grid" | "default">;
@@ -185,22 +185,22 @@ declare const _default: {
185
185
  type: import("vue").PropType<Spacing | SpacingValue>;
186
186
  };
187
187
  xl: {
188
- type: import("vue").PropType<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "10" | "11" | "12" | 12 | "auto">;
188
+ type: import("vue").PropType<1 | 8 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 4 | 12 | 3 | 2 | 5 | 6 | 7 | 9 | 10 | 11 | "10" | "11" | "12" | "auto">;
189
189
  };
190
190
  lg: {
191
- type: import("vue").PropType<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "10" | "11" | "12" | 12 | "auto">;
191
+ type: import("vue").PropType<1 | 8 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 4 | 12 | 3 | 2 | 5 | 6 | 7 | 9 | 10 | 11 | "10" | "11" | "12" | "auto">;
192
192
  };
193
193
  md: {
194
- type: import("vue").PropType<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "10" | "11" | "12" | 12 | "auto">;
194
+ type: import("vue").PropType<1 | 8 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 4 | 12 | 3 | 2 | 5 | 6 | 7 | 9 | 10 | 11 | "10" | "11" | "12" | "auto">;
195
195
  };
196
196
  sm: {
197
- type: import("vue").PropType<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "10" | "11" | "12" | 12 | "auto">;
197
+ type: import("vue").PropType<1 | 8 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 4 | 12 | 3 | 2 | 5 | 6 | 7 | 9 | 10 | 11 | "10" | "11" | "12" | "auto">;
198
198
  };
199
199
  xs: {
200
- type: import("vue").PropType<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "10" | "11" | "12" | 12 | "auto">;
200
+ type: import("vue").PropType<1 | 8 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 4 | 12 | 3 | 2 | 5 | 6 | 7 | 9 | 10 | 11 | "10" | "11" | "12" | "auto">;
201
201
  };
202
202
  cols: {
203
- type: import("vue").PropType<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "10" | "11" | "12" | 12 | "auto">;
203
+ type: import("vue").PropType<1 | 8 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 4 | 12 | 3 | 2 | 5 | 6 | 7 | 9 | 10 | 11 | "10" | "11" | "12" | "auto">;
204
204
  };
205
205
  variant: {
206
206
  type: import("vue").PropType<"grid" | "default">;
@@ -235,12 +235,12 @@ declare const _default: {
235
235
  container: boolean;
236
236
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
237
237
  propsDefinition: Omit<Readonly<{} & {
238
- xs?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "10" | "11" | "12" | 12 | "auto";
239
- xl?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "10" | "11" | "12" | 12 | "auto";
238
+ xs?: 1 | 8 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 4 | 12 | 3 | 2 | 5 | 6 | 7 | 9 | 10 | 11 | "10" | "11" | "12" | "auto";
239
+ xl?: 1 | 8 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 4 | 12 | 3 | 2 | 5 | 6 | 7 | 9 | 10 | 11 | "10" | "11" | "12" | "auto";
240
240
  container?: boolean;
241
- sm?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "10" | "11" | "12" | 12 | "auto";
242
- md?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "10" | "11" | "12" | 12 | "auto";
243
- lg?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "10" | "11" | "12" | 12 | "auto";
241
+ sm?: 1 | 8 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 4 | 12 | 3 | 2 | 5 | 6 | 7 | 9 | 10 | 11 | "10" | "11" | "12" | "auto";
242
+ md?: 1 | 8 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 4 | 12 | 3 | 2 | 5 | 6 | 7 | 9 | 10 | 11 | "10" | "11" | "12" | "auto";
243
+ lg?: 1 | 8 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 4 | 12 | 3 | 2 | 5 | 6 | 7 | 9 | 10 | 11 | "10" | "11" | "12" | "auto";
244
244
  class?: String | String[];
245
245
  alignSelf?: "auto" | "start" | "center" | "end" | "stretch" | "baseline";
246
246
  margin?: Spacing | SpacingValue;
@@ -250,7 +250,7 @@ declare const _default: {
250
250
  toned?: boolean;
251
251
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
252
252
  variant?: "grid" | "default";
253
- cols?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "10" | "11" | "12" | 12 | "auto";
253
+ cols?: 1 | 8 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 4 | 12 | 3 | 2 | 5 | 6 | 7 | 9 | 10 | 11 | "10" | "11" | "12" | "auto";
254
254
  }>, never>;
255
255
  };
256
256
  export default _default;
@@ -1,4 +1,4 @@
1
- import { GuidValue, VelcronAppDefinition, VelcronDefinitionRegistration, VelcronRendererReference } from "@omnia/fx-models";
1
+ import { VelcronAppDefinition, VelcronDefinitionRegistration, VelcronRendererReference, guid } from "@omnia/fx-models";
2
2
  export declare const useVelcronDefinitionStore: () => {
3
3
  state: {
4
4
  definitions: VelcronDefinitionRegistration<object>[];
@@ -6,7 +6,7 @@ export declare const useVelcronDefinitionStore: () => {
6
6
  };
7
7
  get: {
8
8
  byReference(reference: VelcronRendererReference | VelcronAppDefinition): VelcronAppDefinition<object>;
9
- byId<TState extends object>(id: GuidValue, stripped?: boolean): VelcronDefinitionRegistration<TState>;
9
+ byId<TState extends object>(id: guid, stripped?: boolean): VelcronDefinitionRegistration<TState>;
10
10
  byFilters(filters: string[], includeBuiltIn?: boolean): VelcronDefinitionRegistration<object>[];
11
11
  readonly filters: string[];
12
12
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "8.0.196-dev",
4
+ "version": "8.0.197-dev",
5
5
  "description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -20,7 +20,7 @@
20
20
  ],
21
21
  "author": "Precio Fishbone",
22
22
  "dependencies": {
23
- "@omnia/fx-models": "8.0.196-dev",
23
+ "@omnia/fx-models": "8.0.197-dev",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.11.7",