@omnia/fx 8.0.311-dev → 8.0.314-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.
Files changed (43) hide show
  1. package/internal-do-not-import-from-here/rules/DisplayRules.d.ts +1 -0
  2. package/internal-do-not-import-from-here/ux/StyleFlow.d.ts +220 -0
  3. package/internal-do-not-import-from-here/ux/Styles.stylex.d.ts +2 -2
  4. package/internal-do-not-import-from-here/ux/admin/chrome/AdminChrome.css.d.ts +1 -0
  5. package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderRenderer.d.ts +3 -1
  6. package/internal-do-not-import-from-here/ux/aurora/designkits/shared/BlueprintsTemplates.d.ts +3 -45
  7. package/internal-do-not-import-from-here/ux/aurora/designkits/shared/ThemeDefinitionInstance.d.ts +7 -14
  8. package/internal-do-not-import-from-here/ux/aurora/store/ComponentBlueprintStore.d.ts +3 -0
  9. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +3 -0
  10. package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +36 -0
  11. package/internal-do-not-import-from-here/ux/aurora/store/ThemeStore.d.ts +3 -0
  12. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +3 -0
  13. package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/models/ApiSpec.d.ts +5 -5
  14. package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/specs/HubApiSpec.d.ts +1 -0
  15. package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/specs/index.d.ts +1 -0
  16. package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/stores/ApiExplorerStore.d.ts +6 -16
  17. package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +1 -1
  18. package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +1 -1
  19. package/internal-do-not-import-from-here/ux/enterpriseproperties/index.d.ts +1 -0
  20. package/internal-do-not-import-from-here/ux/enterpriseproperties/models/PropDisplay/EnterprisePropertiesBooleanDisplaySettings.d.ts +6 -0
  21. package/internal-do-not-import-from-here/ux/enterpriseproperties/models/PropDisplay/EnterprisePropertiesDataDisplaySettings.d.ts +7 -0
  22. package/internal-do-not-import-from-here/ux/enterpriseproperties/models/PropDisplay/EnterprisePropertiesDateDisplaySettings.d.ts +3 -0
  23. package/internal-do-not-import-from-here/ux/enterpriseproperties/models/PropDisplay/EnterprisePropertiesDateTimeDisplaySettings.d.ts +10 -0
  24. package/internal-do-not-import-from-here/ux/enterpriseproperties/models/PropDisplay/EnterprisePropertiesKeywordsDisplaySettings.d.ts +10 -0
  25. package/internal-do-not-import-from-here/ux/enterpriseproperties/models/PropDisplay/EnterprisePropertiesLanguageDisplaySettings.d.ts +6 -0
  26. package/internal-do-not-import-from-here/ux/enterpriseproperties/models/PropDisplay/EnterprisePropertiesNumberDisplaySettings.d.ts +3 -0
  27. package/internal-do-not-import-from-here/ux/enterpriseproperties/models/PropDisplay/EnterprisePropertiesPropPersonDisplaySettings.d.ts +6 -0
  28. package/internal-do-not-import-from-here/ux/enterpriseproperties/models/PropDisplay/EnterprisePropertiesRichTextDisplaySettings.d.ts +6 -0
  29. package/internal-do-not-import-from-here/ux/enterpriseproperties/models/PropDisplay/EnterprisePropertiesTagDisplaySettings.d.ts +22 -0
  30. package/internal-do-not-import-from-here/ux/enterpriseproperties/models/PropDisplay/EnterprisePropertiesTaxonomyDisplaySettings.d.ts +27 -0
  31. package/internal-do-not-import-from-here/ux/enterpriseproperties/models/PropDisplay/EnterprisePropertiesTextDisplaySettings.d.ts +6 -0
  32. package/internal-do-not-import-from-here/ux/enterpriseproperties/models/PropDisplay/index.d.ts +12 -0
  33. package/internal-do-not-import-from-here/ux/journey/stores/JourneyRouterStore.d.ts +1 -0
  34. package/internal-do-not-import-from-here/ux/oxide/timepicker/TimePicker.d.ts +1 -1
  35. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +17 -15
  36. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.stylex.d.ts +3 -5
  37. package/internal-do-not-import-from-here/ux/oxide/treeview/{Treeview_v2.d.ts → Treeview_old.d.ts} +1 -1
  38. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview_old.stylex.d.ts +7 -0
  39. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +6 -0
  40. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +1 -1
  41. package/internal-do-not-import-from-here/wctypings.d.ts +2 -2
  42. package/package.json +2 -2
  43. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview_v2.stylex.d.ts +0 -5
@@ -5,4 +5,5 @@ export declare class DisplayRules {
5
5
  static IsPreviewMode(): boolean;
6
6
  static IsFeaturePreviewMode(): boolean;
7
7
  static isAdvancedModeActivated(): boolean;
8
+ static IsNotFoundMode(path: string): boolean;
8
9
  }
@@ -1,5 +1,6 @@
1
1
  import { types } from "typestyle";
2
2
  import { NestedCSSPropertiesExtends } from "@omnia/fx/models";
3
+ import { mergeCssRules } from "./Styles.stylex";
3
4
  type CSSClassNames<T extends string> = {
4
5
  [P in T]?: string | any;
5
6
  };
@@ -12,6 +13,225 @@ type ReturnStyleFlow<T> = {
12
13
  [K in keyof T]: T[K] extends (...args: infer U) => any ? (...args: U) => string : string;
13
14
  };
