@omnia/fx 8.0.154-dev → 8.0.155-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/services/SecurityService.d.ts +2 -0
- package/internal-do-not-import-from-here/stores/mediapicker/handlers/provider/BaseImageHandler.d.ts +1 -8
- package/internal-do-not-import-from-here/stores/mediapicker/handlers/provider/BaseVideoHandler.d.ts +1 -8
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +58 -21
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainersEditorStore.d.ts +77 -0
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +19 -5
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleViewer.d.ts +71 -0
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStyleEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromePicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerBlueprintsViewer.d.ts +70 -0
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.d.ts +466 -0
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/docs/SampleComponent.d.ts +55 -0
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +763 -322
- package/internal-do-not-import-from-here/ux/aurora/store/ComponentBlueprintStore.d.ts +15 -3
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +763 -322
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +228 -84
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeStoreV2.d.ts +14 -2
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +763 -322
- package/internal-do-not-import-from-here/ux/aurora/store/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +1 -8
- package/internal-do-not-import-from-here/ux/features/loc/localize.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/components/MediaGallerySelector.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerV2/docs/MediaProviderExample.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider-v2/handler.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/MyComputerProvider.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +782 -329
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +1607 -701
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DateTimePicker.d.ts +69 -333
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +9 -43
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +1604 -698
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +782 -329
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +20 -11
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +15 -61
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +5 -3
- package/internal-do-not-import-from-here/ux/velcron/core/rules/IsEditMode.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronEditorDescriptors.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ContainerEditor.d.ts +364 -0
- package/internal-do-not-import-from-here/wctypings.d.ts +50 -0
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/FillsEditorStore.d.ts +0 -50
- package/internal-do-not-import-from-here/ux/aurora/store/ChromeBlueprintStore.d.ts +0 -5318
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/{FillBladeEdit.d.ts → ContainersBlade.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/{FillsBlade.d.ts → ContainersBladeEdit.d.ts} +0 -0
@@ -202,6 +202,7 @@ import wcd116618a12d0439f8da809535809c260 from './ux/oxide/column/Column';
|
|
202
202
|
import wc27c00720f7fb46bbb39286a2cb94797c from './ux/oxide/datatable/DataTable';
|
203
203
|
import wc810f65f430374ef2a142907a707f650f from './ux/oxide/datatable/DataTableServer';
|
204
204
|
import wcb10a0917fdc744c890d9b472ee3b3c99 from './ux/oxide/datepicker/DatePicker';
|
205
|
+
import wc1ddc61b3aa684d22bf68d2c94267424a from './ux/oxide/datepicker/DateTimePicker';
|
205
206
|
import wcdc1c89b3d0c24b7aa1050f19a0f962b3 from './ux/oxide/dialog/Dialog';
|
206
207
|
import wcc0415286cfac41349dd264dc1621c463 from './ux/oxide/divider/Divider';
|
207
208
|
import wc3465fc250ac44f43af9d3df1cf17ec55 from './ux/oxide/draggable/Draggable';
|
@@ -274,6 +275,7 @@ import wc7332138e1e7845d1a5e62597a27e44a4 from '../../fx-sp/internal-do-not-impo
|
|
274
275
|
import wc83dee8a1eea84537ad9544e8b9fc4cb1 from '../../fx-sp/internal-do-not-import-from-here/ux/properties/term-set/TermSetEditor';
|
275
276
|
import wca9cc1e1ff5894f4db7005bc49c6c47c5 from '../../fx-sp/internal-do-not-import-from-here/ux/properties/term-set/TermSetConfiguration';
|
276
277
|
import wc1f34388f1f4140d3a38e6b0cc8897fc5 from './ux/aurora/components/backgroundstyle/BackgroundStyleEditor';
|
278
|
+
import wc811d753f7c54407093158c49519020f5 from './ux/aurora/components/backgroundstyle/BackgroundStyleViewer';
|
277
279
|
import wc21b90a7556c8450ead8de25357de90d3 from './ux/aurora/components/blueprinttemplatespicker/BlueprintsTemplatePicker';
|
278
280
|
import wc78fbae25bf1f421bb9c5dc31ba835bd3 from './ux/aurora/components/borderpicker/BorderPicker';
|
279
281
|
import wc8391c3abe04c43b78b32edde15337988 from './ux/aurora/components/borderpicker/BorderPreview';
|
@@ -290,6 +292,8 @@ import wc9ed2b61fad8a43f384efef4a5dcbd184 from './ux/aurora/components/colorsche
|
|
290
292
|
import wc3779d0b63f54436eb25942b0c2487a2c from './ux/aurora/components/colorschemapicker/ColorSchemaViewer';
|
291
293
|
import wc7abfeece956245f3ba63c231d3c31c26 from './ux/aurora/components/colorschemapicker/ColorSchemaEditor';
|
292
294
|
import wc73b0b5416b9348849ecb9a1cd8358e70 from './ux/aurora/components/componentblueprints/ComponentBlueprintsViewer';
|
295
|
+
import wcf0987a01b8d2487f8d6678d41fc26f7f from './ux/aurora/components/containerpicker/ContainerPicker';
|
296
|
+
import wc5eca85f245ca4f3cbf5e81ba8741f3c6 from './ux/aurora/components/containerpicker/ContainerBlueprintsViewer';
|
293
297
|
import wcbb2e0efa0634452f94d99d1f33ae5b64 from './ux/aurora/components/fillpicker/FillPicker';
|
294
298
|
import wc349a445fe7a2403b8f98fceff168f87e from './ux/aurora/components/fillpicker/FillPreview';
|
295
299
|
import wc5542a25df57c464897a59a336eee0e56 from './ux/aurora/components/iconstylepicker/IconStylePicker';
|
@@ -1052,6 +1056,9 @@ declare global {
|
|
1052
1056
|
"o-date-picker": typeof wcb10a0917fdc744c890d9b472ee3b3c99 extends {
|
1053
1057
|
propsDefinition: infer TProp;
|
1054
1058
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcb10a0917fdc744c890d9b472ee3b3c99 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcb10a0917fdc744c890d9b472ee3b3c99>, "propsDefinition">> : never;
|
1059
|
+
"o-date-time-picker": typeof wc1ddc61b3aa684d22bf68d2c94267424a extends {
|
1060
|
+
propsDefinition: infer TProp;
|
1061
|
+
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc1ddc61b3aa684d22bf68d2c94267424a extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc1ddc61b3aa684d22bf68d2c94267424a>, "propsDefinition">> : never;
|
1055
1062
|
"o-dialog": typeof wcdc1c89b3d0c24b7aa1050f19a0f962b3 extends {
|
1056
1063
|
propsDefinition: infer TProp;
|
1057
1064
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcdc1c89b3d0c24b7aa1050f19a0f962b3 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcdc1c89b3d0c24b7aa1050f19a0f962b3>, "propsDefinition">> : never;
|
@@ -1268,6 +1275,9 @@ declare global {
|
|
1268
1275
|
"omfx-background-editor": typeof wc1f34388f1f4140d3a38e6b0cc8897fc5 extends {
|
1269
1276
|
propsDefinition: infer TProp;
|
1270
1277
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc1f34388f1f4140d3a38e6b0cc8897fc5 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc1f34388f1f4140d3a38e6b0cc8897fc5>, "propsDefinition">> : never;
|
1278
|
+
"omfx-background-viewer": typeof wc811d753f7c54407093158c49519020f5 extends {
|
1279
|
+
propsDefinition: infer TProp;
|
1280
|
+
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc811d753f7c54407093158c49519020f5 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc811d753f7c54407093158c49519020f5>, "propsDefinition">> : never;
|
1271
1281
|
"omfx-blueprints-template-picker": typeof wc21b90a7556c8450ead8de25357de90d3 extends {
|
1272
1282
|
propsDefinition: infer TProp;
|
1273
1283
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc21b90a7556c8450ead8de25357de90d3 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc21b90a7556c8450ead8de25357de90d3>, "propsDefinition">> : never;
|
@@ -1316,6 +1326,12 @@ declare global {
|
|
1316
1326
|
"omfx-component-blueprints-viewer": typeof wc73b0b5416b9348849ecb9a1cd8358e70 extends {
|
1317
1327
|
propsDefinition: infer TProp;
|
1318
1328
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc73b0b5416b9348849ecb9a1cd8358e70 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc73b0b5416b9348849ecb9a1cd8358e70>, "propsDefinition">> : never;
|
1329
|
+
"omfx-container-picker": typeof wcf0987a01b8d2487f8d6678d41fc26f7f extends {
|
1330
|
+
propsDefinition: infer TProp;
|
1331
|
+
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcf0987a01b8d2487f8d6678d41fc26f7f extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcf0987a01b8d2487f8d6678d41fc26f7f>, "propsDefinition">> : never;
|
1332
|
+
"omfx-container-blueprints-viewer": typeof wc5eca85f245ca4f3cbf5e81ba8741f3c6 extends {
|
1333
|
+
propsDefinition: infer TProp;
|
1334
|
+
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc5eca85f245ca4f3cbf5e81ba8741f3c6 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc5eca85f245ca4f3cbf5e81ba8741f3c6>, "propsDefinition">> : never;
|
1319
1335
|
"omfx-fill-picker": typeof wcbb2e0efa0634452f94d99d1f33ae5b64 extends {
|
1320
1336
|
propsDefinition: infer TProp;
|
1321
1337
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcbb2e0efa0634452f94d99d1f33ae5b64 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcbb2e0efa0634452f94d99d1f33ae5b64>, "propsDefinition">> : never;
|
@@ -4559,6 +4575,13 @@ declare global {
|
|
4559
4575
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4560
4576
|
};
|
4561
4577
|
} : typeof wc1f34388f1f4140d3a38e6b0cc8897fc5;
|
4578
|
+
"viewer": typeof wc811d753f7c54407093158c49519020f5 extends {
|
4579
|
+
propsDefinition: infer TProp;
|
4580
|
+
} ? {
|
4581
|
+
new (...args: any[]): {
|
4582
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4583
|
+
};
|
4584
|
+
} : typeof wc811d753f7c54407093158c49519020f5;
|
4562
4585
|
};
|
4563
4586
|
"blueprints": {
|
4564
4587
|
"template": {
|
@@ -4682,6 +4705,24 @@ declare global {
|
|
4682
4705
|
} : typeof wc73b0b5416b9348849ecb9a1cd8358e70;
|
4683
4706
|
};
|
4684
4707
|
};
|
4708
|
+
"container": {
|
4709
|
+
"picker": typeof wcf0987a01b8d2487f8d6678d41fc26f7f extends {
|
4710
|
+
propsDefinition: infer TProp;
|
4711
|
+
} ? {
|
4712
|
+
new (...args: any[]): {
|
4713
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4714
|
+
};
|
4715
|
+
} : typeof wcf0987a01b8d2487f8d6678d41fc26f7f;
|
4716
|
+
"blueprints": {
|
4717
|
+
"viewer": typeof wc5eca85f245ca4f3cbf5e81ba8741f3c6 extends {
|
4718
|
+
propsDefinition: infer TProp;
|
4719
|
+
} ? {
|
4720
|
+
new (...args: any[]): {
|
4721
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4722
|
+
};
|
4723
|
+
} : typeof wc5eca85f245ca4f3cbf5e81ba8741f3c6;
|
4724
|
+
};
|
4725
|
+
};
|
4685
4726
|
"fill": {
|
4686
4727
|
"picker": typeof wcbb2e0efa0634452f94d99d1f33ae5b64 extends {
|
4687
4728
|
propsDefinition: infer TProp;
|
@@ -5001,6 +5042,15 @@ declare global {
|
|
5001
5042
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
5002
5043
|
};
|
5003
5044
|
} : typeof wcb10a0917fdc744c890d9b472ee3b3c99;
|
5045
|
+
"time": {
|
5046
|
+
"picker": typeof wc1ddc61b3aa684d22bf68d2c94267424a extends {
|
5047
|
+
propsDefinition: infer TProp;
|
5048
|
+
} ? {
|
5049
|
+
new (...args: any[]): {
|
5050
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
5051
|
+
};
|
5052
|
+
} : typeof wc1ddc61b3aa684d22bf68d2c94267424a;
|
5053
|
+
};
|
5004
5054
|
};
|
5005
5055
|
"dialog": typeof wcdc1c89b3d0c24b7aa1050f19a0f962b3 extends {
|
5006
5056
|
propsDefinition: infer TProp;
|
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.155-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.155-dev",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.11.7",
|
@@ -1,50 +0,0 @@
|
|
1
|
-
import { BackgroundDefinition, ButtonBlueprintType, ButtonTypes } from "@omnia/fx-models";
|
2
|
-
export declare const useFillsEditorStore: () => {
|
3
|
-
state: {
|
4
|
-
editingFillBlueprint: BackgroundDefinition;
|
5
|
-
showBorder: boolean;
|
6
|
-
};
|
7
|
-
events: {
|
8
|
-
onMutatedEditingFillBlueprint: import("@omnia/fx").MessageBusExposeOnlySubscription<BackgroundDefinition>;
|
9
|
-
onMutatedShowBorder: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
10
|
-
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
11
|
-
actions: {
|
12
|
-
onDispatching: {
|
13
|
-
setEditingBlueprints: {
|
14
|
-
subscribe(fn: (blueprints: BackgroundDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
15
|
-
};
|
16
|
-
setEditingBlueprint: {
|
17
|
-
subscribe(fn: (type: ButtonBlueprintType, buttonType: ButtonTypes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
18
|
-
};
|
19
|
-
applyChanges: {
|
20
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
21
|
-
};
|
22
|
-
};
|
23
|
-
onDispatched: {
|
24
|
-
setEditingBlueprints: {
|
25
|
-
subscribe(fn: (result: void, blueprints: BackgroundDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
26
|
-
};
|
27
|
-
setEditingBlueprint: {
|
28
|
-
subscribe(fn: (result: void, type: ButtonBlueprintType, buttonType: ButtonTypes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
29
|
-
};
|
30
|
-
applyChanges: {
|
31
|
-
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
32
|
-
};
|
33
|
-
};
|
34
|
-
onFailure: {
|
35
|
-
setEditingBlueprints: {
|
36
|
-
subscribe(fn: (failureReason: any, blueprints: BackgroundDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
37
|
-
};
|
38
|
-
setEditingBlueprint: {
|
39
|
-
subscribe(fn: (failureReason: any, type: ButtonBlueprintType, buttonType: ButtonTypes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
40
|
-
};
|
41
|
-
applyChanges: {
|
42
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
43
|
-
};
|
44
|
-
};
|
45
|
-
} & {
|
46
|
-
setEditingBlueprints(blueprints: BackgroundDefinition): void;
|
47
|
-
setEditingBlueprint(type: ButtonBlueprintType, buttonType: ButtonTypes): void;
|
48
|
-
applyChanges(): void;
|
49
|
-
};
|
50
|
-
};
|