sevago-sso-fe 1.0.59 → 1.0.61
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/dist/components/elements/tag/index.d.ts +1 -1
- package/dist/index.cjs.js +16 -15
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +16 -15
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { TagOnClickElement } from './tag-on-click.element';
|
|
2
|
-
export
|
|
2
|
+
export * from './tag.element';
|
package/dist/index.cjs.js
CHANGED
|
@@ -100,7 +100,7 @@ const APP_OBJ = {
|
|
|
100
100
|
// GREEN
|
|
101
101
|
E_HIRING: {
|
|
102
102
|
path: {
|
|
103
|
-
local: "http://localhost:
|
|
103
|
+
local: "http://localhost:6003/e-hiring",
|
|
104
104
|
develop: "https://dev.admin.office.sevago.local/e-hiring",
|
|
105
105
|
staging: "https://sta.admin.office.sevago.local/e-hiring",
|
|
106
106
|
production: "https://admin.office.sevago.com.vn/e-hiring"
|
|
@@ -115,7 +115,7 @@ const APP_OBJ = {
|
|
|
115
115
|
},
|
|
116
116
|
HR: {
|
|
117
117
|
path: {
|
|
118
|
-
local: "http://localhost:
|
|
118
|
+
local: "http://localhost:6003/hr",
|
|
119
119
|
develop: "https://dev.admin.office.sevago.local/hr",
|
|
120
120
|
staging: "https://sta.admin.office.sevago.local/hr",
|
|
121
121
|
production: "https://admin.office.sevago.com.vn/hr"
|
|
@@ -130,7 +130,7 @@ const APP_OBJ = {
|
|
|
130
130
|
},
|
|
131
131
|
PAYROLL: {
|
|
132
132
|
path: {
|
|
133
|
-
local: "http://localhost:
|
|
133
|
+
local: "http://localhost:6003/payroll",
|
|
134
134
|
develop: "https://dev.admin.office.sevago.local/payroll",
|
|
135
135
|
staging: "https://sta.admin.office.sevago.local/payroll",
|
|
136
136
|
production: "https://admin.office.sevago.com.vn/payroll"
|
|
@@ -145,7 +145,7 @@ const APP_OBJ = {
|
|
|
145
145
|
},
|
|
146
146
|
ORG: {
|
|
147
147
|
path: {
|
|
148
|
-
local: "http://localhost:
|
|
148
|
+
local: "http://localhost:6003/org",
|
|
149
149
|
develop: "https://dev.admin.office.sevago.local/org",
|
|
150
150
|
staging: "https://sta.admin.office.sevago.local/org",
|
|
151
151
|
production: "https://admin.office.sevago.com.vn/org"
|
|
@@ -160,7 +160,7 @@ const APP_OBJ = {
|
|
|
160
160
|
},
|
|
161
161
|
CHECKIN: {
|
|
162
162
|
path: {
|
|
163
|
-
local: "http://localhost:
|
|
163
|
+
local: "http://localhost:6003/checkin",
|
|
164
164
|
develop: "https://dev.admin.office.sevago.local/checkin",
|
|
165
165
|
staging: "https://sta.admin.office.sevago.local/checkin",
|
|
166
166
|
production: "https://admin.office.sevago.com.vn/checkin"
|
|
@@ -176,7 +176,7 @@ const APP_OBJ = {
|
|
|
176
176
|
// YELLOW
|
|
177
177
|
CHAT: {
|
|
178
178
|
path: {
|
|
179
|
-
local: "http://localhost:
|
|
179
|
+
local: "http://localhost:6003/chat",
|
|
180
180
|
develop: "https://dev.admin.office.sevago.local/chat",
|
|
181
181
|
staging: "https://sta.admin.office.sevago.local/chat",
|
|
182
182
|
production: "https://admin.office.sevago.com.vn/chat"
|
|
@@ -192,7 +192,7 @@ const APP_OBJ = {
|
|
|
192
192
|
},
|
|
193
193
|
TRAINING: {
|
|
194
194
|
path: {
|
|
195
|
-
local: "http://localhost:
|
|
195
|
+
local: "http://localhost:6003/training",
|
|
196
196
|
develop: "https://dev.admin.office.sevago.local/training",
|
|
197
197
|
staging: "https://sta.admin.office.sevago.local/training",
|
|
198
198
|
production: "https://admin.office.sevago.com.vn/training"
|
|
@@ -208,7 +208,7 @@ const APP_OBJ = {
|
|
|
208
208
|
},
|
|
209
209
|
FORM: {
|
|
210
210
|
path: {
|
|
211
|
-
local: "http://localhost:
|
|
211
|
+
local: "http://localhost:6003/form",
|
|
212
212
|
develop: "https://dev.admin.office.sevago.local/form",
|
|
213
213
|
staging: "https://sta.admin.office.sevago.local/form",
|
|
214
214
|
production: "https://admin.office.sevago.com.vn/form"
|
|
@@ -224,7 +224,7 @@ const APP_OBJ = {
|
|
|
224
224
|
},
|
|
225
225
|
INSIDE: {
|
|
226
226
|
path: {
|
|
227
|
-
local: "http://localhost:
|
|
227
|
+
local: "http://localhost:6003/inside",
|
|
228
228
|
develop: "https://dev.admin.office.sevago.local/inside",
|
|
229
229
|
staging: "https://sta.admin.office.sevago.local/inside",
|
|
230
230
|
production: "https://admin.office.sevago.com.vn/inside"
|
|
@@ -240,7 +240,7 @@ const APP_OBJ = {
|
|
|
240
240
|
},
|
|
241
241
|
BOOKING: {
|
|
242
242
|
path: {
|
|
243
|
-
local: "http://localhost:
|
|
243
|
+
local: "http://localhost:6003/booking",
|
|
244
244
|
develop: "https://dev.admin.office.sevago.local/booking",
|
|
245
245
|
staging: "https://sta.admin.office.sevago.local/booking",
|
|
246
246
|
production: "https://admin.office.sevago.com.vn/booking"
|
|
@@ -256,7 +256,7 @@ const APP_OBJ = {
|
|
|
256
256
|
// BLUE
|
|
257
257
|
PROJECT: {
|
|
258
258
|
path: {
|
|
259
|
-
local: "http://localhost:
|
|
259
|
+
local: "http://localhost:6003/project",
|
|
260
260
|
develop: "https://dev.admin.office.sevago.local/project",
|
|
261
261
|
staging: "https://sta.admin.office.sevago.local/project",
|
|
262
262
|
production: "https://admin.office.sevago.com.vn/project"
|
|
@@ -271,7 +271,7 @@ const APP_OBJ = {
|
|
|
271
271
|
},
|
|
272
272
|
REQUEST: {
|
|
273
273
|
path: {
|
|
274
|
-
local: "http://localhost:
|
|
274
|
+
local: "http://localhost:6003/request",
|
|
275
275
|
develop: "https://dev.admin.office.sevago.local/request",
|
|
276
276
|
staging: "https://sta.admin.office.sevago.local/request",
|
|
277
277
|
production: "https://admin.office.sevago.com.vn/request"
|
|
@@ -286,7 +286,7 @@ const APP_OBJ = {
|
|
|
286
286
|
},
|
|
287
287
|
TRACKING: {
|
|
288
288
|
path: {
|
|
289
|
-
local: "http://localhost:
|
|
289
|
+
local: "http://localhost:6003/process",
|
|
290
290
|
develop: "https://dev.admin.office.sevago.local/process",
|
|
291
291
|
staging: "https://sta.admin.office.sevago.local/process",
|
|
292
292
|
production: "https://admin.office.sevago.com.vn/process"
|
|
@@ -305,7 +305,7 @@ const APP_OBJ = {
|
|
|
305
305
|
},
|
|
306
306
|
PROCESS: {
|
|
307
307
|
path: {
|
|
308
|
-
local: "http://localhost:
|
|
308
|
+
local: "http://localhost:6003/workflow",
|
|
309
309
|
develop: "https://dev.admin.office.sevago.local/workflow",
|
|
310
310
|
staging: "https://sta.admin.office.sevago.local/workflow",
|
|
311
311
|
production: "https://admin.office.sevago.com.vn/workflow"
|
|
@@ -337,7 +337,7 @@ const APP_OBJ = {
|
|
|
337
337
|
},
|
|
338
338
|
E_CATALOGUE: {
|
|
339
339
|
path: {
|
|
340
|
-
local: "http://localhost:
|
|
340
|
+
local: "http://localhost:6001",
|
|
341
341
|
develop: "https://dev.admin.e-catalogue.sevago.local",
|
|
342
342
|
staging: "https://sta.admin.e-catalogue.sevago.local",
|
|
343
343
|
production: "https://admin.e-catalogue.sevago.com.vn"
|
|
@@ -50014,6 +50014,7 @@ exports.isDateString = isDateString;
|
|
|
50014
50014
|
exports.isEmpty = isEmpty$2;
|
|
50015
50015
|
exports.isSameDateTime = isSameDateTime;
|
|
50016
50016
|
exports.light = light$1;
|
|
50017
|
+
exports.lightenColor = lightenColor;
|
|
50017
50018
|
exports.lightenColorTree = lightenColorTree;
|
|
50018
50019
|
exports.normalizeText = normalizeText;
|
|
50019
50020
|
exports.phoneRegExp = phoneRegExp;
|