@ray-js/robot-map-sdk 0.0.3-beta-45 → 0.0.3-beta-47
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/index.d.ts +8 -2
- package/dist/index.rjs.js +1 -1
- package/dist-app/assets/{index-D7ooCuaU.js → index-VwsIvmhe.js} +1 -1
- package/dist-app/index.html +1 -1
- package/dist-docs/404.html +2 -2
- package/dist-docs/assets/{app.BHxGmkCb.js → app.CAcoFY26.js} +1 -1
- package/dist-docs/assets/chunks/@localSearchIndexroot.BVVyfLDa.js +1 -0
- package/dist-docs/assets/chunks/{VPLocalSearchBox.BMjWa9Wg.js → VPLocalSearchBox.UD2QNEXA.js} +1 -1
- package/dist-docs/assets/chunks/{theme.CT1aNMVk.js → theme.BcL9rPww.js} +2 -2
- package/dist-docs/assets/{guide_advanced-usage.md.Bf3DpyeN.js → guide_advanced-usage.md.Op4RP3gd.js} +10 -1
- package/dist-docs/assets/{guide_advanced-usage.md.Bf3DpyeN.lean.js → guide_advanced-usage.md.Op4RP3gd.lean.js} +1 -1
- package/dist-docs/assets/{guide_getting-started.md.C0i_ocPC.js → guide_getting-started.md.BHgQcxq8.js} +1 -1
- package/dist-docs/assets/reference_config.md.BCRDz_cF.js +61 -0
- package/dist-docs/assets/{reference_config.md.DjhHk1V8.lean.js → reference_config.md.BCRDz_cF.lean.js} +1 -1
- package/dist-docs/guide/advanced-usage.html +14 -5
- package/dist-docs/guide/concepts.html +3 -3
- package/dist-docs/guide/getting-started.html +5 -5
- package/dist-docs/hashmap.json +1 -1
- package/dist-docs/index.html +3 -3
- package/dist-docs/reference/callbacks.html +3 -3
- package/dist-docs/reference/config.html +5 -5
- package/dist-docs/reference/data.html +3 -3
- package/dist-docs/reference/methods.html +3 -3
- package/dist-docs/reference/runtime.html +3 -3
- package/dist-docs/reference/types.html +3 -3
- package/dist-docs/reference/utils.html +3 -3
- package/package.json +1 -1
- package/dist-docs/assets/chunks/@localSearchIndexroot.C_ZOONe6.js +0 -1
- package/dist-docs/assets/reference_config.md.DjhHk1V8.js +0 -61
- /package/dist-docs/assets/{guide_getting-started.md.C0i_ocPC.lean.js → guide_getting-started.md.BHgQcxq8.lean.js} +0 -0
package/dist/index.d.ts
CHANGED
|
@@ -202,8 +202,14 @@ export declare type AppConfig = {
|
|
|
202
202
|
containerHeight: number
|
|
203
203
|
/** 描边宽度 */
|
|
204
204
|
strokeWidth: number
|
|
205
|
-
/**
|
|
206
|
-
|
|
205
|
+
/**
|
|
206
|
+
* 描边颜色
|
|
207
|
+
*
|
|
208
|
+
* 支持以下值:
|
|
209
|
+
* - 颜色值(ColorSource):固定颜色,如 '#ffffff'
|
|
210
|
+
* - 'auto':自动跟随 selectionIndicatorBackground 的颜色
|
|
211
|
+
*/
|
|
212
|
+
strokeColor: ColorSource | 'auto'
|
|
207
213
|
/** 边框圆角 */
|
|
208
214
|
borderRadius: number
|
|
209
215
|
/** X轴偏移 */
|