@synergy-design-system/vue 2.19.3 → 2.20.1

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.
Files changed (93) hide show
  1. package/dist/components/SynVueAccordion.vue.d.ts +20 -29
  2. package/dist/components/SynVueAccordion.vue.js +1 -1
  3. package/dist/components/SynVueAlert.vue.d.ts +3 -1
  4. package/dist/components/SynVueAlert.vue.js +1 -1
  5. package/dist/components/SynVueBadge.vue.d.ts +12 -13
  6. package/dist/components/SynVueBadge.vue.js +1 -1
  7. package/dist/components/SynVueBreadcrumb.vue.d.ts +14 -17
  8. package/dist/components/SynVueBreadcrumb.vue.js +1 -1
  9. package/dist/components/SynVueBreadcrumbItem.vue.d.ts +20 -34
  10. package/dist/components/SynVueBreadcrumbItem.vue.js +1 -1
  11. package/dist/components/SynVueButton.vue.d.ts +3 -1
  12. package/dist/components/SynVueButton.vue.js +1 -1
  13. package/dist/components/SynVueButtonGroup.vue.d.ts +14 -17
  14. package/dist/components/SynVueButtonGroup.vue.js +1 -1
  15. package/dist/components/SynVueCard.vue.d.ts +14 -17
  16. package/dist/components/SynVueCard.vue.js +1 -1
  17. package/dist/components/SynVueCheckbox.vue.d.ts +3 -1
  18. package/dist/components/SynVueCheckbox.vue.js +1 -1
  19. package/dist/components/SynVueCombobox.vue.d.ts +3 -1
  20. package/dist/components/SynVueCombobox.vue.js +1 -1
  21. package/dist/components/SynVueDetails.vue.d.ts +3 -1
  22. package/dist/components/SynVueDetails.vue.js +1 -1
  23. package/dist/components/SynVueDialog.vue.d.ts +3 -1
  24. package/dist/components/SynVueDialog.vue.js +1 -1
  25. package/dist/components/SynVueDivider.vue.d.ts +7 -9
  26. package/dist/components/SynVueDivider.vue.js +1 -1
  27. package/dist/components/SynVueDrawer.vue.d.ts +3 -1
  28. package/dist/components/SynVueDrawer.vue.js +1 -1
  29. package/dist/components/SynVueDropdown.vue.d.ts +3 -1
  30. package/dist/components/SynVueDropdown.vue.js +1 -1
  31. package/dist/components/SynVueFile.vue.d.ts +3 -1
  32. package/dist/components/SynVueFile.vue.js +1 -1
  33. package/dist/components/SynVueHeader.vue.d.ts +3 -1
  34. package/dist/components/SynVueHeader.vue.js +1 -1
  35. package/dist/components/SynVueIcon.vue.d.ts +3 -1
  36. package/dist/components/SynVueIcon.vue.js +1 -1
  37. package/dist/components/SynVueIconButton.vue.d.ts +3 -1
  38. package/dist/components/SynVueIconButton.vue.js +1 -1
  39. package/dist/components/SynVueInput.vue.d.ts +3 -1
  40. package/dist/components/SynVueInput.vue.js +1 -1
  41. package/dist/components/SynVueMenu.vue.d.ts +3 -1
  42. package/dist/components/SynVueMenu.vue.js +1 -1
  43. package/dist/components/SynVueMenuItem.vue.d.ts +22 -41
  44. package/dist/components/SynVueMenuItem.vue.js +1 -1
  45. package/dist/components/SynVueMenuLabel.vue.d.ts +5 -2
  46. package/dist/components/SynVueMenuLabel.vue.js +1 -1
  47. package/dist/components/SynVueNavItem.vue.d.ts +3 -1
  48. package/dist/components/SynVueNavItem.vue.js +1 -1
  49. package/dist/components/SynVueOptgroup.vue.d.ts +17 -23
  50. package/dist/components/SynVueOptgroup.vue.js +1 -1
  51. package/dist/components/SynVueOption.vue.d.ts +19 -29
  52. package/dist/components/SynVueOption.vue.js +1 -1
  53. package/dist/components/SynVuePopup.vue.d.ts +3 -1
  54. package/dist/components/SynVuePopup.vue.js +1 -1
  55. package/dist/components/SynVuePrioNav.vue.d.ts +5 -2
  56. package/dist/components/SynVuePrioNav.vue.js +1 -1
  57. package/dist/components/SynVueProgressBar.vue.d.ts +20 -29
  58. package/dist/components/SynVueProgressBar.vue.js +1 -1
  59. package/dist/components/SynVueProgressRing.vue.d.ts +16 -21
  60. package/dist/components/SynVueProgressRing.vue.js +1 -1
  61. package/dist/components/SynVueRadio.vue.d.ts +3 -1
  62. package/dist/components/SynVueRadio.vue.js +1 -1
  63. package/dist/components/SynVueRadioButton.vue.d.ts +3 -1
  64. package/dist/components/SynVueRadioButton.vue.js +1 -1
  65. package/dist/components/SynVueRadioGroup.vue.d.ts +3 -1
  66. package/dist/components/SynVueRadioGroup.vue.js +1 -1
  67. package/dist/components/SynVueRange.vue.d.ts +3 -1
  68. package/dist/components/SynVueRange.vue.js +1 -1
  69. package/dist/components/SynVueRangeTick.vue.d.ts +12 -13
  70. package/dist/components/SynVueRangeTick.vue.js +1 -1
  71. package/dist/components/SynVueSelect.vue.d.ts +3 -1
  72. package/dist/components/SynVueSelect.vue.js +1 -1
  73. package/dist/components/SynVueSideNav.vue.d.ts +3 -1
  74. package/dist/components/SynVueSideNav.vue.js +1 -1
  75. package/dist/components/SynVueSpinner.vue.d.ts +3 -1
  76. package/dist/components/SynVueSpinner.vue.js +1 -1
  77. package/dist/components/SynVueSwitch.vue.d.ts +3 -1
  78. package/dist/components/SynVueSwitch.vue.js +1 -1
  79. package/dist/components/SynVueTab.vue.d.ts +3 -1
  80. package/dist/components/SynVueTab.vue.js +1 -1
  81. package/dist/components/SynVueTabGroup.vue.d.ts +3 -1
  82. package/dist/components/SynVueTabGroup.vue.js +1 -1
  83. package/dist/components/SynVueTabPanel.vue.d.ts +16 -21
  84. package/dist/components/SynVueTabPanel.vue.js +1 -1
  85. package/dist/components/SynVueTag.vue.d.ts +3 -1
  86. package/dist/components/SynVueTag.vue.js +1 -1
  87. package/dist/components/SynVueTextarea.vue.d.ts +3 -1
  88. package/dist/components/SynVueTextarea.vue.js +1 -1
  89. package/dist/components/SynVueTooltip.vue.d.ts +3 -1
  90. package/dist/components/SynVueTooltip.vue.js +1 -1
  91. package/dist/components/SynVueValidate.vue.d.ts +22 -57
  92. package/dist/components/SynVueValidate.vue.js +1 -1
  93. package/package.json +8 -8
