@fishawack/lab-velocity 1.11.0 → 2.0.0-beta.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.
Files changed (95) hide show
  1. package/README.md +13 -7
  2. package/_base.scss +1 -1
  3. package/_defaults.scss +2 -3
  4. package/_variables.scss +16 -18
  5. package/components/_alert.scss +2 -2
  6. package/components/_basic.scss +5 -4
  7. package/components/_breadcrumbs.scss +7 -8
  8. package/components/_button.scss +11 -12
  9. package/components/_cascader.scss +1 -1
  10. package/components/_checkbox.scss +27 -26
  11. package/components/_chip.scss +24 -0
  12. package/components/_collapse.scss +2 -3
  13. package/components/_datepicker.scss +7 -6
  14. package/components/_footer.scss +1 -1
  15. package/components/_form.scss +6 -4
  16. package/components/_header.scss +4 -5
  17. package/components/_icon.scss +4 -3
  18. package/components/_inputNumber.scss +4 -3
  19. package/components/_link.scss +7 -7
  20. package/components/_loader.scss +3 -4
  21. package/components/_menu.scss +22 -22
  22. package/components/_pageTitle.scss +3 -3
  23. package/components/_permissionLegend.scss +18 -0
  24. package/components/_select.scss +3 -2
  25. package/components/_sidebar.scss +5 -6
  26. package/components/_switch.scss +2 -2
  27. package/components/_table.scss +3 -3
  28. package/components/_tooltip.scss +2 -2
  29. package/components/_typography.scss +71 -62
  30. package/components/_upload.scss +1 -1
  31. package/components/_wysiwyg.scss +3 -2
  32. package/components/_wysiwyg2.scss +37 -31
  33. package/general.scss +1 -2
  34. package/index.js +38 -30
  35. package/modules/_AuthModule.scss +32 -29
  36. package/modules/_AuthVariables.scss +3 -3
  37. package/modules/_modal.scss +3 -3
  38. package/package.json +109 -102
  39. package/vendor.scss +2 -2
  40. package/AuthModule/components/AuthModal.vue +0 -110
  41. package/AuthModule/components/VPasswordValidation.vue +0 -66
  42. package/AuthModule/js/AuthAxios.js +0 -59
  43. package/AuthModule/js/AuthRoutes.js +0 -186
  44. package/AuthModule/js/AuthStore.js +0 -99
  45. package/AuthModule/js/FakeAPI.js +0 -84
  46. package/AuthModule/routes/account-exists.vue +0 -35
  47. package/AuthModule/routes/change-password.vue +0 -162
  48. package/AuthModule/routes/container.vue +0 -38
  49. package/AuthModule/routes/expired-reset.vue +0 -76
  50. package/AuthModule/routes/expired-verification.vue +0 -100
  51. package/AuthModule/routes/force-reset.vue +0 -142
  52. package/AuthModule/routes/forgot.vue +0 -87
  53. package/AuthModule/routes/login.vue +0 -138
  54. package/AuthModule/routes/logincallback.vue +0 -46
  55. package/AuthModule/routes/loginheadless.vue +0 -16
  56. package/AuthModule/routes/loginsso.vue +0 -127
  57. package/AuthModule/routes/logout.vue +0 -21
  58. package/AuthModule/routes/register.vue +0 -151
  59. package/AuthModule/routes/reset.vue +0 -123
  60. package/AuthModule/routes/success-forgot.vue +0 -117
  61. package/AuthModule/routes/success-reset.vue +0 -35
  62. package/AuthModule/routes/success-verify.vue +0 -29
  63. package/AuthModule/routes/verify.vue +0 -110
  64. package/Icon.vue +0 -33
  65. package/Svg.vue +0 -40
  66. package/basic/Button.vue +0 -111
  67. package/basic/link.vue +0 -63
  68. package/form/Cascader.vue +0 -85
  69. package/form/Checkbox.vue +0 -39
  70. package/form/CheckboxGroup.vue +0 -69
  71. package/form/DatePicker.vue +0 -100
  72. package/form/InputNumber.vue +0 -90
  73. package/form/Select.vue +0 -110
  74. package/form/Switch.vue +0 -63
  75. package/form/Upload.vue +0 -103
  76. package/form/Wysiwyg.vue +0 -127
  77. package/form/Wysiwyg2.vue +0 -278
  78. package/form/basic.vue +0 -88
  79. package/form/color.vue +0 -22
  80. package/form/file.vue +0 -89
  81. package/form/input.js +0 -79
  82. package/form/input.vue +0 -85
  83. package/layout/Alert.vue +0 -38
  84. package/layout/Footer.vue +0 -35
  85. package/layout/Header.vue +0 -15
  86. package/layout/Loader.vue +0 -39
  87. package/layout/Tooltip.vue +0 -46
  88. package/layout/pageTitle.vue +0 -18
  89. package/layout/sideBar.vue +0 -27
  90. package/navigation/Breadcrumbs.vue +0 -32
  91. package/navigation/BreadcrumbsItem.vue +0 -19
  92. package/navigation/Menu.vue +0 -16
  93. package/navigation/MenuItem.vue +0 -20
  94. package/navigation/MenuItemGroup.vue +0 -20
  95. package/navigation/SubMenu.vue +0 -20
