@a2simcode/ui 0.0.45 → 0.0.46
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/components/index.d.ts +1 -1
- package/dist/components/workflow-viewer/index.d.ts +4 -4
- package/dist/simcode-ui.es.js +1 -1
- package/dist/simcode-ui.umd.js +1 -1
- package/dist/stats.html +1 -1
- package/package.json +1 -1
- /package/dist/components/workflow-viewer/src/{j-workflow.vue.d.ts → workflow.vue.d.ts} +0 -0
|
@@ -79,7 +79,7 @@ export type { EditConfigType } from './input-rows/src/interface';
|
|
|
79
79
|
export type { TabsProps } from './tabs/src/tabs.vue';
|
|
80
80
|
export type { CollapseProps } from './collapse/src/collapse.vue';
|
|
81
81
|
export type { WorkflowViewerProps } from './workflow-viewer/src/workflow-viewer.vue';
|
|
82
|
-
export type { WorkflowProps } from './workflow-viewer/src/
|
|
82
|
+
export type { WorkflowProps } from './workflow-viewer/src/workflow.vue';
|
|
83
83
|
export type { ButtonCompType } from './buttons/src/interface';
|
|
84
84
|
export type { LayerParamType } from './dynamic-layer/src/interface';
|
|
85
85
|
export type { SchemaConfig } from './comp/src/interface';
|
|
@@ -75,7 +75,7 @@ declare const _JWorkflow: {
|
|
|
75
75
|
elementClick: (ev: Record<string, any>) => any;
|
|
76
76
|
elementCreate: (ev: Record<string, any>) => any;
|
|
77
77
|
}, import('vue').PublicProps, {
|
|
78
|
-
paletteOptions: import('./src/
|
|
78
|
+
paletteOptions: import('./src/workflow.vue').PaletteOptions;
|
|
79
79
|
lineStroke: string;
|
|
80
80
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
81
81
|
containerRef: HTMLDivElement;
|
|
@@ -99,7 +99,7 @@ declare const _JWorkflow: {
|
|
|
99
99
|
setData: (data: Record<string, any>[]) => void;
|
|
100
100
|
updateElemet: (data: Record<string, any>) => void;
|
|
101
101
|
}, {}, {}, {}, {
|
|
102
|
-
paletteOptions: import('./src/
|
|
102
|
+
paletteOptions: import('./src/workflow.vue').PaletteOptions;
|
|
103
103
|
lineStroke: string;
|
|
104
104
|
}>;
|
|
105
105
|
__isFragment?: never;
|
|
@@ -122,7 +122,7 @@ declare const _JWorkflow: {
|
|
|
122
122
|
elementClick: (ev: Record<string, any>) => any;
|
|
123
123
|
elementCreate: (ev: Record<string, any>) => any;
|
|
124
124
|
}, string, {
|
|
125
|
-
paletteOptions: import('./src/
|
|
125
|
+
paletteOptions: import('./src/workflow.vue').PaletteOptions;
|
|
126
126
|
lineStroke: string;
|
|
127
127
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & {
|
|
128
128
|
install: (app: import('vue').App) => void;
|
|
@@ -130,4 +130,4 @@ declare const _JWorkflow: {
|
|
|
130
130
|
export default _JWorkflowViewer;
|
|
131
131
|
export { _JWorkflow as JWorkflow };
|
|
132
132
|
export * from './src/workflow-viewer.vue';
|
|
133
|
-
export
|
|
133
|
+
export type { WorkflowProps } from './src/workflow.vue';
|
package/dist/simcode-ui.es.js
CHANGED
|
@@ -18245,7 +18245,7 @@ const Fx = {
|
|
|
18245
18245
|
ContextPadProvider: ["type", Bl]
|
|
18246
18246
|
}, Nx = /* @__PURE__ */ ie({
|
|
18247
18247
|
name: "JWorkflow",
|
|
18248
|
-
__name: "
|
|
18248
|
+
__name: "workflow",
|
|
18249
18249
|
props: {
|
|
18250
18250
|
paletteOptions: { default: void 0 },
|
|
18251
18251
|
lineStroke: { default: void 0 }
|