@omnia/fx 8.0.543-dev → 8.0.545-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/admin/themedesigner/themes/models/Theme.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/themedesigner/themes/store/ThemesJourneyStore.d.ts +21 -8
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.css.d.ts +0 -5
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.d.ts +10 -8
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeViewer.css.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeViewer.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/store/ThemePickerStore.d.ts +5 -4
- package/internal-do-not-import-from-here/ux/aurora/components/themepreview/ThemePreview.d.ts +0 -20
- package/internal-do-not-import-from-here/ux/editor/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/editor/models/StatusCodeLayoutItem.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/editor/models/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/editorchrome/EditorChrome_testSetup.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/editorchrome/buttons/ToolbarButton.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/editorchrome/define/DefineEditorChromeConfiguration.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/editorchrome/define/DefineEditorChromeView.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/editorchrome/define/EditorChromeConfigurationHelper.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/editorchrome/hooks/useRenderActions.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/editorchrome/models/EditorChromeRegistration.d.ts +79 -0
- package/internal-do-not-import-from-here/ux/editorchrome/models/EditorLeaveDestination.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/editorchrome/models/EditorSettings.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/editorchrome/models/IActionButton.d.ts +31 -0
- package/internal-do-not-import-from-here/ux/editorchrome/models/IEditorDisplayActionButton.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/editorchrome/models/IEditorItem.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/editorchrome/models/IEditorItemMainRenderer.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/editorchrome/models/IEditorItemPanelsRenderer.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/editorchrome/models/IEditorItemTitleRenderer.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/editorchrome/models/IEditorItemTopToolbarRenderer.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/editorchrome/models/IEditorTabRegistration.d.ts +19 -0
- package/internal-do-not-import-from-here/ux/editorchrome/models/IEditorTabRenderer.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/editorchrome/models/index.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/editorchrome/renderers/ChromeActionItemRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/editorchrome/stores/EditorChromeStore.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/editorchrome/stores/EditorChromeStoreV2.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/editorchrome/stores/EditorSettingsStore.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/editorchrome/stores/EditorTabStore.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/editorchrome/stores/EditorViewManager.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncAddCondition.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identities/loc/Localize.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/identities/stores/IdentityRendererStore.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +71 -331
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/stores/IdentityPickerStore.d.ts +20 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/DefineLayoutEditorCanvas.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/oxide/inputfield/InputField.d.ts +4 -3
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +5 -2
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/views/DefineDefaultView.d.ts +24 -23
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/views/actions/CanvasActions.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/views/actions/CheckedOutActions.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/views/actions/NotCheckedOutActions.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/views/actions/PanelActions.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/versionedlayout/stores/VersionedLayoutEditorStoreV2.d.ts +8 -7
- package/internal-do-not-import-from-here/wctypings.d.ts +4 -4
- package/package.json +2 -2
- /package/internal-do-not-import-from-here/ux/aurora/admin/themedesigner/themes/{ThemesJourney.d.ts → ThemeSelectionJourney.d.ts} +0 -0
package/internal-do-not-import-from-here/ux/versionedlayout/editor/views/DefineDefaultView.d.ts
CHANGED
@@ -1,4 +1,5 @@
|
|
1
|
-
import {
|
1
|
+
import { guid } from "@omnia/fx/models";
|
2
|
+
import { EditorChromeConfiguration } from "@omnia/fx/ux/editor";
|
2
3
|
export declare const defineDefaultEditorView: (param1: EditorChromeConfiguration, param2: {
|
3
4
|
state: {
|
4
5
|
id: guid;
|
@@ -83,7 +84,7 @@ export declare const defineDefaultEditorView: (param1: EditorChromeConfiguration
|
|
83
84
|
};
|
84
85
|
};
|
85
86
|
view: () => {
|
86
|
-
show: (view: import("@omnia/fx
|
87
|
+
show: (view: import("@omnia/fx/ux/editor").EditorChromeView) => void;
|
87
88
|
};
|
88
89
|
versioning: () => {
|
89
90
|
init: () => void;
|
@@ -91,7 +92,7 @@ export declare const defineDefaultEditorView: (param1: EditorChromeConfiguration
|
|
91
92
|
reset: () => void;
|
92
93
|
};
|
93
94
|
panel: () => {
|
94
|
-
show: (panel: import("@omnia/fx
|
95
|
+
show: (panel: import("@omnia/fx/ux/editor").EditorChromePanel) => void;
|
95
96
|
close: () => void;
|
96
97
|
};
|
97
98
|
editor: () => {
|
@@ -101,7 +102,7 @@ export declare const defineDefaultEditorView: (param1: EditorChromeConfiguration
|
|
101
102
|
};
|
102
103
|
};
|
103
104
|
navigation: () => {
|
104
|
-
set: (configuration: import("@omnia/fx
|
105
|
+
set: (configuration: import("@omnia/fx/ux/editor").EditorChromeNavigationConfiguration) => void;
|
105
106
|
show: (value: boolean) => void;
|
106
107
|
};
|
107
108
|
close: () => void;
|
@@ -116,21 +117,21 @@ export declare const defineDefaultEditorView: (param1: EditorChromeConfiguration
|
|
116
117
|
finishedLoading: boolean;
|
117
118
|
compactMode: boolean;
|
118
119
|
navigation: {
|
119
|
-
configuration: import("@omnia/fx
|
120
|
+
configuration: import("@omnia/fx/ux/editor").EditorChromeNavigationConfiguration;
|
120
121
|
enabled: boolean;
|
121
122
|
show: boolean;
|
122
123
|
};
|
123
124
|
drawers: {
|
124
125
|
right: {
|
125
126
|
panel: {
|
126
|
-
settings: import("@omnia/fx
|
127
|
+
settings: import("@omnia/fx/ux/editor").EditorChromePanel;
|
127
128
|
show: boolean;
|
128
|
-
actions: import("@omnia/fx
|
129
|
+
actions: import("@omnia/fx/ux/editor").ChromeActionItem[];
|
129
130
|
footerToolbar: {
|
130
|
-
actionsLeft: import("@omnia/fx
|
131
|
-
actionsCenter: import("@omnia/fx
|
132
|
-
actionsRight: import("@omnia/fx
|
133
|
-
ExtendActionsRight: import("@omnia/fx
|
131
|
+
actionsLeft: import("@omnia/fx/ux/editor").ChromeActionItem[];
|
132
|
+
actionsCenter: import("@omnia/fx/ux/editor").ChromeActionItem[];
|
133
|
+
actionsRight: import("@omnia/fx/ux/editor").ChromeActionItem[];
|
134
|
+
ExtendActionsRight: import("@omnia/fx/ux/editor").ChromeActionItem[];
|
134
135
|
};
|
135
136
|
};
|
136
137
|
canvas: {
|
@@ -271,20 +272,20 @@ export declare const defineDefaultEditorView: (param1: EditorChromeConfiguration
|
|
271
272
|
resetForNewActiveConfiguration: () => void;
|
272
273
|
};
|
273
274
|
views: () => {
|
274
|
-
register: (editorView: import("@omnia/fx
|
275
|
+
register: (editorView: import("@omnia/fx/ux/editor").EditorChromeView | import("@omnia/fx/ux/editor").EditorChromeView[]) => void;
|
275
276
|
active: {
|
276
|
-
set: (view: import("@omnia/fx
|
277
|
+
set: (view: import("@omnia/fx/ux/editor").EditorChromeView, addToHistory?: boolean) => void;
|
277
278
|
clear: () => void;
|
278
279
|
configuration: {
|
279
280
|
set: (configuration: EditorChromeConfiguration) => void;
|
280
281
|
};
|
281
282
|
};
|
282
|
-
remove: (view: import("@omnia/fx
|
283
|
+
remove: (view: import("@omnia/fx/ux/editor").EditorChromeView) => void;
|
283
284
|
history: {
|
284
285
|
removeCurrent: () => void;
|
285
286
|
goBack: () => boolean;
|
286
287
|
goForward: () => boolean;
|
287
|
-
addToHistory: (view: import("@omnia/fx
|
288
|
+
addToHistory: (view: import("@omnia/fx/ux/editor").EditorChromeView) => void;
|
288
289
|
clear: () => void;
|
289
290
|
};
|
290
291
|
};
|
@@ -298,17 +299,17 @@ export declare const defineDefaultEditorView: (param1: EditorChromeConfiguration
|
|
298
299
|
waitForCompletion: () => Promise<void>;
|
299
300
|
};
|
300
301
|
navigation: () => {
|
301
|
-
register: (navigationItem: import("@omnia/fx
|
302
|
+
register: (navigationItem: import("@omnia/fx/ux/editor").EditorChromeNavigationConfiguration) => void;
|
302
303
|
show: (value: boolean) => void;
|
303
304
|
toggle: () => void;
|
304
305
|
};
|
305
306
|
drawers: () => {
|
306
307
|
right: {
|
307
308
|
panel: {
|
308
|
-
show: (panel: import("@omnia/fx
|
309
|
+
show: (panel: import("@omnia/fx/ux/editor").EditorChromePanel) => void;
|
309
310
|
footerToolbar: {
|
310
311
|
add: {
|
311
|
-
action: (action: import("@omnia/fx
|
312
|
+
action: (action: import("@omnia/fx/ux/editor").ChromeActionItem | import("@omnia/fx/ux/editor").ChromeActionItem[], position?: "left" | "center" | "right" | "extended-right") => void;
|
312
313
|
};
|
313
314
|
};
|
314
315
|
close: () => void;
|
@@ -333,9 +334,9 @@ export declare const defineDefaultEditorView: (param1: EditorChromeConfiguration
|
|
333
334
|
}>;
|
334
335
|
get: {
|
335
336
|
views: {
|
336
|
-
active: () => import("@omnia/fx
|
337
|
-
all: () => import("@omnia/fx
|
338
|
-
byId: (id: guid) => import("@omnia/fx
|
337
|
+
active: () => import("@omnia/fx/ux/editor").EditorChromeView;
|
338
|
+
all: () => import("@omnia/fx/ux/editor").EditorChromeView[];
|
339
|
+
byId: (id: guid) => import("@omnia/fx/ux/editor").EditorChromeView;
|
339
340
|
};
|
340
341
|
operations: {
|
341
342
|
all: () => guid[];
|
@@ -343,7 +344,7 @@ export declare const defineDefaultEditorView: (param1: EditorChromeConfiguration
|
|
343
344
|
count: () => number;
|
344
345
|
};
|
345
346
|
history: () => {
|
346
|
-
view: import("@omnia/fx
|
347
|
+
view: import("@omnia/fx/ux/editor").EditorChromeView;
|
347
348
|
id: guid;
|
348
349
|
timestamp: number;
|
349
350
|
}[];
|
@@ -372,7 +373,7 @@ export declare const defineDefaultEditorView: (param1: EditorChromeConfiguration
|
|
372
373
|
} & {
|
373
374
|
dispose?: () => void;
|
374
375
|
};
|
375
|
-
canvasView: () => import("@omnia/fx
|
376
|
+
canvasView: () => import("@omnia/fx/ux/editor").EditorChromeView;
|
376
377
|
};
|
377
378
|
rules: {
|
378
379
|
versioning: {
|
package/internal-do-not-import-from-here/ux/versionedlayout/editor/views/actions/CanvasActions.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
|
-
import { ChromeActionItem } from "@omnia/fx-models";
|
2
1
|
import { useVersionedLayoutEditorStore } from "@omnia/fx/ux";
|
2
|
+
import { ChromeActionItem } from "@omnia/fx/ux/editor";
|
3
3
|
export declare function useCanvasActions(editorStore: ReturnType<typeof useVersionedLayoutEditorStore>): {
|
4
4
|
preview: ChromeActionItem;
|
5
5
|
design: ChromeActionItem;
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import { ChromeActionItem } from "@omnia/fx-models";
|
2
1
|
import { useVersionedLayoutEditorStore } from "@omnia/fx/ux";
|
2
|
+
import { ChromeActionItem } from "internal/fx/ux/editorchrome/models";
|
3
3
|
export declare function useCheckedOutActions(editorStore: ReturnType<typeof useVersionedLayoutEditorStore>): {
|
4
4
|
discardChanges: ChromeActionItem;
|
5
5
|
saveAsDraft: ChromeActionItem;
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import { ChromeActionItem } from "@omnia/fx-models";
|
2
1
|
import { useVersionedLayoutEditorStore } from "@omnia/fx/ux";
|
2
|
+
import { ChromeActionItem } from "@omnia/fx/ux/editor";
|
3
3
|
export declare function useNotCheckedOutActions(editorStore: ReturnType<typeof useVersionedLayoutEditorStore>): {
|
4
4
|
takeControl: ChromeActionItem;
|
5
5
|
edit: ChromeActionItem;
|
package/internal-do-not-import-from-here/ux/versionedlayout/editor/views/actions/PanelActions.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
|
-
import { ChromeActionItem } from "@omnia/fx-models";
|
2
1
|
import { useVersionedLayoutEditorStore } from "@omnia/fx/ux";
|
2
|
+
import { ChromeActionItem } from "internal/fx/ux/editorchrome/models";
|
3
3
|
export declare function usePanelActions(editorStore: ReturnType<typeof useVersionedLayoutEditorStore>): {
|
4
4
|
versionHistory: ChromeActionItem;
|
5
5
|
};
|
package/internal-do-not-import-from-here/ux/versionedlayout/stores/VersionedLayoutEditorStoreV2.d.ts
CHANGED
@@ -1,5 +1,6 @@
|
|
1
|
-
import {
|
1
|
+
import { guid, ILayoutFileContext, ILayoutMediaContext, IVersionedData, IVersionInformation, Layout, LayoutCanvasEditorMode, MultilingualString, VersionedLayout, VersionedLayoutDefinition } from "@omnia/fx-models";
|
2
2
|
import { useEditorChromeStore, useLayoutCanvasStore, VersionedLayoutEditorSettings } from "@omnia/fx/ux";
|
3
|
+
import { EditorChromeConfiguration, EditorChromeNavigationConfiguration, EditorChromePanel, EditorChromeView } from "../../editorchrome/models";
|
3
4
|
export interface EditorViews {
|
4
5
|
default: () => {
|
5
6
|
view: EditorChromeView;
|
@@ -132,12 +133,12 @@ export declare const useVersionedLayoutEditorStore: () => {
|
|
132
133
|
panel: {
|
133
134
|
settings: EditorChromePanel;
|
134
135
|
show: boolean;
|
135
|
-
actions: import("
|
136
|
+
actions: import("../../editorchrome/models").ChromeActionItem[];
|
136
137
|
footerToolbar: {
|
137
|
-
actionsLeft: import("
|
138
|
-
actionsCenter: import("
|
139
|
-
actionsRight: import("
|
140
|
-
ExtendActionsRight: import("
|
138
|
+
actionsLeft: import("../../editorchrome/models").ChromeActionItem[];
|
139
|
+
actionsCenter: import("../../editorchrome/models").ChromeActionItem[];
|
140
|
+
actionsRight: import("../../editorchrome/models").ChromeActionItem[];
|
141
|
+
ExtendActionsRight: import("../../editorchrome/models").ChromeActionItem[];
|
141
142
|
};
|
142
143
|
};
|
143
144
|
canvas: {
|
@@ -315,7 +316,7 @@ export declare const useVersionedLayoutEditorStore: () => {
|
|
315
316
|
show: (panel: EditorChromePanel) => void;
|
316
317
|
footerToolbar: {
|
317
318
|
add: {
|
318
|
-
action: (action: import("
|
319
|
+
action: (action: import("../../editorchrome/models").ChromeActionItem | import("../../editorchrome/models").ChromeActionItem[], position?: "left" | "center" | "right" | "extended-right") => void;
|
319
320
|
};
|
320
321
|
};
|
321
322
|
close: () => void;
|
@@ -449,7 +449,7 @@ import wc1f8e62af53af4535864eeff5b7e34248 from './ux/aurora/components/textcolor
|
|
449
449
|
import wc287d666180644ba5ab5def0471a75a89 from './ux/aurora/components/textstylepicker/TextStylePicker';
|
450
450
|
import wc24f60b68e89540ebb5775cf7ff2df8b7 from './ux/aurora/components/textstylepicker/TextStyleViewer';
|
451
451
|
import wc252ece0016594978b3ddfafdd59adda4 from './ux/aurora/components/themepicker/ThemePicker';
|
452
|
-
import
|
452
|
+
import wc745ebe98504141a5b29aa7dd6dea8b9a from './ux/aurora/components/themepicker/ThemeViewer';
|
453
453
|
import wcc6eec07d48af435ab0c75195d9c7dcfc from './ux/aurora/components/themepreview/ComponentPreview';
|
454
454
|
import wc99a73153b5c647da9d6de517f51e53f0 from './ux/aurora/components/typography/TextStyleEditor';
|
455
455
|
import wc2f742a14a560434abb899360a69c314b from './ux/aurora/components/typography/TypographyBlueprintsViewer';
|
@@ -572,7 +572,7 @@ import wcfebab40186954cadbb54852c509f31e6 from './ux/aurora/admin/themedesigner/
|
|
572
572
|
import wc8142fa90f0d34258bb080a15aa21ab74 from './ux/aurora/admin/themedesigner/fontsmanager/FontManager';
|
573
573
|
import wc891de93e73cc47b0a552d24fdf34c9cf from './ux/aurora/admin/themedesigner/spacing/SpacingJourney';
|
574
574
|
import wc682077b575c74b2086cbf438346e0ed3 from './ux/aurora/admin/themedesigner/templates/TemplatesJourney';
|
575
|
-
import wcbed95d1ec67f4a15986fc72adebdb78f from './ux/aurora/admin/themedesigner/themes/
|
575
|
+
import wcbed95d1ec67f4a15986fc72adebdb78f from './ux/aurora/admin/themedesigner/themes/ThemeSelectionJourney';
|
576
576
|
import wcfc2401c7c3384790ae7ce17d05b0855f from './ux/aurora/admin/themedesigner/typography/TypographyJourney';
|
577
577
|
import wc4834285963564938a31a1ac1dfb1b5d8 from './ux/layoutcanvas/editor/_old/blockplaceholder/BlockPlaceholder';
|
578
578
|
import wc4512676606d342adbd011def4b615151 from './ux/layoutcanvas/editor/_old/canvastoolbar/CanvasToolbar';
|
@@ -3129,13 +3129,13 @@ declare global {
|
|
3129
3129
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3130
3130
|
};
|
3131
3131
|
} : typeof wc252ece0016594978b3ddfafdd59adda4;
|
3132
|
-
"viewer": typeof
|
3132
|
+
"viewer": typeof wc745ebe98504141a5b29aa7dd6dea8b9a extends {
|
3133
3133
|
propsDefinition: infer TProp;
|
3134
3134
|
} ? {
|
3135
3135
|
new (...args: any[]): {
|
3136
3136
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3137
3137
|
};
|
3138
|
-
} : typeof
|
3138
|
+
} : typeof wc745ebe98504141a5b29aa7dd6dea8b9a;
|
3139
3139
|
};
|
3140
3140
|
"component": {
|
3141
3141
|
"preview": typeof wcc6eec07d48af435ab0c75195d9c7dcfc extends {
|
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.545-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.545-dev",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.11.7",
|