quasar-ui-sellmate-ui-kit 2.2.7 → 2.2.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/dist/index.common.js +2 -2
- package/dist/index.css +5 -5
- package/dist/index.esm.js +2 -2
- package/dist/index.min.css +2 -2
- package/dist/index.rtl.css +5 -5
- package/dist/index.rtl.min.css +2 -2
- package/dist/index.umd.js +14 -14
- package/dist/index.umd.min.js +2 -2
- package/package.json +1 -1
- package/src/components/SDate.vue +1 -5
- package/src/components/SInput.vue +2 -2
- package/src/components/SInputNumber.vue +2 -2
- package/src/components/SSelect.vue +8 -24
- package/src/components/SSelectCheckbox.vue +0 -23
- package/src/components/SSelectCustom.vue +1 -18
- package/src/components/SSelectGroupCheckbox.vue +0 -23
- package/src/components/SSelectSearch.vue +0 -27
- package/src/components/SSelectSearchCheckbox.vue +0 -27
- package/src/css/app.scss +5 -3
- package/src/css/default.scss +878 -878
- package/src/css/extends.scss +27 -0
- package/src/css/quasar.variables.scss +1 -1
package/dist/index.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* quasar-ui-sellmate-ui-kit v2.2.
|
|
2
|
+
* quasar-ui-sellmate-ui-kit v2.2.7
|
|
3
3
|
* (c) 2023 Sellmate Dev Team <dev@sellmate.co.kr>
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -6993,7 +6993,7 @@
|
|
|
6993
6993
|
font-size: 12px;
|
|
6994
6994
|
}
|
|
6995
6995
|
.q-field--outlined .q-field__control {
|
|
6996
|
-
border-radius: 2px
|
|
6996
|
+
border-radius: 2px;
|
|
6997
6997
|
}
|
|
6998
6998
|
.q-field--outlined .q-field__control:before {
|
|
6999
6999
|
border: 1px solid rgba(0, 0, 0, 0.24);
|
|
@@ -7024,9 +7024,9 @@
|
|
|
7024
7024
|
overflow: hidden;
|
|
7025
7025
|
text-overflow: ellipsis;
|
|
7026
7026
|
}
|
|
7027
|
-
.q-field--disabled .q-field__inner {
|
|
7028
|
-
background: #
|
|
7029
|
-
color: #
|
|
7027
|
+
.q-field--disabled .q-field__inner .q-field__control {
|
|
7028
|
+
background: #eeeeee !important;
|
|
7029
|
+
color: #888888 !important;
|
|
7030
7030
|
cursor: not-allowed;
|
|
7031
7031
|
}
|
|
7032
7032
|
|