@mptw/skylens-ui 1.5.10 → 1.5.11
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/app/assets/css/layout.css +1 -1
- package/app/components/SLAlertModal.vue +1 -1
- package/app/components/SLBreadcrumbs.vue +1 -1
- package/app/components/SLButton.vue +1 -1
- package/app/components/SLCalendarButton.vue +4 -4
- package/app/components/SLCalendarPopup.vue +4 -4
- package/app/components/SLCard.vue +1 -1
- package/app/components/SLChart.vue +1 -1
- package/app/components/SLCheckbox.vue +3 -3
- package/app/components/SLCircleButton.vue +1 -1
- package/app/components/SLCollapsableBlock.vue +1 -1
- package/app/components/SLCollapsableMulitPillSelect.vue +2 -2
- package/app/components/SLConfirmModal.vue +1 -1
- package/app/components/SLContextMenu.vue +4 -3
- package/app/components/SLDateInput.vue +2 -2
- package/app/components/SLDatePicker.vue +2 -2
- package/app/components/SLDownloadButton.vue +5 -4
- package/app/components/SLDropdown.vue +1 -1
- package/app/components/SLDropdownItem.vue +1 -1
- package/app/components/SLElementWithTitle.vue +1 -1
- package/app/components/SLEyeCheckbox.vue +2 -2
- package/app/components/SLFileInput.vue +2 -2
- package/app/components/SLGenderAgeSelect.vue +2 -2
- package/app/components/SLHourRangeInput.vue +2 -2
- package/app/components/SLIOSSwitch.vue +2 -2
- package/app/components/SLIconButton.vue +1 -1
- package/app/components/SLInfoTip.vue +1 -1
- package/app/components/SLInsightSitePage.vue +1 -1
- package/app/components/SLLegend.vue +2 -2
- package/app/components/SLLinearProgressBar.vue +1 -1
- package/app/components/SLLink.vue +1 -1
- package/app/components/SLLoading.vue +1 -1
- package/app/components/SLMapChart.vue +1 -1
- package/app/components/SLModal.vue +1 -1
- package/app/components/SLMonthCalendarButton.vue +2 -2
- package/app/components/SLMonthPicker.vue +1 -1
- package/app/components/SLMultiEmailInput.vue +2 -2
- package/app/components/SLMultiSelect.vue +2 -2
- package/app/components/SLNoData.vue +2 -2
- package/app/components/SLNotification.vue +1 -1
- package/app/components/SLPageModal.vue +1 -1
- package/app/components/SLPagination.vue +1 -1
- package/app/components/SLPillCheckbox.vue +2 -2
- package/app/components/SLPillLabel.vue +1 -1
- package/app/components/SLPopupMenuButton.vue +2 -2
- package/app/components/SLProfileButton.vue +1 -1
- package/app/components/SLProjectShareItem.vue +2 -2
- package/app/components/SLRadioButton.vue +2 -2
- package/app/components/SLRadioButtonGroup.vue +2 -2
- package/app/components/SLRadioGroup.vue +3 -3
- package/app/components/SLRangeInput.vue +1 -1
- package/app/components/SLRightSider.vue +1 -1
- package/app/components/SLSearchInput.vue +1 -1
- package/app/components/SLSelect.vue +3 -3
- package/app/components/SLSelectAllToggle.vue +1 -1
- package/app/components/SLSidebarNav.vue +7 -7
- package/app/components/SLSidebarNavGroupItem.vue +2 -2
- package/app/components/SLSidebarNavGroupItemSection.vue +2 -2
- package/app/components/SLSidebarNavLinkItem.vue +2 -5
- package/app/components/SLSidebarNavSectionItem.vue +2 -2
- package/app/components/SLSitePage.vue +1 -1
- package/app/components/SLSkyInsightSitePage.vue +1 -1
- package/app/components/SLSortByDropdown.vue +2 -2
- package/app/components/SLSpinIcon.vue +1 -1
- package/app/components/SLStayRangeInput.vue +3 -3
- package/app/components/SLTable.vue +3 -3
- package/app/components/SLTableTooltip.vue +4 -4
- package/app/components/SLTabs.vue +1 -1
- package/app/components/SLTextInput.vue +2 -2
- package/app/components/SLTextarea.vue +2 -2
- package/app/components/SLToast.vue +1 -1
- package/app/components/SLToggleButton.vue +1 -1
- package/app/components/SLTwoLayerMultiSelect.vue +1 -1
- package/app/components/SLTwoLayerSelect.vue +1 -1
- package/app/components/SLTwoLayerSingleSelect.vue +1 -1
- package/app/components/SLWarnModal.vue +1 -1
- package/app/interface/IOrganization.ts +4 -4
- package/app/models/DateRange.ts +5 -5
- package/app/utils/index.ts +4 -3
- package/nuxt.config.ts +9 -5
- package/package.json +1 -1
|
@@ -116,7 +116,7 @@ export default defineComponent({
|
|
|
116
116
|
</script>
|
|
117
117
|
|
|
118
118
|
<style>
|
|
119
|
-
@reference '
|
|
119
|
+
@reference '~app/assets/css/main.css';
|
|
120
120
|
|
|
121
121
|
.btn {
|
|
122
122
|
@apply relative inline-flex items-center justify-center p-1.75 border border-transparent rounded bg-transparent text-base leading-[1.3125] focus:outline-none;
|
|
@@ -40,9 +40,9 @@ import { fromEvent } from "rxjs";
|
|
|
40
40
|
import { differenceInCalendarDays, subDays } from "date-fns";
|
|
41
41
|
import { createPopper } from "@popperjs/core";
|
|
42
42
|
import type { Placement } from "@popperjs/core";
|
|
43
|
-
import DateRange from "
|
|
44
|
-
import type IDateRange from "
|
|
45
|
-
import { OnlineSourceType } from "
|
|
43
|
+
import DateRange from "~app/models/DateRange";
|
|
44
|
+
import type IDateRange from "~app/interface/IDateRange";
|
|
45
|
+
import { OnlineSourceType } from "~app/interface/IWeb";
|
|
46
46
|
|
|
47
47
|
type SLCalendarPopupType = InstanceType<typeof SLCalendarPopup>;
|
|
48
48
|
|
|
@@ -241,7 +241,7 @@ export default defineComponent({
|
|
|
241
241
|
</script>
|
|
242
242
|
|
|
243
243
|
<style scoped>
|
|
244
|
-
@reference '
|
|
244
|
+
@reference '~app/assets/css/main.css';
|
|
245
245
|
|
|
246
246
|
.calendar-button {
|
|
247
247
|
@apply inline-block;
|
|
@@ -121,9 +121,9 @@ import {
|
|
|
121
121
|
isPreviousDateRange,
|
|
122
122
|
previousDateRange,
|
|
123
123
|
isValidDate,
|
|
124
|
-
} from "
|
|
125
|
-
import type IDateRange from "
|
|
126
|
-
import { OnlineSourceType } from "
|
|
124
|
+
} from "~app/utils";
|
|
125
|
+
import type IDateRange from "~app/interface/IDateRange";
|
|
126
|
+
import { OnlineSourceType } from "~app/interface/IWeb";
|
|
127
127
|
|
|
128
128
|
const DateStringRegexp = /[0-9]{4}\/[0-9]{2}\/[0-9]{2}/;
|
|
129
129
|
|
|
@@ -774,7 +774,7 @@ export default defineComponent({
|
|
|
774
774
|
</script>
|
|
775
775
|
|
|
776
776
|
<style>
|
|
777
|
-
@reference '
|
|
777
|
+
@reference '~app/assets/css/main.css';
|
|
778
778
|
|
|
779
779
|
.calendar-popup {
|
|
780
780
|
@apply w-auto py-4 border border-primary-100 rounded-lg bg-white shadow-md overflow-hidden;
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
|
|
17
17
|
<script lang="ts">
|
|
18
18
|
import { isEqual } from "lodash-es";
|
|
19
|
-
import type IInputOption from "
|
|
20
|
-
import { getUID } from "
|
|
19
|
+
import type IInputOption from "~app/interface/IInputOption";
|
|
20
|
+
import { getUID } from "~app/utils";
|
|
21
21
|
|
|
22
22
|
export default defineComponent({
|
|
23
23
|
name: "SLCheckbox",
|
|
@@ -181,7 +181,7 @@ export default defineComponent({
|
|
|
181
181
|
</script>
|
|
182
182
|
|
|
183
183
|
<style>
|
|
184
|
-
@reference '
|
|
184
|
+
@reference '~app/assets/css/main.css';
|
|
185
185
|
|
|
186
186
|
.checkbox {
|
|
187
187
|
@apply inline-flex relative text-base align-top overflow-hidden;
|
|
@@ -72,7 +72,7 @@ export default defineComponent({
|
|
|
72
72
|
</script>
|
|
73
73
|
|
|
74
74
|
<style>
|
|
75
|
-
@reference '
|
|
75
|
+
@reference '~app/assets/css/main.css';
|
|
76
76
|
|
|
77
77
|
.circle-button {
|
|
78
78
|
@apply inline-flex items-center justify-center relative w-10 h-10 rounded-full bg-white text-xl leading-5.75 text-white;
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
|
|
24
24
|
<script lang="ts">
|
|
25
25
|
import type { PropType } from "vue";
|
|
26
|
-
import type IInputOption from "
|
|
26
|
+
import type IInputOption from "~app/interface/IInputOption";
|
|
27
27
|
|
|
28
28
|
export default defineComponent({
|
|
29
29
|
name: "SLCollapsableMultiPillSelect",
|
|
@@ -73,7 +73,7 @@ export default defineComponent({
|
|
|
73
73
|
</script>
|
|
74
74
|
|
|
75
75
|
<style>
|
|
76
|
-
@reference '
|
|
76
|
+
@reference '~app/assets/css/main.css';
|
|
77
77
|
|
|
78
78
|
.collapsable-multi-pill-select .toggle-button {
|
|
79
79
|
@apply inline-flex items-center justify-between w-80 p-2 mb-2 border border-primary-500 rounded text-base text-pgray-2;
|
|
@@ -19,9 +19,10 @@
|
|
|
19
19
|
|
|
20
20
|
<script lang="ts">
|
|
21
21
|
import { fromEvent, type Subscription } from "rxjs";
|
|
22
|
-
import type IDateRange from "
|
|
22
|
+
import type IDateRange from "~app/interface/IDateRange";
|
|
23
|
+
import WatermarkImage from "~public/assets/images/commons/watermark-2.svg";
|
|
23
24
|
|
|
24
|
-
const WatermarkImage = "/assets/images/commons/watermark-2.svg";
|
|
25
|
+
// const WatermarkImage = "/assets/images/commons/watermark-2.svg";
|
|
25
26
|
const keys = { 37: 1, 38: 1, 30: 1, 40: 1 };
|
|
26
27
|
|
|
27
28
|
function preventDefault(e: Event) {
|
|
@@ -267,7 +268,7 @@ export default defineComponent({
|
|
|
267
268
|
</script>
|
|
268
269
|
|
|
269
270
|
<style scoped>
|
|
270
|
-
@reference '
|
|
271
|
+
@reference '~app/assets/css/main.css';
|
|
271
272
|
|
|
272
273
|
.sl-context-menu-wrapper {
|
|
273
274
|
@apply hidden;
|
|
@@ -70,7 +70,7 @@ import type { PropType } from "vue";
|
|
|
70
70
|
import { DatePicker } from "v-calendar";
|
|
71
71
|
import "v-calendar/style.css";
|
|
72
72
|
import { isDate, differenceInCalendarDays } from "date-fns";
|
|
73
|
-
import type IDateRange from "
|
|
73
|
+
import type IDateRange from "~app/interface/IDateRange";
|
|
74
74
|
|
|
75
75
|
type DatePickerType = InstanceType<typeof DatePicker> & {
|
|
76
76
|
hidePopover: () => void;
|
|
@@ -363,7 +363,7 @@ export default defineComponent({
|
|
|
363
363
|
</script>
|
|
364
364
|
|
|
365
365
|
<style>
|
|
366
|
-
@reference '
|
|
366
|
+
@reference '~app/assets/css/main.css';
|
|
367
367
|
|
|
368
368
|
.date-input.date-input-xs .input-group-prepend {
|
|
369
369
|
@apply pl-2.75 pr-4 rounded-l-lg;
|
|
@@ -29,7 +29,7 @@ import {
|
|
|
29
29
|
max as dateMax,
|
|
30
30
|
isDate,
|
|
31
31
|
} from "date-fns";
|
|
32
|
-
import type IDateRange from "
|
|
32
|
+
import type IDateRange from "~app/interface/IDateRange";
|
|
33
33
|
|
|
34
34
|
type DatePickerType = InstanceType<typeof DatePicker>;
|
|
35
35
|
|
|
@@ -137,7 +137,7 @@ export default defineComponent({
|
|
|
137
137
|
</script>
|
|
138
138
|
|
|
139
139
|
<style>
|
|
140
|
-
@reference '
|
|
140
|
+
@reference '~app/assets/css/main.css';
|
|
141
141
|
|
|
142
142
|
.custom-date-picker .vc-pane-container {
|
|
143
143
|
@apply border-0;
|
|
@@ -31,15 +31,16 @@ import { fromEvent, type Subscription } from "rxjs";
|
|
|
31
31
|
import { createPopper } from "@popperjs/core";
|
|
32
32
|
import type { Instance as PopperInstance, Placement } from "@popperjs/core";
|
|
33
33
|
import ExcelJS from "exceljs";
|
|
34
|
-
import { downloadURL, downloadBlob, gaev, ga4ev } from "
|
|
35
|
-
import type IDateRange from "
|
|
34
|
+
import { downloadURL, downloadBlob, gaev, ga4ev } from "~app/utils";
|
|
35
|
+
import type IDateRange from "~app/interface/IDateRange";
|
|
36
|
+
import WatermarkImage from "~public/assets/images/commons/watermark-2.svg";
|
|
36
37
|
|
|
37
38
|
// http://www.excelcodex.com/2012/06/worksheets-naming-conventions/
|
|
38
39
|
function safeSheetName(name: string) {
|
|
39
40
|
return name.replace(/[\\/*?:[\]]/g, "").substring(0, 31);
|
|
40
41
|
}
|
|
41
42
|
|
|
42
|
-
const WatermarkImage = "/assets/images/commons/watermark-2.svg";
|
|
43
|
+
// const WatermarkImage = "/assets/images/commons/watermark-2.svg";
|
|
43
44
|
|
|
44
45
|
export default defineComponent({
|
|
45
46
|
name: "SLDownloadButton",
|
|
@@ -273,7 +274,7 @@ export default defineComponent({
|
|
|
273
274
|
</script>
|
|
274
275
|
|
|
275
276
|
<style>
|
|
276
|
-
@reference '
|
|
277
|
+
@reference '~app/assets/css/main.css';
|
|
277
278
|
|
|
278
279
|
.download-button {
|
|
279
280
|
@apply inline-block;
|
|
@@ -23,7 +23,7 @@ export default defineComponent({
|
|
|
23
23
|
</script>
|
|
24
24
|
|
|
25
25
|
<style>
|
|
26
|
-
@reference '
|
|
26
|
+
@reference '~app/assets/css/main.css';
|
|
27
27
|
|
|
28
28
|
.dropdown-item {
|
|
29
29
|
@apply block p-2 bg-white text-sm text-primary whitespace-nowrap hover:text-primary hover:bg-primary-50 focus:text-primary focus:bg-primary-50 active:text-primary active:bg-primary-50;
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
|
|
19
19
|
<script lang="ts">
|
|
20
20
|
import { isEqual } from "lodash-es";
|
|
21
|
-
import { getUID } from "
|
|
21
|
+
import { getUID } from "~app/utils";
|
|
22
22
|
|
|
23
23
|
export default defineComponent({
|
|
24
24
|
name: "SLEyeCheckbox",
|
|
@@ -119,7 +119,7 @@ export default defineComponent({
|
|
|
119
119
|
</script>
|
|
120
120
|
|
|
121
121
|
<style>
|
|
122
|
-
@reference '
|
|
122
|
+
@reference '~app/assets/css/main.css';
|
|
123
123
|
|
|
124
124
|
.eye-checkbox {
|
|
125
125
|
@apply inline-block relative text-base align-top overflow-hidden;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
</template>
|
|
14
14
|
|
|
15
15
|
<script lang="ts">
|
|
16
|
-
import { getUID } from "
|
|
16
|
+
import { getUID } from "~app/utils";
|
|
17
17
|
|
|
18
18
|
export default defineComponent({
|
|
19
19
|
name: "SLFileInput",
|
|
@@ -79,7 +79,7 @@ export default defineComponent({
|
|
|
79
79
|
</script>
|
|
80
80
|
|
|
81
81
|
<style>
|
|
82
|
-
@reference '
|
|
82
|
+
@reference '~app/assets/css/main.css';
|
|
83
83
|
|
|
84
84
|
.custom-file-input {
|
|
85
85
|
@apply inline-flex items-center space-x-3.5;
|
|
@@ -42,7 +42,7 @@ import type { PropType } from "vue";
|
|
|
42
42
|
import { fromEvent, type Subscription } from "rxjs";
|
|
43
43
|
import { createPopper } from "@popperjs/core";
|
|
44
44
|
import type { Instance as PopperInstance } from "@popperjs/core";
|
|
45
|
-
import { AGE_RANGE_NAME } from "
|
|
45
|
+
import { AGE_RANGE_NAME } from "~app/utils/constants";
|
|
46
46
|
|
|
47
47
|
export default defineComponent({
|
|
48
48
|
name: "SLGenderAgeSelect",
|
|
@@ -235,7 +235,7 @@ export default defineComponent({
|
|
|
235
235
|
</script>
|
|
236
236
|
|
|
237
237
|
<style>
|
|
238
|
-
@reference '
|
|
238
|
+
@reference '~app/assets/css/main.css';
|
|
239
239
|
|
|
240
240
|
.gender-age-select {
|
|
241
241
|
@apply relative inline-flex;
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
|
|
34
34
|
<script lang="ts">
|
|
35
35
|
import type { PropType } from "vue";
|
|
36
|
-
import type IHourRange from "
|
|
36
|
+
import type IHourRange from "~app/interface/IHourRange";
|
|
37
37
|
|
|
38
38
|
export default defineComponent({
|
|
39
39
|
name: "SLHourRangeInput",
|
|
@@ -167,7 +167,7 @@ export default defineComponent({
|
|
|
167
167
|
</script>
|
|
168
168
|
|
|
169
169
|
<style>
|
|
170
|
-
@reference '
|
|
170
|
+
@reference '~app/assets/css/main.css';
|
|
171
171
|
|
|
172
172
|
.hour-range-input.inline {
|
|
173
173
|
@apply flex;
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
</template>
|
|
17
17
|
|
|
18
18
|
<script lang="ts">
|
|
19
|
-
import { getUID } from "
|
|
19
|
+
import { getUID } from "~app/utils";
|
|
20
20
|
|
|
21
21
|
export default defineComponent({
|
|
22
22
|
name: "SLIOSSwitch",
|
|
@@ -170,7 +170,7 @@ export default defineComponent({
|
|
|
170
170
|
</script>
|
|
171
171
|
|
|
172
172
|
<style>
|
|
173
|
-
@reference '
|
|
173
|
+
@reference '~app/assets/css/main.css';
|
|
174
174
|
|
|
175
175
|
.ios-switch {
|
|
176
176
|
@apply inline-block relative overflow-hidden;
|
|
@@ -100,7 +100,7 @@ export default defineComponent({
|
|
|
100
100
|
</script>
|
|
101
101
|
|
|
102
102
|
<style scoped>
|
|
103
|
-
@reference '
|
|
103
|
+
@reference '~app/assets/css/main.css';
|
|
104
104
|
|
|
105
105
|
.icon-btn {
|
|
106
106
|
@apply inline-flex flex-nowrap justify-start items-center p-[0.59375rem] border rounded-full text-base text-white overflow-hidden transition-[width] duration-300;
|
|
@@ -181,7 +181,7 @@ export default defineComponent({
|
|
|
181
181
|
</script>
|
|
182
182
|
|
|
183
183
|
<style>
|
|
184
|
-
@reference '
|
|
184
|
+
@reference '~app/assets/css/main.css';
|
|
185
185
|
|
|
186
186
|
.info-tip {
|
|
187
187
|
@apply inline-flex ml-2 text-base leading-4.5 text-primary hover:text-primary-600 cursor-default;
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
|
|
25
25
|
<script lang="ts">
|
|
26
26
|
import type { PropType } from "vue";
|
|
27
|
-
import type ILegendItem from "
|
|
27
|
+
import type ILegendItem from "~app/interface/ILegendItem";
|
|
28
28
|
|
|
29
29
|
export default defineComponent({
|
|
30
30
|
name: "SLLegend",
|
|
@@ -59,7 +59,7 @@ export default defineComponent({
|
|
|
59
59
|
</script>
|
|
60
60
|
|
|
61
61
|
<style>
|
|
62
|
-
@reference '
|
|
62
|
+
@reference '~app/assets/css/main.css';
|
|
63
63
|
|
|
64
64
|
.chart-legend {
|
|
65
65
|
@apply text-center;
|
|
@@ -61,7 +61,7 @@ import {
|
|
|
61
61
|
} from "date-fns";
|
|
62
62
|
import { createPopper } from "@popperjs/core";
|
|
63
63
|
import type { Instance as PopperInstance } from "@popperjs/core";
|
|
64
|
-
import { gaev, ga4ev } from "
|
|
64
|
+
import { gaev, ga4ev } from "~app/utils";
|
|
65
65
|
|
|
66
66
|
export default defineComponent({
|
|
67
67
|
name: "SLMonthCalendarButton",
|
|
@@ -331,7 +331,7 @@ export default defineComponent({
|
|
|
331
331
|
</script>
|
|
332
332
|
|
|
333
333
|
<style lang="css" scoped>
|
|
334
|
-
@reference '
|
|
334
|
+
@reference '~app/assets/css/main.css';
|
|
335
335
|
|
|
336
336
|
.month-calendar-button {
|
|
337
337
|
@apply inline-flex;
|
|
@@ -112,7 +112,7 @@ import Swiper from "swiper";
|
|
|
112
112
|
import { FreeMode, Scrollbar, Mousewheel } from "swiper/modules";
|
|
113
113
|
import "swiper/css";
|
|
114
114
|
import "swiper/css/scrollbar";
|
|
115
|
-
import { OrgUserRole } from "
|
|
115
|
+
import { OrgUserRole } from "~app/interface/IOrganization";
|
|
116
116
|
|
|
117
117
|
export default defineComponent({
|
|
118
118
|
name: "SLMultiEmailInput",
|
|
@@ -606,7 +606,7 @@ export default defineComponent({
|
|
|
606
606
|
</script>
|
|
607
607
|
|
|
608
608
|
<style scoped>
|
|
609
|
-
@reference '
|
|
609
|
+
@reference '~app/assets/css/main.css';
|
|
610
610
|
|
|
611
611
|
.multi-email-input {
|
|
612
612
|
@apply flex flex-col;
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
<script lang="ts">
|
|
17
17
|
import type { PropType } from "vue";
|
|
18
18
|
import { isEqual } from "lodash-es";
|
|
19
|
-
import type IInputOption from "
|
|
19
|
+
import type IInputOption from "~app/interface/IInputOption";
|
|
20
20
|
|
|
21
21
|
export default defineComponent({
|
|
22
22
|
name: "SLMultiSelect",
|
|
@@ -86,7 +86,7 @@ export default defineComponent({
|
|
|
86
86
|
</script>
|
|
87
87
|
|
|
88
88
|
<style>
|
|
89
|
-
@reference '
|
|
89
|
+
@reference '~app/assets/css/main.css';
|
|
90
90
|
|
|
91
91
|
.custom-multi-select {
|
|
92
92
|
@apply px-3 py-1 border border-primary-500 rounded;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<template lang="pug">
|
|
2
2
|
.no-data(:class='{ "no-data--sm": size === "sm" }')
|
|
3
|
-
img(src="~
|
|
3
|
+
img(src="~app/assets/images/commons/empty-box.png")
|
|
4
4
|
.no-data-title {{ title }}
|
|
5
5
|
.no-data-reason(v-if='reason') 可能的原因:{{ reason }}
|
|
6
6
|
</template>
|
|
@@ -28,7 +28,7 @@ export default defineComponent({
|
|
|
28
28
|
</script>
|
|
29
29
|
|
|
30
30
|
<style scoped>
|
|
31
|
-
@reference '
|
|
31
|
+
@reference '~app/assets/css/main.css';
|
|
32
32
|
|
|
33
33
|
.no-data {
|
|
34
34
|
@apply flex flex-col items-center w-full py-8 px-4 space-y-3 bg-white rounded-lg;
|
|
@@ -143,7 +143,7 @@ export default defineComponent({
|
|
|
143
143
|
</script>
|
|
144
144
|
|
|
145
145
|
<style lang="css">
|
|
146
|
-
@reference '
|
|
146
|
+
@reference '~app/assets/css/main.css';
|
|
147
147
|
|
|
148
148
|
.notification {
|
|
149
149
|
@apply z-100 fixed top-0 left-0 w-full h-full pointer-events-none;
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
<script lang="ts">
|
|
17
17
|
import type { PropType } from "vue";
|
|
18
18
|
import { isEqual } from "lodash-es";
|
|
19
|
-
import { getUID } from "
|
|
19
|
+
import { getUID } from "~app/utils";
|
|
20
20
|
|
|
21
21
|
export default defineComponent({
|
|
22
22
|
name: "SLPillCheckbox",
|
|
@@ -140,7 +140,7 @@ export default defineComponent({
|
|
|
140
140
|
</script>
|
|
141
141
|
|
|
142
142
|
<style>
|
|
143
|
-
@reference '
|
|
143
|
+
@reference '~app/assets/css/main.css';
|
|
144
144
|
|
|
145
145
|
.pill-checkbox {
|
|
146
146
|
@apply inline-block relative;
|