mrxy-yk 1.4.0 → 1.4.2

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.
@@ -84,6 +84,8 @@ export class Marker {
84
84
  setContent(content: string | HTMLElement): void
85
85
 
86
86
  getBounds(): AMap.Bounds
87
+
88
+ getContentDom(): HTMLElement
87
89
  }
88
90
 
89
91
  interface MarkerOptions {
@@ -21,7 +21,7 @@ export namespace FnPeriodicallyNamespace {
21
21
  }
22
22
 
23
23
  export namespace FnBatchPeriodicallyNamespace {
24
- export type AddOption = (FnPeriodically.ConstructorOption & { key?: string })
24
+ export type AddOption = (FnPeriodicallyNamespace.ConstructorOption & { key?: string })
25
25
  export type FnPeriodicallyOptions = FnBatchPeriodicallyNamespace.AddOption[]
26
26
  export type ConstructorOption = {
27
27
  // Vue中在onBeforeUnmount事件中销毁,缺省值:false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mrxy-yk",
3
- "version": "1.4.0",
3
+ "version": "1.4.2",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "A collection of Vue 3 components and utilities",