@omnia/fx 8.0.327-dev → 8.0.329-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.
- package/internal-do-not-import-from-here/ux/aurora/store/ComponentBlueprintStore.d.ts +5 -2
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +16 -4
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeStore.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/contextlanguagepicker/ContextLanguagePicker.d.ts +4 -28
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.stylex.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeDisplay.d.ts +5 -2
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +1 -0
- package/internal-do-not-import-from-here/wctypings.d.ts +12 -0
- package/package.json +2 -2
@@ -1,4 +1,4 @@
|
|
1
|
-
import { Blueprint, ButtonBlueprint, ButtonBlueprintVariant, ComponentBlueprints, ContainerFillBlueprint, BlueprintVariant, OIconSizes, TabsBlueprint, WebBlueprintItemDefintionType, HeaderBlueprint } from "@omnia/fx-models";
|
1
|
+
import { Blueprint, ButtonBlueprint, ButtonBlueprintVariant, ComponentBlueprints, ContainerFillBlueprint, BlueprintVariant, OIconSizes, TabsBlueprint, WebBlueprintItemDefintionType, HeaderBlueprint, InputBlueprint } from "@omnia/fx-models";
|
2
2
|
type blueprintType = "default";
|
3
3
|
export declare const useComponentBlueprintStore: () => {
|
4
4
|
state: {
|
@@ -22,8 +22,11 @@ export declare const useComponentBlueprintStore: () => {
|
|
22
22
|
button: {
|
23
23
|
blueprintByType(type: ButtonBlueprintVariant | ButtonBlueprint): ButtonBlueprint;
|
24
24
|
};
|
25
|
+
input: {
|
26
|
+
blueprintByType(type: BlueprintVariant | InputBlueprint): TabsBlueprint;
|
27
|
+
};
|
25
28
|
tabs: {
|
26
|
-
blueprintByType(type: BlueprintVariant | TabsBlueprint):
|
29
|
+
blueprintByType(type: BlueprintVariant | TabsBlueprint): TabsBlueprint;
|
27
30
|
};
|
28
31
|
icon: {
|
29
32
|
iconBlueprint(size: OIconSizes): import("@omnia/fx-models").IconBlueprint;
|
@@ -55,8 +55,11 @@ export declare const useSpacingBlueprintStore: () => {
|
|
55
55
|
button: {
|
56
56
|
blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintVariant | import("@omnia/fx-models").ButtonBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
57
57
|
};
|
58
|
+
input: {
|
59
|
+
blueprintByType(type: BlueprintVariant | import("@omnia/fx-models").InputBlueprint): import("@omnia/fx-models").TabsBlueprint;
|
60
|
+
};
|
58
61
|
tabs: {
|
59
|
-
blueprintByType(type: BlueprintVariant | import("@omnia/fx-models").TabsBlueprint): import("@omnia/fx-models").
|
62
|
+
blueprintByType(type: BlueprintVariant | import("@omnia/fx-models").TabsBlueprint): import("@omnia/fx-models").TabsBlueprint;
|
60
63
|
};
|
61
64
|
icon: {
|
62
65
|
iconBlueprint(size: import("@omnia/fx-models").OIconSizes): import("@omnia/fx-models").IconBlueprint;
|
@@ -43,8 +43,11 @@ export declare const useThemeContextStore: () => {
|
|
43
43
|
button: {
|
44
44
|
blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintVariant | import("@omnia/fx-models").ButtonBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
45
45
|
};
|
46
|
+
input: {
|
47
|
+
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").InputBlueprint): import("@omnia/fx-models").TabsBlueprint;
|
48
|
+
};
|
46
49
|
tabs: {
|
47
|
-
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").TabsBlueprint): import("@omnia/fx-models").
|
50
|
+
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").TabsBlueprint): import("@omnia/fx-models").TabsBlueprint;
|
48
51
|
};
|
49
52
|
icon: {
|
50
53
|
iconBlueprint(size: import("@omnia/fx-models").OIconSizes): import("@omnia/fx-models").IconBlueprint;
|
@@ -112,8 +115,11 @@ export declare const useThemeContextStore: () => {
|
|
112
115
|
button: {
|
113
116
|
blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintVariant | import("@omnia/fx-models").ButtonBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
114
117
|
};
|
118
|
+
input: {
|
119
|
+
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").InputBlueprint): import("@omnia/fx-models").TabsBlueprint;
|
120
|
+
};
|
115
121
|
tabs: {
|
116
|
-
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").TabsBlueprint): import("@omnia/fx-models").
|
122
|
+
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").TabsBlueprint): import("@omnia/fx-models").TabsBlueprint;
|
117
123
|
};
|
118
124
|
icon: {
|
119
125
|
iconBlueprint(size: import("@omnia/fx-models").OIconSizes): import("@omnia/fx-models").IconBlueprint;
|
@@ -181,8 +187,11 @@ export declare const useThemeContextStore: () => {
|
|
181
187
|
button: {
|
182
188
|
blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintVariant | import("@omnia/fx-models").ButtonBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
183
189
|
};
|
190
|
+
input: {
|
191
|
+
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").InputBlueprint): import("@omnia/fx-models").TabsBlueprint;
|
192
|
+
};
|
184
193
|
tabs: {
|
185
|
-
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").TabsBlueprint): import("@omnia/fx-models").
|
194
|
+
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").TabsBlueprint): import("@omnia/fx-models").TabsBlueprint;
|
186
195
|
};
|
187
196
|
icon: {
|
188
197
|
iconBlueprint(size: import("@omnia/fx-models").OIconSizes): import("@omnia/fx-models").IconBlueprint;
|
@@ -250,8 +259,11 @@ export declare const useThemeContextStore: () => {
|
|
250
259
|
button: {
|
251
260
|
blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintVariant | import("@omnia/fx-models").ButtonBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
252
261
|
};
|
262
|
+
input: {
|
263
|
+
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").InputBlueprint): import("@omnia/fx-models").TabsBlueprint;
|
264
|
+
};
|
253
265
|
tabs: {
|
254
|
-
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").TabsBlueprint): import("@omnia/fx-models").
|
266
|
+
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").TabsBlueprint): import("@omnia/fx-models").TabsBlueprint;
|
255
267
|
};
|
256
268
|
icon: {
|
257
269
|
iconBlueprint(size: import("@omnia/fx-models").OIconSizes): import("@omnia/fx-models").IconBlueprint;
|
@@ -38,8 +38,11 @@ export declare const useThemeStore: () => {
|
|
38
38
|
button: {
|
39
39
|
blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintVariant | import("@omnia/fx-models").ButtonBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
40
40
|
};
|
41
|
+
input: {
|
42
|
+
blueprintByType(type: BlueprintVariant | import("@omnia/fx-models").InputBlueprint): import("@omnia/fx-models").TabsBlueprint;
|
43
|
+
};
|
41
44
|
tabs: {
|
42
|
-
blueprintByType(type: BlueprintVariant | import("@omnia/fx-models").TabsBlueprint): import("@omnia/fx-models").
|
45
|
+
blueprintByType(type: BlueprintVariant | import("@omnia/fx-models").TabsBlueprint): import("@omnia/fx-models").TabsBlueprint;
|
43
46
|
};
|
44
47
|
icon: {
|
45
48
|
iconBlueprint(size: import("@omnia/fx-models").OIconSizes): import("@omnia/fx-models").IconBlueprint;
|
@@ -55,8 +55,11 @@ export declare const useTypographyBlueprintStore: () => {
|
|
55
55
|
button: {
|
56
56
|
blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintVariant | import("@omnia/fx-models").ButtonBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
57
57
|
};
|
58
|
+
input: {
|
59
|
+
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").InputBlueprint): import("@omnia/fx-models").TabsBlueprint;
|
60
|
+
};
|
58
61
|
tabs: {
|
59
|
-
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").TabsBlueprint): import("@omnia/fx-models").
|
62
|
+
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").TabsBlueprint): import("@omnia/fx-models").TabsBlueprint;
|
60
63
|
};
|
61
64
|
icon: {
|
62
65
|
iconBlueprint(size: import("@omnia/fx-models").OIconSizes): import("@omnia/fx-models").IconBlueprint;
|
package/internal-do-not-import-from-here/ux/contextlanguagepicker/ContextLanguagePicker.d.ts
CHANGED
@@ -1,28 +1,4 @@
|
|
1
|
-
import {
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
import { ScopedSlots } from "..";
|
6
|
-
import { IVSelectScopedSlots } from "../vuetify";
|
7
|
-
export declare class ContextLanguagePicker extends VueComponentBase implements IWebComponentInstance, IContextLanguagePicker {
|
8
|
-
valueBind: string;
|
9
|
-
disabled?: boolean;
|
10
|
-
label?: string;
|
11
|
-
onValueChanged?: (language: string) => void;
|
12
|
-
box?: boolean;
|
13
|
-
dark?: boolean;
|
14
|
-
flat?: boolean;
|
15
|
-
hideDisplayFlag?: boolean;
|
16
|
-
hideDisplayName?: boolean;
|
17
|
-
scopedSlots?: ScopedSlots<IVSelectScopedSlots>;
|
18
|
-
private omniaContext;
|
19
|
-
private omniaUxLoc;
|
20
|
-
languages: Language[];
|
21
|
-
private get slots();
|
22
|
-
created(): void;
|
23
|
-
private getLanguages;
|
24
|
-
mounted(): void;
|
25
|
-
beforeDestroy(): void;
|
26
|
-
private updateSelectedContextLanguage;
|
27
|
-
render(): JSX.Element;
|
28
|
-
}
|
1
|
+
import { DefineProp, DefineVModel } from "@omnia/fx/ux";
|
2
|
+
type ContextLanguagePickerProps = DefineVModel<"", string> & DefineProp<"disabled", boolean> & DefineProp<"label", string> & DefineProp<"hideDisplayFlag", boolean> & DefineProp<"hideDisplayName", boolean>;
|
3
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<ContextLanguagePickerProps>) => any;
|
4
|
+
export default _default;
|
@@ -1,10 +1,10 @@
|
|
1
1
|
import { ColorDefinition } from "../../velcron/core";
|
2
|
-
import {
|
2
|
+
import { useColorSchemaStore } from "../..";
|
3
3
|
import { OAppBarTypes } from "@omnia/fx-models";
|
4
4
|
export declare const AppbarStyles: {
|
5
5
|
templateTitle: Readonly<import("../..").StylexValue>;
|
6
6
|
content: Readonly<import("../..").StylexValue>;
|
7
|
-
wrapper: (variant: OAppBarTypes, colors: ReturnType<typeof
|
7
|
+
wrapper: (variant: OAppBarTypes, colors: ReturnType<typeof useColorSchemaStore>) => import("../..").StylexValue;
|
8
8
|
navigation: (color: ColorDefinition) => Readonly<import("../..").StylexValue>;
|
9
9
|
navigationIcon: {
|
10
10
|
buttonHeader: Readonly<import("../..").StylexValue>;
|
package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeDisplay.d.ts
CHANGED
@@ -1,7 +1,10 @@
|
|
1
|
-
import { DefineProp, DefineVModel } from "@omnia/fx/ux";
|
1
|
+
import { DefineProp, DefineSlot, DefineVModel } from "@omnia/fx/ux";
|
2
2
|
import { DateTimeDisplayStyles } from "./DateTimeDisplay.css";
|
3
3
|
import { DateTimeDisplaySettings, DateTimePropertyDefinition, DateTimePropertyValue, IPropertyDisplayRenderer } from "@omnia/fx-models";
|
4
|
+
import { VNodeChild } from "vue";
|
4
5
|
export type DateTimeDisplayProps = IPropertyDisplayRenderer<DateTimePropertyDefinition> & ComponentProps;
|
5
|
-
type ComponentProps = DefineVModel<"", DateTimePropertyValue> & DefineProp<"displaySettings", DateTimeDisplaySettings> & DefineProp<"styles", typeof DateTimeDisplayStyles> & DefineProp<"renderTextOnly", boolean, false, false> & DefineProp<"persistentLabels", boolean, false, false
|
6
|
+
type ComponentProps = DefineVModel<"", DateTimePropertyValue> & DefineProp<"displaySettings", DateTimeDisplaySettings> & DefineProp<"styles", typeof DateTimeDisplayStyles> & DefineProp<"renderTextOnly", boolean, false, false> & DefineProp<"persistentLabels", boolean, false, false> & DefineSlot<"renderer", (renderProps: {
|
7
|
+
dateTime: string;
|
8
|
+
}) => VNodeChild>;
|
6
9
|
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<DateTimeDisplayProps>) => any;
|
7
10
|
export default _default;
|
@@ -415,6 +415,7 @@ export interface VelcronReferenceDefinition extends VelcronDefinition {
|
|
415
415
|
export interface VelcronPropertyDefinition extends VelcronDefinitionWithEditMode {
|
416
416
|
type: "property";
|
417
417
|
value: VelcronBindableProp<string>;
|
418
|
+
slots: Record<string, VelcronDefinition>;
|
418
419
|
}
|
419
420
|
export interface VelcronCheckboxDefinition extends VelcronDefinition {
|
420
421
|
type: "checkbox";
|
@@ -9,6 +9,7 @@ import wce4889269c6ad440da65f3acdf5bb6152 from './ux/authsetup/AuthSetup';
|
|
9
9
|
import wc057bef6897bb4ba4a089d01c2da1322e from './ux/chrome/ChromeRenderer';
|
10
10
|
import wc5dfa7b609aed43ffab03dad33c65b2da from './ux/commandpalette/CommandPalette';
|
11
11
|
import wcb11276a5e84a4709a55abd185b4c7a1d from './ux/confirmdialog/ConfirmDialog';
|
12
|
+
import wcf2070c844f55482099c398dd2ddb013c from './ux/contextlanguagepicker/ContextLanguagePicker';
|
12
13
|
import wc0fb46d84e95e4e04801878bec4b370cb from './ux/datetimefilterquery/DateTimeFilterQuery';
|
13
14
|
import wcdedf711a4e0f4c5c850b51c01ea367a7 from './ux/datetimepicker/DateTimePicker';
|
14
15
|
import wc90e26d3a6e3e4bf9bd1ce81c6735eda2 from './ux/datetimezonepicker/DateTimeZonePicker';
|
@@ -841,6 +842,17 @@ declare global {
|
|
841
842
|
};
|
842
843
|
} : typeof wcb11276a5e84a4709a55abd185b4c7a1d;
|
843
844
|
};
|
845
|
+
"context": {
|
846
|
+
"language": {
|
847
|
+
"picker": typeof wcf2070c844f55482099c398dd2ddb013c extends {
|
848
|
+
propsDefinition: infer TProp;
|
849
|
+
} ? {
|
850
|
+
new (...args: any[]): {
|
851
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
852
|
+
};
|
853
|
+
} : typeof wcf2070c844f55482099c398dd2ddb013c;
|
854
|
+
};
|
855
|
+
};
|
844
856
|
"date": {
|
845
857
|
"time": {
|
846
858
|
"filter": {
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@omnia/fx",
|
3
3
|
"license": "MIT",
|
4
|
-
"version": "8.0.
|
4
|
+
"version": "8.0.329-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.
|
23
|
+
"@omnia/fx-models": "8.0.329-dev",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.11.7",
|