quasar-ui-sellmate-ui-kit 2.2.2 → 2.2.3
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/index.common.js +2 -2
- package/dist/index.css +1 -1
- package/dist/index.esm.js +2 -2
- package/dist/index.min.css +1 -1
- package/dist/index.rtl.css +1 -1
- package/dist/index.rtl.min.css +1 -1
- package/dist/index.umd.js +3 -4
- package/dist/index.umd.min.js +2 -2
- package/package.json +1 -1
- package/src/components/SSelect.vue +0 -1
package/dist/index.min.css
CHANGED
package/dist/index.rtl.css
CHANGED
package/dist/index.rtl.min.css
CHANGED
package/dist/index.umd.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* quasar-ui-sellmate-ui-kit v2.2.
|
|
2
|
+
* quasar-ui-sellmate-ui-kit v2.2.2
|
|
3
3
|
* (c) 2023 Sellmate Dev Team <dev@sellmate.co.kr>
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -2912,8 +2912,7 @@
|
|
|
2912
2912
|
"hide-bottom-space": "",
|
|
2913
2913
|
"menu-offset": [0, 4],
|
|
2914
2914
|
"menu-self": "top left",
|
|
2915
|
-
"menu-anchor": "bottom start"
|
|
2916
|
-
"onUpdate:modelValue": _cache[0] || (_cache[0] = function (val) { return _ctx.$emit('update:modelValue', val); })
|
|
2915
|
+
"menu-anchor": "bottom start"
|
|
2917
2916
|
}), vue.createSlots({
|
|
2918
2917
|
"no-option": vue.withCtx(function () { return [
|
|
2919
2918
|
vue.createVNode(_component_q_item, { class: "s-select-no-option" }, {
|
|
@@ -7121,7 +7120,7 @@
|
|
|
7121
7120
|
|
|
7122
7121
|
/* eslint-disable no-multiple-empty-lines */
|
|
7123
7122
|
|
|
7124
|
-
var version = '2.2.
|
|
7123
|
+
var version = '2.2.2';
|
|
7125
7124
|
|
|
7126
7125
|
function install(app) {
|
|
7127
7126
|
app.component('s-breadcrumbs', script$D);
|