mol_dump_lib 0.0.255 → 0.0.256
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/node.d.ts +52 -52
- package/node.deps.json +1 -1
- package/node.js +1 -1
- package/node.js.map +1 -1
- package/node.mjs +1 -1
- package/node.test.js +1 -1
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.d.ts +52 -52
- package/web.deps.json +1 -1
- package/web.js +1 -1
- package/web.js.map +1 -1
- package/web.mjs +1 -1
package/node.mjs
CHANGED
|
@@ -5663,7 +5663,7 @@ var $;
|
|
|
5663
5663
|
}
|
|
5664
5664
|
Copy(){
|
|
5665
5665
|
const obj = new this.$.$mol_button_copy();
|
|
5666
|
-
(obj.hint) = () => (this.$.$mol_locale.text("$mol_text_code_Copy_hint"));
|
|
5666
|
+
(obj.hint) = () => ((this.$.$mol_locale.text("$mol_text_code_Copy_hint")));
|
|
5667
5667
|
(obj.text) = () => ((this.text_export()));
|
|
5668
5668
|
return obj;
|
|
5669
5669
|
}
|
package/node.test.js
CHANGED
|
@@ -5654,7 +5654,7 @@ var $;
|
|
|
5654
5654
|
}
|
|
5655
5655
|
Copy(){
|
|
5656
5656
|
const obj = new this.$.$mol_button_copy();
|
|
5657
|
-
(obj.hint) = () => (this.$.$mol_locale.text("$mol_text_code_Copy_hint"));
|
|
5657
|
+
(obj.hint) = () => ((this.$.$mol_locale.text("$mol_text_code_Copy_hint")));
|
|
5658
5658
|
(obj.text) = () => ((this.text_export()));
|
|
5659
5659
|
return obj;
|
|
5660
5660
|
}
|