@omnia/fx 8.0.393-dev → 8.0.395-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/http/HttpClient.d.ts +1 -0
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/store/SettingsBladeStore.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/loc/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserAuthenticationBlade.d.ts +5 -2
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserQueryStore.d.ts +62 -13
- package/internal-do-not-import-from-here/ux/admin/usermanagement/users/active/BulkImportBlade.d.ts +2 -7
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/store → store}/ComponentEditorStore.d.ts +0 -29
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/fills/ContainerFillsBlade.stylex.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/fills/store/ContainerFillsEditorStore.d.ts +32 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/fills/store/FillsEditorStore.d.ts +92 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/fills/store/TextFillsEditorStore.d.ts +32 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/fills/textBlades/TextFillsBlade.d.ts +22 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/store/ThemeEditorStore.d.ts +12 -3
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/typography/TypographyJourney.d.ts +22 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/typography/blades/EditTypographyDefinitionBlade.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/typography/blades/EditTypographyFillBlade.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/typography → typography}/components/FontPicker.d.ts +25 -25
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleViewer.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaDefinitionPicker.d.ts +31 -326
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/store/ColorSchemaDefinitionPickerStore.d.ts +23 -0
- package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillBlueprints.stylex.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillBlueprintsPicker.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillStyleEditor.d.ts +25 -0
- package/internal-do-not-import-from-here/ux/aurora/components/placeholder/Placeholder.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/aurora/components/placeholder/Placeholder.stylex.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingBlueprintPicker.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingBlueprintPicker.stylex.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingViewer.d.ts +14 -292
- package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/TextColorBlueprints.stylex.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/TextColorBlueprintsPicker.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintPicker.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +5 -7
- package/internal-do-not-import-from-here/ux/fileuploader/FileUploader.d.ts +30 -162
- package/internal-do-not-import-from-here/ux/journey/BlabeContext.d.ts +9 -8
- package/internal-do-not-import-from-here/ux/journey/DefineBlade.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.css.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/journey/journeyfilter/JourneyFilterDialog.d.ts +7 -9
- package/internal-do-not-import-from-here/ux/journey/models/BladeInstance.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/journey/selection/JourneySelect.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/stores/JourneySelectStore.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +112 -72
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/SectionItemListing.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerV2/mediaprovider/MediaProvider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/models/DataTable.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/oxide/actionmenu/ActionMenu.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/datatable/CellRenderer.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/datatable/RowRenderer.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/picker/Picker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/picker/PickerSelection.d.ts +4 -3
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/oxide/select/Select.stylex.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/oxide/select/store/MultiSelectStore.d.ts +35 -0
- package/internal-do-not-import-from-here/ux/oxide/selection/Selection.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/oxide/selection/Selection.stylex.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/oxide/selection/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/selection/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/selection/store/SelectionStore.d.ts +35 -0
- package/internal-do-not-import-from-here/ux/oxide/treeview/OTreeViewV3.d.ts +1 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +94 -34
- package/package.json +3 -3
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainerFillsEditorStore.d.ts +0 -29
- package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerBlueprintsViewer.d.ts +0 -26
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeEditor.d.ts +0 -27
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/store/ThemeEditorStore.d.ts +0 -26
- package/internal-do-not-import-from-here/ux/journey/selection/JourneySelectedRenderer.d.ts +0 -12
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/ComponentsJourney.d.ts → BlueprintsJourney.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/AddBlueprint.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/BlueprintPreview.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/ButtonBladeEdit.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/ButtonsBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/EditBlueprints.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/HeaderBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/HeaderBladeEdit.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/IconsBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/IconsBladeEdit.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/InputBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/InputBladeEdit.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/TabBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/blades → blades}/TabBladeEdit.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/store → store}/ButtonsEditorStore.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/store → store}/HeaderEditorStore.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/store → store}/IconsEditorStore.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/store → store}/InputEditorStore.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/{components/store → store}/TabsEditorStore.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/components/blades/ContainerFillsBladeEdit.d.ts → fills/FillsJourney.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/typography/TypographyJourney.d.ts → fills/containerBlades/ContainerFillsBlade.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/components/blades/ContainersFillsBlade.d.ts → fills/containerBlades/ContainerFillsEditBlade.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/spacing/SpacingJourney.d.ts → fills/textBlades/TextFillsEditBlade.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/spacing/blades/EditSpacingBlueprintBlade.d.ts → spacing/SpacingJourney.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/spacing/blades/EditSpacingDefinitionBlade.d.ts → spacing/blades/EditSpacingBlueprintBlade.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/typography/blades/EditTypographyBlueprintBlade.d.ts → spacing/blades/EditSpacingDefinitionBlade.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/spacing → spacing}/store/SpacingEditorStore.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/typography/blades/EditTypographyDefinitionBlade.d.ts → themes/blades/EditColorSchemasBlade.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/typography/blades/EditTypographyFillBlade.d.ts → typography/blades/EditTypographyBlueprintBlade.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/typography → typography}/components/FontPicker.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/typography → typography}/components/FontRegistration.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{blueprints/typography → typography}/store/TypographyEditorStore.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{admin/usermanagement/users/pending_approval/DetailBlade.d.ts → oxide/selection/docs/SampleComponent.d.ts} +0 -0
@@ -1,166 +1,34 @@
|
|
1
|
+
import { DefineEmit, DefineSlot } from "@omnia/fx/ux";
|
1
2
|
import "./FileUploader.css";
|
2
|
-
import { FileUploaderItemHandler, Func } from "../../models";
|
3
3
|
import { VNodeChild } from "vue";
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
enablePasteClipboardData: {
|
27
|
-
type: import("vue").PropType<boolean>;
|
28
|
-
};
|
29
|
-
disabled: {
|
30
|
-
type: import("vue").PropType<boolean>;
|
31
|
-
};
|
32
|
-
style: {
|
33
|
-
type: import("vue").PropType<{
|
34
|
-
[key: string]: string;
|
35
|
-
}>;
|
36
|
-
};
|
37
|
-
class: {
|
38
|
-
type: import("vue").PropType<String | String[]>;
|
39
|
-
required: boolean;
|
40
|
-
};
|
41
|
-
}>> & {
|
42
|
-
onDoc$?: (description?: string) => any;
|
43
|
-
onFileChanged?: (allFiles: FileUploaderItemHandler[]) => any;
|
44
|
-
}, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
45
|
-
fileChanged: (allFiles: Array<FileUploaderItemHandler>) => void;
|
46
|
-
doc$(description?: string): {
|
47
|
-
fileChanged: (allFiles: Array<FileUploaderItemHandler>) => void;
|
48
|
-
};
|
49
|
-
}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
50
|
-
P: {};
|
51
|
-
B: {};
|
52
|
-
D: {};
|
53
|
-
C: {};
|
54
|
-
M: {};
|
55
|
-
Defaults: {};
|
56
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
57
|
-
"v-slots": import("vue").Prop<{
|
58
|
-
default?: import("../DefineVueTypings").Slot;
|
59
|
-
} & {
|
60
|
-
activator?: Func<[VNodeChild]>;
|
61
|
-
}>;
|
62
|
-
hideFileList: {
|
63
|
-
type: import("vue").PropType<boolean>;
|
64
|
-
};
|
65
|
-
hideOverlayIcon: {
|
66
|
-
type: import("vue").PropType<boolean>;
|
67
|
-
};
|
68
|
-
limitedFileSize: {
|
69
|
-
type: import("vue").PropType<number>;
|
70
|
-
};
|
71
|
-
limitedFileTypes: {
|
72
|
-
type: import("vue").PropType<string[]>;
|
73
|
-
};
|
74
|
-
multiple: {
|
75
|
-
type: import("vue").PropType<boolean>;
|
76
|
-
};
|
77
|
-
enablePasteClipboardData: {
|
78
|
-
type: import("vue").PropType<boolean>;
|
79
|
-
};
|
80
|
-
disabled: {
|
81
|
-
type: import("vue").PropType<boolean>;
|
82
|
-
};
|
83
|
-
style: {
|
84
|
-
type: import("vue").PropType<{
|
85
|
-
[key: string]: string;
|
86
|
-
}>;
|
87
|
-
};
|
88
|
-
class: {
|
89
|
-
type: import("vue").PropType<String | String[]>;
|
90
|
-
required: boolean;
|
91
|
-
};
|
92
|
-
}>> & {
|
93
|
-
onDoc$?: (description?: string) => any;
|
94
|
-
onFileChanged?: (allFiles: FileUploaderItemHandler[]) => any;
|
95
|
-
}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {}>;
|
96
|
-
__isFragment?: never;
|
97
|
-
__isTeleport?: never;
|
98
|
-
__isSuspense?: never;
|
99
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
100
|
-
"v-slots": import("vue").Prop<{
|
101
|
-
default?: import("../DefineVueTypings").Slot;
|
102
|
-
} & {
|
103
|
-
activator?: Func<[VNodeChild]>;
|
104
|
-
}>;
|
105
|
-
hideFileList: {
|
106
|
-
type: import("vue").PropType<boolean>;
|
107
|
-
};
|
108
|
-
hideOverlayIcon: {
|
109
|
-
type: import("vue").PropType<boolean>;
|
110
|
-
};
|
111
|
-
limitedFileSize: {
|
112
|
-
type: import("vue").PropType<number>;
|
113
|
-
};
|
114
|
-
limitedFileTypes: {
|
115
|
-
type: import("vue").PropType<string[]>;
|
116
|
-
};
|
117
|
-
multiple: {
|
118
|
-
type: import("vue").PropType<boolean>;
|
119
|
-
};
|
120
|
-
enablePasteClipboardData: {
|
121
|
-
type: import("vue").PropType<boolean>;
|
122
|
-
};
|
123
|
-
disabled: {
|
124
|
-
type: import("vue").PropType<boolean>;
|
125
|
-
};
|
126
|
-
style: {
|
127
|
-
type: import("vue").PropType<{
|
128
|
-
[key: string]: string;
|
129
|
-
}>;
|
130
|
-
};
|
131
|
-
class: {
|
132
|
-
type: import("vue").PropType<String | String[]>;
|
133
|
-
required: boolean;
|
134
|
-
};
|
135
|
-
}>> & {
|
136
|
-
onDoc$?: (description?: string) => any;
|
4
|
+
import { FileUploaderItemHandler, Func } from "@omnia/fx-models";
|
5
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
6
|
+
class?: string | string[];
|
7
|
+
} & {
|
8
|
+
style?: {
|
9
|
+
[key: string]: string;
|
10
|
+
};
|
11
|
+
} & {
|
12
|
+
disabled?: boolean;
|
13
|
+
} & {
|
14
|
+
enablePasteClipboardData?: boolean;
|
15
|
+
} & {
|
16
|
+
multiple?: boolean;
|
17
|
+
} & {
|
18
|
+
limitedFileTypes?: string[];
|
19
|
+
} & {
|
20
|
+
limitedFileSize?: number;
|
21
|
+
} & {
|
22
|
+
hideOverlayIcon?: boolean;
|
23
|
+
} & {
|
24
|
+
hideFileList?: boolean;
|
25
|
+
} & DefineSlot<"activator", Func<[VNodeChild]>> & DefineEmit<"fileChanged", (allFiles: Array<FileUploaderItemHandler>) => void>> & {
|
137
26
|
onFileChanged?: (allFiles: FileUploaderItemHandler[]) => any;
|
138
|
-
}
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
},
|
144
|
-
|
145
|
-
style?: {
|
146
|
-
[key: string]: string;
|
147
|
-
};
|
148
|
-
class?: String | String[];
|
149
|
-
multiple?: boolean;
|
150
|
-
disabled?: boolean;
|
151
|
-
"v-slots"?: {
|
152
|
-
default?: import("../DefineVueTypings").Slot;
|
153
|
-
} & {
|
154
|
-
activator?: Func<[VNodeChild]>;
|
155
|
-
};
|
156
|
-
limitedFileTypes?: string[];
|
157
|
-
limitedFileSize?: number;
|
158
|
-
hideOverlayIcon?: boolean;
|
159
|
-
enablePasteClipboardData?: boolean;
|
160
|
-
hideFileList?: boolean;
|
161
|
-
}>, "onFileChanged" | "onDoc$"> & {
|
162
|
-
onFileChanged?: (allFiles: FileUploaderItemHandler[]) => any;
|
163
|
-
onDoc$?: (description?: string) => any;
|
164
|
-
};
|
165
|
-
};
|
27
|
+
} & {
|
28
|
+
"v-slots"?: {
|
29
|
+
activator?: Func<[VNodeChild]>;
|
30
|
+
} & Omit<{
|
31
|
+
default?: import("vue").Slot;
|
32
|
+
}, "activator">;
|
33
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "style" | "class" | "multiple" | "disabled" | "slot:activator" | "limitedFileTypes" | "limitedFileSize" | "hideOverlayIcon" | "enablePasteClipboardData" | "hideFileList" | "emit:fileChanged"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
166
34
|
export default _default;
|
@@ -1,10 +1,11 @@
|
|
1
1
|
import { guid } from "@omnia/fx-models";
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
}
|
7
|
-
export declare
|
2
|
+
export declare const useJourneyBladeContext: () => {
|
3
|
+
container: "layout";
|
4
|
+
} & {
|
5
|
+
dispose?: () => void;
|
6
|
+
};
|
7
|
+
export declare const useJourneyBladeComponentHost: () => {
|
8
8
|
id: guid;
|
9
|
-
|
10
|
-
|
9
|
+
} & {
|
10
|
+
dispose?: () => void;
|
11
|
+
};
|
@@ -3,7 +3,7 @@ import { JourneyBladeProps } from "./JourneyBlade";
|
|
3
3
|
import { VNodeChild } from "vue";
|
4
4
|
import { ConstructComponentProps, type VNodeEvents } from "../InternalDefineComponent";
|
5
5
|
import { type JourneyMenuProps } from "./JourneyMenu";
|
6
|
-
type BladeElement = (props: Omit<ConstructComponentProps<JourneyBladeProps>, "id" | "getApi"> & VNodeEvents) => any;
|
6
|
+
type BladeElement = (props: Omit<ConstructComponentProps<JourneyBladeProps>, "id" | "getApi" | "manageList"> & VNodeEvents) => any;
|
7
7
|
type BladeMenuElement = (props: Omit<ConstructComponentProps<JourneyMenuProps>, "id" | "getApi"> & VNodeEvents) => any;
|
8
8
|
export declare function defineBlade<TRoute extends JourneyBladeRoute = {}>(bladeId: guid, renderer?: (blade: BladeElement) => VNodeChild, disableAutoRefCurrentComponent?: boolean): {
|
9
9
|
readonly Blade: BladeElement;
|
@@ -20,11 +20,11 @@ export declare function defineBlade<TRoute extends JourneyBladeRoute = {}>(blade
|
|
20
20
|
/**
|
21
21
|
* reset initial value to trigger new watching value change.
|
22
22
|
*/
|
23
|
-
resetValue: (value: T) => void;
|
23
|
+
resetValue: (value: T, disabledClone?: boolean) => void;
|
24
24
|
};
|
25
25
|
defineValueToFilter<T>(value?: T): {
|
26
26
|
filterValues: T;
|
27
|
-
|
27
|
+
resetFilterValues: (value: T, disabledClone?: boolean) => void;
|
28
28
|
};
|
29
29
|
};
|
30
30
|
export {};
|
@@ -16,8 +16,8 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<JourneyBlade
|
|
16
16
|
"onClick:cancel"?: (id: guid) => any;
|
17
17
|
"onClick:confirm"?: () => any;
|
18
18
|
"onClick:back"?: (id: guid) => any;
|
19
|
-
onCloseFilter?: () => any;
|
20
19
|
onSearch?: (searchText: string) => any;
|
20
|
+
onCloseFilter?: () => any;
|
21
21
|
"onClick:create"?: (id: guid) => any;
|
22
22
|
"onClick:add"?: (id: guid) => any;
|
23
23
|
"onClick:settings"?: (id: guid) => any;
|
@@ -31,5 +31,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<JourneyBlade
|
|
31
31
|
} & Omit<{
|
32
32
|
default?: import("vue").Slot;
|
33
33
|
}, "filter" | "actions" | "actionsFooter">;
|
34
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "switch" | "icon" | "actions" | "variant" | "size" | "add" | "id" | "delete" | "disabled" | "eager" | "settings" | "loading" | "create" | "remove" | "slot:actions" | "ok" | "save" | "toned" | "subTitle" | "emit:click:cancel" | "emit:click:confirm" | "slot:filter" | "emit:
|
34
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "switch" | "icon" | "actions" | "variant" | "size" | "add" | "id" | "delete" | "disabled" | "eager" | "settings" | "loading" | "create" | "remove" | "slot:actions" | "ok" | "save" | "toned" | "subTitle" | "emit:click:cancel" | "emit:click:confirm" | "searchable" | "slot:filter" | "emit:search" | "emit:closeFilter" | "getApi" | "manageList" | "bladeContext" | "onOk" | "onRemove" | "onSave" | "onDelete" | "onSwitch" | "confirmDeleteDialogOption" | "disabledButtonTooltips" | "sizeOnMobile" | "slot:actionsFooter" | "emit:click:create" | "emit:click:add" | "emit:click:back" | "emit:click:settings" | "emit:changeFilter" | "emit:click:manageList"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
35
35
|
export default _default;
|
@@ -1,15 +1,13 @@
|
|
1
|
-
import { VNodeChild } from "vue";
|
1
|
+
import { Ref, VNodeChild } from "vue";
|
2
2
|
import { DefineEmit, DefineSlot } from "@omnia/fx/ux";
|
3
3
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
4
|
-
|
4
|
+
heightDialog?: string;
|
5
5
|
} & {
|
6
|
-
|
6
|
+
countFieldHasValue?: number;
|
7
7
|
} & {
|
8
|
-
|
9
|
-
} & DefineSlot<"filter", () => VNodeChild> & {
|
10
|
-
|
11
|
-
} & DefineEmit<"applyFilter", () => true> & DefineEmit<"closeFilter", () => true>> & {
|
12
|
-
"onUpdate:modelValue"?: (value: boolean) => any;
|
8
|
+
searchable?: boolean | Ref<boolean, boolean>;
|
9
|
+
} & DefineSlot<"filter", () => VNodeChild> & DefineEmit<"search", (searchText: string) => true> & DefineEmit<"applyFilter", () => true> & DefineEmit<"closeFilter", () => true>> & {
|
10
|
+
onSearch?: (searchText: string) => any;
|
13
11
|
onApplyFilter?: () => any;
|
14
12
|
onCloseFilter?: () => any;
|
15
13
|
} & {
|
@@ -18,5 +16,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
18
16
|
} & Omit<{
|
19
17
|
default?: import("vue").Slot;
|
20
18
|
}, "filter">;
|
21
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "
|
19
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "heightDialog" | "countFieldHasValue" | "searchable" | "slot:filter" | "emit:search" | "emit:applyFilter" | "emit:closeFilter"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
22
20
|
export default _default;
|
@@ -1,11 +1,17 @@
|
|
1
1
|
import { guid } from "@omnia/fx-models";
|
2
2
|
import { BladeSizeTypes } from "./Constants";
|
3
|
+
interface FilterInstance<T> {
|
4
|
+
filterValues: T;
|
5
|
+
resetFilterValues(value: T): void;
|
6
|
+
}
|
3
7
|
export interface BladeInstance {
|
4
8
|
id: guid;
|
5
9
|
size: BladeSizeTypes;
|
6
10
|
visible?: boolean;
|
7
11
|
active?: boolean;
|
8
12
|
disabledSaveButton?: boolean;
|
9
|
-
changeFilter?: () => void;
|
13
|
+
changeFilter?: (value: any) => void;
|
10
14
|
countFieldHasValue?: number;
|
15
|
+
filterInstance?: FilterInstance<any>;
|
11
16
|
}
|
17
|
+
export {};
|
@@ -21,5 +21,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<BaseProps<an
|
|
21
21
|
} & Omit<{
|
22
22
|
default?: import("vue").Slot;
|
23
23
|
}, "actions" | "selectionItemRender" | "selectionRender" | "selectedItemRenderer" | "settingsRender">;
|
24
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "actions" | "label" | "list" | "multiple" | "colorSchemaType" | "modelValue" | "items" | "readonly" | "slot:actions" | "colors" | "v-model" | "toned" | "emit:update:modelValue" | "
|
24
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "actions" | "label" | "list" | "multiple" | "colorSchemaType" | "modelValue" | "items" | "readonly" | "slot:actions" | "colors" | "v-model" | "toned" | "emit:update:modelValue" | "emit:search" | "getApi" | "emit:click:clear" | "emit:click:add" | "emit:click:delete" | "sortable" | "disableSave" | "propertyValueMapping" | "returnSelectionAsObject" | "labelAdd" | "titleAdd" | "titleEdit" | "disableSearch" | "confirmDelete" | "noAddConfirm" | "bladeless" | "slot:selectionItemRender" | "slot:selectionRender" | "slot:selectedItemRenderer" | "slot:settingsRender" | "emit:showAdd" | "emit:showEdit" | "emit:click:update"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
25
25
|
export default _default;
|
@@ -34,6 +34,7 @@ export declare const useJourneySelectStore: () => {
|
|
34
34
|
showAddButton: () => boolean;
|
35
35
|
renderItemsAsChips: () => boolean;
|
36
36
|
hasCustomSelectionBlade: () => boolean;
|
37
|
+
showSorting: () => boolean;
|
37
38
|
};
|
38
39
|
state: {
|
39
40
|
searchText: string;
|
@@ -71,6 +72,10 @@ export declare const useJourneySelectStore: () => {
|
|
71
72
|
};
|
72
73
|
bladeActions: ActionDefinition[];
|
73
74
|
containerBladeId: guid;
|
75
|
+
bladeIds: {
|
76
|
+
selectionBlade: guid;
|
77
|
+
settingsBlade: guid;
|
78
|
+
};
|
74
79
|
};
|
75
80
|
events: import("@omnia/fx/stores").StoreEvents<{
|
76
81
|
searchText: string;
|
@@ -108,6 +113,10 @@ export declare const useJourneySelectStore: () => {
|
|
108
113
|
};
|
109
114
|
bladeActions: ActionDefinition[];
|
110
115
|
containerBladeId: guid;
|
116
|
+
bladeIds: {
|
117
|
+
selectionBlade: guid;
|
118
|
+
settingsBlade: guid;
|
119
|
+
};
|
111
120
|
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
112
121
|
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
113
122
|
translateToSelectItem: (item: any) => JourneySelectItem<any>;
|
@@ -125,6 +125,7 @@ export declare const useJourneyStore: () => {
|
|
125
125
|
blade(id: guid): BladeInstance;
|
126
126
|
showBackButton(bladeId: guid): boolean;
|
127
127
|
bladeWidth(size: BladeSizeTypes, bladeId: guid, scrollContainerLeftPosition?: number): number;
|
128
|
+
isBladeStillInView(blade: BladeInstance): boolean;
|
128
129
|
readonly isNested: boolean;
|
129
130
|
};
|
130
131
|
actions: StoreReturnDefineAction<{
|
@@ -138,7 +139,9 @@ export declare const useJourneyStore: () => {
|
|
138
139
|
travelTo(fromBladeId: guid, toBladeId: guid): void;
|
139
140
|
setActiveIndex(index: number): void;
|
140
141
|
setScrollContainer(store: ReturnType<typeof useScrollContainerStore>): void;
|
141
|
-
|
142
|
+
ensureParentBladeStillInView(fromBlade: BladeInstance): void;
|
143
|
+
scrollToActiveBlade(): void;
|
144
|
+
scrollToBlade(blade: BladeInstance): void;
|
142
145
|
ensureBladeVisibleInScrollView(blade: BladeInstance): void;
|
143
146
|
}>;
|
144
147
|
} & {
|