14
15
  export declare namespace StyleFlow {
16
+ export const rules: {
17
+ position(position: string): import("./Styles.stylex").StylexValue;
18
+ textFillColor(textFillColor: string): import("./Styles.stylex").StylexValue;
19
+ backgroundClip(backgroundClip: string, important?: boolean): import("./Styles.stylex").StylexValue;
20
+ fontFamily(fontFamily: string): import("./Styles.stylex").StylexValue;
21
+ flexBasis(flexBasis: string | number): import("./Styles.stylex").StylexValue;
22
+ flexGrow(flexGrow: number): import("./Styles.stylex").StylexValue;
23
+ maxWidth(maxWidth: string): import("./Styles.stylex").StylexValue;
24
+ alignSelf(alignSelf: string): import("./Styles.stylex").StylexValue;
25
+ minWidth: (minWidth: string, important?: boolean) => import("./Styles.stylex").StylexValue;
26
+ flex: (flex: string | number, important?: boolean) => import("./Styles.stylex").StylexValue;
27
+ justifyContent(justifyContent: string): import("./Styles.stylex").StylexValue;
28
+ flexWrap(flexWrap: string): import("./Styles.stylex").StylexValue;
29
+ rowGap(rowGap: string): import("./Styles.stylex").StylexValue;
30
+ columnGap(columnGap: string): import("./Styles.stylex").StylexValue;
31
+ flexDirection(flexDirection: string): import("./Styles.stylex").StylexValue;
32
+ width: (width: string | number, important?: boolean) => import("./Styles.stylex").StylexValue;
33
+ height: (height: string | number, important?: boolean) => import("./Styles.stylex").StylexValue;
34
+ maxHeight: (maxHeight: string | number, important?: boolean) => import("./Styles.stylex").StylexValue;
35
+ minHeight(minHeight: string | number): import("./Styles.stylex").StylexValue;
36
+ alignItems(alignItems: string): import("./Styles.stylex").StylexValue;
37
+ boxSizing(boxSizing: string): import("./Styles.stylex").StylexValue;
38
+ display(display: string): import("./Styles.stylex").StylexValue;
39
+ wordBreak(wordBreak: string): import("./Styles.stylex").StylexValue;
40
+ whiteSpace(whiteSpace: string): import("./Styles.stylex").StylexValue;
41
+ backDropFilter(backDropFilter: string): import("./Styles.stylex").StylexValue;
42
+ transition(transition: string): import("./Styles.stylex").StylexValue;
43
+ transform(transform: string): import("./Styles.stylex").StylexValue;
44
+ fontSize: (fontSize: string | number, important?: boolean) => import("./Styles.stylex").StylexValue;
45
+ fontWeight(fontWeight: number): import("./Styles.stylex").StylexValue;
46
+ lineHeight(lineHeight: string): import("./Styles.stylex").StylexValue;
47
+ letterSpacing(letterSpacing: string): import("./Styles.stylex").StylexValue;
48
+ textDecoration: (textDecoration: string, important?: boolean) => import("./Styles.stylex").StylexValue;
49
+ background: (background: string, important?: boolean) => import("./Styles.stylex").StylexValue;
50
+ opacity(opacity: string | number): import("./Styles.stylex").StylexValue;
51
+ backgroundImage(backgroundImage: string, important?: boolean): import("./Styles.stylex").StylexValue;
52
+ backgroundPosition(backgroundPosition: string, important?: boolean): import("./Styles.stylex").StylexValue;
53
+ backgroundRepeat(backgroundRepeat: string, important?: boolean): import("./Styles.stylex").StylexValue;
54
+ backgroundSize(backgroundSize: string, important?: boolean): import("./Styles.stylex").StylexValue;
55
+ backgroundColor: (backgroundColor: string, important?: boolean) => import("./Styles.stylex").StylexValue;
56
+ color: (color: string, important?: boolean) => import("./Styles.stylex").StylexValue;
57
+ borderTopLeftRadius: (borderTopLeftRadius: string, important?: boolean) => import("./Styles.stylex").StylexValue;
58
+ borderTopRightRadius: (borderTopRightRadius: string, important?: boolean) => import("./Styles.stylex").StylexValue;
59
+ borderBottomRightRadius: (borderBottomRightRadius: string, important?: boolean) => import("./Styles.stylex").StylexValue;
60
+ borderBottomLeftRadius: (borderBottomLeftRadius: string, important?: boolean) => import("./Styles.stylex").StylexValue;
61
+ border: (value: {
62
+ top?: string | number;
63
+ right?: string | number;
64
+ bottom?: string | number;
65
+ left?: string | number;
66
+ } | string) => Readonly<import("./Styles.stylex").StylexValue>;
67
+ margin: (value: {
68
+ top?: string | number;
69
+ right?: string | number;
70
+ bottom?: string | number;
71
+ left?: string | number;
72
+ } | string | number, important?: boolean) => Readonly<import("./Styles.stylex").StylexValue>;
73
+ marginLeft: (marginLeft: string | number, important?: boolean) => import("./Styles.stylex").StylexValue;
74
+ marginBottom: (marginBottom: string | number, important?: boolean) => import("./Styles.stylex").StylexValue;
75
+ marginRight: (marginRight: string | number, important?: boolean) => import("./Styles.stylex").StylexValue;
76
+ marginTop: (marginTop: string | number, important?: boolean) => import("./Styles.stylex").StylexValue;
77
+ padding: (value: {
78
+ top?: string | number;
79
+ right?: string | number;
80
+ bottom?: string | number;
81
+ left?: string | number;
82
+ } | string | number, important?: boolean) => Readonly<import("./Styles.stylex").StylexValue>;
83
+ paddingLeft: (paddingLeft: string | number, important?: boolean) => import("./Styles.stylex").StylexValue;
84
+ paddingRight: (paddingRight: string | number, important?: boolean) => import("./Styles.stylex").StylexValue;
85
+ paddingBottom: (paddingBottom: string | number, important?: boolean) => import("./Styles.stylex").StylexValue;
86
+ paddingTop: (paddingTop: string | number, important?: boolean) => import("./Styles.stylex").StylexValue;
87
+ borderLeft: (borderLeft: string | number, important?: boolean) => import("./Styles.stylex").StylexValue;
88
+ borderRight: (borderRight: string | number, important?: boolean) => import("./Styles.stylex").StylexValue;
89
+ borderBottom: (borderBottom: string | number, important?: boolean) => import("./Styles.stylex").StylexValue;
90
+ borderTop: (borderTop: string | number, important?: boolean) => import("./Styles.stylex").StylexValue;
91
+ borderRadius(borderRadius: string | number): import("./Styles.stylex").StylexValue;
92
+ textTransform(textTransform: string): import("./Styles.stylex").StylexValue;
93
+ lineCamp(lineCamp: number): import("./Styles.stylex").StylexValue;
94
+ overflow: (overflow: string, important?: boolean) => import("./Styles.stylex").StylexValue;
95
+ overflowY: (overflowY: string, important?: boolean) => import("./Styles.stylex").StylexValue;
96
+ overflowX: (overflowX: string, important?: boolean) => import("./Styles.stylex").StylexValue;
97
+ boxOrient(boxOrient: string): import("./Styles.stylex").StylexValue;
98
+ cursor: (cursor: string, important?: boolean) => import("./Styles.stylex").StylexValue;
99
+ top: (top: number | string, important?: boolean) => import("./Styles.stylex").StylexValue;
100
+ left(left: number | string): import("./Styles.stylex").StylexValue;
101
+ right: (right: number | string, important?: boolean) => import("./Styles.stylex").StylexValue;
102
+ zIndex(zIndex: number): import("./Styles.stylex").StylexValue;
103
+ textAlign(textAlign: string): import("./Styles.stylex").StylexValue;
104
+ transformOrigin(transformOrigin: string): import("./Styles.stylex").StylexValue;
105
+ borderColor(borderColor: string): import("./Styles.stylex").StylexValue;
106
+ pointerEvents(pointerEvents: string): import("./Styles.stylex").StylexValue;
107
+ verticalAlign(verticalAlign: string): import("./Styles.stylex").StylexValue;
108
+ textOverflow(textOverflow: string): import("./Styles.stylex").StylexValue;
109
+ flexShrink(flexShrink: string | number): import("./Styles.stylex").StylexValue;
110
+ gridTemplateColumns(gridTemplateColumns: string | number): import("./Styles.stylex").StylexValue;
111
+ hover: {
112
+ cursor: (cursor: string, important?: boolean) => import("./Styles.stylex").StylexValue;
113
+ transform: (transform: string) => import("./Styles.stylex").StylexValue;
114
+ background: (background: string) => import("./Styles.stylex").StylexValue;
115
+ backgroundColor: (backgroundColor: string, important?: boolean) => import("./Styles.stylex").StylexValue;
116
+ boxShadow: (boxShadow: string) => import("./Styles.stylex").StylexValue;
117
+ };
118
+ nest: {
119
+ iframe: {
120
+ paddingLeft: (paddingLeft: string | number) => {
121
+ class: string;
122
+ style: {
123
+ "--paddingLeft": string | number;
124
+ };
125
+ };
126
+ paddingRight: (paddingRight: string | number) => {
127
+ class: string;
128
+ style: {
129
+ "--paddingRight": string | number;
130
+ };
131
+ };
132
+ paddingBottom: (paddingBottom: string | number) => {
133
+ class: string;
134
+ style: {
135
+ "--paddingBottom": string | number;
136
+ };
137
+ };
138
+ paddingTop: (paddingTop: string | number) => {
139
+ class: string;
140
+ style: {
141
+ "--paddingTop": string | number;
142
+ };
143
+ };
144
+ };
145
+ };
146
+ after: {};
147
+ before: {};
148
+ media: {
149
+ sm: {
150
+ fontSize: (fontSize: string, important?: boolean) => {
151
+ class: string;
152
+ style: {
153
+ "--fontSize-sm": string;
154
+ };
155
+ };
156
+ fontWeight: (fontWeight: number, important?: boolean) => {
157
+ class: string;
158
+ style: {
159
+ "--fontWeight-sm": number;
160
+ };
161
+ };
162
+ lineHeight: (lineHeight: string, important?: boolean) => {
163
+ class: string;
164
+ style: {
165
+ "--lineHeight-sm": string;
166
+ };
167
+ };
168
+ letterSpacing: (letterSpacing: string, important?: boolean) => {
169
+ class: string;
170
+ style: {
171
+ "--letterSpacing-sm": string;
172
+ };
173
+ };
174
+ };
175
+ md: {
176
+ fontSize: (fontSize: string, important?: boolean) => {
177
+ class: string;
178
+ style: {
179
+ "--fontSize-md": string;
180
+ };
181
+ };
182
+ fontWeight: (fontWeight: number, important?: boolean) => {
183
+ class: string;
184
+ style: {
185
+ "--fontWeight-md": number;
186
+ };
187
+ };
188
+ lineHeight: (lineHeight: string, important?: boolean) => {
189
+ class: string;
190
+ style: {
191
+ "--lineHeight-md": string;
192
+ };
193
+ };
194
+ letterSpacing: (letterSpacing: string, important?: boolean) => {
195
+ class: string;
196
+ style: {
197
+ "--letterSpacing-md": string;
198
+ };
199
+ };
200
+ };
201
+ lg: {
202
+ fontSize: (fontSize: string, important?: boolean) => {
203
+ class: string;
204
+ style: {
205
+ "--fontSize-lg": string;
206
+ };
207
+ };
208
+ fontWeight: (fontWeight: number, important?: boolean) => {
209
+ class: string;
210
+ style: {
211
+ "--fontWeight-lg": number;
212
+ };
213
+ };
214
+ lineHeight: (lineHeight: string, important?: boolean) => {
215
+ class: string;
216
+ style: {
217
+ "--lineHeight-lg": string;
218
+ };
219
+ };
220
+ letterSpacing: (letterSpacing: string, important?: boolean) => {
221
+ class: string;
222
+ style: {
223
+ "--letterSpacing-lg": string;
224
+ };
225
+ };
226
+ };
227
+ };
228
+ container: {
229
+ sm: {};
230
+ md: {};
231
+ lg: {};
232
+ };
233
+ };
234
+ export const mergeRules: typeof mergeCssRules;
15
235
  export function define<TCSSClasses extends CSSClasses<any> = any>(targetCSSClasses: TCSSClasses, classes?: TCSSClasses, prefixClassName?: string): TCSSClasses;
16
236
  export function override<T extends CSSClassesExtends<string>>(target: T): InternalStyleFlow.StyleOverride<T>;
17
237
  export function use<Names extends string, T extends CSSClassesExtends<Names>>(targetCSSClasses: T, ...mergeCSSClasses: Array<CSSClassesExtends<Names>>): ReturnStyleFlow<T>;
@@ -34,8 +34,8 @@ export declare const cssRules: {
34
34
  rowGap(rowGap: string): StylexValue;
35
35
  columnGap(columnGap: string): StylexValue;
36
36
  flexDirection(flexDirection: string): StylexValue;
37
- width: (width: string, important?: boolean) => StylexValue;
38
- height: (height: string, important?: boolean) => StylexValue;
37
+ width: (width: string | number, important?: boolean) => StylexValue;
38
+ height: (height: string | number, important?: boolean) => StylexValue;
39
39
  maxHeight: (maxHeight: string | number, important?: boolean) => StylexValue;
40
40
  minHeight(minHeight: string | number): StylexValue;
41
41
  alignItems(alignItems: string): StylexValue;
@@ -3,6 +3,7 @@ export declare const AdminChromeStyles: {
3
3
  wrapper: (color: ColorDefinition) => string;
4
4
  journeyContainer: string;
5
5
  backgroundIcon: string;
6
+ backgroundPosition: string;
6
7
  omniaLogo: {
7
8
  wrapperCircle: string;
8
9
  wrapper: string;
@@ -1,9 +1,11 @@
1
- import { HeaderBlueprint } from "@omnia/fx-models";
1
+ import { HeaderBlueprint, ThemeContextType } from "@omnia/fx-models";
2
2
  declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
3
3
  "emit:update:modelValue": (value: HeaderBlueprint) => void;
4
4
  } & {
5
5
  "v-model"?: HeaderBlueprint;
6
6
  } & {
7
7
  modelValue?: HeaderBlueprint;
8
+ } & {
9
+ themeType?: ThemeContextType;
8
10
  }>) => any;
9
11
  export default _default;
@@ -1,4 +1,4 @@
1
- import { ComponentBlueprints, guid, IconBlueprint, IconBlueprints, SpacingBlueprints, TabsBlueprints, TypographyBlueprints } from "@omnia/fx-models";
1
+ import { ComponentBlueprints, guid, IconBlueprint, IconBlueprints, SpacingBlueprints, TypographyBlueprints } from "@omnia/fx-models";
2
2
  import { DefaultInnerSpacing, DefaultLayoutSpacing, PreviewInnerSpacing } from "./SpacingBlueprint";
3
3
  import { DefaultTypography, FunkyTypography, PreviewMiniTypography, PreviewTypography } from "./TypographyBlueprints";
4
4
  declare class DefaultIconsBlueprintsTemplate implements IconBlueprints {
@@ -38,55 +38,13 @@ export declare class PreviewSpacingBlueprintTemplate implements SpacingBlueprint
38
38
  declare class SquareBlueprintsTemplate implements ComponentBlueprints {
39
39
  id: any;
40
40
  name: any;
41
- buttons: {
42
- text: {
43
- primary: import("@omnia/fx-models").ButtonBlueprint;
44
- basic: import("@omnia/fx-models").ButtonBlueprint;
45
- accent1: import("@omnia/fx-models").ButtonBlueprint;
46
- warn: import("@omnia/fx-models").ButtonBlueprint;
47
- link: import("@omnia/fx-models").ButtonBlueprint;
48
- variant1: import("@omnia/fx-models").ButtonBlueprint;
49
- variant2: import("@omnia/fx-models").ButtonBlueprint;
50
- variant3: import("@omnia/fx-models").ButtonBlueprint;
51
- variant4: import("@omnia/fx-models").ButtonBlueprint;
52
- };
53
- icon: {
54
- primary: import("@omnia/fx-models").ButtonBlueprint;
55
- basic: import("@omnia/fx-models").ButtonBlueprint;
56
- accent1: import("@omnia/fx-models").ButtonBlueprint;
57
- warn: import("@omnia/fx-models").ButtonBlueprint;
58
- link: import("@omnia/fx-models").ButtonBlueprint;
59
- variant1: import("@omnia/fx-models").ButtonBlueprint;
60
- variant2: import("@omnia/fx-models").ButtonBlueprint;
61
- variant3: import("@omnia/fx-models").ButtonBlueprint;
62
- variant4: import("@omnia/fx-models").ButtonBlueprint;
63
- };
64
- };
65
- tabs: TabsBlueprints;
66
- icons?: DefaultIconsBlueprintsTemplate;
41
+ strategy?: "MD2" | "MD3";
67
42
  constructor(id: guid, name: string);
68
43
  }
69
44
  declare class RoundBlueprintsTemplate implements ComponentBlueprints {
70
45
  id: any;
71
46
  name: any;
72
- buttons: {
73
- text: {
74
- primary: import("@omnia/fx-models").ButtonBlueprint;
75
- basic: import("@omnia/fx-models").ButtonBlueprint;
76
- accent1: import("@omnia/fx-models").ButtonBlueprint;
77
- warn: import("@omnia/fx-models").ButtonBlueprint;
78
- link: import("@omnia/fx-models").ButtonBlueprint;
79
- };
80
- icon: {
81
- primary: import("@omnia/fx-models").ButtonBlueprint;
82
- basic: import("@omnia/fx-models").ButtonBlueprint;
83
- accent1: import("@omnia/fx-models").ButtonBlueprint;
84
- warn: import("@omnia/fx-models").ButtonBlueprint;
85
- link: import("@omnia/fx-models").ButtonBlueprint;
86
- };
87
- };
88
- tabs: TabsBlueprints;
89
- icons?: DefaultIconsBlueprintsTemplate;
47
+ strategy?: "MD2" | "MD3";
90
48
  constructor(id: guid, name: string);
91
49
  }
92
50
  export declare class DefaultTypographyBlueprint implements TypographyBlueprints {
@@ -8,20 +8,13 @@ export declare class ThemeDefinitionInstance implements ResolvedThemeDefinition
8
8
  spacing: SpacingBlueprints;
9
9
  components: ComponentBlueprints;
10
10
  constructor(colors: {
11
- primary: string | ColorSchema;
12
- secondary: string | ColorSchema;
13
- accent1: string | ColorSchema;
14
- accent2: string | ColorSchema;
15
- accent3: string | ColorSchema;
16
- neutral: string | ColorSchema;
17
- background: string | ColorSchema;
18
- info: string | ColorSchema;
19
- error: string | ColorSchema;
20
- warning: string | ColorSchema;
21
- notification: string | ColorSchema;
11
+ primary?: string | ColorSchema;
12
+ secondary?: string | ColorSchema;
13
+ neutral?: string | ColorSchema;
14
+ background?: string | ColorSchema;
22
15
  }, name: string, id: guid, blueprints: {
23
- typography: TypographyBlueprints;
24
- spacing: SpacingBlueprints;
25
- components: ComponentBlueprints;
16
+ typography?: TypographyBlueprints;
17
+ spacing?: SpacingBlueprints;
18
+ components?: ComponentBlueprints;
26
19
  });
27
20
  }
@@ -8,6 +8,9 @@ export declare const useComponentBlueprintStore: () => {
8
8
  blueprints: ComponentBlueprints;
9
9
  }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
10
10
  actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
11
+ ensure(): {
12
+ buttons: () => void;
13
+ };
11
14
  setBlueprint(type: blueprintType): void;
12
15
  setBluePrints(componentBlueprints: ComponentBlueprints): void;
13
16
  }>;
@@ -40,6 +40,9 @@ export declare const useSpacingBlueprintStore: () => {
40
40
  blueprints: import("@omnia/fx-models").ComponentBlueprints;
41
41
  }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
42
42
  actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
43
+ ensure(): {
44
+ buttons: () => void;
45
+ };
43
46
  setBlueprint(type: "default"): void;
44
47
  setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
45
48
  }>;
@@ -28,6 +28,9 @@ export declare const useThemeContextStore: () => {
28
28
  blueprints: import("@omnia/fx-models").ComponentBlueprints;
29
29
  }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
30
30
  actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
31
+ ensure(): {
32
+ buttons: () => void;
33
+ };
31
34
  setBlueprint(type: "default"): void;
32
35
  setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
33
36
  }>;
