renusify 2.2.5 → 2.3.0
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 +7 -5
- package/components/bar/scss/bottomNav.scss +15 -12
- package/components/bar/scss/toolbar.scss +32 -30
- package/components/bar/toolbar/index.vue +2 -2
- package/components/bar/toolbar/laptop.vue +1 -1
- package/components/bar/toolbar/mobile.vue +1 -1
- package/components/breadcrumb/bredcrumbItem.vue +1 -1
- 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 -4
- 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 +35 -33
- 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 +0 -2
- 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 +64 -56
- package/style/colors.scss +26 -22
- package/style/functions/index.scss +8 -8
- package/style/mixins/container.scss +24 -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
|
@@ -64,13 +64,13 @@ export default {
|
|
|
64
64
|
name: "r-code-editor",
|
|
65
65
|
components: {
|
|
66
66
|
HighlightCss: defineAsyncComponent(() =>
|
|
67
|
-
import("./highlightCss")
|
|
67
|
+
import("./highlightCss.vue")
|
|
68
68
|
), HighlightScript: defineAsyncComponent(() =>
|
|
69
|
-
import("./highlightJs")
|
|
69
|
+
import("./highlightJs.vue")
|
|
70
70
|
), highlightHtml: defineAsyncComponent(() =>
|
|
71
|
-
import("./highlightHtml")
|
|
71
|
+
import("./highlightHtml.vue")
|
|
72
72
|
), RCodeEditorRun: defineAsyncComponent(() =>
|
|
73
|
-
import("./run")
|
|
73
|
+
import("./run.vue")
|
|
74
74
|
)
|
|
75
75
|
},
|
|
76
76
|
props: {
|
|
@@ -135,9 +135,9 @@ export default {
|
|
|
135
135
|
</script>
|
|
136
136
|
|
|
137
137
|
<style lang="scss">
|
|
138
|
-
@
|
|
138
|
+
@use "../../style/variables/base";
|
|
139
139
|
|
|
140
|
-
.#{
|
|
140
|
+
.#{base.$prefix}code-editor {
|
|
141
141
|
position: relative;
|
|
142
142
|
white-space: break-spaces;
|
|
143
143
|
caret-color: white;
|
|
@@ -1,11 +1,13 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use "sass:math";
|
|
2
|
+
@use "../../style/variables/base";
|
|
3
|
+
@use "../../style/mixins/container" as mixins;
|
|
2
4
|
|
|
3
|
-
.#{
|
|
4
|
-
padding:
|
|
5
|
+
.#{base.$prefix}container {
|
|
6
|
+
padding: base.$container-padding-x;
|
|
5
7
|
margin-right: auto;
|
|
6
8
|
margin-left: auto;
|
|
7
9
|
|
|
8
|
-
@include make-container-max-widths;
|
|
10
|
+
@include mixins.make-container-max-widths;
|
|
9
11
|
|
|
10
12
|
&.container-fluid {
|
|
11
13
|
max-width: 100%;
|
|
@@ -23,7 +25,7 @@
|
|
|
23
25
|
//
|
|
24
26
|
// Rows contain and clear the floats of your columns.
|
|
25
27
|
.row {
|
|
26
|
-
@include make-row ;
|
|
28
|
+
@include mixins.make-row ;
|
|
27
29
|
|
|
28
30
|
.col {
|
|
29
31
|
&.h-center, &.h-start, &.h-end,
|
|
@@ -33,11 +35,11 @@
|
|
|
33
35
|
}
|
|
34
36
|
|
|
35
37
|
&-dense {
|
|
36
|
-
margin-right: div(
|
|
37
|
-
margin-left: div(
|
|
38
|
+
margin-right: math.div(base.$form-grid-gutter, -2);
|
|
39
|
+
margin-left: math.div(base.$form-grid-gutter, -2);
|
|
38
40
|
|
|
39
41
|
.col {
|
|
40
|
-
padding: div(
|
|
42
|
+
padding: math.div(base.$form-grid-gutter, 2) !important;
|
|
41
43
|
}
|
|
42
44
|
}
|
|
43
45
|
|
|
@@ -87,13 +89,13 @@
|
|
|
87
89
|
// Columns
|
|
88
90
|
//
|
|
89
91
|
// Common styles for small and large grid columns
|
|
90
|
-
@include make-grid-columns;
|
|
92
|
+
@include mixins.make-grid-columns;
|
|
91
93
|
|
|
92
94
|
|
|
93
95
|
//divider
|
|
94
96
|
$divider-inset-margin: 72px !default;
|
|
95
97
|
|
|
96
|
-
.#{
|
|
98
|
+
.#{base.$prefix}divider {
|
|
97
99
|
display: block;
|
|
98
100
|
flex: 1 1 0px;
|
|
99
101
|
max-width: 100%;
|
|
@@ -20,36 +20,39 @@ export default {
|
|
|
20
20
|
</script>
|
|
21
21
|
|
|
22
22
|
<style lang="scss">
|
|
23
|
-
@
|
|
23
|
+
@use "sass:map";
|
|
24
|
+
@use "../../style/variables/base";
|
|
25
|
+
@use "../../style/mixins";
|
|
24
26
|
|
|
25
|
-
|
|
26
|
-
|
|
27
|
+
|
|
28
|
+
.#{base.$prefix}content {
|
|
29
|
+
--belowHeader: #{base.$toolbar-height};
|
|
27
30
|
width: 100%;
|
|
28
31
|
max-width: 100%;
|
|
29
|
-
transition: 0.2s map
|
|
32
|
+
transition: 0.2s map.get(base.$transition, 'fast-out-slow-in');
|
|
30
33
|
position: relative;
|
|
31
|
-
@include firefox() {
|
|
34
|
+
@include mixins.firefox() {
|
|
32
35
|
@media print {
|
|
33
36
|
display: block
|
|
34
37
|
}
|
|
35
38
|
}
|
|
36
39
|
|
|
37
40
|
&.flipped {
|
|
38
|
-
@include rtl() {
|
|
39
|
-
padding-right:
|
|
41
|
+
@include mixins.rtl() {
|
|
42
|
+
padding-right: base.$navbar-width;
|
|
40
43
|
}
|
|
41
|
-
@include ltr() {
|
|
42
|
-
padding-left:
|
|
44
|
+
@include mixins.ltr() {
|
|
45
|
+
padding-left: base.$navbar-width;
|
|
43
46
|
}
|
|
44
47
|
}
|
|
45
48
|
|
|
46
49
|
&.moved {
|
|
47
|
-
width: calc(100% + #{
|
|
48
|
-
@include rtl() {
|
|
49
|
-
margin-right:
|
|
50
|
+
width: calc(100% + #{base.$navbar-width});
|
|
51
|
+
@include mixins.rtl() {
|
|
52
|
+
margin-right: base.$navbar-width;
|
|
50
53
|
}
|
|
51
|
-
@include ltr() {
|
|
52
|
-
margin-left:
|
|
54
|
+
@include mixins.ltr() {
|
|
55
|
+
margin-left: base.$navbar-width;
|
|
53
56
|
}
|
|
54
57
|
}
|
|
55
58
|
|