@das-fed/upf-utils 6.4.0-dev.252 → 6.4.0-dev.254

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.
Files changed (77) hide show
  1. package/api-services/modules/authentication/es5.js +1063 -1075
  2. package/api-services/modules/authentication/index.js +856 -874
  3. package/api-services/modules/authentication/index.js.gz +0 -0
  4. package/api-services/modules/duty-manage/es5.js +982 -979
  5. package/api-services/modules/duty-manage/index.js +775 -771
  6. package/api-services/modules/duty-manage/index.js.gz +0 -0
  7. package/api-services/modules/enterpriseright/es5.js +1075 -1063
  8. package/api-services/modules/enterpriseright/index.js +874 -856
  9. package/api-services/modules/enterpriseright/index.js.gz +0 -0
  10. package/api-services/modules/gateway-edge/es5.js +978 -975
  11. package/api-services/modules/gateway-edge/index.js +773 -769
  12. package/api-services/modules/gateway-edge/index.js.gz +0 -0
  13. package/api-services/modules/iot/es5.js +1084 -1072
  14. package/api-services/modules/iot/index.js +879 -861
  15. package/api-services/modules/iot/index.js.gz +0 -0
  16. package/api-services/modules/justauth/es5.js +1065 -1077
  17. package/api-services/modules/justauth/index.js +857 -875
  18. package/api-services/modules/justauth/index.js.gz +0 -0
  19. package/api-services/modules/link/es5.js +978 -975
  20. package/api-services/modules/link/index.js +773 -769
  21. package/api-services/modules/link/index.js.gz +0 -0
  22. package/api-services/modules/permission/es5.js +975 -978
  23. package/api-services/modules/permission/index.js +769 -773
  24. package/api-services/modules/permission/index.js.gz +0 -0
  25. package/api-services/modules/platformManage/es5.js +1063 -1056
  26. package/api-services/modules/platformManage/index.js +863 -853
  27. package/api-services/modules/platformManage/index.js.gz +0 -0
  28. package/api-services/modules/portal/es5.js +1048 -1039
  29. package/api-services/modules/portal/index.js +846 -832
  30. package/api-services/modules/portal/index.js.gz +0 -0
  31. package/api-services/modules/super-admin/es5.js +1083 -1071
  32. package/api-services/modules/super-admin/index.js +879 -861
  33. package/api-services/modules/super-admin/index.js.gz +0 -0
  34. package/api-services/modules/supplier/es5.js +1044 -1056
  35. package/api-services/modules/supplier/index.js +831 -849
  36. package/api-services/modules/supplier/index.js.gz +0 -0
  37. package/api-services/modules/supplychain-manage/es5.js +970 -972
  38. package/api-services/modules/supplychain-manage/index.js +769 -773
  39. package/api-services/modules/supplychain-manage/index.js.gz +0 -0
  40. package/api-services/modules/systemConfiguration/es5.js +1049 -1037
  41. package/api-services/modules/systemConfiguration/index.js +847 -829
  42. package/api-services/modules/systemConfiguration/index.js.gz +0 -0
  43. package/api-services/modules/tool/es5.js +1075 -1063
  44. package/api-services/modules/tool/index.js +874 -856
  45. package/api-services/modules/tool/index.js.gz +0 -0
  46. package/api-services/src/create-service/es5.js +1046 -1037
  47. package/api-services/src/create-service/index.js +845 -831
  48. package/api-services/src/create-service/index.js.gz +0 -0
  49. package/common-info/es5.js +1785 -1773
  50. package/common-info/getPermissionMethod/es5.js +1184 -1181
  51. package/common-info/getPermissionMethod/index.js +945 -941
  52. package/common-info/getPermissionMethod/index.js.gz +0 -0
  53. package/common-info/index.js +1484 -1466
  54. package/common-info/index.js.gz +0 -0
  55. package/esm-map.json +90 -16
  56. package/package.json +3 -3
  57. package/theme/es5.d.ts +0 -6
  58. package/theme/es5.js +311 -378
  59. package/theme/index.d.ts +0 -6
  60. package/theme/index.js +247 -285
  61. package/theme/index.js.gz +0 -0
  62. package/theme/presets/color.d.ts +7 -0
  63. package/theme/presets/default.d.ts +13 -0
  64. package/theme/presets/es5.js +440 -0
  65. package/theme/presets/index.js +249 -0
  66. package/theme/presets/index.js.gz +0 -0
  67. package/theme/presets/presets/cjb.d.ts +4 -0
  68. package/theme/presets/presets/default.d.ts +13 -0
  69. package/theme/presets/presets/dkh.d.ts +4 -0
  70. package/theme/presets/presets/index.d.ts +8 -0
  71. package/theme/presets/presets/ssl.d.ts +4 -0
  72. package/theme/presets/source-variables.d.ts +35 -0
  73. package/theme/vue/es5.d.ts +8 -0
  74. package/theme/vue/es5.js +1794 -0
  75. package/theme/vue.d.ts +8 -0
  76. package/theme/vue.js +1083 -0
  77. package/theme/vue.js.gz +0 -0
