@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
package/internal-do-not-import-from-here/ux/oxide/stickycontainer/store/StickyContainerStore.d.ts
CHANGED
@@ -5,41 +5,16 @@ export declare const useStickyContainerStore: () => {
|
|
5
5
|
contentVisibilityTracking: boolean;
|
6
6
|
isEditor: boolean;
|
7
7
|
};
|
8
|
-
events: {
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
}
|
14
|
-
actions: {
|
15
|
-
onDispatching: {
|
16
|
-
activateContentVisibilityTracking: {
|
17
|
-
subscribe(fn: (elmentId: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
18
|
-
};
|
19
|
-
calculateIfElementIsSticky: {
|
20
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
21
|
-
};
|
22
|
-
};
|
23
|
-
onDispatched: {
|
24
|
-
activateContentVisibilityTracking: {
|
25
|
-
subscribe(fn: (result: void, elmentId: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
26
|
-
};
|
27
|
-
calculateIfElementIsSticky: {
|
28
|
-
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
29
|
-
};
|
30
|
-
};
|
31
|
-
onFailure: {
|
32
|
-
activateContentVisibilityTracking: {
|
33
|
-
subscribe(fn: (failureReason: any, elmentId: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
34
|
-
};
|
35
|
-
calculateIfElementIsSticky: {
|
36
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
37
|
-
};
|
38
|
-
};
|
39
|
-
} & {
|
8
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
9
|
+
isSticky: boolean;
|
10
|
+
hideStickyElement: boolean;
|
11
|
+
contentVisibilityTracking: boolean;
|
12
|
+
isEditor: boolean;
|
13
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
14
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
40
15
|
activateContentVisibilityTracking: (elmentId: string) => void;
|
41
16
|
calculateIfElementIsSticky: () => void;
|
42
|
-
}
|
17
|
+
}>;
|
43
18
|
get: {
|
44
19
|
startMarkElementId: string;
|
45
20
|
stickyWrapperElementId: string;
|
@@ -1,4 +1,4 @@
|
|
1
1
|
import { ColorDefinition } from "../../velcron/core";
|
2
2
|
export declare const TableStyles: {
|
3
|
-
tableWrapper: (baseColor: ColorDefinition,
|
3
|
+
tableWrapper: (baseColor: ColorDefinition, toned: boolean) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
4
4
|
};
|
@@ -1,40 +1,18 @@
|
|
1
1
|
export type RichTextEditorStore = ReturnType<typeof useRichTextEditorStore>;
|
2
2
|
export declare const useRichTextEditorStore: () => {
|
3
|
-
events: {
|
4
|
-
|
3
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
4
|
+
_sharedValue: {
|
5
5
|
[key: string]: any;
|
6
|
-
}
|
7
|
-
}
|
6
|
+
};
|
7
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
8
8
|
get: {
|
9
9
|
getSharedValue(key: string): any;
|
10
10
|
};
|
11
|
-
actions: {
|
12
|
-
onDispatching: {
|
13
|
-
setSharedValue: {
|
14
|
-
subscribe(fn: (value: {
|
15
|
-
[key: string]: any;
|
16
|
-
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
17
|
-
};
|
18
|
-
};
|
19
|
-
onDispatched: {
|
20
|
-
setSharedValue: {
|
21
|
-
subscribe(fn: (result: void, value: {
|
22
|
-
[key: string]: any;
|
23
|
-
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
24
|
-
};
|
25
|
-
};
|
26
|
-
onFailure: {
|
27
|
-
setSharedValue: {
|
28
|
-
subscribe(fn: (failureReason: any, value: {
|
29
|
-
[key: string]: any;
|
30
|
-
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
31
|
-
};
|
32
|
-
};
|
33
|
-
} & {
|
11
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
34
12
|
setSharedValue(value: {
|
35
13
|
[key: string]: any;
|
36
14
|
}): void;
|
37
|
-
}
|
15
|
+
}>;
|
38
16
|
} & {
|
39
17
|
dispose?: () => void;
|
40
18
|
};
|
@@ -1,87 +1,17 @@
|
|
1
|
-
import {
|
2
|
-
import {
|
3
|
-
import {
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
1
|
+
import { DefineEmit } from "@omnia/fx/ux";
|
2
|
+
import { RollupFilterModel } from ".";
|
3
|
+
import { EnterprisePropertyDefinition, RollupFilter } from "../../models";
|
4
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
5
|
+
"emit:update:modelValue": (value: RollupFilterModel) => void;
|
6
|
+
} & {
|
7
|
+
"v-model"?: RollupFilterModel;
|
8
|
+
} & {
|
9
|
+
modelValue?: RollupFilterModel;
|
10
|
+
} & {
|
10
11
|
searchInputId?: string;
|
11
|
-
|
12
|
-
onFilterChange?: (filters: Array<RollupFilter>, searchText: string) => void;
|
13
|
-
mapRollupUiFilter?: (filters: Array<RollupFilter>) => void;
|
12
|
+
} & {
|
14
13
|
contentProperties?: EnterprisePropertyDefinition[];
|
14
|
+
} & {
|
15
15
|
useRollupFilterRouter?: boolean;
|
16
|
-
|
17
|
-
|
18
|
-
termService: TermService;
|
19
|
-
termStore: TermStore;
|
20
|
-
multilingualStore: MultilingualStore;
|
21
|
-
loc: RollupFilterLocalization.locInterface;
|
22
|
-
private blockInstance;
|
23
|
-
formatter: {
|
24
|
-
timeformat: TimeFormat;
|
25
|
-
locale: string;
|
26
|
-
firstdayofweek: number;
|
27
|
-
};
|
28
|
-
timewatchUniqueKey: string;
|
29
|
-
originalQueryText: string;
|
30
|
-
currentFilterValues: {
|
31
|
-
[internalName: string]: any;
|
32
|
-
};
|
33
|
-
booleanFilterOptions: Array<{
|
34
|
-
id: RollupEnums.BooleamFilterOption;
|
35
|
-
title: string;
|
36
|
-
value: boolean;
|
37
|
-
}>;
|
38
|
-
searchText: string;
|
39
|
-
textFilterValue: {
|
40
|
-
[internalName: string]: any;
|
41
|
-
};
|
42
|
-
contentPropertyTitleByInternalName: {
|
43
|
-
[internalName: string]: string;
|
44
|
-
};
|
45
|
-
internalFilters: Array<RollupFilter>;
|
46
|
-
filtersExpanded: number;
|
47
|
-
slimView: boolean;
|
48
|
-
lcid: number;
|
49
|
-
private isLoadingKeywordTermset;
|
50
|
-
private keywordTermSet;
|
51
|
-
private searchTimeout;
|
52
|
-
private previousSearchText;
|
53
|
-
private slimmedRollupFilters;
|
54
|
-
mounted(): void;
|
55
|
-
created(): void;
|
56
|
-
init(update: Boolean): void;
|
57
|
-
onValueBindChanged(newValue: RollupFilterModel, oldValue: RollupFilterModel): void;
|
58
|
-
onUseRouter(newValue: boolean, oldValue: boolean): void;
|
59
|
-
timerUpdateFilter(key: any): void;
|
60
|
-
onUpdateFilter(updateRouter?: boolean): void;
|
61
|
-
hasFilters(): boolean;
|
62
|
-
getTaxonomyPropertiesForFilter(propertyName: any): TaxonomyPropertySettings;
|
63
|
-
getPagePropertyAndRemoveInternalName(propertyName: string): string;
|
64
|
-
getTitle(filter: RollupFilter): string;
|
65
|
-
getContentPropTitle(propertyName: string): string;
|
66
|
-
renderDateFilter(filter: RollupFilter): JSX.Element;
|
67
|
-
renderBooleanFilter(filter: RollupFilter): JSX.Element;
|
68
|
-
renderKeywordFilter(filter: RollupFilter): JSX.Element;
|
69
|
-
renderTaxonomyFilter(filter: TagRollupFilter): JSX.Element;
|
70
|
-
renderTagsFilter(filter: TagRollupFilter): JSX.Element;
|
71
|
-
renderPersonFilter(filter: RollupFilter): JSX.Element;
|
72
|
-
renderTextFieldFilter(filter: RollupFilter): JSX.Element;
|
73
|
-
renderCustomFilter(filter: RollupFilter): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
74
|
-
[key: string]: any;
|
75
|
-
}>;
|
76
|
-
onSearchKeyup(): void;
|
77
|
-
renderSearchBox(): JSX.Element;
|
78
|
-
renderFilterShowHideFilters(): JSX.Element[];
|
79
|
-
renderToolbar(): JSX.Element;
|
80
|
-
getColumnCount(columns: any, filters: any): number;
|
81
|
-
renderFilters(): JSX.Element;
|
82
|
-
render(): JSX.Element;
|
83
|
-
canRenderFilter(filter: RollupFilter): boolean;
|
84
|
-
renderFilterByType(filter: RollupFilter): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
85
|
-
[key: string]: any;
|
86
|
-
}>;
|
87
|
-
}
|
16
|
+
} & DefineEmit<"filterChange", (filters: Array<RollupFilter>, searchText: string) => void> & DefineEmit<"mapRollupUiFilter", (filters: Array<RollupFilter>) => void>>) => any;
|
17
|
+
export default _default;
|
@@ -266,12 +266,12 @@ declare const _default: {
|
|
266
266
|
readOnly?: boolean;
|
267
267
|
topicId?: string;
|
268
268
|
enableMention?: boolean;
|
269
|
+
comments?: Comment[];
|
269
270
|
contextParams?: {
|
270
271
|
[key: string]: string | number;
|
271
272
|
};
|
272
273
|
showMoreSize?: number;
|
273
274
|
allowLikes?: boolean;
|
274
|
-
comments?: Comment[];
|
275
275
|
enableBestReply?: boolean;
|
276
276
|
canMarkBestReply?: boolean;
|
277
277
|
sortOrder?: CommentSorting;
|
package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/useVelcronStateManager.d.ts
CHANGED
@@ -17,7 +17,7 @@ export declare function useVelcronStateManager(): {
|
|
17
17
|
alignY?: string;
|
18
18
|
colorSchemaType?: string;
|
19
19
|
spacing?: import("../../core").VelcronSpacing;
|
20
|
-
blueprint?: import("../../core").
|
20
|
+
blueprint?: import("../../core").ContainerFillBlueprint | import("../../core").BlueprintVariant;
|
21
21
|
background?: import("../../core").BackgroundDefinition;
|
22
22
|
};
|
23
23
|
grid?: import("../../core").VelcronGridState;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { VelcronOnUpdatedEvent, VelcronOnClosedEvent, VelcronOnCloseRequestedEvent, VelcronOnPressEvent, VelcronSpacing, VelcronStyling, VelcronCustomComponentDefinition, VelcronAppDefinition, VelcronRendererResolverReference, EventHook, Future, TextBlueprint, VelcronBindableProp, VelcronEditor,
|
1
|
+
import { VelcronOnUpdatedEvent, VelcronOnClosedEvent, VelcronOnCloseRequestedEvent, VelcronOnPressEvent, VelcronSpacing, VelcronStyling, VelcronCustomComponentDefinition, VelcronAppDefinition, VelcronRendererResolverReference, EventHook, Future, TextBlueprint, VelcronBindableProp, VelcronEditor, ContainerFillBlueprint, BackgroundDefinition, BlueprintVariant, IconBlueprint, ButtonBlueprint } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
2
2
|
import { VelcronComponentArrayType, VelcronPrimitiveType } from "./VelcronTypes";
|
3
3
|
import { AssignOperators, VelcronHorizontalAlignments, VelcronIconTypes, VelcronActionTypes, VelcronVerticalAlignments } from "./Enums";
|
4
4
|
import { DynamicState, VelcronDefinition, VelcronEffects, useVelcronThemingStore } from "..";
|
@@ -217,7 +217,7 @@ export interface VelcronFlexRowDefinition extends VelcronDefinition, VelcronColo
|
|
217
217
|
direction?: VelcronBindableProp<"row" | "row-reverse">;
|
218
218
|
position?: VelcronBindableProp<VelcronPosition>;
|
219
219
|
zIndex?: VelcronBindableProp<number>;
|
220
|
-
blueprint?:
|
220
|
+
blueprint?: ContainerFillBlueprint | BlueprintVariant;
|
221
221
|
background?: BackgroundDefinition;
|
222
222
|
wrap?: boolean;
|
223
223
|
gapX?: number | string;
|
@@ -238,7 +238,7 @@ export interface VelcronFlexColumnDefinition extends VelcronDefinition, VelcronC
|
|
238
238
|
type: "column";
|
239
239
|
events?: VelcronOnPressEvent;
|
240
240
|
grow?: number;
|
241
|
-
blueprint?:
|
241
|
+
blueprint?: ContainerFillBlueprint | BlueprintVariant;
|
242
242
|
alignY?: VelcronVerticalAlignments;
|
243
243
|
position?: VelcronPosition;
|
244
244
|
absolute?: VelcronSpacing;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { BackgroundDefinition,
|
1
|
+
import { BackgroundDefinition, ContainerFillBlueprint, BlueprintVariant, TextBlueprint, TypographySize, TypographyType, VelcronSpacing } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
2
2
|
import { VelcronImageRatios } from "./VelcronDefinitions";
|
3
3
|
export interface VelcronState {
|
4
4
|
states?: {
|
@@ -16,7 +16,7 @@ export interface VelcronState {
|
|
16
16
|
alignY?: string;
|
17
17
|
colorSchemaType?: string;
|
18
18
|
spacing?: VelcronSpacing;
|
19
|
-
blueprint?:
|
19
|
+
blueprint?: ContainerFillBlueprint | BlueprintVariant;
|
20
20
|
background?: BackgroundDefinition;
|
21
21
|
};
|
22
22
|
grid?: VelcronGridState;
|
@@ -1,19 +1,16 @@
|
|
1
|
-
import { ColorSchemaType, ColorSchemaTypes, ColorType, ColorTypes,
|
1
|
+
import { ColorSchemaType, ColorSchemaTypes, ColorType, ColorTypes, ContainerFillBlueprint, BlueprintVariant, ResolvedThemeDefinition, TypographySize, TypographySizes, TypographyType, TypographyTypes } from "..";
|
2
2
|
export declare const useVelcronThemingStore: (newStateWithName?: string) => {
|
3
3
|
state: {
|
4
4
|
currentTheme: ResolvedThemeDefinition;
|
5
5
|
};
|
6
6
|
get: {
|
7
7
|
componentBlueprints: () => void;
|
8
|
-
containerBlueprint: (type:
|
8
|
+
containerBlueprint: (type: BlueprintVariant | ContainerFillBlueprint | string) => any;
|
9
9
|
colorSchema: (colorSchemaType: ColorSchemaTypes | ColorSchemaType) => import("..").ColorSchema;
|
10
10
|
spacing: () => import("..").SpacingBlueprint;
|
11
11
|
typography: (typographyType: TypographyTypes | TypographyType, size: TypographySizes | TypographySize) => any;
|
12
12
|
color: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => string;
|
13
13
|
colorDefinition: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => import("..").ColorDefinition;
|
14
|
-
complementaryColorType: (colorType: ColorTypes | ColorType) => ColorTypes;
|
15
|
-
complementaryColor: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => string;
|
16
|
-
complementaryColorDefinition: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => import("..").ColorDefinition;
|
17
14
|
currentTheme: () => ResolvedThemeDefinition;
|
18
15
|
};
|
19
16
|
actions: {
|
package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronComponentStore.d.ts
CHANGED
@@ -12,12 +12,12 @@ export declare const useVelcronComponentStore: () => {
|
|
12
12
|
onDispatched: {};
|
13
13
|
onFailure: {};
|
14
14
|
};
|
15
|
-
events: {
|
16
|
-
|
15
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
16
|
+
builtInComponentDescriptions: {
|
17
17
|
[name: string]: VelcronComponentDescriptor;
|
18
|
-
}
|
19
|
-
|
20
|
-
}
|
18
|
+
};
|
19
|
+
componentTemplates: VelcronComponentTemplateDescriptor[];
|
20
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
21
21
|
} & {
|
22
22
|
dispose?: () => void;
|
23
23
|
};
|