@@ -93,6 +96,9 @@ export declare const useThemeContextStore: () => {
93
96
  blueprints: import("@omnia/fx-models").ComponentBlueprints;
94
97
  }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
95
98
  actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
99
+ ensure(): {
100
+ buttons: () => void;
101
+ };
96
102
  setBlueprint(type: "default"): void;
97
103
  setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
98
104
  }>;
@@ -158,6 +164,9 @@ export declare const useThemeContextStore: () => {
158
164
  blueprints: import("@omnia/fx-models").ComponentBlueprints;
159
165
  }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
160
166
  actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
167
+ ensure(): {
168
+ buttons: () => void;
169
+ };
161
170
  setBlueprint(type: "default"): void;
162
171
  setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
163
172
  }>;
@@ -223,6 +232,9 @@ export declare const useThemeContextStore: () => {
223
232
  blueprints: import("@omnia/fx-models").ComponentBlueprints;
224
233
  }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
225
234
  actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
235
+ ensure(): {
236
+ buttons: () => void;
237
+ };
226
238
  setBlueprint(type: "default"): void;
227
239
  setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
228
240
  }>;
@@ -290,6 +302,9 @@ export declare const useThemeContextStore: () => {
290
302
  blueprints: import("@omnia/fx-models").ComponentBlueprints;
291
303
  }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
