@breadstone/mosaik-elements-vue 0.1.50 → 0.1.52
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/Button/ButtonComponent.d.ts +2 -2
- package/Controls/Components/Buttons/Button/ButtonGroupComponent.d.ts +2 -2
- package/Controls/Components/Buttons/CompoundButton/CompoundButtonComponent.d.ts +2 -2
- package/Controls/Components/Buttons/DropDownButton/DropDownButtonComponent.d.ts +2 -2
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonComponent.d.ts +2 -2
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonGroupComponent.d.ts +9 -9
- package/Controls/Components/Buttons/PressButton/PressButtonComponent.d.ts +2 -2
- package/Controls/Components/Buttons/RepeatButton/RepeatButtonComponent.d.ts +2 -2
- package/Controls/Components/Buttons/SplitButton/SplitButtonComponent.d.ts +2 -2
- package/Controls/Components/Buttons/Tile/TileComponent.d.ts +4 -4
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonComponent.d.ts +2 -2
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonGroupComponent.d.ts +2 -2
- package/Controls/Components/Charts/ChartComponent.d.ts +6 -6
- package/Controls/Components/Grouping/Banner/BannerComponent.d.ts +11 -11
- package/Controls/Components/Grouping/BannerGroup/BannerGroupComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Card/CardComponent.d.ts +4 -4
- package/Controls/Components/Grouping/Expander/ExpanderComponent.d.ts +8 -8
- package/Controls/Components/Grouping/Expander/ExpanderGroupComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Message/MessageComponent.d.ts +12 -12
- package/Controls/Components/Grouping/Toolbar/ToolbarComponent.d.ts +2 -2
- package/Controls/Components/Inputs/AutoCompleteBox/AutoCompleteBoxComponent.d.ts +2 -2
- package/Controls/Components/Inputs/Calendar/CalendarComponent.d.ts +2 -2
- package/Controls/Components/Inputs/Calendar/CalendarItemComponent.d.ts +2 -2
- package/Controls/Components/Inputs/CheckBox/CheckBoxComponent.d.ts +2 -2
- package/Controls/Components/Inputs/CheckBox/CheckBoxGroupComponent.d.ts +2 -2
- package/Controls/Components/Inputs/ChipBox/ChipBoxComponent.d.ts +2 -2
- package/Controls/Components/Inputs/Choice/ChoiceComponent.d.ts +2 -2
- package/Controls/Components/Inputs/Choice/ChoiceGroupComponent.d.ts +2 -2
- package/Controls/Components/Inputs/ColorBox/ColorBoxComponent.d.ts +2 -2
- package/Controls/Components/Inputs/DateBox/DateBoxComponent.d.ts +2 -2
- package/Controls/Components/Inputs/DateTimeBox/DateTimeBoxComponent.d.ts +2 -2
- package/Controls/Components/Inputs/DurationBox/DurationBoxComponent.d.ts +2 -2
- package/Controls/Components/Inputs/FileBox/FileBoxComponent.d.ts +2 -2
- package/Controls/Components/Inputs/FileUpload/FileUploadComponent.d.ts +2 -2
- package/Controls/Components/Inputs/NumberBox/NumberBoxComponent.d.ts +2 -2
- package/Controls/Components/Inputs/PasswordBox/PasswordBoxComponent.d.ts +2 -2
- package/Controls/Components/Inputs/PinBox/PinBoxComponent.d.ts +2 -2
- package/Controls/Components/Inputs/Radio/RadioComponent.d.ts +2 -2
- package/Controls/Components/Inputs/Radio/RadioGroupComponent.d.ts +2 -2
- package/Controls/Components/Inputs/RichTextBox/RichTextBoxComponent.d.ts +2 -2
- package/Controls/Components/Inputs/Scheduler/SchedulerComponent.d.ts +2 -2
- package/Controls/Components/Inputs/Scheduler/SchedulerEventComponent.d.ts +2 -2
- package/Controls/Components/Inputs/SearchBox/SearchBoxComponent.d.ts +2 -2
- package/Controls/Components/Inputs/Select/SelectComponent.d.ts +2 -2
- 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.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 +6 -6
- package/Controls/Components/Inputs/TextBox/TextBoxComponent.d.ts +2 -2
- 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 +2 -2
- package/Controls/Components/Inputs/ToggleSwitch/ToggleSwitchComponent.d.ts +2 -2
- package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnComponent.d.ts +2 -2
- package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnItemComponent.d.ts +2 -2
- package/Controls/Components/Layouts/TileManager/TileManagerTileComponent.d.ts +2 -2
- package/Controls/Components/Media/Audio/AudioComponent.d.ts +4 -4
- package/Controls/Components/Media/Avatar/AvatarComponent.d.ts +2 -2
- package/Controls/Components/Media/Avatar/AvatarGroupComponent.d.ts +2 -2
- package/Controls/Components/Media/Badge/BadgeComponent.d.ts +2 -2
- package/Controls/Components/Media/Camera/CameraComponent.d.ts +4 -4
- package/Controls/Components/Media/Chat/ChatComponent.d.ts +6 -6
- package/Controls/Components/Media/Chat/ChatInputAttachmentListComponent.d.ts +2 -2
- package/Controls/Components/Media/Chat/ChatInputComponent.d.ts +2 -2
- package/Controls/Components/Media/Chat/ChatMarkerComponent.d.ts +2 -2
- package/Controls/Components/Media/Chat/ChatMessageAvatarComponent.d.ts +2 -2
- package/Controls/Components/Media/Chat/ChatMessageComponent.d.ts +2 -2
- package/Controls/Components/Media/Chip/ChipComponent.d.ts +6 -6
- package/Controls/Components/Media/Chip/ChipGroupComponent.d.ts +2 -2
- package/Controls/Components/Media/ColorSwatch/ColorSwatchComponent.d.ts +2 -2
- package/Controls/Components/Media/ColorSwatch/ColorSwatchGroupComponent.d.ts +2 -2
- package/Controls/Components/Media/ColorThumb/ColorThumbComponent.d.ts +2 -2
- package/Controls/Components/Media/Icon/IconComponent.d.ts +2 -2
- package/Controls/Components/Media/Image/ImageComponent.d.ts +4 -4
- package/Controls/Components/Media/Map/MapComponent.d.ts +4 -4
- package/Controls/Components/Media/Persona/PersonaComponent.d.ts +2 -2
- package/Controls/Components/Media/Timeline/TimelineMarkerComponent.d.ts +2 -2
- package/Controls/Components/Media/Video/VideoComponent.d.ts +4 -4
- package/Controls/Components/Misc/CookieConsent/CookiesConsentComponent.d.ts +4 -4
- package/Controls/Components/Overlays/Dialog/DialogComponent.d.ts +21 -21
- package/Controls/Components/Overlays/Drawer/DrawerComponent.d.ts +20 -20
- package/Controls/Components/Overlays/Drawer/DrawerComponent.js +1 -1
- 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 +27 -27
- package/Controls/Components/Overlays/Sheet/SheetComponent.d.ts +34 -8
- 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 +16 -16
- package/Controls/Components/Overlays/tour/TourComponent.d.ts +13 -13
- package/Controls/Components/Primitives/Backdrop/BackdropComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Box/BoxComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Checkmark/CheckmarkComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Dismiss/DismissComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Dot/DotGroupComponent.d.ts +2 -2
- package/Controls/Components/Primitives/DropZone/DropZoneComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Dropdown/DropdownComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Error/ErrorComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Expandable/ExpandableComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Floating/FloatingComponent.d.ts +10 -10
- package/Controls/Components/Primitives/Jumbotron/JumbotronComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Paginator/PaginatorComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Pip/PipComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Popup/PopupComponent.d.ts +16 -16
- package/Controls/Components/Primitives/Portal/PortalProjectionComponent.d.ts +8 -8
- package/Controls/Components/Primitives/Skeleton/SkeletonComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Toggletip/ToggleTipComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Tooltip/TooltipComponent.d.ts +9 -9
- package/Controls/Components/Primitives/UpDownSpinner/UpDownSpinnerComponent.d.ts +2 -2
- package/Controls/Components/Primitives/WheelPicker/WheelPickerComponent.d.ts +2 -2
- package/Controls/Components/Primitives/ghost/GhostComponent.d.ts +4 -4
- package/Controls/Components/Primitives/listing/ListingComponent.d.ts +2 -2
- package/Controls/Components/Primitives/listing/ListingItemComponent.d.ts +2 -2
- package/Controls/Components/Primitives/listing/ListingItemMarkerComponent.d.ts +2 -2
- package/Controls/Components/Primitives/placeholder/PlaceholderComponent.d.ts +4 -4
- package/Controls/Components/Ranges/ScrubSlider/ScrubSliderComponent.d.ts +2 -2
- package/Controls/Components/Ranges/Slider/SliderComponent.d.ts +2 -2
- package/Controls/Components/Ranges/Slider2/Slider2Component.d.ts +2 -2
- package/Controls/Components/Selectors/Carousel/CarouselComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Combo/ComboComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Combo/ComboComponent.js +2 -2
- package/Controls/Components/Selectors/Combo/ComboComponent.js.map +1 -1
- 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 +2 -2
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgChannelComponent.d.ts +2 -2
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgComponent.d.ts +2 -2
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgProgramComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Menu/MenuItemComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Segment/SegmentComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Segment/SegmentItemComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Stepper/StepperItemComponent.d.ts +6 -6
- package/Controls/Components/Selectors/Tab/TabComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Tab/TabItemComponent.d.ts +10 -10
- package/Controls/Components/Selectors/Tab/TabPanelComponent.d.ts +2 -2
- package/Controls/Components/Selectors/TabStrip/TabStripComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Table/TableComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Wizard/WizardStepComponent.d.ts +6 -6
- package/Controls/Components/Shell/AppComponent.d.ts +6 -6
- package/Controls/Components/Shell/AppComponent.js +1 -1
- package/Controls/Components/Shell/AppComponent.js.map +1 -1
- 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/Theming/Theme2Component.d.ts +2 -2
- package/package.json +2 -2
|
@@ -5,18 +5,18 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const PlaceholderComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
width?: any;
|
|
9
|
-
height?: any;
|
|
10
8
|
dir?: any;
|
|
11
9
|
lang?: any;
|
|
10
|
+
width?: any;
|
|
11
|
+
height?: any;
|
|
12
12
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
13
13
|
[key: string]: any;
|
|
14
14
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
15
15
|
themeName?: any;
|
|
16
|
-
width?: any;
|
|
17
|
-
height?: any;
|
|
18
16
|
dir?: any;
|
|
19
17
|
lang?: any;
|
|
18
|
+
width?: any;
|
|
19
|
+
height?: any;
|
|
20
20
|
}> & Readonly<{
|
|
21
21
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
22
22
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,7 +5,6 @@
|
|
|
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;
|
|
@@ -14,6 +13,7 @@ export declare const ScrubSliderComponent: import("vue").DefineComponent<{
|
|
|
14
13
|
disabled?: any;
|
|
15
14
|
value?: any;
|
|
16
15
|
variant?: any;
|
|
16
|
+
appearance?: any;
|
|
17
17
|
isFocused?: any;
|
|
18
18
|
step?: any;
|
|
19
19
|
ticks?: any;
|
|
@@ -30,7 +30,6 @@ 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;
|
|
@@ -39,6 +38,7 @@ export declare const ScrubSliderComponent: import("vue").DefineComponent<{
|
|
|
39
38
|
disabled?: any;
|
|
40
39
|
value?: any;
|
|
41
40
|
variant?: any;
|
|
41
|
+
appearance?: any;
|
|
42
42
|
isFocused?: any;
|
|
43
43
|
step?: any;
|
|
44
44
|
ticks?: any;
|
|
@@ -5,7 +5,6 @@
|
|
|
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;
|
|
@@ -14,6 +13,7 @@ export declare const SliderComponent: import("vue").DefineComponent<{
|
|
|
14
13
|
disabled?: any;
|
|
15
14
|
value?: any;
|
|
16
15
|
variant?: any;
|
|
16
|
+
appearance?: any;
|
|
17
17
|
isFocused?: any;
|
|
18
18
|
step?: any;
|
|
19
19
|
ticks?: any;
|
|
@@ -28,7 +28,6 @@ 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;
|
|
@@ -37,6 +36,7 @@ export declare const SliderComponent: import("vue").DefineComponent<{
|
|
|
37
36
|
disabled?: any;
|
|
38
37
|
value?: any;
|
|
39
38
|
variant?: any;
|
|
39
|
+
appearance?: any;
|
|
40
40
|
isFocused?: any;
|
|
41
41
|
step?: any;
|
|
42
42
|
ticks?: any;
|
|
@@ -5,7 +5,6 @@
|
|
|
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;
|
|
@@ -13,6 +12,7 @@ export declare const Slider2Component: import("vue").DefineComponent<{
|
|
|
13
12
|
disabled?: any;
|
|
14
13
|
value?: any;
|
|
15
14
|
variant?: any;
|
|
15
|
+
appearance?: any;
|
|
16
16
|
step?: any;
|
|
17
17
|
min?: any;
|
|
18
18
|
max?: any;
|
|
@@ -23,7 +23,6 @@ export declare const Slider2Component: import("vue").DefineComponent<{
|
|
|
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;
|
|
@@ -31,6 +30,7 @@ export declare const Slider2Component: import("vue").DefineComponent<{
|
|
|
31
30
|
disabled?: any;
|
|
32
31
|
value?: any;
|
|
33
32
|
variant?: any;
|
|
33
|
+
appearance?: any;
|
|
34
34
|
step?: any;
|
|
35
35
|
min?: any;
|
|
36
36
|
max?: any;
|
|
@@ -5,12 +5,12 @@
|
|
|
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
11
|
selectedItem?: any;
|
|
13
12
|
variant?: any;
|
|
13
|
+
appearance?: any;
|
|
14
14
|
loop?: any;
|
|
15
15
|
timeout?: any;
|
|
16
16
|
displayMode?: any;
|
|
@@ -24,12 +24,12 @@ export declare const CarouselComponent: import("vue").DefineComponent<{
|
|
|
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
30
|
selectedItem?: any;
|
|
32
31
|
variant?: any;
|
|
32
|
+
appearance?: any;
|
|
33
33
|
loop?: any;
|
|
34
34
|
timeout?: any;
|
|
35
35
|
displayMode?: any;
|
|
@@ -5,7 +5,6 @@
|
|
|
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;
|
|
@@ -14,6 +13,7 @@ export declare const ComboComponent: import("vue").DefineComponent<{
|
|
|
14
13
|
selectedItem?: any;
|
|
15
14
|
value?: any;
|
|
16
15
|
variant?: any;
|
|
16
|
+
appearance?: any;
|
|
17
17
|
selectionMode?: any;
|
|
18
18
|
required?: any;
|
|
19
19
|
placeholder?: any;
|
|
@@ -35,7 +35,6 @@ export declare const ComboComponent: import("vue").DefineComponent<{
|
|
|
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;
|
|
@@ -44,6 +43,7 @@ export declare const ComboComponent: import("vue").DefineComponent<{
|
|
|
44
43
|
selectedItem?: any;
|
|
45
44
|
value?: any;
|
|
46
45
|
variant?: any;
|
|
46
|
+
appearance?: any;
|
|
47
47
|
selectionMode?: any;
|
|
48
48
|
required?: any;
|
|
49
49
|
placeholder?: any;
|
|
@@ -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"}
|
|
@@ -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,12 +5,12 @@
|
|
|
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;
|
|
13
|
+
appearance?: any;
|
|
14
14
|
selectionMode?: any;
|
|
15
15
|
reorderable?: any;
|
|
16
16
|
resizable?: any;
|
|
@@ -33,12 +33,12 @@ export declare const DataTableComponent: import("vue").DefineComponent<{
|
|
|
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;
|
|
41
|
+
appearance?: any;
|
|
42
42
|
selectionMode?: any;
|
|
43
43
|
reorderable?: any;
|
|
44
44
|
resizable?: any;
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const EpgChannelComponent: import("vue").DefineComponent<{
|
|
7
|
-
appearance?: any;
|
|
8
7
|
dir?: any;
|
|
9
8
|
lang?: any;
|
|
10
9
|
label?: any;
|
|
@@ -12,11 +11,11 @@ export declare const EpgChannelComponent: import("vue").DefineComponent<{
|
|
|
12
11
|
displayText?: any;
|
|
13
12
|
value?: any;
|
|
14
13
|
variant?: any;
|
|
14
|
+
appearance?: any;
|
|
15
15
|
locale?: 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")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
19
|
-
appearance?: any;
|
|
20
19
|
dir?: any;
|
|
21
20
|
lang?: any;
|
|
22
21
|
label?: any;
|
|
@@ -24,6 +23,7 @@ export declare const EpgChannelComponent: import("vue").DefineComponent<{
|
|
|
24
23
|
displayText?: any;
|
|
25
24
|
value?: any;
|
|
26
25
|
variant?: any;
|
|
26
|
+
appearance?: any;
|
|
27
27
|
locale?: any;
|
|
28
28
|
}> & Readonly<{
|
|
29
29
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,13 +4,13 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const EpgComponent: import("vue").DefineComponent<{
|
|
7
|
-
appearance?: any;
|
|
8
7
|
dir?: any;
|
|
9
8
|
lang?: any;
|
|
10
9
|
filter?: any;
|
|
11
10
|
items?: any;
|
|
12
11
|
disabled?: any;
|
|
13
12
|
variant?: any;
|
|
13
|
+
appearance?: any;
|
|
14
14
|
locale?: any;
|
|
15
15
|
showFilter?: any;
|
|
16
16
|
filterMemberPath?: any;
|
|
@@ -28,13 +28,13 @@ export declare const EpgComponent: import("vue").DefineComponent<{
|
|
|
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
|
-
appearance?: any;
|
|
32
31
|
dir?: any;
|
|
33
32
|
lang?: any;
|
|
34
33
|
filter?: any;
|
|
35
34
|
items?: any;
|
|
36
35
|
disabled?: any;
|
|
37
36
|
variant?: any;
|
|
37
|
+
appearance?: any;
|
|
38
38
|
locale?: any;
|
|
39
39
|
showFilter?: any;
|
|
40
40
|
filterMemberPath?: any;
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const EpgProgramComponent: import("vue").DefineComponent<{
|
|
7
|
-
appearance?: any;
|
|
8
7
|
dir?: any;
|
|
9
8
|
lang?: any;
|
|
10
9
|
header?: any;
|
|
@@ -12,6 +11,7 @@ export declare const EpgProgramComponent: import("vue").DefineComponent<{
|
|
|
12
11
|
displayText?: any;
|
|
13
12
|
value?: any;
|
|
14
13
|
variant?: any;
|
|
14
|
+
appearance?: any;
|
|
15
15
|
isFocused?: any;
|
|
16
16
|
locale?: any;
|
|
17
17
|
start?: any;
|
|
@@ -22,7 +22,6 @@ export declare const EpgProgramComponent: import("vue").DefineComponent<{
|
|
|
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" | "select")[], "connected" | "disconnected" | "changed" | "select", import("vue").PublicProps, Readonly<{
|
|
25
|
-
appearance?: any;
|
|
26
25
|
dir?: any;
|
|
27
26
|
lang?: any;
|
|
28
27
|
header?: any;
|
|
@@ -30,6 +29,7 @@ export declare const EpgProgramComponent: import("vue").DefineComponent<{
|
|
|
30
29
|
displayText?: any;
|
|
31
30
|
value?: any;
|
|
32
31
|
variant?: any;
|
|
32
|
+
appearance?: any;
|
|
33
33
|
isFocused?: any;
|
|
34
34
|
locale?: any;
|
|
35
35
|
start?: any;
|
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const MenuItemComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
appearance?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
11
10
|
label?: any;
|
|
@@ -13,6 +12,7 @@ export declare const MenuItemComponent: import("vue").DefineComponent<{
|
|
|
13
12
|
isActive?: any;
|
|
14
13
|
value?: any;
|
|
15
14
|
variant?: any;
|
|
15
|
+
appearance?: any;
|
|
16
16
|
hasChildren?: any;
|
|
17
17
|
isExpanded?: any;
|
|
18
18
|
isChecked?: any;
|
|
@@ -27,7 +27,6 @@ export declare const MenuItemComponent: import("vue").DefineComponent<{
|
|
|
27
27
|
[key: string]: any;
|
|
28
28
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "activated")[], "connected" | "disconnected" | "changed" | "activated", import("vue").PublicProps, Readonly<{
|
|
29
29
|
themeName?: any;
|
|
30
|
-
appearance?: any;
|
|
31
30
|
dir?: any;
|
|
32
31
|
lang?: any;
|
|
33
32
|
label?: any;
|
|
@@ -35,6 +34,7 @@ export declare const MenuItemComponent: import("vue").DefineComponent<{
|
|
|
35
34
|
isActive?: any;
|
|
36
35
|
value?: any;
|
|
37
36
|
variant?: any;
|
|
37
|
+
appearance?: any;
|
|
38
38
|
hasChildren?: any;
|
|
39
39
|
isExpanded?: any;
|
|
40
40
|
isChecked?: any;
|
|
@@ -5,20 +5,20 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const SegmentComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
appearance?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
11
10
|
disabled?: any;
|
|
12
11
|
variant?: any;
|
|
12
|
+
appearance?: 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
|
-
appearance?: any;
|
|
18
17
|
dir?: any;
|
|
19
18
|
lang?: any;
|
|
20
19
|
disabled?: any;
|
|
21
20
|
variant?: any;
|
|
21
|
+
appearance?: any;
|
|
22
22
|
}> & Readonly<{
|
|
23
23
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
24
24
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const SegmentItemComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
appearance?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
11
10
|
label?: any;
|
|
@@ -13,6 +12,7 @@ export declare const SegmentItemComponent: import("vue").DefineComponent<{
|
|
|
13
12
|
disabled?: any;
|
|
14
13
|
value?: any;
|
|
15
14
|
variant?: any;
|
|
15
|
+
appearance?: any;
|
|
16
16
|
size?: any;
|
|
17
17
|
isChecked?: any;
|
|
18
18
|
isFocused?: any;
|
|
@@ -25,7 +25,6 @@ export declare const SegmentItemComponent: import("vue").DefineComponent<{
|
|
|
25
25
|
[key: string]: any;
|
|
26
26
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "checked" | "unchecked" | "toggled")[], "connected" | "disconnected" | "changed" | "checked" | "unchecked" | "toggled", import("vue").PublicProps, Readonly<{
|
|
27
27
|
themeName?: any;
|
|
28
|
-
appearance?: any;
|
|
29
28
|
dir?: any;
|
|
30
29
|
lang?: any;
|
|
31
30
|
label?: any;
|
|
@@ -33,6 +32,7 @@ export declare const SegmentItemComponent: import("vue").DefineComponent<{
|
|
|
33
32
|
disabled?: any;
|
|
34
33
|
value?: any;
|
|
35
34
|
variant?: any;
|
|
35
|
+
appearance?: any;
|
|
36
36
|
size?: any;
|
|
37
37
|
isChecked?: any;
|
|
38
38
|
isFocused?: any;
|
|
@@ -5,14 +5,14 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const StepperItemComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
animationTarget?: any;
|
|
9
|
-
enter?: any;
|
|
10
|
-
exit?: any;
|
|
11
8
|
dir?: any;
|
|
12
9
|
lang?: any;
|
|
13
10
|
header?: any;
|
|
14
11
|
disabled?: any;
|
|
15
12
|
isActive?: any;
|
|
13
|
+
animationTarget?: any;
|
|
14
|
+
enter?: any;
|
|
15
|
+
exit?: any;
|
|
16
16
|
isSelected?: any;
|
|
17
17
|
index?: any;
|
|
18
18
|
displayText?: any;
|
|
@@ -26,14 +26,14 @@ export declare const StepperItemComponent: import("vue").DefineComponent<{
|
|
|
26
26
|
[key: string]: any;
|
|
27
27
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "selected" | "deselected")[], "connected" | "disconnected" | "changed" | "selected" | "deselected", import("vue").PublicProps, Readonly<{
|
|
28
28
|
themeName?: any;
|
|
29
|
-
animationTarget?: any;
|
|
30
|
-
enter?: any;
|
|
31
|
-
exit?: any;
|
|
32
29
|
dir?: any;
|
|
33
30
|
lang?: any;
|
|
34
31
|
header?: any;
|
|
35
32
|
disabled?: any;
|
|
36
33
|
isActive?: any;
|
|
34
|
+
animationTarget?: any;
|
|
35
|
+
enter?: any;
|
|
36
|
+
exit?: any;
|
|
37
37
|
isSelected?: any;
|
|
38
38
|
index?: any;
|
|
39
39
|
displayText?: any;
|
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const TabComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
appearance?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
11
10
|
items?: any;
|
|
12
11
|
disabled?: any;
|
|
13
12
|
selectedItem?: any;
|
|
14
13
|
variant?: any;
|
|
14
|
+
appearance?: any;
|
|
15
15
|
placement?: any;
|
|
16
16
|
alignment?: any;
|
|
17
17
|
selectedIndex?: any;
|
|
@@ -21,13 +21,13 @@ export declare const TabComponent: import("vue").DefineComponent<{
|
|
|
21
21
|
[key: string]: any;
|
|
22
22
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
23
23
|
themeName?: any;
|
|
24
|
-
appearance?: any;
|
|
25
24
|
dir?: any;
|
|
26
25
|
lang?: any;
|
|
27
26
|
items?: any;
|
|
28
27
|
disabled?: any;
|
|
29
28
|
selectedItem?: any;
|
|
30
29
|
variant?: any;
|
|
30
|
+
appearance?: any;
|
|
31
31
|
placement?: any;
|
|
32
32
|
alignment?: any;
|
|
33
33
|
selectedIndex?: any;
|
|
@@ -5,43 +5,43 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const TabItemComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
animationTarget?: any;
|
|
9
|
-
enter?: any;
|
|
10
|
-
exit?: any;
|
|
11
|
-
closeable?: any;
|
|
12
8
|
dir?: any;
|
|
13
9
|
lang?: any;
|
|
14
10
|
label?: any;
|
|
15
11
|
orientation?: any;
|
|
16
12
|
disabled?: any;
|
|
13
|
+
animationTarget?: any;
|
|
14
|
+
enter?: any;
|
|
15
|
+
exit?: any;
|
|
17
16
|
isSelected?: any;
|
|
18
17
|
value?: any;
|
|
18
|
+
closeable?: any;
|
|
19
19
|
icon?: any;
|
|
20
20
|
iconPosition?: any;
|
|
21
21
|
iconSize?: any;
|
|
22
22
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
23
23
|
[key: string]: any;
|
|
24
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
24
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "closed" | "selected" | "deselected")[], "connected" | "disconnected" | "changed" | "closed" | "selected" | "deselected", import("vue").PublicProps, Readonly<{
|
|
25
25
|
themeName?: any;
|
|
26
|
-
animationTarget?: any;
|
|
27
|
-
enter?: any;
|
|
28
|
-
exit?: any;
|
|
29
|
-
closeable?: any;
|
|
30
26
|
dir?: any;
|
|
31
27
|
lang?: any;
|
|
32
28
|
label?: any;
|
|
33
29
|
orientation?: any;
|
|
34
30
|
disabled?: any;
|
|
31
|
+
animationTarget?: any;
|
|
32
|
+
enter?: any;
|
|
33
|
+
exit?: any;
|
|
35
34
|
isSelected?: any;
|
|
36
35
|
value?: any;
|
|
36
|
+
closeable?: any;
|
|
37
37
|
icon?: any;
|
|
38
38
|
iconPosition?: any;
|
|
39
39
|
iconSize?: any;
|
|
40
40
|
}> & Readonly<{
|
|
41
|
-
onClosed?: ((...args: any[]) => any) | undefined;
|
|
42
41
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
43
42
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
44
43
|
onChanged?: ((...args: any[]) => any) | undefined;
|
|
44
|
+
onClosed?: ((...args: any[]) => any) | undefined;
|
|
45
45
|
onSelected?: ((...args: any[]) => any) | undefined;
|
|
46
46
|
onDeselected?: ((...args: any[]) => any) | undefined;
|
|
47
47
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const TabPanelComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
appearance?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
10
|
+
appearance?: any;
|
|
11
11
|
placement?: any;
|
|
12
12
|
alignment?: any;
|
|
13
13
|
hasIndicator?: any;
|
|
@@ -19,9 +19,9 @@ export declare const TabPanelComponent: import("vue").DefineComponent<{
|
|
|
19
19
|
[key: string]: any;
|
|
20
20
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
21
21
|
themeName?: any;
|
|
22
|
-
appearance?: any;
|
|
23
22
|
dir?: any;
|
|
24
23
|
lang?: any;
|
|
24
|
+
appearance?: any;
|
|
25
25
|
placement?: any;
|
|
26
26
|
alignment?: any;
|
|
27
27
|
hasIndicator?: any;
|
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const TabStripComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
appearance?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
11
10
|
items?: any;
|
|
12
11
|
disabled?: any;
|
|
13
12
|
selectedItem?: any;
|
|
14
13
|
variant?: any;
|
|
14
|
+
appearance?: any;
|
|
15
15
|
placement?: any;
|
|
16
16
|
selectedIndex?: any;
|
|
17
17
|
hasIndicator?: any;
|
|
@@ -19,13 +19,13 @@ export declare const TabStripComponent: import("vue").DefineComponent<{
|
|
|
19
19
|
[key: string]: any;
|
|
20
20
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
21
21
|
themeName?: any;
|
|
22
|
-
appearance?: any;
|
|
23
22
|
dir?: any;
|
|
24
23
|
lang?: any;
|
|
25
24
|
items?: any;
|
|
26
25
|
disabled?: any;
|
|
27
26
|
selectedItem?: any;
|
|
28
27
|
variant?: any;
|
|
28
|
+
appearance?: any;
|
|
29
29
|
placement?: any;
|
|
30
30
|
selectedIndex?: any;
|
|
31
31
|
hasIndicator?: any;
|