pptx-vue-viewer 1.1.84 → 1.1.86
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/gif-encoder-BjcoYkeO.cjs +2 -0
- package/dist/gif-encoder-BjcoYkeO.cjs.br +0 -0
- package/dist/gif-encoder-BjcoYkeO.cjs.gz +0 -0
- package/dist/gif-encoder-D1doqQ-s.js +2 -0
- package/dist/gif-encoder-D1doqQ-s.js.br +3 -0
- package/dist/gif-encoder-D1doqQ-s.js.gz +0 -0
- package/dist/i18n.cjs +255 -1
- package/dist/i18n.cjs.br +0 -0
- package/dist/i18n.cjs.gz +0 -0
- package/dist/i18n.js +255 -1
- package/dist/i18n.js.br +0 -0
- package/dist/i18n.js.gz +0 -0
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.br +1 -3
- package/dist/index.cjs.gz +0 -0
- package/dist/index.js +1 -1
- package/dist/index.js.br +0 -0
- package/dist/index.js.gz +0 -0
- package/dist/test-setup.d.ts +2 -0
- package/dist/test-setup.d.ts.map +1 -0
- package/dist/viewer/components/chart/ChartChrome.vue.d.ts +5 -3
- package/dist/viewer/components/chart/ChartChrome.vue.d.ts.map +1 -1
- package/dist/viewer/components/inspector/SlideInspector.vue.d.ts.map +1 -1
- package/dist/viewer/components/ribbon/FileSection.vue.d.ts.map +1 -1
- package/dist/viewer/index.cjs +1 -1
- package/dist/viewer/index.cjs.br +0 -0
- package/dist/viewer/index.cjs.gz +0 -0
- package/dist/viewer/index.js +1 -1
- package/dist/viewer/index.js.br +0 -0
- package/dist/viewer/index.js.gz +0 -0
- package/dist/{viewer-DVpqCEBV.cjs → viewer-C5zYZh-o.cjs} +3825 -3765
- package/dist/viewer-C5zYZh-o.cjs.br +0 -0
- package/dist/viewer-C5zYZh-o.cjs.gz +0 -0
- package/dist/{viewer-tdtFidOK.js → viewer-CQS8TbDy.js} +3796 -3736
- package/dist/viewer-CQS8TbDy.js.br +0 -0
- package/dist/viewer-CQS8TbDy.js.gz +0 -0
- package/package.json +1 -1
- package/dist/gif-encoder-BN5J0GRM.js +0 -2
- package/dist/gif-encoder-BN5J0GRM.js.br +0 -3
- package/dist/gif-encoder-BN5J0GRM.js.gz +0 -0
- package/dist/gif-encoder-CSeD13Pr.cjs +0 -2
- package/dist/gif-encoder-CSeD13Pr.cjs.br +0 -0
- package/dist/gif-encoder-CSeD13Pr.cjs.gz +0 -0
- package/dist/viewer-DVpqCEBV.cjs.br +0 -0
- package/dist/viewer-DVpqCEBV.cjs.gz +0 -0
- package/dist/viewer-tdtFidOK.js.br +0 -0
- package/dist/viewer-tdtFidOK.js.gz +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,12 @@ All notable changes to this project are documented here.
|
|
|
4
4
|
This file is generated from [Conventional Commits](https://www.conventionalcommits.org)
|
|
5
5
|
by [git-cliff](https://git-cliff.org); do not edit it by hand.
|
|
6
6
|
|
|
7
|
+
## [1.1.85](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vue-viewer@1.1.85) - 2026-07-03
|
|
8
|
+
|
|
9
|
+
### Testing
|
|
10
|
+
|
|
11
|
+
- **vue:** Install a real vue-i18n instance globally for component tests (by @ChristopherVR) ([47edca1](https://github.com/ChristopherVR/pptx-viewer/commit/47edca1d9060ef30899970038510c278716fe23a))
|
|
12
|
+
|
|
7
13
|
## [1.1.83](https://github.com/ChristopherVR/pptx-viewer/releases/tag/pptx-vue-viewer@1.1.83) - 2026-07-03
|
|
8
14
|
|
|
9
15
|
### Features
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/dist/i18n.cjs
CHANGED
|
@@ -678,6 +678,8 @@ var t = function(t) {
|
|
|
678
678
|
"pptx.inspector.fill": "Fill",
|
|
679
679
|
"pptx.inspector.line": "Line",
|
|
680
680
|
"pptx.inspector.effects": "Effects",
|
|
681
|
+
"pptx.inspector.softEdge": "Soft Edge",
|
|
682
|
+
"pptx.inspector.softEdgeRadius": "Soft Edge Radius",
|
|
681
683
|
"pptx.arrange.positionSize": "Position & Size",
|
|
682
684
|
"pptx.arrange.lockElement": "Lock element",
|
|
683
685
|
"pptx.arrange.unlockElement": "Unlock element",
|
|
@@ -698,6 +700,9 @@ var t = function(t) {
|
|
|
698
700
|
"pptx.media.trimEndTime": "End (mm:ss)",
|
|
699
701
|
"pptx.media.trimmedDuration": "Trimmed duration",
|
|
700
702
|
"pptx.media.resetTrim": "Reset trim",
|
|
703
|
+
"pptx.media.trimErrorNegative": "Trim times cannot be negative.",
|
|
704
|
+
"pptx.media.trimErrorStartAfterEnd": "Trim start must be before trim end.",
|
|
705
|
+
"pptx.media.trimErrorBeyondDuration": "Trim times cannot exceed the clip duration.",
|
|
701
706
|
"pptx.media.playback": "Playback",
|
|
702
707
|
"pptx.media.volume": "Volume",
|
|
703
708
|
"pptx.media.speed": "Speed",
|
|
@@ -1697,7 +1702,256 @@ var t = function(t) {
|
|
|
1697
1702
|
"pptx.animation.sequence.asOne": "As One Object",
|
|
1698
1703
|
"pptx.animation.sequence.byParagraph": "By Paragraph",
|
|
1699
1704
|
"pptx.animation.sequence.byWord": "By Word",
|
|
1700
|
-
"pptx.animation.sequence.byLetter": "By Letter"
|
|
1705
|
+
"pptx.animation.sequence.byLetter": "By Letter",
|
|
1706
|
+
"pptx.align.toolbarLabel": "Align and distribute",
|
|
1707
|
+
"pptx.arrange.deleteSelection": "Delete selection",
|
|
1708
|
+
"pptx.arrange.duplicateSelection": "Duplicate selection",
|
|
1709
|
+
"pptx.arrange.groupLabel": "Arrange",
|
|
1710
|
+
"pptx.canvas.adjustShape": "Adjust shape",
|
|
1711
|
+
"pptx.canvas.guideTooltip": "Drag to move guide, double-click to remove",
|
|
1712
|
+
"pptx.customShows.none": "None",
|
|
1713
|
+
"pptx.customShows.noSlidesYet": "No slides in this show yet.",
|
|
1714
|
+
"pptx.customShows.renameNameLabel": "Show name",
|
|
1715
|
+
"pptx.customShows.renameShow": "Rename show",
|
|
1716
|
+
"pptx.customShows.slidesInShow": "Slides in show",
|
|
1717
|
+
"pptx.design.editThemeTooltip": "Edit presentation theme colors and fonts",
|
|
1718
|
+
"pptx.design.formatBackgroundTooltip": "Open inspector to edit slide background",
|
|
1719
|
+
"pptx.design.slideSizeTooltip": "Change slide dimensions (16:9, 4:3, custom)",
|
|
1720
|
+
"pptx.documentProperties.summary.company": "Company",
|
|
1721
|
+
"pptx.documentProperties.summary.manager": "Manager",
|
|
1722
|
+
"pptx.editorToolbar.addShape": "Add {{shape}}",
|
|
1723
|
+
"pptx.editorToolbar.addTextBox": "Add text box",
|
|
1724
|
+
"pptx.editorToolbar.history": "History",
|
|
1725
|
+
"pptx.editorToolbar.resetZoom": "Reset zoom",
|
|
1726
|
+
"pptx.editorToolbar.resetZoomTo100": "Reset zoom to 100%",
|
|
1727
|
+
"pptx.effects.innerShadow": "Inner Shadow",
|
|
1728
|
+
"pptx.element.linkFallback": "Link",
|
|
1729
|
+
"pptx.export.export": "Export",
|
|
1730
|
+
"pptx.export.gifAnimated": "Animated GIF",
|
|
1731
|
+
"pptx.export.pdfAllSlides": "PDF (all slides)",
|
|
1732
|
+
"pptx.export.pngCurrentSlide": "PNG (current slide)",
|
|
1733
|
+
"pptx.export.webmVideo": "WebM video",
|
|
1734
|
+
"pptx.file.copyImage": "Copy Image",
|
|
1735
|
+
"pptx.file.copyImageTooltip": "Copy Slide as Image",
|
|
1736
|
+
"pptx.file.fonts": "Fonts",
|
|
1737
|
+
"pptx.file.gif": "GIF",
|
|
1738
|
+
"pptx.file.package": "Package",
|
|
1739
|
+
"pptx.file.packageTooltip": "Package for Sharing",
|
|
1740
|
+
"pptx.file.pdf": "PDF",
|
|
1741
|
+
"pptx.file.png": "PNG",
|
|
1742
|
+
"pptx.file.saveAsPpsx": "Save .ppsx",
|
|
1743
|
+
"pptx.file.saveAsPpsxTooltip": "Save as Slide Show (.ppsx)",
|
|
1744
|
+
"pptx.file.saveAsPptm": "Save .pptm",
|
|
1745
|
+
"pptx.file.saveAsPptmTooltip": "Save as Macro-Enabled (.pptm)",
|
|
1746
|
+
"pptx.file.saveAsPptx": "Save .pptx",
|
|
1747
|
+
"pptx.file.saveAsPptxTooltip": "Save as Presentation (.pptx)",
|
|
1748
|
+
"pptx.file.video": "Video",
|
|
1749
|
+
"pptx.fontEmbedding.embedInFile": "Embed fonts in file",
|
|
1750
|
+
"pptx.fontEmbedding.noCustomFonts": "No custom fonts to embed.",
|
|
1751
|
+
"pptx.guides.dragHint": "Drag to move guide",
|
|
1752
|
+
"pptx.handout.cornerDate": "Date",
|
|
1753
|
+
"pptx.handout.pageNumber": "#",
|
|
1754
|
+
"pptx.headerFooter.fixedDate": "Fixed date",
|
|
1755
|
+
"pptx.headerFooter.headerText": "Enter header text…",
|
|
1756
|
+
"pptx.headerFooter.updateAutomatically": "Update automatically",
|
|
1757
|
+
"pptx.home.chooseLayout": "Choose layout",
|
|
1758
|
+
"pptx.home.newSlide": "New Slide",
|
|
1759
|
+
"pptx.hyperlink.linkTo": "Link to",
|
|
1760
|
+
"pptx.hyperlink.urlPlaceholder": "https://example.com",
|
|
1761
|
+
"pptx.insert.addShape": "Add shape",
|
|
1762
|
+
"pptx.insert.addTextBox": "Add text box",
|
|
1763
|
+
"pptx.insert.insertEquation": "Insert Equation",
|
|
1764
|
+
"pptx.insert.insertSmartArt": "Insert SmartArt",
|
|
1765
|
+
"pptx.insert.insertTable": "Insert table",
|
|
1766
|
+
"pptx.insert.shape": "Shape",
|
|
1767
|
+
"pptx.insert.shapeType": "Shape type",
|
|
1768
|
+
"pptx.mode.closeMasterViewTooltip": "Close master view",
|
|
1769
|
+
"pptx.mode.masterView": "Master View",
|
|
1770
|
+
"pptx.overflow.closeMenu": "Close menu",
|
|
1771
|
+
"pptx.present.optionsTooltip": "Presentation options",
|
|
1772
|
+
"pptx.present.presentOnline": "Present Online",
|
|
1773
|
+
"pptx.present.presentTooltip": "Present (fullscreen)",
|
|
1774
|
+
"pptx.review.spelling": "Spelling",
|
|
1775
|
+
"pptx.review.toggleComments": "Toggle comments panel",
|
|
1776
|
+
"pptx.review.toggleSpellCheck": "Toggle spell check",
|
|
1777
|
+
"pptx.shortcuts.title": "Keyboard shortcuts",
|
|
1778
|
+
"pptx.slideInspector.horizontal": "Horizontal",
|
|
1779
|
+
"pptx.slideInspector.presentation": "Presentation",
|
|
1780
|
+
"pptx.slideInspector.slideTransition": "Slide transition",
|
|
1781
|
+
"pptx.slideInspector.themeColours": "Theme colours",
|
|
1782
|
+
"pptx.slideInspector.vertical": "Vertical",
|
|
1783
|
+
"pptx.slidesPanel.deleteSlide": "Delete slide",
|
|
1784
|
+
"pptx.slidesPanel.goToSlide": "Go to slide {{n}}",
|
|
1785
|
+
"pptx.smartart.demote": "Demote",
|
|
1786
|
+
"pptx.smartart.item": "Item",
|
|
1787
|
+
"pptx.smartart.nodeCleared": "Node cleared",
|
|
1788
|
+
"pptx.smartart.nodeFill": "Node fill",
|
|
1789
|
+
"pptx.smartart.nodeFont": "Node font",
|
|
1790
|
+
"pptx.smartart.nodeUpdated": "Node updated to \"{{text}}\"",
|
|
1791
|
+
"pptx.smartart.promote": "Promote",
|
|
1792
|
+
"pptx.smartart.subItemShort": "Sub-item",
|
|
1793
|
+
"pptx.stroke.dash": "Dash",
|
|
1794
|
+
"pptx.stroke.noBorderProperties": "This element has no border properties.",
|
|
1795
|
+
"pptx.stroke.widthPx": "Width (px)",
|
|
1796
|
+
"pptx.table.columns": "Columns",
|
|
1797
|
+
"pptx.table.columnsCount": "{{count}} columns",
|
|
1798
|
+
"pptx.table.deleteColumn": "Delete column",
|
|
1799
|
+
"pptx.table.deleteRow": "Delete row",
|
|
1800
|
+
"pptx.table.insertAbove": "Insert above",
|
|
1801
|
+
"pptx.table.insertBelow": "Insert below",
|
|
1802
|
+
"pptx.table.insertLeft": "Insert left",
|
|
1803
|
+
"pptx.table.insertRight": "Insert right",
|
|
1804
|
+
"pptx.table.mergeSelected": "Merge selected",
|
|
1805
|
+
"pptx.table.noEditableData": "This table has no editable data.",
|
|
1806
|
+
"pptx.table.rows": "Rows",
|
|
1807
|
+
"pptx.table.rowsCount": "{{count}} rows",
|
|
1808
|
+
"pptx.table.selectTablePrompt": "Select a table to edit its properties.",
|
|
1809
|
+
"pptx.tableCell.backgroundColorAria": "Background colour",
|
|
1810
|
+
"pptx.tableCell.edgeBorderColorAria": "{{edge}} border colour",
|
|
1811
|
+
"pptx.tableCell.textColorAria": "Text colour",
|
|
1812
|
+
"pptx.text.bulletList": "Bullet List",
|
|
1813
|
+
"pptx.text.clearFormatting": "Clear Formatting",
|
|
1814
|
+
"pptx.text.decreaseFontSize": "Decrease Font Size",
|
|
1815
|
+
"pptx.text.decreaseIndent": "Decrease Indent",
|
|
1816
|
+
"pptx.text.fontColor": "Font Color",
|
|
1817
|
+
"pptx.text.highlightColor": "Text Highlight Color",
|
|
1818
|
+
"pptx.text.increaseFontSize": "Increase Font Size",
|
|
1819
|
+
"pptx.text.increaseIndent": "Increase Indent",
|
|
1820
|
+
"pptx.text.numberedList": "Numbered List",
|
|
1821
|
+
"pptx.view.addHorizontalGuide": "Add horizontal guide",
|
|
1822
|
+
"pptx.view.addVerticalGuide": "Add vertical guide",
|
|
1823
|
+
"pptx.view.eyedropperTooltip": "Eyedropper: sample a colour from the slide",
|
|
1824
|
+
"pptx.view.hGuide": "H Guide",
|
|
1825
|
+
"pptx.view.masterViews": "Master Views",
|
|
1826
|
+
"pptx.view.normal": "Normal",
|
|
1827
|
+
"pptx.view.presentationViews": "Presentation Views",
|
|
1828
|
+
"pptx.view.readingView": "Reading View",
|
|
1829
|
+
"pptx.view.selection": "Selection",
|
|
1830
|
+
"pptx.view.slideMasterTooltip": "Edit slide masters and layouts",
|
|
1831
|
+
"pptx.view.slideSorterTooltip": "Slide Sorter view",
|
|
1832
|
+
"pptx.view.spell": "Spell",
|
|
1833
|
+
"pptx.view.templateEditingTooltip": "Toggle template/master element editing",
|
|
1834
|
+
"pptx.view.toggleSpellCheck": "Toggle spell check",
|
|
1835
|
+
"pptx.view.vGuide": "V Guide",
|
|
1836
|
+
"pptx.view.zoomToFit": "Zoom to Fit",
|
|
1837
|
+
"pptx.view.zoomToFitTooltip": "Zoom to fit slide in window",
|
|
1838
|
+
"pptx.accessibility.severityErrors": "Errors",
|
|
1839
|
+
"pptx.accessibility.severityTips": "Tips",
|
|
1840
|
+
"pptx.accessibility.severityWarnings": "Warnings",
|
|
1841
|
+
"pptx.accessibility.typeBlankSlide": "Blank slide",
|
|
1842
|
+
"pptx.accessibility.typeComplexTable": "Complex table",
|
|
1843
|
+
"pptx.accessibility.typeDuplicateTitle": "Duplicate slide title",
|
|
1844
|
+
"pptx.accessibility.typeLowContrast": "Low contrast",
|
|
1845
|
+
"pptx.accessibility.typeMissingAltText": "Missing alt text",
|
|
1846
|
+
"pptx.accessibility.typeMissingSlideTitle": "Missing slide title",
|
|
1847
|
+
"pptx.align.bottom": "Align bottom",
|
|
1848
|
+
"pptx.align.centerH": "Align center",
|
|
1849
|
+
"pptx.align.left": "Align left",
|
|
1850
|
+
"pptx.align.middle": "Align middle",
|
|
1851
|
+
"pptx.align.right": "Align right",
|
|
1852
|
+
"pptx.align.top": "Align top",
|
|
1853
|
+
"pptx.documentProperties.custom.typeDate": "Date",
|
|
1854
|
+
"pptx.documentProperties.custom.typeNumber": "Number",
|
|
1855
|
+
"pptx.documentProperties.custom.typeText": "Text",
|
|
1856
|
+
"pptx.documentProperties.custom.typeYesNo": "Yes or No",
|
|
1857
|
+
"pptx.documentProperties.statistics.application": "Application",
|
|
1858
|
+
"pptx.documentProperties.statistics.appVersion": "Application Version",
|
|
1859
|
+
"pptx.documentProperties.statistics.elements": "Elements",
|
|
1860
|
+
"pptx.documentProperties.statistics.hiddenSlides": "Hidden Slides",
|
|
1861
|
+
"pptx.documentProperties.statistics.lastModifiedBy": "Last Modified By",
|
|
1862
|
+
"pptx.documentProperties.statistics.notes": "Notes",
|
|
1863
|
+
"pptx.documentProperties.statistics.paragraphs": "Paragraphs",
|
|
1864
|
+
"pptx.documentProperties.statistics.presentationFormat": "Presentation Format",
|
|
1865
|
+
"pptx.documentProperties.statistics.revision": "Revision",
|
|
1866
|
+
"pptx.documentProperties.statistics.slides": "Slides",
|
|
1867
|
+
"pptx.documentProperties.statistics.template": "Template",
|
|
1868
|
+
"pptx.documentProperties.statistics.totalTime": "Total Editing Time",
|
|
1869
|
+
"pptx.documentProperties.statistics.words": "Words",
|
|
1870
|
+
"pptx.documentProperties.summary.category": "Category",
|
|
1871
|
+
"pptx.documentProperties.summary.description": "Description",
|
|
1872
|
+
"pptx.documentProperties.tabs.custom": "Custom",
|
|
1873
|
+
"pptx.documentProperties.tabs.general": "General",
|
|
1874
|
+
"pptx.documentProperties.tabs.statistics": "Statistics",
|
|
1875
|
+
"pptx.editorToolbar.shapeEllipse": "Ellipse",
|
|
1876
|
+
"pptx.editorToolbar.shapeRectangle": "Rectangle",
|
|
1877
|
+
"pptx.editorToolbar.shapeRoundedRectangle": "Rounded rectangle",
|
|
1878
|
+
"pptx.editorToolbar.shapeTriangle": "Triangle",
|
|
1879
|
+
"pptx.equation.template.binomial": "Binomial",
|
|
1880
|
+
"pptx.equation.template.derivative": "Derivative",
|
|
1881
|
+
"pptx.equation.template.euler": "Euler's",
|
|
1882
|
+
"pptx.equation.template.fraction": "Fraction",
|
|
1883
|
+
"pptx.equation.template.integral": "Integral",
|
|
1884
|
+
"pptx.equation.template.limit": "Limit",
|
|
1885
|
+
"pptx.equation.template.matrix": "Matrix 2x2",
|
|
1886
|
+
"pptx.equation.template.pythagorean": "Pythagorean",
|
|
1887
|
+
"pptx.equation.template.quadratic": "Quadratic",
|
|
1888
|
+
"pptx.equation.template.squareRoot": "Square Root",
|
|
1889
|
+
"pptx.equation.template.sum": "Sum",
|
|
1890
|
+
"pptx.equation.template.trigIdentity": "Trig Identity",
|
|
1891
|
+
"pptx.hyperlink.actionNone": "None",
|
|
1892
|
+
"pptx.hyperlink.actionSlide": "Slide",
|
|
1893
|
+
"pptx.hyperlink.actionUrl": "URL",
|
|
1894
|
+
"pptx.image.duotonePresetBlackWhite": "Black, White",
|
|
1895
|
+
"pptx.image.duotonePresetBlueOrange": "Blue, Orange",
|
|
1896
|
+
"pptx.image.duotonePresetGreenYellow": "Green, Yellow",
|
|
1897
|
+
"pptx.image.duotonePresetNavyGold": "Navy, Gold",
|
|
1898
|
+
"pptx.image.duotonePresetPurplePink": "Purple, Pink",
|
|
1899
|
+
"pptx.image.duotonePresetRedCream": "Red, Cream",
|
|
1900
|
+
"pptx.image.duotonePresetSepiaWarm": "Sepia, Warm",
|
|
1901
|
+
"pptx.image.duotonePresetTealWhite": "Teal, White",
|
|
1902
|
+
"pptx.image.effectBlur": "Blur",
|
|
1903
|
+
"pptx.image.effectCement": "Cement",
|
|
1904
|
+
"pptx.image.effectChalk": "Chalk Sketch",
|
|
1905
|
+
"pptx.image.effectCrisscross": "Crisscross Etching",
|
|
1906
|
+
"pptx.image.effectCutout": "Cutout",
|
|
1907
|
+
"pptx.image.effectFilmGrain": "Film Grain",
|
|
1908
|
+
"pptx.image.effectGlowDiffused": "Glow Diffused",
|
|
1909
|
+
"pptx.image.effectGlowEdges": "Glow Edges",
|
|
1910
|
+
"pptx.image.effectGrayscale": "Grayscale",
|
|
1911
|
+
"pptx.image.effectLightScreen": "Light Screen",
|
|
1912
|
+
"pptx.image.effectLineDrawing": "Line Drawing",
|
|
1913
|
+
"pptx.image.effectMarker": "Marker",
|
|
1914
|
+
"pptx.image.effectMosaic": "Mosaic Bubbles",
|
|
1915
|
+
"pptx.image.effectNone": "None",
|
|
1916
|
+
"pptx.image.effectPaint": "Paint Brush",
|
|
1917
|
+
"pptx.image.effectPaintStrokes": "Paint Strokes",
|
|
1918
|
+
"pptx.image.effectPastels": "Pastels Smooth",
|
|
1919
|
+
"pptx.image.effectPencilSketch": "Pencil Sketch",
|
|
1920
|
+
"pptx.image.effectPhotocopy": "Photocopy",
|
|
1921
|
+
"pptx.image.effectPlasticWrap": "Plastic Wrap",
|
|
1922
|
+
"pptx.image.effectSepia": "Sepia",
|
|
1923
|
+
"pptx.image.effectSharpen": "Sharpen",
|
|
1924
|
+
"pptx.image.effectTexturizer": "Texturizer",
|
|
1925
|
+
"pptx.image.effectWatercolor": "Watercolor Sponge",
|
|
1926
|
+
"pptx.share.copyLinkButton": "Copy Link",
|
|
1927
|
+
"pptx.stroke.dashDash": "Dash",
|
|
1928
|
+
"pptx.stroke.dashDashDot": "Dash Dot",
|
|
1929
|
+
"pptx.stroke.dashDot": "Dot",
|
|
1930
|
+
"pptx.stroke.dashSolid": "Solid",
|
|
1931
|
+
"pptx.stroke.dashSysDash": "System Dash",
|
|
1932
|
+
"pptx.stroke.dashSysDot": "System Dot",
|
|
1933
|
+
"pptx.table.bandedColumns": "Banded Columns",
|
|
1934
|
+
"pptx.table.bandedRows": "Banded Rows",
|
|
1935
|
+
"pptx.table.borderBottom": "Bottom",
|
|
1936
|
+
"pptx.table.borderDiagDown": "Diagonal Down",
|
|
1937
|
+
"pptx.table.borderDiagUp": "Diagonal Up",
|
|
1938
|
+
"pptx.table.borderLeft": "Left",
|
|
1939
|
+
"pptx.table.borderRight": "Right",
|
|
1940
|
+
"pptx.table.borderTop": "Top",
|
|
1941
|
+
"pptx.table.fillGradient": "Gradient",
|
|
1942
|
+
"pptx.table.fillNone": "None",
|
|
1943
|
+
"pptx.table.fillPattern": "Pattern",
|
|
1944
|
+
"pptx.table.fillSolid": "Solid",
|
|
1945
|
+
"pptx.table.firstColumn": "First Column",
|
|
1946
|
+
"pptx.table.gradientLinear": "Linear",
|
|
1947
|
+
"pptx.table.gradientRadial": "Radial",
|
|
1948
|
+
"pptx.table.headerRow": "Header Row",
|
|
1949
|
+
"pptx.table.lastColumn": "Last Column",
|
|
1950
|
+
"pptx.table.lastRow": "Last Row",
|
|
1951
|
+
"pptx.table.marginBottom": "Bottom",
|
|
1952
|
+
"pptx.table.marginLeft": "Left",
|
|
1953
|
+
"pptx.table.marginRight": "Right",
|
|
1954
|
+
"pptx.table.marginTop": "Top"
|
|
1701
1955
|
});
|
|
1702
1956
|
exports.keyToLabel = function(t) {
|
|
1703
1957
|
return (t.split(".").pop() ?? t).replace(/(?<lower>[a-z])(?<upper>[A-Z])/gu, "$<lower> $<upper>").replace(/^./u, (t) => t.toUpperCase());
|
package/dist/i18n.cjs.br
CHANGED
|
Binary file
|
package/dist/i18n.cjs.gz
CHANGED
|
Binary file
|
package/dist/i18n.js
CHANGED
|
@@ -680,6 +680,8 @@ var e = function(t) {
|
|
|
680
680
|
"pptx.inspector.fill": "Fill",
|
|
681
681
|
"pptx.inspector.line": "Line",
|
|
682
682
|
"pptx.inspector.effects": "Effects",
|
|
683
|
+
"pptx.inspector.softEdge": "Soft Edge",
|
|
684
|
+
"pptx.inspector.softEdgeRadius": "Soft Edge Radius",
|
|
683
685
|
"pptx.arrange.positionSize": "Position & Size",
|
|
684
686
|
"pptx.arrange.lockElement": "Lock element",
|
|
685
687
|
"pptx.arrange.unlockElement": "Unlock element",
|
|
@@ -700,6 +702,9 @@ var e = function(t) {
|
|
|
700
702
|
"pptx.media.trimEndTime": "End (mm:ss)",
|
|
701
703
|
"pptx.media.trimmedDuration": "Trimmed duration",
|
|
702
704
|
"pptx.media.resetTrim": "Reset trim",
|
|
705
|
+
"pptx.media.trimErrorNegative": "Trim times cannot be negative.",
|
|
706
|
+
"pptx.media.trimErrorStartAfterEnd": "Trim start must be before trim end.",
|
|
707
|
+
"pptx.media.trimErrorBeyondDuration": "Trim times cannot exceed the clip duration.",
|
|
703
708
|
"pptx.media.playback": "Playback",
|
|
704
709
|
"pptx.media.volume": "Volume",
|
|
705
710
|
"pptx.media.speed": "Speed",
|
|
@@ -1699,6 +1704,255 @@ var e = function(t) {
|
|
|
1699
1704
|
"pptx.animation.sequence.asOne": "As One Object",
|
|
1700
1705
|
"pptx.animation.sequence.byParagraph": "By Paragraph",
|
|
1701
1706
|
"pptx.animation.sequence.byWord": "By Word",
|
|
1702
|
-
"pptx.animation.sequence.byLetter": "By Letter"
|
|
1707
|
+
"pptx.animation.sequence.byLetter": "By Letter",
|
|
1708
|
+
"pptx.align.toolbarLabel": "Align and distribute",
|
|
1709
|
+
"pptx.arrange.deleteSelection": "Delete selection",
|
|
1710
|
+
"pptx.arrange.duplicateSelection": "Duplicate selection",
|
|
1711
|
+
"pptx.arrange.groupLabel": "Arrange",
|
|
1712
|
+
"pptx.canvas.adjustShape": "Adjust shape",
|
|
1713
|
+
"pptx.canvas.guideTooltip": "Drag to move guide, double-click to remove",
|
|
1714
|
+
"pptx.customShows.none": "None",
|
|
1715
|
+
"pptx.customShows.noSlidesYet": "No slides in this show yet.",
|
|
1716
|
+
"pptx.customShows.renameNameLabel": "Show name",
|
|
1717
|
+
"pptx.customShows.renameShow": "Rename show",
|
|
1718
|
+
"pptx.customShows.slidesInShow": "Slides in show",
|
|
1719
|
+
"pptx.design.editThemeTooltip": "Edit presentation theme colors and fonts",
|
|
1720
|
+
"pptx.design.formatBackgroundTooltip": "Open inspector to edit slide background",
|
|
1721
|
+
"pptx.design.slideSizeTooltip": "Change slide dimensions (16:9, 4:3, custom)",
|
|
1722
|
+
"pptx.documentProperties.summary.company": "Company",
|
|
1723
|
+
"pptx.documentProperties.summary.manager": "Manager",
|
|
1724
|
+
"pptx.editorToolbar.addShape": "Add {{shape}}",
|
|
1725
|
+
"pptx.editorToolbar.addTextBox": "Add text box",
|
|
1726
|
+
"pptx.editorToolbar.history": "History",
|
|
1727
|
+
"pptx.editorToolbar.resetZoom": "Reset zoom",
|
|
1728
|
+
"pptx.editorToolbar.resetZoomTo100": "Reset zoom to 100%",
|
|
1729
|
+
"pptx.effects.innerShadow": "Inner Shadow",
|
|
1730
|
+
"pptx.element.linkFallback": "Link",
|
|
1731
|
+
"pptx.export.export": "Export",
|
|
1732
|
+
"pptx.export.gifAnimated": "Animated GIF",
|
|
1733
|
+
"pptx.export.pdfAllSlides": "PDF (all slides)",
|
|
1734
|
+
"pptx.export.pngCurrentSlide": "PNG (current slide)",
|
|
1735
|
+
"pptx.export.webmVideo": "WebM video",
|
|
1736
|
+
"pptx.file.copyImage": "Copy Image",
|
|
1737
|
+
"pptx.file.copyImageTooltip": "Copy Slide as Image",
|
|
1738
|
+
"pptx.file.fonts": "Fonts",
|
|
1739
|
+
"pptx.file.gif": "GIF",
|
|
1740
|
+
"pptx.file.package": "Package",
|
|
1741
|
+
"pptx.file.packageTooltip": "Package for Sharing",
|
|
1742
|
+
"pptx.file.pdf": "PDF",
|
|
1743
|
+
"pptx.file.png": "PNG",
|
|
1744
|
+
"pptx.file.saveAsPpsx": "Save .ppsx",
|
|
1745
|
+
"pptx.file.saveAsPpsxTooltip": "Save as Slide Show (.ppsx)",
|
|
1746
|
+
"pptx.file.saveAsPptm": "Save .pptm",
|
|
1747
|
+
"pptx.file.saveAsPptmTooltip": "Save as Macro-Enabled (.pptm)",
|
|
1748
|
+
"pptx.file.saveAsPptx": "Save .pptx",
|
|
1749
|
+
"pptx.file.saveAsPptxTooltip": "Save as Presentation (.pptx)",
|
|
1750
|
+
"pptx.file.video": "Video",
|
|
1751
|
+
"pptx.fontEmbedding.embedInFile": "Embed fonts in file",
|
|
1752
|
+
"pptx.fontEmbedding.noCustomFonts": "No custom fonts to embed.",
|
|
1753
|
+
"pptx.guides.dragHint": "Drag to move guide",
|
|
1754
|
+
"pptx.handout.cornerDate": "Date",
|
|
1755
|
+
"pptx.handout.pageNumber": "#",
|
|
1756
|
+
"pptx.headerFooter.fixedDate": "Fixed date",
|
|
1757
|
+
"pptx.headerFooter.headerText": "Enter header text…",
|
|
1758
|
+
"pptx.headerFooter.updateAutomatically": "Update automatically",
|
|
1759
|
+
"pptx.home.chooseLayout": "Choose layout",
|
|
1760
|
+
"pptx.home.newSlide": "New Slide",
|
|
1761
|
+
"pptx.hyperlink.linkTo": "Link to",
|
|
1762
|
+
"pptx.hyperlink.urlPlaceholder": "https://example.com",
|
|
1763
|
+
"pptx.insert.addShape": "Add shape",
|
|
1764
|
+
"pptx.insert.addTextBox": "Add text box",
|
|
1765
|
+
"pptx.insert.insertEquation": "Insert Equation",
|
|
1766
|
+
"pptx.insert.insertSmartArt": "Insert SmartArt",
|
|
1767
|
+
"pptx.insert.insertTable": "Insert table",
|
|
1768
|
+
"pptx.insert.shape": "Shape",
|
|
1769
|
+
"pptx.insert.shapeType": "Shape type",
|
|
1770
|
+
"pptx.mode.closeMasterViewTooltip": "Close master view",
|
|
1771
|
+
"pptx.mode.masterView": "Master View",
|
|
1772
|
+
"pptx.overflow.closeMenu": "Close menu",
|
|
1773
|
+
"pptx.present.optionsTooltip": "Presentation options",
|
|
1774
|
+
"pptx.present.presentOnline": "Present Online",
|
|
1775
|
+
"pptx.present.presentTooltip": "Present (fullscreen)",
|
|
1776
|
+
"pptx.review.spelling": "Spelling",
|
|
1777
|
+
"pptx.review.toggleComments": "Toggle comments panel",
|
|
1778
|
+
"pptx.review.toggleSpellCheck": "Toggle spell check",
|
|
1779
|
+
"pptx.shortcuts.title": "Keyboard shortcuts",
|
|
1780
|
+
"pptx.slideInspector.horizontal": "Horizontal",
|
|
1781
|
+
"pptx.slideInspector.presentation": "Presentation",
|
|
1782
|
+
"pptx.slideInspector.slideTransition": "Slide transition",
|
|
1783
|
+
"pptx.slideInspector.themeColours": "Theme colours",
|
|
1784
|
+
"pptx.slideInspector.vertical": "Vertical",
|
|
1785
|
+
"pptx.slidesPanel.deleteSlide": "Delete slide",
|
|
1786
|
+
"pptx.slidesPanel.goToSlide": "Go to slide {{n}}",
|
|
1787
|
+
"pptx.smartart.demote": "Demote",
|
|
1788
|
+
"pptx.smartart.item": "Item",
|
|
1789
|
+
"pptx.smartart.nodeCleared": "Node cleared",
|
|
1790
|
+
"pptx.smartart.nodeFill": "Node fill",
|
|
1791
|
+
"pptx.smartart.nodeFont": "Node font",
|
|
1792
|
+
"pptx.smartart.nodeUpdated": "Node updated to \"{{text}}\"",
|
|
1793
|
+
"pptx.smartart.promote": "Promote",
|
|
1794
|
+
"pptx.smartart.subItemShort": "Sub-item",
|
|
1795
|
+
"pptx.stroke.dash": "Dash",
|
|
1796
|
+
"pptx.stroke.noBorderProperties": "This element has no border properties.",
|
|
1797
|
+
"pptx.stroke.widthPx": "Width (px)",
|
|
1798
|
+
"pptx.table.columns": "Columns",
|
|
1799
|
+
"pptx.table.columnsCount": "{{count}} columns",
|
|
1800
|
+
"pptx.table.deleteColumn": "Delete column",
|
|
1801
|
+
"pptx.table.deleteRow": "Delete row",
|
|
1802
|
+
"pptx.table.insertAbove": "Insert above",
|
|
1803
|
+
"pptx.table.insertBelow": "Insert below",
|
|
1804
|
+
"pptx.table.insertLeft": "Insert left",
|
|
1805
|
+
"pptx.table.insertRight": "Insert right",
|
|
1806
|
+
"pptx.table.mergeSelected": "Merge selected",
|
|
1807
|
+
"pptx.table.noEditableData": "This table has no editable data.",
|
|
1808
|
+
"pptx.table.rows": "Rows",
|
|
1809
|
+
"pptx.table.rowsCount": "{{count}} rows",
|
|
1810
|
+
"pptx.table.selectTablePrompt": "Select a table to edit its properties.",
|
|
1811
|
+
"pptx.tableCell.backgroundColorAria": "Background colour",
|
|
1812
|
+
"pptx.tableCell.edgeBorderColorAria": "{{edge}} border colour",
|
|
1813
|
+
"pptx.tableCell.textColorAria": "Text colour",
|
|
1814
|
+
"pptx.text.bulletList": "Bullet List",
|
|
1815
|
+
"pptx.text.clearFormatting": "Clear Formatting",
|
|
1816
|
+
"pptx.text.decreaseFontSize": "Decrease Font Size",
|
|
1817
|
+
"pptx.text.decreaseIndent": "Decrease Indent",
|
|
1818
|
+
"pptx.text.fontColor": "Font Color",
|
|
1819
|
+
"pptx.text.highlightColor": "Text Highlight Color",
|
|
1820
|
+
"pptx.text.increaseFontSize": "Increase Font Size",
|
|
1821
|
+
"pptx.text.increaseIndent": "Increase Indent",
|
|
1822
|
+
"pptx.text.numberedList": "Numbered List",
|
|
1823
|
+
"pptx.view.addHorizontalGuide": "Add horizontal guide",
|
|
1824
|
+
"pptx.view.addVerticalGuide": "Add vertical guide",
|
|
1825
|
+
"pptx.view.eyedropperTooltip": "Eyedropper: sample a colour from the slide",
|
|
1826
|
+
"pptx.view.hGuide": "H Guide",
|
|
1827
|
+
"pptx.view.masterViews": "Master Views",
|
|
1828
|
+
"pptx.view.normal": "Normal",
|
|
1829
|
+
"pptx.view.presentationViews": "Presentation Views",
|
|
1830
|
+
"pptx.view.readingView": "Reading View",
|
|
1831
|
+
"pptx.view.selection": "Selection",
|
|
1832
|
+
"pptx.view.slideMasterTooltip": "Edit slide masters and layouts",
|
|
1833
|
+
"pptx.view.slideSorterTooltip": "Slide Sorter view",
|
|
1834
|
+
"pptx.view.spell": "Spell",
|
|
1835
|
+
"pptx.view.templateEditingTooltip": "Toggle template/master element editing",
|
|
1836
|
+
"pptx.view.toggleSpellCheck": "Toggle spell check",
|
|
1837
|
+
"pptx.view.vGuide": "V Guide",
|
|
1838
|
+
"pptx.view.zoomToFit": "Zoom to Fit",
|
|
1839
|
+
"pptx.view.zoomToFitTooltip": "Zoom to fit slide in window",
|
|
1840
|
+
"pptx.accessibility.severityErrors": "Errors",
|
|
1841
|
+
"pptx.accessibility.severityTips": "Tips",
|
|
1842
|
+
"pptx.accessibility.severityWarnings": "Warnings",
|
|
1843
|
+
"pptx.accessibility.typeBlankSlide": "Blank slide",
|
|
1844
|
+
"pptx.accessibility.typeComplexTable": "Complex table",
|
|
1845
|
+
"pptx.accessibility.typeDuplicateTitle": "Duplicate slide title",
|
|
1846
|
+
"pptx.accessibility.typeLowContrast": "Low contrast",
|
|
1847
|
+
"pptx.accessibility.typeMissingAltText": "Missing alt text",
|
|
1848
|
+
"pptx.accessibility.typeMissingSlideTitle": "Missing slide title",
|
|
1849
|
+
"pptx.align.bottom": "Align bottom",
|
|
1850
|
+
"pptx.align.centerH": "Align center",
|
|
1851
|
+
"pptx.align.left": "Align left",
|
|
1852
|
+
"pptx.align.middle": "Align middle",
|
|
1853
|
+
"pptx.align.right": "Align right",
|
|
1854
|
+
"pptx.align.top": "Align top",
|
|
1855
|
+
"pptx.documentProperties.custom.typeDate": "Date",
|
|
1856
|
+
"pptx.documentProperties.custom.typeNumber": "Number",
|
|
1857
|
+
"pptx.documentProperties.custom.typeText": "Text",
|
|
1858
|
+
"pptx.documentProperties.custom.typeYesNo": "Yes or No",
|
|
1859
|
+
"pptx.documentProperties.statistics.application": "Application",
|
|
1860
|
+
"pptx.documentProperties.statistics.appVersion": "Application Version",
|
|
1861
|
+
"pptx.documentProperties.statistics.elements": "Elements",
|
|
1862
|
+
"pptx.documentProperties.statistics.hiddenSlides": "Hidden Slides",
|
|
1863
|
+
"pptx.documentProperties.statistics.lastModifiedBy": "Last Modified By",
|
|
1864
|
+
"pptx.documentProperties.statistics.notes": "Notes",
|
|
1865
|
+
"pptx.documentProperties.statistics.paragraphs": "Paragraphs",
|
|
1866
|
+
"pptx.documentProperties.statistics.presentationFormat": "Presentation Format",
|
|
1867
|
+
"pptx.documentProperties.statistics.revision": "Revision",
|
|
1868
|
+
"pptx.documentProperties.statistics.slides": "Slides",
|
|
1869
|
+
"pptx.documentProperties.statistics.template": "Template",
|
|
1870
|
+
"pptx.documentProperties.statistics.totalTime": "Total Editing Time",
|
|
1871
|
+
"pptx.documentProperties.statistics.words": "Words",
|
|
1872
|
+
"pptx.documentProperties.summary.category": "Category",
|
|
1873
|
+
"pptx.documentProperties.summary.description": "Description",
|
|
1874
|
+
"pptx.documentProperties.tabs.custom": "Custom",
|
|
1875
|
+
"pptx.documentProperties.tabs.general": "General",
|
|
1876
|
+
"pptx.documentProperties.tabs.statistics": "Statistics",
|
|
1877
|
+
"pptx.editorToolbar.shapeEllipse": "Ellipse",
|
|
1878
|
+
"pptx.editorToolbar.shapeRectangle": "Rectangle",
|
|
1879
|
+
"pptx.editorToolbar.shapeRoundedRectangle": "Rounded rectangle",
|
|
1880
|
+
"pptx.editorToolbar.shapeTriangle": "Triangle",
|
|
1881
|
+
"pptx.equation.template.binomial": "Binomial",
|
|
1882
|
+
"pptx.equation.template.derivative": "Derivative",
|
|
1883
|
+
"pptx.equation.template.euler": "Euler's",
|
|
1884
|
+
"pptx.equation.template.fraction": "Fraction",
|
|
1885
|
+
"pptx.equation.template.integral": "Integral",
|
|
1886
|
+
"pptx.equation.template.limit": "Limit",
|
|
1887
|
+
"pptx.equation.template.matrix": "Matrix 2x2",
|
|
1888
|
+
"pptx.equation.template.pythagorean": "Pythagorean",
|
|
1889
|
+
"pptx.equation.template.quadratic": "Quadratic",
|
|
1890
|
+
"pptx.equation.template.squareRoot": "Square Root",
|
|
1891
|
+
"pptx.equation.template.sum": "Sum",
|
|
1892
|
+
"pptx.equation.template.trigIdentity": "Trig Identity",
|
|
1893
|
+
"pptx.hyperlink.actionNone": "None",
|
|
1894
|
+
"pptx.hyperlink.actionSlide": "Slide",
|
|
1895
|
+
"pptx.hyperlink.actionUrl": "URL",
|
|
1896
|
+
"pptx.image.duotonePresetBlackWhite": "Black, White",
|
|
1897
|
+
"pptx.image.duotonePresetBlueOrange": "Blue, Orange",
|
|
1898
|
+
"pptx.image.duotonePresetGreenYellow": "Green, Yellow",
|
|
1899
|
+
"pptx.image.duotonePresetNavyGold": "Navy, Gold",
|
|
1900
|
+
"pptx.image.duotonePresetPurplePink": "Purple, Pink",
|
|
1901
|
+
"pptx.image.duotonePresetRedCream": "Red, Cream",
|
|
1902
|
+
"pptx.image.duotonePresetSepiaWarm": "Sepia, Warm",
|
|
1903
|
+
"pptx.image.duotonePresetTealWhite": "Teal, White",
|
|
1904
|
+
"pptx.image.effectBlur": "Blur",
|
|
1905
|
+
"pptx.image.effectCement": "Cement",
|
|
1906
|
+
"pptx.image.effectChalk": "Chalk Sketch",
|
|
1907
|
+
"pptx.image.effectCrisscross": "Crisscross Etching",
|
|
1908
|
+
"pptx.image.effectCutout": "Cutout",
|
|
1909
|
+
"pptx.image.effectFilmGrain": "Film Grain",
|
|
1910
|
+
"pptx.image.effectGlowDiffused": "Glow Diffused",
|
|
1911
|
+
"pptx.image.effectGlowEdges": "Glow Edges",
|
|
1912
|
+
"pptx.image.effectGrayscale": "Grayscale",
|
|
1913
|
+
"pptx.image.effectLightScreen": "Light Screen",
|
|
1914
|
+
"pptx.image.effectLineDrawing": "Line Drawing",
|
|
1915
|
+
"pptx.image.effectMarker": "Marker",
|
|
1916
|
+
"pptx.image.effectMosaic": "Mosaic Bubbles",
|
|
1917
|
+
"pptx.image.effectNone": "None",
|
|
1918
|
+
"pptx.image.effectPaint": "Paint Brush",
|
|
1919
|
+
"pptx.image.effectPaintStrokes": "Paint Strokes",
|
|
1920
|
+
"pptx.image.effectPastels": "Pastels Smooth",
|
|
1921
|
+
"pptx.image.effectPencilSketch": "Pencil Sketch",
|
|
1922
|
+
"pptx.image.effectPhotocopy": "Photocopy",
|
|
1923
|
+
"pptx.image.effectPlasticWrap": "Plastic Wrap",
|
|
1924
|
+
"pptx.image.effectSepia": "Sepia",
|
|
1925
|
+
"pptx.image.effectSharpen": "Sharpen",
|
|
1926
|
+
"pptx.image.effectTexturizer": "Texturizer",
|
|
1927
|
+
"pptx.image.effectWatercolor": "Watercolor Sponge",
|
|
1928
|
+
"pptx.share.copyLinkButton": "Copy Link",
|
|
1929
|
+
"pptx.stroke.dashDash": "Dash",
|
|
1930
|
+
"pptx.stroke.dashDashDot": "Dash Dot",
|
|
1931
|
+
"pptx.stroke.dashDot": "Dot",
|
|
1932
|
+
"pptx.stroke.dashSolid": "Solid",
|
|
1933
|
+
"pptx.stroke.dashSysDash": "System Dash",
|
|
1934
|
+
"pptx.stroke.dashSysDot": "System Dot",
|
|
1935
|
+
"pptx.table.bandedColumns": "Banded Columns",
|
|
1936
|
+
"pptx.table.bandedRows": "Banded Rows",
|
|
1937
|
+
"pptx.table.borderBottom": "Bottom",
|
|
1938
|
+
"pptx.table.borderDiagDown": "Diagonal Down",
|
|
1939
|
+
"pptx.table.borderDiagUp": "Diagonal Up",
|
|
1940
|
+
"pptx.table.borderLeft": "Left",
|
|
1941
|
+
"pptx.table.borderRight": "Right",
|
|
1942
|
+
"pptx.table.borderTop": "Top",
|
|
1943
|
+
"pptx.table.fillGradient": "Gradient",
|
|
1944
|
+
"pptx.table.fillNone": "None",
|
|
1945
|
+
"pptx.table.fillPattern": "Pattern",
|
|
1946
|
+
"pptx.table.fillSolid": "Solid",
|
|
1947
|
+
"pptx.table.firstColumn": "First Column",
|
|
1948
|
+
"pptx.table.gradientLinear": "Linear",
|
|
1949
|
+
"pptx.table.gradientRadial": "Radial",
|
|
1950
|
+
"pptx.table.headerRow": "Header Row",
|
|
1951
|
+
"pptx.table.lastColumn": "Last Column",
|
|
1952
|
+
"pptx.table.lastRow": "Last Row",
|
|
1953
|
+
"pptx.table.marginBottom": "Bottom",
|
|
1954
|
+
"pptx.table.marginLeft": "Left",
|
|
1955
|
+
"pptx.table.marginRight": "Right",
|
|
1956
|
+
"pptx.table.marginTop": "Top"
|
|
1703
1957
|
});
|
|
1704
1958
|
export { t as keyToLabel, e as translationsEn };
|
package/dist/i18n.js.br
CHANGED
|
Binary file
|
package/dist/i18n.js.gz
CHANGED
|
Binary file
|
package/dist/index.cjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const e = require("./viewer-
|
|
2
|
+
const e = require("./viewer-C5zYZh-o.cjs");
|
|
3
3
|
exports.AUDIENCE_HASH = e.AUDIENCE_HASH, exports.ElementRenderer = e.ElementRenderer_default, exports.PowerPointViewer = e.PowerPointViewer_default, exports.SlideCanvas = e.SlideCanvas_default, exports.SlideStage = e.SlideStage_default, exports.clearAudienceContent = e.clearAudienceContent, exports.cn = e.cn, exports.defaultCssVars = e.defaultCssVars, exports.defaultRadius = e.defaultRadius, exports.defaultThemeColors = e.defaultThemeColors, exports.isAudienceTab = e.isAudienceTab, exports.loadAudienceContent = e.loadAudienceContent, exports.provideViewerTheme = e.provideViewerTheme, exports.storeAudienceContent = e.storeAudienceContent, exports.themeToCssVars = e.themeToCssVars, exports.useThemeStyle = e.useThemeStyle, exports.useViewerTheme = e.useViewerTheme;
|
package/dist/index.cjs.br
CHANGED
package/dist/index.cjs.gz
CHANGED
|
Binary file
|
package/dist/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { B as a, F as s, G as e, N as r, P as i, V as o, a as t, d as n, f as d, i as l, n as m, o as p, p as w, r as P, t as S, u as f, z as v } from "./viewer-
|
|
1
|
+
import { B as a, F as s, G as e, N as r, P as i, V as o, a as t, d as n, f as d, i as l, n as m, o as p, p as w, r as P, t as S, u as f, z as v } from "./viewer-CQS8TbDy.js";
|
|
2
2
|
export { S as AUDIENCE_HASH, w as ElementRenderer, p as PowerPointViewer, f as SlideCanvas, d as SlideStage, m as clearAudienceContent, n as cn, v as defaultCssVars, a as defaultRadius, o as defaultThemeColors, P as isAudienceTab, l as loadAudienceContent, r as provideViewerTheme, t as storeAudienceContent, e as themeToCssVars, i as useThemeStyle, s as useViewerTheme };
|
package/dist/index.js.br
CHANGED
|
Binary file
|
package/dist/index.js.gz
CHANGED
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"test-setup.d.ts","sourceRoot":"","sources":["../src/test-setup.ts"],"names":[],"mappings":""}
|