Binary file
package/esm-map.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "vHoverInside": "/directive/hoverInside/index",
5
5
  "vClickOutside": "/directive/clickOutside/index",
6
6
  "getEl": "/directive/utils/index",
7
- "createService": "/api-services/index",
7
+ "createService": "/api-services/src/create-service/index",
8
8
  "appManage": "/api-services/modules/app-manage/index",
9
9
  "authentication": "/api-services/modules/authentication/index",
10
10
  "bemsModules": "/api-services/modules/bems/index",
@@ -113,8 +113,6 @@
113
113
  "PRESET_THEMES": "/theme/presets/index",
114
114
  "getPresetTheme": "/theme/presets/index",
115
115
  "getAllPresetThemes": "/theme/presets/index",
116
- "getDefaultPresetTheme": "/theme/index",
117
- "getDefaultThemeVariables": "/theme/index",
118
116
  "buildPresetThemeCssText": "/theme/index",
119
117
  "buildDefaultThemeCssText": "/theme/index",
120
118
  "ensureDefaultThemeStyle": "/theme/index",
@@ -270,17 +268,93 @@
270
268
  "ensureInjectedIanaTimeZoneData": "/common-tools/timezone-format/index",
271
269
  "getBrowserTimeZone": "/common-tools/timezone-format/index",
272
270
  "formatLocalDateTimeIntl": "/common-tools/timezone-format/index",
