@das-fed/upf-utils 6.4.0-dev.264 → 6.4.0-dev.266
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/bems/es5.js +878 -875
- package/api-services/modules/bems/index.js +690 -686
- package/api-services/modules/bems/index.js.gz +0 -0
- package/api-services/modules/contract/es5.js +1122 -1134
- package/api-services/modules/contract/index.js +930 -948
- 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/gateway-edge/es5.js +1134 -1122
- package/api-services/modules/gateway-edge/index.js +948 -930
- package/api-services/modules/gateway-edge/index.js.gz +0 -0
- package/api-services/modules/iot/es5.js +1229 -1241
- package/api-services/modules/iot/index.js +1021 -1039
- package/api-services/modules/iot/index.js.gz +0 -0
- package/api-services/modules/justauth/es5.js +1151 -1139
- package/api-services/modules/justauth/index.js +962 -944
- package/api-services/modules/justauth/index.js.gz +0 -0
- package/api-services/modules/knowledge/es5.js +857 -860
- package/api-services/modules/knowledge/index.js +670 -674
- package/api-services/modules/knowledge/index.js.gz +0 -0
- package/api-services/modules/permission/es5.js +1133 -1124
- package/api-services/modules/permission/index.js +947 -933
- package/api-services/modules/permission/index.js.gz +0 -0
- package/api-services/modules/portal/es5.js +1134 -1122
- package/api-services/modules/portal/index.js +948 -930
- package/api-services/modules/portal/index.js.gz +0 -0
- package/api-services/modules/super-admin/es5.js +1126 -1138
- package/api-services/modules/super-admin/index.js +932 -950
- 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 +1122 -1134
- package/api-services/modules/supplychain-manage/index.js +930 -948
- package/api-services/modules/supplychain-manage/index.js.gz +0 -0
- package/api-services/src/create-service/es5.js +1130 -1120
- package/api-services/src/create-service/index.js +943 -929
- package/api-services/src/create-service/index.js.gz +0 -0
- package/common-info/es5.js +1293 -1281
- package/common-info/getPermissionMethod/es5.js +913 -916
- package/common-info/getPermissionMethod/index.js +709 -713
- package/common-info/getPermissionMethod/index.js.gz +0 -0
- package/common-info/index.js +1073 -1055
- package/common-info/index.js.gz +0 -0
- package/esm-map.json +6 -4
- package/package.json +3 -3
- package/theme/es5.d.ts +8 -22
- package/theme/es5.js +354 -367
- package/theme/index.d.ts +8 -22
- package/theme/index.js +255 -276
- package/theme/index.js.gz +0 -0
package/common-info/index.js.gz
CHANGED
|
Binary file
|
package/esm-map.json
CHANGED
|
@@ -113,6 +113,8 @@
|
|
|
113
113
|
"PRESET_THEMES": "/theme/index",
|
|
114
114
|
"getPresetTheme": "/theme/index",
|
|
115
115
|
"getAllPresetThemes": "/theme/index",
|
|
116
|
+
"getDefaultPresetTheme": "/theme/index",
|
|
117
|
+
"getDefaultThemeVariables": "/theme/index",
|
|
116
118
|
"buildPresetThemeCssText": "/theme/index",
|
|
117
119
|
"buildDefaultThemeCssText": "/theme/index",
|
|
118
120
|
"ensureDefaultThemeStyle": "/theme/index",
|
|
@@ -129,7 +131,7 @@
|
|
|
129
131
|
"getThemeVariable": "/theme/index",
|
|
130
132
|
"getVar": "/theme/index",
|
|
131
133
|
"getVarValue": "/theme/index",
|
|
132
|
-
"useSubAppTheme": "/theme/
|
|
134
|
+
"useSubAppTheme": "/theme/vue",
|
|
133
135
|
"getOriginFromUrl": "/common-tools/get-url-params/index",
|
|
134
136
|
"getUrlParams": "/common-tools/get-url-params/index",
|
|
135
137
|
"getFullPath": "/common-tools/get-url-params/index",
|
|
@@ -226,8 +228,8 @@
|
|
|
226
228
|
"getMenuListnfo": "/common-info/index",
|
|
227
229
|
"setI18nBridge": "/i18n-bridge/index",
|
|
228
230
|
"getI18nBridge": "/i18n-bridge/index",
|
|
229
|
-
"groupPermissionListByModuleAndCode": "/common-info/
|
|
230
|
-
"getGroupedCurrentUserPermissionList": "/common-info/
|
|
231
|
+
"groupPermissionListByModuleAndCode": "/common-info/index",
|
|
232
|
+
"getGroupedCurrentUserPermissionList": "/common-info/index",
|
|
231
233
|
"getCurrentModulePermissionData": "/common-info/getPermissionMethod/index",
|
|
232
234
|
"getCurrentUserPermissionList": "/common-info/getPermissionMethod/index",
|
|
233
235
|
"hasMenuPermissionByRouteCode": "/common-info/getPermissionMethod/index",
|
|
@@ -257,7 +259,7 @@
|
|
|
257
259
|
"DAS_UI_THEME_BRIDGE_ITEMS": "/theme/index",
|
|
258
260
|
"UPF_COMPONENT_THEME_BRIDGE_ITEMS": "/theme/index",
|
|
259
261
|
"getHostThemeSnapshotFromWindowName": "/theme/index",
|
|
260
|
-
"clonePresetTheme": "/theme/index",
|
|
262
|
+
"clonePresetTheme": "/theme/presets/index",
|
|
261
263
|
"normalizeHexColor": "/theme/index",
|
|
262
264
|
"resolvePrimaryBgColor": "/theme/index"
|
|
263
265
|
}
|
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.266",
|
|
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.266",
|
|
26
|
+
"@das-fed/upf-web": "6.4.0-dev.266",
|
|
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,26 +1,13 @@
|
|
|
1
|
+
import { BUILTIN_PRESET_THEME_NAMES, PRESET_THEMES, BuiltinPresetThemeConfig, BuiltinPresetThemeName } from './presets';
|
|
1
2
|
import { RuntimeThemeVariableBuildOptions } from './bridge';
|
|
2
|
-
import {
|
|
3
|
+
import { ThemeVariables } from './source-variables';
|
|
3
4
|
|
|
4
5
|
export { mixHexColor, normalizeHexColor, resolvePrimaryBgColor, toRgbaColor } from './color';
|
|
5
|
-
type ThemeVariableSource = Record<string, string | undefined>;
|
|
6
|
-
export interface BuiltinPresetThemeConfig {
|
|
7
|
-
name: BuiltinPresetThemeName;
|
|
8
|
-
displayName: string;
|
|
9
|
-
description?: string;
|
|
10
|
-
mode?: ThemeMode;
|
|
11
|
-
source: 'preset';
|
|
12
|
-
basePresetName: BuiltinPresetThemeName;
|
|
13
|
-
variables: ThemeVariables;
|
|
14
|
-
}
|
|
15
|
-
export declare const BUILTIN_PRESET_THEME_NAMES: BuiltinPresetThemeName[];
|
|
16
|
-
export declare const PRESET_THEMES: Record<BuiltinPresetThemeName, BuiltinPresetThemeConfig>;
|
|
17
|
-
export declare const clonePresetTheme: (theme: BuiltinPresetThemeConfig) => BuiltinPresetThemeConfig;
|
|
18
|
-
export declare const getPresetTheme: (themeName: string) => BuiltinPresetThemeConfig;
|
|
19
|
-
export declare const getAllPresetThemes: () => any;
|
|
20
6
|
export { DAS_UI_THEME_BRIDGE_ITEMS, ELEMENT_THEME_BRIDGE_ITEMS, LEGACY_THEME_BRIDGE_ITEMS, UPF_COMPONENT_THEME_BRIDGE_ITEMS, buildRuntimeThemeVariables, resolveThemeBridgeVariables, toDasUiColorOverrides, toElementThemeVariables, toLegacyThemeVariables, toUpfComponentThemeVariables, } from './bridge';
|
|
21
7
|
export { PRESET_THEME_VARIABLES, THEME_SOURCE_VARIABLE_CATEGORIES, THEME_SOURCE_VARIABLE_HINTS, THEME_SOURCE_VARIABLE_LABELS, THEME_SOURCE_VARIABLE_META, THEME_SOURCE_VARIABLE_NAMES, THEME_SOURCE_VARIABLE_RELATIONS, getThemeSourceVariableCategories, getThemeSourceVariableHints, getThemeSourceVariableLabels, getThemeSourceVariableNames, getThemeSourceVariableRelations, normalizeThemeSourceVariables, } from './source-variables';
|
|
22
8
|
export type { RuntimeThemeVariableBuildOptions, ThemeBridgeResolveContext, ThemeBridgeVariableItem, ThemeBridgeVariableResolveOptions, } from './bridge';
|
|
23
9
|
export type { BuiltinPresetThemeName, PartialThemeVariables, ThemeMode, ThemeSourceVariableMeta, ThemeSourceVariableName, ThemeVariableCategory, ThemeVariableCategoryGroupKey, ThemeVariables, } from './source-variables';
|
|
10
|
+
type ThemeVariableSource = Record<string, string | undefined>;
|
|
24
11
|
export interface ThemeConfig {
|
|
25
12
|
name?: string;
|
|
26
13
|
basePresetName?: string;
|
|
@@ -81,6 +68,11 @@ export interface SubAppThemeSyncOptions extends ThemePullOptions {
|
|
|
81
68
|
onThemeChange?: (event: ThemeChangeEvent) => void;
|
|
82
69
|
}
|
|
83
70
|
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;
|
|
84
76
|
export declare const buildPresetThemeCssText: (presetName?: string, options?: RuntimeThemeVariableBuildOptions) => string;
|
|
85
77
|
export declare const buildDefaultThemeCssText: (options?: RuntimeThemeVariableBuildOptions) => string;
|
|
86
78
|
export declare const ensureDefaultThemeStyle: (options?: DefaultThemeStyleOptions) => any;
|
|
@@ -100,9 +92,3 @@ export declare const getVar: (key?: string) => string;
|
|
|
100
92
|
export declare const getVarValue: (key?: string, root?: HTMLElement | null) => {
|
|
101
93
|
value: any;
|
|
102
94
|
};
|
|
103
|
-
export declare const useSubAppTheme: (options?: SubAppThemeSyncOptions) => {
|
|
104
|
-
currentTheme: any;
|
|
105
|
-
getVariable: (varName: string) => any;
|
|
106
|
-
syncTheme: () => ThemeChangeEvent<string, Record<import('./source-variables').ThemeSourceVariableName, string>>;
|
|
107
|
-
changeTheme: (themeName: string) => boolean;
|
|
108
|
-
};
|