mol_plot_all 1.2.209 → 1.2.212
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 +13 -13
- package/node.deps.json +1 -1
- package/node.esm.js +21 -21
- package/node.esm.js.map +1 -1
- package/node.js +21 -21
- package/node.js.map +1 -1
- package/node.test.js +24 -24
- package/node.test.js.map +1 -1
- package/node.view.tree +13 -13
- package/package.json +1 -1
- package/web.d.ts +13 -13
- package/web.deps.json +1 -1
- package/web.esm.js +21 -21
- package/web.esm.js.map +1 -1
- package/web.js +21 -21
- package/web.js.map +1 -1
- package/web.test.js +3 -3
- package/web.test.js.map +1 -1
- package/web.view.tree +13 -13
package/web.test.js
CHANGED
|
@@ -2019,12 +2019,12 @@ var $;
|
|
|
2019
2019
|
var $;
|
|
2020
2020
|
(function ($) {
|
|
2021
2021
|
class $mol_view_tree_test_attributes_subcomponent extends $mol_view {
|
|
2022
|
-
Page(
|
|
2022
|
+
Page(id) {
|
|
2023
2023
|
const obj = new this.$.$mol_view_tree_test_attributes_subcomponent_page();
|
|
2024
|
-
obj.Sub = () => this.page(
|
|
2024
|
+
obj.Sub = () => this.page(id);
|
|
2025
2025
|
return obj;
|
|
2026
2026
|
}
|
|
2027
|
-
page(
|
|
2027
|
+
page(id) {
|
|
2028
2028
|
return null;
|
|
2029
2029
|
}
|
|
2030
2030
|
}
|