unika-components 1.0.39 → 1.0.41
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/src/components/UniCalendar/Calendar.vue.d.ts +21 -21
- package/dist/src/components/UniCalendar/UniCalendar.vue.d.ts +6 -6
- package/dist/src/defaultProps.d.ts +4 -4
- package/dist/unika-components.css +81 -81
- package/dist/unika-components.esm.js +33 -33
- package/dist/unika-components.umd.js +33 -33
- package/package.json +1 -1
|
@@ -19,27 +19,27 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19
19
|
type: StringConstructor;
|
|
20
20
|
default: string;
|
|
21
21
|
};
|
|
22
|
-
|
|
22
|
+
backgroundColor: {
|
|
23
23
|
type: StringConstructor;
|
|
24
24
|
default: string;
|
|
25
25
|
};
|
|
26
|
-
|
|
26
|
+
themeColor: {
|
|
27
27
|
type: StringConstructor;
|
|
28
28
|
default: string;
|
|
29
29
|
};
|
|
30
|
-
|
|
30
|
+
borderRadius: {
|
|
31
31
|
type: StringConstructor;
|
|
32
32
|
default: string;
|
|
33
33
|
};
|
|
34
|
-
|
|
34
|
+
borderStyle: {
|
|
35
35
|
type: StringConstructor;
|
|
36
36
|
default: string;
|
|
37
37
|
};
|
|
38
|
-
|
|
38
|
+
borderWidth: {
|
|
39
39
|
type: StringConstructor;
|
|
40
40
|
default: string;
|
|
41
41
|
};
|
|
42
|
-
|
|
42
|
+
dateColor: {
|
|
43
43
|
type: StringConstructor;
|
|
44
44
|
default: string;
|
|
45
45
|
};
|
|
@@ -51,7 +51,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
51
51
|
type: StringConstructor;
|
|
52
52
|
default: string;
|
|
53
53
|
};
|
|
54
|
-
|
|
54
|
+
language: {
|
|
55
55
|
type: StringConstructor;
|
|
56
56
|
default: string;
|
|
57
57
|
};
|
|
@@ -110,27 +110,27 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
110
110
|
type: StringConstructor;
|
|
111
111
|
default: string;
|
|
112
112
|
};
|
|
113
|
-
|
|
113
|
+
backgroundColor: {
|
|
114
114
|
type: StringConstructor;
|
|
115
115
|
default: string;
|
|
116
116
|
};
|
|
117
|
-
|
|
117
|
+
themeColor: {
|
|
118
118
|
type: StringConstructor;
|
|
119
119
|
default: string;
|
|
120
120
|
};
|
|
121
|
-
|
|
121
|
+
borderRadius: {
|
|
122
122
|
type: StringConstructor;
|
|
123
123
|
default: string;
|
|
124
124
|
};
|
|
125
|
-
|
|
125
|
+
borderStyle: {
|
|
126
126
|
type: StringConstructor;
|
|
127
127
|
default: string;
|
|
128
128
|
};
|
|
129
|
-
|
|
129
|
+
borderWidth: {
|
|
130
130
|
type: StringConstructor;
|
|
131
131
|
default: string;
|
|
132
132
|
};
|
|
133
|
-
|
|
133
|
+
dateColor: {
|
|
134
134
|
type: StringConstructor;
|
|
135
135
|
default: string;
|
|
136
136
|
};
|
|
@@ -142,7 +142,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
142
142
|
type: StringConstructor;
|
|
143
143
|
default: string;
|
|
144
144
|
};
|
|
145
|
-
|
|
145
|
+
language: {
|
|
146
146
|
type: StringConstructor;
|
|
147
147
|
default: string;
|
|
148
148
|
};
|
|
@@ -152,14 +152,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
152
152
|
monthTexts: unknown[];
|
|
153
153
|
format: string;
|
|
154
154
|
weddingDate: string;
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
155
|
+
backgroundColor: string;
|
|
156
|
+
themeColor: string;
|
|
157
|
+
borderRadius: string;
|
|
158
|
+
borderStyle: string;
|
|
159
|
+
borderWidth: string;
|
|
160
|
+
dateColor: string;
|
|
161
161
|
heartColor: string;
|
|
162
162
|
themeStyle: string;
|
|
163
|
-
|
|
163
|
+
language: string;
|
|
164
164
|
}, {}>;
|
|
165
165
|
export default _default;
|
|
@@ -23,7 +23,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
23
23
|
type: StringConstructor;
|
|
24
24
|
default: string;
|
|
25
25
|
};
|
|
26
|
-
|
|
26
|
+
themeColor: {
|
|
27
27
|
type: StringConstructor;
|
|
28
28
|
default: string;
|
|
29
29
|
};
|
|
@@ -51,7 +51,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
51
51
|
type: StringConstructor;
|
|
52
52
|
default: string;
|
|
53
53
|
};
|
|
54
|
-
|
|
54
|
+
language: {
|
|
55
55
|
type: StringConstructor;
|
|
56
56
|
default: string;
|
|
57
57
|
};
|
|
@@ -90,7 +90,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
90
90
|
type: StringConstructor;
|
|
91
91
|
default: string;
|
|
92
92
|
};
|
|
93
|
-
|
|
93
|
+
themeColor: {
|
|
94
94
|
type: StringConstructor;
|
|
95
95
|
default: string;
|
|
96
96
|
};
|
|
@@ -118,7 +118,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
118
118
|
type: StringConstructor;
|
|
119
119
|
default: string;
|
|
120
120
|
};
|
|
121
|
-
|
|
121
|
+
language: {
|
|
122
122
|
type: StringConstructor;
|
|
123
123
|
default: string;
|
|
124
124
|
};
|
|
@@ -129,13 +129,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
129
129
|
opacity: number;
|
|
130
130
|
date: string;
|
|
131
131
|
backgroundColor: string;
|
|
132
|
-
|
|
132
|
+
themeColor: string;
|
|
133
133
|
borderRadius: string;
|
|
134
134
|
borderStyle: string;
|
|
135
135
|
borderWidth: string;
|
|
136
136
|
dateColor: string;
|
|
137
137
|
heartColor: string;
|
|
138
138
|
themeStyle: string;
|
|
139
|
-
|
|
139
|
+
language: string;
|
|
140
140
|
}, {}>;
|
|
141
141
|
export default _default;
|
|
@@ -241,14 +241,14 @@ export declare const calendarDefaultProps: {
|
|
|
241
241
|
opacity: number;
|
|
242
242
|
date: string;
|
|
243
243
|
backgroundColor: string;
|
|
244
|
-
|
|
244
|
+
themeColor: string;
|
|
245
245
|
borderRadius: string;
|
|
246
246
|
borderStyle: string;
|
|
247
247
|
borderWidth: string;
|
|
248
248
|
dateColor: string;
|
|
249
249
|
heartColor: string;
|
|
250
250
|
themeStyle: string;
|
|
251
|
-
|
|
251
|
+
language: string;
|
|
252
252
|
};
|
|
253
253
|
export declare const countdownDefaultProps: {
|
|
254
254
|
actionType: string;
|
|
@@ -559,14 +559,14 @@ export declare const componentsDefaultProps: {
|
|
|
559
559
|
opacity: number;
|
|
560
560
|
date: string;
|
|
561
561
|
backgroundColor: string;
|
|
562
|
-
|
|
562
|
+
themeColor: string;
|
|
563
563
|
borderRadius: string;
|
|
564
564
|
borderStyle: string;
|
|
565
565
|
borderWidth: string;
|
|
566
566
|
dateColor: string;
|
|
567
567
|
heartColor: string;
|
|
568
568
|
themeStyle: string;
|
|
569
|
-
|
|
569
|
+
language: string;
|
|
570
570
|
};
|
|
571
571
|
};
|
|
572
572
|
'uni-countdown': {
|
|
@@ -1,56 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
.uni-image-component {
|
|
3
|
-
max-width: 100%;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
h2.uni-text-component, p.uni-text-component {
|
|
7
|
-
margin-bottom: 0;
|
|
8
|
-
}
|
|
9
|
-
button.uni-text-component {
|
|
10
|
-
padding: 5px 10px;
|
|
11
|
-
cursor: pointer;
|
|
12
|
-
}
|
|
13
|
-
.uni-text-component {
|
|
14
|
-
box-sizing: border-box;
|
|
15
|
-
white-space: pre-wrap;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.uni-background-component {
|
|
19
|
-
width: 100%;
|
|
20
|
-
}
|
|
21
|
-
.bg-img {
|
|
22
|
-
width: 100%;
|
|
23
|
-
height: 100%;
|
|
24
|
-
object-fit: cover;
|
|
25
|
-
z-index:1;
|
|
26
|
-
}
|
|
27
|
-
.watermark {
|
|
28
|
-
height: 100%;
|
|
29
|
-
position: absolute;
|
|
30
|
-
top: 0;
|
|
31
|
-
left: 0;
|
|
32
|
-
right: 0;
|
|
33
|
-
bottom: 0;
|
|
34
|
-
}
|
|
35
|
-
.watermark-div {
|
|
36
|
-
height: 100%;
|
|
37
|
-
width:100%;
|
|
38
|
-
position:absolute;
|
|
39
|
-
z-index:99999999;
|
|
40
|
-
}
|
|
41
|
-
body:before{
|
|
42
|
-
content: '';
|
|
43
|
-
position: fixed;
|
|
44
|
-
top: 0;
|
|
45
|
-
bottom: 0;
|
|
46
|
-
left: 0;
|
|
47
|
-
right: 0;
|
|
48
|
-
z-index: -1;
|
|
49
|
-
/* background: url(https://unika-static-dev.unika.cc/logo.png) 0 0 repeat; */
|
|
50
|
-
background-position: center;
|
|
51
|
-
opacity: 0.1;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
2
|
.slide-guide {
|
|
55
3
|
position: absolute;
|
|
56
4
|
bottom: 90px;
|
|
@@ -123,27 +71,58 @@ body, html {
|
|
|
123
71
|
transform: translate3d(-50%, -50%, 0);
|
|
124
72
|
}
|
|
125
73
|
}
|
|
74
|
+
|
|
75
|
+
h2.uni-text-component, p.uni-text-component {
|
|
76
|
+
margin-bottom: 0;
|
|
77
|
+
}
|
|
78
|
+
button.uni-text-component {
|
|
79
|
+
padding: 5px 10px;
|
|
80
|
+
cursor: pointer;
|
|
81
|
+
}
|
|
82
|
+
.uni-text-component {
|
|
83
|
+
box-sizing: border-box;
|
|
84
|
+
white-space: pre-wrap;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.uni-image-component {
|
|
88
|
+
max-width: 100%;
|
|
89
|
+
}
|
|
126
90
|
|
|
127
|
-
.uni-
|
|
128
|
-
|
|
129
|
-
text-align: center;
|
|
91
|
+
.uni-background-component {
|
|
92
|
+
width: 100%;
|
|
130
93
|
}
|
|
131
|
-
.
|
|
94
|
+
.bg-img {
|
|
95
|
+
width: 100%;
|
|
96
|
+
height: 100%;
|
|
97
|
+
object-fit: cover;
|
|
98
|
+
z-index:1;
|
|
99
|
+
}
|
|
100
|
+
.watermark {
|
|
101
|
+
height: 100%;
|
|
132
102
|
position: absolute;
|
|
133
|
-
top:
|
|
134
|
-
left:
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
font-size: 2rem;
|
|
138
|
-
color: #fff;
|
|
139
|
-
background: rgba(0, 0, 0, 0.6);
|
|
140
|
-
border-radius: 50%;
|
|
141
|
-
padding: 10px;
|
|
142
|
-
transition: background 0.3s;
|
|
103
|
+
top: 0;
|
|
104
|
+
left: 0;
|
|
105
|
+
right: 0;
|
|
106
|
+
bottom: 0;
|
|
143
107
|
}
|
|
144
|
-
.
|
|
145
|
-
|
|
108
|
+
.watermark-div {
|
|
109
|
+
height: 100%;
|
|
110
|
+
width:100%;
|
|
111
|
+
position:absolute;
|
|
112
|
+
z-index:99999999;
|
|
146
113
|
}
|
|
114
|
+
body:before{
|
|
115
|
+
content: '';
|
|
116
|
+
position: fixed;
|
|
117
|
+
top: 0;
|
|
118
|
+
bottom: 0;
|
|
119
|
+
left: 0;
|
|
120
|
+
right: 0;
|
|
121
|
+
z-index: -1;
|
|
122
|
+
/* background: url(https://unika-static-dev.unika.cc/logo.png) 0 0 repeat; */
|
|
123
|
+
background-position: center;
|
|
124
|
+
opacity: 0.1;
|
|
125
|
+
}
|
|
147
126
|
|
|
148
127
|
.slot-number {
|
|
149
128
|
position: absolute;
|
|
@@ -270,19 +249,26 @@ body, html {
|
|
|
270
249
|
}
|
|
271
250
|
}
|
|
272
251
|
|
|
273
|
-
.
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
}
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
252
|
+
.uni-video-component {
|
|
253
|
+
position: relative;
|
|
254
|
+
text-align: center;
|
|
255
|
+
}
|
|
256
|
+
.play-pause-button {
|
|
257
|
+
position: absolute;
|
|
258
|
+
top: 50%;
|
|
259
|
+
left: 50%;
|
|
260
|
+
transform: translate(-50%, -50%);
|
|
261
|
+
cursor: pointer;
|
|
262
|
+
font-size: 2rem;
|
|
263
|
+
color: #fff;
|
|
264
|
+
background: rgba(0, 0, 0, 0.6);
|
|
265
|
+
border-radius: 50%;
|
|
266
|
+
padding: 10px;
|
|
267
|
+
transition: background 0.3s;
|
|
268
|
+
}
|
|
269
|
+
.play-pause-button:hover {
|
|
270
|
+
background: rgba(0, 0, 0, 0.8);
|
|
271
|
+
}
|
|
286
272
|
|
|
287
273
|
.like-button {
|
|
288
274
|
display: flex;
|
|
@@ -326,6 +312,20 @@ body, html {
|
|
|
326
312
|
.play-pause-button:hover {
|
|
327
313
|
background: rgba(0, 0, 0, 0.8);
|
|
328
314
|
}
|
|
315
|
+
|
|
316
|
+
.swiper-container {
|
|
317
|
+
width: 100%;
|
|
318
|
+
height: 300px;
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
.swiper-slide {
|
|
322
|
+
text-align: center;
|
|
323
|
+
}
|
|
324
|
+
|
|
325
|
+
.swiper-slide img {
|
|
326
|
+
max-width: 100%;
|
|
327
|
+
max-height: 100%;
|
|
328
|
+
}
|
|
329
329
|
/**
|
|
330
330
|
* Swiper 6.8.4
|
|
331
331
|
* Most modern mobile touch slider and framework with hardware accelerated transitions
|
|
@@ -4177,14 +4177,14 @@ const calendarDefaultProps = {
|
|
|
4177
4177
|
opacity: 1,
|
|
4178
4178
|
date: '2024-05-21',
|
|
4179
4179
|
backgroundColor: 'rgb(255, 255, 255)',
|
|
4180
|
-
|
|
4180
|
+
themeColor: 'rgb(237, 85, 102)',
|
|
4181
4181
|
borderRadius: '0px',
|
|
4182
4182
|
borderStyle: 'solid',
|
|
4183
4183
|
borderWidth: '2px',
|
|
4184
4184
|
dateColor: '#000000',
|
|
4185
4185
|
heartColor: 'rgb(237, 85, 102)',
|
|
4186
4186
|
themeStyle: '3',
|
|
4187
|
-
|
|
4187
|
+
language: 'en',
|
|
4188
4188
|
};
|
|
4189
4189
|
const countdownDefaultProps = {
|
|
4190
4190
|
...commonDefaultProps
|
|
@@ -14587,27 +14587,27 @@ var script$a = defineComponent({
|
|
|
14587
14587
|
type: String,
|
|
14588
14588
|
default: formattedDate$2
|
|
14589
14589
|
},
|
|
14590
|
-
|
|
14590
|
+
backgroundColor: {
|
|
14591
14591
|
type: String,
|
|
14592
14592
|
default: 'rgb(255, 255, 255)'
|
|
14593
14593
|
},
|
|
14594
|
-
|
|
14594
|
+
themeColor: {
|
|
14595
14595
|
type: String,
|
|
14596
14596
|
default: 'rgb(237, 85, 102)'
|
|
14597
14597
|
},
|
|
14598
|
-
|
|
14598
|
+
borderRadius: {
|
|
14599
14599
|
type: String,
|
|
14600
14600
|
default: '0px'
|
|
14601
14601
|
},
|
|
14602
|
-
|
|
14602
|
+
borderStyle: {
|
|
14603
14603
|
type: String,
|
|
14604
14604
|
default: 'solid'
|
|
14605
14605
|
},
|
|
14606
|
-
|
|
14606
|
+
borderWidth: {
|
|
14607
14607
|
type: String,
|
|
14608
14608
|
default: '2px'
|
|
14609
14609
|
},
|
|
14610
|
-
|
|
14610
|
+
dateColor: {
|
|
14611
14611
|
type: String,
|
|
14612
14612
|
default: '#000000'
|
|
14613
14613
|
},
|
|
@@ -14619,7 +14619,7 @@ var script$a = defineComponent({
|
|
|
14619
14619
|
type: String,
|
|
14620
14620
|
default: '3'
|
|
14621
14621
|
},
|
|
14622
|
-
|
|
14622
|
+
language: {
|
|
14623
14623
|
type: String,
|
|
14624
14624
|
default: 'en'
|
|
14625
14625
|
},
|
|
@@ -14686,7 +14686,7 @@ var script$a = defineComponent({
|
|
|
14686
14686
|
'--after-haert-color': props.heartColor
|
|
14687
14687
|
};
|
|
14688
14688
|
const dayTexts = computed(() => {
|
|
14689
|
-
if (props.
|
|
14689
|
+
if (props.language == 'en') {
|
|
14690
14690
|
return props.dayTextsEn;
|
|
14691
14691
|
}
|
|
14692
14692
|
else {
|
|
@@ -14728,8 +14728,8 @@ const _hoisted_5$2 = {
|
|
|
14728
14728
|
function render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
14729
14729
|
return (openBlock(), createElementBlock("div", {
|
|
14730
14730
|
class: normalizeClass(`${_ctx.cp}-box`),
|
|
14731
|
-
style: normalizeStyle({'background-color': _ctx.
|
|
14732
|
-
'border-radius': _ctx.
|
|
14731
|
+
style: normalizeStyle({'background-color': _ctx.backgroundColor, 'border-color': _ctx.themeColor,
|
|
14732
|
+
'border-radius': _ctx.borderRadius,'border-style': _ctx.borderStyle,'border-width': _ctx.borderWidth,
|
|
14733
14733
|
'position': 'relative', 'width': '100%','height': 'auto!important','padding': '22px 0'})
|
|
14734
14734
|
}, [
|
|
14735
14735
|
(_ctx.themeStyle == '1')
|
|
@@ -14739,11 +14739,11 @@ function render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14739
14739
|
}, [
|
|
14740
14740
|
createElementVNode("div", {
|
|
14741
14741
|
class: normalizeClass(`${_ctx.cp}-title`),
|
|
14742
|
-
style: normalizeStyle({'color': _ctx.
|
|
14742
|
+
style: normalizeStyle({'color': _ctx.themeColor})
|
|
14743
14743
|
}, toDisplayString(_ctx.currentYear), 7 /* TEXT, CLASS, STYLE */),
|
|
14744
14744
|
createElementVNode("div", {
|
|
14745
14745
|
class: normalizeClass(`${_ctx.cp}-editor`),
|
|
14746
|
-
style: normalizeStyle({'color': _ctx.
|
|
14746
|
+
style: normalizeStyle({'color': _ctx.themeColor})
|
|
14747
14747
|
}, [
|
|
14748
14748
|
createElementVNode("span", null, toDisplayString(_ctx.currentMonth), 1 /* TEXT */)
|
|
14749
14749
|
], 6 /* CLASS, STYLE */)
|
|
@@ -14754,7 +14754,7 @@ function render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14754
14754
|
(_ctx.themeStyle == '2' || _ctx.themeStyle == '3')
|
|
14755
14755
|
? (openBlock(), createElementBlock("div", {
|
|
14756
14756
|
key: 0,
|
|
14757
|
-
style: normalizeStyle({'color': _ctx.
|
|
14757
|
+
style: normalizeStyle({'color': _ctx.themeColor})
|
|
14758
14758
|
}, [
|
|
14759
14759
|
createTextVNode(toDisplayString(_ctx.currentMonth) + " ", 1 /* TEXT */),
|
|
14760
14760
|
_hoisted_2$2,
|
|
@@ -14765,7 +14765,7 @@ function render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14765
14765
|
? (openBlock(), createElementBlock("div", {
|
|
14766
14766
|
key: 1,
|
|
14767
14767
|
class: "can-year",
|
|
14768
|
-
style: normalizeStyle({'color': _ctx.
|
|
14768
|
+
style: normalizeStyle({'color': _ctx.themeColor})
|
|
14769
14769
|
}, "-" + toDisplayString(_ctx.currentYear) + "-", 5 /* TEXT, STYLE */))
|
|
14770
14770
|
: createCommentVNode("v-if", true)
|
|
14771
14771
|
]))
|
|
@@ -14775,7 +14775,7 @@ function render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14775
14775
|
? (openBlock(), createElementBlock("div", {
|
|
14776
14776
|
key: 0,
|
|
14777
14777
|
class: normalizeClass(`${_ctx.cp}-th`),
|
|
14778
|
-
style: normalizeStyle({'background-color': _ctx.
|
|
14778
|
+
style: normalizeStyle({'background-color': _ctx.themeColor})
|
|
14779
14779
|
}, [
|
|
14780
14780
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.dayTexts, (item, index) => {
|
|
14781
14781
|
return (openBlock(), createElementBlock("div", { key: index }, toDisplayString(item), 1 /* TEXT */))
|
|
@@ -14787,7 +14787,7 @@ function render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14787
14787
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.dayTexts, (item, index) => {
|
|
14788
14788
|
return (openBlock(), createElementBlock("div", {
|
|
14789
14789
|
key: index,
|
|
14790
|
-
style: normalizeStyle({'color': _ctx.
|
|
14790
|
+
style: normalizeStyle({'color': _ctx.themeColor})
|
|
14791
14791
|
}, toDisplayString(item), 5 /* TEXT, STYLE */))
|
|
14792
14792
|
}), 128 /* KEYED_FRAGMENT */))
|
|
14793
14793
|
]))
|
|
@@ -14796,12 +14796,12 @@ function render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14796
14796
|
? (openBlock(), createElementBlock("div", {
|
|
14797
14797
|
key: 2,
|
|
14798
14798
|
class: "can-week2",
|
|
14799
|
-
style: normalizeStyle({'border-color': _ctx.
|
|
14799
|
+
style: normalizeStyle({'border-color': _ctx.themeColor})
|
|
14800
14800
|
}, [
|
|
14801
14801
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.dayTexts, (item, index) => {
|
|
14802
14802
|
return (openBlock(), createElementBlock("div", {
|
|
14803
14803
|
key: index,
|
|
14804
|
-
style: normalizeStyle({'color': _ctx.
|
|
14804
|
+
style: normalizeStyle({'color': _ctx.themeColor})
|
|
14805
14805
|
}, toDisplayString(item), 5 /* TEXT, STYLE */))
|
|
14806
14806
|
}), 128 /* KEYED_FRAGMENT */))
|
|
14807
14807
|
], 4 /* STYLE */))
|
|
@@ -14810,13 +14810,13 @@ function render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14810
14810
|
? (openBlock(), createElementBlock("div", _hoisted_5$2, [
|
|
14811
14811
|
createElementVNode("div", {
|
|
14812
14812
|
class: "can-year",
|
|
14813
|
-
style: normalizeStyle({'color': _ctx.
|
|
14813
|
+
style: normalizeStyle({'color': _ctx.themeColor})
|
|
14814
14814
|
}, toDisplayString(_ctx.currentYear), 5 /* TEXT, STYLE */)
|
|
14815
14815
|
]))
|
|
14816
14816
|
: createCommentVNode("v-if", true),
|
|
14817
14817
|
createElementVNode("div", {
|
|
14818
14818
|
class: normalizeClass(`${_ctx.cp}-body`),
|
|
14819
|
-
style: normalizeStyle({color: _ctx.
|
|
14819
|
+
style: normalizeStyle({color: _ctx.dateColor})
|
|
14820
14820
|
}, [
|
|
14821
14821
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.itemDays.length / 7, (i) => {
|
|
14822
14822
|
return (openBlock(), createElementBlock("div", {
|
|
@@ -14830,7 +14830,7 @@ function render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14830
14830
|
}, [
|
|
14831
14831
|
createElementVNode("span", {
|
|
14832
14832
|
class: normalizeClass(`${_ctx.cp}-day`),
|
|
14833
|
-
style: normalizeStyle({'z-index': _ctx.getHeart(_ctx.getDayItem(i, j))? 99: 1, 'color': _ctx.getHeart(_ctx.getDayItem(i, j)) && _ctx.themeStyle != '3'? '#ffffff': _ctx.
|
|
14833
|
+
style: normalizeStyle({'z-index': _ctx.getHeart(_ctx.getDayItem(i, j))? 99: 1, 'color': _ctx.getHeart(_ctx.getDayItem(i, j)) && _ctx.themeStyle != '3'? '#ffffff': _ctx.dateColor})
|
|
14834
14834
|
}, toDisplayString((_ctx.getDayItem(i, j).currentMonth === 0) ? _ctx.getDayItem(i, j).days.toString().padStart(2, '0') : ''), 7 /* TEXT, CLASS, STYLE */),
|
|
14835
14835
|
renderSlot(_ctx.$slots, "default", {
|
|
14836
14836
|
item: _ctx.getDayItem(i, j)
|
|
@@ -14909,7 +14909,7 @@ var script$9 = defineComponent({
|
|
|
14909
14909
|
type: String,
|
|
14910
14910
|
default: 'rgb(255, 255, 255)'
|
|
14911
14911
|
},
|
|
14912
|
-
|
|
14912
|
+
themeColor: {
|
|
14913
14913
|
type: String,
|
|
14914
14914
|
default: 'rgb(237, 85, 102)'
|
|
14915
14915
|
},
|
|
@@ -14937,7 +14937,7 @@ var script$9 = defineComponent({
|
|
|
14937
14937
|
type: String,
|
|
14938
14938
|
default: '3'
|
|
14939
14939
|
},
|
|
14940
|
-
|
|
14940
|
+
language: {
|
|
14941
14941
|
type: String,
|
|
14942
14942
|
default: 'en'
|
|
14943
14943
|
},
|
|
@@ -14990,15 +14990,15 @@ function render$a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14990
14990
|
createVNode(_component_Calendar, {
|
|
14991
14991
|
ref: "calendarRef",
|
|
14992
14992
|
weddingDate: _ctx.date,
|
|
14993
|
-
|
|
14994
|
-
|
|
14995
|
-
|
|
14996
|
-
|
|
14997
|
-
|
|
14998
|
-
|
|
14993
|
+
backgroundColor: _ctx.backgroundColor,
|
|
14994
|
+
themeColor: _ctx.themeColor,
|
|
14995
|
+
borderRadius: _ctx.borderRadius,
|
|
14996
|
+
borderStyle: _ctx.borderStyle,
|
|
14997
|
+
borderWidth: _ctx.borderWidth,
|
|
14998
|
+
dateColor: _ctx.dateColor,
|
|
14999
14999
|
heartColor: _ctx.heartColor,
|
|
15000
15000
|
themeStyle: _ctx.themeStyle,
|
|
15001
|
-
|
|
15001
|
+
language: _ctx.language
|
|
15002
15002
|
}, {
|
|
15003
15003
|
default: withCtx((slotProps) => [
|
|
15004
15004
|
(_ctx.checkItem(slotProps.item.date))
|
|
@@ -15006,7 +15006,7 @@ function render$a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
15006
15006
|
: createCommentVNode("v-if", true)
|
|
15007
15007
|
]),
|
|
15008
15008
|
_: 1 /* STABLE */
|
|
15009
|
-
}, 8 /* PROPS */, ["weddingDate", "
|
|
15009
|
+
}, 8 /* PROPS */, ["weddingDate", "backgroundColor", "themeColor", "borderRadius", "borderStyle", "borderWidth", "dateColor", "heartColor", "themeStyle", "language"])
|
|
15010
15010
|
], 4 /* STYLE */))
|
|
15011
15011
|
}
|
|
15012
15012
|
|
|
@@ -4184,14 +4184,14 @@
|
|
|
4184
4184
|
opacity: 1,
|
|
4185
4185
|
date: '2024-05-21',
|
|
4186
4186
|
backgroundColor: 'rgb(255, 255, 255)',
|
|
4187
|
-
|
|
4187
|
+
themeColor: 'rgb(237, 85, 102)',
|
|
4188
4188
|
borderRadius: '0px',
|
|
4189
4189
|
borderStyle: 'solid',
|
|
4190
4190
|
borderWidth: '2px',
|
|
4191
4191
|
dateColor: '#000000',
|
|
4192
4192
|
heartColor: 'rgb(237, 85, 102)',
|
|
4193
4193
|
themeStyle: '3',
|
|
4194
|
-
|
|
4194
|
+
language: 'en',
|
|
4195
4195
|
};
|
|
4196
4196
|
const countdownDefaultProps = {
|
|
4197
4197
|
...commonDefaultProps
|
|
@@ -14594,27 +14594,27 @@
|
|
|
14594
14594
|
type: String,
|
|
14595
14595
|
default: formattedDate$2
|
|
14596
14596
|
},
|
|
14597
|
-
|
|
14597
|
+
backgroundColor: {
|
|
14598
14598
|
type: String,
|
|
14599
14599
|
default: 'rgb(255, 255, 255)'
|
|
14600
14600
|
},
|
|
14601
|
-
|
|
14601
|
+
themeColor: {
|
|
14602
14602
|
type: String,
|
|
14603
14603
|
default: 'rgb(237, 85, 102)'
|
|
14604
14604
|
},
|
|
14605
|
-
|
|
14605
|
+
borderRadius: {
|
|
14606
14606
|
type: String,
|
|
14607
14607
|
default: '0px'
|
|
14608
14608
|
},
|
|
14609
|
-
|
|
14609
|
+
borderStyle: {
|
|
14610
14610
|
type: String,
|
|
14611
14611
|
default: 'solid'
|
|
14612
14612
|
},
|
|
14613
|
-
|
|
14613
|
+
borderWidth: {
|
|
14614
14614
|
type: String,
|
|
14615
14615
|
default: '2px'
|
|
14616
14616
|
},
|
|
14617
|
-
|
|
14617
|
+
dateColor: {
|
|
14618
14618
|
type: String,
|
|
14619
14619
|
default: '#000000'
|
|
14620
14620
|
},
|
|
@@ -14626,7 +14626,7 @@
|
|
|
14626
14626
|
type: String,
|
|
14627
14627
|
default: '3'
|
|
14628
14628
|
},
|
|
14629
|
-
|
|
14629
|
+
language: {
|
|
14630
14630
|
type: String,
|
|
14631
14631
|
default: 'en'
|
|
14632
14632
|
},
|
|
@@ -14693,7 +14693,7 @@
|
|
|
14693
14693
|
'--after-haert-color': props.heartColor
|
|
14694
14694
|
};
|
|
14695
14695
|
const dayTexts = vue.computed(() => {
|
|
14696
|
-
if (props.
|
|
14696
|
+
if (props.language == 'en') {
|
|
14697
14697
|
return props.dayTextsEn;
|
|
14698
14698
|
}
|
|
14699
14699
|
else {
|
|
@@ -14735,8 +14735,8 @@
|
|
|
14735
14735
|
function render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
14736
14736
|
return (vue.openBlock(), vue.createElementBlock("div", {
|
|
14737
14737
|
class: vue.normalizeClass(`${_ctx.cp}-box`),
|
|
14738
|
-
style: vue.normalizeStyle({'background-color': _ctx.
|
|
14739
|
-
'border-radius': _ctx.
|
|
14738
|
+
style: vue.normalizeStyle({'background-color': _ctx.backgroundColor, 'border-color': _ctx.themeColor,
|
|
14739
|
+
'border-radius': _ctx.borderRadius,'border-style': _ctx.borderStyle,'border-width': _ctx.borderWidth,
|
|
14740
14740
|
'position': 'relative', 'width': '100%','height': 'auto!important','padding': '22px 0'})
|
|
14741
14741
|
}, [
|
|
14742
14742
|
(_ctx.themeStyle == '1')
|
|
@@ -14746,11 +14746,11 @@
|
|
|
14746
14746
|
}, [
|
|
14747
14747
|
vue.createElementVNode("div", {
|
|
14748
14748
|
class: vue.normalizeClass(`${_ctx.cp}-title`),
|
|
14749
|
-
style: vue.normalizeStyle({'color': _ctx.
|
|
14749
|
+
style: vue.normalizeStyle({'color': _ctx.themeColor})
|
|
14750
14750
|
}, vue.toDisplayString(_ctx.currentYear), 7 /* TEXT, CLASS, STYLE */),
|
|
14751
14751
|
vue.createElementVNode("div", {
|
|
14752
14752
|
class: vue.normalizeClass(`${_ctx.cp}-editor`),
|
|
14753
|
-
style: vue.normalizeStyle({'color': _ctx.
|
|
14753
|
+
style: vue.normalizeStyle({'color': _ctx.themeColor})
|
|
14754
14754
|
}, [
|
|
14755
14755
|
vue.createElementVNode("span", null, vue.toDisplayString(_ctx.currentMonth), 1 /* TEXT */)
|
|
14756
14756
|
], 6 /* CLASS, STYLE */)
|
|
@@ -14761,7 +14761,7 @@
|
|
|
14761
14761
|
(_ctx.themeStyle == '2' || _ctx.themeStyle == '3')
|
|
14762
14762
|
? (vue.openBlock(), vue.createElementBlock("div", {
|
|
14763
14763
|
key: 0,
|
|
14764
|
-
style: vue.normalizeStyle({'color': _ctx.
|
|
14764
|
+
style: vue.normalizeStyle({'color': _ctx.themeColor})
|
|
14765
14765
|
}, [
|
|
14766
14766
|
vue.createTextVNode(vue.toDisplayString(_ctx.currentMonth) + " ", 1 /* TEXT */),
|
|
14767
14767
|
_hoisted_2$2,
|
|
@@ -14772,7 +14772,7 @@
|
|
|
14772
14772
|
? (vue.openBlock(), vue.createElementBlock("div", {
|
|
14773
14773
|
key: 1,
|
|
14774
14774
|
class: "can-year",
|
|
14775
|
-
style: vue.normalizeStyle({'color': _ctx.
|
|
14775
|
+
style: vue.normalizeStyle({'color': _ctx.themeColor})
|
|
14776
14776
|
}, "-" + vue.toDisplayString(_ctx.currentYear) + "-", 5 /* TEXT, STYLE */))
|
|
14777
14777
|
: vue.createCommentVNode("v-if", true)
|
|
14778
14778
|
]))
|
|
@@ -14782,7 +14782,7 @@
|
|
|
14782
14782
|
? (vue.openBlock(), vue.createElementBlock("div", {
|
|
14783
14783
|
key: 0,
|
|
14784
14784
|
class: vue.normalizeClass(`${_ctx.cp}-th`),
|
|
14785
|
-
style: vue.normalizeStyle({'background-color': _ctx.
|
|
14785
|
+
style: vue.normalizeStyle({'background-color': _ctx.themeColor})
|
|
14786
14786
|
}, [
|
|
14787
14787
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.dayTexts, (item, index) => {
|
|
14788
14788
|
return (vue.openBlock(), vue.createElementBlock("div", { key: index }, vue.toDisplayString(item), 1 /* TEXT */))
|
|
@@ -14794,7 +14794,7 @@
|
|
|
14794
14794
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.dayTexts, (item, index) => {
|
|
14795
14795
|
return (vue.openBlock(), vue.createElementBlock("div", {
|
|
14796
14796
|
key: index,
|
|
14797
|
-
style: vue.normalizeStyle({'color': _ctx.
|
|
14797
|
+
style: vue.normalizeStyle({'color': _ctx.themeColor})
|
|
14798
14798
|
}, vue.toDisplayString(item), 5 /* TEXT, STYLE */))
|
|
14799
14799
|
}), 128 /* KEYED_FRAGMENT */))
|
|
14800
14800
|
]))
|
|
@@ -14803,12 +14803,12 @@
|
|
|
14803
14803
|
? (vue.openBlock(), vue.createElementBlock("div", {
|
|
14804
14804
|
key: 2,
|
|
14805
14805
|
class: "can-week2",
|
|
14806
|
-
style: vue.normalizeStyle({'border-color': _ctx.
|
|
14806
|
+
style: vue.normalizeStyle({'border-color': _ctx.themeColor})
|
|
14807
14807
|
}, [
|
|
14808
14808
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.dayTexts, (item, index) => {
|
|
14809
14809
|
return (vue.openBlock(), vue.createElementBlock("div", {
|
|
14810
14810
|
key: index,
|
|
14811
|
-
style: vue.normalizeStyle({'color': _ctx.
|
|
14811
|
+
style: vue.normalizeStyle({'color': _ctx.themeColor})
|
|
14812
14812
|
}, vue.toDisplayString(item), 5 /* TEXT, STYLE */))
|
|
14813
14813
|
}), 128 /* KEYED_FRAGMENT */))
|
|
14814
14814
|
], 4 /* STYLE */))
|
|
@@ -14817,13 +14817,13 @@
|
|
|
14817
14817
|
? (vue.openBlock(), vue.createElementBlock("div", _hoisted_5$2, [
|
|
14818
14818
|
vue.createElementVNode("div", {
|
|
14819
14819
|
class: "can-year",
|
|
14820
|
-
style: vue.normalizeStyle({'color': _ctx.
|
|
14820
|
+
style: vue.normalizeStyle({'color': _ctx.themeColor})
|
|
14821
14821
|
}, vue.toDisplayString(_ctx.currentYear), 5 /* TEXT, STYLE */)
|
|
14822
14822
|
]))
|
|
14823
14823
|
: vue.createCommentVNode("v-if", true),
|
|
14824
14824
|
vue.createElementVNode("div", {
|
|
14825
14825
|
class: vue.normalizeClass(`${_ctx.cp}-body`),
|
|
14826
|
-
style: vue.normalizeStyle({color: _ctx.
|
|
14826
|
+
style: vue.normalizeStyle({color: _ctx.dateColor})
|
|
14827
14827
|
}, [
|
|
14828
14828
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.itemDays.length / 7, (i) => {
|
|
14829
14829
|
return (vue.openBlock(), vue.createElementBlock("div", {
|
|
@@ -14837,7 +14837,7 @@
|
|
|
14837
14837
|
}, [
|
|
14838
14838
|
vue.createElementVNode("span", {
|
|
14839
14839
|
class: vue.normalizeClass(`${_ctx.cp}-day`),
|
|
14840
|
-
style: vue.normalizeStyle({'z-index': _ctx.getHeart(_ctx.getDayItem(i, j))? 99: 1, 'color': _ctx.getHeart(_ctx.getDayItem(i, j)) && _ctx.themeStyle != '3'? '#ffffff': _ctx.
|
|
14840
|
+
style: vue.normalizeStyle({'z-index': _ctx.getHeart(_ctx.getDayItem(i, j))? 99: 1, 'color': _ctx.getHeart(_ctx.getDayItem(i, j)) && _ctx.themeStyle != '3'? '#ffffff': _ctx.dateColor})
|
|
14841
14841
|
}, vue.toDisplayString((_ctx.getDayItem(i, j).currentMonth === 0) ? _ctx.getDayItem(i, j).days.toString().padStart(2, '0') : ''), 7 /* TEXT, CLASS, STYLE */),
|
|
14842
14842
|
vue.renderSlot(_ctx.$slots, "default", {
|
|
14843
14843
|
item: _ctx.getDayItem(i, j)
|
|
@@ -14916,7 +14916,7 @@
|
|
|
14916
14916
|
type: String,
|
|
14917
14917
|
default: 'rgb(255, 255, 255)'
|
|
14918
14918
|
},
|
|
14919
|
-
|
|
14919
|
+
themeColor: {
|
|
14920
14920
|
type: String,
|
|
14921
14921
|
default: 'rgb(237, 85, 102)'
|
|
14922
14922
|
},
|
|
@@ -14944,7 +14944,7 @@
|
|
|
14944
14944
|
type: String,
|
|
14945
14945
|
default: '3'
|
|
14946
14946
|
},
|
|
14947
|
-
|
|
14947
|
+
language: {
|
|
14948
14948
|
type: String,
|
|
14949
14949
|
default: 'en'
|
|
14950
14950
|
},
|
|
@@ -14997,15 +14997,15 @@
|
|
|
14997
14997
|
vue.createVNode(_component_Calendar, {
|
|
14998
14998
|
ref: "calendarRef",
|
|
14999
14999
|
weddingDate: _ctx.date,
|
|
15000
|
-
|
|
15001
|
-
|
|
15002
|
-
|
|
15003
|
-
|
|
15004
|
-
|
|
15005
|
-
|
|
15000
|
+
backgroundColor: _ctx.backgroundColor,
|
|
15001
|
+
themeColor: _ctx.themeColor,
|
|
15002
|
+
borderRadius: _ctx.borderRadius,
|
|
15003
|
+
borderStyle: _ctx.borderStyle,
|
|
15004
|
+
borderWidth: _ctx.borderWidth,
|
|
15005
|
+
dateColor: _ctx.dateColor,
|
|
15006
15006
|
heartColor: _ctx.heartColor,
|
|
15007
15007
|
themeStyle: _ctx.themeStyle,
|
|
15008
|
-
|
|
15008
|
+
language: _ctx.language
|
|
15009
15009
|
}, {
|
|
15010
15010
|
default: vue.withCtx((slotProps) => [
|
|
15011
15011
|
(_ctx.checkItem(slotProps.item.date))
|
|
@@ -15013,7 +15013,7 @@
|
|
|
15013
15013
|
: vue.createCommentVNode("v-if", true)
|
|
15014
15014
|
]),
|
|
15015
15015
|
_: 1 /* STABLE */
|
|
15016
|
-
}, 8 /* PROPS */, ["weddingDate", "
|
|
15016
|
+
}, 8 /* PROPS */, ["weddingDate", "backgroundColor", "themeColor", "borderRadius", "borderStyle", "borderWidth", "dateColor", "heartColor", "themeStyle", "language"])
|
|
15017
15017
|
], 4 /* STYLE */))
|
|
15018
15018
|
}
|
|
15019
15019
|
|