inl-app-manager 1.5.21 → 1.5.23
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/clientUtils/index.d.ts +2 -0
- package/dist/index.d.ts +13 -2
- package/package.json +2 -2
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import * as three_examples_jsm_controls_OrbitControls from 'three/examples/jsm/controls/OrbitControls';
|
|
1
2
|
import * as three from 'three';
|
|
2
3
|
import * as vue from 'vue';
|
|
3
4
|
import * as axios from 'axios';
|
|
@@ -331,6 +332,7 @@ declare const clientUtils: {
|
|
|
331
332
|
three: {
|
|
332
333
|
three: typeof three;
|
|
333
334
|
Stats: any;
|
|
335
|
+
OrbitControls: typeof three_examples_jsm_controls_OrbitControls.OrbitControls;
|
|
334
336
|
};
|
|
335
337
|
antdv: typeof antdv;
|
|
336
338
|
vant: typeof vant;
|
package/dist/index.d.ts
CHANGED
|
@@ -365,7 +365,7 @@ declare const _default$1: vue.DefineComponent<{
|
|
|
365
365
|
type: PropType<string[]>;
|
|
366
366
|
default: () => any[];
|
|
367
367
|
};
|
|
368
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin,
|
|
368
|
+
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, "update"[], "update", vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
369
369
|
state: {
|
|
370
370
|
type: PropType<"preview" | "editor" | "production" | "preview-layout">;
|
|
371
371
|
default: string;
|
|
@@ -382,7 +382,9 @@ declare const _default$1: vue.DefineComponent<{
|
|
|
382
382
|
type: PropType<string[]>;
|
|
383
383
|
default: () => any[];
|
|
384
384
|
};
|
|
385
|
-
}
|
|
385
|
+
}>> & {
|
|
386
|
+
onUpdate?: (...args: any[]) => any;
|
|
387
|
+
}, {
|
|
386
388
|
state: "preview" | "editor" | "production" | "preview-layout";
|
|
387
389
|
pageInfo: pageInfo;
|
|
388
390
|
topList: string[];
|
|
@@ -496,6 +498,10 @@ declare const InlCardEditor: vue.DefineComponent<{
|
|
|
496
498
|
type: BooleanConstructor;
|
|
497
499
|
default: boolean;
|
|
498
500
|
};
|
|
501
|
+
operation: {
|
|
502
|
+
type: BooleanConstructor;
|
|
503
|
+
default: boolean;
|
|
504
|
+
};
|
|
499
505
|
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, "update:value"[], "update:value", vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
500
506
|
componentClass: {
|
|
501
507
|
type: PropType<cardCompInfo>;
|
|
@@ -512,11 +518,16 @@ declare const InlCardEditor: vue.DefineComponent<{
|
|
|
512
518
|
type: BooleanConstructor;
|
|
513
519
|
default: boolean;
|
|
514
520
|
};
|
|
521
|
+
operation: {
|
|
522
|
+
type: BooleanConstructor;
|
|
523
|
+
default: boolean;
|
|
524
|
+
};
|
|
515
525
|
}>> & {
|
|
516
526
|
"onUpdate:value"?: (...args: any[]) => any;
|
|
517
527
|
}, {
|
|
518
528
|
value: string;
|
|
519
529
|
disabled: boolean;
|
|
530
|
+
operation: boolean;
|
|
520
531
|
editorConfig: Record<string, any>;
|
|
521
532
|
}, {}>;
|
|
522
533
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "module",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.23",
|
|
4
4
|
"name": "inl-app-manager",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "cross-env NODE_ENV=production node --max_old_space_size=8192 node_modules/rollup/dist/bin/rollup --config rollup.config.js --bundleConfigAsCjs",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"emmet-monaco-es": "^5.5.0",
|
|
65
65
|
"gifler": "^0.1.0",
|
|
66
66
|
"html2canvas": "^1.4.1",
|
|
67
|
-
"inl-flowchart": "1.5.
|
|
67
|
+
"inl-flowchart": "1.5.28",
|
|
68
68
|
"inl-ui": "^0.1.128",
|
|
69
69
|
"lodash": "^4.17.21",
|
|
70
70
|
"lodash-es": "^4.17.21",
|