@breadstone/mosaik-elements-vue 0.1.4 → 0.1.6
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/Controls/Components/Buttons/Button/ButtonComponent.d.ts +4 -4
- package/Controls/Components/Buttons/CompoundButton/CompoundButtonComponent.d.ts +4 -4
- package/Controls/Components/Buttons/DropDownButton/DropDownButtonComponent.d.ts +4 -4
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonComponent.d.ts +4 -4
- package/Controls/Components/Buttons/PressButton/PressButtonComponent.d.ts +4 -4
- package/Controls/Components/Buttons/RepeatButton/RepeatButtonComponent.d.ts +4 -4
- package/Controls/Components/Buttons/SplitButton/SplitButtonComponent.d.ts +4 -4
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonComponent.d.ts +4 -4
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonGroupComponent.d.ts +2 -2
- package/Controls/Components/Forms/FormComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Banner/BannerComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Banner/BannerHeaderComponent.d.ts +4 -4
- package/Controls/Components/Grouping/Banner/BannerSubHeaderComponent.d.ts +4 -4
- package/Controls/Components/Grouping/Card/CardComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Card/CardContentComponent.d.ts +4 -4
- package/Controls/Components/Grouping/Card/CardHeaderComponent.d.ts +4 -4
- package/Controls/Components/Grouping/Card/CardSubTitleComponent.d.ts +4 -4
- package/Controls/Components/Grouping/Card/CardTitleComponent.d.ts +4 -4
- package/Controls/Components/Grouping/Expander/ExpanderHeaderComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Expander/ExpanderSubHeaderComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Message/MessageComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Message/MessageContentComponent.d.ts +4 -4
- package/Controls/Components/Grouping/Toolbar/ToolbarComponent.d.ts +2 -2
- package/Controls/Components/Inputs/AutoCompleteBox/AutoCompleteBoxComponent.d.ts +8 -8
- package/Controls/Components/Inputs/Calendar/CalendarComponent.d.ts +2 -2
- package/Controls/Components/Inputs/Calendar/CalendarHeaderComponent.d.ts +2 -2
- package/Controls/Components/Inputs/Calendar/CalendarItemComponent.d.ts +4 -4
- package/Controls/Components/Inputs/Calendar/CalendarSubHeaderComponent.d.ts +2 -2
- package/Controls/Components/Inputs/CheckBox/CheckBoxComponent.d.ts +4 -4
- package/Controls/Components/Inputs/CheckBox/CheckBoxGroupComponent.d.ts +2 -2
- package/Controls/Components/Inputs/ChipBox/ChipBoxComponent.d.ts +6 -6
- package/Controls/Components/Inputs/Choice/ChoiceComponent.d.ts +4 -4
- package/Controls/Components/Inputs/Choice/ChoiceGroupComponent.d.ts +2 -2
- package/Controls/Components/Inputs/ColorBox/ColorBoxComponent.d.ts +6 -6
- package/Controls/Components/Inputs/DateBox/DateBoxComponent.d.ts +6 -6
- package/Controls/Components/Inputs/DateTimeBox/DateTimeBoxComponent.d.ts +6 -6
- package/Controls/Components/Inputs/DurationBox/DurationBoxComponent.d.ts +6 -6
- package/Controls/Components/Inputs/FileBox/FileBoxComponent.d.ts +6 -6
- package/Controls/Components/Inputs/FileUpload/FileUploadComponent.d.ts +4 -4
- package/Controls/Components/Inputs/NumberBox/NumberBoxComponent.d.ts +8 -8
- package/Controls/Components/Inputs/PasswordBox/PasswordBoxComponent.d.ts +6 -6
- package/Controls/Components/Inputs/PinBox/PinBoxComponent.d.ts +6 -6
- package/Controls/Components/Inputs/Radio/RadioComponent.d.ts +4 -4
- package/Controls/Components/Inputs/Radio/RadioGroupComponent.d.ts +2 -2
- package/Controls/Components/Inputs/Rating/RatingComponent.d.ts +2 -2
- package/Controls/Components/Inputs/RichTextBox/RichTextBoxComponent.d.ts +6 -6
- package/Controls/Components/Inputs/Scheduler/SchedulerEventComponent.d.ts +2 -2
- package/Controls/Components/Inputs/SearchBox/SearchBoxComponent.d.ts +8 -8
- package/Controls/Components/Inputs/Select/SelectComponent.d.ts +4 -4
- package/Controls/Components/Inputs/Select/SelectItemComponent.d.ts +2 -2
- package/Controls/Components/Inputs/SignaturePad/SignaturePadComponent.d.ts +4 -4
- package/Controls/Components/Inputs/TextBox/TextBoxComponent.d.ts +8 -8
- package/Controls/Components/Inputs/TimeBox/TimeBoxComponent.d.ts +6 -6
- package/Controls/Components/Inputs/ToggleSwitch/ToggleSwitchComponent.d.ts +4 -4
- package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnItemComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Page/PageHeaderComponent.d.ts +2 -2
- package/Controls/Components/Media/Avatar/AvatarComponent.d.ts +2 -2
- package/Controls/Components/Media/Chat/ChatHeaderComponent.d.ts +2 -2
- package/Controls/Components/Media/Chat/ChatInputComponent.d.ts +12 -8
- package/Controls/Components/Media/Chat/ChatInputComponent.d.ts.map +1 -1
- package/Controls/Components/Media/Chat/ChatInputComponent.js +1 -1
- package/Controls/Components/Media/Chat/ChatInputComponent.js.map +1 -1
- package/Controls/Components/Media/Chat/ChatMarkerComponent.d.ts +4 -4
- package/Controls/Components/Media/Chat/ChatMessageAvatarComponent.d.ts +2 -2
- package/Controls/Components/Media/Chat/ChatMessageComponent.d.ts +16 -16
- package/Controls/Components/Media/Chat/ChatMessageComponent.js +1 -1
- package/Controls/Components/Media/Chat/ChatMessageComponent.js.map +1 -1
- package/Controls/Components/Media/Chat/ChatMessageDividerComponent.d.ts +2 -2
- package/Controls/Components/Media/Chip/ChipComponent.d.ts +2 -2
- package/Controls/Components/Media/Chip/ChipGroupComponent.d.ts +2 -2
- package/Controls/Components/Media/ColorEditor/ColorEditorAreaComponent.d.ts +2 -2
- package/Controls/Components/Media/ColorEditor/ColorEditorComponent.d.ts +2 -2
- package/Controls/Components/Media/ColorPicker/ColorPickerComponent.d.ts +2 -2
- package/Controls/Components/Media/ColorSlider/ColorSliderComponent.d.ts +2 -2
- package/Controls/Components/Media/ColorSwatch/ColorSwatchComponent.d.ts +2 -2
- package/Controls/Components/Media/Comment/CommentComponent.d.ts +6 -6
- package/Controls/Components/Media/Persona/PersonaComponent.d.ts +2 -2
- package/Controls/Components/Media/QRCode/QRCodeComponent.d.ts +2 -2
- package/Controls/Components/Media/Timeline/TimelineMarkerComponent.d.ts +4 -4
- package/Controls/Components/Overlays/Dialog/DialogContentComponent.d.ts +4 -4
- package/Controls/Components/Overlays/Dialog/DialogHeaderComponent.d.ts +4 -4
- package/Controls/Components/Overlays/Dialog/DialogHeaderSubTextComponent.d.ts +4 -4
- package/Controls/Components/Overlays/Dialog/DialogHeaderTextComponent.d.ts +4 -4
- package/Controls/Components/Overlays/Drawer/DrawerHeaderComponent.d.ts +4 -4
- package/Controls/Components/Overlays/Drawer/DrawerHeaderSubTextComponent.d.ts +4 -4
- package/Controls/Components/Overlays/Drawer/DrawerHeaderTextComponent.d.ts +4 -4
- package/Controls/Components/Overlays/MessageBox/MessageBoxComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Sheet/SheetContentComponent.d.ts +4 -4
- package/Controls/Components/Overlays/Sheet/SheetHeaderComponent.d.ts +4 -4
- package/Controls/Components/Overlays/Sheet/SheetHeaderSubTextComponent.d.ts +4 -4
- package/Controls/Components/Overlays/Sheet/SheetHeaderTextComponent.d.ts +4 -4
- package/Controls/Components/Overlays/Toast/ToastComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Code/CodeComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Error/ErrorComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Hint/HintComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Jumbotron/JumbotronComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Jumbotron/JumbotronHeaderComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Jumbotron/JumbotronSubHeaderComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Kbd/KbdComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Pip/PipComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Text/TextComponent.d.ts +4 -4
- package/Controls/Components/Primitives/TextFormat/TextFormatComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Toggletip/ToggleTipComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Tooltip/TooltipComponent.d.ts +2 -2
- package/Controls/Components/Primitives/WheelPicker/WheelPickerComponent.d.ts +2 -2
- package/Controls/Components/Primitives/listing/ListingItemComponent.d.ts +4 -4
- package/Controls/Components/Ranges/MeterBar/MeterBarComponent.d.ts +2 -2
- package/Controls/Components/Ranges/MeterRing/MeterRingComponent.d.ts +2 -2
- package/Controls/Components/Ranges/ProgressBar/ProgressBarComponent.d.ts +2 -2
- package/Controls/Components/Ranges/ProgressRing/ProgressRingComponent.d.ts +2 -2
- package/Controls/Components/Ranges/ScrubSlider/ScrubSliderComponent.d.ts +2 -2
- package/Controls/Components/Ranges/Slider/SliderComponent.d.ts +2 -2
- package/Controls/Components/Ranges/Slider2/Slider2Component.d.ts +2 -2
- package/Controls/Components/Ranges/Slider2/Slider2ThumbComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Carousel/CarouselItemComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Carousel2/CarouselItem2Component.d.ts +2 -2
- package/Controls/Components/Selectors/Combo/ComboComponent.d.ts +4 -4
- package/Controls/Components/Selectors/Combo/ComboItemComponent.d.ts +2 -2
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgChannelComponent.d.ts +2 -2
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgProgramComponent.d.ts +2 -2
- package/Controls/Components/Selectors/List/ListComponent.d.ts +2 -2
- package/Controls/Components/Selectors/List/ListItemComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Menu/MenuItemComponent.d.ts +4 -4
- package/Controls/Components/Selectors/Menu/MenuItemGroupComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Segment/SegmentItemComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Stepper/StepperItemComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Tab/TabItemComponent.d.ts +2 -2
- package/Controls/Components/Selectors/TabStrip/TabStripItemComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Table/TableBodyCellComponent.d.ts +6 -6
- package/Controls/Components/Selectors/Table/TableBodyRowComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Table/TableFooterCellComponent.d.ts +4 -4
- package/Controls/Components/Selectors/Table/TableHeaderCellComponent.d.ts +4 -4
- package/Controls/Components/Selectors/Tree/TreeItemComponent.d.ts +6 -6
- package/Controls/Components/Selectors/Wizard/WizardStepComponent.d.ts +2 -2
- package/Controls/Components/Shell/AppHeaderComponent.d.ts +2 -2
- package/Controls/Components/States/Busy/BusyStateComponent.d.ts +2 -2
- package/Controls/Components/States/Empty/EmptyStateComponent.d.ts +2 -2
- package/Controls/Components/States/Error/ErrorStateComponent.d.ts +2 -2
- package/Controls/Components/States/Success/SuccessStateComponent.d.ts +2 -2
- package/package.json +2 -2
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const TimeboxComponent: import("vue").DefineComponent<{
|
|
7
|
+
value?: any;
|
|
8
|
+
placeholder?: any;
|
|
7
9
|
themeName?: any;
|
|
8
10
|
variant?: any;
|
|
9
11
|
appearance?: any;
|
|
10
12
|
disabled?: any;
|
|
11
|
-
formatter?: any;
|
|
12
|
-
value?: any;
|
|
13
13
|
dir?: any;
|
|
14
14
|
lang?: any;
|
|
15
15
|
name?: any;
|
|
@@ -18,10 +18,10 @@ export declare const TimeboxComponent: import("vue").DefineComponent<{
|
|
|
18
18
|
state?: any;
|
|
19
19
|
interval?: any;
|
|
20
20
|
isFocused?: any;
|
|
21
|
+
formatter?: any;
|
|
21
22
|
required?: any;
|
|
22
23
|
readonly?: any;
|
|
23
24
|
autofocus?: any;
|
|
24
|
-
placeholder?: any;
|
|
25
25
|
autocomplete?: any;
|
|
26
26
|
isEditable?: any;
|
|
27
27
|
blackoutTimes?: any;
|
|
@@ -46,12 +46,12 @@ export declare const TimeboxComponent: import("vue").DefineComponent<{
|
|
|
46
46
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
47
47
|
[key: string]: any;
|
|
48
48
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "cleared")[], "connected" | "disconnected" | "changed" | "cleared", import("vue").PublicProps, Readonly<{
|
|
49
|
+
value?: any;
|
|
50
|
+
placeholder?: any;
|
|
49
51
|
themeName?: any;
|
|
50
52
|
variant?: any;
|
|
51
53
|
appearance?: any;
|
|
52
54
|
disabled?: any;
|
|
53
|
-
formatter?: any;
|
|
54
|
-
value?: any;
|
|
55
55
|
dir?: any;
|
|
56
56
|
lang?: any;
|
|
57
57
|
name?: any;
|
|
@@ -60,10 +60,10 @@ export declare const TimeboxComponent: import("vue").DefineComponent<{
|
|
|
60
60
|
state?: any;
|
|
61
61
|
interval?: any;
|
|
62
62
|
isFocused?: any;
|
|
63
|
+
formatter?: any;
|
|
63
64
|
required?: any;
|
|
64
65
|
readonly?: any;
|
|
65
66
|
autofocus?: any;
|
|
66
|
-
placeholder?: any;
|
|
67
67
|
autocomplete?: any;
|
|
68
68
|
isEditable?: any;
|
|
69
69
|
blackoutTimes?: any;
|
|
@@ -4,12 +4,11 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const ToggleSwitchComponent: import("vue").DefineComponent<{
|
|
7
|
+
value?: any;
|
|
7
8
|
themeName?: any;
|
|
8
9
|
variant?: any;
|
|
9
10
|
appearance?: any;
|
|
10
11
|
disabled?: any;
|
|
11
|
-
formatter?: any;
|
|
12
|
-
value?: any;
|
|
13
12
|
dir?: any;
|
|
14
13
|
lang?: any;
|
|
15
14
|
name?: any;
|
|
@@ -17,18 +16,18 @@ export declare const ToggleSwitchComponent: import("vue").DefineComponent<{
|
|
|
17
16
|
invalid?: any;
|
|
18
17
|
isChecked?: any;
|
|
19
18
|
isFocused?: any;
|
|
19
|
+
formatter?: any;
|
|
20
20
|
labelPosition?: any;
|
|
21
21
|
required?: any;
|
|
22
22
|
isThreeState?: any;
|
|
23
23
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
24
24
|
[key: string]: any;
|
|
25
25
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "checked" | "unchecked" | "indeterminate")[], "connected" | "disconnected" | "changed" | "checked" | "unchecked" | "indeterminate", import("vue").PublicProps, Readonly<{
|
|
26
|
+
value?: any;
|
|
26
27
|
themeName?: any;
|
|
27
28
|
variant?: any;
|
|
28
29
|
appearance?: any;
|
|
29
30
|
disabled?: any;
|
|
30
|
-
formatter?: any;
|
|
31
|
-
value?: any;
|
|
32
31
|
dir?: any;
|
|
33
32
|
lang?: any;
|
|
34
33
|
name?: any;
|
|
@@ -36,6 +35,7 @@ export declare const ToggleSwitchComponent: import("vue").DefineComponent<{
|
|
|
36
35
|
invalid?: any;
|
|
37
36
|
isChecked?: any;
|
|
38
37
|
isFocused?: any;
|
|
38
|
+
formatter?: any;
|
|
39
39
|
labelPosition?: any;
|
|
40
40
|
required?: any;
|
|
41
41
|
isThreeState?: any;
|
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const FlowBoardColumnItemComponent: import("vue").DefineComponent<{
|
|
7
|
+
value?: any;
|
|
7
8
|
themeName?: any;
|
|
8
9
|
variant?: any;
|
|
9
10
|
appearance?: any;
|
|
10
11
|
disabled?: any;
|
|
11
|
-
value?: any;
|
|
12
12
|
dir?: any;
|
|
13
13
|
lang?: any;
|
|
14
14
|
isFocused?: any;
|
|
@@ -22,11 +22,11 @@ export declare const FlowBoardColumnItemComponent: import("vue").DefineComponent
|
|
|
22
22
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
23
23
|
[key: string]: any;
|
|
24
24
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "flowBoardBeforeItemPinChange" | "flowBoardItemPinChange" | "flowBoardBeforeItemActivate" | "flowBoardItemActivate")[], "connected" | "disconnected" | "changed" | "flowBoardBeforeItemPinChange" | "flowBoardItemPinChange" | "flowBoardBeforeItemActivate" | "flowBoardItemActivate", import("vue").PublicProps, Readonly<{
|
|
25
|
+
value?: any;
|
|
25
26
|
themeName?: any;
|
|
26
27
|
variant?: any;
|
|
27
28
|
appearance?: any;
|
|
28
29
|
disabled?: any;
|
|
29
|
-
value?: any;
|
|
30
30
|
dir?: any;
|
|
31
31
|
lang?: any;
|
|
32
32
|
isFocused?: any;
|
|
@@ -4,21 +4,21 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const PageHeaderComponent: import("vue").DefineComponent<{
|
|
7
|
-
text?: any;
|
|
8
7
|
themeName?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
11
10
|
inset?: any;
|
|
11
|
+
text?: any;
|
|
12
12
|
subText?: any;
|
|
13
13
|
additionalText?: any;
|
|
14
14
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
15
15
|
[key: string]: any;
|
|
16
16
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
17
|
-
text?: any;
|
|
18
17
|
themeName?: any;
|
|
19
18
|
dir?: any;
|
|
20
19
|
lang?: any;
|
|
21
20
|
inset?: any;
|
|
21
|
+
text?: any;
|
|
22
22
|
subText?: any;
|
|
23
23
|
additionalText?: any;
|
|
24
24
|
}> & Readonly<{
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const AvatarComponent: import("vue").DefineComponent<{
|
|
7
|
-
text?: any;
|
|
8
7
|
themeName?: any;
|
|
9
8
|
variant?: any;
|
|
10
9
|
appearance?: any;
|
|
@@ -13,6 +12,7 @@ export declare const AvatarComponent: import("vue").DefineComponent<{
|
|
|
13
12
|
lang?: any;
|
|
14
13
|
src?: any;
|
|
15
14
|
size?: any;
|
|
15
|
+
text?: any;
|
|
16
16
|
icon?: any;
|
|
17
17
|
hasBadge?: any;
|
|
18
18
|
textAccessor?: any;
|
|
@@ -20,7 +20,6 @@ export declare const AvatarComponent: import("vue").DefineComponent<{
|
|
|
20
20
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
21
21
|
[key: string]: any;
|
|
22
22
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
23
|
-
text?: any;
|
|
24
23
|
themeName?: any;
|
|
25
24
|
variant?: any;
|
|
26
25
|
appearance?: any;
|
|
@@ -29,6 +28,7 @@ export declare const AvatarComponent: import("vue").DefineComponent<{
|
|
|
29
28
|
lang?: any;
|
|
30
29
|
src?: any;
|
|
31
30
|
size?: any;
|
|
31
|
+
text?: any;
|
|
32
32
|
icon?: any;
|
|
33
33
|
hasBadge?: any;
|
|
34
34
|
textAccessor?: any;
|
|
@@ -5,19 +5,19 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const ChatHeaderComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
formatter?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
11
10
|
title?: any;
|
|
11
|
+
formatter?: any;
|
|
12
12
|
subTitle?: any;
|
|
13
13
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
14
14
|
[key: string]: any;
|
|
15
15
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
16
16
|
themeName?: any;
|
|
17
|
-
formatter?: any;
|
|
18
17
|
dir?: any;
|
|
19
18
|
lang?: any;
|
|
20
19
|
title?: any;
|
|
20
|
+
formatter?: any;
|
|
21
21
|
subTitle?: any;
|
|
22
22
|
}> & Readonly<{
|
|
23
23
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,32 +4,36 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const ChatInputComponent: import("vue").DefineComponent<{
|
|
7
|
+
submitted?: any;
|
|
8
|
+
value?: any;
|
|
9
|
+
placeholder?: any;
|
|
10
|
+
minRows?: any;
|
|
11
|
+
maxRows?: any;
|
|
7
12
|
themeName?: any;
|
|
8
13
|
variant?: any;
|
|
9
14
|
appearance?: any;
|
|
10
15
|
disabled?: any;
|
|
11
|
-
value?: any;
|
|
12
16
|
dir?: any;
|
|
13
17
|
lang?: any;
|
|
14
|
-
submitted?: any;
|
|
15
|
-
placeholder?: any;
|
|
16
18
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
17
19
|
[key: string]: any;
|
|
18
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
20
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("chatSubmit" | "connected" | "disconnected" | "changed")[], "chatSubmit" | "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
21
|
+
submitted?: any;
|
|
22
|
+
value?: any;
|
|
23
|
+
placeholder?: any;
|
|
24
|
+
minRows?: any;
|
|
25
|
+
maxRows?: any;
|
|
19
26
|
themeName?: any;
|
|
20
27
|
variant?: any;
|
|
21
28
|
appearance?: any;
|
|
22
29
|
disabled?: any;
|
|
23
|
-
value?: any;
|
|
24
30
|
dir?: any;
|
|
25
31
|
lang?: any;
|
|
26
|
-
submitted?: any;
|
|
27
|
-
placeholder?: any;
|
|
28
32
|
}> & Readonly<{
|
|
33
|
+
onChatSubmit?: ((...args: any[]) => any) | undefined;
|
|
29
34
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
30
35
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
31
36
|
onChanged?: ((...args: any[]) => any) | undefined;
|
|
32
|
-
onChatSubmit?: ((...args: any[]) => any) | undefined;
|
|
33
37
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
34
38
|
declare module 'vue' {
|
|
35
39
|
interface GlobalComponents {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChatInputComponent.d.ts","sourceRoot":"","sources":["../../../../../src/Controls/Components/Media/Chat/ChatInputComponent.ts"],"names":[],"mappings":"AASA;;;;GAIG;AACH,eAAO,MAAM,kBAAkB
|
|
1
|
+
{"version":3,"file":"ChatInputComponent.d.ts","sourceRoot":"","sources":["../../../../../src/Controls/Components/Media/Chat/ChatInputComponent.ts"],"names":[],"mappings":"AASA;;;;GAIG;AACH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iFAqB7B,CAAC;AAEH,OAAO,QAAQ,KAAK,CAAC;IACjB,UAAiB,gBAAgB;QAC7B,eAAe,EAAE,OAAO,kBAAkB,CAAC;KAC9C;CACJ"}
|
|
@@ -12,7 +12,7 @@ import { defineComponent, h } from 'vue';
|
|
|
12
12
|
*/
|
|
13
13
|
export const ChatInputComponent = defineComponent({
|
|
14
14
|
name: 'ChatInputComponent',
|
|
15
|
-
props: ['submitted', 'value', 'placeholder', 'themeName', 'variant', 'appearance', 'disabled', 'dir', 'lang'],
|
|
15
|
+
props: ['submitted', 'value', 'placeholder', 'minRows', 'maxRows', 'themeName', 'variant', 'appearance', 'disabled', 'dir', 'lang'],
|
|
16
16
|
emits: ['chatSubmit', 'connected', 'disconnected', 'changed'],
|
|
17
17
|
// slots: ['tools', 'style']
|
|
18
18
|
// methods: { send, clear, onApplyTemplate, onSlotChanges, assignToSlot, getSlotAssignments, getSlotAssignmentsOf, getSlotContent, hasSlotContent, hasSlot, adoptStyle, on, off, emit, requestUpdate }
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChatInputComponent.js","sourceRoot":"","sources":["../../../../../src/Controls/Components/Media/Chat/ChatInputComponent.ts"],"names":[],"mappings":"AAAA,iFAAiF;AACjF,mBAAmB;AACnB,yCAAyC;AACzC,qGAAqG;AACrG,oBAAoB;AACpB,iFAAiF;AAEjF,OAAO,EAAE,eAAe,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAEzC;;;;GAIG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAAG,eAAe,CAAC;IAC9C,IAAI,EAAE,oBAAoB;IAC1B,KAAK,EAAE,CAAC,WAAW,EAAE,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,SAAS,EAAE,YAAY,EAAE,UAAU,EAAE,KAAK,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"ChatInputComponent.js","sourceRoot":"","sources":["../../../../../src/Controls/Components/Media/Chat/ChatInputComponent.ts"],"names":[],"mappings":"AAAA,iFAAiF;AACjF,mBAAmB;AACnB,yCAAyC;AACzC,qGAAqG;AACrG,oBAAoB;AACpB,iFAAiF;AAEjF,OAAO,EAAE,eAAe,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAEzC;;;;GAIG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAAG,eAAe,CAAC;IAC9C,IAAI,EAAE,oBAAoB;IAC1B,KAAK,EAAE,CAAC,WAAW,EAAE,OAAO,EAAE,aAAa,EAAE,SAAS,EAAE,SAAS,EAAE,WAAW,EAAE,SAAS,EAAE,YAAY,EAAE,UAAU,EAAE,KAAK,EAAE,MAAM,CAAC;IACnI,KAAK,EAAE,CAAC,YAAY,EAAE,WAAW,EAAE,cAAc,EAAE,SAAS,CAAC;IAC7D,4BAA4B;IAC5B,sMAAsM;IACtM,KAAK,CAAC,KAAK,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE;QACxB,OAAO,GAAG,EAAE,CACR,CAAC,CACG,mBAAmB,EACnB;YACI,GAAG,KAAK;YACR,4CAA4C;YAC5C,YAAY,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,YAAY,EAAE,KAAK,CAAC;YACzD,WAAW,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,WAAW,EAAE,KAAK,CAAC;YACvD,cAAc,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,cAAc,EAAE,KAAK,CAAC;YAC7D,SAAS,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,SAAS,EAAE,KAAK,CAAC;SACtD,EACD,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC,EAAE,CACvC,CAAC;IACV,CAAC;CACJ,CAAC,CAAC"}
|
|
@@ -4,14 +4,14 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const ChatMarkerComponent: import("vue").DefineComponent<{
|
|
7
|
-
text?: any;
|
|
8
7
|
themeName?: any;
|
|
9
8
|
variant?: any;
|
|
10
9
|
appearance?: any;
|
|
11
|
-
formatter?: any;
|
|
12
10
|
dir?: any;
|
|
13
11
|
lang?: any;
|
|
14
12
|
orientation?: any;
|
|
13
|
+
text?: any;
|
|
14
|
+
formatter?: any;
|
|
15
15
|
horizontalContentAlignment?: any;
|
|
16
16
|
verticalContentAlignment?: any;
|
|
17
17
|
icon?: any;
|
|
@@ -19,14 +19,14 @@ export declare const ChatMarkerComponent: import("vue").DefineComponent<{
|
|
|
19
19
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
20
20
|
[key: string]: any;
|
|
21
21
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
22
|
-
text?: any;
|
|
23
22
|
themeName?: any;
|
|
24
23
|
variant?: any;
|
|
25
24
|
appearance?: any;
|
|
26
|
-
formatter?: any;
|
|
27
25
|
dir?: any;
|
|
28
26
|
lang?: any;
|
|
29
27
|
orientation?: any;
|
|
28
|
+
text?: any;
|
|
29
|
+
formatter?: any;
|
|
30
30
|
horizontalContentAlignment?: any;
|
|
31
31
|
verticalContentAlignment?: any;
|
|
32
32
|
icon?: any;
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const ChatMessageAvatarComponent: import("vue").DefineComponent<{
|
|
7
|
-
text?: any;
|
|
8
7
|
themeName?: any;
|
|
9
8
|
variant?: any;
|
|
10
9
|
appearance?: any;
|
|
@@ -12,11 +11,11 @@ export declare const ChatMessageAvatarComponent: import("vue").DefineComponent<{
|
|
|
12
11
|
dir?: any;
|
|
13
12
|
lang?: any;
|
|
14
13
|
src?: any;
|
|
14
|
+
text?: any;
|
|
15
15
|
icon?: any;
|
|
16
16
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
17
17
|
[key: string]: any;
|
|
18
18
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
19
|
-
text?: any;
|
|
20
19
|
themeName?: any;
|
|
21
20
|
variant?: any;
|
|
22
21
|
appearance?: any;
|
|
@@ -24,6 +23,7 @@ export declare const ChatMessageAvatarComponent: import("vue").DefineComponent<{
|
|
|
24
23
|
dir?: any;
|
|
25
24
|
lang?: any;
|
|
26
25
|
src?: any;
|
|
26
|
+
text?: any;
|
|
27
27
|
icon?: any;
|
|
28
28
|
}> & Readonly<{
|
|
29
29
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,37 +4,37 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const ChatMessageComponent: import("vue").DefineComponent<{
|
|
7
|
-
|
|
8
|
-
author?: any;
|
|
9
|
-
text?: any;
|
|
10
|
-
at?: any;
|
|
11
|
-
reply?: any;
|
|
7
|
+
value?: any;
|
|
12
8
|
themeName?: any;
|
|
13
9
|
variant?: any;
|
|
14
10
|
appearance?: any;
|
|
15
11
|
disabled?: any;
|
|
16
|
-
formatter?: any;
|
|
17
|
-
isBusy?: any;
|
|
18
|
-
value?: any;
|
|
19
12
|
dir?: any;
|
|
20
13
|
lang?: any;
|
|
14
|
+
at?: any;
|
|
15
|
+
text?: any;
|
|
16
|
+
isBusy?: any;
|
|
17
|
+
formatter?: any;
|
|
18
|
+
author?: any;
|
|
19
|
+
attachments?: any;
|
|
20
|
+
reply?: any;
|
|
21
21
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
22
22
|
[key: string]: any;
|
|
23
23
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
24
|
-
|
|
25
|
-
author?: any;
|
|
26
|
-
text?: any;
|
|
27
|
-
at?: any;
|
|
28
|
-
reply?: any;
|
|
24
|
+
value?: any;
|
|
29
25
|
themeName?: any;
|
|
30
26
|
variant?: any;
|
|
31
27
|
appearance?: any;
|
|
32
28
|
disabled?: any;
|
|
33
|
-
formatter?: any;
|
|
34
|
-
isBusy?: any;
|
|
35
|
-
value?: any;
|
|
36
29
|
dir?: any;
|
|
37
30
|
lang?: any;
|
|
31
|
+
at?: any;
|
|
32
|
+
text?: any;
|
|
33
|
+
isBusy?: any;
|
|
34
|
+
formatter?: any;
|
|
35
|
+
author?: any;
|
|
36
|
+
attachments?: any;
|
|
37
|
+
reply?: any;
|
|
38
38
|
}> & Readonly<{
|
|
39
39
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
40
40
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -14,7 +14,7 @@ export const ChatMessageComponent = defineComponent({
|
|
|
14
14
|
name: 'ChatMessageComponent',
|
|
15
15
|
props: ['attachments', 'author', 'text', 'at', 'reply', 'themeName', 'variant', 'appearance', 'disabled', 'formatter', 'isBusy', 'value', 'dir', 'lang'],
|
|
16
16
|
emits: ['connected', 'disconnected', 'changed'],
|
|
17
|
-
// slots: ['actions', 'at', 'attachment', 'author', 'avatar', 'reaction', 'text', 'style']
|
|
17
|
+
// slots: ['actions', 'after', 'at', 'attachment', 'author', 'avatar', 'reaction', 'text', 'style']
|
|
18
18
|
// methods: { assignToSlot, getSlotAssignments, getSlotAssignmentsOf, getSlotContent, hasSlotContent, hasSlot, onSlotChanges, adoptStyle, on, off, emit, requestUpdate }
|
|
19
19
|
setup(props, { slots, emit }) {
|
|
20
20
|
return () => h('mosaik-chat-message', {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChatMessageComponent.js","sourceRoot":"","sources":["../../../../../src/Controls/Components/Media/Chat/ChatMessageComponent.ts"],"names":[],"mappings":"AAAA,iFAAiF;AACjF,mBAAmB;AACnB,yCAAyC;AACzC,qGAAqG;AACrG,oBAAoB;AACpB,iFAAiF;AAEjF,OAAO,EAAE,eAAe,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAEzC;;;;GAIG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAAG,eAAe,CAAC;IAChD,IAAI,EAAE,sBAAsB;IAC5B,KAAK,EAAE,CAAC,aAAa,EAAE,QAAQ,EAAE,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,WAAW,EAAE,SAAS,EAAE,YAAY,EAAE,UAAU,EAAE,WAAW,EAAE,QAAQ,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,CAAC;IACxJ,KAAK,EAAE,CAAC,WAAW,EAAE,cAAc,EAAE,SAAS,CAAC;IAC/C,
|
|
1
|
+
{"version":3,"file":"ChatMessageComponent.js","sourceRoot":"","sources":["../../../../../src/Controls/Components/Media/Chat/ChatMessageComponent.ts"],"names":[],"mappings":"AAAA,iFAAiF;AACjF,mBAAmB;AACnB,yCAAyC;AACzC,qGAAqG;AACrG,oBAAoB;AACpB,iFAAiF;AAEjF,OAAO,EAAE,eAAe,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAEzC;;;;GAIG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAAG,eAAe,CAAC;IAChD,IAAI,EAAE,sBAAsB;IAC5B,KAAK,EAAE,CAAC,aAAa,EAAE,QAAQ,EAAE,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,WAAW,EAAE,SAAS,EAAE,YAAY,EAAE,UAAU,EAAE,WAAW,EAAE,QAAQ,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,CAAC;IACxJ,KAAK,EAAE,CAAC,WAAW,EAAE,cAAc,EAAE,SAAS,CAAC;IAC/C,mGAAmG;IACnG,wKAAwK;IACxK,KAAK,CAAC,KAAK,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE;QACxB,OAAO,GAAG,EAAE,CACR,CAAC,CACG,qBAAqB,EACrB;YACI,GAAG,KAAK;YACR,4CAA4C;YAC5C,WAAW,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,WAAW,EAAE,KAAK,CAAC;YACvD,cAAc,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,cAAc,EAAE,KAAK,CAAC;YAC7D,SAAS,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,SAAS,EAAE,KAAK,CAAC;SACtD,EACD,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC,EAAE,CACvC,CAAC;IACV,CAAC;CACJ,CAAC,CAAC"}
|
|
@@ -4,19 +4,19 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const ChatMessageDividerComponent: import("vue").DefineComponent<{
|
|
7
|
-
text?: any;
|
|
8
7
|
themeName?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
10
|
+
text?: any;
|
|
11
11
|
thickness?: any;
|
|
12
12
|
isSticky?: any;
|
|
13
13
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
14
14
|
[key: string]: any;
|
|
15
15
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
16
|
-
text?: any;
|
|
17
16
|
themeName?: any;
|
|
18
17
|
dir?: any;
|
|
19
18
|
lang?: any;
|
|
19
|
+
text?: any;
|
|
20
20
|
thickness?: any;
|
|
21
21
|
isSticky?: any;
|
|
22
22
|
}> & Readonly<{
|
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const ChipComponent: import("vue").DefineComponent<{
|
|
7
|
+
value?: any;
|
|
7
8
|
themeName?: any;
|
|
8
9
|
variant?: any;
|
|
9
10
|
appearance?: any;
|
|
10
11
|
disabled?: any;
|
|
11
|
-
value?: any;
|
|
12
12
|
dir?: any;
|
|
13
13
|
lang?: any;
|
|
14
14
|
label?: any;
|
|
@@ -22,11 +22,11 @@ export declare const ChipComponent: import("vue").DefineComponent<{
|
|
|
22
22
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
23
23
|
[key: string]: any;
|
|
24
24
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "checked" | "unchecked" | "closed" | "toggled")[], "connected" | "disconnected" | "changed" | "checked" | "unchecked" | "closed" | "toggled", import("vue").PublicProps, Readonly<{
|
|
25
|
+
value?: any;
|
|
25
26
|
themeName?: any;
|
|
26
27
|
variant?: any;
|
|
27
28
|
appearance?: any;
|
|
28
29
|
disabled?: any;
|
|
29
|
-
value?: any;
|
|
30
30
|
dir?: any;
|
|
31
31
|
lang?: any;
|
|
32
32
|
label?: any;
|
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const ChipGroupComponent: import("vue").DefineComponent<{
|
|
7
|
+
value?: any;
|
|
7
8
|
themeName?: any;
|
|
8
9
|
variant?: any;
|
|
9
10
|
appearance?: any;
|
|
10
11
|
disabled?: any;
|
|
11
|
-
value?: any;
|
|
12
12
|
dir?: any;
|
|
13
13
|
lang?: any;
|
|
14
14
|
name?: any;
|
|
@@ -20,11 +20,11 @@ export declare const ChipGroupComponent: import("vue").DefineComponent<{
|
|
|
20
20
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
21
21
|
[key: string]: any;
|
|
22
22
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "chipChanged")[], "connected" | "disconnected" | "changed" | "chipChanged", import("vue").PublicProps, Readonly<{
|
|
23
|
+
value?: any;
|
|
23
24
|
themeName?: any;
|
|
24
25
|
variant?: any;
|
|
25
26
|
appearance?: any;
|
|
26
27
|
disabled?: any;
|
|
27
|
-
value?: any;
|
|
28
28
|
dir?: any;
|
|
29
29
|
lang?: any;
|
|
30
30
|
name?: any;
|
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const ColorEditorAreaComponent: import("vue").DefineComponent<{
|
|
7
|
+
value?: any;
|
|
7
8
|
themeName?: any;
|
|
8
9
|
disabled?: any;
|
|
9
|
-
value?: any;
|
|
10
10
|
dir?: any;
|
|
11
11
|
lang?: any;
|
|
12
12
|
isFocused?: any;
|
|
@@ -15,9 +15,9 @@ export declare const ColorEditorAreaComponent: import("vue").DefineComponent<{
|
|
|
15
15
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
16
16
|
[key: string]: any;
|
|
17
17
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "colorAreaChanged")[], "connected" | "disconnected" | "changed" | "colorAreaChanged", import("vue").PublicProps, Readonly<{
|
|
18
|
+
value?: any;
|
|
18
19
|
themeName?: any;
|
|
19
20
|
disabled?: any;
|
|
20
|
-
value?: any;
|
|
21
21
|
dir?: any;
|
|
22
22
|
lang?: any;
|
|
23
23
|
isFocused?: any;
|
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const ColorEditorComponent: import("vue").DefineComponent<{
|
|
7
|
+
value?: any;
|
|
7
8
|
themeName?: any;
|
|
8
9
|
disabled?: any;
|
|
9
|
-
value?: any;
|
|
10
10
|
dir?: any;
|
|
11
11
|
lang?: any;
|
|
12
12
|
isFocused?: any;
|
|
@@ -25,9 +25,9 @@ export declare const ColorEditorComponent: import("vue").DefineComponent<{
|
|
|
25
25
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
26
26
|
[key: string]: any;
|
|
27
27
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "colorChanged" | "colorFormatChanged" | "paletteChanged")[], "connected" | "disconnected" | "changed" | "colorChanged" | "colorFormatChanged" | "paletteChanged", import("vue").PublicProps, Readonly<{
|
|
28
|
+
value?: any;
|
|
28
29
|
themeName?: any;
|
|
29
30
|
disabled?: any;
|
|
30
|
-
value?: any;
|
|
31
31
|
dir?: any;
|
|
32
32
|
lang?: any;
|
|
33
33
|
isFocused?: any;
|
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const ColorPickerComponent: import("vue").DefineComponent<{
|
|
7
|
+
value?: any;
|
|
7
8
|
themeName?: any;
|
|
8
9
|
disabled?: any;
|
|
9
|
-
value?: any;
|
|
10
10
|
dir?: any;
|
|
11
11
|
lang?: any;
|
|
12
12
|
dropDownPlacement?: any;
|
|
@@ -30,9 +30,9 @@ export declare const ColorPickerComponent: import("vue").DefineComponent<{
|
|
|
30
30
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
31
31
|
[key: string]: any;
|
|
32
32
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "colorChanged")[], "connected" | "disconnected" | "changed" | "colorChanged", import("vue").PublicProps, Readonly<{
|
|
33
|
+
value?: any;
|
|
33
34
|
themeName?: any;
|
|
34
35
|
disabled?: any;
|
|
35
|
-
value?: any;
|
|
36
36
|
dir?: any;
|
|
37
37
|
lang?: any;
|
|
38
38
|
dropDownPlacement?: any;
|
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const ColorSliderComponent: import("vue").DefineComponent<{
|
|
7
|
+
value?: any;
|
|
7
8
|
themeName?: any;
|
|
8
9
|
disabled?: any;
|
|
9
|
-
value?: any;
|
|
10
10
|
dir?: any;
|
|
11
11
|
lang?: any;
|
|
12
12
|
orientation?: any;
|
|
@@ -14,9 +14,9 @@ export declare const ColorSliderComponent: import("vue").DefineComponent<{
|
|
|
14
14
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
15
15
|
[key: string]: any;
|
|
16
16
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "input" | "change")[], "connected" | "disconnected" | "changed" | "input" | "change", import("vue").PublicProps, Readonly<{
|
|
17
|
+
value?: any;
|
|
17
18
|
themeName?: any;
|
|
18
19
|
disabled?: any;
|
|
19
|
-
value?: any;
|
|
20
20
|
dir?: any;
|
|
21
21
|
lang?: any;
|
|
22
22
|
orientation?: any;
|
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const ColorSwatchComponent: import("vue").DefineComponent<{
|
|
7
|
-
themeName?: any;
|
|
8
7
|
value?: any;
|
|
8
|
+
themeName?: any;
|
|
9
9
|
dir?: any;
|
|
10
10
|
lang?: any;
|
|
11
11
|
name?: any;
|
|
@@ -14,8 +14,8 @@ export declare const ColorSwatchComponent: import("vue").DefineComponent<{
|
|
|
14
14
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
15
15
|
[key: string]: any;
|
|
16
16
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
17
|
-
themeName?: any;
|
|
18
17
|
value?: any;
|
|
18
|
+
themeName?: any;
|
|
19
19
|
dir?: any;
|
|
20
20
|
lang?: any;
|
|
21
21
|
name?: any;
|
|
@@ -4,23 +4,23 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const CommentComponent: import("vue").DefineComponent<{
|
|
7
|
-
author?: any;
|
|
8
|
-
at?: any;
|
|
9
7
|
themeName?: any;
|
|
10
|
-
formatter?: any;
|
|
11
8
|
dir?: any;
|
|
12
9
|
lang?: any;
|
|
10
|
+
at?: any;
|
|
13
11
|
content?: any;
|
|
12
|
+
formatter?: any;
|
|
13
|
+
author?: any;
|
|
14
14
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
15
15
|
[key: string]: any;
|
|
16
16
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
17
|
-
author?: any;
|
|
18
|
-
at?: any;
|
|
19
17
|
themeName?: any;
|
|
20
|
-
formatter?: any;
|
|
21
18
|
dir?: any;
|
|
22
19
|
lang?: any;
|
|
20
|
+
at?: any;
|
|
23
21
|
content?: any;
|
|
22
|
+
formatter?: any;
|
|
23
|
+
author?: any;
|
|
24
24
|
}> & Readonly<{
|
|
25
25
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
26
26
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const PersonaComponent: import("vue").DefineComponent<{
|
|
7
|
-
text?: any;
|
|
8
7
|
themeName?: any;
|
|
9
8
|
variant?: any;
|
|
10
9
|
appearance?: any;
|
|
@@ -14,6 +13,7 @@ export declare const PersonaComponent: import("vue").DefineComponent<{
|
|
|
14
13
|
orientation?: any;
|
|
15
14
|
src?: any;
|
|
16
15
|
size?: any;
|
|
16
|
+
text?: any;
|
|
17
17
|
horizontalContentAlignment?: any;
|
|
18
18
|
verticalContentAlignment?: any;
|
|
19
19
|
icon?: any;
|
|
@@ -28,7 +28,6 @@ export declare const PersonaComponent: import("vue").DefineComponent<{
|
|
|
28
28
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
29
29
|
[key: string]: any;
|
|
30
30
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
31
|
-
text?: any;
|
|
32
31
|
themeName?: any;
|
|
33
32
|
variant?: any;
|
|
34
33
|
appearance?: any;
|
|
@@ -38,6 +37,7 @@ export declare const PersonaComponent: import("vue").DefineComponent<{
|
|
|
38
37
|
orientation?: any;
|
|
39
38
|
src?: any;
|
|
40
39
|
size?: any;
|
|
40
|
+
text?: any;
|
|
41
41
|
horizontalContentAlignment?: any;
|
|
42
42
|
verticalContentAlignment?: any;
|
|
43
43
|
icon?: any;
|