@breadstone/mosaik-elements-vue 0.1.64 → 0.1.65
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 +22 -22
- package/Controls/Components/Buttons/Button/ButtonGroupComponent.d.ts +4 -4
- package/Controls/Components/Buttons/CompoundButton/CompoundButtonComponent.d.ts +16 -16
- package/Controls/Components/Buttons/DropDownButton/DropDownButtonComponent.d.ts +26 -26
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonComponent.d.ts +12 -12
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonGroupComponent.d.ts +13 -13
- package/Controls/Components/Buttons/PressButton/PressButtonComponent.d.ts +14 -14
- package/Controls/Components/Buttons/RepeatButton/RepeatButtonComponent.d.ts +18 -18
- package/Controls/Components/Buttons/SplitButton/SplitButtonComponent.d.ts +26 -26
- package/Controls/Components/Buttons/Tile/TileComponent.d.ts +6 -6
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonComponent.d.ts +16 -16
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonGroupComponent.d.ts +4 -4
- package/Controls/Components/Cells/CellComponent.d.ts +2 -2
- package/Controls/Components/Cells/CellGroupComponent.d.ts +2 -2
- package/Controls/Components/Charts/ChartComponent.d.ts +18 -18
- package/Controls/Components/Effects/Pattern/PatternComponent.d.ts +2 -2
- package/Controls/Components/Effects/Perspective/PerspectiveComponent.d.ts +2 -2
- package/Controls/Components/Effects/Ripple/RippleComponent.d.ts +2 -2
- package/Controls/Components/Effects/Scale/ScaleComponent.d.ts +2 -2
- package/Controls/Components/Forms/FormFieldComponent.d.ts +4 -4
- package/Controls/Components/Grouping/Banner/BannerComponent.d.ts +23 -23
- package/Controls/Components/Grouping/Banner/BannerHeaderComponent.d.ts +4 -4
- package/Controls/Components/Grouping/Banner/BannerSubHeaderComponent.d.ts +4 -4
- package/Controls/Components/Grouping/BannerGroup/BannerGroupComponent.d.ts +8 -8
- package/Controls/Components/Grouping/Breadcrumb/BreadcrumbItemComponent.d.ts +8 -8
- package/Controls/Components/Grouping/Card/CardComponent.d.ts +14 -14
- package/Controls/Components/Grouping/Card/CardContentComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Card/CardHeaderComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Card/CardSubTitleComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Card/CardTitleComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Expander/ExpanderComponent.d.ts +16 -16
- package/Controls/Components/Grouping/Expander/ExpanderGroupComponent.d.ts +6 -6
- package/Controls/Components/Grouping/Message/MessageComponent.d.ts +22 -22
- package/Controls/Components/Grouping/Message/MessageContentComponent.d.ts +6 -6
- package/Controls/Components/Grouping/Region/RegionViewComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Toolbar/ToolbarComponent.d.ts +6 -6
- package/Controls/Components/Grouping/actionbar/ActionbarComponent.d.ts +6 -6
- package/Controls/Components/Grouping/actionbar/ActionbarGroupComponent.d.ts +2 -2
- package/Controls/Components/Grouping/actionbar/ActionbarItemComponent.d.ts +2 -2
- package/Controls/Components/Inputs/AutoCompleteBox/AutoCompleteBoxComponent.d.ts +46 -46
- package/Controls/Components/Inputs/Calendar/CalendarComponent.d.ts +26 -26
- package/Controls/Components/Inputs/Calendar/CalendarItemComponent.d.ts +10 -10
- package/Controls/Components/Inputs/CheckBox/CheckBoxComponent.d.ts +10 -10
- package/Controls/Components/Inputs/CheckBox/CheckBoxGroupComponent.d.ts +6 -6
- package/Controls/Components/Inputs/ChipBox/ChipBoxComponent.d.ts +18 -18
- package/Controls/Components/Inputs/Choice/ChoiceComponent.d.ts +14 -14
- package/Controls/Components/Inputs/Choice/ChoiceGroupComponent.d.ts +6 -6
- package/Controls/Components/Inputs/ColorBox/ColorBoxComponent.d.ts +30 -30
- package/Controls/Components/Inputs/DateBox/DateBoxComponent.d.ts +38 -38
- package/Controls/Components/Inputs/DateTimeBox/DateTimeBoxComponent.d.ts +38 -38
- package/Controls/Components/Inputs/DurationBox/DurationBoxComponent.d.ts +16 -16
- package/Controls/Components/Inputs/FileBox/FileBoxComponent.d.ts +22 -22
- package/Controls/Components/Inputs/FileUpload/FileUploadComponent.d.ts +14 -14
- package/Controls/Components/Inputs/FileUpload/FileUploadItemComponent.d.ts +2 -2
- package/Controls/Components/Inputs/NumberBox/NumberBoxComponent.d.ts +22 -22
- package/Controls/Components/Inputs/PasswordBox/PasswordBoxComponent.d.ts +18 -18
- package/Controls/Components/Inputs/PinBox/PinBoxComponent.d.ts +16 -16
- package/Controls/Components/Inputs/Radio/RadioComponent.d.ts +10 -10
- package/Controls/Components/Inputs/Radio/RadioGroupComponent.d.ts +6 -6
- package/Controls/Components/Inputs/Rating/RatingComponent.d.ts +6 -6
- package/Controls/Components/Inputs/RichTextBox/RichTextBoxComponent.d.ts +24 -24
- package/Controls/Components/Inputs/Scheduler/SchedulerComponent.d.ts +24 -24
- package/Controls/Components/Inputs/Scheduler/SchedulerEventComponent.d.ts +8 -8
- package/Controls/Components/Inputs/SearchBox/SearchBoxComponent.d.ts +20 -20
- package/Controls/Components/Inputs/Select/SelectComponent.d.ts +20 -20
- package/Controls/Components/Inputs/Select/SelectItemComponent.d.ts +12 -12
- package/Controls/Components/Inputs/Select/SelectItemGroupComponent.d.ts +2 -2
- package/Controls/Components/Inputs/SignaturePad/SignaturePadComponent.d.ts +18 -18
- package/Controls/Components/Inputs/TextBox/TextBoxComponent.d.ts +30 -30
- package/Controls/Components/Inputs/TimeBox/TimeBoxComponent.d.ts +36 -36
- package/Controls/Components/Inputs/ToggleSwitch/ToggleSwitchComponent.d.ts +10 -10
- package/Controls/Components/Inputs/prompt-box/PromptBoxComponent.d.ts +20 -20
- package/Controls/Components/Inputs/prompt-box/attachments/PromptBoxAttachmentListComponent.d.ts +4 -4
- package/Controls/Components/Inputs/prompt-box/tools/PromptBoxAttachmentToolComponent.d.ts +4 -4
- package/Controls/Components/Inputs/prompt-box/tools/PromptBoxVoiceRecorderToolComponent.d.ts +6 -6
- package/Controls/Components/Layouts/Absolute/AbsoluteItemComponent.d.ts +8 -8
- package/Controls/Components/Layouts/Designer/Canvas/DesignerCanvasComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Dock/DockPanelComponent.d.ts +4 -4
- package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnComponent.d.ts +6 -6
- package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnItemComponent.d.ts +8 -8
- package/Controls/Components/Layouts/FlowBoard/FlowBoardComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Grid/GridComponent.d.ts +6 -6
- 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 +6 -6
- package/Controls/Components/Layouts/Stack/StackComponent.d.ts +4 -4
- 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 +6 -6
- package/Controls/Components/Media/Audio/AudioComponent.d.ts +4 -4
- package/Controls/Components/Media/Avatar/AvatarComponent.d.ts +8 -8
- package/Controls/Components/Media/Avatar/AvatarGroupComponent.d.ts +6 -6
- package/Controls/Components/Media/Badge/BadgeComponent.d.ts +12 -12
- package/Controls/Components/Media/Camera/CameraComponent.d.ts +8 -8
- package/Controls/Components/Media/Chat/ChatComponent.d.ts +8 -8
- package/Controls/Components/Media/Chat/ChatHeaderComponent.d.ts +2 -2
- package/Controls/Components/Media/Chat/ChatMarkerComponent.d.ts +8 -8
- package/Controls/Components/Media/Chat/ChatMessageAvatarComponent.d.ts +6 -6
- package/Controls/Components/Media/Chat/ChatMessageComponent.d.ts +12 -12
- 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 +4 -4
- package/Controls/Components/Media/Chat/ChatPromptBoxComponent.d.ts +20 -20
- package/Controls/Components/Media/Chat/Tools/AttachmentChatToolComponent.d.ts +4 -4
- package/Controls/Components/Media/Chat/Tools/VoiceRecorderChatToolComponent.d.ts +6 -6
- package/Controls/Components/Media/Chip/ChipComponent.d.ts +14 -14
- package/Controls/Components/Media/Chip/ChipGroupComponent.d.ts +10 -10
- 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 +4 -4
- 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 +6 -6
- package/Controls/Components/Media/ColorSwatch/ColorSwatchGroupComponent.d.ts +6 -6
- package/Controls/Components/Media/ColorThumb/ColorThumbComponent.d.ts +2 -2
- package/Controls/Components/Media/Comment/CommentComponent.d.ts +2 -2
- package/Controls/Components/Media/Icon/IconComponent.d.ts +8 -8
- package/Controls/Components/Media/Image/ImageComponent.d.ts +8 -8
- package/Controls/Components/Media/Map/MapComponent.d.ts +6 -6
- package/Controls/Components/Media/Persona/PersonaComponent.d.ts +14 -14
- package/Controls/Components/Media/QRCode/QRCodeComponent.d.ts +2 -2
- package/Controls/Components/Media/Timeline/TimelineMarkerComponent.d.ts +10 -10
- package/Controls/Components/Media/Video/VideoComponent.d.ts +8 -8
- package/Controls/Components/Misc/CookieConsent/CookiesConsentComponent.d.ts +6 -6
- package/Controls/Components/Overlays/Dialog/DialogComponent.d.ts +24 -24
- package/Controls/Components/Overlays/Dialog/DialogContentComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Dialog/DialogHeaderComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Dialog/DialogHeaderSubTextComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Dialog/DialogHeaderTextComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Drawer/DrawerComponent.d.ts +24 -24
- package/Controls/Components/Overlays/Drawer/DrawerContainerComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Drawer/DrawerContentComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Drawer/DrawerHeaderComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Drawer/DrawerHeaderSubTextComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Drawer/DrawerHeaderTextComponent.d.ts +2 -2
- package/Controls/Components/Overlays/MessageBox/MessageBoxComponent.d.ts +40 -40
- package/Controls/Components/Overlays/Sheet/SheetComponent.d.ts +12 -12
- package/Controls/Components/Overlays/Sheet/SheetContentComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Sheet/SheetHeaderComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Sheet/SheetHeaderSubTextComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Sheet/SheetHeaderTextComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Toast/ToastComponent.d.ts +28 -28
- package/Controls/Components/Overlays/tour/TourAnchorComponent.d.ts +2 -2
- package/Controls/Components/Overlays/tour/TourComponent.d.ts +47 -43
- package/Controls/Components/Overlays/tour/TourComponent.d.ts.map +1 -1
- package/Controls/Components/Overlays/tour/TourComponent.js +1 -1
- package/Controls/Components/Overlays/tour/TourComponent.js.map +1 -1
- package/Controls/Components/Overlays/tour/TourStepComponent.d.ts +20 -20
- package/Controls/Components/Primitives/Backdrop/BackdropComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Box/BoxComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Checkmark/CheckmarkComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Clickable/ClickableComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Code/CodeComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Dismiss/DismissComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Dot/DotComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Dot/DotGroupComponent.d.ts +6 -6
- package/Controls/Components/Primitives/DropZone/DropZoneComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Dropdown/DropdownComponent.d.ts +26 -26
- package/Controls/Components/Primitives/Elevation/ElevationComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Error/ErrorComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Expandable/ExpandableComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Floating/FloatingComponent.d.ts +30 -30
- package/Controls/Components/Primitives/FocusRing/FocusRingComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Footer/FooterComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Footer/FooterItemGroupComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Hint/HintComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Indicator/IndicatorComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Jumbotron/JumbotronComponent.d.ts +8 -8
- 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/Number/NumberComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Number/NumberCounterComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Paginator/PaginatorComponent.d.ts +10 -10
- package/Controls/Components/Primitives/Pip/PipComponent.d.ts +8 -8
- package/Controls/Components/Primitives/Popup/PopupComponent.d.ts +38 -38
- package/Controls/Components/Primitives/Portal/PortalComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Portal/PortalProjectionComponent.d.ts +6 -6
- package/Controls/Components/Primitives/ResizeThumb/ResizeThumbComponent.d.ts +8 -8
- package/Controls/Components/Primitives/Ribbon/RibbonComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Skeleton/SkeletonComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Sticky/StickyComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Summary/SummaryComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Text/TextComponent.d.ts +10 -10
- package/Controls/Components/Primitives/TickBar/TickBarComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Toggletip/ToggleTipComponent.d.ts +16 -16
- package/Controls/Components/Primitives/Tooltip/TooltipComponent.d.ts +35 -35
- package/Controls/Components/Primitives/UpDownSpinner/UpDownSpinnerComponent.d.ts +12 -12
- package/Controls/Components/Primitives/WheelPicker/WheelPickerComponent.d.ts +4 -4
- package/Controls/Components/Primitives/ghost/GhostComponent.d.ts +8 -8
- package/Controls/Components/Primitives/listing/ListingComponent.d.ts +6 -6
- package/Controls/Components/Primitives/listing/ListingItemComponent.d.ts +10 -10
- package/Controls/Components/Primitives/listing/ListingItemMarkerComponent.d.ts +6 -6
- package/Controls/Components/Primitives/placeholder/PlaceholderComponent.d.ts +4 -4
- 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 +6 -6
- package/Controls/Components/Ranges/Slider/SliderComponent.d.ts +6 -6
- package/Controls/Components/Ranges/Slider2/Slider2Component.d.ts +8 -8
- package/Controls/Components/Ranges/Slider2/Slider2ThumbComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Carousel/CarouselComponent.d.ts +8 -8
- 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 +16 -16
- package/Controls/Components/Selectors/Combo/ComboItemComponent.d.ts +12 -12
- package/Controls/Components/Selectors/DataTable/DataTableComponent.d.ts +22 -22
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgChannelComponent.d.ts +6 -6
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgComponent.d.ts +12 -12
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgProgramComponent.d.ts +12 -12
- package/Controls/Components/Selectors/List/ListComponent.d.ts +10 -10
- package/Controls/Components/Selectors/List/ListItemComponent.d.ts +10 -10
- package/Controls/Components/Selectors/List/ListItemGroupComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Menu/MenuItemComponent.d.ts +18 -18
- package/Controls/Components/Selectors/Menu/MenuItemGroupComponent.d.ts +4 -4
- package/Controls/Components/Selectors/Segment/SegmentComponent.d.ts +4 -4
- package/Controls/Components/Selectors/Segment/SegmentItemComponent.d.ts +12 -12
- package/Controls/Components/Selectors/Stepper/StepperComponent.d.ts +8 -8
- package/Controls/Components/Selectors/Stepper/StepperItemComponent.d.ts +18 -18
- package/Controls/Components/Selectors/Tab/TabComponent.d.ts +8 -8
- package/Controls/Components/Selectors/Tab/TabItemComponent.d.ts +14 -14
- package/Controls/Components/Selectors/Tab/TabPanelComponent.d.ts +8 -8
- package/Controls/Components/Selectors/TabStrip/TabStripComponent.d.ts +6 -6
- package/Controls/Components/Selectors/TabStrip/TabStripItemComponent.d.ts +10 -10
- package/Controls/Components/Selectors/Table/TableBodyCellComponent.d.ts +8 -8
- package/Controls/Components/Selectors/Table/TableBodyRowComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Table/TableComponent.d.ts +12 -12
- package/Controls/Components/Selectors/Table/TableFooterCellComponent.d.ts +4 -4
- 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 +6 -6
- package/Controls/Components/Selectors/Wizard/WizardStepComponent.d.ts +14 -14
- package/Controls/Components/Shell/AppHeaderComponent.d.ts +2 -2
- package/Controls/Components/States/Busy/BusyStateComponent.d.ts +6 -6
- package/Controls/Components/States/Empty/EmptyStateComponent.d.ts +8 -8
- package/Controls/Components/States/Error/ErrorStateComponent.d.ts +8 -8
- package/Controls/Components/States/Success/SuccessStateComponent.d.ts +8 -8
- package/package.json +2 -2
|
@@ -4,9 +4,6 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const TimeboxComponent: import("vue").DefineComponent<{
|
|
7
|
-
appearance?: any;
|
|
8
|
-
variant?: any;
|
|
9
|
-
formatter?: any;
|
|
10
7
|
themeName?: any;
|
|
11
8
|
dir?: any;
|
|
12
9
|
lang?: any;
|
|
@@ -14,10 +11,27 @@ export declare const TimeboxComponent: import("vue").DefineComponent<{
|
|
|
14
11
|
label?: any;
|
|
15
12
|
invalid?: any;
|
|
16
13
|
disabled?: any;
|
|
17
|
-
|
|
14
|
+
value?: any;
|
|
15
|
+
variant?: any;
|
|
16
|
+
appearance?: any;
|
|
17
|
+
state?: any;
|
|
18
|
+
interval?: any;
|
|
19
|
+
isFocused?: any;
|
|
20
|
+
formatter?: any;
|
|
18
21
|
required?: any;
|
|
19
22
|
readonly?: any;
|
|
23
|
+
autofocus?: any;
|
|
24
|
+
placeholder?: any;
|
|
25
|
+
autocomplete?: any;
|
|
26
|
+
isEditable?: any;
|
|
27
|
+
blackoutTimes?: any;
|
|
28
|
+
specialTimes?: any;
|
|
29
|
+
minTime?: any;
|
|
30
|
+
maxTime?: any;
|
|
31
|
+
markerHandler?: any;
|
|
20
32
|
textAlign?: any;
|
|
33
|
+
isClearable?: any;
|
|
34
|
+
locale?: any;
|
|
21
35
|
dropDownPlacement?: any;
|
|
22
36
|
dropDownStrategy?: any;
|
|
23
37
|
dropDownDistance?: any;
|
|
@@ -28,27 +42,10 @@ export declare const TimeboxComponent: import("vue").DefineComponent<{
|
|
|
28
42
|
dropDownWidth?: any;
|
|
29
43
|
dropDownMaxWidth?: any;
|
|
30
44
|
isDropDownOpen?: any;
|
|
31
|
-
isClearable?: any;
|
|
32
|
-
value?: any;
|
|
33
|
-
state?: any;
|
|
34
45
|
parser?: any;
|
|
35
|
-
isFocused?: any;
|
|
36
|
-
markerHandler?: any;
|
|
37
|
-
locale?: any;
|
|
38
|
-
autofocus?: any;
|
|
39
|
-
autocomplete?: any;
|
|
40
|
-
isEditable?: any;
|
|
41
|
-
interval?: any;
|
|
42
|
-
blackoutTimes?: any;
|
|
43
|
-
specialTimes?: any;
|
|
44
|
-
minTime?: any;
|
|
45
|
-
maxTime?: any;
|
|
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
|
-
appearance?: any;
|
|
50
|
-
variant?: any;
|
|
51
|
-
formatter?: any;
|
|
52
49
|
themeName?: any;
|
|
53
50
|
dir?: any;
|
|
54
51
|
lang?: any;
|
|
@@ -56,10 +53,27 @@ export declare const TimeboxComponent: import("vue").DefineComponent<{
|
|
|
56
53
|
label?: any;
|
|
57
54
|
invalid?: any;
|
|
58
55
|
disabled?: any;
|
|
59
|
-
|
|
56
|
+
value?: any;
|
|
57
|
+
variant?: any;
|
|
58
|
+
appearance?: any;
|
|
59
|
+
state?: any;
|
|
60
|
+
interval?: any;
|
|
61
|
+
isFocused?: any;
|
|
62
|
+
formatter?: any;
|
|
60
63
|
required?: any;
|
|
61
64
|
readonly?: any;
|
|
65
|
+
autofocus?: any;
|
|
66
|
+
placeholder?: any;
|
|
67
|
+
autocomplete?: any;
|
|
68
|
+
isEditable?: any;
|
|
69
|
+
blackoutTimes?: any;
|
|
70
|
+
specialTimes?: any;
|
|
71
|
+
minTime?: any;
|
|
72
|
+
maxTime?: any;
|
|
73
|
+
markerHandler?: any;
|
|
62
74
|
textAlign?: any;
|
|
75
|
+
isClearable?: any;
|
|
76
|
+
locale?: any;
|
|
63
77
|
dropDownPlacement?: any;
|
|
64
78
|
dropDownStrategy?: any;
|
|
65
79
|
dropDownDistance?: any;
|
|
@@ -70,21 +84,7 @@ export declare const TimeboxComponent: import("vue").DefineComponent<{
|
|
|
70
84
|
dropDownWidth?: any;
|
|
71
85
|
dropDownMaxWidth?: any;
|
|
72
86
|
isDropDownOpen?: any;
|
|
73
|
-
isClearable?: any;
|
|
74
|
-
value?: any;
|
|
75
|
-
state?: any;
|
|
76
87
|
parser?: any;
|
|
77
|
-
isFocused?: any;
|
|
78
|
-
markerHandler?: any;
|
|
79
|
-
locale?: any;
|
|
80
|
-
autofocus?: any;
|
|
81
|
-
autocomplete?: any;
|
|
82
|
-
isEditable?: any;
|
|
83
|
-
interval?: any;
|
|
84
|
-
blackoutTimes?: any;
|
|
85
|
-
specialTimes?: any;
|
|
86
|
-
minTime?: any;
|
|
87
|
-
maxTime?: any;
|
|
88
88
|
}> & Readonly<{
|
|
89
89
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
90
90
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,9 +4,6 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const ToggleSwitchComponent: import("vue").DefineComponent<{
|
|
7
|
-
appearance?: any;
|
|
8
|
-
variant?: any;
|
|
9
|
-
formatter?: any;
|
|
10
7
|
themeName?: any;
|
|
11
8
|
dir?: any;
|
|
12
9
|
lang?: any;
|
|
@@ -14,18 +11,18 @@ export declare const ToggleSwitchComponent: import("vue").DefineComponent<{
|
|
|
14
11
|
label?: any;
|
|
15
12
|
invalid?: any;
|
|
16
13
|
disabled?: any;
|
|
17
|
-
required?: any;
|
|
18
14
|
value?: any;
|
|
15
|
+
variant?: any;
|
|
16
|
+
appearance?: any;
|
|
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
|
-
appearance?: any;
|
|
27
|
-
variant?: any;
|
|
28
|
-
formatter?: any;
|
|
29
26
|
themeName?: any;
|
|
30
27
|
dir?: any;
|
|
31
28
|
lang?: any;
|
|
@@ -33,11 +30,14 @@ export declare const ToggleSwitchComponent: import("vue").DefineComponent<{
|
|
|
33
30
|
label?: any;
|
|
34
31
|
invalid?: any;
|
|
35
32
|
disabled?: any;
|
|
36
|
-
required?: any;
|
|
37
33
|
value?: any;
|
|
34
|
+
variant?: any;
|
|
35
|
+
appearance?: any;
|
|
36
|
+
isChecked?: any;
|
|
38
37
|
isFocused?: any;
|
|
38
|
+
formatter?: any;
|
|
39
39
|
labelPosition?: any;
|
|
40
|
-
|
|
40
|
+
required?: any;
|
|
41
41
|
isThreeState?: any;
|
|
42
42
|
}> & Readonly<{
|
|
43
43
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,9 +4,6 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const PromptBoxComponent: import("vue").DefineComponent<{
|
|
7
|
-
appearance?: any;
|
|
8
|
-
variant?: any;
|
|
9
|
-
formatter?: any;
|
|
10
7
|
themeName?: any;
|
|
11
8
|
dir?: any;
|
|
12
9
|
lang?: any;
|
|
@@ -14,27 +11,27 @@ export declare const PromptBoxComponent: import("vue").DefineComponent<{
|
|
|
14
11
|
name?: any;
|
|
15
12
|
label?: any;
|
|
16
13
|
disabled?: any;
|
|
17
|
-
placeholder?: any;
|
|
18
|
-
required?: any;
|
|
19
|
-
readonly?: any;
|
|
20
14
|
value?: any;
|
|
15
|
+
variant?: any;
|
|
16
|
+
appearance?: any;
|
|
21
17
|
state?: any;
|
|
22
|
-
parser?: any;
|
|
23
18
|
isFocused?: any;
|
|
19
|
+
formatter?: any;
|
|
20
|
+
required?: any;
|
|
21
|
+
readonly?: any;
|
|
22
|
+
autofocus?: any;
|
|
23
|
+
placeholder?: any;
|
|
24
|
+
parser?: any;
|
|
25
|
+
minlength?: any;
|
|
26
|
+
maxlength?: any;
|
|
24
27
|
tools?: any;
|
|
25
28
|
minRows?: any;
|
|
26
29
|
maxRows?: any;
|
|
27
30
|
showSubmitButton?: any;
|
|
28
31
|
submitOnEnter?: any;
|
|
29
|
-
autofocus?: any;
|
|
30
|
-
minlength?: any;
|
|
31
|
-
maxlength?: any;
|
|
32
32
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
33
33
|
[key: string]: any;
|
|
34
34
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "entriesChanged" | "promptSubmitted")[], "connected" | "disconnected" | "changed" | "entriesChanged" | "promptSubmitted", import("vue").PublicProps, Readonly<{
|
|
35
|
-
appearance?: any;
|
|
36
|
-
variant?: any;
|
|
37
|
-
formatter?: any;
|
|
38
35
|
themeName?: any;
|
|
39
36
|
dir?: any;
|
|
40
37
|
lang?: any;
|
|
@@ -42,21 +39,24 @@ export declare const PromptBoxComponent: import("vue").DefineComponent<{
|
|
|
42
39
|
name?: any;
|
|
43
40
|
label?: any;
|
|
44
41
|
disabled?: any;
|
|
45
|
-
placeholder?: any;
|
|
46
|
-
required?: any;
|
|
47
|
-
readonly?: any;
|
|
48
42
|
value?: any;
|
|
43
|
+
variant?: any;
|
|
44
|
+
appearance?: any;
|
|
49
45
|
state?: any;
|
|
50
|
-
parser?: any;
|
|
51
46
|
isFocused?: any;
|
|
47
|
+
formatter?: any;
|
|
48
|
+
required?: any;
|
|
49
|
+
readonly?: any;
|
|
50
|
+
autofocus?: any;
|
|
51
|
+
placeholder?: any;
|
|
52
|
+
parser?: any;
|
|
53
|
+
minlength?: any;
|
|
54
|
+
maxlength?: any;
|
|
52
55
|
tools?: any;
|
|
53
56
|
minRows?: any;
|
|
54
57
|
maxRows?: any;
|
|
55
58
|
showSubmitButton?: any;
|
|
56
59
|
submitOnEnter?: any;
|
|
57
|
-
autofocus?: any;
|
|
58
|
-
minlength?: any;
|
|
59
|
-
maxlength?: any;
|
|
60
60
|
}> & Readonly<{
|
|
61
61
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
62
62
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
package/Controls/Components/Inputs/prompt-box/attachments/PromptBoxAttachmentListComponent.d.ts
CHANGED
|
@@ -4,24 +4,24 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const PromptBoxAttachmentListComponent: import("vue").DefineComponent<{
|
|
7
|
-
appearance?: any;
|
|
8
|
-
variant?: any;
|
|
9
7
|
themeName?: any;
|
|
10
8
|
dir?: any;
|
|
11
9
|
lang?: any;
|
|
12
10
|
entries?: any;
|
|
13
11
|
disabled?: any;
|
|
12
|
+
variant?: any;
|
|
13
|
+
appearance?: any;
|
|
14
14
|
attachmentRemoved?: any;
|
|
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" | "attachmentRemove")[], "connected" | "disconnected" | "changed" | "attachmentRemove", import("vue").PublicProps, Readonly<{
|
|
18
|
-
appearance?: any;
|
|
19
|
-
variant?: any;
|
|
20
18
|
themeName?: any;
|
|
21
19
|
dir?: any;
|
|
22
20
|
lang?: any;
|
|
23
21
|
entries?: any;
|
|
24
22
|
disabled?: any;
|
|
23
|
+
variant?: any;
|
|
24
|
+
appearance?: any;
|
|
25
25
|
attachmentRemoved?: any;
|
|
26
26
|
}> & Readonly<{
|
|
27
27
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -8,14 +8,14 @@ export declare const PromptBoxAttachmentToolComponent: import("vue").DefineCompo
|
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
10
|
disabled?: any;
|
|
11
|
+
dock?: any;
|
|
12
|
+
disabledWhen?: any;
|
|
11
13
|
multiple?: any;
|
|
12
14
|
accept?: any;
|
|
13
15
|
directory?: any;
|
|
14
16
|
attachmentRejected?: any;
|
|
15
17
|
maxFiles?: any;
|
|
16
18
|
maxFileSize?: any;
|
|
17
|
-
dock?: any;
|
|
18
|
-
disabledWhen?: 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" | "attachmentReject" | "filesPicked")[], "connected" | "disconnected" | "changed" | "attachmentReject" | "filesPicked", import("vue").PublicProps, Readonly<{
|
|
@@ -23,14 +23,14 @@ export declare const PromptBoxAttachmentToolComponent: import("vue").DefineCompo
|
|
|
23
23
|
dir?: any;
|
|
24
24
|
lang?: any;
|
|
25
25
|
disabled?: any;
|
|
26
|
+
dock?: any;
|
|
27
|
+
disabledWhen?: any;
|
|
26
28
|
multiple?: any;
|
|
27
29
|
accept?: any;
|
|
28
30
|
directory?: any;
|
|
29
31
|
attachmentRejected?: any;
|
|
30
32
|
maxFiles?: any;
|
|
31
33
|
maxFileSize?: any;
|
|
32
|
-
dock?: any;
|
|
33
|
-
disabledWhen?: any;
|
|
34
34
|
}> & Readonly<{
|
|
35
35
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
36
36
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
package/Controls/Components/Inputs/prompt-box/tools/PromptBoxVoiceRecorderToolComponent.d.ts
CHANGED
|
@@ -8,18 +8,18 @@ export declare const PromptBoxVoiceRecorderToolComponent: import("vue").DefineCo
|
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
10
|
disabled?: any;
|
|
11
|
-
dock?: any;
|
|
12
|
-
disabledWhen?: any;
|
|
13
|
-
state?: any;
|
|
14
11
|
recCancel?: any;
|
|
15
12
|
recPause?: any;
|
|
16
13
|
recResume?: any;
|
|
17
14
|
recStart?: any;
|
|
18
15
|
recStop?: any;
|
|
16
|
+
state?: any;
|
|
19
17
|
elapsedTime?: any;
|
|
20
18
|
maxDurationTime?: any;
|
|
21
19
|
objectUrl?: any;
|
|
22
20
|
canPause?: any;
|
|
21
|
+
dock?: any;
|
|
22
|
+
disabledWhen?: 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" | "recorderStart" | "recorderStop" | "recorderPause" | "recorderResume" | "recorderCancel")[], "connected" | "disconnected" | "changed" | "recorderStart" | "recorderStop" | "recorderPause" | "recorderResume" | "recorderCancel", import("vue").PublicProps, Readonly<{
|
|
@@ -27,18 +27,18 @@ export declare const PromptBoxVoiceRecorderToolComponent: import("vue").DefineCo
|
|
|
27
27
|
dir?: any;
|
|
28
28
|
lang?: any;
|
|
29
29
|
disabled?: any;
|
|
30
|
-
dock?: any;
|
|
31
|
-
disabledWhen?: any;
|
|
32
|
-
state?: any;
|
|
33
30
|
recCancel?: any;
|
|
34
31
|
recPause?: any;
|
|
35
32
|
recResume?: any;
|
|
36
33
|
recStart?: any;
|
|
37
34
|
recStop?: any;
|
|
35
|
+
state?: any;
|
|
38
36
|
elapsedTime?: any;
|
|
39
37
|
maxDurationTime?: any;
|
|
40
38
|
objectUrl?: any;
|
|
41
39
|
canPause?: any;
|
|
40
|
+
dock?: any;
|
|
41
|
+
disabledWhen?: any;
|
|
42
42
|
}> & Readonly<{
|
|
43
43
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
44
44
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,23 +4,23 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const AbsoluteItemComponent: import("vue").DefineComponent<{
|
|
7
|
-
left?: any;
|
|
8
|
-
right?: any;
|
|
9
|
-
top?: any;
|
|
10
|
-
bottom?: any;
|
|
11
7
|
themeName?: any;
|
|
12
8
|
dir?: any;
|
|
13
9
|
lang?: any;
|
|
10
|
+
top?: any;
|
|
11
|
+
left?: any;
|
|
12
|
+
bottom?: any;
|
|
13
|
+
right?: 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
|
-
left?: any;
|
|
18
|
-
right?: any;
|
|
19
|
-
top?: any;
|
|
20
|
-
bottom?: any;
|
|
21
17
|
themeName?: any;
|
|
22
18
|
dir?: any;
|
|
23
19
|
lang?: any;
|
|
20
|
+
top?: any;
|
|
21
|
+
left?: any;
|
|
22
|
+
bottom?: any;
|
|
23
|
+
right?: any;
|
|
24
24
|
}> & Readonly<{
|
|
25
25
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
26
26
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -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;
|
|
@@ -8,11 +8,11 @@ export declare const DockPanelComponent: import("vue").DefineComponent<{
|
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
10
|
reverse?: any;
|
|
11
|
+
orientation?: any;
|
|
11
12
|
fit?: any;
|
|
13
|
+
gap?: any;
|
|
12
14
|
items?: any;
|
|
13
|
-
orientation?: any;
|
|
14
15
|
lastChildFill?: 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<{
|
|
@@ -20,11 +20,11 @@ export declare const DockPanelComponent: import("vue").DefineComponent<{
|
|
|
20
20
|
dir?: any;
|
|
21
21
|
lang?: any;
|
|
22
22
|
reverse?: any;
|
|
23
|
+
orientation?: any;
|
|
23
24
|
fit?: any;
|
|
25
|
+
gap?: any;
|
|
24
26
|
items?: any;
|
|
25
|
-
orientation?: any;
|
|
26
27
|
lastChildFill?: any;
|
|
27
|
-
gap?: any;
|
|
28
28
|
}> & Readonly<{
|
|
29
29
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
30
30
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,29 +4,29 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const FlowBoardColumnComponent: import("vue").DefineComponent<{
|
|
7
|
-
appearance?: any;
|
|
8
7
|
themeName?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
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<{
|
|
20
|
-
appearance?: any;
|
|
21
20
|
themeName?: any;
|
|
22
21
|
dir?: any;
|
|
23
22
|
lang?: any;
|
|
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;
|
|
@@ -4,39 +4,39 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const FlowBoardColumnItemComponent: import("vue").DefineComponent<{
|
|
7
|
-
appearance?: any;
|
|
8
|
-
variant?: any;
|
|
9
7
|
themeName?: any;
|
|
10
8
|
dir?: any;
|
|
11
9
|
lang?: any;
|
|
12
10
|
disabled?: any;
|
|
13
11
|
value?: any;
|
|
12
|
+
variant?: any;
|
|
13
|
+
appearance?: 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<{
|
|
25
|
-
appearance?: any;
|
|
26
|
-
variant?: any;
|
|
27
25
|
themeName?: any;
|
|
28
26
|
dir?: any;
|
|
29
27
|
lang?: any;
|
|
30
28
|
disabled?: any;
|
|
31
29
|
value?: any;
|
|
30
|
+
variant?: any;
|
|
31
|
+
appearance?: 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;
|
|
@@ -7,10 +7,10 @@ export declare const FlowBoardComponent: import("vue").DefineComponent<{
|
|
|
7
7
|
themeName?: any;
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
|
+
gap?: any;
|
|
10
11
|
size?: 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, {
|
|
@@ -19,10 +19,10 @@ export declare const FlowBoardComponent: import("vue").DefineComponent<{
|
|
|
19
19
|
themeName?: any;
|
|
20
20
|
dir?: any;
|
|
21
21
|
lang?: any;
|
|
22
|
+
gap?: any;
|
|
22
23
|
size?: any;
|
|
23
24
|
isFocused?: any;
|
|
24
25
|
displayMode?: any;
|
|
25
|
-
gap?: any;
|
|
26
26
|
dragdrop?: any;
|
|
27
27
|
scrollMode?: any;
|
|
28
28
|
}> & Readonly<{
|
|
@@ -7,24 +7,24 @@ export declare const GridComponent: import("vue").DefineComponent<{
|
|
|
7
7
|
themeName?: any;
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
|
-
items?: any;
|
|
11
|
-
columnDefinitions?: any;
|
|
12
10
|
gap?: any;
|
|
13
|
-
|
|
11
|
+
items?: 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<{
|
|
19
19
|
themeName?: any;
|
|
20
20
|
dir?: any;
|
|
21
21
|
lang?: any;
|
|
22
|
-
items?: any;
|
|
23
|
-
columnDefinitions?: any;
|
|
24
22
|
gap?: any;
|
|
25
|
-
|
|
23
|
+
items?: 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;
|
|
@@ -7,18 +7,18 @@ export declare const MasonryComponent: import("vue").DefineComponent<{
|
|
|
7
7
|
themeName?: any;
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
|
+
columns?: any;
|
|
10
11
|
fit?: any;
|
|
11
12
|
gap?: any;
|
|
12
|
-
columns?: 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
17
|
dir?: any;
|
|
18
18
|
lang?: any;
|
|
19
|
+
columns?: any;
|
|
19
20
|
fit?: any;
|
|
20
21
|
gap?: any;
|
|
21
|
-
columns?: 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;
|