@plait/mind 0.27.0-next.1 → 0.27.0-next.2

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.
Files changed (106) hide show
  1. package/base/emoji-base.component.d.ts +1 -1
  2. package/base/image-base.component.d.ts +1 -1
  3. package/constants/node-topic-style.d.ts +3 -0
  4. package/{esm2020 → esm2022}/base/emoji-base.component.mjs +4 -4
  5. package/esm2022/base/image-base.component.mjs +75 -0
  6. package/{esm2020 → esm2022}/constants/node-topic-style.mjs +4 -1
  7. package/esm2022/interfaces/element-data.mjs +2 -0
  8. package/{esm2020 → esm2022}/mind.component.mjs +6 -6
  9. package/{esm2020 → esm2022}/mind.module.mjs +5 -5
  10. package/esm2022/node.component.mjs +251 -0
  11. package/{fesm2020 → fesm2022}/plait-mind.mjs +33 -24
  12. package/fesm2022/plait-mind.mjs.map +1 -0
  13. package/interfaces/element-data.d.ts +2 -2
  14. package/package.json +7 -13
  15. package/utils/abstract/common.d.ts +2 -2
  16. package/esm2020/base/image-base.component.mjs +0 -72
  17. package/esm2020/interfaces/element-data.mjs +0 -2
  18. package/esm2020/node.component.mjs +0 -248
  19. package/fesm2015/plait-mind.mjs +0 -4382
  20. package/fesm2015/plait-mind.mjs.map +0 -1
  21. package/fesm2020/plait-mind.mjs.map +0 -1
  22. /package/{esm2020 → esm2022}/base/base.drawer.mjs +0 -0
  23. /package/{esm2020 → esm2022}/base/index.mjs +0 -0
  24. /package/{esm2020 → esm2022}/constants/abstract-node.mjs +0 -0
  25. /package/{esm2020 → esm2022}/constants/default.mjs +0 -0
  26. /package/{esm2020 → esm2022}/constants/image.mjs +0 -0
  27. /package/{esm2020 → esm2022}/constants/index.mjs +0 -0
  28. /package/{esm2020 → esm2022}/constants/node-style.mjs +0 -0
  29. /package/{esm2020 → esm2022}/constants/theme.mjs +0 -0
  30. /package/{esm2020 → esm2022}/drawer/node-active.drawer.mjs +0 -0
  31. /package/{esm2020 → esm2022}/drawer/node-collapse.drawer.mjs +0 -0
  32. /package/{esm2020 → esm2022}/drawer/node-emojis.drawer.mjs +0 -0
  33. /package/{esm2020 → esm2022}/drawer/node-image.drawer.mjs +0 -0
  34. /package/{esm2020 → esm2022}/drawer/node-insert.drawer.mjs +0 -0
  35. /package/{esm2020 → esm2022}/interfaces/element.mjs +0 -0
  36. /package/{esm2020 → esm2022}/interfaces/index.mjs +0 -0
  37. /package/{esm2020 → esm2022}/interfaces/layout.mjs +0 -0
  38. /package/{esm2020 → esm2022}/interfaces/node.mjs +0 -0
  39. /package/{esm2020 → esm2022}/interfaces/options.mjs +0 -0
  40. /package/{esm2020 → esm2022}/interfaces/pointer.mjs +0 -0
  41. /package/{esm2020 → esm2022}/interfaces/theme-color.mjs +0 -0
  42. /package/{esm2020 → esm2022}/interfaces/types.mjs +0 -0
  43. /package/{esm2020 → esm2022}/plait-mind.mjs +0 -0
  44. /package/{esm2020 → esm2022}/plugins/with-abstract-resize.board.mjs +0 -0
  45. /package/{esm2020 → esm2022}/plugins/with-abstract-resize.mjs +0 -0
  46. /package/{esm2020 → esm2022}/plugins/with-mind-create.mjs +0 -0
  47. /package/{esm2020 → esm2022}/plugins/with-mind-extend.mjs +0 -0
  48. /package/{esm2020 → esm2022}/plugins/with-mind-hotkey.mjs +0 -0
  49. /package/{esm2020 → esm2022}/plugins/with-mind.board.mjs +0 -0
  50. /package/{esm2020 → esm2022}/plugins/with-mind.mjs +0 -0
  51. /package/{esm2020 → esm2022}/plugins/with-node-dnd.mjs +0 -0
  52. /package/{esm2020 → esm2022}/plugins/with-node-hover-detect.mjs +0 -0
  53. /package/{esm2020 → esm2022}/plugins/with-node-image-resize.mjs +0 -0
  54. /package/{esm2020 → esm2022}/plugins/with-node-image.mjs +0 -0
  55. /package/{esm2020 → esm2022}/plugins/with-node-resize.mjs +0 -0
  56. /package/{esm2020 → esm2022}/public-api.mjs +0 -0
  57. /package/{esm2020 → esm2022}/queries/get-available-sublayouts-by-element.mjs +0 -0
  58. /package/{esm2020 → esm2022}/queries/get-branch-layouts.mjs +0 -0
  59. /package/{esm2020 → esm2022}/queries/get-correct-layout-by-element.mjs +0 -0
  60. /package/{esm2020 → esm2022}/queries/get-layout-by-element.mjs +0 -0
  61. /package/{esm2020 → esm2022}/queries/index.mjs +0 -0
  62. /package/{esm2020 → esm2022}/transforms/abstract-node.mjs +0 -0
  63. /package/{esm2020 → esm2022}/transforms/emoji.mjs +0 -0
  64. /package/{esm2020 → esm2022}/transforms/image.mjs +0 -0
  65. /package/{esm2020 → esm2022}/transforms/index.mjs +0 -0
  66. /package/{esm2020 → esm2022}/transforms/layout.mjs +0 -0
  67. /package/{esm2020 → esm2022}/transforms/node.mjs +0 -0
  68. /package/{esm2020 → esm2022}/utils/abstract/common.mjs +0 -0
  69. /package/{esm2020 → esm2022}/utils/abstract/resize.mjs +0 -0
  70. /package/{esm2020 → esm2022}/utils/clipboard.mjs +0 -0
  71. /package/{esm2020 → esm2022}/utils/dnd/common.mjs +0 -0
  72. /package/{esm2020 → esm2022}/utils/dnd/detector.mjs +0 -0
  73. /package/{esm2020 → esm2022}/utils/draw/abstract-outline.mjs +0 -0
  74. /package/{esm2020 → esm2022}/utils/draw/node-dnd.mjs +0 -0
  75. /package/{esm2020 → esm2022}/utils/draw/node-link/abstract-link.mjs +0 -0
  76. /package/{esm2020 → esm2022}/utils/draw/node-link/draw-link.mjs +0 -0
  77. /package/{esm2020 → esm2022}/utils/draw/node-link/indented-link.mjs +0 -0
  78. /package/{esm2020 → esm2022}/utils/draw/node-link/logic-link.mjs +0 -0
  79. /package/{esm2020 → esm2022}/utils/draw/node-shape.mjs +0 -0
  80. /package/{esm2020 → esm2022}/utils/index.mjs +0 -0
  81. /package/{esm2020 → esm2022}/utils/layout.mjs +0 -0
  82. /package/{esm2020 → esm2022}/utils/mind.mjs +0 -0
  83. /package/{esm2020 → esm2022}/utils/node/adjust-node.mjs +0 -0
  84. /package/{esm2020 → esm2022}/utils/node/common.mjs +0 -0
  85. /package/{esm2020 → esm2022}/utils/node/create-node.mjs +0 -0
  86. /package/{esm2020 → esm2022}/utils/node/dynamic-width.mjs +0 -0
  87. /package/{esm2020 → esm2022}/utils/node/image.mjs +0 -0
  88. /package/{esm2020 → esm2022}/utils/node/index.mjs +0 -0
  89. /package/{esm2020 → esm2022}/utils/node/right-node-count.mjs +0 -0
  90. /package/{esm2020 → esm2022}/utils/node-hover/extend.mjs +0 -0
  91. /package/{esm2020 → esm2022}/utils/node-style/branch.mjs +0 -0
  92. /package/{esm2020 → esm2022}/utils/node-style/common.mjs +0 -0
  93. /package/{esm2020 → esm2022}/utils/node-style/index.mjs +0 -0
  94. /package/{esm2020 → esm2022}/utils/node-style/shape.mjs +0 -0
  95. /package/{esm2020 → esm2022}/utils/path.mjs +0 -0
  96. /package/{esm2020 → esm2022}/utils/point-placement.mjs +0 -0
  97. /package/{esm2020 → esm2022}/utils/position/emoji.mjs +0 -0
  98. /package/{esm2020 → esm2022}/utils/position/image.mjs +0 -0
  99. /package/{esm2020 → esm2022}/utils/position/index.mjs +0 -0
  100. /package/{esm2020 → esm2022}/utils/position/node.mjs +0 -0
  101. /package/{esm2020 → esm2022}/utils/position/topic.mjs +0 -0
  102. /package/{esm2020 → esm2022}/utils/space/emoji.mjs +0 -0
  103. /package/{esm2020 → esm2022}/utils/space/index.mjs +0 -0
  104. /package/{esm2020 → esm2022}/utils/space/layout-options.mjs +0 -0
  105. /package/{esm2020 → esm2022}/utils/space/node-space.mjs +0 -0
  106. /package/{esm2020 → esm2022}/utils/weak-maps.mjs +0 -0