@@ -1,43 +1,34 @@
1
1
  import { SynAccordion } from '@synergy-design-system/components';
2
- declare function __VLS_template(): {
3
- slots: {
4
- default?(_: {}): any;
5
- };
6
- refs: {
7
- nativeElement: unknown;
8
- };
9
- attrs: Partial<{}>;
10
- };
11
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
- declare const __VLS_component: import('vue').DefineComponent<{
2
+ type __VLS_Props = {
13
3
  /**
14
4
  * Indicates whether or not multiple `<syn-detail>` elements can be open at the same time.
15
5
  */
16
- closeOthers?: SynAccordion["closeOthers"];
6
+ closeOthers?: SynAccordion['closeOthers'];
17
7
  /**
18
8
  * Draws the accordion and the slotted `<syn-details>` as contained elements.
19
9
  */
20
- contained?: SynAccordion["contained"];
10
+ contained?: SynAccordion['contained'];
21
11
  /**
22
12
  * The size that should be applied to all slotted `<syn-details>` elements
23
13
  */
24
- size?: SynAccordion["size"];
25
- }, {
14
+ size?: SynAccordion['size'];
15
+ };
16
+ declare function __VLS_template(): {
17
+ attrs: Partial<{}>;
18
+ slots: {
19
+ default?(_: {}): any;
20
+ };
21
+ refs: {
22
+ nativeElement: unknown;
23
+ };
24
+ rootEl: any;
25
+ };
26
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
27
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
26
28
  nativeElement: import('vue').Ref<SynAccordion | undefined, SynAccordion | undefined>;
27
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
28
- /**
29
- * Indicates whether or not multiple `<syn-detail>` elements can be open at the same time.
30
- */
31
- closeOthers?: SynAccordion["closeOthers"];
32
- /**
33
- * Draws the accordion and the slotted `<syn-details>` as contained elements.
34
- */
35
- contained?: SynAccordion["contained"];
36
- /**
37
- * The size that should be applied to all slotted `<syn-details>` elements
38
- */
39
- size?: SynAccordion["size"];
40
- }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
29
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
30
+ nativeElement: unknown;
31
+ }, any>;
41
32
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
42
33
  export default _default;
