📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP

@genexus/web-standard-functions

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@genexus/web-standard-functions - npm Package Compare versions

Comparing version

to
0.66.1

import { GxBigNumber } from "../types/gxbignumber";
export declare const absBigNumber: (value: GxBigNumber) => GxBigNumber;

@@ -0,0 +0,0 @@ import { GxBigNumber } from "../types/gxbignumber";

import { GxBigNumber } from "../types/gxbignumber";
export declare const castToBigNumber: (num1: number | GxBigNumber | string) => GxBigNumber;

@@ -0,0 +0,0 @@ import { BIG_NUMBER_PRECISION, GxBigNumber } from "../types/gxbignumber";

import { GxBigNumber } from "../types/gxbignumber";
export declare const formatNumericFieldBigNumber: (value: GxBigNumber, picture: string) => string;

@@ -0,0 +0,0 @@ import { formatNumber } from "../numeric/formatNumber";

@@ -0,0 +0,0 @@ import { GxBigNumber } from "../types/gxbignumber";

@@ -0,0 +0,0 @@ import { GxBigNumber } from "../types/gxbignumber";

@@ -0,0 +0,0 @@ import { GxBigNumber } from "../types/gxbignumber";

@@ -0,0 +0,0 @@ import { GxBigNumber } from "../types/gxbignumber";

@@ -0,0 +0,0 @@ import { GxBigNumber } from "../types/gxbignumber";

@@ -0,0 +0,0 @@ import { GxBigNumber } from "../types/gxbignumber";

@@ -0,0 +0,0 @@ import { GxBigNumber } from "../types/gxbignumber";

@@ -0,0 +0,0 @@ import { GxBigNumber } from "../types/gxbignumber";

@@ -0,0 +0,0 @@ import { GxBigNumber } from "../types/gxbignumber";

@@ -0,0 +0,0 @@ import { GxBigNumber } from "../types/gxbignumber";

@@ -0,0 +0,0 @@ import { divide } from "../math/divide";

@@ -0,0 +0,0 @@ import { GxBigNumber } from "../types/gxbignumber";

@@ -0,0 +0,0 @@ import { add } from "../math/add";

@@ -0,0 +0,0 @@ import { GxBigNumber } from "../types/gxbignumber";

@@ -0,0 +0,0 @@ import { add } from "../math/add";

@@ -0,0 +0,0 @@ import { GxBigNumber } from "../types/gxbignumber";

@@ -0,0 +0,0 @@ import { GxBigNumber } from "../types/gxbignumber";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

export declare const testCases: Array<[string, boolean]>;

@@ -0,0 +0,0 @@ // Boolean::FromString test cases

export declare const testCases: Array<[boolean, boolean]>;

@@ -0,0 +0,0 @@ // Boolean::IsEmpty test cases

export declare const testCases: Array<[boolean, string]>;

@@ -0,0 +0,0 @@ // Boolean::ToString test cases

