goodteditor-ui 1.0.85 → 1.0.87
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/package.json
CHANGED
|
@@ -61,7 +61,6 @@
|
|
|
61
61
|
|
|
62
62
|
max-height: calc(var(--item-height) * var(--item-count));
|
|
63
63
|
scroll-behavior: smooth;
|
|
64
|
-
max-height: inherit;
|
|
65
64
|
}
|
|
66
65
|
|
|
67
66
|
&.no-scroll-animation {
|
|
@@ -117,13 +116,6 @@ export default {
|
|
|
117
116
|
type: String,
|
|
118
117
|
default: null
|
|
119
118
|
},
|
|
120
|
-
/**
|
|
121
|
-
* Max visible items count
|
|
122
|
-
*/
|
|
123
|
-
maxItems: {
|
|
124
|
-
type: Number,
|
|
125
|
-
default: 4
|
|
126
|
-
},
|
|
127
119
|
/**
|
|
128
120
|
* The current cursor index position (.sync)
|
|
129
121
|
*/
|