Skip to content

Commit

Permalink
final build for v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gitbrent committed Jan 3, 2020
1 parent 4214033 commit dcd921c
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions demos/react-demo/src/pptxgen.es.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* PptxGenJS 3.0.0 @ 2020-01-03T04:16:16.508Z */
/* PptxGenJS 3.0.0 @ 2020-01-03T05:24:04.651Z */
import * as JSZip from 'jszip';

/**
Expand Down Expand Up @@ -874,7 +874,7 @@ function genTableToSlides(pptx, tabEleId, options, masterSlide) {
}

/**
* PptxGenJS - All PowerPoint Shapes
* PptxGenJS: All PowerPoint Shapes
*/
var PowerPointShapes = Object.freeze({
ACTION_BUTTON_BACK_OR_PREVIOUS: {
Expand Down Expand Up @@ -3852,7 +3852,7 @@ function getShapeInfo(shapeName) {
}

/**
* PptxGenJS: Slide object generators
* PptxGenJS: Slide Object Generators
*/
/** counter for included charts (used for index in their filenames) */
var _chartCounter = 0;
Expand Down
2 changes: 1 addition & 1 deletion dist/pptxgen.bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/pptxgen.bundle.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/pptxgen.cjs.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* PptxGenJS 3.0.0 @ 2020-01-03T04:16:16.503Z */
/* PptxGenJS 3.0.0 @ 2020-01-03T05:24:04.569Z */
'use strict';

var JSZip = require('jszip');
Expand Down Expand Up @@ -876,7 +876,7 @@ function genTableToSlides(pptx, tabEleId, options, masterSlide) {
}

/**
* PptxGenJS - All PowerPoint Shapes
* PptxGenJS: All PowerPoint Shapes
*/
var PowerPointShapes = Object.freeze({
ACTION_BUTTON_BACK_OR_PREVIOUS: {
Expand Down Expand Up @@ -3854,7 +3854,7 @@ function getShapeInfo(shapeName) {
}

/**
* PptxGenJS: Slide object generators
* PptxGenJS: Slide Object Generators
*/
/** counter for included charts (used for index in their filenames) */
var _chartCounter = 0;
Expand Down
6 changes: 3 additions & 3 deletions dist/pptxgen.es.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* PptxGenJS 3.0.0 @ 2020-01-03T04:16:16.508Z */
/* PptxGenJS 3.0.0 @ 2020-01-03T05:24:04.651Z */
import * as JSZip from 'jszip';

/**
Expand Down Expand Up @@ -874,7 +874,7 @@ function genTableToSlides(pptx, tabEleId, options, masterSlide) {
}

/**
* PptxGenJS - All PowerPoint Shapes
* PptxGenJS: All PowerPoint Shapes
*/
var PowerPointShapes = Object.freeze({
ACTION_BUTTON_BACK_OR_PREVIOUS: {
Expand Down Expand Up @@ -3852,7 +3852,7 @@ function getShapeInfo(shapeName) {
}

/**
* PptxGenJS: Slide object generators
* PptxGenJS: Slide Object Generators
*/
/** counter for included charts (used for index in their filenames) */
var _chartCounter = 0;
Expand Down
2 changes: 1 addition & 1 deletion dist/pptxgen.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/pptxgen.min.js.map

Large diffs are not rendered by default.

0 comments on commit dcd921c

Please sign in to comment.