@omnia/fx 8.0.558-dev → 8.0.560-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/UxModels.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/theme-designer/componentblueprints/store/ComponentEditorStore.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/theme-designer/themes/store/ThemeEditorStore.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/editorchrome/stores/EditorChromeStoreV2.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/DefineLayoutEditorCanvas.d.ts +10 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas.d.ts +4 -219
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasEditorStore.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStoreV2.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/oxide/column/Column.stylex.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/oxide/spacer/Spacer.d.ts +5 -2
- package/internal-do-not-import-from-here/ux/oxide/splitpane/SplitPaneContainer.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/rollup/views/CardView.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/hooks/canvasEditorHooks.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/hooks/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/store/VelcronCanvasStoreV2.d.ts +96 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/store/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/store/tempDefinition.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/views/DefineVelcronCanvasConfig.d.ts +358 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/views/DefineVelcronEditorView.d.ts +266 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/views/DefineVelcronTemplatesConfig.d.ts +357 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/views/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/editor_old/VelcronEditor.d.ts +27 -0
- package/internal-do-not-import-from-here/ux/velcron/editor_old/components/panels/edit-component/StylingPanel.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/velcron/editor_old/components/panels/edit-editors/EditEditorsPanel.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/views/DefineDefaultView.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/versionedlayout/stores/VersionedLayoutEditorStoreV2.d.ts +1 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +12 -3
- package/package.json +2 -2
- /package/internal-do-not-import-from-here/ux/velcron/editor/{components/AddDataObject.d.ts → drawers/settings/VelcronSettingsPanel.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/editor/{components/CodeEditor.d.ts → drawers/source-code/VelcronSourceDefinitionPanel.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/VelcronEditor.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/VelcronEditorAction.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/VelcronEditorClickHandler.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/components/AddApp.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/{editor/components/panels/edit-component/ConditionalStatements.d.ts → editor_old/components/AddDataObject.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/components/AddItem.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/components/AddItem.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/components/AppExplorer.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/{editor/components/panels/edit-component/EventsPanel.d.ts → editor_old/components/CodeEditor.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/components/ComponentStyles.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/components/ContextMenu.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/components/EditComponentPane.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/components/EditDataPane.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/components/EditDefinitionPropertiesPane.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/components/EditEditorsPane.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/components/EditorCanvas.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/components/EditorCanvas.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/components/StateTree.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/{editor/components/panels/edit-component/StylingPanel.d.ts → editor_old/components/panels/edit-component/ConditionalStatements.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/{editor/components/panels/edit-editors/EditEditorsPanel.d.ts → editor_old/components/panels/edit-component/EventsPanel.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/components/panels/edit-component/PropertiesPanel.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/components/panels/edit-data/EditDataMemberPanel.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/models/CodeEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/models/ComponentDescriptors.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/models/ComponentPropertyDescriptorTemplates.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/models/ComponentePropertiesGroupDescriptorTemplates.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/models/Enums.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/models/EventDescriptors.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/models/Shared.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/models/StateDescriptors.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/models/VelcronDescriptors.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/models/VelcronEditorDescriptors.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/models/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/stores/VelcronComponentStore.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/stores/VelcronEditorStore.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/stores/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/templates/ComponentTemplates.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/templates/ContentTemplates.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/templates/EditorTemplates.d.ts +0 -0
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
3
|
+
P: {};
|
|
4
|
+
B: {};
|
|
5
|
+
D: {};
|
|
6
|
+
C: {};
|
|
7
|
+
M: {};
|
|
8
|
+
Defaults: {};
|
|
9
|
+
}, Readonly<import("vue").ExtractPropTypes<{}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {}>;
|
|
10
|
+
__isFragment?: never;
|
|
11
|
+
__isTeleport?: never;
|
|
12
|
+
__isSuspense?: never;
|
|
13
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, 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 & {
|
|
14
|
+
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
|
15
|
+
};
|
|
16
|
+
export default _default;
|
package/internal-do-not-import-from-here/ux/versionedlayout/editor/views/DefineDefaultView.d.ts
CHANGED
|
@@ -261,7 +261,7 @@ export declare const defineDefaultEditorView: (param1: EditorChromeConfiguration
|
|
|
261
261
|
};
|
|
262
262
|
actions: import("../../../mobile").StoreReturnDefineAction<{
|
|
263
263
|
canvas: () => {
|
|
264
|
-
syncDisplaySettings: () => void
|
|
264
|
+
syncDisplaySettings: () => Promise<void>;
|
|
265
265
|
setDisplayBreakPoint: (value: import("@omnia/fx-models").DisplayBreakpointTypes) => void;
|
|
266
266
|
zoomIn: (step?: number) => void;
|
|
267
267
|
zoomOut: (step?: number) => void;
|
package/internal-do-not-import-from-here/ux/versionedlayout/stores/VersionedLayoutEditorStoreV2.d.ts
CHANGED
|
@@ -268,7 +268,7 @@ export declare const useVersionedLayoutEditorStore: () => {
|
|
|
268
268
|
};
|
|
269
269
|
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
|
270
270
|
canvas: () => {
|
|
271
|
-
syncDisplaySettings: () => void
|
|
271
|
+
syncDisplaySettings: () => Promise<void>;
|
|
272
272
|
setDisplayBreakPoint: (value: import("@omnia/fx-models").DisplayBreakpointTypes) => void;
|
|
273
273
|
zoomIn: (step?: number) => void;
|
|
274
274
|
zoomOut: (step?: number) => void;
|
|
@@ -376,7 +376,8 @@ import wc762d4009466d494e94cbcc3e90dff11d from './ux/social/likehandler/LikeActi
|
|
|
376
376
|
import wc0e7c178722cb41108b4740dbc788b4e5 from './ux/social/templates/CommentLikeTemplate';
|
|
377
377
|
import wc0e7c178722cb41108b4740dbc788b4ee from './ux/social/templates/LikeListingTemplate';
|
|
378
378
|
import wcc75ffd4cf2f14b6685c5c2d894fdf00f from './ux/velcron/editor/VelcronEditor';
|
|
379
|
-
import
|
|
379
|
+
import wc9f17d863e2ba4737a638c941e6dd4b71 from './ux/velcron/editor_old/VelcronEditor';
|
|
380
|
+
import wc3147213782724576b53d13e580af67ae from './ux/velcron/editor_old/VelcronEditorAction';
|
|
380
381
|
import wc3dd4d94bcc254f9fac2100a3ff84dc7e from './ux/velcron/renderer/VelcronRenderer';
|
|
381
382
|
import wc64567c1ccfb84d1380725db72ad01eeb from './ux/velcron/renderer/components/ComponentCreator';
|
|
382
383
|
import wcdcf9c3e24a774e4dae784a3eac29d488 from './ux/velcron/renderer/components/App';
|
|
@@ -3710,13 +3711,21 @@ declare global {
|
|
|
3710
3711
|
} : typeof wc762d4009466d494e94cbcc3e90dff11d;
|
|
3711
3712
|
};
|
|
3712
3713
|
"velcron": {
|
|
3713
|
-
"editor": typeof wcc75ffd4cf2f14b6685c5c2d894fdf00f extends {
|
|
3714
|
+
"editor": (typeof wcc75ffd4cf2f14b6685c5c2d894fdf00f extends {
|
|
3714
3715
|
propsDefinition: infer TProp;
|
|
3715
3716
|
} ? {
|
|
3716
3717
|
new (...args: any[]): {
|
|
3717
3718
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
3718
3719
|
};
|
|
3719
|
-
} : typeof wcc75ffd4cf2f14b6685c5c2d894fdf00f
|
|
3720
|
+
} : typeof wcc75ffd4cf2f14b6685c5c2d894fdf00f) & {
|
|
3721
|
+
"old": typeof wc9f17d863e2ba4737a638c941e6dd4b71 extends {
|
|
3722
|
+
propsDefinition: infer TProp;
|
|
3723
|
+
} ? {
|
|
3724
|
+
new (...args: any[]): {
|
|
3725
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
3726
|
+
};
|
|
3727
|
+
} : typeof wc9f17d863e2ba4737a638c941e6dd4b71;
|
|
3728
|
+
};
|
|
3720
3729
|
"renderer": typeof wc3dd4d94bcc254f9fac2100a3ff84dc7e extends {
|
|
3721
3730
|
propsDefinition: infer TProp;
|
|
3722
3731
|
} ? {
|
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.560-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": "Omnia Digital Workplace AB",
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@omnia/fx-models": "8.0.
|
|
23
|
+
"@omnia/fx-models": "8.0.560-dev",
|
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
|
25
25
|
"broadcast-channel": "4.8.0",
|
|
26
26
|
"dayjs": "1.11.7",
|
|
File without changes
|
|
File without changes
|
/package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/VelcronEditor.css.d.ts
RENAMED
|
File without changes
|
/package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/VelcronEditorAction.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
/package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/components/AddApp.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/components/AddItem.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/components/StateTree.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/models/CodeEditor.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/models/Enums.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
/package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/models/Shared.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/models/index.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/stores/index.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|