@breadstone/mosaik-elements-vue 0.0.237 → 0.0.238
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 +10 -10
- package/Controls/Components/Buttons/Button/ButtonComponent.d.ts +24 -24
- package/Controls/Components/Buttons/Button/ButtonGroupComponent.d.ts +4 -4
- package/Controls/Components/Buttons/CompoundButton/CompoundButtonComponent.d.ts +18 -18
- package/Controls/Components/Buttons/DropDownButton/DropDownButtonComponent.d.ts +28 -28
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonComponent.d.ts +12 -12
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonGroupComponent.d.ts +10 -10
- package/Controls/Components/Buttons/PressButton/PressButtonComponent.d.ts +16 -16
- package/Controls/Components/Buttons/RepeatButton/RepeatButtonComponent.d.ts +20 -20
- package/Controls/Components/Buttons/SplitButton/SplitButtonComponent.d.ts +28 -28
- package/Controls/Components/Buttons/Tile/TileComponent.d.ts +6 -6
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonComponent.d.ts +18 -18
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonGroupComponent.d.ts +6 -6
- package/Controls/Components/Cells/CellComponent.d.ts +6 -6
- package/Controls/Components/Charts/ChartComponent.d.ts +12 -12
- 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/FormFieldComponent.d.ts +6 -6
- package/Controls/Components/Grouping/Banner/BannerComponent.d.ts +16 -16
- 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/BreadcrumbComponent.js +2 -2
- package/Controls/Components/Grouping/Breadcrumb/BreadcrumbComponent.js.map +1 -1
- package/Controls/Components/Grouping/Breadcrumb/BreadcrumbItemComponent.d.ts +18 -2
- package/Controls/Components/Grouping/Breadcrumb/BreadcrumbItemComponent.d.ts.map +1 -1
- package/Controls/Components/Grouping/Breadcrumb/BreadcrumbItemComponent.js +3 -3
- package/Controls/Components/Grouping/Breadcrumb/BreadcrumbItemComponent.js.map +1 -1
- package/Controls/Components/Grouping/Card/CardComponent.d.ts +12 -12
- package/Controls/Components/Grouping/Expander/ExpanderComponent.d.ts +12 -12
- package/Controls/Components/Grouping/Expander/ExpanderGroupComponent.d.ts +6 -6
- package/Controls/Components/Grouping/Message/MessageComponent.d.ts +14 -14
- package/Controls/Components/Grouping/Message/MessageContentComponent.d.ts +8 -8
- package/Controls/Components/Grouping/Toolbar/ToolbarComponent.d.ts +2 -2
- package/Controls/Components/Grouping/actionbar/ActionbarComponent.d.ts +6 -6
- package/Controls/Components/Grouping/actionbar/ActionbarGroupComponent.d.ts +6 -6
- package/Controls/Components/Grouping/actionbar/ActionbarItemComponent.d.ts +2 -2
- package/Controls/Components/Inputs/AutoCompleteBox/AutoCompleteBoxComponent.d.ts +50 -50
- 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 +14 -14
- package/Controls/Components/Inputs/CheckBox/CheckBoxGroupComponent.d.ts +8 -8
- package/Controls/Components/Inputs/ChipBox/ChipBoxComponent.d.ts +22 -22
- package/Controls/Components/Inputs/Choice/ChoiceComponent.d.ts +16 -16
- package/Controls/Components/Inputs/Choice/ChoiceGroupComponent.d.ts +8 -8
- 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 +40 -40
- package/Controls/Components/Inputs/DurationBox/DurationBoxComponent.d.ts +20 -20
- package/Controls/Components/Inputs/FileUpload/FilePickerComponent.d.ts +4 -4
- package/Controls/Components/Inputs/FileUpload/FileUploadComponent.d.ts +20 -20
- 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 +18 -18
- package/Controls/Components/Inputs/Radio/RadioComponent.d.ts +14 -14
- package/Controls/Components/Inputs/Radio/RadioGroupComponent.d.ts +8 -8
- package/Controls/Components/Inputs/Rating/RatingComponent.d.ts +10 -10
- package/Controls/Components/Inputs/RichTextBox/RichTextBoxComponent.d.ts +26 -26
- package/Controls/Components/Inputs/Scheduler/SchedulerComponent.d.ts +22 -22
- package/Controls/Components/Inputs/Scheduler/SchedulerEventComponent.d.ts +10 -10
- package/Controls/Components/Inputs/SearchBox/SearchBoxComponent.d.ts +22 -22
- package/Controls/Components/Inputs/Select/SelectComponent.d.ts +24 -24
- package/Controls/Components/Inputs/Select/SelectItemComponent.d.ts +14 -14
- 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 +40 -40
- package/Controls/Components/Inputs/ToggleSwitch/ToggleSwitchComponent.d.ts +14 -14
- 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 +4 -4
- package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnItemComponent.d.ts +10 -10
- 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 +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 +2 -2
- package/Controls/Components/Media/Avatar/AvatarComponent.d.ts +10 -10
- package/Controls/Components/Media/Avatar/AvatarGroupComponent.d.ts +4 -4
- package/Controls/Components/Media/Badge/BadgeComponent.d.ts +10 -10
- package/Controls/Components/Media/Camera/CameraComponent.d.ts +6 -6
- package/Controls/Components/Media/Chat/ChatComponent.d.ts +4 -4
- package/Controls/Components/Media/Chat/ChatInputAttachmentListComponent.d.ts +4 -4
- package/Controls/Components/Media/Chat/ChatInputComponent.d.ts +8 -8
- package/Controls/Components/Media/Chat/ChatMarkerComponent.d.ts +6 -6
- 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 +4 -4
- package/Controls/Components/Media/Chat/Tools/AttachmentChatToolComponent.d.ts +6 -6
- 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 +12 -12
- package/Controls/Components/Media/Chip/ChipGroupComponent.d.ts +10 -10
- 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 +2 -2
- package/Controls/Components/Media/ColorEditor/ColorEditorComponent.d.ts +14 -14
- package/Controls/Components/Media/ColorEditor/ColorEditorHueSliderComponent.d.ts +2 -2
- package/Controls/Components/Media/ColorEditor/ColorEditorInputsComponent.d.ts +4 -4
- 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 +2 -2
- package/Controls/Components/Media/ColorSwatch/ColorSwatchComponent.d.ts +2 -2
- package/Controls/Components/Media/ColorSwatch/ColorSwatchGroupComponent.d.ts +4 -4
- package/Controls/Components/Media/ColorThumb/ColorThumbComponent.d.ts +2 -2
- package/Controls/Components/Media/Comment/CommentComponent.d.ts +2 -2
- package/Controls/Components/Media/FontEditor/FontEditorComponent.d.ts +2 -2
- package/Controls/Components/Media/Icon/IconComponent.d.ts +8 -8
- package/Controls/Components/Media/Image/ImageComponent.d.ts +6 -6
- package/Controls/Components/Media/Map/MapComponent.d.ts +6 -6
- 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 +8 -8
- package/Controls/Components/Media/Video/VideoComponent.d.ts +6 -6
- package/Controls/Components/Misc/CookieConsent/CookiesConsentComponent.d.ts +2 -2
- package/Controls/Components/Misc/LightChain/LightChainComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Dialog/DialogComponent.d.ts +14 -14
- 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 +2 -2
- package/Controls/Components/Overlays/Toast/ToastComponent.d.ts +10 -10
- package/Controls/Components/Overlays/tour/TourComponent.d.ts +12 -12
- 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 +2 -2
- package/Controls/Components/Primitives/Box/BoxComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Checkmark/CheckmarkComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Code/CodeComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Dismiss/DismissComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Dot/DotComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Dot/DotGroupComponent.d.ts +4 -4
- package/Controls/Components/Primitives/DropZone/DropZoneComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Elevation/ElevationComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Error/ErrorComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Expandable/ExpandableComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Flip/FlipComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Floating/FloatingComponent.d.ts +22 -22
- package/Controls/Components/Primitives/FocusRing/FocusRingComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Footer/FooterComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Hint/HintComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Indicator/IndicatorComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Jumbotron/JumbotronComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Kbd/KbdComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Kbd/KbdShortcutComponent.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 +8 -8
- package/Controls/Components/Primitives/Pip/PipComponent.d.ts +6 -6
- 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 +10 -10
- package/Controls/Components/Primitives/Ribbon/RibbonComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Skeleton/SkeletonComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Sticky/StickyComponent.d.ts +4 -4
- 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 +12 -12
- package/Controls/Components/Primitives/Tooltip/TooltipComponent.d.ts +26 -26
- package/Controls/Components/Primitives/UpDownSpinner/UpDownSpinnerComponent.d.ts +14 -14
- package/Controls/Components/Primitives/ghost/GhostComponent.d.ts +4 -4
- package/Controls/Components/Primitives/listing/ListingComponent.d.ts +4 -4
- package/Controls/Components/Primitives/listing/ListingItemComponent.d.ts +8 -8
- package/Controls/Components/Primitives/listing/ListingItemMarkerComponent.d.ts +6 -6
- 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 +8 -8
- package/Controls/Components/Ranges/Slider/SliderComponent.d.ts +8 -8
- package/Controls/Components/Ranges/Slider2/Slider2Component.d.ts +10 -10
- package/Controls/Components/Ranges/Slider2/Slider2ThumbComponent.d.ts +4 -4
- package/Controls/Components/Selectors/Carousel/CarouselComponent.d.ts +6 -6
- package/Controls/Components/Selectors/Carousel/CarouselItemComponent.d.ts +8 -8
- package/Controls/Components/Selectors/Carousel2/CarouselItem2Component.d.ts +4 -4
- package/Controls/Components/Selectors/Combo/ComboComponent.d.ts +20 -20
- 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 +22 -22
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgChannelComponent.d.ts +10 -10
- 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 +12 -12
- package/Controls/Components/Selectors/List/ListItemComponent.d.ts +12 -12
- package/Controls/Components/Selectors/List/ListItemGroupComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Menu/MenuComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Menu/MenuItemComponent.d.ts +18 -18
- package/Controls/Components/Selectors/Segment/SegmentComponent.d.ts +4 -4
- package/Controls/Components/Selectors/Segment/SegmentItemComponent.d.ts +14 -14
- package/Controls/Components/Selectors/Stepper/StepperComponent.d.ts +6 -6
- package/Controls/Components/Selectors/Stepper/StepperItemComponent.d.ts +14 -14
- package/Controls/Components/Selectors/Tab/TabComponent.d.ts +8 -8
- package/Controls/Components/Selectors/Tab/TabItemComponent.d.ts +12 -12
- package/Controls/Components/Selectors/Tab/TabPanelComponent.d.ts +4 -4
- package/Controls/Components/Selectors/TabStrip/TabStripComponent.d.ts +8 -8
- package/Controls/Components/Selectors/TabStrip/TabStripItemComponent.d.ts +12 -12
- 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 +4 -4
- 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 +4 -4
- package/Controls/Components/Selectors/Wizard/WizardStepComponent.d.ts +10 -10
- package/Controls/Components/Shell/AppHeaderComponent.d.ts +2 -2
- package/Controls/Components/States/Busy/BusyStateComponent.d.ts +2 -2
- package/Controls/Components/States/Empty/EmptyStateComponent.d.ts +2 -2
- package/Controls/Components/States/Error/ErrorStateComponent.d.ts +2 -2
- package/Controls/Components/States/Success/SuccessStateComponent.d.ts +2 -2
- package/package.json +2 -2
|
@@ -5,24 +5,24 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const DurationboxComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
variant?: any;
|
|
9
|
+
disabled?: any;
|
|
10
|
+
label?: any;
|
|
8
11
|
dir?: any;
|
|
9
12
|
lang?: any;
|
|
10
13
|
name?: any;
|
|
11
|
-
label?: any;
|
|
12
14
|
invalid?: any;
|
|
13
|
-
disabled?: any;
|
|
14
|
-
variant?: any;
|
|
15
|
-
placeholder?: any;
|
|
16
|
-
required?: any;
|
|
17
|
-
readonly?: any;
|
|
18
|
-
appearance?: any;
|
|
19
|
-
isClearable?: any;
|
|
20
15
|
value?: any;
|
|
21
16
|
state?: any;
|
|
22
|
-
|
|
23
|
-
parser?: any;
|
|
17
|
+
appearance?: any;
|
|
24
18
|
isFocused?: any;
|
|
19
|
+
formatter?: any;
|
|
20
|
+
required?: any;
|
|
21
|
+
readonly?: any;
|
|
25
22
|
autofocus?: any;
|
|
23
|
+
placeholder?: any;
|
|
24
|
+
isClearable?: any;
|
|
25
|
+
parser?: any;
|
|
26
26
|
hours?: any;
|
|
27
27
|
minutes?: any;
|
|
28
28
|
seconds?: any;
|
|
@@ -30,24 +30,24 @@ export declare const DurationboxComponent: import("vue").DefineComponent<{
|
|
|
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
32
|
themeName?: any;
|
|
33
|
+
variant?: any;
|
|
34
|
+
disabled?: any;
|
|
35
|
+
label?: any;
|
|
33
36
|
dir?: any;
|
|
34
37
|
lang?: any;
|
|
35
38
|
name?: any;
|
|
36
|
-
label?: any;
|
|
37
39
|
invalid?: any;
|
|
38
|
-
disabled?: any;
|
|
39
|
-
variant?: any;
|
|
40
|
-
placeholder?: any;
|
|
41
|
-
required?: any;
|
|
42
|
-
readonly?: any;
|
|
43
|
-
appearance?: any;
|
|
44
|
-
isClearable?: any;
|
|
45
40
|
value?: any;
|
|
46
41
|
state?: any;
|
|
47
|
-
|
|
48
|
-
parser?: any;
|
|
42
|
+
appearance?: any;
|
|
49
43
|
isFocused?: any;
|
|
44
|
+
formatter?: any;
|
|
45
|
+
required?: any;
|
|
46
|
+
readonly?: any;
|
|
50
47
|
autofocus?: any;
|
|
48
|
+
placeholder?: any;
|
|
49
|
+
isClearable?: any;
|
|
50
|
+
parser?: any;
|
|
51
51
|
hours?: any;
|
|
52
52
|
minutes?: any;
|
|
53
53
|
seconds?: any;
|
|
@@ -5,22 +5,22 @@
|
|
|
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
|
-
accept?: any;
|
|
13
12
|
directory?: any;
|
|
13
|
+
accept?: 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" | "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
|
-
accept?: any;
|
|
23
22
|
directory?: any;
|
|
23
|
+
accept?: any;
|
|
24
24
|
}> & Readonly<{
|
|
25
25
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
26
26
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,43 +5,43 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const FileUploadComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
variant?: any;
|
|
9
|
+
disabled?: any;
|
|
8
10
|
dir?: any;
|
|
9
11
|
lang?: any;
|
|
10
12
|
invalid?: any;
|
|
11
|
-
disabled?: any;
|
|
12
|
-
variant?: any;
|
|
13
|
-
multiple?: any;
|
|
14
|
-
accept?: any;
|
|
15
|
-
directory?: any;
|
|
16
|
-
intl?: any;
|
|
17
|
-
placeholder?: any;
|
|
18
|
-
appearance?: any;
|
|
19
13
|
value?: any;
|
|
20
|
-
|
|
14
|
+
appearance?: any;
|
|
15
|
+
placeholder?: any;
|
|
21
16
|
isDragging?: any;
|
|
22
|
-
|
|
17
|
+
intl?: any;
|
|
18
|
+
view?: any;
|
|
23
19
|
strategy?: any;
|
|
20
|
+
autoUpload?: any;
|
|
21
|
+
multiple?: any;
|
|
22
|
+
directory?: any;
|
|
23
|
+
accept?: 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
28
|
themeName?: any;
|
|
29
|
+
variant?: any;
|
|
30
|
+
disabled?: any;
|
|
29
31
|
dir?: any;
|
|
30
32
|
lang?: any;
|
|
31
33
|
invalid?: any;
|
|
32
|
-
disabled?: any;
|
|
33
|
-
variant?: any;
|
|
34
|
-
multiple?: any;
|
|
35
|
-
accept?: any;
|
|
36
|
-
directory?: any;
|
|
37
|
-
intl?: any;
|
|
38
|
-
placeholder?: any;
|
|
39
|
-
appearance?: any;
|
|
40
34
|
value?: any;
|
|
41
|
-
|
|
35
|
+
appearance?: any;
|
|
36
|
+
placeholder?: any;
|
|
42
37
|
isDragging?: any;
|
|
43
|
-
|
|
38
|
+
intl?: any;
|
|
39
|
+
view?: any;
|
|
44
40
|
strategy?: any;
|
|
41
|
+
autoUpload?: any;
|
|
42
|
+
multiple?: any;
|
|
43
|
+
directory?: any;
|
|
44
|
+
accept?: any;
|
|
45
45
|
maxSize?: any;
|
|
46
46
|
}> & Readonly<{
|
|
47
47
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -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;
|
|
@@ -5,31 +5,31 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const NumberboxComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
variant?: any;
|
|
9
|
+
disabled?: any;
|
|
10
|
+
label?: any;
|
|
8
11
|
dir?: any;
|
|
9
12
|
lang?: any;
|
|
10
13
|
name?: any;
|
|
11
|
-
label?: any;
|
|
12
14
|
invalid?: any;
|
|
13
|
-
|
|
14
|
-
|
|
15
|
+
value?: any;
|
|
16
|
+
state?: any;
|
|
17
|
+
appearance?: any;
|
|
18
|
+
isFocused?: any;
|
|
15
19
|
isBusy?: any;
|
|
16
|
-
|
|
20
|
+
step?: any;
|
|
21
|
+
formatter?: any;
|
|
17
22
|
required?: any;
|
|
18
23
|
readonly?: any;
|
|
24
|
+
autofocus?: any;
|
|
25
|
+
placeholder?: any;
|
|
26
|
+
autocomplete?: any;
|
|
19
27
|
textAlign?: any;
|
|
20
|
-
appearance?: any;
|
|
21
28
|
isClearable?: any;
|
|
22
|
-
value?: any;
|
|
23
|
-
state?: any;
|
|
24
|
-
formatter?: any;
|
|
25
29
|
parser?: any;
|
|
26
|
-
isFocused?: any;
|
|
27
|
-
autofocus?: any;
|
|
28
|
-
pattern?: any;
|
|
29
|
-
autocomplete?: any;
|
|
30
|
-
step?: any;
|
|
31
30
|
min?: any;
|
|
32
31
|
max?: any;
|
|
32
|
+
pattern?: any;
|
|
33
33
|
keyboard?: any;
|
|
34
34
|
spinPosition?: any;
|
|
35
35
|
spinner?: any;
|
|
@@ -38,31 +38,31 @@ export declare const NumberboxComponent: import("vue").DefineComponent<{
|
|
|
38
38
|
[key: string]: any;
|
|
39
39
|
}>, {}, {}, {}, 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<{
|
|
40
40
|
themeName?: any;
|
|
41
|
+
variant?: any;
|
|
42
|
+
disabled?: any;
|
|
43
|
+
label?: any;
|
|
41
44
|
dir?: any;
|
|
42
45
|
lang?: any;
|
|
43
46
|
name?: any;
|
|
44
|
-
label?: any;
|
|
45
47
|
invalid?: any;
|
|
46
|
-
|
|
47
|
-
|
|
48
|
+
value?: any;
|
|
49
|
+
state?: any;
|
|
50
|
+
appearance?: any;
|
|
51
|
+
isFocused?: any;
|
|
48
52
|
isBusy?: any;
|
|
49
|
-
|
|
53
|
+
step?: any;
|
|
54
|
+
formatter?: any;
|
|
50
55
|
required?: any;
|
|
51
56
|
readonly?: any;
|
|
57
|
+
autofocus?: any;
|
|
58
|
+
placeholder?: any;
|
|
59
|
+
autocomplete?: any;
|
|
52
60
|
textAlign?: any;
|
|
53
|
-
appearance?: any;
|
|
54
61
|
isClearable?: any;
|
|
55
|
-
value?: any;
|
|
56
|
-
state?: any;
|
|
57
|
-
formatter?: any;
|
|
58
62
|
parser?: any;
|
|
59
|
-
isFocused?: any;
|
|
60
|
-
autofocus?: any;
|
|
61
|
-
pattern?: any;
|
|
62
|
-
autocomplete?: any;
|
|
63
|
-
step?: any;
|
|
64
63
|
min?: any;
|
|
65
64
|
max?: any;
|
|
65
|
+
pattern?: any;
|
|
66
66
|
keyboard?: any;
|
|
67
67
|
spinPosition?: any;
|
|
68
68
|
spinner?: any;
|
|
@@ -5,54 +5,54 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const PasswordboxComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
variant?: any;
|
|
9
|
+
disabled?: any;
|
|
10
|
+
label?: any;
|
|
8
11
|
dir?: any;
|
|
9
12
|
lang?: any;
|
|
10
13
|
name?: any;
|
|
11
|
-
label?: any;
|
|
12
14
|
invalid?: any;
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
15
|
+
value?: any;
|
|
16
|
+
state?: any;
|
|
17
|
+
appearance?: any;
|
|
18
|
+
isFocused?: any;
|
|
19
|
+
formatter?: any;
|
|
16
20
|
required?: any;
|
|
17
21
|
readonly?: any;
|
|
22
|
+
autofocus?: any;
|
|
23
|
+
placeholder?: any;
|
|
24
|
+
autocomplete?: any;
|
|
18
25
|
textAlign?: any;
|
|
19
|
-
appearance?: any;
|
|
20
26
|
isClearable?: any;
|
|
21
|
-
value?: any;
|
|
22
|
-
state?: any;
|
|
23
|
-
formatter?: any;
|
|
24
27
|
parser?: any;
|
|
25
|
-
isFocused?: any;
|
|
26
|
-
autofocus?: any;
|
|
27
28
|
pattern?: any;
|
|
28
|
-
autocomplete?: any;
|
|
29
29
|
revealable?: any;
|
|
30
30
|
isReveal?: any;
|
|
31
31
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
32
32
|
[key: string]: any;
|
|
33
33
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "passwordRevealed" | "passwordConcealed" | "cleared")[], "connected" | "disconnected" | "changed" | "passwordRevealed" | "passwordConcealed" | "cleared", import("vue").PublicProps, Readonly<{
|
|
34
34
|
themeName?: any;
|
|
35
|
+
variant?: any;
|
|
36
|
+
disabled?: any;
|
|
37
|
+
label?: any;
|
|
35
38
|
dir?: any;
|
|
36
39
|
lang?: any;
|
|
37
40
|
name?: any;
|
|
38
|
-
label?: any;
|
|
39
41
|
invalid?: any;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
42
|
+
value?: any;
|
|
43
|
+
state?: any;
|
|
44
|
+
appearance?: any;
|
|
45
|
+
isFocused?: any;
|
|
46
|
+
formatter?: any;
|
|
43
47
|
required?: any;
|
|
44
48
|
readonly?: any;
|
|
49
|
+
autofocus?: any;
|
|
50
|
+
placeholder?: any;
|
|
51
|
+
autocomplete?: any;
|
|
45
52
|
textAlign?: any;
|
|
46
|
-
appearance?: any;
|
|
47
53
|
isClearable?: any;
|
|
48
|
-
value?: any;
|
|
49
|
-
state?: any;
|
|
50
|
-
formatter?: any;
|
|
51
54
|
parser?: any;
|
|
52
|
-
isFocused?: any;
|
|
53
|
-
autofocus?: any;
|
|
54
55
|
pattern?: any;
|
|
55
|
-
autocomplete?: any;
|
|
56
56
|
revealable?: any;
|
|
57
57
|
isReveal?: any;
|
|
58
58
|
}> & Readonly<{
|
|
@@ -5,50 +5,50 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const PinboxComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
variant?: any;
|
|
9
|
+
disabled?: any;
|
|
8
10
|
dir?: any;
|
|
9
11
|
lang?: any;
|
|
10
12
|
length?: any;
|
|
11
13
|
name?: any;
|
|
12
14
|
mode?: any;
|
|
13
15
|
invalid?: any;
|
|
14
|
-
disabled?: any;
|
|
15
|
-
variant?: any;
|
|
16
|
-
placeholder?: any;
|
|
17
|
-
required?: any;
|
|
18
|
-
readonly?: any;
|
|
19
|
-
appearance?: any;
|
|
20
16
|
value?: any;
|
|
21
17
|
state?: any;
|
|
22
|
-
|
|
23
|
-
parser?: any;
|
|
18
|
+
appearance?: any;
|
|
24
19
|
isFocused?: any;
|
|
20
|
+
formatter?: any;
|
|
21
|
+
required?: any;
|
|
22
|
+
readonly?: any;
|
|
25
23
|
autofocus?: any;
|
|
26
|
-
|
|
24
|
+
placeholder?: any;
|
|
27
25
|
autocomplete?: any;
|
|
26
|
+
parser?: any;
|
|
27
|
+
pattern?: any;
|
|
28
28
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
29
29
|
[key: string]: any;
|
|
30
30
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
31
31
|
themeName?: any;
|
|
32
|
+
variant?: any;
|
|
33
|
+
disabled?: any;
|
|
32
34
|
dir?: any;
|
|
33
35
|
lang?: any;
|
|
34
36
|
length?: any;
|
|
35
37
|
name?: any;
|
|
36
38
|
mode?: any;
|
|
37
39
|
invalid?: any;
|
|
38
|
-
disabled?: any;
|
|
39
|
-
variant?: any;
|
|
40
|
-
placeholder?: any;
|
|
41
|
-
required?: any;
|
|
42
|
-
readonly?: any;
|
|
43
|
-
appearance?: any;
|
|
44
40
|
value?: any;
|
|
45
41
|
state?: any;
|
|
46
|
-
|
|
47
|
-
parser?: any;
|
|
42
|
+
appearance?: any;
|
|
48
43
|
isFocused?: any;
|
|
44
|
+
formatter?: any;
|
|
45
|
+
required?: any;
|
|
46
|
+
readonly?: any;
|
|
49
47
|
autofocus?: any;
|
|
50
|
-
|
|
48
|
+
placeholder?: any;
|
|
51
49
|
autocomplete?: any;
|
|
50
|
+
parser?: any;
|
|
51
|
+
pattern?: any;
|
|
52
52
|
}> & Readonly<{
|
|
53
53
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
54
54
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,39 +5,39 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const RadioComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
variant?: any;
|
|
9
|
+
disabled?: any;
|
|
10
|
+
label?: any;
|
|
8
11
|
dir?: any;
|
|
9
12
|
lang?: any;
|
|
10
13
|
name?: any;
|
|
11
|
-
label?: any;
|
|
12
14
|
invalid?: any;
|
|
13
|
-
disabled?: any;
|
|
14
|
-
variant?: any;
|
|
15
|
-
required?: any;
|
|
16
|
-
appearance?: any;
|
|
17
15
|
value?: any;
|
|
18
|
-
|
|
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
26
|
themeName?: any;
|
|
27
|
+
variant?: any;
|
|
28
|
+
disabled?: any;
|
|
29
|
+
label?: any;
|
|
27
30
|
dir?: any;
|
|
28
31
|
lang?: any;
|
|
29
32
|
name?: any;
|
|
30
|
-
label?: any;
|
|
31
33
|
invalid?: any;
|
|
32
|
-
disabled?: any;
|
|
33
|
-
variant?: any;
|
|
34
|
-
required?: any;
|
|
35
|
-
appearance?: any;
|
|
36
34
|
value?: any;
|
|
37
|
-
|
|
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;
|
|
@@ -5,30 +5,30 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const RadioGroupComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
variant?: any;
|
|
9
|
+
disabled?: any;
|
|
8
10
|
dir?: any;
|
|
9
11
|
lang?: any;
|
|
10
12
|
name?: any;
|
|
11
13
|
invalid?: any;
|
|
12
14
|
orientation?: any;
|
|
13
|
-
disabled?: any;
|
|
14
|
-
variant?: any;
|
|
15
|
-
required?: any;
|
|
16
|
-
appearance?: any;
|
|
17
15
|
value?: any;
|
|
16
|
+
appearance?: any;
|
|
17
|
+
required?: any;
|
|
18
18
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
19
19
|
[key: string]: any;
|
|
20
20
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "radioChanged")[], "connected" | "disconnected" | "changed" | "radioChanged", import("vue").PublicProps, Readonly<{
|
|
21
21
|
themeName?: any;
|
|
22
|
+
variant?: any;
|
|
23
|
+
disabled?: any;
|
|
22
24
|
dir?: any;
|
|
23
25
|
lang?: any;
|
|
24
26
|
name?: any;
|
|
25
27
|
invalid?: any;
|
|
26
28
|
orientation?: any;
|
|
27
|
-
disabled?: any;
|
|
28
|
-
variant?: any;
|
|
29
|
-
required?: any;
|
|
30
|
-
appearance?: any;
|
|
31
29
|
value?: any;
|
|
30
|
+
appearance?: any;
|
|
31
|
+
required?: any;
|
|
32
32
|
}> & Readonly<{
|
|
33
33
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
34
34
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -6,16 +6,16 @@
|
|
|
6
6
|
export declare const RatingComponent: import("vue").DefineComponent<{
|
|
7
7
|
symbol?: any;
|
|
8
8
|
themeName?: any;
|
|
9
|
+
variant?: any;
|
|
10
|
+
disabled?: any;
|
|
11
|
+
label?: any;
|
|
9
12
|
dir?: any;
|
|
10
13
|
lang?: any;
|
|
11
14
|
length?: any;
|
|
12
|
-
label?: any;
|
|
13
|
-
size?: any;
|
|
14
15
|
orientation?: any;
|
|
15
|
-
disabled?: any;
|
|
16
|
-
variant?: any;
|
|
17
|
-
readonly?: any;
|
|
18
16
|
value?: any;
|
|
17
|
+
size?: any;
|
|
18
|
+
readonly?: any;
|
|
19
19
|
hoverValue?: any;
|
|
20
20
|
isHovering?: any;
|
|
21
21
|
precision?: any;
|
|
@@ -25,16 +25,16 @@ export declare const RatingComponent: import("vue").DefineComponent<{
|
|
|
25
25
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
26
26
|
symbol?: any;
|
|
27
27
|
themeName?: any;
|
|
28
|
+
variant?: any;
|
|
29
|
+
disabled?: any;
|
|
30
|
+
label?: any;
|
|
28
31
|
dir?: any;
|
|
29
32
|
lang?: any;
|
|
30
33
|
length?: any;
|
|
31
|
-
label?: any;
|
|
32
|
-
size?: any;
|
|
33
34
|
orientation?: any;
|
|
34
|
-
disabled?: any;
|
|
35
|
-
variant?: any;
|
|
36
|
-
readonly?: any;
|
|
37
35
|
value?: any;
|
|
36
|
+
size?: any;
|
|
37
|
+
readonly?: any;
|
|
38
38
|
hoverValue?: any;
|
|
39
39
|
isHovering?: any;
|
|
40
40
|
precision?: any;
|
|
@@ -5,61 +5,61 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const RichtextboxComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
variant?: any;
|
|
9
|
+
disabled?: any;
|
|
10
|
+
label?: any;
|
|
8
11
|
dir?: any;
|
|
9
12
|
lang?: any;
|
|
10
13
|
name?: any;
|
|
11
|
-
label?: any;
|
|
12
14
|
invalid?: any;
|
|
13
15
|
resize?: any;
|
|
14
|
-
disabled?: any;
|
|
15
|
-
variant?: any;
|
|
16
|
-
intl?: any;
|
|
17
|
-
placeholder?: any;
|
|
18
|
-
required?: any;
|
|
19
|
-
readonly?: any;
|
|
20
|
-
appearance?: any;
|
|
21
|
-
isClearable?: any;
|
|
22
16
|
value?: any;
|
|
23
17
|
state?: any;
|
|
24
|
-
|
|
25
|
-
parser?: any;
|
|
18
|
+
appearance?: any;
|
|
26
19
|
isFocused?: any;
|
|
20
|
+
formatter?: any;
|
|
21
|
+
required?: any;
|
|
22
|
+
readonly?: any;
|
|
27
23
|
autofocus?: any;
|
|
28
|
-
|
|
24
|
+
placeholder?: any;
|
|
29
25
|
autocomplete?: any;
|
|
26
|
+
isClearable?: any;
|
|
27
|
+
parser?: any;
|
|
28
|
+
multilineRows?: any;
|
|
29
|
+
pattern?: any;
|
|
30
30
|
minlength?: any;
|
|
31
31
|
maxlength?: any;
|
|
32
|
-
|
|
32
|
+
intl?: any;
|
|
33
33
|
showToolbar?: any;
|
|
34
34
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
35
35
|
[key: string]: any;
|
|
36
36
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "cleared")[], "connected" | "disconnected" | "changed" | "cleared", import("vue").PublicProps, Readonly<{
|
|
37
37
|
themeName?: any;
|
|
38
|
+
variant?: any;
|
|
39
|
+
disabled?: any;
|
|
40
|
+
label?: any;
|
|
38
41
|
dir?: any;
|
|
39
42
|
lang?: any;
|
|
40
43
|
name?: any;
|
|
41
|
-
label?: any;
|
|
42
44
|
invalid?: any;
|
|
43
45
|
resize?: any;
|
|
44
|
-
disabled?: any;
|
|
45
|
-
variant?: any;
|
|
46
|
-
intl?: any;
|
|
47
|
-
placeholder?: any;
|
|
48
|
-
required?: any;
|
|
49
|
-
readonly?: any;
|
|
50
|
-
appearance?: any;
|
|
51
|
-
isClearable?: any;
|
|
52
46
|
value?: any;
|
|
53
47
|
state?: any;
|
|
54
|
-
|
|
55
|
-
parser?: any;
|
|
48
|
+
appearance?: any;
|
|
56
49
|
isFocused?: any;
|
|
50
|
+
formatter?: any;
|
|
51
|
+
required?: any;
|
|
52
|
+
readonly?: any;
|
|
57
53
|
autofocus?: any;
|
|
58
|
-
|
|
54
|
+
placeholder?: any;
|
|
59
55
|
autocomplete?: any;
|
|
56
|
+
isClearable?: any;
|
|
57
|
+
parser?: any;
|
|
58
|
+
multilineRows?: any;
|
|
59
|
+
pattern?: any;
|
|
60
60
|
minlength?: any;
|
|
61
61
|
maxlength?: any;
|
|
62
|
-
|
|
62
|
+
intl?: any;
|
|
63
63
|
showToolbar?: any;
|
|
64
64
|
}> & Readonly<{
|
|
65
65
|
onConnected?: ((...args: any[]) => any) | undefined;
|