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.
Files changed (105) hide show
  1. package/components/app/style.scss +6 -4
  2. package/components/app/toast/style.scss +4 -3
  3. package/components/avatar/style.scss +2 -2
  4. package/components/bar/bottomNavigationCircle.vue +7 -5
  5. package/components/bar/scss/bottomNav.scss +15 -12
  6. package/components/bar/scss/toolbar.scss +32 -30
  7. package/components/bar/toolbar/index.vue +2 -2
  8. package/components/bar/toolbar/laptop.vue +1 -1
  9. package/components/bar/toolbar/mobile.vue +1 -1
  10. package/components/breadcrumb/bredcrumbItem.vue +1 -1
  11. package/components/breadcrumb/style.scss +6 -6
  12. package/components/button/index.vue +1 -1
  13. package/components/button/style.scss +41 -36
  14. package/components/calendar/index.vue +4 -3
  15. package/components/card/index.vue +1 -1
  16. package/components/card/style.scss +14 -11
  17. package/components/chart/chart.vue +3 -4
  18. package/components/chart/worldMap.vue +2 -2
  19. package/components/chat/MessageList.vue +122 -119
  20. package/components/chat/chatInput.vue +3 -3
  21. package/components/chat/chatMsg.vue +23 -21
  22. package/components/chat/index.vue +2 -2
  23. package/components/chip/style.scss +21 -16
  24. package/components/codeEditor/highlightCss.vue +1 -1
  25. package/components/codeEditor/highlightHtml.vue +1 -1
  26. package/components/codeEditor/highlightJs.vue +1 -1
  27. package/components/codeEditor/index.vue +6 -6
  28. package/components/container/style.scss +12 -10
  29. package/components/content/index.vue +17 -14
  30. package/components/cropper/index.vue +2 -2
  31. package/components/float/index.vue +456 -454
  32. package/components/form/camInput/index.vue +2 -2
  33. package/components/form/checkInput/index.vue +2 -2
  34. package/components/form/checkboxInput/index.vue +5 -4
  35. package/components/form/colorInput/Alpha.vue +1 -1
  36. package/components/form/colorInput/Preview.vue +1 -1
  37. package/components/form/colorInput/Saturation.vue +1 -1
  38. package/components/form/colorInput/index.vue +2 -2
  39. package/components/form/colorInput/picker.vue +10 -8
  40. package/components/form/dateInput/index.vue +2 -2
  41. package/components/form/fileInput/index.vue +0 -3
  42. package/components/form/fileInput/single.vue +3 -3
  43. package/components/form/groupInput/index.vue +5 -4
  44. package/components/form/input/index.vue +31 -29
  45. package/components/form/jsonInput/JsonView.vue +5 -4
  46. package/components/form/jsonInput/index.vue +35 -33
  47. package/components/form/numberInput/index.vue +11 -8
  48. package/components/form/radioInput/index.vue +6 -4
  49. package/components/form/rangeInput/index.vue +11 -10
  50. package/components/form/ratingInput/index.vue +5 -5
  51. package/components/form/selectInput/index.vue +8 -6
  52. package/components/form/switchInput/index.vue +9 -7
  53. package/components/form/telInput/index.vue +2 -2
  54. package/components/form/text-editor/style.scss +10 -7
  55. package/components/form/textArea/index.vue +2 -2
  56. package/components/form/timeInput/timepicker.vue +4 -3
  57. package/components/form/unitInput/index.vue +8 -6
  58. package/components/icon/style.scss +5 -4
  59. package/components/img/index.vue +2 -2
  60. package/components/index.js +0 -2
  61. package/components/list/index.vue +1 -1
  62. package/components/list/style.scss +6 -5
  63. package/components/map/index.vue +3 -3
  64. package/components/map/route.vue +2 -2
  65. package/components/menu/index.vue +4 -3
  66. package/components/modal/style.scss +19 -15
  67. package/components/nestable/index.vue +4 -4
  68. package/components/notify/index.vue +55 -53
  69. package/components/notify/notification.vue +5 -3
  70. package/components/progress/style.scss +8 -5
  71. package/components/searchBox/index.vue +15 -12
  72. package/components/skeleton/index.vue +5 -3
  73. package/components/slider/index.vue +18 -15
  74. package/components/swiper/index.vue +2 -2
  75. package/components/table/crud/index.vue +2 -2
  76. package/components/table/style.scss +87 -82
  77. package/components/tabs/index.vue +2 -2
  78. package/components/timeline/index.vue +64 -61
  79. package/components/tree/index.vue +4 -4
  80. package/components/tree/tree-element.vue +2 -2
  81. package/directive/animate/style.scss +72 -41
  82. package/directive/drag/index.js +1 -1
  83. package/directive/ripple/style.scss +6 -4
  84. package/directive/skeleton/style.scss +0 -2
  85. package/directive/sortable/index.js +1 -1
  86. package/directive/sortable/style.scss +7 -3
  87. package/directive/title/style.scss +4 -2
  88. package/index.js +10 -10
  89. package/package.json +1 -1
  90. package/style/app.scss +64 -56
  91. package/style/colors.scss +26 -22
  92. package/style/functions/index.scss +8 -8
  93. package/style/mixins/container.scss +24 -19
  94. package/style/mixins/index.scss +19 -15
  95. package/style/mixins/utilities.scss +26 -21
  96. package/style/style.scss +5 -6
  97. package/style/transitions.scss +14 -13
  98. package/style/variables/base.scss +26 -24
  99. package/style/variables/utilities.scss +35 -34
  100. package/components/html2pdf/index.js +0 -4
  101. package/components/html2pdf/index.vue +0 -280
  102. package/components/html2pdf/pageBreak.js +0 -1
  103. package/components/html2pdf/pageBreak.vue +0 -12
  104. package/style/_include.scss +0 -3
  105. 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
