@das-fed/upf-utils 6.4.0-dev.269 → 6.4.0-dev.271
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/api-services/es5.js +1672 -1660
- package/api-services/index.js +1362 -1344
- package/api-services/index.js.gz +0 -0
- package/api-services/modules/app-manage/es5.js +850 -852
- package/api-services/modules/app-manage/index.js +667 -671
- package/api-services/modules/app-manage/index.js.gz +0 -0
- package/api-services/modules/bems/es5.js +1141 -1153
- package/api-services/modules/bems/index.js +946 -964
- package/api-services/modules/bems/index.js.gz +0 -0
- package/api-services/modules/contract/es5.js +1122 -1132
- package/api-services/modules/contract/index.js +930 -944
- package/api-services/modules/contract/index.js.gz +0 -0
- package/api-services/modules/duty-manage/es5.js +1120 -1108
- package/api-services/modules/duty-manage/index.js +935 -917
- package/api-services/modules/duty-manage/index.js.gz +0 -0
- package/api-services/modules/enterpriseright/es5.js +1134 -1122
- package/api-services/modules/enterpriseright/index.js +948 -930
- package/api-services/modules/enterpriseright/index.js.gz +0 -0
- package/api-services/modules/file/es5.js +1548 -1536
- package/api-services/modules/file/index.js +1284 -1266
- package/api-services/modules/file/index.js.gz +0 -0
- package/api-services/modules/link/es5.js +1124 -1133
- package/api-services/modules/link/index.js +933 -947
- package/api-services/modules/link/index.js.gz +0 -0
- package/api-services/modules/permission/es5.js +857 -860
- package/api-services/modules/permission/index.js +670 -674
- package/api-services/modules/permission/index.js.gz +0 -0
- package/api-services/modules/super-admin/es5.js +1138 -1126
- package/api-services/modules/super-admin/index.js +950 -932
- package/api-services/modules/super-admin/index.js.gz +0 -0
- package/api-services/modules/supplier/es5.js +1126 -1114
- package/api-services/modules/supplier/index.js +938 -920
- package/api-services/modules/supplier/index.js.gz +0 -0
- package/api-services/modules/supplychain-manage/es5.js +1134 -1122
- package/api-services/modules/supplychain-manage/index.js +948 -930
- package/api-services/modules/supplychain-manage/index.js.gz +0 -0
- package/api-services/modules/systemConfiguration/es5.js +1134 -1122
- package/api-services/modules/systemConfiguration/index.js +948 -930
- package/api-services/modules/systemConfiguration/index.js.gz +0 -0
- package/api-services/src/create-service/es5.js +1120 -1132
- package/api-services/src/create-service/index.js +929 -947
- package/api-services/src/create-service/index.js.gz +0 -0
- package/common-tools/timezone-format/es5.d.ts +39 -1
- package/common-tools/timezone-format/es5.js +592 -438
- package/common-tools/timezone-format/index.d.ts +39 -1
- package/common-tools/timezone-format/index.js +407 -318
- package/common-tools/timezone-format/index.js.gz +0 -0
- package/curring-http/es5.js +406 -417
- package/curring-http/index.js +323 -321
- package/curring-http/index.js.gz +0 -0
- package/esm-map.json +11 -1
- package/package.json +3 -3
package/curring-http/index.js.gz
CHANGED
|
Binary file
|
package/esm-map.json
CHANGED
|
@@ -265,5 +265,15 @@
|
|
|
265
265
|
"IANA_TIMEZONE_DATA_CHANGE_EVENT": "/common-tools/timezone-format/index",
|
|
266
266
|
"setRuntimeIanaTimeZoneDataSnapshot": "/common-tools/timezone-format/index",
|
|
267
267
|
"getRuntimeIanaTimeZoneDataSnapshot": "/common-tools/timezone-format/index",
|
|
268
|
-
"getRuntimeNameZoneDataSnapshot": "/common-tools/timezone-format/index"
|
|
268
|
+
"getRuntimeNameZoneDataSnapshot": "/common-tools/timezone-format/index",
|
|
269
|
+
"formatLocalDateTimeIntl": "/common-tools/timezone-format/index",
|
|
270
|
+
"timeZoneDayjs": "/common-tools/timezone-format/index",
|
|
271
|
+
"getTimeZoneDayjs": "/common-tools/timezone-format/index",
|
|
272
|
+
"isMomentTimezoneFormatInstance": "/common-tools/timezone-format/index",
|
|
273
|
+
"resolvePickerTimeZone": "/common-tools/timezone-format/index",
|
|
274
|
+
"isTimeZonePickerModeEnabled": "/common-tools/timezone-format/index",
|
|
275
|
+
"toTimeZonePickerValue": "/common-tools/timezone-format/index",
|
|
276
|
+
"fromTimeZonePickerValue": "/common-tools/timezone-format/index",
|
|
277
|
+
"toTimestampAtZoneStartOfDay": "/common-tools/timezone-format/index",
|
|
278
|
+
"toTimestampAtZoneEndOfDay": "/common-tools/timezone-format/index"
|
|
269
279
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@das-fed/upf-utils",
|
|
3
|
-
"version": "6.4.0-dev.
|
|
3
|
+
"version": "6.4.0-dev.271",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./index.js",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@babel/preset-env": "7.26.0",
|
|
25
|
-
"@das-fed/upf-cli": "6.4.0-dev.
|
|
26
|
-
"@das-fed/upf-web": "6.4.0-dev.
|
|
25
|
+
"@das-fed/upf-cli": "6.4.0-dev.271",
|
|
26
|
+
"@das-fed/upf-web": "6.4.0-dev.271",
|
|
27
27
|
"@rollup/plugin-babel": "6.0.4",
|
|
28
28
|
"@types/js-cookie": "^3.0.6",
|
|
29
29
|
"@types/lodash-es": "^4.17.12",
|