x-block-lib 0.5.7 → 0.5.9
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/core/blocks/ui/index.d.ts +1 -0
- package/dist/core/blocks/ui/setNodeProp/v1/index.d.ts +1 -0
- package/dist/core/locale/msg/en.d.ts +3 -0
- package/dist/core/locale/msg/zhHans.d.ts +3 -0
- package/dist/index.js +2402 -2284
- package/dist/{msg-en-kt4hpbag.js → msg-en-h2dytcav.js} +3 -0
- package/dist/{msg-zhHans-m1r7olku.js → msg-zhHans-on9wfjb0.js} +3 -0
- package/package.json +4 -7
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -433,6 +433,9 @@ declare const _default: {
|
|
|
433
433
|
UI_V1_POPUP_MESSAGE_TITLE: string;
|
|
434
434
|
UI_V1_POPUP_MESSAGE_TOOLTIP: string;
|
|
435
435
|
UI_V1_POPUP_MESSAGE_HELPURL: string;
|
|
436
|
+
UI_V1_SET_NODE_PROP_TITLE: string;
|
|
437
|
+
UI_V1_SET_NODE_PROP_TOOLTIP: string;
|
|
438
|
+
UI_V1_SET_NODE_PROP_HELPURL: string;
|
|
436
439
|
VARIABLE_V1_GET_CREATE_SET: string;
|
|
437
440
|
VARIABLE_V1_GET_TOOLTIP: string;
|
|
438
441
|
VARIABLE_V1_GET_HELPURL: string;
|
|
@@ -433,6 +433,9 @@ declare const _default: {
|
|
|
433
433
|
UI_V1_POPUP_MESSAGE_TITLE: string;
|
|
434
434
|
UI_V1_POPUP_MESSAGE_TOOLTIP: string;
|
|
435
435
|
UI_V1_POPUP_MESSAGE_HELPURL: string;
|
|
436
|
+
UI_V1_SET_NODE_PROP_TITLE: string;
|
|
437
|
+
UI_V1_SET_NODE_PROP_TOOLTIP: string;
|
|
438
|
+
UI_V1_SET_NODE_PROP_HELPURL: string;
|
|
436
439
|
VARIABLE_V1_GET_CREATE_SET: string;
|
|
437
440
|
VARIABLE_V1_GET_TOOLTIP: string;
|
|
438
441
|
VARIABLE_V1_GET_HELPURL: string;
|