@omnia/fx 8.0.300-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/ux/ComponentTypings.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ButtonsEditorStore.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +12 -9
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/{ContainersEditorStore.d.ts → ContainerFillsEditorStore.d.ts} +5 -5
- 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/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/store/ComponentBlueprintStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +2 -0
- 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/errormessage/ErrorMessage.d.ts +2 -34
- 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 +5 -1
- package/internal-do-not-import-from-here/ux/oxide/breadcrumbs/Breadcrumbs.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/oxide/inputfield/InputField.d.ts +4 -1
- 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/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 -2
- 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 +30 -4
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/aurora/store/ComponentMigration.d.ts +0 -4
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/{ContainersBlade.d.ts → ContainerFillsBladeEdit.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/{ContainersBladeEdit.d.ts → ContainersFillsBlade.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
@@ -42,6 +42,7 @@ export declare namespace Utils {
|
|
42
42
|
*/
|
43
43
|
function generateguid(): string;
|
44
44
|
function isNativeClass(value: any): boolean;
|
45
|
+
function deepMerge<T>(obj1: any, obj2: any): T;
|
45
46
|
function groupBy<T>(collection: Array<T>, propName: string): Array<{
|
46
47
|
key: any;
|
47
48
|
items: Array<T>;
|
@@ -69,7 +69,7 @@ type VuetifySlots<T> = {
|
|
69
69
|
type VuetifyValue<T> = T extends {
|
70
70
|
value?: any;
|
71
71
|
} ? T["value"] : T;
|
72
|
-
import { VTooltip, VTextarea, VSwitch, VRadioGroup, VLazy, VForm, VTextField, VBtn, VBtnToggle, VBtnGroup, VNavigationDrawer, VList, VListItem, VListGroup, VListImg, VListItemAction, VListItemTitle, VListItemSubtitle, VListItemMedia, VListSubheader, VDialog, VDialogBottomTransition, VDialogTopTransition, VDialogTransition, VCard, VCardActions, VCardItem, VCardSubtitle, VCardText, VCardTitle, VExpansionPanels, VExpansionPanel, VExpansionPanelText, VExpansionPanelTitle, VAutocomplete, VMenu, VTable, VCheckbox, VCheckboxBtn, VVirtualScroll, VChip, VSelect, VBadge, VCol, VPagination, VRating, VRangeSlider, VSnackbar, VRadio, VSlideGroup, VSlideGroupItem, VStepper, VStepperHeader, VStepperWindow, VStepperActions, VStepperWindowItem, VStepperItem, VTabs, VTab } from "vuetify/components";
|
72
|
+
import { VTooltip, VTextarea, VSwitch, VRadioGroup, VLazy, VForm, VTextField, VBtn, VBtnToggle, VBtnGroup, VNavigationDrawer, VList, VListItem, VListGroup, VListImg, VListItemAction, VListItemTitle, VListItemSubtitle, VListItemMedia, VListSubheader, VDialog, VDialogBottomTransition, VDialogTopTransition, VDialogTransition, VCard, VCardActions, VCardItem, VCardSubtitle, VCardText, VCardTitle, VExpansionPanels, VExpansionPanel, VExpansionPanelText, VExpansionPanelTitle, VAutocomplete, VMenu, VTable, VCheckbox, VCheckboxBtn, VVirtualScroll, VChip, VSelect, VBadge, VCol, VPagination, VRating, VRangeSlider, VSnackbar, VRadio, VSlideGroup, VSlideGroupItem, VStepper, VStepperHeader, VStepperWindow, VStepperActions, VStepperWindowItem, VStepperItem, VTabs, VTab, VBreadcrumbs } from "vuetify/components";
|
73
73
|
import { Intersect } from "vuetify/directives";
|
74
74
|
import { VDataTable, VDataTableRow, VDataTableRows, VDataTableVirtual, VDataTableServer, VInfiniteScroll, VDatePicker, VFab, VSpeedDial } from "vuetify/components";
|
75
75
|
import { VCalendar } from "vuetify/labs/VCalendar";
|
@@ -154,6 +154,9 @@ declare global {
|
|
154
154
|
"v-badge": VuetifyProps<Pick<VBadge, "$props">> & {
|
155
155
|
[name: string]: any;
|
156
156
|
};
|
157
|
+
"v-breadcrumbs": VuetifyProps<Pick<VBreadcrumbs, "$props">> & {
|
158
|
+
[name: string]: any;
|
159
|
+
};
|
157
160
|
"v-select": VuetifyProps<Pick<VSelect, "$props">> & {
|
158
161
|
[name: string]: any;
|
159
162
|
};
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { ButtonBlueprint, ButtonBlueprintType, ButtonBlueprints, ButtonTypes } from "@omnia/fx-models";
|
1
|
+
import { ButtonBlueprint, ButtonBlueprintType, ButtonBlueprintVariant, ButtonBlueprints, ButtonTypes } from "@omnia/fx-models";
|
2
2
|
export declare const useButtonsEditorStore: () => {
|
3
3
|
state: {
|
4
4
|
blueprints: ButtonBlueprints;
|
@@ -14,6 +14,8 @@ export declare const useButtonsEditorStore: () => {
|
|
14
14
|
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
15
15
|
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
16
16
|
setEditingBlueprints(blueprints: ButtonBlueprints): void;
|
17
|
+
addVariant(variant: ButtonBlueprintVariant): void;
|
18
|
+
deleteEditingBlueprint(): void;
|
17
19
|
setEditingBlueprint(type: ButtonBlueprintType, buttonType: ButtonTypes): void;
|
18
20
|
applyChanges(): void;
|
19
21
|
}>;
|
@@ -1,8 +1,7 @@
|
|
1
1
|
import { ComponentBlueprints, guid, ITemplateRegistration, FontAwesomeIcon } from "@omnia/fx-models";
|
2
2
|
export interface IBlueprintItem {
|
3
|
-
title:
|
4
|
-
"
|
5
|
-
"Accordion": any;
|
3
|
+
title: string;
|
4
|
+
propertyMap: "buttons" | "tabs" | "accordion" | "input" | "table" | "scroll" | "navigation" | "blocks" | "icons" | "fills" | "headers";
|
6
5
|
icon: FontAwesomeIcon;
|
7
6
|
bladeId?: guid;
|
8
7
|
inActive: boolean;
|
@@ -10,16 +9,18 @@ export interface IBlueprintItem {
|
|
10
9
|
export declare const useComponentsEditorStore: () => {
|
11
10
|
state: {
|
12
11
|
blueprints: ITemplateRegistration<ComponentBlueprints>;
|
13
|
-
blueprintItems:
|
12
|
+
blueprintItems: IBlueprintItem[];
|
14
13
|
editMode: boolean;
|
15
14
|
};
|
16
15
|
events: import("@omnia/fx/stores").StoreEvents<{
|
17
16
|
blueprints: ITemplateRegistration<ComponentBlueprints>;
|
18
|
-
blueprintItems:
|
17
|
+
blueprintItems: IBlueprintItem[];
|
19
18
|
editMode: boolean;
|
20
19
|
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
21
20
|
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
22
|
-
addBlueprints(): void;
|
21
|
+
addBlueprints(blueprints: Array<IBlueprintItem>): void;
|
22
|
+
deleteBlueprints(blueprints: IBlueprintItem): void;
|
23
|
+
createBlueprints(): void;
|
23
24
|
editBlueprints(blueprint: ITemplateRegistration<ComponentBlueprints>): void;
|
24
25
|
copyBlueprints(blueprints: ComponentBlueprints): void;
|
25
26
|
updateEditingBlocksBlueprints(): void;
|
@@ -97,6 +98,8 @@ export declare const useComponentsEditorStore: () => {
|
|
97
98
|
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
98
99
|
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
99
100
|
setEditingBlueprints(blueprints: import("@omnia/fx-models").ButtonBlueprints): void;
|
101
|
+
addVariant(variant: import("@omnia/fx-models").ButtonBlueprintVariant): void;
|
102
|
+
deleteEditingBlueprint(): void;
|
100
103
|
setEditingBlueprint(type: import("@omnia/fx-models").ButtonBlueprintType, buttonType: import("@omnia/fx-models").ButtonTypes): void;
|
101
104
|
applyChanges(): void;
|
102
105
|
}>;
|
@@ -127,19 +130,19 @@ export declare const useComponentsEditorStore: () => {
|
|
127
130
|
editMode: boolean;
|
128
131
|
previewColorSchema: import("@omnia/fx-models").ColorSchemaType;
|
129
132
|
editingBlueprint: import("@omnia/fx-models").ContainerFillBlueprint;
|
130
|
-
editingBlueprintType: import("@omnia/fx-models").
|
133
|
+
editingBlueprintType: import("@omnia/fx-models").BlueprintVariant;
|
131
134
|
containerBlueprints: import("@omnia/fx-models").ContainerFillBlueprints;
|
132
135
|
};
|
133
136
|
events: import("@omnia/fx/stores").StoreEvents<{
|
134
137
|
editMode: boolean;
|
135
138
|
previewColorSchema: import("@omnia/fx-models").ColorSchemaType;
|
136
139
|
editingBlueprint: import("@omnia/fx-models").ContainerFillBlueprint;
|
137
|
-
editingBlueprintType: import("@omnia/fx-models").
|
140
|
+
editingBlueprintType: import("@omnia/fx-models").BlueprintVariant;
|
138
141
|
containerBlueprints: import("@omnia/fx-models").ContainerFillBlueprints;
|
139
142
|
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
140
143
|
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
141
144
|
editBlueprints(blueprints: import("@omnia/fx-models").ContainerFillBlueprints): void;
|
142
|
-
editBlueprint(variant: import("@omnia/fx-models").
|
145
|
+
editBlueprint(variant: import("@omnia/fx-models").BlueprintVariant): void;
|
143
146
|
addBlueprint(blueprint: import("@omnia/fx-models").ContainerFillBlueprint): void;
|
144
147
|
copyBlueprint(blueprint: import("@omnia/fx-models").ContainerFillBlueprint): void;
|
145
148
|
applyChanges(): void;
|
@@ -1,22 +1,22 @@
|
|
1
|
-
import { ColorSchemaType, ContainerFillBlueprint, ContainerFillBlueprints,
|
2
|
-
export declare const
|
1
|
+
import { ColorSchemaType, ContainerFillBlueprint, ContainerFillBlueprints, BlueprintVariant } from "@omnia/fx-models";
|
2
|
+
export declare const useContainerFillsEditorStore: () => {
|
3
3
|
state: {
|
4
4
|
editMode: boolean;
|
5
5
|
previewColorSchema: ColorSchemaType;
|
6
6
|
editingBlueprint: ContainerFillBlueprint;
|
7
|
-
editingBlueprintType:
|
7
|
+
editingBlueprintType: BlueprintVariant;
|
8
8
|
containerBlueprints: ContainerFillBlueprints;
|
9
9
|
};
|
10
10
|
events: import("@omnia/fx/stores").StoreEvents<{
|
11
11
|
editMode: boolean;
|
12
12
|
previewColorSchema: ColorSchemaType;
|
13
13
|
editingBlueprint: ContainerFillBlueprint;
|
14
|
-
editingBlueprintType:
|
14
|
+
editingBlueprintType: BlueprintVariant;
|
15
15
|
containerBlueprints: ContainerFillBlueprints;
|
16
16
|
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
17
17
|
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
18
18
|
editBlueprints(blueprints: ContainerFillBlueprints): void;
|
19
|
-
editBlueprint(variant:
|
19
|
+
editBlueprint(variant: BlueprintVariant): void;
|
20
20
|
addBlueprint(blueprint: ContainerFillBlueprint): void;
|
21
21
|
copyBlueprint(blueprint: ContainerFillBlueprint): void;
|
22
22
|
applyChanges(): void;
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from "./MD3Blueprint";
|
@@ -1,14 +1,19 @@
|
|
1
1
|
import { ButtonBlueprintVariant, ButtonBlueprints, ThemeContextType } from "@omnia/fx-models";
|
2
2
|
import { DefineEmit } from "@omnia/fx/ux";
|
3
|
+
type ViewVariant = "default" | "edit";
|
3
4
|
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
4
5
|
"emit:update:modelValue": (value: ButtonBlueprints) => void;
|
5
6
|
} & {
|
6
7
|
"v-model"?: ButtonBlueprints;
|
7
8
|
} & {
|
8
9
|
modelValue?: ButtonBlueprints;
|
10
|
+
} & {
|
11
|
+
variant?: ViewVariant;
|
9
12
|
} & {
|
10
13
|
toned?: boolean;
|
11
14
|
} & {
|
12
15
|
themeType?: ThemeContextType;
|
13
|
-
} &
|
16
|
+
} & {
|
17
|
+
blueprintStrategy?: string;
|
18
|
+
} & DefineEmit<"click:select", (selection: ButtonBlueprintVariant) => true> & DefineEmit<"click:add", (selection: ButtonBlueprintVariant) => true>>) => any;
|
14
19
|
export default _default;
|
package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStylePicker.d.ts
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
import { ButtonBlueprint, ButtonBlueprintVariant, ThemeContextType } from "@omnia/fx-models";
|
2
2
|
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
3
|
-
"emit:update:modelValue": (value:
|
3
|
+
"emit:update:modelValue": (value: ButtonBlueprint | ButtonBlueprintVariant) => void;
|
4
4
|
} & {
|
5
|
-
"v-model"?:
|
5
|
+
"v-model"?: ButtonBlueprint | ButtonBlueprintVariant;
|
6
6
|
} & {
|
7
|
-
modelValue?:
|
7
|
+
modelValue?: ButtonBlueprint | ButtonBlueprintVariant;
|
8
8
|
} & {
|
9
9
|
label?: string;
|
10
10
|
} & {
|
@@ -14,6 +14,8 @@ export declare const useComponentBlueprintStore: () => {
|
|
14
14
|
get: {
|
15
15
|
byType<TType extends Blueprint>(type: WebBlueprintItemDefintionType): any;
|
16
16
|
readonly blueprints: ComponentBlueprints;
|
17
|
+
readonly blueprintStrategy: ComponentBlueprints;
|
18
|
+
blueprintStrategyByType(strategyType: "MD2" | "MD3"): ComponentBlueprints;
|
17
19
|
button: {
|
18
20
|
blueprintByType(type: ButtonBlueprintVariant | ButtonBlueprint): ButtonBlueprint;
|
19
21
|
};
|
@@ -45,6 +45,8 @@ export declare const useSpacingBlueprintStore: () => {
|
|
45
45
|
get: {
|
46
46
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
47
47
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
48
|
+
readonly blueprintStrategy: import("@omnia/fx-models").ComponentBlueprints;
|
49
|
+
blueprintStrategyByType(strategyType: "MD2" | "MD3"): import("@omnia/fx-models").ComponentBlueprints;
|
48
50
|
button: {
|
49
51
|
blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintVariant | import("@omnia/fx-models").ButtonBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
50
52
|
};
|
@@ -34,6 +34,8 @@ export declare const useThemeContextStore: () => {
|
|
34
34
|
get: {
|
35
35
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
36
36
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
37
|
+
readonly blueprintStrategy: import("@omnia/fx-models").ComponentBlueprints;
|
38
|
+
blueprintStrategyByType(strategyType: "MD2" | "MD3"): import("@omnia/fx-models").ComponentBlueprints;
|
37
39
|
button: {
|
38
40
|
blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintVariant | import("@omnia/fx-models").ButtonBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
39
41
|
};
|
@@ -97,6 +99,8 @@ export declare const useThemeContextStore: () => {
|
|
97
99
|
get: {
|
98
100
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
99
101
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
102
|
+
readonly blueprintStrategy: import("@omnia/fx-models").ComponentBlueprints;
|
103
|
+
blueprintStrategyByType(strategyType: "MD2" | "MD3"): import("@omnia/fx-models").ComponentBlueprints;
|
100
104
|
button: {
|
101
105
|
blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintVariant | import("@omnia/fx-models").ButtonBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
102
106
|
};
|
@@ -160,6 +164,8 @@ export declare const useThemeContextStore: () => {
|
|
160
164
|
get: {
|
161
165
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
162
166
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
167
|
+
readonly blueprintStrategy: import("@omnia/fx-models").ComponentBlueprints;
|
168
|
+
blueprintStrategyByType(strategyType: "MD2" | "MD3"): import("@omnia/fx-models").ComponentBlueprints;
|
163
169
|
button: {
|
164
170
|
blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintVariant | import("@omnia/fx-models").ButtonBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
165
171
|
};
|
@@ -223,6 +229,8 @@ export declare const useThemeContextStore: () => {
|
|
223
229
|
get: {
|
224
230
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
225
231
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
232
|
+
readonly blueprintStrategy: import("@omnia/fx-models").ComponentBlueprints;
|
233
|
+
blueprintStrategyByType(strategyType: "MD2" | "MD3"): import("@omnia/fx-models").ComponentBlueprints;
|
226
234
|
button: {
|
227
235
|
blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintVariant | import("@omnia/fx-models").ButtonBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
228
236
|
};
|
@@ -288,6 +296,8 @@ export declare const useThemeContextStore: () => {
|
|
288
296
|
get: {
|
289
297
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
290
298
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
299
|
+
readonly blueprintStrategy: import("@omnia/fx-models").ComponentBlueprints;
|
300
|
+
blueprintStrategyByType(strategyType: "MD2" | "MD3"): import("@omnia/fx-models").ComponentBlueprints;
|
291
301
|
button: {
|
292
302
|
blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintVariant | import("@omnia/fx-models").ButtonBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
293
303
|
};
|
@@ -351,6 +361,8 @@ export declare const useThemeContextStore: () => {
|
|
351
361
|
get: {
|
352
362
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
353
363
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
364
|
+
readonly blueprintStrategy: import("@omnia/fx-models").ComponentBlueprints;
|
365
|
+
blueprintStrategyByType(strategyType: "MD2" | "MD3"): import("@omnia/fx-models").ComponentBlueprints;
|
354
366
|
button: {
|
355
367
|
blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintVariant | import("@omnia/fx-models").ButtonBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
356
368
|
};
|
@@ -414,6 +426,8 @@ export declare const useThemeContextStore: () => {
|
|
414
426
|
get: {
|
415
427
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
416
428
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
429
|
+
readonly blueprintStrategy: import("@omnia/fx-models").ComponentBlueprints;
|
430
|
+
blueprintStrategyByType(strategyType: "MD2" | "MD3"): import("@omnia/fx-models").ComponentBlueprints;
|
417
431
|
button: {
|
418
432
|
blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintVariant | import("@omnia/fx-models").ButtonBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
419
433
|
};
|
@@ -477,6 +491,8 @@ export declare const useThemeContextStore: () => {
|
|
477
491
|
get: {
|
478
492
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
479
493
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
494
|
+
readonly blueprintStrategy: import("@omnia/fx-models").ComponentBlueprints;
|
495
|
+
blueprintStrategyByType(strategyType: "MD2" | "MD3"): import("@omnia/fx-models").ComponentBlueprints;
|
480
496
|
button: {
|
481
497
|
blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintVariant | import("@omnia/fx-models").ButtonBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
482
498
|
};
|
@@ -542,6 +558,8 @@ export declare const useThemeContextStore: () => {
|
|
542
558
|
get: {
|
543
559
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
544
560
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
561
|
+
readonly blueprintStrategy: import("@omnia/fx-models").ComponentBlueprints;
|
562
|
+
blueprintStrategyByType(strategyType: "MD2" | "MD3"): import("@omnia/fx-models").ComponentBlueprints;
|
545
563
|
button: {
|
546
564
|
blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintVariant | import("@omnia/fx-models").ButtonBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
547
565
|
};
|
@@ -605,6 +623,8 @@ export declare const useThemeContextStore: () => {
|
|
605
623
|
get: {
|
606
624
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
607
625
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
626
|
+
readonly blueprintStrategy: import("@omnia/fx-models").ComponentBlueprints;
|
627
|
+
blueprintStrategyByType(strategyType: "MD2" | "MD3"): import("@omnia/fx-models").ComponentBlueprints;
|
608
628
|
button: {
|
609
629
|
blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintVariant | import("@omnia/fx-models").ButtonBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
610
630
|
};
|
@@ -668,6 +688,8 @@ export declare const useThemeContextStore: () => {
|
|
668
688
|
get: {
|
669
689
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
670
690
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
691
|
+
readonly blueprintStrategy: import("@omnia/fx-models").ComponentBlueprints;
|
692
|
+
blueprintStrategyByType(strategyType: "MD2" | "MD3"): import("@omnia/fx-models").ComponentBlueprints;
|
671
693
|
button: {
|
672
694
|
blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintVariant | import("@omnia/fx-models").ButtonBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
673
695
|
};
|
@@ -731,6 +753,8 @@ export declare const useThemeContextStore: () => {
|
|
731
753
|
get: {
|
732
754
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
733
755
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
756
|
+
readonly blueprintStrategy: import("@omnia/fx-models").ComponentBlueprints;
|
757
|
+
blueprintStrategyByType(strategyType: "MD2" | "MD3"): import("@omnia/fx-models").ComponentBlueprints;
|
734
758
|
button: {
|
735
759
|
blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintVariant | import("@omnia/fx-models").ButtonBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
736
760
|
};
|
@@ -29,6 +29,8 @@ export declare const useThemeStore: () => {
|
|
29
29
|
get: {
|
30
30
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
31
31
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
32
|
+
readonly blueprintStrategy: import("@omnia/fx-models").ComponentBlueprints;
|
33
|
+
blueprintStrategyByType(strategyType: "MD2" | "MD3"): import("@omnia/fx-models").ComponentBlueprints;
|
32
34
|
button: {
|
33
35
|
blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintVariant | import("@omnia/fx-models").ButtonBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
34
36
|
};
|
@@ -47,6 +47,8 @@ export declare const useTypographyBlueprintStore: () => {
|
|
47
47
|
get: {
|
48
48
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
49
49
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
50
|
+
readonly blueprintStrategy: import("@omnia/fx-models").ComponentBlueprints;
|
51
|
+
blueprintStrategyByType(strategyType: "MD2" | "MD3"): import("@omnia/fx-models").ComponentBlueprints;
|
50
52
|
button: {
|
51
53
|
blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintVariant | import("@omnia/fx-models").ButtonBlueprint): import("@omnia/fx-models").ButtonBlueprint;
|
52
54
|
};
|
@@ -29,7 +29,7 @@ export declare namespace blueprintStyles {
|
|
29
29
|
/**Spacing styling */
|
30
30
|
function getBlueprintSpacingValues(value: Spacing, blueprint?: ReturnType<typeof useSpacingBlueprintStore>): Spacing;
|
31
31
|
function getBlueprintSpacingValue(value: SpacingValue, blueprint?: ReturnType<typeof useSpacingBlueprintStore>): number;
|
32
|
-
function
|
32
|
+
function getBlueprintSpacingStylex(value: Spacing | SpacingValue, spacingType?: "margin" | "padding", blueprint?: ReturnType<typeof useSpacingBlueprintStore>): Readonly<StylexValue>;
|
33
33
|
function getBlueprintSpacingStyling(value: Spacing | SpacingValue, spacingType?: "margin" | "padding", blueprint?: ReturnType<typeof useSpacingBlueprintStore>): string;
|
34
34
|
/**Button styling */
|
35
35
|
function getButtonBlueprintStyling(bluePrint: ButtonBlueprint, colors: ReturnType<typeof useColorSchemaStore>): string;
|
@@ -3,8 +3,8 @@ import { types } from "typestyle";
|
|
3
3
|
* Styles for the CommandPalette component
|
4
4
|
*/
|
5
5
|
export declare const CommandPaletteStyles: {
|
6
|
-
container:
|
7
|
-
commandContainer:
|
8
|
-
commandRow: types.NestedCSSProperties;
|
9
|
-
selectedCommandRow:
|
6
|
+
container: string;
|
7
|
+
commandContainer: string;
|
8
|
+
commandRow: (hoverStyle: types.NestedCSSProperties, highlightStyle: types.NestedCSSProperties) => string;
|
9
|
+
selectedCommandRow: string;
|
10
10
|
};
|
@@ -1,34 +1,2 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
import { Log } from "../../models";
|
4
|
-
import { VueComponentBase } from "..";
|
5
|
-
export declare class ErrorMessage extends VueComponentBase implements IWebComponentInstance, IErrorMessage {
|
6
|
-
private omniaUxLoc;
|
7
|
-
private omniaTheming;
|
8
|
-
private localizationStore;
|
9
|
-
omniaCtx: OmniaContext;
|
10
|
-
private errorMessageClasses;
|
11
|
-
private subscriptionHandler;
|
12
|
-
logs: Log[];
|
13
|
-
allLogs: Log[];
|
14
|
-
showingAll: boolean;
|
15
|
-
openedShowMoreDialog: boolean;
|
16
|
-
detailLogs: {
|
17
|
-
[id: string]: boolean;
|
18
|
-
};
|
19
|
-
alertContainerHeight: number;
|
20
|
-
private headingStyle;
|
21
|
-
created(): void;
|
22
|
-
mounted(): void;
|
23
|
-
beforeDestroy(): void;
|
24
|
-
subcribeOnError(): void;
|
25
|
-
closeLog(log: any): void;
|
26
|
-
copy(log: Log): void;
|
27
|
-
showHideDetail(log: Log, showFullInformation: boolean): void;
|
28
|
-
showAll(): void;
|
29
|
-
private closeShowMoreDialog;
|
30
|
-
private shouldShowDetails;
|
31
|
-
renderShowMoreDialog(): JSX.Element;
|
32
|
-
renderTile(log: Log, showFullInformation: boolean): JSX.Element[];
|
33
|
-
render(): JSX.Element;
|
34
|
-
}
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<Record<string, any>>) => any;
|
2
|
+
export default _default;
|
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,10 +1,12 @@
|
|
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;
|
@@ -15,6 +17,8 @@ export declare const useMediaflowProviderStore: () => {
|
|
15
17
|
loadAuthenticationInfo: () => Promise<void>;
|
16
18
|
handleVideo: (source: MediaflowInformation, folderId: number) => Promise<void>;
|
17
19
|
handleImage: (source: Partial<MediaFlowImage>, folderId: number) => Promise<void>;
|
20
|
+
reportUsage: (mediaId: number) => Promise<void>;
|
21
|
+
ensureBearerToken: () => Promise<void>;
|
18
22
|
}>;
|
19
23
|
get: {
|
20
24
|
readonly getLocale: string;
|
@@ -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;
|
@@ -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<{
|
@@ -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").ContainerFillBlueprint | 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, ContainerFillBlueprint, BackgroundDefinition,
|
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?: ContainerFillBlueprint |
|
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?: ContainerFillBlueprint |
|
241
|
+
blueprint?: ContainerFillBlueprint | BlueprintVariant;
|
242
242
|
alignY?: VelcronVerticalAlignments;
|
243
243
|
position?: VelcronPosition;
|
244
244
|
absolute?: VelcronSpacing;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { BackgroundDefinition, ContainerFillBlueprint,
|
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?: ContainerFillBlueprint |
|
19
|
+
blueprint?: ContainerFillBlueprint | BlueprintVariant;
|
20
20
|
background?: BackgroundDefinition;
|
21
21
|
};
|
22
22
|
grid?: VelcronGridState;
|
@@ -1,11 +1,11 @@
|
|
1
|
-
import { ColorSchemaType, ColorSchemaTypes, ColorType, ColorTypes, ContainerFillBlueprint,
|
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;
|
@@ -17,7 +17,7 @@ export declare function useVelcronStateManager(): {
|
|
17
17
|
alignY?: string;
|
18
18
|
colorSchemaType?: string;
|
19
19
|
spacing?: import("@omnia/fx-models").VelcronSpacing;
|
20
|
-
blueprint?: import("@omnia/fx-models").ContainerFillBlueprint | import("@omnia/fx-models").
|
20
|
+
blueprint?: import("@omnia/fx-models").ContainerFillBlueprint | import("@omnia/fx-models").BlueprintVariant;
|
21
21
|
background?: import("@omnia/fx-models").BackgroundDefinition;
|
22
22
|
};
|
23
23
|
grid?: import("@omnia/fx-models").VelcronGridState;
|
@@ -18,6 +18,7 @@ import wc109f737cdec14061b134c74ab16b0ad9 from './ux/draggable/DraggableComponen
|
|
18
18
|
import wc60feadd89e4d4c2eb095cee9f104ee96 from './ux/dynamicplaceholder/DynamicPlaceholder';
|
19
19
|
import wcac8a9be60cfb47f288f602ececa6687f from './ux/dynamicplaceholder/DynamicPlaceholderSettings';
|
20
20
|
import wc41a6d1b1b02e4b368aac19ded6b391a1 from './ux/enterpriseglossary/EnterpriseGlossaryPicker';
|
21
|
+
import wc82e8cb4daeee4ea6a50c727b93bbbac3 from './ux/errormessage/ErrorMessage';
|
21
22
|
import wcfd300449c17f44fd80d83e709a10bf63 from './ux/features/FeaturesJourney';
|
22
23
|
import wc041c5cb1e6fc487f98669ee2fb4edee0 from './ux/features/blades/FeaturePropertiesBlade';
|
23
24
|
import wc629ff3fc45f84df382ddb6282d968547 from './ux/features/FeaturesJourneyTenant';
|
@@ -100,6 +101,7 @@ import wc8aca2b86f3e741bc8e8c82dfad7d1a77 from './ux/richtexteditor/RichTextEdit
|
|
100
101
|
import wcc3804d46bde14e61961f7de5ad9128d2 from './ux/richtexteditorrenderer/RichTextEditorRenderer';
|
101
102
|
import wc245fede62e7c44b48b19e75796ff050b from './ux/richtexteditorrenderer/RichTextEditorRendererSignIn';
|
102
103
|
import wc8c7794090eb647eb8510b39cbefa17a7 from './ux/rollupempty/RollupEmpty';
|
104
|
+
import wc327f0bbcccdf4ad6b43b86816c61d6c9 from './ux/rollupfilter/RollupFilter';
|
103
105
|
import wc379287b1efe64a49a43fcd754d1fd951 from './ux/securitytrimmer/SecurityTrimmer';
|
104
106
|
import wcc0de4753b9fe4004b0f4e6b6b91730ab from './ux/settings/SettingsPane';
|
105
107
|
import wc07fdbc119d7742769eafe5f45ce14e18 from './ux/sharepointvideo/SharepointVideo';
|
@@ -248,6 +250,7 @@ import wc8a200f29d7484601b901dd76ca8ec771 from './ux/oxide/alert/Alert';
|
|
248
250
|
import wc90d19714df6c4b16bd5d42bc705e7692 from './ux/oxide/appbar/Appbar';
|
249
251
|
import wc8848766a05fd4a7a8e1a89376b3cf09a from './ux/oxide/avatar/Avatar';
|
250
252
|
import wc4cc48714e16a45feb2d213932a13d1f8 from './ux/oxide/badge/Badge';
|
253
|
+
import wcd08c2dd1750a4cf78586dde94b7a0253 from './ux/oxide/breadcrumbs/Breadcrumbs';
|
251
254
|
import wc2dc36afd27594696ad30c07d123dcc62 from './ux/oxide/btn/Button';
|
252
255
|
import wc2c9330897d814c55987d0530d63d458e from './ux/oxide/btngroup/ButtonGroup';
|
253
256
|
import wcbd13e7d1122245cf89acfb1a221f0c44 from './ux/oxide/calendar/Calendar';
|
@@ -356,10 +359,10 @@ import wc8391c3abe04c43b78b32edde15337988 from './ux/aurora/components/borderpic
|
|
356
359
|
import wcdb6d37c1525f463aa5b4a89a4ddfe05c from './ux/aurora/components/buttonstyle/ButtonStylePicker';
|
357
360
|
import wc28aca89920b749c894138e728231ffc4 from './ux/aurora/components/buttonstyle/ButtonStyleEditor';
|
358
361
|
import wc7222a47525f54724a8e9f7f2cfc39354 from './ux/aurora/components/buttonstyle/ButtonBlueprintsViewer';
|
359
|
-
import wc44e2dd896269442f800da69000d4c2f1 from './ux/aurora/components/
|
360
|
-
import wcb059e461e6c048fe830c6d32722e5cdc from './ux/aurora/components/
|
361
|
-
import wc4d52057f17b94cfeb504176f24ac5ab5 from './ux/aurora/components/
|
362
|
-
import wce0656baa027f49c495e4e00310a78760 from './ux/aurora/components/
|
362
|
+
import wc44e2dd896269442f800da69000d4c2f1 from './ux/aurora/components/chrome_2beRemoved/ChromePicker';
|
363
|
+
import wcb059e461e6c048fe830c6d32722e5cdc from './ux/aurora/components/chrome_2beRemoved/ChromeViewer';
|
364
|
+
import wc4d52057f17b94cfeb504176f24ac5ab5 from './ux/aurora/components/chrome_2beRemoved/ChromeEditor';
|
365
|
+
import wce0656baa027f49c495e4e00310a78760 from './ux/aurora/components/chrome_2beRemoved/ChromeBlueprintsViewer';
|
363
366
|
import wc638cfe124ab24d0ebd0711c0bd844af6 from './ux/aurora/components/colorpickerV2/ColorPicker';
|
364
367
|
import wc1266389c28034034921b897f788f302d from './ux/aurora/components/colorschemapicker/ColorSchemaPicker';
|
365
368
|
import wc9ed2b61fad8a43f384efef4a5dcbd184 from './ux/aurora/components/colorschemapicker/ColorSchemaDefinitionPicker';
|
@@ -965,6 +968,15 @@ declare global {
|
|
965
968
|
} : typeof wc72a828731c4e4f1e9753a6a6bfb31e67;
|
966
969
|
};
|
967
970
|
};
|
971
|
+
"error": {
|
972
|
+
"message": typeof wc82e8cb4daeee4ea6a50c727b93bbbac3 extends {
|
973
|
+
propsDefinition: infer TProp;
|
974
|
+
} ? {
|
975
|
+
new (...args: any[]): {
|
976
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
977
|
+
};
|
978
|
+
} : typeof wc82e8cb4daeee4ea6a50c727b93bbbac3;
|
979
|
+
};
|
968
980
|
"features": {
|
969
981
|
"journey": {
|
970
982
|
"properties": typeof wc041c5cb1e6fc487f98669ee2fb4edee0 extends {
|
@@ -2012,6 +2024,13 @@ declare global {
|
|
2012
2024
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
2013
2025
|
};
|
2014
2026
|
} : typeof wc8c7794090eb647eb8510b39cbefa17a7;
|
2027
|
+
"filter": typeof wc327f0bbcccdf4ad6b43b86816c61d6c9 extends {
|
2028
|
+
propsDefinition: infer TProp;
|
2029
|
+
} ? {
|
2030
|
+
new (...args: any[]): {
|
2031
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
2032
|
+
};
|
2033
|
+
} : typeof wc327f0bbcccdf4ad6b43b86816c61d6c9;
|
2015
2034
|
};
|
2016
2035
|
"security": {
|
2017
2036
|
"trimmer": typeof wc379287b1efe64a49a43fcd754d1fd951 extends {
|
@@ -4676,6 +4695,13 @@ declare global {
|
|
4676
4695
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4677
4696
|
};
|
4678
4697
|
} : typeof wc4cc48714e16a45feb2d213932a13d1f8;
|
4698
|
+
"breadcrumbs": typeof wcd08c2dd1750a4cf78586dde94b7a0253 extends {
|
4699
|
+
propsDefinition: infer TProp;
|
4700
|
+
} ? {
|
4701
|
+
new (...args: any[]): {
|
4702
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4703
|
+
};
|
4704
|
+
} : typeof wcd08c2dd1750a4cf78586dde94b7a0253;
|
4679
4705
|
"btn": {
|
4680
4706
|
"group": typeof wc2c9330897d814c55987d0530d63d458e extends {
|
4681
4707
|
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.301-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.301-dev",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.11.7",
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|