@omnia/fx 8.0.18-dev → 8.0.19-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/apis/ApiHelper.d.ts +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/VueComponentBase.d.ts +10 -11
- package/internal-do-not-import-from-here/ux/admin/store/AdminStore.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaViewer.d.ts +14 -14
- package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +623 -56
- package/internal-do-not-import-from-here/ux/datetimepicker/IDateTimePicker.d.ts +0 -49
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/datafield/DataFieldDisplay.d.ts +178 -18
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/datafield/IDataFieldDisplay.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datafield/DataFieldEdit.d.ts +192 -19
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datafield/IDataFieldEdit.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +108 -132
- package/internal-do-not-import-from-here/ux/helptext/HelpText.d.ts +126 -11
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +1 -1
- 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/imagetransformer/Components/editor/ImageEditorCanvas.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyMenu.d.ts +15 -1
- package/internal-do-not-import-from-here/ux/journey/v2/models/Constants.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditorCanvas.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +30 -30
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +5 -5
- 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 +8 -8
- package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanEditor.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +11 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerEditor.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaEditor.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsEditor.d.ts +13 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/social/Comment.d.ts +569 -78
- package/internal-do-not-import-from-here/ux/social/CommentDialog.d.ts +92 -44
- package/internal-do-not-import-from-here/ux/social/IComment.d.ts +0 -36
- package/internal-do-not-import-from-here/ux/social/ILike.d.ts +0 -27
- package/internal-do-not-import-from-here/ux/social/IPeopleTagging.d.ts +0 -26
- package/internal-do-not-import-from-here/ux/social/Like.d.ts +359 -68
- package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +255 -27
- package/internal-do-not-import-from-here/ux/social/index.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/social/likehandler/LikeActionSettings.d.ts +141 -15
- package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.css.d.ts +0 -26
- package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.d.ts +340 -79
- package/internal-do-not-import-from-here/ux/social/templates/ILikeListingTemplate.d.ts +0 -20
- package/internal-do-not-import-from-here/ux/social/templates/LikeListingTemplate.d.ts +171 -40
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{blueprints → definitions/blueprints}/store/BlueprintEditorStore.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/typography/TypographyJourney.d.ts +97 -0
- package/internal-do-not-import-from-here/ux/typographypicker/TypographyPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilder2.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronBlockHeaderStateBuilder.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/useVelcronEditorBuilder.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TypographyEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +106 -15
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/helptext/IHelpText.d.ts +0 -18
- package/internal-do-not-import-from-here/ux/helptext/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/social/templates/LikeListingTemplate.css.d.ts +0 -11
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{blueprints/BlueprintsJourney.d.ts → definitions/DefinitionsJourney.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{colorschemes/ColorSchemasJourney.d.ts → definitions/blueprints/BlueprintsJourney.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{blueprints → definitions/blueprints}/blades/BlockBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{blueprints → definitions/blueprints}/blades/ComponentsBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{blueprints → definitions/blueprints}/blades/EditBlueprint.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{blueprints → definitions/blueprints}/blades/SpacingBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{blueprints → definitions/blueprints}/blades/TypographyBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{blueprints → definitions/blueprints}/components/BlockPreview.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{typography/TypographyJourney.d.ts → definitions/colorschemes/ColorSchemasJourney.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{colorschemes → definitions/colorschemes}/blades/ColorSchemaDefinitionBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{colorschemes → definitions/colorschemes}/blades/ColorSchemasBlade.d.ts +0 -0
|
@@ -1,70 +1,361 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import { ILikeComponent } from "./ILike";
|
|
4
|
-
import { CommentLocalization } from "./loc/localize";
|
|
5
|
-
import { CommentLikeStore, type ICommentLikeService } from "../../stores";
|
|
6
|
-
import { OmniaContext } from "../../contexts";
|
|
1
|
+
import { ReactionType, ISocialReaction } from "../../models";
|
|
2
|
+
import { type ICommentLikeService } from "../../stores";
|
|
7
3
|
import "./Like.css";
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
4
|
+
declare const _default: {
|
|
5
|
+
new (...args: any[]): {
|
|
6
|
+
$: import("vue").ComponentInternalInstance;
|
|
7
|
+
$data: {};
|
|
8
|
+
$props: {
|
|
9
|
+
style?: unknown;
|
|
10
|
+
class?: unknown;
|
|
11
|
+
key?: string | number | symbol;
|
|
12
|
+
readonly styles?: unknown;
|
|
13
|
+
ref?: import("vue").VNodeRef;
|
|
14
|
+
ref_for?: boolean;
|
|
15
|
+
ref_key?: string;
|
|
16
|
+
onVnodeBeforeMount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
17
|
+
[key: string]: any;
|
|
18
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
19
|
+
[key: string]: any;
|
|
20
|
+
}>) => void)[];
|
|
21
|
+
onVnodeMounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
22
|
+
[key: string]: any;
|
|
23
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
24
|
+
[key: string]: any;
|
|
25
|
+
}>) => void)[];
|
|
26
|
+
onVnodeBeforeUpdate?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
27
|
+
[key: string]: any;
|
|
28
|
+
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
29
|
+
[key: string]: any;
|
|
30
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
31
|
+
[key: string]: any;
|
|
32
|
+
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
33
|
+
[key: string]: any;
|
|
34
|
+
}>) => void)[];
|
|
35
|
+
onVnodeUpdated?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
36
|
+
[key: string]: any;
|
|
37
|
+
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
38
|
+
[key: string]: any;
|
|
39
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
40
|
+
[key: string]: any;
|
|
41
|
+
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
42
|
+
[key: string]: any;
|
|
43
|
+
}>) => void)[];
|
|
44
|
+
onVnodeBeforeUnmount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
45
|
+
[key: string]: any;
|
|
46
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
47
|
+
[key: string]: any;
|
|
48
|
+
}>) => void)[];
|
|
49
|
+
onVnodeUnmounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
50
|
+
[key: string]: any;
|
|
51
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
52
|
+
[key: string]: any;
|
|
53
|
+
}>) => void)[];
|
|
54
|
+
readonly topicId?: string;
|
|
55
|
+
readonly "topic-id"?: string;
|
|
56
|
+
readonly commendId?: string;
|
|
57
|
+
readonly "commend-id"?: string;
|
|
58
|
+
readonly likeListingTemplate?: string;
|
|
59
|
+
readonly extendComponents?: {
|
|
60
|
+
elem: string;
|
|
61
|
+
dynamicInput: any;
|
|
62
|
+
}[];
|
|
63
|
+
readonly "extend-components"?: {
|
|
64
|
+
elem: string;
|
|
65
|
+
dynamicInput: any;
|
|
66
|
+
}[];
|
|
67
|
+
readonly likes?: ISocialReaction[];
|
|
68
|
+
readonly isCompactMode?: boolean;
|
|
69
|
+
readonly isSummaryMode?: boolean;
|
|
70
|
+
readonly commentLikeService?: ICommentLikeService;
|
|
71
|
+
readonly "comment-like-service"?: ICommentLikeService;
|
|
72
|
+
};
|
|
73
|
+
$attrs: {
|
|
74
|
+
[x: string]: unknown;
|
|
75
|
+
};
|
|
76
|
+
$refs: {
|
|
77
|
+
[x: string]: unknown;
|
|
78
|
+
};
|
|
79
|
+
$slots: Readonly<{
|
|
80
|
+
[name: string]: import("vue").Slot<any>;
|
|
81
|
+
}>;
|
|
82
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
|
83
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
|
84
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
85
|
+
$el: any;
|
|
86
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
87
|
+
"comment-like-service": {
|
|
88
|
+
type: import("vue").PropType<ICommentLikeService>;
|
|
89
|
+
};
|
|
90
|
+
commentLikeService: {
|
|
91
|
+
type: import("vue").PropType<ICommentLikeService>;
|
|
92
|
+
};
|
|
93
|
+
isSummaryMode: {
|
|
94
|
+
type: import("vue").PropType<boolean>;
|
|
95
|
+
required: false;
|
|
96
|
+
};
|
|
97
|
+
isCompactMode: {
|
|
98
|
+
type: import("vue").PropType<boolean>;
|
|
99
|
+
required: false;
|
|
100
|
+
};
|
|
101
|
+
styles: {
|
|
102
|
+
type: import("vue").PropType<{
|
|
103
|
+
underlineWhenHover?: import("typestyle/lib/types").NestedCSSProperties;
|
|
104
|
+
buttonOutline?: import("typestyle/lib/types").NestedCSSProperties;
|
|
105
|
+
personWrapper?: import("typestyle/lib/types").NestedCSSProperties;
|
|
106
|
+
buttonPosition?: import("typestyle/lib/types").NestedCSSProperties;
|
|
107
|
+
likesToShow?: import("typestyle/lib/types").NestedCSSProperties;
|
|
108
|
+
socialReactionIconWrapper?: (reactionType: ReactionType, isCompactMode: boolean) => import("typestyle/lib/types").NestedCSSProperties;
|
|
109
|
+
socialReactionIcon?: (isCompactMode: boolean) => import("typestyle/lib/types").NestedCSSProperties;
|
|
110
|
+
socialReactionContainer?: (isCompactMode: boolean) => import("typestyle/lib/types").NestedCSSProperties;
|
|
111
|
+
socialReactionSummary?: (isCompactMode: boolean) => import("typestyle/lib/types").NestedCSSProperties;
|
|
112
|
+
socialReactionMenu?: import("typestyle/lib/types").NestedCSSProperties;
|
|
113
|
+
replyAndLikeActionLink?: import("typestyle/lib/types").NestedCSSProperties;
|
|
114
|
+
}>;
|
|
115
|
+
} & {
|
|
116
|
+
type: import("vue").PropType<{
|
|
117
|
+
underlineWhenHover?: import("typestyle/lib/types").NestedCSSProperties;
|
|
118
|
+
buttonOutline?: import("typestyle/lib/types").NestedCSSProperties;
|
|
119
|
+
personWrapper?: import("typestyle/lib/types").NestedCSSProperties;
|
|
120
|
+
buttonPosition?: import("typestyle/lib/types").NestedCSSProperties;
|
|
121
|
+
likesToShow?: import("typestyle/lib/types").NestedCSSProperties;
|
|
122
|
+
socialReactionIconWrapper?: (reactionType: ReactionType, isCompactMode: boolean) => import("typestyle/lib/types").NestedCSSProperties;
|
|
123
|
+
socialReactionIcon?: (isCompactMode: boolean) => import("typestyle/lib/types").NestedCSSProperties;
|
|
124
|
+
socialReactionContainer?: (isCompactMode: boolean) => import("typestyle/lib/types").NestedCSSProperties;
|
|
125
|
+
socialReactionSummary?: (isCompactMode: boolean) => import("typestyle/lib/types").NestedCSSProperties;
|
|
126
|
+
socialReactionMenu?: import("typestyle/lib/types").NestedCSSProperties;
|
|
127
|
+
replyAndLikeActionLink?: import("typestyle/lib/types").NestedCSSProperties;
|
|
128
|
+
}>;
|
|
129
|
+
};
|
|
130
|
+
likes: {
|
|
131
|
+
type: import("vue").PropType<ISocialReaction[]>;
|
|
132
|
+
required: false;
|
|
133
|
+
};
|
|
134
|
+
"extend-components": {
|
|
135
|
+
type: import("vue").PropType<{
|
|
136
|
+
elem: string;
|
|
137
|
+
dynamicInput: any;
|
|
138
|
+
}[]>;
|
|
139
|
+
};
|
|
140
|
+
extendComponents: {
|
|
141
|
+
type: import("vue").PropType<{
|
|
142
|
+
elem: string;
|
|
143
|
+
dynamicInput: any;
|
|
144
|
+
}[]>;
|
|
145
|
+
};
|
|
146
|
+
likeListingTemplate: {
|
|
147
|
+
type: import("vue").PropType<string>;
|
|
148
|
+
required: false;
|
|
149
|
+
};
|
|
150
|
+
"commend-id": {
|
|
151
|
+
type: import("vue").PropType<string>;
|
|
152
|
+
};
|
|
153
|
+
commendId: {
|
|
154
|
+
type: import("vue").PropType<string>;
|
|
155
|
+
};
|
|
156
|
+
"topic-id": {
|
|
157
|
+
type: import("vue").PropType<string>;
|
|
158
|
+
};
|
|
159
|
+
topicId: {
|
|
160
|
+
type: import("vue").PropType<string>;
|
|
161
|
+
};
|
|
162
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
|
|
163
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
164
|
+
created?: (() => void) | (() => void)[];
|
|
165
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
166
|
+
mounted?: (() => void) | (() => void)[];
|
|
167
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
168
|
+
updated?: (() => void) | (() => void)[];
|
|
169
|
+
activated?: (() => void) | (() => void)[];
|
|
170
|
+
deactivated?: (() => void) | (() => void)[];
|
|
171
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
172
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
173
|
+
destroyed?: (() => void) | (() => void)[];
|
|
174
|
+
unmounted?: (() => void) | (() => void)[];
|
|
175
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
176
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
177
|
+
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)[];
|
|
178
|
+
};
|
|
179
|
+
$forceUpdate: () => void;
|
|
180
|
+
$nextTick: typeof import("vue").nextTick;
|
|
181
|
+
$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;
|
|
182
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
|
183
|
+
"comment-like-service": {
|
|
184
|
+
type: import("vue").PropType<ICommentLikeService>;
|
|
185
|
+
};
|
|
186
|
+
commentLikeService: {
|
|
187
|
+
type: import("vue").PropType<ICommentLikeService>;
|
|
188
|
+
};
|
|
189
|
+
isSummaryMode: {
|
|
190
|
+
type: import("vue").PropType<boolean>;
|
|
191
|
+
required: false;
|
|
192
|
+
};
|
|
193
|
+
isCompactMode: {
|
|
194
|
+
type: import("vue").PropType<boolean>;
|
|
195
|
+
required: false;
|
|
196
|
+
};
|
|
197
|
+
styles: {
|
|
198
|
+
type: import("vue").PropType<{
|
|
199
|
+
underlineWhenHover?: import("typestyle/lib/types").NestedCSSProperties;
|
|
200
|
+
buttonOutline?: import("typestyle/lib/types").NestedCSSProperties;
|
|
201
|
+
personWrapper?: import("typestyle/lib/types").NestedCSSProperties;
|
|
202
|
+
buttonPosition?: import("typestyle/lib/types").NestedCSSProperties;
|
|
203
|
+
likesToShow?: import("typestyle/lib/types").NestedCSSProperties;
|
|
204
|
+
socialReactionIconWrapper?: (reactionType: ReactionType, isCompactMode: boolean) => import("typestyle/lib/types").NestedCSSProperties;
|
|
205
|
+
socialReactionIcon?: (isCompactMode: boolean) => import("typestyle/lib/types").NestedCSSProperties;
|
|
206
|
+
socialReactionContainer?: (isCompactMode: boolean) => import("typestyle/lib/types").NestedCSSProperties;
|
|
207
|
+
socialReactionSummary?: (isCompactMode: boolean) => import("typestyle/lib/types").NestedCSSProperties;
|
|
208
|
+
socialReactionMenu?: import("typestyle/lib/types").NestedCSSProperties;
|
|
209
|
+
replyAndLikeActionLink?: import("typestyle/lib/types").NestedCSSProperties;
|
|
210
|
+
}>;
|
|
211
|
+
} & {
|
|
212
|
+
type: import("vue").PropType<{
|
|
213
|
+
underlineWhenHover?: import("typestyle/lib/types").NestedCSSProperties;
|
|
214
|
+
buttonOutline?: import("typestyle/lib/types").NestedCSSProperties;
|
|
215
|
+
personWrapper?: import("typestyle/lib/types").NestedCSSProperties;
|
|
216
|
+
buttonPosition?: import("typestyle/lib/types").NestedCSSProperties;
|
|
217
|
+
likesToShow?: import("typestyle/lib/types").NestedCSSProperties;
|
|
218
|
+
socialReactionIconWrapper?: (reactionType: ReactionType, isCompactMode: boolean) => import("typestyle/lib/types").NestedCSSProperties;
|
|
219
|
+
socialReactionIcon?: (isCompactMode: boolean) => import("typestyle/lib/types").NestedCSSProperties;
|
|
220
|
+
socialReactionContainer?: (isCompactMode: boolean) => import("typestyle/lib/types").NestedCSSProperties;
|
|
221
|
+
socialReactionSummary?: (isCompactMode: boolean) => import("typestyle/lib/types").NestedCSSProperties;
|
|
222
|
+
socialReactionMenu?: import("typestyle/lib/types").NestedCSSProperties;
|
|
223
|
+
replyAndLikeActionLink?: import("typestyle/lib/types").NestedCSSProperties;
|
|
224
|
+
}>;
|
|
225
|
+
};
|
|
226
|
+
likes: {
|
|
227
|
+
type: import("vue").PropType<ISocialReaction[]>;
|
|
228
|
+
required: false;
|
|
229
|
+
};
|
|
230
|
+
"extend-components": {
|
|
231
|
+
type: import("vue").PropType<{
|
|
232
|
+
elem: string;
|
|
233
|
+
dynamicInput: any;
|
|
234
|
+
}[]>;
|
|
235
|
+
};
|
|
236
|
+
extendComponents: {
|
|
237
|
+
type: import("vue").PropType<{
|
|
238
|
+
elem: string;
|
|
239
|
+
dynamicInput: any;
|
|
240
|
+
}[]>;
|
|
241
|
+
};
|
|
242
|
+
likeListingTemplate: {
|
|
243
|
+
type: import("vue").PropType<string>;
|
|
244
|
+
required: false;
|
|
245
|
+
};
|
|
246
|
+
"commend-id": {
|
|
247
|
+
type: import("vue").PropType<string>;
|
|
248
|
+
};
|
|
249
|
+
commendId: {
|
|
250
|
+
type: import("vue").PropType<string>;
|
|
251
|
+
};
|
|
252
|
+
"topic-id": {
|
|
253
|
+
type: import("vue").PropType<string>;
|
|
254
|
+
};
|
|
255
|
+
topicId: {
|
|
256
|
+
type: import("vue").PropType<string>;
|
|
257
|
+
};
|
|
258
|
+
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
|
259
|
+
__isFragment?: never;
|
|
260
|
+
__isTeleport?: never;
|
|
261
|
+
__isSuspense?: never;
|
|
262
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
263
|
+
"comment-like-service": {
|
|
264
|
+
type: import("vue").PropType<ICommentLikeService>;
|
|
52
265
|
};
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
266
|
+
commentLikeService: {
|
|
267
|
+
type: import("vue").PropType<ICommentLikeService>;
|
|
268
|
+
};
|
|
269
|
+
isSummaryMode: {
|
|
270
|
+
type: import("vue").PropType<boolean>;
|
|
271
|
+
required: false;
|
|
272
|
+
};
|
|
273
|
+
isCompactMode: {
|
|
274
|
+
type: import("vue").PropType<boolean>;
|
|
275
|
+
required: false;
|
|
276
|
+
};
|
|
277
|
+
styles: {
|
|
278
|
+
type: import("vue").PropType<{
|
|
279
|
+
underlineWhenHover?: import("typestyle/lib/types").NestedCSSProperties;
|
|
280
|
+
buttonOutline?: import("typestyle/lib/types").NestedCSSProperties;
|
|
281
|
+
personWrapper?: import("typestyle/lib/types").NestedCSSProperties;
|
|
282
|
+
buttonPosition?: import("typestyle/lib/types").NestedCSSProperties;
|
|
283
|
+
likesToShow?: import("typestyle/lib/types").NestedCSSProperties;
|
|
284
|
+
socialReactionIconWrapper?: (reactionType: ReactionType, isCompactMode: boolean) => import("typestyle/lib/types").NestedCSSProperties;
|
|
285
|
+
socialReactionIcon?: (isCompactMode: boolean) => import("typestyle/lib/types").NestedCSSProperties;
|
|
286
|
+
socialReactionContainer?: (isCompactMode: boolean) => import("typestyle/lib/types").NestedCSSProperties;
|
|
287
|
+
socialReactionSummary?: (isCompactMode: boolean) => import("typestyle/lib/types").NestedCSSProperties;
|
|
288
|
+
socialReactionMenu?: import("typestyle/lib/types").NestedCSSProperties;
|
|
289
|
+
replyAndLikeActionLink?: import("typestyle/lib/types").NestedCSSProperties;
|
|
290
|
+
}>;
|
|
291
|
+
} & {
|
|
292
|
+
type: import("vue").PropType<{
|
|
293
|
+
underlineWhenHover?: import("typestyle/lib/types").NestedCSSProperties;
|
|
294
|
+
buttonOutline?: import("typestyle/lib/types").NestedCSSProperties;
|
|
295
|
+
personWrapper?: import("typestyle/lib/types").NestedCSSProperties;
|
|
296
|
+
buttonPosition?: import("typestyle/lib/types").NestedCSSProperties;
|
|
297
|
+
likesToShow?: import("typestyle/lib/types").NestedCSSProperties;
|
|
298
|
+
socialReactionIconWrapper?: (reactionType: ReactionType, isCompactMode: boolean) => import("typestyle/lib/types").NestedCSSProperties;
|
|
299
|
+
socialReactionIcon?: (isCompactMode: boolean) => import("typestyle/lib/types").NestedCSSProperties;
|
|
300
|
+
socialReactionContainer?: (isCompactMode: boolean) => import("typestyle/lib/types").NestedCSSProperties;
|
|
301
|
+
socialReactionSummary?: (isCompactMode: boolean) => import("typestyle/lib/types").NestedCSSProperties;
|
|
302
|
+
socialReactionMenu?: import("typestyle/lib/types").NestedCSSProperties;
|
|
303
|
+
replyAndLikeActionLink?: import("typestyle/lib/types").NestedCSSProperties;
|
|
304
|
+
}>;
|
|
305
|
+
};
|
|
306
|
+
likes: {
|
|
307
|
+
type: import("vue").PropType<ISocialReaction[]>;
|
|
308
|
+
required: false;
|
|
309
|
+
};
|
|
310
|
+
"extend-components": {
|
|
311
|
+
type: import("vue").PropType<{
|
|
312
|
+
elem: string;
|
|
313
|
+
dynamicInput: any;
|
|
314
|
+
}[]>;
|
|
315
|
+
};
|
|
316
|
+
extendComponents: {
|
|
317
|
+
type: import("vue").PropType<{
|
|
318
|
+
elem: string;
|
|
319
|
+
dynamicInput: any;
|
|
320
|
+
}[]>;
|
|
321
|
+
};
|
|
322
|
+
likeListingTemplate: {
|
|
323
|
+
type: import("vue").PropType<string>;
|
|
324
|
+
required: false;
|
|
325
|
+
};
|
|
326
|
+
"commend-id": {
|
|
327
|
+
type: import("vue").PropType<string>;
|
|
328
|
+
};
|
|
329
|
+
commendId: {
|
|
330
|
+
type: import("vue").PropType<string>;
|
|
331
|
+
};
|
|
332
|
+
"topic-id": {
|
|
333
|
+
type: import("vue").PropType<string>;
|
|
334
|
+
};
|
|
335
|
+
topicId: {
|
|
336
|
+
type: import("vue").PropType<string>;
|
|
337
|
+
};
|
|
338
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
339
|
+
propsDefinition: Omit<Readonly<{} & {
|
|
340
|
+
styles?: unknown;
|
|
341
|
+
topicId?: string;
|
|
342
|
+
"topic-id"?: string;
|
|
343
|
+
commendId?: string;
|
|
344
|
+
"commend-id"?: string;
|
|
345
|
+
likeListingTemplate?: string;
|
|
346
|
+
extendComponents?: {
|
|
347
|
+
elem: string;
|
|
348
|
+
dynamicInput: any;
|
|
349
|
+
}[];
|
|
350
|
+
"extend-components"?: {
|
|
351
|
+
elem: string;
|
|
352
|
+
dynamicInput: any;
|
|
353
|
+
}[];
|
|
354
|
+
likes?: ISocialReaction[];
|
|
355
|
+
isCompactMode?: boolean;
|
|
356
|
+
isSummaryMode?: boolean;
|
|
357
|
+
commentLikeService?: ICommentLikeService;
|
|
358
|
+
"comment-like-service"?: ICommentLikeService;
|
|
359
|
+
}>, never>;
|
|
360
|
+
};
|
|
361
|
+
export default _default;
|