@fugood/bricks-ctor 2.25.0-beta.8 → 2.25.0-beta.81

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.
Files changed (137) hide show
  1. package/package.json +4 -24
  2. package/tools/__tests__/legacy-forwarder.test.js +91 -0
  3. package/tools/_forward.ts +26 -0
  4. package/tools/deploy.ts +3 -164
  5. package/tools/mcp-server.ts +3 -27
  6. package/tools/postinstall.ts +3 -234
  7. package/tools/pull.ts +3 -121
  8. package/tools/push-config.ts +4 -0
  9. package/tools/simulator.ts +4 -0
  10. package/compile/__tests__/index.test.js +0 -115
  11. package/compile/action-name-map.ts +0 -1015
  12. package/compile/index.ts +0 -1458
  13. package/compile/util.ts +0 -358
  14. package/index.ts +0 -6
  15. package/skills/bricks-ctor/SKILL.md +0 -32
  16. package/skills/bricks-ctor/rules/animation.md +0 -160
  17. package/skills/bricks-ctor/rules/architecture-patterns.md +0 -69
  18. package/skills/bricks-ctor/rules/automations.md +0 -221
  19. package/skills/bricks-ctor/rules/buttress.md +0 -156
  20. package/skills/bricks-ctor/rules/data-calculation.md +0 -209
  21. package/skills/bricks-ctor/rules/local-sync.md +0 -129
  22. package/skills/bricks-ctor/rules/media-flow.md +0 -158
  23. package/skills/bricks-ctor/rules/remote-data-bank.md +0 -196
  24. package/skills/bricks-ctor/rules/standby-transition.md +0 -124
  25. package/skills/bricks-design/LICENSE.txt +0 -180
  26. package/skills/bricks-design/SKILL.md +0 -66
  27. package/skills/rive-marketplace/SKILL.md +0 -99
  28. package/tools/_git-author.ts +0 -29
  29. package/tools/_shell.ts +0 -173
  30. package/tools/icons/.gitattributes +0 -1
  31. package/tools/icons/fa6pro-glyphmap.json +0 -4686
  32. package/tools/icons/fa6pro-meta.json +0 -1
  33. package/tools/mcp-tools/compile.ts +0 -92
  34. package/tools/mcp-tools/huggingface.ts +0 -762
  35. package/tools/mcp-tools/icons.ts +0 -81
  36. package/tools/mcp-tools/lottie.ts +0 -102
  37. package/tools/mcp-tools/media.ts +0 -110
  38. package/tools/preview-main.mjs +0 -306
  39. package/tools/preview.ts +0 -150
  40. package/types/animation.ts +0 -111
  41. package/types/automation.ts +0 -235
  42. package/types/brick-base.ts +0 -80
  43. package/types/bricks/Camera.ts +0 -246
  44. package/types/bricks/Chart.ts +0 -372
  45. package/types/bricks/GenerativeMedia.ts +0 -290
  46. package/types/bricks/Icon.ts +0 -98
  47. package/types/bricks/Image.ts +0 -126
  48. package/types/bricks/Items.ts +0 -476
  49. package/types/bricks/Lottie.ts +0 -168
  50. package/types/bricks/Maps.ts +0 -262
  51. package/types/bricks/QrCode.ts +0 -117
  52. package/types/bricks/Rect.ts +0 -150
  53. package/types/bricks/RichText.ts +0 -128
  54. package/types/bricks/Rive.ts +0 -220
  55. package/types/bricks/Sketch.ts +0 -254
  56. package/types/bricks/Slideshow.ts +0 -201
  57. package/types/bricks/Svg.ts +0 -99
  58. package/types/bricks/Text.ts +0 -148
  59. package/types/bricks/TextInput.ts +0 -242
  60. package/types/bricks/Video.ts +0 -175
  61. package/types/bricks/VideoStreaming.ts +0 -112
  62. package/types/bricks/WebRtcStream.ts +0 -65
  63. package/types/bricks/WebView.ts +0 -168
  64. package/types/bricks/index.ts +0 -22
  65. package/types/canvas.ts +0 -82
  66. package/types/common.ts +0 -144
  67. package/types/data-calc-command.ts +0 -7005
  68. package/types/data-calc-script.ts +0 -21
  69. package/types/data-calc.ts +0 -11
  70. package/types/data.ts +0 -95
  71. package/types/generators/AlarmClock.ts +0 -110
  72. package/types/generators/Assistant.ts +0 -621
  73. package/types/generators/BleCentral.ts +0 -247
  74. package/types/generators/BlePeripheral.ts +0 -208
  75. package/types/generators/CanvasMap.ts +0 -74
  76. package/types/generators/CastlesPay.ts +0 -87
  77. package/types/generators/DataBank.ts +0 -160
  78. package/types/generators/File.ts +0 -432
  79. package/types/generators/GraphQl.ts +0 -132
  80. package/types/generators/Http.ts +0 -222
  81. package/types/generators/HttpServer.ts +0 -176
  82. package/types/generators/Information.ts +0 -103
  83. package/types/generators/Intent.ts +0 -168
  84. package/types/generators/Iterator.ts +0 -108
  85. package/types/generators/Keyboard.ts +0 -105
  86. package/types/generators/LlmAnthropicCompat.ts +0 -212
  87. package/types/generators/LlmAppleBuiltin.ts +0 -159
  88. package/types/generators/LlmGgml.ts +0 -861
  89. package/types/generators/LlmMediaTekNeuroPilot.ts +0 -235
  90. package/types/generators/LlmMlx.ts +0 -227
  91. package/types/generators/LlmOnnx.ts +0 -213
  92. package/types/generators/LlmOpenAiCompat.ts +0 -312
  93. package/types/generators/LlmQualcommAiEngine.ts +0 -247
  94. package/types/generators/Mcp.ts +0 -637
  95. package/types/generators/McpServer.ts +0 -289
  96. package/types/generators/MediaFlow.ts +0 -170
  97. package/types/generators/MqttBroker.ts +0 -141
  98. package/types/generators/MqttClient.ts +0 -141
  99. package/types/generators/Question.ts +0 -408
  100. package/types/generators/RealtimeTranscription.ts +0 -287
  101. package/types/generators/RerankerGgml.ts +0 -191
  102. package/types/generators/SerialPort.ts +0 -151
  103. package/types/generators/SoundPlayer.ts +0 -94
  104. package/types/generators/SoundRecorder.ts +0 -130
  105. package/types/generators/SpeechToTextGgml.ts +0 -419
  106. package/types/generators/SpeechToTextOnnx.ts +0 -236
  107. package/types/generators/SpeechToTextPlatform.ts +0 -85
  108. package/types/generators/SqLite.ts +0 -159
  109. package/types/generators/Step.ts +0 -107
  110. package/types/generators/SttAppleBuiltin.ts +0 -130
  111. package/types/generators/Tcp.ts +0 -126
  112. package/types/generators/TcpServer.ts +0 -147
  113. package/types/generators/TextToSpeechAppleBuiltin.ts +0 -127
  114. package/types/generators/TextToSpeechGgml.ts +0 -221
  115. package/types/generators/TextToSpeechOnnx.ts +0 -178
  116. package/types/generators/TextToSpeechOpenAiLike.ts +0 -121
  117. package/types/generators/ThermalPrinter.ts +0 -191
  118. package/types/generators/Tick.ts +0 -83
  119. package/types/generators/Udp.ts +0 -120
  120. package/types/generators/VadGgml.ts +0 -250
  121. package/types/generators/VadOnnx.ts +0 -231
  122. package/types/generators/VadTraditional.ts +0 -138
  123. package/types/generators/VectorStore.ts +0 -257
  124. package/types/generators/Watchdog.ts +0 -107
  125. package/types/generators/WebCrawler.ts +0 -103
  126. package/types/generators/WebRtc.ts +0 -181
  127. package/types/generators/WebSocket.ts +0 -148
  128. package/types/generators/index.ts +0 -57
  129. package/types/index.ts +0 -13
  130. package/types/subspace.ts +0 -60
  131. package/types/switch.ts +0 -51
  132. package/types/system.ts +0 -707
  133. package/utils/__tests__/id.test.js +0 -58
  134. package/utils/calc.ts +0 -126
  135. package/utils/data.ts +0 -497
  136. package/utils/event-props.ts +0 -886
  137. package/utils/id.ts +0 -80