@@ -217,6 +217,9 @@ const ROOT_TOPIC_HEIGHT = 25;
217
217
  const TOPIC_DEFAULT_MAX_WORD_COUNT = 34;
218
218
  const DEFAULT_FONT_FAMILY = 'PingFangSC-Regular, "PingFang SC"';
219
219
  const BRANCH_FONT_FAMILY = 'PingFangSC-Medium, "PingFang SC"';
220
+ const NodeTopicThreshold = {
221
+ defaultTextMaxWidth: 34 * 14,
222
+ };
220
223
 
221
224
  const NodeDefaultSpace = {
222
225
  horizontal: {
@@ -3078,7 +3081,10 @@ class MindNodeComponent extends PlaitPluginElementComponent {
3078
3081
  MindTransforms.setTopicSize(this.board, this.element, width, height);
3079
3082
  }
3080
3083
  },
3081
- textPlugins: plugins
3084
+ textPlugins: plugins,
3085
+ getMaxWidth: () => {
3086
+ return NodeTopicThreshold.defaultTextMaxWidth;
3087
+ }
3082
3088
  });
3083
3089
  }
3084
3090
  ngOnInit() {
@@ -3236,9 +3242,8 @@ class MindNodeComponent extends PlaitPluginElementComponent {
3236
3242
  ELEMENT_TO_NODE.delete(this.element);
3237
3243
  }
3238
3244
  }
