renusify 2.2.6 → 2.3.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/components/app/style.scss +6 -4
- package/components/app/toast/style.scss +4 -3
- package/components/avatar/style.scss +2 -2
- package/components/bar/bottomNavigationCircle.vue +8 -5
- package/components/bar/scss/bottomNav.scss +15 -12
- package/components/bar/scss/toolbar.scss +32 -30
- package/components/bar/toolbar/index.vue +5 -5
- package/components/bar/toolbar/laptop.vue +1 -1
- package/components/bar/toolbar/mobile.vue +1 -1
- package/components/breadcrumb/bredcrumbItem.vue +2 -2
- package/components/breadcrumb/style.scss +6 -6
- package/components/button/index.vue +1 -1
- package/components/button/style.scss +41 -36
- package/components/calendar/index.vue +4 -3
- package/components/card/index.vue +1 -1
- package/components/card/style.scss +14 -11
- package/components/chart/chart.vue +3 -3
- package/components/chart/worldMap.vue +2 -2
- package/components/chat/MessageList.vue +122 -119
- package/components/chat/chatInput.vue +3 -3
- package/components/chat/chatMsg.vue +23 -21
- package/components/chat/index.vue +2 -2
- package/components/chip/style.scss +21 -16
- package/components/codeEditor/highlightCss.vue +1 -1
- package/components/codeEditor/highlightHtml.vue +1 -1
- package/components/codeEditor/highlightJs.vue +1 -1
- package/components/codeEditor/index.vue +6 -6
- package/components/container/style.scss +12 -10
- package/components/content/index.vue +17 -14
- package/components/cropper/index.vue +2 -2
- package/components/float/index.vue +456 -454
- package/components/form/camInput/index.vue +2 -2
- package/components/form/checkInput/index.vue +2 -2
- package/components/form/checkboxInput/index.vue +5 -4
- package/components/form/colorInput/Alpha.vue +1 -1
- package/components/form/colorInput/Preview.vue +1 -1
- package/components/form/colorInput/Saturation.vue +1 -1
- package/components/form/colorInput/index.vue +2 -2
- package/components/form/colorInput/picker.vue +10 -8
- package/components/form/dateInput/index.vue +2 -2
- package/components/form/fileInput/index.vue +0 -3
- package/components/form/fileInput/single.vue +3 -3
- package/components/form/groupInput/index.vue +5 -4
- package/components/form/input/index.vue +31 -29
- package/components/form/jsonInput/JsonView.vue +5 -4
- package/components/form/jsonInput/index.vue +36 -34
- package/components/form/numberInput/index.vue +11 -8
- package/components/form/radioInput/index.vue +6 -4
- package/components/form/rangeInput/index.vue +11 -10
- package/components/form/ratingInput/index.vue +5 -5
- package/components/form/selectInput/index.vue +8 -6
- package/components/form/switchInput/index.vue +9 -7
- package/components/form/telInput/index.vue +2 -2
- package/components/form/text-editor/style.scss +10 -7
- package/components/form/textArea/index.vue +2 -2
- package/components/form/timeInput/timepicker.vue +4 -3
- package/components/form/unitInput/index.vue +8 -6
- package/components/icon/style.scss +5 -4
- package/components/img/index.vue +2 -2
- package/components/index.js +0 -2
- package/components/list/index.vue +1 -1
- package/components/list/style.scss +6 -5
- package/components/map/index.vue +3 -3
- package/components/map/route.vue +2 -2
- package/components/menu/index.vue +4 -3
- package/components/modal/style.scss +19 -15
- package/components/nestable/index.vue +4 -4
- package/components/notify/index.vue +55 -53
- package/components/notify/notification.vue +5 -3
- package/components/progress/style.scss +8 -5
- package/components/searchBox/index.vue +15 -12
- package/components/skeleton/index.vue +5 -3
- package/components/slider/index.vue +18 -15
- package/components/swiper/index.vue +2 -2
- package/components/table/crud/index.vue +2 -2
- package/components/table/style.scss +87 -82
- package/components/tabs/index.vue +2 -2
- package/components/timeline/index.vue +64 -61
- package/components/tree/index.vue +4 -4
- package/components/tree/tree-element.vue +2 -2
- package/directive/animate/style.scss +72 -41
- package/directive/drag/index.js +1 -1
- package/directive/ripple/style.scss +6 -4
- package/directive/skeleton/style.scss +7 -7
- package/directive/sortable/index.js +1 -1
- package/directive/sortable/style.scss +7 -3
- package/directive/title/style.scss +4 -2
- package/index.js +10 -10
- package/package.json +1 -1
- package/style/app.scss +70 -58
- package/style/colors.scss +26 -22
- package/style/functions/index.scss +8 -8
- package/style/mixins/container.scss +25 -19
- package/style/mixins/index.scss +19 -15
- package/style/mixins/utilities.scss +26 -21
- package/style/style.scss +5 -6
- package/style/transitions.scss +14 -13
- package/style/variables/base.scss +26 -24
- package/style/variables/utilities.scss +35 -34
- package/components/html2pdf/index.js +0 -4
- package/components/html2pdf/index.vue +0 -280
- package/components/html2pdf/pageBreak.js +0 -1
- package/components/html2pdf/pageBreak.vue +0 -12
- package/style/_include.scss +0 -3
- package/style/variables/index.scss +0 -3
|
@@ -1,99 +1,104 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use "sass:map";
|
|
2
|
+
@use "../../style/variables/base";
|
|
3
|
+
@use "../../style/mixins";
|
|
2
4
|
|
|
3
5
|
$data-table-thin-header-height: 38px !default;
|
|
4
6
|
$data-table-thin-row-height: 32px !default;
|
|
5
7
|
$data-table-regular-row-height: 42px !default;
|
|
6
8
|
$data-table-regular-header-height: 38px !default;
|
|
7
9
|
|
|
8
|
-
.#{
|
|
10
|
+
.#{base.$prefix}table {
|
|
9
11
|
position: relative;
|
|
10
12
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
13
|
+
.table-wrapper {
|
|
14
|
+
background-color: var(--color-sheet-container-lowest);
|
|
15
|
+
color: var(--color-on-sheet);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.table-svg-path {
|
|
19
|
+
fill: var(--color-sheet);
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.table-editable-icon {
|
|
23
|
+
background-color: var(--color-sheet);
|
|
24
|
+
color: var(--color-on-sheet);
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
&.table-fixed-header {
|
|
28
|
+
thead th {
|
|
29
|
+
box-shadow: inset 0 -2px var(--color-border)
|
|
26
30
|
}
|
|
31
|
+
}
|
|
27
32
|
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
+
thead {
|
|
34
|
+
tr {
|
|
35
|
+
&:last-child th {
|
|
36
|
+
border-bottom: 1px solid var(--color-border)
|
|
37
|
+
}
|
|
33
38
|
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
}
|
|
39
|
+
th {
|
|
40
|
+
background-color: var(--color-sheet);
|
|
41
|
+
color: var(--color-on-sheet)
|
|
38
42
|
}
|
|
39
43
|
}
|
|
44
|
+
}
|
|
40
45
|
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
46
|
+
&.table-fixed-first-columns {
|
|
47
|
+
tr {
|
|
48
|
+
th:first-child {
|
|
49
|
+
background: var(--color-sheet);
|
|
50
|
+
color: var(--color-on-sheet)
|
|
51
|
+
}
|
|
47
52
|
|
|
53
|
+
td:first-child {
|
|
54
|
+
background: var(--color-sheet);
|
|
55
|
+
color: var(--color-on-sheet)
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
&:hover {
|
|
48
59
|
td:first-child {
|
|
49
|
-
background: var(--color-sheet);
|
|
60
|
+
background: var(--color-sheet-container);
|
|
50
61
|
color: var(--color-on-sheet)
|
|
51
62
|
}
|
|
52
|
-
|
|
53
|
-
&:hover {
|
|
54
|
-
td:first-child {
|
|
55
|
-
background: var(--color-sheet-container);
|
|
56
|
-
color: var(--color-on-sheet)
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
63
|
}
|
|
60
64
|
}
|
|
65
|
+
}
|
|
61
66
|
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
}
|
|
67
|
+
&.table-stripped {
|
|
68
|
+
tbody {
|
|
69
|
+
tr:nth-child(2n):not(:hover) {
|
|
70
|
+
td {
|
|
71
|
+
background: var(--color-sheet-container-low)
|
|
68
72
|
}
|
|
69
73
|
}
|
|
70
74
|
}
|
|
75
|
+
}
|
|
71
76
|
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
&:hover {
|
|
79
|
-
background: var(--color-sheet-container)
|
|
80
|
-
}
|
|
77
|
+
tbody {
|
|
78
|
+
tr {
|
|
79
|
+
&:active {
|
|
80
|
+
background: var(--color-sheet-container)
|
|
81
81
|
}
|
|
82
82
|
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
border-bottom: 1px solid var(--color-border)
|
|
86
|
-
}
|
|
83
|
+
&:hover {
|
|
84
|
+
background: var(--color-sheet-container)
|
|
87
85
|
}
|
|
88
86
|
}
|
|
89
87
|
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
88
|
+
tr:not(:last-child) {
|
|
89
|
+
td {
|
|
90
|
+
border-bottom: 1px solid var(--color-border)
|
|
91
|
+
}
|
|
93
92
|
}
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
&.table-bordered .table-wrapper {
|
|
96
|
+
border: 1px solid var(--color-border);
|
|
97
|
+
border-collapse: collapse;
|
|
98
|
+
}
|
|
94
99
|
|
|
95
100
|
.table-wrapper {
|
|
96
|
-
border-radius:
|
|
101
|
+
border-radius: map.get(base.$borders, 'lg');
|
|
97
102
|
overflow: hidden;
|
|
98
103
|
}
|
|
99
104
|
|
|
@@ -105,10 +110,10 @@ $data-table-regular-header-height: 38px !default;
|
|
|
105
110
|
|
|
106
111
|
td, th {
|
|
107
112
|
padding: 0 16px;
|
|
108
|
-
@include ltr() {
|
|
113
|
+
@include mixins.ltr() {
|
|
109
114
|
text-align: left
|
|
110
115
|
}
|
|
111
|
-
@include rtl() {
|
|
116
|
+
@include mixins.rtl() {
|
|
112
117
|
text-align: right
|
|
113
118
|
}
|
|
114
119
|
}
|
|
@@ -174,26 +179,26 @@ $data-table-regular-header-height: 38px !default;
|
|
|
174
179
|
min-width: 300px !important;
|
|
175
180
|
position: sticky;
|
|
176
181
|
width: 300px;
|
|
177
|
-
@include rtl() {
|
|
182
|
+
@include mixins.rtl() {
|
|
178
183
|
right: 0;
|
|
179
184
|
}
|
|
180
|
-
@include ltr() {
|
|
185
|
+
@include mixins.ltr() {
|
|
181
186
|
left: 0;
|
|
182
187
|
}
|
|
183
|
-
z-index:
|
|
188
|
+
z-index: map.get(base.$z-index, 'medium');
|
|
184
189
|
}
|
|
185
190
|
|
|
186
191
|
td:first-child {
|
|
187
192
|
position: sticky;
|
|
188
193
|
width: 300px;
|
|
189
|
-
@include rtl() {
|
|
194
|
+
@include mixins.rtl() {
|
|
190
195
|
right: 0;
|
|
191
196
|
}
|
|
192
|
-
@include ltr() {
|
|
197
|
+
@include mixins.ltr() {
|
|
193
198
|
left: 0;
|
|
194
199
|
}
|
|
195
200
|
height: auto;
|
|
196
|
-
z-index:
|
|
201
|
+
z-index: map.get(base.$z-index, 'low');
|
|
197
202
|
}
|
|
198
203
|
}
|
|
199
204
|
}
|
|
@@ -217,16 +222,16 @@ $data-table-regular-header-height: 38px !default;
|
|
|
217
222
|
}
|
|
218
223
|
|
|
219
224
|
.table-wrapper {
|
|
220
|
-
@include rtl() {
|
|
225
|
+
@include mixins.rtl() {
|
|
221
226
|
border-top-left-radius: 0;
|
|
222
227
|
}
|
|
223
|
-
@include ltr() {
|
|
228
|
+
@include mixins.ltr() {
|
|
224
229
|
border-top-right-radius: 0;
|
|
225
230
|
}
|
|
226
231
|
}
|
|
227
232
|
|
|
228
233
|
.table-svg {
|
|
229
|
-
@include ltr() {
|
|
234
|
+
@include mixins.ltr() {
|
|
230
235
|
transform: rotateY(180deg);
|
|
231
236
|
}
|
|
232
237
|
}
|
|
@@ -276,21 +281,21 @@ $data-table-regular-header-height: 38px !default;
|
|
|
276
281
|
}
|
|
277
282
|
}
|
|
278
283
|
|
|
279
|
-
.#{
|
|
284
|
+
.#{base.$prefix}table-manage {
|
|
280
285
|
white-space: nowrap;
|
|
281
286
|
|
|
282
|
-
.table-checkbox{
|
|
287
|
+
.table-checkbox {
|
|
283
288
|
width: 17px;
|
|
284
289
|
height: 17px;
|
|
285
290
|
}
|
|
286
291
|
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
}
|
|
292
|
+
.manage-footer {
|
|
293
|
+
.btn-page {
|
|
294
|
+
color: var(--color-on-sheet);
|
|
295
|
+
border: solid 1px var(--color-sheet-low);
|
|
296
|
+
background-color: var(--color-sheet-container);
|
|
293
297
|
}
|
|
298
|
+
}
|
|
294
299
|
|
|
295
300
|
th {
|
|
296
301
|
position: relative;
|
|
@@ -96,11 +96,11 @@ export default {
|
|
|
96
96
|
}
|
|
97
97
|
</script>
|
|
98
98
|
<style lang="scss">
|
|
99
|
-
@
|
|
99
|
+
@use "../../style/variables/base";
|
|
100
100
|
|
|
101
101
|
$btnTabsWidth: 50px;
|
|
102
102
|
|
|
103
|
-
.#{
|
|
103
|
+
.#{base.$prefix}tabs {
|
|
104
104
|
max-width: 100%;
|
|
105
105
|
display: flex;
|
|
106
106
|
flex-direction: row;
|
|
@@ -1,73 +1,76 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
2
|
+
<r-container :class="`${$r.prefix}timeline`" full-width>
|
|
3
|
+
<r-row v-for="(item,i) in items" :key="i" class="timeline-item" no-gutters>
|
|
4
|
+
<r-col v-if="$r.breakpoint.mdAndUp" class="md-5">
|
|
5
|
+
<slot :item="item" :k="i" name="back"></slot>
|
|
6
|
+
</r-col>
|
|
7
|
+
<r-col class="col-2 md-2">
|
|
8
|
+
<slot :item="item" :k="i" name="counter">
|
|
9
|
+
<div class="d-flex h-center v-center h-full">
|
|
10
|
+
<div class="timeline-counter color-one d-flex h-center v-center">{{ i + 1 }}</div>
|
|
11
|
+
</div>
|
|
12
|
+
</slot>
|
|
13
|
+
</r-col>
|
|
14
|
+
<r-col class="col-10 md-5">
|
|
15
|
+
<slot :item="item" :k="i">{{ item }}</slot>
|
|
16
|
+
</r-col>
|
|
17
|
+
</r-row>
|
|
18
|
+
</r-container>
|
|
19
19
|
</template>
|
|
20
20
|
<script>
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
}
|
|
27
|
-
}
|
|
21
|
+
export default {
|
|
22
|
+
name: "rTimeline",
|
|
23
|
+
props: {
|
|
24
|
+
items: {
|
|
25
|
+
type: Array
|
|
28
26
|
}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
29
|
</script>
|
|
30
30
|
<style lang="scss">
|
|
31
|
-
|
|
31
|
+
@use "sass:math";
|
|
32
|
+
@use "../../style/variables/base";
|
|
33
|
+
@use "../../style/mixins";
|
|
34
|
+
@use "../../style/mixins/container" as mixins2;
|
|
32
35
|
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
36
|
+
.#{base.$prefix}timeline {
|
|
37
|
+
.timeline-item {
|
|
38
|
+
position: relative;
|
|
39
|
+
padding: 30px 0;
|
|
37
40
|
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
41
|
+
&:not(:last-child):before {
|
|
42
|
+
content: '';
|
|
43
|
+
width: 1px;
|
|
44
|
+
height: 40%;
|
|
45
|
+
border-right: 2px solid var(--color-border);
|
|
46
|
+
position: absolute;
|
|
47
|
+
bottom: -20%;
|
|
48
|
+
z-index: 0;
|
|
49
|
+
@include mixins.rtl() {
|
|
50
|
+
right: math.percentage(math.div(1, base.$grid-columns));
|
|
51
|
+
}
|
|
52
|
+
@include mixins.ltr() {
|
|
53
|
+
left: math.percentage(math.div(1, base.$grid-columns));
|
|
54
|
+
}
|
|
55
|
+
}
|
|
53
56
|
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
57
|
+
@include mixins2.media-breakpoint-up('md') {
|
|
58
|
+
&:nth-child(2n) {
|
|
59
|
+
flex-direction: row-reverse;
|
|
60
|
+
}
|
|
61
|
+
&:not(:last-child):before {
|
|
62
|
+
left: 50% !important;
|
|
63
|
+
right: unset !important;
|
|
64
|
+
}
|
|
65
|
+
}
|
|
63
66
|
|
|
64
|
-
|
|
67
|
+
}
|
|
65
68
|
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
69
|
+
.timeline-counter {
|
|
70
|
+
width: 50px;
|
|
71
|
+
height: 50px;
|
|
72
|
+
border-radius: 50%;
|
|
73
|
+
z-index: 1;
|
|
74
|
+
}
|
|
75
|
+
}
|
|
73
76
|
</style>
|
|
@@ -116,21 +116,21 @@ export default {
|
|
|
116
116
|
}
|
|
117
117
|
</script>
|
|
118
118
|
<style lang="scss">
|
|
119
|
-
@
|
|
119
|
+
@use "../../style/variables/base";
|
|
120
120
|
|
|
121
121
|
$distance: 20px;
|
|
122
|
-
.#{
|
|
122
|
+
.#{base.$prefix}tree {
|
|
123
123
|
position: relative;
|
|
124
124
|
width: 100%;
|
|
125
125
|
height: 100%;
|
|
126
126
|
|
|
127
127
|
&.tree-searchable {
|
|
128
|
-
|
|
128
|
+
.#{base.$prefix}float {
|
|
129
129
|
height: calc(100% - 70px)
|
|
130
130
|
}
|
|
131
131
|
}
|
|
132
132
|
|
|
133
|
-
|
|
133
|
+
.#{base.$prefix}float {
|
|
134
134
|
direction: ltr;
|
|
135
135
|
}
|
|
136
136
|
|
|
@@ -162,10 +162,10 @@ export default {
|
|
|
162
162
|
}
|
|
163
163
|
</script>
|
|
164
164
|
<style lang="scss">
|
|
165
|
-
@
|
|
165
|
+
@use "../../style/variables/base";
|
|
166
166
|
|
|
167
167
|
$distance: 20px;
|
|
168
|
-
.#{
|
|
168
|
+
.#{base.$prefix}tree-element {
|
|
169
169
|
direction: ltr;
|
|
170
170
|
position: relative;
|
|
171
171
|
display: table;
|
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use "sass:map";
|
|
2
|
+
@use "../../style/variables/base";
|
|
3
|
+
|
|
2
4
|
|
|
3
5
|
.r-directive-animate {
|
|
4
|
-
transition-timing-function:
|
|
6
|
+
transition-timing-function: map.get(base.$transition, 'swing');
|
|
5
7
|
transition-property: opacity, transform;
|
|
6
8
|
|
|
7
9
|
&.fade {
|
|
@@ -14,96 +16,125 @@
|
|
|
14
16
|
|
|
15
17
|
&.scaleIn {
|
|
16
18
|
transform: scale(.5);
|
|
17
|
-
|
|
18
|
-
|
|
19
|
+
|
|
20
|
+
&.animate {
|
|
21
|
+
transform: translateZ(0) scale(1);
|
|
19
22
|
}
|
|
20
23
|
}
|
|
21
|
-
|
|
24
|
+
|
|
25
|
+
&.scaleOut {
|
|
22
26
|
transform: scale(1.3);
|
|
23
|
-
|
|
24
|
-
|
|
27
|
+
|
|
28
|
+
&.animate {
|
|
29
|
+
transform: translateZ(0) scale(1);
|
|
25
30
|
}
|
|
26
31
|
}
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
32
|
+
|
|
33
|
+
&.up {
|
|
34
|
+
transform: translate3d(0, 100px, 0);
|
|
35
|
+
|
|
36
|
+
&.animate {
|
|
37
|
+
transform: translate3d(0, 0, 0);
|
|
31
38
|
}
|
|
32
39
|
}
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
40
|
+
|
|
41
|
+
&.down {
|
|
42
|
+
transform: translate3d(0, -100px, 0);
|
|
43
|
+
|
|
44
|
+
&.animate {
|
|
45
|
+
transform: translate3d(0, 0, 0);
|
|
37
46
|
}
|
|
38
47
|
}
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
48
|
+
|
|
49
|
+
&.right {
|
|
50
|
+
transform: translate3d(-100px, 0, 0);
|
|
51
|
+
|
|
52
|
+
&.animate {
|
|
53
|
+
transform: translate3d(0, 0, 0);
|
|
43
54
|
}
|
|
44
55
|
}
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
56
|
+
|
|
57
|
+
&.left {
|
|
58
|
+
transform: translate3d(100px, 0, 0);
|
|
59
|
+
|
|
60
|
+
&.animate {
|
|
61
|
+
transform: translate3d(0, 0, 0);
|
|
49
62
|
}
|
|
50
63
|
}
|
|
51
|
-
|
|
64
|
+
|
|
65
|
+
&.flipLeft {
|
|
52
66
|
transform: perspective(2500px) rotateY(-100deg);
|
|
53
67
|
backface-visibility: hidden;
|
|
54
|
-
|
|
68
|
+
|
|
69
|
+
&.animate {
|
|
55
70
|
transform: perspective(2500px) rotateY(0deg);
|
|
56
71
|
}
|
|
57
72
|
}
|
|
58
|
-
|
|
73
|
+
|
|
74
|
+
&.flipRight {
|
|
59
75
|
transform: perspective(2500px) rotateY(100deg);
|
|
60
76
|
backface-visibility: hidden;
|
|
61
|
-
|
|
77
|
+
|
|
78
|
+
&.animate {
|
|
62
79
|
transform: perspective(2500px) rotateY(0deg);
|
|
63
80
|
}
|
|
64
81
|
}
|
|
65
|
-
|
|
82
|
+
|
|
83
|
+
&.flipUp {
|
|
66
84
|
transform: perspective(2500px) rotateX(100deg);
|
|
67
85
|
backface-visibility: hidden;
|
|
68
|
-
|
|
86
|
+
|
|
87
|
+
&.animate {
|
|
69
88
|
transform: perspective(2500px) rotateX(0deg);
|
|
70
89
|
}
|
|
71
90
|
}
|
|
72
|
-
|
|
91
|
+
|
|
92
|
+
&.flipDown {
|
|
73
93
|
transform: perspective(2500px) rotateX(-100deg);
|
|
74
94
|
backface-visibility: hidden;
|
|
75
|
-
|
|
95
|
+
|
|
96
|
+
&.animate {
|
|
76
97
|
transform: perspective(2500px) rotateX(0deg);
|
|
77
98
|
}
|
|
78
99
|
}
|
|
79
|
-
|
|
100
|
+
|
|
101
|
+
&.du-100 {
|
|
80
102
|
transition-duration: 0.1s;
|
|
81
103
|
}
|
|
82
|
-
|
|
104
|
+
|
|
105
|
+
&.du-200 {
|
|
83
106
|
transition-duration: 0.2s;
|
|
84
107
|
}
|
|
85
|
-
|
|
108
|
+
|
|
109
|
+
&.du-300 {
|
|
86
110
|
transition-duration: 0.3s;
|
|
87
111
|
}
|
|
88
|
-
|
|
112
|
+
|
|
113
|
+
&.du-400 {
|
|
89
114
|
transition-duration: 0.4s;
|
|
90
115
|
}
|
|
91
|
-
|
|
116
|
+
|
|
117
|
+
&.du-500 {
|
|
92
118
|
transition-duration: 0.5s;
|
|
93
119
|
}
|
|
94
|
-
|
|
120
|
+
|
|
121
|
+
&.du-600 {
|
|
95
122
|
transition-duration: 0.6s;
|
|
96
123
|
}
|
|
97
|
-
|
|
124
|
+
|
|
125
|
+
&.du-700 {
|
|
98
126
|
transition-duration: 0.7s;
|
|
99
127
|
}
|
|
100
|
-
|
|
128
|
+
|
|
129
|
+
&.du-800 {
|
|
101
130
|
transition-duration: 0.8s;
|
|
102
131
|
}
|
|
103
|
-
|
|
132
|
+
|
|
133
|
+
&.du-900 {
|
|
104
134
|
transition-duration: 0.9s;
|
|
105
135
|
}
|
|
106
|
-
|
|
136
|
+
|
|
137
|
+
&.du-1000 {
|
|
107
138
|
transition-duration: 1s;
|
|
108
139
|
}
|
|
109
140
|
}
|
package/directive/drag/index.js
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use "sass:map";
|
|
2
|
+
@use "../../style/variables/base";
|
|
2
3
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
|
|
5
|
+
$ripple-animation-transition-in: transform .25s map.get(base.$transition, 'fast-in-slow-out'),
|
|
6
|
+
opacity .1s map.get(base.$transition, 'fast-in-slow-out') !default;
|
|
7
|
+
$ripple-animation-transition-out: opacity .3s map.get(base.$transition, 'fast-in-slow-out') !default;
|
|
6
8
|
|
|
7
9
|
.ripple {
|
|
8
10
|
&-container {
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
@import "~renusify/style/include";
|
|
2
|
-
|
|
3
1
|
.r-skeleton {
|
|
4
2
|
* {
|
|
5
3
|
opacity: 0 !important;
|
|
6
4
|
}
|
|
7
5
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
6
|
+
& {
|
|
7
|
+
-webkit-text-fill-color: transparent !important;
|
|
8
|
+
background-color: rgba(0, 0, 0, 0.12) !important;
|
|
9
|
+
overflow: hidden !important;
|
|
10
|
+
position: relative !important;
|
|
11
|
+
}
|
|
12
|
+
;
|
|
13
13
|
|
|
14
14
|
&:after {
|
|
15
15
|
animation: skeletonloading 1.5s infinite;
|