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
package/dist/index.esm.js
CHANGED
|
@@ -82,7 +82,7 @@ const APP_OBJ = {
|
|
|
82
82
|
// GREEN
|
|
83
83
|
E_HIRING: {
|
|
84
84
|
path: {
|
|
85
|
-
local: "http://localhost:
|
|
85
|
+
local: "http://localhost:6003/e-hiring",
|
|
86
86
|
develop: "https://dev.admin.office.sevago.local/e-hiring",
|
|
87
87
|
staging: "https://sta.admin.office.sevago.local/e-hiring",
|
|
88
88
|
production: "https://admin.office.sevago.com.vn/e-hiring"
|
|
@@ -97,7 +97,7 @@ const APP_OBJ = {
|
|
|
97
97
|
},
|
|
98
98
|
HR: {
|
|
99
99
|
path: {
|
|
100
|
-
local: "http://localhost:
|
|
100
|
+
local: "http://localhost:6003/hr",
|
|
101
101
|
develop: "https://dev.admin.office.sevago.local/hr",
|
|
102
102
|
staging: "https://sta.admin.office.sevago.local/hr",
|
|
103
103
|
production: "https://admin.office.sevago.com.vn/hr"
|
|
@@ -112,7 +112,7 @@ const APP_OBJ = {
|
|
|
112
112
|
},
|
|
113
113
|
PAYROLL: {
|
|
114
114
|
path: {
|
|
115
|
-
local: "http://localhost:
|
|
115
|
+
local: "http://localhost:6003/payroll",
|
|
116
116
|
develop: "https://dev.admin.office.sevago.local/payroll",
|
|
117
117
|
staging: "https://sta.admin.office.sevago.local/payroll",
|
|
118
118
|
production: "https://admin.office.sevago.com.vn/payroll"
|
|
@@ -127,7 +127,7 @@ const APP_OBJ = {
|
|
|
127
127
|
},
|
|
128
128
|
ORG: {
|
|
129
129
|
path: {
|
|
130
|
-
local: "http://localhost:
|
|
130
|
+
local: "http://localhost:6003/org",
|
|
131
131
|
develop: "https://dev.admin.office.sevago.local/org",
|
|
132
132
|
staging: "https://sta.admin.office.sevago.local/org",
|
|
133
133
|
production: "https://admin.office.sevago.com.vn/org"
|
|
@@ -142,7 +142,7 @@ const APP_OBJ = {
|
|
|
142
142
|
},
|
|
143
143
|
CHECKIN: {
|
|
144
144
|
path: {
|
|
145
|
-
local: "http://localhost:
|
|
145
|
+
local: "http://localhost:6003/checkin",
|
|
146
146
|
develop: "https://dev.admin.office.sevago.local/checkin",
|
|
147
147
|
staging: "https://sta.admin.office.sevago.local/checkin",
|
|
148
148
|
production: "https://admin.office.sevago.com.vn/checkin"
|
|
@@ -158,7 +158,7 @@ const APP_OBJ = {
|
|
|
158
158
|
// YELLOW
|
|
159
159
|
CHAT: {
|
|
160
160
|
path: {
|
|
161
|
-
local: "http://localhost:
|
|
161
|
+
local: "http://localhost:6003/chat",
|
|
162
162
|
develop: "https://dev.admin.office.sevago.local/chat",
|
|
163
163
|
staging: "https://sta.admin.office.sevago.local/chat",
|
|
164
164
|
production: "https://admin.office.sevago.com.vn/chat"
|
|
@@ -174,7 +174,7 @@ const APP_OBJ = {
|
|
|
174
174
|
},
|
|
175
175
|
TRAINING: {
|
|
176
176
|
path: {
|
|
177
|
-
local: "http://localhost:
|
|
177
|
+
local: "http://localhost:6003/training",
|
|
178
178
|
develop: "https://dev.admin.office.sevago.local/training",
|
|
179
179
|
staging: "https://sta.admin.office.sevago.local/training",
|
|
180
180
|
production: "https://admin.office.sevago.com.vn/training"
|
|
@@ -190,7 +190,7 @@ const APP_OBJ = {
|
|
|
190
190
|
},
|
|
191
191
|
FORM: {
|
|
192
192
|
path: {
|
|
193
|
-
local: "http://localhost:
|
|
193
|
+
local: "http://localhost:6003/form",
|
|
194
194
|
develop: "https://dev.admin.office.sevago.local/form",
|
|
195
195
|
staging: "https://sta.admin.office.sevago.local/form",
|
|
196
196
|
production: "https://admin.office.sevago.com.vn/form"
|
|
@@ -206,7 +206,7 @@ const APP_OBJ = {
|
|
|
206
206
|
},
|
|
207
207
|
INSIDE: {
|
|
208
208
|
path: {
|
|
209
|
-
local: "http://localhost:
|
|
209
|
+
local: "http://localhost:6003/inside",
|
|
210
210
|
develop: "https://dev.admin.office.sevago.local/inside",
|
|
211
211
|
staging: "https://sta.admin.office.sevago.local/inside",
|
|
212
212
|
production: "https://admin.office.sevago.com.vn/inside"
|
|
@@ -222,7 +222,7 @@ const APP_OBJ = {
|
|
|
222
222
|
},
|
|
223
223
|
BOOKING: {
|
|
224
224
|
path: {
|
|
225
|
-
local: "http://localhost:
|
|
225
|
+
local: "http://localhost:6003/booking",
|
|
226
226
|
develop: "https://dev.admin.office.sevago.local/booking",
|
|
227
227
|
staging: "https://sta.admin.office.sevago.local/booking",
|
|
228
228
|
production: "https://admin.office.sevago.com.vn/booking"
|
|
@@ -238,7 +238,7 @@ const APP_OBJ = {
|
|
|
238
238
|
// BLUE
|
|
239
239
|
PROJECT: {
|
|
240
240
|
path: {
|
|
241
|
-
local: "http://localhost:
|
|
241
|
+
local: "http://localhost:6003/project",
|
|
242
242
|
develop: "https://dev.admin.office.sevago.local/project",
|
|
243
243
|
staging: "https://sta.admin.office.sevago.local/project",
|
|
244
244
|
production: "https://admin.office.sevago.com.vn/project"
|
|
@@ -253,7 +253,7 @@ const APP_OBJ = {
|
|
|
253
253
|
},
|
|
254
254
|
REQUEST: {
|
|
255
255
|
path: {
|
|
256
|
-
local: "http://localhost:
|
|
256
|
+
local: "http://localhost:6003/request",
|
|
257
257
|
develop: "https://dev.admin.office.sevago.local/request",
|
|
258
258
|
staging: "https://sta.admin.office.sevago.local/request",
|
|
259
259
|
production: "https://admin.office.sevago.com.vn/request"
|
|
@@ -268,7 +268,7 @@ const APP_OBJ = {
|
|
|
268
268
|
},
|
|
269
269
|
TRACKING: {
|
|
270
270
|
path: {
|
|
271
|
-
local: "http://localhost:
|
|
271
|
+
local: "http://localhost:6003/process",
|
|
272
272
|
develop: "https://dev.admin.office.sevago.local/process",
|
|
273
273
|
staging: "https://sta.admin.office.sevago.local/process",
|
|
274
274
|
production: "https://admin.office.sevago.com.vn/process"
|
|
@@ -287,7 +287,7 @@ const APP_OBJ = {
|
|
|
287
287
|
},
|
|
288
288
|
PROCESS: {
|
|
289
289
|
path: {
|
|
290
|
-
local: "http://localhost:
|
|
290
|
+
local: "http://localhost:6003/workflow",
|
|
291
291
|
develop: "https://dev.admin.office.sevago.local/workflow",
|
|
292
292
|
staging: "https://sta.admin.office.sevago.local/workflow",
|
|
293
293
|
production: "https://admin.office.sevago.com.vn/workflow"
|
|
@@ -319,7 +319,7 @@ const APP_OBJ = {
|
|
|
319
319
|
},
|
|
320
320
|
E_CATALOGUE: {
|
|
321
321
|
path: {
|
|
322
|
-
local: "http://localhost:
|
|
322
|
+
local: "http://localhost:6001",
|
|
323
323
|
develop: "https://dev.admin.e-catalogue.sevago.local",
|
|
324
324
|
staging: "https://sta.admin.e-catalogue.sevago.local",
|
|
325
325
|
production: "https://admin.e-catalogue.sevago.com.vn"
|
|
@@ -49997,6 +49997,7 @@ export {
|
|
|
49997
49997
|
isEmpty$2 as isEmpty,
|
|
49998
49998
|
isSameDateTime,
|
|
49999
49999
|
light$1 as light,
|
|
50000
|
+
lightenColor,
|
|
50000
50001
|
lightenColorTree,
|
|
50001
50002
|
normalizeText,
|
|
50002
50003
|
phoneRegExp,
|