@next-bricks/visual-builder 1.32.4 → 1.33.0

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/types.json CHANGED
@@ -89,6 +89,19 @@
89
89
  "events": [],
90
90
  "methods": []
91
91
  },
92
+ "visual-builder.workbench-sidebar": {
93
+ "properties": [
94
+ {
95
+ "name": "titleLabel",
96
+ "annotation": {
97
+ "type": "keyword",
98
+ "value": "string"
99
+ }
100
+ }
101
+ ],
102
+ "events": [],
103
+ "methods": []
104
+ },
92
105
  "visual-builder.check-editor-by-name": {
93
106
  "type": "provider",
94
107
  "params": [
@@ -242,19 +255,6 @@
242
255
  }
243
256
  ]
244
257
  },
245
- "visual-builder.workbench-sidebar": {
246
- "properties": [
247
- {
248
- "name": "titleLabel",
249
- "annotation": {
250
- "type": "keyword",
251
- "value": "string"
252
- }
253
- }
254
- ],
255
- "events": [],
256
- "methods": []
257
- },
258
258
  "visual-builder.page-arch-node": {
259
259
  "properties": [
260
260
  {
@@ -2021,380 +2021,134 @@
2021
2021
  }
2022
2022
  ]
2023
2023
  },
2024
- "visual-builder.inject-preview-agent": {
2025
- "type": "provider",
2026
- "params": [
2024
+ "visual-builder.workbench-tree": {
2025
+ "properties": [
2027
2026
  {
2028
- "name": "previewFromOrigin",
2027
+ "name": "nodes",
2028
+ "annotation": {
2029
+ "type": "array",
2030
+ "elementType": {
2031
+ "type": "reference",
2032
+ "typeName": {
2033
+ "type": "identifier",
2034
+ "name": "WorkbenchNodeData"
2035
+ }
2036
+ }
2037
+ }
2038
+ },
2039
+ {
2040
+ "name": "actions",
2041
+ "annotation": {
2042
+ "type": "array",
2043
+ "elementType": {
2044
+ "type": "reference",
2045
+ "typeName": {
2046
+ "type": "identifier",
2047
+ "name": "WorkbenchTreeAction"
2048
+ }
2049
+ }
2050
+ }
2051
+ },
2052
+ {
2053
+ "name": "actionsHidden",
2054
+ "annotation": {
2055
+ "type": "keyword",
2056
+ "value": "boolean"
2057
+ }
2058
+ },
2059
+ {
2060
+ "name": "placeholder",
2029
2061
  "annotation": {
2030
2062
  "type": "keyword",
2031
2063
  "value": "string"
2032
2064
  }
2033
2065
  },
2034
2066
  {
2035
- "name": "options",
2067
+ "name": "isTransformName",
2036
2068
  "annotation": {
2037
- "type": "reference",
2038
- "typeName": {
2039
- "type": "identifier",
2040
- "name": "PreviewStartOptions"
2041
- }
2069
+ "type": "keyword",
2070
+ "value": "boolean"
2042
2071
  }
2043
- }
2044
- ],
2045
- "returns": {
2046
- "annotation": {
2047
- "type": "reference",
2048
- "typeName": {
2049
- "type": "identifier",
2050
- "name": "Promise"
2051
- },
2052
- "typeParameters": {
2053
- "type": "typeParameterInstantiation",
2054
- "params": [
2055
- {
2056
- "type": "keyword",
2057
- "value": "unknown"
2058
- }
2059
- ]
2072
+ },
2073
+ {
2074
+ "name": "searchPlaceholder",
2075
+ "annotation": {
2076
+ "type": "keyword",
2077
+ "value": "string"
2060
2078
  }
2061
- }
2062
- },
2063
- "types": [
2079
+ },
2064
2080
  {
2065
- "type": "interface",
2066
- "name": "PreviewStartOptions",
2067
- "body": [
2068
- {
2069
- "type": "propertySignature",
2070
- "key": {
2071
- "type": "identifier",
2072
- "name": "appId"
2073
- },
2074
- "annotation": {
2075
- "type": "keyword",
2076
- "value": "string"
2077
- },
2078
- "computed": false
2079
- },
2080
- {
2081
- "type": "propertySignature",
2082
- "key": {
2083
- "type": "identifier",
2084
- "name": "routeId"
2085
- },
2086
- "annotation": {
2081
+ "name": "noSearch",
2082
+ "annotation": {
2083
+ "type": "keyword",
2084
+ "value": "boolean"
2085
+ }
2086
+ },
2087
+ {
2088
+ "name": "activeKey",
2089
+ "annotation": {
2090
+ "type": "union",
2091
+ "types": [
2092
+ {
2087
2093
  "type": "keyword",
2088
2094
  "value": "string"
2089
2095
  },
2090
- "optional": true,
2091
- "computed": false
2092
- },
2093
- {
2094
- "type": "propertySignature",
2095
- "key": {
2096
- "type": "identifier",
2097
- "name": "templateId"
2098
- },
2099
- "annotation": {
2096
+ {
2100
2097
  "type": "keyword",
2101
- "value": "string"
2102
- },
2103
- "optional": true,
2104
- "computed": false
2105
- },
2106
- {
2107
- "type": "propertySignature",
2108
- "key": {
2109
- "type": "identifier",
2110
- "name": "formId"
2111
- },
2112
- "annotation": {
2098
+ "value": "number"
2099
+ }
2100
+ ]
2101
+ }
2102
+ },
2103
+ {
2104
+ "name": "showMatchedNodeOnly",
2105
+ "annotation": {
2106
+ "type": "keyword",
2107
+ "value": "boolean"
2108
+ }
2109
+ },
2110
+ {
2111
+ "name": "matchNodeDataFields",
2112
+ "annotation": {
2113
+ "type": "union",
2114
+ "types": [
2115
+ {
2113
2116
  "type": "keyword",
2114
2117
  "value": "string"
2115
2118
  },
2116
- "optional": true,
2117
- "computed": false
2118
- },
2119
- {
2120
- "type": "propertySignature",
2121
- "key": {
2122
- "type": "identifier",
2123
- "name": "formData"
2124
- },
2125
- "annotation": {
2119
+ {
2120
+ "type": "array",
2121
+ "elementType": {
2122
+ "type": "keyword",
2123
+ "value": "string"
2124
+ }
2125
+ }
2126
+ ]
2127
+ }
2128
+ },
2129
+ {
2130
+ "name": "fixedActionsFor",
2131
+ "annotation": {
2132
+ "type": "union",
2133
+ "types": [
2134
+ {
2126
2135
  "type": "reference",
2127
2136
  "typeName": {
2128
2137
  "type": "identifier",
2129
- "name": "FormData"
2130
- }
2131
- },
2132
- "optional": true,
2133
- "computed": false
2134
- },
2135
- {
2136
- "type": "propertySignature",
2137
- "key": {
2138
- "type": "identifier",
2139
- "name": "snippetData"
2140
- },
2141
- "annotation": {
2142
- "type": "keyword",
2143
- "value": "any"
2144
- },
2145
- "optional": true,
2146
- "computed": false
2147
- },
2148
- {
2149
- "type": "propertySignature",
2150
- "key": {
2151
- "type": "identifier",
2152
- "name": "routePath"
2153
- },
2154
- "annotation": {
2155
- "type": "keyword",
2156
- "value": "string"
2157
- },
2158
- "optional": true,
2159
- "computed": false
2160
- },
2161
- {
2162
- "type": "propertySignature",
2163
- "key": {
2164
- "type": "identifier",
2165
- "name": "routeExact"
2166
- },
2167
- "annotation": {
2168
- "type": "keyword",
2169
- "value": "boolean"
2170
- },
2171
- "optional": true,
2172
- "computed": false
2173
- },
2174
- {
2175
- "type": "propertySignature",
2176
- "key": {
2177
- "type": "identifier",
2178
- "name": "settings"
2179
- },
2180
- "annotation": {
2181
- "type": "reference",
2182
- "typeName": {
2183
- "type": "identifier",
2184
- "name": "PreviewSettings"
2185
- }
2186
- },
2187
- "optional": true,
2188
- "computed": false
2189
- },
2190
- {
2191
- "type": "propertySignature",
2192
- "key": {
2193
- "type": "identifier",
2194
- "name": "updateStoryboardType"
2195
- },
2196
- "annotation": {
2197
- "type": "reference",
2198
- "typeName": {
2199
- "type": "identifier",
2200
- "name": "UpdateStoryboardType"
2201
- }
2202
- },
2203
- "optional": true,
2204
- "computed": false
2205
- }
2206
- ]
2207
- },
2208
- {
2209
- "type": "interface",
2210
- "name": "PreviewSettings",
2211
- "body": [
2212
- {
2213
- "type": "propertySignature",
2214
- "key": {
2215
- "type": "identifier",
2216
- "name": "properties"
2217
- },
2218
- "annotation": {
2219
- "type": "reference",
2220
- "typeName": {
2221
- "type": "identifier",
2222
- "name": "Record"
2223
- },
2224
- "typeParameters": {
2225
- "type": "typeParameterInstantiation",
2226
- "params": [
2227
- {
2228
- "type": "keyword",
2229
- "value": "string"
2230
- },
2231
- {
2232
- "type": "keyword",
2233
- "value": "unknown"
2234
- }
2235
- ]
2236
- }
2237
- },
2238
- "optional": true,
2239
- "computed": false
2240
- }
2241
- ]
2242
- },
2243
- {
2244
- "type": "typeAlias",
2245
- "name": "UpdateStoryboardType",
2246
- "annotation": {
2247
- "type": "union",
2248
- "types": [
2249
- {
2250
- "type": "jsLiteral",
2251
- "value": "route"
2252
- },
2253
- {
2254
- "type": "jsLiteral",
2255
- "value": "template"
2256
- },
2257
- {
2258
- "type": "jsLiteral",
2259
- "value": "snippet"
2260
- },
2261
- {
2262
- "type": "jsLiteral",
2263
- "value": "form"
2264
- }
2265
- ]
2266
- }
2267
- }
2268
- ]
2269
- },
2270
- "visual-builder.workbench-tree": {
2271
- "properties": [
2272
- {
2273
- "name": "nodes",
2274
- "annotation": {
2275
- "type": "array",
2276
- "elementType": {
2277
- "type": "reference",
2278
- "typeName": {
2279
- "type": "identifier",
2280
- "name": "WorkbenchNodeData"
2281
- }
2282
- }
2283
- }
2284
- },
2285
- {
2286
- "name": "actions",
2287
- "annotation": {
2288
- "type": "array",
2289
- "elementType": {
2290
- "type": "reference",
2291
- "typeName": {
2292
- "type": "identifier",
2293
- "name": "WorkbenchTreeAction"
2294
- }
2295
- }
2296
- }
2297
- },
2298
- {
2299
- "name": "actionsHidden",
2300
- "annotation": {
2301
- "type": "keyword",
2302
- "value": "boolean"
2303
- }
2304
- },
2305
- {
2306
- "name": "placeholder",
2307
- "annotation": {
2308
- "type": "keyword",
2309
- "value": "string"
2310
- }
2311
- },
2312
- {
2313
- "name": "isTransformName",
2314
- "annotation": {
2315
- "type": "keyword",
2316
- "value": "boolean"
2317
- }
2318
- },
2319
- {
2320
- "name": "searchPlaceholder",
2321
- "annotation": {
2322
- "type": "keyword",
2323
- "value": "string"
2324
- }
2325
- },
2326
- {
2327
- "name": "noSearch",
2328
- "annotation": {
2329
- "type": "keyword",
2330
- "value": "boolean"
2331
- }
2332
- },
2333
- {
2334
- "name": "activeKey",
2335
- "annotation": {
2336
- "type": "union",
2337
- "types": [
2338
- {
2339
- "type": "keyword",
2340
- "value": "string"
2341
- },
2342
- {
2343
- "type": "keyword",
2344
- "value": "number"
2345
- }
2346
- ]
2347
- }
2348
- },
2349
- {
2350
- "name": "showMatchedNodeOnly",
2351
- "annotation": {
2352
- "type": "keyword",
2353
- "value": "boolean"
2354
- }
2355
- },
2356
- {
2357
- "name": "matchNodeDataFields",
2358
- "annotation": {
2359
- "type": "union",
2360
- "types": [
2361
- {
2362
- "type": "keyword",
2363
- "value": "string"
2364
- },
2365
- {
2366
- "type": "array",
2367
- "elementType": {
2368
- "type": "keyword",
2369
- "value": "string"
2370
- }
2371
- }
2372
- ]
2373
- }
2374
- },
2375
- {
2376
- "name": "fixedActionsFor",
2377
- "annotation": {
2378
- "type": "union",
2379
- "types": [
2380
- {
2381
- "type": "reference",
2382
- "typeName": {
2383
- "type": "identifier",
2384
- "name": "Record"
2385
- },
2386
- "typeParameters": {
2387
- "type": "typeParameterInstantiation",
2388
- "params": [
2389
- {
2390
- "type": "keyword",
2391
- "value": "string"
2392
- },
2393
- {
2394
- "type": "keyword",
2395
- "value": "unknown"
2396
- }
2397
- ]
2138
+ "name": "Record"
2139
+ },
2140
+ "typeParameters": {
2141
+ "type": "typeParameterInstantiation",
2142
+ "params": [
2143
+ {
2144
+ "type": "keyword",
2145
+ "value": "string"
2146
+ },
2147
+ {
2148
+ "type": "keyword",
2149
+ "value": "unknown"
2150
+ }
2151
+ ]
2398
2152
  }
2399
2153
  },
2400
2154
  {
@@ -3020,5 +2774,251 @@
3020
2774
  ]
3021
2775
  }
3022
2776
  ]
2777
+ },
2778
+ "visual-builder.inject-preview-agent": {
2779
+ "type": "provider",
2780
+ "params": [
2781
+ {
2782
+ "name": "previewFromOrigin",
2783
+ "annotation": {
2784
+ "type": "keyword",
2785
+ "value": "string"
2786
+ }
2787
+ },
2788
+ {
2789
+ "name": "options",
2790
+ "annotation": {
2791
+ "type": "reference",
2792
+ "typeName": {
2793
+ "type": "identifier",
2794
+ "name": "PreviewStartOptions"
2795
+ }
2796
+ }
2797
+ }
2798
+ ],
2799
+ "returns": {
2800
+ "annotation": {
2801
+ "type": "reference",
2802
+ "typeName": {
2803
+ "type": "identifier",
2804
+ "name": "Promise"
2805
+ },
2806
+ "typeParameters": {
2807
+ "type": "typeParameterInstantiation",
2808
+ "params": [
2809
+ {
2810
+ "type": "keyword",
2811
+ "value": "unknown"
2812
+ }
2813
+ ]
2814
+ }
2815
+ }
2816
+ },
2817
+ "types": [
2818
+ {
2819
+ "type": "interface",
2820
+ "name": "PreviewStartOptions",
2821
+ "body": [
2822
+ {
2823
+ "type": "propertySignature",
2824
+ "key": {
2825
+ "type": "identifier",
2826
+ "name": "appId"
2827
+ },
2828
+ "annotation": {
2829
+ "type": "keyword",
2830
+ "value": "string"
2831
+ },
2832
+ "computed": false
2833
+ },
2834
+ {
2835
+ "type": "propertySignature",
2836
+ "key": {
2837
+ "type": "identifier",
2838
+ "name": "routeId"
2839
+ },
2840
+ "annotation": {
2841
+ "type": "keyword",
2842
+ "value": "string"
2843
+ },
2844
+ "optional": true,
2845
+ "computed": false
2846
+ },
2847
+ {
2848
+ "type": "propertySignature",
2849
+ "key": {
2850
+ "type": "identifier",
2851
+ "name": "templateId"
2852
+ },
2853
+ "annotation": {
2854
+ "type": "keyword",
2855
+ "value": "string"
2856
+ },
2857
+ "optional": true,
2858
+ "computed": false
2859
+ },
2860
+ {
2861
+ "type": "propertySignature",
2862
+ "key": {
2863
+ "type": "identifier",
2864
+ "name": "formId"
2865
+ },
2866
+ "annotation": {
2867
+ "type": "keyword",
2868
+ "value": "string"
2869
+ },
2870
+ "optional": true,
2871
+ "computed": false
2872
+ },
2873
+ {
2874
+ "type": "propertySignature",
2875
+ "key": {
2876
+ "type": "identifier",
2877
+ "name": "formData"
2878
+ },
2879
+ "annotation": {
2880
+ "type": "reference",
2881
+ "typeName": {
2882
+ "type": "identifier",
2883
+ "name": "FormData"
2884
+ }
2885
+ },
2886
+ "optional": true,
2887
+ "computed": false
2888
+ },
2889
+ {
2890
+ "type": "propertySignature",
2891
+ "key": {
2892
+ "type": "identifier",
2893
+ "name": "snippetData"
2894
+ },
2895
+ "annotation": {
2896
+ "type": "keyword",
2897
+ "value": "any"
2898
+ },
2899
+ "optional": true,
2900
+ "computed": false
2901
+ },
2902
+ {
2903
+ "type": "propertySignature",
2904
+ "key": {
2905
+ "type": "identifier",
2906
+ "name": "routePath"
2907
+ },
2908
+ "annotation": {
2909
+ "type": "keyword",
2910
+ "value": "string"
2911
+ },
2912
+ "optional": true,
2913
+ "computed": false
2914
+ },
2915
+ {
2916
+ "type": "propertySignature",
2917
+ "key": {
2918
+ "type": "identifier",
2919
+ "name": "routeExact"
2920
+ },
2921
+ "annotation": {
2922
+ "type": "keyword",
2923
+ "value": "boolean"
2924
+ },
2925
+ "optional": true,
2926
+ "computed": false
2927
+ },
2928
+ {
2929
+ "type": "propertySignature",
2930
+ "key": {
2931
+ "type": "identifier",
2932
+ "name": "settings"
2933
+ },
2934
+ "annotation": {
2935
+ "type": "reference",
2936
+ "typeName": {
2937
+ "type": "identifier",
2938
+ "name": "PreviewSettings"
2939
+ }
2940
+ },
2941
+ "optional": true,
2942
+ "computed": false
2943
+ },
2944
+ {
2945
+ "type": "propertySignature",
2946
+ "key": {
2947
+ "type": "identifier",
2948
+ "name": "updateStoryboardType"
2949
+ },
2950
+ "annotation": {
2951
+ "type": "reference",
2952
+ "typeName": {
2953
+ "type": "identifier",
2954
+ "name": "UpdateStoryboardType"
2955
+ }
2956
+ },
2957
+ "optional": true,
2958
+ "computed": false
2959
+ }
2960
+ ]
2961
+ },
2962
+ {
2963
+ "type": "interface",
2964
+ "name": "PreviewSettings",
2965
+ "body": [
2966
+ {
2967
+ "type": "propertySignature",
2968
+ "key": {
2969
+ "type": "identifier",
2970
+ "name": "properties"
2971
+ },
2972
+ "annotation": {
2973
+ "type": "reference",
2974
+ "typeName": {
2975
+ "type": "identifier",
2976
+ "name": "Record"
2977
+ },
2978
+ "typeParameters": {
2979
+ "type": "typeParameterInstantiation",
2980
+ "params": [
2981
+ {
2982
+ "type": "keyword",
2983
+ "value": "string"
2984
+ },
2985
+ {
2986
+ "type": "keyword",
2987
+ "value": "unknown"
2988
+ }
2989
+ ]
2990
+ }
2991
+ },
2992
+ "optional": true,
2993
+ "computed": false
2994
+ }
2995
+ ]
2996
+ },
2997
+ {
2998
+ "type": "typeAlias",
2999
+ "name": "UpdateStoryboardType",
3000
+ "annotation": {
3001
+ "type": "union",
3002
+ "types": [
3003
+ {
3004
+ "type": "jsLiteral",
3005
+ "value": "route"
3006
+ },
3007
+ {
3008
+ "type": "jsLiteral",
3009
+ "value": "template"
3010
+ },
3011
+ {
3012
+ "type": "jsLiteral",
3013
+ "value": "snippet"
3014
+ },
3015
+ {
3016
+ "type": "jsLiteral",
3017
+ "value": "form"
3018
+ }
3019
+ ]
3020
+ }
3021
+ }
3022
+ ]
3023
3023
  }
3024
3024
  }