quasar-ui-sellmate-ui-kit 3.0.6 → 3.1.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/.eslintrc.cjs +38 -7
- package/dist/index.common.js +2 -2
- package/dist/index.css +15 -49
- package/dist/index.esm.js +2 -2
- package/dist/index.min.css +2 -2
- package/dist/index.rtl.css +15 -49
- package/dist/index.rtl.min.css +2 -2
- package/dist/index.umd.js +55 -63
- package/dist/index.umd.min.js +2 -2
- package/package.json +3 -3
- package/src/assets/icons.js +6 -2
- package/src/components/SCaution.vue +55 -77
- package/src/components/SChip.vue +1 -1
- package/src/components/SDate.vue +1 -1
- package/src/components/SDateAutoRangePicker.vue +2 -2
- package/src/components/SDatePicker.vue +1 -1
- package/src/components/SDateRange.vue +1 -1
- package/src/components/SDateRangePicker.vue +6 -6
- package/src/components/SDialog.vue +1 -1
- package/src/components/SDropdown.vue +1 -1
- package/src/components/SFilePicker.vue +1 -1
- package/src/components/SHelp.vue +1 -1
- package/src/components/SInputNumber.vue +1 -1
- package/src/components/SPagination.vue +1 -1
- package/src/components/SSelect.vue +1 -1
- package/src/components/SSelectCheckbox.vue +1 -1
- package/src/components/SSelectCustom.vue +1 -1
- package/src/components/SSelectGroupCheckbox.vue +1 -1
- package/src/components/SSelectSearch.vue +1 -1
- package/src/components/SSelectSearchAutoComplete.vue +1 -1
- package/src/components/SSelectSearchCheckbox.vue +1 -1
- package/src/components/STableTree.vue +0 -1
- package/src/components/STimePicker.vue +2 -2
- package/src/components/STooltip.vue +1 -1
- package/src/components/TimePickerCard.vue +2 -2
- package/src/composables/table/use-navigator.js +1 -1
- package/src/css/app.scss +16 -0
- package/src/css/default.scss +0 -1
- package/src/css/quasar.variables.scss +0 -1
- package/src/css/fonts/Pretendard-Regular.subset.woff2 +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "quasar-ui-sellmate-ui-kit",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1.1",
|
|
4
4
|
"author": "Sellmate Dev Team <dev@sellmate.co.kr>",
|
|
5
5
|
"description": "Sellmate UI Kit",
|
|
6
6
|
"license": "MIT",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@types/node": "^20.11.6",
|
|
37
37
|
"@typescript-eslint/eslint-plugin": "^6.19.1",
|
|
38
38
|
"@typescript-eslint/parser": "^6.19.1",
|
|
39
|
-
"@vitejs/plugin-vue": "
|
|
39
|
+
"@vitejs/plugin-vue": "2.3.3",
|
|
40
40
|
"@vue/compiler-sfc": "^3.4.15",
|
|
41
41
|
"autoprefixer": "^10.0.2",
|
|
42
42
|
"chalk": "^4.1.0",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"rtlcss": "^2.6.1",
|
|
60
60
|
"typescript": "^5.3.3",
|
|
61
61
|
"uglify-js": "^3.13.3",
|
|
62
|
-
"vite": "
|
|
62
|
+
"vite": "2.9.15",
|
|
63
63
|
"vite-plugin-eslint": "^1.8.1",
|
|
64
64
|
"vue": "^3.4.15",
|
|
65
65
|
"vue-router": "^4.0.0",
|
package/src/assets/icons.js
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
export const helpOutlineIcon = 'M12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3Z@@fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round&&M9 9.10227C9 8.19318 9.6 6.375 12 6.375C14.4 6.375 15 8.19318 15 9.10227C15 9.87055 14.5715 11.2881 12.9901 11.7088C12.4564 11.8508 12 12.2773 12 12.8295V13.875@@fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round&&M12 15.75C12.5523 15.75 13 16.1977 13 16.75C13 17.3023 12.5523 17.75 12 17.75C11.4477 17.75 11 17.3023 11 16.75C11 16.1977 11.4477 15.75 12 15.75Z@@fill:currentColor|0 0 24 24';
|
|
2
|
-
export const cautionOutlineIcon =
|
|
2
|
+
export const cautionOutlineIcon = `M12 3.5L3 20H21L12 3.5Z@@fill: white; stroke: white; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round
|
|
3
|
+
&&M12 15.5C12.5523 15.5 13 15.9477 13 16.5C13 17.0523 12.5523 17.5 12 17.5C11.4477 17.5 11 17.0523 11 16.5C11 15.9477 11.4477 15.5 12 15.5Z@@fill: currentColor
|
|
4
|
+
&&M12 9.25C12.4142 9.25 12.75 9.58579 12.75 10L12.75 14C12.75 14.4142 12.4142 14.75 12 14.75C11.5858 14.75 11.25 14.4142 11.25 14L11.25 10C11.25 9.58579 11.5858 9.25 12 9.25Z@@fill: currentColor
|
|
5
|
+
|0 0 24 24
|
|
6
|
+
`;
|
|
3
7
|
export const infoOutlineIcon = 'M16 4C22.6274 4 28 9.37258 28 16C28 22.6274 22.6274 28 16 28C9.37258 28 4 22.6274 4 16C4 9.37258 9.37258 4 16 4Z@@fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round&&M16 17.5L16 9.5@@fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round&&M16 21C16.5523 21 17 21.4477 17 22C17 22.5523 16.5523 23 16 23C15.4477 23 15 22.5523 15 22C15 21.4477 15.4477 21 16 21Z@@fill:currentColor|0 0 32 32';
|
|
4
8
|
export const warningOutlineIcon = 'M11.1939 2.69383C11.5521 2.06503 12.4479 2.06503 12.8061 2.69383L22.8739 20.363C23.2322 20.9918 22.7843 21.7778 22.0678 21.7778H1.93224C1.21567 21.7778 0.767815 20.9918 1.1261 20.363L11.1939 2.69383ZM12 4.63261L3.18623 20.101H20.8138L12 4.63261Z&&M10.9468 10.6607C10.9468 10.0585 11.4184 9.57037 12 9.57037C12.5817 9.57037 13.0532 10.0585 13.0532 10.6607V13.9319C13.0532 14.534 12.5817 15.0222 12 15.0222C11.4184 15.0222 10.9468 14.534 10.9468 13.9319V10.6607Z&&M10.9468 17.1556C10.9468 16.5665 11.4184 16.0889 12 16.0889C12.5817 16.0889 13.0532 16.5665 13.0532 17.1556C13.0532 17.7447 12.5817 18.2222 12 18.2222C11.4184 18.2222 10.9468 17.7447 10.9468 17.1556Z|0 0 24 24';
|
|
5
9
|
export const attachFileIcon = 'M25.3345 15.7574L16.3189 24.773C13.6829 27.409 9.40901 27.409 6.77297 24.773V24.773C4.13693 22.1369 4.13693 17.8631 6.77297 15.227L17.0039 4.99608C18.8711 3.12888 21.8984 3.12888 23.7656 4.99608V4.99608C25.6328 6.86327 25.6328 9.89059 23.7656 11.7578L14.5806 20.9428C13.4823 22.0412 11.7015 22.0412 10.6031 20.9428V20.9428C9.50478 19.8445 9.50478 18.0637 10.6031 16.9653L19.3388 8.22962@@fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round|0 0 32 32';
|
|
@@ -11,7 +15,7 @@ export const editIcon = 'M7.33337 3.33337H4.33337C3.78109 3.33337 3.33337 3.7810
|
|
|
11
15
|
export const selectDownArrowIcon = 'M1.5 0.75L6 5.25L10.5 0.75@@fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round|0 0 12 6';
|
|
12
16
|
|
|
13
17
|
export const arrowUpIcon = 'M28 22L16 10L4 22@@fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round|0 0 32 32';
|
|
14
|
-
export const arrowDownIcon = 'M4 10L16 22L28 10@@fill:none;
|
|
18
|
+
export const arrowDownIcon = 'M4 10L16 22L28 10@@fill:none;strok e:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round|0 0 32 32';
|
|
15
19
|
export const arrowLeftIcon = 'M10.5 1L1.5 10L10.5 19@@fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round|0 0 12 20';
|
|
16
20
|
export const arrowRightIcon = 'M1 19L10 10L1 1@@fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round|0 0 11 20';
|
|
17
21
|
|
|
@@ -2,45 +2,34 @@
|
|
|
2
2
|
<q-banner
|
|
3
3
|
dense
|
|
4
4
|
rounded
|
|
5
|
-
class="text-Grey_Darken-4
|
|
6
|
-
:class="{
|
|
7
|
-
's-caution__title': title,
|
|
8
|
-
's-caution__page bg-Caution_Bg': !useModal,
|
|
9
|
-
'bg-Red_Lighten-5': useModal,
|
|
10
|
-
}"
|
|
5
|
+
class="text-Grey_Darken-4 s-caution flex s-border-Red_Lighten-3 s-border-radius-sm bg-Red_Lighten-6"
|
|
11
6
|
>
|
|
12
|
-
<
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
7
|
+
<template #avatar>
|
|
8
|
+
<q-icon
|
|
9
|
+
class="s-caution-icon"
|
|
10
|
+
size="24px"
|
|
11
|
+
color="Red_Lighten-1"
|
|
12
|
+
:name="cautionOutlineIcon"
|
|
13
|
+
/>
|
|
14
|
+
<strong class="s-caution__icon--title text-white block font-16-700">{{ label }}</strong>
|
|
15
|
+
</template>
|
|
16
|
+
<template #default>
|
|
17
|
+
<div v-if="title" class="s-caution__content--title font-18-700 q-mb-md text-negative">
|
|
18
|
+
{{ title }}
|
|
19
|
+
</div>
|
|
20
|
+
<ul>
|
|
21
|
+
<slot />
|
|
22
|
+
</ul>
|
|
23
|
+
</template>
|
|
22
24
|
</q-banner>
|
|
23
25
|
</template>
|
|
24
|
-
<script>
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import { cautionOutlineIcon } from '../assets/icons.js';
|
|
26
|
+
<script setup>
|
|
27
|
+
import { QBanner } from 'quasar';
|
|
28
|
+
import { cautionOutlineIcon } from '../assets/icons';
|
|
28
29
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
QBanner,
|
|
33
|
-
QIcon,
|
|
34
|
-
},
|
|
35
|
-
props: {
|
|
36
|
-
title: { type: String, default: '' },
|
|
37
|
-
useModal: { type: Boolean, default: false },
|
|
38
|
-
},
|
|
39
|
-
setup() {
|
|
40
|
-
return {
|
|
41
|
-
cautionOutlineIcon,
|
|
42
|
-
};
|
|
43
|
-
},
|
|
30
|
+
defineProps({
|
|
31
|
+
title: { type: String, default: '' },
|
|
32
|
+
label: { type: String, default: '주의사항' },
|
|
44
33
|
});
|
|
45
34
|
</script>
|
|
46
35
|
|
|
@@ -48,54 +37,43 @@ export default defineComponent({
|
|
|
48
37
|
@import "../css/quasar.variables.scss";
|
|
49
38
|
|
|
50
39
|
.s-caution {
|
|
51
|
-
padding:
|
|
52
|
-
border-radius: 4px;
|
|
40
|
+
padding: 0;
|
|
53
41
|
overflow: hidden;
|
|
54
42
|
max: {
|
|
55
43
|
height: 100%;
|
|
56
44
|
width: 100%;
|
|
57
45
|
}
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
font-size: 14px;
|
|
69
|
-
line-height: 20px;
|
|
70
|
-
margin-right: 12px;
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
.s-caution-icon {
|
|
75
|
-
position: absolute;
|
|
76
|
-
right: -41px;
|
|
77
|
-
bottom: -34px;
|
|
78
|
-
color: $Caution_Icon;
|
|
79
|
-
opacity: 0.24;
|
|
46
|
+
.q-banner__avatar {
|
|
47
|
+
flex-direction: column;
|
|
48
|
+
min-width: 104px !important;
|
|
49
|
+
max-width: 104px !important;
|
|
50
|
+
margin: 0 !important;
|
|
51
|
+
background-color: $Red_Lighten-1;
|
|
52
|
+
padding: 0 24px;
|
|
53
|
+
line-height: 26px;
|
|
54
|
+
align-self: stretch;
|
|
55
|
+
justify-content: center;
|
|
80
56
|
}
|
|
81
|
-
|
|
82
|
-
.
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
57
|
+
|
|
58
|
+
.q-banner__content {
|
|
59
|
+
padding: 0 !important;
|
|
60
|
+
margin: 20px 32px;
|
|
61
|
+
ul {
|
|
62
|
+
padding: 0;
|
|
63
|
+
margin: 0;
|
|
64
|
+
|
|
65
|
+
li {
|
|
66
|
+
list-style: none;
|
|
67
|
+
font-size: $default-font;
|
|
68
|
+
// NOTE: 현재(2024-02-16) 디자인팀에서 line-height px 단위로 일괄 조절 진행중. 차후 공통으로 % 적용된 부분 일괄 변경 필요.
|
|
69
|
+
line-height: 22px;
|
|
70
|
+
&:before {
|
|
71
|
+
content: '-';
|
|
72
|
+
font-size: $default-font;
|
|
73
|
+
line-height: 22px;
|
|
74
|
+
margin-right: 12px;
|
|
75
|
+
}
|
|
76
|
+
}
|
|
99
77
|
}
|
|
100
78
|
}
|
|
101
79
|
}
|
package/src/components/SChip.vue
CHANGED
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
<script>
|
|
29
29
|
import { defineComponent, ref, watch } from 'vue';
|
|
30
30
|
import { QChip } from 'quasar';
|
|
31
|
-
import { chipRemoveIcon } from '../assets/icons
|
|
31
|
+
import { chipRemoveIcon } from '../assets/icons';
|
|
32
32
|
|
|
33
33
|
export default defineComponent({
|
|
34
34
|
name: 'SChip',
|
package/src/components/SDate.vue
CHANGED
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
// @ts-check
|
|
90
90
|
import { defineComponent, ref, computed, watch } from 'vue';
|
|
91
91
|
import { QInput, QBtn, QDate, QMenu, QIcon, QSeparator, date } from 'quasar';
|
|
92
|
-
import { dateRangeIcon, closeIcon } from '../assets/icons
|
|
92
|
+
import { dateRangeIcon, closeIcon } from '../assets/icons';
|
|
93
93
|
|
|
94
94
|
const locale = {
|
|
95
95
|
ko: {
|
|
@@ -282,7 +282,7 @@
|
|
|
282
282
|
display: none;
|
|
283
283
|
}
|
|
284
284
|
.date-str {
|
|
285
|
-
min-width:
|
|
285
|
+
min-width: 66px;
|
|
286
286
|
line-height: $default-height;
|
|
287
287
|
font-size: $default-font;
|
|
288
288
|
display: block;
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
<script>
|
|
90
90
|
import { defineComponent, ref, watch } from 'vue';
|
|
91
91
|
import { QInput, QBtn, QDate, QMenu, QIcon, date } from 'quasar';
|
|
92
|
-
import { dateRangeIcon, closeIcon } from '../assets/icons
|
|
92
|
+
import { dateRangeIcon, closeIcon } from '../assets/icons';
|
|
93
93
|
|
|
94
94
|
export default defineComponent({
|
|
95
95
|
name: 'SDatePicker',
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
<span v-else class="text-center text-Grey_Darken-4 date-str">{{
|
|
82
82
|
dateValue.from
|
|
83
83
|
}}</span>
|
|
84
|
-
<span class="q-mx-
|
|
84
|
+
<span class="q-mx-sm" style="min-width: 0">~</span>
|
|
85
85
|
<q-input
|
|
86
86
|
v-if="useInput"
|
|
87
87
|
dense
|
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
};
|
|
178
178
|
import { defineComponent, ref, watch } from 'vue';
|
|
179
179
|
import { QInput, QBtn, QDate, QMenu, QIcon, QSeparator, date } from 'quasar';
|
|
180
|
-
import { dateRangeIcon, closeIcon } from '../assets/icons
|
|
180
|
+
import { dateRangeIcon, closeIcon } from '../assets/icons';
|
|
181
181
|
import { useModelBinder } from '../composables/modelBinder';
|
|
182
182
|
|
|
183
183
|
export default defineComponent({
|
|
@@ -405,7 +405,7 @@
|
|
|
405
405
|
display: flex;
|
|
406
406
|
justify-content: center;
|
|
407
407
|
height: $default-content-height;
|
|
408
|
-
margin-left:
|
|
408
|
+
margin-left: 12px;
|
|
409
409
|
margin-right: 16px;
|
|
410
410
|
|
|
411
411
|
.q-field__native {
|
|
@@ -435,7 +435,7 @@
|
|
|
435
435
|
.inner-input {
|
|
436
436
|
> .q-field__inner {
|
|
437
437
|
> .q-field__control {
|
|
438
|
-
width:
|
|
438
|
+
width: 70px;
|
|
439
439
|
padding: 0px !important;
|
|
440
440
|
|
|
441
441
|
&::before,
|
|
@@ -455,7 +455,7 @@
|
|
|
455
455
|
}
|
|
456
456
|
|
|
457
457
|
.date-str {
|
|
458
|
-
width:
|
|
458
|
+
width: 70px;
|
|
459
459
|
line-height: $default-content-height;
|
|
460
460
|
justify-content: center;
|
|
461
461
|
}
|
|
@@ -499,7 +499,7 @@
|
|
|
499
499
|
|
|
500
500
|
> span {
|
|
501
501
|
display: inline-flex;
|
|
502
|
-
min-width:
|
|
502
|
+
min-width: 70px;
|
|
503
503
|
font-size: 12px !important;
|
|
504
504
|
}
|
|
505
505
|
}
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
<script>
|
|
44
44
|
import { QBtn, QItem, QItemLabel, QItemSection, QMenu } from 'quasar';
|
|
45
45
|
import { defineComponent, ref } from 'vue';
|
|
46
|
-
import { arrowDownIcon } from '../assets/icons
|
|
46
|
+
import { arrowDownIcon } from '../assets/icons';
|
|
47
47
|
|
|
48
48
|
export default defineComponent({
|
|
49
49
|
name: 'SDropdown',
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
<script>
|
|
36
36
|
import { defineComponent, ref, computed } from 'vue';
|
|
37
37
|
import { QFile, QIcon } from 'quasar';
|
|
38
|
-
import { attachFileIcon, closeIcon } from '../assets/icons
|
|
38
|
+
import { attachFileIcon, closeIcon } from '../assets/icons';
|
|
39
39
|
|
|
40
40
|
export default defineComponent({
|
|
41
41
|
name: 'SFilePicker',
|
package/src/components/SHelp.vue
CHANGED
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
<script>
|
|
41
41
|
import { defineComponent, ref } from 'vue';
|
|
42
42
|
import { QBtn, QPopupProxy, QIcon } from 'quasar';
|
|
43
|
-
import { helpOutlineIcon, closeIcon } from '../assets/icons
|
|
43
|
+
import { helpOutlineIcon, closeIcon } from '../assets/icons';
|
|
44
44
|
|
|
45
45
|
export default defineComponent({
|
|
46
46
|
name: 'SHelp',
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
<script>
|
|
39
39
|
import { QBtn, QInput } from 'quasar';
|
|
40
40
|
import { defineComponent, ref, watch } from 'vue';
|
|
41
|
-
import { minusIcon, plusIcon } from '../assets/icons
|
|
41
|
+
import { minusIcon, plusIcon } from '../assets/icons';
|
|
42
42
|
|
|
43
43
|
export default defineComponent({
|
|
44
44
|
name: 'SInputNumber',
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
<script>
|
|
69
69
|
import { computed, defineComponent, ref, watch } from 'vue';
|
|
70
70
|
import { QSelect, QItem, QItemSection, QItemLabel } from 'quasar';
|
|
71
|
-
import { selectDownArrowIcon } from '../assets/icons
|
|
71
|
+
import { selectDownArrowIcon } from '../assets/icons';
|
|
72
72
|
|
|
73
73
|
export default defineComponent({
|
|
74
74
|
name: 'SSelect',
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
<script>
|
|
52
52
|
import { defineComponent, onBeforeMount, ref, nextTick, watch } from 'vue';
|
|
53
53
|
import { QSelect, QItem, QItemSection, QImg } from 'quasar';
|
|
54
|
-
import { selectDownArrowIcon } from '../assets/icons
|
|
54
|
+
import { selectDownArrowIcon } from '../assets/icons';
|
|
55
55
|
|
|
56
56
|
export default defineComponent({
|
|
57
57
|
name: 'SSelectCheckbox',
|
|
@@ -75,7 +75,7 @@ import { defineComponent, ref, watch, computed } from 'vue';
|
|
|
75
75
|
import {
|
|
76
76
|
QSelect, QItem, QItemSection, QIcon,
|
|
77
77
|
} from 'quasar';
|
|
78
|
-
import { selectDownArrowIcon } from '../assets/icons
|
|
78
|
+
import { selectDownArrowIcon } from '../assets/icons';
|
|
79
79
|
|
|
80
80
|
export default defineComponent({
|
|
81
81
|
name: 'SSelectCustom',
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
<script>
|
|
69
69
|
import { defineComponent, onBeforeMount, ref, nextTick, watch } from 'vue';
|
|
70
70
|
import { QSelect, QItem, QItemSection, QImg } from 'quasar';
|
|
71
|
-
import { selectDownArrowIcon } from '../assets/icons
|
|
71
|
+
import { selectDownArrowIcon } from '../assets/icons';
|
|
72
72
|
|
|
73
73
|
export default defineComponent({
|
|
74
74
|
name: 'SSelectGroupCheckbox',
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
<script>
|
|
70
70
|
import { defineComponent, ref } from 'vue';
|
|
71
71
|
import { QSelect, QItem, debounce } from 'quasar';
|
|
72
|
-
import { selectDownArrowIcon, searchIcon } from '../assets/icons
|
|
72
|
+
import { selectDownArrowIcon, searchIcon } from '../assets/icons';
|
|
73
73
|
import SelectItem from './SelelctItem.vue';
|
|
74
74
|
|
|
75
75
|
export default defineComponent({
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
<script>
|
|
56
56
|
import { defineComponent, ref, watch, nextTick } from 'vue';
|
|
57
57
|
import { QIcon, QSelect, QItem, QItemSection, QItemLabel } from 'quasar';
|
|
58
|
-
import { searchIcon } from '../assets/icons
|
|
58
|
+
import { searchIcon } from '../assets/icons';
|
|
59
59
|
import SInput from './SInput.vue';
|
|
60
60
|
|
|
61
61
|
export default defineComponent({
|
|
@@ -106,7 +106,7 @@ QIcon, QImg, QItem, QItemSection, QSelect, debounce,
|
|
|
106
106
|
import {
|
|
107
107
|
defineComponent, nextTick, onBeforeMount, ref, watch,
|
|
108
108
|
} from 'vue';
|
|
109
|
-
import { searchIcon, selectDownArrowIcon } from '../assets/icons
|
|
109
|
+
import { searchIcon, selectDownArrowIcon } from '../assets/icons';
|
|
110
110
|
|
|
111
111
|
export default defineComponent({
|
|
112
112
|
name: 'SSelectSearchCheckbox',
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
/>
|
|
25
25
|
</q-menu>
|
|
26
26
|
</span>
|
|
27
|
-
<span class="q-mx-
|
|
27
|
+
<span class="q-mx-sm">~</span>
|
|
28
28
|
<span class="cursor-pointer">
|
|
29
29
|
{{ timeFormat(model.to) }}
|
|
30
30
|
<q-menu v-if="!disabled" :offset="[0, 10]" class="time-picker-menu">
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
<script>
|
|
56
56
|
import { defineComponent, ref } from 'vue';
|
|
57
57
|
import { QIcon, QMenu, date } from 'quasar';
|
|
58
|
-
import { clockIcon } from '../assets/icons
|
|
58
|
+
import { clockIcon } from '../assets/icons';
|
|
59
59
|
import TimePickerCard from './TimePickerCard.vue';
|
|
60
60
|
|
|
61
61
|
export default defineComponent({
|
|
@@ -70,7 +70,7 @@ import { defineComponent, ref } from 'vue';
|
|
|
70
70
|
import {
|
|
71
71
|
QTooltip, QBtn, QMenu, QIcon,
|
|
72
72
|
} from 'quasar';
|
|
73
|
-
import { closeIcon } from '../assets/icons
|
|
73
|
+
import { closeIcon } from '../assets/icons';
|
|
74
74
|
|
|
75
75
|
export default defineComponent({
|
|
76
76
|
name: 'STooptip',
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
@click="onClickDown('hh')"
|
|
48
48
|
/>
|
|
49
49
|
</div>
|
|
50
|
-
<div class="q-mx-
|
|
50
|
+
<div class="q-mx-sm">:</div>
|
|
51
51
|
<div class="flex column flex-center">
|
|
52
52
|
<s-button
|
|
53
53
|
flat
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
@click="onClickDown('mm')"
|
|
79
79
|
/>
|
|
80
80
|
</div>
|
|
81
|
-
<div class="q-mx-
|
|
81
|
+
<div class="q-mx-sm" v-if="useSecond">:</div>
|
|
82
82
|
<div class="flex column flex-center" v-if="useSecond">
|
|
83
83
|
<s-button
|
|
84
84
|
flat
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { computed, ref, watch } from 'vue';
|
|
2
2
|
import { copyToClipboard } from 'quasar';
|
|
3
|
-
import { editIcon } from '../../assets/icons
|
|
3
|
+
import { editIcon } from '../../assets/icons';
|
|
4
4
|
|
|
5
5
|
export function useNavigator(props, attrs, emit) {
|
|
6
6
|
const focusedModel = ref(props.focused || {});
|
package/src/css/app.scss
CHANGED
|
@@ -2,6 +2,22 @@
|
|
|
2
2
|
@import './quasar.variables.scss';
|
|
3
3
|
@import './default.scss';
|
|
4
4
|
|
|
5
|
+
/*
|
|
6
|
+
Copyright (c) 2021 Kil Hyung-jin, with Reserved Font Name Pretendard.
|
|
7
|
+
https://github.com/orioncactus/pretendard
|
|
8
|
+
|
|
9
|
+
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
|
10
|
+
This license is copied below, and is also available with a FAQ at:
|
|
11
|
+
http://scripts.sil.org/OFL
|
|
12
|
+
*/
|
|
13
|
+
|
|
14
|
+
@font-face {
|
|
15
|
+
font-family: 'Pretendard';
|
|
16
|
+
src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
|
|
17
|
+
font-weight: 400;
|
|
18
|
+
font-style: normal;
|
|
19
|
+
}
|
|
20
|
+
|
|
5
21
|
.q-field {
|
|
6
22
|
font-size: $body-font-size;
|
|
7
23
|
&--outlined {
|
package/src/css/default.scss
CHANGED
|
Binary file
|