43
34
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,4 +1,4 @@
1
- import { defineComponent, ref, computed, openBlock, createElementBlock, mergeProps, renderSlot } from "vue";
1
+ import { defineComponent, ref, computed, createElementBlock, openBlock, mergeProps, renderSlot } from "vue";
2
2
  import "@synergy-design-system/components/components/accordion/accordion.js";
3
3
  const _sfc_main = /* @__PURE__ */ defineComponent({
4
4
  __name: "SynVueAccordion",
@@ -63,7 +63,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
63
63
  "onSyn-after-show"?: ((e: SynAfterShowEvent) => any) | undefined;
64
64
  "onSyn-hide"?: ((e: SynHideEvent) => any) | undefined;
65
65
  "onSyn-after-hide"?: ((e: SynAfterHideEvent) => any) | undefined;
66
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
66
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
67
+ nativeElement: unknown;
68
+ }, any>, {
67
69
  default?(_: {}): any;
68
70
  }>;
69
71
  export default _default;
@@ -1,4 +1,4 @@
1
- import { defineComponent, ref, computed, openBlock, createElementBlock, mergeProps, renderSlot } from "vue";
1
+ import { defineComponent, ref, computed, createElementBlock, openBlock, mergeProps, renderSlot } from "vue";
2
2
  import "@synergy-design-system/components/components/alert/alert.js";
3
3
  const _sfc_main = /* @__PURE__ */ defineComponent({
4
4
  __name: "SynVueAlert",
@@ -1,27 +1,26 @@
1
1
  import { SynBadge } from '@synergy-design-system/components';
2
+ type __VLS_Props = {
3
+ /**
4
+ * The badge's theme variant.
5
+ */
6
+ variant?: SynBadge['variant'];
7
+ };
2
8
  declare function __VLS_template(): {
9
+ attrs: Partial<{}>;
3
10
  slots: {
4
11
  default?(_: {}): any;
5
12
  };
6
13
  refs: {
7
14
  nativeElement: unknown;
8
15
  };
9
- attrs: Partial<{}>;
16
+ rootEl: any;
10
17
  };
11
18
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
- declare const __VLS_component: import('vue').DefineComponent<{
13
- /**
14
- * The badge's theme variant.
15
- */
16
- variant?: SynBadge["variant"];
17
- }, {
19
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
18
20
  nativeElement: import('vue').Ref<SynBadge | undefined, SynBadge | undefined>;
19
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
20
- /**
21
- * The badge's theme variant.
22
- */
23
- variant?: SynBadge["variant"];
24
- }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
21
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
22
+ nativeElement: unknown;
23
+ }, any>;
25
24
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
26
25
  export default _default;
27
26
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,4 +1,4 @@
1
- import { defineComponent, ref, computed, openBlock, createElementBlock, mergeProps, renderSlot } from "vue";
1
+ import { defineComponent, ref, computed, createElementBlock, openBlock, mergeProps, renderSlot } from "vue";
2
2
  import "@synergy-design-system/components/components/badge/badge.js";
3
3
  const _sfc_main = /* @__PURE__ */ defineComponent({
4
4
  __name: "SynVueBadge",
@@ -1,31 +1,28 @@
1
1
  import { SynBreadcrumb } from '@synergy-design-system/components';
2
+ type __VLS_Props = {
3
+ /**
4
+ * The label to use for the breadcrumb control.
5
+ * This will not be shown on the screen, but it will be announced by
6
+ screen readers and other assistive devices to provide more context for users.
7
+ */
8
+ label?: SynBreadcrumb['label'];
9
+ };
2
10
  declare function __VLS_template(): {
11
+ attrs: Partial<{}>;
3
12
  slots: {
4
13
  default?(_: {}): any;
5
14
  };
6
15
  refs: {
7
16
  nativeElement: unknown;
8
17
  };
9
- attrs: Partial<{}>;
18
+ rootEl: any;
10
19
  };
11
20
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
- declare const __VLS_component: import('vue').DefineComponent<{
13
- /**
14
- * The label to use for the breadcrumb control.
15
- * This will not be shown on the screen, but it will be announced by
16
- screen readers and other assistive devices to provide more context for users.
17
- */
18
- label?: SynBreadcrumb["label"];
19
- }, {
21
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
20
22
  nativeElement: import('vue').Ref<SynBreadcrumb | undefined, SynBreadcrumb | undefined>;
21
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
22
- /**
23
- * The label to use for the breadcrumb control.
24
- * This will not be shown on the screen, but it will be announced by
25
- screen readers and other assistive devices to provide more context for users.
26
- */
27
- label?: SynBreadcrumb["label"];
28
- }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
23
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
24
+ nativeElement: unknown;
25
+ }, any>;
29
26
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
30
27
  export default _default;
31
28
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,4 +1,4 @@
1
- import { defineComponent, ref, computed, openBlock, createElementBlock, mergeProps, renderSlot } from "vue";
1
+ import { defineComponent, ref, computed, createElementBlock, openBlock, mergeProps, renderSlot } from "vue";
2
2
  import "@synergy-design-system/components/components/breadcrumb/breadcrumb.js";
3
3
  const _sfc_main = /* @__PURE__ */ defineComponent({
4
4
  __name: "SynVueBreadcrumb",
@@ -1,53 +1,39 @@
1
1
  import { SynBreadcrumbItem } from '@synergy-design-system/components';
2
- declare function __VLS_template(): {
3
- slots: {
4
- default?(_: {}): any;
5
- };
6
- refs: {
7
- nativeElement: unknown;
8
- };
9
- attrs: Partial<{}>;
10
- };
11
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
- declare const __VLS_component: import('vue').DefineComponent<{
2
+ type __VLS_Props = {
13
3
  /**
14
4
  * Optional URL to direct the user to when the breadcrumb item is activated.
15
5
  * When set, a link will be rendered
16
6
  internally.
17
7
  * When unset, a button will be rendered instead.
18
8
  */
19
- href?: SynBreadcrumbItem["href"];
9
+ href?: SynBreadcrumbItem['href'];
20
10
  /**
21
11
  * Tells the browser where to open the link.
22
12
  * Only used when `href` is set.
23
13
  */
24
- target?: SynBreadcrumbItem["target"];
14
+ target?: SynBreadcrumbItem['target'];
25
15
  /**
26
16
  * The `rel` attribute to use on the link.
27
17
  * Only used when `href` is set.
28
18
  */
29
- rel?: SynBreadcrumbItem["rel"];
30
- }, {
19
+ rel?: SynBreadcrumbItem['rel'];
20
+ };
21
+ declare function __VLS_template(): {
22
+ attrs: Partial<{}>;
23
+ slots: {
24
+ default?(_: {}): any;
25
+ };
26
+ refs: {
27
+ nativeElement: unknown;
28
+ };
29
+ rootEl: any;
30
+ };
31
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
32
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
31
33
  nativeElement: import('vue').Ref<SynBreadcrumbItem | undefined, SynBreadcrumbItem | undefined>;
32
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
33
- /**
34
- * Optional URL to direct the user to when the breadcrumb item is activated.
35
- * When set, a link will be rendered
36
- internally.
37
- * When unset, a button will be rendered instead.
38
- */
39
- href?: SynBreadcrumbItem["href"];
40
- /**
41
- * Tells the browser where to open the link.
42
- * Only used when `href` is set.
43
- */
44
- target?: SynBreadcrumbItem["target"];
45
- /**
46
- * The `rel` attribute to use on the link.
47
- * Only used when `href` is set.
48
- */
49
- rel?: SynBreadcrumbItem["rel"];
50
- }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
34
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
35
+ nativeElement: unknown;
36
+ }, any>;
51
37
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
52
38
  export default _default;
53
39
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,4 +1,4 @@
1
- import { defineComponent, ref, computed, openBlock, createElementBlock, mergeProps, renderSlot } from "vue";
1
+ import { defineComponent, ref, computed, createElementBlock, openBlock, mergeProps, renderSlot } from "vue";
2
2
  import "@synergy-design-system/components/components/breadcrumb-item/breadcrumb-item.js";
3
3
  const _sfc_main = /* @__PURE__ */ defineComponent({
4
4
  __name: "SynVueBreadcrumbItem",
@@ -196,7 +196,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
196
196
  "onSyn-blur"?: ((e: SynBlurEvent) => any) | undefined;
197
197
  "onSyn-focus"?: ((e: SynFocusEvent) => any) | undefined;
198
198
  "onSyn-invalid"?: ((e: SynInvalidEvent) => any) | undefined;
199
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
199
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
200
+ nativeElement: unknown;
201
+ }, any>, {
200
202
  default?(_: {}): any;
201
203
  }>;
202
204
  export default _default;
@@ -1,4 +1,4 @@
1
- import { defineComponent, ref, computed, openBlock, createElementBlock, mergeProps, renderSlot } from "vue";
1
+ import { defineComponent, ref, computed, createElementBlock, openBlock, mergeProps, renderSlot } from "vue";
2
2
  import "@synergy-design-system/components/components/button/button.js";
3
3
  const _sfc_main = /* @__PURE__ */ defineComponent({
4
4
  __name: "SynVueButton",
@@ -1,31 +1,28 @@
1
1
  import { SynButtonGroup } from '@synergy-design-system/components';
2
+ type __VLS_Props = {
3
+ /**
4
+ * A label to use for the button group.
5
+ * This won't be displayed on the screen, but it will be announced by assistive
6
+ devices when interacting with the control and is strongly recommended.
7
+ */
8
+ label?: SynButtonGroup['label'];
9
+ };
2
10
  declare function __VLS_template(): {
11
+ attrs: Partial<{}>;
3
12
  slots: {
4
13
  default?(_: {}): any;
5
14
  };
6
15
  refs: {
7
16
  nativeElement: unknown;
8
17
  };
9
- attrs: Partial<{}>;
18
+ rootEl: any;
10
19
  };
11
20
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
- declare const __VLS_component: import('vue').DefineComponent<{
13
- /**
14
- * A label to use for the button group.
15
- * This won't be displayed on the screen, but it will be announced by assistive
16
- devices when interacting with the control and is strongly recommended.
17
- */
18
- label?: SynButtonGroup["label"];
19
- }, {
21
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
20
22
  nativeElement: import('vue').Ref<SynButtonGroup | undefined, SynButtonGroup | undefined>;
21
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
22
- /**
23
- * A label to use for the button group.
24
- * This won't be displayed on the screen, but it will be announced by assistive
25
- devices when interacting with the control and is strongly recommended.
26
- */
27
- label?: SynButtonGroup["label"];
28
- }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
23
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
24
+ nativeElement: unknown;
25
+ }, any>;
29
26
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
30
27
  export default _default;
31
28
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,4 +1,4 @@
1
- import { defineComponent, ref, computed, openBlock, createElementBlock, mergeProps, renderSlot } from "vue";
1
+ import { defineComponent, ref, computed, createElementBlock, openBlock, mergeProps, renderSlot } from "vue";
2
2
  import "@synergy-design-system/components/components/button-group/button-group.js";
3
3
  const _sfc_main = /* @__PURE__ */ defineComponent({
4
4
  __name: "SynVueButtonGroup",
@@ -1,31 +1,28 @@
1
1
  import { SynCard } from '@synergy-design-system/components';
2
+ type __VLS_Props = {
3
+ /**
4
+ * Draws the card with sharp edges.
5
+ * Can be used e.g.
6
+ * when nesting multiple syn-cards to create hierarchy.
7
+ */
8
+ sharp?: SynCard['sharp'];
9
+ };
2
10
  declare function __VLS_template(): {
11
+ attrs: Partial<{}>;
3
12
  slots: {
4
13
  default?(_: {}): any;
5
14
  };
6
15
  refs: {
7
16
  nativeElement: unknown;
8
17
  };
9
- attrs: Partial<{}>;
18
+ rootEl: any;
10
19
  };
11
20
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
- declare const __VLS_component: import('vue').DefineComponent<{
13
- /**
14
- * Draws the card with sharp edges.
15
- * Can be used e.g.
16
- * when nesting multiple syn-cards to create hierarchy.
17
- */
18
- sharp?: SynCard["sharp"];
19
- }, {
21
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
20
22
  nativeElement: import('vue').Ref<SynCard | undefined, SynCard | undefined>;
21
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
22
- /**
23
- * Draws the card with sharp edges.
24
- * Can be used e.g.
25
- * when nesting multiple syn-cards to create hierarchy.
26
- */
27
- sharp?: SynCard["sharp"];
28
- }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
23
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
24
+ nativeElement: unknown;
25
+ }, any>;
29
26
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
30
27
  export default _default;
31
28
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,4 +1,4 @@
1
- import { defineComponent, ref, computed, openBlock, createElementBlock, mergeProps, renderSlot } from "vue";
1
+ import { defineComponent, ref, computed, createElementBlock, openBlock, mergeProps, renderSlot } from "vue";
2
2
  import "@synergy-design-system/components/components/card/card.js";
3
3
  const _sfc_main = /* @__PURE__ */ defineComponent({
4
4
  __name: "SynVueCard",
@@ -118,7 +118,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
118
118
  "onSyn-change"?: ((e: SynChangeEvent) => any) | undefined;
119
119
  "onSyn-input"?: ((e: SynInputEvent) => any) | undefined;
120
120
  "onUpdate:modelValue"?: ((newValue: boolean) => any) | undefined;
121
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
121
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
122
+ nativeElement: unknown;
123
+ }, any>, {
122
124
  default?(_: {}): any;
123
125
  }>;
124
126
  export default _default;
@@ -1,4 +1,4 @@
1
- import { defineComponent, ref, computed, openBlock, createElementBlock, mergeProps, renderSlot } from "vue";
1
+ import { defineComponent, ref, computed, createElementBlock, openBlock, mergeProps, renderSlot } from "vue";
2
2
  import "@synergy-design-system/components/components/checkbox/checkbox.js";
3
3
  const _hoisted_1 = ["checked"];
4
4
  const _sfc_main = /* @__PURE__ */ defineComponent({
@@ -200,7 +200,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
200
200
  "onUpdate:modelValue"?: ((newValue: string) => any) | undefined;
201
201
  "onSyn-clear"?: ((e: SynClearEvent) => any) | undefined;
202
202
  "onSyn-error"?: ((e: SynErrorEvent) => any) | undefined;
203
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
203
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
204
+ nativeElement: unknown;
205
+ }, any>, {
204
206
  default?(_: {}): any;
205
207
  }>;
206
208
  export default _default;
@@ -1,4 +1,4 @@
1
- import { defineComponent, ref, computed, openBlock, createElementBlock, mergeProps, renderSlot } from "vue";
1
+ import { defineComponent, ref, computed, createElementBlock, openBlock, mergeProps, renderSlot } from "vue";
2
2
  import "@synergy-design-system/components/components/combobox/combobox.js";
3
3
  const _hoisted_1 = ["value"];
4
4
  const _sfc_main = /* @__PURE__ */ defineComponent({
@@ -63,7 +63,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
63
63
  "onSyn-after-show"?: ((e: SynAfterShowEvent) => any) | undefined;
64
64
  "onSyn-hide"?: ((e: SynHideEvent) => any) | undefined;
65
65
  "onSyn-after-hide"?: ((e: SynAfterHideEvent) => any) | undefined;
66
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
66
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
67
+ nativeElement: unknown;
68
+ }, any>, {
67
69
  default?(_: {}): any;
68
70
  }>;
69
71
  export default _default;
@@ -1,4 +1,4 @@
1
- import { defineComponent, ref, computed, openBlock, createElementBlock, mergeProps, renderSlot } from "vue";
1
+ import { defineComponent, ref, computed, createElementBlock, openBlock, mergeProps, renderSlot } from "vue";
2
2
  import "@synergy-design-system/components/components/details/details.js";
3
3
  const _sfc_main = /* @__PURE__ */ defineComponent({
4
4
  __name: "SynVueDetails",
@@ -61,7 +61,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
61
61
  "onSyn-after-hide"?: ((e: SynAfterHideEvent) => any) | undefined;
62
62
  "onSyn-initial-focus"?: ((e: SynInitialFocusEvent) => any) | undefined;
63
63
  "onSyn-request-close"?: ((e: SynRequestCloseEvent) => any) | undefined;
64
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
64
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
65
+ nativeElement: unknown;
66
+ }, any>, {
65
67
  default?(_: {}): any;
66
68
  }>;
67
69
  export default _default;
@@ -1,4 +1,4 @@
1
- import { defineComponent, ref, computed, openBlock, createElementBlock, mergeProps, renderSlot } from "vue";
1
+ import { defineComponent, ref, computed, createElementBlock, openBlock, mergeProps, renderSlot } from "vue";
2
2
  import "@synergy-design-system/components/components/dialog/dialog.js";
3
3
  const _sfc_main = /* @__PURE__ */ defineComponent({
4
4
  __name: "SynVueDialog",
@@ -1,15 +1,13 @@
1
1
  import { SynDivider } from '@synergy-design-system/components';
2
- declare const _default: import('vue').DefineComponent<{
2
+ type __VLS_Props = {
3
3
  /**
4
4
  * Draws the divider in a vertical orientation.
5
5
  */
6
- vertical?: SynDivider["vertical"];
7
- }, {
6
+ vertical?: SynDivider['vertical'];
7
+ };
8
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8
9
  nativeElement: import('vue').Ref<SynDivider | undefined, SynDivider | undefined>;
9
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
10
- /**
11
- * Draws the divider in a vertical orientation.
12
- */
13
- vertical?: SynDivider["vertical"];
14
- }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
10
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
11
+ nativeElement: unknown;
12
+ }, any>;
15
13
  export default _default;
@@ -1,4 +1,4 @@
1
- import { defineComponent, ref, computed, openBlock, createElementBlock, mergeProps } from "vue";
1
+ import { defineComponent, ref, computed, createElementBlock, openBlock, mergeProps } from "vue";
2
2
  import "@synergy-design-system/components/components/divider/divider.js";
3
3
  const _sfc_main = /* @__PURE__ */ defineComponent({
4
4
  __name: "SynVueDivider",
@@ -81,7 +81,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
81
81
  "onSyn-after-hide"?: ((e: SynAfterHideEvent) => any) | undefined;
82
82
  "onSyn-initial-focus"?: ((e: SynInitialFocusEvent) => any) | undefined;
83
83
  "onSyn-request-close"?: ((e: SynRequestCloseEvent) => any) | undefined;
84
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
84
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
85
+ nativeElement: unknown;
86
+ }, any>, {
85
87
  default?(_: {}): any;
86
88
  }>;
87
89
  export default _default;
@@ -1,4 +1,4 @@
1
- import { defineComponent, ref, computed, openBlock, createElementBlock, mergeProps, renderSlot } from "vue";
1
+ import { defineComponent, ref, computed, createElementBlock, openBlock, mergeProps, renderSlot } from "vue";
2
2
  import "@synergy-design-system/components/components/drawer/drawer.js";
3
3
  const _sfc_main = /* @__PURE__ */ defineComponent({
4
4
  __name: "SynVueDrawer",
@@ -113,7 +113,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
113
113
  "onSyn-after-show"?: ((e: SynAfterShowEvent) => any) | undefined;
114
114
  "onSyn-hide"?: ((e: SynHideEvent) => any) | undefined;
115
115
  "onSyn-after-hide"?: ((e: SynAfterHideEvent) => any) | undefined;
116
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
116
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
117
+ nativeElement: unknown;
118
+ }, any>, {
117
119
  default?(_: {}): any;
118
120
  }>;
119
121
  export default _default;
@@ -1,4 +1,4 @@
1
- import { defineComponent, ref, computed, openBlock, createElementBlock, mergeProps, renderSlot } from "vue";
1
+ import { defineComponent, ref, computed, createElementBlock, openBlock, mergeProps, renderSlot } from "vue";
2
2
  import "@synergy-design-system/components/components/dropdown/dropdown.js";
3
3
  const _sfc_main = /* @__PURE__ */ defineComponent({
4
4
  __name: "SynVueDropdown",
@@ -196,7 +196,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
196
196
  "onSyn-input"?: ((e: SynInputEvent) => any) | undefined;
197
197
  "onUpdate:modelValue"?: ((newValue: FileList | null) => any) | undefined;
198
198
  "onSyn-error"?: ((e: SynErrorEvent) => any) | undefined;
199
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
199
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
200
+ nativeElement: unknown;
201
+ }, any>, {
200
202
  default?(_: {}): any;
201
203
  }>;
202
204
  export default _default;
@@ -1,4 +1,4 @@
1
- import { defineComponent, ref, computed, openBlock, createElementBlock, mergeProps, renderSlot } from "vue";
1
+ import { defineComponent, ref, computed, createElementBlock, openBlock, mergeProps, renderSlot } from "vue";
2
2
  import "@synergy-design-system/components/components/file/file.js";
3
3
  const _hoisted_1 = ["files"];
4
4
  const _sfc_main = /* @__PURE__ */ defineComponent({
@@ -42,7 +42,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
42
42
  "onSyn-burger-menu-closed"?: ((e: SynBurgerMenuClosedEvent) => any) | undefined;
43
43
  "onSyn-burger-menu-hidden"?: ((e: SynBurgerMenuHiddenEvent) => any) | undefined;
44
44
  "onSyn-burger-menu-open"?: ((e: SynBurgerMenuOpenEvent) => any) | undefined;
45
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
45
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
46
+ nativeElement: unknown;
47
+ }, any>, {
46
48
  default?(_: {}): any;
47
49
  }>;
48
50
  export default _default;
@@ -1,4 +1,4 @@
1
- import { defineComponent, ref, computed, openBlock, createElementBlock, mergeProps, renderSlot } from "vue";
1
+ import { defineComponent, ref, computed, createElementBlock, openBlock, mergeProps, renderSlot } from "vue";
2
2
  import "@synergy-design-system/components/components/header/header.js";
3
3
  const _sfc_main = /* @__PURE__ */ defineComponent({
4
4
  __name: "SynVueHeader",
@@ -53,5 +53,7 @@ declare const _default: import('vue').DefineComponent<{
53
53
  }> & Readonly<{
54
54
  "onSyn-error"?: ((e: SynErrorEvent) => any) | undefined;
55
55
  "onSyn-load"?: ((e: SynLoadEvent) => any) | undefined;
56
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
56
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
57
+ nativeElement: unknown;
58
+ }, any>;
57
59
  export default _default;
@@ -1,4 +1,4 @@
1
- import { defineComponent, ref, computed, openBlock, createElementBlock, mergeProps } from "vue";
1
+ import { defineComponent, ref, computed, createElementBlock, openBlock, mergeProps } from "vue";
2
2
  import "@synergy-design-system/components/components/icon/icon.js";
3
3
  const _sfc_main = /* @__PURE__ */ defineComponent({
4
4
  __name: "SynVueIcon",
@@ -107,5 +107,7 @@ declare const _default: import('vue').DefineComponent<{
107
107
  }> & Readonly<{
108
108
  "onSyn-blur"?: ((e: SynBlurEvent) => any) | undefined;
109
109
  "onSyn-focus"?: ((e: SynFocusEvent) => any) | undefined;
110
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
110
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
111
+ nativeElement: unknown;
112
+ }, any>;
111
113
  export default _default;
@@ -1,4 +1,4 @@
1
- import { defineComponent, ref, computed, openBlock, createElementBlock, mergeProps } from "vue";
1
+ import { defineComponent, ref, computed, createElementBlock, openBlock, mergeProps } from "vue";
2
2
  import "@synergy-design-system/components/components/icon-button/icon-button.js";
3
3
  const _sfc_main = /* @__PURE__ */ defineComponent({
4
4
  __name: "SynVueIconButton",