x-block-lib 0.5.2 → 0.5.4
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.
|
@@ -74,6 +74,7 @@ declare const _default: {
|
|
|
74
74
|
LABEL_TABLE: string;
|
|
75
75
|
LABEL_TEXT: string;
|
|
76
76
|
LABEL_VARIABLE: string;
|
|
77
|
+
METHOD_ADD: string;
|
|
77
78
|
PARAM_DATA: string;
|
|
78
79
|
PARAM_EXTRA_DATA: string;
|
|
79
80
|
PARAM_IS_DARK_MODE: string;
|
|
@@ -408,6 +409,9 @@ declare const _default: {
|
|
|
408
409
|
UI_V1_APP_ENV_TITLE: string;
|
|
409
410
|
UI_V1_APP_ENV_TOOLTIP: string;
|
|
410
411
|
UI_V1_APP_ENV_HELPURL: string;
|
|
412
|
+
UI_V1_CALL_NODE_METHOD_TITLE: string;
|
|
413
|
+
UI_V1_CALL_NODE_METHOD_TOOLTIP: string;
|
|
414
|
+
UI_V1_CALL_NODE_METHOD_HELPURL: string;
|
|
411
415
|
UI_V1_GET_NODE_TITLE: string;
|
|
412
416
|
UI_V1_GET_NODE_TOOLTIP: string;
|
|
413
417
|
UI_V1_GET_NODE_HELPURL: string;
|
|
@@ -74,6 +74,7 @@ declare const _default: {
|
|
|
74
74
|
LABEL_TABLE: string;
|
|
75
75
|
LABEL_TEXT: string;
|
|
76
76
|
LABEL_VARIABLE: string;
|
|
77
|
+
METHOD_ADD: string;
|
|
77
78
|
PARAM_DATA: string;
|
|
78
79
|
PARAM_EXTRA_DATA: string;
|
|
79
80
|
PARAM_IS_DARK_MODE: string;
|
|
@@ -408,6 +409,9 @@ declare const _default: {
|
|
|
408
409
|
UI_V1_APP_ENV_TITLE: string;
|
|
409
410
|
UI_V1_APP_ENV_TOOLTIP: string;
|
|
410
411
|
UI_V1_APP_ENV_HELPURL: string;
|
|
412
|
+
UI_V1_CALL_NODE_METHOD_TITLE: string;
|
|
413
|
+
UI_V1_CALL_NODE_METHOD_TOOLTIP: string;
|
|
414
|
+
UI_V1_CALL_NODE_METHOD_HELPURL: string;
|
|
411
415
|
UI_V1_GET_NODE_TITLE: string;
|
|
412
416
|
UI_V1_GET_NODE_TOOLTIP: string;
|
|
413
417
|
UI_V1_GET_NODE_HELPURL: string;
|