@synergy-design-system/vue 2.44.0 → 2.45.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.
- package/dist/components/SynVueCombobox.vue.d.ts +4 -0
- package/dist/components/SynVueDropdown.vue.d.ts +4 -0
- package/dist/components/SynVuePopup.vue.d.ts +6 -0
- package/dist/components/SynVueSelect.vue.d.ts +4 -0
- package/dist/components/SynVueTooltip.vue.d.ts +4 -0
- package/package.json +3 -3
- package/src/components/SynVueCombobox.vue +2 -0
- package/src/components/SynVueDropdown.vue +2 -0
- package/src/components/SynVuePopup.vue +3 -0
- package/src/components/SynVueSelect.vue +2 -0
- package/src/components/SynVueTooltip.vue +2 -0
|
@@ -45,6 +45,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
45
45
|
* Enable this option to prevent the listbox from being clipped,
|
|
46
46
|
when the component is placed inside a container with `overflow: auto|scroll`.
|
|
47
47
|
Hoisting uses a fixed positioning strategy that works in many, but not all, scenarios.
|
|
48
|
+
|
|
49
|
+
@deprecated This property is deprecated and will be removed in the next major version.
|
|
48
50
|
*/
|
|
49
51
|
hoist?: SynCombobox["hoist"];
|
|
50
52
|
/**
|
|
@@ -146,6 +148,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
146
148
|
* Enable this option to prevent the listbox from being clipped,
|
|
147
149
|
when the component is placed inside a container with `overflow: auto|scroll`.
|
|
148
150
|
Hoisting uses a fixed positioning strategy that works in many, but not all, scenarios.
|
|
151
|
+
|
|
152
|
+
@deprecated This property is deprecated and will be removed in the next major version.
|
|
149
153
|
*/
|
|
150
154
|
hoist?: SynCombobox["hoist"];
|
|
151
155
|
/**
|
|
@@ -39,6 +39,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
39
39
|
* Enable this option to prevent the panel from being clipped when the component is placed inside a container with
|
|
40
40
|
`overflow: auto|scroll`.
|
|
41
41
|
* Hoisting uses a fixed positioning strategy that works in many, but not all, scenarios.
|
|
42
|
+
|
|
43
|
+
@deprecated This property is deprecated and will be removed in the next major version.
|
|
42
44
|
*/
|
|
43
45
|
hoist?: SynDropdown["hoist"];
|
|
44
46
|
/**
|
|
@@ -95,6 +97,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
95
97
|
* Enable this option to prevent the panel from being clipped when the component is placed inside a container with
|
|
96
98
|
`overflow: auto|scroll`.
|
|
97
99
|
* Hoisting uses a fixed positioning strategy that works in many, but not all, scenarios.
|
|
100
|
+
|
|
101
|
+
@deprecated This property is deprecated and will be removed in the next major version.
|
|
98
102
|
*/
|
|
99
103
|
hoist?: SynDropdown["hoist"];
|
|
100
104
|
/**
|
|
@@ -25,6 +25,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
25
25
|
* Determines how the popup is positioned.
|
|
26
26
|
* The `absolute` strategy works well in most cases, but if overflow is
|
|
27
27
|
clipped, using a `fixed` position strategy can often workaround it.
|
|
28
|
+
|
|
29
|
+
@deprecated The strategy property is deprecated and will be removed in future versions.
|
|
30
|
+
* Modern browsers support the popover element which is used internally instead.
|
|
28
31
|
*/
|
|
29
32
|
strategy?: SynPopup["strategy"];
|
|
30
33
|
/**
|
|
@@ -164,6 +167,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
164
167
|
* Determines how the popup is positioned.
|
|
165
168
|
* The `absolute` strategy works well in most cases, but if overflow is
|
|
166
169
|
clipped, using a `fixed` position strategy can often workaround it.
|
|
170
|
+
|
|
171
|
+
@deprecated The strategy property is deprecated and will be removed in future versions.
|
|
172
|
+
* Modern browsers support the popover element which is used internally instead.
|
|
167
173
|
*/
|
|
168
174
|
strategy?: SynPopup["strategy"];
|
|
169
175
|
/**
|
|
@@ -56,6 +56,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
56
56
|
* Enable this option to prevent the listbox from being clipped when the component is placed inside a container with
|
|
57
57
|
`overflow: auto|scroll`.
|
|
58
58
|
* Hoisting uses a fixed positioning strategy that works in many, but not all, scenarios.
|
|
59
|
+
|
|
60
|
+
@deprecated This property is deprecated and will be removed in the next major version.
|
|
59
61
|
*/
|
|
60
62
|
hoist?: SynSelect["hoist"];
|
|
61
63
|
/**
|
|
@@ -167,6 +169,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
167
169
|
* Enable this option to prevent the listbox from being clipped when the component is placed inside a container with
|
|
168
170
|
`overflow: auto|scroll`.
|
|
169
171
|
* Hoisting uses a fixed positioning strategy that works in many, but not all, scenarios.
|
|
172
|
+
|
|
173
|
+
@deprecated This property is deprecated and will be removed in the next major version.
|
|
170
174
|
*/
|
|
171
175
|
hoist?: SynSelect["hoist"];
|
|
172
176
|
/**
|
|
@@ -46,6 +46,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
46
46
|
`overflow: auto|hidden|scroll`.
|
|
47
47
|
* Hoisting uses a fixed positioning strategy that works in many, but not all,
|
|
48
48
|
scenarios.
|
|
49
|
+
|
|
50
|
+
@deprecated This property is deprecated and will be removed in the next major version.
|
|
49
51
|
*/
|
|
50
52
|
hoist?: SynTooltip["hoist"];
|
|
51
53
|
}, {
|
|
@@ -98,6 +100,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
98
100
|
`overflow: auto|hidden|scroll`.
|
|
99
101
|
* Hoisting uses a fixed positioning strategy that works in many, but not all,
|
|
100
102
|
scenarios.
|
|
103
|
+
|
|
104
|
+
@deprecated This property is deprecated and will be removed in the next major version.
|
|
101
105
|
*/
|
|
102
106
|
hoist?: SynTooltip["hoist"];
|
|
103
107
|
}> & Readonly<{
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"url": "https://www.sick.com"
|
|
5
5
|
},
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@synergy-design-system/components": "^2.
|
|
7
|
+
"@synergy-design-system/components": "^2.45.1"
|
|
8
8
|
},
|
|
9
9
|
"description": "Vue3 wrappers for the Synergy Design System",
|
|
10
10
|
"exports": {
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"directory": "packages/vue"
|
|
41
41
|
},
|
|
42
42
|
"type": "module",
|
|
43
|
-
"version": "2.
|
|
43
|
+
"version": "2.45.1",
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@vitejs/plugin-vue": "^5.2.4",
|
|
46
46
|
"@vue/tsconfig": "^0.7.0",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"vue": "^3.5.16"
|
|
51
51
|
},
|
|
52
52
|
"peerDependencies": {
|
|
53
|
-
"@synergy-design-system/tokens": "^2.
|
|
53
|
+
"@synergy-design-system/tokens": "^2.26.1"
|
|
54
54
|
},
|
|
55
55
|
"scripts": {
|
|
56
56
|
"_build": "vite build"
|
|
@@ -124,6 +124,8 @@ and `hide()` methods and this attribute will reflect the combobox's open state.
|
|
|
124
124
|
* Enable this option to prevent the listbox from being clipped,
|
|
125
125
|
when the component is placed inside a container with `overflow: auto|scroll`.
|
|
126
126
|
Hoisting uses a fixed positioning strategy that works in many, but not all, scenarios.
|
|
127
|
+
|
|
128
|
+
@deprecated This property is deprecated and will be removed in the next major version.
|
|
127
129
|
*/
|
|
128
130
|
hoist?: SynCombobox['hoist'];
|
|
129
131
|
|
|
@@ -88,6 +88,8 @@ dropdowns that allow for multiple interactions.
|
|
|
88
88
|
* Enable this option to prevent the panel from being clipped when the component is placed inside a container with
|
|
89
89
|
`overflow: auto|scroll`.
|
|
90
90
|
* Hoisting uses a fixed positioning strategy that works in many, but not all, scenarios.
|
|
91
|
+
|
|
92
|
+
@deprecated This property is deprecated and will be removed in the next major version.
|
|
91
93
|
*/
|
|
92
94
|
hoist?: SynDropdown['hoist'];
|
|
93
95
|
|
|
@@ -76,6 +76,9 @@ panel inside of the viewport.
|
|
|
76
76
|
* Determines how the popup is positioned.
|
|
77
77
|
* The `absolute` strategy works well in most cases, but if overflow is
|
|
78
78
|
clipped, using a `fixed` position strategy can often workaround it.
|
|
79
|
+
|
|
80
|
+
@deprecated The strategy property is deprecated and will be removed in future versions.
|
|
81
|
+
* Modern browsers support the popover element which is used internally instead.
|
|
79
82
|
*/
|
|
80
83
|
strategy?: SynPopup['strategy'];
|
|
81
84
|
|
|
@@ -132,6 +132,8 @@ use the `show()` and `hide()` methods and this attribute will reflect the select
|
|
|
132
132
|
* Enable this option to prevent the listbox from being clipped when the component is placed inside a container with
|
|
133
133
|
`overflow: auto|scroll`.
|
|
134
134
|
* Hoisting uses a fixed positioning strategy that works in many, but not all, scenarios.
|
|
135
|
+
|
|
136
|
+
@deprecated This property is deprecated and will be removed in the next major version.
|
|
135
137
|
*/
|
|
136
138
|
hoist?: SynSelect['hoist'];
|
|
137
139
|
|
|
@@ -100,6 +100,8 @@ programmatically.
|
|
|
100
100
|
`overflow: auto|hidden|scroll`.
|
|
101
101
|
* Hoisting uses a fixed positioning strategy that works in many, but not all,
|
|
102
102
|
scenarios.
|
|
103
|
+
|
|
104
|
+
@deprecated This property is deprecated and will be removed in the next major version.
|
|
103
105
|
*/
|
|
104
106
|
hoist?: SynTooltip['hoist'];
|
|
105
107
|
}>();
|