@@ -1,236 +0,0 @@
1
- /* Auto generated by build script
2
- *
3
- * Local STT inference based on [transformers.js](https://huggingface.co/docs/transformers.js)
4
- * You can use any converted model on HuggingFace.
5
- */
6
- import type { SwitchCondInnerStateCurrentCanvas, SwitchCondData, SwitchDef } from '../switch'
7
- import type { Data, DataLink } from '../data'
8
- import type {
9
- Brick,
10
- Generator,
11
- EventAction,
12
- ActionWithDataParams,
13
- ActionWithParams,
14
- Action,
15
- EventProperty,
16
- } from '../common'
17
- import type { TemplateEventPropsMap } from '../../utils/event-props'
18
-
19
- /* Load the model */
20
- export type GeneratorOnnxSTTActionLoadModel = Action & {
21
- __actionName: 'GENERATOR_ONNX_STT_LOAD_MODEL'
22
- }
23
-
24
- /* Inference */
25
- export type GeneratorOnnxSTTActionInfer = ActionWithParams & {
26
- __actionName: 'GENERATOR_ONNX_STT_INFER'
27
- params?: Array<{
28
- input: 'audioUri'
29
- value?: string | DataLink | EventProperty
30
- mapping?: string
31
- }>
32
- }
33
-
34
- /* Clean cache */
35
- export type GeneratorOnnxSTTActionCleanCache = Action & {
36
- __actionName: 'GENERATOR_ONNX_STT_CLEAN_CACHE'
37
- }
38
-
39
- /* Release context */
40
- export type GeneratorOnnxSTTActionReleaseContext = Action & {
41
- __actionName: 'GENERATOR_ONNX_STT_RELEASE_CONTEXT'
42
- }
43
-
44
- interface GeneratorOnnxSTTDef {
45
- /*
46
- Default property:
47
- {
48
- "model": "whisper-base",
49
- "modelType": "auto",
50
- "returnTimestamps": "none",
51
- "executionMode": "sequential"
52
- }
53
- */
54
- property?: {
55
- /* Initialize the TTS context on generator initialization */
56
- init?: boolean | DataLink
57
- /* STT model */
58
- model?: string | DataLink
59
- /* Model type */
60
- modelType?: string | DataLink
61
- /* Quantize type */
62
- quantizeType?:
63
- | 'auto'
64
- | 'none'
65
- | 'fp16'
66
- | 'q8'
67
- | 'int8'
68
- | 'uint8'
69
- | 'q4'
70
- | 'bnb4'
71
- | 'q4f16'
72
- | DataLink
73
- /* Return timestamps */
74
- returnTimestamps?: 'none' | 'enable' | 'word' | DataLink
75
- /* Transcription language
76
- Not specifying the language will auto detect the language. */
77
- language?:
78
- | 'English'
79
- | 'Chinese'
80
- | 'German'
81
- | 'Spanish'
82
- | 'Russian'
83
- | 'Korean'
84
- | 'French'
85
- | 'Japanese'
86
- | 'Portuguese'
87
- | 'Turkish'
88
- | 'Polish'
89
- | 'Catalan'
90
- | 'Dutch'
91
- | 'Arabic'
92
- | 'Swedish'
93
- | 'Italian'
94
- | 'Indonesian'
95
- | 'Hindi'
96
- | 'Finnish'
97
- | 'Vietnamese'
98
- | 'Hebrew'
99
- | 'Ukrainian'
100
- | 'Greek'
101
- | 'Malay'
102
- | 'Czech'
103
- | 'Romanian'
104
- | 'Danish'
105
- | 'Hungarian'
106
- | 'Tamil'
107
- | 'Norwegian'
108
- | 'Thai'
109
- | 'Urdu'
110
- | 'Croatian'
111
- | 'Bulgarian'
112
- | 'Lithuanian'
113
- | 'Latin'
114
- | 'Maori'
115
- | 'Malayalam'
116
- | 'Welsh'
117
- | 'Slovak'
118
- | 'Telugu'
119
- | 'Persian'
120
- | 'Latvian'
121
- | 'Bengali'
122
- | 'Serbian'
123
- | 'Azerbaijani'
124
- | 'Slovenian'
125
- | 'Kannada'
126
- | 'Estonian'
127
- | 'Macedonian'
128
- | 'Breton'
129
- | 'Basque'
130
- | 'Icelandic'
131
- | 'Armenian'
132
- | 'Nepali'
133
- | 'Mongolian'
134
- | 'Bosnian'
135
- | 'Kazakh'
136
- | 'Albanian'
137
- | 'Swahili'
138
- | 'Galician'
139
- | 'Marathi'
140
- | 'Punjabi'
141
- | 'Sinhala'
142
- | 'Khmer'
143
- | 'Shona'
144
- | 'Yoruba'
145
- | 'Somali'
146
- | 'Afrikaans'
147
- | 'Occitan'
148
- | 'Georgian'
149
- | 'Belarusian'
150
- | 'Tajik'
151
- | 'Sindhi'
152
- | 'Gujarati'
153
- | 'Amharic'
154
- | 'Yiddish'
155
- | 'Lao'
156
- | 'Uzbek'
157
- | 'Faroese'
158
- | 'Haitian Creole'
159
- | 'Pashto'
160
- | 'Turkmen'
161
- | 'Nynorsk'
162
- | 'Maltese'
163
- | 'Sanskrit'
164
- | 'Luxembourgish'
165
- | 'Myanmar'
166
- | 'Tibetan'
167
- | 'Tagalog'
168
- | 'Malagasy'
169
- | 'Assamese'
170
- | 'Tatar'
171
- | 'Hawaiian '
172
- | 'Lingala'
173
- | 'Hausa'
174
- | 'Bashkir'
175
- | 'Javanese'
176
- | 'Sundanese'
177
- | DataLink
178
- /* Task */
179
- task?: 'transcribe' | 'translate' | DataLink
180
- /* Inferencing chunk length */
181
- chunkLength?: number | DataLink
182
- /* Executor candidates, descending order of priority
183
- Default will be xnnpack, wasm, cpu */
184
- executors?:
185
- | Array<'qnn' | 'dml' | 'nnapi' | 'xnnpack' | 'coreml' | 'cpu' | 'wasm' | 'webgpu' | DataLink>
186
- | DataLink
187
- /* Execution mode
188
- Usually when the model has many branches, setting this option to `parallel` will give you better performance. */
189
- executionMode?: 'sequential' | 'parallel' | DataLink
190
- /* QNN backend */
191
- qnnBackend?: 'HTP' | 'HTA' | 'DSP' | 'GPU' | 'CPU' | DataLink
192
- /* Enable FP16 for QNN HTP */
193
- qnnHtpEnableFp16?: boolean | DataLink
194
- /* Enable QNN debug */
195
- qnnEnableDebug?: boolean | DataLink
196
- }
197
- events?: {
198
- /* Event triggered when state change */
199
- onContextStateChange?: Array<
200
- EventAction<string & keyof TemplateEventPropsMap['OnnxStt']['onContextStateChange']>
201
- >
202
- /* Event triggered when error occurs */
203
- onError?: Array<EventAction<string & keyof TemplateEventPropsMap['OnnxStt']['onError']>>
204
- }
205
- outlets?: {
206
- /* Context state */
207
- contextState?: () => Data<string>
208
- /* Inference result */
209
- result?: () => Data<string>
210
- /* Inference result detail */
211
- resultDetail?: () => Data<{ [key: string]: any }>
212
- }
213
- }
214
-
215
- /* Local STT inference based on [transformers.js](https://huggingface.co/docs/transformers.js)
216
- You can use any converted model on HuggingFace. */
217
- export type GeneratorOnnxSTT = Generator &
218
- GeneratorOnnxSTTDef & {
219
- templateKey: 'GENERATOR_ONNX_STT'
220
- switches?: Array<
221
- SwitchDef &
222
- GeneratorOnnxSTTDef & {
223
- conds?: Array<{
224
- method: '==' | '!=' | '>' | '<' | '>=' | '<='
225
- cond:
226
- | SwitchCondInnerStateCurrentCanvas
227
- | SwitchCondData
228
- | {
229
- __typename: 'SwitchCondInnerStateOutlet'
230
- outlet: 'contextState' | 'result' | 'resultDetail'
231
- value: any
232
- }
233
- }>
234
- }
235
- >
236
- }
@@ -1,85 +0,0 @@
1
- /* Auto generated by build script
2
- *
3
- * Speech-to-Text using platform's native capabilities
4
- */
5
- import type { SwitchCondInnerStateCurrentCanvas, SwitchCondData, SwitchDef } from '../switch'
6
- import type { Data, DataLink } from '../data'
7
- import type {
8
- Brick,
9
- Generator,
10
- EventAction,
11
- ActionWithDataParams,
12
- ActionWithParams,
13
- Action,
14
- EventProperty,
15
- } from '../common'
16
- import type { TemplateEventPropsMap } from '../../utils/event-props'
17
-
18
- /* Start speech recognition */
19
- export type GeneratorPlatformSTTActionStart = Action & {
20
- __actionName: 'GENERATOR_PLATFORM_STT_START'
21
- }
22
-
23
- /* Stop speech recognition */
24
- export type GeneratorPlatformSTTActionStop = Action & {
25
- __actionName: 'GENERATOR_PLATFORM_STT_STOP'
26
- }
27
-
28
- interface GeneratorPlatformSTTDef {
29
- /*
30
- Default property:
31
- {
32
- "locale": "en_US"
33
- }
34
- */
35
- property?: {
36
- /* Locale for speech recognition */
37
- locale?: string | DataLink
38
- /* [iOS] An array of phrases that should be recognized, even if they are not in the system vocabulary. */
39
- iosContextualStrings?: Array<string | DataLink> | DataLink
40
- }
41
- events?: {
42
- /* Event for speech recognition start */
43
- onSpeechStart?: Array<EventAction>
44
- /* Event for speech recognition end */
45
- onSpeechEnd?: Array<EventAction>
46
- /* Event for speech recognition results */
47
- onSpeechResults?: Array<
48
- EventAction<string & keyof TemplateEventPropsMap['PlatformStt']['onSpeechResults']>
49
- >
50
- /* Event for speech recognition error */
51
- onSpeechError?: Array<
52
- EventAction<string & keyof TemplateEventPropsMap['PlatformStt']['onSpeechError']>
53
- >
54
- }
55
- outlets?: {
56
- /* Recognized speech text */
57
- recognizedText?: () => Data<string>
58
- /* Error message */
59
- errorMessage?: () => Data<string>
60
- /* Listening status */
61
- listening?: () => Data<boolean>
62
- }
63
- }
64
-
65
- /* Speech-to-Text using platform's native capabilities */
66
- export type GeneratorPlatformSTT = Generator &
67
- GeneratorPlatformSTTDef & {
68
- templateKey: 'GENERATOR_PLATFORM_STT'
69
- switches?: Array<
70
- SwitchDef &
71
- GeneratorPlatformSTTDef & {
72
- conds?: Array<{
73
- method: '==' | '!=' | '>' | '<' | '>=' | '<='
74
- cond:
75
- | SwitchCondInnerStateCurrentCanvas
76
- | SwitchCondData
77
- | {
78
- __typename: 'SwitchCondInnerStateOutlet'
79
- outlet: 'recognizedText' | 'errorMessage' | 'listening'
80
- value: any
81
- }
82
- }>
83
- }
84
- >
85
- }
@@ -1,159 +0,0 @@
1
- /* Auto generated by build script
2
- *
3
- * SQLite database: create tables, query, insert, update, and delete with SQL
4
- */
5
- import type { SwitchCondInnerStateCurrentCanvas, SwitchCondData, SwitchDef } from '../switch'
6
- import type { Data, DataLink } from '../data'
7
- import type {
8
- Brick,
9
- Generator,
10
- EventAction,
11
- ActionWithDataParams,
12
- ActionWithParams,
13
- Action,
14
- EventProperty,
15
- } from '../common'
16
- import type { TemplateEventPropsMap } from '../../utils/event-props'
17
-
18
- /* Execute SQL statement */
19
- export type GeneratorSqliteActionExecute = ActionWithParams & {
20
- __actionName: 'GENERATOR_SQLITE_EXECUTE'
21
- params?: Array<
22
- | {
23
- input: 'sql'
24
- value?: string | DataLink | EventProperty
25
- mapping?: string
26
- }
27
- | {
28
- input: 'params'
29
- value?: Array<any> | DataLink | EventProperty
30
- mapping?: string
31
- }
32
- | {
33
- input: 'paramsString'
34
- value?: string | DataLink | EventProperty
35
- mapping?: string
36
- }
37
- >
38
- }
39
-
40
- /* Query data from database */
41
- export type GeneratorSqliteActionQuery = ActionWithParams & {
42
- __actionName: 'GENERATOR_SQLITE_QUERY'
43
- params?: Array<
44
- | {
45
- input: 'sql'
46
- value?: string | DataLink | EventProperty
47
- mapping?: string
48
- }
49
- | {
50
- input: 'params'
51
- value?: Array<any> | DataLink | EventProperty
52
- mapping?: string
53
- }
54
- | {
55
- input: 'paramsString'
56
- value?: string | DataLink | EventProperty
57
- mapping?: string
58
- }
59
- >
60
- }
61
-
62
- /* Execute multiple SQL statements in transaction */
63
- export type GeneratorSqliteActionTransaction = ActionWithParams & {
64
- __actionName: 'GENERATOR_SQLITE_TRANSACTION'
65
- params?: Array<{
66
- input: 'statements'
67
- value?: Array<any> | DataLink | EventProperty
68
- mapping?: string
69
- }>
70
- }
71
-
72
- /* Execute same SQL statement with multiple parameter sets */
73
- export type GeneratorSqliteActionBatchExecute = ActionWithParams & {
74
- __actionName: 'GENERATOR_SQLITE_BATCH_EXECUTE'
75
- params?: Array<
76
- | {
77
- input: 'sql'
78
- value?: string | DataLink | EventProperty
79
- mapping?: string
80
- }
81
- | {
82
- input: 'batchParams'
83
- value?: Array<any> | DataLink | EventProperty
84
- mapping?: string
85
- }
86
- >
87
- }
88
-
89
- interface GeneratorSqliteDef {
90
- /*
91
- Default property:
92
- {
93
- "init": false,
94
- "dbName": "default",
95
- "storageType": "file",
96
- "useFile": false
97
- }
98
- */
99
- property?: {
100
- /* Initialize database on subspace mounted */
101
- init?: boolean | DataLink
102
- /* Database name */
103
- dbName?: string | DataLink
104
- /* Storage type */
105
- storageType?: 'file' | 'memory' | DataLink
106
- /* Use specific file (memory type will be ignored) */
107
- useFile?: boolean | DataLink
108
- /* File URI for SQLite database */
109
- fileUri?: string | DataLink
110
- /* MD5 hash of file URI */
111
- fileUriMd5?: string | DataLink
112
- }
113
- events?: {
114
- /* Event triggered when error occurs */
115
- onError?: Array<EventAction<string & keyof TemplateEventPropsMap['Sqlite']['onError']>>
116
- /* Event triggered when query result is ready */
117
- onQueryResult?: Array<
118
- EventAction<string & keyof TemplateEventPropsMap['Sqlite']['onQueryResult']>
119
- >
120
- }
121
- outlets?: {
122
- /* Whether the database is ready */
123
- isReady?: () => Data<boolean>
124
- /* Database path */
125
- dbPath?: () => Data<string>
126
- /* Error message */
127
- error?: () => Data<string>
128
- /* Last query result */
129
- lastResult?: () => Data<Array<{ [key: string]: any }>>
130
- /* Last execute result with metadata */
131
- lastExecuteResult?: () => Data<{
132
- rowsAffected?: number
133
- insertId?: number
134
- [key: string]: any
135
- }>
136
- }
137
- }
138
-
139
- /* SQLite database: create tables, query, insert, update, and delete with SQL */
140
- export type GeneratorSqlite = Generator &
141
- GeneratorSqliteDef & {
142
- templateKey: 'GENERATOR_SQLITE'
143
- switches?: Array<
144
- SwitchDef &
145
- GeneratorSqliteDef & {
146
- conds?: Array<{
147
- method: '==' | '!=' | '>' | '<' | '>=' | '<='
148
- cond:
149
- | SwitchCondInnerStateCurrentCanvas
150
- | SwitchCondData
151
- | {
152
- __typename: 'SwitchCondInnerStateOutlet'
153
- outlet: 'isReady' | 'dbPath' | 'error' | 'lastResult' | 'lastExecuteResult'
154
- value: any
155
- }
156
- }>
157
- }
158
- >
159
- }
@@ -1,107 +0,0 @@
1
- /* Auto generated by build script
2
- *
3
- * Trigger change canvas / outlet / event by setup rules
4
- */
5
- import type { SwitchCondInnerStateCurrentCanvas, SwitchCondData, SwitchDef } from '../switch'
6
- import type { Data, DataLink } from '../data'
7
- import type {
8
- Brick,
9
- Generator,
10
- EventAction,
11
- ActionWithDataParams,
12
- ActionWithParams,
13
- Action,
14
- EventProperty,
15
- } from '../common'
16
- import type { TemplateEventPropsMap } from '../../utils/event-props'
17
-
18
- /* Start execute the step */
19
- export type GeneratorStepActionStart = Action & {
20
- __actionName: 'GENERATOR_STEP_START'
21
- }
22
-
23
- /* Pause steps */
24
- export type GeneratorStepActionPause = Action & {
25
- __actionName: 'GENERATOR_STEP_PAUSE'
26
- }
27
-
28
- /* Resume from pause step */
29
- export type GeneratorStepActionResume = Action & {
30
- __actionName: 'GENERATOR_STEP_RESUME'
31
- }
32
-
33
- /* Skip to the previous step and execute directly */
34
- export type GeneratorStepActionPerviousStep = Action & {
35
- __actionName: 'GENERATOR_STEP_PERVIOUS_STEP'
36
- }
37
-
38
- /* Skip to the next step and execute directly */
39
- export type GeneratorStepActionNextStep = Action & {
40
- __actionName: 'GENERATOR_STEP_NEXT_STEP'
41
- }
42
-
43
- /* Skip to the first step and execute directly */
44
- export type GeneratorStepActionFirstStep = Action & {
45
- __actionName: 'GENERATOR_STEP_FIRST_STEP'
46
- }
47
-
48
- /* Skip to the last step and execute directly */
49
- export type GeneratorStepActionLastStep = Action & {
50
- __actionName: 'GENERATOR_STEP_LAST_STEP'
51
- }
52
-
53
- interface GeneratorStepDef {
54
- /*
55
- Default property:
56
- {
57
- "init": false,
58
- "steps": []
59
- }
60
- */
61
- property?: {
62
- init?: boolean | DataLink
63
- /* Step definition list */
64
- steps?:
65
- | Array<
66
- | DataLink
67
- | {
68
- duration?: number | DataLink
69
- action?: 'change-canvas' | 'outlet' | 'event' | DataLink
70
- payload?: string | DataLink
71
- }
72
- >
73
- | DataLink
74
- }
75
- events?: {
76
- /* Event on step (If action is `event`) */
77
- onStep?: Array<EventAction<string & keyof TemplateEventPropsMap['Step']['onStep']>>
78
- }
79
- outlets?: {
80
- /* Result of step payload (If action is `outlet`) */
81
- payload?: () => Data<string>
82
- /* Result of step index (If action is `outlet`) */
83
- index?: () => Data<number>
84
- }
85
- }
86
-
87
- /* Trigger change canvas / outlet / event by setup rules */
88
- export type GeneratorStep = Generator &
89
- GeneratorStepDef & {
90
- templateKey: 'GENERATOR_STEP'
91
- switches?: Array<
92
- SwitchDef &
93
- GeneratorStepDef & {
94
- conds?: Array<{
95
- method: '==' | '!=' | '>' | '<' | '>=' | '<='
96
- cond:
97
- | SwitchCondInnerStateCurrentCanvas
98
- | SwitchCondData
99
- | {
100
- __typename: 'SwitchCondInnerStateOutlet'
101
- outlet: 'payload' | 'index'
102
- value: any
103
- }
104
- }>
105
- }
106
- >
107
- }