@breadstone/mosaik-elements-vue 0.1.73 → 0.1.78
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 +16 -16
- package/Controls/Components/Buttons/Button/ButtonGroupComponent.d.ts +6 -6
- package/Controls/Components/Buttons/CompoundButton/CompoundButtonComponent.d.ts +16 -16
- package/Controls/Components/Buttons/DropDownButton/DropDownButtonComponent.d.ts +16 -16
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonComponent.d.ts +16 -16
- 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 +16 -16
- package/Controls/Components/Buttons/SplitButton/SplitButtonComponent.d.ts +16 -16
- package/Controls/Components/Buttons/Tile/TileComponent.d.ts +10 -10
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonComponent.d.ts +18 -18
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonGroupComponent.d.ts +8 -8
- package/Controls/Components/Cells/CellComponent.d.ts +6 -6
- package/Controls/Components/Cells/CellGroupComponent.d.ts +2 -2
- package/Controls/Components/Charts/ChartComponent.d.ts +6 -6
- package/Controls/Components/Effects/Pattern/PatternComponent.d.ts +6 -6
- package/Controls/Components/Effects/Perspective/PerspectiveComponent.d.ts +4 -4
- package/Controls/Components/Effects/Ripple/RippleComponent.d.ts +6 -6
- 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 +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 +8 -8
- package/Controls/Components/Grouping/Breadcrumb/BreadcrumbComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Breadcrumb/BreadcrumbItemComponent.d.ts +10 -10
- package/Controls/Components/Grouping/Card/CardActionsComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Card/CardComponent.d.ts +8 -8
- package/Controls/Components/Grouping/Card/CardContentComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Card/CardFooterComponent.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/Disclosure/DisclosureComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Expander/ExpanderComponent.d.ts +10 -10
- package/Controls/Components/Grouping/Expander/ExpanderGroupComponent.d.ts +6 -6
- 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/Region/RegionComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Region/RegionViewComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Toolbar/ToolbarComponent.d.ts +4 -4
- package/Controls/Components/Grouping/actionbar/ActionbarComponent.d.ts +4 -4
- package/Controls/Components/Grouping/actionbar/ActionbarGroupComponent.d.ts +6 -6
- package/Controls/Components/Grouping/actionbar/ActionbarItemComponent.d.ts +4 -4
- package/Controls/Components/Grouping/actionbar/ActionbarSeparatorComponent.d.ts +2 -2
- package/Controls/Components/Inputs/AutoCompleteBox/AutoCompleteBoxComponent.d.ts +12 -12
- 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 +14 -14
- package/Controls/Components/Inputs/CheckBox/CheckBoxGroupComponent.d.ts +8 -8
- package/Controls/Components/Inputs/ChipBox/ChipBoxComponent.d.ts +12 -12
- package/Controls/Components/Inputs/Choice/ChoiceComponent.d.ts +18 -18
- package/Controls/Components/Inputs/Choice/ChoiceGroupComponent.d.ts +8 -8
- package/Controls/Components/Inputs/Choice/ChoiceGroupHeaderComponent.d.ts +2 -2
- package/Controls/Components/Inputs/ColorBox/ColorBoxComponent.d.ts +12 -12
- package/Controls/Components/Inputs/DateBox/DateBoxComponent.d.ts +12 -12
- package/Controls/Components/Inputs/DateTimeBox/DateTimeBoxComponent.d.ts +12 -12
- package/Controls/Components/Inputs/DurationBox/DurationBoxComponent.d.ts +12 -12
- package/Controls/Components/Inputs/FileBox/FileBoxComponent.d.ts +12 -12
- package/Controls/Components/Inputs/FileUpload/FilePickerComponent.d.ts +4 -4
- package/Controls/Components/Inputs/FileUpload/FileUploadComponent.d.ts +8 -8
- package/Controls/Components/Inputs/FileUpload/FileUploadItemComponent.d.ts +2 -2
- package/Controls/Components/Inputs/NumberBox/NumberBoxComponent.d.ts +12 -12
- package/Controls/Components/Inputs/PasswordBox/PasswordBoxComponent.d.ts +12 -12
- package/Controls/Components/Inputs/PinBox/PinBoxComponent.d.ts +10 -10
- 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 +12 -12
- package/Controls/Components/Inputs/Scheduler/SchedulerComponent.d.ts +6 -6
- package/Controls/Components/Inputs/Scheduler/SchedulerEventComponent.d.ts +12 -12
- package/Controls/Components/Inputs/SearchBox/SearchBoxComponent.d.ts +10 -10
- package/Controls/Components/Inputs/Select/SelectComponent.d.ts +10 -10
- package/Controls/Components/Inputs/Select/SelectItemComponent.d.ts +20 -20
- package/Controls/Components/Inputs/Select/SelectItemGroupComponent.d.ts +2 -2
- package/Controls/Components/Inputs/Select/SelectItemVisualComponent.d.ts +2 -2
- package/Controls/Components/Inputs/SignaturePad/SignaturePadComponent.d.ts +12 -12
- package/Controls/Components/Inputs/TextBox/TextBoxComponent.d.ts +12 -12
- package/Controls/Components/Inputs/TimeBox/TimeBoxComponent.d.ts +12 -12
- package/Controls/Components/Inputs/ToggleSwitch/ToggleSwitchComponent.d.ts +14 -14
- package/Controls/Components/Inputs/prompt-box/PromptBoxComponent.d.ts +12 -12
- package/Controls/Components/Inputs/prompt-box/attachments/PromptBoxAttachmentListComponent.d.ts +6 -6
- package/Controls/Components/Inputs/prompt-box/tools/PromptBoxAttachmentToolComponent.d.ts +4 -4
- package/Controls/Components/Inputs/prompt-box/tools/PromptBoxVoiceRecorderToolComponent.d.ts +4 -4
- package/Controls/Components/Layouts/Absolute/AbsoluteComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Absolute/AbsoluteItemComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Designer/Canvas/DesignerCanvasComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Designer/Content/DesignerContentComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Designer/DesignerComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Designer/Frame/DesignerFrameComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Dock/DockPanelComponent.d.ts +2 -2
- package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnComponent.d.ts +2 -2
- package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnComposerComponent.d.ts +2 -2
- package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnItemComponent.d.ts +12 -12
- package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnItemComposerComponent.d.ts +2 -2
- package/Controls/Components/Layouts/FlowBoard/FlowBoardComponent.d.ts +4 -4
- package/Controls/Components/Layouts/Grid/GridComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Grid/GridItemComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Masonry/MasonryComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Page/PageComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Page/PageContentComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Page/PageHeaderComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Page/PageMenuComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Page/PagePreContentComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Page/PagePreHeaderComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Resize/ResizeComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Split/SplitComponent.d.ts +4 -4
- package/Controls/Components/Layouts/Stack/StackComponent.d.ts +2 -2
- package/Controls/Components/Layouts/TileList/TileListComponent.d.ts +2 -2
- package/Controls/Components/Layouts/TileList/TileListItemComponent.d.ts +2 -2
- package/Controls/Components/Layouts/TileManager/TileManagerComponent.d.ts +2 -2
- package/Controls/Components/Layouts/TileManager/TileManagerTileComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Virtualize/VirtualizeComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Wrap/WrapComponent.d.ts +2 -2
- package/Controls/Components/Media/Audio/AudioComponent.d.ts +4 -4
- package/Controls/Components/Media/Avatar/AvatarComponent.d.ts +8 -8
- package/Controls/Components/Media/Avatar/AvatarGroupComponent.d.ts +6 -6
- package/Controls/Components/Media/Badge/BadgeComponent.d.ts +10 -10
- package/Controls/Components/Media/Camera/CameraComponent.d.ts +4 -4
- 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/ChatMarkerComponent.d.ts +6 -6
- package/Controls/Components/Media/Chat/ChatMessageAvatarComponent.d.ts +8 -8
- 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 +4 -4
- package/Controls/Components/Media/Chat/ChatPromptBoxAttachmentListComponent.d.ts +6 -6
- package/Controls/Components/Media/Chat/ChatPromptBoxComponent.d.ts +10 -10
- package/Controls/Components/Media/Chat/Tools/AttachmentChatToolComponent.d.ts +4 -4
- package/Controls/Components/Media/Chat/Tools/ReactionChatToolComponent.d.ts +4 -4
- package/Controls/Components/Media/Chat/Tools/VoiceRecorderChatToolComponent.d.ts +4 -4
- package/Controls/Components/Media/Chip/ChipComponent.d.ts +18 -18
- package/Controls/Components/Media/Chip/ChipGroupComponent.d.ts +8 -8
- package/Controls/Components/Media/ColorArea/ColorAreaComponent.d.ts +6 -6
- package/Controls/Components/Media/ColorEditor/ColorEditorAlphaSliderComponent.d.ts +6 -6
- package/Controls/Components/Media/ColorEditor/ColorEditorAreaComponent.d.ts +8 -8
- package/Controls/Components/Media/ColorEditor/ColorEditorComponent.d.ts +8 -8
- package/Controls/Components/Media/ColorEditor/ColorEditorHueSliderComponent.d.ts +6 -6
- package/Controls/Components/Media/ColorEditor/ColorEditorInputsComponent.d.ts +6 -6
- package/Controls/Components/Media/ColorEditor/ColorEditorPaletteComponent.d.ts +6 -6
- package/Controls/Components/Media/ColorEditor/ColorEditorShadeSliderComponent.d.ts +6 -6
- package/Controls/Components/Media/ColorEditor/ColorEditorSwatchComponent.d.ts +6 -6
- package/Controls/Components/Media/ColorPicker/ColorPickerComponent.d.ts +6 -6
- package/Controls/Components/Media/ColorSlider/ColorSliderComponent.d.ts +6 -6
- package/Controls/Components/Media/ColorSwatch/ColorSwatchComponent.d.ts +10 -10
- package/Controls/Components/Media/ColorSwatch/ColorSwatchGroupComponent.d.ts +6 -6
- 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 +4 -4
- package/Controls/Components/Media/Icon/IconComponent.d.ts +6 -6
- 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 +8 -8
- package/Controls/Components/Media/QRCode/QRCodeComponent.d.ts +2 -2
- package/Controls/Components/Media/Timeline/TimelineComponent.d.ts +2 -2
- package/Controls/Components/Media/Timeline/TimelineContentComponent.d.ts +2 -2
- package/Controls/Components/Media/Timeline/TimelineItemComponent.d.ts +2 -2
- package/Controls/Components/Media/Timeline/TimelineMarkerComponent.d.ts +8 -8
- package/Controls/Components/Media/Timeline/TimelineOppositeComponent.d.ts +2 -2
- package/Controls/Components/Media/Video/VideoComponent.d.ts +4 -4
- package/Controls/Components/Misc/CookieConsent/CookiesConsentComponent.d.ts +2 -2
- package/Controls/Components/Misc/LightChain/LightChainComponent.d.ts +4 -4
- package/Controls/Components/Overlays/Dialog/DialogActionsComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Dialog/DialogComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Dialog/DialogContentComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Dialog/DialogFooterComponent.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/DrawerActionsComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Drawer/DrawerComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Drawer/DrawerContainerComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Drawer/DrawerContentComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Drawer/DrawerFooterComponent.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/Drawer/DrawerRailComponent.d.ts +2 -2
- package/Controls/Components/Overlays/MessageBox/MessageBoxComponent.d.ts +6 -6
- package/Controls/Components/Overlays/Sheet/SheetComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Sheet/SheetContentComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Sheet/SheetFooterComponent.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/ToastActionsComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Toast/ToastComponent.d.ts +6 -6
- package/Controls/Components/Overlays/tour/TourAnchorComponent.d.ts +2 -2
- package/Controls/Components/Overlays/tour/TourComponent.d.ts +24 -14
- package/Controls/Components/Overlays/tour/TourComponent.d.ts.map +1 -1
- package/Controls/Components/Overlays/tour/TourComponent.js +2 -2
- package/Controls/Components/Overlays/tour/TourComponent.js.map +1 -1
- package/Controls/Components/Overlays/tour/TourControlsComponent.d.ts +48 -0
- package/Controls/Components/Overlays/tour/TourControlsComponent.d.ts.map +1 -0
- package/Controls/Components/Overlays/tour/TourControlsComponent.js +29 -0
- package/Controls/Components/Overlays/tour/TourControlsComponent.js.map +1 -0
- package/Controls/Components/Overlays/tour/TourStepComponent.d.ts +16 -16
- package/Controls/Components/Primitives/Adorners/ResizeAdorner/ResizeAdornerComponent.d.ts +4 -4
- 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/Clickable/ClickableComponent.d.ts +8 -8
- package/Controls/Components/Primitives/Code/CodeComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Dismiss/DismissComponent.d.ts +8 -8
- package/Controls/Components/Primitives/Divider/DividerComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Dot/DotComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Dot/DotGroupComponent.d.ts +6 -6
- package/Controls/Components/Primitives/DropZone/DropZoneComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Dropdown/DropdownAnchorComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Dropdown/DropdownComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Dropdown/DropdownPanelComponent.d.ts +2 -2
- 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 +4 -4
- package/Controls/Components/Primitives/Flip/FlipComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Floating/FloatingComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Floating/FloatingTriggerComponent.d.ts +2 -2
- 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/FooterItemComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Footer/FooterItemGroupComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Helmet/HelmetComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Hint/HintComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Indicator/IndicatorComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Jumbotron/JumbotronComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Jumbotron/JumbotronHeaderComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Jumbotron/JumbotronSubHeaderComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Kbd/KbdComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Kbd/KbdShortcutComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Marquee/MarqueeComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Number/NumberComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Number/NumberCounterComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Paginator/PaginatorComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Pip/PipComponent.d.ts +8 -8
- package/Controls/Components/Primitives/Popup/PopupComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Portal/PortalComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Portal/PortalHostComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Portal/PortalProjectionComponent.d.ts +2 -2
- package/Controls/Components/Primitives/ResizeThumb/ResizeThumbComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Ribbon/RibbonComponent.d.ts +10 -10
- package/Controls/Components/Primitives/Scroll/ScrollComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Skeleton/SkeletonComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Spacer/SpacerComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Sticky/StickyComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Summary/SummaryComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Swipe/SwipeComponent.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 +4 -4
- package/Controls/Components/Primitives/TickBar/TickBarComponent.d.ts +4 -4
- 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/WheelPicker/WheelPickerComponent.d.ts +8 -8
- package/Controls/Components/Primitives/ghost/GhostComponent.d.ts +2 -2
- package/Controls/Components/Primitives/listing/ListingComponent.d.ts +6 -6
- package/Controls/Components/Primitives/listing/ListingItemComponent.d.ts +8 -8
- package/Controls/Components/Primitives/listing/ListingItemMarkerComponent.d.ts +8 -8
- package/Controls/Components/Primitives/placeholder/PlaceholderComponent.d.ts +2 -2
- package/Controls/Components/Primitives/thumb/ThumbComponent.d.ts +4 -4
- package/Controls/Components/Ranges/MeterBar/MeterBarComponent.d.ts +10 -10
- package/Controls/Components/Ranges/MeterRing/MeterRingComponent.d.ts +10 -10
- package/Controls/Components/Ranges/ProgressBar/ProgressBarComponent.d.ts +10 -10
- package/Controls/Components/Ranges/ProgressRing/ProgressRingComponent.d.ts +10 -10
- 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 +8 -8
- package/Controls/Components/Ranges/Slider2/Slider2ThumbComponent.d.ts +8 -8
- package/Controls/Components/Selectors/Carousel/CarouselComponent.d.ts +6 -6
- package/Controls/Components/Selectors/Carousel/CarouselItemComponent.d.ts +10 -10
- package/Controls/Components/Selectors/Carousel2/Carousel2Component.d.ts +2 -2
- package/Controls/Components/Selectors/Carousel2/CarouselItem2Component.d.ts +8 -8
- package/Controls/Components/Selectors/Combo/ComboComponent.d.ts +10 -10
- package/Controls/Components/Selectors/Combo/ComboItemComponent.d.ts +22 -22
- package/Controls/Components/Selectors/Combo/ComboItemVisualComponent.d.ts +2 -2
- package/Controls/Components/Selectors/DataList/DataListComponent.d.ts +4 -4
- package/Controls/Components/Selectors/DataTable/DataTableComponent.d.ts +4 -4
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgChannelComponent.d.ts +10 -10
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgComponent.d.ts +6 -6
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgProgramComponent.d.ts +12 -12
- package/Controls/Components/Selectors/List/ListComponent.d.ts +6 -6
- package/Controls/Components/Selectors/List/ListItemComponent.d.ts +16 -16
- package/Controls/Components/Selectors/List/ListItemGroupComponent.d.ts +4 -4
- package/Controls/Components/Selectors/Menu/MenuComponent.d.ts +4 -4
- package/Controls/Components/Selectors/Menu/MenuItemComponent.d.ts +20 -20
- package/Controls/Components/Selectors/Menu/MenuItemGroupComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Segment/SegmentComponent.d.ts +6 -6
- package/Controls/Components/Selectors/Segment/SegmentItemComponent.d.ts +18 -18
- package/Controls/Components/Selectors/Stepper/StepperComponent.d.ts +8 -8
- package/Controls/Components/Selectors/Stepper/StepperItemComponent.d.ts +18 -18
- package/Controls/Components/Selectors/Tab/TabComponent.d.ts +6 -6
- package/Controls/Components/Selectors/Tab/TabItemComponent.d.ts +14 -14
- package/Controls/Components/Selectors/Tab/TabPanelComponent.d.ts +2 -2
- package/Controls/Components/Selectors/TabStrip/TabStripComponent.d.ts +6 -6
- package/Controls/Components/Selectors/TabStrip/TabStripItemComponent.d.ts +20 -20
- package/Controls/Components/Selectors/Table/TableBodyCellComponent.d.ts +8 -8
- package/Controls/Components/Selectors/Table/TableBodyComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Table/TableBodyRowComponent.d.ts +8 -8
- package/Controls/Components/Selectors/Table/TableComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Table/TableFooterCellComponent.d.ts +4 -4
- package/Controls/Components/Selectors/Table/TableFooterComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Table/TableFooterRowComponent.d.ts +4 -4
- package/Controls/Components/Selectors/Table/TableHeaderCellComponent.d.ts +4 -4
- package/Controls/Components/Selectors/Table/TableHeaderComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Table/TableHeaderRowComponent.d.ts +4 -4
- package/Controls/Components/Selectors/Table/editor/TableColumnEditorComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Tree/TreeComponent.d.ts +4 -4
- package/Controls/Components/Selectors/Tree/TreeItemComponent.d.ts +16 -16
- package/Controls/Components/Selectors/Wizard/WizardComponent.d.ts +8 -8
- package/Controls/Components/Selectors/Wizard/WizardStepComponent.d.ts +15 -15
- package/Controls/Components/Shell/AppComponent.d.ts +2 -2
- package/Controls/Components/Shell/AppHeaderComponent.d.ts +2 -2
- package/Controls/Components/States/Busy/BusyStateComponent.d.ts +4 -4
- package/Controls/Components/States/Empty/EmptyStateComponent.d.ts +4 -4
- package/Controls/Components/States/Error/ErrorStateComponent.d.ts +4 -4
- package/Controls/Components/States/Success/SuccessStateComponent.d.ts +4 -4
- package/Index.d.ts +1 -0
- package/Index.d.ts.map +1 -1
- package/Index.js +1 -0
- package/Index.js.map +1 -1
- package/Theming/Theme2Component.d.ts +2 -2
- package/package.json +2 -2
|
@@ -9,14 +9,14 @@ export declare const SheetFooterComponent: import("vue").DefineComponent<{
|
|
|
9
9
|
lang?: any;
|
|
10
10
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
11
11
|
[key: string]: any;
|
|
12
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
12
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
13
13
|
themeName?: any;
|
|
14
14
|
dir?: any;
|
|
15
15
|
lang?: any;
|
|
16
16
|
}> & Readonly<{
|
|
17
|
-
onChanged?: ((...args: any[]) => any) | undefined;
|
|
18
17
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
19
18
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
19
|
+
onChanged?: ((...args: any[]) => any) | undefined;
|
|
20
20
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
21
21
|
declare module 'vue' {
|
|
22
22
|
interface GlobalComponents {
|
|
@@ -12,7 +12,7 @@ export declare const SheetHeaderComponent: import("vue").DefineComponent<{
|
|
|
12
12
|
subText?: any;
|
|
13
13
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
14
14
|
[key: string]: any;
|
|
15
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
15
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
16
16
|
themeName?: any;
|
|
17
17
|
dir?: any;
|
|
18
18
|
lang?: any;
|
|
@@ -20,9 +20,9 @@ export declare const SheetHeaderComponent: import("vue").DefineComponent<{
|
|
|
20
20
|
formatter?: any;
|
|
21
21
|
subText?: any;
|
|
22
22
|
}> & Readonly<{
|
|
23
|
-
onChanged?: ((...args: any[]) => any) | undefined;
|
|
24
23
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
25
24
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
25
|
+
onChanged?: ((...args: any[]) => any) | undefined;
|
|
26
26
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
27
27
|
declare module 'vue' {
|
|
28
28
|
interface GlobalComponents {
|
|
@@ -11,16 +11,16 @@ export declare const SheetHeaderSubTextComponent: import("vue").DefineComponent<
|
|
|
11
11
|
formatter?: any;
|
|
12
12
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
13
13
|
[key: string]: any;
|
|
14
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
14
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
15
15
|
themeName?: any;
|
|
16
16
|
dir?: any;
|
|
17
17
|
lang?: any;
|
|
18
18
|
text?: any;
|
|
19
19
|
formatter?: any;
|
|
20
20
|
}> & Readonly<{
|
|
21
|
-
onChanged?: ((...args: any[]) => any) | undefined;
|
|
22
21
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
23
22
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
23
|
+
onChanged?: ((...args: any[]) => any) | undefined;
|
|
24
24
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
25
25
|
declare module 'vue' {
|
|
26
26
|
interface GlobalComponents {
|
|
@@ -11,16 +11,16 @@ export declare const SheetHeaderTextComponent: import("vue").DefineComponent<{
|
|
|
11
11
|
formatter?: any;
|
|
12
12
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
13
13
|
[key: string]: any;
|
|
14
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
14
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
15
15
|
themeName?: any;
|
|
16
16
|
dir?: any;
|
|
17
17
|
lang?: any;
|
|
18
18
|
text?: any;
|
|
19
19
|
formatter?: any;
|
|
20
20
|
}> & Readonly<{
|
|
21
|
-
onChanged?: ((...args: any[]) => any) | undefined;
|
|
22
21
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
23
22
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
23
|
+
onChanged?: ((...args: any[]) => any) | undefined;
|
|
24
24
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
25
25
|
declare module 'vue' {
|
|
26
26
|
interface GlobalComponents {
|
|
@@ -9,14 +9,14 @@ export declare const ToastActionsComponent: import("vue").DefineComponent<{
|
|
|
9
9
|
lang?: any;
|
|
10
10
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
11
11
|
[key: string]: any;
|
|
12
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
12
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
13
13
|
themeName?: any;
|
|
14
14
|
dir?: any;
|
|
15
15
|
lang?: any;
|
|
16
16
|
}> & Readonly<{
|
|
17
|
-
onChanged?: ((...args: any[]) => any) | undefined;
|
|
18
17
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
19
18
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
19
|
+
onChanged?: ((...args: any[]) => any) | undefined;
|
|
20
20
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
21
21
|
declare module 'vue' {
|
|
22
22
|
interface GlobalComponents {
|
|
@@ -4,15 +4,14 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const ToastComponent: import("vue").DefineComponent<{
|
|
7
|
-
icon?: any;
|
|
8
7
|
themeName?: any;
|
|
9
|
-
variant?: any;
|
|
10
8
|
dir?: any;
|
|
11
9
|
lang?: any;
|
|
12
10
|
header?: any;
|
|
13
11
|
animationTarget?: any;
|
|
14
12
|
enter?: any;
|
|
15
13
|
exit?: any;
|
|
14
|
+
variant?: any;
|
|
16
15
|
appearance?: any;
|
|
17
16
|
position?: any;
|
|
18
17
|
isBusy?: any;
|
|
@@ -25,20 +24,20 @@ export declare const ToastComponent: import("vue").DefineComponent<{
|
|
|
25
24
|
closeable?: any;
|
|
26
25
|
content?: any;
|
|
27
26
|
formatter?: any;
|
|
27
|
+
icon?: any;
|
|
28
28
|
iconSize?: any;
|
|
29
29
|
timeout?: any;
|
|
30
30
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
31
31
|
[key: string]: any;
|
|
32
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
33
|
-
icon?: any;
|
|
32
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "opened" | "closed" | "closeAttempted")[], "connected" | "disconnected" | "changed" | "opened" | "closed" | "closeAttempted", import("vue").PublicProps, Readonly<{
|
|
34
33
|
themeName?: any;
|
|
35
|
-
variant?: any;
|
|
36
34
|
dir?: any;
|
|
37
35
|
lang?: any;
|
|
38
36
|
header?: any;
|
|
39
37
|
animationTarget?: any;
|
|
40
38
|
enter?: any;
|
|
41
39
|
exit?: any;
|
|
40
|
+
variant?: any;
|
|
42
41
|
appearance?: any;
|
|
43
42
|
position?: any;
|
|
44
43
|
isBusy?: any;
|
|
@@ -51,12 +50,13 @@ export declare const ToastComponent: import("vue").DefineComponent<{
|
|
|
51
50
|
closeable?: any;
|
|
52
51
|
content?: any;
|
|
53
52
|
formatter?: any;
|
|
53
|
+
icon?: any;
|
|
54
54
|
iconSize?: any;
|
|
55
55
|
timeout?: any;
|
|
56
56
|
}> & Readonly<{
|
|
57
|
-
onChanged?: ((...args: any[]) => any) | undefined;
|
|
58
57
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
59
58
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
59
|
+
onChanged?: ((...args: any[]) => any) | undefined;
|
|
60
60
|
onOpened?: ((...args: any[]) => any) | undefined;
|
|
61
61
|
onClosed?: ((...args: any[]) => any) | undefined;
|
|
62
62
|
onCloseAttempted?: ((...args: any[]) => any) | undefined;
|
|
@@ -11,16 +11,16 @@ export declare const TourAnchorComponent: import("vue").DefineComponent<{
|
|
|
11
11
|
anchorId?: any;
|
|
12
12
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
13
13
|
[key: string]: any;
|
|
14
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
14
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
15
15
|
themeName?: any;
|
|
16
16
|
dir?: any;
|
|
17
17
|
lang?: any;
|
|
18
18
|
tourId?: any;
|
|
19
19
|
anchorId?: any;
|
|
20
20
|
}> & Readonly<{
|
|
21
|
-
onChanged?: ((...args: any[]) => any) | undefined;
|
|
22
21
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
23
22
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
23
|
+
onChanged?: ((...args: any[]) => any) | undefined;
|
|
24
24
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
25
25
|
declare module 'vue' {
|
|
26
26
|
interface GlobalComponents {
|
|
@@ -4,19 +4,24 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const TourComponent: import("vue").DefineComponent<{
|
|
7
|
+
currentStepIndex?: any;
|
|
8
|
+
stepCount?: any;
|
|
9
|
+
isFirstStep?: any;
|
|
10
|
+
isLastStep?: any;
|
|
11
|
+
isAutoAdvancePaused?: any;
|
|
12
|
+
minimumStepDuration?: any;
|
|
13
|
+
maximumStepDuration?: any;
|
|
14
|
+
stepDurationIncrement?: any;
|
|
15
|
+
labels?: any;
|
|
7
16
|
themeName?: any;
|
|
8
17
|
dir?: any;
|
|
9
18
|
lang?: any;
|
|
10
|
-
isFirstStep?: any;
|
|
11
|
-
isLastStep?: any;
|
|
12
19
|
animationTarget?: any;
|
|
13
20
|
enter?: any;
|
|
14
21
|
exit?: any;
|
|
15
22
|
currentStep?: any;
|
|
16
|
-
currentStepIndex?: any;
|
|
17
|
-
stepCount?: any;
|
|
18
23
|
isVisible?: any;
|
|
19
|
-
|
|
24
|
+
stepDurationSeconds?: any;
|
|
20
25
|
tooltipStyles?: any;
|
|
21
26
|
spotlightStyles?: any;
|
|
22
27
|
backdropStyles?: any;
|
|
@@ -28,9 +33,9 @@ export declare const TourComponent: import("vue").DefineComponent<{
|
|
|
28
33
|
behaviors?: any;
|
|
29
34
|
steps?: any;
|
|
30
35
|
context?: any;
|
|
31
|
-
labels?: any;
|
|
32
36
|
showProgress?: any;
|
|
33
37
|
showAutoAdvanceControls?: any;
|
|
38
|
+
showFloatingControls?: any;
|
|
34
39
|
restoreFocus?: any;
|
|
35
40
|
blockScroll?: any;
|
|
36
41
|
stepActivator?: any;
|
|
@@ -42,20 +47,25 @@ export declare const TourComponent: import("vue").DefineComponent<{
|
|
|
42
47
|
closeable?: any;
|
|
43
48
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
44
49
|
[key: string]: any;
|
|
45
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
50
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "opened" | "closed" | "closeAttempted" | "tourStarted" | "tourEnded" | "tourStepChanged" | "tourFailed")[], "connected" | "disconnected" | "changed" | "opened" | "closed" | "closeAttempted" | "tourStarted" | "tourEnded" | "tourStepChanged" | "tourFailed", import("vue").PublicProps, Readonly<{
|
|
51
|
+
currentStepIndex?: any;
|
|
52
|
+
stepCount?: any;
|
|
53
|
+
isFirstStep?: any;
|
|
54
|
+
isLastStep?: any;
|
|
55
|
+
isAutoAdvancePaused?: any;
|
|
56
|
+
minimumStepDuration?: any;
|
|
57
|
+
maximumStepDuration?: any;
|
|
58
|
+
stepDurationIncrement?: any;
|
|
59
|
+
labels?: any;
|
|
46
60
|
themeName?: any;
|
|
47
61
|
dir?: any;
|
|
48
62
|
lang?: any;
|
|
49
|
-
isFirstStep?: any;
|
|
50
|
-
isLastStep?: any;
|
|
51
63
|
animationTarget?: any;
|
|
52
64
|
enter?: any;
|
|
53
65
|
exit?: any;
|
|
54
66
|
currentStep?: any;
|
|
55
|
-
currentStepIndex?: any;
|
|
56
|
-
stepCount?: any;
|
|
57
67
|
isVisible?: any;
|
|
58
|
-
|
|
68
|
+
stepDurationSeconds?: any;
|
|
59
69
|
tooltipStyles?: any;
|
|
60
70
|
spotlightStyles?: any;
|
|
61
71
|
backdropStyles?: any;
|
|
@@ -67,9 +77,9 @@ export declare const TourComponent: import("vue").DefineComponent<{
|
|
|
67
77
|
behaviors?: any;
|
|
68
78
|
steps?: any;
|
|
69
79
|
context?: any;
|
|
70
|
-
labels?: any;
|
|
71
80
|
showProgress?: any;
|
|
72
81
|
showAutoAdvanceControls?: any;
|
|
82
|
+
showFloatingControls?: any;
|
|
73
83
|
restoreFocus?: any;
|
|
74
84
|
blockScroll?: any;
|
|
75
85
|
stepActivator?: any;
|
|
@@ -80,9 +90,9 @@ export declare const TourComponent: import("vue").DefineComponent<{
|
|
|
80
90
|
attention?: any;
|
|
81
91
|
closeable?: any;
|
|
82
92
|
}> & Readonly<{
|
|
83
|
-
onChanged?: ((...args: any[]) => any) | undefined;
|
|
84
93
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
85
94
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
95
|
+
onChanged?: ((...args: any[]) => any) | undefined;
|
|
86
96
|
onOpened?: ((...args: any[]) => any) | undefined;
|
|
87
97
|
onClosed?: ((...args: any[]) => any) | undefined;
|
|
88
98
|
onCloseAttempted?: ((...args: any[]) => any) | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TourComponent.d.ts","sourceRoot":"","sources":["../../../../../src/Controls/Components/Overlays/tour/TourComponent.ts"],"names":[],"mappings":"AASA;;;;GAIG;AACH,eAAO,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"TourComponent.d.ts","sourceRoot":"","sources":["../../../../../src/Controls/Components/Overlays/tour/TourComponent.ts"],"names":[],"mappings":"AASA;;;;GAIG;AACH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iFA2BxB,CAAC;AAEH,OAAO,QAAQ,KAAK,CAAC;IACjB,UAAiB,gBAAgB;QAC7B,UAAU,EAAE,OAAO,aAAa,CAAC;KACpC;CACJ"}
|
|
@@ -12,10 +12,10 @@ import { defineComponent, h } from 'vue';
|
|
|
12
12
|
*/
|
|
13
13
|
export const TourComponent = defineComponent({
|
|
14
14
|
name: 'TourComponent',
|
|
15
|
-
props: ['currentStep', 'currentStepIndex', 'stepCount', 'isFirstStep', 'isLastStep', 'isVisible', 'isAutoAdvancePaused', 'tooltipStyles', 'spotlightStyles', 'backdropStyles', 'isAnchorInteractive', 'titleId', 'descriptionId', 'stepActions', 'tourId', 'behaviors', 'steps', 'context', 'labels', 'showProgress', 'showAutoAdvanceControls', 'restoreFocus', 'blockScroll', 'stepActivator', 'themeName', 'animationTarget', 'enter', 'exit', 'isOpen', 'hasBackdrop', 'pressEscapeToClose', 'clickOutsideToClose', 'attention', 'closeable', 'dir', 'lang'],
|
|
15
|
+
props: ['currentStep', 'currentStepIndex', 'stepCount', 'isFirstStep', 'isLastStep', 'isVisible', 'isAutoAdvancePaused', 'stepDurationSeconds', 'tooltipStyles', 'spotlightStyles', 'backdropStyles', 'isAnchorInteractive', 'titleId', 'descriptionId', 'stepActions', 'tourId', 'behaviors', 'steps', 'context', 'labels', 'showProgress', 'showAutoAdvanceControls', 'showFloatingControls', 'minimumStepDuration', 'maximumStepDuration', 'stepDurationIncrement', 'restoreFocus', 'blockScroll', 'stepActivator', 'themeName', 'animationTarget', 'enter', 'exit', 'isOpen', 'hasBackdrop', 'pressEscapeToClose', 'clickOutsideToClose', 'attention', 'closeable', 'dir', 'lang'],
|
|
16
16
|
emits: ['tourStarted', 'tourEnded', 'tourStepChanged', 'tourFailed', 'opened', 'closed', 'closeAttempted', 'connected', 'disconnected', 'changed'],
|
|
17
17
|
// slots: ['style']
|
|
18
|
-
// methods: { start, next, previous, finish, skip, pauseAutoAdvance, resumeAutoAdvance, end, showStep, close, onBackdropClicked, onTooltipKeyDown, play, onEnterAnimation, onExitAnimation, open, requestAttention, adoptStyle, on, off, emit, requestUpdate }
|
|
18
|
+
// methods: { start, next, previous, finish, skip, pauseAutoAdvance, resumeAutoAdvance, setStepDuration, end, showStep, close, onBackdropClicked, onTooltipKeyDown, play, onEnterAnimation, onExitAnimation, open, requestAttention, adoptStyle, on, off, emit, requestUpdate }
|
|
19
19
|
setup(props, { slots, emit }) {
|
|
20
20
|
return () => h('mosaik-tour', {
|
|
21
21
|
...props,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TourComponent.js","sourceRoot":"","sources":["../../../../../src/Controls/Components/Overlays/tour/TourComponent.ts"],"names":[],"mappings":"AAAA,iFAAiF;AACjF,mBAAmB;AACnB,yCAAyC;AACzC,qGAAqG;AACrG,oBAAoB;AACpB,iFAAiF;AAEjF,OAAO,EAAE,eAAe,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAEzC;;;;GAIG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG,eAAe,CAAC;IACzC,IAAI,EAAE,eAAe;IACrB,KAAK,EAAE,CAAC,aAAa,EAAE,kBAAkB,EAAE,WAAW,EAAE,aAAa,EAAE,YAAY,EAAE,WAAW,EAAE,qBAAqB,EAAE,eAAe,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,qBAAqB,EAAE,SAAS,EAAE,eAAe,EAAE,aAAa,EAAE,QAAQ,EAAE,WAAW,EAAE,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,cAAc,EAAE,yBAAyB,EAAE,cAAc,EAAE,aAAa,EAAE,eAAe,EAAE,WAAW,EAAE,iBAAiB,EAAE,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,aAAa,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,WAAW,EAAE,WAAW,EAAE,KAAK,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"TourComponent.js","sourceRoot":"","sources":["../../../../../src/Controls/Components/Overlays/tour/TourComponent.ts"],"names":[],"mappings":"AAAA,iFAAiF;AACjF,mBAAmB;AACnB,yCAAyC;AACzC,qGAAqG;AACrG,oBAAoB;AACpB,iFAAiF;AAEjF,OAAO,EAAE,eAAe,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAEzC;;;;GAIG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG,eAAe,CAAC;IACzC,IAAI,EAAE,eAAe;IACrB,KAAK,EAAE,CAAC,aAAa,EAAE,kBAAkB,EAAE,WAAW,EAAE,aAAa,EAAE,YAAY,EAAE,WAAW,EAAE,qBAAqB,EAAE,qBAAqB,EAAE,eAAe,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,qBAAqB,EAAE,SAAS,EAAE,eAAe,EAAE,aAAa,EAAE,QAAQ,EAAE,WAAW,EAAE,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,cAAc,EAAE,yBAAyB,EAAE,sBAAsB,EAAE,qBAAqB,EAAE,qBAAqB,EAAE,uBAAuB,EAAE,cAAc,EAAE,aAAa,EAAE,eAAe,EAAE,WAAW,EAAE,iBAAiB,EAAE,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,aAAa,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,WAAW,EAAE,WAAW,EAAE,KAAK,EAAE,MAAM,CAAC;IACtpB,KAAK,EAAE,CAAC,aAAa,EAAE,WAAW,EAAE,iBAAiB,EAAE,YAAY,EAAE,QAAQ,EAAE,QAAQ,EAAE,gBAAgB,EAAE,WAAW,EAAE,cAAc,EAAE,SAAS,CAAC;IAClJ,mBAAmB;IACnB,+QAA+Q;IAC/Q,KAAK,CAAC,KAAK,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE;QACxB,OAAO,GAAG,EAAE,CACR,CAAC,CACG,aAAa,EACb;YACI,GAAG,KAAK;YACR,4CAA4C;YAC5C,aAAa,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,aAAa,EAAE,KAAK,CAAC;YAC3D,WAAW,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,WAAW,EAAE,KAAK,CAAC;YACvD,iBAAiB,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,iBAAiB,EAAE,KAAK,CAAC;YACnE,YAAY,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,YAAY,EAAE,KAAK,CAAC;YACzD,QAAQ,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,QAAQ,EAAE,KAAK,CAAC;YACjD,QAAQ,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,QAAQ,EAAE,KAAK,CAAC;YACjD,gBAAgB,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,gBAAgB,EAAE,KAAK,CAAC;YACjE,WAAW,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,WAAW,EAAE,KAAK,CAAC;YACvD,cAAc,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,cAAc,EAAE,KAAK,CAAC;YAC7D,SAAS,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,SAAS,EAAE,KAAK,CAAC;SACtD,EACD,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC,EAAE,CACvC,CAAC;IACV,CAAC;CACJ,CAAC,CAAC"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Vue 3 component wrapper for the mosaik-tour-controls web component.
|
|
3
|
+
*
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export declare const TourControlsComponent: import("vue").DefineComponent<{
|
|
7
|
+
currentStepIndex?: any;
|
|
8
|
+
stepCount?: any;
|
|
9
|
+
isFirstStep?: any;
|
|
10
|
+
isLastStep?: any;
|
|
11
|
+
isAutoAdvancePaused?: any;
|
|
12
|
+
stepDuration?: any;
|
|
13
|
+
minimumStepDuration?: any;
|
|
14
|
+
maximumStepDuration?: any;
|
|
15
|
+
stepDurationIncrement?: any;
|
|
16
|
+
labels?: any;
|
|
17
|
+
actions?: any;
|
|
18
|
+
themeName?: any;
|
|
19
|
+
dir?: any;
|
|
20
|
+
lang?: any;
|
|
21
|
+
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
22
|
+
[key: string]: any;
|
|
23
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
24
|
+
currentStepIndex?: any;
|
|
25
|
+
stepCount?: any;
|
|
26
|
+
isFirstStep?: any;
|
|
27
|
+
isLastStep?: any;
|
|
28
|
+
isAutoAdvancePaused?: any;
|
|
29
|
+
stepDuration?: any;
|
|
30
|
+
minimumStepDuration?: any;
|
|
31
|
+
maximumStepDuration?: any;
|
|
32
|
+
stepDurationIncrement?: any;
|
|
33
|
+
labels?: any;
|
|
34
|
+
actions?: any;
|
|
35
|
+
themeName?: any;
|
|
36
|
+
dir?: any;
|
|
37
|
+
lang?: any;
|
|
38
|
+
}> & Readonly<{
|
|
39
|
+
onConnected?: ((...args: any[]) => any) | undefined;
|
|
40
|
+
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
41
|
+
onChanged?: ((...args: any[]) => any) | undefined;
|
|
42
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
43
|
+
declare module 'vue' {
|
|
44
|
+
interface GlobalComponents {
|
|
45
|
+
MosaikTourControls: typeof TourControlsComponent;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
//# sourceMappingURL=TourControlsComponent.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TourControlsComponent.d.ts","sourceRoot":"","sources":["../../../../../src/Controls/Components/Overlays/tour/TourControlsComponent.ts"],"names":[],"mappings":"AASA;;;;GAIG;AACH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iFAoBhC,CAAC;AAEH,OAAO,QAAQ,KAAK,CAAC;IACjB,UAAiB,gBAAgB;QAC7B,kBAAkB,EAAE,OAAO,qBAAqB,CAAC;KACpD;CACJ"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
// ------------------------------------------------------------------------------
|
|
2
|
+
// <auto-generated>
|
|
3
|
+
// This code was generated by a tool.
|
|
4
|
+
// Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
5
|
+
// </auto-generated>
|
|
6
|
+
// ------------------------------------------------------------------------------
|
|
7
|
+
import { defineComponent, h } from 'vue';
|
|
8
|
+
/**
|
|
9
|
+
* Vue 3 component wrapper for the mosaik-tour-controls web component.
|
|
10
|
+
*
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
export const TourControlsComponent = defineComponent({
|
|
14
|
+
name: 'TourControlsComponent',
|
|
15
|
+
props: ['currentStepIndex', 'stepCount', 'isFirstStep', 'isLastStep', 'isAutoAdvancePaused', 'stepDuration', 'minimumStepDuration', 'maximumStepDuration', 'stepDurationIncrement', 'labels', 'actions', 'themeName', 'dir', 'lang'],
|
|
16
|
+
emits: ['connected', 'disconnected', 'changed'],
|
|
17
|
+
// slots: ['style']
|
|
18
|
+
// methods: { adoptStyle, on, off, emit, requestUpdate }
|
|
19
|
+
setup(props, { slots, emit }) {
|
|
20
|
+
return () => h('mosaik-tour-controls', {
|
|
21
|
+
...props,
|
|
22
|
+
// Vue 3 event handlers (onEventName format)
|
|
23
|
+
onConnected: (event) => emit('connected', event),
|
|
24
|
+
onDisconnected: (event) => emit('disconnected', event),
|
|
25
|
+
onChanged: (event) => emit('changed', event)
|
|
26
|
+
}, slots.default ? slots.default() : []);
|
|
27
|
+
}
|
|
28
|
+
});
|
|
29
|
+
//# sourceMappingURL=TourControlsComponent.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TourControlsComponent.js","sourceRoot":"","sources":["../../../../../src/Controls/Components/Overlays/tour/TourControlsComponent.ts"],"names":[],"mappings":"AAAA,iFAAiF;AACjF,mBAAmB;AACnB,yCAAyC;AACzC,qGAAqG;AACrG,oBAAoB;AACpB,iFAAiF;AAEjF,OAAO,EAAE,eAAe,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAEzC;;;;GAIG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAG,eAAe,CAAC;IACjD,IAAI,EAAE,uBAAuB;IAC7B,KAAK,EAAE,CAAC,kBAAkB,EAAE,WAAW,EAAE,aAAa,EAAE,YAAY,EAAE,qBAAqB,EAAE,cAAc,EAAE,qBAAqB,EAAE,qBAAqB,EAAE,uBAAuB,EAAE,QAAQ,EAAE,SAAS,EAAE,WAAW,EAAE,KAAK,EAAE,MAAM,CAAC;IACpO,KAAK,EAAE,CAAC,WAAW,EAAE,cAAc,EAAE,SAAS,CAAC;IAC/C,mBAAmB;IACnB,wDAAwD;IACxD,KAAK,CAAC,KAAK,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE;QACxB,OAAO,GAAG,EAAE,CACR,CAAC,CACG,sBAAsB,EACtB;YACI,GAAG,KAAK;YACR,4CAA4C;YAC5C,WAAW,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,WAAW,EAAE,KAAK,CAAC;YACvD,cAAc,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,cAAc,EAAE,KAAK,CAAC;YAC7D,SAAS,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,SAAS,EAAE,KAAK,CAAC;SACtD,EACD,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC,EAAE,CACvC,CAAC;IACV,CAAC;CACJ,CAAC,CAAC"}
|
|
@@ -4,49 +4,49 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const TourStepComponent: import("vue").DefineComponent<{
|
|
7
|
-
|
|
8
|
-
variant?: any;
|
|
9
|
-
dir?: any;
|
|
10
|
-
lang?: any;
|
|
7
|
+
stepCount?: any;
|
|
11
8
|
isFirstStep?: any;
|
|
12
9
|
isLastStep?: any;
|
|
13
|
-
stepCount?: any;
|
|
14
10
|
isAutoAdvancePaused?: any;
|
|
11
|
+
labels?: any;
|
|
12
|
+
actions?: any;
|
|
13
|
+
themeName?: any;
|
|
14
|
+
dir?: any;
|
|
15
|
+
lang?: any;
|
|
16
|
+
variant?: any;
|
|
15
17
|
titleId?: any;
|
|
16
18
|
descriptionId?: any;
|
|
17
|
-
labels?: any;
|
|
18
19
|
showProgress?: any;
|
|
19
20
|
resolvedLabels?: any;
|
|
20
21
|
progressLabel?: any;
|
|
21
22
|
step?: any;
|
|
22
23
|
stepIndex?: any;
|
|
23
24
|
showAutoAdvanceControl?: any;
|
|
24
|
-
actions?: any;
|
|
25
25
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
26
26
|
[key: string]: any;
|
|
27
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
28
|
-
|
|
29
|
-
variant?: any;
|
|
30
|
-
dir?: any;
|
|
31
|
-
lang?: any;
|
|
27
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
28
|
+
stepCount?: any;
|
|
32
29
|
isFirstStep?: any;
|
|
33
30
|
isLastStep?: any;
|
|
34
|
-
stepCount?: any;
|
|
35
31
|
isAutoAdvancePaused?: any;
|
|
32
|
+
labels?: any;
|
|
33
|
+
actions?: any;
|
|
34
|
+
themeName?: any;
|
|
35
|
+
dir?: any;
|
|
36
|
+
lang?: any;
|
|
37
|
+
variant?: any;
|
|
36
38
|
titleId?: any;
|
|
37
39
|
descriptionId?: any;
|
|
38
|
-
labels?: any;
|
|
39
40
|
showProgress?: any;
|
|
40
41
|
resolvedLabels?: any;
|
|
41
42
|
progressLabel?: any;
|
|
42
43
|
step?: any;
|
|
43
44
|
stepIndex?: any;
|
|
44
45
|
showAutoAdvanceControl?: any;
|
|
45
|
-
actions?: any;
|
|
46
46
|
}> & Readonly<{
|
|
47
|
-
onChanged?: ((...args: any[]) => any) | undefined;
|
|
48
47
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
49
48
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
49
|
+
onChanged?: ((...args: any[]) => any) | undefined;
|
|
50
50
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
51
51
|
declare module 'vue' {
|
|
52
52
|
interface GlobalComponents {
|
|
@@ -5,24 +5,24 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const ResizeAdornerComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
disabled?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
10
|
+
disabled?: any;
|
|
11
11
|
angle?: any;
|
|
12
12
|
transformOrigin?: any;
|
|
13
13
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
14
14
|
[key: string]: any;
|
|
15
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
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
|
angle?: any;
|
|
21
21
|
transformOrigin?: any;
|
|
22
22
|
}> & Readonly<{
|
|
23
|
-
onChanged?: ((...args: any[]) => any) | undefined;
|
|
24
23
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
25
24
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
25
|
+
onChanged?: ((...args: any[]) => any) | undefined;
|
|
26
26
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
27
27
|
declare module 'vue' {
|
|
28
28
|
interface GlobalComponents {
|
|
@@ -13,7 +13,7 @@ export declare const BackdropComponent: import("vue").DefineComponent<{
|
|
|
13
13
|
hidden?: any;
|
|
14
14
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
15
15
|
[key: string]: any;
|
|
16
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
16
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
17
17
|
themeName?: any;
|
|
18
18
|
dir?: any;
|
|
19
19
|
lang?: any;
|
|
@@ -22,9 +22,9 @@ export declare const BackdropComponent: import("vue").DefineComponent<{
|
|
|
22
22
|
exit?: any;
|
|
23
23
|
hidden?: any;
|
|
24
24
|
}> & Readonly<{
|
|
25
|
-
onChanged?: ((...args: any[]) => any) | undefined;
|
|
26
25
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
27
26
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
27
|
+
onChanged?: ((...args: any[]) => any) | undefined;
|
|
28
28
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
29
29
|
declare module 'vue' {
|
|
30
30
|
interface GlobalComponents {
|
|
@@ -15,7 +15,7 @@ export declare const BoxComponent: import("vue").DefineComponent<{
|
|
|
15
15
|
cornered?: any;
|
|
16
16
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
17
17
|
[key: string]: any;
|
|
18
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
18
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
19
19
|
themeName?: any;
|
|
20
20
|
dir?: any;
|
|
21
21
|
lang?: any;
|
|
@@ -26,9 +26,9 @@ export declare const BoxComponent: import("vue").DefineComponent<{
|
|
|
26
26
|
highlighted?: any;
|
|
27
27
|
cornered?: any;
|
|
28
28
|
}> & Readonly<{
|
|
29
|
-
onChanged?: ((...args: any[]) => any) | undefined;
|
|
30
29
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
31
30
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
31
|
+
onChanged?: ((...args: any[]) => any) | undefined;
|
|
32
32
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
33
33
|
declare module 'vue' {
|
|
34
34
|
interface GlobalComponents {
|
|
@@ -5,30 +5,30 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const CheckmarkComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
disabled?: any;
|
|
9
|
-
variant?: any;
|
|
10
8
|
dir?: any;
|
|
11
9
|
lang?: any;
|
|
12
10
|
checked?: any;
|
|
11
|
+
disabled?: any;
|
|
12
|
+
variant?: any;
|
|
13
13
|
appearance?: any;
|
|
14
14
|
isThreeState?: any;
|
|
15
15
|
type?: any;
|
|
16
16
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
17
17
|
[key: string]: any;
|
|
18
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
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
|
-
variant?: any;
|
|
22
20
|
dir?: any;
|
|
23
21
|
lang?: any;
|
|
24
22
|
checked?: any;
|
|
23
|
+
disabled?: any;
|
|
24
|
+
variant?: any;
|
|
25
25
|
appearance?: any;
|
|
26
26
|
isThreeState?: any;
|
|
27
27
|
type?: any;
|
|
28
28
|
}> & Readonly<{
|
|
29
|
-
onChanged?: ((...args: any[]) => any) | undefined;
|
|
30
29
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
31
30
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
31
|
+
onChanged?: ((...args: any[]) => any) | undefined;
|
|
32
32
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
33
33
|
declare module 'vue' {
|
|
34
34
|
interface GlobalComponents {
|
|
@@ -5,26 +5,26 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const ClickableComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
|
|
8
|
+
dir?: any;
|
|
9
|
+
lang?: any;
|
|
9
10
|
disabled?: any;
|
|
10
11
|
variant?: any;
|
|
11
12
|
isFocused?: any;
|
|
12
|
-
|
|
13
|
-
lang?: any;
|
|
13
|
+
ripple?: any;
|
|
14
14
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
15
15
|
[key: string]: any;
|
|
16
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
16
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
17
17
|
themeName?: any;
|
|
18
|
-
|
|
18
|
+
dir?: any;
|
|
19
|
+
lang?: any;
|
|
19
20
|
disabled?: any;
|
|
20
21
|
variant?: any;
|
|
21
22
|
isFocused?: any;
|
|
22
|
-
|
|
23
|
-
lang?: any;
|
|
23
|
+
ripple?: any;
|
|
24
24
|
}> & Readonly<{
|
|
25
|
-
onChanged?: ((...args: any[]) => any) | undefined;
|
|
26
25
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
27
26
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
27
|
+
onChanged?: ((...args: any[]) => any) | undefined;
|
|
28
28
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
29
29
|
declare module 'vue' {
|
|
30
30
|
interface GlobalComponents {
|
|
@@ -5,22 +5,22 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const CodeComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
variant?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
10
|
+
variant?: any;
|
|
11
11
|
text?: any;
|
|
12
12
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
13
13
|
[key: string]: any;
|
|
14
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
14
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
15
15
|
themeName?: any;
|
|
16
|
-
variant?: any;
|
|
17
16
|
dir?: any;
|
|
18
17
|
lang?: any;
|
|
18
|
+
variant?: any;
|
|
19
19
|
text?: any;
|
|
20
20
|
}> & Readonly<{
|
|
21
|
-
onChanged?: ((...args: any[]) => any) | undefined;
|
|
22
21
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
23
22
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
23
|
+
onChanged?: ((...args: any[]) => any) | undefined;
|
|
24
24
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
25
25
|
declare module 'vue' {
|
|
26
26
|
interface GlobalComponents {
|