@pirireis/webglobeplugins 0.5.10 → 0.5.11

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.
@@ -181,6 +181,9 @@ export class ChainListMap {
181
181
 
182
182
  }
183
183
 
184
+ getAllChainKeysIterator() {
185
+ return this._chainMap.keys();
186
+ }
184
187
 
185
188
  getIndexOfNode(chainKey, nodeKey) {
186
189
  const key = this.keyMethod(chainKey, nodeKey);
@@ -290,6 +290,12 @@ export class CircleLineChainPlugin {
290
290
  }
291
291
 
292
292
 
293
+ updateText(textWriterIDs) {
294
+ const chainKeyIterator = this._chainListMap.getAllChainKeysIterator();
295
+ this._updateTexts(chainKeyIterator, textWriterIDs);
296
+ }
297
+
298
+
293
299
  // implicit
294
300
 
295
301
  _updateTexts(chainKeys, textWriterIDs) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pirireis/webglobeplugins",
3
- "version": "0.5.10",
3
+ "version": "0.5.11",
4
4
  "main": "index.js",
5
5
  "author": "Toprak Nihat Deniz Ozturk",
6
6
  "license": "MIT"