273
- "assertPackedIanaData": "/common-tools/timezone-format/get-iana-data/index",
274
- "preloadDayjsIanaFromData": "/common-tools/timezone-format/get-iana-data/index",
275
- "getCachedDayjsPackedIanaData": "/common-tools/timezone-format/get-iana-data/index",
276
- "preloadDayjsIanaFromApi": "/common-tools/timezone-format/get-iana-data/index",
277
- "clearDayjsIanaCache": "/common-tools/timezone-format/get-iana-data/index",
278
- "createIanaDbFromPackedData": "/common-tools/timezone-format/get-iana-data/index",
279
- "TIME_ZONE_PACKED_DATA_URL": "/common-tools/timezone-format/get-iana-data/index",
280
- "getAccessTokenFromLocalStorage": "/common-tools/timezone-format/get-iana-data/index",
281
- "getDefaultIanaAuthorization": "/common-tools/timezone-format/get-iana-data/index",
282
- "buildIanaFetchInit": "/common-tools/timezone-format/get-iana-data/index",
283
- "assertPackedIanaTzData": "/common-tools/timezone-format/get-iana-data/index",
284
- "loadIanaData": "/common-tools/timezone-format/get-iana-data/index",
285
- "loadIanaFromApi": "/common-tools/timezone-format/get-iana-data/index"
271
+ "assertPackedIanaData": "/common-tools/index",
272
+ "preloadDayjsIanaFromData": "/common-tools/index",
273
+ "getCachedDayjsPackedIanaData": "/common-tools/index",
274
+ "preloadDayjsIanaFromApi": "/common-tools/index",
275
+ "clearDayjsIanaCache": "/common-tools/index",
276
+ "createIanaDbFromPackedData": "/common-tools/index",
277
+ "TIME_ZONE_PACKED_DATA_URL": "/common-tools/index",
278
+ "getAccessTokenFromLocalStorage": "/common-tools/index",
279
+ "getDefaultIanaAuthorization": "/common-tools/index",
280
+ "buildIanaFetchInit": "/common-tools/index",
281
+ "assertPackedIanaTzData": "/common-tools/index",
282
+ "loadIanaData": "/common-tools/index",
283
+ "loadIanaFromApi": "/common-tools/index",
284
+ "I18nResourceMap": "/common-tools/handle-data/index",
285
+ "HandleI18nDataResult": "/common-tools/handle-data/index",
286
+ "HandleI18nDataOptions": "/common-tools/handle-data/index",
287
+ "TimeValue": "/common-tools/timezone-format/index",
288
+ "TimeZoneFlag": "/common-tools/timezone-format/index",
289
+ "TimeZoneDateLibrary": "/common-tools/timezone-format/index",
290
+ "TimeZoneInputMode": "/common-tools/timezone-format/index",
291
+ "MomentTimezoneFormatInstance": "/common-tools/timezone-format/index",
292
+ "TimeZoneOption": "/common-tools/timezone-format/index",
293
+ "TimeZoneDisplayOption": "/common-tools/timezone-format/index",
294
+ "TimeZoneDisplayOptions": "/common-tools/timezone-format/index",
295
+ "TimeZoneDisplayResult": "/common-tools/timezone-format/index",
296
+ "FormatClientLocalDateTimeLineOptions": "/common-tools/timezone-format/index",
297
+ "FormatLocalDateTimeOptions": "/common-tools/timezone-format/index",
298
+ "FormatLocalDateTimeIntlOptions": "/common-tools/timezone-format/index",
299
+ "ApplyIanaTimeZoneOptions": "/common-tools/timezone-format/index",
300
+ "LoadIanaTimeZoneOptions": "/common-tools/timezone-format/index",
301
+ "ApplyIanaTimeZoneResult": "/common-tools/timezone-format/index",
302
+ "IanaTimeZoneDataSource": "/common-tools/timezone-format/index",
303
+ "RuntimeIanaTimeZoneDataSnapshot": "/common-tools/timezone-format/index",
304
+ "LoadMomentIanaTimeZoneOptions": "/common-tools/timezone-format/index",
305
+ "ClientTimeZoneChangeDetail": "/common-tools/timezone-format/index",
306
+ "SetClientTimeZoneOptions": "/common-tools/timezone-format/index",
307
+ "ClientTimeZoneChangeHandler": "/common-tools/timezone-format/index",
308
+ "ClientTimeZoneRef": "/common-tools/timezone-format/index",
309
+ "TimeZoneRule": "/common-tools/index",
310
+ "IanaDb": "/common-tools/index",
311
+ "DayjsTimezoneIanaOption": "/common-tools/index",
312
+ "PackedIanaData": "/common-tools/index",
313
+ "ParsePackedIanaResponse": "/common-tools/index",
314
+ "IanaFetchJson": "/common-tools/index",
315
+ "PreloadDayjsIanaOptions": "/common-tools/index",
316
+ "DayjsTimezoneIanaPlugin": "/common-tools/index",
317
+ "PackedIanaTzData": "/common-tools/index",
318
+ "MomentTimezoneApi": "/common-tools/index",
319
+ "MomentWithTimezone": "/common-tools/index",
320
+ "ParseIanaResponse": "/common-tools/index",
321
+ "IanaMomentFetchJson": "/common-tools/index",
322
+ "LoadIanaFromApiOptions": "/common-tools/index",
323
+ "ActionSuffixReturnType": "/common-info/index",
324
+ "BuildActionSuffixSetOptions": "/common-info/index",
325
+ "SFCWithInstall": "/with-install/index",
326
+ "RuntimeThemeVariableBuildOptions": "/theme/index",
327
+ "ThemeBridgeResolveContext": "/theme/index",
328
+ "ThemeBridgeVariableItem": "/theme/index",
329
+ "ThemeBridgeVariableResolveOptions": "/theme/index",
330
+ "BuiltinPresetThemeName": "/theme/presets/index",
331
+ "PartialThemeVariables": "/theme/index",
332
+ "ThemeMode": "/theme/presets/index",
333
+ "ThemeSourceVariableMeta": "/theme/index",
334
+ "ThemeSourceVariableName": "/theme/index",
335
+ "ThemeVariableCategory": "/theme/index",
336
+ "ThemeVariableCategoryGroupKey": "/theme/index",
337
+ "ThemeVariables": "/theme/presets/index",
338
+ "ThemeConfig": "/theme/index",
339
+ "ThemeChangeEvent": "/theme/index",
340
+ "ThemeBridgeAPI": "/theme/index",
341
+ "DefaultThemeStyleOptions": "/theme/index",
342
+ "ApplyThemeVariablesOptions": "/theme/index",
343
+ "ThemePullOptions": "/theme/index",
344
+ "SubAppThemeSyncOptions": "/theme/index",
345
+ "HostThemeRootSyncOptions": "/theme/index",
346
+ "I18nBridgeLangRef": "/i18n-bridge/index",
347
+ "I18nBridgeT": "/i18n-bridge/index",
348
+ "I18nBridgeState": "/i18n-bridge/index",
349
+ "PermissionId": "/common-info/getPermissionMethod/index",
350
+ "PermissionQueryType": "/common-info/getPermissionMethod/index",
351
+ "PermissionQuery": "/common-info/getPermissionMethod/index",
352
+ "CurrentUserPermissionRequest": "/common-info/getPermissionMethod/index",
353
+ "PermissionCallback": "/common-info/getPermissionMethod/index",
354
+ "RefreshDataType": "/create-api-service/token-refresh-shared/index",
355
+ "TokenLifecycleData": "/create-api-service/token-refresh-shared/index",
356
+ "RefreshPrecheckResult": "/create-api-service/token-refresh-shared/index",
357
+ "AccessTokenAutoRefreshOptions": "/create-api-service/access-token-auto-refresh/index",
358
+ "BuiltinPresetThemeConfig": "/theme/presets/index",
359
+ "UseGetAuthAPI": "/hooks/use-get-auth/index"
286
360
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@das-fed/upf-utils",
3
- "version": "6.4.0-dev.252",
3
+ "version": "6.4.0-dev.254",
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.252",
26
- "@das-fed/upf-web": "6.4.0-dev.252",
25
+ "@das-fed/upf-cli": "6.4.0-dev.254",
26
+ "@das-fed/upf-web": "6.4.0-dev.254",
27
27
  "@rollup/plugin-babel": "6.0.4",
