@omnia/fx 8.0.299-dev → 8.0.301-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/core/utils/Utils.d.ts +1 -0
- package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/{ux/aurora/store → services}/ThemeService.d.ts +3 -4
- package/internal-do-not-import-from-here/services/index.d.ts +1 -0
- package/internal-do-not-import-from-here/stores/DefineStore.d.ts +23 -10
- package/internal-do-not-import-from-here/stores/LocalizationStore.d.ts +3 -28
- package/internal-do-not-import-from-here/stores/SizeContainerStore.d.ts +6 -31
- package/internal-do-not-import-from-here/stores/floweditor/FlowEditorPluginStore.d.ts +6 -31
- package/internal-do-not-import-from-here/stores/floweditor/FlowEditorToolbarStateStore.d.ts +5 -21
- package/internal-do-not-import-from-here/stores/mediapicker/ImageTransformerStore.d.ts +24 -215
- package/internal-do-not-import-from-here/stores/mediapicker/MediaPickerCommonStore.d.ts +7 -59
- package/internal-do-not-import-from-here/stores/mediapicker/MediaPickerGalleryStore.d.ts +17 -123
- package/internal-do-not-import-from-here/stores/mediapicker/ProviderStore.d.ts +24 -160
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +9 -70
- package/internal-do-not-import-from-here/stores/oxide/ComponentSharedSettingsStore.d.ts +5 -21
- package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/admin/businessprofile/manageprofiles/BusinessProfileJourneyStore.d.ts +6 -58
- package/internal-do-not-import-from-here/ux/admin/security/store/AppInstanceJourneyStore.d.ts +6 -22
- package/internal-do-not-import-from-here/ux/admin/security/store/ProfileJourneyStore.d.ts +6 -22
- package/internal-do-not-import-from-here/ux/admin/security/store/TenantJourneyStore.d.ts +6 -22
- package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/store/SettingsBladeStore.d.ts +7 -50
- package/internal-do-not-import-from-here/ux/admin/settings/blades/redirect/store/OmniaRedirectStore.d.ts +2 -72
- package/internal-do-not-import-from-here/ux/admin/store/AdminStore.d.ts +2 -27
- package/internal-do-not-import-from-here/ux/admin/system/store/SystemJourneyStore.d.ts +6 -49
- package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/stores/LocalizationAdminStore.d.ts +8 -78
- package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/store/SeoManagerStore.d.ts +2 -27
- package/internal-do-not-import-from-here/ux/admin/system/submenu/services/store/ServicesJourneyStore.d.ts +6 -31
- package/internal-do-not-import-from-here/ux/admin/systemlayout/store/SystemLayoutStore.d.ts +4 -126
- package/internal-do-not-import-from-here/ux/admin/usermanagement/authentication/BusinessProfileAuthenticationStore.d.ts +5 -39
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/GroupDetailStore.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/GroupQueryStore.d.ts +2 -45
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/SelfServiceStore.d.ts +11 -72
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserDetailStore.d.ts +2 -54
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserQueryStore.d.ts +2 -84
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/ContainersFillsBlade.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ButtonsEditorStore.d.ts +11 -43
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +11 -72
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +72 -378
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainerFillsEditorStore.d.ts +27 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/IconsEditorStore.d.ts +7 -41
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/TabsEditorStore.d.ts +7 -41
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/spacing/store/SpacingEditorStore.d.ts +8 -87
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +11 -147
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/colorschemas/store/ColorSchemaEditorStore.d.ts +6 -58
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/fontsmanager/store/FontManagerStore.d.ts +2 -54
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/store/TemplateEditorStore.d.ts +8 -123
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/themedesigner/store/ThemeDesignerStore.d.ts +8 -33
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/store/ThemeEditorStore.d.ts +7 -59
- package/internal-do-not-import-from-here/ux/aurora/blueprintstrategy/BlueprintStrategyBase.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/blueprintstrategy/MD3Blueprint.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/blueprintstrategy/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonBlueprintsViewer.d.ts +6 -1
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStylePicker.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/components/{containerpicker → containerFillpicker}/ContainerBlueprintsViewer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/components/{containerpicker/ContainerPicker.d.ts → containerFillpicker/ContainerFillPicker.d.ts} +91 -91
- package/internal-do-not-import-from-here/ux/aurora/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +4 -44
- package/internal-do-not-import-from-here/ux/aurora/store/ComponentBlueprintStore.d.ts +10 -33
- package/internal-do-not-import-from-here/ux/aurora/store/FontStore.d.ts +2 -63
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +21 -406
- package/internal-do-not-import-from-here/ux/aurora/store/TemplateRegistrationStore.d.ts +5 -39
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +180 -700
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeStorage.d.ts +8 -44
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeStore.d.ts +15 -57
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +22 -407
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Blueprints.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/commandpalette/CommandPalette.css.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/docs/omfx/services/docs/Service.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/docs/omfx/stores/docs/Store.d.ts +9 -34
- package/internal-do-not-import-from-here/ux/errormessage/ErrorMessage.d.ts +2 -34
- package/internal-do-not-import-from-here/ux/features/stores/FeatureJourneyStore.d.ts +29 -117
- package/internal-do-not-import-from-here/ux/flow/editor/plugins/colorstyle/ColorButton.d.ts +20 -246
- package/internal-do-not-import-from-here/ux/flow/editor/plugins/link/LinkButton.d.ts +20 -246
- package/internal-do-not-import-from-here/ux/flow/editor/plugins/spacing/SpacingButton.d.ts +20 -246
- package/internal-do-not-import-from-here/ux/flow/editor/plugins/typography/TypographyButton.d.ts +20 -246
- package/internal-do-not-import-from-here/ux/flow/editor/stores/FlowEditorStore.d.ts +20 -246
- package/internal-do-not-import-from-here/ux/flow/editor/stores/FlowEditorToolbarStore.d.ts +48 -1908
- package/internal-do-not-import-from-here/ux/flow/editor/stores/VelcronPluginStore.d.ts +6 -33
- package/internal-do-not-import-from-here/ux/flow/renderer/stores/FlowRendererStore.d.ts +12 -70
- package/internal-do-not-import-from-here/ux/hub/feed/stores/ActivityFeedStore.d.ts +31 -101
- package/internal-do-not-import-from-here/ux/hub/feed/stores/HubFeedChromeStore.d.ts +19 -53
- package/internal-do-not-import-from-here/ux/identities/components/shared/AzureAdProviderSettingsStore.d.ts +2 -27
- package/internal-do-not-import-from-here/ux/inputlanguagepicker/stores/InputLanguageStore.d.ts +6 -31
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyMenuStore.d.ts +6 -31
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyRouterStore.d.ts +5 -57
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +19 -176
- package/internal-do-not-import-from-here/ux/journey/stores/SettingsJourneyStore.d.ts +9 -79
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +17 -166
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/SettingsMenuStore.d.ts +6 -31
- package/internal-do-not-import-from-here/ux/links/store/LinkPickerStore.d.ts +2 -27
- package/internal-do-not-import-from-here/ux/markdown/stores/MarkdownEditorStore.d.ts +7 -48
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.d.ts +3 -64
- package/internal-do-not-import-from-here/ux/mediagallery/view/store/PhotoWallStore.d.ts +2 -36
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/loc/localize.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/models/MediaflowReportUsage.d.ts +27 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/models/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/service/MediaflowService.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/use/MediaflowProviderStore.d.ts +7 -55
- package/internal-do-not-import-from-here/ux/oxide/breadcrumbs/Breadcrumbs.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/inputfield/InputField.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/store/ScrollContainerStore.d.ts +11 -135
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/store/SlidePanelStore.d.ts +3 -64
- package/internal-do-not-import-from-here/ux/oxide/stickycontainer/store/StickyContainerStore.d.ts +8 -33
- package/internal-do-not-import-from-here/ux/oxide/table/Table.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorStore.d.ts +6 -28
- package/internal-do-not-import-from-here/ux/rollupfilter/RollupFilter.d.ts +14 -84
- package/internal-do-not-import-from-here/ux/social/Comment.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/UseDraggable.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/useVelcronStateManager.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronState.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +2 -5
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronComponentStore.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +31 -290
- package/internal-do-not-import-from-here/ux/velcron/stores/VelcronDefinitionStore.d.ts +7 -98
- package/internal-do-not-import-from-here/ux/velcron/stores/useVelcronStateManager.d.ts +1 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +41 -13
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainersEditorStore.d.ts +0 -79
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/{ContainersBlade.d.ts → AddBlueprint.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/{ContainersBladeEdit.d.ts → ContainerFillsBladeEdit.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/components/{chrome → chrome_2beRemoved}/ChromeBlueprintsViewer.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/components/{chrome → chrome_2beRemoved}/ChromeEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/components/{chrome → chrome_2beRemoved}/ChromePicker.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/components/{chrome → chrome_2beRemoved}/ChromePicker.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/components/{chrome → chrome_2beRemoved}/ChromeViewer.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/components/{chrome → chrome_2beRemoved}/docs/ExampleComponents.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/components/{chrome → chrome_2beRemoved}/docs/SampleComponent.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/components/{chrome → chrome_2beRemoved}/docs/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/components/{containerpicker/ContainerPicker.css.d.ts → containerFillpicker/ContainerFillPicker.css.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/components/{containerpicker → containerFillpicker}/docs/ExampleComponents.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/components/{containerpicker → containerFillpicker}/docs/SampleComponent.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/components/{containerpicker → containerFillpicker}/docs/index.d.ts +0 -0
@@ -10,57 +10,16 @@ export declare const useMarkdownEditorStore: () => {
|
|
10
10
|
toolbarOwnerId: guid;
|
11
11
|
activeEditor: Editor;
|
12
12
|
};
|
13
|
-
events: {
|
14
|
-
|
13
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
14
|
+
toolbar: {
|
15
15
|
show: boolean;
|
16
16
|
textActions: FlowEditorActionRegistration[];
|
17
17
|
additionalActions: FlowEditorActionRegistration[];
|
18
|
-
}>;
|
19
|
-
onMutatedToolbarOwnerId: import("@omnia/fx").MessageBusExposeOnlySubscription<guid>;
|
20
|
-
onMutatedActiveEditor: import("@omnia/fx").MessageBusExposeOnlySubscription<Editor>;
|
21
|
-
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
22
|
-
actions: {
|
23
|
-
onDispatching: {
|
24
|
-
commands: {
|
25
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
26
|
-
};
|
27
|
-
toolbar: {
|
28
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
29
|
-
};
|
30
|
-
editor: {
|
31
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
32
|
-
};
|
33
|
-
};
|
34
|
-
onDispatched: {
|
35
|
-
commands: {
|
36
|
-
subscribe(fn: (result: {
|
37
|
-
exec: (command: string, payload: any) => void;
|
38
|
-
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
39
|
-
};
|
40
|
-
toolbar: {
|
41
|
-
subscribe(fn: (result: {
|
42
|
-
addAdditionalAction: (action: FlowEditorActionRegistration) => void;
|
43
|
-
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
44
|
-
};
|
45
|
-
editor: {
|
46
|
-
subscribe(fn: (result: {
|
47
|
-
onEnter: (editor: Editor, editorId: guid) => void;
|
48
|
-
onLeave: (id: any) => void;
|
49
|
-
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
50
|
-
};
|
51
|
-
};
|
52
|
-
onFailure: {
|
53
|
-
commands: {
|
54
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
55
|
-
};
|
56
|
-
toolbar: {
|
57
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
58
|
-
};
|
59
|
-
editor: {
|
60
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
61
|
-
};
|
62
18
|
};
|
63
|
-
|
19
|
+
toolbarOwnerId: guid;
|
20
|
+
activeEditor: Editor;
|
21
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
22
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
64
23
|
commands: () => {
|
65
24
|
exec: (command: string, payload: any) => void;
|
66
25
|
};
|
@@ -71,7 +30,7 @@ export declare const useMarkdownEditorStore: () => {
|
|
71
30
|
onEnter: (editor: Editor, editorId: guid) => void;
|
72
31
|
onLeave: (id: any) => void;
|
73
32
|
};
|
74
|
-
}
|
33
|
+
}>;
|
75
34
|
get: {
|
76
35
|
isActiveStore(): boolean;
|
77
36
|
};
|
@@ -14,69 +14,8 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
14
14
|
} & {
|
15
15
|
galleryPanelStore: {
|
16
16
|
state: {};
|
17
|
-
events: {}
|
18
|
-
actions: {
|
19
|
-
onDispatching: {
|
20
|
-
init: {
|
21
|
-
subscribe(fn: (swiperObj: import("swiper").default) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
22
|
-
};
|
23
|
-
nextSlide: {
|
24
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
25
|
-
};
|
26
|
-
prevSlide: {
|
27
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
28
|
-
};
|
29
|
-
slideTo: {
|
30
|
-
subscribe(fn: (index: number) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
31
|
-
};
|
32
|
-
onSlideChange: {
|
33
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
34
|
-
};
|
35
|
-
autoplay: {
|
36
|
-
subscribe(fn: never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
37
|
-
};
|
38
|
-
};
|
39
|
-
onDispatched: {
|
40
|
-
init: {
|
41
|
-
subscribe(fn: (result: void, swiperObj: import("swiper").default) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
42
|
-
};
|
43
|
-
nextSlide: {
|
44
|
-
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
45
|
-
};
|
46
|
-
prevSlide: {
|
47
|
-
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
48
|
-
};
|
49
|
-
slideTo: {
|
50
|
-
subscribe(fn: (result: void, index: number) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
51
|
-
};
|
52
|
-
onSlideChange: {
|
53
|
-
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
54
|
-
};
|
55
|
-
autoplay: {
|
56
|
-
subscribe(fn: never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
57
|
-
};
|
58
|
-
};
|
59
|
-
onFailure: {
|
60
|
-
init: {
|
61
|
-
subscribe(fn: (failureReason: any, swiperObj: import("swiper").default) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
62
|
-
};
|
63
|
-
nextSlide: {
|
64
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
65
|
-
};
|
66
|
-
prevSlide: {
|
67
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
68
|
-
};
|
69
|
-
slideTo: {
|
70
|
-
subscribe(fn: (failureReason: any, index: number) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
71
|
-
};
|
72
|
-
onSlideChange: {
|
73
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
74
|
-
};
|
75
|
-
autoplay: {
|
76
|
-
subscribe(fn: never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
77
|
-
};
|
78
|
-
};
|
79
|
-
} & {
|
17
|
+
events: import("../../../../stores").StoreEvents<{}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
18
|
+
actions: import("../../../../stores").StoreReturnDefineAction<{
|
80
19
|
init: (swiperObj: import("swiper").default) => void;
|
81
20
|
nextSlide: () => void;
|
82
21
|
prevSlide: () => void;
|
@@ -90,7 +29,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
90
29
|
stop: () => void;
|
91
30
|
};
|
92
31
|
};
|
93
|
-
}
|
32
|
+
}>;
|
94
33
|
get: {
|
95
34
|
activeIndex: () => number;
|
96
35
|
autoplay: () => boolean;
|
@@ -15,45 +15,11 @@ export declare const PhotoWallStore: () => {
|
|
15
15
|
media: Array<MediaPickerMedia>;
|
16
16
|
clickMedia: (index: number) => void;
|
17
17
|
};
|
18
|
-
actions: {
|
19
|
-
onDispatching: {
|
20
|
-
clickMedia: {
|
21
|
-
subscribe(fn: (index: number) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
22
|
-
};
|
23
|
-
closeDialog: {
|
24
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
25
|
-
};
|
26
|
-
setBorderRadius: {
|
27
|
-
subscribe(fn: (roundBorder?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
28
|
-
};
|
29
|
-
};
|
30
|
-
onDispatched: {
|
31
|
-
clickMedia: {
|
32
|
-
subscribe(fn: (result: void, index: number) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
33
|
-
};
|
34
|
-
closeDialog: {
|
35
|
-
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
36
|
-
};
|
37
|
-
setBorderRadius: {
|
38
|
-
subscribe(fn: (result: void, roundBorder?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
39
|
-
};
|
40
|
-
};
|
41
|
-
onFailure: {
|
42
|
-
clickMedia: {
|
43
|
-
subscribe(fn: (failureReason: any, index: number) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
44
|
-
};
|
45
|
-
closeDialog: {
|
46
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
47
|
-
};
|
48
|
-
setBorderRadius: {
|
49
|
-
subscribe(fn: (failureReason: any, roundBorder?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
50
|
-
};
|
51
|
-
};
|
52
|
-
} & {
|
18
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
53
19
|
clickMedia: (index: number) => void;
|
54
20
|
closeDialog: () => void;
|
55
21
|
setBorderRadius(roundBorder?: boolean): void;
|
56
|
-
}
|
22
|
+
}>;
|
57
23
|
get: {
|
58
24
|
layoutNumber(): number;
|
59
25
|
remainingPhotos(): number;
|
package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/loc/localize.d.ts
CHANGED
@@ -9,8 +9,6 @@ export declare namespace MediaflowLocalization {
|
|
9
9
|
ClientSecretHeader: string;
|
10
10
|
RefreshtokenHeader: string;
|
11
11
|
DefaultLanguageHeader: string;
|
12
|
-
ShowUnsafeGDPRHeader: string;
|
13
|
-
ShowUnassignedGDPRHeader: string;
|
14
12
|
LimitFormatHeader: string;
|
15
13
|
SaveButton: string;
|
16
14
|
};
|
@@ -0,0 +1,27 @@
|
|
1
|
+
export interface MediaflowReportUsage {
|
2
|
+
id: number[];
|
3
|
+
contact: string;
|
4
|
+
project: string;
|
5
|
+
date: string;
|
6
|
+
amount: string;
|
7
|
+
description: string;
|
8
|
+
types: MediaflowReportType[];
|
9
|
+
removed: boolean | string;
|
10
|
+
web: {
|
11
|
+
page: string;
|
12
|
+
pageName: string;
|
13
|
+
};
|
14
|
+
}
|
15
|
+
export declare enum MediaflowReportType {
|
16
|
+
Web = "web",
|
17
|
+
Print = "print",
|
18
|
+
Poster = "poster",
|
19
|
+
Social = "social",
|
20
|
+
Advertisement = "advertisement",
|
21
|
+
Other = "other"
|
22
|
+
}
|
23
|
+
export interface MediaflowAccessToken {
|
24
|
+
access_token: string;
|
25
|
+
token_type: string;
|
26
|
+
expires_in: number;
|
27
|
+
}
|
@@ -1,10 +1,13 @@
|
|
1
1
|
import { HttpClient } from "@omnia/fx";
|
2
2
|
import { MediaflowAuthenticationInfo, guid } from "@omnia/fx-models";
|
3
|
-
import { MediaflowVideoInfo } from "../models";
|
3
|
+
import { MediaflowAccessToken, MediaflowVideoInfo } from "../models";
|
4
4
|
export declare class MediaflowService {
|
5
5
|
protected httpClient: HttpClient;
|
6
6
|
private omniaHttpClient;
|
7
7
|
private mediaflowUrl;
|
8
|
+
private mediaflowApi;
|
8
9
|
getVideoInfo: (mediaId: string) => Promise<MediaflowVideoInfo>;
|
9
10
|
getAuthenticationInfo: (profileId: guid) => Promise<MediaflowAuthenticationInfo>;
|
11
|
+
getBearerToken(authenInfo: MediaflowAuthenticationInfo): Promise<MediaflowAccessToken>;
|
12
|
+
reportUsage(mediaId: number, contact: string, removed: boolean, pageUrl: string, pageName: string, bearerToken: string): Promise<void>;
|
10
13
|
}
|
@@ -1,73 +1,25 @@
|
|
1
1
|
import { MediaflowAuthenticationInfo, MediaflowSettings } from "@omnia/fx-models";
|
2
2
|
import { BaseProviderImageHandler, BaseProviderVideoHandler } from "@omnia/fx/stores";
|
3
|
-
import { MediaFlowImage, MediaflowInformation } from "../models";
|
3
|
+
import { MediaFlowImage, MediaflowAccessToken, MediaflowInformation } from "../models";
|
4
4
|
export declare const useMediaflowProviderStore: () => {
|
5
5
|
state: {
|
6
6
|
loadedMediaFlowJS: boolean;
|
7
7
|
loadedMediaFlowCSS: boolean;
|
8
|
+
accessTokenExpireTime: Date;
|
9
|
+
accessToken: MediaflowAccessToken;
|
8
10
|
isSettingsLoaded: boolean;
|
9
11
|
settings: MediaflowSettings;
|
10
12
|
authenticationInfo: MediaflowAuthenticationInfo;
|
11
13
|
};
|
12
|
-
actions: {
|
13
|
-
onDispatching: {
|
14
|
-
init: {
|
15
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
16
|
-
};
|
17
|
-
loadSettings: {
|
18
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
19
|
-
};
|
20
|
-
loadAuthenticationInfo: {
|
21
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
22
|
-
};
|
23
|
-
handleVideo: {
|
24
|
-
subscribe(fn: (source: MediaflowInformation, folderId: number) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
25
|
-
};
|
26
|
-
handleImage: {
|
27
|
-
subscribe(fn: (source: Partial<MediaFlowImage>, folderId: number) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
28
|
-
};
|
29
|
-
};
|
30
|
-
onDispatched: {
|
31
|
-
init: {
|
32
|
-
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
33
|
-
};
|
34
|
-
loadSettings: {
|
35
|
-
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
36
|
-
};
|
37
|
-
loadAuthenticationInfo: {
|
38
|
-
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
39
|
-
};
|
40
|
-
handleVideo: {
|
41
|
-
subscribe(fn: (result: void, source: MediaflowInformation, folderId: number) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
42
|
-
};
|
43
|
-
handleImage: {
|
44
|
-
subscribe(fn: (result: void, source: Partial<MediaFlowImage>, folderId: number) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
45
|
-
};
|
46
|
-
};
|
47
|
-
onFailure: {
|
48
|
-
init: {
|
49
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
50
|
-
};
|
51
|
-
loadSettings: {
|
52
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
53
|
-
};
|
54
|
-
loadAuthenticationInfo: {
|
55
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
56
|
-
};
|
57
|
-
handleVideo: {
|
58
|
-
subscribe(fn: (failureReason: any, source: MediaflowInformation, folderId: number) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
59
|
-
};
|
60
|
-
handleImage: {
|
61
|
-
subscribe(fn: (failureReason: any, source: Partial<MediaFlowImage>, folderId: number) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
62
|
-
};
|
63
|
-
};
|
64
|
-
} & {
|
14
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
65
15
|
init: () => Promise<void>;
|
66
16
|
loadSettings: () => Promise<void>;
|
67
17
|
loadAuthenticationInfo: () => Promise<void>;
|
68
18
|
handleVideo: (source: MediaflowInformation, folderId: number) => Promise<void>;
|
69
19
|
handleImage: (source: Partial<MediaFlowImage>, folderId: number) => Promise<void>;
|
70
|
-
|
20
|
+
reportUsage: (mediaId: number) => Promise<void>;
|
21
|
+
ensureBearerToken: () => Promise<void>;
|
22
|
+
}>;
|
71
23
|
get: {
|
72
24
|
readonly getLocale: string;
|
73
25
|
readonly mediaflowLoaded: boolean;
|
@@ -0,0 +1,13 @@
|
|
1
|
+
import { IIcon } from "@omnia/fx-models";
|
2
|
+
import { DefineProp, DefinePropTheming, DefineSlot } from "@omnia/fx/ux";
|
3
|
+
import { VNodeChild } from "vue";
|
4
|
+
export type LinkItemProps = {
|
5
|
+
title: string;
|
6
|
+
href?: string;
|
7
|
+
disabled?: boolean;
|
8
|
+
};
|
9
|
+
type BreadcrumbsProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"items", (string | LinkItemProps)[]> & DefineProp<"icon", IIcon, false, null, "Prepend a specific icon"> & DefineSlot<"divider", () => VNodeChild> & DefineSlot<"title", ({ item }: {
|
10
|
+
item: LinkItemProps;
|
11
|
+
}) => VNodeChild>;
|
12
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<BreadcrumbsProps>) => any;
|
13
|
+
export default _default;
|
@@ -4,5 +4,5 @@
|
|
4
4
|
import { ColorDefinition } from "../../velcron/core";
|
5
5
|
import { OButtonGroupTypes } from "@omnia/fx-models";
|
6
6
|
export declare const ButtonGroupStyles: {
|
7
|
-
buttonContainer: (baseColor: ColorDefinition, onBaseColor: ColorDefinition,
|
7
|
+
buttonContainer: (baseColor: ColorDefinition, onBaseColor: ColorDefinition, toned: boolean, variant: OButtonGroupTypes) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
8
8
|
};
|
@@ -3,7 +3,10 @@ import { ColorValue, TextBlueprint, OTextFieldTypes } from "@omnia/fx/models";
|
|
3
3
|
import { VNodeChild } from "vue";
|
4
4
|
export declare const InputTypeDefinitions: readonly ["text", "password", "number"];
|
5
5
|
export type InputTypes = typeof InputTypeDefinitions[number];
|
6
|
-
type
|
6
|
+
export type InputApi = {
|
7
|
+
focus: () => void;
|
8
|
+
};
|
9
|
+
type BaseProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"variant", OTextFieldTypes, false, null, "Applies a distinct style to the component."> & DefineProp<"color", ColorValue, false, null, "Define the custom color for text field."> & DefineProp<"readonly", boolean, false, null, "Makes the text field readonly."> & DefineProp<"persistentHint", boolean, false, null, "Forces hint to always be visible."> & DefineProp<"hint", string, false, null, "Sets the hint of the text field. Hint will be displayed below the input when focused."> & DefineProp<"errorMessages", string | string[], false, null, "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the rules prop. This field will not trigger validation."> & DefineProp<"rules", ValidationRule[], false, null, "Accepts a mixed array of types function. Functions pass an input value as an argument and must return either true / false or a string containing an error message."> & DefineProp<"toned", boolean, false, null, ""> & DefineProp<"label", string, false, null, "The label of the input field."> & DefineProp<"loading", boolean, false, false, "Displays linear progress bar."> & DefineProp<"disabled", boolean, false, false, "Removes the ability to click or target the input."> & DefineProp<"blueprint", TextBlueprint, false, null, "Sets a custom blueprint for the text."> & DefineProp<"getApi", (api: InputApi) => void, false, null, "Gets the api"> & DefineSlot<"append", () => VNodeChild, "Adds an item inside the input and after input content."> & DefineSlot<"append-inner", () => VNodeChild, "Adds an item inside the input content."> & DefineSlot<"prepend", () => VNodeChild, "Adds an item outside the input and before input content."> & DefineSlot<"prepend-inner", () => VNodeChild, "Slot that is prepended to the input."> & DefineSlot<"message", () => VNodeChild, "Slot used to customize the message content."> & DefineEmit<"update:focused", (value: boolean) => void, "Emit when search input field is focused."> & DefineEmit<"click:button", () => void, "Emit when click on icon."> & DefineEmit<"click:clear", () => void, "Emit when search input field is cleared.">;
|
7
10
|
type NumberInputProps = DefineVModel<"", number, false, null, false, "The v-model value of the component."> & DefineProp<"max", number, false, null, "The max value."> & DefineProp<"min", number, false, null, "The min value."> & DefineProp<"step", number, false, null, "incremental steps for adjusting the numeric value."> & BaseProps;
|
8
11
|
type TextInputProps = DefineVModel<"", string, false, null, false, "The v-model value of the component."> & DefineProp<"suffix", string, false, null, "The suffix text of the text field."> & DefineProp<"prefix", string, false, null, "The prefix text of the text field."> & DefineProp<"clearable", boolean, false, false, "Adds a clear button when the text field is not empty."> & DefineProp<"autofocus", boolean, false, false, "Enables autofocus."> & DefineProp<"placeholder", string, false, null, "Sets the input’s placeholder text."> & BaseProps;
|
9
12
|
declare const _default: <TType extends "text" | "number" | "password" = "text">(props: import("@omnia/fx/ux").ConstructComponentProps<{
|
package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/store/ScrollContainerStore.d.ts
CHANGED
@@ -12,140 +12,16 @@ export declare const useScrollContainerStore: () => {
|
|
12
12
|
scrollingDirection: OScrollTypesCombination;
|
13
13
|
coordinates: Coordinates;
|
14
14
|
};
|
15
|
-
events: {
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
}
|
24
|
-
actions: {
|
25
|
-
onDispatching: {
|
26
|
-
scroll: {
|
27
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
28
|
-
};
|
29
|
-
calculateDynamicHeight: {
|
30
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
31
|
-
};
|
32
|
-
setHeight: {
|
33
|
-
subscribe(fn: (height: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
34
|
-
};
|
35
|
-
setWidth: {
|
36
|
-
subscribe(fn: (width: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
37
|
-
};
|
38
|
-
setScrolling: {
|
39
|
-
subscribe(fn: (scrolling: OScrollTypesCombination) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
40
|
-
};
|
41
|
-
calculateScrollHeight: {
|
42
|
-
subscribe(fn: (referenceElementIds: string[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
43
|
-
};
|
44
|
-
isElementNameStillInView: {
|
45
|
-
subscribe(fn: (elementName: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
46
|
-
};
|
47
|
-
isElementIdStillInView: {
|
48
|
-
subscribe(fn: (elementId: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
49
|
-
};
|
50
|
-
scrollToStart: {
|
51
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
52
|
-
};
|
53
|
-
scrollToElementId: {
|
54
|
-
subscribe(fn: (elementId: string, anchor?: "start" | "end") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
55
|
-
};
|
56
|
-
scrollToElementName: {
|
57
|
-
subscribe(fn: (elementName: string, anchor?: "start" | "end") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
58
|
-
};
|
59
|
-
scrollToElement: {
|
60
|
-
subscribe(fn: (element: HTMLElement, anchor?: "start" | "end") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
61
|
-
};
|
62
|
-
scrollToSelector: {
|
63
|
-
subscribe(fn: (selector: string, anchor?: "start" | "end") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
64
|
-
};
|
65
|
-
};
|
66
|
-
onDispatched: {
|
67
|
-
scroll: {
|
68
|
-
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
69
|
-
};
|
70
|
-
calculateDynamicHeight: {
|
71
|
-
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
72
|
-
};
|
73
|
-
setHeight: {
|
74
|
-
subscribe(fn: (result: void, height: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
75
|
-
};
|
76
|
-
setWidth: {
|
77
|
-
subscribe(fn: (result: void, width: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
78
|
-
};
|
79
|
-
setScrolling: {
|
80
|
-
subscribe(fn: (result: void, scrolling: OScrollTypesCombination) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
81
|
-
};
|
82
|
-
calculateScrollHeight: {
|
83
|
-
subscribe(fn: (result: void, referenceElementIds: string[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
84
|
-
};
|
85
|
-
isElementNameStillInView: {
|
86
|
-
subscribe(fn: (result: boolean, elementName: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
87
|
-
};
|
88
|
-
isElementIdStillInView: {
|
89
|
-
subscribe(fn: (result: boolean, elementId: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
90
|
-
};
|
91
|
-
scrollToStart: {
|
92
|
-
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
93
|
-
};
|
94
|
-
scrollToElementId: {
|
95
|
-
subscribe(fn: (result: void, elementId: string, anchor?: "start" | "end") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
96
|
-
};
|
97
|
-
scrollToElementName: {
|
98
|
-
subscribe(fn: (result: void, elementName: string, anchor?: "start" | "end") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
99
|
-
};
|
100
|
-
scrollToElement: {
|
101
|
-
subscribe(fn: (result: void, element: HTMLElement, anchor?: "start" | "end") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
102
|
-
};
|
103
|
-
scrollToSelector: {
|
104
|
-
subscribe(fn: (result: void, selector: string, anchor?: "start" | "end") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
105
|
-
};
|
106
|
-
};
|
107
|
-
onFailure: {
|
108
|
-
scroll: {
|
109
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
110
|
-
};
|
111
|
-
calculateDynamicHeight: {
|
112
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
113
|
-
};
|
114
|
-
setHeight: {
|
115
|
-
subscribe(fn: (failureReason: any, height: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
116
|
-
};
|
117
|
-
setWidth: {
|
118
|
-
subscribe(fn: (failureReason: any, width: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
119
|
-
};
|
120
|
-
setScrolling: {
|
121
|
-
subscribe(fn: (failureReason: any, scrolling: OScrollTypesCombination) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
122
|
-
};
|
123
|
-
calculateScrollHeight: {
|
124
|
-
subscribe(fn: (failureReason: any, referenceElementIds: string[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
125
|
-
};
|
126
|
-
isElementNameStillInView: {
|
127
|
-
subscribe(fn: (failureReason: any, elementName: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
128
|
-
};
|
129
|
-
isElementIdStillInView: {
|
130
|
-
subscribe(fn: (failureReason: any, elementId: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
131
|
-
};
|
132
|
-
scrollToStart: {
|
133
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
134
|
-
};
|
135
|
-
scrollToElementId: {
|
136
|
-
subscribe(fn: (failureReason: any, elementId: string, anchor?: "start" | "end") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
137
|
-
};
|
138
|
-
scrollToElementName: {
|
139
|
-
subscribe(fn: (failureReason: any, elementName: string, anchor?: "start" | "end") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
140
|
-
};
|
141
|
-
scrollToElement: {
|
142
|
-
subscribe(fn: (failureReason: any, element: HTMLElement, anchor?: "start" | "end") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
143
|
-
};
|
144
|
-
scrollToSelector: {
|
145
|
-
subscribe(fn: (failureReason: any, selector: string, anchor?: "start" | "end") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
146
|
-
};
|
147
|
-
};
|
148
|
-
} & {
|
15
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
16
|
+
elementRef: HTMLElement;
|
17
|
+
elementId: string;
|
18
|
+
disableScrolling: boolean;
|
19
|
+
height: string;
|
20
|
+
width: string;
|
21
|
+
scrollingDirection: OScrollTypesCombination;
|
22
|
+
coordinates: Coordinates;
|
23
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
24
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
149
25
|
scroll: () => void;
|
150
26
|
calculateDynamicHeight: () => void;
|
151
27
|
setHeight: (height: string) => void;
|
@@ -159,7 +35,7 @@ export declare const useScrollContainerStore: () => {
|
|
159
35
|
scrollToElementName: (elementName: string, anchor?: AnchorPosition) => void;
|
160
36
|
scrollToElement: (element: HTMLElement, anchor?: AnchorPosition) => void;
|
161
37
|
scrollToSelector: (selector: string, anchor?: AnchorPosition) => void;
|
162
|
-
}
|
38
|
+
}>;
|
163
39
|
get: {
|
164
40
|
readonly coordinates: Coordinates;
|
165
41
|
readonly scrollPosition: number;
|
@@ -2,7 +2,7 @@ import { IIcon, OSelectRenderingItem, OSelectTypes } from "@omnia/fx-models";
|
|
2
2
|
import { DefineEmit, DefineProp, DefinePropTheming, DefineSlot, DefineType, DefineVModel, ItemType, ItemValueType, ValidationRule } from "@omnia/fx/ux";
|
3
3
|
import { VNodeChild } from "vue";
|
4
4
|
import { VSelectSlots } from "../../ComponentTypings";
|
5
|
-
export interface OSelectSlots extends Omit<VSelectSlots, "item" | "selection" | "chip" | "append-item"> {
|
5
|
+
export interface OSelectSlots extends Omit<VSelectSlots, "item" | "selection" | "item" | "chip" | "append-item"> {
|
6
6
|
chip?: (item: OSelectRenderingItem, index: Number) => VNodeChild;
|
7
7
|
selection?: (item: OSelectRenderingItem, index: Number) => VNodeChild;
|
8
8
|
item?: (item: OSelectRenderingItem, index: Number) => VNodeChild;
|
@@ -1,69 +1,8 @@
|
|
1
1
|
import { Swiper } from "swiper/types";
|
2
2
|
export declare const useSlidePanelStore: () => {
|
3
3
|
state: {};
|
4
|
-
events: {}
|
5
|
-
actions: {
|
6
|
-
onDispatching: {
|
7
|
-
init: {
|
8
|
-
subscribe(fn: (swiperObj: Swiper) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
9
|
-
};
|
10
|
-
nextSlide: {
|
11
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
12
|
-
};
|
13
|
-
prevSlide: {
|
14
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
15
|
-
};
|
16
|
-
slideTo: {
|
17
|
-
subscribe(fn: (index: number) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
18
|
-
};
|
19
|
-
onSlideChange: {
|
20
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
21
|
-
};
|
22
|
-
autoplay: {
|
23
|
-
subscribe(fn: never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
24
|
-
};
|
25
|
-
};
|
26
|
-
onDispatched: {
|
27
|
-
init: {
|
28
|
-
subscribe(fn: (result: void, swiperObj: Swiper) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
29
|
-
};
|
30
|
-
nextSlide: {
|
31
|
-
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
32
|
-
};
|
33
|
-
prevSlide: {
|
34
|
-
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
35
|
-
};
|
36
|
-
slideTo: {
|
37
|
-
subscribe(fn: (result: void, index: number) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
38
|
-
};
|
39
|
-
onSlideChange: {
|
40
|
-
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
41
|
-
};
|
42
|
-
autoplay: {
|
43
|
-
subscribe(fn: never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
44
|
-
};
|
45
|
-
};
|
46
|
-
onFailure: {
|
47
|
-
init: {
|
48
|
-
subscribe(fn: (failureReason: any, swiperObj: Swiper) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
49
|
-
};
|
50
|
-
nextSlide: {
|
51
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
52
|
-
};
|
53
|
-
prevSlide: {
|
54
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
55
|
-
};
|
56
|
-
slideTo: {
|
57
|
-
subscribe(fn: (failureReason: any, index: number) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
58
|
-
};
|
59
|
-
onSlideChange: {
|
60
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
61
|
-
};
|
62
|
-
autoplay: {
|
63
|
-
subscribe(fn: never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
64
|
-
};
|
65
|
-
};
|
66
|
-
} & {
|
4
|
+
events: import("@omnia/fx/stores").StoreEvents<{}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
5
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
67
6
|
init: (swiperObj: Swiper) => void;
|
68
7
|
nextSlide: () => void;
|
69
8
|
prevSlide: () => void;
|
@@ -77,7 +16,7 @@ export declare const useSlidePanelStore: () => {
|
|
77
16
|
stop: () => void;
|
78
17
|
};
|
79
18
|
};
|
80
|
-
}
|
19
|
+
}>;
|
81
20
|
get: {
|
82
21
|
activeIndex: () => number;
|
83
22
|
autoplay: () => boolean;
|