@@ -1,15 +1,17 @@
1
- @import 'element-plus/theme-chalk/el-menu';
2
- @import 'element-plus/theme-chalk/el-menu-item';
3
- @import 'element-plus/theme-chalk/el-sub-menu';
1
+ @import "element-plus/theme-chalk/el-menu";
2
+ @import "element-plus/theme-chalk/el-menu-item";
3
+ @import "element-plus/theme-chalk/el-sub-menu";
4
4
 
5
- ul.vel-menu {
5
+ ul.vel-menu {
6
6
  li {
7
- --el-menu-level-padding : 0;
7
+ --el-menu-level-padding: 0;
8
8
  padding-right: 0px;
9
9
  }
10
- .el-sub-menu__title, a, .el-menu-item > * {
10
+ .el-sub-menu__title,
11
+ a,
12
+ .el-menu-item > * {
11
13
  font-size: get-ratio(18px);
12
- border-left: solid .5 * $spacing transparent;
14
+ border-left: solid 0.5 * $spacing transparent;
13
15
  padding: 0 2.5 * $spacing;
14
16
  width: 100%;
15
17
  display: flex;
@@ -20,12 +22,11 @@ ul.vel-menu {
20
22
  width: 2.5 * $spacing;
21
23
  min-width: 2.5 * $spacing;
22
24
  fill: currentColor;
23
- margin-right: .5 * $spacing;
25
+ margin-right: 0.5 * $spacing;
24
26
  * {
25
27
  vertical-align: middle;
26
28
  }
27
29
  }
28
-
29
30
  }
30
31
 
31
32
  .el-sub-menu__title {
@@ -35,27 +36,28 @@ ul.vel-menu {
35
36
  a {
36
37
  height: 100%;
37
38
  box-sizing: border-box;
38
- border-left: solid .5 * $spacing $color8;
39
+ border-left: solid 0.5 * $spacing $color8;
39
40
  .vel-icon {
40
41
  width: 2.5 * $spacing;
41
42
  max-width: 2.5 * $spacing;
42
43
  min-width: 2.5 * $spacing;
43
44
  padding-bottom: 0px;
44
45
  }
45
- &.active{
46
+ &.active {
46
47
  border-left-color: $color1;
47
48
  }
48
-
49
49
  }
50
-
51
- span, .el-sub-menu__icon-arrow {
50
+
51
+ span,
52
+ .el-sub-menu__icon-arrow {
52
53
  opacity: 0;
53
- transition: .2s ease-in-out opacity;
54
- margin-left: .5 * $spacing;
54
+ transition: 0.2s ease-in-out opacity;
55
+ margin-left: 0.5 * $spacing;
55
56
  }
56
57
 
57
58
  .active & {
58
- span,.el-sub-menu__icon-arrow {
59
+ span,
60
+ .el-sub-menu__icon-arrow {
59
61
  opacity: 1;
60
62
  }
61
63
  }
@@ -66,11 +68,10 @@ ul.vel-menu {
66
68
  }
67
69
  }
68
70
 
69
-
70
-
71
71
  .vel-sub-menu {
72
72
  --el-menu-level-padding: 0;
73
- .el-menu-item, .vel-sub-menu {
73
+ .el-menu-item,
74
+ .vel-sub-menu {
74
75
  padding-left: 5 * $spacing !important;
75
76
  }
76
77
  .el-sub-menu__title {
@@ -98,13 +99,12 @@ ul.vel-menu {
98
99
  }
99
100
 
100
101
  .el-sub-menu {
101
-
102
102
  .vel-menu-item {
103
103
  a.active {
104
104
  border-left-color: transparent;
105
105
  }
106
106
  }
107
- .vel-menu-item a{
107
+ .vel-menu-item a {
108
108
  padding-left: 0px;
109
109
  padding-right: 0px;
110
110
  }
@@ -1,8 +1,8 @@
1
1
  .vel-page-title {
2
2
  padding: 3 * $spacing 6 * $spacing;
3
3
  background-color: $color0;
4
- border-bottom: .5 * $spacing solid;
5
- border-image: linear-gradient(90deg, #FF558F 0%, #856DF6 100%) 1;
6
- box-shadow: .5 * $spacing .5 * $spacing $spacing 0px #00000040;
4
+ border-bottom: 0.5 * $spacing solid;
5
+ border-image: linear-gradient(90deg, #ff558f 0%, #856df6 100%) 1;
6
+ box-shadow: 0.5 * $spacing 0.5 * $spacing $spacing 0px #00000040;
7
7
  margin-bottom: 2.5 * $spacing;
8
8
  }
@@ -0,0 +1,18 @@
1
+ .permission-legend {
2
+ background-color: #f2f2f2;
3
+ border: 1px solid #e6e6e6;
4
+ padding: $spacing * 2;
5
+ }
6
+
7
+ .permission-legend__list {
8
+ list-style: none;
9
+ padding-left: 0;
10
+
11
+ & > li {
12
+ margin-bottom: $spacing;
13
+ }
14
+ }
15
+
16
+ .permission-legend__description {
17
+ padding-left: $spacing;
18
+ }
@@ -5,12 +5,13 @@
5
5
  @import "element-plus/theme-chalk/el-popper";
6
6
  @import "element-plus/theme-chalk/el-select";
7
7
 
8
- .vel-select {
8
+ .vel-select {
9
9
  .el-select__wrapper {
10
10
  font-size: get-ratio(16px);
11
11
  padding: get-ratio(17px) get-ratio(16px);
12
12
  }
13
- .el-select__input, .el-select__selected-item {
13
+ .el-select__input,
14
+ .el-select__selected-item {
14
15
  line-height: get-ratio(16px);
15
16
  height: get-ratio(16px);
16
17
  }
@@ -2,11 +2,11 @@
2
2
  flex-basis: $spacing * 7.5;
3
3
  display: flex;
4
4
  flex-direction: column;
5
- box-shadow: 0px $spacing * .5 $spacing * .5 0px hsla(0, 0%, 0%, 0.251);
5
+ box-shadow: 0px $spacing * 0.5 $spacing * 0.5 0px hsla(0, 0%, 0%, 0.251);
6
6
  min-height: 10vh;
7
7
  max-height: 100vh;
8
8
  overflow: hidden;
9
- transition: flex-basis .3s ease-in-out;
9
+ transition: flex-basis 0.3s ease-in-out;
10
10
  background-color: $color0;
11
11
 
12
12
  position: sticky;
@@ -15,10 +15,9 @@
15
15
  min-width: get-ratio(64px);
16
16
  flex-basis: get-ratio(64px);
17
17
 
18
-
19
18
  > div {
20
19
  &:first-child {
21
- flex-grow: .80;
20
+ flex-grow: 0.8;
22
21
  }
23
22
  &:last-child {
24
23
  margin-bottom: 5.5vh;
@@ -48,10 +47,10 @@
48
47
  .vel-side-bar__bottom {
49
48
  display: flex;
50
49
  justify-content: flex-end;
51
- border-top: solid 1px #E6E6E6;
50
+ border-top: solid 1px #e6e6e6;
52
51
  padding: $spacing $spacing * 1.5;
53
52
  }
54
53
 
55
54
  main {
56
55
  overflow: hidden;
57
- }
56
+ }
@@ -9,6 +9,6 @@
9
9
  height: auto;
10
10
  }
11
11
  .vel-switch__label {
12
- margin-right: .5rem;
12
+ margin-right: 0.5rem;
13
13
  }
14
- }
14
+ }
@@ -4,8 +4,8 @@
4
4
 
5
5
  .el-table {
6
6
  padding: get-ratio(8px);
7
- thead tr .el-table__cell{
8
- background-color: #F7F7F7;
7
+ thead tr .el-table__cell {
8
+ background-color: #f7f7f7;
9
9
  }
10
10
  .el-table__cell {
11
11
  padding: get-ratio(8px) get-ratio(12px);
@@ -17,4 +17,4 @@
17
17
  display: flex;
18
18
  width: 100%;
19
19
  max-width: 100%;
20
- }
20
+ }
@@ -1,4 +1,4 @@
1
1
  @import "element-plus/theme-chalk/el-tooltip";
2
2
 
3
- .vel-tooltip{
4
- }
3
+ .vel-tooltip {
4
+ }
@@ -2,119 +2,128 @@
2
2
  /* Primary font
3
3
  -------------------------------------------------- */
4
4
  @font-face {
5
- font-family : $primaryFont;
6
- font-weight : 400;
7
- font-style : normal;
5
+ font-family: $primaryFont;
6
+ font-weight: 400;
7
+ font-style: normal;
8
8
 
9
- src :
10
- resolve($primaryFontRegular + '.woff2') format('woff2'),
11
- resolve($primaryFontRegular + '.woff') format('woff'),
9
+ src:
10
+ resolve($primaryFontRegular + ".woff2") format("woff2"),
11
+ resolve($primaryFontRegular + ".woff") format("woff");
12
12
  }
13
13
 
14
14
  @font-face {
15
- font-family : $primaryFont;
16
- font-weight : 100;
17
- font-style : normal;
15
+ font-family: $primaryFont;
16
+ font-weight: 100;
17
+ font-style: normal;
18
18
 
19
- src :
20
- resolve($primaryFontThin + '.woff2') format('woff2'),
21
- resolve($primaryFontThin + '.woff') format('woff'),
19
+ src:
20
+ resolve($primaryFontThin + ".woff2") format("woff2"),
21
+ resolve($primaryFontThin + ".woff") format("woff");
22
22
  }
23
23
 
24
24
  @font-face {
25
- font-family : $primaryFont;
26
- font-weight : 200;
27
- font-style : normal;
25
+ font-family: $primaryFont;
26
+ font-weight: 200;
27
+ font-style: normal;
28
28
 
29
- src :
30
- resolve($primaryFontExtraLight + '.woff2') format('woff2'),
31
- resolve($primaryFontExtraLight + '.woff') format('woff'),
29
+ src:
30
+ resolve($primaryFontExtraLight + ".woff2") format("woff2"),
31
+ resolve($primaryFontExtraLight + ".woff") format("woff");
32
32
  }
33
33
 
34
34
  @font-face {
35
- font-family : $primaryFont;
36
- font-weight : 300;
37
- font-style : normal;
35
+ font-family: $primaryFont;
36
+ font-weight: 300;
37
+ font-style: normal;
38
38
 
39
- src :
40
- resolve($primaryFontLight + '.woff2') format('woff2'),
41
- resolve($primaryFontLight + '.woff') format('woff'),
39
+ src:
40
+ resolve($primaryFontLight + ".woff2") format("woff2"),
41
+ resolve($primaryFontLight + ".woff") format("woff");
42
42
  }
43
43
 
44
44
  @font-face {
45
- font-family : $primaryFont;
46
- font-weight : 500;
47
- font-style : normal;
45
+ font-family: $primaryFont;
46
+ font-weight: 500;
47
+ font-style: normal;
48
48
 
49
- src :
50
- resolve($primaryFontMedium + '.woff2') format('woff2'),
51
- resolve($primaryFontMedium + '.woff') format('woff'),
49
+ src:
50
+ resolve($primaryFontMedium + ".woff2") format("woff2"),
51
+ resolve($primaryFontMedium + ".woff") format("woff");
52
52
  }
53
53
 
54
54
  @font-face {
55
- font-family : $primaryFont;
56
- font-weight : 600;
57
- font-style : normal;
55
+ font-family: $primaryFont;
56
+ font-weight: 600;
57
+ font-style: normal;
58
58
 
59
- src :
60
- resolve($primaryFontSemiBold + '.woff2') format('woff2'),
61
- resolve($primaryFontSemiBold + '.woff') format('woff'),
59
+ src:
60
+ resolve($primaryFontSemiBold + ".woff2") format("woff2"),
61
+ resolve($primaryFontSemiBold + ".woff") format("woff");
62
62
  }
63
63
 
64
64
  @font-face {
65
- font-family : $primaryFont;
66
- font-weight : 700;
67
- font-style : normal;
65
+ font-family: $primaryFont;
66
+ font-weight: 700;
67
+ font-style: normal;
68
68
 
69
- src :
70
- resolve($primaryFontBold + '.woff2') format('woff2'),
71
- resolve($primaryFontBold + '.woff2') format('woff2'),
69
+ src:
70
+ resolve($primaryFontBold + ".woff2") format("woff2"),
71
+ resolve($primaryFontBold + ".woff2") format("woff2");
72
72
  }
73
73
 
74
-
75
-
76
74
  @font-face {
77
- font-family : $secondaryFont;
78
- font-weight : 500;
79
- font-style : normal;
75
+ font-family: $secondaryFont;
76
+ font-weight: 500;
77
+ font-style: normal;
80
78
 
81
- src :
82
- resolve($secondaryFontMedium + '.ttf') format('truetype')
79
+ src: resolve($secondaryFontMedium + ".ttf") format("truetype");
83
80
  }
84
81
 
85
-
86
- h1,.h1 {
82
+ h1,
83
+ .h1 {
87
84
  font-size: get-ratio(48px);
88
85
  line-height: get-ratio(56px);
89
86
  font-family: $primaryFont;
90
87
  }
91
88
 
92
- h2, .h2 {
89
+ h2,
90
+ .h2 {
93
91
  font-size: get-ratio(36px);
94
92
  line-height: get-ratio(48px);
95
- font-family : $secondaryFont;
93
+ font-family: $secondaryFont;
96
94
  }
97
95
 
98
- h3, .h3 {
96
+ h3,
97
+ .h3 {
99
98
  font-size: get-ratio(32px);
100
99
  line-height: get-ratio(42px);
101
- font-family : $primaryFont;
100
+ font-family: $primaryFont;
102
101
  }
103
102
 
104
- h4, .h4 {
103
+ h4,
104
+ .h4 {
105
105
  font-size: get-ratio(24px);
106
106
  line-height: get-ratio(32px);
107
- font-family : $primaryFont;
107
+ font-family: $primaryFont;
108
108
  }
109
109
 
110
- h5, .h5 {
110
+ h5,
111
+ .h5 {
111
112
  font-size: get-ratio(20px);
112
113
  line-height: get-ratio(24px);
113
114
  font-weight: 700;
114
- font-family : $primaryFont;
115
+ font-family: $primaryFont;
115
116
  }
116
- h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5 {
117
-
117
+ h1,
118
+ .h1,
119
+ h2,
120
+ .h2,
121
+ h3,
122
+ .h3,
123
+ h4,
124
+ .h4,
125
+ h5,
126
+ .h5 {
118
127
  font-weight: 500;
119
128
  }
120
129
 
@@ -149,5 +158,5 @@ h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5 {
149
158
  font-size: get-ratio(60px);
150
159
  line-height: get-ratio(68px);
151
160
  font-weight: 500;
152
- font-family : $primaryFont;
161
+ font-family: $primaryFont;
153
162
  }
@@ -12,4 +12,4 @@
12
12
  &__error {
13
13
  color: $colorAlert;
14
14
  }
15
- }
15
+ }
@@ -1,6 +1,7 @@
1
1
  @import "quill/dist/quill.snow";
2
2
  @import "quill/dist/quill.core";
3
3
 
4
- .ql-container,.ql-toolbar {
4
+ .ql-container,
5
+ .ql-toolbar {
5
6
  background-color: $color0;
6
- }
7
+ }
@@ -11,9 +11,9 @@
11
11
  border-bottom: none;
12
12
  // margin-bottom: .5 * $spacing;
13
13
  font-size: get-ratio(14px);
14
- padding: 0 .5 * $spacing;
14
+ padding: 0 0.5 * $spacing;
15
15
  > * {
16
- padding: .5 * $spacing;
16
+ padding: 0.5 * $spacing;
17
17
  padding-right: $spacing;
18
18
  --el-font-size-base: get-ratio(14px);
19
19
  &:not(:last-child) {
@@ -29,7 +29,8 @@
29
29
  padding: 3px 5px;
30
30
  line-height: 1;
31
31
  border: none;
32
- &.is-active, &:hover {
32
+ &.is-active,
33
+ &:hover {
33
34
  background-color: $color5;
34
35
  }
35
36
  svg {
@@ -47,61 +48,64 @@
47
48
  stroke-linejoin: round;
48
49
  stroke-width: 2;
49
50
  }
50
-
51
+
51
52
  .ql-stroke-miter {
52
53
  fill: none;
53
54
  stroke: #444;
54
55
  stroke-miterlimit: 10;
55
56
  stroke-width: 2;
56
57
  }
57
-
58
+
58
59
  .ql-fill,
59
60
  .ql-stroke.ql-fill {
60
61
  fill: #444;
61
62
  }
62
-
63
+
63
64
  .ql-empty {
64
65
  fill: none;
65
66
  }
66
-
67
+
67
68
  .ql-even {
68
69
  fill-rule: evenodd;
69
70
  }
70
-
71
+
71
72
  .ql-thin,
72
73
  .ql-stroke.ql-thin {
73
74
  stroke-width: 1;
74
75
  }
75
-
76
+
76
77
  .ql-transparent {
77
78
  opacity: 0.4;
78
- }
79
+ }
79
80
 
80
- ~ div {
81
- // margin-top: $spacing;
82
- border: solid $color5 2px;
83
- background-color: $color0;
84
- > div {
85
- padding: 2 * $spacing;
81
+ ~ div {
82
+ // margin-top: $spacing;
83
+ border: solid $color5 2px;
84
+ background-color: $color0;
85
+ > div {
86
+ padding: 2 * $spacing;
87
+ }
86
88
  }
87
- }
88
89
  }
89
90
  .vel-wysiwyg__button {
90
- // border: solid 1px $color1;
91
- background-color: transparent;
92
- // cursor: pointer;
91
+ // border: solid 1px $color1;
92
+ background-color: transparent;
93
+ // cursor: pointer;
93
94
 
94
- &.is-active, &:hover {
95
- background-color: $color5;
96
- }
95
+ &.is-active,
96
+ &:hover {
97
+ background-color: $color5;
98
+ }
97
99
  }
98
100
 
99
101
  .vel-wysiwyg {
100
102
  // border: solid $color1 1px;
101
103
  // padding: $spacing * 1.5;
102
104
 
103
- table,td,th {
104
- border: solid .5px $color1;
105
+ table,
106
+ td,
107
+ th {
108
+ border: solid 0.5px $color1;
105
109
  }
106
110
  th {
107
111
  background-color: $color5;
@@ -115,10 +119,10 @@
115
119
  }
116
120
  }
117
121
 
118
-
119
-
120
- .lab-table, .lab-table-cell, .lab-table-header {
121
- border: solid .5px $color1;
122
+ .lab-table,
123
+ .lab-table-cell,
124
+ .lab-table-header {
125
+ border: solid 0.5px $color1;
122
126
  }
123
127
  .lab-table-header {
124
128
  background-color: $color5;
@@ -130,7 +134,9 @@
130
134
  }
131
135
  }
132
136
  .lab-table-cell {
133
- &:active, &:focus-within, &.selectedCell {
134
- background-color: transparentize($color: $color5, $amount: .8);
137
+ &:active,
138
+ &:focus-within,
139
+ &.selectedCell {
140
+ background-color: transparentize($color: $color5, $amount: 0.8);
135
141
  }
136
142
  }
package/general.scss CHANGED
@@ -31,5 +31,4 @@
31
31
  @import "./components/_loader.scss";
32
32
  @import "./modules/_AuthModule.scss";
33
33
 
34
-
35
- @import "./_base.scss";
34
+ @import "./_base.scss";
package/index.js CHANGED
@@ -1,34 +1,42 @@
1
- export { default as Button } from "./basic/Button.vue";
2
- export { default as Link } from "./basic/link.vue";
1
+ import Router from "./_Build/vue/modules/AuthModule/js/router.js";
2
+ import Axios from "./_Build/vue/modules/AuthModule/js/axios.js";
3
+ import Store from "./_Build/vue/modules/AuthModule/js/store.js";
3
4
 
4
- export { default as Basic } from "./form/basic.vue";
5
- export { default as Checkbox } from "./form/Checkbox.vue";
6
- export { default as CheckboxGroup } from "./form/CheckboxGroup.vue";
7
- export { default as Color } from "./form/color.vue";
8
- export { default as DatePicker } from "./form/DatePicker.vue";
9
- export { default as file } from "./form/file.vue";
10
- export { default as Select } from "./form/Select.vue";
11
- export { default as Switch } from "./form/Switch.vue";
12
- export { default as Wysiwyg } from "./form/Wysiwyg.vue";
13
- export { default as Wysiwyg2 } from "./form/Wysiwyg2.vue";
14
- export { default as Upload } from "./form/Upload.vue";
15
- export { default as InputNumber } from "./form/InputNumber.vue";
5
+ export const Auth = {
6
+ Router,
7
+ Axios,
8
+ Store,
9
+ };
16
10
 
17
- export { default as SideBar } from "./layout/sideBar.vue";
18
- export { default as Footer } from "./layout/Footer.vue";
19
- export { default as Header } from "./layout/Header.vue";
20
- export { default as PageTitle } from "./layout/pageTitle.vue";
21
- export { default as Alert } from "./layout/Alert.vue";
22
- export { default as Tooltip } from "./layout/Tooltip.vue";
23
- export { default as Menu } from "./navigation/Menu.vue";
24
- export { default as MenuItem } from "./navigation/MenuItem.vue";
25
- export { default as MenuItemGroup } from "./navigation/MenuItemGroup.vue";
26
- export { default as SubMenu } from "./navigation/SubMenu.vue";
27
- export { default as Breadcrumbs } from "./navigation/Breadcrumbs.vue";
28
- export { default as BreadcrumbsItem } from "./navigation/BreadcrumbsItem.vue";
11
+ export { default as Button } from "./_Build/vue/components/basic/Button.vue";
12
+ export { default as Link } from "./_Build/vue/components/basic/link.vue";
29
13
 
30
- export { default as Icon } from "./Icon.vue";
31
- export { default as Svg } from "./Svg.vue";
32
- export { default as Loader } from "./layout/Loader.vue";
14
+ export { default as Basic } from "./_Build/vue/components/form/basic.vue";
15
+ export { default as Checkbox } from "./_Build/vue/components/form/Checkbox.vue";
16
+ export { default as CheckboxGroup } from "./_Build/vue/components/form/CheckboxGroup.vue";
17
+ export { default as Color } from "./_Build/vue/components/form/color.vue";
18
+ export { default as DatePicker } from "./_Build/vue/components/form/DatePicker.vue";
19
+ export { default as file } from "./_Build/vue/components/form/file.vue";
20
+ export { default as Select } from "./_Build/vue/components/form/Select.vue";
21
+ export { default as Switch } from "./_Build/vue/components/form/Switch.vue";
22
+ export { default as Wysiwyg } from "./_Build/vue/components/form/Wysiwyg.vue";
23
+ export { default as Wysiwyg2 } from "./_Build/vue/components/form/Wysiwyg2.vue";
24
+ export { default as Upload } from "./_Build/vue/components/form/Upload.vue";
25
+ export { default as InputNumber } from "./_Build/vue/components/form/InputNumber.vue";
33
26
 
34
- export { authRoutes } from './AuthModule/js/AuthRoutes.js';
27
+ export { default as SideBar } from "./_Build/vue/components/layout/sideBar.vue";
28
+ export { default as Footer } from "./_Build/vue/components/layout/Footer.vue";
29
+ export { default as Header } from "./_Build/vue/components/layout/Header.vue";
30
+ export { default as PageTitle } from "./_Build/vue/components/layout/pageTitle.vue";
31
+ export { default as Alert } from "./_Build/vue/components/layout/Alert.vue";
32
+ export { default as Tooltip } from "./_Build/vue/components/layout/Tooltip.vue";
33
+ export { default as Menu } from "./_Build/vue/components/navigation/Menu.vue";
34
+ export { default as MenuItem } from "./_Build/vue/components/navigation/MenuItem.vue";
35
+ export { default as MenuItemGroup } from "./_Build/vue/components/navigation/MenuItemGroup.vue";
36
+ export { default as SubMenu } from "./_Build/vue/components/navigation/SubMenu.vue";
37
+ export { default as Breadcrumbs } from "./_Build/vue/components/navigation/Breadcrumbs.vue";
38
+ export { default as BreadcrumbsItem } from "./_Build/vue/components/navigation/BreadcrumbsItem.vue";
39
+
40
+ export { default as Icon } from "./_Build/vue/components/Icon.vue";
41
+ export { default as Svg } from "./_Build/vue/components/Svg.vue";
42
+ export { default as Loader } from "./_Build/vue/components/layout/Loader.vue";