@@ -0,0 +0,0 @@ /**

export declare const storage: Storage;
export const storage = globalThis.localStorage;
//# sourceMappingURL=storage.js.map

@@ -0,0 +0,0 @@ export declare class ConfigurationState {

@@ -0,0 +0,0 @@ import { detect as timezoneDetect, storageKey as timezoneStorageKey } from "../datetime/timezone";

@@ -0,0 +0,0 @@ export declare class TranslationService {

@@ -0,0 +0,0 @@ import { ConfigurationState } from "./configurationState";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

export declare let gxToLibLangMapping: (gxlang: string) => string;
export declare const EMPTY_DATE_VALUE: Date;

@@ -0,0 +0,0 @@ export let gxToLibLangMapping = (gxlang) => {

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

import { GxDate } from "../types/gxdate";
export declare const toString: (targetDate: GxDate, dateFormat?: String) => string;

@@ -0,0 +0,0 @@ import { TtoC } from "../datetime/TtoC";

import { GxDate } from "../types/gxdate";
export declare const fromString: (target: GxDate, dateFrom: string, dateFormat?: String, fy20c?: number) => GxDate;

@@ -0,0 +0,0 @@ import { fromString as CtoD } from "./CtoD";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

import { GxDate } from "../types/gxdate";
import { GxDatetime } from "../types/gxdatetime";
export declare const toFormattedString: (dateFrom: GxDate | GxDatetime, dateFormat?: String, picture?: String) => string;

@@ -0,0 +0,0 @@ import { isEmpty } from "./isEmpty";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

export declare const hoursToMilliseconds: (hours: number) => number;
export declare const minutesToMilliseconds: (minutes: number) => number;
export declare const secondsToMilliseconds: (seconds: number) => number;

@@ -0,0 +0,0 @@ const milisecondsPerSecond = 1000;

@@ -0,0 +0,0 @@ /**

import { GxDatetime } from "../types/gxdatetime";
export declare const fromString: (target: GxDatetime, dateFrom: string, dateFormat?: String, fy20c?: number) => GxDatetime;

@@ -0,0 +0,0 @@ import { fromString as CtoT } from "./CtoT";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ export declare const storageKey = "currentTimezone";

@@ -0,0 +0,0 @@ import * as jstz from "jstz";

import { GxDatetime } from "../types/gxdatetime";
export declare const toFormattedString: (dateFrom: GxDatetime, dateFormat?: string, timeFormat?: number, picture?: string) => string;

@@ -0,0 +0,0 @@ import { padLeft } from "../text/padLeft";

@@ -0,0 +0,0 @@ import { GxDate } from "../types/gxdate";

@@ -0,0 +0,0 @@ import { TtoC } from "./TtoC";

@@ -0,0 +0,0 @@ import { GxDate } from "../types/gxdate";

@@ -0,0 +0,0 @@ import { isEmpty } from "../date/isEmpty";

@@ -0,0 +0,0 @@ export declare class GeneXusClientClientInformation {

@@ -0,0 +0,0 @@ import { getCookie } from "../../web/getCookie";

@@ -0,0 +0,0 @@ export declare enum SocketStatus {

@@ -0,0 +0,0 @@ import SocketService from "../../web/socketService";

@@ -0,0 +0,0 @@ import { storage, keyPrefix } from "./common";

export declare const keyPrefix: string;
export { storage } from "../../../common/storage";
export declare function prefixKey(key: string): string;

@@ -0,0 +0,0 @@ export const keyPrefix = "gx.client.clientstorage";

@@ -0,0 +0,0 @@ import { prefixKey, storage } from "./common";

@@ -0,0 +0,0 @@ import { prefixKey, storage } from "./common";

@@ -0,0 +0,0 @@ import { prefixKey, storage } from "./common";

@@ -0,0 +0,0 @@ export declare class GeneXusCommonGeolocation {

@@ -0,0 +0,0 @@ import { notImplemented } from "../../misc/helpers";

@@ -0,0 +0,0 @@ export declare class GeneXusCommonLog {

@@ -0,0 +0,0 @@ export class GeneXusCommonLog {

@@ -0,0 +0,0 @@ import { publishCall } from "../../../misc/publishCall";

@@ -0,0 +0,0 @@ import { publishCall } from "../../../misc/publishCall";

@@ -0,0 +0,0 @@ export declare class GxHttpClient {

@@ -0,0 +0,0 @@ export class GxHttpClient {

export declare const setAnalyticsUserId: (id: string) => void;

@@ -0,0 +0,0 @@ export const setAnalyticsUserId = (id) => {

export declare const trackEvent: (category: string, action: string, label: string, value: number) => void;

@@ -0,0 +0,0 @@ export const trackEvent = (category, action, label, value) => {

@@ -0,0 +0,0 @@ export const trackPurchase = (purchaseInfo) => {

export declare const trackView: (viewName: string) => void;

@@ -0,0 +0,0 @@ export const trackView = (viewName) => {

@@ -0,0 +0,0 @@ import { GxDatetime } from "../../../types/gxdatetime";

@@ -0,0 +0,0 @@ import { addHours } from "../../../datetime/addHours";

@@ -0,0 +0,0 @@ import { GeneXusSDNetwork } from "../network";

@@ -0,0 +0,0 @@ import { canOpen } from "./canOpen";

@@ -0,0 +0,0 @@ import { openInBrowser } from "./openInBrowser";

@@ -0,0 +0,0 @@ import { openInBrowser } from "./openInBrowser";

@@ -0,0 +0,0 @@ import { publishCall } from "../../../misc/publishCall";

export declare const link: (url: string) => void;

@@ -0,0 +0,0 @@ export const link = (url) => {

export declare const recordVideo: () => Promise<File>;

@@ -0,0 +0,0 @@ export const recordVideo = async () => {

export declare const takePhoto: () => Promise<File>;

@@ -0,0 +0,0 @@ export const takePhoto = async () => {

@@ -0,0 +0,0 @@ import { publishCall } from "../../../../misc/publishCall";

@@ -0,0 +0,0 @@ export const crop = async (image, left, top, width, height) => {

@@ -0,0 +0,0 @@ import { convertImageToFile } from "../../../social/convertImageToFile";

@@ -0,0 +0,0 @@ export const flipHorizontally = async (image) => {

@@ -0,0 +0,0 @@ export const flipVertically = async (image) => {

@@ -0,0 +0,0 @@ export const imageHeight = (image) => {

@@ -0,0 +0,0 @@ export const imageWidth = (image) => {

@@ -0,0 +0,0 @@ export const resize = async (image, width, height, keepAspect) => {

@@ -0,0 +0,0 @@ export const rotate = async (image, angle) => {

@@ -0,0 +0,0 @@ export const scale = async (image, percentage) => {

export declare const chooseImage: () => Promise<File>;

@@ -0,0 +0,0 @@ export const chooseImage = async () => {

export declare const chooseImages: () => Promise<Array<File>>;

@@ -0,0 +0,0 @@ export const chooseImages = async () => {

@@ -0,0 +0,0 @@ export declare class GeneXusSDNetwork {

@@ -0,0 +0,0 @@ import { ConfigurationState } from "../../config/configurationState";

export declare const activeInsights: (token: string) => void;

@@ -0,0 +0,0 @@ import { ApplicationInsights } from "@microsoft/applicationinsights-web";

export declare const activeOpenTelemetry: (serviceName: string, token: string, endpoint: string) => void;

@@ -0,0 +0,0 @@ import { registerInstrumentations } from "@opentelemetry/instrumentation";

@@ -0,0 +0,0 @@ import { GxGuid } from "../../../types/gxguid";

@@ -0,0 +0,0 @@ /* tslint:disable:no-empty */