292
304
  actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
305
+ ensure(): {
306
+ buttons: () => void;
307
+ };
293
308
  setBlueprint(type: "default"): void;
294
309
  setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
295
310
  }>;
@@ -355,6 +370,9 @@ export declare const useThemeContextStore: () => {
355
370
  blueprints: import("@omnia/fx-models").ComponentBlueprints;
356
371
  }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
357
372
  actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
373
+ ensure(): {
374
+ buttons: () => void;
375
+ };
358
376
  setBlueprint(type: "default"): void;
359
377
  setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
360
378
  }>;
@@ -420,6 +438,9 @@ export declare const useThemeContextStore: () => {
420
438
  blueprints: import("@omnia/fx-models").ComponentBlueprints;
421
439
  }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
422
440
  actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
441
+ ensure(): {
442
+ buttons: () => void;
443
+ };
423
444
  setBlueprint(type: "default"): void;
424
445
  setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
425
446
  }>;
@@ -485,6 +506,9 @@ export declare const useThemeContextStore: () => {
485
506
  blueprints: import("@omnia/fx-models").ComponentBlueprints;
486
507
  }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
487
508
  actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
509
+ ensure(): {
510
+ buttons: () => void;
511
+ };
488
512
  setBlueprint(type: "default"): void;
489
513
  setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
