gl-w-frontend
Advanced tools
Comparing version 1.3.6 to 1.3.7
@@ -63,3 +63,3 @@ /// <reference types="moment-range" /> | ||
}; | ||
declare const Date: { | ||
declare const DateCore: { | ||
customDate: (date: import("moment").MomentInput, format: string) => string; | ||
@@ -124,2 +124,2 @@ currentDate: (outputFormat?: string) => string; | ||
}; | ||
export { Array, ArraySort, ArrayRemove, Attachment, AttachmentValidate, AttachmentConvert, AttachmentParse, Browser, BrowserVersion, BrowserFullscreen, ComboBox, ComboBoxCore, ComboBoxData, ComboBoxDom, Date, DateGet, DateComparable, DateValidation, DatePicker, Elements }; | ||
export { Array, ArraySort, ArrayRemove, Attachment, AttachmentValidate, AttachmentConvert, AttachmentParse, Browser, BrowserVersion, BrowserFullscreen, ComboBox, ComboBoxCore, ComboBoxData, ComboBoxDom, DateCore, DateGet, DateComparable, DateValidation, DatePicker, Elements }; |
@@ -32,3 +32,3 @@ /* tslint:disable:variable-name */ | ||
// region Date | ||
var Date = { customDate: customDate, currentDate: currentDate, dayMonthYear: dayMonthYear, localDate: localDate, dateFromIso: dateFromIso, ganttDate: ganttDate, isoDateCustom: isoDateCustom, isoDate: isoDate, isoDateWithoutTime: isoDateWithoutTime, | ||
var DateCore = { customDate: customDate, currentDate: currentDate, dayMonthYear: dayMonthYear, localDate: localDate, dateFromIso: dateFromIso, ganttDate: ganttDate, isoDateCustom: isoDateCustom, isoDate: isoDate, isoDateWithoutTime: isoDateWithoutTime, | ||
dateMilliseconds: dateMilliseconds, dateToMillisecondsNoTime: dateToMillisecondsNoTime, millisecondsToDate: millisecondsToDate, daysToMilliseconds: daysToMilliseconds, durationInDays: durationInDays, durationInMilliseconds: durationInMilliseconds, | ||
@@ -51,3 +51,3 @@ monthName: monthName, weeksOfMonth: weeksOfMonth, daysOfMonth: daysOfMonth, weekOfYear: weekOfYear, isDateBefore: isDateBefore }; | ||
// end region | ||
export { Array, ArraySort, ArrayRemove, Attachment, AttachmentValidate, AttachmentConvert, AttachmentParse, Browser, BrowserVersion, BrowserFullscreen, ComboBox, ComboBoxCore, ComboBoxData, ComboBoxDom, Date, DateGet, DateComparable, DateValidation, DatePicker, Elements }; | ||
export { Array, ArraySort, ArrayRemove, Attachment, AttachmentValidate, AttachmentConvert, AttachmentParse, Browser, BrowserVersion, BrowserFullscreen, ComboBox, ComboBoxCore, ComboBoxData, ComboBoxDom, DateCore, DateGet, DateComparable, DateValidation, DatePicker, Elements }; | ||
//# sourceMappingURL=index.js.map |
@@ -63,3 +63,3 @@ /// <reference types="moment-range" /> | ||
}; | ||
declare const Date: { | ||
declare const DateCore: { | ||
customDate: (date: import("moment").MomentInput, format: string) => string; | ||
@@ -124,2 +124,2 @@ currentDate: (outputFormat?: string) => string; | ||
}; | ||
export { Array, ArraySort, ArrayRemove, Attachment, AttachmentValidate, AttachmentConvert, AttachmentParse, Browser, BrowserVersion, BrowserFullscreen, ComboBox, ComboBoxCore, ComboBoxData, ComboBoxDom, Date, DateGet, DateComparable, DateValidation, DatePicker, Elements }; | ||
export { Array, ArraySort, ArrayRemove, Attachment, AttachmentValidate, AttachmentConvert, AttachmentParse, Browser, BrowserVersion, BrowserFullscreen, ComboBox, ComboBoxCore, ComboBoxData, ComboBoxDom, DateCore, DateGet, DateComparable, DateValidation, DatePicker, Elements }; |
@@ -1,1 +0,1 @@ | ||
"use strict";Object.defineProperty(exports,"__esModule",{value:true});var core_services_attachment_service_1=require("./scripts/core/services/attachment/core-services-attachment.service");var core_services_array_service_1=require("./scripts/core/services/array/core-services-array.service");var core_services_browser_service_1=require("./scripts/core/services/browser/core-services-browser.service");var core_services_combobox_service_1=require("./scripts/core/services/combobox/core-services-combobox.service");var core_services_date_service_1=require("./scripts/core/services/date/core-services-date.service");var core_services_elements_service_1=require("./scripts/core/services/elements/core-services-elements.service");var core_services_string_service_1=require("./scripts/core/services/string/core-services-string.service");var Array={removeArrayDuplicateLegacy:core_services_array_service_1.removeArrayDuplicateLegacy,sortByKey:core_services_array_service_1.sortByKey};exports.Array=Array;var ArraySort={sortByKey:core_services_array_service_1.sortByKey};exports.ArraySort=ArraySort;var ArrayRemove={removeArrayDuplicateLegacy:core_services_array_service_1.removeArrayDuplicateLegacy};exports.ArrayRemove=ArrayRemove;var Attachment={validateFile:core_services_attachment_service_1.validateFile,validateFileSize:core_services_attachment_service_1.validateFileSize,textFileToUrlImage:core_services_attachment_service_1.textFileToUrlImage,parseAcceptFiles:core_services_attachment_service_1.parseAcceptFiles};exports.Attachment=Attachment;var AttachmentValidate={validateFile:core_services_attachment_service_1.validateFile,validateFileSize:core_services_attachment_service_1.validateFileSize,fileMaxSize:core_services_attachment_service_1.fileMaxSize};exports.AttachmentValidate=AttachmentValidate;var AttachmentConvert={textFileToUrlImage:core_services_attachment_service_1.textFileToUrlImage};exports.AttachmentConvert=AttachmentConvert;var AttachmentParse={parseAcceptFiles:core_services_attachment_service_1.parseAcceptFiles};exports.AttachmentParse=AttachmentParse;var Browser={isIE:core_services_browser_service_1.isIE,isBeforeIE11:core_services_browser_service_1.isBeforeIE11,disableFullscreenListener:core_services_browser_service_1.disableFullscreenListener,fullscreenListener:core_services_browser_service_1.fullscreenListener,toggleFullScreen:core_services_browser_service_1.toggleFullScreen,hasFullscreen:core_services_browser_service_1.hasFullscreen};exports.Browser=Browser;var BrowserVersion={isIE:core_services_browser_service_1.isIE,isBeforeIE11:core_services_browser_service_1.isBeforeIE11};exports.BrowserVersion=BrowserVersion;var BrowserFullscreen={disableFullscreenListener:core_services_browser_service_1.disableFullscreenListener,fullscreenListener:core_services_browser_service_1.fullscreenListener,toggleFullScreen:core_services_browser_service_1.toggleFullScreen,hasFullscreen:core_services_browser_service_1.hasFullscreen};exports.BrowserFullscreen=BrowserFullscreen;var ComboBox={initialize:core_services_combobox_service_1.initialize,loadData:core_services_combobox_service_1.loadData,dataByValue:core_services_combobox_service_1.dataByValue,disableInput:core_services_combobox_service_1.disableInput};exports.ComboBox=ComboBox;var ComboBoxCore={initialize:core_services_combobox_service_1.initialize,loadData:core_services_combobox_service_1.loadData};exports.ComboBoxCore=ComboBoxCore;var ComboBoxData={dataByValue:core_services_combobox_service_1.dataByValue};exports.ComboBoxData=ComboBoxData;var ComboBoxDom={disableInput:core_services_combobox_service_1.disableInput};exports.ComboBoxDom=ComboBoxDom;var Date={customDate:core_services_date_service_1.customDate,currentDate:core_services_date_service_1.currentDate,dayMonthYear:core_services_date_service_1.dayMonthYear,localDate:core_services_date_service_1.localDate,dateFromIso:core_services_date_service_1.dateFromIso,ganttDate:core_services_date_service_1.ganttDate,isoDateCustom:core_services_date_service_1.isoDateCustom,isoDate:core_services_date_service_1.isoDate,isoDateWithoutTime:core_services_date_service_1.isoDateWithoutTime,dateMilliseconds:core_services_date_service_1.dateMilliseconds,dateToMillisecondsNoTime:core_services_date_service_1.dateToMillisecondsNoTime,millisecondsToDate:core_services_date_service_1.millisecondsToDate,daysToMilliseconds:core_services_date_service_1.daysToMilliseconds,durationInDays:core_services_date_service_1.durationInDays,durationInMilliseconds:core_services_date_service_1.durationInMilliseconds,monthName:core_services_date_service_1.monthName,weeksOfMonth:core_services_date_service_1.weeksOfMonth,daysOfMonth:core_services_date_service_1.daysOfMonth,weekOfYear:core_services_date_service_1.weekOfYear,isDateBefore:core_services_date_service_1.isDateBefore};exports.Date=Date;var DateGet={customDate:core_services_date_service_1.customDate,currentDate:core_services_date_service_1.currentDate,dayMonthYear:core_services_date_service_1.dayMonthYear,localDate:core_services_date_service_1.localDate,dateFromIso:core_services_date_service_1.dateFromIso,ganttDate:core_services_date_service_1.ganttDate,isoDateCustom:core_services_date_service_1.isoDateCustom,isoDate:core_services_date_service_1.isoDate,isoDateWithoutTime:core_services_date_service_1.isoDateWithoutTime,dateMilliseconds:core_services_date_service_1.dateMilliseconds,dateToMillisecondsNoTime:core_services_date_service_1.dateToMillisecondsNoTime,millisecondsToDate:core_services_date_service_1.millisecondsToDate,daysToMilliseconds:core_services_date_service_1.daysToMilliseconds,durationInDays:core_services_date_service_1.durationInDays,durationInMilliseconds:core_services_date_service_1.durationInMilliseconds,monthName:core_services_date_service_1.monthName,weeksOfMonth:core_services_date_service_1.weeksOfMonth,daysOfMonth:core_services_date_service_1.daysOfMonth,weekOfYear:core_services_date_service_1.weekOfYear};exports.DateGet=DateGet;var DateComparable={isDateBefore:core_services_date_service_1.isDateBefore};exports.DateComparable=DateComparable;var DateValidation={validateDate:core_services_date_service_1.validateDate};exports.DateValidation=DateValidation;var DatePicker={setDatePicker:core_services_date_service_1.setDatePicker,monthYearDatePicker:core_services_date_service_1.monthYearDatePicker,dateFromDatePicker:core_services_date_service_1.dateFromDatePicker,localDateForDatePicker:core_services_date_service_1.localDateForDatePicker,currentDateForDatePicker:core_services_date_service_1.currentDateForDatePicker,dateForDatePicker:core_services_date_service_1.dateForDatePicker};exports.DatePicker=DatePicker;var Elements={removeChildElements:core_services_elements_service_1.removeChildElements};exports.Elements=Elements;var String={numberToString:core_services_string_service_1.numberToString}; | ||
"use strict";Object.defineProperty(exports,"__esModule",{value:true});var core_services_attachment_service_1=require("./scripts/core/services/attachment/core-services-attachment.service");var core_services_array_service_1=require("./scripts/core/services/array/core-services-array.service");var core_services_browser_service_1=require("./scripts/core/services/browser/core-services-browser.service");var core_services_combobox_service_1=require("./scripts/core/services/combobox/core-services-combobox.service");var core_services_date_service_1=require("./scripts/core/services/date/core-services-date.service");var core_services_elements_service_1=require("./scripts/core/services/elements/core-services-elements.service");var core_services_string_service_1=require("./scripts/core/services/string/core-services-string.service");var Array={removeArrayDuplicateLegacy:core_services_array_service_1.removeArrayDuplicateLegacy,sortByKey:core_services_array_service_1.sortByKey};exports.Array=Array;var ArraySort={sortByKey:core_services_array_service_1.sortByKey};exports.ArraySort=ArraySort;var ArrayRemove={removeArrayDuplicateLegacy:core_services_array_service_1.removeArrayDuplicateLegacy};exports.ArrayRemove=ArrayRemove;var Attachment={validateFile:core_services_attachment_service_1.validateFile,validateFileSize:core_services_attachment_service_1.validateFileSize,textFileToUrlImage:core_services_attachment_service_1.textFileToUrlImage,parseAcceptFiles:core_services_attachment_service_1.parseAcceptFiles};exports.Attachment=Attachment;var AttachmentValidate={validateFile:core_services_attachment_service_1.validateFile,validateFileSize:core_services_attachment_service_1.validateFileSize,fileMaxSize:core_services_attachment_service_1.fileMaxSize};exports.AttachmentValidate=AttachmentValidate;var AttachmentConvert={textFileToUrlImage:core_services_attachment_service_1.textFileToUrlImage};exports.AttachmentConvert=AttachmentConvert;var AttachmentParse={parseAcceptFiles:core_services_attachment_service_1.parseAcceptFiles};exports.AttachmentParse=AttachmentParse;var Browser={isIE:core_services_browser_service_1.isIE,isBeforeIE11:core_services_browser_service_1.isBeforeIE11,disableFullscreenListener:core_services_browser_service_1.disableFullscreenListener,fullscreenListener:core_services_browser_service_1.fullscreenListener,toggleFullScreen:core_services_browser_service_1.toggleFullScreen,hasFullscreen:core_services_browser_service_1.hasFullscreen};exports.Browser=Browser;var BrowserVersion={isIE:core_services_browser_service_1.isIE,isBeforeIE11:core_services_browser_service_1.isBeforeIE11};exports.BrowserVersion=BrowserVersion;var BrowserFullscreen={disableFullscreenListener:core_services_browser_service_1.disableFullscreenListener,fullscreenListener:core_services_browser_service_1.fullscreenListener,toggleFullScreen:core_services_browser_service_1.toggleFullScreen,hasFullscreen:core_services_browser_service_1.hasFullscreen};exports.BrowserFullscreen=BrowserFullscreen;var ComboBox={initialize:core_services_combobox_service_1.initialize,loadData:core_services_combobox_service_1.loadData,dataByValue:core_services_combobox_service_1.dataByValue,disableInput:core_services_combobox_service_1.disableInput};exports.ComboBox=ComboBox;var ComboBoxCore={initialize:core_services_combobox_service_1.initialize,loadData:core_services_combobox_service_1.loadData};exports.ComboBoxCore=ComboBoxCore;var ComboBoxData={dataByValue:core_services_combobox_service_1.dataByValue};exports.ComboBoxData=ComboBoxData;var ComboBoxDom={disableInput:core_services_combobox_service_1.disableInput};exports.ComboBoxDom=ComboBoxDom;var DateCore={customDate:core_services_date_service_1.customDate,currentDate:core_services_date_service_1.currentDate,dayMonthYear:core_services_date_service_1.dayMonthYear,localDate:core_services_date_service_1.localDate,dateFromIso:core_services_date_service_1.dateFromIso,ganttDate:core_services_date_service_1.ganttDate,isoDateCustom:core_services_date_service_1.isoDateCustom,isoDate:core_services_date_service_1.isoDate,isoDateWithoutTime:core_services_date_service_1.isoDateWithoutTime,dateMilliseconds:core_services_date_service_1.dateMilliseconds,dateToMillisecondsNoTime:core_services_date_service_1.dateToMillisecondsNoTime,millisecondsToDate:core_services_date_service_1.millisecondsToDate,daysToMilliseconds:core_services_date_service_1.daysToMilliseconds,durationInDays:core_services_date_service_1.durationInDays,durationInMilliseconds:core_services_date_service_1.durationInMilliseconds,monthName:core_services_date_service_1.monthName,weeksOfMonth:core_services_date_service_1.weeksOfMonth,daysOfMonth:core_services_date_service_1.daysOfMonth,weekOfYear:core_services_date_service_1.weekOfYear,isDateBefore:core_services_date_service_1.isDateBefore};exports.DateCore=DateCore;var DateGet={customDate:core_services_date_service_1.customDate,currentDate:core_services_date_service_1.currentDate,dayMonthYear:core_services_date_service_1.dayMonthYear,localDate:core_services_date_service_1.localDate,dateFromIso:core_services_date_service_1.dateFromIso,ganttDate:core_services_date_service_1.ganttDate,isoDateCustom:core_services_date_service_1.isoDateCustom,isoDate:core_services_date_service_1.isoDate,isoDateWithoutTime:core_services_date_service_1.isoDateWithoutTime,dateMilliseconds:core_services_date_service_1.dateMilliseconds,dateToMillisecondsNoTime:core_services_date_service_1.dateToMillisecondsNoTime,millisecondsToDate:core_services_date_service_1.millisecondsToDate,daysToMilliseconds:core_services_date_service_1.daysToMilliseconds,durationInDays:core_services_date_service_1.durationInDays,durationInMilliseconds:core_services_date_service_1.durationInMilliseconds,monthName:core_services_date_service_1.monthName,weeksOfMonth:core_services_date_service_1.weeksOfMonth,daysOfMonth:core_services_date_service_1.daysOfMonth,weekOfYear:core_services_date_service_1.weekOfYear};exports.DateGet=DateGet;var DateComparable={isDateBefore:core_services_date_service_1.isDateBefore};exports.DateComparable=DateComparable;var DateValidation={validateDate:core_services_date_service_1.validateDate};exports.DateValidation=DateValidation;var DatePicker={setDatePicker:core_services_date_service_1.setDatePicker,monthYearDatePicker:core_services_date_service_1.monthYearDatePicker,dateFromDatePicker:core_services_date_service_1.dateFromDatePicker,localDateForDatePicker:core_services_date_service_1.localDateForDatePicker,currentDateForDatePicker:core_services_date_service_1.currentDateForDatePicker,dateForDatePicker:core_services_date_service_1.dateForDatePicker};exports.DatePicker=DatePicker;var Elements={removeChildElements:core_services_elements_service_1.removeChildElements};exports.Elements=Elements;var String={numberToString:core_services_string_service_1.numberToString}; |
{ | ||
"name": "gl-w-frontend", | ||
"version": "1.3.6", | ||
"version": "1.3.7", | ||
"description": "Common code for using among web front-end development such as pure JavaScript, ES6+ and TypeScript", | ||
@@ -5,0 +5,0 @@ "main": "lib/", |
# gl-w-frontend # | ||
[![version](https://img.shields.io/badge/version-1.3.6-green.svg)](https://www.npmjs.com/package/gl-w-frontend) | ||
[![version](https://img.shields.io/badge/version-1.3.7-green.svg)](https://www.npmjs.com/package/gl-w-frontend) | ||
@@ -4,0 +4,0 @@ ### What is this repository for? ### |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
160425