@breadstone/mosaik-elements-vue 0.1.57 → 0.1.59
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/Anchor/AnchorComponent.d.ts +6 -6
- package/Controls/Components/Buttons/Button/ButtonComponent.d.ts +16 -16
- package/Controls/Components/Buttons/CompoundButton/CompoundButtonComponent.d.ts +10 -10
- package/Controls/Components/Buttons/DropDownButton/DropDownButtonComponent.d.ts +20 -20
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonComponent.d.ts +6 -6
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonGroupComponent.d.ts +4 -4
- package/Controls/Components/Buttons/PressButton/PressButtonComponent.d.ts +8 -8
- package/Controls/Components/Buttons/RepeatButton/RepeatButtonComponent.d.ts +12 -12
- package/Controls/Components/Buttons/SplitButton/SplitButtonComponent.d.ts +20 -20
- package/Controls/Components/Buttons/Tile/TileComponent.d.ts +2 -2
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonComponent.d.ts +10 -10
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonGroupComponent.d.ts +2 -2
- package/Controls/Components/Cells/CellComponent.d.ts +2 -2
- package/Controls/Components/Charts/ChartComponent.d.ts +10 -10
- package/Controls/Components/Effects/Perspective/PerspectiveComponent.d.ts +2 -2
- package/Controls/Components/Effects/Scale/ScaleComponent.d.ts +2 -2
- package/Controls/Components/Forms/FormFieldComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Banner/BannerComponent.d.ts +10 -10
- package/Controls/Components/Grouping/BannerGroup/BannerGroupComponent.d.ts +6 -6
- package/Controls/Components/Grouping/Breadcrumb/BreadcrumbItemComponent.d.ts +8 -8
- package/Controls/Components/Grouping/Card/CardComponent.d.ts +8 -8
- package/Controls/Components/Grouping/Expander/ExpanderComponent.d.ts +10 -10
- package/Controls/Components/Grouping/Expander/ExpanderGroupComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Message/MessageComponent.d.ts +12 -12
- package/Controls/Components/Grouping/Message/MessageContentComponent.d.ts +4 -4
- package/Controls/Components/Grouping/actionbar/ActionbarComponent.d.ts +2 -2
- package/Controls/Components/Inputs/AutoCompleteBox/AutoCompleteBoxComponent.d.ts +44 -44
- package/Controls/Components/Inputs/Calendar/CalendarComponent.d.ts +22 -22
- package/Controls/Components/Inputs/Calendar/CalendarItemComponent.d.ts +8 -8
- package/Controls/Components/Inputs/CheckBox/CheckBoxComponent.d.ts +8 -8
- package/Controls/Components/Inputs/CheckBox/CheckBoxGroupComponent.d.ts +4 -4
- package/Controls/Components/Inputs/ChipBox/ChipBoxComponent.d.ts +16 -16
- package/Controls/Components/Inputs/Choice/ChoiceComponent.d.ts +10 -10
- package/Controls/Components/Inputs/Choice/ChoiceGroupComponent.d.ts +4 -4
- package/Controls/Components/Inputs/ColorBox/ColorBoxComponent.d.ts +28 -28
- package/Controls/Components/Inputs/DateBox/DateBoxComponent.d.ts +36 -36
- package/Controls/Components/Inputs/DateTimeBox/DateTimeBoxComponent.d.ts +36 -36
- package/Controls/Components/Inputs/DurationBox/DurationBoxComponent.d.ts +14 -14
- package/Controls/Components/Inputs/FileBox/FileBoxComponent.d.ts +20 -20
- package/Controls/Components/Inputs/FileUpload/FileUploadComponent.d.ts +12 -12
- package/Controls/Components/Inputs/FileUpload/FileUploadItemComponent.d.ts +2 -2
- package/Controls/Components/Inputs/NumberBox/NumberBoxComponent.d.ts +20 -20
- package/Controls/Components/Inputs/PasswordBox/PasswordBoxComponent.d.ts +16 -16
- package/Controls/Components/Inputs/PinBox/PinBoxComponent.d.ts +14 -14
- package/Controls/Components/Inputs/Radio/RadioComponent.d.ts +8 -8
- package/Controls/Components/Inputs/Radio/RadioGroupComponent.d.ts +4 -4
- package/Controls/Components/Inputs/Rating/RatingComponent.d.ts +2 -2
- package/Controls/Components/Inputs/RichTextBox/RichTextBoxComponent.d.ts +20 -20
- package/Controls/Components/Inputs/Scheduler/SchedulerComponent.d.ts +18 -18
- package/Controls/Components/Inputs/Scheduler/SchedulerEventComponent.d.ts +6 -6
- package/Controls/Components/Inputs/SearchBox/SearchBoxComponent.d.ts +18 -18
- package/Controls/Components/Inputs/Select/SelectComponent.d.ts +18 -18
- package/Controls/Components/Inputs/Select/SelectItemComponent.d.ts +10 -10
- package/Controls/Components/Inputs/SignaturePad/SignaturePadComponent.d.ts +12 -12
- package/Controls/Components/Inputs/TextBox/TextBoxComponent.d.ts +24 -24
- package/Controls/Components/Inputs/TimeBox/TimeBoxComponent.d.ts +34 -34
- package/Controls/Components/Inputs/ToggleSwitch/ToggleSwitchComponent.d.ts +8 -8
- package/Controls/Components/Inputs/prompt-box/PromptBoxComponent.d.ts +72 -0
- package/Controls/Components/Inputs/prompt-box/PromptBoxComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/prompt-box/PromptBoxComponent.js +31 -0
- package/Controls/Components/Inputs/prompt-box/PromptBoxComponent.js.map +1 -0
- package/Controls/Components/Inputs/prompt-box/attachments/PromptBoxAttachmentListComponent.d.ts +37 -0
- package/Controls/Components/Inputs/prompt-box/attachments/PromptBoxAttachmentListComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/prompt-box/attachments/PromptBoxAttachmentListComponent.js +30 -0
- package/Controls/Components/Inputs/prompt-box/attachments/PromptBoxAttachmentListComponent.js.map +1 -0
- package/Controls/Components/Inputs/prompt-box/tools/PromptBoxAttachmentToolComponent.d.ts +46 -0
- package/Controls/Components/Inputs/prompt-box/tools/PromptBoxAttachmentToolComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/prompt-box/tools/PromptBoxAttachmentToolComponent.js +31 -0
- package/Controls/Components/Inputs/prompt-box/tools/PromptBoxAttachmentToolComponent.js.map +1 -0
- package/Controls/Components/Inputs/prompt-box/tools/PromptBoxVoiceRecorderToolComponent.d.ts +57 -0
- package/Controls/Components/Inputs/prompt-box/tools/PromptBoxVoiceRecorderToolComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/prompt-box/tools/PromptBoxVoiceRecorderToolComponent.js +34 -0
- package/Controls/Components/Inputs/prompt-box/tools/PromptBoxVoiceRecorderToolComponent.js.map +1 -0
- package/Controls/Components/Layouts/Designer/Canvas/DesignerCanvasComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Dock/DockPanelComponent.d.ts +2 -2
- package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnComponent.d.ts +4 -4
- package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnItemComponent.d.ts +6 -6
- package/Controls/Components/Layouts/FlowBoard/FlowBoardComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Grid/GridComponent.d.ts +4 -4
- package/Controls/Components/Layouts/Grid/GridItemComponent.d.ts +4 -4
- package/Controls/Components/Layouts/Masonry/MasonryComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Page/PageHeaderComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Resize/ResizeComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Split/SplitComponent.d.ts +4 -4
- package/Controls/Components/Layouts/Stack/StackComponent.d.ts +2 -2
- package/Controls/Components/Layouts/TileList/TileListItemComponent.d.ts +8 -8
- package/Controls/Components/Layouts/TileManager/TileManagerComponent.d.ts +4 -4
- package/Controls/Components/Layouts/TileManager/TileManagerTileComponent.d.ts +12 -12
- package/Controls/Components/Layouts/Wrap/WrapComponent.d.ts +2 -2
- package/Controls/Components/Media/Avatar/AvatarComponent.d.ts +4 -4
- package/Controls/Components/Media/Badge/BadgeComponent.d.ts +4 -4
- package/Controls/Components/Media/Camera/CameraComponent.d.ts +4 -4
- package/Controls/Components/Media/Chat/ChatComponent.d.ts +4 -2
- package/Controls/Components/Media/Chat/ChatComponent.d.ts.map +1 -1
- package/Controls/Components/Media/Chat/ChatComponent.js +2 -2
- package/Controls/Components/Media/Chat/ChatComponent.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 +8 -8
- package/Controls/Components/Media/Chat/ChatMessageDividerComponent.d.ts +2 -2
- package/Controls/Components/Media/Chat/ChatMessageReactionComponent.d.ts +2 -2
- package/Controls/Components/Media/Chat/ChatPromptBoxAttachmentListComponent.d.ts +37 -0
- package/Controls/Components/Media/Chat/ChatPromptBoxAttachmentListComponent.d.ts.map +1 -0
- package/Controls/Components/Media/Chat/ChatPromptBoxAttachmentListComponent.js +30 -0
- package/Controls/Components/Media/Chat/ChatPromptBoxAttachmentListComponent.js.map +1 -0
- package/Controls/Components/Media/Chat/ChatPromptBoxComponent.d.ts +70 -0
- package/Controls/Components/Media/Chat/ChatPromptBoxComponent.d.ts.map +1 -0
- package/Controls/Components/Media/Chat/ChatPromptBoxComponent.js +31 -0
- package/Controls/Components/Media/Chat/ChatPromptBoxComponent.js.map +1 -0
- package/Controls/Components/Media/Chat/Tools/AttachmentChatToolComponent.d.ts +4 -2
- package/Controls/Components/Media/Chat/Tools/AttachmentChatToolComponent.d.ts.map +1 -1
- package/Controls/Components/Media/Chat/Tools/AttachmentChatToolComponent.js +4 -4
- package/Controls/Components/Media/Chat/Tools/AttachmentChatToolComponent.js.map +1 -1
- package/Controls/Components/Media/Chat/Tools/ReactionChatToolComponent.d.ts +2 -0
- package/Controls/Components/Media/Chat/Tools/ReactionChatToolComponent.d.ts.map +1 -1
- package/Controls/Components/Media/Chat/Tools/ReactionChatToolComponent.js +2 -2
- package/Controls/Components/Media/Chat/Tools/ReactionChatToolComponent.js.map +1 -1
- package/Controls/Components/Media/Chat/Tools/VoiceRecorderChatToolComponent.d.ts +10 -8
- package/Controls/Components/Media/Chat/Tools/VoiceRecorderChatToolComponent.d.ts.map +1 -1
- package/Controls/Components/Media/Chat/Tools/VoiceRecorderChatToolComponent.js +4 -4
- package/Controls/Components/Media/Chat/Tools/VoiceRecorderChatToolComponent.js.map +1 -1
- package/Controls/Components/Media/Chip/ChipComponent.d.ts +6 -6
- package/Controls/Components/Media/Chip/ChipGroupComponent.d.ts +6 -6
- package/Controls/Components/Media/ColorEditor/ColorEditorAlphaSliderComponent.d.ts +2 -2
- package/Controls/Components/Media/ColorEditor/ColorEditorComponent.d.ts +12 -12
- package/Controls/Components/Media/ColorEditor/ColorEditorInputsComponent.d.ts +2 -2
- package/Controls/Components/Media/ColorEditor/ColorEditorPaletteComponent.d.ts +2 -2
- package/Controls/Components/Media/ColorPicker/ColorPickerComponent.d.ts +6 -6
- package/Controls/Components/Media/ColorSwatch/ColorSwatchComponent.d.ts +2 -2
- package/Controls/Components/Media/Comment/CommentComponent.d.ts +2 -2
- package/Controls/Components/Media/Icon/IconComponent.d.ts +4 -4
- package/Controls/Components/Media/Image/ImageComponent.d.ts +2 -2
- package/Controls/Components/Media/Map/MapComponent.d.ts +2 -2
- package/Controls/Components/Media/Persona/PersonaComponent.d.ts +10 -10
- package/Controls/Components/Media/QRCode/QRCodeComponent.d.ts +2 -2
- package/Controls/Components/Media/Timeline/TimelineMarkerComponent.d.ts +4 -4
- package/Controls/Components/Media/Video/VideoComponent.d.ts +4 -4
- package/Controls/Components/Misc/CookieConsent/CookiesConsentComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Dialog/DialogComponent.d.ts +16 -16
- package/Controls/Components/Overlays/Drawer/DrawerComponent.d.ts +12 -12
- package/Controls/Components/Overlays/Drawer/DrawerContainerComponent.d.ts +2 -2
- package/Controls/Components/Overlays/MessageBox/MessageBoxComponent.d.ts +28 -28
- package/Controls/Components/Overlays/Sheet/SheetComponent.d.ts +4 -4
- package/Controls/Components/Overlays/Toast/ToastComponent.d.ts +18 -18
- package/Controls/Components/Overlays/tour/TourComponent.d.ts +14 -14
- package/Controls/Components/Overlays/tour/TourStepComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Backdrop/BackdropComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Box/BoxComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Checkmark/CheckmarkComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Dropdown/DropdownComponent.d.ts +22 -22
- package/Controls/Components/Primitives/Elevation/ElevationComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Error/ErrorComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Floating/FloatingComponent.d.ts +26 -26
- package/Controls/Components/Primitives/FocusRing/FocusRingComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Footer/FooterComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Hint/HintComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Jumbotron/JumbotronComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Kbd/KbdComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Number/NumberCounterComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Paginator/PaginatorComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Pip/PipComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Popup/PopupComponent.d.ts +28 -28
- package/Controls/Components/Primitives/Portal/PortalComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Portal/PortalProjectionComponent.d.ts +2 -2
- package/Controls/Components/Primitives/ResizeThumb/ResizeThumbComponent.d.ts +8 -8
- package/Controls/Components/Primitives/Scroll/ScrollComponent.d.ts +2 -1
- package/Controls/Components/Primitives/Scroll/ScrollComponent.d.ts.map +1 -1
- package/Controls/Components/Primitives/Scroll/ScrollComponent.js +3 -2
- package/Controls/Components/Primitives/Scroll/ScrollComponent.js.map +1 -1
- package/Controls/Components/Primitives/Skeleton/SkeletonComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Text/TextComponent.d.ts +8 -8
- package/Controls/Components/Primitives/TickBar/TickBarComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Toggletip/ToggleTipComponent.d.ts +8 -8
- package/Controls/Components/Primitives/Tooltip/TooltipComponent.d.ts +24 -24
- package/Controls/Components/Primitives/UpDownSpinner/UpDownSpinnerComponent.d.ts +6 -6
- package/Controls/Components/Primitives/WheelPicker/WheelPickerComponent.d.ts +2 -2
- package/Controls/Components/Primitives/listing/ListingItemComponent.d.ts +4 -4
- package/Controls/Components/Primitives/listing/ListingItemMarkerComponent.d.ts +2 -2
- package/Controls/Components/Ranges/MeterBar/MeterBarComponent.d.ts +8 -8
- package/Controls/Components/Ranges/MeterRing/MeterRingComponent.d.ts +10 -10
- package/Controls/Components/Ranges/ProgressBar/ProgressBarComponent.d.ts +6 -6
- package/Controls/Components/Ranges/ProgressRing/ProgressRingComponent.d.ts +4 -4
- package/Controls/Components/Ranges/ScrubSlider/ScrubSliderComponent.d.ts +4 -4
- package/Controls/Components/Ranges/Slider/SliderComponent.d.ts +4 -4
- package/Controls/Components/Ranges/Slider2/Slider2Component.d.ts +6 -6
- package/Controls/Components/Ranges/Slider2/Slider2ThumbComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Carousel/CarouselComponent.d.ts +6 -6
- package/Controls/Components/Selectors/Carousel/CarouselItemComponent.d.ts +4 -4
- package/Controls/Components/Selectors/Carousel2/CarouselItem2Component.d.ts +4 -4
- package/Controls/Components/Selectors/Combo/ComboComponent.d.ts +14 -14
- package/Controls/Components/Selectors/Combo/ComboItemComponent.d.ts +12 -12
- package/Controls/Components/Selectors/DataTable/DataTableComponent.d.ts +20 -20
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgChannelComponent.d.ts +4 -4
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgComponent.d.ts +8 -8
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgProgramComponent.d.ts +8 -8
- package/Controls/Components/Selectors/List/ListComponent.d.ts +8 -8
- package/Controls/Components/Selectors/List/ListItemComponent.d.ts +10 -10
- package/Controls/Components/Selectors/Menu/MenuItemComponent.d.ts +14 -14
- package/Controls/Components/Selectors/Segment/SegmentItemComponent.d.ts +6 -6
- package/Controls/Components/Selectors/Stepper/StepperComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Stepper/StepperItemComponent.d.ts +14 -14
- package/Controls/Components/Selectors/Tab/TabComponent.d.ts +4 -4
- package/Controls/Components/Selectors/Tab/TabItemComponent.d.ts +8 -8
- package/Controls/Components/Selectors/Tab/TabPanelComponent.d.ts +4 -4
- package/Controls/Components/Selectors/TabStrip/TabStripComponent.d.ts +4 -4
- package/Controls/Components/Selectors/TabStrip/TabStripItemComponent.d.ts +8 -8
- 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/TableComponent.d.ts +10 -10
- package/Controls/Components/Selectors/Table/TableFooterCellComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Table/TableHeaderCellComponent.d.ts +20 -20
- package/Controls/Components/Selectors/Table/editor/TableColumnEditorComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Tree/TreeItemComponent.d.ts +16 -16
- package/Controls/Components/Selectors/Wizard/WizardComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Wizard/WizardStepComponent.d.ts +8 -8
- 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/Index.d.ts +6 -2
- package/Index.d.ts.map +1 -1
- package/Index.js +6 -2
- package/Index.js.map +1 -1
- package/package.json +2 -2
package/Controls/Components/Inputs/prompt-box/tools/PromptBoxVoiceRecorderToolComponent.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PromptBoxVoiceRecorderToolComponent.js","sourceRoot":"","sources":["../../../../../../src/Controls/Components/Inputs/prompt-box/tools/PromptBoxVoiceRecorderToolComponent.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,mCAAmC,GAAG,eAAe,CAAC;IAC/D,IAAI,EAAE,qCAAqC;IAC3C,KAAK,EAAE,CAAC,WAAW,EAAE,UAAU,EAAE,WAAW,EAAE,UAAU,EAAE,SAAS,EAAE,OAAO,EAAE,aAAa,EAAE,iBAAiB,EAAE,WAAW,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,EAAE,cAAc,EAAE,UAAU,EAAE,KAAK,EAAE,MAAM,CAAC;IACxM,KAAK,EAAE,CAAC,gBAAgB,EAAE,eAAe,EAAE,gBAAgB,EAAE,eAAe,EAAE,cAAc,EAAE,WAAW,EAAE,cAAc,EAAE,SAAS,CAAC;IACrI,mBAAmB;IACnB,oIAAoI;IACpI,KAAK,CAAC,KAAK,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE;QACxB,OAAO,GAAG,EAAE,CACR,CAAC,CACG,uCAAuC,EACvC;YACI,GAAG,KAAK;YACR,4CAA4C;YAC5C,gBAAgB,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,gBAAgB,EAAE,KAAK,CAAC;YACjE,eAAe,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,eAAe,EAAE,KAAK,CAAC;YAC/D,gBAAgB,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,gBAAgB,EAAE,KAAK,CAAC;YACjE,eAAe,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,eAAe,EAAE,KAAK,CAAC;YAC/D,cAAc,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,cAAc,EAAE,KAAK,CAAC;YAC7D,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"}
|
|
@@ -7,11 +7,11 @@ export declare const DesignerCanvasComponent: import("vue").DefineComponent<{
|
|
|
7
7
|
themeName?: any;
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
|
+
zoom?: any;
|
|
10
11
|
panX?: any;
|
|
11
12
|
panY?: any;
|
|
12
13
|
zoomLevel?: any;
|
|
13
14
|
isPanning?: any;
|
|
14
|
-
zoom?: any;
|
|
15
15
|
minZoom?: any;
|
|
16
16
|
maxZoom?: any;
|
|
17
17
|
interactionMode?: any;
|
|
@@ -21,11 +21,11 @@ export declare const DesignerCanvasComponent: import("vue").DefineComponent<{
|
|
|
21
21
|
themeName?: any;
|
|
22
22
|
dir?: any;
|
|
23
23
|
lang?: any;
|
|
24
|
+
zoom?: any;
|
|
24
25
|
panX?: any;
|
|
25
26
|
panY?: any;
|
|
26
27
|
zoomLevel?: any;
|
|
27
28
|
isPanning?: any;
|
|
28
|
-
zoom?: any;
|
|
29
29
|
minZoom?: any;
|
|
30
30
|
maxZoom?: any;
|
|
31
31
|
interactionMode?: any;
|
|
@@ -11,8 +11,8 @@ export declare const DockPanelComponent: import("vue").DefineComponent<{
|
|
|
11
11
|
fit?: any;
|
|
12
12
|
items?: any;
|
|
13
13
|
orientation?: any;
|
|
14
|
-
lastChildFill?: any;
|
|
15
14
|
gap?: any;
|
|
15
|
+
lastChildFill?: 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<{
|
|
@@ -23,8 +23,8 @@ export declare const DockPanelComponent: import("vue").DefineComponent<{
|
|
|
23
23
|
fit?: any;
|
|
24
24
|
items?: any;
|
|
25
25
|
orientation?: any;
|
|
26
|
-
lastChildFill?: any;
|
|
27
26
|
gap?: any;
|
|
27
|
+
lastChildFill?: any;
|
|
28
28
|
}> & Readonly<{
|
|
29
29
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
30
30
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -9,11 +9,11 @@ export declare const FlowBoardColumnComponent: import("vue").DefineComponent<{
|
|
|
9
9
|
lang?: any;
|
|
10
10
|
appearance?: any;
|
|
11
11
|
reorderable?: any;
|
|
12
|
-
columnKey?: any;
|
|
13
|
-
canDrag?: any;
|
|
14
12
|
pinned?: any;
|
|
15
13
|
hasItems?: any;
|
|
16
14
|
isDragEnabled?: any;
|
|
15
|
+
canDrag?: any;
|
|
16
|
+
columnKey?: any;
|
|
17
17
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
18
18
|
[key: string]: any;
|
|
19
19
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "flowBoardBeforeColumnPinChange" | "flowBoardColumnPinChange")[], "connected" | "disconnected" | "changed" | "flowBoardBeforeColumnPinChange" | "flowBoardColumnPinChange", import("vue").PublicProps, Readonly<{
|
|
@@ -22,11 +22,11 @@ export declare const FlowBoardColumnComponent: import("vue").DefineComponent<{
|
|
|
22
22
|
lang?: any;
|
|
23
23
|
appearance?: any;
|
|
24
24
|
reorderable?: any;
|
|
25
|
-
columnKey?: any;
|
|
26
|
-
canDrag?: any;
|
|
27
25
|
pinned?: any;
|
|
28
26
|
hasItems?: any;
|
|
29
27
|
isDragEnabled?: any;
|
|
28
|
+
canDrag?: any;
|
|
29
|
+
columnKey?: any;
|
|
30
30
|
}> & Readonly<{
|
|
31
31
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
32
32
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -8,17 +8,17 @@ export declare const FlowBoardColumnItemComponent: import("vue").DefineComponent
|
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
10
|
disabled?: any;
|
|
11
|
+
value?: any;
|
|
11
12
|
variant?: any;
|
|
12
13
|
appearance?: any;
|
|
13
|
-
value?: any;
|
|
14
14
|
isFocused?: any;
|
|
15
15
|
ripple?: any;
|
|
16
16
|
reorderable?: any;
|
|
17
|
-
|
|
17
|
+
pinned?: any;
|
|
18
18
|
canDrag?: any;
|
|
19
|
+
columnKey?: any;
|
|
19
20
|
itemKey?: any;
|
|
20
21
|
draggable?: any;
|
|
21
|
-
pinned?: any;
|
|
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<{
|
|
@@ -26,17 +26,17 @@ export declare const FlowBoardColumnItemComponent: import("vue").DefineComponent
|
|
|
26
26
|
dir?: any;
|
|
27
27
|
lang?: any;
|
|
28
28
|
disabled?: any;
|
|
29
|
+
value?: any;
|
|
29
30
|
variant?: any;
|
|
30
31
|
appearance?: any;
|
|
31
|
-
value?: any;
|
|
32
32
|
isFocused?: any;
|
|
33
33
|
ripple?: any;
|
|
34
34
|
reorderable?: any;
|
|
35
|
-
|
|
35
|
+
pinned?: any;
|
|
36
36
|
canDrag?: any;
|
|
37
|
+
columnKey?: any;
|
|
37
38
|
itemKey?: any;
|
|
38
39
|
draggable?: any;
|
|
39
|
-
pinned?: any;
|
|
40
40
|
}> & Readonly<{
|
|
41
41
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
42
42
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -8,9 +8,9 @@ export declare const FlowBoardComponent: import("vue").DefineComponent<{
|
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
10
|
size?: any;
|
|
11
|
+
gap?: any;
|
|
11
12
|
isFocused?: any;
|
|
12
13
|
displayMode?: any;
|
|
13
|
-
gap?: any;
|
|
14
14
|
dragdrop?: any;
|
|
15
15
|
scrollMode?: any;
|
|
16
16
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -20,9 +20,9 @@ export declare const FlowBoardComponent: import("vue").DefineComponent<{
|
|
|
20
20
|
dir?: any;
|
|
21
21
|
lang?: any;
|
|
22
22
|
size?: any;
|
|
23
|
+
gap?: any;
|
|
23
24
|
isFocused?: any;
|
|
24
25
|
displayMode?: any;
|
|
25
|
-
gap?: any;
|
|
26
26
|
dragdrop?: any;
|
|
27
27
|
scrollMode?: any;
|
|
28
28
|
}> & Readonly<{
|
|
@@ -8,11 +8,11 @@ export declare const GridComponent: import("vue").DefineComponent<{
|
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
10
|
items?: any;
|
|
11
|
-
columnDefinitions?: any;
|
|
12
11
|
gap?: any;
|
|
13
|
-
rowDefinitions?: any;
|
|
14
12
|
horizontalAlignment?: any;
|
|
15
13
|
verticalAlignment?: any;
|
|
14
|
+
rowDefinitions?: any;
|
|
15
|
+
columnDefinitions?: 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<{
|
|
@@ -20,11 +20,11 @@ export declare const GridComponent: import("vue").DefineComponent<{
|
|
|
20
20
|
dir?: any;
|
|
21
21
|
lang?: any;
|
|
22
22
|
items?: any;
|
|
23
|
-
columnDefinitions?: any;
|
|
24
23
|
gap?: any;
|
|
25
|
-
rowDefinitions?: any;
|
|
26
24
|
horizontalAlignment?: any;
|
|
27
25
|
verticalAlignment?: any;
|
|
26
|
+
rowDefinitions?: any;
|
|
27
|
+
columnDefinitions?: any;
|
|
28
28
|
}> & Readonly<{
|
|
29
29
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
30
30
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -7,20 +7,20 @@ export declare const GridItemComponent: import("vue").DefineComponent<{
|
|
|
7
7
|
themeName?: any;
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
|
+
rowSpan?: any;
|
|
11
|
+
row?: any;
|
|
10
12
|
column?: any;
|
|
11
13
|
columnSpan?: any;
|
|
12
|
-
row?: any;
|
|
13
|
-
rowSpan?: 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
17
|
themeName?: any;
|
|
18
18
|
dir?: any;
|
|
19
19
|
lang?: any;
|
|
20
|
+
rowSpan?: any;
|
|
21
|
+
row?: any;
|
|
20
22
|
column?: any;
|
|
21
23
|
columnSpan?: any;
|
|
22
|
-
row?: any;
|
|
23
|
-
rowSpan?: any;
|
|
24
24
|
}> & Readonly<{
|
|
25
25
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
26
26
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -8,8 +8,8 @@ export declare const MasonryComponent: import("vue").DefineComponent<{
|
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
10
|
fit?: any;
|
|
11
|
-
gap?: any;
|
|
12
11
|
columns?: any;
|
|
12
|
+
gap?: 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<{
|
|
@@ -17,8 +17,8 @@ export declare const MasonryComponent: import("vue").DefineComponent<{
|
|
|
17
17
|
dir?: any;
|
|
18
18
|
lang?: any;
|
|
19
19
|
fit?: any;
|
|
20
|
-
gap?: any;
|
|
21
20
|
columns?: any;
|
|
21
|
+
gap?: any;
|
|
22
22
|
}> & Readonly<{
|
|
23
23
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
24
24
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -7,8 +7,8 @@ export declare const PageHeaderComponent: import("vue").DefineComponent<{
|
|
|
7
7
|
themeName?: any;
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
|
-
text?: 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, {
|
|
@@ -17,8 +17,8 @@ export declare const PageHeaderComponent: import("vue").DefineComponent<{
|
|
|
17
17
|
themeName?: any;
|
|
18
18
|
dir?: any;
|
|
19
19
|
lang?: any;
|
|
20
|
-
text?: any;
|
|
21
20
|
inset?: any;
|
|
21
|
+
text?: any;
|
|
22
22
|
subText?: any;
|
|
23
23
|
additionalText?: any;
|
|
24
24
|
}> & Readonly<{
|
|
@@ -8,8 +8,8 @@ export declare const ResizeComponent: import("vue").DefineComponent<{
|
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
10
|
mode?: any;
|
|
11
|
-
active?: any;
|
|
12
11
|
ghostFactory?: any;
|
|
12
|
+
active?: 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" | "resizeResizeStarted" | "resizeResized" | "resizeResizeEnded" | "resizeResizeCanceled")[], "connected" | "disconnected" | "changed" | "resizeResizeStarted" | "resizeResized" | "resizeResizeEnded" | "resizeResizeCanceled", import("vue").PublicProps, Readonly<{
|
|
@@ -17,8 +17,8 @@ export declare const ResizeComponent: import("vue").DefineComponent<{
|
|
|
17
17
|
dir?: any;
|
|
18
18
|
lang?: any;
|
|
19
19
|
mode?: any;
|
|
20
|
-
active?: any;
|
|
21
20
|
ghostFactory?: any;
|
|
21
|
+
active?: any;
|
|
22
22
|
}> & Readonly<{
|
|
23
23
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
24
24
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -12,10 +12,8 @@ export declare const SplitComponent: import("vue").DefineComponent<{
|
|
|
12
12
|
orientation?: any;
|
|
13
13
|
disabled?: any;
|
|
14
14
|
position?: any;
|
|
15
|
-
thickness?: any;
|
|
16
15
|
min?: any;
|
|
17
16
|
max?: any;
|
|
18
|
-
snaps?: any;
|
|
19
17
|
collapsedPanel?: any;
|
|
20
18
|
isCollapsed?: any;
|
|
21
19
|
isStartCollapsed?: any;
|
|
@@ -24,7 +22,9 @@ export declare const SplitComponent: import("vue").DefineComponent<{
|
|
|
24
22
|
positionPercentage?: any;
|
|
25
23
|
positionInPixels?: any;
|
|
26
24
|
lock?: any;
|
|
25
|
+
snaps?: any;
|
|
27
26
|
snapThreshold?: any;
|
|
27
|
+
thickness?: any;
|
|
28
28
|
collapsible?: any;
|
|
29
29
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
30
30
|
[key: string]: any;
|
|
@@ -37,10 +37,8 @@ export declare const SplitComponent: import("vue").DefineComponent<{
|
|
|
37
37
|
orientation?: any;
|
|
38
38
|
disabled?: any;
|
|
39
39
|
position?: any;
|
|
40
|
-
thickness?: any;
|
|
41
40
|
min?: any;
|
|
42
41
|
max?: any;
|
|
43
|
-
snaps?: any;
|
|
44
42
|
collapsedPanel?: any;
|
|
45
43
|
isCollapsed?: any;
|
|
46
44
|
isStartCollapsed?: any;
|
|
@@ -49,7 +47,9 @@ export declare const SplitComponent: import("vue").DefineComponent<{
|
|
|
49
47
|
positionPercentage?: any;
|
|
50
48
|
positionInPixels?: any;
|
|
51
49
|
lock?: any;
|
|
50
|
+
snaps?: any;
|
|
52
51
|
snapThreshold?: any;
|
|
52
|
+
thickness?: any;
|
|
53
53
|
collapsible?: any;
|
|
54
54
|
}> & Readonly<{
|
|
55
55
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -11,8 +11,8 @@ export declare const StackComponent: import("vue").DefineComponent<{
|
|
|
11
11
|
fit?: any;
|
|
12
12
|
items?: any;
|
|
13
13
|
orientation?: any;
|
|
14
|
-
wrap?: any;
|
|
15
14
|
gap?: any;
|
|
15
|
+
wrap?: any;
|
|
16
16
|
horizontalAlignment?: any;
|
|
17
17
|
verticalAlignment?: any;
|
|
18
18
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -25,8 +25,8 @@ export declare const StackComponent: import("vue").DefineComponent<{
|
|
|
25
25
|
fit?: any;
|
|
26
26
|
items?: any;
|
|
27
27
|
orientation?: any;
|
|
28
|
-
wrap?: any;
|
|
29
28
|
gap?: any;
|
|
29
|
+
wrap?: any;
|
|
30
30
|
horizontalAlignment?: any;
|
|
31
31
|
verticalAlignment?: any;
|
|
32
32
|
}> & Readonly<{
|
|
@@ -8,12 +8,12 @@ export declare const TileListItemComponent: import("vue").DefineComponent<{
|
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
10
|
col?: any;
|
|
11
|
-
resizable?: any;
|
|
12
|
-
reorderable?: any;
|
|
13
|
-
row?: any;
|
|
14
|
-
rowSpan?: any;
|
|
15
11
|
colSpan?: any;
|
|
12
|
+
rowSpan?: any;
|
|
16
13
|
order?: any;
|
|
14
|
+
reorderable?: any;
|
|
15
|
+
resizable?: any;
|
|
16
|
+
row?: any;
|
|
17
17
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
18
18
|
[key: string]: any;
|
|
19
19
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
@@ -21,12 +21,12 @@ export declare const TileListItemComponent: import("vue").DefineComponent<{
|
|
|
21
21
|
dir?: any;
|
|
22
22
|
lang?: any;
|
|
23
23
|
col?: any;
|
|
24
|
-
resizable?: any;
|
|
25
|
-
reorderable?: any;
|
|
26
|
-
row?: any;
|
|
27
|
-
rowSpan?: any;
|
|
28
24
|
colSpan?: any;
|
|
25
|
+
rowSpan?: any;
|
|
29
26
|
order?: any;
|
|
27
|
+
reorderable?: any;
|
|
28
|
+
resizable?: any;
|
|
29
|
+
row?: any;
|
|
30
30
|
}> & Readonly<{
|
|
31
31
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
32
32
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -8,10 +8,10 @@ export declare const TileManagerComponent: import("vue").DefineComponent<{
|
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
10
|
gap?: any;
|
|
11
|
-
dragMode?: any;
|
|
12
|
-
resizeMode?: any;
|
|
13
11
|
tiles?: any;
|
|
14
12
|
maximizedTile?: any;
|
|
13
|
+
resizeMode?: any;
|
|
14
|
+
dragMode?: any;
|
|
15
15
|
columnCount?: any;
|
|
16
16
|
minColumnWidth?: any;
|
|
17
17
|
minRowHeight?: any;
|
|
@@ -22,10 +22,10 @@ export declare const TileManagerComponent: import("vue").DefineComponent<{
|
|
|
22
22
|
dir?: any;
|
|
23
23
|
lang?: any;
|
|
24
24
|
gap?: any;
|
|
25
|
-
dragMode?: any;
|
|
26
|
-
resizeMode?: any;
|
|
27
25
|
tiles?: any;
|
|
28
26
|
maximizedTile?: any;
|
|
27
|
+
resizeMode?: any;
|
|
28
|
+
dragMode?: any;
|
|
29
29
|
columnCount?: any;
|
|
30
30
|
minColumnWidth?: any;
|
|
31
31
|
minRowHeight?: any;
|
|
@@ -8,19 +8,19 @@ export declare const TileManagerTileComponent: import("vue").DefineComponent<{
|
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
10
|
position?: any;
|
|
11
|
-
|
|
12
|
-
isDragging?: any;
|
|
13
|
-
rowSpan?: any;
|
|
14
|
-
isResizing?: any;
|
|
15
|
-
colSpan?: any;
|
|
11
|
+
resizeMode?: any;
|
|
16
12
|
fullscreen?: any;
|
|
17
13
|
tileManager?: any;
|
|
18
|
-
resizeMode?: any;
|
|
19
14
|
resizeDisabled?: any;
|
|
15
|
+
isResizing?: any;
|
|
16
|
+
isDragging?: any;
|
|
17
|
+
isDraggable?: any;
|
|
20
18
|
headerRef?: any;
|
|
21
19
|
tileContentRef?: any;
|
|
22
20
|
isResizable?: any;
|
|
23
21
|
cssContainer?: any;
|
|
22
|
+
colSpan?: any;
|
|
23
|
+
rowSpan?: any;
|
|
24
24
|
colStart?: any;
|
|
25
25
|
rowStart?: any;
|
|
26
26
|
maximized?: any;
|
|
@@ -34,19 +34,19 @@ export declare const TileManagerTileComponent: import("vue").DefineComponent<{
|
|
|
34
34
|
dir?: any;
|
|
35
35
|
lang?: any;
|
|
36
36
|
position?: any;
|
|
37
|
-
|
|
38
|
-
isDragging?: any;
|
|
39
|
-
rowSpan?: any;
|
|
40
|
-
isResizing?: any;
|
|
41
|
-
colSpan?: any;
|
|
37
|
+
resizeMode?: any;
|
|
42
38
|
fullscreen?: any;
|
|
43
39
|
tileManager?: any;
|
|
44
|
-
resizeMode?: any;
|
|
45
40
|
resizeDisabled?: any;
|
|
41
|
+
isResizing?: any;
|
|
42
|
+
isDragging?: any;
|
|
43
|
+
isDraggable?: any;
|
|
46
44
|
headerRef?: any;
|
|
47
45
|
tileContentRef?: any;
|
|
48
46
|
isResizable?: any;
|
|
49
47
|
cssContainer?: any;
|
|
48
|
+
colSpan?: any;
|
|
49
|
+
rowSpan?: any;
|
|
50
50
|
colStart?: any;
|
|
51
51
|
rowStart?: any;
|
|
52
52
|
maximized?: any;
|
|
@@ -11,8 +11,8 @@ export declare const WrapComponent: import("vue").DefineComponent<{
|
|
|
11
11
|
fit?: any;
|
|
12
12
|
items?: any;
|
|
13
13
|
orientation?: any;
|
|
14
|
-
gap?: any;
|
|
15
14
|
columns?: any;
|
|
15
|
+
gap?: 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<{
|
|
@@ -23,8 +23,8 @@ export declare const WrapComponent: import("vue").DefineComponent<{
|
|
|
23
23
|
fit?: any;
|
|
24
24
|
items?: any;
|
|
25
25
|
orientation?: any;
|
|
26
|
-
gap?: any;
|
|
27
26
|
columns?: any;
|
|
27
|
+
gap?: any;
|
|
28
28
|
}> & Readonly<{
|
|
29
29
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
30
30
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -10,12 +10,12 @@ export declare const AvatarComponent: import("vue").DefineComponent<{
|
|
|
10
10
|
size?: any;
|
|
11
11
|
disabled?: any;
|
|
12
12
|
variant?: any;
|
|
13
|
+
appearance?: any;
|
|
13
14
|
src?: any;
|
|
14
15
|
text?: any;
|
|
15
|
-
|
|
16
|
+
icon?: any;
|
|
16
17
|
hasBadge?: any;
|
|
17
18
|
textAccessor?: any;
|
|
18
|
-
icon?: any;
|
|
19
19
|
displayMode?: any;
|
|
20
20
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
21
21
|
[key: string]: any;
|
|
@@ -26,12 +26,12 @@ export declare const AvatarComponent: import("vue").DefineComponent<{
|
|
|
26
26
|
size?: any;
|
|
27
27
|
disabled?: any;
|
|
28
28
|
variant?: any;
|
|
29
|
+
appearance?: any;
|
|
29
30
|
src?: any;
|
|
30
31
|
text?: any;
|
|
31
|
-
|
|
32
|
+
icon?: any;
|
|
32
33
|
hasBadge?: any;
|
|
33
34
|
textAccessor?: any;
|
|
34
|
-
icon?: any;
|
|
35
35
|
displayMode?: any;
|
|
36
36
|
}> & Readonly<{
|
|
37
37
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -12,10 +12,10 @@ export declare const BadgeComponent: import("vue").DefineComponent<{
|
|
|
12
12
|
disabled?: any;
|
|
13
13
|
variant?: any;
|
|
14
14
|
appearance?: any;
|
|
15
|
+
position?: any;
|
|
15
16
|
icon?: any;
|
|
16
|
-
overlap?: any;
|
|
17
17
|
attached?: any;
|
|
18
|
-
|
|
18
|
+
overlap?: any;
|
|
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<{
|
|
@@ -27,10 +27,10 @@ export declare const BadgeComponent: import("vue").DefineComponent<{
|
|
|
27
27
|
disabled?: any;
|
|
28
28
|
variant?: any;
|
|
29
29
|
appearance?: any;
|
|
30
|
+
position?: any;
|
|
30
31
|
icon?: any;
|
|
31
|
-
overlap?: any;
|
|
32
32
|
attached?: any;
|
|
33
|
-
|
|
33
|
+
overlap?: any;
|
|
34
34
|
}> & Readonly<{
|
|
35
35
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
36
36
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -10,13 +10,13 @@ export declare const CameraComponent: import("vue").DefineComponent<{
|
|
|
10
10
|
disabled?: any;
|
|
11
11
|
src?: any;
|
|
12
12
|
autoPlay?: any;
|
|
13
|
+
poster?: any;
|
|
14
|
+
autoFullScreen?: any;
|
|
13
15
|
width?: any;
|
|
14
16
|
height?: any;
|
|
15
17
|
type?: any;
|
|
16
18
|
isSupported?: any;
|
|
17
19
|
isRecorderSupported?: any;
|
|
18
|
-
poster?: any;
|
|
19
|
-
autoFullScreen?: any;
|
|
20
20
|
recorderFormat?: any;
|
|
21
21
|
captureFormat?: any;
|
|
22
22
|
frame?: any;
|
|
@@ -29,13 +29,13 @@ export declare const CameraComponent: import("vue").DefineComponent<{
|
|
|
29
29
|
disabled?: any;
|
|
30
30
|
src?: any;
|
|
31
31
|
autoPlay?: any;
|
|
32
|
+
poster?: any;
|
|
33
|
+
autoFullScreen?: any;
|
|
32
34
|
width?: any;
|
|
33
35
|
height?: any;
|
|
34
36
|
type?: any;
|
|
35
37
|
isSupported?: any;
|
|
36
38
|
isRecorderSupported?: any;
|
|
37
|
-
poster?: any;
|
|
38
|
-
autoFullScreen?: any;
|
|
39
39
|
recorderFormat?: any;
|
|
40
40
|
captureFormat?: any;
|
|
41
41
|
frame?: any;
|
|
@@ -8,11 +8,12 @@ export declare const ChatComponent: import("vue").DefineComponent<{
|
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
10
|
variant?: any;
|
|
11
|
+
appearance?: any;
|
|
11
12
|
width?: any;
|
|
12
13
|
height?: any;
|
|
13
14
|
intl?: any;
|
|
14
|
-
appearance?: any;
|
|
15
15
|
scrollToEnd?: any;
|
|
16
|
+
scrollToEndThreshold?: any;
|
|
16
17
|
begin?: any;
|
|
17
18
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
18
19
|
[key: string]: any;
|
|
@@ -21,11 +22,12 @@ export declare const ChatComponent: import("vue").DefineComponent<{
|
|
|
21
22
|
dir?: any;
|
|
22
23
|
lang?: any;
|
|
23
24
|
variant?: any;
|
|
25
|
+
appearance?: any;
|
|
24
26
|
width?: any;
|
|
25
27
|
height?: any;
|
|
26
28
|
intl?: any;
|
|
27
|
-
appearance?: any;
|
|
28
29
|
scrollToEnd?: any;
|
|
30
|
+
scrollToEndThreshold?: any;
|
|
29
31
|
begin?: any;
|
|
30
32
|
}> & Readonly<{
|
|
31
33
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChatComponent.d.ts","sourceRoot":"","sources":["../../../../../src/Controls/Components/Media/Chat/ChatComponent.ts"],"names":[],"mappings":"AASA;;;;GAIG;AACH,eAAO,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"ChatComponent.d.ts","sourceRoot":"","sources":["../../../../../src/Controls/Components/Media/Chat/ChatComponent.ts"],"names":[],"mappings":"AASA;;;;GAIG;AACH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iFAoBxB,CAAC;AAEH,OAAO,QAAQ,KAAK,CAAC;IACjB,UAAiB,gBAAgB;QAC7B,UAAU,EAAE,OAAO,aAAa,CAAC;KACpC;CACJ"}
|
|
@@ -12,10 +12,10 @@ import { defineComponent, h } from 'vue';
|
|
|
12
12
|
*/
|
|
13
13
|
export const ChatComponent = defineComponent({
|
|
14
14
|
name: 'ChatComponent',
|
|
15
|
-
props: ['intl', 'scrollToEnd', 'begin', 'themeName', 'width', 'height', 'appearance', 'variant', 'dir', 'lang'],
|
|
15
|
+
props: ['intl', 'scrollToEnd', 'scrollToEndThreshold', 'begin', 'themeName', 'width', 'height', 'appearance', 'variant', 'dir', 'lang'],
|
|
16
16
|
emits: ['connected', 'disconnected', 'changed'],
|
|
17
17
|
// slots: ['empty', 'header', 'input', 'message', 'style']
|
|
18
|
-
// methods: { onSlotChanges, assignToSlot, getSlotAssignments, getSlotAssignmentsOf, getSlotContent, hasSlotContent, hasSlot, adoptStyle, on, off, emit, requestUpdate }
|
|
18
|
+
// methods: { onSlotChanges, handleMessagesScroll, assignToSlot, getSlotAssignments, getSlotAssignmentsOf, getSlotContent, hasSlotContent, hasSlot, adoptStyle, on, off, emit, requestUpdate }
|
|
19
19
|
setup(props, { slots, emit }) {
|
|
20
20
|
return () => h('mosaik-chat', {
|
|
21
21
|
...props,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChatComponent.js","sourceRoot":"","sources":["../../../../../src/Controls/Components/Media/Chat/ChatComponent.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,aAAa,GAAG,eAAe,CAAC;IACzC,IAAI,EAAE,eAAe;IACrB,KAAK,EAAE,CAAC,MAAM,EAAE,aAAa,EAAE,OAAO,EAAE,WAAW,EAAE,OAAO,EAAE,QAAQ,EAAE,YAAY,EAAE,SAAS,EAAE,KAAK,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"ChatComponent.js","sourceRoot":"","sources":["../../../../../src/Controls/Components/Media/Chat/ChatComponent.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,aAAa,GAAG,eAAe,CAAC;IACzC,IAAI,EAAE,eAAe;IACrB,KAAK,EAAE,CAAC,MAAM,EAAE,aAAa,EAAE,sBAAsB,EAAE,OAAO,EAAE,WAAW,EAAE,OAAO,EAAE,QAAQ,EAAE,YAAY,EAAE,SAAS,EAAE,KAAK,EAAE,MAAM,CAAC;IACvI,KAAK,EAAE,CAAC,WAAW,EAAE,cAAc,EAAE,SAAS,CAAC;IAC/C,0DAA0D;IAC1D,8LAA8L;IAC9L,KAAK,CAAC,KAAK,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE;QACxB,OAAO,GAAG,EAAE,CACR,CAAC,CACG,aAAa,EACb;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"}
|
|
@@ -9,12 +9,12 @@ export declare const ChatMarkerComponent: import("vue").DefineComponent<{
|
|
|
9
9
|
lang?: any;
|
|
10
10
|
orientation?: any;
|
|
11
11
|
variant?: any;
|
|
12
|
-
text?: any;
|
|
13
12
|
appearance?: any;
|
|
13
|
+
text?: any;
|
|
14
14
|
formatter?: any;
|
|
15
|
-
icon?: any;
|
|
16
15
|
horizontalContentAlignment?: any;
|
|
17
16
|
verticalContentAlignment?: any;
|
|
17
|
+
icon?: any;
|
|
18
18
|
isSticky?: any;
|
|
19
19
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
20
20
|
[key: string]: any;
|
|
@@ -24,12 +24,12 @@ export declare const ChatMarkerComponent: import("vue").DefineComponent<{
|
|
|
24
24
|
lang?: any;
|
|
25
25
|
orientation?: any;
|
|
26
26
|
variant?: any;
|
|
27
|
-
text?: any;
|
|
28
27
|
appearance?: any;
|
|
28
|
+
text?: any;
|
|
29
29
|
formatter?: any;
|
|
30
|
-
icon?: any;
|
|
31
30
|
horizontalContentAlignment?: any;
|
|
32
31
|
verticalContentAlignment?: any;
|
|
32
|
+
icon?: any;
|
|
33
33
|
isSticky?: any;
|
|
34
34
|
}> & Readonly<{
|
|
35
35
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -9,9 +9,9 @@ export declare const ChatMessageAvatarComponent: import("vue").DefineComponent<{
|
|
|
9
9
|
lang?: any;
|
|
10
10
|
disabled?: any;
|
|
11
11
|
variant?: any;
|
|
12
|
+
appearance?: any;
|
|
12
13
|
src?: any;
|
|
13
14
|
text?: any;
|
|
14
|
-
appearance?: any;
|
|
15
15
|
icon?: any;
|
|
16
16
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
17
17
|
[key: string]: any;
|
|
@@ -21,9 +21,9 @@ export declare const ChatMessageAvatarComponent: import("vue").DefineComponent<{
|
|
|
21
21
|
lang?: any;
|
|
22
22
|
disabled?: any;
|
|
23
23
|
variant?: any;
|
|
24
|
+
appearance?: any;
|
|
24
25
|
src?: any;
|
|
25
26
|
text?: any;
|
|
26
|
-
appearance?: any;
|
|
27
27
|
icon?: any;
|
|
28
28
|
}> & Readonly<{
|
|
29
29
|
onConnected?: ((...args: any[]) => any) | undefined;
|