490
514
  }>;
@@ -552,6 +576,9 @@ export declare const useThemeContextStore: () => {
552
576
  blueprints: import("@omnia/fx-models").ComponentBlueprints;
553
577
  }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
554
578
  actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
579
+ ensure(): {
580
+ buttons: () => void;
581
+ };
555
582
  setBlueprint(type: "default"): void;
556
583
  setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
557
584
  }>;
@@ -617,6 +644,9 @@ export declare const useThemeContextStore: () => {
617
644
  blueprints: import("@omnia/fx-models").ComponentBlueprints;
618
645
  }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
619
646
  actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
647
+ ensure(): {
648
+ buttons: () => void;
649
+ };
620
650
  setBlueprint(type: "default"): void;
621
651
  setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
622
652
  }>;
@@ -682,6 +712,9 @@ export declare const useThemeContextStore: () => {
682
712
  blueprints: import("@omnia/fx-models").ComponentBlueprints;
683
713
  }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
684
714
  actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
715
+ ensure(): {
716
+ buttons: () => void;
717
+ };
685
718
  setBlueprint(type: "default"): void;
686
719
  setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
687
720
  }>;
@@ -747,6 +780,9 @@ export declare const useThemeContextStore: () => {
747
780
  blueprints: import("@omnia/fx-models").ComponentBlueprints;
748
781
  }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
749
782
  actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
783
+ ensure(): {
784
+ buttons: () => void;
785
+ };
750
786
  setBlueprint(type: "default"): void;
751
787
  setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
752
788
  }>;
@@ -23,6 +23,9 @@ export declare const useThemeStore: () => {
23
23
  blueprints: import("@omnia/fx-models").ComponentBlueprints;
24
24
  }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
25
25
  actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
26
+ ensure(): {
27
+ buttons: () => void;
28
+ };
26
29
  setBlueprint(type: "default"): void;
27
30
  setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
28
31
  }>;
@@ -42,6 +42,9 @@ export declare const useTypographyBlueprintStore: () => {
42
42
  blueprints: import("@omnia/fx-models").ComponentBlueprints;
43
43
  }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
44
44
  actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
45
+ ensure(): {
46
+ buttons: () => void;
47
+ };
45
48
  setBlueprint(type: "default"): void;
46
49
  setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
47
50
  }>;
