@omnia/fx 8.0.159-dev → 8.0.162-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/manifests/omnia.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.richtexteditor.manifest.json +1 -1
- package/internal-do-not-import-from-here/services/ReindexOmniaSearchUserService.d.ts +11 -0
- package/internal-do-not-import-from-here/services/index.d.ts +1 -0
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/Exposes.d.ts +56 -55
- 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/app/management/tabs/templates/Template.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/AppImageInput.d.ts +16 -16
- package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/AppPropertiesInput.d.ts +15 -15
- 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 +4 -4
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainersEditorStore.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 +34 -34
- 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/containerpicker/ContainerBlueprintsViewer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.d.ts +10 -10
- 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/ColorSchemaStore.d.ts +416 -400
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +411 -395
- 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 +411 -395
- package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +42 -0
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/DateTimeFieldEdit.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/IDateTimeFieldEdit.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identities/loc/Localize.d.ts +39 -37
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +12 -5
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/inputlanguagepicker/InputLanguagePicker.d.ts +53 -43
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/journey/JourneyMenu.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +1 -1
- 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/mediapickerV2/chrome/MediaPicker.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditorCanvas.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/models/TypographyEditorModel.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/models/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/optionpicker/OptionPicker.d.ts +1 -1
- 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 +10 -10
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +29 -0
- 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 +422 -406
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +846 -814
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DateTimePicker.d.ts +26 -345
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +4 -12
- 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 +19 -19
- package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +2 -2
- 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 +11 -11
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +45 -45
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +26 -0
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +849 -817
- 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/textarea/TextArea.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/post/Post.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/post/templates/PostCardDisplay.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/post/templates/PostTemplate.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/profilecard/ProfileCard.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorStore.d.ts +38 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnimatedGif/AnimatedGif.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/Heading.d.ts +5 -23
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/HeadingNode.d.ts +2 -3
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerEditorExtension.d.ts +2 -50
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerToolbar.d.ts +2 -49
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaImageNode.d.ts +15 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaPickerNode.d.ts +22 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaPickerNodeView.d.ts +0 -22
- package/internal-do-not-import-from-here/ux/richtexteditor/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/richtexteditorrenderer/RichTextEditorRendererSignIn.d.ts +39 -0
- package/internal-do-not-import-from-here/ux/social/Comment.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/texttranslator/TextTranslator.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +422 -406
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +90 -30
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/ActionMenu.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/editorHooks/ContentEditorHooks.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/ContentDefinitionRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/EditorRenderingHooks.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +20 -10
- 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/models/VelcronDefinitions.d.ts +10 -2
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +3 -0
- 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/core/stores/VelcronTheming.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/models/ComponentDescriptors.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +26 -5
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/ComponentCreator.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Editor.d.ts +32 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorSchemaEditor.d.ts +95 -95
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SliderEditor.d.ts +8 -0
- package/internal-do-not-import-from-here/wctypings.d.ts +14 -1
- package/package.json +2 -2
@@ -102,8 +102,8 @@ declare const _default: {
|
|
102
102
|
};
|
103
103
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
104
104
|
propsDefinition: Omit<Readonly<{} & {
|
105
|
-
title?: string;
|
106
105
|
icon?: StepIconModel;
|
106
|
+
title?: string;
|
107
107
|
step?: number;
|
108
108
|
complete?: boolean;
|
109
109
|
}>, never>;
|
@@ -25,11 +25,11 @@ declare const _default: {
|
|
25
25
|
type: import("vue").PropType<boolean>;
|
26
26
|
};
|
27
27
|
alignTabs: {
|
28
|
-
type: import("vue").PropType<"
|
28
|
+
type: import("vue").PropType<"start" | "center" | "end">;
|
29
29
|
required: false;
|
30
30
|
};
|
31
31
|
"align-tabs": {
|
32
|
-
type: import("vue").PropType<"
|
32
|
+
type: import("vue").PropType<"start" | "center" | "end">;
|
33
33
|
required: false;
|
34
34
|
};
|
35
35
|
"no-scrolling": {
|
@@ -123,11 +123,11 @@ declare const _default: {
|
|
123
123
|
type: import("vue").PropType<boolean>;
|
124
124
|
};
|
125
125
|
alignTabs: {
|
126
|
-
type: import("vue").PropType<"
|
126
|
+
type: import("vue").PropType<"start" | "center" | "end">;
|
127
127
|
required: false;
|
128
128
|
};
|
129
129
|
"align-tabs": {
|
130
|
-
type: import("vue").PropType<"
|
130
|
+
type: import("vue").PropType<"start" | "center" | "end">;
|
131
131
|
required: false;
|
132
132
|
};
|
133
133
|
"no-scrolling": {
|
@@ -227,11 +227,11 @@ declare const _default: {
|
|
227
227
|
type: import("vue").PropType<boolean>;
|
228
228
|
};
|
229
229
|
alignTabs: {
|
230
|
-
type: import("vue").PropType<"
|
230
|
+
type: import("vue").PropType<"start" | "center" | "end">;
|
231
231
|
required: false;
|
232
232
|
};
|
233
233
|
"align-tabs": {
|
234
|
-
type: import("vue").PropType<"
|
234
|
+
type: import("vue").PropType<"start" | "center" | "end">;
|
235
235
|
required: false;
|
236
236
|
};
|
237
237
|
"no-scrolling": {
|
@@ -328,11 +328,11 @@ declare const _default: {
|
|
328
328
|
type: import("vue").PropType<boolean>;
|
329
329
|
};
|
330
330
|
alignTabs: {
|
331
|
-
type: import("vue").PropType<"
|
331
|
+
type: import("vue").PropType<"start" | "center" | "end">;
|
332
332
|
required: false;
|
333
333
|
};
|
334
334
|
"align-tabs": {
|
335
|
-
type: import("vue").PropType<"
|
335
|
+
type: import("vue").PropType<"start" | "center" | "end">;
|
336
336
|
required: false;
|
337
337
|
};
|
338
338
|
"no-scrolling": {
|
@@ -430,8 +430,8 @@ declare const _default: {
|
|
430
430
|
"hide-tab-name-if-only-one-tab"?: boolean;
|
431
431
|
noScrolling?: boolean;
|
432
432
|
"no-scrolling"?: boolean;
|
433
|
-
alignTabs?: "
|
434
|
-
"align-tabs"?: "
|
433
|
+
alignTabs?: "start" | "center" | "end";
|
434
|
+
"align-tabs"?: "start" | "center" | "end";
|
435
435
|
}>, "onUpdate:modelValue" | "onDoc$"> & {
|
436
436
|
"onUpdate:modelValue"?: (model: number) => any;
|
437
437
|
onDoc$?: (description?: string) => any;
|
@@ -35,9 +35,9 @@ declare const _default: {
|
|
35
35
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
36
36
|
};
|
37
37
|
typography: {
|
38
|
-
type: import("vue").PropType<"
|
38
|
+
type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
|
39
39
|
} & {
|
40
|
-
type: import("vue").PropType<"
|
40
|
+
type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
|
41
41
|
};
|
42
42
|
class: {
|
43
43
|
type: import("vue").PropType<String | String[]>;
|
@@ -81,9 +81,9 @@ declare const _default: {
|
|
81
81
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
82
82
|
};
|
83
83
|
typography: {
|
84
|
-
type: import("vue").PropType<"
|
84
|
+
type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
|
85
85
|
} & {
|
86
|
-
type: import("vue").PropType<"
|
86
|
+
type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
|
87
87
|
};
|
88
88
|
class: {
|
89
89
|
type: import("vue").PropType<String | String[]>;
|
@@ -138,9 +138,9 @@ declare const _default: {
|
|
138
138
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
139
139
|
};
|
140
140
|
typography: {
|
141
|
-
type: import("vue").PropType<"
|
141
|
+
type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
|
142
142
|
} & {
|
143
|
-
type: import("vue").PropType<"
|
143
|
+
type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
|
144
144
|
};
|
145
145
|
class: {
|
146
146
|
type: import("vue").PropType<String | String[]>;
|
@@ -192,9 +192,9 @@ declare const _default: {
|
|
192
192
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
193
193
|
};
|
194
194
|
typography: {
|
195
|
-
type: import("vue").PropType<"
|
195
|
+
type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
|
196
196
|
} & {
|
197
|
-
type: import("vue").PropType<"
|
197
|
+
type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
|
198
198
|
};
|
199
199
|
class: {
|
200
200
|
type: import("vue").PropType<String | String[]>;
|
@@ -213,7 +213,7 @@ declare const _default: {
|
|
213
213
|
colorSchemaType?: any;
|
214
214
|
colors?: any;
|
215
215
|
} & {
|
216
|
-
typography?: "
|
216
|
+
typography?: "text" | "title" | "navigation" | TypographyTypes;
|
217
217
|
class?: String | String[];
|
218
218
|
size?: "xs" | "s" | "m" | "l" | "xl" | TypographySizes;
|
219
219
|
wordBreak?: "none";
|
@@ -503,10 +503,8 @@ declare const _default: {
|
|
503
503
|
class?: String | String[];
|
504
504
|
label?: string;
|
505
505
|
disabled?: boolean;
|
506
|
-
errorMessages?: string | string[];
|
507
506
|
rows?: number;
|
508
507
|
placeholder?: string;
|
509
|
-
readonly?: boolean;
|
510
508
|
toned?: boolean;
|
511
509
|
"v-model"?: string;
|
512
510
|
"onUpdate:modelValue"?: (value: string) => any;
|
@@ -520,7 +518,9 @@ declare const _default: {
|
|
520
518
|
persistentHint?: boolean;
|
521
519
|
"persistent-hint"?: boolean;
|
522
520
|
clearable?: boolean;
|
521
|
+
errorMessages?: string | string[];
|
523
522
|
"error-messages"?: string | string[];
|
523
|
+
readonly?: boolean;
|
524
524
|
autoGrow?: boolean;
|
525
525
|
"auto-grow"?: boolean;
|
526
526
|
}>, "onUpdate:modelValue" | "onUpdate:focused" | "onClick:button"> & {
|
@@ -561,9 +561,7 @@ declare const _default: {
|
|
561
561
|
class?: String | String[];
|
562
562
|
label?: string;
|
563
563
|
disabled?: boolean;
|
564
|
-
errorMessages?: string | string[];
|
565
564
|
placeholder?: string;
|
566
|
-
readonly?: boolean;
|
567
565
|
toned?: boolean;
|
568
566
|
"v-model"?: string | number | WritableComputedRef<string>;
|
569
567
|
"onUpdate:modelValue"?: (value: string | number | WritableComputedRef<string>) => any;
|
@@ -580,8 +578,10 @@ declare const _default: {
|
|
580
578
|
persistentHint?: boolean;
|
581
579
|
"persistent-hint"?: boolean;
|
582
580
|
clearable?: boolean;
|
581
|
+
errorMessages?: string | string[];
|
583
582
|
"error-messages"?: string | string[];
|
584
583
|
suffix?: string;
|
584
|
+
readonly?: boolean;
|
585
585
|
}>, "onUpdate:modelValue" | "onDoc$" | "onUpdate:focused" | "onClick:clear" | "onClick:button"> & {
|
586
586
|
"onUpdate:modelValue"?: (value: string) => any;
|
587
587
|
onDoc$?: (description?: string) => any;
|
@@ -220,9 +220,9 @@ declare const _default: {
|
|
220
220
|
location?: OPosition;
|
221
221
|
openOnHover?: boolean;
|
222
222
|
"open-on-hover"?: boolean;
|
223
|
+
openOnClick?: boolean;
|
223
224
|
activateOnLength?: number;
|
224
225
|
"activate-on-length"?: number;
|
225
|
-
openOnClick?: boolean;
|
226
226
|
"open-on-click"?: boolean;
|
227
227
|
}>, never>;
|
228
228
|
};
|
@@ -34,11 +34,11 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
34
34
|
topicPermissionDictionary?: {
|
35
35
|
[topicId: string]: PostPermission;
|
36
36
|
};
|
37
|
-
} & Omit<{}, "omniaServiceId" | "styles" | "provider" | "
|
37
|
+
} & Omit<{}, "omniaServiceId" | "styles" | "provider" | "richTextSettings" | "cardStyle" | "enableMention" | "editContentOnTop" | "postTypeId" | "showMoreSize" | "allowLikes" | "customSlots" | "hideEditOption" | "getTopPostIds" | "getUserHash" | "topicPermissionDictionary"> & {
|
38
38
|
"v-slots"?: {
|
39
39
|
default?: import("vue").Slot;
|
40
40
|
} & {};
|
41
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "omniaServiceId" | "styles" | "provider" | "
|
41
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "omniaServiceId" | "styles" | "provider" | "richTextSettings" | "cardStyle" | "enableMention" | "editContentOnTop" | "postTypeId" | "showMoreSize" | "allowLikes" | "customSlots" | "hideEditOption" | "getTopPostIds" | "getUserHash" | "topicPermissionDictionary">) => {
|
42
42
|
$: import("vue").ComponentInternalInstance;
|
43
43
|
$data: {};
|
44
44
|
$props: {};
|
@@ -112,7 +112,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
112
112
|
"v-slots"?: {
|
113
113
|
default?: import("vue").Slot;
|
114
114
|
} & {};
|
115
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "omniaServiceId" | "styles" | "provider" | "
|
115
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "omniaServiceId" | "styles" | "provider" | "richTextSettings" | "cardStyle" | "enableMention" | "editContentOnTop" | "postTypeId" | "showMoreSize" | "allowLikes" | "customSlots" | "hideEditOption" | "getTopPostIds" | "getUserHash" | "topicPermissionDictionary">;
|
116
116
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
117
117
|
[key: string]: any;
|
118
118
|
}>;
|
@@ -1,5 +1,5 @@
|
|
1
|
+
import { IPostBaseContext, IPostBaseWithContext, ResolvedUserIdentity, type IPersistedPost } from "@omnia/fx-models";
|
1
2
|
import { PostPermission } from "../IPost";
|
2
|
-
import { type IPersistedPost, IPostBaseContext, IPostBaseWithContext, ResolvedUserIdentity } from "@omnia/fx-models";
|
3
3
|
declare const _default: (props: {
|
4
4
|
renderTitleInfo?: (isDialog: boolean) => JSX.Element;
|
5
5
|
renderEditOptions?: () => JSX.Element;
|
@@ -13,11 +13,11 @@ declare const _default: (props: {
|
|
13
13
|
isDeleted?: boolean;
|
14
14
|
dateFormat?: string;
|
15
15
|
language?: string;
|
16
|
-
} & Omit<{}, "
|
16
|
+
} & Omit<{}, "language" | "dateFormat" | "isDeleted" | "getUserHash" | "topicPermissionDictionary" | "persistedPost" | "renderTitleInfo" | "renderEditOptions"> & {
|
17
17
|
"v-slots"?: {
|
18
18
|
default?: import("vue").Slot;
|
19
19
|
} & {};
|
20
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "
|
20
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "language" | "dateFormat" | "isDeleted" | "getUserHash" | "topicPermissionDictionary" | "persistedPost" | "renderTitleInfo" | "renderEditOptions">) => {
|
21
21
|
$: import("vue").ComponentInternalInstance;
|
22
22
|
$data: {};
|
23
23
|
$props: {};
|
@@ -72,7 +72,7 @@ declare const _default: (props: {
|
|
72
72
|
"v-slots"?: {
|
73
73
|
default?: import("vue").Slot;
|
74
74
|
} & {};
|
75
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "
|
75
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "language" | "dateFormat" | "isDeleted" | "getUserHash" | "topicPermissionDictionary" | "persistedPost" | "renderTitleInfo" | "renderEditOptions">;
|
76
76
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
77
77
|
[key: string]: any;
|
78
78
|
}>;
|
@@ -33,11 +33,11 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
33
33
|
onRefresh?: (addedPost: boolean) => any;
|
34
34
|
onOpenEdit?: (post: IPersistedPost<IPostBaseWithContext<IPostBaseContext>>) => any;
|
35
35
|
onCloseEdit?: (post: IPersistedPost<IPostBaseWithContext<IPostBaseContext>>) => any;
|
36
|
-
}, "currentUser" | "
|
36
|
+
}, "currentUser" | "richTextSettings" | "canShowEditDialogOnLoad" | "canLike" | "cardStyle" | "hideEdit" | "enableMention" | "customSlots" | "hideEditOption" | "getTopPostIds" | "getUserHash" | "topicPermissionDictionary" | "persistedPost" | "persistedPosts" | "handleAddingPost" | "handleUpdatingPost" | "handleDeletingPost" | "handleTogglingLike" | "handleSocialReacts"> & {
|
37
37
|
"v-slots"?: {
|
38
38
|
default?: import("vue").Slot;
|
39
39
|
} & {};
|
40
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "currentUser" | "
|
40
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "currentUser" | "richTextSettings" | "canShowEditDialogOnLoad" | "canLike" | "cardStyle" | "hideEdit" | "enableMention" | "customSlots" | "hideEditOption" | "getTopPostIds" | "getUserHash" | "topicPermissionDictionary" | "persistedPost" | "persistedPosts" | "handleAddingPost" | "handleUpdatingPost" | "handleDeletingPost" | "handleTogglingLike" | "handleSocialReacts" | "emit:openReply" | "emit:cancelReply" | "emit:openEdit" | "emit:closeEdit" | "emit:refresh">) => {
|
41
41
|
$: import("vue").ComponentInternalInstance;
|
42
42
|
$data: {};
|
43
43
|
$props: {};
|
@@ -111,7 +111,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
111
111
|
onRefresh?: (addedPost: boolean) => any;
|
112
112
|
onOpenEdit?: (post: IPersistedPost<IPostBaseWithContext<IPostBaseContext>>) => any;
|
113
113
|
onCloseEdit?: (post: IPersistedPost<IPostBaseWithContext<IPostBaseContext>>) => any;
|
114
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "currentUser" | "
|
114
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "currentUser" | "richTextSettings" | "canShowEditDialogOnLoad" | "canLike" | "cardStyle" | "hideEdit" | "enableMention" | "customSlots" | "hideEditOption" | "getTopPostIds" | "getUserHash" | "topicPermissionDictionary" | "persistedPost" | "persistedPosts" | "handleAddingPost" | "handleUpdatingPost" | "handleDeletingPost" | "handleTogglingLike" | "handleSocialReacts">;
|
115
115
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
116
116
|
[key: string]: any;
|
117
117
|
}>;
|
@@ -234,11 +234,11 @@ declare const _default: {
|
|
234
234
|
contentClass?: string[];
|
235
235
|
user?: UserIdentity;
|
236
236
|
scopedSlots?: ScopedSlots<IProfileCardScopedSlots>;
|
237
|
+
ripple?: boolean;
|
238
|
+
"content-class"?: string[];
|
237
239
|
"scoped-slots"?: ScopedSlots<IProfileCardScopedSlots>;
|
238
240
|
appendToBody?: boolean;
|
239
241
|
"append-to-body"?: boolean;
|
240
|
-
"content-class"?: string[];
|
241
|
-
ripple?: boolean;
|
242
242
|
}>, "onClick" | "onDoc$"> & {
|
243
243
|
onClick?: (e: Event) => any;
|
244
244
|
onDoc$?: (description?: string) => any;
|
@@ -570,11 +570,11 @@ declare const _default: {
|
|
570
570
|
ariaInvalid?: boolean;
|
571
571
|
"aria-describedby"?: string;
|
572
572
|
"aria-invalid"?: boolean;
|
573
|
-
resetContent?: boolean;
|
574
573
|
bodyClass?: string;
|
575
574
|
onContentDataChange?: (richtextHelper: RichTextContentHelper) => void;
|
576
575
|
registerFocus?: (callback: () => void) => void;
|
577
576
|
onConfigureExtensions?: (currentExtensions: Array<RichTextEditorExtension>, registrationResolver?: (registration: RichTextEditorExtensionRegistration) => RichTextEditorExtension, extensionHelper?: IRichTextEditorExtensionHelper) => Array<RichTextEditorExtension>;
|
577
|
+
resetContent?: boolean;
|
578
578
|
autoFocus?: boolean;
|
579
579
|
ariaDescribedby?: string;
|
580
580
|
disableAutofocus?: boolean;
|
@@ -0,0 +1,38 @@
|
|
1
|
+
export type RichTextEditorStore = ReturnType<typeof useRichTextEditorStore>;
|
2
|
+
export declare const useRichTextEditorStore: () => {
|
3
|
+
events: {
|
4
|
+
onMutated_sharedValue: import("@omnia/fx").MessageBusExposeOnlySubscription<{
|
5
|
+
[key: string]: any;
|
6
|
+
}>;
|
7
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
8
|
+
get: {
|
9
|
+
getSharedValue(key: string): any;
|
10
|
+
};
|
11
|
+
actions: {
|
12
|
+
onDispatching: {
|
13
|
+
setSharedValue: {
|
14
|
+
subscribe(fn: (value: {
|
15
|
+
[key: string]: any;
|
16
|
+
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
17
|
+
};
|
18
|
+
};
|
19
|
+
onDispatched: {
|
20
|
+
setSharedValue: {
|
21
|
+
subscribe(fn: (result: void, value: {
|
22
|
+
[key: string]: any;
|
23
|
+
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
24
|
+
};
|
25
|
+
};
|
26
|
+
onFailure: {
|
27
|
+
setSharedValue: {
|
28
|
+
subscribe(fn: (failureReason: any, value: {
|
29
|
+
[key: string]: any;
|
30
|
+
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
31
|
+
};
|
32
|
+
};
|
33
|
+
} & {
|
34
|
+
setSharedValue(value: {
|
35
|
+
[key: string]: any;
|
36
|
+
}): void;
|
37
|
+
};
|
38
|
+
};
|
package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnimatedGif/AnimatedGif.d.ts
CHANGED
@@ -3,7 +3,7 @@ export declare const animatedGifEditorExtension: () => {
|
|
3
3
|
id: Guid;
|
4
4
|
title: string;
|
5
5
|
getConfiguration(): {
|
6
|
-
nodes: import("@tiptap/core").Node<
|
6
|
+
nodes: import("@tiptap/core").Node<import("../MediaPicker/nodes/MediaImageNode").ImageOptions, any>[];
|
7
7
|
toolbarItems: {
|
8
8
|
toolbar: any;
|
9
9
|
configuration: {};
|
@@ -1,29 +1,11 @@
|
|
1
|
-
import {
|
1
|
+
import { Guid } from "@omnia/fx/models";
|
2
2
|
export declare const headingEditorExtension: () => {
|
3
3
|
id: Guid;
|
4
4
|
title: string;
|
5
|
-
getConfiguration():
|
6
|
-
nodes: import("@tiptap/core").Node<
|
5
|
+
getConfiguration(): {
|
6
|
+
nodes: import("@tiptap/core").Node<import("./HeadingNode").HeadingOptions, any>[];
|
7
7
|
toolbarItems: {
|
8
|
-
toolbar:
|
9
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
|
10
|
-
P: {};
|
11
|
-
B: {};
|
12
|
-
D: {};
|
13
|
-
C: {};
|
14
|
-
M: {};
|
15
|
-
Defaults: {};
|
16
|
-
}, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
|
17
|
-
__isFragment?: never;
|
18
|
-
__isTeleport?: never;
|
19
|
-
__isSuspense?: never;
|
20
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
21
|
-
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
22
|
-
};
|
23
|
-
configuration: {
|
24
|
-
headings: GuidValue[];
|
25
|
-
};
|
8
|
+
toolbar: any;
|
26
9
|
}[];
|
27
|
-
}
|
28
|
-
setOptions(options: HeadingEditorExtensionConfiguration): void;
|
10
|
+
};
|
29
11
|
};
|
package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/HeadingNode.d.ts
CHANGED
@@ -1,4 +1,3 @@
|
|
1
|
-
import { HeadingConfiguration } from "@omnia/fx-models";
|
2
1
|
export type Level = 1 | 2 | 3 | 4 | 5 | 6;
|
3
2
|
export interface HeadingOptions {
|
4
3
|
levels: Level[];
|
@@ -11,7 +10,7 @@ declare module "@tiptap/core" {
|
|
11
10
|
* Set a heading node
|
12
11
|
*/
|
13
12
|
setHeading: (attributes: {
|
14
|
-
|
13
|
+
level: Level;
|
15
14
|
}) => ReturnType;
|
16
15
|
/**
|
17
16
|
* Toggle a heading node
|
@@ -22,4 +21,4 @@ declare module "@tiptap/core" {
|
|
22
21
|
};
|
23
22
|
}
|
24
23
|
}
|
25
|
-
export declare const headingNode: () => import("@tiptap/core").Node<
|
24
|
+
export declare const headingNode: () => import("@tiptap/core").Node<HeadingOptions, any>;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { MediaPickerProps } from "@omnia/fx/ux";
|
2
|
-
import { Guid
|
2
|
+
import { Guid } from "../../../../models";
|
3
3
|
export declare const mediaPickerEditorExtension: () => {
|
4
4
|
id: Guid;
|
5
5
|
title: string;
|
@@ -14,17 +14,6 @@ export declare const mediaPickerEditorExtension: () => {
|
|
14
14
|
mediaPicker: {
|
15
15
|
type: import("vue").PropType<MediaPickerProps>;
|
16
16
|
};
|
17
|
-
"onUpdate:selectedMedia": {
|
18
|
-
type: import("vue").PropType<(value: MediaPickerNodeCommand) => any>;
|
19
|
-
};
|
20
|
-
"v-model:selectedMedia": {
|
21
|
-
type: import("vue").PropType<MediaPickerNodeCommand>;
|
22
|
-
required: false;
|
23
|
-
};
|
24
|
-
selectedMedia: {
|
25
|
-
type: import("vue").PropType<MediaPickerNodeCommand>;
|
26
|
-
required: false;
|
27
|
-
};
|
28
17
|
editor: {
|
29
18
|
type: import("vue").PropType<import("@omnia/fx-models").TipTapEditor>;
|
30
19
|
} & {
|
@@ -48,17 +37,6 @@ export declare const mediaPickerEditorExtension: () => {
|
|
48
37
|
mediaPicker: {
|
49
38
|
type: import("vue").PropType<MediaPickerProps>;
|
50
39
|
};
|
51
|
-
"onUpdate:selectedMedia": {
|
52
|
-
type: import("vue").PropType<(value: MediaPickerNodeCommand) => any>;
|
53
|
-
};
|
54
|
-
"v-model:selectedMedia": {
|
55
|
-
type: import("vue").PropType<MediaPickerNodeCommand>;
|
56
|
-
required: false;
|
57
|
-
};
|
58
|
-
selectedMedia: {
|
59
|
-
type: import("vue").PropType<MediaPickerNodeCommand>;
|
60
|
-
required: false;
|
61
|
-
};
|
62
40
|
editor: {
|
63
41
|
type: import("vue").PropType<import("@omnia/fx-models").TipTapEditor>;
|
64
42
|
} & {
|
@@ -89,17 +67,6 @@ export declare const mediaPickerEditorExtension: () => {
|
|
89
67
|
mediaPicker: {
|
90
68
|
type: import("vue").PropType<MediaPickerProps>;
|
91
69
|
};
|
92
|
-
"onUpdate:selectedMedia": {
|
93
|
-
type: import("vue").PropType<(value: MediaPickerNodeCommand) => any>;
|
94
|
-
};
|
95
|
-
"v-model:selectedMedia": {
|
96
|
-
type: import("vue").PropType<MediaPickerNodeCommand>;
|
97
|
-
required: false;
|
98
|
-
};
|
99
|
-
selectedMedia: {
|
100
|
-
type: import("vue").PropType<MediaPickerNodeCommand>;
|
101
|
-
required: false;
|
102
|
-
};
|
103
70
|
editor: {
|
104
71
|
type: import("vue").PropType<import("@omnia/fx-models").TipTapEditor>;
|
105
72
|
} & {
|
@@ -127,17 +94,6 @@ export declare const mediaPickerEditorExtension: () => {
|
|
127
94
|
mediaPicker: {
|
128
95
|
type: import("vue").PropType<MediaPickerProps>;
|
129
96
|
};
|
130
|
-
"onUpdate:selectedMedia": {
|
131
|
-
type: import("vue").PropType<(value: MediaPickerNodeCommand) => any>;
|
132
|
-
};
|
133
|
-
"v-model:selectedMedia": {
|
134
|
-
type: import("vue").PropType<MediaPickerNodeCommand>;
|
135
|
-
required: false;
|
136
|
-
};
|
137
|
-
selectedMedia: {
|
138
|
-
type: import("vue").PropType<MediaPickerNodeCommand>;
|
139
|
-
required: false;
|
140
|
-
};
|
141
97
|
editor: {
|
142
98
|
type: import("vue").PropType<import("@omnia/fx-models").TipTapEditor>;
|
143
99
|
} & {
|
@@ -158,17 +114,13 @@ export declare const mediaPickerEditorExtension: () => {
|
|
158
114
|
propsDefinition: Omit<Readonly<{} & {
|
159
115
|
menubar?: import("@omnia/fx-models").MediaPickerMenuBar;
|
160
116
|
editor?: import("@omnia/fx-models").TipTapEditor;
|
161
|
-
selectedMedia?: MediaPickerNodeCommand;
|
162
|
-
onContentChanged?: (content: string) => void;
|
163
117
|
mediaPicker?: MediaPickerProps;
|
118
|
+
onContentChanged?: (content: string) => void;
|
164
119
|
"on-content-changed"?: (content: string) => void;
|
165
|
-
"onUpdate:selectedMedia"?: (value: MediaPickerNodeCommand) => any;
|
166
|
-
"v-model:selectedMedia"?: MediaPickerNodeCommand;
|
167
120
|
"media-picker"?: MediaPickerProps;
|
168
121
|
}>, never>;
|
169
122
|
};
|
170
123
|
configuration: {
|
171
|
-
selectedMedia: MediaPickerNodeCommand;
|
172
124
|
mediaPicker: MediaPickerProps;
|
173
125
|
};
|
174
126
|
}[];
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { MediaPickerProps } from "@omnia/fx/ux";
|
2
|
-
import { TipTapEditor, MediaPickerMenuBar
|
2
|
+
import { TipTapEditor, MediaPickerMenuBar } from "@omnia/fx-models";
|
3
3
|
declare const _default: {
|
4
4
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
5
5
|
"media-picker": {
|
@@ -8,17 +8,6 @@ declare const _default: {
|
|
8
8
|
mediaPicker: {
|
9
9
|
type: import("vue").PropType<MediaPickerProps>;
|
10
10
|
};
|
11
|
-
"onUpdate:selectedMedia": {
|
12
|
-
type: import("vue").PropType<(value: MediaPickerNodeCommand) => any>;
|
13
|
-
};
|
14
|
-
"v-model:selectedMedia": {
|
15
|
-
type: import("vue").PropType<MediaPickerNodeCommand>;
|
16
|
-
required: false;
|
17
|
-
};
|
18
|
-
selectedMedia: {
|
19
|
-
type: import("vue").PropType<MediaPickerNodeCommand>;
|
20
|
-
required: false;
|
21
|
-
};
|
22
11
|
editor: {
|
23
12
|
type: import("vue").PropType<TipTapEditor>;
|
24
13
|
} & {
|
@@ -42,17 +31,6 @@ declare const _default: {
|
|
42
31
|
mediaPicker: {
|
43
32
|
type: import("vue").PropType<MediaPickerProps>;
|
44
33
|
};
|
45
|
-
"onUpdate:selectedMedia": {
|
46
|
-
type: import("vue").PropType<(value: MediaPickerNodeCommand) => any>;
|
47
|
-
};
|
48
|
-
"v-model:selectedMedia": {
|
49
|
-
type: import("vue").PropType<MediaPickerNodeCommand>;
|
50
|
-
required: false;
|
51
|
-
};
|
52
|
-
selectedMedia: {
|
53
|
-
type: import("vue").PropType<MediaPickerNodeCommand>;
|
54
|
-
required: false;
|
55
|
-
};
|
56
34
|
editor: {
|
57
35
|
type: import("vue").PropType<TipTapEditor>;
|
58
36
|
} & {
|
@@ -83,17 +61,6 @@ declare const _default: {
|
|
83
61
|
mediaPicker: {
|
84
62
|
type: import("vue").PropType<MediaPickerProps>;
|
85
63
|
};
|
86
|
-
"onUpdate:selectedMedia": {
|
87
|
-
type: import("vue").PropType<(value: MediaPickerNodeCommand) => any>;
|
88
|
-
};
|
89
|
-
"v-model:selectedMedia": {
|
90
|
-
type: import("vue").PropType<MediaPickerNodeCommand>;
|
91
|
-
required: false;
|
92
|
-
};
|
93
|
-
selectedMedia: {
|
94
|
-
type: import("vue").PropType<MediaPickerNodeCommand>;
|
95
|
-
required: false;
|
96
|
-
};
|
97
64
|
editor: {
|
98
65
|
type: import("vue").PropType<TipTapEditor>;
|
99
66
|
} & {
|
@@ -121,17 +88,6 @@ declare const _default: {
|
|
121
88
|
mediaPicker: {
|
122
89
|
type: import("vue").PropType<MediaPickerProps>;
|
123
90
|
};
|
124
|
-
"onUpdate:selectedMedia": {
|
125
|
-
type: import("vue").PropType<(value: MediaPickerNodeCommand) => any>;
|
126
|
-
};
|
127
|
-
"v-model:selectedMedia": {
|
128
|
-
type: import("vue").PropType<MediaPickerNodeCommand>;
|
129
|
-
required: false;
|
130
|
-
};
|
131
|
-
selectedMedia: {
|
132
|
-
type: import("vue").PropType<MediaPickerNodeCommand>;
|
133
|
-
required: false;
|
134
|
-
};
|
135
91
|
editor: {
|
136
92
|
type: import("vue").PropType<TipTapEditor>;
|
137
93
|
} & {
|
@@ -152,12 +108,9 @@ declare const _default: {
|
|
152
108
|
propsDefinition: Omit<Readonly<{} & {
|
153
109
|
menubar?: MediaPickerMenuBar;
|
154
110
|
editor?: TipTapEditor;
|
155
|
-
selectedMedia?: MediaPickerNodeCommand;
|
156
|
-
onContentChanged?: (content: string) => void;
|
157
111
|
mediaPicker?: MediaPickerProps;
|
112
|
+
onContentChanged?: (content: string) => void;
|
158
113
|
"on-content-changed"?: (content: string) => void;
|
159
|
-
"onUpdate:selectedMedia"?: (value: MediaPickerNodeCommand) => any;
|
160
|
-
"v-model:selectedMedia"?: MediaPickerNodeCommand;
|
161
114
|
"media-picker"?: MediaPickerProps;
|
162
115
|
}>, never>;
|
163
116
|
};
|