@mptw/skylens-ui 1.5.9 → 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.
Files changed (81) hide show
  1. package/app/assets/css/layout.css +1 -1
  2. package/app/components/SLAlertModal.vue +1 -1
  3. package/app/components/SLBreadcrumbs.vue +1 -1
  4. package/app/components/SLButton.vue +1 -1
  5. package/app/components/SLCalendarButton.vue +4 -4
  6. package/app/components/SLCalendarPopup.vue +4 -4
  7. package/app/components/SLCard.vue +1 -1
  8. package/app/components/SLChart.vue +1 -1
  9. package/app/components/SLCheckbox.vue +3 -3
  10. package/app/components/SLCircleButton.vue +1 -1
  11. package/app/components/SLCollapsableBlock.vue +1 -1
  12. package/app/components/SLCollapsableMulitPillSelect.vue +2 -2
  13. package/app/components/SLConfirmModal.vue +1 -1
  14. package/app/components/SLContextMenu.vue +4 -3
  15. package/app/components/SLDateInput.vue +2 -2
  16. package/app/components/SLDatePicker.vue +2 -2
  17. package/app/components/SLDownloadButton.vue +5 -4
  18. package/app/components/SLDropdown.vue +1 -1
  19. package/app/components/SLDropdownItem.vue +1 -1
  20. package/app/components/SLElementWithTitle.vue +1 -1
  21. package/app/components/SLEyeCheckbox.vue +2 -2
  22. package/app/components/SLFileInput.vue +2 -2
  23. package/app/components/SLGenderAgeSelect.vue +2 -2
  24. package/app/components/SLHourRangeInput.vue +2 -2
  25. package/app/components/SLIOSSwitch.vue +2 -2
  26. package/app/components/SLIconButton.vue +1 -1
  27. package/app/components/SLInfoTip.vue +1 -1
  28. package/app/components/SLInsightSitePage.vue +1 -1
  29. package/app/components/SLLegend.vue +2 -2
  30. package/app/components/SLLinearProgressBar.vue +1 -1
  31. package/app/components/SLLink.vue +1 -1
  32. package/app/components/SLLoading.vue +1 -1
  33. package/app/components/SLMapChart.vue +1 -1
  34. package/app/components/SLModal.vue +1 -1
  35. package/app/components/SLMonthCalendarButton.vue +2 -2
  36. package/app/components/SLMonthPicker.vue +1 -1
  37. package/app/components/SLMultiEmailInput.vue +2 -2
  38. package/app/components/SLMultiSelect.vue +2 -2
  39. package/app/components/SLNoData.vue +2 -2
  40. package/app/components/SLNotification.vue +1 -1
  41. package/app/components/SLPageModal.vue +1 -1
  42. package/app/components/SLPagination.vue +1 -1
  43. package/app/components/SLPillCheckbox.vue +2 -2
  44. package/app/components/SLPillLabel.vue +1 -1
  45. package/app/components/SLPopupMenuButton.vue +2 -2
  46. package/app/components/SLProfileButton.vue +1 -1
  47. package/app/components/SLProjectShareItem.vue +2 -2
  48. package/app/components/SLRadioButton.vue +2 -2
  49. package/app/components/SLRadioButtonGroup.vue +2 -2
  50. package/app/components/SLRadioGroup.vue +3 -3
  51. package/app/components/SLRangeInput.vue +1 -1
  52. package/app/components/SLRightSider.vue +1 -1
  53. package/app/components/SLSearchInput.vue +1 -1
  54. package/app/components/SLSelect.vue +3 -3
  55. package/app/components/SLSelectAllToggle.vue +1 -1
  56. package/app/components/SLSidebarNav.vue +7 -7
  57. package/app/components/SLSidebarNavGroupItem.vue +2 -2
  58. package/app/components/SLSidebarNavGroupItemSection.vue +2 -2
  59. package/app/components/SLSidebarNavLinkItem.vue +2 -5
  60. package/app/components/SLSidebarNavSectionItem.vue +2 -2
  61. package/app/components/SLSitePage.vue +1 -1
  62. package/app/components/SLSkyInsightSitePage.vue +1 -1
  63. package/app/components/SLSortByDropdown.vue +2 -2
  64. package/app/components/SLSpinIcon.vue +1 -1
  65. package/app/components/SLStayRangeInput.vue +3 -3
  66. package/app/components/SLTable.vue +3 -3
  67. package/app/components/SLTableTooltip.vue +4 -4
  68. package/app/components/SLTabs.vue +1 -1
  69. package/app/components/SLTextInput.vue +2 -2
  70. package/app/components/SLTextarea.vue +2 -2
  71. package/app/components/SLToast.vue +1 -1
  72. package/app/components/SLToggleButton.vue +1 -1
  73. package/app/components/SLTwoLayerMultiSelect.vue +1 -1
  74. package/app/components/SLTwoLayerSelect.vue +1 -1
  75. package/app/components/SLTwoLayerSingleSelect.vue +1 -1
  76. package/app/components/SLWarnModal.vue +1 -1
  77. package/app/interface/IOrganization.ts +4 -4
  78. package/app/models/DateRange.ts +5 -5
  79. package/app/utils/index.ts +4 -3
  80. package/nuxt.config.ts +9 -5
  81. package/package.json +4 -2
