gl-w-frontend
Advanced tools
Comparing version 1.4.12 to 1.4.13-alpha
@@ -12,2 +12,3 @@ import 'jquery'; | ||
export * from './scripts/core/services/url/core-services-url.service'; | ||
export * from './scripts/services/export/excel/services-export-excel.service'; | ||
export * from './scripts/core/services/browser/core-services-browser.interface'; | ||
@@ -19,1 +20,2 @@ export * from './scripts/core/services/combobox/core-services-combobox.interface'; | ||
export * from './scripts/core/services/menu/core-services-menu.interfaces'; | ||
export * from './scripts/services/export/excel/services-export-excel.interface'; |
@@ -13,4 +13,3 @@ import 'jquery'; | ||
export * from './scripts/core/services/url/core-services-url.service'; | ||
// export * from './scripts/core/services/string/core-services-string.interface'; | ||
// export * from './scripts/core/services/url/core-services-url.interface'; | ||
export * from './scripts/services/export/excel/services-export-excel.service'; | ||
//# sourceMappingURL=index.js.map |
@@ -12,2 +12,3 @@ import 'jquery'; | ||
export * from './scripts/core/services/url/core-services-url.service'; | ||
export * from './scripts/services/export/excel/services-export-excel.service'; | ||
export * from './scripts/core/services/browser/core-services-browser.interface'; | ||
@@ -19,1 +20,2 @@ export * from './scripts/core/services/combobox/core-services-combobox.interface'; | ||
export * from './scripts/core/services/menu/core-services-menu.interfaces'; | ||
export * from './scripts/services/export/excel/services-export-excel.interface'; |
@@ -1,1 +0,1 @@ | ||
"use strict";function __export(a){for(var b in a){if(!exports.hasOwnProperty(b)){exports[b]=a[b]}}}Object.defineProperty(exports,"__esModule",{value:true});require("jquery");require("jquery-ui-dist/jquery-ui.min");__export(require("./scripts/core/services/array/core-services-array.service"));__export(require("./scripts/core/services/attachment/core-services-attachment.service"));__export(require("./scripts/core/services/browser/core-services-browser.service"));__export(require("./scripts/core/services/combobox/core-services-combobox.service"));__export(require("./scripts/core/services/date/core-services-date.service"));__export(require("./scripts/core/services/elements/core-services-elements.service"));__export(require("./scripts/core/services/input/core-services-input.service"));__export(require("./scripts/core/services/string/core-services-string.service"));__export(require("./scripts/core/services/url/core-services-url.service")); | ||
"use strict";function __export(a){for(var b in a){if(!exports.hasOwnProperty(b)){exports[b]=a[b]}}}Object.defineProperty(exports,"__esModule",{value:true});require("jquery");require("jquery-ui-dist/jquery-ui.min");__export(require("./scripts/core/services/array/core-services-array.service"));__export(require("./scripts/core/services/attachment/core-services-attachment.service"));__export(require("./scripts/core/services/browser/core-services-browser.service"));__export(require("./scripts/core/services/combobox/core-services-combobox.service"));__export(require("./scripts/core/services/date/core-services-date.service"));__export(require("./scripts/core/services/elements/core-services-elements.service"));__export(require("./scripts/core/services/input/core-services-input.service"));__export(require("./scripts/core/services/string/core-services-string.service"));__export(require("./scripts/core/services/url/core-services-url.service"));__export(require("./scripts/services/export/excel/services-export-excel.service")); |
{ | ||
"name": "gl-w-frontend", | ||
"version": "1.4.12", | ||
"version": "1.4.13-alpha", | ||
"description": "Common code for using among web front-end development such as pure JavaScript, ES6+ and TypeScript", | ||
@@ -46,3 +46,6 @@ "main": "lib/index.js", | ||
"moment-range": "^4.0.2", | ||
"screenfull": "^5.0.2" | ||
"rxjs": "^6.5.5", | ||
"screenfull": "^5.0.2", | ||
"xlsx": "^0.16.1", | ||
"xlsx-populate": "^1.21.0" | ||
}, | ||
@@ -56,2 +59,3 @@ "devDependencies": { | ||
"@typescript-eslint/parser": "^3.0.2", | ||
"@types/xlsx-populate": "git+https://github.com/JanLoebel/types-xlsx-populate.git", | ||
"eslint": "^7.1.0", | ||
@@ -58,0 +62,0 @@ "shx": "^0.3.2", |
@@ -41,2 +41,5 @@ # gl-w-frontend # | ||
<!-- Excel dependencies --> | ||
<script lang="javascript" src="https://github.com/SheetJS/sheetjs/tree/master/dist/xlsx.full.min.js"></script> | ||
<script lang="javascript" src="https://github.com/dtjohnson/xlsx-populate/blob/master/browser/xlsx-populate.js"></script> | ||
@@ -121,2 +124,4 @@ <!-- Include here --> | ||
* Export: Data to excel. | ||
Other features is going to be included frequently. | ||
@@ -126,3 +131,3 @@ | ||
I'm really thankful for those packages creators! | ||
* [Screenfull](https://www.npmjs.com/package/screenfull): @github/sindresorhus | ||
* [Screenfull](https://www.npmjs.com/package/screenfull) | ||
* [inputmask](https://github.com/RobinHerbots/Inputmask) | ||
@@ -133,1 +138,3 @@ * [jquery-ui-dist](https://github.com/jquery/jquery-ui/graphs/contributors) | ||
* [moment-range](https://github.com/rotaready/moment-range) | ||
* [xlsx-populate](https://github.com/dtjohnson/xlsx-populate) | ||
* [Sheetsjs](https://github.com/SheetJS/sheetjs) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
341938
135
4019
137
9
13
7
+ Addedrxjs@^6.5.5
+ Addedxlsx@^0.16.1
+ Addedxlsx-populate@^1.21.0
+ Addedadler-32@1.2.01.3.1(transitive)
+ Addedcfb@1.2.2(transitive)
+ Addedcodepage@1.14.0(transitive)
+ Addedcommander@2.14.12.17.1(transitive)
+ Addedcore-util-is@1.0.3(transitive)
+ Addedcrc-32@1.2.2(transitive)
+ Addedexit-on-epipe@1.0.1(transitive)
+ Addedfflate@0.3.11(transitive)
+ Addedfrac@1.1.2(transitive)
+ Addedimmediate@3.0.6(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedisarray@1.0.0(transitive)
+ Addedjszip@3.10.1(transitive)
+ Addedlie@3.3.0(transitive)
+ Addedlodash@4.17.21(transitive)
+ Addedpako@1.0.11(transitive)
+ Addedprintj@1.1.2(transitive)
+ Addedprocess-nextick-args@2.0.1(transitive)
+ Addedreadable-stream@2.3.8(transitive)
+ Addedrxjs@6.6.7(transitive)
+ Addedsafe-buffer@5.1.2(transitive)
+ Addedsax@1.4.1(transitive)
+ Addedsetimmediate@1.0.5(transitive)
+ Addedssf@0.11.2(transitive)
+ Addedstring_decoder@1.1.1(transitive)
+ Addedtslib@1.14.1(transitive)
+ Addedutil-deprecate@1.0.2(transitive)
+ Addedwmf@1.0.2(transitive)
+ Addedword@0.3.0(transitive)
+ Addedxlsx@0.16.9(transitive)
+ Addedxlsx-populate@1.21.0(transitive)