gl-w-frontend
Advanced tools
Comparing version 1.4.13-alpha to 1.4.13-alpha-2
import 'jquery'; | ||
import 'jquery-ui-dist/jquery-ui.min'; | ||
import 'jquery-ui-dist'; | ||
export * from './scripts/core/services/array/core-services-array.service'; | ||
@@ -4,0 +4,0 @@ export * from './scripts/core/services/attachment/core-services-attachment.service'; |
import 'jquery'; | ||
import 'jquery-ui-dist/jquery-ui.min'; | ||
// import 'jquery-ui-dist/jquery-ui.min'; | ||
import 'jquery-ui-dist'; | ||
// Modules | ||
@@ -4,0 +5,0 @@ export * from './scripts/core/services/array/core-services-array.service'; |
@@ -0,1 +1,3 @@ | ||
/// <reference types="node" /> | ||
import { Cell, Column, CoreProperties, Range, Row, Sheet } from 'xlsx-populate'; | ||
export declare type IExcelFileName = string | null; | ||
@@ -7,1 +9,26 @@ export interface IExcelResult { | ||
export declare type IExcelCell = string | boolean | number | null | undefined; | ||
export interface IExcelWorkbook { | ||
activeSheet(): Sheet; | ||
activeSheet(sheet: Sheet | string | number): IExcelWorkbook; | ||
addSheet(name: string, indexOrBeforeSheet?: number | string | Sheet): Sheet; | ||
definedName(name: string): undefined | string | Cell | Range | Row | Column; | ||
definedName(name: string, refersTo: string | Cell | Range | Row | Column): IExcelWorkbook; | ||
deleteSheet(sheet: Sheet | string | number): IExcelWorkbook; | ||
find(pattern: string | RegExp, replacement?: string | Function): boolean; | ||
moveSheet(sheet: Sheet | string | number, indexOrBeforeSheet?: number | string | Sheet): IExcelWorkbook; | ||
outputAsync(type?: string | Uint8Array | ArrayBuffer | Blob | Buffer): Promise<string | Uint8Array | ArrayBuffer | Blob | Buffer>; | ||
outputAsync(opts?: object): string | Uint8Array | ArrayBuffer | Blob | Buffer; | ||
sheet(sheetNameOrIndex: number | string): Sheet; | ||
sheets(): Sheet[]; | ||
property(name: string): any; | ||
property(names: string[]): { | ||
[key: string]: any; | ||
}; | ||
property(properties: { | ||
[key: string]: any; | ||
}): IExcelWorkbook; | ||
property(name: string, value: any): IExcelWorkbook; | ||
properties(): CoreProperties; | ||
toFileAsync(path: string, opts?: object): Promise<void>; | ||
cloneSheet(from: Sheet, name: string, indexOrBeforeSheet?: number | string | Sheet): Sheet; | ||
} |
import 'jquery'; | ||
import 'jquery-ui-dist/jquery-ui.min'; | ||
import 'jquery-ui-dist'; | ||
export * from './scripts/core/services/array/core-services-array.service'; | ||
@@ -4,0 +4,0 @@ export * from './scripts/core/services/attachment/core-services-attachment.service'; |
@@ -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"));__export(require("./scripts/services/export/excel/services-export-excel.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");__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")); |
@@ -0,1 +1,3 @@ | ||
/// <reference types="node" /> | ||
import { Cell, Column, CoreProperties, Range, Row, Sheet } from 'xlsx-populate'; | ||
export declare type IExcelFileName = string | null; | ||
@@ -7,1 +9,26 @@ export interface IExcelResult { | ||
export declare type IExcelCell = string | boolean | number | null | undefined; | ||
export interface IExcelWorkbook { | ||
activeSheet(): Sheet; | ||
activeSheet(sheet: Sheet | string | number): IExcelWorkbook; | ||
addSheet(name: string, indexOrBeforeSheet?: number | string | Sheet): Sheet; | ||
definedName(name: string): undefined | string | Cell | Range | Row | Column; | ||
definedName(name: string, refersTo: string | Cell | Range | Row | Column): IExcelWorkbook; | ||
deleteSheet(sheet: Sheet | string | number): IExcelWorkbook; | ||
find(pattern: string | RegExp, replacement?: string | Function): boolean; | ||
moveSheet(sheet: Sheet | string | number, indexOrBeforeSheet?: number | string | Sheet): IExcelWorkbook; | ||
outputAsync(type?: string | Uint8Array | ArrayBuffer | Blob | Buffer): Promise<string | Uint8Array | ArrayBuffer | Blob | Buffer>; | ||
outputAsync(opts?: object): string | Uint8Array | ArrayBuffer | Blob | Buffer; | ||
sheet(sheetNameOrIndex: number | string): Sheet; | ||
sheets(): Sheet[]; | ||
property(name: string): any; | ||
property(names: string[]): { | ||
[key: string]: any; | ||
}; | ||
property(properties: { | ||
[key: string]: any; | ||
}): IExcelWorkbook; | ||
property(name: string, value: any): IExcelWorkbook; | ||
properties(): CoreProperties; | ||
toFileAsync(path: string, opts?: object): Promise<void>; | ||
cloneSheet(from: Sheet, name: string, indexOrBeforeSheet?: number | string | Sheet): Sheet; | ||
} |
{ | ||
"name": "gl-w-frontend", | ||
"version": "1.4.13-alpha", | ||
"version": "1.4.13-alpha-2", | ||
"description": "Common code for using among web front-end development such as pure JavaScript, ES6+ and TypeScript", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
344945
4074