@breadstone/mosaik-elements-vue 0.1.37 → 0.1.38
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 +8 -8
- package/Controls/Components/Buttons/Button/ButtonComponent.d.ts +26 -26
- package/Controls/Components/Buttons/Button/ButtonGroupComponent.d.ts +6 -6
- package/Controls/Components/Buttons/CompoundButton/CompoundButtonComponent.d.ts +20 -20
- package/Controls/Components/Buttons/DropDownButton/DropDownButtonComponent.d.ts +28 -28
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonComponent.d.ts +16 -16
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonGroupComponent.d.ts +14 -14
- package/Controls/Components/Buttons/PressButton/PressButtonComponent.d.ts +18 -18
- package/Controls/Components/Buttons/RepeatButton/RepeatButtonComponent.d.ts +22 -22
- package/Controls/Components/Buttons/SplitButton/SplitButtonComponent.d.ts +28 -28
- package/Controls/Components/Buttons/Tile/TileComponent.d.ts +8 -8
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonComponent.d.ts +24 -24
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonGroupComponent.d.ts +8 -8
- package/Controls/Components/Cells/CellComponent.d.ts +4 -4
- 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 +4 -4
- package/Controls/Components/Effects/Perspective/PerspectiveComponent.d.ts +4 -4
- package/Controls/Components/Effects/Ripple/RippleComponent.d.ts +4 -4
- package/Controls/Components/Effects/Scale/ScaleComponent.d.ts +4 -4
- package/Controls/Components/Forms/FormComponent.d.ts +2 -2
- package/Controls/Components/Forms/FormFieldComponent.d.ts +8 -8
- package/Controls/Components/Grouping/Banner/BannerComponent.d.ts +22 -22
- package/Controls/Components/Grouping/Banner/BannerHeaderComponent.d.ts +6 -6
- package/Controls/Components/Grouping/Banner/BannerSubHeaderComponent.d.ts +6 -6
- package/Controls/Components/Grouping/BannerGroup/BannerGroupComponent.d.ts +10 -10
- package/Controls/Components/Grouping/Breadcrumb/BreadcrumbItemComponent.d.ts +10 -10
- package/Controls/Components/Grouping/Card/CardComponent.d.ts +16 -16
- 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 +20 -20
- package/Controls/Components/Grouping/Expander/ExpanderGroupComponent.d.ts +10 -10
- package/Controls/Components/Grouping/Message/MessageComponent.d.ts +24 -24
- package/Controls/Components/Grouping/Message/MessageContentComponent.d.ts +10 -10
- package/Controls/Components/Grouping/Region/RegionViewComponent.d.ts +4 -4
- package/Controls/Components/Grouping/Toolbar/ToolbarComponent.d.ts +6 -6
- package/Controls/Components/Grouping/actionbar/ActionbarComponent.d.ts +8 -8
- package/Controls/Components/Grouping/actionbar/ActionbarGroupComponent.d.ts +4 -4
- package/Controls/Components/Grouping/actionbar/ActionbarItemComponent.d.ts +4 -4
- package/Controls/Components/Inputs/AutoCompleteBox/AutoCompleteBoxComponent.d.ts +48 -48
- package/Controls/Components/Inputs/Calendar/CalendarComponent.d.ts +28 -28
- package/Controls/Components/Inputs/Calendar/CalendarHeaderComponent.d.ts +2 -2
- package/Controls/Components/Inputs/Calendar/CalendarItemComponent.d.ts +12 -12
- package/Controls/Components/Inputs/Calendar/CalendarSubHeaderComponent.d.ts +2 -2
- package/Controls/Components/Inputs/CheckBox/CheckBoxComponent.d.ts +19 -19
- package/Controls/Components/Inputs/CheckBox/CheckBoxGroupComponent.d.ts +10 -10
- package/Controls/Components/Inputs/ChipBox/ChipBoxComponent.d.ts +24 -24
- package/Controls/Components/Inputs/Choice/ChoiceComponent.d.ts +23 -23
- package/Controls/Components/Inputs/Choice/ChoiceGroupComponent.d.ts +10 -10
- package/Controls/Components/Inputs/ColorBox/ColorBoxComponent.d.ts +34 -34
- package/Controls/Components/Inputs/DateBox/DateBoxComponent.d.ts +42 -42
- package/Controls/Components/Inputs/DateTimeBox/DateTimeBoxComponent.d.ts +42 -42
- package/Controls/Components/Inputs/DurationBox/DurationBoxComponent.d.ts +20 -20
- package/Controls/Components/Inputs/FileBox/FileBoxComponent.d.ts +26 -26
- package/Controls/Components/Inputs/FileUpload/FilePickerComponent.d.ts +2 -2
- package/Controls/Components/Inputs/FileUpload/FileUploadComponent.d.ts +18 -18
- package/Controls/Components/Inputs/FileUpload/FileUploadItemComponent.d.ts +2 -2
- package/Controls/Components/Inputs/NumberBox/NumberBoxComponent.d.ts +26 -26
- package/Controls/Components/Inputs/PasswordBox/PasswordBoxComponent.d.ts +22 -22
- package/Controls/Components/Inputs/PinBox/PinBoxComponent.d.ts +22 -22
- package/Controls/Components/Inputs/Radio/RadioComponent.d.ts +19 -19
- package/Controls/Components/Inputs/Radio/RadioGroupComponent.d.ts +10 -10
- package/Controls/Components/Inputs/Rating/RatingComponent.d.ts +8 -8
- package/Controls/Components/Inputs/RichTextBox/RichTextBoxComponent.d.ts +26 -26
- package/Controls/Components/Inputs/Scheduler/SchedulerComponent.d.ts +26 -26
- package/Controls/Components/Inputs/Scheduler/SchedulerEventComponent.d.ts +12 -12
- package/Controls/Components/Inputs/SearchBox/SearchBoxComponent.d.ts +24 -24
- package/Controls/Components/Inputs/Select/SelectComponent.d.ts +22 -22
- package/Controls/Components/Inputs/Select/SelectItemComponent.d.ts +14 -14
- package/Controls/Components/Inputs/Select/SelectItemGroupComponent.d.ts +2 -2
- package/Controls/Components/Inputs/SignaturePad/SignaturePadComponent.d.ts +20 -20
- package/Controls/Components/Inputs/TextBox/TextBoxComponent.d.ts +30 -30
- package/Controls/Components/Inputs/TimeBox/TimeBoxComponent.d.ts +40 -40
- package/Controls/Components/Inputs/ToggleSwitch/ToggleSwitchComponent.d.ts +19 -19
- 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 +12 -12
- package/Controls/Components/Layouts/FlowBoard/FlowBoardComponent.d.ts +4 -4
- 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 +2 -2
- 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 +6 -6
- package/Controls/Components/Media/Avatar/AvatarComponent.d.ts +10 -10
- package/Controls/Components/Media/Avatar/AvatarGroupComponent.d.ts +8 -8
- package/Controls/Components/Media/Badge/BadgeComponent.d.ts +14 -14
- package/Controls/Components/Media/Camera/CameraComponent.d.ts +10 -10
- 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/ChatInputAttachmentListComponent.d.ts +8 -8
- package/Controls/Components/Media/Chat/ChatInputComponent.d.ts +8 -8
- package/Controls/Components/Media/Chat/ChatMarkerComponent.d.ts +8 -8
- package/Controls/Components/Media/Chat/ChatMessageAvatarComponent.d.ts +8 -8
- package/Controls/Components/Media/Chat/ChatMessageComponent.d.ts +14 -14
- package/Controls/Components/Media/Chat/ChatMessageDividerComponent.d.ts +2 -2
- package/Controls/Components/Media/Chat/ChatMessageReactionComponent.d.ts +4 -4
- package/Controls/Components/Media/Chat/Tools/AttachmentChatToolComponent.d.ts +4 -4
- package/Controls/Components/Media/Chat/Tools/ReactionChatToolComponent.d.ts +2 -2
- package/Controls/Components/Media/Chat/Tools/VoiceRecorderChatToolComponent.d.ts +6 -6
- package/Controls/Components/Media/Chip/ChipComponent.d.ts +20 -20
- package/Controls/Components/Media/Chip/ChipGroupComponent.d.ts +16 -16
- package/Controls/Components/Media/ColorArea/ColorAreaComponent.d.ts +2 -2
- package/Controls/Components/Media/ColorEditor/ColorEditorAlphaSliderComponent.d.ts +4 -4
- package/Controls/Components/Media/ColorEditor/ColorEditorAreaComponent.d.ts +4 -4
- package/Controls/Components/Media/ColorEditor/ColorEditorComponent.d.ts +16 -16
- package/Controls/Components/Media/ColorEditor/ColorEditorHueSliderComponent.d.ts +2 -2
- package/Controls/Components/Media/ColorEditor/ColorEditorInputsComponent.d.ts +6 -6
- package/Controls/Components/Media/ColorEditor/ColorEditorPaletteComponent.d.ts +4 -4
- package/Controls/Components/Media/ColorEditor/ColorEditorShadeSliderComponent.d.ts +2 -2
- package/Controls/Components/Media/ColorEditor/ColorEditorSwatchComponent.d.ts +2 -2
- package/Controls/Components/Media/ColorPicker/ColorPickerComponent.d.ts +8 -8
- package/Controls/Components/Media/ColorSlider/ColorSliderComponent.d.ts +4 -4
- package/Controls/Components/Media/ColorSwatch/ColorSwatchComponent.d.ts +20 -9
- package/Controls/Components/Media/ColorSwatch/ColorSwatchComponent.d.ts.map +1 -1
- package/Controls/Components/Media/ColorSwatch/ColorSwatchComponent.js +7 -4
- package/Controls/Components/Media/ColorSwatch/ColorSwatchComponent.js.map +1 -1
- package/Controls/Components/Media/ColorSwatch/ColorSwatchGroupComponent.d.ts +8 -8
- package/Controls/Components/Media/ColorThumb/ColorThumbComponent.d.ts +4 -4
- package/Controls/Components/Media/Comment/CommentComponent.d.ts +2 -2
- package/Controls/Components/Media/Emoji/EmojiComponent.d.ts +2 -2
- package/Controls/Components/Media/FontEditor/FontEditorComponent.d.ts +2 -2
- package/Controls/Components/Media/Icon/IconComponent.d.ts +10 -10
- package/Controls/Components/Media/Image/ImageComponent.d.ts +10 -10
- package/Controls/Components/Media/Map/MapComponent.d.ts +8 -8
- package/Controls/Components/Media/Persona/PersonaComponent.d.ts +16 -16
- package/Controls/Components/Media/QRCode/QRCodeComponent.d.ts +2 -2
- package/Controls/Components/Media/Timeline/TimelineMarkerComponent.d.ts +12 -12
- package/Controls/Components/Media/Video/VideoComponent.d.ts +10 -10
- package/Controls/Components/Misc/CookieConsent/CookiesConsentComponent.d.ts +8 -8
- package/Controls/Components/Misc/LightChain/LightChainComponent.d.ts +2 -2
- 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 +22 -22
- package/Controls/Components/Overlays/Drawer/DrawerContainerComponent.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 +36 -36
- package/Controls/Components/Overlays/Sheet/SheetComponent.d.ts +8 -8
- 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 +24 -24
- package/Controls/Components/Overlays/tour/TourComponent.d.ts +10 -10
- package/Controls/Components/Overlays/tour/TourStepComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Adorners/ResizeAdorner/ResizeAdornerComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Backdrop/BackdropComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Box/BoxComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Checkmark/CheckmarkComponent.d.ts +8 -8
- package/Controls/Components/Primitives/Clickable/ClickableComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Code/CodeComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Dismiss/DismissComponent.d.ts +8 -8
- package/Controls/Components/Primitives/Dot/DotComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Dot/DotGroupComponent.d.ts +8 -8
- package/Controls/Components/Primitives/DropZone/DropZoneComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Dropdown/DropdownComponent.d.ts +28 -28
- package/Controls/Components/Primitives/Elevation/ElevationComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Error/ErrorComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Expandable/ExpandableComponent.d.ts +8 -8
- package/Controls/Components/Primitives/Flip/FlipComponent.d.ts +2 -2
- 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 +4 -4
- package/Controls/Components/Primitives/Jumbotron/JumbotronComponent.d.ts +10 -10
- 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 +4 -4
- package/Controls/Components/Primitives/Kbd/KbdShortcutComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Number/NumberComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Number/NumberCounterComponent.d.ts +8 -8
- package/Controls/Components/Primitives/Paginator/PaginatorComponent.d.ts +10 -10
- package/Controls/Components/Primitives/Pip/PipComponent.d.ts +10 -10
- package/Controls/Components/Primitives/Popup/PopupComponent.d.ts +42 -42
- package/Controls/Components/Primitives/Portal/PortalComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Portal/PortalHostComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Portal/PortalProjectionComponent.d.ts +6 -6
- package/Controls/Components/Primitives/ResizeThumb/ResizeThumbComponent.d.ts +10 -10
- package/Controls/Components/Primitives/Ribbon/RibbonComponent.d.ts +8 -8
- package/Controls/Components/Primitives/Skeleton/SkeletonComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Spacer/SpacerComponent.d.ts +2 -2
- 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 +12 -12
- package/Controls/Components/Primitives/Thumbnail/ThumbnailComponent.d.ts +2 -2
- package/Controls/Components/Primitives/TickBar/TickBarComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Toggletip/ToggleTipComponent.d.ts +18 -18
- package/Controls/Components/Primitives/Tooltip/TooltipComponent.d.ts +34 -34
- package/Controls/Components/Primitives/UpDownSpinner/UpDownSpinnerComponent.d.ts +14 -14
- package/Controls/Components/Primitives/WheelPicker/WheelPickerComponent.d.ts +8 -8
- package/Controls/Components/Primitives/ghost/GhostComponent.d.ts +8 -8
- package/Controls/Components/Primitives/listing/ListingComponent.d.ts +8 -8
- package/Controls/Components/Primitives/listing/ListingItemComponent.d.ts +14 -14
- package/Controls/Components/Primitives/listing/ListingItemMarkerComponent.d.ts +8 -8
- package/Controls/Components/Primitives/placeholder/PlaceholderComponent.d.ts +4 -4
- package/Controls/Components/Primitives/thumb/ThumbComponent.d.ts +2 -2
- package/Controls/Components/Ranges/MeterBar/MeterBarComponent.d.ts +12 -12
- package/Controls/Components/Ranges/MeterRing/MeterRingComponent.d.ts +14 -14
- package/Controls/Components/Ranges/ProgressBar/ProgressBarComponent.d.ts +10 -10
- package/Controls/Components/Ranges/ProgressRing/ProgressRingComponent.d.ts +8 -8
- package/Controls/Components/Ranges/ScrubSlider/ScrubSliderComponent.d.ts +10 -10
- package/Controls/Components/Ranges/Slider/SliderComponent.d.ts +10 -10
- package/Controls/Components/Ranges/Slider2/Slider2Component.d.ts +12 -12
- package/Controls/Components/Ranges/Slider2/Slider2ThumbComponent.d.ts +6 -6
- package/Controls/Components/Selectors/Carousel/CarouselComponent.d.ts +10 -10
- package/Controls/Components/Selectors/Carousel/CarouselItemComponent.d.ts +6 -6
- package/Controls/Components/Selectors/Carousel2/CarouselItem2Component.d.ts +4 -4
- package/Controls/Components/Selectors/Combo/ComboComponent.d.ts +18 -18
- package/Controls/Components/Selectors/Combo/ComboItemComponent.d.ts +16 -16
- package/Controls/Components/Selectors/DataList/DataListComponent.d.ts +2 -2
- package/Controls/Components/Selectors/DataTable/DataTableComponent.d.ts +24 -24
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgChannelComponent.d.ts +8 -8
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgComponent.d.ts +12 -12
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgProgramComponent.d.ts +14 -14
- package/Controls/Components/Selectors/List/ListComponent.d.ts +12 -12
- package/Controls/Components/Selectors/List/ListItemComponent.d.ts +14 -14
- package/Controls/Components/Selectors/List/ListItemGroupComponent.d.ts +4 -4
- package/Controls/Components/Selectors/Menu/MenuComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Menu/MenuItemComponent.d.ts +22 -22
- package/Controls/Components/Selectors/Menu/MenuItemGroupComponent.d.ts +4 -4
- package/Controls/Components/Selectors/Segment/SegmentComponent.d.ts +6 -6
- package/Controls/Components/Selectors/Segment/SegmentItemComponent.d.ts +20 -20
- package/Controls/Components/Selectors/Stepper/StepperComponent.d.ts +6 -6
- package/Controls/Components/Selectors/Stepper/StepperItemComponent.d.ts +22 -22
- package/Controls/Components/Selectors/Tab/TabComponent.d.ts +10 -10
- package/Controls/Components/Selectors/Tab/TabItemComponent.d.ts +16 -16
- package/Controls/Components/Selectors/Tab/TabPanelComponent.d.ts +8 -8
- package/Controls/Components/Selectors/TabStrip/TabStripComponent.d.ts +8 -8
- package/Controls/Components/Selectors/TabStrip/TabStripItemComponent.d.ts +14 -14
- package/Controls/Components/Selectors/Table/TableBodyCellComponent.d.ts +10 -10
- package/Controls/Components/Selectors/Table/TableBodyRowComponent.d.ts +4 -4
- package/Controls/Components/Selectors/Table/TableComponent.d.ts +12 -12
- package/Controls/Components/Selectors/Table/TableFooterCellComponent.d.ts +6 -6
- package/Controls/Components/Selectors/Table/TableFooterRowComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Table/TableHeaderCellComponent.d.ts +22 -22
- package/Controls/Components/Selectors/Table/TableHeaderRowComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Table/editor/TableColumnEditorComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Tree/TreeComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Tree/TreeItemComponent.d.ts +18 -18
- package/Controls/Components/Selectors/Wizard/WizardComponent.d.ts +6 -6
- package/Controls/Components/Selectors/Wizard/WizardStepComponent.d.ts +16 -16
- 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/Theming/Theme2Component.d.ts +2 -2
- package/package.json +2 -2
|
@@ -4,20 +4,26 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const ColorboxComponent: import("vue").DefineComponent<{
|
|
7
|
-
|
|
8
|
-
variant?: any;
|
|
9
|
-
formatter?: any;
|
|
7
|
+
name?: any;
|
|
10
8
|
themeName?: any;
|
|
9
|
+
disabled?: any;
|
|
10
|
+
variant?: any;
|
|
11
|
+
appearance?: any;
|
|
12
|
+
value?: any;
|
|
11
13
|
dir?: any;
|
|
12
14
|
lang?: any;
|
|
13
|
-
name?: any;
|
|
14
15
|
label?: any;
|
|
15
16
|
invalid?: any;
|
|
16
|
-
|
|
17
|
-
|
|
17
|
+
state?: any;
|
|
18
|
+
isFocused?: any;
|
|
19
|
+
formatter?: any;
|
|
18
20
|
required?: any;
|
|
19
21
|
readonly?: any;
|
|
22
|
+
autofocus?: any;
|
|
23
|
+
placeholder?: any;
|
|
24
|
+
autocomplete?: any;
|
|
20
25
|
textAlign?: any;
|
|
26
|
+
isClearable?: any;
|
|
21
27
|
dropDownPlacement?: any;
|
|
22
28
|
dropDownStrategy?: any;
|
|
23
29
|
dropDownDistance?: any;
|
|
@@ -28,42 +34,42 @@ export declare const ColorboxComponent: import("vue").DefineComponent<{
|
|
|
28
34
|
dropDownWidth?: any;
|
|
29
35
|
dropDownMaxWidth?: any;
|
|
30
36
|
isDropDownOpen?: any;
|
|
31
|
-
isClearable?: any;
|
|
32
|
-
value?: any;
|
|
33
|
-
state?: any;
|
|
34
37
|
parser?: any;
|
|
35
|
-
isFocused?: any;
|
|
36
|
-
autofocus?: any;
|
|
37
38
|
pattern?: any;
|
|
38
|
-
autocomplete?: any;
|
|
39
39
|
format?: any;
|
|
40
|
+
swatches?: any;
|
|
41
|
+
colorPosition?: any;
|
|
42
|
+
editorFormat?: any;
|
|
40
43
|
showAlpha?: any;
|
|
41
|
-
palettes?: any;
|
|
42
|
-
selectedPalette?: any;
|
|
43
44
|
showInputs?: any;
|
|
44
45
|
showPalette?: any;
|
|
45
46
|
showEyeDropper?: any;
|
|
46
47
|
showSwatch?: any;
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
editorFormat?: any;
|
|
48
|
+
palettes?: any;
|
|
49
|
+
selectedPalette?: any;
|
|
50
50
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
51
51
|
[key: string]: any;
|
|
52
52
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "input" | "cleared" | "blur" | "change" | "focus")[], "connected" | "disconnected" | "changed" | "input" | "cleared" | "blur" | "change" | "focus", import("vue").PublicProps, Readonly<{
|
|
53
|
-
|
|
54
|
-
variant?: any;
|
|
55
|
-
formatter?: any;
|
|
53
|
+
name?: any;
|
|
56
54
|
themeName?: any;
|
|
55
|
+
disabled?: any;
|
|
56
|
+
variant?: any;
|
|
57
|
+
appearance?: any;
|
|
58
|
+
value?: any;
|
|
57
59
|
dir?: any;
|
|
58
60
|
lang?: any;
|
|
59
|
-
name?: any;
|
|
60
61
|
label?: any;
|
|
61
62
|
invalid?: any;
|
|
62
|
-
|
|
63
|
-
|
|
63
|
+
state?: any;
|
|
64
|
+
isFocused?: any;
|
|
65
|
+
formatter?: any;
|
|
64
66
|
required?: any;
|
|
65
67
|
readonly?: any;
|
|
68
|
+
autofocus?: any;
|
|
69
|
+
placeholder?: any;
|
|
70
|
+
autocomplete?: any;
|
|
66
71
|
textAlign?: any;
|
|
72
|
+
isClearable?: any;
|
|
67
73
|
dropDownPlacement?: any;
|
|
68
74
|
dropDownStrategy?: any;
|
|
69
75
|
dropDownDistance?: any;
|
|
@@ -74,25 +80,19 @@ export declare const ColorboxComponent: import("vue").DefineComponent<{
|
|
|
74
80
|
dropDownWidth?: any;
|
|
75
81
|
dropDownMaxWidth?: any;
|
|
76
82
|
isDropDownOpen?: any;
|
|
77
|
-
isClearable?: any;
|
|
78
|
-
value?: any;
|
|
79
|
-
state?: any;
|
|
80
83
|
parser?: any;
|
|
81
|
-
isFocused?: any;
|
|
82
|
-
autofocus?: any;
|
|
83
84
|
pattern?: any;
|
|
84
|
-
autocomplete?: any;
|
|
85
85
|
format?: any;
|
|
86
|
+
swatches?: any;
|
|
87
|
+
colorPosition?: any;
|
|
88
|
+
editorFormat?: any;
|
|
86
89
|
showAlpha?: any;
|
|
87
|
-
palettes?: any;
|
|
88
|
-
selectedPalette?: any;
|
|
89
90
|
showInputs?: any;
|
|
90
91
|
showPalette?: any;
|
|
91
92
|
showEyeDropper?: any;
|
|
92
93
|
showSwatch?: any;
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
editorFormat?: any;
|
|
94
|
+
palettes?: any;
|
|
95
|
+
selectedPalette?: any;
|
|
96
96
|
}> & Readonly<{
|
|
97
97
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
98
98
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,21 +4,30 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const DateboxComponent: import("vue").DefineComponent<{
|
|
7
|
-
|
|
8
|
-
variant?: any;
|
|
9
|
-
formatter?: any;
|
|
7
|
+
name?: any;
|
|
10
8
|
themeName?: any;
|
|
9
|
+
disabled?: any;
|
|
10
|
+
variant?: any;
|
|
11
|
+
appearance?: any;
|
|
12
|
+
value?: any;
|
|
11
13
|
dir?: any;
|
|
12
14
|
lang?: any;
|
|
13
15
|
values?: any;
|
|
14
|
-
name?: any;
|
|
15
16
|
label?: any;
|
|
16
17
|
invalid?: any;
|
|
17
|
-
|
|
18
|
-
|
|
18
|
+
state?: any;
|
|
19
|
+
selectionMode?: any;
|
|
20
|
+
isFocused?: any;
|
|
21
|
+
formatter?: any;
|
|
19
22
|
required?: any;
|
|
20
23
|
readonly?: any;
|
|
24
|
+
autofocus?: any;
|
|
25
|
+
placeholder?: any;
|
|
26
|
+
autocomplete?: any;
|
|
27
|
+
markerHandler?: any;
|
|
21
28
|
textAlign?: any;
|
|
29
|
+
isClearable?: any;
|
|
30
|
+
locale?: any;
|
|
22
31
|
dropDownPlacement?: any;
|
|
23
32
|
dropDownStrategy?: any;
|
|
24
33
|
dropDownDistance?: any;
|
|
@@ -29,51 +38,51 @@ export declare const DateboxComponent: import("vue").DefineComponent<{
|
|
|
29
38
|
dropDownWidth?: any;
|
|
30
39
|
dropDownMaxWidth?: any;
|
|
31
40
|
isDropDownOpen?: any;
|
|
32
|
-
isClearable?: any;
|
|
33
|
-
value?: any;
|
|
34
|
-
state?: any;
|
|
35
41
|
parser?: any;
|
|
36
|
-
isFocused?: any;
|
|
37
|
-
displayDate?: any;
|
|
38
|
-
displayDateStart?: any;
|
|
39
|
-
displayDateEnd?: any;
|
|
40
42
|
view?: any;
|
|
41
|
-
selectionMode?: any;
|
|
42
43
|
blackoutDates?: any;
|
|
43
44
|
specialDates?: any;
|
|
44
|
-
minDate?: any;
|
|
45
|
-
maxDate?: any;
|
|
46
45
|
firstDayOfWeek?: any;
|
|
47
46
|
isTodayHighlighted?: any;
|
|
48
47
|
isWeekendHighlighted?: any;
|
|
49
48
|
showWeekNumbers?: any;
|
|
50
49
|
showAdjacent?: any;
|
|
51
|
-
|
|
50
|
+
displayDate?: any;
|
|
51
|
+
displayDateStart?: any;
|
|
52
|
+
displayDateEnd?: any;
|
|
53
|
+
displayValue?: any;
|
|
52
54
|
allowedViews?: any;
|
|
53
55
|
showNavigation?: any;
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
autocomplete?: any;
|
|
56
|
+
minDate?: any;
|
|
57
|
+
maxDate?: any;
|
|
57
58
|
format?: any;
|
|
58
|
-
displayValue?: any;
|
|
59
59
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
60
60
|
[key: string]: any;
|
|
61
61
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "cleared")[], "connected" | "disconnected" | "changed" | "cleared", import("vue").PublicProps, Readonly<{
|
|
62
|
-
|
|
63
|
-
variant?: any;
|
|
64
|
-
formatter?: any;
|
|
62
|
+
name?: any;
|
|
65
63
|
themeName?: any;
|
|
64
|
+
disabled?: any;
|
|
65
|
+
variant?: any;
|
|
66
|
+
appearance?: any;
|
|
67
|
+
value?: any;
|
|
66
68
|
dir?: any;
|
|
67
69
|
lang?: any;
|
|
68
70
|
values?: any;
|
|
69
|
-
name?: any;
|
|
70
71
|
label?: any;
|
|
71
72
|
invalid?: any;
|
|
72
|
-
|
|
73
|
-
|
|
73
|
+
state?: any;
|
|
74
|
+
selectionMode?: any;
|
|
75
|
+
isFocused?: any;
|
|
76
|
+
formatter?: any;
|
|
74
77
|
required?: any;
|
|
75
78
|
readonly?: any;
|
|
79
|
+
autofocus?: any;
|
|
80
|
+
placeholder?: any;
|
|
81
|
+
autocomplete?: any;
|
|
82
|
+
markerHandler?: any;
|
|
76
83
|
textAlign?: any;
|
|
84
|
+
isClearable?: any;
|
|
85
|
+
locale?: any;
|
|
77
86
|
dropDownPlacement?: any;
|
|
78
87
|
dropDownStrategy?: any;
|
|
79
88
|
dropDownDistance?: any;
|
|
@@ -84,33 +93,24 @@ export declare const DateboxComponent: import("vue").DefineComponent<{
|
|
|
84
93
|
dropDownWidth?: any;
|
|
85
94
|
dropDownMaxWidth?: any;
|
|
86
95
|
isDropDownOpen?: any;
|
|
87
|
-
isClearable?: any;
|
|
88
|
-
value?: any;
|
|
89
|
-
state?: any;
|
|
90
96
|
parser?: any;
|
|
91
|
-
isFocused?: any;
|
|
92
|
-
displayDate?: any;
|
|
93
|
-
displayDateStart?: any;
|
|
94
|
-
displayDateEnd?: any;
|
|
95
97
|
view?: any;
|
|
96
|
-
selectionMode?: any;
|
|
97
98
|
blackoutDates?: any;
|
|
98
99
|
specialDates?: any;
|
|
99
|
-
minDate?: any;
|
|
100
|
-
maxDate?: any;
|
|
101
100
|
firstDayOfWeek?: any;
|
|
102
101
|
isTodayHighlighted?: any;
|
|
103
102
|
isWeekendHighlighted?: any;
|
|
104
103
|
showWeekNumbers?: any;
|
|
105
104
|
showAdjacent?: any;
|
|
106
|
-
|
|
105
|
+
displayDate?: any;
|
|
106
|
+
displayDateStart?: any;
|
|
107
|
+
displayDateEnd?: any;
|
|
108
|
+
displayValue?: any;
|
|
107
109
|
allowedViews?: any;
|
|
108
110
|
showNavigation?: any;
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
autocomplete?: any;
|
|
111
|
+
minDate?: any;
|
|
112
|
+
maxDate?: any;
|
|
112
113
|
format?: any;
|
|
113
|
-
displayValue?: any;
|
|
114
114
|
}> & Readonly<{
|
|
115
115
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
116
116
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,21 +4,29 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const DatetimeboxComponent: import("vue").DefineComponent<{
|
|
7
|
-
|
|
8
|
-
variant?: any;
|
|
9
|
-
formatter?: any;
|
|
7
|
+
name?: any;
|
|
10
8
|
themeName?: any;
|
|
9
|
+
disabled?: any;
|
|
10
|
+
variant?: any;
|
|
11
|
+
appearance?: any;
|
|
12
|
+
value?: any;
|
|
11
13
|
dir?: any;
|
|
12
14
|
lang?: any;
|
|
13
15
|
values?: any;
|
|
14
|
-
name?: any;
|
|
15
16
|
label?: any;
|
|
16
17
|
invalid?: any;
|
|
17
|
-
|
|
18
|
-
|
|
18
|
+
state?: any;
|
|
19
|
+
isFocused?: any;
|
|
20
|
+
formatter?: any;
|
|
19
21
|
required?: any;
|
|
20
22
|
readonly?: any;
|
|
23
|
+
autofocus?: any;
|
|
24
|
+
placeholder?: any;
|
|
25
|
+
autocomplete?: any;
|
|
26
|
+
markerHandler?: any;
|
|
21
27
|
textAlign?: any;
|
|
28
|
+
isClearable?: any;
|
|
29
|
+
locale?: any;
|
|
22
30
|
dropDownPlacement?: any;
|
|
23
31
|
dropDownStrategy?: any;
|
|
24
32
|
dropDownDistance?: any;
|
|
@@ -29,32 +37,23 @@ export declare const DatetimeboxComponent: import("vue").DefineComponent<{
|
|
|
29
37
|
dropDownWidth?: any;
|
|
30
38
|
dropDownMaxWidth?: any;
|
|
31
39
|
isDropDownOpen?: any;
|
|
32
|
-
isClearable?: any;
|
|
33
|
-
value?: any;
|
|
34
|
-
state?: any;
|
|
35
40
|
parser?: any;
|
|
36
|
-
isFocused?: any;
|
|
37
|
-
displayDate?: any;
|
|
38
|
-
displayDateStart?: any;
|
|
39
|
-
displayDateEnd?: any;
|
|
40
41
|
view?: any;
|
|
41
42
|
blackoutDates?: any;
|
|
42
43
|
specialDates?: any;
|
|
43
|
-
minDate?: any;
|
|
44
|
-
maxDate?: any;
|
|
45
44
|
firstDayOfWeek?: any;
|
|
46
45
|
isTodayHighlighted?: any;
|
|
47
46
|
isWeekendHighlighted?: any;
|
|
48
47
|
showWeekNumbers?: any;
|
|
49
48
|
showAdjacent?: any;
|
|
50
|
-
|
|
49
|
+
displayDate?: any;
|
|
50
|
+
displayDateStart?: any;
|
|
51
|
+
displayDateEnd?: any;
|
|
52
|
+
displayValue?: any;
|
|
51
53
|
allowedViews?: any;
|
|
52
54
|
showNavigation?: any;
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
autocomplete?: any;
|
|
56
|
-
format?: any;
|
|
57
|
-
displayValue?: any;
|
|
55
|
+
minDate?: any;
|
|
56
|
+
maxDate?: any;
|
|
58
57
|
selectedHour?: any;
|
|
59
58
|
selectedMinute?: any;
|
|
60
59
|
is12Hour?: any;
|
|
@@ -62,24 +61,33 @@ export declare const DatetimeboxComponent: import("vue").DefineComponent<{
|
|
|
62
61
|
selectedDisplayHour?: any;
|
|
63
62
|
hourItems?: any;
|
|
64
63
|
minuteItems?: any;
|
|
64
|
+
format?: any;
|
|
65
65
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
66
66
|
[key: string]: any;
|
|
67
67
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "cleared")[], "connected" | "disconnected" | "changed" | "cleared", import("vue").PublicProps, Readonly<{
|
|
68
|
-
|
|
69
|
-
variant?: any;
|
|
70
|
-
formatter?: any;
|
|
68
|
+
name?: any;
|
|
71
69
|
themeName?: any;
|
|
70
|
+
disabled?: any;
|
|
71
|
+
variant?: any;
|
|
72
|
+
appearance?: any;
|
|
73
|
+
value?: any;
|
|
72
74
|
dir?: any;
|
|
73
75
|
lang?: any;
|
|
74
76
|
values?: any;
|
|
75
|
-
name?: any;
|
|
76
77
|
label?: any;
|
|
77
78
|
invalid?: any;
|
|
78
|
-
|
|
79
|
-
|
|
79
|
+
state?: any;
|
|
80
|
+
isFocused?: any;
|
|
81
|
+
formatter?: any;
|
|
80
82
|
required?: any;
|
|
81
83
|
readonly?: any;
|
|
84
|
+
autofocus?: any;
|
|
85
|
+
placeholder?: any;
|
|
86
|
+
autocomplete?: any;
|
|
87
|
+
markerHandler?: any;
|
|
82
88
|
textAlign?: any;
|
|
89
|
+
isClearable?: any;
|
|
90
|
+
locale?: any;
|
|
83
91
|
dropDownPlacement?: any;
|
|
84
92
|
dropDownStrategy?: any;
|
|
85
93
|
dropDownDistance?: any;
|
|
@@ -90,32 +98,23 @@ export declare const DatetimeboxComponent: import("vue").DefineComponent<{
|
|
|
90
98
|
dropDownWidth?: any;
|
|
91
99
|
dropDownMaxWidth?: any;
|
|
92
100
|
isDropDownOpen?: any;
|
|
93
|
-
isClearable?: any;
|
|
94
|
-
value?: any;
|
|
95
|
-
state?: any;
|
|
96
101
|
parser?: any;
|
|
97
|
-
isFocused?: any;
|
|
98
|
-
displayDate?: any;
|
|
99
|
-
displayDateStart?: any;
|
|
100
|
-
displayDateEnd?: any;
|
|
101
102
|
view?: any;
|
|
102
103
|
blackoutDates?: any;
|
|
103
104
|
specialDates?: any;
|
|
104
|
-
minDate?: any;
|
|
105
|
-
maxDate?: any;
|
|
106
105
|
firstDayOfWeek?: any;
|
|
107
106
|
isTodayHighlighted?: any;
|
|
108
107
|
isWeekendHighlighted?: any;
|
|
109
108
|
showWeekNumbers?: any;
|
|
110
109
|
showAdjacent?: any;
|
|
111
|
-
|
|
110
|
+
displayDate?: any;
|
|
111
|
+
displayDateStart?: any;
|
|
112
|
+
displayDateEnd?: any;
|
|
113
|
+
displayValue?: any;
|
|
112
114
|
allowedViews?: any;
|
|
113
115
|
showNavigation?: any;
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
autocomplete?: any;
|
|
117
|
-
format?: any;
|
|
118
|
-
displayValue?: any;
|
|
116
|
+
minDate?: any;
|
|
117
|
+
maxDate?: any;
|
|
119
118
|
selectedHour?: any;
|
|
120
119
|
selectedMinute?: any;
|
|
121
120
|
is12Hour?: any;
|
|
@@ -123,6 +122,7 @@ export declare const DatetimeboxComponent: import("vue").DefineComponent<{
|
|
|
123
122
|
selectedDisplayHour?: any;
|
|
124
123
|
hourItems?: any;
|
|
125
124
|
minuteItems?: any;
|
|
125
|
+
format?: any;
|
|
126
126
|
}> & Readonly<{
|
|
127
127
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
128
128
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,50 +4,50 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const DurationboxComponent: import("vue").DefineComponent<{
|
|
7
|
-
|
|
8
|
-
variant?: any;
|
|
9
|
-
formatter?: any;
|
|
7
|
+
name?: any;
|
|
10
8
|
themeName?: any;
|
|
9
|
+
disabled?: any;
|
|
10
|
+
variant?: any;
|
|
11
|
+
appearance?: any;
|
|
12
|
+
value?: any;
|
|
11
13
|
dir?: any;
|
|
12
14
|
lang?: any;
|
|
13
|
-
name?: any;
|
|
14
15
|
label?: any;
|
|
15
16
|
invalid?: any;
|
|
16
|
-
|
|
17
|
-
|
|
17
|
+
state?: any;
|
|
18
|
+
isFocused?: any;
|
|
19
|
+
formatter?: any;
|
|
18
20
|
required?: any;
|
|
19
21
|
readonly?: any;
|
|
22
|
+
autofocus?: any;
|
|
23
|
+
placeholder?: any;
|
|
20
24
|
isClearable?: any;
|
|
21
|
-
value?: any;
|
|
22
|
-
state?: any;
|
|
23
25
|
parser?: any;
|
|
24
|
-
isFocused?: any;
|
|
25
|
-
autofocus?: any;
|
|
26
26
|
hours?: any;
|
|
27
27
|
minutes?: any;
|
|
28
28
|
seconds?: any;
|
|
29
29
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
30
30
|
[key: string]: any;
|
|
31
31
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "input" | "cleared" | "blur" | "change" | "focus")[], "connected" | "disconnected" | "changed" | "input" | "cleared" | "blur" | "change" | "focus", import("vue").PublicProps, Readonly<{
|
|
32
|
-
|
|
33
|
-
variant?: any;
|
|
34
|
-
formatter?: any;
|
|
32
|
+
name?: any;
|
|
35
33
|
themeName?: any;
|
|
34
|
+
disabled?: any;
|
|
35
|
+
variant?: any;
|
|
36
|
+
appearance?: any;
|
|
37
|
+
value?: any;
|
|
36
38
|
dir?: any;
|
|
37
39
|
lang?: any;
|
|
38
|
-
name?: any;
|
|
39
40
|
label?: any;
|
|
40
41
|
invalid?: any;
|
|
41
|
-
|
|
42
|
-
|
|
42
|
+
state?: any;
|
|
43
|
+
isFocused?: any;
|
|
44
|
+
formatter?: any;
|
|
43
45
|
required?: any;
|
|
44
46
|
readonly?: any;
|
|
47
|
+
autofocus?: any;
|
|
48
|
+
placeholder?: any;
|
|
45
49
|
isClearable?: any;
|
|
46
|
-
value?: any;
|
|
47
|
-
state?: any;
|
|
48
50
|
parser?: any;
|
|
49
|
-
isFocused?: any;
|
|
50
|
-
autofocus?: any;
|
|
51
51
|
hours?: any;
|
|
52
52
|
minutes?: any;
|
|
53
53
|
seconds?: any;
|
|
@@ -4,55 +4,55 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const FileboxComponent: import("vue").DefineComponent<{
|
|
7
|
-
|
|
8
|
-
variant?: any;
|
|
9
|
-
formatter?: any;
|
|
7
|
+
name?: any;
|
|
10
8
|
themeName?: any;
|
|
9
|
+
disabled?: any;
|
|
10
|
+
variant?: any;
|
|
11
|
+
appearance?: any;
|
|
12
|
+
value?: any;
|
|
11
13
|
dir?: any;
|
|
12
14
|
lang?: any;
|
|
13
|
-
name?: any;
|
|
14
15
|
label?: any;
|
|
15
16
|
invalid?: any;
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
directory?: any;
|
|
20
|
-
placeholder?: any;
|
|
17
|
+
state?: any;
|
|
18
|
+
isFocused?: any;
|
|
19
|
+
formatter?: any;
|
|
21
20
|
required?: any;
|
|
22
21
|
readonly?: any;
|
|
22
|
+
autofocus?: any;
|
|
23
|
+
placeholder?: any;
|
|
23
24
|
isClearable?: any;
|
|
24
|
-
value?: any;
|
|
25
|
-
state?: any;
|
|
26
25
|
parser?: any;
|
|
27
|
-
|
|
26
|
+
multiple?: any;
|
|
27
|
+
accept?: any;
|
|
28
|
+
directory?: any;
|
|
28
29
|
files?: any;
|
|
29
|
-
autofocus?: any;
|
|
30
30
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
31
31
|
[key: string]: any;
|
|
32
32
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "filesSelected" | "cleared")[], "connected" | "disconnected" | "changed" | "filesSelected" | "cleared", import("vue").PublicProps, Readonly<{
|
|
33
|
-
|
|
34
|
-
variant?: any;
|
|
35
|
-
formatter?: any;
|
|
33
|
+
name?: any;
|
|
36
34
|
themeName?: any;
|
|
35
|
+
disabled?: any;
|
|
36
|
+
variant?: any;
|
|
37
|
+
appearance?: any;
|
|
38
|
+
value?: any;
|
|
37
39
|
dir?: any;
|
|
38
40
|
lang?: any;
|
|
39
|
-
name?: any;
|
|
40
41
|
label?: any;
|
|
41
42
|
invalid?: any;
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
directory?: any;
|
|
46
|
-
placeholder?: any;
|
|
43
|
+
state?: any;
|
|
44
|
+
isFocused?: any;
|
|
45
|
+
formatter?: any;
|
|
47
46
|
required?: any;
|
|
48
47
|
readonly?: any;
|
|
48
|
+
autofocus?: any;
|
|
49
|
+
placeholder?: any;
|
|
49
50
|
isClearable?: any;
|
|
50
|
-
value?: any;
|
|
51
|
-
state?: any;
|
|
52
51
|
parser?: any;
|
|
53
|
-
|
|
52
|
+
multiple?: any;
|
|
53
|
+
accept?: any;
|
|
54
|
+
directory?: any;
|
|
54
55
|
files?: any;
|
|
55
|
-
autofocus?: any;
|
|
56
56
|
}> & Readonly<{
|
|
57
57
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
58
58
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const FilePickerComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
disabled?: any;
|
|
8
9
|
dir?: any;
|
|
9
10
|
lang?: any;
|
|
10
|
-
disabled?: any;
|
|
11
11
|
multiple?: any;
|
|
12
12
|
accept?: any;
|
|
13
13
|
directory?: any;
|
|
@@ -15,9 +15,9 @@ export declare const FilePickerComponent: import("vue").DefineComponent<{
|
|
|
15
15
|
[key: string]: any;
|
|
16
16
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "filesPicked")[], "connected" | "disconnected" | "changed" | "filesPicked", import("vue").PublicProps, Readonly<{
|
|
17
17
|
themeName?: any;
|
|
18
|
+
disabled?: any;
|
|
18
19
|
dir?: any;
|
|
19
20
|
lang?: any;
|
|
20
|
-
disabled?: any;
|
|
21
21
|
multiple?: any;
|
|
22
22
|
accept?: any;
|
|
23
23
|
directory?: any;
|
|
@@ -4,43 +4,43 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const FileUploadComponent: import("vue").DefineComponent<{
|
|
7
|
-
appearance?: any;
|
|
8
|
-
variant?: any;
|
|
9
7
|
themeName?: any;
|
|
8
|
+
disabled?: any;
|
|
9
|
+
variant?: any;
|
|
10
|
+
appearance?: any;
|
|
11
|
+
value?: any;
|
|
10
12
|
dir?: any;
|
|
11
13
|
lang?: any;
|
|
12
14
|
invalid?: any;
|
|
13
|
-
disabled?: any;
|
|
14
|
-
multiple?: any;
|
|
15
|
-
accept?: any;
|
|
16
|
-
directory?: any;
|
|
17
|
-
intl?: any;
|
|
18
15
|
placeholder?: any;
|
|
19
|
-
|
|
16
|
+
isDragging?: any;
|
|
17
|
+
intl?: any;
|
|
20
18
|
view?: any;
|
|
21
19
|
strategy?: any;
|
|
22
|
-
|
|
20
|
+
multiple?: any;
|
|
21
|
+
accept?: any;
|
|
22
|
+
directory?: any;
|
|
23
23
|
autoUpload?: any;
|
|
24
24
|
maxSize?: any;
|
|
25
25
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
26
26
|
[key: string]: any;
|
|
27
27
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "filesChanged" | "fileAdded" | "fileRemoved" | "fileFailed")[], "connected" | "disconnected" | "changed" | "filesChanged" | "fileAdded" | "fileRemoved" | "fileFailed", import("vue").PublicProps, Readonly<{
|
|
28
|
-
appearance?: any;
|
|
29
|
-
variant?: any;
|
|
30
28
|
themeName?: any;
|
|
29
|
+
disabled?: any;
|
|
30
|
+
variant?: any;
|
|
31
|
+
appearance?: any;
|
|
32
|
+
value?: any;
|
|
31
33
|
dir?: any;
|
|
32
34
|
lang?: any;
|
|
33
35
|
invalid?: any;
|
|
34
|
-
disabled?: any;
|
|
35
|
-
multiple?: any;
|
|
36
|
-
accept?: any;
|
|
37
|
-
directory?: any;
|
|
38
|
-
intl?: any;
|
|
39
36
|
placeholder?: any;
|
|
40
|
-
|
|
37
|
+
isDragging?: any;
|
|
38
|
+
intl?: any;
|
|
41
39
|
view?: any;
|
|
42
40
|
strategy?: any;
|
|
43
|
-
|
|
41
|
+
multiple?: any;
|
|
42
|
+
accept?: any;
|
|
43
|
+
directory?: any;
|
|
44
44
|
autoUpload?: any;
|
|
45
45
|
maxSize?: any;
|
|
46
46
|
}> & Readonly<{
|
|
@@ -8,8 +8,8 @@ export declare const FileUploadItemComponent: import("vue").DefineComponent<{
|
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
10
|
view?: any;
|
|
11
|
-
file?: any;
|
|
12
11
|
controlled?: any;
|
|
12
|
+
file?: 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 FileUploadItemComponent: import("vue").DefineComponent<{
|
|
|
17
17
|
dir?: any;
|
|
18
18
|
lang?: any;
|
|
19
19
|
view?: any;
|
|
20
|
-
file?: any;
|
|
21
20
|
controlled?: any;
|
|
21
|
+
file?: any;
|
|
22
22
|
}> & Readonly<{
|
|
23
23
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
24
24
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|