@omnia/fx 8.0.134-dev → 8.0.135-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/alignmentpicker/AlignmentPicker.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/backgroundstyle/BackgroundStyleEditor.d.ts +7 -3
- package/internal-do-not-import-from-here/ux/blueprintpickers/blueprintTemplate/BlueprintsTemplatePicker.d.ts +98 -98
- package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstyle/ButtonBlueprintsViewer.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstyle/ButtonStylePicker.d.ts +7 -3
- package/internal-do-not-import-from-here/ux/blueprintpickers/chrome/ChromePicker.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStylePicker.d.ts +7 -3
- package/internal-do-not-import-from-here/ux/blueprintpickers/spacingpicker/SpacingPicker3.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/tabs/TabBlueprintsViewer.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/blueprintpickers/tabs/TabStylePicker.d.ts +7 -3
- package/internal-do-not-import-from-here/ux/blueprintpickers/textstylepicker/TextStylePicker.d.ts +7 -3
- package/internal-do-not-import-from-here/ux/blueprintpickers/typography/TypographyPicker.d.ts +7 -3
- package/internal-do-not-import-from-here/ux/borderpicker/BorderPicker.d.ts +7 -3
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/fillpicker/FillPicker.d.ts +12 -6
- package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/governancedashboard/BarChartIndicator.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/journey/{JourneyV2.d.ts → Journey.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/journey/JourneyPlaceHolder.d.ts +88 -0
- package/internal-do-not-import-from-here/ux/journey/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/journey/docs/SampleVariants.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/journey/docs/index.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/jsonexportimport/ExportImport.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +3146 -3233
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +6868 -7042
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/pagination/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/pagination/docs/SampleComponent.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/oxide/pagination/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/docs/SampleComponent.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +6868 -7042
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +26 -0
- package/internal-do-not-import-from-here/ux/oxide/treeview/docs/index.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/pickerwrapper/PickerWrapper.d.ts +48 -0
- package/internal-do-not-import-from-here/ux/pickerwrapper/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/pickerwrapper/docs/SampleComponent.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/pickerwrapper/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/BlueprintPreview.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/ButtonsEditorStore.d.ts +54 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +8 -6
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +251 -45
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/TabsEditorStore.d.ts +52 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themes/store/ThemeEditorStore.d.ts +33 -13
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/ThemeDefinitionInstance.d.ts +1 -9
- package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintTemplatesStore.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +3146 -3227
- package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +3146 -3227
- package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +3146 -3227
- package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +3146 -3227
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +0 -54
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeDefinitionStoreV2.d.ts +20 -10
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +4 -10
- package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +3146 -3227
- package/internal-do-not-import-from-here/ux/theming-v2/themepicker/ThemePicker.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +3146 -3233
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +1 -4
- package/internal-do-not-import-from-here/wctypings.d.ts +27 -1
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/SpacingBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/datetimezonepicker/docs/{SampleComponent.d.ts → DateTimeZonePickerExample.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/journey/{JourneyV2.css.d.ts → Journey.css.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{oxide/treeview → journey}/docs/ExampleComponentsMenu.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{oxide/treeview → journey}/docs/SampleButtons.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{oxide/treeview/docs/SampleComponentMenu.d.ts → journey/docs/SampleComponent.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{oxide/treeview/docs/SampleVariants.d.ts → journey/docs/SampleComponentMenu.d.ts} +0 -0
@@ -167,7 +167,7 @@ export declare const useJourneyStore: () => {
|
|
167
167
|
subscribe(fn: (blade: BladeInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
168
168
|
};
|
169
169
|
setBladeStates: {
|
170
|
-
subscribe(fn: (
|
170
|
+
subscribe(fn: (activeIndex: number) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
171
171
|
};
|
172
172
|
moveNext: {
|
173
173
|
subscribe(fn: (fromBladeId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -176,7 +176,7 @@ export declare const useJourneyStore: () => {
|
|
176
176
|
subscribe(fn: (fromBladeId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
177
177
|
};
|
178
178
|
travelTo: {
|
179
|
-
subscribe(fn: (fromBladeId: GuidValue, toBladeId: GuidValue
|
179
|
+
subscribe(fn: (fromBladeId: GuidValue, toBladeId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
180
180
|
};
|
181
181
|
setActiveIndex: {
|
182
182
|
subscribe(fn: (index: number) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -238,7 +238,7 @@ export declare const useJourneyStore: () => {
|
|
238
238
|
subscribe(fn: (result: number, blade: BladeInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
239
239
|
};
|
240
240
|
setBladeStates: {
|
241
|
-
subscribe(fn: (result: void,
|
241
|
+
subscribe(fn: (result: void, activeIndex: number) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
242
242
|
};
|
243
243
|
moveNext: {
|
244
244
|
subscribe(fn: (result: void, fromBladeId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -247,7 +247,7 @@ export declare const useJourneyStore: () => {
|
|
247
247
|
subscribe(fn: (result: void, fromBladeId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
248
248
|
};
|
249
249
|
travelTo: {
|
250
|
-
subscribe(fn: (result: void, fromBladeId: GuidValue, toBladeId: GuidValue
|
250
|
+
subscribe(fn: (result: void, fromBladeId: GuidValue, toBladeId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
251
251
|
};
|
252
252
|
setActiveIndex: {
|
253
253
|
subscribe(fn: (result: void, index: number) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -309,7 +309,7 @@ export declare const useJourneyStore: () => {
|
|
309
309
|
subscribe(fn: (failureReason: any, blade: BladeInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
310
310
|
};
|
311
311
|
setBladeStates: {
|
312
|
-
subscribe(fn: (failureReason: any,
|
312
|
+
subscribe(fn: (failureReason: any, activeIndex: number) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
313
313
|
};
|
314
314
|
moveNext: {
|
315
315
|
subscribe(fn: (failureReason: any, fromBladeId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -318,7 +318,7 @@ export declare const useJourneyStore: () => {
|
|
318
318
|
subscribe(fn: (failureReason: any, fromBladeId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
319
319
|
};
|
320
320
|
travelTo: {
|
321
|
-
subscribe(fn: (failureReason: any, fromBladeId: GuidValue, toBladeId: GuidValue
|
321
|
+
subscribe(fn: (failureReason: any, fromBladeId: GuidValue, toBladeId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
322
322
|
};
|
323
323
|
setActiveIndex: {
|
324
324
|
subscribe(fn: (failureReason: any, index: number) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -329,10 +329,10 @@ export declare const useJourneyStore: () => {
|
|
329
329
|
addBlade(newBlade: BladeInstance): void;
|
330
330
|
removeBlade(blade: BladeInstance): void;
|
331
331
|
getBladeSize(blade: BladeInstance): number;
|
332
|
-
setBladeStates(
|
332
|
+
setBladeStates(activeIndex: number): void;
|
333
333
|
moveNext(fromBladeId: GuidValue): void;
|
334
334
|
movePrev(fromBladeId: GuidValue): void;
|
335
|
-
travelTo(fromBladeId: GuidValue, toBladeId: GuidValue
|
335
|
+
travelTo(fromBladeId: GuidValue, toBladeId: GuidValue): void;
|
336
336
|
setActiveIndex(index: number): void;
|
337
337
|
};
|
338
338
|
};
|
@@ -8,7 +8,9 @@ declare const _default: (props: {
|
|
8
8
|
modelValue?: Object;
|
9
9
|
} & {
|
10
10
|
readOnly?: boolean;
|
11
|
-
} & Omit<{
|
11
|
+
} & Omit<{
|
12
|
+
"onClick:import"?: (data: any) => any;
|
13
|
+
}, "v-model" | "onUpdate:modelValue" | "modelValue" | "readOnly"> & {
|
12
14
|
"v-slots"?: {
|
13
15
|
default?: import("vue").Slot;
|
14
16
|
} & DefineSlot<"activator", () => VNodeChild>;
|
@@ -62,7 +64,9 @@ declare const _default: (props: {
|
|
62
64
|
"v-slots"?: {
|
63
65
|
default?: import("vue").Slot;
|
64
66
|
} & DefineSlot<"activator", () => VNodeChild>;
|
65
|
-
} & {
|
67
|
+
} & {
|
68
|
+
"onClick:import"?: (data: any) => any;
|
69
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "readOnly">;
|
66
70
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
67
71
|
[key: string]: any;
|
68
72
|
}>;
|