@mescius/wijmo.viewer 5.20251.41-nightly.d20250819.t183751 → 5.20251.41-nightly.d20250821.t021129

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/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * Wijmo Library 5.20251.41-nightly.d20250819.t183751
3
+ * Wijmo Library 5.20251.41-nightly.d20250821.t021129
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
@@ -1077,6 +1077,9 @@ export declare class _ExportOptionEditor extends Control {
1077
1077
  private _groupTitleField;
1078
1078
  private _clickHandlerTimer;
1079
1079
  private _selectedHandlerTimer;
1080
+ private _comboBox;
1081
+ private _boolComboBox;
1082
+ private _inputNumber;
1080
1083
  constructor(element: any);
1081
1084
  readonly options: Object;
1082
1085
  exportDescription: _IExportDescription;