- @import "../../style/include";
138
+ @use "../../style/variables/base";
139
139
 
140
- .#{$prefix}code-editor {
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
- @import "renusify/style/_include.scss";
1
+ @use "sass:math";
2
+ @use "../../style/variables/base";
3
+ @use "../../style/mixins/container" as mixins;
2
4
 
3
- .#{$prefix}container {
4
- padding: $container-padding-x;
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($form-grid-gutter, -2);
37
- margin-left: div($form-grid-gutter, -2);
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($form-grid-gutter, 2) !important;
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
- .#{$prefix}divider {
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
- @import '../../style/_include';
23
+ @use "sass:map";
24
+ @use "../../style/variables/base";
25
+ @use "../../style/mixins";
24
26
 
25
- .#{$prefix}content {
26
- --belowHeader: #{$toolbar-height};
27
+
28
+ .#{base.$prefix}content {
29
+ --belowHeader: #{base.$toolbar-height};
27
30
  width: 100%;
28
31
  max-width: 100%;
29
- transition: 0.2s map-get($transition, 'fast-out-slow-in');
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: $navbar-width;
41
+ @include mixins.rtl() {
42
+ padding-right: base.$navbar-width;
40
43
  }
41
- @include ltr() {
42
- padding-left: $navbar-width;
44
+ @include mixins.ltr() {
45
+ padding-left: base.$navbar-width;
43
46
  }
44
47
  }
45
48
 
46
49
  &.moved {
47
- width: calc(100% + #{$navbar-width});
48
- @include rtl() {
49
- margin-right: $navbar-width;
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: $navbar-width;
54
+ @include mixins.ltr() {
55
+ margin-left: base.$navbar-width;
53
56
  }
54
57
  }
55
58
 
@@ -292,9 +292,9 @@ export default {
292
292
  </script>
293
293
 
294
294
  <style lang="scss">
295
- @import "../../style/include";
295
+ @use "../../style/variables/base";
296
296
 
297
- .#{$prefix}cropper {
297
+ .#{base.$prefix}cropper {
298
298
  width: 300px;
299
299
 
300
300
  .image-box {