mx-ui-components-pkg 0.0.717-alpha.121 → 0.0.717-alpha.123

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.
@@ -1,4 +1,4 @@
1
- import { conf as t, language as e } from "./typescript-BOMzHmQp.js";
1
+ import { conf as t, language as e } from "./typescript-BbuWAX-U.js";
2
2
  /*!-----------------------------------------------------------------------------
3
3
  * Copyright (c) Microsoft Corporation. All rights reserved.
4
4
  * Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
@@ -1,4 +1,4 @@
1
- import { m as Et } from "./index-pU7JpcAp.js";
1
+ import { m as Et } from "./index-DquzImCY.js";
2
2
  /*!-----------------------------------------------------------------------------
3
3
  * Copyright (c) Microsoft Corporation. All rights reserved.
4
4
  * Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
@@ -1,4 +1,4 @@
1
- import { m as l } from "./index-pU7JpcAp.js";
1
+ import { m as l } from "./index-DquzImCY.js";
2
2
  /*!-----------------------------------------------------------------------------
3
3
  * Copyright (c) Microsoft Corporation. All rights reserved.
4
4
  * Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
@@ -1,4 +1,4 @@
1
- import { m as s } from "./index-pU7JpcAp.js";
1
+ import { m as s } from "./index-DquzImCY.js";
2
2
  /*!-----------------------------------------------------------------------------
3
3
  * Copyright (c) Microsoft Corporation. All rights reserved.
4
4
  * Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
@@ -1,4 +1,4 @@
1
- import { m as o } from "./index-pU7JpcAp.js";
1
+ import { m as o } from "./index-DquzImCY.js";
2
2
  /*!-----------------------------------------------------------------------------
3
3
  * Copyright (c) Microsoft Corporation. All rights reserved.
4
4
  * Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
@@ -1,4 +1,4 @@
1
- import { m } from "./index-pU7JpcAp.js";
1
+ import { m } from "./index-DquzImCY.js";
2
2
  /*!-----------------------------------------------------------------------------
3
3
  * Copyright (c) Microsoft Corporation. All rights reserved.
4
4
  * Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
@@ -1,4 +1,4 @@
1
- import { t as O, m as I } from "./index-pU7JpcAp.js";
1
+ import { t as O, m as I } from "./index-DquzImCY.js";
2
2
  /*!-----------------------------------------------------------------------------
3
3
  * Copyright (c) Microsoft Corporation. All rights reserved.
4
4
  * Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
@@ -1,4 +1,5 @@
1
1
  import "monaco-editor/min/vs/editor/editor.main.css?inline";
2
+ import { Editor } from "@tiptap/core";
2
3
  import BaseComponent from "../Counter/BaseComponent";
3
4
  declare class WysiwygEditor extends BaseComponent {
4
5
  /**
@@ -10,6 +11,8 @@ declare class WysiwygEditor extends BaseComponent {
10
11
  private contentBlock;
11
12
  private $ditaEditor;
12
13
  private fontSize;
14
+ private isResizingTable;
15
+ private cleanupScheduled;
13
16
  private props;
14
17
  bindings: any;
15
18
  private variablesList;
@@ -22,10 +25,15 @@ declare class WysiwygEditor extends BaseComponent {
22
25
  togglUnderline: () => void;
23
26
  toggleStrike: () => void;
24
27
  toggleBulletList: () => void;
28
+ addColumnAfter: () => void;
29
+ deleteColumn: () => void;
30
+ addRowAfter: () => void;
31
+ deleteRow: () => void;
25
32
  setFontSize: (size: string) => void;
26
33
  onFontChange: (family: string) => void;
27
34
  checkSpelling: () => void;
28
35
  addLinkToContent: () => void;
36
+ createSimpleTableToolbar(): HTMLDivElement;
29
37
  isActive: (name: string, attrs?: {}) => boolean | undefined;
30
38
  isActiveByAttr: (attrs: object) => boolean | undefined;
31
39
  private ditaActions;
@@ -134,14 +142,19 @@ declare class WysiwygEditor extends BaseComponent {
134
142
  createDitaToolbarView(): void;
135
143
  debounce(func: (...args: any[]) => void, delay: number): (...args: any[]) => void;
136
144
  addTimeStamp: () => string;
145
+ isInsideTable(editor: Editor): boolean;
137
146
  onContentUpdate: (...args: any[]) => void;
138
- getFocusedNode(): null | undefined;
147
+ getFocusedNode(): void;
139
148
  searchAndHighlight(searchTerm: any): void;
140
149
  highlightMatches(searchTerm: any): void;
141
150
  clearHighlights(): void;
142
151
  escapeRegExp(string: any): any;
143
152
  bindSearchEvents: () => void;
144
153
  createDitaBuilderView(dita: any): HTMLDivElement;
154
+ private fixTableStyling;
155
+ private preventExtraParagraphs;
156
+ private tableFixTimeout;
157
+ private tableObserver;
145
158
  loadStyles(): void;
146
159
  render(dita?: string): void;
147
160
  }
@@ -1,4 +1,4 @@
1
- import { m as s } from "./index-pU7JpcAp.js";
1
+ import { m as s } from "./index-DquzImCY.js";
2
2
  /*!-----------------------------------------------------------------------------
3
3
  * Copyright (c) Microsoft Corporation. All rights reserved.
4
4
  * Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
@@ -1,4 +1,4 @@
1
- import { m as r } from "./index-pU7JpcAp.js";
1
+ import { m as r } from "./index-DquzImCY.js";
2
2
  /*!-----------------------------------------------------------------------------
3
3
  * Copyright (c) Microsoft Corporation. All rights reserved.
4
4
  * Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
@@ -1,4 +1,4 @@
1
- import { m as l } from "./index-pU7JpcAp.js";
1
+ import { m as l } from "./index-DquzImCY.js";
2
2
  /*!-----------------------------------------------------------------------------
3
3
  * Copyright (c) Microsoft Corporation. All rights reserved.
4
4
  * Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mx-ui-components-pkg",
3
- "version": "0.0.717-alpha.121",
3
+ "version": "0.0.717-alpha.123",
4
4
  "description": "mobius ui library",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "MIT",