Comparing version 5.0.6 to 5.0.7
@@ -9,3 +9,3 @@ /** | ||
*/ | ||
export declare type Assignable<T> = T extends undefined ? (T extends Function ? T : T extends object ? { | ||
export type Assignable<T> = T extends undefined ? (T extends Function ? T : T extends object ? { | ||
[Key in keyof T]?: Assignable<T[Key]> | undefined; | ||
@@ -12,0 +12,0 @@ } : T) | typeof DELETE : T extends Function ? T | undefined : T extends object ? { |
@@ -37,3 +37,3 @@ /** | ||
*/ | ||
export declare type Mashable = number | string | boolean | object | bigint; | ||
export type Mashable = number | string | boolean | object | bigint; | ||
//# sourceMappingURL=alea.d.ts.map |
@@ -12,3 +12,3 @@ interface OptionsType { | ||
} | ||
export declare type OptionsConfig = { | ||
export type OptionsConfig = { | ||
readonly __type__: { | ||
@@ -23,3 +23,3 @@ readonly object: "object"; | ||
*/ | ||
declare type CheckboxInput = boolean; | ||
type CheckboxInput = boolean; | ||
/** | ||
@@ -29,3 +29,3 @@ * The passed text will be used as the initial value. Any text will be accepted | ||
*/ | ||
declare type TextInput = string; | ||
type TextInput = string; | ||
/** | ||
@@ -45,3 +45,3 @@ * The passed values will be used as the limits and the initial position of a | ||
*/ | ||
declare type NumberInput = readonly [number, number, number, number]; | ||
type NumberInput = readonly [number, number, number, number]; | ||
/** | ||
@@ -52,3 +52,3 @@ * Translations for people with poor understanding of TypeScript: the first | ||
*/ | ||
declare type DropdownInput = readonly [ | ||
type DropdownInput = readonly [ | ||
Exclude<string, "color">, | ||
@@ -61,9 +61,9 @@ ...(string | number | boolean)[] | ||
*/ | ||
declare type ColorInput = readonly ["coor", string]; | ||
declare type ConfiguratorInput = CheckboxInput | ColorInput | DropdownInput | NumberInput | TextInput; | ||
export declare type ConfiguratorConfig = { | ||
type ColorInput = readonly ["coor", string]; | ||
type ConfiguratorInput = CheckboxInput | ColorInput | DropdownInput | NumberInput | TextInput; | ||
export type ConfiguratorConfig = { | ||
readonly [Key in string]: ConfiguratorConfig | ConfiguratorInput; | ||
}; | ||
export declare type ConfiguratorHideOption = (parentPath: readonly string[], optionName: string, options: any) => boolean; | ||
export type ConfiguratorHideOption = (parentPath: readonly string[], optionName: string, options: any) => boolean; | ||
export {}; | ||
//# sourceMappingURL=configurator-types.d.ts.map |
@@ -7,4 +7,4 @@ /** | ||
* | ||
* @version 5.0.6 | ||
* @date 2023-11-04T04:55:09.542Z | ||
* @version 5.0.7 | ||
* @date 2023-11-20T09:06:51.067Z | ||
* | ||
@@ -11,0 +11,0 @@ * @copyright (c) 2011-2017 Almende B.V, http://almende.com |
@@ -7,4 +7,4 @@ /** | ||
* | ||
* @version 5.0.6 | ||
* @date 2023-11-04T04:55:09.542Z | ||
* @version 5.0.7 | ||
* @date 2023-11-20T09:06:51.067Z | ||
* | ||
@@ -11,0 +11,0 @@ * @copyright (c) 2011-2017 Almende B.V, http://almende.com |
{ | ||
"name": "vis-util", | ||
"version": "5.0.6", | ||
"version": "5.0.7", | ||
"description": "utilitie collection for visjs", | ||
@@ -96,16 +96,16 @@ "browser": "peer/umd/vis-util.min.js", | ||
"@egjs/hammerjs": "^2.0.0", | ||
"component-emitter": "^1.3.0" | ||
"component-emitter": "^1.3.0 || ^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"@egjs/hammerjs": "2.0.17", | ||
"@types/chai": "4.3.9", | ||
"@types/chai": "4.3.10", | ||
"@types/jsdom-global": "^3.0.4", | ||
"@types/mocha": "10.0.3", | ||
"@types/node": "20.8.9", | ||
"@types/sinon": "10.0.20", | ||
"@types/mocha": "10.0.4", | ||
"@types/node": "20.9.2", | ||
"@types/sinon": "17.0.1", | ||
"assert": "2.1.0", | ||
"check-dts": "0.7.2", | ||
"component-emitter": "1.3.0", | ||
"component-emitter": "2.0.0", | ||
"cross-env": "^7.0.3", | ||
"eslint": "8.53.0", | ||
"eslint": "8.54.0", | ||
"git-authors-cli": "1.0.47", | ||
@@ -115,3 +115,3 @@ "husky": "8.0.3", | ||
"jsdom-global": "3.0.2", | ||
"lint-staged": "15.0.2", | ||
"lint-staged": "15.1.0", | ||
"mocha": "10.2.0", | ||
@@ -122,8 +122,8 @@ "npm-run-all": "4.1.5", | ||
"sazerac": "2.0.0", | ||
"semantic-release": "22.0.5", | ||
"sinon": "17.0.0", | ||
"semantic-release": "22.0.8", | ||
"sinon": "17.0.1", | ||
"snap-shot-it": "7.9.10", | ||
"typedoc": "0.25.2", | ||
"vis-dev-utils": "4.0.41" | ||
"typedoc": "0.25.3", | ||
"vis-dev-utils": "4.0.45" | ||
} | ||
} |
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 too big to display
Sorry, the diff of this file is too big to display
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 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 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 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
8344486
51941