@@ -0,0 +0,0 @@ interface GxImage {

@@ -0,0 +0,0 @@ import { jsonFileExtensions } from "./fileExtensions";

export declare const convertUriToFile: (uri: string) => Promise<File>;

@@ -0,0 +0,0 @@ import { jsonFileExtensions } from "./fileExtensions";

@@ -0,0 +0,0 @@ export declare const jsonFileExtensions: {

@@ -0,0 +0,0 @@ export const jsonFileExtensions = {

@@ -0,0 +0,0 @@ import { msg } from "../../../misc/msg";

@@ -0,0 +0,0 @@ interface GxImage {

@@ -0,0 +0,0 @@ import { msg } from "../../../misc/msg";

@@ -0,0 +0,0 @@ import { msg } from "../../../misc/msg";

export declare const abs: (value: number) => number;

@@ -0,0 +0,0 @@ export const abs = (value) => {

import { GxBigNumber } from "../types/gxbignumber";
export declare const add: (num1: number | GxBigNumber | string, num2: number | GxBigNumber | string) => GxBigNumber;

@@ -0,0 +0,0 @@ import { GxBigNumber } from "../types/gxbignumber";

import { GxBigNumber } from "../types/gxbignumber";
export declare const divide: (num1: number | GxBigNumber | string, num2: number | GxBigNumber | string, decimal?: any) => GxBigNumber;

@@ -0,0 +0,0 @@ import { BIG_NUMBER_PRECISION, GxBigNumber } from "../types/gxbignumber";

import { GxBigNumber } from "../types/gxbignumber";
export declare const idiv: (num1: any, num2: any) => GxBigNumber;

@@ -0,0 +0,0 @@ import { GxBigNumber } from "../types/gxbignumber";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

import { GxBigNumber } from "../types/gxbignumber";
export declare const multiply: (num1: number | GxBigNumber | string, num2: number | GxBigNumber | string) => GxBigNumber;

@@ -0,0 +0,0 @@ import { GxBigNumber } from "../types/gxbignumber";

import { GxBigNumber } from "../types/gxbignumber";
export declare const negate: (num: GxBigNumber) => GxBigNumber;

@@ -0,0 +0,0 @@ import { GxBigNumber } from "../types/gxbignumber";

import { GxBigNumber } from "../types/gxbignumber";
export declare const pow: (operand1: any, operand2: any) => GxBigNumber;

@@ -0,0 +0,0 @@ import { GxBigNumber } from "../types/gxbignumber";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

import { GxBigNumber } from "../types/gxbignumber";
export declare const subtract: (num1: number | GxBigNumber | string, num2: number | GxBigNumber | string) => GxBigNumber;

@@ -0,0 +0,0 @@ import { GxBigNumber } from "../types/gxbignumber";

export declare const testCases: string[][];

@@ -0,0 +0,0 @@ // test[0] + test[1] = test[2]

export declare const testCases: number[][];
export declare const testCases2: string[][];

@@ -0,0 +0,0 @@ export const testCases = [

export declare const testCases: string[][];

@@ -0,0 +0,0 @@ // test[0] div test[1] = test[2] + test[3]

export declare const testCases: string[][];

@@ -0,0 +0,0 @@ // test[0] * test[1] = test[2]

export declare const testCases: string[][];

@@ -0,0 +0,0 @@ // negate(test[0]) = test[1]

export declare const testCases: string[][];

@@ -0,0 +0,0 @@ // test[0] ^ test[1] = test[2]

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ import { like } from "../text/like";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ import { publishCall } from "./publishCall";

@@ -0,0 +0,0 @@ import { GxDatetime } from "../types/gxdatetime";

@@ -0,0 +0,0 @@ import { setEmpty as dSetEmpty } from "../datetime/setEmpty";

@@ -0,0 +0,0 @@ import { ConfigurationState } from "../config/configurationState";

@@ -0,0 +0,0 @@ import { TranslationService } from "../config/translationService";

export declare function notImplemented(funName?: string): void;
export declare function notSupported(): void;
export declare const stdToGeneratorPublishedMessage: string;

@@ -0,0 +0,0 @@ export function notImplemented(funName = "Function") {

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ import { GxDate } from "../types/gxdate";

@@ -0,0 +0,0 @@ import { isEmpty as dIsEmpty } from "../date/isEmpty";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ import { publishCall } from "./publishCall";

export type ResolverFunc<T> = (value: T | PromiseLike<T>) => void;
export declare function publishCall<T>(fnName: string, options: string[], resolver: (option: string, value: T, res: ResolverFunc<T>) => void, ...params: any[]): Promise<T>;

@@ -0,0 +0,0 @@ import { publish, subscribe, cancelSubscription } from "../pubSub/pubSub";

@@ -0,0 +0,0 @@ import { ConfigurationState } from "../config/configurationState";

@@ -80,2 +80,8 @@ /**

let postSignChar = "";
let dolarSign = picture.indexOf("$") === 0;
let dolarSignChar = "";
if (dolarSign) {
picture = picture.slice(1);
dolarSignChar = "$";
}
let hasNegativeParentheses = picture.charAt(0) === "(" && picture.charAt(picture.length - 1) === ")";

@@ -208,4 +214,4 @@ let hasDebitCreditPrefix = picture.indexOf("DB") === 0 || picture.indexOf("CR") === 0;

}
if (thSep && intPart.length > 3) {
let h = intPart;
if (thSep && intPart.replace("(", "").trim().length > 3) {
let h = intPart.replace("(", "").trim();
intPart = "";

@@ -226,3 +232,4 @@ for (let j = 3; j < h.length; j += 3) {

result =
preSignChar +
dolarSignChar +
preSignChar +
signChar +

@@ -229,0 +236,0 @@ intPart +

export declare const formatNumericField: (value: number, picture: string) => string;

@@ -0,0 +0,0 @@ import { formatNumber } from "./formatNumber";

@@ -0,0 +0,0 @@ export declare const pictureToFormat: (picture: string) => {

@@ -0,0 +0,0 @@ export const pictureToFormat = (picture) => {

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ import { padLeft } from "../text/padLeft";

@@ -0,0 +0,0 @@ import EventSubscription from "./pubSubscription";

@@ -0,0 +0,0 @@ import EventSubscription from "./pubSubscription";

@@ -0,0 +0,0 @@ export default class PubSubscriptionOptions {

@@ -0,0 +0,0 @@ export default class PubSubscriptionOptions {

@@ -0,0 +0,0 @@ export default class PubSubscription {

@@ -0,0 +0,0 @@ import { unsubscribe as unSubscribeJs } from "pubsub-js";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ import { rTrim } from "./rTrim";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ import { rTrim } from "./rTrim";

@@ -0,0 +0,0 @@ const atob = require("atob");

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ import { length } from "./length";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ import { trim } from "./trim";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ import { length } from "../text/length";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ const regExp = /^ +/g;

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ const regExp = / +$/g;

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

export declare const testCases: Array<[string, number, string]>;

@@ -0,0 +0,0 @@ // charAt test cases

export declare const testCases: Array<[string, string, boolean]>;

@@ -0,0 +0,0 @@ // contains test cases

export declare const testCases: Array<[string, string, boolean]>;

@@ -0,0 +0,0 @@ // startsWith test cases

export declare const testCases: Array<[string]>;

@@ -0,0 +0,0 @@ export const testCases = [

export declare const testCases: Array<[string, string]>;

@@ -0,0 +0,0 @@ export const testCases = [

export declare const testCases: Array<[string, string, number, number]>;

@@ -0,0 +0,0 @@ export const testCases = [

export declare const testCases: Array<[string, boolean]>;

@@ -0,0 +0,0 @@ // startsWith test cases

export declare const testCases: Array<[string, string | RegExp, boolean]>;

@@ -0,0 +0,0 @@ export const testCases = [

export declare const testCases: Array<[string, string, number, number]>;

@@ -0,0 +0,0 @@ export const testCases = [

export declare const testCases: Array<[string, number]>;

@@ -0,0 +0,0 @@ // length test cases

export declare const testCases: string[][];

@@ -0,0 +0,0 @@ // String test cases

export declare const testCases: Array<[string, string | RegExp, string, number]>;

@@ -0,0 +0,0 @@ export const testCases = [

export declare const testCases: Array<[string, number, string, string]>;

@@ -0,0 +0,0 @@ export const testCases = [

export declare const testCases: Array<[string, number, string, string]>;

@@ -0,0 +0,0 @@ export const testCases = [

export declare const testCases: string[][];

@@ -0,0 +0,0 @@ export const testCases = [

export declare const testCases: string[][];

@@ -0,0 +0,0 @@ export const testCases = [

export declare const testCases: Array<[string, string, string, string]>;

@@ -0,0 +0,0 @@ export const testCases = [

export declare const testCases: string[][];

@@ -0,0 +0,0 @@ // String test cases

export declare const testCases: Array<[string, string, string[]]>;

@@ -0,0 +0,0 @@ export const testCases = [

export declare const testCases: Array<[string, string, boolean]>;

@@ -0,0 +0,0 @@ // startsWith test cases

export declare const testCases: Array<[string, number, number, string]>;

@@ -0,0 +0,0 @@ export const testCases = [

export declare const testCases: Array<[string, string]>;

@@ -0,0 +0,0 @@ export const testCases = [

export declare const testCases: Array<[string, string, number]>;

@@ -0,0 +0,0 @@ export const testCases = [

export declare const testCases: Array<[string, string]>;

@@ -0,0 +0,0 @@ export const testCases = [

export declare const testCases: Array<[string, string]>;

@@ -0,0 +0,0 @@ export const testCases = [

export declare const testCases: string[][];

@@ -0,0 +0,0 @@ // String test cases

export declare const testCases: Array<[string, string, string]>;

@@ -0,0 +0,0 @@ export const testCases = [

@@ -0,0 +0,0 @@ const btoa = require("btoa");

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

export declare const trim: (s: string) => string;

@@ -0,0 +0,0 @@ const regExp = /^ +| +$/g;

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ export declare class Cookie {

@@ -0,0 +0,0 @@ export class Cookie {

@@ -0,0 +0,0 @@ export declare class Gauge {

@@ -0,0 +0,0 @@ export class Gauge {

@@ -0,0 +0,0 @@ export declare class Geography {

@@ -0,0 +0,0 @@ import { notImplemented } from "../misc/helpers";

@@ -0,0 +0,0 @@ import { ISerializable } from "./type-serialization";

@@ -0,0 +0,0 @@ export class GxAudio {

@@ -0,0 +0,0 @@ export declare const BIG_NUMBER_PRECISION = 28;

@@ -0,0 +0,0 @@ import { castToBigNumber } from "../bigNumber/cast";

@@ -0,0 +0,0 @@ import { IBlob } from "./IBlob";

@@ -0,0 +0,0 @@ export class GxBinary {

@@ -0,0 +0,0 @@ import { ISerializable } from "./type-serialization";

@@ -0,0 +0,0 @@ import { Std_TypeConversions } from "./std-type-conversion";

@@ -0,0 +0,0 @@ import { ISerializable } from "./type-serialization";

@@ -0,0 +0,0 @@ import { Std_TypeConversions } from "./std-type-conversion";

@@ -0,0 +0,0 @@ import { ISerializable } from "./type-serialization";

@@ -0,0 +0,0 @@ import { v4 as uuid_v4 } from "uuid";

@@ -0,0 +0,0 @@ import { IBlob } from "./IBlob";

@@ -0,0 +0,0 @@ export class GxImage {

@@ -0,0 +0,0 @@ import { ISerializable } from "./type-serialization";

@@ -0,0 +0,0 @@ export class GxVideo {

export interface IBlob {
uri: string;
}
export {};
//# sourceMappingURL=IBlob.js.map

@@ -0,0 +0,0 @@ import { GxDate } from "./gxdate";

@@ -0,0 +0,0 @@ import { EMPTY_DATE_VALUE } from "../date/core";

@@ -0,0 +0,0 @@ export interface ISerializable {

@@ -0,0 +0,0 @@ export const isSerializable = (obj) => {

@@ -0,0 +0,0 @@ export declare enum XMLErrorCodes {

@@ -0,0 +0,0 @@ export var XMLErrorCodes;

@@ -0,0 +0,0 @@ import { XMLBase } from "./xmlcommon";

@@ -0,0 +0,0 @@ import { notImplemented, notSupported } from "../misc/helpers";

@@ -0,0 +0,0 @@ import { XMLBase } from "./xmlcommon";

@@ -0,0 +0,0 @@ import { notImplemented, notSupported } from "../misc/helpers";

@@ -0,0 +0,0 @@ import { browserIdFromAgent } from "./browserCommon";

@@ -0,0 +0,0 @@ import { browserIdFromAgent } from "./browserCommon";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ import EventSubscription from "../pubSub/pubSubscription";

@@ -0,0 +0,0 @@ import { cancelSubscription as cancel, publish as publishTopic, subscribe as subscribeTopic, cancelAllSubscriptions } from "../pubSub/pubSub";

@@ -0,0 +0,0 @@ import { GxDate } from "../types/gxdate";

@@ -0,0 +0,0 @@ import { addDays } from "../date/addDays";

@@ -0,0 +0,0 @@ export default class SocketService {

@@ -0,0 +0,0 @@ import { WS } from "../websocket/ws";

export declare const urlDecode: (url: string) => string;

@@ -0,0 +0,0 @@ export const urlDecode = (url) => {

export declare const urlEncode: (url: string) => string;

@@ -0,0 +0,0 @@ export const urlEncode = (url) => {

@@ -0,0 +0,0 @@ export declare class Options {

@@ -0,0 +0,0 @@ import * as log from "loglevel";

import { GxBigNumber } from "../types/gxbignumber";
export declare const absBigNumber: (value: GxBigNumber) => GxBigNumber;

@@ -0,0 +0,0 @@ "use strict";

import { GxBigNumber } from "../types/gxbignumber";
export declare const castToBigNumber: (num1: number | GxBigNumber | string) => GxBigNumber;

@@ -0,0 +0,0 @@ "use strict";

import { GxBigNumber } from "../types/gxbignumber";
export declare const formatNumericFieldBigNumber: (value: GxBigNumber, picture: string) => string;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { GxBigNumber } from "../types/gxbignumber";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { GxBigNumber } from "../types/gxbignumber";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { GxBigNumber } from "../types/gxbignumber";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { GxBigNumber } from "../types/gxbignumber";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { GxBigNumber } from "../types/gxbignumber";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { GxBigNumber } from "../types/gxbignumber";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { GxBigNumber } from "../types/gxbignumber";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { GxBigNumber } from "../types/gxbignumber";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { GxBigNumber } from "../types/gxbignumber";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

export declare const testCases: Array<[string, boolean]>;

@@ -0,0 +0,0 @@ "use strict";

export declare const testCases: Array<[boolean, boolean]>;

@@ -0,0 +0,0 @@ "use strict";

export declare const testCases: Array<[boolean, string]>;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

export declare const storage: Storage;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare class ConfigurationState {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare class TranslationService {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

export declare let gxToLibLangMapping: (gxlang: string) => string;
export declare const EMPTY_DATE_VALUE: Date;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

import { GxDate } from "../types/gxdate";
export declare const toString: (targetDate: GxDate, dateFormat?: String) => string;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

import { GxDate } from "../types/gxdate";
export declare const fromString: (target: GxDate, dateFrom: string, dateFormat?: String, fy20c?: number) => GxDate;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

import { GxDate } from "../types/gxdate";
import { GxDatetime } from "../types/gxdatetime";
export declare const toFormattedString: (dateFrom: GxDate | GxDatetime, dateFormat?: String, picture?: String) => string;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

export declare const hoursToMilliseconds: (hours: number) => number;
export declare const minutesToMilliseconds: (minutes: number) => number;
export declare const secondsToMilliseconds: (seconds: number) => number;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

import { GxDatetime } from "../types/gxdatetime";
export declare const fromString: (target: GxDatetime, dateFrom: string, dateFormat?: String, fy20c?: number) => GxDatetime;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare const storageKey = "currentTimezone";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

import { GxDatetime } from "../types/gxdatetime";
export declare const toFormattedString: (dateFrom: GxDatetime, dateFormat?: string, timeFormat?: number, picture?: string) => string;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { GxDate } from "../types/gxdate";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { GxDate } from "../types/gxdate";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare class GeneXusClientClientInformation {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare enum SocketStatus {

@@ -0,0 +0,0 @@ "use strict";

export declare const keyPrefix: string;
export { storage } from "../../../common/storage";
export declare function prefixKey(key: string): string;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare class GeneXusCommonGeolocation {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare class GeneXusCommonLog {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare class GxHttpClient {

@@ -0,0 +0,0 @@ "use strict";

export declare const setAnalyticsUserId: (id: string) => void;

@@ -0,0 +0,0 @@ "use strict";

export declare const trackEvent: (category: string, action: string, label: string, value: number) => void;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ interface Item {

@@ -0,0 +0,0 @@ "use strict";

export declare const trackView: (viewName: string) => void;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { GxDatetime } from "../../../types/gxdatetime";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

export declare const link: (url: string) => void;

@@ -0,0 +0,0 @@ "use strict";

export declare const recordVideo: () => Promise<File>;
export declare const takePhoto: () => Promise<File>;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ interface GxImage {

@@ -0,0 +0,0 @@ interface GxImage {

@@ -0,0 +0,0 @@ interface GxImage {

@@ -0,0 +0,0 @@ interface GxImage {

export declare const chooseImage: () => Promise<File>;
export declare const chooseImages: () => Promise<Array<File>>;

@@ -0,0 +0,0 @@ export declare class GeneXusSDNetwork {

@@ -0,0 +0,0 @@ "use strict";

export declare const activeInsights: (token: string) => void;

@@ -0,0 +0,0 @@ "use strict";

export declare const activeOpenTelemetry: (serviceName: string, token: string, endpoint: string) => void;

@@ -0,0 +0,0 @@ import { GxGuid } from "../../../types/gxguid";

@@ -0,0 +0,0 @@ interface GxImage {

@@ -0,0 +0,0 @@ "use strict";

export declare const convertUriToFile: (uri: string) => Promise<File>;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare const jsonFileExtensions: {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ interface GxImage {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

export declare const abs: (value: number) => number;

@@ -0,0 +0,0 @@ "use strict";

import { GxBigNumber } from "../types/gxbignumber";
export declare const add: (num1: number | GxBigNumber | string, num2: number | GxBigNumber | string) => GxBigNumber;

@@ -0,0 +0,0 @@ "use strict";

import { GxBigNumber } from "../types/gxbignumber";
export declare const divide: (num1: number | GxBigNumber | string, num2: number | GxBigNumber | string, decimal?: any) => GxBigNumber;

@@ -0,0 +0,0 @@ "use strict";

import { GxBigNumber } from "../types/gxbignumber";
export declare const idiv: (num1: any, num2: any) => GxBigNumber;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

import { GxBigNumber } from "../types/gxbignumber";
export declare const multiply: (num1: number | GxBigNumber | string, num2: number | GxBigNumber | string) => GxBigNumber;

@@ -0,0 +0,0 @@ "use strict";

import { GxBigNumber } from "../types/gxbignumber";
export declare const negate: (num: GxBigNumber) => GxBigNumber;

@@ -0,0 +0,0 @@ "use strict";

import { GxBigNumber } from "../types/gxbignumber";
export declare const pow: (operand1: any, operand2: any) => GxBigNumber;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

import { GxBigNumber } from "../types/gxbignumber";
export declare const subtract: (num1: number | GxBigNumber | string, num2: number | GxBigNumber | string) => GxBigNumber;

@@ -0,0 +0,0 @@ "use strict";

export declare const testCases: string[][];

@@ -0,0 +0,0 @@ "use strict";

export declare const testCases: number[][];
export declare const testCases2: string[][];

@@ -0,0 +0,0 @@ "use strict";

export declare const testCases: string[][];

@@ -0,0 +0,0 @@ "use strict";

export declare const testCases: string[][];

@@ -0,0 +0,0 @@ "use strict";

export declare const testCases: string[][];

@@ -0,0 +0,0 @@ "use strict";

export declare const testCases: string[][];

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { GxDatetime } from "../types/gxdatetime";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

export declare function notImplemented(funName?: string): void;
export declare function notSupported(): void;
export declare const stdToGeneratorPublishedMessage: string;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { GxDate } from "../types/gxdate";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

export type ResolverFunc<T> = (value: T | PromiseLike<T>) => void;
export declare function publishCall<T>(fnName: string, options: string[], resolver: (option: string, value: T, res: ResolverFunc<T>) => void, ...params: any[]): Promise<T>;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -83,2 +83,8 @@ "use strict";

let postSignChar = "";
let dolarSign = picture.indexOf("$") === 0;
let dolarSignChar = "";
if (dolarSign) {
picture = picture.slice(1);
dolarSignChar = "$";
}
let hasNegativeParentheses = picture.charAt(0) === "(" && picture.charAt(picture.length - 1) === ")";

@@ -211,4 +217,4 @@ let hasDebitCreditPrefix = picture.indexOf("DB") === 0 || picture.indexOf("CR") === 0;

}
if (thSep && intPart.length > 3) {
let h = intPart;
if (thSep && intPart.replace("(", "").trim().length > 3) {
let h = intPart.replace("(", "").trim();
intPart = "";

@@ -229,3 +235,4 @@ for (let j = 3; j < h.length; j += 3) {

result =
preSignChar +
dolarSignChar +
preSignChar +
signChar +

@@ -232,0 +239,0 @@ intPart +

export declare const formatNumericField: (value: number, picture: string) => string;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare const pictureToFormat: (picture: string) => {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import EventSubscription from "./pubSubscription";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export default class PubSubscriptionOptions {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export default class PubSubscription {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

export declare const testCases: Array<[string, number, string]>;

@@ -0,0 +0,0 @@ "use strict";

export declare const testCases: Array<[string, string, boolean]>;

@@ -0,0 +0,0 @@ "use strict";

export declare const testCases: Array<[string, string, boolean]>;

@@ -0,0 +0,0 @@ "use strict";

export declare const testCases: Array<[string]>;

@@ -0,0 +0,0 @@ "use strict";

export declare const testCases: Array<[string, string]>;

@@ -0,0 +0,0 @@ "use strict";

export declare const testCases: Array<[string, string, number, number]>;

@@ -0,0 +0,0 @@ "use strict";

export declare const testCases: Array<[string, boolean]>;

@@ -0,0 +0,0 @@ "use strict";

export declare const testCases: Array<[string, string | RegExp, boolean]>;

@@ -0,0 +0,0 @@ "use strict";

export declare const testCases: Array<[string, string, number, number]>;

@@ -0,0 +0,0 @@ "use strict";

export declare const testCases: Array<[string, number]>;

@@ -0,0 +0,0 @@ "use strict";

export declare const testCases: string[][];

@@ -0,0 +0,0 @@ "use strict";

export declare const testCases: Array<[string, string | RegExp, string, number]>;

@@ -0,0 +0,0 @@ "use strict";

export declare const testCases: Array<[string, number, string, string]>;

@@ -0,0 +0,0 @@ "use strict";

export declare const testCases: Array<[string, number, string, string]>;

@@ -0,0 +0,0 @@ "use strict";

export declare const testCases: string[][];

@@ -0,0 +0,0 @@ "use strict";

export declare const testCases: string[][];

@@ -0,0 +0,0 @@ "use strict";

export declare const testCases: Array<[string, string, string, string]>;

@@ -0,0 +0,0 @@ "use strict";

export declare const testCases: string[][];

@@ -0,0 +0,0 @@ "use strict";

export declare const testCases: Array<[string, string, string[]]>;

@@ -0,0 +0,0 @@ "use strict";

export declare const testCases: Array<[string, string, boolean]>;

@@ -0,0 +0,0 @@ "use strict";

export declare const testCases: Array<[string, number, number, string]>;

@@ -0,0 +0,0 @@ "use strict";

export declare const testCases: Array<[string, string]>;

@@ -0,0 +0,0 @@ "use strict";

export declare const testCases: Array<[string, string, number]>;

@@ -0,0 +0,0 @@ "use strict";

export declare const testCases: Array<[string, string]>;

@@ -0,0 +0,0 @@ "use strict";

export declare const testCases: Array<[string, string]>;

@@ -0,0 +0,0 @@ "use strict";

export declare const testCases: string[][];

@@ -0,0 +0,0 @@ "use strict";

export declare const testCases: Array<[string, string, string]>;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

export declare const trim: (s: string) => string;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare class Cookie {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare class Gauge {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare class Geography {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { ISerializable } from "./type-serialization";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare const BIG_NUMBER_PRECISION = 28;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { IBlob } from "./IBlob";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { ISerializable } from "./type-serialization";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { ISerializable } from "./type-serialization";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { ISerializable } from "./type-serialization";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { IBlob } from "./IBlob";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { ISerializable } from "./type-serialization";

@@ -0,0 +0,0 @@ "use strict";

export interface IBlob {
uri: string;
}
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IBlob.js.map

@@ -0,0 +0,0 @@ import { GxDate } from "./gxdate";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export interface ISerializable {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare enum XMLErrorCodes {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { XMLBase } from "./xmlcommon";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { XMLBase } from "./xmlcommon";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import EventSubscription from "../pubSub/pubSubscription";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { GxDate } from "../types/gxdate";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export default class SocketService {

@@ -0,0 +0,0 @@ "use strict";

export declare const urlDecode: (url: string) => string;

@@ -0,0 +0,0 @@ "use strict";

export declare const urlEncode: (url: string) => string;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare class Options {

@@ -0,0 +0,0 @@ "use strict";

{
"name": "@genexus/web-standard-functions",
"version": "0.66.0",
"version": "0.66.1",
"description": "GeneXus JavaScript standard functions library for web generators",

@@ -5,0 +5,0 @@ "main": "dist/web-standard-functions.js",

@@ -0,0 +0,0 @@ [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet