@omnia/fx 8.0.41-vnext → 8.0.43-vnext
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/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/alignmentpicker/AlignmentPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/components/TabsManagement.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/compositiontests/OptionsBlockCurrent.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChipItem.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyV2.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/v2/models/BladeInstance.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/journey/v2/models/Constants.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyStore.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +15 -15
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +26 -15
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +2 -13
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +13 -2
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +0 -11
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +13 -13
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +21 -4
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaStore.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/blueprintpicker/BlueprintPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseTypographyStyling.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +14 -3
- package/internal-do-not-import-from-here/ux/velcron/components/properties/VelcronProperties.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +6 -6
- package/package.json +2 -2
package/internal-do-not-import-from-here/ux/velcron/components/properties/VelcronProperties.d.ts
CHANGED
@@ -111,9 +111,9 @@ declare const _default: {
|
|
111
111
|
[key: string]: any;
|
112
112
|
}>) => void)[];
|
113
113
|
readonly properties: VelcronDefinitionEditableProperty[];
|
114
|
-
"onUpdate:modelValue"?: ((value: VelcronAppDefinition<object>) => any) & ((value: VelcronAppDefinition<object>) => any);
|
115
114
|
readonly "v-model"?: VelcronAppDefinition<object>;
|
116
115
|
readonly modelValue?: VelcronAppDefinition<object>;
|
116
|
+
"onUpdate:modelValue"?: ((value: VelcronAppDefinition<object>) => any) & ((value: VelcronAppDefinition<object>) => any);
|
117
117
|
};
|
118
118
|
$attrs: {
|
119
119
|
[x: string]: unknown;
|
@@ -440,9 +440,9 @@ declare const _default: {
|
|
440
440
|
};
|
441
441
|
}>;
|
442
442
|
};
|
443
|
-
"onUpdate:modelValue"?: (value: VelcronAppDefinition<object>) => any;
|
444
443
|
"v-model"?: VelcronAppDefinition<object>;
|
445
444
|
modelValue?: VelcronAppDefinition<object>;
|
445
|
+
"onUpdate:modelValue"?: (value: VelcronAppDefinition<object>) => any;
|
446
446
|
}>, "onUpdate:modelValue"> & {
|
447
447
|
"onUpdate:modelValue"?: (value: VelcronAppDefinition<object>) => any;
|
448
448
|
};
|
@@ -112,14 +112,14 @@ declare const _default: {
|
|
112
112
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
113
113
|
[key: string]: any;
|
114
114
|
}>) => void)[];
|
115
|
-
readonly "onUpdate:modelValue"?: (value: boolean) => any;
|
116
|
-
readonly "v-model"?: boolean;
|
117
|
-
readonly modelValue?: boolean;
|
118
115
|
readonly "v-slots"?: {
|
119
116
|
default?: import("@omnia/fx-models").Func<[VNodeChild]>;
|
120
117
|
} & {
|
121
118
|
activator?: () => VNodeChild;
|
122
119
|
};
|
120
|
+
readonly "v-model"?: boolean;
|
121
|
+
readonly modelValue?: boolean;
|
122
|
+
readonly "onUpdate:modelValue"?: (value: boolean) => any;
|
123
123
|
onSave?: (appDefinition: VelcronAppDefinition<object>) => any;
|
124
124
|
};
|
125
125
|
$attrs: {
|
@@ -638,14 +638,14 @@ declare const _default: {
|
|
638
638
|
}>;
|
639
639
|
};
|
640
640
|
definition?: VelcronAppDefinition<object>;
|
641
|
-
"onUpdate:modelValue"?: (value: boolean) => any;
|
642
|
-
"v-model"?: boolean;
|
643
|
-
modelValue?: boolean;
|
644
641
|
"v-slots"?: {
|
645
642
|
default?: import("@omnia/fx-models").Func<[VNodeChild]>;
|
646
643
|
} & {
|
647
644
|
activator?: () => VNodeChild;
|
648
645
|
};
|
646
|
+
"v-model"?: boolean;
|
647
|
+
modelValue?: boolean;
|
648
|
+
"onUpdate:modelValue"?: (value: boolean) => any;
|
649
649
|
}>, "onSave"> & {
|
650
650
|
onSave?: (appDefinition: VelcronAppDefinition<object>) => any;
|
651
651
|
};
|
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.43-vnext",
|
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.43-vnext",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.10.7",
|