nuxt-glorious 0.7.9-9 → 0.8.2-oteacher
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/module.json +1 -1
- package/dist/runtime/assets/style/components/buttons.css +6 -6
- package/dist/runtime/assets/style/components/drawer.css +1 -1
- package/dist/runtime/assets/style/components/dropdown.css +1 -1
- package/dist/runtime/assets/style/components/file.css +5 -5
- package/dist/runtime/assets/style/components/input.css +1 -1
- package/dist/runtime/assets/style/components/modal.css +1 -1
- package/dist/runtime/assets/style/components/paginate.css +2 -2
- package/dist/runtime/assets/style/components/tab.css +1 -1
- package/dist/runtime/components/G/Button.vue +6 -6
- package/dist/runtime/components/G/Drawer.vue +1 -1
- package/dist/runtime/components/G/Dropdown.vue +1 -1
- package/dist/runtime/components/G/File.vue +5 -5
- package/dist/runtime/components/G/Input.vue +1 -1
- package/dist/runtime/components/G/Modal.vue +1 -1
- package/dist/runtime/components/G/Paginate.vue +2 -2
- package/dist/runtime/components/G/Tab.vue +1 -1
- package/package.json +1 -1
package/dist/module.json
CHANGED
@@ -30,7 +30,7 @@
|
|
30
30
|
}
|
31
31
|
|
32
32
|
.outline.glorious-button-orange, .outline.glorious-button-blue, .outline.glorious-button-gray, .outline.glorious-button-red, .outline.glorious-button-primary {
|
33
|
-
@apply
|
33
|
+
@apply border outline-none;
|
34
34
|
}
|
35
35
|
|
36
36
|
.glorious-button-orange > div.loading, .glorious-button-blue > div.loading, .glorious-button-gray > div.loading, .glorious-button-red > div.loading, .glorious-button-primary > div.loading {
|
@@ -38,7 +38,7 @@
|
|
38
38
|
}
|
39
39
|
|
40
40
|
.glorious-button-primary {
|
41
|
-
@apply bg-green-700 hover:bg-green-600 rounded-md
|
41
|
+
@apply bg-green-700 hover:bg-green-600 rounded-md border-green-500 px-3;
|
42
42
|
}
|
43
43
|
.glorious-button-primary.outline {
|
44
44
|
@apply text-gray-500 hover:bg-green-100;
|
@@ -48,7 +48,7 @@
|
|
48
48
|
}
|
49
49
|
|
50
50
|
.glorious-button-red {
|
51
|
-
@apply bg-red-500 hover:bg-red-600 rounded-md
|
51
|
+
@apply bg-red-500 hover:bg-red-600 rounded-md border-red-500 px-3;
|
52
52
|
}
|
53
53
|
.glorious-button-red.outline {
|
54
54
|
@apply text-gray-500 hover:bg-red-100;
|
@@ -58,7 +58,7 @@
|
|
58
58
|
}
|
59
59
|
|
60
60
|
.glorious-button-gray {
|
61
|
-
@apply bg-gray-500 hover:bg-gray-600 rounded-md
|
61
|
+
@apply bg-gray-500 hover:bg-gray-600 rounded-md border-gray-500 px-3;
|
62
62
|
}
|
63
63
|
.glorious-button-gray.outline {
|
64
64
|
@apply text-gray-500 hover:bg-gray-100;
|
@@ -68,7 +68,7 @@
|
|
68
68
|
}
|
69
69
|
|
70
70
|
.glorious-button-blue {
|
71
|
-
@apply bg-blue-500 hover:bg-blue-600 rounded-md
|
71
|
+
@apply bg-blue-500 hover:bg-blue-600 rounded-md border-blue-500 px-3;
|
72
72
|
}
|
73
73
|
.glorious-button-blue.outline {
|
74
74
|
@apply text-gray-500 hover:bg-blue-100;
|
@@ -78,7 +78,7 @@
|
|
78
78
|
}
|
79
79
|
|
80
80
|
.glorious-button-orange {
|
81
|
-
@apply bg-orange-500 hover:bg-orange-600 rounded-md
|
81
|
+
@apply bg-orange-500 hover:bg-orange-600 rounded-md border-orange-500 px-3;
|
82
82
|
}
|
83
83
|
.glorious-button-orange.outline {
|
84
84
|
@apply text-gray-500 hover:bg-orange-100;
|
@@ -14,5 +14,5 @@
|
|
14
14
|
@apply absolute top-0 bottom-0 my-auto z-[20];
|
15
15
|
}
|
16
16
|
.glorious-dropdown.open > div:last-child {
|
17
|
-
@apply
|
17
|
+
@apply px-2 py-2 rounded-md shadow absolute z-[41] left-[16px] top-5 flex;
|
18
18
|
}
|
@@ -18,7 +18,7 @@
|
|
18
18
|
@apply rounded-md ring-1 ring-green-500 overflow-hidden cursor-pointer relative;
|
19
19
|
}
|
20
20
|
.glorious-file-primary > div.placeholder {
|
21
|
-
@apply bg-green-500
|
21
|
+
@apply bg-green-500 px-3 w-max;
|
22
22
|
}
|
23
23
|
.glorious-file-primary > div:last-child {
|
24
24
|
@apply absolute left-3 hidden;
|
@@ -28,7 +28,7 @@
|
|
28
28
|
@apply rounded-md ring-1 ring-red-500 px-3 cursor-pointer relative;
|
29
29
|
}
|
30
30
|
.glorious-file-red > div.placeholder {
|
31
|
-
@apply bg-green-500
|
31
|
+
@apply bg-green-500 px-3 w-max;
|
32
32
|
}
|
33
33
|
.glorious-file-red > div:last-child {
|
34
34
|
@apply absolute left-3;
|
@@ -38,7 +38,7 @@
|
|
38
38
|
@apply rounded-md ring-1 ring-gray-500 px-3 cursor-pointer relative;
|
39
39
|
}
|
40
40
|
.glorious-file-gray > div.placeholder {
|
41
|
-
@apply bg-green-500
|
41
|
+
@apply bg-green-500 px-3 w-max;
|
42
42
|
}
|
43
43
|
.glorious-file-gray > div:last-child {
|
44
44
|
@apply absolute left-3;
|
@@ -48,7 +48,7 @@
|
|
48
48
|
@apply rounded-md ring-1 ring-blue-500 px-3 cursor-pointer relative;
|
49
49
|
}
|
50
50
|
.glorious-file-blue > div.placeholder {
|
51
|
-
@apply bg-green-500
|
51
|
+
@apply bg-green-500 px-3 w-max;
|
52
52
|
}
|
53
53
|
.glorious-file-blue > div:last-child {
|
54
54
|
@apply absolute left-3;
|
@@ -58,7 +58,7 @@
|
|
58
58
|
@apply rounded-md ring-1 ring-orange-500 px-3 cursor-pointer relative;
|
59
59
|
}
|
60
60
|
.glorious-file-orange > div.placeholder {
|
61
|
-
@apply bg-green-500
|
61
|
+
@apply bg-green-500 px-3 w-max;
|
62
62
|
}
|
63
63
|
.glorious-file-orange > div:last-child {
|
64
64
|
@apply absolute left-3;
|
@@ -3,7 +3,7 @@
|
|
3
3
|
}
|
4
4
|
|
5
5
|
.glorious-modal {
|
6
|
-
@apply fixed
|
6
|
+
@apply fixed md:top-[15%] z-50 right-0 left-0 mx-auto p-3 md:rounded-md rounded-t-md md:bottom-0 bottom-0 overflow-y-auto;
|
7
7
|
}
|
8
8
|
.glorious-modal.size-full {
|
9
9
|
@apply w-full h-full top-0 rounded-none;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
.glorious-paginate > div {
|
2
|
-
@apply border border-gray-50 rounded-xl h-8 flex items-center px-1
|
2
|
+
@apply border border-gray-50 rounded-xl h-8 flex items-center px-1 shadow-md gap-1 w-max;
|
3
3
|
direction: rtl;
|
4
4
|
}
|
5
5
|
.glorious-paginate > div > div {
|
@@ -13,5 +13,5 @@
|
|
13
13
|
@apply text-[13px];
|
14
14
|
}
|
15
15
|
.paginate.active {
|
16
|
-
@apply bg-green-500 rounded-lg
|
16
|
+
@apply bg-green-500 rounded-lg font-bold text-[13px];
|
17
17
|
}
|
@@ -104,7 +104,7 @@ const props = defineProps({
|
|
104
104
|
}
|
105
105
|
|
106
106
|
.outline.glorious-button-orange, .outline.glorious-button-blue, .outline.glorious-button-gray, .outline.glorious-button-red, .outline.glorious-button-primary {
|
107
|
-
@apply
|
107
|
+
@apply border outline-none;
|
108
108
|
}
|
109
109
|
|
110
110
|
.glorious-button-orange > div.loading, .glorious-button-blue > div.loading, .glorious-button-gray > div.loading, .glorious-button-red > div.loading, .glorious-button-primary > div.loading {
|
@@ -112,7 +112,7 @@ const props = defineProps({
|
|
112
112
|
}
|
113
113
|
|
114
114
|
.glorious-button-primary {
|
115
|
-
@apply bg-green-700 hover:bg-green-600 rounded-md
|
115
|
+
@apply bg-green-700 hover:bg-green-600 rounded-md border-green-500 px-3;
|
116
116
|
}
|
117
117
|
.glorious-button-primary.outline {
|
118
118
|
@apply text-gray-500 hover:bg-green-100;
|
@@ -122,7 +122,7 @@ const props = defineProps({
|
|
122
122
|
}
|
123
123
|
|
124
124
|
.glorious-button-red {
|
125
|
-
@apply bg-red-500 hover:bg-red-600 rounded-md
|
125
|
+
@apply bg-red-500 hover:bg-red-600 rounded-md border-red-500 px-3;
|
126
126
|
}
|
127
127
|
.glorious-button-red.outline {
|
128
128
|
@apply text-gray-500 hover:bg-red-100;
|
@@ -132,7 +132,7 @@ const props = defineProps({
|
|
132
132
|
}
|
133
133
|
|
134
134
|
.glorious-button-gray {
|
135
|
-
@apply bg-gray-500 hover:bg-gray-600 rounded-md
|
135
|
+
@apply bg-gray-500 hover:bg-gray-600 rounded-md border-gray-500 px-3;
|
136
136
|
}
|
137
137
|
.glorious-button-gray.outline {
|
138
138
|
@apply text-gray-500 hover:bg-gray-100;
|
@@ -142,7 +142,7 @@ const props = defineProps({
|
|
142
142
|
}
|
143
143
|
|
144
144
|
.glorious-button-blue {
|
145
|
-
@apply bg-blue-500 hover:bg-blue-600 rounded-md
|
145
|
+
@apply bg-blue-500 hover:bg-blue-600 rounded-md border-blue-500 px-3;
|
146
146
|
}
|
147
147
|
.glorious-button-blue.outline {
|
148
148
|
@apply text-gray-500 hover:bg-blue-100;
|
@@ -152,7 +152,7 @@ const props = defineProps({
|
|
152
152
|
}
|
153
153
|
|
154
154
|
.glorious-button-orange {
|
155
|
-
@apply bg-orange-500 hover:bg-orange-600 rounded-md
|
155
|
+
@apply bg-orange-500 hover:bg-orange-600 rounded-md border-orange-500 px-3;
|
156
156
|
}
|
157
157
|
.glorious-button-orange.outline {
|
158
158
|
@apply text-gray-500 hover:bg-orange-100;
|
@@ -58,6 +58,6 @@ onMounted(() => {
|
|
58
58
|
@apply absolute top-0 bottom-0 my-auto z-[20];
|
59
59
|
}
|
60
60
|
.glorious-dropdown.open > div:last-child {
|
61
|
-
@apply
|
61
|
+
@apply px-2 py-2 rounded-md shadow absolute z-[41] left-[16px] top-5 flex;
|
62
62
|
}
|
63
63
|
</style>
|
@@ -94,7 +94,7 @@ const deleteFile = (event: any) => {
|
|
94
94
|
@apply rounded-md ring-1 ring-green-500 overflow-hidden cursor-pointer relative;
|
95
95
|
}
|
96
96
|
.glorious-file-primary > div.placeholder {
|
97
|
-
@apply bg-green-500
|
97
|
+
@apply bg-green-500 px-3 w-max;
|
98
98
|
}
|
99
99
|
.glorious-file-primary > div:last-child {
|
100
100
|
@apply absolute left-3 hidden;
|
@@ -104,7 +104,7 @@ const deleteFile = (event: any) => {
|
|
104
104
|
@apply rounded-md ring-1 ring-red-500 px-3 cursor-pointer relative;
|
105
105
|
}
|
106
106
|
.glorious-file-red > div.placeholder {
|
107
|
-
@apply bg-green-500
|
107
|
+
@apply bg-green-500 px-3 w-max;
|
108
108
|
}
|
109
109
|
.glorious-file-red > div:last-child {
|
110
110
|
@apply absolute left-3;
|
@@ -114,7 +114,7 @@ const deleteFile = (event: any) => {
|
|
114
114
|
@apply rounded-md ring-1 ring-gray-500 px-3 cursor-pointer relative;
|
115
115
|
}
|
116
116
|
.glorious-file-gray > div.placeholder {
|
117
|
-
@apply bg-green-500
|
117
|
+
@apply bg-green-500 px-3 w-max;
|
118
118
|
}
|
119
119
|
.glorious-file-gray > div:last-child {
|
120
120
|
@apply absolute left-3;
|
@@ -124,7 +124,7 @@ const deleteFile = (event: any) => {
|
|
124
124
|
@apply rounded-md ring-1 ring-blue-500 px-3 cursor-pointer relative;
|
125
125
|
}
|
126
126
|
.glorious-file-blue > div.placeholder {
|
127
|
-
@apply bg-green-500
|
127
|
+
@apply bg-green-500 px-3 w-max;
|
128
128
|
}
|
129
129
|
.glorious-file-blue > div:last-child {
|
130
130
|
@apply absolute left-3;
|
@@ -134,7 +134,7 @@ const deleteFile = (event: any) => {
|
|
134
134
|
@apply rounded-md ring-1 ring-orange-500 px-3 cursor-pointer relative;
|
135
135
|
}
|
136
136
|
.glorious-file-orange > div.placeholder {
|
137
|
-
@apply bg-green-500
|
137
|
+
@apply bg-green-500 px-3 w-max;
|
138
138
|
}
|
139
139
|
.glorious-file-orange > div:last-child {
|
140
140
|
@apply absolute left-3;
|
@@ -264,6 +264,6 @@ watch(
|
|
264
264
|
@apply mt-3 gap-2 flex flex-wrap;
|
265
265
|
}
|
266
266
|
.glorious-input-tag > div {
|
267
|
-
@apply bg-green-500 px-1 rounded
|
267
|
+
@apply bg-green-500 px-1 rounded flex items-center gap-2 cursor-pointer;
|
268
268
|
}
|
269
269
|
</style>
|
@@ -48,7 +48,7 @@ const props = defineProps({
|
|
48
48
|
}
|
49
49
|
|
50
50
|
.glorious-modal {
|
51
|
-
@apply fixed
|
51
|
+
@apply fixed md:top-[15%] z-50 right-0 left-0 mx-auto p-3 md:rounded-md rounded-t-md md:bottom-0 bottom-0 overflow-y-auto;
|
52
52
|
}
|
53
53
|
.glorious-modal.size-full {
|
54
54
|
@apply w-full h-full top-0 rounded-none;
|
@@ -111,7 +111,7 @@ watch(
|
|
111
111
|
|
112
112
|
<style>
|
113
113
|
.glorious-paginate > div {
|
114
|
-
@apply border border-gray-50 rounded-xl h-8 flex items-center px-1
|
114
|
+
@apply border border-gray-50 rounded-xl h-8 flex items-center px-1 shadow-md gap-1 w-max;
|
115
115
|
direction: rtl;
|
116
116
|
}
|
117
117
|
.glorious-paginate > div > div {
|
@@ -125,6 +125,6 @@ watch(
|
|
125
125
|
@apply text-[13px];
|
126
126
|
}
|
127
127
|
.paginate.active {
|
128
|
-
@apply bg-green-500 rounded-lg
|
128
|
+
@apply bg-green-500 rounded-lg font-bold text-[13px];
|
129
129
|
}
|
130
130
|
</style>
|
@@ -52,6 +52,6 @@ const tabClicked: any = (key: string, event: any) => {
|
|
52
52
|
@apply text-gray-700 text-[14px] hover:bg-green-200 hover:text-gray-800 cursor-pointer px-2 py-1 rounded-lg;
|
53
53
|
}
|
54
54
|
.glorious-tab > div > button.active {
|
55
|
-
@apply font-bold
|
55
|
+
@apply font-bold bg-green-700;
|
56
56
|
}
|
57
57
|
</style>
|
package/package.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
{
|
2
|
-
"version": "0.
|
2
|
+
"version": "0.8.2-oteacher",
|
3
3
|
"name": "nuxt-glorious",
|
4
4
|
"description": "This package provides many things needed by a project, including server requests and authentication, SEO and other requirements of a project.",
|
5
5
|
"repository": "sajadhzj/nuxt-glorious",
|