@omnia/fx 8.0.20-vnext → 8.0.21-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/libs/prismjs/index.d.ts +2 -0
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.richtexteditor.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.vendor.manifest.json +1 -1
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +2 -2
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +0 -4
- package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +3 -2
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +17 -17
- package/internal-do-not-import-from-here/stores/DefineStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/InternalDefineWebComponent.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/compositiontests/stores/useNewStoreTest.d.ts +5 -13
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/docs/Docs.d.ts +40 -4
- package/internal-do-not-import-from-here/ux/docs/chrome/DocsChrome.css.d.ts +9 -5
- package/internal-do-not-import-from-here/ux/docs/chrome/SampleViewer.css.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/docs/chrome/SampleViewer.d.ts +140 -0
- package/internal-do-not-import-from-here/ux/docs/services/DocsService.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/docs/services/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +23 -10
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar.d.ts +151 -51
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar_old.d.ts +51 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.css.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +26 -6
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +27 -7
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.css.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts +28 -8
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SettingsPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +171 -19
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutBlockRendererHelper.d.ts +339 -30
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.d.ts +188 -35
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsdesigner/StepperSectionDesigner.d.ts +100 -49
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsdesigner/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +200 -68
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutColumnRenderer.d.ts +172 -27
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +178 -48
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionStepperRenderer.d.ts +150 -11
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionTabRenderer.d.ts +151 -55
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutStepRenderer.d.ts +198 -30
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutTabRenderer.d.ts +198 -30
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/index.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.css.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +32 -30
- package/internal-do-not-import-from-here/ux/oxide/btn/docs/ButtonExamples.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.css.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +32 -31
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogExamples.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithLeftBar.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithNavigation.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.css.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +50 -49
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/BasicPanelTypes.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/Examples.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/PanelAlignment.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/PanelVariants.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/table/Table.css.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +19 -19
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Doc/DocNode.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaStore.d.ts +31 -11
- package/internal-do-not-import-from-here/ux/theming-v2/styling/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +63 -0
- package/internal-do-not-import-from-here/ux/use/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronRenderers.d.ts +8 -7
- package/internal-do-not-import-from-here/wctypings.d.ts +6 -2
- package/package.json +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/ILayoutBlockRendererHelper.d.ts +0 -29
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/ILayoutRendererCanvas.d.ts +0 -22
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseVuetifyStyling.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/use/UseComponentSetup.d.ts +0 -54
- /package/internal-do-not-import-from-here/ux/{oxide/btn/docs/ButtonIntro.d.ts → compositiontests/WowComp.d.ts} +0 -0
@@ -0,0 +1,63 @@
|
|
1
|
+
export declare const useColorSchemaSetup: (props: object) => {
|
2
|
+
state: {
|
3
|
+
base: import("@omnia/fx-models").ColorDefinition;
|
4
|
+
onBase: import("@omnia/fx-models").ColorDefinition;
|
5
|
+
container: import("@omnia/fx-models").ColorDefinition;
|
6
|
+
onContainer: import("@omnia/fx-models").ColorDefinition;
|
7
|
+
isContainer: boolean;
|
8
|
+
name: string;
|
9
|
+
colorSchemaType: import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchemaTypes;
|
10
|
+
};
|
11
|
+
get: {
|
12
|
+
readonly colorSchema: import("@omnia/fx-models").ColorSchema;
|
13
|
+
readonly base: import("@omnia/fx-models").ColorDefinition;
|
14
|
+
readonly onBase: import("@omnia/fx-models").ColorDefinition;
|
15
|
+
readonly container: import("@omnia/fx-models").ColorDefinition;
|
16
|
+
readonly onContainer: import("@omnia/fx-models").ColorDefinition;
|
17
|
+
};
|
18
|
+
actions: {
|
19
|
+
setColorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchemaTypes, container?: boolean) => void;
|
20
|
+
setThemeStore: (themeStoreInstance: {
|
21
|
+
state: {
|
22
|
+
currentTheme: import("../theming-v2").ThemeDefinitionInstance;
|
23
|
+
};
|
24
|
+
get: {
|
25
|
+
colorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchemaTypes) => import("@omnia/fx-models").ColorSchema;
|
26
|
+
typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes) => import("@omnia/fx-models").TypographyTypeDefinition;
|
27
|
+
color: (colorSchemaType: import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchemaTypes, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
|
28
|
+
colorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchemaTypes, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
29
|
+
complementaryColorType: (colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
|
30
|
+
complementaryColor: (colorSchemaType: import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchemaTypes, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
|
31
|
+
complementaryColorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchemaTypes, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
|
32
|
+
currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
|
33
|
+
};
|
34
|
+
actions: {
|
35
|
+
setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
|
36
|
+
};
|
37
|
+
events: {
|
38
|
+
onMutatingCurrentTheme: import("@omnia/fx").EventHook<import("../theming-v2").ThemeDefinitionInstance>;
|
39
|
+
onMutatedCurrentTheme: import("@omnia/fx").EventHook<import("../theming-v2").ThemeDefinitionInstance>;
|
40
|
+
};
|
41
|
+
activated: void;
|
42
|
+
}) => void;
|
43
|
+
setCustomColorSchema: (colorSchema: import("@omnia/fx-models").ColorSchema, container?: boolean) => void;
|
44
|
+
setColor: (colorDefinition: import("@omnia/fx-models").ColorDefinition, colorType: import("@omnia/fx-models").ColorTypes) => void;
|
45
|
+
};
|
46
|
+
events: {
|
47
|
+
onMutatingBase: import("@omnia/fx").EventHook<import("@omnia/fx-models").ColorDefinition>;
|
48
|
+
onMutatedBase: import("@omnia/fx").EventHook<import("@omnia/fx-models").ColorDefinition>;
|
49
|
+
onMutatingOnBase: import("@omnia/fx").EventHook<import("@omnia/fx-models").ColorDefinition>;
|
50
|
+
onMutatedOnBase: import("@omnia/fx").EventHook<import("@omnia/fx-models").ColorDefinition>;
|
51
|
+
onMutatingContainer: import("@omnia/fx").EventHook<import("@omnia/fx-models").ColorDefinition>;
|
52
|
+
onMutatedContainer: import("@omnia/fx").EventHook<import("@omnia/fx-models").ColorDefinition>;
|
53
|
+
onMutatingOnContainer: import("@omnia/fx").EventHook<import("@omnia/fx-models").ColorDefinition>;
|
54
|
+
onMutatedOnContainer: import("@omnia/fx").EventHook<import("@omnia/fx-models").ColorDefinition>;
|
55
|
+
onMutatingIsContainer: import("@omnia/fx").EventHook<boolean>;
|
56
|
+
onMutatedIsContainer: import("@omnia/fx").EventHook<boolean>;
|
57
|
+
onMutatingName: import("@omnia/fx").EventHook<string>;
|
58
|
+
onMutatedName: import("@omnia/fx").EventHook<string>;
|
59
|
+
onMutatingColorSchemaType: import("@omnia/fx").EventHook<import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchemaTypes>;
|
60
|
+
onMutatedColorSchemaType: import("@omnia/fx").EventHook<import("@omnia/fx-models").ColorSchemaType | import("@omnia/fx-models").ColorSchemaTypes>;
|
61
|
+
};
|
62
|
+
activated: void;
|
63
|
+
};
|
@@ -1,4 +1,5 @@
|
|
1
1
|
import { BuiltInComponentRenderers, VelcronState, ResolvedComponentRenderer, VelcronCustomComponentDefinition, VelcronDefinition, VelcronRenderContext } from "../models";
|
2
|
+
import { ColorSchemaType } from "..";
|
2
3
|
export declare class VelcronRenderers {
|
3
4
|
private static components;
|
4
5
|
static registerComponent(type: string, component: any): void;
|
@@ -14,13 +15,13 @@ export declare class VelcronRenderers {
|
|
14
15
|
currentTheme: import("..").ThemeDefinitionV2;
|
15
16
|
};
|
16
17
|
get: {
|
17
|
-
colorSchema: (colorSchemaType: import("..").ColorSchemaTypes) => import("..").ColorSchema;
|
18
|
-
typography: (typographyType: import("..").TypographyTypes) => import("..").TypographyTypeDefinition;
|
19
|
-
color: (colorSchemaType: import("..").ColorSchemaTypes, colorType: import("..").ColorTypes) => string;
|
20
|
-
colorDefinition: (colorSchemaType: import("..").ColorSchemaTypes, colorType: import("..").ColorTypes) => import("..").ColorDefinition;
|
21
|
-
complementaryColorType: (colorType: import("..").ColorTypes) => import("..").ColorTypes;
|
22
|
-
complementaryColor: (colorSchemaType: import("..").ColorSchemaTypes, colorType: import("..").ColorTypes) => string;
|
23
|
-
complementaryColorDefinition: (colorSchemaType: import("..").ColorSchemaTypes, colorType: import("..").ColorTypes) => import("..").ColorDefinition;
|
18
|
+
colorSchema: (colorSchemaType: ColorSchemaType | import("..").ColorSchemaTypes) => import("..").ColorSchema;
|
19
|
+
typography: (typographyType: import("..").TypographyType | import("..").TypographyTypes) => import("..").TypographyTypeDefinition;
|
20
|
+
color: (colorSchemaType: ColorSchemaType | import("..").ColorSchemaTypes, colorType: import("..").ColorType | import("..").ColorTypes) => string;
|
21
|
+
colorDefinition: (colorSchemaType: ColorSchemaType | import("..").ColorSchemaTypes, colorType: import("..").ColorType | import("..").ColorTypes) => import("..").ColorDefinition;
|
22
|
+
complementaryColorType: (colorType: import("..").ColorType | import("..").ColorTypes) => import("..").ColorTypes;
|
23
|
+
complementaryColor: (colorSchemaType: ColorSchemaType | import("..").ColorSchemaTypes, colorType: import("..").ColorType | import("..").ColorTypes) => string;
|
24
|
+
complementaryColorDefinition: (colorSchemaType: ColorSchemaType | import("..").ColorSchemaTypes, colorType: import("..").ColorType | import("..").ColorTypes) => import("..").ColorDefinition;
|
24
25
|
currentTheme: () => import("..").ThemeDefinitionV2;
|
25
26
|
};
|
26
27
|
actions: {
|
@@ -64,11 +64,13 @@ import wc8e03e2f7fb024945bc51138b77d06088 from './ux/layoutcanvas/editor/LayoutE
|
|
64
64
|
import wcbeda6edf4c614323955fc06c6326f7e9 from './ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings';
|
65
65
|
import wc4a31764ba9f6414a96192d0d02456086 from './ux/layoutcanvas/editor/settings/layoutclipboard/LayoutClipboard';
|
66
66
|
import wc51c48c7bbe4245888bbf2f98884d6028 from './ux/layoutcanvas/editor/settings/section/General';
|
67
|
+
import wc0b2ee63495854227a082987161a9e641 from './ux/layoutcanvas/renderer/LayoutBlockRendererHelper';
|
68
|
+
import wcf346db89a53b404690b1795429fb0162 from './ux/layoutcanvas/renderer/LayoutRendererCanvas';
|
67
69
|
import wc6c2ac8bf4da44a2b8e544eaf5b42099f from './ux/limited-label/LimitedLabel';
|
68
70
|
import wcf365f5cb3a694c20be7b96423bbc3eca from './ux/magiclink/MagicLink';
|
69
71
|
import wc7f06e68f94904b48b827b23acd148bec from './ux/optionpicker/OptionPicker';
|
70
72
|
import wc7fbf605e1ae24b21b0a9e35141aca17b from './ux/oxide/appbar/Appbar';
|
71
|
-
import
|
73
|
+
import wc678a52a5101d41498d47754aeae5f9f6 from './ux/oxide/btn/Button';
|
72
74
|
import wcbeb97ee8f2a94d1b86980b1736f82e20 from './ux/oxide/btntoggle/ButtonToggle';
|
73
75
|
import wcffc99f8d26ae4caf84ece7c13463b6c5 from './ux/oxide/card/Card';
|
74
76
|
import wccd6b8d55c18546d4b1d8c4d9e1d89106 from './ux/oxide/checkbox/Checkbox';
|
@@ -246,11 +248,13 @@ declare global {
|
|
246
248
|
"omfx-layout-block-title-settings": typeof wcbeda6edf4c614323955fc06c6326f7e9.propsDefinition & VueComponentBaseProps;
|
247
249
|
"omfx-layout-clipboard": typeof wc4a31764ba9f6414a96192d0d02456086.propsDefinition & VueComponentBaseProps;
|
248
250
|
"omfx-layout-section-settings-general": typeof wc51c48c7bbe4245888bbf2f98884d6028.propsDefinition & VueComponentBaseProps;
|
251
|
+
"omfx-layout-block-renderer-helper": typeof wc0b2ee63495854227a082987161a9e641.propsDefinition & VueComponentBaseProps;
|
252
|
+
"omfx-layout-renderer-canvas": typeof wcf346db89a53b404690b1795429fb0162.propsDefinition & VueComponentBaseProps;
|
249
253
|
"omfx-limited-label": typeof wc6c2ac8bf4da44a2b8e544eaf5b42099f.propsDefinition & VueComponentBaseProps;
|
250
254
|
"omfx-magiclink": typeof wcf365f5cb3a694c20be7b96423bbc3eca.propsDefinition & VueComponentBaseProps;
|
251
255
|
"omfx-option-picker": typeof wc7f06e68f94904b48b827b23acd148bec.propsDefinition & VueComponentBaseProps;
|
252
256
|
"o-app-bar": typeof wc7fbf605e1ae24b21b0a9e35141aca17b.propsDefinition & VueComponentBaseProps;
|
253
|
-
"o-btn": typeof
|
257
|
+
"o-btn": typeof wc678a52a5101d41498d47754aeae5f9f6.propsDefinition & VueComponentBaseProps;
|
254
258
|
"o-btn-toggle": typeof wcbeb97ee8f2a94d1b86980b1736f82e20.propsDefinition & VueComponentBaseProps;
|
255
259
|
"o-card": typeof wcffc99f8d26ae4caf84ece7c13463b6c5.propsDefinition & VueComponentBaseProps;
|
256
260
|
"o-checkbox": typeof wccd6b8d55c18546d4b1d8c4d9e1d89106.propsDefinition & VueComponentBaseProps;
|
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.21-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,13 +20,13 @@
|
|
20
20
|
],
|
21
21
|
"author": "Precio Fishbone",
|
22
22
|
"dependencies": {
|
23
|
-
"@omnia/fx-models": "8.0.
|
23
|
+
"@omnia/fx-models": "8.0.21-vnext",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.10.7",
|
27
27
|
"vue-virtual-scroller": "1.0.0-rc.2",
|
28
28
|
"splitpanes": "2.4.1",
|
29
|
-
"vuetify": "3.1.
|
29
|
+
"vuetify": "3.1.12",
|
30
30
|
"vue": "3.2.47",
|
31
31
|
"tslib": "2.5.0",
|
32
32
|
"typescript": "5.0.2",
|
package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/ILayoutBlockRendererHelper.d.ts
DELETED
@@ -1,29 +0,0 @@
|
|
1
|
-
import { TsxAllowUnknowProperties } from "../..";
|
2
|
-
import { GuidValue, IBlockInstance, ILayoutFileContext, ILayoutMediaContext } from "../../../models";
|
3
|
-
import { ISettingsStorage } from "../../../services";
|
4
|
-
export interface ILayoutBlockRendererHelper {
|
5
|
-
blockId: string;
|
6
|
-
blockRenderer: () => JSX.Element;
|
7
|
-
settingsStorage: ISettingsStorage<any>;
|
8
|
-
layoutProvider?: string;
|
9
|
-
blockManifestId?: GuidValue;
|
10
|
-
blockElementToRender?: string;
|
11
|
-
isEditMode?: boolean;
|
12
|
-
onSettingsElementUpdated?: (element: string) => void;
|
13
|
-
mediaContext?: ILayoutMediaContext;
|
14
|
-
fileContext?: ILayoutFileContext;
|
15
|
-
onBlockInstanceCreated?: (blockInstance: IBlockInstance) => void;
|
16
|
-
}
|
17
|
-
declare global {
|
18
|
-
namespace JSX {
|
19
|
-
interface Element {
|
20
|
-
}
|
21
|
-
interface ElementClass {
|
22
|
-
}
|
23
|
-
interface ElementAttributesProperty {
|
24
|
-
}
|
25
|
-
interface IntrinsicElements {
|
26
|
-
"omfx-layout-block-renderer-helper": TsxAllowUnknowProperties<ILayoutBlockRendererHelper>;
|
27
|
-
}
|
28
|
-
}
|
29
|
-
}
|
package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/ILayoutRendererCanvas.d.ts
DELETED
@@ -1,22 +0,0 @@
|
|
1
|
-
import { TsxAllowUnknowProperties } from "../..";
|
2
|
-
import { LayoutRendererCanvasApi, LayoutRendererCanvasStyles } from "../../../models";
|
3
|
-
export interface ILayoutRendererCanvas {
|
4
|
-
designRender?: boolean;
|
5
|
-
styles?: Partial<typeof LayoutRendererCanvasStyles>;
|
6
|
-
getApi: (instance: LayoutRendererCanvasApi) => void;
|
7
|
-
provider: string;
|
8
|
-
disableScrollCompensation?: boolean;
|
9
|
-
}
|
10
|
-
declare global {
|
11
|
-
namespace JSX {
|
12
|
-
interface Element {
|
13
|
-
}
|
14
|
-
interface ElementClass {
|
15
|
-
}
|
16
|
-
interface ElementAttributesProperty {
|
17
|
-
}
|
18
|
-
interface IntrinsicElements {
|
19
|
-
"omfx-layout-renderer-canvas": TsxAllowUnknowProperties<ILayoutRendererCanvas>;
|
20
|
-
}
|
21
|
-
}
|
22
|
-
}
|
@@ -1,4 +0,0 @@
|
|
1
|
-
import { ColorSchema, ColorTypeResult } from "@omnia/fx-models";
|
2
|
-
import { useThemeStoreV2 } from "../ThemeStoreV2";
|
3
|
-
export declare const useVuetifyColorStyling: (colorSchema: ColorSchema) => ColorTypeResult<object>;
|
4
|
-
export declare const useVuetifySliderStyling: (colorSchema: ColorSchema, injectThemeStore?: ReturnType<typeof useThemeStoreV2>) => ColorTypeResult<object>;
|
@@ -1,54 +0,0 @@
|
|
1
|
-
import { ColorDefinition, ColorTypes } from "@omnia/fx/models";
|
2
|
-
export declare const useComponentSetup: (props: object) => {
|
3
|
-
colorSchemaStore: {
|
4
|
-
state: {
|
5
|
-
colorSchema: import("@omnia/fx-models").ColorSchema;
|
6
|
-
colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes;
|
7
|
-
};
|
8
|
-
get: {
|
9
|
-
colorSchema: () => import("@omnia/fx-models").ColorSchema;
|
10
|
-
color: (colorTypes: string) => any;
|
11
|
-
};
|
12
|
-
actions: {
|
13
|
-
colorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes) => void;
|
14
|
-
themeStore: (themeStoreInstance: {
|
15
|
-
state: {
|
16
|
-
currentTheme: import("../theming-v2").ThemeDefinitionInstance;
|
17
|
-
};
|
18
|
-
get: {
|
19
|
-
colorSchema: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes) => import("@omnia/fx-models").ColorSchema;
|
20
|
-
typography: (typographyType: import("@omnia/fx-models").TypographyTypes) => import("@omnia/fx-models").TypographyTypeDefinition;
|
21
|
-
color: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes, colorType: ColorTypes) => string;
|
22
|
-
colorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes, colorType: ColorTypes) => ColorDefinition;
|
23
|
-
complementaryColorType: (colorType: ColorTypes) => ColorTypes;
|
24
|
-
complementaryColor: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes, colorType: ColorTypes) => string;
|
25
|
-
complementaryColorDefinition: (colorSchemaType: import("@omnia/fx-models").ColorSchemaTypes, colorType: ColorTypes) => ColorDefinition;
|
26
|
-
currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
|
27
|
-
};
|
28
|
-
actions: {
|
29
|
-
setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
|
30
|
-
};
|
31
|
-
events: {
|
32
|
-
onMutatingCurrentTheme: import("@omnia/fx").EventHook<import("../theming-v2").ThemeDefinitionInstance>;
|
33
|
-
onMutatedCurrentTheme: import("@omnia/fx").EventHook<import("../theming-v2").ThemeDefinitionInstance>;
|
34
|
-
};
|
35
|
-
activated: void;
|
36
|
-
}) => void;
|
37
|
-
};
|
38
|
-
events: {
|
39
|
-
onMutatingColorSchema: import("@omnia/fx").EventHook<import("@omnia/fx-models").ColorSchema>;
|
40
|
-
onMutatedColorSchema: import("@omnia/fx").EventHook<import("@omnia/fx-models").ColorSchema>;
|
41
|
-
onMutatingColorSchemaType: import("@omnia/fx").EventHook<import("@omnia/fx-models").ColorSchemaTypes>;
|
42
|
-
onMutatedColorSchemaType: import("@omnia/fx").EventHook<import("@omnia/fx-models").ColorSchemaTypes>;
|
43
|
-
};
|
44
|
-
activated: void;
|
45
|
-
};
|
46
|
-
readonly baseColor: ColorDefinition;
|
47
|
-
readonly onBaseColor: ColorDefinition;
|
48
|
-
readonly containerColor: ColorDefinition;
|
49
|
-
readonly onContainerColor: ColorDefinition;
|
50
|
-
readonly baseColorType: ColorTypes.base | ColorTypes.container;
|
51
|
-
readonly onBaseColorType: ColorTypes;
|
52
|
-
readonly containerColorType: ColorTypes;
|
53
|
-
readonly onContainerColorType: ColorTypes;
|
54
|
-
};
|
File without changes
|