@atlaskit/editor-plugin-table 4.2.0 → 4.2.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/CHANGELOG.md +6 -0
- package/dist/cjs/plugins/table/transforms/column-width.js +2 -2
- package/dist/es2019/plugins/table/transforms/column-width.js +2 -2
- package/dist/esm/plugins/table/transforms/column-width.js +2 -2
- package/package.json +2 -2
- package/src/plugins/table/transforms/column-width.ts +8 -2
- package/dist/types-ts4.5/i18n/cs.d.ts +0 -37
- package/dist/types-ts4.5/i18n/da.d.ts +0 -35
- package/dist/types-ts4.5/i18n/de.d.ts +0 -35
- package/dist/types-ts4.5/i18n/en.d.ts +0 -37
- package/dist/types-ts4.5/i18n/en_GB.d.ts +0 -37
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +0 -37
- package/dist/types-ts4.5/i18n/es.d.ts +0 -35
- package/dist/types-ts4.5/i18n/fi.d.ts +0 -35
- package/dist/types-ts4.5/i18n/fr.d.ts +0 -37
- package/dist/types-ts4.5/i18n/hu.d.ts +0 -37
- package/dist/types-ts4.5/i18n/it.d.ts +0 -37
- package/dist/types-ts4.5/i18n/ja.d.ts +0 -37
- package/dist/types-ts4.5/i18n/ko.d.ts +0 -35
- package/dist/types-ts4.5/i18n/nb.d.ts +0 -35
- package/dist/types-ts4.5/i18n/nl.d.ts +0 -37
- package/dist/types-ts4.5/i18n/pl.d.ts +0 -37
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +0 -37
- package/dist/types-ts4.5/i18n/ru.d.ts +0 -37
- package/dist/types-ts4.5/i18n/sv.d.ts +0 -35
- package/dist/types-ts4.5/i18n/th.d.ts +0 -35
- package/dist/types-ts4.5/i18n/tr.d.ts +0 -37
- package/dist/types-ts4.5/i18n/uk.d.ts +0 -37
- package/dist/types-ts4.5/i18n/vi.d.ts +0 -35
- package/dist/types-ts4.5/i18n/zh.d.ts +0 -37
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +0 -37
- package/dist/types-ts4.5/index.d.ts +0 -2
- package/dist/types-ts4.5/plugins/table/commands/clear.d.ts +0 -3
- package/dist/types-ts4.5/plugins/table/commands/collapse.d.ts +0 -2
- package/dist/types-ts4.5/plugins/table/commands/delete.d.ts +0 -3
- package/dist/types-ts4.5/plugins/table/commands/go-to-next-cell.d.ts +0 -4
- package/dist/types-ts4.5/plugins/table/commands/hover.d.ts +0 -8
- package/dist/types-ts4.5/plugins/table/commands/index.d.ts +0 -8
- package/dist/types-ts4.5/plugins/table/commands/insert.d.ts +0 -9
- package/dist/types-ts4.5/plugins/table/commands/misc.d.ts +0 -29
- package/dist/types-ts4.5/plugins/table/commands/referentiality.d.ts +0 -2
- package/dist/types-ts4.5/plugins/table/commands/selection.d.ts +0 -8
- package/dist/types-ts4.5/plugins/table/commands/sort.d.ts +0 -3
- package/dist/types-ts4.5/plugins/table/commands/split-cell.d.ts +0 -6
- package/dist/types-ts4.5/plugins/table/commands/toggle.d.ts +0 -12
- package/dist/types-ts4.5/plugins/table/commands-with-analytics.d.ts +0 -25
- package/dist/types-ts4.5/plugins/table/create-plugin-config.d.ts +0 -2
- package/dist/types-ts4.5/plugins/table/event-handlers.d.ts +0 -15
- package/dist/types-ts4.5/plugins/table/handlers.d.ts +0 -3
- package/dist/types-ts4.5/plugins/table/index.d.ts +0 -45
- package/dist/types-ts4.5/plugins/table/nodeviews/OverflowShadowsObserver.d.ts +0 -24
- package/dist/types-ts4.5/plugins/table/nodeviews/TableComponent.d.ts +0 -73
- package/dist/types-ts4.5/plugins/table/nodeviews/TableContainer.d.ts +0 -44
- package/dist/types-ts4.5/plugins/table/nodeviews/TableResizer.d.ts +0 -25
- package/dist/types-ts4.5/plugins/table/nodeviews/TableStickyScrollbar.d.ts +0 -24
- package/dist/types-ts4.5/plugins/table/nodeviews/__mocks__/OverflowShadowsObserver.d.ts +0 -9
- package/dist/types-ts4.5/plugins/table/nodeviews/__mocks__/OverridableMock.d.ts +0 -9
- package/dist/types-ts4.5/plugins/table/nodeviews/table.d.ts +0 -33
- package/dist/types-ts4.5/plugins/table/nodeviews/tableCell.d.ts +0 -17
- package/dist/types-ts4.5/plugins/table/nodeviews/types.d.ts +0 -26
- package/dist/types-ts4.5/plugins/table/nodeviews/update-overflow-shadows.d.ts +0 -1
- package/dist/types-ts4.5/plugins/table/pm-plugins/decorations/plugin.d.ts +0 -7
- package/dist/types-ts4.5/plugins/table/pm-plugins/decorations/utils/column-controls.d.ts +0 -3
- package/dist/types-ts4.5/plugins/table/pm-plugins/decorations/utils/column-resizing.d.ts +0 -4
- package/dist/types-ts4.5/plugins/table/pm-plugins/decorations/utils/compose-decorations.d.ts +0 -2
- package/dist/types-ts4.5/plugins/table/pm-plugins/decorations/utils/index.d.ts +0 -3
- package/dist/types-ts4.5/plugins/table/pm-plugins/decorations/utils/types.d.ts +0 -6
- package/dist/types-ts4.5/plugins/table/pm-plugins/default-table-selection.d.ts +0 -4
- package/dist/types-ts4.5/plugins/table/pm-plugins/keymap.d.ts +0 -5
- package/dist/types-ts4.5/plugins/table/pm-plugins/main.d.ts +0 -8
- package/dist/types-ts4.5/plugins/table/pm-plugins/plugin-factory.d.ts +0 -1
- package/dist/types-ts4.5/plugins/table/pm-plugins/plugin-key.d.ts +0 -3
- package/dist/types-ts4.5/plugins/table/pm-plugins/safari-delete-composition-text-issue-workaround.d.ts +0 -15
- package/dist/types-ts4.5/plugins/table/pm-plugins/sticky-headers/commands.d.ts +0 -3
- package/dist/types-ts4.5/plugins/table/pm-plugins/sticky-headers/index.d.ts +0 -6
- package/dist/types-ts4.5/plugins/table/pm-plugins/sticky-headers/nodeviews/dom.d.ts +0 -6
- package/dist/types-ts4.5/plugins/table/pm-plugins/sticky-headers/nodeviews/tableRow.d.ts +0 -73
- package/dist/types-ts4.5/plugins/table/pm-plugins/sticky-headers/plugin-key.d.ts +0 -3
- package/dist/types-ts4.5/plugins/table/pm-plugins/sticky-headers/plugin-state.d.ts +0 -3
- package/dist/types-ts4.5/plugins/table/pm-plugins/sticky-headers/plugin.d.ts +0 -4
- package/dist/types-ts4.5/plugins/table/pm-plugins/sticky-headers/types.d.ts +0 -16
- package/dist/types-ts4.5/plugins/table/pm-plugins/sticky-headers/util.d.ts +0 -2
- package/dist/types-ts4.5/plugins/table/pm-plugins/table-analytics.d.ts +0 -23
- package/dist/types-ts4.5/plugins/table/pm-plugins/table-local-id.d.ts +0 -10
- package/dist/types-ts4.5/plugins/table/pm-plugins/table-resizing/commands.d.ts +0 -23
- package/dist/types-ts4.5/plugins/table/pm-plugins/table-resizing/event-handlers.d.ts +0 -4
- package/dist/types-ts4.5/plugins/table/pm-plugins/table-resizing/index.d.ts +0 -3
- package/dist/types-ts4.5/plugins/table/pm-plugins/table-resizing/plugin-factory.d.ts +0 -4
- package/dist/types-ts4.5/plugins/table/pm-plugins/table-resizing/plugin-key.d.ts +0 -3
- package/dist/types-ts4.5/plugins/table/pm-plugins/table-resizing/plugin.d.ts +0 -6
- package/dist/types-ts4.5/plugins/table/pm-plugins/table-resizing/reducer.d.ts +0 -3
- package/dist/types-ts4.5/plugins/table/pm-plugins/table-resizing/utils/colgroup.d.ts +0 -23
- package/dist/types-ts4.5/plugins/table/pm-plugins/table-resizing/utils/column-state.d.ts +0 -14
- package/dist/types-ts4.5/plugins/table/pm-plugins/table-resizing/utils/consts.d.ts +0 -2
- package/dist/types-ts4.5/plugins/table/pm-plugins/table-resizing/utils/content-width.d.ts +0 -4
- package/dist/types-ts4.5/plugins/table/pm-plugins/table-resizing/utils/dom.d.ts +0 -12
- package/dist/types-ts4.5/plugins/table/pm-plugins/table-resizing/utils/index.d.ts +0 -13
- package/dist/types-ts4.5/plugins/table/pm-plugins/table-resizing/utils/misc.d.ts +0 -20
- package/dist/types-ts4.5/plugins/table/pm-plugins/table-resizing/utils/resize-column.d.ts +0 -2
- package/dist/types-ts4.5/plugins/table/pm-plugins/table-resizing/utils/resize-logic.d.ts +0 -4
- package/dist/types-ts4.5/plugins/table/pm-plugins/table-resizing/utils/resize-state.d.ts +0 -29
- package/dist/types-ts4.5/plugins/table/pm-plugins/table-resizing/utils/scale-table.d.ts +0 -21
- package/dist/types-ts4.5/plugins/table/pm-plugins/table-resizing/utils/types.d.ts +0 -22
- package/dist/types-ts4.5/plugins/table/pm-plugins/table-resizing/utils/unit-to-number.d.ts +0 -1
- package/dist/types-ts4.5/plugins/table/pm-plugins/table-selection-keymap.d.ts +0 -4
- package/dist/types-ts4.5/plugins/table/pm-plugins/table-width.d.ts +0 -17
- package/dist/types-ts4.5/plugins/table/reducer.d.ts +0 -3
- package/dist/types-ts4.5/plugins/table/toolbar.d.ts +0 -36
- package/dist/types-ts4.5/plugins/table/transforms/column-width.d.ts +0 -37
- package/dist/types-ts4.5/plugins/table/transforms/delete-columns.d.ts +0 -4
- package/dist/types-ts4.5/plugins/table/transforms/delete-rows.d.ts +0 -3
- package/dist/types-ts4.5/plugins/table/transforms/fix-tables.d.ts +0 -9
- package/dist/types-ts4.5/plugins/table/transforms/index.d.ts +0 -6
- package/dist/types-ts4.5/plugins/table/transforms/merge.d.ts +0 -5
- package/dist/types-ts4.5/plugins/table/transforms/replace-table.d.ts +0 -5
- package/dist/types-ts4.5/plugins/table/transforms/split.d.ts +0 -9
- package/dist/types-ts4.5/plugins/table/types.d.ts +0 -342
- package/dist/types-ts4.5/plugins/table/ui/ColumnResizeWidget/index.d.ts +0 -9
- package/dist/types-ts4.5/plugins/table/ui/FloatingContextualButton/FixedButton.d.ts +0 -23
- package/dist/types-ts4.5/plugins/table/ui/FloatingContextualButton/index.d.ts +0 -21
- package/dist/types-ts4.5/plugins/table/ui/FloatingContextualButton/styles.d.ts +0 -3
- package/dist/types-ts4.5/plugins/table/ui/FloatingContextualMenu/ContextualMenu.d.ts +0 -87
- package/dist/types-ts4.5/plugins/table/ui/FloatingContextualMenu/index.d.ts +0 -23
- package/dist/types-ts4.5/plugins/table/ui/FloatingContextualMenu/styles.d.ts +0 -2
- package/dist/types-ts4.5/plugins/table/ui/FloatingDeleteButton/DeleteButton.d.ts +0 -13
- package/dist/types-ts4.5/plugins/table/ui/FloatingDeleteButton/getPopUpOptions.d.ts +0 -10
- package/dist/types-ts4.5/plugins/table/ui/FloatingDeleteButton/index.d.ts +0 -54
- package/dist/types-ts4.5/plugins/table/ui/FloatingDeleteButton/types.d.ts +0 -1
- package/dist/types-ts4.5/plugins/table/ui/FloatingInsertButton/InsertButton.d.ts +0 -13
- package/dist/types-ts4.5/plugins/table/ui/FloatingInsertButton/getPopupOptions.d.ts +0 -3
- package/dist/types-ts4.5/plugins/table/ui/FloatingInsertButton/index.d.ts +0 -35
- package/dist/types-ts4.5/plugins/table/ui/LayoutButton/index.d.ts +0 -21
- package/dist/types-ts4.5/plugins/table/ui/TableFloatingControls/CornerControls/index.d.ts +0 -16
- package/dist/types-ts4.5/plugins/table/ui/TableFloatingControls/NumberColumn/index.d.ts +0 -21
- package/dist/types-ts4.5/plugins/table/ui/TableFloatingControls/RowControls/index.d.ts +0 -17
- package/dist/types-ts4.5/plugins/table/ui/TableFloatingControls/index.d.ts +0 -39
- package/dist/types-ts4.5/plugins/table/ui/common-styles.d.ts +0 -9
- package/dist/types-ts4.5/plugins/table/ui/consts.d.ts +0 -50
- package/dist/types-ts4.5/plugins/table/ui/messages.d.ts +0 -63
- package/dist/types-ts4.5/plugins/table/ui/ui-styles.d.ts +0 -15
- package/dist/types-ts4.5/plugins/table/utils/analytics.d.ts +0 -45
- package/dist/types-ts4.5/plugins/table/utils/collapse.d.ts +0 -29
- package/dist/types-ts4.5/plugins/table/utils/column-controls.d.ts +0 -10
- package/dist/types-ts4.5/plugins/table/utils/decoration.d.ts +0 -19
- package/dist/types-ts4.5/plugins/table/utils/dom.d.ts +0 -20
- package/dist/types-ts4.5/plugins/table/utils/get-allow-add-column-custom-step.d.ts +0 -2
- package/dist/types-ts4.5/plugins/table/utils/guidelines.d.ts +0 -2
- package/dist/types-ts4.5/plugins/table/utils/index.d.ts +0 -11
- package/dist/types-ts4.5/plugins/table/utils/nodes.d.ts +0 -13
- package/dist/types-ts4.5/plugins/table/utils/paste.d.ts +0 -14
- package/dist/types-ts4.5/plugins/table/utils/row-controls.d.ts +0 -16
- package/dist/types-ts4.5/plugins/table/utils/selection.d.ts +0 -6
- package/dist/types-ts4.5/plugins/table/utils/snapping.d.ts +0 -10
- package/dist/types-ts4.5/plugins/table/utils/table.d.ts +0 -4
- package/dist/types-ts4.5/plugins/table/utils/update-plugin-state-decorations.d.ts +0 -4
- package/dist/types-ts4.5/plugins/table-plugin.d.ts +0 -2
- package/dist/types-ts4.5/types/i18n.d.ts +0 -5
- package/tmp/api-report-tmp.d.ts +0 -112
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-table
|
|
2
2
|
|
|
3
|
+
## 4.2.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#40795](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40795) [`fec7aa5c761`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fec7aa5c761) - [ux] Fix distribute column resize will not been override when undefined
|
|
8
|
+
|
|
3
9
|
## 4.2.0
|
|
4
10
|
|
|
5
11
|
### Minor Changes
|
|
@@ -6,8 +6,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
});
|
|
7
7
|
exports.updateColumnWidths = exports.rescaleColumnsOld = exports.rescaleColumnsNew = exports.rescaleColumns = void 0;
|
|
8
8
|
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
|
9
|
-
var _steps = require("@atlaskit/adf-schema/steps");
|
|
10
9
|
var _styles = require("@atlaskit/editor-common/styles");
|
|
10
|
+
var _transform = require("@atlaskit/editor-prosemirror/transform");
|
|
11
11
|
var _editorSharedStyles = require("@atlaskit/editor-shared-styles");
|
|
12
12
|
var _tableMap = require("@atlaskit/editor-tables/table-map");
|
|
13
13
|
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
@@ -76,7 +76,7 @@ var updateColumnWidths = exports.updateColumnWidths = function updateColumnWidth
|
|
|
76
76
|
var cell = table.nodeAt(pos);
|
|
77
77
|
if (!seen[pos] && cell) {
|
|
78
78
|
if (updatedCellsAttrs[pos]) {
|
|
79
|
-
tr.step(new
|
|
79
|
+
tr.step(new _transform.AttrStep(pos + start, 'colwidth', updatedCellsAttrs[pos].colwidth));
|
|
80
80
|
}
|
|
81
81
|
seen[pos] = true;
|
|
82
82
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { SetAttrsStep } from '@atlaskit/adf-schema/steps';
|
|
2
1
|
import { tableCellMinWidth } from '@atlaskit/editor-common/styles';
|
|
2
|
+
import { AttrStep } from '@atlaskit/editor-prosemirror/transform';
|
|
3
3
|
import { akEditorDefaultLayoutWidth } from '@atlaskit/editor-shared-styles';
|
|
4
4
|
import { TableMap, tableNewColumnMinWidth } from '@atlaskit/editor-tables/table-map';
|
|
5
5
|
import { getBooleanFF } from '@atlaskit/platform-feature-flags';
|
|
@@ -69,7 +69,7 @@ export const updateColumnWidths = (resizeState, table, start) => tr => {
|
|
|
69
69
|
const cell = table.nodeAt(pos);
|
|
70
70
|
if (!seen[pos] && cell) {
|
|
71
71
|
if (updatedCellsAttrs[pos]) {
|
|
72
|
-
tr.step(new
|
|
72
|
+
tr.step(new AttrStep(pos + start, 'colwidth', updatedCellsAttrs[pos].colwidth));
|
|
73
73
|
}
|
|
74
74
|
seen[pos] = true;
|
|
75
75
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
2
2
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
3
3
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
4
|
-
import { SetAttrsStep } from '@atlaskit/adf-schema/steps';
|
|
5
4
|
import { tableCellMinWidth } from '@atlaskit/editor-common/styles';
|
|
5
|
+
import { AttrStep } from '@atlaskit/editor-prosemirror/transform';
|
|
6
6
|
import { akEditorDefaultLayoutWidth } from '@atlaskit/editor-shared-styles';
|
|
7
7
|
import { TableMap, tableNewColumnMinWidth } from '@atlaskit/editor-tables/table-map';
|
|
8
8
|
import { getBooleanFF } from '@atlaskit/platform-feature-flags';
|
|
@@ -70,7 +70,7 @@ export var updateColumnWidths = function updateColumnWidths(resizeState, table,
|
|
|
70
70
|
var cell = table.nodeAt(pos);
|
|
71
71
|
if (!seen[pos] && cell) {
|
|
72
72
|
if (updatedCellsAttrs[pos]) {
|
|
73
|
-
tr.step(new
|
|
73
|
+
tr.step(new AttrStep(pos + start, 'colwidth', updatedCellsAttrs[pos].colwidth));
|
|
74
74
|
}
|
|
75
75
|
seen[pos] = true;
|
|
76
76
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-table",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.1",
|
|
4
4
|
"description": "Table plugin for the @atlaskit/editor",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@atlaskit/adf-schema": "^32.0.0",
|
|
31
31
|
"@atlaskit/custom-steps": "^0.0.2",
|
|
32
|
-
"@atlaskit/editor-common": "^76.
|
|
32
|
+
"@atlaskit/editor-common": "^76.7.0",
|
|
33
33
|
"@atlaskit/editor-palette": "1.5.1",
|
|
34
34
|
"@atlaskit/editor-plugin-analytics": "^0.2.0",
|
|
35
35
|
"@atlaskit/editor-plugin-content-insertion": "^0.1.0",
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import type { CellAttributes } from '@atlaskit/adf-schema';
|
|
2
|
-
import { SetAttrsStep } from '@atlaskit/adf-schema/steps';
|
|
3
2
|
import { tableCellMinWidth } from '@atlaskit/editor-common/styles';
|
|
4
3
|
import type { GetEditorContainerWidth } from '@atlaskit/editor-common/types';
|
|
5
4
|
import type { Node as PMNode } from '@atlaskit/editor-prosemirror/model';
|
|
6
5
|
import type { Transaction } from '@atlaskit/editor-prosemirror/state';
|
|
6
|
+
import { AttrStep } from '@atlaskit/editor-prosemirror/transform';
|
|
7
7
|
import type { ContentNodeWithPos } from '@atlaskit/editor-prosemirror/utils';
|
|
8
8
|
import type { EditorView } from '@atlaskit/editor-prosemirror/view';
|
|
9
9
|
import { akEditorDefaultLayoutWidth } from '@atlaskit/editor-shared-styles';
|
|
@@ -87,7 +87,13 @@ export const updateColumnWidths =
|
|
|
87
87
|
const cell = table.nodeAt(pos);
|
|
88
88
|
if (!seen[pos] && cell) {
|
|
89
89
|
if (updatedCellsAttrs[pos]) {
|
|
90
|
-
tr.step(
|
|
90
|
+
tr.step(
|
|
91
|
+
new AttrStep(
|
|
92
|
+
pos + start,
|
|
93
|
+
'colwidth',
|
|
94
|
+
updatedCellsAttrs[pos].colwidth,
|
|
95
|
+
),
|
|
96
|
+
);
|
|
91
97
|
}
|
|
92
98
|
seen[pos] = true;
|
|
93
99
|
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
-
*/
|
|
7
|
-
declare const _default: {
|
|
8
|
-
'fabric.editor.canNotSortTable': string;
|
|
9
|
-
'fabric.editor.cellBackground': string;
|
|
10
|
-
'fabric.editor.cellOptions': string;
|
|
11
|
-
'fabric.editor.clearCells': string;
|
|
12
|
-
'fabric.editor.collapseTable': string;
|
|
13
|
-
'fabric.editor.cornerControl': string;
|
|
14
|
-
'fabric.editor.distributeColumns': string;
|
|
15
|
-
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': string;
|
|
16
|
-
'fabric.editor.extension.deleteElementTitle': string;
|
|
17
|
-
'fabric.editor.extension.sourceNoTitledName': string;
|
|
18
|
-
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
19
|
-
'fabric.editor.headerColumn': string;
|
|
20
|
-
'fabric.editor.headerRow': string;
|
|
21
|
-
'fabric.editor.insertColumn': string;
|
|
22
|
-
'fabric.editor.insertRow': string;
|
|
23
|
-
'fabric.editor.mergeCells': string;
|
|
24
|
-
'fabric.editor.numberedColumn': string;
|
|
25
|
-
'fabric.editor.removeColumns': string;
|
|
26
|
-
'fabric.editor.removeRows': string;
|
|
27
|
-
'fabric.editor.rowControl': string;
|
|
28
|
-
'fabric.editor.sortColumnASC': string;
|
|
29
|
-
'fabric.editor.sortColumnDESC': string;
|
|
30
|
-
'fabric.editor.splitCell': string;
|
|
31
|
-
'fabric.editor.tableOptions': string;
|
|
32
|
-
'fabric.editor.tables.adjustColumn': string;
|
|
33
|
-
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
34
|
-
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
35
|
-
'fabric.editor.tables.resizeTable': string;
|
|
36
|
-
};
|
|
37
|
-
export default _default;
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
-
*/
|
|
7
|
-
declare const _default: {
|
|
8
|
-
'fabric.editor.canNotSortTable': string;
|
|
9
|
-
'fabric.editor.cellBackground': string;
|
|
10
|
-
'fabric.editor.cellOptions': string;
|
|
11
|
-
'fabric.editor.clearCells': string;
|
|
12
|
-
'fabric.editor.collapseTable': string;
|
|
13
|
-
'fabric.editor.cornerControl': string;
|
|
14
|
-
'fabric.editor.distributeColumns': string;
|
|
15
|
-
'fabric.editor.extension.deleteElementTitle': string;
|
|
16
|
-
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
17
|
-
'fabric.editor.headerColumn': string;
|
|
18
|
-
'fabric.editor.headerRow': string;
|
|
19
|
-
'fabric.editor.insertColumn': string;
|
|
20
|
-
'fabric.editor.insertRow': string;
|
|
21
|
-
'fabric.editor.mergeCells': string;
|
|
22
|
-
'fabric.editor.numberedColumn': string;
|
|
23
|
-
'fabric.editor.removeColumns': string;
|
|
24
|
-
'fabric.editor.removeRows': string;
|
|
25
|
-
'fabric.editor.rowControl': string;
|
|
26
|
-
'fabric.editor.sortColumnASC': string;
|
|
27
|
-
'fabric.editor.sortColumnDESC': string;
|
|
28
|
-
'fabric.editor.splitCell': string;
|
|
29
|
-
'fabric.editor.tableOptions': string;
|
|
30
|
-
'fabric.editor.tables.adjustColumn': string;
|
|
31
|
-
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
32
|
-
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
33
|
-
'fabric.editor.tables.resizeTable': string;
|
|
34
|
-
};
|
|
35
|
-
export default _default;
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
-
*/
|
|
7
|
-
declare const _default: {
|
|
8
|
-
'fabric.editor.canNotSortTable': string;
|
|
9
|
-
'fabric.editor.cellBackground': string;
|
|
10
|
-
'fabric.editor.cellOptions': string;
|
|
11
|
-
'fabric.editor.clearCells': string;
|
|
12
|
-
'fabric.editor.collapseTable': string;
|
|
13
|
-
'fabric.editor.cornerControl': string;
|
|
14
|
-
'fabric.editor.distributeColumns': string;
|
|
15
|
-
'fabric.editor.extension.deleteElementTitle': string;
|
|
16
|
-
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
17
|
-
'fabric.editor.headerColumn': string;
|
|
18
|
-
'fabric.editor.headerRow': string;
|
|
19
|
-
'fabric.editor.insertColumn': string;
|
|
20
|
-
'fabric.editor.insertRow': string;
|
|
21
|
-
'fabric.editor.mergeCells': string;
|
|
22
|
-
'fabric.editor.numberedColumn': string;
|
|
23
|
-
'fabric.editor.removeColumns': string;
|
|
24
|
-
'fabric.editor.removeRows': string;
|
|
25
|
-
'fabric.editor.rowControl': string;
|
|
26
|
-
'fabric.editor.sortColumnASC': string;
|
|
27
|
-
'fabric.editor.sortColumnDESC': string;
|
|
28
|
-
'fabric.editor.splitCell': string;
|
|
29
|
-
'fabric.editor.tableOptions': string;
|
|
30
|
-
'fabric.editor.tables.adjustColumn': string;
|
|
31
|
-
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
32
|
-
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
33
|
-
'fabric.editor.tables.resizeTable': string;
|
|
34
|
-
};
|
|
35
|
-
export default _default;
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
-
*/
|
|
7
|
-
declare const _default: {
|
|
8
|
-
'fabric.editor.canNotSortTable': string;
|
|
9
|
-
'fabric.editor.cellBackground': string;
|
|
10
|
-
'fabric.editor.cellOptions': string;
|
|
11
|
-
'fabric.editor.clearCells': string;
|
|
12
|
-
'fabric.editor.collapseTable': string;
|
|
13
|
-
'fabric.editor.cornerControl': string;
|
|
14
|
-
'fabric.editor.distributeColumns': string;
|
|
15
|
-
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': string;
|
|
16
|
-
'fabric.editor.extension.deleteElementTitle': string;
|
|
17
|
-
'fabric.editor.extension.sourceNoTitledName': string;
|
|
18
|
-
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
19
|
-
'fabric.editor.headerColumn': string;
|
|
20
|
-
'fabric.editor.headerRow': string;
|
|
21
|
-
'fabric.editor.insertColumn': string;
|
|
22
|
-
'fabric.editor.insertRow': string;
|
|
23
|
-
'fabric.editor.mergeCells': string;
|
|
24
|
-
'fabric.editor.numberedColumn': string;
|
|
25
|
-
'fabric.editor.removeColumns': string;
|
|
26
|
-
'fabric.editor.removeRows': string;
|
|
27
|
-
'fabric.editor.rowControl': string;
|
|
28
|
-
'fabric.editor.sortColumnASC': string;
|
|
29
|
-
'fabric.editor.sortColumnDESC': string;
|
|
30
|
-
'fabric.editor.splitCell': string;
|
|
31
|
-
'fabric.editor.tableOptions': string;
|
|
32
|
-
'fabric.editor.tables.adjustColumn': string;
|
|
33
|
-
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
34
|
-
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
35
|
-
'fabric.editor.tables.resizeTable': string;
|
|
36
|
-
};
|
|
37
|
-
export default _default;
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
-
*/
|
|
7
|
-
declare const _default: {
|
|
8
|
-
'fabric.editor.canNotSortTable': string;
|
|
9
|
-
'fabric.editor.cellBackground': string;
|
|
10
|
-
'fabric.editor.cellOptions': string;
|
|
11
|
-
'fabric.editor.clearCells': string;
|
|
12
|
-
'fabric.editor.collapseTable': string;
|
|
13
|
-
'fabric.editor.cornerControl': string;
|
|
14
|
-
'fabric.editor.distributeColumns': string;
|
|
15
|
-
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': string;
|
|
16
|
-
'fabric.editor.extension.deleteElementTitle': string;
|
|
17
|
-
'fabric.editor.extension.sourceNoTitledName': string;
|
|
18
|
-
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
19
|
-
'fabric.editor.headerColumn': string;
|
|
20
|
-
'fabric.editor.headerRow': string;
|
|
21
|
-
'fabric.editor.insertColumn': string;
|
|
22
|
-
'fabric.editor.insertRow': string;
|
|
23
|
-
'fabric.editor.mergeCells': string;
|
|
24
|
-
'fabric.editor.numberedColumn': string;
|
|
25
|
-
'fabric.editor.removeColumns': string;
|
|
26
|
-
'fabric.editor.removeRows': string;
|
|
27
|
-
'fabric.editor.rowControl': string;
|
|
28
|
-
'fabric.editor.sortColumnASC': string;
|
|
29
|
-
'fabric.editor.sortColumnDESC': string;
|
|
30
|
-
'fabric.editor.splitCell': string;
|
|
31
|
-
'fabric.editor.tableOptions': string;
|
|
32
|
-
'fabric.editor.tables.adjustColumn': string;
|
|
33
|
-
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
34
|
-
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
35
|
-
'fabric.editor.tables.resizeTable': string;
|
|
36
|
-
};
|
|
37
|
-
export default _default;
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
-
*/
|
|
7
|
-
declare const _default: {
|
|
8
|
-
'fabric.editor.canNotSortTable': string;
|
|
9
|
-
'fabric.editor.cellBackground': string;
|
|
10
|
-
'fabric.editor.cellOptions': string;
|
|
11
|
-
'fabric.editor.clearCells': string;
|
|
12
|
-
'fabric.editor.collapseTable': string;
|
|
13
|
-
'fabric.editor.cornerControl': string;
|
|
14
|
-
'fabric.editor.distributeColumns': string;
|
|
15
|
-
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': string;
|
|
16
|
-
'fabric.editor.extension.deleteElementTitle': string;
|
|
17
|
-
'fabric.editor.extension.sourceNoTitledName': string;
|
|
18
|
-
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
19
|
-
'fabric.editor.headerColumn': string;
|
|
20
|
-
'fabric.editor.headerRow': string;
|
|
21
|
-
'fabric.editor.insertColumn': string;
|
|
22
|
-
'fabric.editor.insertRow': string;
|
|
23
|
-
'fabric.editor.mergeCells': string;
|
|
24
|
-
'fabric.editor.numberedColumn': string;
|
|
25
|
-
'fabric.editor.removeColumns': string;
|
|
26
|
-
'fabric.editor.removeRows': string;
|
|
27
|
-
'fabric.editor.rowControl': string;
|
|
28
|
-
'fabric.editor.sortColumnASC': string;
|
|
29
|
-
'fabric.editor.sortColumnDESC': string;
|
|
30
|
-
'fabric.editor.splitCell': string;
|
|
31
|
-
'fabric.editor.tableOptions': string;
|
|
32
|
-
'fabric.editor.tables.adjustColumn': string;
|
|
33
|
-
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
34
|
-
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
35
|
-
'fabric.editor.tables.resizeTable': string;
|
|
36
|
-
};
|
|
37
|
-
export default _default;
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
-
*/
|
|
7
|
-
declare const _default: {
|
|
8
|
-
'fabric.editor.canNotSortTable': string;
|
|
9
|
-
'fabric.editor.cellBackground': string;
|
|
10
|
-
'fabric.editor.cellOptions': string;
|
|
11
|
-
'fabric.editor.clearCells': string;
|
|
12
|
-
'fabric.editor.collapseTable': string;
|
|
13
|
-
'fabric.editor.cornerControl': string;
|
|
14
|
-
'fabric.editor.distributeColumns': string;
|
|
15
|
-
'fabric.editor.extension.deleteElementTitle': string;
|
|
16
|
-
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
17
|
-
'fabric.editor.headerColumn': string;
|
|
18
|
-
'fabric.editor.headerRow': string;
|
|
19
|
-
'fabric.editor.insertColumn': string;
|
|
20
|
-
'fabric.editor.insertRow': string;
|
|
21
|
-
'fabric.editor.mergeCells': string;
|
|
22
|
-
'fabric.editor.numberedColumn': string;
|
|
23
|
-
'fabric.editor.removeColumns': string;
|
|
24
|
-
'fabric.editor.removeRows': string;
|
|
25
|
-
'fabric.editor.rowControl': string;
|
|
26
|
-
'fabric.editor.sortColumnASC': string;
|
|
27
|
-
'fabric.editor.sortColumnDESC': string;
|
|
28
|
-
'fabric.editor.splitCell': string;
|
|
29
|
-
'fabric.editor.tableOptions': string;
|
|
30
|
-
'fabric.editor.tables.adjustColumn': string;
|
|
31
|
-
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
32
|
-
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
33
|
-
'fabric.editor.tables.resizeTable': string;
|
|
34
|
-
};
|
|
35
|
-
export default _default;
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
-
*/
|
|
7
|
-
declare const _default: {
|
|
8
|
-
'fabric.editor.canNotSortTable': string;
|
|
9
|
-
'fabric.editor.cellBackground': string;
|
|
10
|
-
'fabric.editor.cellOptions': string;
|
|
11
|
-
'fabric.editor.clearCells': string;
|
|
12
|
-
'fabric.editor.collapseTable': string;
|
|
13
|
-
'fabric.editor.cornerControl': string;
|
|
14
|
-
'fabric.editor.distributeColumns': string;
|
|
15
|
-
'fabric.editor.extension.deleteElementTitle': string;
|
|
16
|
-
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
17
|
-
'fabric.editor.headerColumn': string;
|
|
18
|
-
'fabric.editor.headerRow': string;
|
|
19
|
-
'fabric.editor.insertColumn': string;
|
|
20
|
-
'fabric.editor.insertRow': string;
|
|
21
|
-
'fabric.editor.mergeCells': string;
|
|
22
|
-
'fabric.editor.numberedColumn': string;
|
|
23
|
-
'fabric.editor.removeColumns': string;
|
|
24
|
-
'fabric.editor.removeRows': string;
|
|
25
|
-
'fabric.editor.rowControl': string;
|
|
26
|
-
'fabric.editor.sortColumnASC': string;
|
|
27
|
-
'fabric.editor.sortColumnDESC': string;
|
|
28
|
-
'fabric.editor.splitCell': string;
|
|
29
|
-
'fabric.editor.tableOptions': string;
|
|
30
|
-
'fabric.editor.tables.adjustColumn': string;
|
|
31
|
-
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
32
|
-
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
33
|
-
'fabric.editor.tables.resizeTable': string;
|
|
34
|
-
};
|
|
35
|
-
export default _default;
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
-
*/
|
|
7
|
-
declare const _default: {
|
|
8
|
-
'fabric.editor.canNotSortTable': string;
|
|
9
|
-
'fabric.editor.cellBackground': string;
|
|
10
|
-
'fabric.editor.cellOptions': string;
|
|
11
|
-
'fabric.editor.clearCells': string;
|
|
12
|
-
'fabric.editor.collapseTable': string;
|
|
13
|
-
'fabric.editor.cornerControl': string;
|
|
14
|
-
'fabric.editor.distributeColumns': string;
|
|
15
|
-
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': string;
|
|
16
|
-
'fabric.editor.extension.deleteElementTitle': string;
|
|
17
|
-
'fabric.editor.extension.sourceNoTitledName': string;
|
|
18
|
-
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
19
|
-
'fabric.editor.headerColumn': string;
|
|
20
|
-
'fabric.editor.headerRow': string;
|
|
21
|
-
'fabric.editor.insertColumn': string;
|
|
22
|
-
'fabric.editor.insertRow': string;
|
|
23
|
-
'fabric.editor.mergeCells': string;
|
|
24
|
-
'fabric.editor.numberedColumn': string;
|
|
25
|
-
'fabric.editor.removeColumns': string;
|
|
26
|
-
'fabric.editor.removeRows': string;
|
|
27
|
-
'fabric.editor.rowControl': string;
|
|
28
|
-
'fabric.editor.sortColumnASC': string;
|
|
29
|
-
'fabric.editor.sortColumnDESC': string;
|
|
30
|
-
'fabric.editor.splitCell': string;
|
|
31
|
-
'fabric.editor.tableOptions': string;
|
|
32
|
-
'fabric.editor.tables.adjustColumn': string;
|
|
33
|
-
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
34
|
-
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
35
|
-
'fabric.editor.tables.resizeTable': string;
|
|
36
|
-
};
|
|
37
|
-
export default _default;
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
-
*/
|
|
7
|
-
declare const _default: {
|
|
8
|
-
'fabric.editor.canNotSortTable': string;
|
|
9
|
-
'fabric.editor.cellBackground': string;
|
|
10
|
-
'fabric.editor.cellOptions': string;
|
|
11
|
-
'fabric.editor.clearCells': string;
|
|
12
|
-
'fabric.editor.collapseTable': string;
|
|
13
|
-
'fabric.editor.cornerControl': string;
|
|
14
|
-
'fabric.editor.distributeColumns': string;
|
|
15
|
-
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': string;
|
|
16
|
-
'fabric.editor.extension.deleteElementTitle': string;
|
|
17
|
-
'fabric.editor.extension.sourceNoTitledName': string;
|
|
18
|
-
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
19
|
-
'fabric.editor.headerColumn': string;
|
|
20
|
-
'fabric.editor.headerRow': string;
|
|
21
|
-
'fabric.editor.insertColumn': string;
|
|
22
|
-
'fabric.editor.insertRow': string;
|
|
23
|
-
'fabric.editor.mergeCells': string;
|
|
24
|
-
'fabric.editor.numberedColumn': string;
|
|
25
|
-
'fabric.editor.removeColumns': string;
|
|
26
|
-
'fabric.editor.removeRows': string;
|
|
27
|
-
'fabric.editor.rowControl': string;
|
|
28
|
-
'fabric.editor.sortColumnASC': string;
|
|
29
|
-
'fabric.editor.sortColumnDESC': string;
|
|
30
|
-
'fabric.editor.splitCell': string;
|
|
31
|
-
'fabric.editor.tableOptions': string;
|
|
32
|
-
'fabric.editor.tables.adjustColumn': string;
|
|
33
|
-
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
34
|
-
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
35
|
-
'fabric.editor.tables.resizeTable': string;
|
|
36
|
-
};
|
|
37
|
-
export default _default;
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
-
*/
|
|
7
|
-
declare const _default: {
|
|
8
|
-
'fabric.editor.canNotSortTable': string;
|
|
9
|
-
'fabric.editor.cellBackground': string;
|
|
10
|
-
'fabric.editor.cellOptions': string;
|
|
11
|
-
'fabric.editor.clearCells': string;
|
|
12
|
-
'fabric.editor.collapseTable': string;
|
|
13
|
-
'fabric.editor.cornerControl': string;
|
|
14
|
-
'fabric.editor.distributeColumns': string;
|
|
15
|
-
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': string;
|
|
16
|
-
'fabric.editor.extension.deleteElementTitle': string;
|
|
17
|
-
'fabric.editor.extension.sourceNoTitledName': string;
|
|
18
|
-
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
19
|
-
'fabric.editor.headerColumn': string;
|
|
20
|
-
'fabric.editor.headerRow': string;
|
|
21
|
-
'fabric.editor.insertColumn': string;
|
|
22
|
-
'fabric.editor.insertRow': string;
|
|
23
|
-
'fabric.editor.mergeCells': string;
|
|
24
|
-
'fabric.editor.numberedColumn': string;
|
|
25
|
-
'fabric.editor.removeColumns': string;
|
|
26
|
-
'fabric.editor.removeRows': string;
|
|
27
|
-
'fabric.editor.rowControl': string;
|
|
28
|
-
'fabric.editor.sortColumnASC': string;
|
|
29
|
-
'fabric.editor.sortColumnDESC': string;
|
|
30
|
-
'fabric.editor.splitCell': string;
|
|
31
|
-
'fabric.editor.tableOptions': string;
|
|
32
|
-
'fabric.editor.tables.adjustColumn': string;
|
|
33
|
-
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
34
|
-
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
35
|
-
'fabric.editor.tables.resizeTable': string;
|
|
36
|
-
};
|
|
37
|
-
export default _default;
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
-
*/
|
|
7
|
-
declare const _default: {
|
|
8
|
-
'fabric.editor.canNotSortTable': string;
|
|
9
|
-
'fabric.editor.cellBackground': string;
|
|
10
|
-
'fabric.editor.cellOptions': string;
|
|
11
|
-
'fabric.editor.clearCells': string;
|
|
12
|
-
'fabric.editor.collapseTable': string;
|
|
13
|
-
'fabric.editor.cornerControl': string;
|
|
14
|
-
'fabric.editor.distributeColumns': string;
|
|
15
|
-
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': string;
|
|
16
|
-
'fabric.editor.extension.deleteElementTitle': string;
|
|
17
|
-
'fabric.editor.extension.sourceNoTitledName': string;
|
|
18
|
-
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
19
|
-
'fabric.editor.headerColumn': string;
|
|
20
|
-
'fabric.editor.headerRow': string;
|
|
21
|
-
'fabric.editor.insertColumn': string;
|
|
22
|
-
'fabric.editor.insertRow': string;
|
|
23
|
-
'fabric.editor.mergeCells': string;
|
|
24
|
-
'fabric.editor.numberedColumn': string;
|
|
25
|
-
'fabric.editor.removeColumns': string;
|
|
26
|
-
'fabric.editor.removeRows': string;
|
|
27
|
-
'fabric.editor.rowControl': string;
|
|
28
|
-
'fabric.editor.sortColumnASC': string;
|
|
29
|
-
'fabric.editor.sortColumnDESC': string;
|
|
30
|
-
'fabric.editor.splitCell': string;
|
|
31
|
-
'fabric.editor.tableOptions': string;
|
|
32
|
-
'fabric.editor.tables.adjustColumn': string;
|
|
33
|
-
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
34
|
-
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
35
|
-
'fabric.editor.tables.resizeTable': string;
|
|
36
|
-
};
|
|
37
|
-
export default _default;
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
-
*/
|
|
7
|
-
declare const _default: {
|
|
8
|
-
'fabric.editor.canNotSortTable': string;
|
|
9
|
-
'fabric.editor.cellBackground': string;
|
|
10
|
-
'fabric.editor.cellOptions': string;
|
|
11
|
-
'fabric.editor.clearCells': string;
|
|
12
|
-
'fabric.editor.collapseTable': string;
|
|
13
|
-
'fabric.editor.cornerControl': string;
|
|
14
|
-
'fabric.editor.distributeColumns': string;
|
|
15
|
-
'fabric.editor.extension.deleteElementTitle': string;
|
|
16
|
-
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
17
|
-
'fabric.editor.headerColumn': string;
|
|
18
|
-
'fabric.editor.headerRow': string;
|
|
19
|
-
'fabric.editor.insertColumn': string;
|
|
20
|
-
'fabric.editor.insertRow': string;
|
|
21
|
-
'fabric.editor.mergeCells': string;
|
|
22
|
-
'fabric.editor.numberedColumn': string;
|
|
23
|
-
'fabric.editor.removeColumns': string;
|
|
24
|
-
'fabric.editor.removeRows': string;
|
|
25
|
-
'fabric.editor.rowControl': string;
|
|
26
|
-
'fabric.editor.sortColumnASC': string;
|
|
27
|
-
'fabric.editor.sortColumnDESC': string;
|
|
28
|
-
'fabric.editor.splitCell': string;
|
|
29
|
-
'fabric.editor.tableOptions': string;
|
|
30
|
-
'fabric.editor.tables.adjustColumn': string;
|
|
31
|
-
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
32
|
-
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
33
|
-
'fabric.editor.tables.resizeTable': string;
|
|
34
|
-
};
|
|
35
|
-
export default _default;
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
-
*/
|
|
7
|
-
declare const _default: {
|
|
8
|
-
'fabric.editor.canNotSortTable': string;
|
|
9
|
-
'fabric.editor.cellBackground': string;
|
|
10
|
-
'fabric.editor.cellOptions': string;
|
|
11
|
-
'fabric.editor.clearCells': string;
|
|
12
|
-
'fabric.editor.collapseTable': string;
|
|
13
|
-
'fabric.editor.cornerControl': string;
|
|
14
|
-
'fabric.editor.distributeColumns': string;
|
|
15
|
-
'fabric.editor.extension.deleteElementTitle': string;
|
|
16
|
-
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
17
|
-
'fabric.editor.headerColumn': string;
|
|
18
|
-
'fabric.editor.headerRow': string;
|
|
19
|
-
'fabric.editor.insertColumn': string;
|
|
20
|
-
'fabric.editor.insertRow': string;
|
|
21
|
-
'fabric.editor.mergeCells': string;
|
|
22
|
-
'fabric.editor.numberedColumn': string;
|
|
23
|
-
'fabric.editor.removeColumns': string;
|
|
24
|
-
'fabric.editor.removeRows': string;
|
|
25
|
-
'fabric.editor.rowControl': string;
|
|
26
|
-
'fabric.editor.sortColumnASC': string;
|
|
27
|
-
'fabric.editor.sortColumnDESC': string;
|
|
28
|
-
'fabric.editor.splitCell': string;
|
|
29
|
-
'fabric.editor.tableOptions': string;
|
|
30
|
-
'fabric.editor.tables.adjustColumn': string;
|
|
31
|
-
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
32
|
-
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
33
|
-
'fabric.editor.tables.resizeTable': string;
|
|
34
|
-
};
|
|
35
|
-
export default _default;
|