logisheets 1.2.0 → 1.3.1
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 +17 -1
- package/dist/src/api/author.js +5 -1
- package/dist/src/api/block_manager.js +5 -1
- package/dist/src/api/calculator.js +7 -2
- package/dist/src/api/cell.js +7 -2
- package/dist/src/api/craft-calc.js +19 -14
- package/dist/src/api/index.js +31 -7
- package/dist/src/api/utils.js +6 -2
- package/dist/src/api/workbook.js +20 -16
- package/dist/src/api/worksheet.d.ts +8 -1
- package/dist/src/api/worksheet.js +20 -7
- package/dist/src/bindings/action_effect.js +5 -1
- package/dist/src/bindings/add_comment.js +5 -1
- package/dist/src/bindings/alignment.js +2 -1
- package/dist/src/bindings/app_data.js +2 -1
- package/dist/src/bindings/appendix.js +2 -1
- package/dist/src/bindings/appendix_with_cell.js +2 -1
- package/dist/src/bindings/async_func_result.js +5 -1
- package/dist/src/bindings/author_input.js +2 -1
- package/dist/src/bindings/bind_form_schema.js +5 -1
- package/dist/src/bindings/bind_random_schema.js +5 -1
- package/dist/src/bindings/block_cell_id.js +2 -1
- package/dist/src/bindings/block_cell_info.js +2 -1
- package/dist/src/bindings/block_data_row.js +2 -1
- package/dist/src/bindings/block_display_info.js +2 -1
- package/dist/src/bindings/block_field.js +2 -1
- package/dist/src/bindings/block_info.js +2 -1
- package/dist/src/bindings/block_input.js +5 -1
- package/dist/src/bindings/block_line_name_field_update.js +5 -1
- package/dist/src/bindings/block_line_style_update.js +5 -1
- package/dist/src/bindings/block_schema.js +2 -1
- package/dist/src/bindings/block_schema_field_entry.js +2 -1
- package/dist/src/bindings/block_schema_key_entry.js +2 -1
- package/dist/src/bindings/block_schema_random_entry.js +2 -1
- package/dist/src/bindings/block_schema_type.js +2 -1
- package/dist/src/bindings/block_style_update.js +5 -1
- package/dist/src/bindings/border.js +2 -1
- package/dist/src/bindings/border_pr.js +2 -1
- package/dist/src/bindings/cell_alignment.js +2 -1
- package/dist/src/bindings/cell_clear.js +5 -1
- package/dist/src/bindings/cell_coordinate.js +2 -1
- package/dist/src/bindings/cell_coordinate_with_sheet.js +2 -1
- package/dist/src/bindings/cell_format_brush.js +5 -1
- package/dist/src/bindings/cell_id.js +2 -1
- package/dist/src/bindings/cell_image_info.d.ts +7 -0
- package/dist/src/bindings/cell_image_info.js +2 -0
- package/dist/src/bindings/cell_info.js +2 -1
- package/dist/src/bindings/cell_input.js +5 -1
- package/dist/src/bindings/cell_position.js +2 -1
- package/dist/src/bindings/cell_protection.js +2 -1
- package/dist/src/bindings/cell_ref.js +2 -1
- package/dist/src/bindings/cell_style_update.js +5 -1
- package/dist/src/bindings/checkpoint_meta.js +2 -1
- package/dist/src/bindings/col_info.js +2 -1
- package/dist/src/bindings/color.js +2 -1
- package/dist/src/bindings/comment.js +2 -1
- package/dist/src/bindings/comment_mention.js +2 -1
- package/dist/src/bindings/comment_mention_info.js +2 -1
- package/dist/src/bindings/comment_note.js +2 -1
- package/dist/src/bindings/comment_person.js +2 -1
- package/dist/src/bindings/convert_block.js +5 -1
- package/dist/src/bindings/create_appendix.js +5 -1
- package/dist/src/bindings/create_block.js +5 -1
- package/dist/src/bindings/create_diy_cell.js +5 -1
- package/dist/src/bindings/create_diy_cell_by_id.js +5 -1
- package/dist/src/bindings/create_sheet.js +5 -1
- package/dist/src/bindings/ct_border.js +2 -1
- package/dist/src/bindings/ct_border_pr.js +2 -1
- package/dist/src/bindings/ct_color.js +2 -1
- package/dist/src/bindings/ct_fill.js +2 -1
- package/dist/src/bindings/ct_font.js +2 -1
- package/dist/src/bindings/ct_gradient_fill.js +2 -1
- package/dist/src/bindings/ct_gradient_stop.js +2 -1
- package/dist/src/bindings/ct_pattern_fill.js +2 -1
- package/dist/src/bindings/delete_cell_image.d.ts +18 -0
- package/dist/src/bindings/delete_cell_image.js +30 -0
- package/dist/src/bindings/delete_cols.js +5 -1
- package/dist/src/bindings/delete_cols_in_block.js +5 -1
- package/dist/src/bindings/delete_comment.js +5 -1
- package/dist/src/bindings/delete_rows.js +5 -1
- package/dist/src/bindings/delete_rows_in_block.js +5 -1
- package/dist/src/bindings/delete_sheet.js +5 -1
- package/dist/src/bindings/display_window.js +2 -1
- package/dist/src/bindings/display_window_request.js +2 -1
- package/dist/src/bindings/display_window_with_start_point.js +2 -1
- package/dist/src/bindings/edit_action.js +2 -1
- package/dist/src/bindings/edit_comment.js +5 -1
- package/dist/src/bindings/edit_payload.d.ts +8 -0
- package/dist/src/bindings/edit_payload.js +2 -1
- package/dist/src/bindings/ephemeral_cell_input.js +5 -1
- package/dist/src/bindings/ephemeral_cell_remove.js +5 -1
- package/dist/src/bindings/ephemeral_cell_style_update.js +5 -1
- package/dist/src/bindings/error_message.js +2 -1
- package/dist/src/bindings/field_render_entry.js +2 -1
- package/dist/src/bindings/fill.js +2 -1
- package/dist/src/bindings/font.js +2 -1
- package/dist/src/bindings/font_family.js +2 -1
- package/dist/src/bindings/font_name.js +2 -1
- package/dist/src/bindings/font_scheme.js +2 -1
- package/dist/src/bindings/font_size.js +2 -1
- package/dist/src/bindings/formula_display_info.js +2 -1
- package/dist/src/bindings/gradient_fill.js +2 -1
- package/dist/src/bindings/gradient_stop.js +2 -1
- package/dist/src/bindings/horizontal_alignment.js +2 -1
- package/dist/src/bindings/index.d.ts +4 -0
- package/dist/src/bindings/index.js +235 -215
- package/dist/src/bindings/insert_cols.js +5 -1
- package/dist/src/bindings/insert_cols_in_block.js +5 -1
- package/dist/src/bindings/insert_rows.js +5 -1
- package/dist/src/bindings/insert_rows_in_block.js +5 -1
- package/dist/src/bindings/int_property.js +2 -1
- package/dist/src/bindings/line_format_brush.js +5 -1
- package/dist/src/bindings/line_style_update.js +5 -1
- package/dist/src/bindings/merge_cell.js +2 -1
- package/dist/src/bindings/merge_cells.js +5 -1
- package/dist/src/bindings/modify_policy.js +2 -1
- package/dist/src/bindings/move_block.js +5 -1
- package/dist/src/bindings/move_block_line.js +5 -1
- package/dist/src/bindings/msg_edit.js +2 -1
- package/dist/src/bindings/msg_join.js +2 -1
- package/dist/src/bindings/msg_sequencer_action_invalid_message.js +2 -1
- package/dist/src/bindings/msg_sequencer_action_message.js +2 -1
- package/dist/src/bindings/msg_sequencer_init_workbook.js +2 -1
- package/dist/src/bindings/msg_sequencer_message.js +2 -1
- package/dist/src/bindings/msg_user_message.js +2 -1
- package/dist/src/bindings/normal_cell_id.js +2 -1
- package/dist/src/bindings/pattern_fill.js +2 -1
- package/dist/src/bindings/payloads_action.js +2 -1
- package/dist/src/bindings/random_schema_unit.js +5 -1
- package/dist/src/bindings/raw_style.js +2 -1
- package/dist/src/bindings/recalc_cell.js +2 -1
- package/dist/src/bindings/remove_appendix.js +5 -1
- package/dist/src/bindings/remove_block.js +5 -1
- package/dist/src/bindings/remove_diy_cell.js +5 -1
- package/dist/src/bindings/remove_diy_cell_by_id.js +5 -1
- package/dist/src/bindings/reorder_block_lines.js +2 -1
- package/dist/src/bindings/reproduce_cells.js +5 -1
- package/dist/src/bindings/reproducible_cell.js +2 -1
- package/dist/src/bindings/resize_block.js +5 -1
- package/dist/src/bindings/resolve_comment.js +5 -1
- package/dist/src/bindings/restore_checkpoint.js +5 -1
- package/dist/src/bindings/row_info.js +2 -1
- package/dist/src/bindings/rpc_batch_get_cell_coordinate_with_sheet_by_id_params.js +2 -1
- package/dist/src/bindings/rpc_batch_get_cell_info_by_id_params.js +2 -1
- package/dist/src/bindings/rpc_calc_condition_params.js +2 -1
- package/dist/src/bindings/rpc_check_formula_params.js +2 -1
- package/dist/src/bindings/rpc_delete_checkpoint_params.js +2 -1
- package/dist/src/bindings/rpc_direction.js +2 -1
- package/dist/src/bindings/rpc_export_block_data_params.js +2 -1
- package/dist/src/bindings/rpc_get_all_blocks_params.js +2 -1
- package/dist/src/bindings/rpc_get_available_block_id_params.js +2 -1
- package/dist/src/bindings/rpc_get_block_col_id_params.js +2 -1
- package/dist/src/bindings/rpc_get_block_display_window_params.js +2 -1
- package/dist/src/bindings/rpc_get_block_info_params.js +2 -1
- package/dist/src/bindings/rpc_get_block_row_id_params.js +2 -1
- package/dist/src/bindings/rpc_get_block_values_params.js +2 -1
- package/dist/src/bindings/rpc_get_cell_id_by_block_ref_params.js +2 -1
- package/dist/src/bindings/rpc_get_cell_id_params.js +2 -1
- package/dist/src/bindings/rpc_get_cell_images_params.d.ts +3 -0
- package/dist/src/bindings/rpc_get_cell_images_params.js +2 -0
- package/dist/src/bindings/rpc_get_cell_infos_params.js +2 -1
- package/dist/src/bindings/rpc_get_cell_params.js +2 -1
- package/dist/src/bindings/rpc_get_cell_position_params.js +2 -1
- package/dist/src/bindings/rpc_get_cells_except_window_params.js +2 -1
- package/dist/src/bindings/rpc_get_cells_params.js +2 -1
- package/dist/src/bindings/rpc_get_col_width_params.js +2 -1
- package/dist/src/bindings/rpc_get_comments_params.js +2 -1
- package/dist/src/bindings/rpc_get_data_boundary_params.js +2 -1
- package/dist/src/bindings/rpc_get_display_units_of_formula_params.js +2 -1
- package/dist/src/bindings/rpc_get_display_window_params.js +2 -1
- package/dist/src/bindings/rpc_get_display_window_with_start_point_params.js +2 -1
- package/dist/src/bindings/rpc_get_display_window_within_cell_params.js +2 -1
- package/dist/src/bindings/rpc_get_diy_cell_id_with_block_id_params.js +2 -1
- package/dist/src/bindings/rpc_get_merged_cells_params.js +2 -1
- package/dist/src/bindings/rpc_get_next_visible_cell_params.js +2 -1
- package/dist/src/bindings/rpc_get_reproducible_cell_params.js +2 -1
- package/dist/src/bindings/rpc_get_reproducible_cells_params.js +2 -1
- package/dist/src/bindings/rpc_get_row_height_params.js +2 -1
- package/dist/src/bindings/rpc_get_row_info_params.js +2 -1
- package/dist/src/bindings/rpc_get_shadow_cell_id_params.js +2 -1
- package/dist/src/bindings/rpc_get_shadow_cell_ids_params.js +2 -1
- package/dist/src/bindings/rpc_get_shadow_info_by_id_params.js +2 -1
- package/dist/src/bindings/rpc_get_sheet_dimension_params.js +2 -1
- package/dist/src/bindings/rpc_get_sheet_id_params.js +2 -1
- package/dist/src/bindings/rpc_get_sheet_idx_params.js +2 -1
- package/dist/src/bindings/rpc_get_sheet_name_by_idx_params.js +2 -1
- package/dist/src/bindings/rpc_handle_transaction_params.js +2 -1
- package/dist/src/bindings/rpc_load_workbook_params.js +2 -1
- package/dist/src/bindings/rpc_lookup_appendix_upward_params.js +2 -1
- package/dist/src/bindings/rpc_predict_fill_params.js +2 -1
- package/dist/src/bindings/rpc_save_checkpoint_params.js +2 -1
- package/dist/src/bindings/rpc_save_params.js +2 -1
- package/dist/src/bindings/rpc_toggle_status_params.js +2 -1
- package/dist/src/bindings/rpc_transaction.js +2 -1
- package/dist/src/bindings/rpc_workbook_methods.d.ts +3 -0
- package/dist/src/bindings/rpc_workbook_methods.js +2 -1
- package/dist/src/bindings/save_file_result.js +2 -1
- package/dist/src/bindings/set_cell_image.d.ts +30 -0
- package/dist/src/bindings/set_cell_image.js +51 -0
- package/dist/src/bindings/set_col_width.js +5 -1
- package/dist/src/bindings/set_row_height.js +5 -1
- package/dist/src/bindings/set_sheet_color.js +5 -1
- package/dist/src/bindings/set_sheet_visible.js +5 -1
- package/dist/src/bindings/set_visible.js +5 -1
- package/dist/src/bindings/shadow_cell_info.js +2 -1
- package/dist/src/bindings/shadow_kind.js +2 -1
- package/dist/src/bindings/sheet_cell_id.js +5 -1
- package/dist/src/bindings/sheet_col_id.js +5 -1
- package/dist/src/bindings/sheet_coordinate.js +2 -1
- package/dist/src/bindings/sheet_dimension.js +2 -1
- package/dist/src/bindings/sheet_info.js +2 -1
- package/dist/src/bindings/sheet_rename.js +5 -1
- package/dist/src/bindings/sheet_row_id.js +5 -1
- package/dist/src/bindings/split_merged_cells.js +5 -1
- package/dist/src/bindings/st_border_style.js +2 -1
- package/dist/src/bindings/st_font_scheme.js +2 -1
- package/dist/src/bindings/st_gradient_type.js +2 -1
- package/dist/src/bindings/st_horizontal_alignment.js +2 -1
- package/dist/src/bindings/st_pattern_type.js +2 -1
- package/dist/src/bindings/st_underline_values.js +2 -1
- package/dist/src/bindings/st_vertical_align_run.js +2 -1
- package/dist/src/bindings/st_vertical_alignment.js +2 -1
- package/dist/src/bindings/status_code.js +2 -1
- package/dist/src/bindings/style.js +2 -1
- package/dist/src/bindings/style_update_type.js +5 -1
- package/dist/src/bindings/task.js +2 -1
- package/dist/src/bindings/temp_cell_change.js +2 -1
- package/dist/src/bindings/temp_status_diff.js +2 -1
- package/dist/src/bindings/token_type.js +2 -1
- package/dist/src/bindings/token_unit.js +2 -1
- package/dist/src/bindings/underline_property.js +2 -1
- package/dist/src/bindings/upsert_field_formulas.js +5 -1
- package/dist/src/bindings/upsert_field_render_info.js +5 -1
- package/dist/src/bindings/upsert_person.js +5 -1
- package/dist/src/bindings/value.js +2 -1
- package/dist/src/bindings/vertical_align_font_property.js +2 -1
- package/dist/src/bindings/vertical_alignment.js +2 -1
- package/dist/src/bindings/workbook_file.js +2 -1
- package/dist/src/bindings/workbook_update_type.js +2 -1
- package/dist/src/client.js +2 -1
- package/dist/src/index.js +23 -7
- package/dist/src/layout.js +2 -1
- package/dist/src/payloads/index.js +2 -1
- package/dist/src/pure.js +28 -7
- package/dist/src/types.js +8 -3
- package/dist/src/utils.js +4 -1
- package/dist/wasm/logisheets_wasm_server_bg.wasm +0 -0
- package/dist/wasm/package.json +1 -1
- package/package.json +1 -1
- package/wasm/logisheets_wasm_server_bg.wasm +0 -0
- package/wasm/package.json +1 -1
- package/dist/src/payloads/set_block_line_name_field.d.ts +0 -34
- package/dist/src/payloads/set_block_line_name_field.js +0 -62
- package/dist/src/payloads/set_block_line_num_fmt.d.ts +0 -23
- package/dist/src/payloads/set_block_line_num_fmt.js +0 -54
- package/dist/src/payloads/set_cell_alignment.d.ts +0 -18
- package/dist/src/payloads/set_cell_alignment.js +0 -38
- package/dist/src/payloads/set_cell_border.d.ts +0 -48
- package/dist/src/payloads/set_cell_border.js +0 -96
- package/dist/src/payloads/set_cell_font.d.ts +0 -45
- package/dist/src/payloads/set_cell_font.js +0 -90
- package/dist/src/payloads/set_cell_num_fmt.d.ts +0 -17
- package/dist/src/payloads/set_cell_num_fmt.js +0 -38
- package/dist/src/payloads/set_cell_pattern_fill.d.ts +0 -24
- package/dist/src/payloads/set_cell_pattern_fill.js +0 -48
- package/dist/src/payloads/set_cell_wrap_text.d.ts +0 -17
- package/dist/src/payloads/set_cell_wrap_text.js +0 -38
- package/dist/src/payloads/set_field_num_fmt.d.ts +0 -14
- package/dist/src/payloads/set_field_num_fmt.js +0 -30
- package/dist/src/payloads/set_line_alignment.d.ts +0 -21
- package/dist/src/payloads/set_line_alignment.js +0 -46
- package/dist/src/payloads/set_line_border.d.ts +0 -48
- package/dist/src/payloads/set_line_border.js +0 -96
- package/dist/src/payloads/set_line_font.d.ts +0 -48
- package/dist/src/payloads/set_line_font.js +0 -98
- package/dist/src/payloads/set_line_num_fmt.d.ts +0 -20
- package/dist/src/payloads/set_line_num_fmt.js +0 -46
- package/dist/src/payloads/set_line_pattern_fill.d.ts +0 -27
- package/dist/src/payloads/set_line_pattern_fill.js +0 -56
- package/dist/src/payloads/set_line_wrap_text.d.ts +0 -20
- package/dist/src/payloads/set_line_wrap_text.js +0 -46
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SetColWidthBuilder = void 0;
|
|
4
|
+
class SetColWidthBuilder {
|
|
2
5
|
_sheetIdx;
|
|
3
6
|
_col;
|
|
4
7
|
_width;
|
|
@@ -24,3 +27,4 @@ export class SetColWidthBuilder {
|
|
|
24
27
|
return { sheetIdx: this._sheetIdx, col: this._col, width: this._width };
|
|
25
28
|
}
|
|
26
29
|
}
|
|
30
|
+
exports.SetColWidthBuilder = SetColWidthBuilder;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SetRowHeightBuilder = void 0;
|
|
4
|
+
class SetRowHeightBuilder {
|
|
2
5
|
_sheetIdx;
|
|
3
6
|
_row;
|
|
4
7
|
_height;
|
|
@@ -24,3 +27,4 @@ export class SetRowHeightBuilder {
|
|
|
24
27
|
return { sheetIdx: this._sheetIdx, row: this._row, height: this._height };
|
|
25
28
|
}
|
|
26
29
|
}
|
|
30
|
+
exports.SetRowHeightBuilder = SetRowHeightBuilder;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SetSheetColorBuilder = void 0;
|
|
4
|
+
class SetSheetColorBuilder {
|
|
2
5
|
_idx;
|
|
3
6
|
_color;
|
|
4
7
|
idx(value) {
|
|
@@ -17,3 +20,4 @@ export class SetSheetColorBuilder {
|
|
|
17
20
|
return { idx: this._idx, color: this._color };
|
|
18
21
|
}
|
|
19
22
|
}
|
|
23
|
+
exports.SetSheetColorBuilder = SetSheetColorBuilder;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SetSheetVisibleBuilder = void 0;
|
|
4
|
+
class SetSheetVisibleBuilder {
|
|
2
5
|
_idx;
|
|
3
6
|
_visible;
|
|
4
7
|
idx(value) {
|
|
@@ -17,3 +20,4 @@ export class SetSheetVisibleBuilder {
|
|
|
17
20
|
return { idx: this._idx, visible: this._visible };
|
|
18
21
|
}
|
|
19
22
|
}
|
|
23
|
+
exports.SetSheetVisibleBuilder = SetSheetVisibleBuilder;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SetVisibleBuilder = void 0;
|
|
4
|
+
class SetVisibleBuilder {
|
|
2
5
|
_isRow;
|
|
3
6
|
_sheetIdx;
|
|
4
7
|
_start;
|
|
@@ -31,3 +34,4 @@ export class SetVisibleBuilder {
|
|
|
31
34
|
return { isRow: this._isRow, sheetIdx: this._sheetIdx, start: this._start, visible: this._visible };
|
|
32
35
|
}
|
|
33
36
|
}
|
|
37
|
+
exports.SetVisibleBuilder = SetVisibleBuilder;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SheetCellIdBuilder = void 0;
|
|
4
|
+
class SheetCellIdBuilder {
|
|
2
5
|
_sheetId;
|
|
3
6
|
_cellId;
|
|
4
7
|
sheetId(value) {
|
|
@@ -17,3 +20,4 @@ export class SheetCellIdBuilder {
|
|
|
17
20
|
return { sheetId: this._sheetId, cellId: this._cellId };
|
|
18
21
|
}
|
|
19
22
|
}
|
|
23
|
+
exports.SheetCellIdBuilder = SheetCellIdBuilder;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SheetColIdBuilder = void 0;
|
|
4
|
+
class SheetColIdBuilder {
|
|
2
5
|
_sheetId;
|
|
3
6
|
_colId;
|
|
4
7
|
sheetId(value) {
|
|
@@ -17,3 +20,4 @@ export class SheetColIdBuilder {
|
|
|
17
20
|
return { sheetId: this._sheetId, colId: this._colId };
|
|
18
21
|
}
|
|
19
22
|
}
|
|
23
|
+
exports.SheetColIdBuilder = SheetColIdBuilder;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SheetRenameBuilder = void 0;
|
|
4
|
+
class SheetRenameBuilder {
|
|
2
5
|
_oldName;
|
|
3
6
|
_idx;
|
|
4
7
|
_newName;
|
|
@@ -20,3 +23,4 @@ export class SheetRenameBuilder {
|
|
|
20
23
|
return { oldName: this._oldName, idx: this._idx, newName: this._newName };
|
|
21
24
|
}
|
|
22
25
|
}
|
|
26
|
+
exports.SheetRenameBuilder = SheetRenameBuilder;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SheetRowIdBuilder = void 0;
|
|
4
|
+
class SheetRowIdBuilder {
|
|
2
5
|
_sheetId;
|
|
3
6
|
_rowId;
|
|
4
7
|
sheetId(value) {
|
|
@@ -17,3 +20,4 @@ export class SheetRowIdBuilder {
|
|
|
17
20
|
return { sheetId: this._sheetId, rowId: this._rowId };
|
|
18
21
|
}
|
|
19
22
|
}
|
|
23
|
+
exports.SheetRowIdBuilder = SheetRowIdBuilder;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SplitMergedCellsBuilder = void 0;
|
|
4
|
+
class SplitMergedCellsBuilder {
|
|
2
5
|
_sheetIdx;
|
|
3
6
|
_row;
|
|
4
7
|
_col;
|
|
@@ -24,3 +27,4 @@ export class SplitMergedCellsBuilder {
|
|
|
24
27
|
return { sheetIdx: this._sheetIdx, row: this._row, col: this._col };
|
|
25
28
|
}
|
|
26
29
|
}
|
|
30
|
+
exports.SplitMergedCellsBuilder = SplitMergedCellsBuilder;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.StyleUpdateTypeBuilder = void 0;
|
|
4
|
+
class StyleUpdateTypeBuilder {
|
|
2
5
|
_setFontBold;
|
|
3
6
|
_setFontItalic;
|
|
4
7
|
_setFontUnderline;
|
|
@@ -123,3 +126,4 @@ export class StyleUpdateTypeBuilder {
|
|
|
123
126
|
return { setFontBold: this._setFontBold, setFontItalic: this._setFontItalic, setFontUnderline: this._setFontUnderline, setFontColor: this._setFontColor, setFontSize: this._setFontSize, setFontName: this._setFontName, setFontOutline: this._setFontOutline, setFontShadow: this._setFontShadow, setFontStrike: this._setFontStrike, setFontCondense: this._setFontCondense, setLeftBorderColor: this._setLeftBorderColor, setRightBorderColor: this._setRightBorderColor, setTopBorderColor: this._setTopBorderColor, setBottomBorderColor: this._setBottomBorderColor, setLeftBorderStyle: this._setLeftBorderStyle, setRightBorderStyle: this._setRightBorderStyle, setTopBorderStyle: this._setTopBorderStyle, setBottomBorderStyle: this._setBottomBorderStyle, setBorderGiagonalUp: this._setBorderGiagonalUp, setBorderGiagonalDown: this._setBorderGiagonalDown, setBorderOutline: this._setBorderOutline, setPatternFill: this._setPatternFill, setAlignment: this._setAlignment, setNumFmt: this._setNumFmt };
|
|
124
127
|
}
|
|
125
128
|
}
|
|
129
|
+
exports.StyleUpdateTypeBuilder = StyleUpdateTypeBuilder;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpsertFieldFormulasBuilder = void 0;
|
|
4
|
+
class UpsertFieldFormulasBuilder {
|
|
2
5
|
_sheetIdx;
|
|
3
6
|
_blockId;
|
|
4
7
|
_fieldFormulas;
|
|
@@ -38,3 +41,4 @@ export class UpsertFieldFormulasBuilder {
|
|
|
38
41
|
return { sheetIdx: this._sheetIdx, blockId: this._blockId, fieldFormulas: this._fieldFormulas, validationFormulas: this._validationFormulas, editabilityFormulas: this._editabilityFormulas };
|
|
39
42
|
}
|
|
40
43
|
}
|
|
44
|
+
exports.UpsertFieldFormulasBuilder = UpsertFieldFormulasBuilder;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpsertFieldRenderInfoBuilder = void 0;
|
|
4
|
+
class UpsertFieldRenderInfoBuilder {
|
|
2
5
|
_renderId;
|
|
3
6
|
_diyRender;
|
|
4
7
|
_styleUpdate;
|
|
@@ -24,3 +27,4 @@ export class UpsertFieldRenderInfoBuilder {
|
|
|
24
27
|
return { renderId: this._renderId, diyRender: this._diyRender, styleUpdate: this._styleUpdate };
|
|
25
28
|
}
|
|
26
29
|
}
|
|
30
|
+
exports.UpsertFieldRenderInfoBuilder = UpsertFieldRenderInfoBuilder;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpsertPersonBuilder = void 0;
|
|
4
|
+
class UpsertPersonBuilder {
|
|
2
5
|
_displayName;
|
|
3
6
|
_userId;
|
|
4
7
|
_providerId;
|
|
@@ -20,3 +23,4 @@ export class UpsertPersonBuilder {
|
|
|
20
23
|
return { displayName: this._displayName, userId: this._userId, providerId: this._providerId };
|
|
21
24
|
}
|
|
22
25
|
}
|
|
26
|
+
exports.UpsertPersonBuilder = UpsertPersonBuilder;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
package/dist/src/client.js
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
package/dist/src/index.js
CHANGED
|
@@ -1,7 +1,23 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./api"), exports);
|
|
18
|
+
__exportStar(require("./payloads"), exports);
|
|
19
|
+
__exportStar(require("./types"), exports);
|
|
20
|
+
__exportStar(require("./client"), exports);
|
|
21
|
+
__exportStar(require("./bindings"), exports);
|
|
22
|
+
__exportStar(require("./utils"), exports);
|
|
23
|
+
__exportStar(require("./layout"), exports);
|
package/dist/src/layout.js
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
package/dist/src/pure.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
"use strict";
|
|
1
2
|
// WASM-free entry point.
|
|
2
3
|
//
|
|
3
4
|
// The root barrel (`logisheets-web`) re-exports `./api`, which pulls in
|
|
@@ -9,12 +10,32 @@
|
|
|
9
10
|
// handle factory, and the Client *type*. Consumers that only need to construct
|
|
10
11
|
// payloads / inspect types / share logic (e.g. logician running on Node) import
|
|
11
12
|
// from here and stay engine-free.
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
13
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
14
|
+
if (k2 === undefined) k2 = k;
|
|
15
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
16
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
17
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
18
|
+
}
|
|
19
|
+
Object.defineProperty(o, k2, desc);
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
25
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
26
|
+
};
|
|
27
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
28
|
+
exports.acquireCraftCalc = exports.CraftCalc = exports.getPatternFill = exports.isErrorMessage = void 0;
|
|
29
|
+
__exportStar(require("./bindings"), exports);
|
|
30
|
+
__exportStar(require("./payloads"), exports);
|
|
31
|
+
__exportStar(require("./types"), exports);
|
|
32
|
+
__exportStar(require("./utils"), exports);
|
|
33
|
+
__exportStar(require("./layout"), exports);
|
|
17
34
|
// Pure API helpers (no WASM): isErrorMessage, getPatternFill, Result, and the
|
|
18
35
|
// craft-calc handle (acquireCraftCalc / CraftCalc) which only builds payloads.
|
|
19
|
-
|
|
20
|
-
|
|
36
|
+
var utils_1 = require("./api/utils");
|
|
37
|
+
Object.defineProperty(exports, "isErrorMessage", { enumerable: true, get: function () { return utils_1.isErrorMessage; } });
|
|
38
|
+
Object.defineProperty(exports, "getPatternFill", { enumerable: true, get: function () { return utils_1.getPatternFill; } });
|
|
39
|
+
var craft_calc_1 = require("./api/craft-calc");
|
|
40
|
+
Object.defineProperty(exports, "CraftCalc", { enumerable: true, get: function () { return craft_calc_1.CraftCalc; } });
|
|
41
|
+
Object.defineProperty(exports, "acquireCraftCalc", { enumerable: true, get: function () { return craft_calc_1.acquireCraftCalc; } });
|
package/dist/src/types.js
CHANGED
|
@@ -1,4 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.getFirstCell = getFirstCell;
|
|
4
|
+
exports.getSelectedCellRange = getSelectedCellRange;
|
|
5
|
+
exports.getSelectedLines = getSelectedLines;
|
|
6
|
+
function getFirstCell(v) {
|
|
2
7
|
const r = getSelectedCellRange(v);
|
|
3
8
|
if (r)
|
|
4
9
|
return { y: r.startRow, x: r.startCol };
|
|
@@ -9,12 +14,12 @@ export function getFirstCell(v) {
|
|
|
9
14
|
return { y: 0, x: l.start };
|
|
10
15
|
throw Error('should not happend');
|
|
11
16
|
}
|
|
12
|
-
|
|
17
|
+
function getSelectedCellRange(v) {
|
|
13
18
|
if (v.data?.ty === 'cellRange')
|
|
14
19
|
return v.data.d;
|
|
15
20
|
return undefined;
|
|
16
21
|
}
|
|
17
|
-
|
|
22
|
+
function getSelectedLines(v) {
|
|
18
23
|
if (v.data?.ty === 'line')
|
|
19
24
|
return v.data.d;
|
|
20
25
|
return undefined;
|
package/dist/src/utils.js
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.toA1notation = toA1notation;
|
|
4
|
+
function toA1notation(index) {
|
|
2
5
|
/**
|
|
3
6
|
* The algorithm employed here is the same as converting numbers between
|
|
4
7
|
* different bases, e.g., decimal vs. hexadecimal.
|
|
Binary file
|
package/dist/wasm/package.json
CHANGED
package/package.json
CHANGED
|
Binary file
|
package/wasm/package.json
CHANGED
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
export interface SetBlockLineNameField {
|
|
2
|
-
readonly sheetIdx: number;
|
|
3
|
-
readonly blockId: number;
|
|
4
|
-
readonly line: number;
|
|
5
|
-
readonly isRow: boolean;
|
|
6
|
-
readonly name: string;
|
|
7
|
-
readonly fieldId: string;
|
|
8
|
-
readonly diyRender: boolean;
|
|
9
|
-
}
|
|
10
|
-
export declare class SetBlockLineNameFieldBuilder {
|
|
11
|
-
private _sheetIdx;
|
|
12
|
-
private _blockId;
|
|
13
|
-
private _line;
|
|
14
|
-
private _isRow;
|
|
15
|
-
private _name;
|
|
16
|
-
private _fieldId;
|
|
17
|
-
private _diyRender;
|
|
18
|
-
sheetIdx(value: number): this;
|
|
19
|
-
blockId(value: number): this;
|
|
20
|
-
line(value: number): this;
|
|
21
|
-
isRow(value: boolean): this;
|
|
22
|
-
name(value: string): this;
|
|
23
|
-
fieldId(value: string): this;
|
|
24
|
-
diyRender(value: boolean): this;
|
|
25
|
-
build(): {
|
|
26
|
-
sheetIdx: number;
|
|
27
|
-
blockId: number;
|
|
28
|
-
line: number;
|
|
29
|
-
isRow: boolean;
|
|
30
|
-
name: string;
|
|
31
|
-
fieldId: string;
|
|
32
|
-
diyRender: boolean;
|
|
33
|
-
};
|
|
34
|
-
}
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
export class SetBlockLineNameFieldBuilder {
|
|
2
|
-
_sheetIdx;
|
|
3
|
-
_blockId;
|
|
4
|
-
_line;
|
|
5
|
-
_isRow;
|
|
6
|
-
_name;
|
|
7
|
-
_fieldId;
|
|
8
|
-
_diyRender;
|
|
9
|
-
sheetIdx(value) {
|
|
10
|
-
this._sheetIdx = value;
|
|
11
|
-
return this;
|
|
12
|
-
}
|
|
13
|
-
blockId(value) {
|
|
14
|
-
this._blockId = value;
|
|
15
|
-
return this;
|
|
16
|
-
}
|
|
17
|
-
line(value) {
|
|
18
|
-
this._line = value;
|
|
19
|
-
return this;
|
|
20
|
-
}
|
|
21
|
-
isRow(value) {
|
|
22
|
-
this._isRow = value;
|
|
23
|
-
return this;
|
|
24
|
-
}
|
|
25
|
-
name(value) {
|
|
26
|
-
this._name = value;
|
|
27
|
-
return this;
|
|
28
|
-
}
|
|
29
|
-
fieldId(value) {
|
|
30
|
-
this._fieldId = value;
|
|
31
|
-
return this;
|
|
32
|
-
}
|
|
33
|
-
diyRender(value) {
|
|
34
|
-
this._diyRender = value;
|
|
35
|
-
return this;
|
|
36
|
-
}
|
|
37
|
-
build() {
|
|
38
|
-
if (this._sheetIdx === undefined)
|
|
39
|
-
throw new Error('missing sheetIdx');
|
|
40
|
-
if (this._blockId === undefined)
|
|
41
|
-
throw new Error('missing blockId');
|
|
42
|
-
if (this._line === undefined)
|
|
43
|
-
throw new Error('missing line');
|
|
44
|
-
if (this._isRow === undefined)
|
|
45
|
-
throw new Error('missing isRow');
|
|
46
|
-
if (this._name === undefined)
|
|
47
|
-
throw new Error('missing name');
|
|
48
|
-
if (this._fieldId === undefined)
|
|
49
|
-
throw new Error('missing fieldId');
|
|
50
|
-
if (this._diyRender === undefined)
|
|
51
|
-
throw new Error('missing diyRender');
|
|
52
|
-
return {
|
|
53
|
-
sheetIdx: this._sheetIdx,
|
|
54
|
-
blockId: this._blockId,
|
|
55
|
-
line: this._line,
|
|
56
|
-
isRow: this._isRow,
|
|
57
|
-
name: this._name,
|
|
58
|
-
fieldId: this._fieldId,
|
|
59
|
-
diyRender: this._diyRender,
|
|
60
|
-
};
|
|
61
|
-
}
|
|
62
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
export interface SetBlockLineNumFmt {
|
|
2
|
-
readonly sheetIdx: number;
|
|
3
|
-
readonly blockId: number;
|
|
4
|
-
readonly from: number;
|
|
5
|
-
readonly to: number;
|
|
6
|
-
readonly isRow: boolean;
|
|
7
|
-
readonly numFmt: string;
|
|
8
|
-
}
|
|
9
|
-
export declare class SetBlockLineNumFmtBuilder {
|
|
10
|
-
private _sheetIdx?;
|
|
11
|
-
private _blockId?;
|
|
12
|
-
private _from?;
|
|
13
|
-
private _to?;
|
|
14
|
-
private _isRow?;
|
|
15
|
-
private _numFmt?;
|
|
16
|
-
sheetIdx(sheetIdx: number): this;
|
|
17
|
-
blockId(blockId: number): this;
|
|
18
|
-
from(from: number): this;
|
|
19
|
-
to(to: number): this;
|
|
20
|
-
isRow(isRow: boolean): this;
|
|
21
|
-
numFmt(numFmt: string): this;
|
|
22
|
-
build(): SetBlockLineNumFmt;
|
|
23
|
-
}
|