3239
- }
3240
- MindNodeComponentfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.5", ngImport: i0, type: MindNodeComponent, deps: [{ token: i0.ViewContainerRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
3241
- MindNodeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.5", type: MindNodeComponent, selector: "plait-mind-node", usesInheritance: true, ngImport: i0, template: `
3245
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.3", ngImport: i0, type: MindNodeComponent, deps: [{ token: i0.ViewContainerRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
3246
+ static { thiscmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.3", type: MindNodeComponent, selector: "plait-mind-node", usesInheritance: true, ngImport: i0, template: `
3242
3247
  <plait-children
3243
3248
  *ngIf="!element.isCollapsed"
3244
3249
  [board]="board"
@@ -3246,8 +3251,9 @@ MindNodeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", vers
3246
3251
  [effect]="effect"
3247
3252
  [parentG]="parentG"
3248
3253
  ></plait-children>
3249
- `, isInline: true, dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.PlaitChildrenElement, selector: "plait-children", inputs: ["board", "parent", "effect", "parentG"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
3250
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.5", ngImport: i0, type: MindNodeComponent, decorators: [{
3254
+ `, isInline: true, dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.PlaitChildrenElement, selector: "plait-children", inputs: ["board", "parent", "effect", "parentG"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
3255
+ }
3256
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.3", ngImport: i0, type: MindNodeComponent, decorators: [{
3251
3257
  type: Component,
3252
3258
  args: [{
3253
3259
  selector: 'plait-mind-node',
@@ -3290,12 +3296,12 @@ class PlaitMindComponent extends MindNodeComponent {
3290
3296
  ELEMENT_TO_NODE.set(node.origin, node);
3291
3297
  });
3292
3298
  }
3293
- }
3294
- PlaitMindComponentfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.5", ngImport: i0, type: PlaitMindComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
3295
- PlaitMindComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.5", type: PlaitMindComponent, selector: "plait-mind", usesInheritance: true, ngImport: i0, template: `
3299
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.3", ngImport: i0, type: PlaitMindComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
3300
+ static { thiscmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.3", type: PlaitMindComponent, selector: "plait-mind", usesInheritance: true, ngImport: i0, template: `
3296
3301
  <plait-children [board]="board" [parent]="element" [effect]="effect" [parentG]="rootG"></plait-children>
3297
- `, isInline: true, dependencies: [{ kind: "component", type: i2.PlaitChildrenElement, selector: "plait-children", inputs: ["board", "parent", "effect", "parentG"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
3298
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.5", ngImport: i0, type: PlaitMindComponent, decorators: [{
3302
+ `, isInline: true, dependencies: [{ kind: "component", type: i2.PlaitChildrenElement, selector: "plait-children", inputs: ["board", "parent", "effect", "parentG"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
3303
+ }
3304
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.3", ngImport: i0, type: PlaitMindComponent, decorators: [{
3299
3305
  type: Component,
3300
3306
  args: [{
3301
3307
  selector: 'plait-mind',
@@ -3307,11 +3313,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.5", ngImpor
3307
3313
  }] });
3308
3314
 
3309
3315
  class MindModule {
3316
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.3", ngImport: i0, type: MindModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
3317
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.3", ngImport: i0, type: MindModule, declarations: [PlaitMindComponent, MindNodeComponent], imports: [CommonModule, TextModule, PlaitModule], exports: [PlaitMindComponent, MindNodeComponent] }); }
3318
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.3", ngImport: i0, type: MindModule, imports: [CommonModule, TextModule, PlaitModule] }); }
3310
3319
  }
3311
- MindModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.5", ngImport: i0, type: MindModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
3312
- MindModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.5", ngImport: i0, type: MindModule, declarations: [PlaitMindComponent, MindNodeComponent], imports: [CommonModule, TextModule, PlaitModule], exports: [PlaitMindComponent, MindNodeComponent] });
3313
- MindModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.5", ngImport: i0, type: MindModule, imports: [CommonModule, TextModule, PlaitModule] });
3314
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.5", ngImport: i0, type: MindModule, decorators: [{
3320
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.3", ngImport: i0, type: MindModule, decorators: [{
3315
3321
  type: NgModule,
3316
3322
  args: [{
3317
3323
  declarations: [PlaitMindComponent, MindNodeComponent],
@@ -4348,10 +4354,10 @@ class MindEmojiBaseComponent {
4348
4354
  ngOnInit() {
4349
4355
  this.elementRef.nativeElement.style.fontSize = `${this.fontSize}px`;
4350
4356
  }
4357
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.3", ngImport: i0, type: MindEmojiBaseComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
4358
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.3", type: MindEmojiBaseComponent, inputs: { fontSize: "fontSize", emojiItem: "emojiItem", board: "board", element: "element" }, host: { listeners: { "mousedown": "handleClick()" }, classAttribute: "mind-node-emoji" }, ngImport: i0 }); }
4351
4359
  }
4352
- MindEmojiBaseComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.5", ngImport: i0, type: MindEmojiBaseComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
4353
- MindEmojiBaseComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.5", type: MindEmojiBaseComponent, inputs: { fontSize: "fontSize", emojiItem: "emojiItem", board: "board", element: "element" }, host: { listeners: { "mousedown": "handleClick()" }, classAttribute: "mind-node-emoji" }, ngImport: i0 });
4354
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.5", ngImport: i0, type: MindEmojiBaseComponent, decorators: [{
4360
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.3", ngImport: i0, type: MindEmojiBaseComponent, decorators: [{
4355
4361
  type: Directive,
4356
4362
  args: [{
4357
4363
  host: {
@@ -4397,13 +4403,16 @@ class MindImageBaseComponent {
4397
4403
  }
4398
4404
  ngOnInit() {
4399
4405
  this.activeGenerator = new ActiveGenerator(this.board, {
4400
- activeStrokeWidth: 1,
4406
+ getStrokeWidth: () => {
4407
+ return 1;
4408
+ },
4401
4409
  getRectangle: (element) => {
4402
4410
  return getImageForeignRectangle(this.board, this.element);
4403
4411
  },
4404
4412
  getStrokeWidthByElement: () => {
4405
4413
  return 0;
4406
- }
4414
+ },
4415
+ hasResizeHandle: () => true
4407
4416
  });
4408
4417
  this.initialized = true;
4409
4418
  }
@@ -4418,10 +4427,10 @@ class MindImageBaseComponent {
4418
4427
  this.activeGenerator.destroy();
4419
4428
  }
4420
4429
  }
4430
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.3", ngImport: i0, type: MindImageBaseComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive }); }
4431
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.3", type: MindImageBaseComponent, inputs: { imageItem: "imageItem", board: "board", element: "element", isFocus: "isFocus" }, host: { classAttribute: "mind-node-image" }, ngImport: i0 }); }
4421
4432
  }
4422
- MindImageBaseComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.5", ngImport: i0, type: MindImageBaseComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
4423
- MindImageBaseComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.5", type: MindImageBaseComponent, inputs: { imageItem: "imageItem", board: "board", element: "element", isFocus: "isFocus" }, host: { classAttribute: "mind-node-image" }, ngImport: i0 });
4424
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.5", ngImport: i0, type: MindImageBaseComponent, decorators: [{
4433
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.3", ngImport: i0, type: MindImageBaseComponent, decorators: [{
4425
4434
  type: Directive,
4426
4435
  args: [{
4427
4436
  host: {
@@ -4446,5 +4455,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.5", ngImpor
4446
4455
  * Generated bundle index. Do not edit.
4447
4456
  */
4448
4457
 
4449
- export { ABSTRACT_HANDLE_COLOR, ABSTRACT_HANDLE_LENGTH, ABSTRACT_HANDLE_MASK_WIDTH, ABSTRACT_INCLUDED_OUTLINE_OFFSET, AbstractHandlePosition, AbstractResizeState, BASE, BRANCH_FONT_FAMILY, BRANCH_WIDTH, BaseDrawer, BranchShape, DEFAULT_FONT_FAMILY, DefaultAbstractNodeStyle, DefaultNodeStyle, ELEMENT_TO_NODE, EXTEND_DIAMETER, EXTEND_OFFSET, GRAY_COLOR, INHERIT_ATTRIBUTE_KEYS, IS_DRAGGING, LayoutDirection, LayoutDirectionsMap, MindColorfulThemeColor, MindDarkThemeColor, MindDefaultThemeColor, MindElement, MindElementShape, MindEmojiBaseComponent, MindImageBaseComponent, MindModule, MindNode, MindNodeComponent, MindPointerType, MindQueries, MindRetroThemeColor, MindSoftThemeColor, MindStarryThemeColor, MindThemeColor, MindThemeColors, MindTransforms, NodeSpace, PRIMARY_COLOR, PlaitMind, PlaitMindComponent, QUICK_INSERT_CIRCLE_COLOR, QUICK_INSERT_CIRCLE_OFFSET, QUICK_INSERT_INNER_CROSS_COLOR, ROOT_TOPIC_FONT_SIZE, ROOT_TOPIC_HEIGHT, STROKE_WIDTH, TOPIC_COLOR, TOPIC_DEFAULT_MAX_WORD_COUNT, TOPIC_FONT_SIZE, TRANSPARENT, WithMindPluginKey, addActiveOnDragOrigin, addSelectedImageElement, adjustAbstractToNode, adjustNodeToRoot, adjustRootToNode, buildImage, canSetAbstract, copyNewNode, correctLayoutByDirection, createDefaultMind, createEmptyMind, createMindElement, deleteElementHandleAbstract, deleteElementsHandleRightNodeCount, detectDropTarget, directionCorrector, directionDetector, divideElementByParent, drawFakeDragNode, drawFakeDropNode, editTopic, extractNodesText, findLastChild, findLocationLeftIndex, getAbstractBranchColor, getAbstractBranchWidth, getAbstractHandleRectangle, getAllowedDirection, getAvailableSubLayoutsByLayoutDirections, getBehindAbstracts, getBranchColorByMindElement, getBranchDirectionsByLayouts, getBranchShapeByMindElement, getBranchWidthByMindElement, getChildrenCount, getCorrespondingAbstract, getDefaultBranchColor, getDefaultBranchColorByIndex, getDefaultLayout, getEmojiFontSize, getEmojiForeignRectangle, getEmojiRectangle, getEmojisWidthHeight, getFillByElement, getFirstLevelElement, getFontSizeBySlateElement, getHitAbstractHandle, getHitImageResizeHandleDirection, getImageForeignRectangle, getInCorrectLayoutDirection, getLayoutDirection$1 as getLayoutDirection, getLayoutOptions, getLayoutReverseDirection, getLocationScope, getMindThemeColor, getNewNodeHeight, getNextBranchColor, getNodeDefaultFontSize, getOverallAbstracts, getPathByDropTarget, getRectangleByElement, getRectangleByNode, getRectangleByResizingLocation, getRelativeStartEndByAbstractRef, getRootLayout, getSelectedImageElement, getSelectedMindElements, getShapeByElement, getStrokeByMindElement, getStrokeWidthByElement, getTopicRectangleByElement, getTopicRectangleByNode, getValidAbstractRefs, handleTouchedAbstract, hasAfterDraw, hasPreviousOrNextOfDropPath, insertElementHandleAbstract, insertElementHandleRightNodeCount, insertMindElement, isChildElement, isChildOfAbstract, isChildRight, isChildUp, isCorrectLayout, isDragging, isDropStandardRight, isHitEmojis, isHitImage, isHitMindElement, isInRightBranchOfStandardLayout, isMixedLayout, isSetAbstract, isValidTarget, removeActiveOnDragOrigin, removeSelectedImageElement, selectImage, separateChildren, setImageFocus, setIsDragging, temporaryDisableSelection, withMind, withMindExtend };
4458
+ export { ABSTRACT_HANDLE_COLOR, ABSTRACT_HANDLE_LENGTH, ABSTRACT_HANDLE_MASK_WIDTH, ABSTRACT_INCLUDED_OUTLINE_OFFSET, AbstractHandlePosition, AbstractResizeState, BASE, BRANCH_FONT_FAMILY, BRANCH_WIDTH, BaseDrawer, BranchShape, DEFAULT_FONT_FAMILY, DefaultAbstractNodeStyle, DefaultNodeStyle, ELEMENT_TO_NODE, EXTEND_DIAMETER, EXTEND_OFFSET, GRAY_COLOR, INHERIT_ATTRIBUTE_KEYS, IS_DRAGGING, LayoutDirection, LayoutDirectionsMap, MindColorfulThemeColor, MindDarkThemeColor, MindDefaultThemeColor, MindElement, MindElementShape, MindEmojiBaseComponent, MindImageBaseComponent, MindModule, MindNode, MindNodeComponent, MindPointerType, MindQueries, MindRetroThemeColor, MindSoftThemeColor, MindStarryThemeColor, MindThemeColor, MindThemeColors, MindTransforms, NodeSpace, NodeTopicThreshold, PRIMARY_COLOR, PlaitMind, PlaitMindComponent, QUICK_INSERT_CIRCLE_COLOR, QUICK_INSERT_CIRCLE_OFFSET, QUICK_INSERT_INNER_CROSS_COLOR, ROOT_TOPIC_FONT_SIZE, ROOT_TOPIC_HEIGHT, STROKE_WIDTH, TOPIC_COLOR, TOPIC_DEFAULT_MAX_WORD_COUNT, TOPIC_FONT_SIZE, TRANSPARENT, WithMindPluginKey, addActiveOnDragOrigin, addSelectedImageElement, adjustAbstractToNode, adjustNodeToRoot, adjustRootToNode, buildImage, canSetAbstract, copyNewNode, correctLayoutByDirection, createDefaultMind, createEmptyMind, createMindElement, deleteElementHandleAbstract, deleteElementsHandleRightNodeCount, detectDropTarget, directionCorrector, directionDetector, divideElementByParent, drawFakeDragNode, drawFakeDropNode, editTopic, extractNodesText, findLastChild, findLocationLeftIndex, getAbstractBranchColor, getAbstractBranchWidth, getAbstractHandleRectangle, getAllowedDirection, getAvailableSubLayoutsByLayoutDirections, getBehindAbstracts, getBranchColorByMindElement, getBranchDirectionsByLayouts, getBranchShapeByMindElement, getBranchWidthByMindElement, getChildrenCount, getCorrespondingAbstract, getDefaultBranchColor, getDefaultBranchColorByIndex, getDefaultLayout, getEmojiFontSize, getEmojiForeignRectangle, getEmojiRectangle, getEmojisWidthHeight, getFillByElement, getFirstLevelElement, getFontSizeBySlateElement, getHitAbstractHandle, getHitImageResizeHandleDirection, getImageForeignRectangle, getInCorrectLayoutDirection, getLayoutDirection$1 as getLayoutDirection, getLayoutOptions, getLayoutReverseDirection, getLocationScope, getMindThemeColor, getNewNodeHeight, getNextBranchColor, getNodeDefaultFontSize, getOverallAbstracts, getPathByDropTarget, getRectangleByElement, getRectangleByNode, getRectangleByResizingLocation, getRelativeStartEndByAbstractRef, getRootLayout, getSelectedImageElement, getSelectedMindElements, getShapeByElement, getStrokeByMindElement, getStrokeWidthByElement, getTopicRectangleByElement, getTopicRectangleByNode, getValidAbstractRefs, handleTouchedAbstract, hasAfterDraw, hasPreviousOrNextOfDropPath, insertElementHandleAbstract, insertElementHandleRightNodeCount, insertMindElement, isChildElement, isChildOfAbstract, isChildRight, isChildUp, isCorrectLayout, isDragging, isDropStandardRight, isHitEmojis, isHitImage, isHitMindElement, isInRightBranchOfStandardLayout, isMixedLayout, isSetAbstract, isValidTarget, removeActiveOnDragOrigin, removeSelectedImageElement, selectImage, separateChildren, setImageFocus, setIsDragging, temporaryDisableSelection, withMind, withMindExtend };
4450
4459
  //# sourceMappingURL=plait-mind.mjs.map