@omnia/fx 8.0.152-dev → 8.0.154-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 -1
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/AppImageInput.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/AppPropertiesInput.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceEnterprisePropertiesVueComponent.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeBlueprintsViewer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromePicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +101 -101
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/store/ChromeBlueprintStore.d.ts +310 -310
- package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +315 -315
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +310 -310
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +60 -60
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +310 -310
- package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +28 -2
- package/internal-do-not-import-from-here/ux/journey/JourneyMenu.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +3 -7
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/BlockSettingsPanel.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SettingsPanel.d.ts +54 -15
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +64 -64
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +321 -321
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +644 -644
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DateTimePicker.d.ts +342 -0
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +644 -644
- package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +321 -321
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorSchemaEditor.d.ts +95 -95
- package/package.json +2 -2
@@ -3,10 +3,10 @@ import { ColorSchemaTypes, ThemeDefinitionV2, ThemeContextType } from "@omnia/fx
|
|
3
3
|
declare const _default: {
|
4
4
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
5
5
|
"color-schema-type": {
|
6
|
-
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
6
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
7
7
|
};
|
8
8
|
colorSchemaType: {
|
9
|
-
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
9
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
10
10
|
};
|
11
11
|
"theme-type": {
|
12
12
|
type: import("vue").PropType<ThemeContextType>;
|
@@ -40,10 +40,10 @@ declare const _default: {
|
|
40
40
|
}) => any;
|
41
41
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
42
42
|
"color-schema-type": {
|
43
|
-
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
43
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
44
44
|
};
|
45
45
|
colorSchemaType: {
|
46
|
-
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
46
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
47
47
|
};
|
48
48
|
"theme-type": {
|
49
49
|
type: import("vue").PropType<ThemeContextType>;
|
@@ -74,10 +74,10 @@ declare const _default: {
|
|
74
74
|
Defaults: {};
|
75
75
|
}, Readonly<import("vue").ExtractPropTypes<{
|
76
76
|
"color-schema-type": {
|
77
|
-
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
77
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
78
78
|
};
|
79
79
|
colorSchemaType: {
|
80
|
-
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
80
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
81
81
|
};
|
82
82
|
"theme-type": {
|
83
83
|
type: import("vue").PropType<ThemeContextType>;
|
@@ -107,10 +107,10 @@ declare const _default: {
|
|
107
107
|
__isSuspense?: never;
|
108
108
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
109
109
|
"color-schema-type": {
|
110
|
-
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
110
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
111
111
|
};
|
112
112
|
colorSchemaType: {
|
113
|
-
type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
113
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
114
114
|
};
|
115
115
|
"theme-type": {
|
116
116
|
type: import("vue").PropType<ThemeContextType>;
|
@@ -144,9 +144,9 @@ declare const _default: {
|
|
144
144
|
}) => any;
|
145
145
|
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
146
146
|
propsDefinition: Omit<Readonly<{} & {
|
147
|
-
"color-schema-type"?: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
147
|
+
"color-schema-type"?: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
148
148
|
themeDefinition?: ThemeDefinitionV2;
|
149
|
-
colorSchemaType?: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "
|
149
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
150
150
|
"theme-definition"?: ThemeDefinitionV2;
|
151
151
|
themeType?: ThemeContextType;
|
152
152
|
"theme-type"?: ThemeContextType;
|
@@ -218,10 +218,10 @@ declare const _default: {
|
|
218
218
|
}>;
|
219
219
|
};
|
220
220
|
location: {
|
221
|
-
type: import("vue").PropType<"left" | "
|
221
|
+
type: import("vue").PropType<"left" | "center" | "right" | "top" | "start" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
|
222
222
|
required: false;
|
223
223
|
} & {
|
224
|
-
type: import("vue").PropType<"left" | "
|
224
|
+
type: import("vue").PropType<"left" | "center" | "right" | "top" | "start" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
|
225
225
|
required: false;
|
226
226
|
};
|
227
227
|
}>> & {
|
@@ -449,10 +449,10 @@ declare const _default: {
|
|
449
449
|
}>;
|
450
450
|
};
|
451
451
|
location: {
|
452
|
-
type: import("vue").PropType<"left" | "
|
452
|
+
type: import("vue").PropType<"left" | "center" | "right" | "top" | "start" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
|
453
453
|
required: false;
|
454
454
|
} & {
|
455
|
-
type: import("vue").PropType<"left" | "
|
455
|
+
type: import("vue").PropType<"left" | "center" | "right" | "top" | "start" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
|
456
456
|
required: false;
|
457
457
|
};
|
458
458
|
}>> & {
|
@@ -682,10 +682,10 @@ declare const _default: {
|
|
682
682
|
}>;
|
683
683
|
};
|
684
684
|
location: {
|
685
|
-
type: import("vue").PropType<"left" | "
|
685
|
+
type: import("vue").PropType<"left" | "center" | "right" | "top" | "start" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
|
686
686
|
required: false;
|
687
687
|
} & {
|
688
|
-
type: import("vue").PropType<"left" | "
|
688
|
+
type: import("vue").PropType<"left" | "center" | "right" | "top" | "start" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
|
689
689
|
required: false;
|
690
690
|
};
|
691
691
|
}>> & {
|
@@ -912,10 +912,10 @@ declare const _default: {
|
|
912
912
|
}>;
|
913
913
|
};
|
914
914
|
location: {
|
915
|
-
type: import("vue").PropType<"left" | "
|
915
|
+
type: import("vue").PropType<"left" | "center" | "right" | "top" | "start" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
|
916
916
|
required: false;
|
917
917
|
} & {
|
918
|
-
type: import("vue").PropType<"left" | "
|
918
|
+
type: import("vue").PropType<"left" | "center" | "right" | "top" | "start" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
|
919
919
|
required: false;
|
920
920
|
};
|
921
921
|
}>> & {
|
@@ -998,7 +998,7 @@ declare const _default: {
|
|
998
998
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
999
999
|
modelValue?: boolean;
|
1000
1000
|
businessProfileId?: string;
|
1001
|
-
location?: "left" | "
|
1001
|
+
location?: "left" | "center" | "right" | "top" | "start" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom";
|
1002
1002
|
showMenu?: boolean;
|
1003
1003
|
providerIds?: GuidValue[];
|
1004
1004
|
emailEnabled?: BoolFilter;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { Func, GuidValue, IIcon } from "@omnia/fx-models";
|
2
|
-
import { ConfirmDialogOptions } from "@omnia/fx/ux";
|
2
|
+
import { ConfirmDialogOptions, useJourneyStore } from "@omnia/fx/ux";
|
3
3
|
import { VNodeChild } from "vue";
|
4
4
|
export interface switchValue {
|
5
5
|
value: boolean;
|
@@ -143,6 +143,12 @@ declare const JourneyBladeComponent: {
|
|
143
143
|
} & {
|
144
144
|
type: import("vue").PropType<string>;
|
145
145
|
};
|
146
|
+
"get-api": {
|
147
|
+
type: import("vue").PropType<(store: ReturnType<typeof useJourneyStore>) => void>;
|
148
|
+
};
|
149
|
+
getApi: {
|
150
|
+
type: import("vue").PropType<(store: ReturnType<typeof useJourneyStore>) => void>;
|
151
|
+
};
|
146
152
|
}>> & {
|
147
153
|
"onClick:cancel"?: (id: GuidValue) => any;
|
148
154
|
onSearch?: (searchText: string) => any;
|
@@ -290,6 +296,12 @@ declare const JourneyBladeComponent: {
|
|
290
296
|
} & {
|
291
297
|
type: import("vue").PropType<string>;
|
292
298
|
};
|
299
|
+
"get-api": {
|
300
|
+
type: import("vue").PropType<(store: ReturnType<typeof useJourneyStore>) => void>;
|
301
|
+
};
|
302
|
+
getApi: {
|
303
|
+
type: import("vue").PropType<(store: ReturnType<typeof useJourneyStore>) => void>;
|
304
|
+
};
|
293
305
|
}>> & {
|
294
306
|
"onClick:cancel"?: (id: GuidValue) => any;
|
295
307
|
onSearch?: (searchText: string) => any;
|
@@ -435,6 +447,12 @@ declare const JourneyBladeComponent: {
|
|
435
447
|
} & {
|
436
448
|
type: import("vue").PropType<string>;
|
437
449
|
};
|
450
|
+
"get-api": {
|
451
|
+
type: import("vue").PropType<(store: ReturnType<typeof useJourneyStore>) => void>;
|
452
|
+
};
|
453
|
+
getApi: {
|
454
|
+
type: import("vue").PropType<(store: ReturnType<typeof useJourneyStore>) => void>;
|
455
|
+
};
|
438
456
|
}>> & {
|
439
457
|
"onClick:cancel"?: (id: GuidValue) => any;
|
440
458
|
onSearch?: (searchText: string) => any;
|
@@ -577,6 +595,12 @@ declare const JourneyBladeComponent: {
|
|
577
595
|
} & {
|
578
596
|
type: import("vue").PropType<string>;
|
579
597
|
};
|
598
|
+
"get-api": {
|
599
|
+
type: import("vue").PropType<(store: ReturnType<typeof useJourneyStore>) => void>;
|
600
|
+
};
|
601
|
+
getApi: {
|
602
|
+
type: import("vue").PropType<(store: ReturnType<typeof useJourneyStore>) => void>;
|
603
|
+
};
|
580
604
|
}>> & {
|
581
605
|
"onClick:cancel"?: (id: GuidValue) => any;
|
582
606
|
onSearch?: (searchText: string) => any;
|
@@ -597,9 +621,9 @@ declare const JourneyBladeComponent: {
|
|
597
621
|
propsDefinition: Omit<Readonly<{
|
598
622
|
id: GuidValue;
|
599
623
|
} & {
|
624
|
+
title?: string;
|
600
625
|
switch?: switchValue;
|
601
626
|
icon?: IIcon;
|
602
|
-
title?: string;
|
603
627
|
delete?: boolean;
|
604
628
|
size?: "small" | "medium" | "large" | "x-large" | "x-small" | "xx-large" | "xxx-large" | "full-screen" | "fill-space";
|
605
629
|
disabled?: boolean;
|
@@ -617,6 +641,8 @@ declare const JourneyBladeComponent: {
|
|
617
641
|
"sub-title"?: string;
|
618
642
|
create?: boolean;
|
619
643
|
ok?: boolean;
|
644
|
+
getApi?: (store: ReturnType<typeof useJourneyStore>) => void;
|
645
|
+
"get-api"?: (store: ReturnType<typeof useJourneyStore>) => void;
|
620
646
|
loading?: boolean;
|
621
647
|
searchable?: boolean;
|
622
648
|
onOk?: () => boolean | Promise<boolean>;
|
@@ -190,8 +190,8 @@ declare const _default: {
|
|
190
190
|
propsDefinition: Omit<Readonly<{
|
191
191
|
id: GuidValue;
|
192
192
|
} & {
|
193
|
-
icon?: IIcon;
|
194
193
|
title?: string;
|
194
|
+
icon?: IIcon;
|
195
195
|
size?: "small" | "medium" | "large" | "x-large" | "x-small" | "xx-large" | "xxx-large" | "full-screen" | "fill-space";
|
196
196
|
items?: JourneyMenuItem[];
|
197
197
|
"v-slots"?: {
|
@@ -16,13 +16,9 @@ export declare function useBlade<T extends JourneyBladeRouter>(bladeId: GuidValu
|
|
16
16
|
moveNext(): void;
|
17
17
|
movePrev(): void;
|
18
18
|
travelTo(toBladeId: GuidValue): void;
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
};
|
23
|
-
defineValueToSave<T_2>(value?: T_2): {
|
24
|
-
value: T_2;
|
25
|
-
setValue: (value: T_2) => void;
|
19
|
+
defineValueToSave<T_1>(value?: T_1): {
|
20
|
+
value: T_1;
|
21
|
+
setValue: (value: T_1) => void;
|
26
22
|
};
|
27
23
|
};
|
28
24
|
export {};
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/BlockSettingsPanel.d.ts
CHANGED
@@ -1,16 +1,55 @@
|
|
1
|
-
declare const _default: {
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
}
|
14
|
-
|
15
|
-
|
1
|
+
declare const _default: (props: {
|
2
|
+
[x: string]: any;
|
3
|
+
} & Omit<{}, string | number> & {
|
4
|
+
"v-slots"?: {
|
5
|
+
default?: import("vue").Slot;
|
6
|
+
} & {};
|
7
|
+
} & Omit<import("../../..").VueComponentBaseProps, string>) => {
|
8
|
+
$: import("vue").ComponentInternalInstance;
|
9
|
+
$data: {};
|
10
|
+
$props: {};
|
11
|
+
$attrs: {
|
12
|
+
[x: string]: unknown;
|
13
|
+
};
|
14
|
+
$refs: {
|
15
|
+
[x: string]: unknown;
|
16
|
+
};
|
17
|
+
$slots: Readonly<{
|
18
|
+
[name: string]: import("vue").Slot<any>;
|
19
|
+
}>;
|
20
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
21
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
22
|
+
$emit: (event: string, ...args: any[]) => void;
|
23
|
+
$el: any;
|
24
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
25
|
+
beforeCreate?: (() => void) | (() => void)[];
|
26
|
+
created?: (() => void) | (() => void)[];
|
27
|
+
beforeMount?: (() => void) | (() => void)[];
|
28
|
+
mounted?: (() => void) | (() => void)[];
|
29
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
30
|
+
updated?: (() => void) | (() => void)[];
|
31
|
+
activated?: (() => void) | (() => void)[];
|
32
|
+
deactivated?: (() => void) | (() => void)[];
|
33
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
34
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
35
|
+
destroyed?: (() => void) | (() => void)[];
|
36
|
+
unmounted?: (() => void) | (() => void)[];
|
37
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
38
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
39
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
|
40
|
+
};
|
41
|
+
$forceUpdate: () => void;
|
42
|
+
$nextTick: typeof import("vue").nextTick;
|
43
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
44
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
45
|
+
propsDefinition: {
|
46
|
+
[x: string]: any;
|
47
|
+
} & {
|
48
|
+
"v-slots"?: {
|
49
|
+
default?: import("vue").Slot;
|
50
|
+
} & {};
|
51
|
+
} & {} & Omit<import("../../..").VueComponentBaseProps, string | number>;
|
52
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
53
|
+
[key: string]: any;
|
54
|
+
}>;
|
16
55
|
export default _default;
|
@@ -1,16 +1,55 @@
|
|
1
|
-
declare const _default: {
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
}
|
14
|
-
|
15
|
-
|
1
|
+
declare const _default: (props: {
|
2
|
+
[x: string]: any;
|
3
|
+
} & Omit<{}, string | number> & {
|
4
|
+
"v-slots"?: {
|
5
|
+
default?: import("vue").Slot;
|
6
|
+
} & {};
|
7
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string>) => {
|
8
|
+
$: import("vue").ComponentInternalInstance;
|
9
|
+
$data: {};
|
10
|
+
$props: {};
|
11
|
+
$attrs: {
|
12
|
+
[x: string]: unknown;
|
13
|
+
};
|
14
|
+
$refs: {
|
15
|
+
[x: string]: unknown;
|
16
|
+
};
|
17
|
+
$slots: Readonly<{
|
18
|
+
[name: string]: import("vue").Slot<any>;
|
19
|
+
}>;
|
20
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
21
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
22
|
+
$emit: (event: string, ...args: any[]) => void;
|
23
|
+
$el: any;
|
24
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
25
|
+
beforeCreate?: (() => void) | (() => void)[];
|
26
|
+
created?: (() => void) | (() => void)[];
|
27
|
+
beforeMount?: (() => void) | (() => void)[];
|
28
|
+
mounted?: (() => void) | (() => void)[];
|
29
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
30
|
+
updated?: (() => void) | (() => void)[];
|
31
|
+
activated?: (() => void) | (() => void)[];
|
32
|
+
deactivated?: (() => void) | (() => void)[];
|
33
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
34
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
35
|
+
destroyed?: (() => void) | (() => void)[];
|
36
|
+
unmounted?: (() => void) | (() => void)[];
|
37
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
38
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
39
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
|
40
|
+
};
|
41
|
+
$forceUpdate: () => void;
|
42
|
+
$nextTick: typeof import("vue").nextTick;
|
43
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
44
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
45
|
+
propsDefinition: {
|
46
|
+
[x: string]: any;
|
47
|
+
} & {
|
48
|
+
"v-slots"?: {
|
49
|
+
default?: import("vue").Slot;
|
50
|
+
} & {};
|
51
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string | number>;
|
52
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
53
|
+
[key: string]: any;
|
54
|
+
}>;
|
16
55
|
export default _default;
|
@@ -9,9 +9,9 @@ declare const _default: {
|
|
9
9
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
10
10
|
};
|
11
11
|
typography: {
|
12
|
-
type: import("vue").PropType<"
|
12
|
+
type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
|
13
13
|
} & {
|
14
|
-
type: import("vue").PropType<"
|
14
|
+
type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
|
15
15
|
};
|
16
16
|
placeholder: {
|
17
17
|
type: import("vue").PropType<string>;
|
@@ -102,9 +102,9 @@ declare const _default: {
|
|
102
102
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
103
103
|
};
|
104
104
|
typography: {
|
105
|
-
type: import("vue").PropType<"
|
105
|
+
type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
|
106
106
|
} & {
|
107
|
-
type: import("vue").PropType<"
|
107
|
+
type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
|
108
108
|
};
|
109
109
|
placeholder: {
|
110
110
|
type: import("vue").PropType<string>;
|
@@ -202,9 +202,9 @@ declare const _default: {
|
|
202
202
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
203
203
|
};
|
204
204
|
typography: {
|
205
|
-
type: import("vue").PropType<"
|
205
|
+
type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
|
206
206
|
} & {
|
207
|
-
type: import("vue").PropType<"
|
207
|
+
type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
|
208
208
|
};
|
209
209
|
placeholder: {
|
210
210
|
type: import("vue").PropType<string>;
|
@@ -299,9 +299,9 @@ declare const _default: {
|
|
299
299
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
300
300
|
};
|
301
301
|
typography: {
|
302
|
-
type: import("vue").PropType<"
|
302
|
+
type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
|
303
303
|
} & {
|
304
|
-
type: import("vue").PropType<"
|
304
|
+
type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
|
305
305
|
};
|
306
306
|
placeholder: {
|
307
307
|
type: import("vue").PropType<string>;
|
@@ -448,7 +448,7 @@ declare const _default: {
|
|
448
448
|
};
|
449
449
|
}>;
|
450
450
|
};
|
451
|
-
typography?: "
|
451
|
+
typography?: "title" | "text" | "navigation" | TypographyTypes;
|
452
452
|
size?: "xs" | "s" | "m" | "l" | "xl" | TypographySizes;
|
453
453
|
placeholder?: string;
|
454
454
|
toned?: boolean;
|
@@ -7,9 +7,9 @@ declare const _default: {
|
|
7
7
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
8
8
|
};
|
9
9
|
typography: {
|
10
|
-
type: import("vue").PropType<"
|
10
|
+
type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
|
11
11
|
} & {
|
12
|
-
type: import("vue").PropType<"
|
12
|
+
type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
|
13
13
|
};
|
14
14
|
toned: {
|
15
15
|
type: import("vue").PropType<boolean>;
|
@@ -27,9 +27,9 @@ declare const _default: {
|
|
27
27
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
28
28
|
};
|
29
29
|
typography: {
|
30
|
-
type: import("vue").PropType<"
|
30
|
+
type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
|
31
31
|
} & {
|
32
|
-
type: import("vue").PropType<"
|
32
|
+
type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
|
33
33
|
};
|
34
34
|
toned: {
|
35
35
|
type: import("vue").PropType<boolean>;
|
@@ -54,9 +54,9 @@ declare const _default: {
|
|
54
54
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
55
55
|
};
|
56
56
|
typography: {
|
57
|
-
type: import("vue").PropType<"
|
57
|
+
type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
|
58
58
|
} & {
|
59
|
-
type: import("vue").PropType<"
|
59
|
+
type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
|
60
60
|
};
|
61
61
|
toned: {
|
62
62
|
type: import("vue").PropType<boolean>;
|
@@ -78,9 +78,9 @@ declare const _default: {
|
|
78
78
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
79
79
|
};
|
80
80
|
typography: {
|
81
|
-
type: import("vue").PropType<"
|
81
|
+
type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
|
82
82
|
} & {
|
83
|
-
type: import("vue").PropType<"
|
83
|
+
type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
|
84
84
|
};
|
85
85
|
toned: {
|
86
86
|
type: import("vue").PropType<boolean>;
|
@@ -95,7 +95,7 @@ declare const _default: {
|
|
95
95
|
propsDefinition: Omit<Readonly<{
|
96
96
|
value: string;
|
97
97
|
} & {
|
98
|
-
typography?: "
|
98
|
+
typography?: "title" | "text" | "navigation" | TypographyTypes;
|
99
99
|
size?: "xs" | "s" | "m" | "l" | "xl" | TypographySizes;
|
100
100
|
toned?: boolean;
|
101
101
|
}>, never>;
|
@@ -93,8 +93,8 @@ declare const _default: {
|
|
93
93
|
onKeyup?: (event: any) => any;
|
94
94
|
onScroll?: (event: any) => any;
|
95
95
|
"onUpdate:modelValue"?: (value: string) => any;
|
96
|
-
onLayout?: (event: any) => any;
|
97
96
|
onConfiguration?: (event: any) => any;
|
97
|
+
onLayout?: (event: any) => any;
|
98
98
|
onPosition?: (event: any) => any;
|
99
99
|
onSelection?: (event: any) => any;
|
100
100
|
onEditorDidMount?: (editor: editor.IStandaloneCodeEditor) => any;
|
@@ -227,8 +227,8 @@ declare const _default: {
|
|
227
227
|
onKeyup?: (event: any) => any;
|
228
228
|
onScroll?: (event: any) => any;
|
229
229
|
"onUpdate:modelValue"?: (value: string) => any;
|
230
|
-
onLayout?: (event: any) => any;
|
231
230
|
onConfiguration?: (event: any) => any;
|
231
|
+
onLayout?: (event: any) => any;
|
232
232
|
onPosition?: (event: any) => any;
|
233
233
|
onSelection?: (event: any) => any;
|
234
234
|
onEditorDidMount?: (editor: editor.IStandaloneCodeEditor) => any;
|
@@ -343,8 +343,8 @@ declare const _default: {
|
|
343
343
|
onKeyup?: (event: any) => any;
|
344
344
|
onScroll?: (event: any) => any;
|
345
345
|
"onUpdate:modelValue"?: (value: string) => any;
|
346
|
-
onLayout?: (event: any) => any;
|
347
346
|
onConfiguration?: (event: any) => any;
|
347
|
+
onLayout?: (event: any) => any;
|
348
348
|
onPosition?: (event: any) => any;
|
349
349
|
onSelection?: (event: any) => any;
|
350
350
|
onEditorDidMount?: (editor: editor.IStandaloneCodeEditor) => any;
|
@@ -456,8 +456,8 @@ declare const _default: {
|
|
456
456
|
onKeyup?: (event: any) => any;
|
457
457
|
onScroll?: (event: any) => any;
|
458
458
|
"onUpdate:modelValue"?: (value: string) => any;
|
459
|
-
onLayout?: (event: any) => any;
|
460
459
|
onConfiguration?: (event: any) => any;
|
460
|
+
onLayout?: (event: any) => any;
|
461
461
|
onPosition?: (event: any) => any;
|
462
462
|
onSelection?: (event: any) => any;
|
463
463
|
onEditorDidMount?: (editor: editor.IStandaloneCodeEditor) => any;
|
@@ -566,7 +566,7 @@ declare const _default: {
|
|
566
566
|
"onUpdate:modelValue"?: (value: string) => any;
|
567
567
|
modelValue?: string;
|
568
568
|
language?: string;
|
569
|
-
}>, "onError" | "onBlur" | "onChange" | "onFocus" | "onKeydown" | "onKeyup" | "onScroll" | "onUpdate:modelValue" | "
|
569
|
+
}>, "onError" | "onBlur" | "onChange" | "onFocus" | "onKeydown" | "onKeyup" | "onScroll" | "onUpdate:modelValue" | "onConfiguration" | "onLayout" | "onPosition" | "onSelection" | "onEditorDidMount" | "onContextMenu" | "onBlurText" | "onModelDecorations" | "onModelLanguage" | "onModelOptions" | "onAfterDispose" | "onFocusText" | "onMouseDown" | "onMouseLeave" | "onMouseMove" | "onMouseUp"> & {
|
570
570
|
onError?: (err: string) => any;
|
571
571
|
onBlur?: () => any;
|
572
572
|
onChange?: (value: string, event: any) => any;
|
@@ -575,8 +575,8 @@ declare const _default: {
|
|
575
575
|
onKeyup?: (event: any) => any;
|
576
576
|
onScroll?: (event: any) => any;
|
577
577
|
"onUpdate:modelValue"?: (value: string) => any;
|
578
|
-
onLayout?: (event: any) => any;
|
579
578
|
onConfiguration?: (event: any) => any;
|
579
|
+
onLayout?: (event: any) => any;
|
580
580
|
onPosition?: (event: any) => any;
|
581
581
|
onSelection?: (event: any) => any;
|
582
582
|
onEditorDidMount?: (editor: editor.IStandaloneCodeEditor) => any;
|