x-block-lib 0.7.23 → 0.7.24
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.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2272,7 +2272,7 @@ const Oi = {
|
|
|
2272
2272
|
}, this.prop = {
|
|
2273
2273
|
keys: "",
|
|
2274
2274
|
names: []
|
|
2275
|
-
}, this.appendValueInput("VALUE").appendField("%{BKY_APP_V1_SET_PROP_TITLE}").appendField(new f(() => this.genNodeOpts_()), "NODE").appendField(new f(() => this.genPropOpts_()), "PROP"), this.setPreviousStatement(!0, null), this.setNextStatement(!0, null), this.setStyle("property_blocks"), this.setTooltip("%{BKY_APP_V1_SET_PROP_TOOLTIP}"), this.setHelpUrl("%{BKY_APP_V1_SET_PROP_HELPURL}"), this.initData_(), this.updateShadow_();
|
|
2275
|
+
}, this.appendValueInput("VALUE").appendField("%{BKY_APP_V1_SET_PROP_TITLE}").appendField(new f(() => this.genNodeOpts_()), "NODE").appendField(new f(() => this.genPropOpts_()), "PROP"), this.setPreviousStatement(!0, null), this.setNextStatement(!0, null), this.setStyle("property_blocks"), this.setTooltip("%{BKY_APP_V1_SET_PROP_TOOLTIP}"), this.setHelpUrl("%{BKY_APP_V1_SET_PROP_HELPURL}"), this.initData_(), this.isInFlyout && this.updateShadow_();
|
|
2276
2276
|
},
|
|
2277
2277
|
initData_: function() {
|
|
2278
2278
|
if (this.node.id)
|
|
@@ -2382,7 +2382,7 @@ const Ci = {
|
|
|
2382
2382
|
}, this.prop = {
|
|
2383
2383
|
keys: "",
|
|
2384
2384
|
names: []
|
|
2385
|
-
}, this.appendValueInput("NODE").setCheck("String").appendField("%{BKY_APP_V1_SET_PROP_AS_TITLE}"), this.appendValueInput("VALUE").appendField(new f(() => this.genElementOpts_()), "ELEMENT").appendField(new f(() => this.genPropOpts_()), "PROP"), this.setPreviousStatement(!0, null), this.setNextStatement(!0, null), this.setInputsInline(!0), this.setStyle("property_blocks"), this.setTooltip("%{BKY_APP_V1_SET_PROP_AS_TOOLTIP}"), this.setHelpUrl("%{BKY_APP_V1_SET_PROP_AS_HELPURL}"), this.initData_(), this.updateShadow_();
|
|
2385
|
+
}, this.appendValueInput("NODE").setCheck("String").appendField("%{BKY_APP_V1_SET_PROP_AS_TITLE}"), this.appendValueInput("VALUE").appendField(new f(() => this.genElementOpts_()), "ELEMENT").appendField(new f(() => this.genPropOpts_()), "PROP"), this.setPreviousStatement(!0, null), this.setNextStatement(!0, null), this.setInputsInline(!0), this.setStyle("property_blocks"), this.setTooltip("%{BKY_APP_V1_SET_PROP_AS_TOOLTIP}"), this.setHelpUrl("%{BKY_APP_V1_SET_PROP_AS_HELPURL}"), this.initData_(), this.isInFlyout && this.updateShadow_();
|
|
2386
2386
|
},
|
|
2387
2387
|
initData_: function() {
|
|
2388
2388
|
if (this.element.key)
|