@synergy-design-system/vue 2.11.6 → 2.11.8
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/README.md +1 -0
- package/dist/components/SynVueAccordion.vue.d.ts +31 -21
- package/dist/components/SynVueAccordion.vue.js +33 -0
- package/dist/components/SynVueAccordion.vue2.js +4 -0
- package/dist/components/SynVueAlert.vue.d.ts +10 -15
- package/dist/components/SynVueAlert.vue.js +40 -0
- package/dist/components/SynVueAlert.vue2.js +4 -0
- package/dist/components/SynVueBadge.vue.d.ts +15 -13
- package/dist/components/SynVueBadge.vue.js +31 -0
- package/dist/components/SynVueBadge.vue2.js +4 -0
- package/dist/components/SynVueBreadcrumb.vue.d.ts +19 -15
- package/dist/components/SynVueBreadcrumb.vue.js +31 -0
- package/dist/components/SynVueBreadcrumb.vue2.js +4 -0
- package/dist/components/SynVueBreadcrumbItem.vue.d.ts +36 -21
- package/dist/components/SynVueBreadcrumbItem.vue.js +33 -0
- package/dist/components/SynVueBreadcrumbItem.vue2.js +4 -0
- package/dist/components/SynVueButton.vue.d.ts +6 -10
- package/dist/components/SynVueButton.vue.js +54 -0
- package/dist/components/SynVueButton.vue2.js +4 -0
- package/dist/components/SynVueButtonGroup.vue.d.ts +19 -15
- package/dist/components/SynVueButtonGroup.vue.js +31 -0
- package/dist/components/SynVueButtonGroup.vue2.js +4 -0
- package/dist/components/SynVueCard.vue.d.ts +19 -15
- package/dist/components/SynVueCard.vue.js +31 -0
- package/dist/components/SynVueCard.vue2.js +4 -0
- package/dist/components/SynVueCheckbox.vue.d.ts +10 -16
- package/dist/components/SynVueCheckbox.vue.js +53 -0
- package/dist/components/SynVueCheckbox.vue2.js +4 -0
- package/dist/components/SynVueCombobox.vue.d.ts +20 -32
- package/dist/components/SynVueCombobox.vue.js +64 -0
- package/dist/components/SynVueCombobox.vue2.js +4 -0
- package/dist/components/SynVueDetails.vue.d.ts +10 -15
- package/dist/components/SynVueDetails.vue.js +41 -0
- package/dist/components/SynVueDetails.vue2.js +4 -0
- package/dist/components/SynVueDialog.vue.d.ts +10 -17
- package/dist/components/SynVueDialog.vue.js +41 -0
- package/dist/components/SynVueDialog.vue2.js +4 -0
- package/dist/components/SynVueDivider.vue.d.ts +11 -8
- package/dist/components/SynVueDivider.vue.js +29 -0
- package/dist/components/SynVueDivider.vue2.js +4 -0
- package/dist/components/SynVueDrawer.vue.d.ts +10 -17
- package/dist/components/SynVueDrawer.vue.js +43 -0
- package/dist/components/SynVueDrawer.vue2.js +4 -0
- package/dist/components/SynVueDropdown.vue.d.ts +10 -15
- package/dist/components/SynVueDropdown.vue.js +45 -0
- package/dist/components/SynVueDropdown.vue2.js +4 -0
- package/dist/components/SynVueFile.vue.d.ts +10 -16
- package/dist/components/SynVueFile.vue.js +58 -0
- package/dist/components/SynVueFile.vue2.js +4 -0
- package/dist/components/SynVueHeader.vue.d.ts +6 -10
- package/dist/components/SynVueHeader.vue.js +37 -0
- package/dist/components/SynVueHeader.vue2.js +4 -0
- package/dist/components/SynVueIcon.vue.d.ts +6 -9
- package/dist/components/SynVueIcon.vue.js +36 -0
- package/dist/components/SynVueIcon.vue2.js +4 -0
- package/dist/components/SynVueIconButton.vue.d.ts +6 -9
- package/dist/components/SynVueIconButton.vue.js +42 -0
- package/dist/components/SynVueIconButton.vue2.js +4 -0
- package/dist/components/SynVueInput.vue.d.ts +12 -19
- package/dist/components/SynVueInput.vue.js +73 -0
- package/dist/components/SynVueInput.vue2.js +4 -0
- package/dist/components/SynVueMenu.vue.d.ts +6 -8
- package/dist/components/SynVueMenu.vue.js +24 -0
- package/dist/components/SynVueMenu.vue2.js +4 -0
- package/dist/components/SynVueMenuItem.vue.d.ts +43 -23
- package/dist/components/SynVueMenuItem.vue.js +35 -0
- package/dist/components/SynVueMenuItem.vue2.js +4 -0
- package/dist/components/SynVueMenuLabel.vue.d.ts +5 -7
- package/dist/components/SynVueMenuLabel.vue.js +22 -0
- package/dist/components/SynVueMenuLabel.vue2.js +4 -0
- package/dist/components/SynVueNavItem.vue.d.ts +10 -15
- package/dist/components/SynVueNavItem.vue.js +43 -0
- package/dist/components/SynVueNavItem.vue2.js +4 -0
- package/dist/components/SynVueOptgroup.vue.d.ts +25 -18
- package/dist/components/SynVueOptgroup.vue.js +32 -0
- package/dist/components/SynVueOptgroup.vue2.js +4 -0
- package/dist/components/SynVueOption.vue.d.ts +31 -20
- package/dist/components/SynVueOption.vue.js +32 -0
- package/dist/components/SynVueOption.vue2.js +4 -0
- package/dist/components/SynVuePopup.vue.d.ts +6 -8
- package/dist/components/SynVuePopup.vue.js +55 -0
- package/dist/components/SynVuePopup.vue2.js +4 -0
- package/dist/components/SynVuePrioNav.vue.d.ts +5 -7
- package/dist/components/SynVuePrioNav.vue.js +22 -0
- package/dist/components/SynVuePrioNav.vue2.js +4 -0
- package/dist/components/SynVueProgressBar.vue.d.ts +31 -21
- package/dist/components/SynVueProgressBar.vue.js +33 -0
- package/dist/components/SynVueProgressBar.vue2.js +4 -0
- package/dist/components/SynVueProgressRing.vue.d.ts +23 -17
- package/dist/components/SynVueProgressRing.vue.js +32 -0
- package/dist/components/SynVueProgressRing.vue2.js +4 -0
- package/dist/components/SynVueRadio.vue.d.ts +6 -9
- package/dist/components/SynVueRadio.vue.js +37 -0
- package/dist/components/SynVueRadio.vue2.js +4 -0
- package/dist/components/SynVueRadioButton.vue.d.ts +6 -9
- package/dist/components/SynVueRadioButton.vue.js +38 -0
- package/dist/components/SynVueRadioButton.vue2.js +4 -0
- package/dist/components/SynVueRadioGroup.vue.d.ts +8 -12
- package/dist/components/SynVueRadioGroup.vue.js +48 -0
- package/dist/components/SynVueRadioGroup.vue2.js +4 -0
- package/dist/components/SynVueRange.vue.d.ts +12 -19
- package/dist/components/SynVueRange.vue.js +56 -0
- package/dist/components/SynVueRange.vue2.js +4 -0
- package/dist/components/SynVueRangeTick.vue.d.ts +15 -13
- package/dist/components/SynVueRangeTick.vue.js +31 -0
- package/dist/components/SynVueRangeTick.vue2.js +4 -0
- package/dist/components/SynVueSelect.vue.d.ts +18 -29
- package/dist/components/SynVueSelect.vue.js +64 -0
- package/dist/components/SynVueSelect.vue2.js +4 -0
- package/dist/components/SynVueSideNav.vue.d.ts +10 -15
- package/dist/components/SynVueSideNav.vue.js +39 -0
- package/dist/components/SynVueSideNav.vue2.js +4 -0
- package/dist/components/SynVueSpinner.vue.d.ts +4 -5
- package/dist/components/SynVueSpinner.vue.js +20 -0
- package/dist/components/SynVueSpinner.vue2.js +4 -0
- package/dist/components/SynVueSwitch.vue.d.ts +10 -16
- package/dist/components/SynVueSwitch.vue.js +52 -0
- package/dist/components/SynVueSwitch.vue2.js +4 -0
- package/dist/components/SynVueTab.vue.d.ts +6 -8
- package/dist/components/SynVueTab.vue.js +37 -0
- package/dist/components/SynVueTab.vue2.js +4 -0
- package/dist/components/SynVueTabGroup.vue.d.ts +8 -11
- package/dist/components/SynVueTabGroup.vue.js +40 -0
- package/dist/components/SynVueTabGroup.vue2.js +4 -0
- package/dist/components/SynVueTabPanel.vue.d.ts +23 -17
- package/dist/components/SynVueTabPanel.vue.js +32 -0
- package/dist/components/SynVueTabPanel.vue2.js +4 -0
- package/dist/components/SynVueTag.vue.d.ts +6 -8
- package/dist/components/SynVueTag.vue.js +35 -0
- package/dist/components/SynVueTag.vue2.js +4 -0
- package/dist/components/SynVueTextarea.vue.d.ts +10 -16
- package/dist/components/SynVueTextarea.vue.js +65 -0
- package/dist/components/SynVueTextarea.vue2.js +4 -0
- package/dist/components/SynVueTooltip.vue.d.ts +10 -15
- package/dist/components/SynVueTooltip.vue.js +44 -0
- package/dist/components/SynVueTooltip.vue2.js +4 -0
- package/dist/index.d.ts +45 -45
- package/dist/index.js +92 -0
- package/package.json +11 -4
- /package/src/{index.js → index.ts} +0 -0
|
@@ -1,18 +1,11 @@
|
|
|
1
|
-
import '@synergy-design-system/components
|
|
2
|
-
import type { SynBlurEvent } from '@synergy-design-system/components';
|
|
3
|
-
import type { SynChangeEvent } from '@synergy-design-system/components';
|
|
4
|
-
import type { SynFocusEvent } from '@synergy-design-system/components';
|
|
5
|
-
import type { SynInputEvent } from '@synergy-design-system/components';
|
|
6
|
-
import type { SynInvalidEvent } from '@synergy-design-system/components';
|
|
7
|
-
import type { SynMoveEvent } from '@synergy-design-system/components';
|
|
8
|
-
import type { SynRange } from '@synergy-design-system/components';
|
|
1
|
+
import { SynBlurEvent, SynChangeEvent, SynFocusEvent, SynInputEvent, SynInvalidEvent, SynMoveEvent, SynRange } from '@synergy-design-system/components';
|
|
9
2
|
export type { SynBlurEvent } from '@synergy-design-system/components';
|
|
10
3
|
export type { SynChangeEvent } from '@synergy-design-system/components';
|
|
11
4
|
export type { SynFocusEvent } from '@synergy-design-system/components';
|
|
12
5
|
export type { SynInputEvent } from '@synergy-design-system/components';
|
|
13
6
|
export type { SynInvalidEvent } from '@synergy-design-system/components';
|
|
14
7
|
export type { SynMoveEvent } from '@synergy-design-system/components';
|
|
15
|
-
declare const _default: __VLS_WithTemplateSlots<import(
|
|
8
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
16
9
|
/**
|
|
17
10
|
* The name of the range, submitted as a name/value pair with form data.
|
|
18
11
|
*/
|
|
@@ -74,16 +67,16 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
74
67
|
*/
|
|
75
68
|
modelValue?: SynRange["value"];
|
|
76
69
|
}, {
|
|
77
|
-
nativeElement: import(
|
|
78
|
-
}, {}, {}, {}, import(
|
|
70
|
+
nativeElement: import('vue').Ref<SynRange | undefined, SynRange | undefined>;
|
|
71
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
79
72
|
"syn-blur": (e: SynBlurEvent) => any;
|
|
80
|
-
"syn-change": (e: SynChangeEvent) => any;
|
|
81
73
|
"syn-focus": (e: SynFocusEvent) => any;
|
|
82
|
-
"syn-input": (e: SynInputEvent) => any;
|
|
83
74
|
"syn-invalid": (e: SynInvalidEvent) => any;
|
|
84
|
-
"syn-
|
|
75
|
+
"syn-change": (e: SynChangeEvent) => any;
|
|
76
|
+
"syn-input": (e: SynInputEvent) => any;
|
|
85
77
|
"update:modelValue": (newValue: string | null) => any;
|
|
86
|
-
|
|
78
|
+
"syn-move": (e: SynMoveEvent) => any;
|
|
79
|
+
}, string, import('vue').PublicProps, Readonly<{
|
|
87
80
|
/**
|
|
88
81
|
* The name of the range, submitted as a name/value pair with form data.
|
|
89
82
|
*/
|
|
@@ -146,13 +139,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
146
139
|
modelValue?: SynRange["value"];
|
|
147
140
|
}> & Readonly<{
|
|
148
141
|
"onSyn-blur"?: ((e: SynBlurEvent) => any) | undefined;
|
|
149
|
-
"onSyn-change"?: ((e: SynChangeEvent) => any) | undefined;
|
|
150
142
|
"onSyn-focus"?: ((e: SynFocusEvent) => any) | undefined;
|
|
151
|
-
"onSyn-input"?: ((e: SynInputEvent) => any) | undefined;
|
|
152
143
|
"onSyn-invalid"?: ((e: SynInvalidEvent) => any) | undefined;
|
|
153
|
-
"onSyn-
|
|
144
|
+
"onSyn-change"?: ((e: SynChangeEvent) => any) | undefined;
|
|
145
|
+
"onSyn-input"?: ((e: SynInputEvent) => any) | undefined;
|
|
154
146
|
"onUpdate:modelValue"?: ((newValue: string | null) => any) | undefined;
|
|
155
|
-
|
|
147
|
+
"onSyn-move"?: ((e: SynMoveEvent) => any) | undefined;
|
|
148
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
156
149
|
default?(_: {}): any;
|
|
157
150
|
}>;
|
|
158
151
|
export default _default;
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { defineComponent, ref, computed, openBlock, createElementBlock, mergeProps, renderSlot } from "vue";
|
|
2
|
+
import "@synergy-design-system/components/components/range/range.js";
|
|
3
|
+
const _hoisted_1 = ["value"];
|
|
4
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
5
|
+
__name: "SynVueRange",
|
|
6
|
+
props: {
|
|
7
|
+
name: {},
|
|
8
|
+
label: {},
|
|
9
|
+
helpText: {},
|
|
10
|
+
disabled: {},
|
|
11
|
+
min: {},
|
|
12
|
+
max: {},
|
|
13
|
+
step: {},
|
|
14
|
+
size: {},
|
|
15
|
+
tooltipPlacement: {},
|
|
16
|
+
value: {},
|
|
17
|
+
form: {},
|
|
18
|
+
tooltipFormatter: {},
|
|
19
|
+
modelValue: {}
|
|
20
|
+
},
|
|
21
|
+
emits: ["syn-blur", "syn-change", "syn-focus", "syn-input", "syn-invalid", "syn-move", "update:modelValue"],
|
|
22
|
+
setup(__props, { expose: __expose }) {
|
|
23
|
+
const nativeElement = ref();
|
|
24
|
+
__expose({
|
|
25
|
+
nativeElement
|
|
26
|
+
});
|
|
27
|
+
const props = __props;
|
|
28
|
+
const visibleProps = computed(
|
|
29
|
+
() => Object.fromEntries(
|
|
30
|
+
Object.entries(props).filter(([, value]) => typeof value !== "undefined")
|
|
31
|
+
)
|
|
32
|
+
);
|
|
33
|
+
return (_ctx, _cache) => {
|
|
34
|
+
return openBlock(), createElementBlock("syn-range", mergeProps({
|
|
35
|
+
onSynBlur: _cache[0] || (_cache[0] = ($event) => _ctx.$emit("syn-blur", $event)),
|
|
36
|
+
onSynChange: _cache[1] || (_cache[1] = ($event) => _ctx.$emit("syn-change", $event)),
|
|
37
|
+
onSynFocus: _cache[2] || (_cache[2] = ($event) => _ctx.$emit("syn-focus", $event)),
|
|
38
|
+
onSynInput: _cache[3] || (_cache[3] = ($event) => {
|
|
39
|
+
_ctx.$emit("update:modelValue", $event.target.value);
|
|
40
|
+
_ctx.$emit("syn-input", $event);
|
|
41
|
+
}),
|
|
42
|
+
onSynInvalid: _cache[4] || (_cache[4] = ($event) => _ctx.$emit("syn-invalid", $event)),
|
|
43
|
+
onSynMove: _cache[5] || (_cache[5] = ($event) => _ctx.$emit("syn-move", $event)),
|
|
44
|
+
value: typeof props.modelValue !== "undefined" ? props.modelValue : typeof props.value !== "undefined" ? props.value : void 0
|
|
45
|
+
}, visibleProps.value, {
|
|
46
|
+
ref_key: "nativeElement",
|
|
47
|
+
ref: nativeElement
|
|
48
|
+
}), [
|
|
49
|
+
renderSlot(_ctx.$slots, "default")
|
|
50
|
+
], 16, _hoisted_1);
|
|
51
|
+
};
|
|
52
|
+
}
|
|
53
|
+
});
|
|
54
|
+
export {
|
|
55
|
+
_sfc_main as default
|
|
56
|
+
};
|
|
@@ -1,25 +1,27 @@
|
|
|
1
|
-
import '@synergy-design-system/components
|
|
2
|
-
import type { SynRangeTick } from '@synergy-design-system/components';
|
|
3
|
-
type __VLS_Props = {
|
|
4
|
-
/**
|
|
5
|
-
* Whether the tick should be shown as a subdivision.
|
|
6
|
-
*/
|
|
7
|
-
subdivision?: SynRangeTick['subdivision'];
|
|
8
|
-
};
|
|
1
|
+
import { SynRangeTick } from '@synergy-design-system/components';
|
|
9
2
|
declare function __VLS_template(): {
|
|
10
|
-
attrs: Partial<{}>;
|
|
11
3
|
slots: {
|
|
12
4
|
default?(_: {}): any;
|
|
13
5
|
};
|
|
14
6
|
refs: {
|
|
15
7
|
nativeElement: unknown;
|
|
16
8
|
};
|
|
17
|
-
|
|
9
|
+
attrs: Partial<{}>;
|
|
18
10
|
};
|
|
19
11
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
20
|
-
declare const __VLS_component: import(
|
|
21
|
-
|
|
22
|
-
|
|
12
|
+
declare const __VLS_component: import('vue').DefineComponent<{
|
|
13
|
+
/**
|
|
14
|
+
* Whether the tick should be shown as a subdivision.
|
|
15
|
+
*/
|
|
16
|
+
subdivision?: SynRangeTick["subdivision"];
|
|
17
|
+
}, {
|
|
18
|
+
nativeElement: import('vue').Ref<SynRangeTick | undefined, SynRangeTick | undefined>;
|
|
19
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
20
|
+
/**
|
|
21
|
+
* Whether the tick should be shown as a subdivision.
|
|
22
|
+
*/
|
|
23
|
+
subdivision?: SynRangeTick["subdivision"];
|
|
24
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
23
25
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
24
26
|
export default _default;
|
|
25
27
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { defineComponent, ref, computed, openBlock, createElementBlock, mergeProps, renderSlot } from "vue";
|
|
2
|
+
import "@synergy-design-system/components/components/range-tick/range-tick.js";
|
|
3
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
4
|
+
__name: "SynVueRangeTick",
|
|
5
|
+
props: {
|
|
6
|
+
subdivision: {}
|
|
7
|
+
},
|
|
8
|
+
setup(__props, { expose: __expose }) {
|
|
9
|
+
const nativeElement = ref();
|
|
10
|
+
__expose({
|
|
11
|
+
nativeElement
|
|
12
|
+
});
|
|
13
|
+
const props = __props;
|
|
14
|
+
const visibleProps = computed(
|
|
15
|
+
() => Object.fromEntries(
|
|
16
|
+
Object.entries(props).filter(([, value]) => typeof value !== "undefined")
|
|
17
|
+
)
|
|
18
|
+
);
|
|
19
|
+
return (_ctx, _cache) => {
|
|
20
|
+
return openBlock(), createElementBlock("syn-range-tick", mergeProps(visibleProps.value, {
|
|
21
|
+
ref_key: "nativeElement",
|
|
22
|
+
ref: nativeElement
|
|
23
|
+
}), [
|
|
24
|
+
renderSlot(_ctx.$slots, "default")
|
|
25
|
+
], 16);
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
});
|
|
29
|
+
export {
|
|
30
|
+
_sfc_main as default
|
|
31
|
+
};
|
|
@@ -1,15 +1,4 @@
|
|
|
1
|
-
import '@synergy-design-system/components
|
|
2
|
-
import type { SynChangeEvent } from '@synergy-design-system/components';
|
|
3
|
-
import type { SynClearEvent } from '@synergy-design-system/components';
|
|
4
|
-
import type { SynInputEvent } from '@synergy-design-system/components';
|
|
5
|
-
import type { SynFocusEvent } from '@synergy-design-system/components';
|
|
6
|
-
import type { SynBlurEvent } from '@synergy-design-system/components';
|
|
7
|
-
import type { SynShowEvent } from '@synergy-design-system/components';
|
|
8
|
-
import type { SynAfterShowEvent } from '@synergy-design-system/components';
|
|
9
|
-
import type { SynHideEvent } from '@synergy-design-system/components';
|
|
10
|
-
import type { SynAfterHideEvent } from '@synergy-design-system/components';
|
|
11
|
-
import type { SynInvalidEvent } from '@synergy-design-system/components';
|
|
12
|
-
import type { SynSelect } from '@synergy-design-system/components';
|
|
1
|
+
import { SynChangeEvent, SynClearEvent, SynInputEvent, SynFocusEvent, SynBlurEvent, SynShowEvent, SynAfterShowEvent, SynHideEvent, SynAfterHideEvent, SynInvalidEvent, SynSelect } from '@synergy-design-system/components';
|
|
13
2
|
export type { SynChangeEvent } from '@synergy-design-system/components';
|
|
14
3
|
export type { SynClearEvent } from '@synergy-design-system/components';
|
|
15
4
|
export type { SynInputEvent } from '@synergy-design-system/components';
|
|
@@ -20,7 +9,7 @@ export type { SynAfterShowEvent } from '@synergy-design-system/components';
|
|
|
20
9
|
export type { SynHideEvent } from '@synergy-design-system/components';
|
|
21
10
|
export type { SynAfterHideEvent } from '@synergy-design-system/components';
|
|
22
11
|
export type { SynInvalidEvent } from '@synergy-design-system/components';
|
|
23
|
-
declare const _default: __VLS_WithTemplateSlots<import(
|
|
12
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
24
13
|
/**
|
|
25
14
|
* The name of the select, submitted as a name/value pair with form data.
|
|
26
15
|
*/
|
|
@@ -113,20 +102,20 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
113
102
|
*/
|
|
114
103
|
modelValue?: SynSelect["value"];
|
|
115
104
|
}, {
|
|
116
|
-
nativeElement: import(
|
|
117
|
-
}, {}, {}, {}, import(
|
|
118
|
-
"syn-
|
|
105
|
+
nativeElement: import('vue').Ref<SynSelect | undefined, SynSelect | undefined>;
|
|
106
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
107
|
+
"syn-show": (e: SynShowEvent) => any;
|
|
119
108
|
"syn-after-show": (e: SynAfterShowEvent) => any;
|
|
109
|
+
"syn-hide": (e: SynHideEvent) => any;
|
|
110
|
+
"syn-after-hide": (e: SynAfterHideEvent) => any;
|
|
120
111
|
"syn-blur": (e: SynBlurEvent) => any;
|
|
121
|
-
"syn-change": (e: SynChangeEvent) => any;
|
|
122
|
-
"syn-clear": (e: SynClearEvent) => any;
|
|
123
112
|
"syn-focus": (e: SynFocusEvent) => any;
|
|
124
|
-
"syn-hide": (e: SynHideEvent) => any;
|
|
125
|
-
"syn-input": (e: SynInputEvent) => any;
|
|
126
113
|
"syn-invalid": (e: SynInvalidEvent) => any;
|
|
127
|
-
"syn-
|
|
114
|
+
"syn-change": (e: SynChangeEvent) => any;
|
|
115
|
+
"syn-input": (e: SynInputEvent) => any;
|
|
128
116
|
"update:modelValue": (newValue: string | string[]) => any;
|
|
129
|
-
|
|
117
|
+
"syn-clear": (e: SynClearEvent) => any;
|
|
118
|
+
}, string, import('vue').PublicProps, Readonly<{
|
|
130
119
|
/**
|
|
131
120
|
* The name of the select, submitted as a name/value pair with form data.
|
|
132
121
|
*/
|
|
@@ -219,18 +208,18 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
219
208
|
*/
|
|
220
209
|
modelValue?: SynSelect["value"];
|
|
221
210
|
}> & Readonly<{
|
|
222
|
-
"onSyn-
|
|
211
|
+
"onSyn-show"?: ((e: SynShowEvent) => any) | undefined;
|
|
223
212
|
"onSyn-after-show"?: ((e: SynAfterShowEvent) => any) | undefined;
|
|
213
|
+
"onSyn-hide"?: ((e: SynHideEvent) => any) | undefined;
|
|
214
|
+
"onSyn-after-hide"?: ((e: SynAfterHideEvent) => any) | undefined;
|
|
224
215
|
"onSyn-blur"?: ((e: SynBlurEvent) => any) | undefined;
|
|
225
|
-
"onSyn-change"?: ((e: SynChangeEvent) => any) | undefined;
|
|
226
|
-
"onSyn-clear"?: ((e: SynClearEvent) => any) | undefined;
|
|
227
216
|
"onSyn-focus"?: ((e: SynFocusEvent) => any) | undefined;
|
|
228
|
-
"onSyn-hide"?: ((e: SynHideEvent) => any) | undefined;
|
|
229
|
-
"onSyn-input"?: ((e: SynInputEvent) => any) | undefined;
|
|
230
217
|
"onSyn-invalid"?: ((e: SynInvalidEvent) => any) | undefined;
|
|
231
|
-
"onSyn-
|
|
218
|
+
"onSyn-change"?: ((e: SynChangeEvent) => any) | undefined;
|
|
219
|
+
"onSyn-input"?: ((e: SynInputEvent) => any) | undefined;
|
|
232
220
|
"onUpdate:modelValue"?: ((newValue: string | string[]) => any) | undefined;
|
|
233
|
-
|
|
221
|
+
"onSyn-clear"?: ((e: SynClearEvent) => any) | undefined;
|
|
222
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
234
223
|
default?(_: {}): any;
|
|
235
224
|
}>;
|
|
236
225
|
export default _default;
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import { defineComponent, ref, computed, openBlock, createElementBlock, mergeProps, renderSlot } from "vue";
|
|
2
|
+
import "@synergy-design-system/components/components/select/select.js";
|
|
3
|
+
const _hoisted_1 = ["value"];
|
|
4
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
5
|
+
__name: "SynVueSelect",
|
|
6
|
+
props: {
|
|
7
|
+
name: {},
|
|
8
|
+
value: {},
|
|
9
|
+
size: {},
|
|
10
|
+
placeholder: {},
|
|
11
|
+
multiple: {},
|
|
12
|
+
maxOptionsVisible: {},
|
|
13
|
+
disabled: {},
|
|
14
|
+
clearable: {},
|
|
15
|
+
open: {},
|
|
16
|
+
hoist: {},
|
|
17
|
+
label: {},
|
|
18
|
+
placement: {},
|
|
19
|
+
helpText: {},
|
|
20
|
+
form: {},
|
|
21
|
+
required: {},
|
|
22
|
+
getTag: {},
|
|
23
|
+
modelValue: {}
|
|
24
|
+
},
|
|
25
|
+
emits: ["syn-change", "syn-clear", "syn-input", "syn-focus", "syn-blur", "syn-show", "syn-after-show", "syn-hide", "syn-after-hide", "syn-invalid", "update:modelValue"],
|
|
26
|
+
setup(__props, { expose: __expose }) {
|
|
27
|
+
const nativeElement = ref();
|
|
28
|
+
__expose({
|
|
29
|
+
nativeElement
|
|
30
|
+
});
|
|
31
|
+
const props = __props;
|
|
32
|
+
const visibleProps = computed(
|
|
33
|
+
() => Object.fromEntries(
|
|
34
|
+
Object.entries(props).filter(([, value]) => typeof value !== "undefined")
|
|
35
|
+
)
|
|
36
|
+
);
|
|
37
|
+
return (_ctx, _cache) => {
|
|
38
|
+
return openBlock(), createElementBlock("syn-select", mergeProps({
|
|
39
|
+
onSynChange: _cache[0] || (_cache[0] = ($event) => _ctx.$emit("syn-change", $event)),
|
|
40
|
+
onSynClear: _cache[1] || (_cache[1] = ($event) => _ctx.$emit("syn-clear", $event)),
|
|
41
|
+
onSynInput: _cache[2] || (_cache[2] = ($event) => {
|
|
42
|
+
_ctx.$emit("update:modelValue", $event.target.value);
|
|
43
|
+
_ctx.$emit("syn-input", $event);
|
|
44
|
+
}),
|
|
45
|
+
onSynFocus: _cache[3] || (_cache[3] = ($event) => _ctx.$emit("syn-focus", $event)),
|
|
46
|
+
onSynBlur: _cache[4] || (_cache[4] = ($event) => _ctx.$emit("syn-blur", $event)),
|
|
47
|
+
onSynShow: _cache[5] || (_cache[5] = ($event) => _ctx.$emit("syn-show", $event)),
|
|
48
|
+
onSynAfterShow: _cache[6] || (_cache[6] = ($event) => _ctx.$emit("syn-after-show", $event)),
|
|
49
|
+
onSynHide: _cache[7] || (_cache[7] = ($event) => _ctx.$emit("syn-hide", $event)),
|
|
50
|
+
onSynAfterHide: _cache[8] || (_cache[8] = ($event) => _ctx.$emit("syn-after-hide", $event)),
|
|
51
|
+
onSynInvalid: _cache[9] || (_cache[9] = ($event) => _ctx.$emit("syn-invalid", $event)),
|
|
52
|
+
value: typeof props.modelValue !== "undefined" ? props.modelValue : typeof props.value !== "undefined" ? props.value : void 0
|
|
53
|
+
}, visibleProps.value, {
|
|
54
|
+
ref_key: "nativeElement",
|
|
55
|
+
ref: nativeElement
|
|
56
|
+
}), [
|
|
57
|
+
renderSlot(_ctx.$slots, "default")
|
|
58
|
+
], 16, _hoisted_1);
|
|
59
|
+
};
|
|
60
|
+
}
|
|
61
|
+
});
|
|
62
|
+
export {
|
|
63
|
+
_sfc_main as default
|
|
64
|
+
};
|
|
@@ -1,14 +1,9 @@
|
|
|
1
|
-
import '@synergy-design-system/components
|
|
2
|
-
import type { SynShowEvent } from '@synergy-design-system/components';
|
|
3
|
-
import type { SynAfterShowEvent } from '@synergy-design-system/components';
|
|
4
|
-
import type { SynHideEvent } from '@synergy-design-system/components';
|
|
5
|
-
import type { SynAfterHideEvent } from '@synergy-design-system/components';
|
|
6
|
-
import type { SynSideNav } from '@synergy-design-system/components';
|
|
1
|
+
import { SynShowEvent, SynAfterShowEvent, SynHideEvent, SynAfterHideEvent, SynSideNav } from '@synergy-design-system/components';
|
|
7
2
|
export type { SynShowEvent } from '@synergy-design-system/components';
|
|
8
3
|
export type { SynAfterShowEvent } from '@synergy-design-system/components';
|
|
9
4
|
export type { SynHideEvent } from '@synergy-design-system/components';
|
|
10
5
|
export type { SynAfterHideEvent } from '@synergy-design-system/components';
|
|
11
|
-
declare const _default: __VLS_WithTemplateSlots<import(
|
|
6
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
12
7
|
/**
|
|
13
8
|
* Indicates whether or not the side-nav is open.
|
|
14
9
|
You can toggle this attribute to show and hide the side-nav, or you can use the `show()` and
|
|
@@ -41,13 +36,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
41
36
|
*/
|
|
42
37
|
noFocusTrapping?: SynSideNav["noFocusTrapping"];
|
|
43
38
|
}, {
|
|
44
|
-
nativeElement: import(
|
|
45
|
-
}, {}, {}, {}, import(
|
|
46
|
-
"syn-
|
|
39
|
+
nativeElement: import('vue').Ref<SynSideNav | undefined, SynSideNav | undefined>;
|
|
40
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
41
|
+
"syn-show": (e: SynShowEvent) => any;
|
|
47
42
|
"syn-after-show": (e: SynAfterShowEvent) => any;
|
|
48
43
|
"syn-hide": (e: SynHideEvent) => any;
|
|
49
|
-
"syn-
|
|
50
|
-
}, string, import(
|
|
44
|
+
"syn-after-hide": (e: SynAfterHideEvent) => any;
|
|
45
|
+
}, string, import('vue').PublicProps, Readonly<{
|
|
51
46
|
/**
|
|
52
47
|
* Indicates whether or not the side-nav is open.
|
|
53
48
|
You can toggle this attribute to show and hide the side-nav, or you can use the `show()` and
|
|
@@ -80,11 +75,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
80
75
|
*/
|
|
81
76
|
noFocusTrapping?: SynSideNav["noFocusTrapping"];
|
|
82
77
|
}> & Readonly<{
|
|
83
|
-
"onSyn-
|
|
78
|
+
"onSyn-show"?: ((e: SynShowEvent) => any) | undefined;
|
|
84
79
|
"onSyn-after-show"?: ((e: SynAfterShowEvent) => any) | undefined;
|
|
85
80
|
"onSyn-hide"?: ((e: SynHideEvent) => any) | undefined;
|
|
86
|
-
"onSyn-
|
|
87
|
-
}>, {}, {}, {}, {}, string, import(
|
|
81
|
+
"onSyn-after-hide"?: ((e: SynAfterHideEvent) => any) | undefined;
|
|
82
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
88
83
|
default?(_: {}): any;
|
|
89
84
|
}>;
|
|
90
85
|
export default _default;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { defineComponent, ref, computed, openBlock, createElementBlock, mergeProps, renderSlot } from "vue";
|
|
2
|
+
import "@synergy-design-system/components/components/side-nav/side-nav.js";
|
|
3
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
4
|
+
__name: "SynVueSideNav",
|
|
5
|
+
props: {
|
|
6
|
+
open: {},
|
|
7
|
+
rail: {},
|
|
8
|
+
noFocusTrapping: {}
|
|
9
|
+
},
|
|
10
|
+
emits: ["syn-show", "syn-after-show", "syn-hide", "syn-after-hide"],
|
|
11
|
+
setup(__props, { expose: __expose }) {
|
|
12
|
+
const nativeElement = ref();
|
|
13
|
+
__expose({
|
|
14
|
+
nativeElement
|
|
15
|
+
});
|
|
16
|
+
const props = __props;
|
|
17
|
+
const visibleProps = computed(
|
|
18
|
+
() => Object.fromEntries(
|
|
19
|
+
Object.entries(props).filter(([, value]) => typeof value !== "undefined")
|
|
20
|
+
)
|
|
21
|
+
);
|
|
22
|
+
return (_ctx, _cache) => {
|
|
23
|
+
return openBlock(), createElementBlock("syn-side-nav", mergeProps({
|
|
24
|
+
onSynShow: _cache[0] || (_cache[0] = ($event) => _ctx.$emit("syn-show", $event)),
|
|
25
|
+
onSynAfterShow: _cache[1] || (_cache[1] = ($event) => _ctx.$emit("syn-after-show", $event)),
|
|
26
|
+
onSynHide: _cache[2] || (_cache[2] = ($event) => _ctx.$emit("syn-hide", $event)),
|
|
27
|
+
onSynAfterHide: _cache[3] || (_cache[3] = ($event) => _ctx.$emit("syn-after-hide", $event))
|
|
28
|
+
}, visibleProps.value, {
|
|
29
|
+
ref_key: "nativeElement",
|
|
30
|
+
ref: nativeElement
|
|
31
|
+
}), [
|
|
32
|
+
renderSlot(_ctx.$slots, "default")
|
|
33
|
+
], 16);
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
});
|
|
37
|
+
export {
|
|
38
|
+
_sfc_main as default
|
|
39
|
+
};
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import '@synergy-design-system/components
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1
|
+
import { SynSpinner } from '@synergy-design-system/components';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<{}, {
|
|
3
|
+
nativeElement: import('vue').Ref<SynSpinner | undefined, SynSpinner | undefined>;
|
|
4
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
6
5
|
export default _default;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { defineComponent, ref, openBlock, createElementBlock } from "vue";
|
|
2
|
+
import "@synergy-design-system/components/components/spinner/spinner.js";
|
|
3
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
4
|
+
__name: "SynVueSpinner",
|
|
5
|
+
setup(__props, { expose: __expose }) {
|
|
6
|
+
const nativeElement = ref();
|
|
7
|
+
__expose({
|
|
8
|
+
nativeElement
|
|
9
|
+
});
|
|
10
|
+
return (_ctx, _cache) => {
|
|
11
|
+
return openBlock(), createElementBlock("syn-spinner", {
|
|
12
|
+
ref_key: "nativeElement",
|
|
13
|
+
ref: nativeElement
|
|
14
|
+
}, null, 512);
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
});
|
|
18
|
+
export {
|
|
19
|
+
_sfc_main as default
|
|
20
|
+
};
|
|
@@ -1,16 +1,10 @@
|
|
|
1
|
-
import '@synergy-design-system/components
|
|
2
|
-
import type { SynBlurEvent } from '@synergy-design-system/components';
|
|
3
|
-
import type { SynChangeEvent } from '@synergy-design-system/components';
|
|
4
|
-
import type { SynInputEvent } from '@synergy-design-system/components';
|
|
5
|
-
import type { SynFocusEvent } from '@synergy-design-system/components';
|
|
6
|
-
import type { SynInvalidEvent } from '@synergy-design-system/components';
|
|
7
|
-
import type { SynSwitch } from '@synergy-design-system/components';
|
|
1
|
+
import { SynBlurEvent, SynChangeEvent, SynInputEvent, SynFocusEvent, SynInvalidEvent, SynSwitch } from '@synergy-design-system/components';
|
|
8
2
|
export type { SynBlurEvent } from '@synergy-design-system/components';
|
|
9
3
|
export type { SynChangeEvent } from '@synergy-design-system/components';
|
|
10
4
|
export type { SynInputEvent } from '@synergy-design-system/components';
|
|
11
5
|
export type { SynFocusEvent } from '@synergy-design-system/components';
|
|
12
6
|
export type { SynInvalidEvent } from '@synergy-design-system/components';
|
|
13
|
-
declare const _default: __VLS_WithTemplateSlots<import(
|
|
7
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
14
8
|
title?: SynSwitch["title"];
|
|
15
9
|
/**
|
|
16
10
|
* The name of the switch, submitted as a name/value pair with form data.
|
|
@@ -54,15 +48,15 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
54
48
|
*/
|
|
55
49
|
modelValue?: SynSwitch["checked"];
|
|
56
50
|
}, {
|
|
57
|
-
nativeElement: import(
|
|
58
|
-
}, {}, {}, {}, import(
|
|
51
|
+
nativeElement: import('vue').Ref<SynSwitch | undefined, SynSwitch | undefined>;
|
|
52
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
59
53
|
"syn-blur": (e: SynBlurEvent) => any;
|
|
60
|
-
"syn-change": (e: SynChangeEvent) => any;
|
|
61
54
|
"syn-focus": (e: SynFocusEvent) => any;
|
|
62
|
-
"syn-input": (e: SynInputEvent) => any;
|
|
63
55
|
"syn-invalid": (e: SynInvalidEvent) => any;
|
|
56
|
+
"syn-change": (e: SynChangeEvent) => any;
|
|
57
|
+
"syn-input": (e: SynInputEvent) => any;
|
|
64
58
|
"update:modelValue": (newValue: boolean) => any;
|
|
65
|
-
}, string, import(
|
|
59
|
+
}, string, import('vue').PublicProps, Readonly<{
|
|
66
60
|
title?: SynSwitch["title"];
|
|
67
61
|
/**
|
|
68
62
|
* The name of the switch, submitted as a name/value pair with form data.
|
|
@@ -107,12 +101,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
107
101
|
modelValue?: SynSwitch["checked"];
|
|
108
102
|
}> & Readonly<{
|
|
109
103
|
"onSyn-blur"?: ((e: SynBlurEvent) => any) | undefined;
|
|
110
|
-
"onSyn-change"?: ((e: SynChangeEvent) => any) | undefined;
|
|
111
104
|
"onSyn-focus"?: ((e: SynFocusEvent) => any) | undefined;
|
|
112
|
-
"onSyn-input"?: ((e: SynInputEvent) => any) | undefined;
|
|
113
105
|
"onSyn-invalid"?: ((e: SynInvalidEvent) => any) | undefined;
|
|
106
|
+
"onSyn-change"?: ((e: SynChangeEvent) => any) | undefined;
|
|
107
|
+
"onSyn-input"?: ((e: SynInputEvent) => any) | undefined;
|
|
114
108
|
"onUpdate:modelValue"?: ((newValue: boolean) => any) | undefined;
|
|
115
|
-
}>, {}, {}, {}, {}, string, import(
|
|
109
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
116
110
|
default?(_: {}): any;
|
|
117
111
|
}>;
|
|
118
112
|
export default _default;
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { defineComponent, ref, computed, openBlock, createElementBlock, mergeProps, renderSlot } from "vue";
|
|
2
|
+
import "@synergy-design-system/components/components/switch/switch.js";
|
|
3
|
+
const _hoisted_1 = ["checked"];
|
|
4
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
5
|
+
__name: "SynVueSwitch",
|
|
6
|
+
props: {
|
|
7
|
+
title: {},
|
|
8
|
+
name: {},
|
|
9
|
+
value: {},
|
|
10
|
+
size: {},
|
|
11
|
+
disabled: {},
|
|
12
|
+
checked: {},
|
|
13
|
+
form: {},
|
|
14
|
+
required: {},
|
|
15
|
+
helpText: {},
|
|
16
|
+
modelValue: {}
|
|
17
|
+
},
|
|
18
|
+
emits: ["syn-blur", "syn-change", "syn-input", "syn-focus", "syn-invalid", "update:modelValue"],
|
|
19
|
+
setup(__props, { expose: __expose }) {
|
|
20
|
+
const nativeElement = ref();
|
|
21
|
+
__expose({
|
|
22
|
+
nativeElement
|
|
23
|
+
});
|
|
24
|
+
const props = __props;
|
|
25
|
+
const visibleProps = computed(
|
|
26
|
+
() => Object.fromEntries(
|
|
27
|
+
Object.entries(props).filter(([, value]) => typeof value !== "undefined")
|
|
28
|
+
)
|
|
29
|
+
);
|
|
30
|
+
return (_ctx, _cache) => {
|
|
31
|
+
return openBlock(), createElementBlock("syn-switch", mergeProps({
|
|
32
|
+
onSynBlur: _cache[0] || (_cache[0] = ($event) => _ctx.$emit("syn-blur", $event)),
|
|
33
|
+
onSynChange: _cache[1] || (_cache[1] = ($event) => _ctx.$emit("syn-change", $event)),
|
|
34
|
+
onSynInput: _cache[2] || (_cache[2] = ($event) => {
|
|
35
|
+
_ctx.$emit("update:modelValue", $event.target.checked);
|
|
36
|
+
_ctx.$emit("syn-input", $event);
|
|
37
|
+
}),
|
|
38
|
+
onSynFocus: _cache[3] || (_cache[3] = ($event) => _ctx.$emit("syn-focus", $event)),
|
|
39
|
+
onSynInvalid: _cache[4] || (_cache[4] = ($event) => _ctx.$emit("syn-invalid", $event)),
|
|
40
|
+
checked: typeof props.modelValue !== "undefined" ? props.modelValue : typeof props.checked !== "undefined" ? props.checked : void 0
|
|
41
|
+
}, visibleProps.value, {
|
|
42
|
+
ref_key: "nativeElement",
|
|
43
|
+
ref: nativeElement
|
|
44
|
+
}), [
|
|
45
|
+
renderSlot(_ctx.$slots, "default")
|
|
46
|
+
], 16, _hoisted_1);
|
|
47
|
+
};
|
|
48
|
+
}
|
|
49
|
+
});
|
|
50
|
+
export {
|
|
51
|
+
_sfc_main as default
|
|
52
|
+
};
|
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
import '@synergy-design-system/components
|
|
2
|
-
import type { SynCloseEvent } from '@synergy-design-system/components';
|
|
3
|
-
import type { SynTab } from '@synergy-design-system/components';
|
|
1
|
+
import { SynCloseEvent, SynTab } from '@synergy-design-system/components';
|
|
4
2
|
export type { SynCloseEvent } from '@synergy-design-system/components';
|
|
5
|
-
declare const _default: __VLS_WithTemplateSlots<import(
|
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
6
4
|
/**
|
|
7
5
|
* The name of the tab panel this tab is associated with.
|
|
8
6
|
* The panel must be located in the same tab group.
|
|
@@ -21,10 +19,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
21
19
|
*/
|
|
22
20
|
disabled?: SynTab["disabled"];
|
|
23
21
|
}, {
|
|
24
|
-
nativeElement: import(
|
|
25
|
-
}, {}, {}, {}, import(
|
|
22
|
+
nativeElement: import('vue').Ref<SynTab | undefined, SynTab | undefined>;
|
|
23
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
26
24
|
"syn-close": (e: SynCloseEvent) => any;
|
|
27
|
-
}, string, import(
|
|
25
|
+
}, string, import('vue').PublicProps, Readonly<{
|
|
28
26
|
/**
|
|
29
27
|
* The name of the tab panel this tab is associated with.
|
|
30
28
|
* The panel must be located in the same tab group.
|
|
@@ -44,7 +42,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
44
42
|
disabled?: SynTab["disabled"];
|
|
45
43
|
}> & Readonly<{
|
|
46
44
|
"onSyn-close"?: ((e: SynCloseEvent) => any) | undefined;
|
|
47
|
-
}>, {}, {}, {}, {}, string, import(
|
|
45
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|
|
48
46
|
default?(_: {}): any;
|
|
49
47
|
}>;
|
|
50
48
|
export default _default;
|