@breadstone/mosaik-elements-vue 0.1.50 → 0.1.51
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 +2 -2
- package/Controls/Components/Buttons/CompoundButton/CompoundButtonComponent.d.ts +16 -16
- package/Controls/Components/Buttons/DropDownButton/DropDownButtonComponent.d.ts +24 -24
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonComponent.d.ts +10 -10
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonGroupComponent.d.ts +11 -11
- 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 +24 -24
- package/Controls/Components/Buttons/Tile/TileComponent.d.ts +4 -4
- 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/Charts/ChartComponent.d.ts +14 -14
- package/Controls/Components/Effects/Perspective/PerspectiveComponent.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 +19 -19
- package/Controls/Components/Grouping/BannerGroup/BannerGroupComponent.d.ts +6 -6
- package/Controls/Components/Grouping/Breadcrumb/BreadcrumbItemComponent.d.ts +8 -8
- package/Controls/Components/Grouping/Card/CardComponent.d.ts +10 -10
- package/Controls/Components/Grouping/Expander/ExpanderComponent.d.ts +12 -12
- package/Controls/Components/Grouping/Expander/ExpanderGroupComponent.d.ts +4 -4
- package/Controls/Components/Grouping/Message/MessageComponent.d.ts +16 -16
- package/Controls/Components/Grouping/Message/MessageContentComponent.d.ts +4 -4
- package/Controls/Components/Grouping/Toolbar/ToolbarComponent.d.ts +2 -2
- package/Controls/Components/Grouping/actionbar/ActionbarComponent.d.ts +6 -6
- package/Controls/Components/Grouping/actionbar/ActionbarGroupComponent.d.ts +2 -2
- package/Controls/Components/Grouping/actionbar/ActionbarItemComponent.d.ts +2 -2
- package/Controls/Components/Inputs/AutoCompleteBox/AutoCompleteBoxComponent.d.ts +44 -44
- package/Controls/Components/Inputs/Calendar/CalendarComponent.d.ts +24 -24
- package/Controls/Components/Inputs/Calendar/CalendarItemComponent.d.ts +8 -8
- package/Controls/Components/Inputs/CheckBox/CheckBoxComponent.d.ts +10 -10
- package/Controls/Components/Inputs/CheckBox/CheckBoxGroupComponent.d.ts +4 -4
- package/Controls/Components/Inputs/ChipBox/ChipBoxComponent.d.ts +18 -18
- package/Controls/Components/Inputs/Choice/ChoiceComponent.d.ts +12 -12
- package/Controls/Components/Inputs/Choice/ChoiceGroupComponent.d.ts +4 -4
- package/Controls/Components/Inputs/ColorBox/ColorBoxComponent.d.ts +28 -28
- package/Controls/Components/Inputs/DateBox/DateBoxComponent.d.ts +36 -36
- package/Controls/Components/Inputs/DateTimeBox/DateTimeBoxComponent.d.ts +36 -36
- package/Controls/Components/Inputs/DurationBox/DurationBoxComponent.d.ts +14 -14
- package/Controls/Components/Inputs/FileBox/FileBoxComponent.d.ts +20 -20
- package/Controls/Components/Inputs/FileUpload/FileUploadComponent.d.ts +14 -14
- package/Controls/Components/Inputs/FileUpload/FileUploadItemComponent.d.ts +2 -2
- package/Controls/Components/Inputs/NumberBox/NumberBoxComponent.d.ts +20 -20
- package/Controls/Components/Inputs/PasswordBox/PasswordBoxComponent.d.ts +16 -16
- 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 +4 -4
- package/Controls/Components/Inputs/Rating/RatingComponent.d.ts +4 -4
- package/Controls/Components/Inputs/RichTextBox/RichTextBoxComponent.d.ts +20 -20
- package/Controls/Components/Inputs/Scheduler/SchedulerComponent.d.ts +22 -22
- package/Controls/Components/Inputs/Scheduler/SchedulerEventComponent.d.ts +8 -8
- package/Controls/Components/Inputs/SearchBox/SearchBoxComponent.d.ts +18 -18
- package/Controls/Components/Inputs/Select/SelectComponent.d.ts +18 -18
- package/Controls/Components/Inputs/Select/SelectComponent.js +1 -1
- package/Controls/Components/Inputs/Select/SelectComponent.js.map +1 -1
- package/Controls/Components/Inputs/Select/SelectItemComponent.d.ts +10 -10
- package/Controls/Components/Inputs/Select/SelectItemComponent.js +1 -1
- package/Controls/Components/Inputs/Select/SelectItemComponent.js.map +1 -1
- package/Controls/Components/Inputs/Select/SelectItemVisualComponent.d.ts +26 -0
- package/Controls/Components/Inputs/Select/SelectItemVisualComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/Select/SelectItemVisualComponent.js +29 -0
- package/Controls/Components/Inputs/Select/SelectItemVisualComponent.js.map +1 -0
- package/Controls/Components/Inputs/SignaturePad/SignaturePadComponent.d.ts +16 -16
- package/Controls/Components/Inputs/TextBox/TextBoxComponent.d.ts +24 -24
- package/Controls/Components/Inputs/TextBox/TextBoxComponent.js +1 -1
- package/Controls/Components/Inputs/TextBox/TextBoxComponent.js.map +1 -1
- package/Controls/Components/Inputs/TimeBox/TimeBoxComponent.d.ts +34 -34
- 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 +6 -6
- 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 +6 -6
- package/Controls/Components/Layouts/Stack/StackComponent.d.ts +4 -4
- package/Controls/Components/Layouts/TileList/TileListItemComponent.d.ts +8 -8
- package/Controls/Components/Layouts/TileManager/TileManagerComponent.d.ts +4 -4
- 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 +6 -6
- package/Controls/Components/Media/Avatar/AvatarGroupComponent.d.ts +4 -4
- package/Controls/Components/Media/Badge/BadgeComponent.d.ts +8 -8
- package/Controls/Components/Media/Camera/CameraComponent.d.ts +8 -8
- package/Controls/Components/Media/Chat/ChatComponent.d.ts +6 -6
- package/Controls/Components/Media/Chat/ChatInputAttachmentListComponent.d.ts +4 -4
- package/Controls/Components/Media/Chat/ChatInputComponent.d.ts +4 -4
- package/Controls/Components/Media/Chat/ChatMarkerComponent.d.ts +4 -4
- package/Controls/Components/Media/Chat/ChatMessageAvatarComponent.d.ts +2 -2
- package/Controls/Components/Media/Chat/ChatMessageComponent.d.ts +8 -8
- package/Controls/Components/Media/Chat/ChatMessageDividerComponent.d.ts +2 -2
- package/Controls/Components/Media/Chat/ChatMessageReactionComponent.d.ts +2 -2
- package/Controls/Components/Media/Chat/Tools/AttachmentChatToolComponent.d.ts +2 -2
- package/Controls/Components/Media/Chat/Tools/VoiceRecorderChatToolComponent.d.ts +4 -4
- package/Controls/Components/Media/Chip/ChipComponent.d.ts +12 -12
- 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 +6 -6
- package/Controls/Components/Media/ColorSwatch/ColorSwatchGroupComponent.d.ts +4 -4
- package/Controls/Components/Media/ColorThumb/ColorThumbComponent.d.ts +2 -2
- package/Controls/Components/Media/Comment/CommentComponent.d.ts +2 -2
- package/Controls/Components/Media/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 +12 -12
- package/Controls/Components/Media/QRCode/QRCodeComponent.d.ts +2 -2
- package/Controls/Components/Media/Timeline/TimelineMarkerComponent.d.ts +6 -6
- package/Controls/Components/Media/Video/VideoComponent.d.ts +8 -8
- package/Controls/Components/Misc/CookieConsent/CookiesConsentComponent.d.ts +6 -6
- package/Controls/Components/Overlays/Dialog/DialogComponent.d.ts +28 -28
- package/Controls/Components/Overlays/Drawer/DrawerComponent.d.ts +26 -26
- package/Controls/Components/Overlays/Drawer/DrawerContainerComponent.d.ts +4 -4
- package/Controls/Components/Overlays/Drawer/DrawerContentComponent.d.ts +2 -2
- package/Controls/Components/Overlays/MessageBox/MessageBoxComponent.d.ts +40 -40
- package/Controls/Components/Overlays/Sheet/SheetComponent.d.ts +36 -10
- package/Controls/Components/Overlays/Sheet/SheetComponent.d.ts.map +1 -1
- package/Controls/Components/Overlays/Sheet/SheetComponent.js +7 -3
- package/Controls/Components/Overlays/Sheet/SheetComponent.js.map +1 -1
- package/Controls/Components/Overlays/Toast/ToastComponent.d.ts +26 -26
- package/Controls/Components/Overlays/tour/TourComponent.d.ts +14 -14
- 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 +4 -4
- package/Controls/Components/Primitives/Dismiss/DismissComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Dot/DotComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Dot/DotGroupComponent.d.ts +4 -4
- package/Controls/Components/Primitives/DropZone/DropZoneComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Dropdown/DropdownComponent.d.ts +26 -26
- 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 +30 -30
- package/Controls/Components/Primitives/FocusRing/FocusRingComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Footer/FooterComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Hint/HintComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Jumbotron/JumbotronComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Kbd/KbdComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Number/NumberCounterComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Paginator/PaginatorComponent.d.ts +8 -8
- package/Controls/Components/Primitives/Pip/PipComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Popup/PopupComponent.d.ts +40 -40
- package/Controls/Components/Primitives/Portal/PortalComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Portal/PortalProjectionComponent.d.ts +10 -10
- package/Controls/Components/Primitives/ResizeThumb/ResizeThumbComponent.d.ts +8 -8
- package/Controls/Components/Primitives/Ribbon/RibbonComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Skeleton/SkeletonComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Sticky/StickyComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Text/TextComponent.d.ts +8 -8
- 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 +10 -10
- package/Controls/Components/Primitives/WheelPicker/WheelPickerComponent.d.ts +4 -4
- package/Controls/Components/Primitives/ghost/GhostComponent.d.ts +8 -8
- package/Controls/Components/Primitives/listing/ListingComponent.d.ts +4 -4
- package/Controls/Components/Primitives/listing/ListingItemComponent.d.ts +8 -8
- package/Controls/Components/Primitives/listing/ListingItemMarkerComponent.d.ts +6 -6
- package/Controls/Components/Primitives/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 +14 -14
- package/Controls/Components/Selectors/Combo/ComboComponent.js +2 -2
- package/Controls/Components/Selectors/Combo/ComboComponent.js.map +1 -1
- package/Controls/Components/Selectors/Combo/ComboItemComponent.d.ts +12 -12
- package/Controls/Components/Selectors/Combo/ComboItemVisualComponent.d.ts +26 -0
- package/Controls/Components/Selectors/Combo/ComboItemVisualComponent.d.ts.map +1 -0
- package/Controls/Components/Selectors/Combo/ComboItemVisualComponent.js +29 -0
- package/Controls/Components/Selectors/Combo/ComboItemVisualComponent.js.map +1 -0
- 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 +10 -10
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgProgramComponent.d.ts +10 -10
- package/Controls/Components/Selectors/List/ListComponent.d.ts +10 -10
- package/Controls/Components/Selectors/List/ListItemComponent.d.ts +10 -10
- package/Controls/Components/Selectors/Menu/MenuItemComponent.d.ts +16 -16
- package/Controls/Components/Selectors/Segment/SegmentComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Segment/SegmentItemComponent.d.ts +10 -10
- 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 +6 -6
- package/Controls/Components/Selectors/Tab/TabItemComponent.d.ts +14 -14
- package/Controls/Components/Selectors/Tab/TabPanelComponent.d.ts +6 -6
- package/Controls/Components/Selectors/TabStrip/TabStripComponent.d.ts +6 -6
- package/Controls/Components/Selectors/TabStrip/TabStripItemComponent.d.ts +8 -8
- package/Controls/Components/Selectors/Table/TableBodyCellComponent.d.ts +6 -6
- package/Controls/Components/Selectors/Table/TableBodyRowComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Table/TableComponent.d.ts +12 -12
- package/Controls/Components/Selectors/Table/TableFooterCellComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Table/TableHeaderCellComponent.d.ts +20 -20
- 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 +12 -12
- package/Controls/Components/Shell/AppHeaderComponent.d.ts +2 -2
- package/Controls/Components/States/Busy/BusyStateComponent.d.ts +2 -2
- package/Controls/Components/States/Empty/EmptyStateComponent.d.ts +2 -2
- package/Controls/Components/States/Error/ErrorStateComponent.d.ts +2 -2
- package/Controls/Components/States/Success/SuccessStateComponent.d.ts +2 -2
- package/Index.d.ts +2 -0
- package/Index.d.ts.map +1 -1
- package/Index.js +2 -0
- package/Index.js.map +1 -1
- package/package.json +2 -2
|
@@ -10,19 +10,19 @@ export declare const MeterRingComponent: import("vue").DefineComponent<{
|
|
|
10
10
|
label?: any;
|
|
11
11
|
orientation?: any;
|
|
12
12
|
disabled?: any;
|
|
13
|
-
value?: any;
|
|
14
13
|
variant?: any;
|
|
15
|
-
|
|
16
|
-
max?: any;
|
|
14
|
+
value?: any;
|
|
17
15
|
thickness?: any;
|
|
18
|
-
radius?: any;
|
|
19
16
|
segments?: any;
|
|
20
|
-
effectiveRadius?: any;
|
|
21
17
|
high?: any;
|
|
22
18
|
low?: any;
|
|
23
19
|
optimum?: any;
|
|
24
20
|
range?: any;
|
|
25
21
|
scale?: any;
|
|
22
|
+
min?: any;
|
|
23
|
+
max?: any;
|
|
24
|
+
effectiveRadius?: any;
|
|
25
|
+
radius?: any;
|
|
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" | "rangeValueChanged")[], "connected" | "disconnected" | "changed" | "rangeValueChanged", import("vue").PublicProps, Readonly<{
|
|
@@ -32,19 +32,19 @@ export declare const MeterRingComponent: import("vue").DefineComponent<{
|
|
|
32
32
|
label?: any;
|
|
33
33
|
orientation?: any;
|
|
34
34
|
disabled?: any;
|
|
35
|
-
value?: any;
|
|
36
35
|
variant?: any;
|
|
37
|
-
|
|
38
|
-
max?: any;
|
|
36
|
+
value?: any;
|
|
39
37
|
thickness?: any;
|
|
40
|
-
radius?: any;
|
|
41
38
|
segments?: any;
|
|
42
|
-
effectiveRadius?: any;
|
|
43
39
|
high?: any;
|
|
44
40
|
low?: any;
|
|
45
41
|
optimum?: any;
|
|
46
42
|
range?: any;
|
|
47
43
|
scale?: any;
|
|
44
|
+
min?: any;
|
|
45
|
+
max?: any;
|
|
46
|
+
effectiveRadius?: any;
|
|
47
|
+
radius?: any;
|
|
48
48
|
}> & Readonly<{
|
|
49
49
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
50
50
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -10,13 +10,13 @@ export declare const ProgressBarComponent: import("vue").DefineComponent<{
|
|
|
10
10
|
label?: any;
|
|
11
11
|
orientation?: any;
|
|
12
12
|
disabled?: any;
|
|
13
|
-
value?: any;
|
|
14
13
|
variant?: any;
|
|
14
|
+
value?: any;
|
|
15
|
+
thickness?: any;
|
|
16
|
+
segments?: any;
|
|
15
17
|
min?: any;
|
|
16
18
|
max?: any;
|
|
17
|
-
thickness?: any;
|
|
18
19
|
isIndeterminate?: any;
|
|
19
|
-
segments?: 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" | "rangeValueChanged")[], "connected" | "disconnected" | "changed" | "rangeValueChanged", import("vue").PublicProps, Readonly<{
|
|
@@ -26,13 +26,13 @@ export declare const ProgressBarComponent: import("vue").DefineComponent<{
|
|
|
26
26
|
label?: any;
|
|
27
27
|
orientation?: any;
|
|
28
28
|
disabled?: any;
|
|
29
|
-
value?: any;
|
|
30
29
|
variant?: any;
|
|
30
|
+
value?: any;
|
|
31
|
+
thickness?: any;
|
|
32
|
+
segments?: any;
|
|
31
33
|
min?: any;
|
|
32
34
|
max?: any;
|
|
33
|
-
thickness?: any;
|
|
34
35
|
isIndeterminate?: any;
|
|
35
|
-
segments?: any;
|
|
36
36
|
}> & Readonly<{
|
|
37
37
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
38
38
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -10,11 +10,11 @@ export declare const ProgressRingComponent: import("vue").DefineComponent<{
|
|
|
10
10
|
label?: any;
|
|
11
11
|
orientation?: any;
|
|
12
12
|
disabled?: any;
|
|
13
|
-
value?: any;
|
|
14
13
|
variant?: any;
|
|
14
|
+
value?: any;
|
|
15
|
+
thickness?: any;
|
|
15
16
|
min?: any;
|
|
16
17
|
max?: any;
|
|
17
|
-
thickness?: any;
|
|
18
18
|
radius?: any;
|
|
19
19
|
isIndeterminate?: any;
|
|
20
20
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -26,11 +26,11 @@ export declare const ProgressRingComponent: import("vue").DefineComponent<{
|
|
|
26
26
|
label?: any;
|
|
27
27
|
orientation?: any;
|
|
28
28
|
disabled?: any;
|
|
29
|
-
value?: any;
|
|
30
29
|
variant?: any;
|
|
30
|
+
value?: any;
|
|
31
|
+
thickness?: any;
|
|
31
32
|
min?: any;
|
|
32
33
|
max?: any;
|
|
33
|
-
thickness?: any;
|
|
34
34
|
radius?: any;
|
|
35
35
|
isIndeterminate?: any;
|
|
36
36
|
}> & Readonly<{
|
|
@@ -5,20 +5,20 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const ScrubSliderComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
appearance?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
11
10
|
track?: any;
|
|
12
11
|
invalid?: any;
|
|
13
12
|
orientation?: any;
|
|
14
13
|
disabled?: any;
|
|
15
|
-
value?: any;
|
|
16
14
|
variant?: any;
|
|
15
|
+
appearance?: any;
|
|
16
|
+
value?: any;
|
|
17
17
|
isFocused?: any;
|
|
18
18
|
step?: any;
|
|
19
|
-
ticks?: any;
|
|
20
19
|
min?: any;
|
|
21
20
|
max?: any;
|
|
21
|
+
ticks?: any;
|
|
22
22
|
tickPlacement?: any;
|
|
23
23
|
showTickLabels?: any;
|
|
24
24
|
tickLabelAccessor?: any;
|
|
@@ -30,20 +30,20 @@ export declare const ScrubSliderComponent: import("vue").DefineComponent<{
|
|
|
30
30
|
[key: string]: any;
|
|
31
31
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "input" | "rangeValueChanged" | "change")[], "connected" | "disconnected" | "changed" | "input" | "rangeValueChanged" | "change", import("vue").PublicProps, Readonly<{
|
|
32
32
|
themeName?: any;
|
|
33
|
-
appearance?: any;
|
|
34
33
|
dir?: any;
|
|
35
34
|
lang?: any;
|
|
36
35
|
track?: any;
|
|
37
36
|
invalid?: any;
|
|
38
37
|
orientation?: any;
|
|
39
38
|
disabled?: any;
|
|
40
|
-
value?: any;
|
|
41
39
|
variant?: any;
|
|
40
|
+
appearance?: any;
|
|
41
|
+
value?: any;
|
|
42
42
|
isFocused?: any;
|
|
43
43
|
step?: any;
|
|
44
|
-
ticks?: any;
|
|
45
44
|
min?: any;
|
|
46
45
|
max?: any;
|
|
46
|
+
ticks?: any;
|
|
47
47
|
tickPlacement?: any;
|
|
48
48
|
showTickLabels?: any;
|
|
49
49
|
tickLabelAccessor?: any;
|
|
@@ -5,20 +5,20 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const SliderComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
appearance?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
11
10
|
track?: any;
|
|
12
11
|
invalid?: any;
|
|
13
12
|
orientation?: any;
|
|
14
13
|
disabled?: any;
|
|
15
|
-
value?: any;
|
|
16
14
|
variant?: any;
|
|
15
|
+
appearance?: any;
|
|
16
|
+
value?: any;
|
|
17
17
|
isFocused?: any;
|
|
18
18
|
step?: any;
|
|
19
|
-
ticks?: any;
|
|
20
19
|
min?: any;
|
|
21
20
|
max?: any;
|
|
21
|
+
ticks?: any;
|
|
22
22
|
tickPlacement?: any;
|
|
23
23
|
showTickLabels?: any;
|
|
24
24
|
tickLabelAccessor?: any;
|
|
@@ -28,20 +28,20 @@ export declare const SliderComponent: import("vue").DefineComponent<{
|
|
|
28
28
|
[key: string]: any;
|
|
29
29
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "rangeValueChanged")[], "connected" | "disconnected" | "changed" | "rangeValueChanged", import("vue").PublicProps, Readonly<{
|
|
30
30
|
themeName?: any;
|
|
31
|
-
appearance?: any;
|
|
32
31
|
dir?: any;
|
|
33
32
|
lang?: any;
|
|
34
33
|
track?: any;
|
|
35
34
|
invalid?: any;
|
|
36
35
|
orientation?: any;
|
|
37
36
|
disabled?: any;
|
|
38
|
-
value?: any;
|
|
39
37
|
variant?: any;
|
|
38
|
+
appearance?: any;
|
|
39
|
+
value?: any;
|
|
40
40
|
isFocused?: any;
|
|
41
41
|
step?: any;
|
|
42
|
-
ticks?: any;
|
|
43
42
|
min?: any;
|
|
44
43
|
max?: any;
|
|
44
|
+
ticks?: any;
|
|
45
45
|
tickPlacement?: any;
|
|
46
46
|
showTickLabels?: any;
|
|
47
47
|
tickLabelAccessor?: any;
|
|
@@ -5,36 +5,36 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const Slider2Component: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
appearance?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
11
10
|
orientation?: any;
|
|
12
|
-
gap?: any;
|
|
13
11
|
disabled?: any;
|
|
14
|
-
value?: any;
|
|
15
12
|
variant?: any;
|
|
13
|
+
appearance?: any;
|
|
14
|
+
value?: any;
|
|
15
|
+
thickness?: any;
|
|
16
16
|
step?: any;
|
|
17
|
+
gap?: any;
|
|
17
18
|
min?: any;
|
|
18
19
|
max?: any;
|
|
19
|
-
thickness?: any;
|
|
20
20
|
showValueIndicator?: any;
|
|
21
21
|
valueChanged?: any;
|
|
22
22
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
23
23
|
[key: string]: any;
|
|
24
24
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "rangeValueChanged")[], "connected" | "disconnected" | "changed" | "rangeValueChanged", import("vue").PublicProps, Readonly<{
|
|
25
25
|
themeName?: any;
|
|
26
|
-
appearance?: any;
|
|
27
26
|
dir?: any;
|
|
28
27
|
lang?: any;
|
|
29
28
|
orientation?: any;
|
|
30
|
-
gap?: any;
|
|
31
29
|
disabled?: any;
|
|
32
|
-
value?: any;
|
|
33
30
|
variant?: any;
|
|
31
|
+
appearance?: any;
|
|
32
|
+
value?: any;
|
|
33
|
+
thickness?: any;
|
|
34
34
|
step?: any;
|
|
35
|
+
gap?: any;
|
|
35
36
|
min?: any;
|
|
36
37
|
max?: any;
|
|
37
|
-
thickness?: any;
|
|
38
38
|
showValueIndicator?: any;
|
|
39
39
|
valueChanged?: any;
|
|
40
40
|
}> & Readonly<{
|
|
@@ -8,8 +8,8 @@ export declare const Slider2ThumbComponent: import("vue").DefineComponent<{
|
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
10
|
disabled?: any;
|
|
11
|
-
value?: any;
|
|
12
11
|
variant?: any;
|
|
12
|
+
value?: any;
|
|
13
13
|
isFocused?: any;
|
|
14
14
|
step?: any;
|
|
15
15
|
min?: any;
|
|
@@ -21,8 +21,8 @@ export declare const Slider2ThumbComponent: import("vue").DefineComponent<{
|
|
|
21
21
|
dir?: any;
|
|
22
22
|
lang?: any;
|
|
23
23
|
disabled?: any;
|
|
24
|
-
value?: any;
|
|
25
24
|
variant?: any;
|
|
25
|
+
value?: any;
|
|
26
26
|
isFocused?: any;
|
|
27
27
|
step?: any;
|
|
28
28
|
min?: any;
|
|
@@ -5,40 +5,40 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const CarouselComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
appearance?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
11
10
|
disabled?: any;
|
|
12
|
-
selectedItem?: any;
|
|
13
11
|
variant?: any;
|
|
14
12
|
loop?: any;
|
|
15
|
-
|
|
13
|
+
appearance?: any;
|
|
16
14
|
displayMode?: any;
|
|
17
15
|
showNavigation?: any;
|
|
16
|
+
timeout?: any;
|
|
18
17
|
hasPrevious?: any;
|
|
19
18
|
hasNext?: any;
|
|
20
19
|
autoplay?: any;
|
|
21
20
|
showIndicator?: any;
|
|
22
21
|
navigationPosition?: any;
|
|
22
|
+
selectedItem?: any;
|
|
23
23
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
24
24
|
[key: string]: any;
|
|
25
25
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "selectionChanged" | "itemsChanged")[], "connected" | "disconnected" | "changed" | "selectionChanged" | "itemsChanged", import("vue").PublicProps, Readonly<{
|
|
26
26
|
themeName?: any;
|
|
27
|
-
appearance?: any;
|
|
28
27
|
dir?: any;
|
|
29
28
|
lang?: any;
|
|
30
29
|
disabled?: any;
|
|
31
|
-
selectedItem?: any;
|
|
32
30
|
variant?: any;
|
|
33
31
|
loop?: any;
|
|
34
|
-
|
|
32
|
+
appearance?: any;
|
|
35
33
|
displayMode?: any;
|
|
36
34
|
showNavigation?: any;
|
|
35
|
+
timeout?: any;
|
|
37
36
|
hasPrevious?: any;
|
|
38
37
|
hasNext?: any;
|
|
39
38
|
autoplay?: any;
|
|
40
39
|
showIndicator?: any;
|
|
41
40
|
navigationPosition?: any;
|
|
41
|
+
selectedItem?: any;
|
|
42
42
|
}> & Readonly<{
|
|
43
43
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
44
44
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -8,11 +8,11 @@ export declare const CarouselItemComponent: import("vue").DefineComponent<{
|
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
10
|
disabled?: any;
|
|
11
|
+
value?: any;
|
|
12
|
+
index?: any;
|
|
11
13
|
isActive?: any;
|
|
12
14
|
isSelected?: any;
|
|
13
|
-
index?: any;
|
|
14
15
|
displayText?: any;
|
|
15
|
-
value?: any;
|
|
16
16
|
timeout?: any;
|
|
17
17
|
isDismissed?: any;
|
|
18
18
|
dismissDirection?: any;
|
|
@@ -24,11 +24,11 @@ export declare const CarouselItemComponent: import("vue").DefineComponent<{
|
|
|
24
24
|
dir?: any;
|
|
25
25
|
lang?: any;
|
|
26
26
|
disabled?: any;
|
|
27
|
+
value?: any;
|
|
28
|
+
index?: any;
|
|
27
29
|
isActive?: any;
|
|
28
30
|
isSelected?: any;
|
|
29
|
-
index?: any;
|
|
30
31
|
displayText?: any;
|
|
31
|
-
value?: any;
|
|
32
32
|
timeout?: any;
|
|
33
33
|
isDismissed?: any;
|
|
34
34
|
dismissDirection?: any;
|
|
@@ -7,20 +7,20 @@ export declare const CarouselItem2Component: import("vue").DefineComponent<{
|
|
|
7
7
|
themeName?: any;
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
|
-
|
|
10
|
+
value?: any;
|
|
11
11
|
index?: any;
|
|
12
|
+
isSelected?: any;
|
|
12
13
|
displayText?: any;
|
|
13
|
-
value?: 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" | "selected" | "deselected")[], "connected" | "disconnected" | "changed" | "selected" | "deselected", import("vue").PublicProps, Readonly<{
|
|
17
17
|
themeName?: any;
|
|
18
18
|
dir?: any;
|
|
19
19
|
lang?: any;
|
|
20
|
-
|
|
20
|
+
value?: any;
|
|
21
21
|
index?: any;
|
|
22
|
+
isSelected?: any;
|
|
22
23
|
displayText?: any;
|
|
23
|
-
value?: any;
|
|
24
24
|
}> & Readonly<{
|
|
25
25
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
26
26
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,20 +5,16 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const ComboComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
appearance?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
11
10
|
label?: any;
|
|
12
11
|
invalid?: any;
|
|
13
12
|
disabled?: any;
|
|
14
|
-
selectedItem?: any;
|
|
15
|
-
value?: any;
|
|
16
13
|
variant?: any;
|
|
17
|
-
|
|
18
|
-
required?: any;
|
|
14
|
+
intl?: any;
|
|
19
15
|
placeholder?: any;
|
|
16
|
+
required?: any;
|
|
20
17
|
textAlign?: any;
|
|
21
|
-
isClearable?: any;
|
|
22
18
|
dropDownPlacement?: any;
|
|
23
19
|
dropDownStrategy?: any;
|
|
24
20
|
dropDownDistance?: any;
|
|
@@ -29,26 +25,26 @@ export declare const ComboComponent: import("vue").DefineComponent<{
|
|
|
29
25
|
dropDownWidth?: any;
|
|
30
26
|
dropDownMaxWidth?: any;
|
|
31
27
|
isDropDownOpen?: any;
|
|
32
|
-
|
|
28
|
+
appearance?: any;
|
|
29
|
+
isClearable?: any;
|
|
30
|
+
value?: any;
|
|
31
|
+
selectionMode?: any;
|
|
32
|
+
selectedItem?: any;
|
|
33
33
|
selectedItems?: any;
|
|
34
34
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
35
35
|
[key: string]: any;
|
|
36
36
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "selectionChanged" | "itemsChanged" | "cleared")[], "connected" | "disconnected" | "changed" | "selectionChanged" | "itemsChanged" | "cleared", import("vue").PublicProps, Readonly<{
|
|
37
37
|
themeName?: any;
|
|
38
|
-
appearance?: any;
|
|
39
38
|
dir?: any;
|
|
40
39
|
lang?: any;
|
|
41
40
|
label?: any;
|
|
42
41
|
invalid?: any;
|
|
43
42
|
disabled?: any;
|
|
44
|
-
selectedItem?: any;
|
|
45
|
-
value?: any;
|
|
46
43
|
variant?: any;
|
|
47
|
-
|
|
48
|
-
required?: any;
|
|
44
|
+
intl?: any;
|
|
49
45
|
placeholder?: any;
|
|
46
|
+
required?: any;
|
|
50
47
|
textAlign?: any;
|
|
51
|
-
isClearable?: any;
|
|
52
48
|
dropDownPlacement?: any;
|
|
53
49
|
dropDownStrategy?: any;
|
|
54
50
|
dropDownDistance?: any;
|
|
@@ -59,7 +55,11 @@ export declare const ComboComponent: import("vue").DefineComponent<{
|
|
|
59
55
|
dropDownWidth?: any;
|
|
60
56
|
dropDownMaxWidth?: any;
|
|
61
57
|
isDropDownOpen?: any;
|
|
62
|
-
|
|
58
|
+
appearance?: any;
|
|
59
|
+
isClearable?: any;
|
|
60
|
+
value?: any;
|
|
61
|
+
selectionMode?: any;
|
|
62
|
+
selectedItem?: any;
|
|
63
63
|
selectedItems?: any;
|
|
64
64
|
}> & Readonly<{
|
|
65
65
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -14,8 +14,8 @@ export const ComboComponent = defineComponent({
|
|
|
14
14
|
name: 'ComboComponent',
|
|
15
15
|
props: ['intl', 'selectionMode', 'placeholder', 'required', 'textAlign', 'dropDownPlacement', 'dropDownStrategy', 'dropDownDistance', 'dropDownSkidding', 'dropDownStaysOpen', 'dropDownMaxHeight', 'dropDownHeight', 'dropDownWidth', 'dropDownMaxWidth', 'isDropDownOpen', 'appearance', 'variant', 'label', 'isClearable', 'invalid', 'disabled', 'value', 'themeName', 'selectedItems', 'selectedItem', 'dir', 'lang'],
|
|
16
16
|
emits: ['cleared', 'selectionChanged', 'itemsChanged', 'changed', 'connected', 'disconnected'],
|
|
17
|
-
// slots: ['', 'prefix', 'suffix', 'style']
|
|
18
|
-
// methods: { reset, checkValidity, clear, assignToSlot, getSlotAssignments, getSlotAssignmentsOf, getSlotContent, hasSlotContent, hasSlot, onSlotChanges, open, close, toggle, select, deselect, resetSelection, selectNext, selectPrevious, selectFirst, selectLast, adoptStyle, on, off, emit, requestUpdate }
|
|
17
|
+
// slots: ['', 'prefix', 'suffix', 'trigger', 'style']
|
|
18
|
+
// methods: { reset, checkValidity, clear, onEditorInput, assignToSlot, getSlotAssignments, getSlotAssignmentsOf, getSlotContent, hasSlotContent, hasSlot, onSlotChanges, open, close, toggle, select, deselect, resetSelection, selectNext, selectPrevious, selectFirst, selectLast, adoptStyle, on, off, emit, requestUpdate }
|
|
19
19
|
setup(props, { slots, emit }) {
|
|
20
20
|
return () => h('mosaik-combo', {
|
|
21
21
|
...props,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ComboComponent.js","sourceRoot":"","sources":["../../../../../src/Controls/Components/Selectors/Combo/ComboComponent.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,cAAc,GAAG,eAAe,CAAC;IAC1C,IAAI,EAAE,gBAAgB;IACtB,KAAK,EAAE,CAAC,MAAM,EAAE,eAAe,EAAE,aAAa,EAAE,UAAU,EAAE,WAAW,EAAE,mBAAmB,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,mBAAmB,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,eAAe,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,YAAY,EAAE,SAAS,EAAE,OAAO,EAAE,aAAa,EAAE,SAAS,EAAE,UAAU,EAAE,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,cAAc,EAAE,KAAK,EAAE,MAAM,CAAC;IAC1Z,KAAK,EAAE,CAAC,SAAS,EAAE,kBAAkB,EAAE,cAAc,EAAE,SAAS,EAAE,WAAW,EAAE,cAAc,CAAC;IAC9F,
|
|
1
|
+
{"version":3,"file":"ComboComponent.js","sourceRoot":"","sources":["../../../../../src/Controls/Components/Selectors/Combo/ComboComponent.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,cAAc,GAAG,eAAe,CAAC;IAC1C,IAAI,EAAE,gBAAgB;IACtB,KAAK,EAAE,CAAC,MAAM,EAAE,eAAe,EAAE,aAAa,EAAE,UAAU,EAAE,WAAW,EAAE,mBAAmB,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,mBAAmB,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,eAAe,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,YAAY,EAAE,SAAS,EAAE,OAAO,EAAE,aAAa,EAAE,SAAS,EAAE,UAAU,EAAE,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,cAAc,EAAE,KAAK,EAAE,MAAM,CAAC;IAC1Z,KAAK,EAAE,CAAC,SAAS,EAAE,kBAAkB,EAAE,cAAc,EAAE,SAAS,EAAE,WAAW,EAAE,cAAc,CAAC;IAC9F,sDAAsD;IACtD,gUAAgU;IAChU,KAAK,CAAC,KAAK,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE;QACxB,OAAO,GAAG,EAAE,CACR,CAAC,CACG,cAAc,EACd;YACI,GAAG,KAAK;YACR,4CAA4C;YAC5C,SAAS,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,SAAS,EAAE,KAAK,CAAC;YACnD,kBAAkB,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,kBAAkB,EAAE,KAAK,CAAC;YACrE,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;YACnD,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;SAChE,EACD,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC,EAAE,CACvC,CAAC;IACV,CAAC;CACJ,CAAC,CAAC"}
|
|
@@ -9,16 +9,16 @@ export declare const ComboItemComponent: import("vue").DefineComponent<{
|
|
|
9
9
|
lang?: any;
|
|
10
10
|
label?: any;
|
|
11
11
|
disabled?: any;
|
|
12
|
-
isActive?: any;
|
|
13
|
-
isSelected?: any;
|
|
14
|
-
index?: any;
|
|
15
|
-
displayText?: any;
|
|
16
|
-
value?: any;
|
|
17
12
|
variant?: any;
|
|
18
|
-
|
|
13
|
+
value?: any;
|
|
19
14
|
isFocused?: any;
|
|
20
15
|
icon?: any;
|
|
16
|
+
index?: any;
|
|
17
|
+
isActive?: any;
|
|
21
18
|
ripple?: any;
|
|
19
|
+
isSelected?: any;
|
|
20
|
+
displayText?: any;
|
|
21
|
+
isChecked?: any;
|
|
22
22
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
23
23
|
[key: string]: any;
|
|
24
24
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "selected" | "deselected")[], "connected" | "disconnected" | "changed" | "selected" | "deselected", import("vue").PublicProps, Readonly<{
|
|
@@ -27,16 +27,16 @@ export declare const ComboItemComponent: import("vue").DefineComponent<{
|
|
|
27
27
|
lang?: any;
|
|
28
28
|
label?: any;
|
|
29
29
|
disabled?: any;
|
|
30
|
-
isActive?: any;
|
|
31
|
-
isSelected?: any;
|
|
32
|
-
index?: any;
|
|
33
|
-
displayText?: any;
|
|
34
|
-
value?: any;
|
|
35
30
|
variant?: any;
|
|
36
|
-
|
|
31
|
+
value?: any;
|
|
37
32
|
isFocused?: any;
|
|
38
33
|
icon?: any;
|
|
34
|
+
index?: any;
|
|
35
|
+
isActive?: any;
|
|
39
36
|
ripple?: any;
|
|
37
|
+
isSelected?: any;
|
|
38
|
+
displayText?: any;
|
|
39
|
+
isChecked?: any;
|
|
40
40
|
}> & Readonly<{
|
|
41
41
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
42
42
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Vue 3 component wrapper for the mosaik-combo-item-visual web component.
|
|
3
|
+
*
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export declare const ComboItemVisualComponent: import("vue").DefineComponent<{
|
|
7
|
+
themeName?: any;
|
|
8
|
+
dir?: any;
|
|
9
|
+
lang?: any;
|
|
10
|
+
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
11
|
+
[key: string]: any;
|
|
12
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
13
|
+
themeName?: any;
|
|
14
|
+
dir?: any;
|
|
15
|
+
lang?: any;
|
|
16
|
+
}> & Readonly<{
|
|
17
|
+
onConnected?: ((...args: any[]) => any) | undefined;
|
|
18
|
+
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
19
|
+
onChanged?: ((...args: any[]) => any) | undefined;
|
|
20
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
21
|
+
declare module 'vue' {
|
|
22
|
+
interface GlobalComponents {
|
|
23
|
+
MosaikComboItemVisual: typeof ComboItemVisualComponent;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
//# sourceMappingURL=ComboItemVisualComponent.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ComboItemVisualComponent.d.ts","sourceRoot":"","sources":["../../../../../src/Controls/Components/Selectors/Combo/ComboItemVisualComponent.ts"],"names":[],"mappings":"AASA;;;;GAIG;AACH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;iFAoBnC,CAAC;AAEH,OAAO,QAAQ,KAAK,CAAC;IACjB,UAAiB,gBAAgB;QAC7B,qBAAqB,EAAE,OAAO,wBAAwB,CAAC;KAC1D;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-combo-item-visual web component.
|
|
10
|
+
*
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
export const ComboItemVisualComponent = defineComponent({
|
|
14
|
+
name: 'ComboItemVisualComponent',
|
|
15
|
+
props: ['themeName', 'dir', 'lang'],
|
|
16
|
+
emits: ['connected', 'disconnected', 'changed'],
|
|
17
|
+
// slots: ['', 'start', 'icon', 'label', 'end', 'style']
|
|
18
|
+
// methods: { assignToSlot, getSlotAssignments, getSlotAssignmentsOf, getSlotContent, hasSlotContent, hasSlot, onSlotChanges, adoptStyle, on, off, emit, requestUpdate }
|
|
19
|
+
setup(props, { slots, emit }) {
|
|
20
|
+
return () => h('mosaik-combo-item-visual', {
|
|
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=ComboItemVisualComponent.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ComboItemVisualComponent.js","sourceRoot":"","sources":["../../../../../src/Controls/Components/Selectors/Combo/ComboItemVisualComponent.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,wBAAwB,GAAG,eAAe,CAAC;IACpD,IAAI,EAAE,0BAA0B;IAChC,KAAK,EAAE,CAAC,WAAW,EAAE,KAAK,EAAE,MAAM,CAAC;IACnC,KAAK,EAAE,CAAC,WAAW,EAAE,cAAc,EAAE,SAAS,CAAC;IAC/C,wDAAwD;IACxD,wKAAwK;IACxK,KAAK,CAAC,KAAK,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE;QACxB,OAAO,GAAG,EAAE,CACR,CAAC,CACG,0BAA0B,EAC1B;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"}
|
|
@@ -5,58 +5,58 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const DataTableComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
appearance?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
11
10
|
caption?: any;
|
|
12
11
|
source?: any;
|
|
13
12
|
disabled?: any;
|
|
14
|
-
selectionMode?: any;
|
|
15
|
-
reorderable?: any;
|
|
16
|
-
resizable?: any;
|
|
17
13
|
intl?: any;
|
|
14
|
+
appearance?: any;
|
|
15
|
+
selectionMode?: any;
|
|
18
16
|
alternating?: any;
|
|
19
|
-
|
|
20
|
-
sortMode?: any;
|
|
17
|
+
editorOpened?: any;
|
|
21
18
|
sorted?: any;
|
|
19
|
+
sortedSource?: any;
|
|
20
|
+
allColumnsHidden?: any;
|
|
21
|
+
autoGenerateColumns?: any;
|
|
22
|
+
columnDefinitions?: any;
|
|
23
|
+
selectionType?: any;
|
|
24
|
+
resizable?: any;
|
|
22
25
|
sortable?: any;
|
|
23
26
|
pinable?: any;
|
|
24
27
|
hideable?: any;
|
|
25
28
|
autoSizeable?: any;
|
|
26
29
|
columnChoosable?: any;
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
sortedSource?: any;
|
|
30
|
-
allColumnsHidden?: any;
|
|
31
|
-
autoGenerateColumns?: any;
|
|
30
|
+
reorderable?: any;
|
|
31
|
+
sortMode?: any;
|
|
32
32
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
33
33
|
[key: string]: any;
|
|
34
34
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "tableSelectionChanged" | "dataTableEditorOpened" | "dataTableEditorClosed" | "dataTableSortChanged")[], "connected" | "disconnected" | "changed" | "tableSelectionChanged" | "dataTableEditorOpened" | "dataTableEditorClosed" | "dataTableSortChanged", import("vue").PublicProps, Readonly<{
|
|
35
35
|
themeName?: any;
|
|
36
|
-
appearance?: any;
|
|
37
36
|
dir?: any;
|
|
38
37
|
lang?: any;
|
|
39
38
|
caption?: any;
|
|
40
39
|
source?: any;
|
|
41
40
|
disabled?: any;
|
|
42
|
-
selectionMode?: any;
|
|
43
|
-
reorderable?: any;
|
|
44
|
-
resizable?: any;
|
|
45
41
|
intl?: any;
|
|
42
|
+
appearance?: any;
|
|
43
|
+
selectionMode?: any;
|
|
46
44
|
alternating?: any;
|
|
47
|
-
|
|
48
|
-
sortMode?: any;
|
|
45
|
+
editorOpened?: any;
|
|
49
46
|
sorted?: any;
|
|
47
|
+
sortedSource?: any;
|
|
48
|
+
allColumnsHidden?: any;
|
|
49
|
+
autoGenerateColumns?: any;
|
|
50
|
+
columnDefinitions?: any;
|
|
51
|
+
selectionType?: any;
|
|
52
|
+
resizable?: any;
|
|
50
53
|
sortable?: any;
|
|
51
54
|
pinable?: any;
|
|
52
55
|
hideable?: any;
|
|
53
56
|
autoSizeable?: any;
|
|
54
57
|
columnChoosable?: any;
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
sortedSource?: any;
|
|
58
|
-
allColumnsHidden?: any;
|
|
59
|
-
autoGenerateColumns?: any;
|
|
58
|
+
reorderable?: any;
|
|
59
|
+
sortMode?: any;
|
|
60
60
|
}> & Readonly<{
|
|
61
61
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
62
62
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|