@@ -1,4 +1,4 @@
1
- @reference 'ui/app/assets/css/main.css';
1
+ @reference '~app/assets/css/main.css';
2
2
 
3
3
  @layer base {
4
4
  body {
@@ -75,7 +75,7 @@ export default defineComponent({
75
75
  </script>
76
76
 
77
77
  <style>
78
- @reference 'ui/app/assets/css/main.css';
78
+ @reference '~app/assets/css/main.css';
79
79
 
80
80
  .alert-modal {
81
81
  @apply z-60;
@@ -30,7 +30,7 @@ export default defineComponent({
30
30
  </script>
31
31
 
32
32
  <style>
33
- @reference 'ui/app/assets/css/main.css';
33
+ @reference '~app/assets/css/main.css';
34
34
 
35
35
  .breadcrumbs {
36
36
  @apply flex flex-wrap items-center justify-start text-lg text-primary font-bold;
@@ -116,7 +116,7 @@ export default defineComponent({
116
116
  </script>
117
117
 
118
118
  <style>
119
- @reference 'ui/app/assets/css/main.css';
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 "ui/app/models/DateRange";
44
- import type IDateRange from "ui/app/interface/IDateRange";
45
- import { OnlineSourceType } from "ui/app/interface/IWeb";
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 'ui/app/assets/css/main.css';
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 "ui/app/utils";
125
- import type IDateRange from "ui/app/interface/IDateRange";
126
- import { OnlineSourceType } from "ui/app/interface/IWeb";
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 'ui/app/assets/css/main.css';
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;
@@ -63,7 +63,7 @@ export default defineComponent({
63
63
  </script>
64
64
 
65
65
  <style>
66
- @reference 'ui/app/assets/css/main.css';
66
+ @reference '~app/assets/css/main.css';
67
67
 
68
68
  .tabs .tabs .card {
69
69
  @apply border-0 rounded-none shadow-none;
@@ -188,7 +188,7 @@ export default defineComponent({
188
188
  </script>
189
189
 
190
190
  <style>
191
- @reference 'ui/app/assets/css/main.css';
191
+ @reference '~app/assets/css/main.css';
192
192
 
193
193
  .chart {
194
194
  @apply flex w-full h-52 min-h-52 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 "ui/app/interface/IInputOption";
20
- import { getUID } from "ui/app/utils";
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 'ui/app/assets/css/main.css';
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 'ui/app/assets/css/main.css';
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;
@@ -96,7 +96,7 @@ export default defineComponent({
96
96
  </script>
97
97
 
98
98
  <style>
99
- @reference 'ui/app/assets/css/main.css';
99
+ @reference '~app/assets/css/main.css';
100
100
 
101
101
  .sl-collapsable-block {
102
102
  @apply p-3.75 border border-secondary-400 rounded-lg;
@@ -23,7 +23,7 @@
23
23
 
24
24
  <script lang="ts">
25
25
  import type { PropType } from "vue";
26
- import type IInputOption from "ui/app/interface/IInputOption";
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 'ui/app/assets/css/main.css';
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;
@@ -113,7 +113,7 @@ export default defineComponent({
113
113
  </script>
114
114
 
115
115
  <style>
116
- @reference 'ui/app/assets/css/main.css';
116
+ @reference '~app/assets/css/main.css';
117
117
 
118
118
  .confirm-modal .modal-backdrop {
119
119
  @apply bg-white/40 backdrop-blur-[5px];
@@ -19,9 +19,10 @@
19
19
 
20
20
  <script lang="ts">
21
21
  import { fromEvent, type Subscription } from "rxjs";
22
- import type IDateRange from "ui/app/interface/IDateRange";
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 'ui/app/assets/css/main.css';
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 "ui/app/interface/IDateRange";
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 'ui/app/assets/css/main.css';
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 "ui/app/interface/IDateRange";
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 'ui/app/assets/css/main.css';
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 "ui/app/utils";
35
- import type IDateRange from "ui/app/interface/IDateRange";
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 'ui/app/assets/css/main.css';
277
+ @reference '~app/assets/css/main.css';
277
278
 
278
279
  .download-button {
279
280
  @apply inline-block;
@@ -241,7 +241,7 @@ export default defineComponent({
241
241
  </script>
242
242
 
243
243
  <style>
244
- @reference 'ui/app/assets/css/main.css';
244
+ @reference '~app/assets/css/main.css';
245
245
 
246
246
  .dropdown {
247
247
  @apply inline-block relative;
@@ -23,7 +23,7 @@ export default defineComponent({
23
23
  </script>
24
24
 
25
25
  <style>
26
- @reference 'ui/app/assets/css/main.css';
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;
@@ -170,7 +170,7 @@ export default defineComponent({
170
170
  </script>
171
171
 
172
172
  <style>
173
- @reference 'ui/app/assets/css/main.css';
173
+ @reference '~app/assets/css/main.css';
174
174
 
175
175
  .element-with-title {
176
176
  @apply inline-flex;
@@ -18,7 +18,7 @@
18
18
 
19
19
  <script lang="ts">
20
20
  import { isEqual } from "lodash-es";
21
- import { getUID } from "ui/app/utils";
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 'ui/app/assets/css/main.css';
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 "ui/app/utils";
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 'ui/app/assets/css/main.css';
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 "ui/app/utils/constants";
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 'ui/app/assets/css/main.css';
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 "ui/app/interface/IHourRange";
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 'ui/app/assets/css/main.css';
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 "ui/app/utils";
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 'ui/app/assets/css/main.css';
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 'ui/app/assets/css/main.css';
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 'ui/app/assets/css/main.css';
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;
@@ -16,7 +16,7 @@ export default {
16
16
  </script>
17
17
 
18
18
  <style>
19
- @reference 'ui/app/assets/css/main.css';
19
+ @reference '~app/assets/css/main.css';
20
20
 
21
21
  .insight-site-page {
22
22
  @apply grow flex flex-col;
@@ -24,7 +24,7 @@
24
24
 
25
25
  <script lang="ts">
26
26
  import type { PropType } from "vue";
27
- import type ILegendItem from "ui/app/interface/ILegendItem";
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 'ui/app/assets/css/main.css';
62
+ @reference '~app/assets/css/main.css';
63
63
 
64
64
  .chart-legend {
65
65
  @apply text-center;
@@ -10,7 +10,7 @@ export default defineComponent({
10
10
  </script>
11
11
 
12
12
  <style scoped>
13
- @reference 'ui/app/assets/css/main.css';
13
+ @reference '~app/assets/css/main.css';
14
14
 
15
15
  .linear-progress-bar {
16
16
  @apply w-full h-2 bg-[#D3D3D3] rounded-[1px] overflow-hidden;
@@ -150,7 +150,7 @@ export default defineComponent({
150
150
  </script>
151
151
 
152
152
  <style>
153
- @reference 'ui/app/assets/css/main.css';
153
+ @reference '~app/assets/css/main.css';
154
154
 
155
155
  .sl-link * {
156
156
  @apply pointer-events-none;
@@ -86,7 +86,7 @@ export default defineComponent({
86
86
  </script>
87
87
 
88
88
  <style>
89
- @reference 'ui/app/assets/css/main.css';
89
+ @reference '~app/assets/css/main.css';
90
90
 
91
91
  .loading-modal {
92
92
  @apply z-10;
@@ -166,7 +166,7 @@ export default defineComponent({
166
166
  </script>
167
167
 
168
168
  <style scoped>
169
- @reference 'ui/app/assets/css/main.css';
169
+ @reference '~app/assets/css/main.css';
170
170
 
171
171
  .map-chart {
172
172
  @apply h-52;
@@ -289,7 +289,7 @@ export default defineComponent({
289
289
  </script>
290
290
 
291
291
  <style scoped>
292
- @reference 'ui/app/assets/css/main.css';
292
+ @reference '~app/assets/css/main.css';
293
293
 
294
294
  .modal {
295
295
  @apply z-50 fixed top-0 left-0 w-full h-full overflow-hidden;
@@ -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 "ui/app/utils";
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 'ui/app/assets/css/main.css';
334
+ @reference '~app/assets/css/main.css';
335
335
 
336
336
  .month-calendar-button {
337
337
  @apply inline-flex;
@@ -106,7 +106,7 @@ export default defineComponent({
106
106
  </script>
107
107
 
108
108
  <style scoped>
109
- @reference 'ui/app/assets/css/main.css';
109
+ @reference '~app/assets/css/main.css';
110
110
 
111
111
  .month-picker {
112
112
  @apply w-47.5 space-y-4;
@@ -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 "ui/app/interface/IOrganization";
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 'ui/app/assets/css/main.css';
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 "ui/app/interface/IInputOption";
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 'ui/app/assets/css/main.css';
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="~ui/app/assets/images/commons/empty-box.png")
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 'ui/app/assets/css/main.css';
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 'ui/app/assets/css/main.css';
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;
@@ -51,7 +51,7 @@ export default defineComponent({
51
51
  </script>
52
52
 
53
53
  <style>
54
- @reference 'ui/app/assets/css/main.css';
54
+ @reference '~app/assets/css/main.css';
55
55
 
56
56
  .page-modal-backdrop {
57
57
  @apply fixed top-0 left-0 w-full h-full bg-white/70 backdrop-blur-[8px];
@@ -144,7 +144,7 @@ export default defineComponent({
144
144
  </script>
145
145
 
146
146
  <style>
147
- @reference 'ui/app/assets/css/main.css';
147
+ @reference '~app/assets/css/main.css';
148
148
 
149
149
  .pagination {
150
150
  @apply flex items-center justify-end;
@@ -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 "ui/app/utils";
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 'ui/app/assets/css/main.css';
143
+ @reference '~app/assets/css/main.css';
144
144
 
145
145
  .pill-checkbox {
146
146
  @apply inline-block relative;
@@ -63,7 +63,7 @@ export default defineComponent({
63
63
  </script>
64
64
 
65
65
  <style>
66
- @reference 'ui/app/assets/css/main.css';
66
+ @reference '~app/assets/css/main.css';
67
67
 
68
68
  .pill-label {
69
69
  @apply inline-flex justify-center items-center relative px-1.75 py-0.75;