@@ -2,11 +2,11 @@ import { HttpMethods, VelcronAppDefinition } from "@omnia/fx-models/internal-do-
2
2
  export interface ApiSpec {
3
3
  title: string;
4
4
  method: HttpMethods;
5
- route: string;
6
- headers: Record<string, string>;
7
- queryStrings: Record<string, string>;
8
- body: object;
9
- velcron: VelcronAppDefinition<{
5
+ url: string;
6
+ headers?: Record<string, string>;
7
+ queryStrings?: Record<string, string>;
8
+ body?: object;
9
+ velcron?: VelcronAppDefinition<{
10
10
  items: Array<unknown>;
11
11
  item: unknown;
12
12
  }>;
@@ -1 +1,2 @@
1
1
  export * from "./TodoApiSpec";
2
+ export * from "./HubApiSpec";
@@ -6,14 +6,8 @@ export declare const useApiExplorerStore: () => {
6
6
  currentHttpMethod: HttpMethods;
7
7
  availableHttpMethods: HttpMethods[];
8
8
  apiUrl: string;
9
- requestBody: {
10
- obj: any;
11
- json: string;
12
- };
13
- responseBody: {
14
- obj: any;
15
- json: string;
16
- };
9
+ requestBody: string;
10
+ responseBody: string;
17
11
  requestHeaders: Record<string, string>;
18
12
  requestQueryStrings: Record<string, string>;
19
13
  newHeaderName: string;
@@ -34,14 +28,8 @@ export declare const useApiExplorerStore: () => {
34
28
  currentHttpMethod: HttpMethods;
35
29
  availableHttpMethods: HttpMethods[];
36
30
  apiUrl: string;
37
- requestBody: {
38
- obj: any;
39
- json: string;
40
- };
41
- responseBody: {
42
- obj: any;
43
- json: string;
44
- };
31
+ requestBody: string;
32
+ responseBody: string;
45
33
  requestHeaders: Record<string, string>;
46
34
  requestQueryStrings: Record<string, string>;
47
35
  newHeaderName: string;
@@ -71,9 +59,11 @@ export declare const useApiExplorerStore: () => {
71
59
  addQueryString(): void;
72
60
  updateQueryString(name: string, value: string): void;
73
61
  removeQueryString(name: string): void;
62
+ setRequestBodyJson(json: string): void;
74
63
  }>;
75
64
  get: {
76
65
  title: () => HttpMethods;
66
+ requestBodyAsObject: () => any;
77
67
  };
78
68
  } & {
79
69
  dispose?: () => void;
@@ -186,8 +186,8 @@ declare const _default: {
186
186
  type?: ConfirmDialogDisplay;
187
187
  text?: string;
188
188
  icon?: IIcon;
189
- tooltip?: ButtonTooltipOptions;
190
189
  disabled?: boolean;
190
+ tooltip?: ButtonTooltipOptions;
191
191
  dialogOptions?: ConfirmDialogOptions;
192
192
  styles?: {
193
193
  icon?: import("typestyle/lib/types").NestedCSSProperties;
@@ -91,8 +91,8 @@ declare const dialogComponent: {
91
91
  lazy?: boolean;
92
92
  title?: string;
93
93
  onClose?: () => void;
94
- dark?: boolean;
95
94
  light?: boolean;
95
+ dark?: boolean;
96
96
  disabled?: boolean;
97
97
  valueBind?: DialogModel;
98
98
  onClickOutside?: (closeDialog: (prompt: boolean, title?: string) => void, event?: Event) => void;
@@ -3,3 +3,4 @@ export * from "./display";
3
3
  export * from "./edit";
4
4
  export * from "./valuedefinition";
5
5
  export * from "./picker";
6
+ export * from "./models/PropDisplay/index";
@@ -0,0 +1,6 @@
1
+ import { EnterprisePropertiesDisplaySettings, EnterprisePropertyDefinition } from "@omnia/fx-models";
2
+ export interface EnterprisePropertiesBooleanDisplaySettings extends EnterprisePropertiesDisplaySettings {
3
+ valueBind?: string;
4
+ property?: EnterprisePropertyDefinition;
5
+ wrapWithParentContent?: (internalName: string, propertyContent: JSX.Element) => JSX.Element;
6
+ }
@@ -0,0 +1,7 @@
1
+ import { EnterprisePropertiesDisplaySettings, EnterprisePropertyDefinition, guid } from "@omnia/fx-models";
2
+ export interface EnterprisePropertiesDataDisplaySettings extends EnterprisePropertiesDisplaySettings {
3
+ valueBind?: string;
4
+ property?: EnterprisePropertyDefinition;
5
+ providerId?: guid;
6
+ wrapWithParentContent?: (internalName: string, propertyContent: JSX.Element) => JSX.Element;
7
+ }
@@ -0,0 +1,3 @@
1
+ import { EnterprisePropertiesDisplaySettings } from "@omnia/fx-models";
2
+ export interface EnterprisePropertiesDateDisplaySettings extends EnterprisePropertiesDisplaySettings {
3
+ }
@@ -0,0 +1,10 @@
1
+ import { EnterprisePropertiesDisplaySettings, EnterprisePropertyDefinition } from "@omnia/fx-models";
2
+ export interface EnterprisePropertiesDateTimeDisplaySettings extends EnterprisePropertiesDisplaySettings {
3
+ settings?: {
4
+ format?: string;
5
+ locale?: string;
6
+ mode?: any;
7
+ };
8
+ property?: EnterprisePropertyDefinition;
9
+ wrapWithParentContent?: (internalName: string, propertyContent: JSX.Element) => JSX.Element;
10
+ }
@@ -0,0 +1,10 @@
1
+ import { EnterprisePropertiesBlockTaxonoyPropertiesSettings, EnterprisePropertiesDisplaySettings, EnterprisePropertyDefinition } from "@omnia/fx-models";
2
+ import { VNodeChild } from "vue";
3
+ export interface EnterprisePropertiesKeywordsDisplaySettings extends EnterprisePropertiesDisplaySettings {
4
+ property?: EnterprisePropertyDefinition;
5
+ settings?: EnterprisePropertiesBlockTaxonoyPropertiesSettings;
6
+ lcid?: number;
7
+ lang?: string;
8
+ appendedElement?: () => VNodeChild;
9
+ wrapWithParentContent?: (internalName: string, propertyContent: JSX.Element) => VNodeChild;
10
+ }
@@ -0,0 +1,6 @@
1
+ import { EnterprisePropertiesDisplaySettings, EnterprisePropertyDefinition } from "@omnia/fx-models";
2
+ export interface EnterprisePropertiesLanguageDisplaySettings extends EnterprisePropertiesDisplaySettings {
3
+ valueBind?: string;
4
+ property?: EnterprisePropertyDefinition;
5
+ wrapWithParentContent?: (internalName: string, propertyContent: JSX.Element) => JSX.Element;
6
+ }
@@ -0,0 +1,3 @@
1
+ import { EnterprisePropertiesDisplaySettings } from "@omnia/fx-models";
2
+ export interface EnterprisePropertiesNumberDisplaySettings extends EnterprisePropertiesDisplaySettings {
3
+ }
@@ -0,0 +1,6 @@
1
+ import { EnterprisePropertiesDisplaySettings, EnterprisePropertiesPersonDisplaySettings, EnterprisePropertyDefinition } from "@omnia/fx-models";
2
+ export interface EnterprisePropertiesPropPersonDisplaySettings extends EnterprisePropertiesDisplaySettings {
3
+ disabled?: boolean;
4
+ property?: EnterprisePropertyDefinition;
5
+ settings?: EnterprisePropertiesPersonDisplaySettings;
6
+ }
@@ -0,0 +1,6 @@
1
+ import { EnterprisePropertiesDisplaySettings, EnterprisePropertyDefinition } from "@omnia/fx-models";
2
+ export interface EnterprisePropertiesRichTextDisplaySettings extends EnterprisePropertiesDisplaySettings {
3
+ valueBind?: string;
4
+ property?: EnterprisePropertyDefinition;
5
+ wrapWithParentContent?: (internalName: string, propertyContent: JSX.Element) => JSX.Element;
6
+ }
@@ -0,0 +1,22 @@
1
+ import { EnterprisePropertiesBlockTaxonoyPropertiesSettings, EnterprisePropertiesDisplaySettings, EnterprisePropertyDefinition, IIcon, Tag } from "@omnia/fx-models";
2
+ import { TagsFieldDisplayStyles } from "internal/fx/ux/models";
3
+ export interface EnterprisePropertiesTagDisplaySettings extends EnterprisePropertiesDisplaySettings {
4
+ property?: EnterprisePropertyDefinition;
5
+ settings?: EnterprisePropertiesBlockTaxonoyPropertiesSettings;
6
+ onTagClicked?: (tag: Tag) => void;
7
+ wrapWithParentContent?: (internalName: string, propertyContent: JSX.Element) => JSX.Element;
8
+ multiple?: boolean;
9
+ disabled?: boolean;
10
+ label?: string;
11
+ hideSelected?: boolean;
12
+ required?: boolean;
13
+ appendedElement?: () => JSX.Element;
14
+ styles?: typeof TagsFieldDisplayStyles;
15
+ clickableIcon?: IIcon;
16
+ appendedTagContents?: {
17
+ [tagName: string]: {
18
+ icon: IIcon;
19
+ title: string;
20
+ };
21
+ }[];
22
+ }
@@ -0,0 +1,27 @@
1
+ import { EnterprisePropertiesBlockTaxonoyPropertiesSettings, EnterprisePropertiesDisplaySettings, EnterprisePropertyDefinition, guid, IIcon } from "@omnia/fx-models";
2
+ import { TaxonomyFieldDisplayClickHander, Term } from "@omnia/fx-sp";
3
+ import { VNodeChild } from "vue";
4
+ export interface EnterprisePropertiesTaxonomyDisplaySettings extends EnterprisePropertiesDisplaySettings {
5
+ settings?: EnterprisePropertiesBlockTaxonoyPropertiesSettings;
6
+ property?: EnterprisePropertyDefinition;
7
+ wrapWithParentContent?: (internalName: string, propertyContent: JSX.Element) => VNodeChild;
8
+ lcid?: number;
9
+ lang?: string;
10
+ appendedElement?: () => VNodeChild;
11
+ clickHandler?: TaxonomyFieldDisplayClickHander;
12
+ appendMenuItems?: {
13
+ termId: guid;
14
+ onClick: (term: Term) => void;
15
+ title: string;
16
+ }[];
17
+ validateRenderTooltip?: ((items: Array<{
18
+ termId: guid;
19
+ onClick: (term: Term) => any;
20
+ title: string;
21
+ }>) => {
22
+ [termId: string]: {
23
+ title: string;
24
+ icon: IIcon;
25
+ };
26
+ }[]);
27
+ }
@@ -0,0 +1,6 @@
1
+ import { EnterprisePropertiesDisplaySettings, EnterprisePropertyDefinition } from "@omnia/fx-models";
2
+ export interface EnterprisePropertiesTextDisplaySettings extends EnterprisePropertiesDisplaySettings {
3
+ valueBind?: string;
4
+ property?: EnterprisePropertyDefinition;
5
+ wrapWithParentContent?: (internalName: string, propertyContent: JSX.Element) => JSX.Element;
6
+ }
@@ -0,0 +1,12 @@
1
+ export * from "./EnterprisePropertiesBooleanDisplaySettings";
2
+ export * from "./EnterprisePropertiesDataDisplaySettings";
3
+ export * from "./EnterprisePropertiesDateDisplaySettings";
4
+ export * from "./EnterprisePropertiesDateTimeDisplaySettings";
5
+ export * from "./EnterprisePropertiesKeywordsDisplaySettings";
6
+ export * from "./EnterprisePropertiesLanguageDisplaySettings";
7
+ export * from "./EnterprisePropertiesNumberDisplaySettings";
8
+ export * from "./EnterprisePropertiesPropPersonDisplaySettings";
9
+ export * from "./EnterprisePropertiesRichTextDisplaySettings";
10
+ export * from "./EnterprisePropertiesTagDisplaySettings";
11
+ export * from "./EnterprisePropertiesTaxonomyDisplaySettings";
12
+ export * from "./EnterprisePropertiesTextDisplaySettings";
@@ -12,6 +12,7 @@ export declare const useJourneyRouterStore: () => {
12
12
  ensureBlade(blade: JourneyBladeRouter): void;
13
13
  updateBlade(blade: JourneyBladeRouter): void;
14
14
  removeBlade(blade: JourneyBladeRouter): void;
15
+ clearRoute(): void;
15
16
  }>;
16
17
  events: import("@omnia/fx/stores").StoreEvents<{
17
18
  blades: InternalJourneyBladeRouter[];
@@ -8,7 +8,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
8
8
  } & {
9
9
  location?: OPosition;
10
10
  } & {
11
- position?: "fixed" | "absolute" | "relative" | "static" | "sticky";
11
+ position?: "fixed" | "static" | "relative" | "absolute" | "sticky";
12
12
  } & {
13
13
  format?: "ampm" | "24hr";
14
14
  }>) => any;
@@ -10,49 +10,51 @@ export interface TreeViewPagingModel {
10
10
  startPagingIndex: number;
11
11
  endPagingIndex: number;
12
12
  }
13
- declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
13
+ declare const _default: <T extends Object>(props: import("@omnia/fx/ux").ConstructComponentProps<{
14
14
  colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchemaTypes;
15
15
  } & {
16
16
  container?: boolean;
17
17
  } & {
18
18
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
19
19
  } & {
20
- "emit:update:modelValue": (value: any[]) => void;
20
+ "emit:update:modelValue": (value: T[]) => void;
21
21
  } & {
22
- "v-model"?: any[];
22
+ "v-model"?: T[];
23
23
  } & {
24
- modelValue?: any[];
24
+ modelValue?: T[];
25
25
  } & {
26
- "emit:update:expanded": (value: any[]) => void;
26
+ "emit:update:expanded": (value: T[]) => void;
27
27
  } & {
28
- "v-model:expanded"?: any[];
28
+ "v-model:expanded"?: T[];
29
29
  } & {
30
- expanded?: any[];
30
+ expanded?: T[];
31
31
  } & {
32
- items?: any[];
32
+ items?: T[];
33
33
  } & {
34
34
  expandOnSelection?: boolean;
35
35
  } & {
36
36
  multiple?: boolean;
37
+ } & {
38
+ openAll?: boolean;
37
39
  } & {
38
40
  batchChildrensDisplay?: number;
39
41
  } & {
40
- itemTitle?: string | ((item: any) => string);
42
+ itemTitle?: string | ((item: T) => string);
41
43
  } & {
42
- itemIcon?: string | ((item: any) => IIcon);
44
+ itemIcon?: string | ((item: T) => IIcon);
43
45
  } & {
44
- itemValue?: string;
46
+ itemValue?: string | ((item: T) => string);
45
47
  } & {
46
48
  itemChildren?: string;
47
49
  } & {
48
- loadChildren?: (selectedNode: any, level?: number) => void | Promise<void>;
50
+ loadChildren?: (selectedNode: T) => void | Promise<void>;
49
51
  } & {
50
- onMoveNode?: (item: any, currentPosition: number, newPosition: number) => void | Promise<void>;
52
+ onMoveNode?: (item: T, currentPosition: number, newPosition: number) => void | Promise<void>;
51
53
  } & {
52
- checkNodeToMove?: (item: any) => boolean;
54
+ checkNodeToMove?: (item: T) => boolean;
53
55
  } & {
54
56
  padding?: Spacing | SpacingValue;
55
57
  } & {
56
58
  indentation?: SpacingValue;
57
- } & DefineSlot<"appendInnerItem", (item: any, index: Number) => VNodeChild, "Define a custom item action appearance."> & DefineSlot<"itemToolTip", (item: any) => VNodeChild, "Define tooltip for treeview icon"> & DefineEmit<"update:active", (items: Array<any>) => void>>) => any;
59
+ } & DefineSlot<"appendInnerItem", (item: T, index: Number) => VNodeChild, "Define a custom item action appearance."> & DefineSlot<"itemToolTip", (item: T) => VNodeChild, "Define tooltip for treeview icon"> & DefineEmit<"update:active", (items: T[]) => void>>) => any;
58
60
  export default _default;
@@ -1,7 +1,5 @@
1
+ import { Spacing } from "@omnia/fx-models";
1
2
  export declare const treeViewStylex: {
2
- titleWrapper: (hoverBackgroundColor: string) => Readonly<import("../../Styles.stylex").StylexValue>;
3
- containerWrapper: (background: string) => import("../../Styles.stylex").StylexValue;
4
- expandedAnimation: import("../../Styles.stylex").StylexValue;
5
- expandedIcon: import("../../Styles.stylex").StylexValue;
6
- collapsedIcon: import("../../Styles.stylex").StylexValue;
3
+ wrapper: (backgroundColor: string, color: string, iconColor: string, hoverColor: string) => Readonly<import("../../Styles.stylex").StylexValue>;
4
+ paddingWrapper: (padding: Spacing) => Readonly<import("../../Styles.stylex").StylexValue>;
7
5
  };
@@ -41,7 +41,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
41
41
  } & {
42
42
  itemIcon?: string | ((item: any) => IIcon);
43
43
  } & {
44
- itemValue?: string | ((item: any) => string);
44
+ itemValue?: string;
45
45
  } & {
46
46
  itemChildren?: string;
47
47
  } & {
@@ -0,0 +1,7 @@
1
+ export declare const treeViewStylex: {
2
+ titleWrapper: (hoverBackgroundColor: string) => Readonly<import("../../Styles.stylex").StylexValue>;
3
+ containerWrapper: (background: string) => import("../../Styles.stylex").StylexValue;
4
+ expandedAnimation: import("../../Styles.stylex").StylexValue;
5
+ expandedIcon: import("../../Styles.stylex").StylexValue;
6
+ collapsedIcon: import("../../Styles.stylex").StylexValue;
7
+ };
@@ -4,6 +4,8 @@ export type DateTimeEditorProps = IPropertyEditorRenderer<DateTimePropertyDefini
4
4
  styles: typeof DateTimeEditorStyles;
5
5
  } & {
6
6
  "v-model": DateTimePropertyValue;
7
+ } & {
8
+ "onUpdate:modelValue": (value: DateTimePropertyValue) => void;
7
9
  };
8
10
  declare const _default: {
9
11
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
@@ -18,6 +20,7 @@ declare const _default: {
18
20
  container: import("typestyle/lib/types").NestedCSSProperties;
19
21
  }>;
20
22
  "v-model": import("vue").Prop<DateTimePropertyValue, DateTimePropertyValue>;
23
+ "onUpdate:modelValue": import("vue").Prop<(value: DateTimePropertyValue) => void, (value: DateTimePropertyValue) => void>;
21
24
  }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
22
25
  P: {};
23
26
  B: {};
@@ -37,6 +40,7 @@ declare const _default: {
37
40
  container: import("typestyle/lib/types").NestedCSSProperties;
38
41
  }>;
39
42
  "v-model": import("vue").Prop<DateTimePropertyValue, DateTimePropertyValue>;
43
+ "onUpdate:modelValue": import("vue").Prop<(value: DateTimePropertyValue) => void, (value: DateTimePropertyValue) => void>;
40
44
  }>>, {}, {}, {}, {}, {}>;
41
45
  __isFragment?: never;
42
46
  __isTeleport?: never;
@@ -53,12 +57,14 @@ declare const _default: {
53
57
  container: import("typestyle/lib/types").NestedCSSProperties;
54
58
  }>;
55
59
  "v-model": import("vue").Prop<DateTimePropertyValue, DateTimePropertyValue>;
60
+ "onUpdate:modelValue": import("vue").Prop<(value: DateTimePropertyValue) => void, (value: DateTimePropertyValue) => void>;
56
61
  }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
57
62
  propsDefinition: Omit<Readonly<{} & {
58
63
  disabled?: boolean;
59
64
  styles?: typeof DateTimeEditorStyles;
60
65
  "v-model"?: DateTimePropertyValue;
61
66
  modelValue?: DateTimePropertyValue;
67
+ "onUpdate:modelValue"?: (value: DateTimePropertyValue) => void;
62
68
  displaySettings?: DateTimeDisplaySettings;
63
69
  setupSettings?: never;
64
70
  editorSettings?: DateTimeEditorSettings;
@@ -158,9 +158,9 @@ declare const _default: {
158
158
  };
159
159
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
160
160
  propsDefinition: Omit<Readonly<{} & {
161
- filled?: boolean;
162
161
  multiple?: boolean;
163
162
  disabled?: boolean;
163
+ filled?: boolean;
164
164
  hideDetails?: boolean;
165
165
  hideConfiguration?: boolean;
166
166
  resetAfterSelected?: boolean;
@@ -319,8 +319,8 @@ import wc1e7db8a98533485d97b4359f64601ff0 from './ux/oxide/textarea/TextArea';
319
319
  import wc7b2cf06ba1cf47f7adcc6d8a1a0117f0 from './ux/oxide/timepicker/TimePicker';
320
320
  import wc575bd9ad6c0d4fc9ab53fbd1b93786c4 from './ux/oxide/toolbar/Toolbar';
321
321
  import wc19adb19938604f41b10f3a00eb3eb534 from './ux/oxide/tooltip/Tooltip';
322
- import wcc617a9d7e25249929c41becb55905973 from './ux/oxide/treeview/Treeview';
323
- import wcd9216ea897894e7bb6f3f1ff13015966 from './ux/oxide/treeview/Treeview_v2';
322
+ import wcc617a9d7e25249929c41becb55905973 from './ux/oxide/treeview/Treeview_old';
323
+ import wcd9216ea897894e7bb6f3f1ff13015966 from './ux/oxide/treeview/Treeview';
324
324
  import wc1e7fa637f4914cbeb9ceb6d577fec150 from './ux/oxide/validation/Validation';
325
325
  import wc87d2f5f7fa15440ba71dbb642b0dcf38 from './ux/post/templates/PostTemplate';
326
326
  import wc8270a3e368484538870b0bc4a6654234 from './ux/properties/block/PropertyBlock';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "8.0.311-dev",
4
+ "version": "8.0.314-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.311-dev",
23
+ "@omnia/fx-models": "8.0.314-dev",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.11.7",
@@ -1,5 +0,0 @@
1
- import { Spacing } from "@omnia/fx-models";
2
- export declare const treeViewStylex: {
3
- wrapper: (backgroundColor: string, color: string, iconColor: string, hoverColor: string) => Readonly<import("../../Styles.stylex").StylexValue>;
4
- paddingWrapper: (padding: Spacing) => Readonly<import("../../Styles.stylex").StylexValue>;
5
- };