@das-fed/utils 1.0.9 → 6.3.0-beta.1
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/index.d.ts +2 -1
- package/api-services/index.js +3 -2
- package/api-services/modules/app-manage.js +1 -1
- package/api-services/modules/authentication.js +1 -1
- package/api-services/modules/bems.js +1 -1
- package/api-services/modules/contract.js +1 -1
- package/api-services/modules/duty-manage.js +1 -1
- package/api-services/modules/enterpriseright.js +1 -1
- package/api-services/modules/file.d.ts +1 -1
- package/api-services/modules/file.js +355 -342
- package/api-services/modules/gateway-edge.js +1 -1
- package/api-services/modules/iot.js +1 -1
- package/api-services/modules/justauth.js +1 -1
- package/api-services/modules/knowledge.js +1 -1
- package/api-services/modules/link.js +1 -1
- package/api-services/modules/permission.js +1 -1
- package/api-services/modules/platformManage.js +1 -1
- package/api-services/modules/portal.js +1 -1
- package/api-services/modules/space-manage.js +1 -1
- package/api-services/modules/super-admin.js +1 -1
- package/api-services/modules/supplier.js +1 -1
- package/api-services/modules/supplychain-manage.js +1 -1
- package/api-services/modules/systemConfiguration.js +1 -1
- package/api-services/modules/tool.js +1 -1
- package/api-services/src/create-service.d.ts +1 -1
- package/api-services/src/create-service.js +2 -3234
- package/common-info/{setInfoFromUrl.d.ts → getInfoFromUrl.d.ts} +1 -1
- package/common-info/{setInfoFromUrl.js → getInfoFromUrl.js} +26 -29
- package/common-info/index.d.ts +17 -6
- package/common-info/index.js +82 -131
- package/{api-services/src/sso.js → common-info/set-personal-info.js} +754 -667
- package/common-tools/get-url-params.d.ts +21 -8
- package/common-tools/get-url-params.js +26 -15
- package/common-tools/index.d.ts +2 -0
- package/common-tools/index.js +2 -0
- package/common-tools/obj-tools.d.ts +1 -1
- package/common-tools/platform-tools.d.ts +18 -0
- package/common-tools/platform-tools.js +15 -0
- package/common-tools/setHtmlMinWH.js +8 -4
- package/common-tools/update-fav-icon.d.ts +10 -0
- package/common-tools/update-fav-icon.js +22 -0
- package/create-api-service/index.d.ts +1 -0
- package/create-api-service/index.js +3492 -0
- package/create-api-service/proxy-sso.d.ts +3 -0
- package/create-api-service/proxy-sso.js +21 -0
- package/create-api-service/sso.d.ts +23 -0
- package/create-api-service/sso.js +1969 -0
- package/curring-http/index.d.ts +3 -2
- package/curring-http/index.js +2872 -2662
- package/dimple-canvas/index.d.ts +1 -0
- package/dimple-canvas/use-dimple-canvas/core/antv-x6/index.d.ts +1 -0
- package/dimple-canvas/use-dimple-canvas/core/antv-x6/index.js +2244 -2265
- package/dimple-canvas/use-dimple-canvas/core/konva/index.d.ts +4 -3
- package/dimple-canvas/use-dimple-canvas/core/konva/utils/add-object/index.d.ts +2 -1
- package/dimple-canvas/use-dimple-canvas/core/konva/utils/find.d.ts +2 -1
- package/dimple-canvas/use-dimple-canvas/core/konva/utils/guideline.d.ts +2 -1
- package/dimple-canvas/use-dimple-canvas/core/konva/utils/lib.d.ts +2 -1
- package/dimple-canvas/use-dimple-canvas/core/konva/utils/lib.js +1079 -1051
- package/dimple-canvas/use-dimple-canvas/core/konva/utils/remove-object.d.ts +2 -1
- package/dimple-canvas/use-dimple-canvas/core/konva/utils/transform-axis.d.ts +3 -2
- package/dimple-canvas/use-dimple-canvas/core/konva/utils/transformer.d.ts +2 -1
- package/dimple-canvas/use-dimple-canvas/index.d.ts +2 -1
- package/directive/auth.js +21 -21
- package/directive/clickOutside.d.ts +3 -2
- package/directive/hoverInside.d.ts +2 -1
- package/dom-check-in/index.js +5 -5
- package/hooks/popup-manager/use-zindex.js +8 -8
- package/hooks/use-get-auth/apis.d.ts +4 -0
- package/hooks/use-get-auth/apis.js +8 -0
- package/hooks/use-get-auth/index.d.ts +9 -0
- package/hooks/use-get-auth/index.js +57 -0
- package/nextTiken/index.d.ts +3 -4
- package/nextTiken/index.js +34 -46
- package/package.json +7 -4
- package/pinyin-first-character/index.js +19792 -20877
- package/process-engine-info/index.d.ts +5 -2
- package/process-engine-info/index.js +11 -6
- package/style/index.js +1 -1
- package/style/style.d.ts +2 -1
- package/style/style.js +1 -1
- package/token-tools/index.d.ts +10 -7
- package/token-tools/index.js +44 -59
- package/use-low-code/index.d.ts +1 -0
- package/use-low-code/index.js +70 -0
- package/use-low-code/low-code-iframe.vue.d.ts +2 -0
- package/use-low-code/style.css +1 -0
- package/webSocket-service/index.d.ts +2 -1
- package/with-install/index.d.ts +2 -1
- package/api-services/src/sso.d.ts +0 -29
- package/api-services/src/util.d.ts +0 -1
- package/api-services/src/util.js +0 -1466
- package/common-info/set-common-info.d.ts +0 -45
- package/common-info/set-common-info.js +0 -103
- package/common-tools/throttled.d.ts +0 -7
- package/common-tools/throttled.js +0 -10
- package/micro-app/globalData.d.ts +0 -3
- package/micro-app/globalData.js +0 -11
- package/micro-app/index.d.ts +0 -5
- package/micro-app/index.js +0 -3699
- package/panel/index.d.ts +0 -31
- package/panel/index.js +0 -37
- package/set-personal-info/index.js +0 -1468
- /package/{set-personal-info/index.d.ts → common-info/set-personal-info.d.ts} +0 -0
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { Konva } from '@das-fed/utils/dimple-canvas/use-dimple-canvas/core/konva/utils/lib';
|
|
2
|
-
import
|
|
2
|
+
import { ObjectType, ObjectConfig } from '../type';
|
|
3
|
+
|
|
3
4
|
declare const useKonva: () => {
|
|
4
5
|
canvasContainerEl: any;
|
|
5
6
|
canvas: any;
|
|
@@ -17,10 +18,10 @@ declare const useKonva: () => {
|
|
|
17
18
|
target: any;
|
|
18
19
|
type: string;
|
|
19
20
|
data: {
|
|
20
|
-
[key: string]: any;
|
|
21
21
|
setHoverImage?: (src?: string) => void;
|
|
22
22
|
setActiveImage?: (src?: string) => void;
|
|
23
23
|
setDisabledImage?: (src?: string) => void;
|
|
24
|
+
[key: string]: any;
|
|
24
25
|
};
|
|
25
26
|
}) => void) => void;
|
|
26
27
|
changeImageSrc: (imageKey: string, payload: string | {
|
|
@@ -34,9 +35,9 @@ declare const useKonva: () => {
|
|
|
34
35
|
loadJSON: (json?: any, config?: any) => void;
|
|
35
36
|
remove: () => void;
|
|
36
37
|
transformAxis: (coordinate: {
|
|
37
|
-
[key: string]: any;
|
|
38
38
|
x: number;
|
|
39
39
|
y: number;
|
|
40
|
+
[key: string]: any;
|
|
40
41
|
}) => any;
|
|
41
42
|
setDisabled: () => void;
|
|
42
43
|
showRule: (options?: {
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { Canvas, Layer, ObjectConfig } from '@das-fed/utils/dimple-canvas/use-dimple-canvas/core/type';
|
|
2
|
+
|
|
2
3
|
declare const addObject: (type: ObjectType, options: {
|
|
3
4
|
canvas?: Canvas | null;
|
|
4
5
|
layer?: Layer | null;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { Canvas } from '@das-fed/utils/dimple-canvas/use-dimple-canvas/core/type';
|
|
2
|
+
|
|
2
3
|
declare const findOne: (canvas: Canvas | null | undefined, key: string) => any;
|
|
3
4
|
declare const findObject: (canvas: Canvas | null | undefined, type: ObjectType) => any;
|
|
4
5
|
export { findOne, findObject };
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { Canvas, Layer } from '@das-fed/utils/dimple-canvas/use-dimple-canvas/core/type';
|
|
2
|
+
|
|
2
3
|
declare const initGuideline: (canvas?: Canvas | null, layer?: Layer | null) => void;
|
|
3
4
|
declare const removeGuideline: (layer?: Layer | null) => void;
|
|
4
5
|
export { initGuideline, removeGuideline };
|