@breadstone/mosaik-elements-vue 0.0.253 → 0.0.255
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Controls/Components/Buttons/Anchor/AnchorComponent.d.ts +6 -6
- package/Controls/Components/Buttons/Button/ButtonComponent.d.ts +22 -22
- package/Controls/Components/Buttons/Button/ButtonGroupComponent.d.ts +4 -4
- package/Controls/Components/Buttons/CompoundButton/CompoundButtonComponent.d.ts +16 -16
- package/Controls/Components/Buttons/DropDownButton/DropDownButtonComponent.d.ts +26 -26
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonComponent.d.ts +12 -12
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonGroupComponent.d.ts +15 -15
- package/Controls/Components/Buttons/PressButton/PressButtonComponent.d.ts +14 -14
- package/Controls/Components/Buttons/RepeatButton/RepeatButtonComponent.d.ts +18 -18
- package/Controls/Components/Buttons/SplitButton/SplitButtonComponent.d.ts +26 -26
- package/Controls/Components/Buttons/Tile/TileComponent.d.ts +6 -6
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonComponent.d.ts +16 -16
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonGroupComponent.d.ts +4 -4
- package/Controls/Components/Cells/CellComponent.d.ts +2 -2
- package/Controls/Components/Cells/CellGroupComponent.d.ts +2 -2
- package/Controls/Components/Charts/ChartComponent.d.ts +18 -18
- package/Controls/Components/Effects/Pattern/PatternComponent.d.ts +2 -2
- package/Controls/Components/Effects/Perspective/PerspectiveComponent.d.ts +2 -2
- package/Controls/Components/Effects/Ripple/RippleComponent.d.ts +2 -2
- package/Controls/Components/Effects/Scale/ScaleComponent.d.ts +2 -2
- package/Controls/Components/Forms/FormFieldComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Banner/BannerComponent.d.ts +25 -25
- package/Controls/Components/Grouping/Banner/BannerHeaderComponent.d.ts +4 -4
- package/Controls/Components/Grouping/Banner/BannerSubHeaderComponent.d.ts +4 -4
- package/Controls/Components/Grouping/BannerGroup/BannerGroupComponent.d.ts +8 -8
- package/Controls/Components/Grouping/Breadcrumb/BreadcrumbItemComponent.d.ts +8 -8
- package/Controls/Components/Grouping/Card/CardComponent.d.ts +14 -14
- package/Controls/Components/Grouping/Card/CardContentComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Card/CardHeaderComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Card/CardSubTitleComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Card/CardTitleComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Expander/ExpanderComponent.d.ts +16 -16
- package/Controls/Components/Grouping/Expander/ExpanderGroupComponent.d.ts +6 -6
- package/Controls/Components/Grouping/Message/MessageComponent.d.ts +22 -22
- package/Controls/Components/Grouping/Message/MessageContentComponent.d.ts +6 -6
- package/Controls/Components/Grouping/Toolbar/ToolbarComponent.d.ts +6 -6
- package/Controls/Components/Grouping/actionbar/ActionbarComponent.d.ts +6 -6
- package/Controls/Components/Grouping/actionbar/ActionbarGroupComponent.d.ts +2 -2
- package/Controls/Components/Grouping/actionbar/ActionbarItemComponent.d.ts +2 -2
- package/Controls/Components/Inputs/AutoCompleteBox/AutoCompleteBoxComponent.d.ts +46 -46
- package/Controls/Components/Inputs/Calendar/CalendarComponent.d.ts +28 -28
- package/Controls/Components/Inputs/Calendar/CalendarItemComponent.d.ts +10 -10
- package/Controls/Components/Inputs/CheckBox/CheckBoxComponent.d.ts +10 -10
- package/Controls/Components/Inputs/CheckBox/CheckBoxGroupComponent.d.ts +6 -6
- package/Controls/Components/Inputs/ChipBox/ChipBoxComponent.d.ts +18 -18
- package/Controls/Components/Inputs/Choice/ChoiceComponent.d.ts +14 -14
- package/Controls/Components/Inputs/Choice/ChoiceGroupComponent.d.ts +6 -6
- package/Controls/Components/Inputs/ColorBox/ColorBoxComponent.d.ts +30 -30
- package/Controls/Components/Inputs/DateBox/DateBoxComponent.d.ts +38 -38
- package/Controls/Components/Inputs/DateTimeBox/DateTimeBoxComponent.d.ts +36 -36
- package/Controls/Components/Inputs/DurationBox/DurationBoxComponent.d.ts +16 -16
- package/Controls/Components/Inputs/FileUpload/FilePickerComponent.d.ts +2 -2
- package/Controls/Components/Inputs/FileUpload/FileUploadComponent.d.ts +18 -18
- package/Controls/Components/Inputs/FileUpload/FileUploadItemComponent.d.ts +2 -2
- package/Controls/Components/Inputs/NumberBox/NumberBoxComponent.d.ts +22 -22
- package/Controls/Components/Inputs/PasswordBox/PasswordBoxComponent.d.ts +18 -18
- package/Controls/Components/Inputs/PinBox/PinBoxComponent.d.ts +16 -16
- package/Controls/Components/Inputs/Radio/RadioComponent.d.ts +10 -10
- package/Controls/Components/Inputs/Radio/RadioGroupComponent.d.ts +6 -6
- package/Controls/Components/Inputs/Rating/RatingComponent.d.ts +6 -6
- package/Controls/Components/Inputs/RichTextBox/RichTextBoxComponent.d.ts +22 -22
- package/Controls/Components/Inputs/Scheduler/SchedulerComponent.d.ts +24 -24
- package/Controls/Components/Inputs/Scheduler/SchedulerEventComponent.d.ts +8 -8
- package/Controls/Components/Inputs/SearchBox/SearchBoxComponent.d.ts +20 -20
- package/Controls/Components/Inputs/Select/SelectComponent.d.ts +20 -20
- package/Controls/Components/Inputs/Select/SelectItemComponent.d.ts +12 -12
- package/Controls/Components/Inputs/Select/SelectItemGroupComponent.d.ts +2 -2
- package/Controls/Components/Inputs/SignaturePad/SignaturePadComponent.d.ts +18 -18
- package/Controls/Components/Inputs/TextBox/TextBoxComponent.d.ts +26 -26
- package/Controls/Components/Inputs/TimeBox/TimeBoxComponent.d.ts +36 -36
- package/Controls/Components/Inputs/ToggleSwitch/ToggleSwitchComponent.d.ts +10 -10
- package/Controls/Components/Layouts/Absolute/AbsoluteItemComponent.d.ts +8 -8
- package/Controls/Components/Layouts/Designer/Canvas/DesignerCanvasComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Dock/DockPanelComponent.d.ts +4 -4
- package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnComponent.d.ts +4 -4
- package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnItemComponent.d.ts +8 -8
- package/Controls/Components/Layouts/FlowBoard/FlowBoardComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Grid/GridComponent.d.ts +6 -6
- package/Controls/Components/Layouts/Grid/GridItemComponent.d.ts +4 -4
- package/Controls/Components/Layouts/Masonry/MasonryComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Page/PageHeaderComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Resize/ResizeComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Split/SplitComponent.d.ts +4 -4
- package/Controls/Components/Layouts/Stack/StackComponent.d.ts +4 -4
- package/Controls/Components/Layouts/TileList/TileListItemComponent.d.ts +8 -8
- package/Controls/Components/Layouts/TileManager/TileManagerComponent.d.ts +2 -2
- package/Controls/Components/Layouts/TileManager/TileManagerTileComponent.d.ts +12 -12
- package/Controls/Components/Layouts/Wrap/WrapComponent.d.ts +6 -6
- package/Controls/Components/Media/Audio/AudioComponent.d.ts +4 -4
- package/Controls/Components/Media/Avatar/AvatarComponent.d.ts +8 -8
- package/Controls/Components/Media/Avatar/AvatarGroupComponent.d.ts +6 -6
- package/Controls/Components/Media/Badge/BadgeComponent.d.ts +12 -12
- package/Controls/Components/Media/Camera/CameraComponent.d.ts +8 -8
- package/Controls/Components/Media/Chat/ChatComponent.d.ts +8 -8
- package/Controls/Components/Media/Chat/ChatHeaderComponent.d.ts +2 -2
- package/Controls/Components/Media/Chat/ChatInputAttachmentListComponent.d.ts +4 -4
- package/Controls/Components/Media/Chat/ChatInputComponent.d.ts +6 -6
- package/Controls/Components/Media/Chat/ChatMarkerComponent.d.ts +8 -8
- package/Controls/Components/Media/Chat/ChatMessageAvatarComponent.d.ts +6 -6
- package/Controls/Components/Media/Chat/ChatMessageComponent.d.ts +12 -12
- package/Controls/Components/Media/Chat/ChatMessageDividerComponent.d.ts +2 -2
- package/Controls/Components/Media/Chat/ChatMessageReactionComponent.d.ts +2 -2
- package/Controls/Components/Media/Chat/Tools/AttachmentChatToolComponent.d.ts +4 -4
- package/Controls/Components/Media/Chat/Tools/VoiceRecorderChatToolComponent.d.ts +4 -4
- package/Controls/Components/Media/Chip/ChipComponent.d.ts +14 -14
- package/Controls/Components/Media/Chip/ChipGroupComponent.d.ts +10 -10
- package/Controls/Components/Media/ColorEditor/ColorEditorAlphaSliderComponent.d.ts +2 -2
- package/Controls/Components/Media/ColorEditor/ColorEditorComponent.d.ts +12 -12
- package/Controls/Components/Media/ColorEditor/ColorEditorInputsComponent.d.ts +4 -4
- package/Controls/Components/Media/ColorEditor/ColorEditorPaletteComponent.d.ts +2 -2
- package/Controls/Components/Media/ColorPicker/ColorPickerComponent.d.ts +6 -6
- package/Controls/Components/Media/ColorSwatch/ColorSwatchComponent.d.ts +2 -2
- package/Controls/Components/Media/ColorSwatch/ColorSwatchGroupComponent.d.ts +6 -6
- package/Controls/Components/Media/ColorThumb/ColorThumbComponent.d.ts +2 -2
- package/Controls/Components/Media/Comment/CommentComponent.d.ts +2 -2
- package/Controls/Components/Media/Icon/IconComponent.d.ts +8 -8
- package/Controls/Components/Media/Image/ImageComponent.d.ts +8 -8
- package/Controls/Components/Media/Map/MapComponent.d.ts +6 -6
- package/Controls/Components/Media/Persona/PersonaComponent.d.ts +14 -14
- package/Controls/Components/Media/QRCode/QRCodeComponent.d.ts +2 -2
- package/Controls/Components/Media/Timeline/TimelineMarkerComponent.d.ts +10 -10
- package/Controls/Components/Media/Video/VideoComponent.d.ts +8 -8
- package/Controls/Components/Misc/CookieConsent/CookiesConsentComponent.d.ts +6 -6
- package/Controls/Components/Overlays/Dialog/DialogComponent.d.ts +27 -27
- package/Controls/Components/Overlays/Dialog/DialogContentComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Dialog/DialogHeaderComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Dialog/DialogHeaderSubTextComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Dialog/DialogHeaderTextComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Drawer/DrawerComponent.d.ts +25 -25
- package/Controls/Components/Overlays/Drawer/DrawerContainerComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Drawer/DrawerHeaderComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Drawer/DrawerHeaderSubTextComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Drawer/DrawerHeaderTextComponent.d.ts +2 -2
- package/Controls/Components/Overlays/MessageBox/MessageBoxComponent.d.ts +44 -44
- package/Controls/Components/Overlays/Sheet/SheetComponent.d.ts +9 -9
- package/Controls/Components/Overlays/Sheet/SheetContentComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Sheet/SheetHeaderComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Sheet/SheetHeaderSubTextComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Sheet/SheetHeaderTextComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Toast/ToastComponent.d.ts +19 -19
- package/Controls/Components/Overlays/tour/TourComponent.d.ts +13 -13
- package/Controls/Components/Overlays/tour/TourStepComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Backdrop/BackdropComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Box/BoxComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Checkmark/CheckmarkComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Code/CodeComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Dismiss/DismissComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Dot/DotComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Dot/DotGroupComponent.d.ts +6 -6
- package/Controls/Components/Primitives/DropZone/DropZoneComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Elevation/ElevationComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Error/ErrorComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Expandable/ExpandableComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Floating/FloatingComponent.d.ts +28 -28
- package/Controls/Components/Primitives/FocusRing/FocusRingComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Footer/FooterComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Footer/FooterItemGroupComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Hint/HintComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Indicator/IndicatorComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Jumbotron/JumbotronComponent.d.ts +10 -10
- package/Controls/Components/Primitives/Jumbotron/JumbotronHeaderComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Jumbotron/JumbotronSubHeaderComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Kbd/KbdComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Number/NumberComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Number/NumberCounterComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Paginator/PaginatorComponent.d.ts +10 -10
- package/Controls/Components/Primitives/Pip/PipComponent.d.ts +8 -8
- package/Controls/Components/Primitives/Popup/PopupComponent.d.ts +37 -37
- package/Controls/Components/Primitives/Portal/PortalComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Portal/PortalProjectionComponent.d.ts +9 -9
- package/Controls/Components/Primitives/ResizeThumb/ResizeThumbComponent.d.ts +8 -8
- package/Controls/Components/Primitives/Ribbon/RibbonComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Skeleton/SkeletonComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Sticky/StickyComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Summary/SummaryComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Text/TextComponent.d.ts +10 -10
- package/Controls/Components/Primitives/TickBar/TickBarComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Toggletip/ToggleTipComponent.d.ts +16 -16
- package/Controls/Components/Primitives/Tooltip/TooltipComponent.d.ts +33 -33
- package/Controls/Components/Primitives/UpDownSpinner/UpDownSpinnerComponent.d.ts +12 -12
- package/Controls/Components/Primitives/ghost/GhostComponent.d.ts +8 -8
- package/Controls/Components/Primitives/listing/ListingComponent.d.ts +6 -6
- package/Controls/Components/Primitives/listing/ListingItemComponent.d.ts +10 -10
- package/Controls/Components/Primitives/listing/ListingItemMarkerComponent.d.ts +6 -6
- package/Controls/Components/Primitives/placeholder/PlaceholderComponent.d.ts +4 -4
- package/Controls/Components/Ranges/MeterBar/MeterBarComponent.d.ts +8 -8
- package/Controls/Components/Ranges/MeterRing/MeterRingComponent.d.ts +10 -10
- package/Controls/Components/Ranges/ProgressBar/ProgressBarComponent.d.ts +6 -6
- package/Controls/Components/Ranges/ProgressRing/ProgressRingComponent.d.ts +4 -4
- package/Controls/Components/Ranges/ScrubSlider/ScrubSliderComponent.d.ts +6 -6
- package/Controls/Components/Ranges/Slider/SliderComponent.d.ts +6 -6
- package/Controls/Components/Ranges/Slider2/Slider2Component.d.ts +8 -8
- package/Controls/Components/Ranges/Slider2/Slider2ThumbComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Carousel/CarouselComponent.d.ts +6 -6
- package/Controls/Components/Selectors/Carousel/CarouselItemComponent.d.ts +4 -4
- package/Controls/Components/Selectors/Carousel2/CarouselItem2Component.d.ts +4 -4
- package/Controls/Components/Selectors/Combo/ComboComponent.d.ts +16 -16
- package/Controls/Components/Selectors/Combo/ComboItemComponent.d.ts +12 -12
- package/Controls/Components/Selectors/DataTable/DataTableComponent.d.ts +22 -22
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgChannelComponent.d.ts +6 -6
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgComponent.d.ts +12 -12
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgProgramComponent.d.ts +12 -12
- package/Controls/Components/Selectors/List/ListComponent.d.ts +10 -10
- package/Controls/Components/Selectors/List/ListItemComponent.d.ts +10 -10
- package/Controls/Components/Selectors/List/ListItemGroupComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Menu/MenuItemComponent.d.ts +16 -16
- package/Controls/Components/Selectors/Menu/MenuItemGroupComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Segment/SegmentComponent.d.ts +4 -4
- package/Controls/Components/Selectors/Segment/SegmentItemComponent.d.ts +12 -12
- package/Controls/Components/Selectors/Stepper/StepperComponent.d.ts +6 -6
- package/Controls/Components/Selectors/Stepper/StepperItemComponent.d.ts +16 -16
- package/Controls/Components/Selectors/Tab/TabComponent.d.ts +8 -8
- package/Controls/Components/Selectors/Tab/TabItemComponent.d.ts +15 -15
- package/Controls/Components/Selectors/Tab/TabPanelComponent.d.ts +8 -8
- package/Controls/Components/Selectors/TabStrip/TabStripComponent.d.ts +6 -6
- package/Controls/Components/Selectors/TabStrip/TabStripItemComponent.d.ts +10 -10
- package/Controls/Components/Selectors/Table/TableBodyCellComponent.d.ts +8 -8
- package/Controls/Components/Selectors/Table/TableBodyRowComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Table/TableComponent.d.ts +12 -12
- package/Controls/Components/Selectors/Table/TableFooterCellComponent.d.ts +4 -4
- package/Controls/Components/Selectors/Table/TableHeaderCellComponent.d.ts +22 -22
- package/Controls/Components/Selectors/Table/editor/TableColumnEditorComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Tree/TreeItemComponent.d.ts +16 -16
- package/Controls/Components/Selectors/Wizard/WizardComponent.d.ts +4 -4
- package/Controls/Components/Selectors/Wizard/WizardStepComponent.d.ts +16 -16
- package/Controls/Components/Shell/AppHeaderComponent.d.ts +2 -2
- package/Controls/Components/States/Busy/BusyStateComponent.d.ts +6 -6
- package/Controls/Components/States/Empty/EmptyStateComponent.d.ts +6 -6
- package/Controls/Components/States/Error/ErrorStateComponent.d.ts +6 -6
- package/Controls/Components/States/Success/SuccessStateComponent.d.ts +6 -6
- package/package.json +2 -2
|
@@ -4,35 +4,35 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const ChipGroupComponent: import("vue").DefineComponent<{
|
|
7
|
-
variant?: any;
|
|
8
7
|
themeName?: any;
|
|
9
|
-
appearance?: any;
|
|
10
8
|
dir?: any;
|
|
11
9
|
lang?: any;
|
|
12
10
|
name?: any;
|
|
13
11
|
invalid?: any;
|
|
12
|
+
size?: any;
|
|
14
13
|
disabled?: any;
|
|
14
|
+
wrap?: any;
|
|
15
|
+
variant?: any;
|
|
16
|
+
required?: any;
|
|
17
|
+
appearance?: any;
|
|
15
18
|
value?: any;
|
|
16
|
-
size?: any;
|
|
17
19
|
selectionMode?: any;
|
|
18
|
-
required?: any;
|
|
19
|
-
wrap?: any;
|
|
20
20
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
21
21
|
[key: string]: any;
|
|
22
22
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "chipChanged")[], "connected" | "disconnected" | "changed" | "chipChanged", import("vue").PublicProps, Readonly<{
|
|
23
|
-
variant?: any;
|
|
24
23
|
themeName?: any;
|
|
25
|
-
appearance?: any;
|
|
26
24
|
dir?: any;
|
|
27
25
|
lang?: any;
|
|
28
26
|
name?: any;
|
|
29
27
|
invalid?: any;
|
|
28
|
+
size?: any;
|
|
30
29
|
disabled?: any;
|
|
30
|
+
wrap?: any;
|
|
31
|
+
variant?: any;
|
|
32
|
+
required?: any;
|
|
33
|
+
appearance?: any;
|
|
31
34
|
value?: any;
|
|
32
|
-
size?: any;
|
|
33
35
|
selectionMode?: any;
|
|
34
|
-
required?: any;
|
|
35
|
-
wrap?: any;
|
|
36
36
|
}> & Readonly<{
|
|
37
37
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
38
38
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -9,9 +9,9 @@ export declare const ColorEditorAlphaSliderComponent: import("vue").DefineCompon
|
|
|
9
9
|
lang?: any;
|
|
10
10
|
disabled?: any;
|
|
11
11
|
isFocused?: any;
|
|
12
|
-
step?: any;
|
|
13
12
|
color?: any;
|
|
14
13
|
alpha?: any;
|
|
14
|
+
step?: any;
|
|
15
15
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
16
16
|
[key: string]: any;
|
|
17
17
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "alphaChanged")[], "connected" | "disconnected" | "changed" | "alphaChanged", import("vue").PublicProps, Readonly<{
|
|
@@ -20,9 +20,9 @@ export declare const ColorEditorAlphaSliderComponent: import("vue").DefineCompon
|
|
|
20
20
|
lang?: any;
|
|
21
21
|
disabled?: any;
|
|
22
22
|
isFocused?: any;
|
|
23
|
-
step?: any;
|
|
24
23
|
color?: any;
|
|
25
24
|
alpha?: any;
|
|
25
|
+
step?: any;
|
|
26
26
|
}> & Readonly<{
|
|
27
27
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
28
28
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -10,18 +10,18 @@ export declare const ColorEditorComponent: import("vue").DefineComponent<{
|
|
|
10
10
|
disabled?: any;
|
|
11
11
|
value?: any;
|
|
12
12
|
isFocused?: any;
|
|
13
|
+
color?: any;
|
|
14
|
+
alpha?: any;
|
|
15
|
+
hue?: any;
|
|
16
|
+
saturation?: any;
|
|
13
17
|
format?: any;
|
|
14
18
|
showAlpha?: any;
|
|
19
|
+
palettes?: any;
|
|
20
|
+
selectedPalette?: any;
|
|
15
21
|
showInputs?: any;
|
|
16
22
|
showPalette?: any;
|
|
17
23
|
showEyeDropper?: any;
|
|
18
24
|
showSwatch?: any;
|
|
19
|
-
palettes?: any;
|
|
20
|
-
selectedPalette?: any;
|
|
21
|
-
color?: any;
|
|
22
|
-
hue?: any;
|
|
23
|
-
saturation?: any;
|
|
24
|
-
alpha?: any;
|
|
25
25
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
26
26
|
[key: string]: any;
|
|
27
27
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "colorChanged" | "colorFormatChanged" | "paletteChanged")[], "connected" | "disconnected" | "changed" | "colorChanged" | "colorFormatChanged" | "paletteChanged", import("vue").PublicProps, Readonly<{
|
|
@@ -31,18 +31,18 @@ export declare const ColorEditorComponent: import("vue").DefineComponent<{
|
|
|
31
31
|
disabled?: any;
|
|
32
32
|
value?: any;
|
|
33
33
|
isFocused?: any;
|
|
34
|
+
color?: any;
|
|
35
|
+
alpha?: any;
|
|
36
|
+
hue?: any;
|
|
37
|
+
saturation?: any;
|
|
34
38
|
format?: any;
|
|
35
39
|
showAlpha?: any;
|
|
40
|
+
palettes?: any;
|
|
41
|
+
selectedPalette?: any;
|
|
36
42
|
showInputs?: any;
|
|
37
43
|
showPalette?: any;
|
|
38
44
|
showEyeDropper?: any;
|
|
39
45
|
showSwatch?: any;
|
|
40
|
-
palettes?: any;
|
|
41
|
-
selectedPalette?: any;
|
|
42
|
-
color?: any;
|
|
43
|
-
hue?: any;
|
|
44
|
-
saturation?: any;
|
|
45
|
-
alpha?: any;
|
|
46
46
|
}> & Readonly<{
|
|
47
47
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
48
48
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -7,24 +7,24 @@ export declare const ColorEditorInputsComponent: import("vue").DefineComponent<{
|
|
|
7
7
|
themeName?: any;
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
|
-
disabled?: any;
|
|
11
10
|
size?: any;
|
|
11
|
+
disabled?: any;
|
|
12
12
|
isFocused?: any;
|
|
13
|
+
color?: any;
|
|
13
14
|
format?: any;
|
|
14
15
|
showAlpha?: any;
|
|
15
|
-
color?: any;
|
|
16
16
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
17
17
|
[key: string]: any;
|
|
18
18
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "colorChanged" | "colorFormatChanged")[], "connected" | "disconnected" | "changed" | "colorChanged" | "colorFormatChanged", import("vue").PublicProps, Readonly<{
|
|
19
19
|
themeName?: any;
|
|
20
20
|
dir?: any;
|
|
21
21
|
lang?: any;
|
|
22
|
-
disabled?: any;
|
|
23
22
|
size?: any;
|
|
23
|
+
disabled?: any;
|
|
24
24
|
isFocused?: any;
|
|
25
|
+
color?: any;
|
|
25
26
|
format?: any;
|
|
26
27
|
showAlpha?: any;
|
|
27
|
-
color?: any;
|
|
28
28
|
}> & Readonly<{
|
|
29
29
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
30
30
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -9,9 +9,9 @@ export declare const ColorEditorPaletteComponent: import("vue").DefineComponent<
|
|
|
9
9
|
lang?: any;
|
|
10
10
|
disabled?: any;
|
|
11
11
|
isFocused?: any;
|
|
12
|
+
panelOpen?: any;
|
|
12
13
|
palettes?: any;
|
|
13
14
|
selectedPalette?: any;
|
|
14
|
-
panelOpen?: any;
|
|
15
15
|
allowAdd?: any;
|
|
16
16
|
currentColor?: any;
|
|
17
17
|
panelAnchor?: any;
|
|
@@ -23,9 +23,9 @@ export declare const ColorEditorPaletteComponent: import("vue").DefineComponent<
|
|
|
23
23
|
lang?: any;
|
|
24
24
|
disabled?: any;
|
|
25
25
|
isFocused?: any;
|
|
26
|
+
panelOpen?: any;
|
|
26
27
|
palettes?: any;
|
|
27
28
|
selectedPalette?: any;
|
|
28
|
-
panelOpen?: any;
|
|
29
29
|
allowAdd?: any;
|
|
30
30
|
currentColor?: any;
|
|
31
31
|
panelAnchor?: any;
|
|
@@ -8,7 +8,6 @@ export declare const ColorPickerComponent: import("vue").DefineComponent<{
|
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
10
|
disabled?: any;
|
|
11
|
-
value?: any;
|
|
12
11
|
dropDownPlacement?: any;
|
|
13
12
|
dropDownStrategy?: any;
|
|
14
13
|
dropDownDistance?: any;
|
|
@@ -19,14 +18,15 @@ export declare const ColorPickerComponent: import("vue").DefineComponent<{
|
|
|
19
18
|
dropDownWidth?: any;
|
|
20
19
|
dropDownMaxWidth?: any;
|
|
21
20
|
isDropDownOpen?: any;
|
|
21
|
+
value?: any;
|
|
22
22
|
format?: any;
|
|
23
23
|
showAlpha?: any;
|
|
24
|
+
palettes?: any;
|
|
25
|
+
selectedPalette?: any;
|
|
24
26
|
showInputs?: any;
|
|
25
27
|
showPalette?: any;
|
|
26
28
|
showEyeDropper?: any;
|
|
27
29
|
showSwatch?: any;
|
|
28
|
-
palettes?: any;
|
|
29
|
-
selectedPalette?: any;
|
|
30
30
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
31
31
|
[key: string]: any;
|
|
32
32
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "colorChanged")[], "connected" | "disconnected" | "changed" | "colorChanged", import("vue").PublicProps, Readonly<{
|
|
@@ -34,7 +34,6 @@ export declare const ColorPickerComponent: import("vue").DefineComponent<{
|
|
|
34
34
|
dir?: any;
|
|
35
35
|
lang?: any;
|
|
36
36
|
disabled?: any;
|
|
37
|
-
value?: any;
|
|
38
37
|
dropDownPlacement?: any;
|
|
39
38
|
dropDownStrategy?: any;
|
|
40
39
|
dropDownDistance?: any;
|
|
@@ -45,14 +44,15 @@ export declare const ColorPickerComponent: import("vue").DefineComponent<{
|
|
|
45
44
|
dropDownWidth?: any;
|
|
46
45
|
dropDownMaxWidth?: any;
|
|
47
46
|
isDropDownOpen?: any;
|
|
47
|
+
value?: any;
|
|
48
48
|
format?: any;
|
|
49
49
|
showAlpha?: any;
|
|
50
|
+
palettes?: any;
|
|
51
|
+
selectedPalette?: any;
|
|
50
52
|
showInputs?: any;
|
|
51
53
|
showPalette?: any;
|
|
52
54
|
showEyeDropper?: any;
|
|
53
55
|
showSwatch?: any;
|
|
54
|
-
palettes?: any;
|
|
55
|
-
selectedPalette?: any;
|
|
56
56
|
}> & Readonly<{
|
|
57
57
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
58
58
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -8,8 +8,8 @@ export declare const ColorSwatchComponent: import("vue").DefineComponent<{
|
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
10
|
name?: any;
|
|
11
|
-
value?: any;
|
|
12
11
|
size?: any;
|
|
12
|
+
value?: any;
|
|
13
13
|
hasBackground?: any;
|
|
14
14
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
15
15
|
[key: string]: any;
|
|
@@ -18,8 +18,8 @@ export declare const ColorSwatchComponent: import("vue").DefineComponent<{
|
|
|
18
18
|
dir?: any;
|
|
19
19
|
lang?: any;
|
|
20
20
|
name?: any;
|
|
21
|
-
value?: any;
|
|
22
21
|
size?: any;
|
|
22
|
+
value?: any;
|
|
23
23
|
hasBackground?: any;
|
|
24
24
|
}> & Readonly<{
|
|
25
25
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,23 +4,23 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const ColorSwatchGroupComponent: import("vue").DefineComponent<{
|
|
7
|
-
variant?: any;
|
|
8
7
|
themeName?: any;
|
|
9
|
-
appearance?: any;
|
|
10
8
|
dir?: any;
|
|
11
9
|
lang?: any;
|
|
12
|
-
disabled?: any;
|
|
13
10
|
size?: any;
|
|
11
|
+
disabled?: any;
|
|
12
|
+
variant?: any;
|
|
13
|
+
appearance?: any;
|
|
14
14
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
15
15
|
[key: string]: any;
|
|
16
16
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
17
|
-
variant?: any;
|
|
18
17
|
themeName?: any;
|
|
19
|
-
appearance?: any;
|
|
20
18
|
dir?: any;
|
|
21
19
|
lang?: any;
|
|
22
|
-
disabled?: any;
|
|
23
20
|
size?: any;
|
|
21
|
+
disabled?: any;
|
|
22
|
+
variant?: any;
|
|
23
|
+
appearance?: any;
|
|
24
24
|
}> & Readonly<{
|
|
25
25
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
26
26
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,19 +5,19 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const ColorThumbComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
isOpen?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
11
10
|
disabled?: any;
|
|
11
|
+
isOpen?: any;
|
|
12
12
|
color?: 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
|
-
isOpen?: any;
|
|
18
17
|
dir?: any;
|
|
19
18
|
lang?: any;
|
|
20
19
|
disabled?: any;
|
|
20
|
+
isOpen?: any;
|
|
21
21
|
color?: any;
|
|
22
22
|
}> & Readonly<{
|
|
23
23
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,21 +4,21 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const CommentComponent: import("vue").DefineComponent<{
|
|
7
|
-
formatter?: any;
|
|
8
7
|
themeName?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
11
10
|
at?: any;
|
|
11
|
+
formatter?: any;
|
|
12
12
|
content?: any;
|
|
13
13
|
author?: any;
|
|
14
14
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
15
15
|
[key: string]: any;
|
|
16
16
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
17
|
-
formatter?: any;
|
|
18
17
|
themeName?: any;
|
|
19
18
|
dir?: any;
|
|
20
19
|
lang?: any;
|
|
21
20
|
at?: any;
|
|
21
|
+
formatter?: any;
|
|
22
22
|
content?: any;
|
|
23
23
|
author?: any;
|
|
24
24
|
}> & Readonly<{
|
|
@@ -4,33 +4,33 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const IconComponent: import("vue").DefineComponent<{
|
|
7
|
-
variant?: any;
|
|
8
7
|
themeName?: any;
|
|
9
|
-
appearance?: any;
|
|
10
8
|
dir?: any;
|
|
11
9
|
lang?: any;
|
|
12
10
|
data?: any;
|
|
13
|
-
disabled?: any;
|
|
14
11
|
size?: any;
|
|
12
|
+
disabled?: any;
|
|
13
|
+
variant?: any;
|
|
15
14
|
readonly?: any;
|
|
15
|
+
appearance?: any;
|
|
16
|
+
grid?: any;
|
|
16
17
|
angle?: any;
|
|
17
18
|
inline?: any;
|
|
18
|
-
grid?: any;
|
|
19
19
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
20
20
|
[key: string]: any;
|
|
21
21
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
22
|
-
variant?: any;
|
|
23
22
|
themeName?: any;
|
|
24
|
-
appearance?: any;
|
|
25
23
|
dir?: any;
|
|
26
24
|
lang?: any;
|
|
27
25
|
data?: any;
|
|
28
|
-
disabled?: any;
|
|
29
26
|
size?: any;
|
|
27
|
+
disabled?: any;
|
|
28
|
+
variant?: any;
|
|
30
29
|
readonly?: any;
|
|
30
|
+
appearance?: any;
|
|
31
|
+
grid?: any;
|
|
31
32
|
angle?: any;
|
|
32
33
|
inline?: any;
|
|
33
|
-
grid?: any;
|
|
34
34
|
}> & Readonly<{
|
|
35
35
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
36
36
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,19 +4,19 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const ImageComponent: import("vue").DefineComponent<{
|
|
7
|
-
variant?: any;
|
|
8
7
|
themeName?: any;
|
|
9
|
-
width?: any;
|
|
10
|
-
height?: any;
|
|
11
8
|
dir?: any;
|
|
12
9
|
lang?: any;
|
|
13
10
|
legend?: any;
|
|
14
11
|
fit?: any;
|
|
15
12
|
disabled?: any;
|
|
16
|
-
|
|
13
|
+
variant?: any;
|
|
17
14
|
src?: any;
|
|
18
15
|
legendPosition?: any;
|
|
19
16
|
ratio?: any;
|
|
17
|
+
width?: any;
|
|
18
|
+
height?: any;
|
|
19
|
+
state?: any;
|
|
20
20
|
alt?: any;
|
|
21
21
|
srcset?: any;
|
|
22
22
|
thumbnailSrc?: any;
|
|
@@ -26,19 +26,19 @@ export declare const ImageComponent: import("vue").DefineComponent<{
|
|
|
26
26
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
27
27
|
[key: string]: any;
|
|
28
28
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "imageLoaded" | "imageFailed")[], "connected" | "disconnected" | "changed" | "imageLoaded" | "imageFailed", import("vue").PublicProps, Readonly<{
|
|
29
|
-
variant?: any;
|
|
30
29
|
themeName?: any;
|
|
31
|
-
width?: any;
|
|
32
|
-
height?: any;
|
|
33
30
|
dir?: any;
|
|
34
31
|
lang?: any;
|
|
35
32
|
legend?: any;
|
|
36
33
|
fit?: any;
|
|
37
34
|
disabled?: any;
|
|
38
|
-
|
|
35
|
+
variant?: any;
|
|
39
36
|
src?: any;
|
|
40
37
|
legendPosition?: any;
|
|
41
38
|
ratio?: any;
|
|
39
|
+
width?: any;
|
|
40
|
+
height?: any;
|
|
41
|
+
state?: any;
|
|
42
42
|
alt?: any;
|
|
43
43
|
srcset?: any;
|
|
44
44
|
thumbnailSrc?: any;
|
|
@@ -5,29 +5,29 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const MapComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
width?: any;
|
|
9
|
-
height?: any;
|
|
10
8
|
dir?: any;
|
|
11
9
|
lang?: any;
|
|
12
10
|
label?: any;
|
|
13
11
|
disabled?: any;
|
|
12
|
+
width?: any;
|
|
13
|
+
height?: any;
|
|
14
|
+
zoom?: any;
|
|
14
15
|
latitude?: any;
|
|
15
16
|
longitude?: any;
|
|
16
|
-
zoom?: any;
|
|
17
17
|
provider?: any;
|
|
18
18
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
19
19
|
[key: string]: any;
|
|
20
20
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
21
21
|
themeName?: any;
|
|
22
|
-
width?: any;
|
|
23
|
-
height?: any;
|
|
24
22
|
dir?: any;
|
|
25
23
|
lang?: any;
|
|
26
24
|
label?: any;
|
|
27
25
|
disabled?: any;
|
|
26
|
+
width?: any;
|
|
27
|
+
height?: any;
|
|
28
|
+
zoom?: any;
|
|
28
29
|
latitude?: any;
|
|
29
30
|
longitude?: any;
|
|
30
|
-
zoom?: any;
|
|
31
31
|
provider?: any;
|
|
32
32
|
}> & Readonly<{
|
|
33
33
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,17 +4,20 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const PersonaComponent: import("vue").DefineComponent<{
|
|
7
|
-
icon?: any;
|
|
8
|
-
variant?: any;
|
|
9
7
|
themeName?: any;
|
|
10
|
-
appearance?: any;
|
|
11
8
|
dir?: any;
|
|
12
9
|
lang?: any;
|
|
10
|
+
size?: any;
|
|
13
11
|
orientation?: any;
|
|
14
12
|
disabled?: any;
|
|
13
|
+
variant?: any;
|
|
15
14
|
src?: any;
|
|
16
|
-
size?: any;
|
|
17
15
|
text?: any;
|
|
16
|
+
appearance?: any;
|
|
17
|
+
hasBadge?: any;
|
|
18
|
+
textAccessor?: any;
|
|
19
|
+
icon?: any;
|
|
20
|
+
displayMode?: any;
|
|
18
21
|
horizontalContentAlignment?: any;
|
|
19
22
|
verticalContentAlignment?: any;
|
|
20
23
|
primaryText?: any;
|
|
@@ -22,23 +25,23 @@ export declare const PersonaComponent: import("vue").DefineComponent<{
|
|
|
22
25
|
tertiaryText?: any;
|
|
23
26
|
quaternaryText?: any;
|
|
24
27
|
presence?: any;
|
|
25
|
-
hasBadge?: any;
|
|
26
|
-
textAccessor?: any;
|
|
27
|
-
displayMode?: any;
|
|
28
28
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
29
29
|
[key: string]: any;
|
|
30
30
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
31
|
-
icon?: any;
|
|
32
|
-
variant?: any;
|
|
33
31
|
themeName?: any;
|
|
34
|
-
appearance?: any;
|
|
35
32
|
dir?: any;
|
|
36
33
|
lang?: any;
|
|
34
|
+
size?: any;
|
|
37
35
|
orientation?: any;
|
|
38
36
|
disabled?: any;
|
|
37
|
+
variant?: any;
|
|
39
38
|
src?: any;
|
|
40
|
-
size?: any;
|
|
41
39
|
text?: any;
|
|
40
|
+
appearance?: any;
|
|
41
|
+
hasBadge?: any;
|
|
42
|
+
textAccessor?: any;
|
|
43
|
+
icon?: any;
|
|
44
|
+
displayMode?: any;
|
|
42
45
|
horizontalContentAlignment?: any;
|
|
43
46
|
verticalContentAlignment?: any;
|
|
44
47
|
primaryText?: any;
|
|
@@ -46,9 +49,6 @@ export declare const PersonaComponent: import("vue").DefineComponent<{
|
|
|
46
49
|
tertiaryText?: any;
|
|
47
50
|
quaternaryText?: any;
|
|
48
51
|
presence?: any;
|
|
49
|
-
hasBadge?: any;
|
|
50
|
-
textAccessor?: any;
|
|
51
|
-
displayMode?: any;
|
|
52
52
|
}> & Readonly<{
|
|
53
53
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
54
54
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -8,10 +8,10 @@ export declare const QrcodeComponent: import("vue").DefineComponent<{
|
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
10
|
text?: any;
|
|
11
|
-
backgroundColor?: any;
|
|
12
11
|
radius?: any;
|
|
13
12
|
dimension?: any;
|
|
14
13
|
errorCorrection?: any;
|
|
14
|
+
backgroundColor?: any;
|
|
15
15
|
foregroundColor?: any;
|
|
16
16
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
17
17
|
[key: string]: any;
|
|
@@ -20,10 +20,10 @@ export declare const QrcodeComponent: import("vue").DefineComponent<{
|
|
|
20
20
|
dir?: any;
|
|
21
21
|
lang?: any;
|
|
22
22
|
text?: any;
|
|
23
|
-
backgroundColor?: any;
|
|
24
23
|
radius?: any;
|
|
25
24
|
dimension?: any;
|
|
26
25
|
errorCorrection?: any;
|
|
26
|
+
backgroundColor?: any;
|
|
27
27
|
foregroundColor?: any;
|
|
28
28
|
}> & Readonly<{
|
|
29
29
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,30 +4,30 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const TimelineMarkerComponent: import("vue").DefineComponent<{
|
|
7
|
-
icon?: any;
|
|
8
|
-
variant?: any;
|
|
9
7
|
themeName?: any;
|
|
10
|
-
appearance?: any;
|
|
11
8
|
dir?: any;
|
|
12
9
|
lang?: any;
|
|
13
|
-
disabled?: any;
|
|
14
10
|
size?: any;
|
|
15
|
-
|
|
11
|
+
disabled?: any;
|
|
12
|
+
variant?: any;
|
|
16
13
|
isBusy?: any;
|
|
14
|
+
text?: any;
|
|
15
|
+
appearance?: any;
|
|
16
|
+
icon?: any;
|
|
17
17
|
iconSize?: any;
|
|
18
18
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
19
19
|
[key: string]: any;
|
|
20
20
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
21
|
-
icon?: any;
|
|
22
|
-
variant?: any;
|
|
23
21
|
themeName?: any;
|
|
24
|
-
appearance?: any;
|
|
25
22
|
dir?: any;
|
|
26
23
|
lang?: any;
|
|
27
|
-
disabled?: any;
|
|
28
24
|
size?: any;
|
|
29
|
-
|
|
25
|
+
disabled?: any;
|
|
26
|
+
variant?: any;
|
|
30
27
|
isBusy?: any;
|
|
28
|
+
text?: any;
|
|
29
|
+
appearance?: any;
|
|
30
|
+
icon?: any;
|
|
31
31
|
iconSize?: any;
|
|
32
32
|
}> & Readonly<{
|
|
33
33
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,8 +5,6 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const VideoComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
width?: any;
|
|
9
|
-
height?: any;
|
|
10
8
|
dir?: any;
|
|
11
9
|
lang?: any;
|
|
12
10
|
legend?: any;
|
|
@@ -15,19 +13,19 @@ export declare const VideoComponent: import("vue").DefineComponent<{
|
|
|
15
13
|
hasSrc?: any;
|
|
16
14
|
src?: any;
|
|
17
15
|
autoPlay?: any;
|
|
18
|
-
poster?: any;
|
|
19
|
-
autoFullScreen?: any;
|
|
20
16
|
showControls?: any;
|
|
21
17
|
legendPosition?: any;
|
|
22
18
|
ratio?: any;
|
|
23
19
|
muted?: any;
|
|
24
20
|
loop?: any;
|
|
21
|
+
width?: any;
|
|
22
|
+
height?: any;
|
|
23
|
+
poster?: any;
|
|
24
|
+
autoFullScreen?: any;
|
|
25
25
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
26
26
|
[key: string]: any;
|
|
27
27
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
28
28
|
themeName?: any;
|
|
29
|
-
width?: any;
|
|
30
|
-
height?: any;
|
|
31
29
|
dir?: any;
|
|
32
30
|
lang?: any;
|
|
33
31
|
legend?: any;
|
|
@@ -36,13 +34,15 @@ export declare const VideoComponent: import("vue").DefineComponent<{
|
|
|
36
34
|
hasSrc?: any;
|
|
37
35
|
src?: any;
|
|
38
36
|
autoPlay?: any;
|
|
39
|
-
poster?: any;
|
|
40
|
-
autoFullScreen?: any;
|
|
41
37
|
showControls?: any;
|
|
42
38
|
legendPosition?: any;
|
|
43
39
|
ratio?: any;
|
|
44
40
|
muted?: any;
|
|
45
41
|
loop?: any;
|
|
42
|
+
width?: any;
|
|
43
|
+
height?: any;
|
|
44
|
+
poster?: any;
|
|
45
|
+
autoFullScreen?: any;
|
|
46
46
|
}> & Readonly<{
|
|
47
47
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
48
48
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,14 +4,14 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const CookiesConsentComponent: import("vue").DefineComponent<{
|
|
7
|
-
intl?: any;
|
|
8
7
|
themeName?: any;
|
|
8
|
+
dir?: any;
|
|
9
|
+
lang?: any;
|
|
10
|
+
intl?: any;
|
|
9
11
|
animationTarget?: any;
|
|
10
12
|
enter?: any;
|
|
11
13
|
exit?: any;
|
|
12
14
|
elevation?: any;
|
|
13
|
-
dir?: any;
|
|
14
|
-
lang?: any;
|
|
15
15
|
accepted?: any;
|
|
16
16
|
dismissed?: any;
|
|
17
17
|
hasAcceptedCookies?: any;
|
|
@@ -20,14 +20,14 @@ export declare const CookiesConsentComponent: import("vue").DefineComponent<{
|
|
|
20
20
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
21
21
|
[key: string]: any;
|
|
22
22
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "cookiesAccepted" | "cookiesDismissed")[], "connected" | "disconnected" | "changed" | "cookiesAccepted" | "cookiesDismissed", import("vue").PublicProps, Readonly<{
|
|
23
|
-
intl?: any;
|
|
24
23
|
themeName?: any;
|
|
24
|
+
dir?: any;
|
|
25
|
+
lang?: any;
|
|
26
|
+
intl?: any;
|
|
25
27
|
animationTarget?: any;
|
|
26
28
|
enter?: any;
|
|
27
29
|
exit?: any;
|
|
28
30
|
elevation?: any;
|
|
29
|
-
dir?: any;
|
|
30
|
-
lang?: any;
|
|
31
31
|
accepted?: any;
|
|
32
32
|
dismissed?: any;
|
|
33
33
|
hasAcceptedCookies?: any;
|