@xtalpi/agentic-lab-skills 0.0.9 → 0.0.11
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/README.md +1 -1
- package/package.json +14 -14
- package/skills/lab-flow-designer/SKILL.md +612 -593
- package/skills/lab-flow-designer/embedded-template/SKILL.md +103 -88
- package/skills/lab-flow-designer/embedded-template/pools//345/205/245/345/217/243/346/261/240.md +21 -12
- package/skills/lab-flow-designer/embedded-template/pools//345/207/272/345/217/243/346/261/240.md +21 -12
- package/skills/lab-flow-designer/embedded-template/scripts//347/244/272/344/276/213/346/225/260/346/215/256/344/270/216/346/240/241/351/252/214/351/227/250/346/216/247.js +142 -142
- package/skills/lab-flow-designer/embedded-template/valves//347/244/272/344/276/213/346/225/260/346/215/256/344/270/216/346/240/241/351/252/214/351/227/250/346/216/247.md +114 -99
- package/skills/lab-flow-designer/references/agentic-lab-processer.md +122 -78
- package/skills/lab-flow-designer/references/agentic-lab-sdk.md +534 -361
- package/skills/lab-flow-designer/references/rhea-api/README.md +7 -7
- package/skills/lab-flow-designer/references/rhea-api/execute_process_batch.md +58 -58
- package/skills/lab-flow-designer/references/skill-package-layout.md +268 -204
- package/skills/lab-flow-designer/references//344/270/232/345/212/241/346/265/201/347/250/213/346/226/207/346/241/243/346/240/207/345/207/206.md +216 -208
- package/skills/lab-flow-designer/templates//344/270/232/345/212/241/346/265/201/347/250/213/346/226/207/346/241/243/346/250/241/346/235/277.md +192 -169
- package/skills/lab-flow-designer/templates//344/270/232/345/212/241/346/265/201/347/250/213/346/226/207/346/241/243/347/244/272/344/276/213.md +207 -197
- package/skills/lab-flow-designer/testing/test-processer.mjs +1240 -1075
- package/skills/lab-nocobase-flow-generator/SKILL.md +164 -164
- package/skills/lab-nocobase-flow-generator/examples/setting/350/241/250/350/216/267/345/217/226/345/244/226/351/203/250/346/234/215/345/212/241.js +70 -70
- package/skills/lab-nocobase-flow-generator/examples//346/237/245/350/257/242/345/214/226/345/255/246/345/223/201/344/277/241/346/201/257.js +30 -30
- package/skills/lab-nocobase-flow-generator/references/doc-standard.md +84 -84
- package/skills/lab-nocobase-flow-generator/references/runtime-api.md +224 -224
- package/skills/lab-nocobase-flow-generator/templates//350/204/232/346/234/254/351/200/273/350/276/221/346/226/207/346/241/243/346/250/241/346/235/277.md +121 -121
- package/skills/lab-nocobase-flow-generator/templates//350/204/232/346/234/254/351/200/273/350/276/221/346/226/207/346/241/243/347/244/272/344/276/213.md +67 -67
- package/skills/lab-orbit-component-builder/SKILL.md +353 -353
- package/skills/lab-orbit-component-builder/examples/xnb-component-template/.env.local.example +27 -27
- package/skills/lab-orbit-component-builder/examples/xnb-component-template/.eslintignore +7 -7
- package/skills/lab-orbit-component-builder/examples/xnb-component-template/.eslintrc.cjs +88 -88
- package/skills/lab-orbit-component-builder/examples/xnb-component-template/.nvmrc +1 -1
- package/skills/lab-orbit-component-builder/examples/xnb-component-template/AgenticAppAPI.md +268 -268
- package/skills/lab-orbit-component-builder/examples/xnb-component-template/Jenkinsfile +106 -106
- package/skills/lab-orbit-component-builder/examples/xnb-component-template/OrbitAPI.md +453 -453
- package/skills/lab-orbit-component-builder/examples/xnb-component-template/README.md +176 -176
- package/skills/lab-orbit-component-builder/examples/xnb-component-template/dev/public/index.html +12 -12
- package/skills/lab-orbit-component-builder/examples/xnb-component-template/dev/src/App.vue +151 -151
- package/skills/lab-orbit-component-builder/examples/xnb-component-template/dev/src/components/DevOpenerLauncher.vue +143 -143
- package/skills/lab-orbit-component-builder/examples/xnb-component-template/dev/src/global.d.ts +77 -77
- package/skills/lab-orbit-component-builder/examples/xnb-component-template/dev/src/main.ts +308 -308
- package/skills/lab-orbit-component-builder/examples/xnb-component-template/dev/src/mockXNBBitable.ts +119 -119
- package/skills/lab-orbit-component-builder/examples/xnb-component-template/dev/src/shims-vue.d.ts +6 -6
- package/skills/lab-orbit-component-builder/examples/xnb-component-template/dev/src/utils/devOpenerHost.ts +75 -75
- package/skills/lab-orbit-component-builder/examples/xnb-component-template/index.html +13 -13
- package/skills/lab-orbit-component-builder/examples/xnb-component-template/package.json +60 -60
- package/skills/lab-orbit-component-builder/examples/xnb-component-template/src/api/agenticlabTickets.ts +110 -110
- package/skills/lab-orbit-component-builder/examples/xnb-component-template/src/entries/bitable.ts +4 -4
- package/skills/lab-orbit-component-builder/examples/xnb-component-template/src/entries/custom-page.ts +4 -4
- package/skills/lab-orbit-component-builder/examples/xnb-component-template/src/index.ts +1 -1
- package/skills/lab-orbit-component-builder/examples/xnb-component-template/src/styles/orbit-quasar-host.scss +19 -19
- package/skills/lab-orbit-component-builder/examples/xnb-component-template/src/types/context.ts +15 -15
- package/skills/lab-orbit-component-builder/examples/xnb-component-template/src/types/xnb-context.ts +70 -70
- package/skills/lab-orbit-component-builder/examples/xnb-component-template/src/use/useBitablePage.ts +189 -189
- package/skills/lab-orbit-component-builder/examples/xnb-component-template/src/use/useSuperCellDemo.ts +257 -257
- package/skills/lab-orbit-component-builder/examples/xnb-component-template/src/use/useSuperTableBitableLifecycle.ts +555 -555
- package/skills/lab-orbit-component-builder/examples/xnb-component-template/src/utils/openerInitParams.ts +158 -158
- package/skills/lab-orbit-component-builder/examples/xnb-component-template/src/utils/openerTicketIds.ts +32 -32
- package/skills/lab-orbit-component-builder/examples/xnb-component-template/src/utils/orbitHttpClient.ts +110 -110
- package/skills/lab-orbit-component-builder/examples/xnb-component-template/src/utils/request.ts +92 -92
- package/skills/lab-orbit-component-builder/examples/xnb-component-template/src/views/bitable.vue +67 -67
- package/skills/lab-orbit-component-builder/examples/xnb-component-template/src/views/custom-page.vue +140 -140
- package/skills/lab-orbit-component-builder/examples/xnb-component-template/tsconfig.json +45 -45
- package/skills/lab-orbit-component-builder/examples/xnb-component-template/vite.config.ts +170 -170
- package/skills/lab-orbit-component-builder/examples/xnb-component-template/vite.dev.config.ts +58 -58
- package/skills/lab-orbit-component-builder/references/flow-document-human-ui.md +65 -65
- package/skills/lab-orbit-component-builder/references/orbit-vue-conventions.md +133 -133
- package/skills/lab-orbit-component-builder/references/pool-schema-to-columns.md +67 -67
- package/skills/lab-orbit-component-builder/references/vue-template-checklist.md +179 -179
- package/skills/lab-orbit-component-builder/references/xnb-context-vue-props.md +49 -49
- package/skills/lab-orbit-component-builder/references/xnbitable-vue-parity.md +32 -32
package/skills/lab-orbit-component-builder/examples/xnb-component-template/dev/src/global.d.ts
CHANGED
|
@@ -1,77 +1,77 @@
|
|
|
1
|
-
declare module '@xtalpi/webb-api'
|
|
2
|
-
declare module 'axios'
|
|
3
|
-
declare module 'lodash'
|
|
4
|
-
|
|
5
|
-
declare const __APP_VERSION__: string
|
|
6
|
-
declare const __APP_SKILL__: string
|
|
7
|
-
|
|
8
|
-
interface XnbHttpClient {
|
|
9
|
-
request: (options: {
|
|
10
|
-
method: string;
|
|
11
|
-
url: string;
|
|
12
|
-
headers?: Record<string, string>;
|
|
13
|
-
responseType?: number;
|
|
14
|
-
query?: Record<string, string>;
|
|
15
|
-
body?: { type: string; data: any };
|
|
16
|
-
}) => Promise<{ data: any; status: number; ok: boolean; headers: Record<string, string> }>;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
interface XnbHttp {
|
|
20
|
-
client: XnbHttpClient;
|
|
21
|
-
Body: {
|
|
22
|
-
json: (data: any) => { type: string; data: any };
|
|
23
|
-
text: (text: string) => { type: string; data: string };
|
|
24
|
-
form: (data: Record<string, any>) => { type: string; data: Record<string, any> };
|
|
25
|
-
};
|
|
26
|
-
ResponseType: {
|
|
27
|
-
JSON: number;
|
|
28
|
-
Text: number;
|
|
29
|
-
Binary: number;
|
|
30
|
-
};
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
interface XnbChoreo {
|
|
34
|
-
getUserToken: (bookPath?: string) => Promise<string>;
|
|
35
|
-
getUserInfo: (options?: any) => Promise<{ userName: string; email: string }>;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
interface Xnb {
|
|
39
|
-
book: Record<string, (...args: any[]) => any>;
|
|
40
|
-
store: Record<string, (...args: any[]) => any>;
|
|
41
|
-
event: any;
|
|
42
|
-
kernel: Record<string, (...args: any[]) => any>;
|
|
43
|
-
choreo: XnbChoreo;
|
|
44
|
-
http: XnbHttp;
|
|
45
|
-
app: Record<string, (...args: any[]) => any>;
|
|
46
|
-
utils: Record<string, any>;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
interface WebbApi {
|
|
50
|
-
register: (name: string, value: any) => void;
|
|
51
|
-
getUrl: () => { webbHost: string };
|
|
52
|
-
store: Record<string, (...args: any[]) => any>;
|
|
53
|
-
utils: Record<string, any>;
|
|
54
|
-
event?: { on: (...args: any[]) => void; emit: (...args: any[]) => void; off: (...args: any[]) => void };
|
|
55
|
-
ui: {
|
|
56
|
-
message: (opts: { type?: string; message: string }) => void;
|
|
57
|
-
};
|
|
58
|
-
method: {
|
|
59
|
-
call: (module: string, method: string, ...args: any[]) => any;
|
|
60
|
-
};
|
|
61
|
-
[key: string]: any;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
interface QuasarGlobal {
|
|
65
|
-
loading: { show: (opts?: any) => void; hide: () => void };
|
|
66
|
-
notify: (opts: any) => void;
|
|
67
|
-
dialog: (opts: any) => any;
|
|
68
|
-
dark: any;
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
interface Window {
|
|
72
|
-
Vue: any;
|
|
73
|
-
vueInstance: any;
|
|
74
|
-
webb: WebbApi;
|
|
75
|
-
xnb: Xnb;
|
|
76
|
-
$q: QuasarGlobal;
|
|
77
|
-
}
|
|
1
|
+
declare module '@xtalpi/webb-api'
|
|
2
|
+
declare module 'axios'
|
|
3
|
+
declare module 'lodash'
|
|
4
|
+
|
|
5
|
+
declare const __APP_VERSION__: string
|
|
6
|
+
declare const __APP_SKILL__: string
|
|
7
|
+
|
|
8
|
+
interface XnbHttpClient {
|
|
9
|
+
request: (options: {
|
|
10
|
+
method: string;
|
|
11
|
+
url: string;
|
|
12
|
+
headers?: Record<string, string>;
|
|
13
|
+
responseType?: number;
|
|
14
|
+
query?: Record<string, string>;
|
|
15
|
+
body?: { type: string; data: any };
|
|
16
|
+
}) => Promise<{ data: any; status: number; ok: boolean; headers: Record<string, string> }>;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
interface XnbHttp {
|
|
20
|
+
client: XnbHttpClient;
|
|
21
|
+
Body: {
|
|
22
|
+
json: (data: any) => { type: string; data: any };
|
|
23
|
+
text: (text: string) => { type: string; data: string };
|
|
24
|
+
form: (data: Record<string, any>) => { type: string; data: Record<string, any> };
|
|
25
|
+
};
|
|
26
|
+
ResponseType: {
|
|
27
|
+
JSON: number;
|
|
28
|
+
Text: number;
|
|
29
|
+
Binary: number;
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
interface XnbChoreo {
|
|
34
|
+
getUserToken: (bookPath?: string) => Promise<string>;
|
|
35
|
+
getUserInfo: (options?: any) => Promise<{ userName: string; email: string }>;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
interface Xnb {
|
|
39
|
+
book: Record<string, (...args: any[]) => any>;
|
|
40
|
+
store: Record<string, (...args: any[]) => any>;
|
|
41
|
+
event: any;
|
|
42
|
+
kernel: Record<string, (...args: any[]) => any>;
|
|
43
|
+
choreo: XnbChoreo;
|
|
44
|
+
http: XnbHttp;
|
|
45
|
+
app: Record<string, (...args: any[]) => any>;
|
|
46
|
+
utils: Record<string, any>;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
interface WebbApi {
|
|
50
|
+
register: (name: string, value: any) => void;
|
|
51
|
+
getUrl: () => { webbHost: string };
|
|
52
|
+
store: Record<string, (...args: any[]) => any>;
|
|
53
|
+
utils: Record<string, any>;
|
|
54
|
+
event?: { on: (...args: any[]) => void; emit: (...args: any[]) => void; off: (...args: any[]) => void };
|
|
55
|
+
ui: {
|
|
56
|
+
message: (opts: { type?: string; message: string }) => void;
|
|
57
|
+
};
|
|
58
|
+
method: {
|
|
59
|
+
call: (module: string, method: string, ...args: any[]) => any;
|
|
60
|
+
};
|
|
61
|
+
[key: string]: any;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
interface QuasarGlobal {
|
|
65
|
+
loading: { show: (opts?: any) => void; hide: () => void };
|
|
66
|
+
notify: (opts: any) => void;
|
|
67
|
+
dialog: (opts: any) => any;
|
|
68
|
+
dark: any;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
interface Window {
|
|
72
|
+
Vue: any;
|
|
73
|
+
vueInstance: any;
|
|
74
|
+
webb: WebbApi;
|
|
75
|
+
xnb: Xnb;
|
|
76
|
+
$q: QuasarGlobal;
|
|
77
|
+
}
|