@gis_victory/gismap 2.0.32 → 2.0.33

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 CHANGED
@@ -6327,7 +6327,7 @@ declare interface TemplateItem {
6327
6327
  declare class TemplateManager {
6328
6328
  private templates;
6329
6329
  /**
6330
- * 初始化模板数据
6330
+ * 初始化模板数据(合并到现有模板,不会清除已有模板)
6331
6331
  * @param templateItems 模板数据数组
6332
6332
  */
6333
6333
  initialize(templateItems: TemplateItem[]): void;