28
28
  "@types/js-cookie": "^3.0.6",
29
29
  "@types/lodash-es": "^4.17.12",
package/theme/es5.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- import { BUILTIN_PRESET_THEME_NAMES, PRESET_THEMES, BuiltinPresetThemeConfig, BuiltinPresetThemeName } from './presets';
2
1
  import { RuntimeThemeVariableBuildOptions } from './bridge';
3
2
  import { ThemeVariables } from './source-variables';
4
3
 
@@ -68,11 +67,6 @@ export interface SubAppThemeSyncOptions extends ThemePullOptions {
68
67
  onThemeChange?: (event: ThemeChangeEvent) => void;
69
68
  }
70
69
  export type HostThemeRootSyncOptions = SubAppThemeSyncOptions;
71
- export { BUILTIN_PRESET_THEME_NAMES, PRESET_THEMES };
72
- export declare const getPresetTheme: (themeName: string) => any;
73
- export declare const getAllPresetThemes: () => any;
74
- export declare const getDefaultPresetTheme: () => BuiltinPresetThemeConfig;
75
- export declare const getDefaultThemeVariables: () => any;
76
70
  export declare const buildPresetThemeCssText: (presetName?: string, options?: RuntimeThemeVariableBuildOptions) => string;
77
71
  export declare const buildDefaultThemeCssText: (options?: RuntimeThemeVariableBuildOptions) => string;
78
72
  export declare const ensureDefaultThemeStyle: (options?: DefaultThemeStyleOptions) => any;