@admin-layout/demo-tailwind-browser 12.2.3-alpha.9 → 12.2.4-alpha.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/lib/routes.json +75 -23
- package/package.json +5 -5
package/lib/routes.json
CHANGED
|
@@ -5,7 +5,9 @@
|
|
|
5
5
|
"name": "Home",
|
|
6
6
|
"hideInMenu": true,
|
|
7
7
|
"icon": "",
|
|
8
|
-
"path": "/o/:orgName/dashboard"
|
|
8
|
+
"path": "/o/:orgName/dashboard",
|
|
9
|
+
"componentPath": "@admin-layout/demo-tailwind-browser/lib/pages/Home.js",
|
|
10
|
+
"hasComponent": true
|
|
9
11
|
}
|
|
10
12
|
},
|
|
11
13
|
{
|
|
@@ -15,7 +17,9 @@
|
|
|
15
17
|
"icon": "IoMdSettings",
|
|
16
18
|
"path": "/o/:orgName/exception",
|
|
17
19
|
"position": "LOWER",
|
|
18
|
-
"exact": false
|
|
20
|
+
"exact": false,
|
|
21
|
+
"componentPath": "@admin-layout/demo-tailwind-browser/lib/components/exception/exception.js",
|
|
22
|
+
"hasComponent": true
|
|
19
23
|
}
|
|
20
24
|
},
|
|
21
25
|
{
|
|
@@ -26,7 +30,9 @@
|
|
|
26
30
|
"auth": true,
|
|
27
31
|
"position": "LOWER",
|
|
28
32
|
"exact": true,
|
|
29
|
-
"priority": 1
|
|
33
|
+
"priority": 1,
|
|
34
|
+
"componentPath": "@admin-layout/demo-tailwind-browser/lib/components/exception/403/Component.js",
|
|
35
|
+
"hasComponent": true
|
|
30
36
|
}
|
|
31
37
|
},
|
|
32
38
|
{
|
|
@@ -37,7 +43,9 @@
|
|
|
37
43
|
"auth": true,
|
|
38
44
|
"position": "LOWER",
|
|
39
45
|
"exact": true,
|
|
40
|
-
"priority": 2
|
|
46
|
+
"priority": 2,
|
|
47
|
+
"componentPath": "@admin-layout/demo-tailwind-browser/lib/components/exception/404/Component.js",
|
|
48
|
+
"hasComponent": true
|
|
41
49
|
}
|
|
42
50
|
},
|
|
43
51
|
{
|
|
@@ -48,7 +56,9 @@
|
|
|
48
56
|
"auth": true,
|
|
49
57
|
"position": "LOWER",
|
|
50
58
|
"exact": true,
|
|
51
|
-
"priority": 3
|
|
59
|
+
"priority": 3,
|
|
60
|
+
"componentPath": "@admin-layout/demo-tailwind-browser/lib/components/exception/500/Component.js",
|
|
61
|
+
"hasComponent": true
|
|
52
62
|
}
|
|
53
63
|
},
|
|
54
64
|
{
|
|
@@ -59,7 +69,9 @@
|
|
|
59
69
|
"path": "/o/:orgName/result",
|
|
60
70
|
"position": "LOWER",
|
|
61
71
|
"auth": true,
|
|
62
|
-
"exact": false
|
|
72
|
+
"exact": false,
|
|
73
|
+
"componentPath": "@admin-layout/demo-tailwind-browser/lib/components/result/result.js",
|
|
74
|
+
"hasComponent": true
|
|
63
75
|
}
|
|
64
76
|
},
|
|
65
77
|
{
|
|
@@ -70,7 +82,9 @@
|
|
|
70
82
|
"path": "/o/:orgName/result/student-1",
|
|
71
83
|
"position": "LOWER",
|
|
72
84
|
"auth": true,
|
|
73
|
-
"exact": false
|
|
85
|
+
"exact": false,
|
|
86
|
+
"componentPath": "@admin-layout/demo-tailwind-browser/lib/components/result/result.js",
|
|
87
|
+
"hasComponent": true
|
|
74
88
|
}
|
|
75
89
|
},
|
|
76
90
|
{
|
|
@@ -81,7 +95,9 @@
|
|
|
81
95
|
"path": "/o/:orgName/result/student-2",
|
|
82
96
|
"position": "LOWER",
|
|
83
97
|
"auth": true,
|
|
84
|
-
"exact": false
|
|
98
|
+
"exact": false,
|
|
99
|
+
"componentPath": "@admin-layout/demo-tailwind-browser/lib/components/result/result.js",
|
|
100
|
+
"hasComponent": true
|
|
85
101
|
}
|
|
86
102
|
},
|
|
87
103
|
{
|
|
@@ -92,7 +108,9 @@
|
|
|
92
108
|
"path": "/o/:orgName/result/student-2/beena",
|
|
93
109
|
"position": "LOWER",
|
|
94
110
|
"auth": true,
|
|
95
|
-
"exact": false
|
|
111
|
+
"exact": false,
|
|
112
|
+
"componentPath": "@admin-layout/demo-tailwind-browser/lib/components/result/result.js",
|
|
113
|
+
"hasComponent": true
|
|
96
114
|
}
|
|
97
115
|
},
|
|
98
116
|
{
|
|
@@ -103,7 +121,9 @@
|
|
|
103
121
|
"path": "/o/:orgName/result/student-3",
|
|
104
122
|
"position": "LOWER",
|
|
105
123
|
"auth": true,
|
|
106
|
-
"exact": false
|
|
124
|
+
"exact": false,
|
|
125
|
+
"componentPath": "@admin-layout/demo-tailwind-browser/lib/components/result/result.js",
|
|
126
|
+
"hasComponent": true
|
|
107
127
|
}
|
|
108
128
|
},
|
|
109
129
|
{
|
|
@@ -114,7 +134,9 @@
|
|
|
114
134
|
"auth": true,
|
|
115
135
|
"position": "LOWER",
|
|
116
136
|
"exact": true,
|
|
117
|
-
"priority": 1
|
|
137
|
+
"priority": 1,
|
|
138
|
+
"componentPath": "@admin-layout/demo-tailwind-browser/lib/components/result/success/Component.js",
|
|
139
|
+
"hasComponent": true
|
|
118
140
|
}
|
|
119
141
|
},
|
|
120
142
|
{
|
|
@@ -125,7 +147,9 @@
|
|
|
125
147
|
"auth": true,
|
|
126
148
|
"position": "LOWER",
|
|
127
149
|
"exact": true,
|
|
128
|
-
"priority": 2
|
|
150
|
+
"priority": 2,
|
|
151
|
+
"componentPath": "@admin-layout/demo-tailwind-browser/lib/components/result/fail/Component.js",
|
|
152
|
+
"hasComponent": true
|
|
129
153
|
}
|
|
130
154
|
},
|
|
131
155
|
{
|
|
@@ -136,7 +160,9 @@
|
|
|
136
160
|
"auth": true,
|
|
137
161
|
"position": "LOWER",
|
|
138
162
|
"exact": true,
|
|
139
|
-
"priority": 1
|
|
163
|
+
"priority": 1,
|
|
164
|
+
"componentPath": "@admin-layout/demo-tailwind-browser/lib/components/result/success/Component.js",
|
|
165
|
+
"hasComponent": true
|
|
140
166
|
}
|
|
141
167
|
},
|
|
142
168
|
{
|
|
@@ -147,7 +173,9 @@
|
|
|
147
173
|
"auth": true,
|
|
148
174
|
"position": "LOWER",
|
|
149
175
|
"exact": true,
|
|
150
|
-
"priority": 2
|
|
176
|
+
"priority": 2,
|
|
177
|
+
"componentPath": "@admin-layout/demo-tailwind-browser/lib/components/result/fail/Component.js",
|
|
178
|
+
"hasComponent": true
|
|
151
179
|
}
|
|
152
180
|
},
|
|
153
181
|
{
|
|
@@ -158,7 +186,9 @@
|
|
|
158
186
|
"auth": true,
|
|
159
187
|
"position": "LOWER",
|
|
160
188
|
"exact": true,
|
|
161
|
-
"priority": 1
|
|
189
|
+
"priority": 1,
|
|
190
|
+
"componentPath": "@admin-layout/demo-tailwind-browser/lib/components/result/success/Component.js",
|
|
191
|
+
"hasComponent": true
|
|
162
192
|
}
|
|
163
193
|
},
|
|
164
194
|
{
|
|
@@ -169,7 +199,9 @@
|
|
|
169
199
|
"auth": true,
|
|
170
200
|
"position": "LOWER",
|
|
171
201
|
"exact": true,
|
|
172
|
-
"priority": 2
|
|
202
|
+
"priority": 2,
|
|
203
|
+
"componentPath": "@admin-layout/demo-tailwind-browser/lib/components/result/fail/Component.js",
|
|
204
|
+
"hasComponent": true
|
|
173
205
|
}
|
|
174
206
|
},
|
|
175
207
|
{
|
|
@@ -180,7 +212,9 @@
|
|
|
180
212
|
"auth": true,
|
|
181
213
|
"position": "LOWER",
|
|
182
214
|
"exact": true,
|
|
183
|
-
"priority": 1
|
|
215
|
+
"priority": 1,
|
|
216
|
+
"componentPath": "@admin-layout/demo-tailwind-browser/lib/components/result/success/Component.js",
|
|
217
|
+
"hasComponent": true
|
|
184
218
|
}
|
|
185
219
|
},
|
|
186
220
|
{
|
|
@@ -191,7 +225,9 @@
|
|
|
191
225
|
"auth": true,
|
|
192
226
|
"position": "LOWER",
|
|
193
227
|
"exact": true,
|
|
194
|
-
"priority": 2
|
|
228
|
+
"priority": 2,
|
|
229
|
+
"componentPath": "@admin-layout/demo-tailwind-browser/lib/components/result/fail/Component.js",
|
|
230
|
+
"hasComponent": true
|
|
195
231
|
}
|
|
196
232
|
},
|
|
197
233
|
{
|
|
@@ -202,7 +238,9 @@
|
|
|
202
238
|
"auth": true,
|
|
203
239
|
"position": "LOWER",
|
|
204
240
|
"exact": true,
|
|
205
|
-
"priority": 2
|
|
241
|
+
"priority": 2,
|
|
242
|
+
"componentPath": "@admin-layout/demo-tailwind-browser/lib/components/ThemeShowCase/index.js",
|
|
243
|
+
"hasComponent": true
|
|
206
244
|
}
|
|
207
245
|
},
|
|
208
246
|
{
|
|
@@ -213,7 +251,9 @@
|
|
|
213
251
|
"auth": true,
|
|
214
252
|
"position": "LOWER",
|
|
215
253
|
"exact": true,
|
|
216
|
-
"priority": 2
|
|
254
|
+
"priority": 2,
|
|
255
|
+
"componentPath": "@admin-layout/demo-tailwind-browser/lib/components/OTPExamples.js",
|
|
256
|
+
"hasComponent": true
|
|
217
257
|
}
|
|
218
258
|
},
|
|
219
259
|
{
|
|
@@ -224,7 +264,12 @@
|
|
|
224
264
|
"auth": true,
|
|
225
265
|
"position": "LOWER",
|
|
226
266
|
"exact": true,
|
|
227
|
-
"priority": 1
|
|
267
|
+
"priority": 1,
|
|
268
|
+
"componentPath": "@admin-layout/demo-tailwind-browser/lib/pages/Projects.js",
|
|
269
|
+
"hasComponent": true,
|
|
270
|
+
"queries": {
|
|
271
|
+
"GetProjectsDocument": "{orgName: params.orgName}"
|
|
272
|
+
}
|
|
228
273
|
}
|
|
229
274
|
},
|
|
230
275
|
{
|
|
@@ -235,7 +280,12 @@
|
|
|
235
280
|
"auth": true,
|
|
236
281
|
"position": "LOWER",
|
|
237
282
|
"exact": true,
|
|
238
|
-
"priority": 2
|
|
283
|
+
"priority": 2,
|
|
284
|
+
"componentPath": "@admin-layout/demo-tailwind-browser/lib/pages/ProjectDashboard.js",
|
|
285
|
+
"hasComponent": true,
|
|
286
|
+
"queries": {
|
|
287
|
+
"GetFilteredProjectsDocument": "{filter: {id: params.id}}"
|
|
288
|
+
}
|
|
239
289
|
}
|
|
240
290
|
},
|
|
241
291
|
{
|
|
@@ -246,7 +296,9 @@
|
|
|
246
296
|
"auth": true,
|
|
247
297
|
"position": "LOWER",
|
|
248
298
|
"exact": true,
|
|
249
|
-
"priority": 3
|
|
299
|
+
"priority": 3,
|
|
300
|
+
"componentPath": "@admin-layout/demo-tailwind-browser/lib/pages/ProjectSettings.js",
|
|
301
|
+
"hasComponent": true
|
|
250
302
|
}
|
|
251
303
|
}
|
|
252
304
|
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@admin-layout/demo-tailwind-browser",
|
|
3
|
-
"version": "12.2.
|
|
3
|
+
"version": "12.2.4-alpha.0",
|
|
4
4
|
"description": "Sample core for higher packages to depend on",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"author": "CDMBase LLC",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"watch": "yarn build:lib:watch"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@admin-layout/assets": "12.2.
|
|
25
|
-
"@admin-layout/tailwind-design-pro": "12.2.
|
|
26
|
-
"@admin-layout/tailwind-ui": "12.2.
|
|
24
|
+
"@admin-layout/assets": "12.2.4-alpha.0",
|
|
25
|
+
"@admin-layout/tailwind-design-pro": "12.2.4-alpha.0",
|
|
26
|
+
"@admin-layout/tailwind-ui": "12.2.4-alpha.0",
|
|
27
27
|
"@pubngo-stack/icons": "8.0.7",
|
|
28
28
|
"@react-icons/all-files": "^4.1.0",
|
|
29
29
|
"marked": "7.0.5",
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
"typescript": {
|
|
54
54
|
"definition": "lib/index.d.ts"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "2aab7f1711e368f44601309301c62082f1ebeec1"
|
|
57
57
|
}
|