@a3s-lab/office 0.18.0 → 0.20.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.
Files changed (32) hide show
  1. package/README.md +19 -6
  2. package/dist/0~3635.js +23 -2
  3. package/dist/0~spreadsheet-editor.js +4457 -4022
  4. package/dist/0~work-office-diagnostics.js +1 -1
  5. package/dist/4104.js +693 -279
  6. package/dist/{1992.js → 6164.js} +107 -1
  7. package/dist/core.js +1 -1
  8. package/dist/index.js +1 -1
  9. package/dist/internal/features/work/editors/office-color-picker.d.ts +6 -1
  10. package/dist/internal/features/work/editors/spreadsheet-alignment-ribbon.d.ts +7 -0
  11. package/dist/internal/features/work/editors/spreadsheet-cell-format.d.ts +2 -0
  12. package/dist/internal/features/work/editors/spreadsheet-clipboard-ribbon.d.ts +7 -0
  13. package/dist/internal/features/work/editors/spreadsheet-command-catalog.d.ts +119 -9
  14. package/dist/internal/features/work/editors/spreadsheet-command-controller.d.ts +4 -2
  15. package/dist/internal/features/work/editors/spreadsheet-command-selection.d.ts +3 -0
  16. package/dist/internal/features/work/editors/spreadsheet-editing-ribbon.d.ts +6 -0
  17. package/dist/internal/features/work/editors/spreadsheet-keyboard-shortcut-runners.d.ts +16 -0
  18. package/dist/internal/features/work/editors/spreadsheet-keyboard-shortcuts.d.ts +3 -0
  19. package/dist/internal/features/work/editors/spreadsheet-rows-columns-ribbon.d.ts +5 -0
  20. package/dist/internal/features/work/editors/spreadsheet-selection-navigation-command.d.ts +3 -0
  21. package/dist/internal/features/work/editors/spreadsheet-structure-command.d.ts +5 -0
  22. package/dist/internal/features/work/editors/spreadsheet-text-orientation-command.d.ts +18 -0
  23. package/dist/internal/features/work/editors/spreadsheet-view-ribbon.d.ts +8 -0
  24. package/dist/internal/features/work/editors/spreadsheet-visibility-shortcuts.d.ts +3 -0
  25. package/dist/internal/features/work/work-spreadsheet-text-orientation.d.ts +21 -0
  26. package/dist/internal/features/work/work-xlsx-cell-style-origin.d.ts +44 -0
  27. package/dist/internal/features/work/work-xlsx-cell-style-values.d.ts +26 -0
  28. package/dist/internal/features/work/work-xlsx-cell-style-writer.d.ts +4 -1
  29. package/dist/internal/features/work/work-xlsx-cell-styles.d.ts +2 -0
  30. package/dist/office-kernel.wasm +0 -0
  31. package/dist/styles.css +103 -0
  32. package/package.json +6 -1
@@ -5,7 +5,7 @@ import { markDocxParagraphShading, inspectDocxPageSize, docxCaptionBookmark, has
5
5
  import { normalizeDocumentHref } from "./0~work-document-links.js";
6
6
  import { xmlAttributeLocalName, parseDocxParagraphDefaultCollapsed, readDocxBibliography, DOCX_WORDPROCESSING_NAMESPACES, xmlAttributeNamespace, createDocxThemeResolver } from "./0~2805.js";
7
7
  import { updateSpreadsheetWorksheetCompatibilitySummary, inspectXlsxPivotTables, isSupportedXlsxChartLegend, isSupportedXlsxChartPlotLayout, xlsxChartNodeUsesStackedGrouping, isSupportedXlsxChartSeriesFormatting, readXlsxFormulaFeaturesFromPackage, inspectXlsxHeaderFooterText, emptySpreadsheetWorksheetCompatibilitySummary, xlsxChartSeriesFormattingShapeProperties, MAX_XLSX_WORKSHEET_IMAGE_BYTES, isSupportedXlsxWorksheetImageContentType, xlsxWorksheetCellEntries, diagnoseXlsxProtection, isEditableXlsxPaperSizeCode, isSupportedXlsxCombinationChartNodes } from "./4104.js";
8
- import { spreadsheetConditionalComparisonNeedsUpperValue, isSpreadsheetConditionalIconSetName, isSpreadsheetConditionalComparisonOperator, spreadsheetConditionalIconSetCount } from "./1992.js";
8
+ import { spreadsheetConditionalComparisonNeedsUpperValue, isSpreadsheetConditionalIconSetName, isSpreadsheetConditionalComparisonOperator, spreadsheetConditionalIconSetCount } from "./6164.js";
9
9
  import { formulaHasStructuredReference, formulaHasExternalReference, parseSpreadsheetPrintTitles, volatileSpreadsheetFormulaFunctions, stripSpreadsheetSheetQualifier } from "./8715.js";
10
10
  import { unsupportedSpreadsheetFormulaFunctions } from "./0~work-spreadsheet-formula-support.js";
11
11
  var work_office_diagnostics_namespaceObject = {};