@breadstone/mosaik-elements-vue 0.0.244 → 0.0.245
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 +2 -2
- package/Controls/Components/Buttons/Button/ButtonComponent.d.ts +12 -12
- package/Controls/Components/Buttons/Button/ButtonGroupComponent.d.ts +4 -4
- package/Controls/Components/Buttons/CompoundButton/CompoundButtonComponent.d.ts +12 -12
- package/Controls/Components/Buttons/DropDownButton/DropDownButtonComponent.d.ts +12 -12
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonComponent.d.ts +10 -10
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonGroupComponent.d.ts +2 -2
- package/Controls/Components/Buttons/PressButton/PressButtonComponent.d.ts +12 -12
- package/Controls/Components/Buttons/RepeatButton/RepeatButtonComponent.d.ts +12 -12
- package/Controls/Components/Buttons/SplitButton/SplitButtonComponent.d.ts +12 -12
- package/Controls/Components/Buttons/Tile/TileComponent.d.ts +8 -8
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonComponent.d.ts +12 -12
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonGroupComponent.d.ts +6 -6
- package/Controls/Components/Cells/CellComponent.d.ts +2 -2
- package/Controls/Components/Charts/ChartComponent.d.ts +2 -2
- 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 +2 -2
- package/Controls/Components/Grouping/Banner/BannerComponent.d.ts +8 -8
- 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 +6 -6
- package/Controls/Components/Grouping/Breadcrumb/BreadcrumbItemComponent.d.ts +4 -4
- package/Controls/Components/Grouping/Card/CardComponent.d.ts +11 -11
- package/Controls/Components/Grouping/Card/CardContentComponent.d.ts +4 -4
- package/Controls/Components/Grouping/Card/CardHeaderComponent.d.ts +4 -4
- package/Controls/Components/Grouping/Card/CardSubTitleComponent.d.ts +4 -4
- package/Controls/Components/Grouping/Card/CardTitleComponent.d.ts +4 -4
- package/Controls/Components/Grouping/Expander/ExpanderComponent.d.ts +8 -8
- package/Controls/Components/Grouping/Expander/ExpanderGroupComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Expander/ExpanderHeaderComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Expander/ExpanderSubHeaderComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Message/MessageComponent.d.ts +8 -8
- package/Controls/Components/Grouping/Message/MessageContentComponent.d.ts +6 -6
- package/Controls/Components/Grouping/Toolbar/ToolbarComponent.d.ts +4 -4
- package/Controls/Components/Grouping/actionbar/ActionbarComponent.d.ts +2 -2
- 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 +14 -14
- package/Controls/Components/Inputs/Calendar/CalendarComponent.d.ts +8 -8
- package/Controls/Components/Inputs/Calendar/CalendarHeaderComponent.d.ts +4 -4
- package/Controls/Components/Inputs/Calendar/CalendarItemComponent.d.ts +12 -12
- package/Controls/Components/Inputs/Calendar/CalendarSubHeaderComponent.d.ts +4 -4
- package/Controls/Components/Inputs/CheckBox/CheckBoxComponent.d.ts +8 -8
- package/Controls/Components/Inputs/CheckBox/CheckBoxGroupComponent.d.ts +6 -6
- package/Controls/Components/Inputs/ChipBox/ChipBoxComponent.d.ts +10 -10
- package/Controls/Components/Inputs/Choice/ChoiceComponent.d.ts +10 -10
- package/Controls/Components/Inputs/Choice/ChoiceGroupComponent.d.ts +6 -6
- package/Controls/Components/Inputs/ColorBox/ColorBoxComponent.d.ts +10 -10
- package/Controls/Components/Inputs/DateBox/DateBoxComponent.d.ts +10 -10
- package/Controls/Components/Inputs/DateTimeBox/DateTimeBoxComponent.d.ts +10 -10
- package/Controls/Components/Inputs/DurationBox/DurationBoxComponent.d.ts +10 -10
- package/Controls/Components/Inputs/FileUpload/FilePickerComponent.d.ts +2 -2
- package/Controls/Components/Inputs/FileUpload/FileUploadComponent.d.ts +4 -4
- package/Controls/Components/Inputs/NumberBox/NumberBoxComponent.d.ts +10 -10
- package/Controls/Components/Inputs/PasswordBox/PasswordBoxComponent.d.ts +10 -10
- package/Controls/Components/Inputs/PinBox/PinBoxComponent.d.ts +10 -10
- package/Controls/Components/Inputs/Radio/RadioComponent.d.ts +8 -8
- 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 +10 -10
- package/Controls/Components/Inputs/Scheduler/SchedulerComponent.d.ts +4 -4
- package/Controls/Components/Inputs/Scheduler/SchedulerEventComponent.d.ts +8 -8
- package/Controls/Components/Inputs/SearchBox/SearchBoxComponent.d.ts +12 -12
- package/Controls/Components/Inputs/Select/SelectComponent.d.ts +6 -6
- package/Controls/Components/Inputs/Select/SelectItemComponent.d.ts +15 -15
- package/Controls/Components/Inputs/SignaturePad/SignaturePadComponent.d.ts +10 -10
- package/Controls/Components/Inputs/TextBox/TextBoxComponent.d.ts +10 -10
- package/Controls/Components/Inputs/TimeBox/TimeBoxComponent.d.ts +12 -12
- package/Controls/Components/Inputs/ToggleSwitch/ToggleSwitchComponent.d.ts +8 -8
- package/Controls/Components/Layouts/Designer/Content/DesignerContentComponent.js +1 -1
- package/Controls/Components/Layouts/Designer/DesignerComponent.js +1 -1
- package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnComponent.d.ts +4 -4
- package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnComponent.js +1 -1
- package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnComposerComponent.js +1 -1
- package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnItemComponent.d.ts +18 -18
- package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnItemComponent.js +1 -1
- package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnItemComposerComponent.js +1 -1
- package/Controls/Components/Layouts/FlowBoard/FlowBoardComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Page/PageComponent.js +1 -1
- package/Controls/Components/Layouts/Page/PageHeaderComponent.d.ts +6 -2
- package/Controls/Components/Layouts/Page/PageHeaderComponent.d.ts.map +1 -1
- package/Controls/Components/Layouts/Page/PageHeaderComponent.js +3 -3
- package/Controls/Components/Layouts/Page/PageHeaderComponent.js.map +1 -1
- package/Controls/Components/Layouts/Page/PageMenuComponent.js +1 -1
- package/Controls/Components/Layouts/Page/PagePreContentComponent.js +1 -1
- package/Controls/Components/Layouts/Page/PagePreContentComponent.js.map +1 -1
- package/Controls/Components/Layouts/Page/PagePreHeaderComponent.js +1 -1
- package/Controls/Components/Layouts/Page/PagePreHeaderComponent.js.map +1 -1
- package/Controls/Components/Layouts/Split/SplitComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Split/SplitComponent.js +1 -1
- package/Controls/Components/Layouts/Split/SplitComponent.js.map +1 -1
- package/Controls/Components/Layouts/TileList/TileListComponent.js +1 -1
- package/Controls/Components/Layouts/TileList/TileListComponent.js.map +1 -1
- package/Controls/Components/Layouts/TileList/TileListItemComponent.d.ts +2 -2
- package/Controls/Components/Layouts/TileList/TileListItemComponent.js +1 -1
- package/Controls/Components/Layouts/TileList/TileListItemComponent.js.map +1 -1
- package/Controls/Components/Layouts/TileManager/TileManagerTileComponent.js +1 -1
- package/Controls/Components/Media/Audio/AudioComponent.d.ts +2 -2
- package/Controls/Components/Media/Avatar/AvatarComponent.d.ts +8 -8
- package/Controls/Components/Media/Avatar/AvatarGroupComponent.d.ts +4 -4
- package/Controls/Components/Media/Badge/BadgeComponent.d.ts +6 -6
- package/Controls/Components/Media/Camera/CameraComponent.d.ts +2 -2
- package/Controls/Components/Media/Chat/ChatComponent.d.ts +4 -4
- package/Controls/Components/Media/Chat/ChatHeaderComponent.d.ts +2 -2
- package/Controls/Components/Media/Chat/ChatInputAttachmentListComponent.d.ts +2 -2
- package/Controls/Components/Media/Chat/ChatInputComponent.d.ts +4 -4
- 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 +8 -8
- package/Controls/Components/Media/Chat/ChatMessageDividerComponent.d.ts +2 -2
- package/Controls/Components/Media/Chat/ChatMessageReactionComponent.d.ts +2 -2
- package/Controls/Components/Media/Chat/Tools/AttachmentChatToolComponent.d.ts +2 -2
- package/Controls/Components/Media/Chat/Tools/ReactionChatToolComponent.d.ts +2 -2
- package/Controls/Components/Media/Chat/Tools/VoiceRecorderChatToolComponent.d.ts +2 -2
- package/Controls/Components/Media/Chip/ChipComponent.d.ts +10 -10
- package/Controls/Components/Media/Chip/ChipGroupComponent.d.ts +6 -6
- package/Controls/Components/Media/ColorArea/ColorAreaComponent.d.ts +2 -2
- package/Controls/Components/Media/ColorEditor/ColorEditorAlphaSliderComponent.d.ts +2 -2
- package/Controls/Components/Media/ColorEditor/ColorEditorAreaComponent.d.ts +4 -4
- package/Controls/Components/Media/ColorEditor/ColorEditorComponent.d.ts +4 -4
- 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 +2 -2
- 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 +4 -4
- package/Controls/Components/Media/ColorSlider/ColorSliderComponent.d.ts +4 -4
- 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 +4 -4
- package/Controls/Components/Media/Image/ImageComponent.d.ts +4 -4
- package/Controls/Components/Media/Map/MapComponent.d.ts +2 -2
- package/Controls/Components/Media/Persona/PersonaComponent.d.ts +8 -8
- package/Controls/Components/Media/QRCode/QRCodeComponent.d.ts +2 -2
- package/Controls/Components/Media/Timeline/TimelineMarkerComponent.d.ts +6 -6
- package/Controls/Components/Media/Video/VideoComponent.d.ts +2 -2
- package/Controls/Components/Misc/LightChain/LightChainComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Dialog/DialogComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Dialog/DialogContentComponent.d.ts +4 -4
- package/Controls/Components/Overlays/Dialog/DialogHeaderComponent.d.ts +4 -4
- package/Controls/Components/Overlays/Dialog/DialogHeaderSubTextComponent.d.ts +4 -4
- package/Controls/Components/Overlays/Dialog/DialogHeaderTextComponent.d.ts +4 -4
- package/Controls/Components/Overlays/Drawer/DrawerHeaderComponent.d.ts +4 -4
- package/Controls/Components/Overlays/Drawer/DrawerHeaderSubTextComponent.d.ts +4 -4
- package/Controls/Components/Overlays/Drawer/DrawerHeaderTextComponent.d.ts +4 -4
- package/Controls/Components/Overlays/MessageBox/MessageBoxComponent.d.ts +6 -6
- package/Controls/Components/Overlays/Sheet/SheetContentComponent.d.ts +4 -4
- package/Controls/Components/Overlays/Sheet/SheetHeaderComponent.d.ts +4 -4
- package/Controls/Components/Overlays/Sheet/SheetHeaderSubTextComponent.d.ts +4 -4
- package/Controls/Components/Overlays/Sheet/SheetHeaderTextComponent.d.ts +4 -4
- package/Controls/Components/Overlays/Toast/ToastComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Adorners/ResizeAdorner/ResizeAdornerComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Checkmark/CheckmarkComponent.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 +2 -2
- package/Controls/Components/Primitives/Dot/DotGroupComponent.d.ts +4 -4
- package/Controls/Components/Primitives/DropZone/DropZoneComponent.d.ts +4 -4
- 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 +2 -2
- package/Controls/Components/Primitives/Flip/FlipComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Hint/HintComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Indicator/IndicatorComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Jumbotron/JumbotronComponent.d.ts +4 -4
- 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/Kbd/KbdShortcutComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Number/NumberComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Number/NumberCounterComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Paginator/PaginatorComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Pip/PipComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Popup/PopupComponent.d.ts +6 -6
- package/Controls/Components/Primitives/ResizeThumb/ResizeThumbComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Ribbon/RibbonComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Text/TextComponent.d.ts +6 -6
- package/Controls/Components/Primitives/TextFormat/TextFormatComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Thumbnail/ThumbnailComponent.d.ts +2 -2
- package/Controls/Components/Primitives/TickBar/TickBarComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Toggletip/ToggleTipComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Tooltip/TooltipComponent.d.ts +4 -4
- package/Controls/Components/Primitives/UpDownSpinner/UpDownSpinnerComponent.d.ts +6 -6
- 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 +6 -6
- package/Controls/Components/Ranges/MeterRing/MeterRingComponent.d.ts +6 -6
- package/Controls/Components/Ranges/ProgressBar/ProgressBarComponent.d.ts +6 -6
- package/Controls/Components/Ranges/ProgressRing/ProgressRingComponent.d.ts +6 -6
- 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 +8 -8
- package/Controls/Components/Ranges/Slider2/Slider2ThumbComponent.d.ts +6 -6
- package/Controls/Components/Selectors/Carousel/CarouselComponent.d.ts +6 -6
- package/Controls/Components/Selectors/Carousel/CarouselItemComponent.d.ts +9 -9
- package/Controls/Components/Selectors/Carousel2/CarouselItem2Component.d.ts +7 -7
- package/Controls/Components/Selectors/Combo/ComboComponent.d.ts +6 -6
- package/Controls/Components/Selectors/Combo/ComboItemComponent.d.ts +15 -15
- package/Controls/Components/Selectors/DataList/DataListComponent.d.ts +2 -2
- package/Controls/Components/Selectors/DataTable/DataTableComponent.d.ts +4 -4
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgChannelComponent.d.ts +6 -6
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgComponent.d.ts +4 -4
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgProgramComponent.d.ts +8 -8
- package/Controls/Components/Selectors/List/ListComponent.d.ts +4 -4
- package/Controls/Components/Selectors/List/ListItemComponent.d.ts +15 -15
- 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 +12 -12
- package/Controls/Components/Selectors/Menu/MenuItemGroupComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Segment/SegmentComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Segment/SegmentItemComponent.d.ts +12 -12
- package/Controls/Components/Selectors/Stepper/StepperComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Stepper/StepperItemComponent.d.ts +9 -9
- package/Controls/Components/Selectors/Tab/TabComponent.d.ts +6 -6
- package/Controls/Components/Selectors/Tab/TabItemComponent.d.ts +9 -9
- package/Controls/Components/Selectors/TabStrip/TabStripComponent.d.ts +6 -6
- package/Controls/Components/Selectors/TabStrip/TabStripItemComponent.d.ts +15 -15
- package/Controls/Components/Selectors/Table/TableBodyCellComponent.d.ts +11 -11
- package/Controls/Components/Selectors/Table/TableBodyRowComponent.d.ts +9 -9
- package/Controls/Components/Selectors/Table/TableComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Table/TableFooterCellComponent.d.ts +8 -8
- package/Controls/Components/Selectors/Table/TableFooterRowComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Table/TableHeaderCellComponent.d.ts +12 -12
- package/Controls/Components/Selectors/Table/TableHeaderRowComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Tree/TreeComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Tree/TreeItemComponent.d.ts +15 -15
- package/Controls/Components/Selectors/Wizard/WizardComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Wizard/WizardStepComponent.d.ts +9 -9
- 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,19 +5,19 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const JumbotronHeaderComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
text?: any;
|
|
9
|
-
formatter?: any;
|
|
10
8
|
dir?: any;
|
|
11
9
|
lang?: any;
|
|
10
|
+
text?: any;
|
|
11
|
+
formatter?: any;
|
|
12
12
|
alignment?: 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
|
-
text?: any;
|
|
18
|
-
formatter?: any;
|
|
19
17
|
dir?: any;
|
|
20
18
|
lang?: any;
|
|
19
|
+
text?: any;
|
|
20
|
+
formatter?: any;
|
|
21
21
|
alignment?: any;
|
|
22
22
|
}> & Readonly<{
|
|
23
23
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,19 +5,19 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const JumbotronSubHeaderComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
text?: any;
|
|
9
|
-
formatter?: any;
|
|
10
8
|
dir?: any;
|
|
11
9
|
lang?: any;
|
|
10
|
+
text?: any;
|
|
11
|
+
formatter?: any;
|
|
12
12
|
alignment?: 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
|
-
text?: any;
|
|
18
|
-
formatter?: any;
|
|
19
17
|
dir?: any;
|
|
20
18
|
lang?: any;
|
|
19
|
+
text?: any;
|
|
20
|
+
formatter?: any;
|
|
21
21
|
alignment?: any;
|
|
22
22
|
}> & Readonly<{
|
|
23
23
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,18 +5,18 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const KbdComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
value?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
11
10
|
variant?: any;
|
|
11
|
+
value?: any;
|
|
12
12
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
13
13
|
[key: string]: any;
|
|
14
14
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
15
15
|
themeName?: any;
|
|
16
|
-
value?: any;
|
|
17
16
|
dir?: any;
|
|
18
17
|
lang?: any;
|
|
19
18
|
variant?: any;
|
|
19
|
+
value?: any;
|
|
20
20
|
}> & Readonly<{
|
|
21
21
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
22
22
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,16 +4,16 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const KbdShortcutComponent: import("vue").DefineComponent<{
|
|
7
|
-
disabled?: any;
|
|
8
7
|
dir?: any;
|
|
9
8
|
lang?: any;
|
|
9
|
+
disabled?: any;
|
|
10
10
|
gesture?: any;
|
|
11
11
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
12
12
|
[key: string]: any;
|
|
13
13
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
14
|
-
disabled?: any;
|
|
15
14
|
dir?: any;
|
|
16
15
|
lang?: any;
|
|
16
|
+
disabled?: any;
|
|
17
17
|
gesture?: any;
|
|
18
18
|
}> & Readonly<{
|
|
19
19
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
export declare const NumberComponent: import("vue").DefineComponent<{
|
|
7
7
|
number?: any;
|
|
8
8
|
themeName?: any;
|
|
9
|
-
disabled?: any;
|
|
10
9
|
dir?: any;
|
|
11
10
|
lang?: any;
|
|
11
|
+
disabled?: any;
|
|
12
12
|
variant?: any;
|
|
13
13
|
readonly?: any;
|
|
14
14
|
alignment?: any;
|
|
@@ -17,9 +17,9 @@ export declare const NumberComponent: import("vue").DefineComponent<{
|
|
|
17
17
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
18
18
|
number?: any;
|
|
19
19
|
themeName?: any;
|
|
20
|
-
disabled?: any;
|
|
21
20
|
dir?: any;
|
|
22
21
|
lang?: any;
|
|
22
|
+
disabled?: any;
|
|
23
23
|
variant?: any;
|
|
24
24
|
readonly?: any;
|
|
25
25
|
alignment?: any;
|
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const NumberCounterComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
disabled?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
10
|
+
disabled?: any;
|
|
11
11
|
variant?: any;
|
|
12
12
|
readonly?: any;
|
|
13
13
|
alignment?: any;
|
|
@@ -18,9 +18,9 @@ export declare const NumberCounterComponent: import("vue").DefineComponent<{
|
|
|
18
18
|
[key: string]: any;
|
|
19
19
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
20
20
|
themeName?: any;
|
|
21
|
-
disabled?: any;
|
|
22
21
|
dir?: any;
|
|
23
22
|
lang?: any;
|
|
23
|
+
disabled?: any;
|
|
24
24
|
variant?: any;
|
|
25
25
|
readonly?: any;
|
|
26
26
|
alignment?: any;
|
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const PaginatorComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
disabled?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
10
|
+
disabled?: any;
|
|
11
11
|
variant?: any;
|
|
12
|
-
size?: any;
|
|
13
12
|
appearance?: any;
|
|
13
|
+
size?: any;
|
|
14
14
|
intl?: any;
|
|
15
15
|
totalPages?: any;
|
|
16
16
|
rangeStart?: any;
|
|
@@ -26,12 +26,12 @@ export declare const PaginatorComponent: import("vue").DefineComponent<{
|
|
|
26
26
|
[key: string]: any;
|
|
27
27
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "pageChanged" | "pageSizeChanged")[], "connected" | "disconnected" | "changed" | "pageChanged" | "pageSizeChanged", import("vue").PublicProps, Readonly<{
|
|
28
28
|
themeName?: any;
|
|
29
|
-
disabled?: any;
|
|
30
29
|
dir?: any;
|
|
31
30
|
lang?: any;
|
|
31
|
+
disabled?: any;
|
|
32
32
|
variant?: any;
|
|
33
|
-
size?: any;
|
|
34
33
|
appearance?: any;
|
|
34
|
+
size?: any;
|
|
35
35
|
intl?: any;
|
|
36
36
|
totalPages?: any;
|
|
37
37
|
rangeStart?: any;
|
|
@@ -5,26 +5,26 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const PipComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
text?: any;
|
|
9
|
-
disabled?: any;
|
|
10
8
|
dir?: any;
|
|
11
9
|
lang?: any;
|
|
10
|
+
disabled?: any;
|
|
12
11
|
variant?: any;
|
|
13
|
-
size?: any;
|
|
14
12
|
appearance?: any;
|
|
13
|
+
size?: any;
|
|
14
|
+
text?: any;
|
|
15
15
|
icon?: any;
|
|
16
16
|
iconSize?: any;
|
|
17
17
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
18
18
|
[key: string]: any;
|
|
19
19
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
20
20
|
themeName?: any;
|
|
21
|
-
text?: any;
|
|
22
|
-
disabled?: any;
|
|
23
21
|
dir?: any;
|
|
24
22
|
lang?: any;
|
|
23
|
+
disabled?: any;
|
|
25
24
|
variant?: any;
|
|
26
|
-
size?: any;
|
|
27
25
|
appearance?: any;
|
|
26
|
+
size?: any;
|
|
27
|
+
text?: any;
|
|
28
28
|
icon?: any;
|
|
29
29
|
iconSize?: any;
|
|
30
30
|
}> & Readonly<{
|
|
@@ -5,15 +5,15 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const PopupComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
disabled?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
11
10
|
shift?: any;
|
|
11
|
+
disabled?: any;
|
|
12
|
+
variant?: any;
|
|
13
|
+
appearance?: any;
|
|
12
14
|
animationTarget?: any;
|
|
13
15
|
enter?: any;
|
|
14
16
|
exit?: any;
|
|
15
|
-
variant?: any;
|
|
16
|
-
appearance?: any;
|
|
17
17
|
isOpen?: any;
|
|
18
18
|
hasBackdrop?: any;
|
|
19
19
|
pressEscapeToClose?: any;
|
|
@@ -41,15 +41,15 @@ export declare const PopupComponent: import("vue").DefineComponent<{
|
|
|
41
41
|
[key: string]: any;
|
|
42
42
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "opened" | "closed")[], "connected" | "disconnected" | "changed" | "opened" | "closed", import("vue").PublicProps, Readonly<{
|
|
43
43
|
themeName?: any;
|
|
44
|
-
disabled?: any;
|
|
45
44
|
dir?: any;
|
|
46
45
|
lang?: any;
|
|
47
46
|
shift?: any;
|
|
47
|
+
disabled?: any;
|
|
48
|
+
variant?: any;
|
|
49
|
+
appearance?: any;
|
|
48
50
|
animationTarget?: any;
|
|
49
51
|
enter?: any;
|
|
50
52
|
exit?: any;
|
|
51
|
-
variant?: any;
|
|
52
|
-
appearance?: any;
|
|
53
53
|
isOpen?: any;
|
|
54
54
|
hasBackdrop?: any;
|
|
55
55
|
pressEscapeToClose?: any;
|
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const ResizeThumbComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
disabled?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
10
|
+
disabled?: any;
|
|
11
11
|
for?: any;
|
|
12
12
|
control?: any;
|
|
13
13
|
isResizing?: any;
|
|
@@ -22,9 +22,9 @@ export declare const ResizeThumbComponent: import("vue").DefineComponent<{
|
|
|
22
22
|
[key: string]: any;
|
|
23
23
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "resizeStart" | "resizing" | "resizeEnd")[], "connected" | "disconnected" | "changed" | "resizeStart" | "resizing" | "resizeEnd", import("vue").PublicProps, Readonly<{
|
|
24
24
|
themeName?: any;
|
|
25
|
-
disabled?: any;
|
|
26
25
|
dir?: any;
|
|
27
26
|
lang?: any;
|
|
27
|
+
disabled?: any;
|
|
28
28
|
for?: any;
|
|
29
29
|
control?: any;
|
|
30
30
|
isResizing?: any;
|
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const RibbonComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
disabled?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
11
10
|
label?: any;
|
|
11
|
+
disabled?: any;
|
|
12
12
|
variant?: any;
|
|
13
13
|
size?: any;
|
|
14
14
|
icon?: any;
|
|
@@ -17,10 +17,10 @@ export declare const RibbonComponent: import("vue").DefineComponent<{
|
|
|
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
|
-
disabled?: any;
|
|
21
20
|
dir?: any;
|
|
22
21
|
lang?: any;
|
|
23
22
|
label?: any;
|
|
23
|
+
disabled?: any;
|
|
24
24
|
variant?: any;
|
|
25
25
|
size?: any;
|
|
26
26
|
icon?: any;
|
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const TextComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
text?: any;
|
|
9
|
-
disabled?: any;
|
|
10
|
-
formatter?: any;
|
|
11
8
|
dir?: any;
|
|
12
9
|
lang?: any;
|
|
10
|
+
disabled?: any;
|
|
13
11
|
variant?: any;
|
|
12
|
+
text?: any;
|
|
13
|
+
formatter?: any;
|
|
14
14
|
readonly?: any;
|
|
15
15
|
truncate?: any;
|
|
16
16
|
wrap?: any;
|
|
@@ -22,12 +22,12 @@ export declare const TextComponent: import("vue").DefineComponent<{
|
|
|
22
22
|
[key: string]: any;
|
|
23
23
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
24
24
|
themeName?: any;
|
|
25
|
-
text?: any;
|
|
26
|
-
disabled?: any;
|
|
27
|
-
formatter?: any;
|
|
28
25
|
dir?: any;
|
|
29
26
|
lang?: any;
|
|
27
|
+
disabled?: any;
|
|
30
28
|
variant?: any;
|
|
29
|
+
text?: any;
|
|
30
|
+
formatter?: any;
|
|
31
31
|
readonly?: any;
|
|
32
32
|
truncate?: any;
|
|
33
33
|
wrap?: any;
|
|
@@ -5,16 +5,16 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const TextFormatComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
text?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
10
|
+
text?: any;
|
|
11
11
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
12
12
|
[key: string]: any;
|
|
13
13
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
14
14
|
themeName?: any;
|
|
15
|
-
text?: any;
|
|
16
15
|
dir?: any;
|
|
17
16
|
lang?: any;
|
|
17
|
+
text?: any;
|
|
18
18
|
}> & Readonly<{
|
|
19
19
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
20
20
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,18 +5,18 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const ThumbnailComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
disabled?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
10
|
+
disabled?: any;
|
|
11
11
|
kind?: any;
|
|
12
12
|
preview?: 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
|
-
disabled?: any;
|
|
18
17
|
dir?: any;
|
|
19
18
|
lang?: any;
|
|
19
|
+
disabled?: any;
|
|
20
20
|
kind?: any;
|
|
21
21
|
preview?: any;
|
|
22
22
|
}> & Readonly<{
|
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const TickBarComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
disabled?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
10
|
+
disabled?: any;
|
|
11
11
|
orientation?: any;
|
|
12
12
|
interval?: any;
|
|
13
13
|
labelPosition?: any;
|
|
@@ -20,9 +20,9 @@ export declare const TickBarComponent: import("vue").DefineComponent<{
|
|
|
20
20
|
[key: string]: any;
|
|
21
21
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
22
22
|
themeName?: any;
|
|
23
|
-
disabled?: any;
|
|
24
23
|
dir?: any;
|
|
25
24
|
lang?: any;
|
|
25
|
+
disabled?: any;
|
|
26
26
|
orientation?: any;
|
|
27
27
|
interval?: any;
|
|
28
28
|
labelPosition?: any;
|
|
@@ -5,10 +5,9 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const ToggletipComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
disabled?: any;
|
|
9
|
-
formatter?: any;
|
|
10
8
|
dir?: any;
|
|
11
9
|
lang?: any;
|
|
10
|
+
disabled?: any;
|
|
12
11
|
width?: any;
|
|
13
12
|
height?: any;
|
|
14
13
|
size?: any;
|
|
@@ -21,14 +20,14 @@ export declare const ToggletipComponent: import("vue").DefineComponent<{
|
|
|
21
20
|
hideDelay?: any;
|
|
22
21
|
trigger?: any;
|
|
23
22
|
staysOpen?: any;
|
|
23
|
+
formatter?: any;
|
|
24
24
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
25
25
|
[key: string]: any;
|
|
26
26
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
27
27
|
themeName?: any;
|
|
28
|
-
disabled?: any;
|
|
29
|
-
formatter?: any;
|
|
30
28
|
dir?: any;
|
|
31
29
|
lang?: any;
|
|
30
|
+
disabled?: any;
|
|
32
31
|
width?: any;
|
|
33
32
|
height?: any;
|
|
34
33
|
size?: any;
|
|
@@ -41,6 +40,7 @@ export declare const ToggletipComponent: import("vue").DefineComponent<{
|
|
|
41
40
|
hideDelay?: any;
|
|
42
41
|
trigger?: any;
|
|
43
42
|
staysOpen?: any;
|
|
43
|
+
formatter?: any;
|
|
44
44
|
}> & Readonly<{
|
|
45
45
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
46
46
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,10 +5,9 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const TooltipComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
disabled?: any;
|
|
9
|
-
formatter?: any;
|
|
10
8
|
dir?: any;
|
|
11
9
|
lang?: any;
|
|
10
|
+
disabled?: any;
|
|
12
11
|
animationTarget?: any;
|
|
13
12
|
enter?: any;
|
|
14
13
|
exit?: any;
|
|
@@ -30,14 +29,14 @@ export declare const TooltipComponent: import("vue").DefineComponent<{
|
|
|
30
29
|
staysOpen?: any;
|
|
31
30
|
for?: any;
|
|
32
31
|
control?: any;
|
|
32
|
+
formatter?: any;
|
|
33
33
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
34
34
|
[key: string]: any;
|
|
35
35
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "opened" | "closed")[], "connected" | "disconnected" | "changed" | "opened" | "closed", import("vue").PublicProps, Readonly<{
|
|
36
36
|
themeName?: any;
|
|
37
|
-
disabled?: any;
|
|
38
|
-
formatter?: any;
|
|
39
37
|
dir?: any;
|
|
40
38
|
lang?: any;
|
|
39
|
+
disabled?: any;
|
|
41
40
|
animationTarget?: any;
|
|
42
41
|
enter?: any;
|
|
43
42
|
exit?: any;
|
|
@@ -59,6 +58,7 @@ export declare const TooltipComponent: import("vue").DefineComponent<{
|
|
|
59
58
|
staysOpen?: any;
|
|
60
59
|
for?: any;
|
|
61
60
|
control?: any;
|
|
61
|
+
formatter?: any;
|
|
62
62
|
}> & Readonly<{
|
|
63
63
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
64
64
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,9 +5,11 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const UpdownSpinnerComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
disabled?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
10
|
+
disabled?: any;
|
|
11
|
+
variant?: any;
|
|
12
|
+
appearance?: any;
|
|
11
13
|
orientation?: any;
|
|
12
14
|
increaseIcon?: any;
|
|
13
15
|
decreaseIcon?: any;
|
|
@@ -17,16 +19,16 @@ export declare const UpdownSpinnerComponent: import("vue").DefineComponent<{
|
|
|
17
19
|
increaseDisabled?: any;
|
|
18
20
|
decreaseDisabled?: any;
|
|
19
21
|
focusable?: any;
|
|
20
|
-
variant?: any;
|
|
21
22
|
size?: any;
|
|
22
|
-
appearance?: 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" | "spinned")[], "connected" | "disconnected" | "changed" | "spinned", import("vue").PublicProps, Readonly<{
|
|
26
26
|
themeName?: any;
|
|
27
|
-
disabled?: any;
|
|
28
27
|
dir?: any;
|
|
29
28
|
lang?: any;
|
|
29
|
+
disabled?: any;
|
|
30
|
+
variant?: any;
|
|
31
|
+
appearance?: any;
|
|
30
32
|
orientation?: any;
|
|
31
33
|
increaseIcon?: any;
|
|
32
34
|
decreaseIcon?: any;
|
|
@@ -36,9 +38,7 @@ export declare const UpdownSpinnerComponent: import("vue").DefineComponent<{
|
|
|
36
38
|
increaseDisabled?: any;
|
|
37
39
|
decreaseDisabled?: any;
|
|
38
40
|
focusable?: any;
|
|
39
|
-
variant?: any;
|
|
40
41
|
size?: any;
|
|
41
|
-
appearance?: any;
|
|
42
42
|
}> & Readonly<{
|
|
43
43
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
44
44
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const ListingComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
disabled?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
10
|
+
disabled?: any;
|
|
11
11
|
variant?: any;
|
|
12
|
-
size?: any;
|
|
13
12
|
appearance?: any;
|
|
13
|
+
size?: any;
|
|
14
14
|
type?: any;
|
|
15
15
|
start?: any;
|
|
16
16
|
numberingType?: any;
|
|
@@ -20,12 +20,12 @@ export declare const ListingComponent: import("vue").DefineComponent<{
|
|
|
20
20
|
[key: string]: any;
|
|
21
21
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
22
22
|
themeName?: any;
|
|
23
|
-
disabled?: any;
|
|
24
23
|
dir?: any;
|
|
25
24
|
lang?: any;
|
|
25
|
+
disabled?: any;
|
|
26
26
|
variant?: any;
|
|
27
|
-
size?: any;
|
|
28
27
|
appearance?: any;
|
|
28
|
+
size?: any;
|
|
29
29
|
type?: any;
|
|
30
30
|
start?: any;
|
|
31
31
|
numberingType?: any;
|
|
@@ -5,16 +5,16 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const ListingItemComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
value?: any;
|
|
9
|
-
disabled?: any;
|
|
10
|
-
formatter?: any;
|
|
11
8
|
dir?: any;
|
|
12
9
|
lang?: any;
|
|
13
10
|
header?: any;
|
|
11
|
+
disabled?: any;
|
|
14
12
|
variant?: any;
|
|
15
|
-
|
|
13
|
+
value?: any;
|
|
16
14
|
appearance?: any;
|
|
15
|
+
size?: any;
|
|
17
16
|
content?: any;
|
|
17
|
+
formatter?: any;
|
|
18
18
|
listType?: any;
|
|
19
19
|
listNumberingType?: any;
|
|
20
20
|
listBulletType?: any;
|
|
@@ -22,16 +22,16 @@ export declare const ListingItemComponent: import("vue").DefineComponent<{
|
|
|
22
22
|
[key: string]: any;
|
|
23
23
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
24
24
|
themeName?: any;
|
|
25
|
-
value?: any;
|
|
26
|
-
disabled?: any;
|
|
27
|
-
formatter?: any;
|
|
28
25
|
dir?: any;
|
|
29
26
|
lang?: any;
|
|
30
27
|
header?: any;
|
|
28
|
+
disabled?: any;
|
|
31
29
|
variant?: any;
|
|
32
|
-
|
|
30
|
+
value?: any;
|
|
33
31
|
appearance?: any;
|
|
32
|
+
size?: any;
|
|
34
33
|
content?: any;
|
|
34
|
+
formatter?: any;
|
|
35
35
|
listType?: any;
|
|
36
36
|
listNumberingType?: any;
|
|
37
37
|
listBulletType?: any;
|
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const ListingItemMarkerComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
disabled?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
11
|
-
|
|
10
|
+
disabled?: any;
|
|
12
11
|
variant?: any;
|
|
13
|
-
size?: any;
|
|
14
12
|
appearance?: any;
|
|
13
|
+
index?: any;
|
|
14
|
+
size?: any;
|
|
15
15
|
type?: any;
|
|
16
16
|
numberingType?: any;
|
|
17
17
|
bulletType?: any;
|
|
@@ -19,13 +19,13 @@ export declare const ListingItemMarkerComponent: import("vue").DefineComponent<{
|
|
|
19
19
|
[key: string]: any;
|
|
20
20
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
21
21
|
themeName?: any;
|
|
22
|
-
disabled?: any;
|
|
23
22
|
dir?: any;
|
|
24
23
|
lang?: any;
|
|
25
|
-
|
|
24
|
+
disabled?: any;
|
|
26
25
|
variant?: any;
|
|
27
|
-
size?: any;
|
|
28
26
|
appearance?: any;
|
|
27
|
+
index?: any;
|
|
28
|
+
size?: any;
|
|
29
29
|
type?: any;
|
|
30
30
|
numberingType?: any;
|
|
31
31
|
bulletType?: any;
|
|
@@ -5,17 +5,17 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const ThumbComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
disabled?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
10
|
+
disabled?: any;
|
|
11
11
|
edge?: any;
|
|
12
12
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
13
13
|
[key: string]: any;
|
|
14
14
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
15
15
|
themeName?: any;
|
|
16
|
-
disabled?: any;
|
|
17
16
|
dir?: any;
|
|
18
17
|
lang?: any;
|
|
18
|
+
disabled?: any;
|
|
19
19
|
edge?: any;
|
|
20
20
|
}> & Readonly<{
|
|
21
21
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const MeterBarComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
value?: any;
|
|
9
|
-
disabled?: any;
|
|
10
8
|
dir?: any;
|
|
11
9
|
lang?: any;
|
|
12
10
|
label?: any;
|
|
13
|
-
|
|
11
|
+
disabled?: any;
|
|
14
12
|
variant?: any;
|
|
13
|
+
value?: any;
|
|
14
|
+
orientation?: any;
|
|
15
15
|
min?: any;
|
|
16
16
|
max?: any;
|
|
17
17
|
thickness?: any;
|
|
@@ -26,13 +26,13 @@ export declare const MeterBarComponent: import("vue").DefineComponent<{
|
|
|
26
26
|
[key: string]: any;
|
|
27
27
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "rangeValueChanged")[], "connected" | "disconnected" | "changed" | "rangeValueChanged", import("vue").PublicProps, Readonly<{
|
|
28
28
|
themeName?: any;
|
|
29
|
-
value?: any;
|
|
30
|
-
disabled?: any;
|
|
31
29
|
dir?: any;
|
|
32
30
|
lang?: any;
|
|
33
31
|
label?: any;
|
|
34
|
-
|
|
32
|
+
disabled?: any;
|
|
35
33
|
variant?: any;
|
|
34
|
+
value?: any;
|
|
35
|
+
orientation?: any;
|
|
36
36
|
min?: any;
|
|
37
37
|
max?: any;
|
|
38
38
|
thickness?: any;
|