mirror of
https://github.com/szrpf/DataBoardDemo.git
synced 2025-11-03 12:55:40 +00:00
Signed-off-by: szrpf <27185709@qq.com>
This commit is contained in:
@@ -157,9 +157,7 @@ var DataBoard = /** @class */ (function (_super) {
|
||||
this._customLabelString = value;
|
||||
this.customLabelStringSplit = value
|
||||
.replace(/,/g, '_~_').replace(/:/g, '_!_').replace(/ /g, '_@_')
|
||||
.replace(/([^,])\n/g, '$1_\n').replace(/\n([^,])/g, '\n_$1')
|
||||
.replace(/([^:])\n/g, '$1_\n').replace(/\n([^:])/g, '\n_$1')
|
||||
.replace(/([^ ])\n/g, '$1_\n').replace(/\n([^ ])/g, '\n_$1')
|
||||
.replace(/([^_])\n/g, '$1_\n').replace(/([^_])\n/g, '$1_\n').replace(/\n([^_])/g, '\n_$1')
|
||||
.split('_');
|
||||
},
|
||||
enumerable: false,
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user