@atlaskit/editor-plugin-table 1.3.0 → 1.4.0
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 +22 -0
- package/commands/package.json +2 -2
- package/dist/cjs/plugins/table/commands/misc.js +1 -2
- package/dist/cjs/plugins/table/index.js +25 -34
- package/dist/cjs/plugins/table/transforms/column-width.js +0 -17
- package/dist/cjs/plugins/table/transforms/delete-columns.js +4 -13
- package/dist/cjs/plugins/table/transforms/delete-rows.js +4 -13
- package/dist/cjs/plugins/table/transforms/fix-tables.js +6 -24
- package/dist/cjs/plugins/table/transforms/index.js +0 -13
- package/dist/cjs/plugins/table/transforms/merge.js +5 -20
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/plugins/table/commands/misc.js +2 -3
- package/dist/es2019/plugins/table/index.js +21 -33
- package/dist/es2019/plugins/table/transforms/column-width.js +0 -17
- package/dist/es2019/plugins/table/transforms/delete-columns.js +4 -13
- package/dist/es2019/plugins/table/transforms/delete-rows.js +4 -13
- package/dist/es2019/plugins/table/transforms/fix-tables.js +0 -14
- package/dist/es2019/plugins/table/transforms/index.js +1 -2
- package/dist/es2019/plugins/table/transforms/merge.js +5 -21
- package/dist/es2019/version.json +1 -1
- package/dist/esm/plugins/table/commands/misc.js +2 -3
- package/dist/esm/plugins/table/index.js +25 -34
- package/dist/esm/plugins/table/transforms/column-width.js +0 -17
- package/dist/esm/plugins/table/transforms/delete-columns.js +4 -13
- package/dist/esm/plugins/table/transforms/delete-rows.js +4 -13
- package/dist/esm/plugins/table/transforms/fix-tables.js +0 -17
- package/dist/esm/plugins/table/transforms/index.js +1 -2
- package/dist/esm/plugins/table/transforms/merge.js +5 -21
- package/dist/esm/version.json +1 -1
- package/dist/types/i18n/cs.d.ts +6 -6
- package/dist/types/i18n/da.d.ts +6 -6
- package/dist/types/i18n/de.d.ts +6 -6
- package/dist/types/i18n/en.d.ts +6 -6
- package/dist/types/i18n/en_GB.d.ts +6 -6
- package/dist/types/i18n/es.d.ts +6 -6
- package/dist/types/i18n/fi.d.ts +6 -6
- package/dist/types/i18n/fr.d.ts +6 -6
- package/dist/types/i18n/hu.d.ts +6 -6
- package/dist/types/i18n/it.d.ts +6 -6
- package/dist/types/i18n/ja.d.ts +6 -6
- package/dist/types/i18n/ko.d.ts +6 -6
- package/dist/types/i18n/nb.d.ts +6 -6
- package/dist/types/i18n/nl.d.ts +6 -6
- package/dist/types/i18n/pl.d.ts +6 -6
- package/dist/types/i18n/pt_BR.d.ts +6 -6
- package/dist/types/i18n/ru.d.ts +6 -6
- package/dist/types/i18n/sv.d.ts +6 -6
- package/dist/types/i18n/th.d.ts +6 -6
- package/dist/types/i18n/tr.d.ts +6 -6
- package/dist/types/i18n/uk.d.ts +6 -6
- package/dist/types/i18n/vi.d.ts +6 -6
- package/dist/types/i18n/zh.d.ts +6 -6
- package/dist/types/i18n/zh_TW.d.ts +6 -6
- package/dist/types/plugins/table/commands/clear.d.ts +1 -1
- package/dist/types/plugins/table/commands/hover.d.ts +3 -3
- package/dist/types/plugins/table/commands/misc.d.ts +4 -4
- package/dist/types/plugins/table/commands-with-analytics.d.ts +2 -2
- package/dist/types/plugins/table/event-handlers.d.ts +3 -3
- package/dist/types/plugins/table/index.d.ts +9 -0
- package/dist/types/plugins/table/nodeviews/OverflowShadowsObserver.d.ts +2 -2
- package/dist/types/plugins/table/nodeviews/table.d.ts +1 -1
- package/dist/types/plugins/table/nodeviews/types.d.ts +1 -1
- package/dist/types/plugins/table/nodeviews/update-overflow-shadows.d.ts +1 -1
- package/dist/types/plugins/table/pm-plugins/decorations/utils/types.d.ts +1 -1
- package/dist/types/plugins/table/pm-plugins/main.d.ts +1 -1
- package/dist/types/plugins/table/pm-plugins/sticky-headers/nodeviews/dom.d.ts +1 -1
- package/dist/types/plugins/table/pm-plugins/sticky-headers/nodeviews/tableRow.d.ts +1 -1
- package/dist/types/plugins/table/pm-plugins/sticky-headers/types.d.ts +5 -5
- package/dist/types/plugins/table/pm-plugins/table-resizing/commands.d.ts +2 -2
- package/dist/types/plugins/table/pm-plugins/table-resizing/event-handlers.d.ts +1 -1
- package/dist/types/plugins/table/pm-plugins/table-resizing/utils/colgroup.d.ts +1 -1
- package/dist/types/plugins/table/pm-plugins/table-resizing/utils/dom.d.ts +1 -1
- package/dist/types/plugins/table/pm-plugins/table-resizing/utils/resize-column.d.ts +1 -1
- package/dist/types/plugins/table/pm-plugins/table-resizing/utils/resize-logic.d.ts +2 -2
- package/dist/types/plugins/table/transforms/fix-tables.d.ts +2 -3
- package/dist/types/plugins/table/transforms/index.d.ts +1 -2
- package/dist/types/plugins/table/transforms/replace-table.d.ts +1 -1
- package/dist/types/plugins/table/types.d.ts +11 -11
- package/dist/types/plugins/table/ui/FloatingDeleteButton/types.d.ts +1 -1
- package/dist/types/plugins/table/ui/ui-styles.d.ts +2 -2
- package/dist/types/plugins/table/utils/column-controls.d.ts +1 -1
- package/dist/types/plugins/table/utils/decoration.d.ts +1 -1
- package/dist/types/plugins/table/utils/dom.d.ts +2 -2
- package/dist/types/plugins/table/utils/row-controls.d.ts +1 -1
- package/dist/types/plugins/table/utils/selection.d.ts +1 -1
- package/dist/types-ts4.5/i18n/cs.d.ts +35 -0
- package/dist/types-ts4.5/i18n/da.d.ts +33 -0
- package/dist/types-ts4.5/i18n/de.d.ts +33 -0
- package/dist/types-ts4.5/i18n/en.d.ts +35 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +35 -0
- package/dist/types-ts4.5/i18n/es.d.ts +33 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +33 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +35 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +35 -0
- package/dist/types-ts4.5/i18n/it.d.ts +35 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +35 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +33 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +33 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +35 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +35 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +35 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +35 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +33 -0
- package/dist/types-ts4.5/i18n/th.d.ts +33 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +35 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +35 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +33 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +35 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +35 -0
- package/dist/types-ts4.5/index.d.ts +1 -0
- package/dist/types-ts4.5/plugins/table/commands/clear.d.ts +3 -0
- package/dist/types-ts4.5/plugins/table/commands/collapse.d.ts +2 -0
- package/dist/types-ts4.5/plugins/table/commands/go-to-next-cell.d.ts +4 -0
- package/dist/types-ts4.5/plugins/table/commands/hover.d.ts +8 -0
- package/dist/types-ts4.5/plugins/table/commands/index.d.ts +8 -0
- package/dist/types-ts4.5/plugins/table/commands/insert.d.ts +10 -0
- package/dist/types-ts4.5/plugins/table/commands/misc.d.ts +27 -0
- package/dist/types-ts4.5/plugins/table/commands/referentiality.d.ts +2 -0
- package/dist/types-ts4.5/plugins/table/commands/selection.d.ts +8 -0
- package/dist/types-ts4.5/plugins/table/commands/sort.d.ts +3 -0
- package/dist/types-ts4.5/plugins/table/commands/split-cell.d.ts +6 -0
- package/dist/types-ts4.5/plugins/table/commands/toggle.d.ts +12 -0
- package/dist/types-ts4.5/plugins/table/commands-with-analytics.d.ts +26 -0
- package/dist/types-ts4.5/plugins/table/create-plugin-config.d.ts +2 -0
- package/dist/types-ts4.5/plugins/table/event-handlers.d.ts +16 -0
- package/dist/types-ts4.5/plugins/table/handlers.d.ts +3 -0
- package/dist/types-ts4.5/plugins/table/index.d.ts +30 -0
- package/dist/types-ts4.5/plugins/table/nodeviews/OverflowShadowsObserver.d.ts +25 -0
- package/dist/types-ts4.5/plugins/table/nodeviews/TableComponent.d.ts +73 -0
- package/dist/types-ts4.5/plugins/table/nodeviews/__mocks__/OverflowShadowsObserver.d.ts +9 -0
- package/dist/types-ts4.5/plugins/table/nodeviews/__mocks__/OverridableMock.d.ts +9 -0
- package/dist/types-ts4.5/plugins/table/nodeviews/table.d.ts +34 -0
- package/dist/types-ts4.5/plugins/table/nodeviews/tableCell.d.ts +19 -0
- package/dist/types-ts4.5/plugins/table/nodeviews/types.d.ts +24 -0
- package/dist/types-ts4.5/plugins/table/nodeviews/update-overflow-shadows.d.ts +8 -0
- package/dist/types-ts4.5/plugins/table/pm-plugins/decorations/plugin.d.ts +7 -0
- package/dist/types-ts4.5/plugins/table/pm-plugins/decorations/utils/column-controls.d.ts +3 -0
- package/dist/types-ts4.5/plugins/table/pm-plugins/decorations/utils/column-resizing.d.ts +2 -0
- package/dist/types-ts4.5/plugins/table/pm-plugins/decorations/utils/compose-decorations.d.ts +2 -0
- package/dist/types-ts4.5/plugins/table/pm-plugins/decorations/utils/index.d.ts +3 -0
- package/dist/types-ts4.5/plugins/table/pm-plugins/decorations/utils/types.d.ts +6 -0
- package/dist/types-ts4.5/plugins/table/pm-plugins/default-table-selection.d.ts +4 -0
- package/dist/types-ts4.5/plugins/table/pm-plugins/keymap.d.ts +5 -0
- package/dist/types-ts4.5/plugins/table/pm-plugins/main.d.ts +8 -0
- package/dist/types-ts4.5/plugins/table/pm-plugins/plugin-factory.d.ts +1 -0
- package/dist/types-ts4.5/plugins/table/pm-plugins/plugin-key.d.ts +3 -0
- package/dist/types-ts4.5/plugins/table/pm-plugins/safari-delete-composition-text-issue-workaround.d.ts +15 -0
- package/dist/types-ts4.5/plugins/table/pm-plugins/sticky-headers/commands.d.ts +3 -0
- package/dist/types-ts4.5/plugins/table/pm-plugins/sticky-headers/index.d.ts +6 -0
- package/dist/types-ts4.5/plugins/table/pm-plugins/sticky-headers/nodeviews/dom.d.ts +6 -0
- package/dist/types-ts4.5/plugins/table/pm-plugins/sticky-headers/nodeviews/tableRow.d.ts +72 -0
- package/dist/types-ts4.5/plugins/table/pm-plugins/sticky-headers/plugin-key.d.ts +3 -0
- package/dist/types-ts4.5/plugins/table/pm-plugins/sticky-headers/plugin-state.d.ts +3 -0
- package/dist/types-ts4.5/plugins/table/pm-plugins/sticky-headers/plugin.d.ts +4 -0
- package/dist/types-ts4.5/plugins/table/pm-plugins/sticky-headers/types.d.ts +16 -0
- package/dist/types-ts4.5/plugins/table/pm-plugins/sticky-headers/util.d.ts +2 -0
- package/dist/types-ts4.5/plugins/table/pm-plugins/table-local-id.d.ts +22 -0
- package/dist/types-ts4.5/plugins/table/pm-plugins/table-resizing/commands.d.ts +25 -0
- package/dist/types-ts4.5/plugins/table/pm-plugins/table-resizing/event-handlers.d.ts +4 -0
- package/dist/types-ts4.5/plugins/table/pm-plugins/table-resizing/index.d.ts +4 -0
- package/dist/types-ts4.5/plugins/table/pm-plugins/table-resizing/plugin-factory.d.ts +4 -0
- package/dist/types-ts4.5/plugins/table/pm-plugins/table-resizing/plugin-key.d.ts +3 -0
- package/dist/types-ts4.5/plugins/table/pm-plugins/table-resizing/plugin.d.ts +6 -0
- package/dist/types-ts4.5/plugins/table/pm-plugins/table-resizing/reducer.d.ts +3 -0
- package/dist/types-ts4.5/plugins/table/pm-plugins/table-resizing/utils/colgroup.d.ts +15 -0
- package/dist/types-ts4.5/plugins/table/pm-plugins/table-resizing/utils/column-state.d.ts +14 -0
- package/dist/types-ts4.5/plugins/table/pm-plugins/table-resizing/utils/content-width.d.ts +4 -0
- package/dist/types-ts4.5/plugins/table/pm-plugins/table-resizing/utils/dom.d.ts +13 -0
- package/dist/types-ts4.5/plugins/table/pm-plugins/table-resizing/utils/index.d.ts +12 -0
- package/dist/types-ts4.5/plugins/table/pm-plugins/table-resizing/utils/misc.d.ts +22 -0
- package/dist/types-ts4.5/plugins/table/pm-plugins/table-resizing/utils/resize-column.d.ts +2 -0
- package/dist/types-ts4.5/plugins/table/pm-plugins/table-resizing/utils/resize-logic.d.ts +4 -0
- package/dist/types-ts4.5/plugins/table/pm-plugins/table-resizing/utils/resize-state.d.ts +29 -0
- package/dist/types-ts4.5/plugins/table/pm-plugins/table-resizing/utils/scale-table.d.ts +17 -0
- package/dist/types-ts4.5/plugins/table/pm-plugins/table-resizing/utils/types.d.ts +22 -0
- package/dist/types-ts4.5/plugins/table/pm-plugins/table-resizing/utils/unit-to-number.d.ts +1 -0
- package/dist/types-ts4.5/plugins/table/pm-plugins/table-selection-keymap.d.ts +4 -0
- package/dist/types-ts4.5/plugins/table/reducer.d.ts +3 -0
- package/dist/types-ts4.5/plugins/table/toolbar.d.ts +37 -0
- package/dist/types-ts4.5/plugins/table/transforms/column-width.d.ts +18 -0
- package/dist/types-ts4.5/plugins/table/transforms/delete-columns.d.ts +3 -0
- package/dist/types-ts4.5/plugins/table/transforms/delete-rows.d.ts +3 -0
- package/dist/types-ts4.5/plugins/table/transforms/fix-tables.d.ts +9 -0
- package/dist/types-ts4.5/plugins/table/transforms/index.d.ts +6 -0
- package/dist/types-ts4.5/plugins/table/transforms/merge.d.ts +5 -0
- package/dist/types-ts4.5/plugins/table/transforms/replace-table.d.ts +5 -0
- package/dist/types-ts4.5/plugins/table/transforms/split.d.ts +9 -0
- package/dist/types-ts4.5/plugins/table/types.d.ts +332 -0
- package/dist/types-ts4.5/plugins/table/ui/FloatingContextualButton/index.d.ts +29 -0
- package/dist/types-ts4.5/plugins/table/ui/FloatingContextualButton/styles.d.ts +3 -0
- package/dist/types-ts4.5/plugins/table/ui/FloatingContextualMenu/ContextualMenu.d.ts +88 -0
- package/dist/types-ts4.5/plugins/table/ui/FloatingContextualMenu/index.d.ts +23 -0
- package/dist/types-ts4.5/plugins/table/ui/FloatingContextualMenu/styles.d.ts +2 -0
- package/dist/types-ts4.5/plugins/table/ui/FloatingDeleteButton/DeleteButton.d.ts +14 -0
- package/dist/types-ts4.5/plugins/table/ui/FloatingDeleteButton/getPopUpOptions.d.ts +10 -0
- package/dist/types-ts4.5/plugins/table/ui/FloatingDeleteButton/index.d.ts +54 -0
- package/dist/types-ts4.5/plugins/table/ui/FloatingDeleteButton/types.d.ts +1 -0
- package/dist/types-ts4.5/plugins/table/ui/FloatingInsertButton/InsertButton.d.ts +12 -0
- package/dist/types-ts4.5/plugins/table/ui/FloatingInsertButton/getPopupOptions.d.ts +3 -0
- package/dist/types-ts4.5/plugins/table/ui/FloatingInsertButton/index.d.ts +35 -0
- package/dist/types-ts4.5/plugins/table/ui/LayoutButton/index.d.ts +21 -0
- package/dist/types-ts4.5/plugins/table/ui/TableFloatingControls/CornerControls/index.d.ts +16 -0
- package/dist/types-ts4.5/plugins/table/ui/TableFloatingControls/NumberColumn/index.d.ts +21 -0
- package/dist/types-ts4.5/plugins/table/ui/TableFloatingControls/RowControls/index.d.ts +17 -0
- package/dist/types-ts4.5/plugins/table/ui/TableFloatingControls/index.d.ts +40 -0
- package/dist/types-ts4.5/plugins/table/ui/common-styles.d.ts +8 -0
- package/dist/types-ts4.5/plugins/table/ui/consts.d.ts +39 -0
- package/dist/types-ts4.5/plugins/table/ui/messages.d.ts +58 -0
- package/dist/types-ts4.5/plugins/table/ui/ui-styles.d.ts +15 -0
- package/dist/types-ts4.5/plugins/table/utils/analytics.d.ts +18 -0
- package/dist/types-ts4.5/plugins/table/utils/collapse.d.ts +29 -0
- package/dist/types-ts4.5/plugins/table/utils/column-controls.d.ts +10 -0
- package/dist/types-ts4.5/plugins/table/utils/decoration.d.ts +16 -0
- package/dist/types-ts4.5/plugins/table/utils/dom.d.ts +20 -0
- package/dist/types-ts4.5/plugins/table/utils/get-allow-add-column-custom-step.d.ts +2 -0
- package/dist/types-ts4.5/plugins/table/utils/index.d.ts +11 -0
- package/dist/types-ts4.5/plugins/table/utils/nodes.d.ts +12 -0
- package/dist/types-ts4.5/plugins/table/utils/paste.d.ts +14 -0
- package/dist/types-ts4.5/plugins/table/utils/row-controls.d.ts +16 -0
- package/dist/types-ts4.5/plugins/table/utils/selection.d.ts +6 -0
- package/dist/types-ts4.5/plugins/table/utils/table.d.ts +4 -0
- package/dist/types-ts4.5/plugins/table/utils/update-plugin-state-decorations.d.ts +4 -0
- package/dist/types-ts4.5/plugins/table-plugin.d.ts +2 -0
- package/dist/types-ts4.5/types/i18n.d.ts +5 -0
- package/examples/99-testing.tsx +4 -94
- package/package.json +19 -9
- package/plugin-key/package.json +2 -2
- package/report.api.md +11 -0
- package/src/__tests__/unit/analytics.ts +6 -0
- package/src/__tests__/unit/collab.ts +6 -0
- package/src/__tests__/unit/color-picker.ts +4 -0
- package/src/__tests__/unit/commands/go-to-next-cell.ts +8 -1
- package/src/__tests__/unit/commands/insert.ts +6 -0
- package/src/__tests__/unit/commands/misc.ts +14 -6
- package/src/__tests__/unit/commands/sort.ts +19 -12
- package/src/__tests__/unit/commands.ts +10 -2
- package/src/__tests__/unit/copy-paste.ts +6 -0
- package/src/__tests__/unit/event-handlers/index.ts +13 -8
- package/src/__tests__/unit/event-handlers.ts +13 -1
- package/src/__tests__/unit/fix-tables.ts +8 -4
- package/src/__tests__/unit/get-toolbar-config.ts +4 -0
- package/src/__tests__/unit/handlers.ts +8 -1
- package/src/__tests__/unit/hover-selection.ts +8 -1
- package/src/__tests__/unit/index.ts +10 -2
- package/src/__tests__/unit/keymap.ts +10 -4
- package/src/__tests__/unit/layout.ts +4 -0
- package/src/__tests__/unit/nodeviews/cell.ts +6 -0
- package/src/__tests__/unit/nodeviews/table.ts +16 -9
- package/src/__tests__/unit/pm-plugins/decorations/column-resizing.ts +14 -4
- package/src/__tests__/unit/pm-plugins/decorations/plugin.ts +8 -1
- package/src/__tests__/unit/pm-plugins/main-with-allow-collapse.ts +4 -0
- package/src/__tests__/unit/pm-plugins/main.ts +6 -0
- package/src/__tests__/unit/pm-plugins/safari-delete-composition-text-issue-workaround.ts +8 -4
- package/src/__tests__/unit/pm-plugins/sticky-headers/tableRow.tsx +13 -4
- package/src/__tests__/unit/pm-plugins/table-resizing/event-handlers.ts +6 -0
- package/src/__tests__/unit/pm-plugins/table-selection-keymap.ts +6 -0
- package/src/__tests__/unit/sort-column.ts +6 -0
- package/src/__tests__/unit/toolbar.ts +16 -9
- package/src/__tests__/unit/transforms/delete-columns.ts +8 -1
- package/src/__tests__/unit/transforms/delete-rows.ts +8 -1
- package/src/__tests__/unit/transforms/merging.ts +8 -1
- package/src/__tests__/unit/ui/ContextualMenu.tsx +8 -4
- package/src/__tests__/unit/ui/CornerControls.tsx +8 -1
- package/src/__tests__/unit/ui/FloatingContextualButton.tsx +8 -1
- package/src/__tests__/unit/ui/FloatingContextualMenu.tsx +8 -1
- package/src/__tests__/unit/ui/RowControls.tsx +8 -1
- package/src/__tests__/unit/ui/TableFloatingControls.tsx +8 -1
- package/src/__tests__/unit/undo-redo.ts +6 -0
- package/src/__tests__/unit/utils/collapse.ts +4 -0
- package/src/__tests__/unit/utils/nodes.ts +8 -1
- package/src/__tests__/unit/utils/row-controls.ts +8 -1
- package/src/__tests__/unit/utils.ts +8 -1
- package/src/plugins/table/commands/misc.ts +2 -4
- package/src/plugins/table/index.tsx +39 -40
- package/src/plugins/table/transforms/column-width.ts +0 -11
- package/src/plugins/table/transforms/delete-columns.ts +4 -5
- package/src/plugins/table/transforms/delete-rows.ts +4 -7
- package/src/plugins/table/transforms/fix-tables.ts +0 -17
- package/src/plugins/table/transforms/index.ts +1 -2
- package/src/plugins/table/transforms/merge.ts +9 -20
- package/types/package.json +2 -2
- package/ui/common-styles/package.json +2 -2
- package/ui/consts/package.json +2 -2
- package/dist/cjs/plugins/table/pm-plugins/safari-delayed-dom-selection-syncing-workaround.js +0 -79
- package/dist/cjs/plugins/table/transforms/metadata.js +0 -20
- package/dist/es2019/plugins/table/pm-plugins/safari-delayed-dom-selection-syncing-workaround.js +0 -71
- package/dist/es2019/plugins/table/transforms/metadata.js +0 -12
- package/dist/esm/plugins/table/pm-plugins/safari-delayed-dom-selection-syncing-workaround.js +0 -71
- package/dist/esm/plugins/table/transforms/metadata.js +0 -14
- package/dist/types/plugins/table/pm-plugins/safari-delayed-dom-selection-syncing-workaround.d.ts +0 -4
- package/dist/types/plugins/table/transforms/metadata.d.ts +0 -21
- package/src/plugins/table/pm-plugins/safari-delayed-dom-selection-syncing-workaround.ts +0 -78
- package/src/plugins/table/transforms/metadata.ts +0 -35
|
@@ -7,19 +7,19 @@ import { TableLayout } from '@atlaskit/adf-schema';
|
|
|
7
7
|
import { TableColumnOrdering } from '@atlaskit/adf-schema/steps';
|
|
8
8
|
import { INPUT_METHOD } from '@atlaskit/editor-common/analytics';
|
|
9
9
|
export declare const RESIZE_HANDLE_AREA_DECORATION_GAP = 30;
|
|
10
|
-
export
|
|
11
|
-
export
|
|
12
|
-
export
|
|
10
|
+
export type RowInsertPosition = 'TOP' | 'BOTTOM';
|
|
11
|
+
export type PermittedLayoutsDescriptor = TableLayout[] | 'all';
|
|
12
|
+
export type Cell = {
|
|
13
13
|
pos: number;
|
|
14
14
|
start: number;
|
|
15
15
|
node: PmNode;
|
|
16
16
|
};
|
|
17
|
-
export
|
|
17
|
+
export type CellTransform = (cell: Cell) => (tr: Transaction) => Transaction;
|
|
18
18
|
export interface InsertRowOptions {
|
|
19
19
|
index: number;
|
|
20
20
|
moveCursorToInsertedRow: boolean;
|
|
21
21
|
}
|
|
22
|
-
export
|
|
22
|
+
export type InsertRowMethods = INPUT_METHOD.CONTEXT_MENU | INPUT_METHOD.BUTTON | INPUT_METHOD.SHORTCUT | INPUT_METHOD.KEYBOARD | INPUT_METHOD.FLOATING_TB;
|
|
23
23
|
export interface PluginConfig {
|
|
24
24
|
advanced?: boolean;
|
|
25
25
|
allowBackgroundColor?: boolean;
|
|
@@ -57,7 +57,7 @@ export interface ColumnResizingPluginState {
|
|
|
57
57
|
} | null;
|
|
58
58
|
lastColumnResizable?: boolean;
|
|
59
59
|
}
|
|
60
|
-
export
|
|
60
|
+
export type CellColumnPositioning = Pick<Rect, 'right' | 'left'>;
|
|
61
61
|
export interface TablePluginState {
|
|
62
62
|
editorHasFocus?: boolean;
|
|
63
63
|
hoveredColumns: number[];
|
|
@@ -84,7 +84,7 @@ export interface TablePluginState {
|
|
|
84
84
|
isTableCollapsed?: boolean;
|
|
85
85
|
canCollapseTable?: boolean;
|
|
86
86
|
}
|
|
87
|
-
export
|
|
87
|
+
export type TablePluginAction = {
|
|
88
88
|
type: 'SET_EDITOR_FOCUS';
|
|
89
89
|
data: {
|
|
90
90
|
editorHasFocus: boolean;
|
|
@@ -188,7 +188,7 @@ export declare type TablePluginAction = {
|
|
|
188
188
|
} | {
|
|
189
189
|
type: 'TOGGLE_CONTEXTUAL_MENU';
|
|
190
190
|
};
|
|
191
|
-
export
|
|
191
|
+
export type ColumnResizingPluginAction = {
|
|
192
192
|
type: 'SET_RESIZE_HANDLE_POSITION';
|
|
193
193
|
data: {
|
|
194
194
|
resizeHandlePos: number | null;
|
|
@@ -315,15 +315,15 @@ export interface ToolbarMenuState {
|
|
|
315
315
|
export interface ToolbarMenuContext {
|
|
316
316
|
formatMessage: IntlShape['formatMessage'];
|
|
317
317
|
}
|
|
318
|
-
export
|
|
318
|
+
export type ElementContentRects = {
|
|
319
319
|
[key: string]: ResizeObserverEntry['contentRect'];
|
|
320
320
|
};
|
|
321
321
|
export declare enum ShadowEvent {
|
|
322
322
|
SHOW_BEFORE_SHADOW = "showBeforeShadow",
|
|
323
323
|
SHOW_AFTER_SHADOW = "showAfterShadow"
|
|
324
324
|
}
|
|
325
|
-
export
|
|
326
|
-
export
|
|
325
|
+
export type ReportInvalidNodeAttrs = (invalidNodeAttrs: InvalidNodeAttr) => void;
|
|
326
|
+
export type InvalidNodeAttr = {
|
|
327
327
|
nodeType: string;
|
|
328
328
|
attribute: string;
|
|
329
329
|
reason: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export type CellSelectionType = 'column' | 'row' | undefined;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ThemeProps } from '@atlaskit/theme/types';
|
|
2
|
-
export declare const InsertMarker: (props: ThemeProps, cssString?: string
|
|
3
|
-
export declare const HeaderButton: (props: ThemeProps, cssString?: string
|
|
2
|
+
export declare const InsertMarker: (props: ThemeProps, cssString?: string) => import("@emotion/react").SerializedStyles;
|
|
3
|
+
export declare const HeaderButton: (props: ThemeProps, cssString?: string) => import("@emotion/react").SerializedStyles;
|
|
4
4
|
export declare const HeaderButtonHover: () => import("@emotion/react").SerializedStyles;
|
|
5
5
|
export declare const HeaderButtonDanger: () => import("@emotion/react").SerializedStyles;
|
|
6
6
|
export declare const insertColumnButtonWrapper: import("@emotion/react").SerializedStyles;
|
|
@@ -6,5 +6,5 @@ export declare const getColumnDeleteButtonParams: (columnsWidths: Array<number |
|
|
|
6
6
|
left: number;
|
|
7
7
|
indexes: number[];
|
|
8
8
|
} | null;
|
|
9
|
-
export declare const getColumnClassNames: (index: number, selection: Selection, hoveredColumns?: number[], isInDanger?: boolean
|
|
9
|
+
export declare const getColumnClassNames: (index: number, selection: Selection, hoveredColumns?: number[], isInDanger?: boolean, isResizing?: boolean) => string;
|
|
10
10
|
export declare const colWidthsForRow: (colGroup: HTMLTableColElement | null, tr: HTMLTableRowElement) => string;
|
|
@@ -5,7 +5,7 @@ import { Cell, CellColumnPositioning, TableDecorations } from '../types';
|
|
|
5
5
|
export declare const findColumnControlSelectedDecoration: (decorationSet: DecorationSet) => Decoration[];
|
|
6
6
|
export declare const findControlsHoverDecoration: (decorationSet: DecorationSet) => Decoration[];
|
|
7
7
|
export declare const createCellHoverDecoration: (cells: Cell[], type: 'warning') => Decoration[];
|
|
8
|
-
export declare const createControlsHoverDecoration: (cells: Cell[], type: 'row' | 'column' | 'table', tr: Transaction | ReadonlyTransaction, danger?: boolean
|
|
8
|
+
export declare const createControlsHoverDecoration: (cells: Cell[], type: 'row' | 'column' | 'table', tr: Transaction | ReadonlyTransaction, danger?: boolean, selected?: boolean) => Decoration[];
|
|
9
9
|
export declare const createColumnSelectedDecoration: (tr: Transaction | ReadonlyTransaction) => Decoration[];
|
|
10
10
|
export declare const createColumnControlsDecoration: (selection: Selection) => Decoration[];
|
|
11
11
|
export declare const updateDecorations: (node: PmNode, decorationSet: DecorationSet, decorations: Decoration[], key: TableDecorations) => DecorationSet;
|
|
@@ -8,9 +8,9 @@ export declare const isRowControlsButton: (node: HTMLElement | null) => boolean;
|
|
|
8
8
|
export declare const isResizeHandleDecoration: (node: HTMLElement | null) => boolean;
|
|
9
9
|
export declare const isTableControlsButton: (node: HTMLElement | null) => boolean;
|
|
10
10
|
export declare const isTableContainerOrWrapper: (node: HTMLElement | null) => boolean;
|
|
11
|
-
export declare const getMousePositionHorizontalRelativeByElement: (mouseEvent: MouseEvent, mouseMoveOptimization?: boolean
|
|
11
|
+
export declare const getMousePositionHorizontalRelativeByElement: (mouseEvent: MouseEvent, mouseMoveOptimization?: boolean, elementContentRects?: ElementContentRects, gapInPixels?: number) => 'left' | 'right' | null;
|
|
12
12
|
export declare const getMousePositionVerticalRelativeByElement: (mouseEvent: MouseEvent) => 'top' | 'bottom' | null;
|
|
13
|
-
export declare const updateResizeHandles: (tableRef?: HTMLElement
|
|
13
|
+
export declare const updateResizeHandles: (tableRef?: HTMLElement) => void;
|
|
14
14
|
export declare const hasResizeHandler: ({ columnEndIndexTarget, target, }: {
|
|
15
15
|
columnEndIndexTarget: number;
|
|
16
16
|
target: HTMLElement;
|
|
@@ -12,5 +12,5 @@ export declare const getRowDeleteButtonParams: (rowsHeights: Array<number | unde
|
|
|
12
12
|
indexes: number[];
|
|
13
13
|
} | null;
|
|
14
14
|
export declare const getRowsParams: (rowsHeights: Array<number | undefined>) => RowParams[];
|
|
15
|
-
export declare const getRowClassNames: (index: number, selection: Selection, hoveredRows?: number[], isInDanger?: boolean
|
|
15
|
+
export declare const getRowClassNames: (index: number, selection: Selection, hoveredRows?: number[], isInDanger?: boolean, isResizing?: boolean) => string;
|
|
16
16
|
export declare const copyPreviousRow: (schema: Schema) => (insertNewRowIndex: number) => (tr: Transaction) => Transaction<any>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Selection, Transaction } from 'prosemirror-state';
|
|
2
2
|
import { Rect } from '@atlaskit/editor-tables/table-map';
|
|
3
|
-
export declare const isSelectionUpdated: (oldSelection: Selection, newSelection?: Selection
|
|
3
|
+
export declare const isSelectionUpdated: (oldSelection: Selection, newSelection?: Selection) => boolean;
|
|
4
4
|
export declare const normalizeSelection: (tr: Transaction) => Transaction;
|
|
5
5
|
export declare const getSelectedColumnIndexes: (selectionRect: Rect) => number[];
|
|
6
6
|
export declare const getSelectedRowIndexes: (selectionRect: Rect) => number[];
|
|
@@ -0,0 +1,35 @@
|
|
|
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.confirmDeleteLinkedModalMessage': string;
|
|
33
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
34
|
+
};
|
|
35
|
+
export default _default;
|
|
@@ -0,0 +1,33 @@
|
|
|
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.confirmDeleteLinkedModalMessage': string;
|
|
31
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
32
|
+
};
|
|
33
|
+
export default _default;
|
|
@@ -0,0 +1,33 @@
|
|
|
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.confirmDeleteLinkedModalMessage': string;
|
|
31
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
32
|
+
};
|
|
33
|
+
export default _default;
|
|
@@ -0,0 +1,35 @@
|
|
|
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.confirmDeleteLinkedModalMessage': string;
|
|
33
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
34
|
+
};
|
|
35
|
+
export default _default;
|
|
@@ -0,0 +1,35 @@
|
|
|
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.confirmDeleteLinkedModalMessage': string;
|
|
33
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
34
|
+
};
|
|
35
|
+
export default _default;
|
|
@@ -0,0 +1,33 @@
|
|
|
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.confirmDeleteLinkedModalMessage': string;
|
|
31
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
32
|
+
};
|
|
33
|
+
export default _default;
|
|
@@ -0,0 +1,33 @@
|
|
|
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.confirmDeleteLinkedModalMessage': string;
|
|
31
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
32
|
+
};
|
|
33
|
+
export default _default;
|
|
@@ -0,0 +1,35 @@
|
|
|
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.confirmDeleteLinkedModalMessage': string;
|
|
33
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
34
|
+
};
|
|
35
|
+
export default _default;
|
|
@@ -0,0 +1,35 @@
|
|
|
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.confirmDeleteLinkedModalMessage': string;
|
|
33
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
34
|
+
};
|
|
35
|
+
export default _default;
|
|
@@ -0,0 +1,35 @@
|
|
|
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.confirmDeleteLinkedModalMessage': string;
|
|
33
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
34
|
+
};
|
|
35
|
+
export default _default;
|
|
@@ -0,0 +1,35 @@
|
|
|
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.confirmDeleteLinkedModalMessage': string;
|
|
33
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
34
|
+
};
|
|
35
|
+
export default _default;
|
|
@@ -0,0 +1,33 @@
|
|
|
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.confirmDeleteLinkedModalMessage': string;
|
|
31
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
32
|
+
};
|
|
33
|
+
export default _default;
|
|
@@ -0,0 +1,33 @@
|
|
|
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.confirmDeleteLinkedModalMessage': string;
|
|
31
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
32
|
+
};
|
|
33
|
+
export default _default;
|
|
@@ -0,0 +1,35 @@
|
|
|
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.confirmDeleteLinkedModalMessage': string;
|
|
33
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
34
|
+
};
|
|
35
|
+
export default _default;
|