@veloceapps/sdk 5.0.9 → 5.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/veloce-sdk-cms.umd.js +102 -51
- package/bundles/veloce-sdk-cms.umd.js.map +1 -1
- package/bundles/veloce-sdk-core.umd.js.map +1 -1
- package/bundles/veloce-sdk-runtime.umd.js.map +1 -1
- package/bundles/veloce-sdk.umd.js +4 -2
- package/bundles/veloce-sdk.umd.js.map +1 -1
- package/cms/components/element-renderer/element-renderer.component.d.ts +1 -0
- package/cms/services/launcher.service.d.ts +3 -3
- package/cms/types/compilation.types.d.ts +6 -0
- package/cms/types/index.d.ts +1 -0
- package/cms/utils/elements-resolver.d.ts +3 -0
- package/cms/vendor-map.d.ts +124 -116
- package/core/modules/configuration/services/configuration-runtime.service.d.ts +1 -1
- package/esm2015/cms/components/element-renderer/element-renderer.component.js +23 -2
- package/esm2015/cms/components/element.component.js +1 -1
- package/esm2015/cms/components/preview/preview.component.js +7 -4
- package/esm2015/cms/decorators/element.decorator.js +1 -1
- package/esm2015/cms/directives/custom-template.directive.js +1 -1
- package/esm2015/cms/engine/models/entity.js +1 -1
- package/esm2015/cms/modules/federated/federated.component.js +1 -1
- package/esm2015/cms/modules/federated/federated.utils.js +1 -1
- package/esm2015/cms/plugins/configuration.plugin.js +1 -1
- package/esm2015/cms/plugins/script.plugin.js +1 -1
- package/esm2015/cms/services/dynamic-module.service.js +1 -1
- package/esm2015/cms/services/element-context.service.js +1 -1
- package/esm2015/cms/services/integration.state.js +1 -1
- package/esm2015/cms/services/launcher.service.js +10 -10
- package/esm2015/cms/services/templates.service.js +1 -1
- package/esm2015/cms/types/compilation.types.js +2 -0
- package/esm2015/cms/types/index.js +2 -1
- package/esm2015/cms/utils/element.utils.js +1 -1
- package/esm2015/cms/utils/elements-resolver.js +52 -30
- package/esm2015/core/modules/configuration/services/configuration-runtime.service.js +1 -1
- package/esm2015/core/modules/configuration/services/configuration.service.js +1 -1
- package/esm2015/core/modules/configuration/services/runtime-context.service.js +1 -1
- package/esm2015/core/modules/flow-configuration/services/flow-update.service.js +1 -1
- package/esm2015/core/services/context.service.js +1 -1
- package/esm2015/core/services/quote-draft.service.js +1 -1
- package/esm2015/core/utils/line-item.utils.js +1 -1
- package/esm2015/runtime/components/component-preview/component-preview.component.js +1 -1
- package/esm2015/runtime/components/section-renderer/section-renderer.component.js +1 -1
- package/esm2015/runtime/components/ui-runtime/runtime.component.js +1 -1
- package/esm2015/runtime/components/ui-runtime-preview/runtime-preview.component.js +1 -1
- package/esm2015/runtime/execution/components/children-placeholder/children-placeholder.component.js +1 -1
- package/esm2015/runtime/execution/components/context-provider/context-provider.component.js +1 -1
- package/esm2015/runtime/execution/components/execution-section-renderer/execution-section-renderer.component.js +1 -1
- package/esm2015/runtime/execution/components/federated/federated.component.js +1 -1
- package/esm2015/runtime/execution/components/velo-attribute/velo-attribute.component.js +1 -1
- package/esm2015/runtime/execution/components/velo-multiselect/velo-multiselect.component.js +1 -1
- package/esm2015/runtime/execution/components/velo-port-checkbox/velo-port-checkbox.component.js +1 -1
- package/esm2015/runtime/execution/components/velo-port-dropdown/velo-port-dropdown.component.js +1 -1
- package/esm2015/runtime/execution/components/velo-port-radio/velo-port-radio.component.js +1 -1
- package/esm2015/runtime/execution/components/velo-type/velo-type.component.js +1 -1
- package/esm2015/runtime/execution/directives/section-script.directive.js +1 -1
- package/esm2015/runtime/execution/directives/sf-query.directive.js +1 -1
- package/esm2015/runtime/execution/directives/velo-attribute.directive.js +1 -1
- package/esm2015/runtime/execution/directives/velo-port.directive.js +1 -1
- package/esm2015/runtime/execution/directives/vl-approval.directive.js +1 -1
- package/esm2015/runtime/execution/directives/vl-document-attachments.directive.js +1 -1
- package/esm2015/runtime/execution/directives/vl-document-templates.directive.js +1 -1
- package/esm2015/runtime/execution/directives/vl-quote.directive.js +1 -1
- package/esm2015/runtime/execution/directives/vl-ramp.directive.js +1 -1
- package/esm2015/runtime/execution/utils/federated.util.js +1 -1
- package/esm2015/runtime/services/cart.service.js +1 -1
- package/esm2015/runtime/services/collapsible-state.service.js +1 -1
- package/esm2015/runtime/services/configuration.service.js +1 -1
- package/esm2015/runtime/services/current-state.service.js +1 -1
- package/esm2015/runtime/services/form-scope.service.js +1 -1
- package/esm2015/runtime/services/product-model-cache.service.js +1 -1
- package/esm2015/runtime/services/runtime-context.service.js +1 -1
- package/esm2015/runtime/services/runtime-form.service.js +2 -2
- package/esm2015/runtime/services/runtime.service.js +1 -1
- package/esm2015/runtime/services/section-helper.service.js +1 -1
- package/esm2015/runtime/services/section-scope.service.js +1 -1
- package/esm2015/runtime/services/section-store.service.js +1 -1
- package/esm2015/runtime/services/section.service.js +1 -1
- package/esm2015/runtime/types/script-registry.types.js +1 -1
- package/esm2015/runtime/utils/line-item.util.js +1 -1
- package/esm2015/runtime/utils/sections-binder.helper.js +1 -1
- package/esm2015/src/components/dialog/dialog.component.js +1 -1
- package/esm2015/src/components/doc-gen/doc-gen.component.js +2 -2
- package/esm2015/src/components/header/cart-overlay/cart-preview.component.js +2 -2
- package/esm2015/src/components/header/header.component.js +4 -2
- package/esm2015/src/components/header/metrics/metrics.component.js +1 -1
- package/esm2015/src/flow-routing.module.js +1 -1
- package/esm2015/src/flow.component.js +1 -1
- package/esm2015/src/guards/product-unload.guard.js +1 -1
- package/esm2015/src/guards/root.guard.js +1 -1
- package/esm2015/src/pages/catalog/catalog.component.js +1 -1
- package/esm2015/src/pages/debug/debug.component.js +1 -1
- package/esm2015/src/pages/legacy-product/legacy-product.component.js +1 -1
- package/esm2015/src/pages/product/product.component.js +1 -1
- package/esm2015/src/pages/record-not-found/record-not-found.component.js +1 -1
- package/esm2015/src/pages/shopping-cart/shopping-cart.component.js +1 -1
- package/esm2015/src/resolvers/flow.resolver.js +1 -1
- package/esm2015/src/resolvers/quote.resolver.js +1 -1
- package/esm2015/src/services/flow-router.service.js +1 -1
- package/fesm2015/veloce-sdk-cms.js +86 -40
- package/fesm2015/veloce-sdk-cms.js.map +1 -1
- package/fesm2015/veloce-sdk-core.js.map +1 -1
- package/fesm2015/veloce-sdk-runtime.js +1 -1
- package/fesm2015/veloce-sdk-runtime.js.map +1 -1
- package/fesm2015/veloce-sdk.js +4 -2
- package/fesm2015/veloce-sdk.js.map +1 -1
- package/package.json +1 -1
- package/runtime/services/runtime-form.service.d.ts +3 -3
- package/runtime/utils/line-item.util.d.ts +1 -1
- package/src/guards/product-unload.guard.d.ts +2 -1
- package/src/resolvers/flow.resolver.d.ts +1 -1
@@ -23,6 +23,7 @@ export declare class ElementRendererComponent implements OnInit, OnDestroy {
|
|
23
23
|
ngOnDestroy(): void;
|
24
24
|
private createComponents;
|
25
25
|
private createFromPath;
|
26
|
+
private getModelComponent;
|
26
27
|
private createFromLineItem;
|
27
28
|
private processChildren;
|
28
29
|
private getParentLineItem$;
|
@@ -1,7 +1,7 @@
|
|
1
|
-
import { Compiler
|
1
|
+
import { Compiler } from '@angular/core';
|
2
2
|
import { UIDefinitionMetadata } from '@veloce/sdk/core';
|
3
3
|
import { Observable } from 'rxjs';
|
4
|
-
import { ElementMetadata } from '../types';
|
4
|
+
import { CompilationResult, ElementMetadata } from '../types';
|
5
5
|
import { DynamicModuleService } from './dynamic-module.service';
|
6
6
|
import * as i0 from "@angular/core";
|
7
7
|
export declare class LauncherService {
|
@@ -10,7 +10,7 @@ export declare class LauncherService {
|
|
10
10
|
private module?;
|
11
11
|
private moduleInstance?;
|
12
12
|
constructor(compiler: Compiler, dynamicModuleService: DynamicModuleService);
|
13
|
-
compileModule(elements: ElementMetadata[]
|
13
|
+
compileModule(uiDef: UIDefinitionMetadata, elements: ElementMetadata[]): Observable<CompilationResult>;
|
14
14
|
destroy(): void;
|
15
15
|
private getModule;
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<LauncherService, never>;
|
package/cms/types/index.d.ts
CHANGED
@@ -12,10 +12,13 @@ export declare class ElementsResolver {
|
|
12
12
|
private transpileScripts;
|
13
13
|
private flattenElements;
|
14
14
|
private isSharedElement;
|
15
|
+
private getRenderableElements;
|
15
16
|
private getSharedElement;
|
16
17
|
private resolveElementTemplate;
|
17
18
|
private resolveElementStyles;
|
18
19
|
private processElementMetadata;
|
20
|
+
private getSharedChildren;
|
19
21
|
private resolveElement;
|
22
|
+
private getElementStyles;
|
20
23
|
private convertInlineStylesToCSS;
|
21
24
|
}
|
package/cms/vendor-map.d.ts
CHANGED
@@ -270,8 +270,8 @@ export declare const vendorMap: {
|
|
270
270
|
forEachRight<TString_1 extends string | null | undefined>(collection: TString_1, iteratee?: lodash.StringIterator<any> | undefined): TString_1;
|
271
271
|
forEachRight<T_95, TList_2 extends lodash.List<T_95> | null | undefined>(collection: TList_2 & (lodash.List<T_95> | null | undefined), iteratee?: lodash.ListIterator<T_95, any> | undefined): TList_2;
|
272
272
|
forEachRight<T_96 extends object>(collection: T_96 | null | undefined, iteratee?: lodash.ObjectIterator<T_96, any> | undefined): T_96 | null | undefined;
|
273
|
-
groupBy<T_120>(collection: lodash.List<T_120> | null | undefined, iteratee?: lodash.ValueIteratee<T_120> | undefined): lodash.Dictionary<
|
274
|
-
groupBy<T_121 extends object>(collection: T_121 | null | undefined, iteratee?: lodash.ValueIteratee<T_121[keyof T_121]> | undefined): lodash.Dictionary<
|
273
|
+
groupBy<T_120>(collection: lodash.List<T_120> | null | undefined, iteratee?: lodash.ValueIteratee<T_120> | undefined): lodash.Dictionary<T_120[]>;
|
274
|
+
groupBy<T_121 extends object>(collection: T_121 | null | undefined, iteratee?: lodash.ValueIteratee<T_121[keyof T_121]> | undefined): lodash.Dictionary<T_121[keyof T_121][]>;
|
275
275
|
includes<T_122>(collection: lodash.Dictionary<T_122> | lodash.NumericDictionary<T_122> | null | undefined, target: T_122, fromIndex?: number | undefined): boolean;
|
276
276
|
invokeMap(collection: object | null | undefined, methodName: string, ...args: any[]): any[];
|
277
277
|
invokeMap<TResult_13>(collection: object | null | undefined, method: (...args: any[]) => TResult_13, ...args: any[]): TResult_13[];
|
@@ -325,51 +325,52 @@ export declare const vendorMap: {
|
|
325
325
|
bindKey: lodash.FunctionBindKey;
|
326
326
|
curry: lodash.Curry;
|
327
327
|
curryRight: lodash.CurryRight;
|
328
|
-
debounce<T_163 extends (...args: any) => any>(func: T_163, wait
|
328
|
+
debounce<T_163 extends (...args: any) => any>(func: T_163, wait: number | undefined, options: lodash.DebounceSettingsLeading): lodash.DebouncedFuncLeading<T_163>;
|
329
|
+
debounce<T_164 extends (...args: any) => any>(func: T_164, wait?: number | undefined, options?: lodash.DebounceSettings | undefined): lodash.DebouncedFunc<T_164>;
|
329
330
|
defer(func: (...args: any[]) => any, ...args: any[]): number;
|
330
331
|
delay(func: (...args: any[]) => any, wait: number, ...args: any[]): number;
|
331
|
-
flip<
|
332
|
+
flip<T_165 extends (...args: any) => any>(func: T_165): T_165;
|
332
333
|
memoize: {
|
333
|
-
<
|
334
|
+
<T_166 extends (...args: any) => any>(func: T_166, resolver?: ((...args: Parameters<T_166>) => any) | undefined): T_166 & lodash.MemoizedFunction;
|
334
335
|
Cache: lodash.MapCacheConstructor;
|
335
336
|
};
|
336
|
-
negate<
|
337
|
-
once<
|
337
|
+
negate<T_167 extends any[]>(predicate: (...args: T_167) => boolean): (...args: T_167) => boolean;
|
338
|
+
once<T_168 extends (...args: any) => any>(func: T_168): T_168;
|
338
339
|
overArgs(func: (...args: any[]) => any, ...transforms: lodash.Many<(...args: any[]) => any>[]): (...args: any[]) => any;
|
339
340
|
partial: lodash.Partial;
|
340
341
|
partialRight: lodash.PartialRight;
|
341
342
|
rearg(func: (...args: any[]) => any, ...indexes: lodash.Many<number>[]): (...args: any[]) => any;
|
342
343
|
rest(func: (...args: any[]) => any, start?: number | undefined): (...args: any[]) => any;
|
343
344
|
spread<TResult_23>(func: (...args: any[]) => TResult_23, start?: number | undefined): (...args: any[]) => TResult_23;
|
344
|
-
throttle<
|
345
|
-
unary<
|
346
|
-
wrap<
|
347
|
-
castArray<
|
348
|
-
clone<
|
349
|
-
cloneDeep<
|
350
|
-
cloneDeepWith<
|
351
|
-
cloneDeepWith<
|
352
|
-
cloneWith<
|
353
|
-
cloneWith<
|
354
|
-
cloneWith<
|
355
|
-
conformsTo<
|
345
|
+
throttle<T_169 extends (...args: any) => any>(func: T_169, wait?: number | undefined, options?: lodash.ThrottleSettings | undefined): lodash.DebouncedFunc<T_169>;
|
346
|
+
unary<T_170, TResult_24>(func: (arg1: T_170, ...args: any[]) => TResult_24): (arg1: T_170) => TResult_24;
|
347
|
+
wrap<T_171, TArgs, TResult_25>(value: T_171, wrapper: (value: T_171, ...args: TArgs[]) => TResult_25): (...args: TArgs[]) => TResult_25;
|
348
|
+
castArray<T_172>(value?: lodash.Many<T_172> | undefined): T_172[];
|
349
|
+
clone<T_173>(value: T_173): T_173;
|
350
|
+
cloneDeep<T_174>(value: T_174): T_174;
|
351
|
+
cloneDeepWith<T_175>(value: T_175, customizer: lodash.CloneDeepWithCustomizer<T_175>): any;
|
352
|
+
cloneDeepWith<T_176>(value: T_176): T_176;
|
353
|
+
cloneWith<T_177, TResult_26 extends string | number | boolean | object | null>(value: T_177, customizer: lodash.CloneWithCustomizer<T_177, TResult_26>): TResult_26;
|
354
|
+
cloneWith<T_178, TResult_27>(value: T_178, customizer: lodash.CloneWithCustomizer<T_178, TResult_27 | undefined>): T_178 | TResult_27;
|
355
|
+
cloneWith<T_179>(value: T_179): T_179;
|
356
|
+
conformsTo<T_180>(object: T_180, source: lodash.ConformsPredicateObject<T_180>): boolean;
|
356
357
|
eq(value: any, other: any): boolean;
|
357
358
|
gt(value: any, other: any): boolean;
|
358
359
|
gte(value: any, other: any): boolean;
|
359
360
|
isArguments(value?: any): value is IArguments;
|
360
361
|
isArray(value?: any): value is any[];
|
361
|
-
isArray<
|
362
|
+
isArray<T_181>(value?: any): value is any[];
|
362
363
|
isArrayBuffer(value?: any): value is ArrayBuffer;
|
363
|
-
isArrayLike<
|
364
|
+
isArrayLike<T_182 extends {
|
364
365
|
__lodashAnyHack: any;
|
365
|
-
}>(t:
|
366
|
+
}>(t: T_182): boolean;
|
366
367
|
isArrayLike(value: ((...args: any[]) => any) | null | undefined): value is never;
|
367
368
|
isArrayLike(value: any): value is {
|
368
369
|
length: number;
|
369
370
|
};
|
370
|
-
isArrayLikeObject<
|
371
|
+
isArrayLikeObject<T_183 extends {
|
371
372
|
__lodashAnyHack: any;
|
372
|
-
}>(value:
|
373
|
+
}>(value: T_183): boolean;
|
373
374
|
isArrayLikeObject(value: string | number | boolean | Function | ((...args: any[]) => any) | null | undefined): value is never;
|
374
375
|
isArrayLikeObject(value: any): value is object & {
|
375
376
|
length: number;
|
@@ -378,6 +379,12 @@ export declare const vendorMap: {
|
|
378
379
|
isBuffer(value?: any): boolean;
|
379
380
|
isDate(value?: any): value is Date;
|
380
381
|
isElement(value?: any): boolean;
|
382
|
+
isEmpty<T_184 extends {
|
383
|
+
__trapAny: any;
|
384
|
+
}>(value?: T_184 | undefined): boolean;
|
385
|
+
isEmpty(value: string): value is "";
|
386
|
+
isEmpty(value: lodash.List<any> | Map<any, any> | Set<any> | null | undefined): boolean;
|
387
|
+
isEmpty<T_185 extends object>(value: T_185 | null | undefined): value is lodash.EmptyObjectOf<T_185> | null | undefined;
|
381
388
|
isEmpty(value?: any): boolean;
|
382
389
|
isEqual(value: any, other: any): boolean;
|
383
390
|
isEqualWith(value: any, other: any, customizer?: lodash.IsEqualCustomizer | undefined): boolean;
|
@@ -408,8 +415,8 @@ export declare const vendorMap: {
|
|
408
415
|
isWeakSet(value?: any): value is WeakSet<object>;
|
409
416
|
lt(value: any, other: any): boolean;
|
410
417
|
lte(value: any, other: any): boolean;
|
411
|
-
toArray<
|
412
|
-
toArray<
|
418
|
+
toArray<T_186>(value: lodash.Dictionary<T_186> | lodash.NumericDictionary<T_186> | null | undefined): T_186[];
|
419
|
+
toArray<T_187>(value: T_187): T_187[keyof T_187][];
|
413
420
|
toArray(): any[];
|
414
421
|
toFinite(value: any): number;
|
415
422
|
toInteger(value: any): number;
|
@@ -422,17 +429,17 @@ export declare const vendorMap: {
|
|
422
429
|
ceil(n: number, precision?: number | undefined): number;
|
423
430
|
divide(dividend: number, divisor: number): number;
|
424
431
|
floor(n: number, precision?: number | undefined): number;
|
425
|
-
max<
|
426
|
-
maxBy<
|
432
|
+
max<T_188>(collection: lodash.List<T_188> | null | undefined): T_188 | undefined;
|
433
|
+
maxBy<T_189>(collection: lodash.List<T_189> | null | undefined, iteratee?: lodash.ValueIteratee<T_189> | undefined): T_189 | undefined;
|
427
434
|
mean(collection: lodash.List<any> | null | undefined): number;
|
428
|
-
meanBy<
|
429
|
-
min<
|
430
|
-
minBy<
|
435
|
+
meanBy<T_190>(collection: lodash.List<T_190> | null | undefined, iteratee?: lodash.ValueIteratee<T_190> | undefined): number;
|
436
|
+
min<T_191>(collection: lodash.List<T_191> | null | undefined): T_191 | undefined;
|
437
|
+
minBy<T_192>(collection: lodash.List<T_192> | null | undefined, iteratee?: lodash.ValueIteratee<T_192> | undefined): T_192 | undefined;
|
431
438
|
multiply(multiplier: number, multiplicand: number): number;
|
432
439
|
round(n: number, precision?: number | undefined): number;
|
433
440
|
subtract(minuend: number, subtrahend: number): number;
|
434
441
|
sum(collection: lodash.List<any> | null | undefined): number;
|
435
|
-
sumBy<
|
442
|
+
sumBy<T_193>(collection: lodash.List<T_193> | null | undefined, iteratee?: string | ((value: T_193) => number) | undefined): number;
|
436
443
|
clamp(number: number, lower: number, upper: number): number;
|
437
444
|
clamp(number: number, upper: number): number;
|
438
445
|
inRange(n: number, start: number, end?: number | undefined): boolean;
|
@@ -464,9 +471,9 @@ export declare const vendorMap: {
|
|
464
471
|
assignWith<TObject_18, TSource1_11, TSource2_11, TSource3_7, TSource4_3>(object: TObject_18, source1: TSource1_11, source2: TSource2_11, source3: TSource3_7, source4: TSource4_3, customizer: lodash.AssignCustomizer): TObject_18 & TSource1_11 & TSource2_11 & TSource3_7 & TSource4_3;
|
465
472
|
assignWith<TObject_19>(object: TObject_19): TObject_19;
|
466
473
|
assignWith<TResult_30>(object: any, ...otherArgs: any[]): TResult_30;
|
467
|
-
at<
|
468
|
-
at<
|
469
|
-
create<
|
474
|
+
at<T_194>(object: lodash.Dictionary<T_194> | lodash.NumericDictionary<T_194> | null | undefined, ...props: lodash.PropertyPath[]): T_194[];
|
475
|
+
at<T_195 extends object>(object: T_195 | null | undefined, ...props: lodash.Many<keyof T_195>[]): T_195[keyof T_195][];
|
476
|
+
create<T_196 extends object, U_3 extends object>(prototype: T_196, properties?: U_3 | undefined): T_196 & U_3;
|
470
477
|
defaults<TObject_20, TSource_4>(object: TObject_20, source: TSource_4): NonNullable<TSource_4 & TObject_20>;
|
471
478
|
defaults<TObject_21, TSource1_12, TSource2_12>(object: TObject_21, source1: TSource1_12, source2: TSource2_12): NonNullable<TSource2_12 & TSource1_12 & TObject_21>;
|
472
479
|
defaults<TObject_22, TSource1_13, TSource2_13, TSource3_8>(object: TObject_22, source1: TSource1_13, source2: TSource2_13, source3: TSource3_8): NonNullable<TSource3_8 & TSource2_13 & TSource1_13 & TObject_22>;
|
@@ -474,9 +481,9 @@ export declare const vendorMap: {
|
|
474
481
|
defaults<TObject_24>(object: TObject_24): NonNullable<TObject_24>;
|
475
482
|
defaults(object: any, ...sources: any[]): any;
|
476
483
|
defaultsDeep(object: any, ...sources: any[]): any;
|
477
|
-
entries<
|
484
|
+
entries<T_197>(object?: lodash.Dictionary<T_197> | lodash.NumericDictionary<T_197> | undefined): [string, T_197][];
|
478
485
|
entries(object?: object | undefined): [string, any][];
|
479
|
-
entriesIn<
|
486
|
+
entriesIn<T_198>(object?: lodash.Dictionary<T_198> | lodash.NumericDictionary<T_198> | undefined): [string, T_198][];
|
480
487
|
entriesIn(object?: object | undefined): [string, any][];
|
481
488
|
extend<TObject_25, TSource_5>(object: TObject_25, source: TSource_5): TObject_25 & TSource_5;
|
482
489
|
extend<TObject_26, TSource1_15, TSource2_15>(object: TObject_26, source1: TSource1_15, source2: TSource2_15): TObject_26 & TSource1_15 & TSource2_15;
|
@@ -490,18 +497,18 @@ export declare const vendorMap: {
|
|
490
497
|
extendWith<TObject_33, TSource1_20, TSource2_20, TSource3_13, TSource4_6>(object: TObject_33, source1: TSource1_20, source2: TSource2_20, source3: TSource3_13, source4: TSource4_6, customizer: lodash.AssignCustomizer): TObject_33 & TSource1_20 & TSource2_20 & TSource3_13 & TSource4_6;
|
491
498
|
extendWith<TObject_34>(object: TObject_34): TObject_34;
|
492
499
|
extendWith<TResult_32>(object: any, ...otherArgs: any[]): TResult_32;
|
493
|
-
findKey<
|
494
|
-
findLastKey<
|
495
|
-
forIn<
|
496
|
-
forIn<
|
497
|
-
forInRight<
|
498
|
-
forInRight<
|
499
|
-
forOwn<
|
500
|
-
forOwn<
|
501
|
-
forOwnRight<
|
502
|
-
forOwnRight<
|
500
|
+
findKey<T_199>(object: T_199 | null | undefined, predicate?: lodash.ObjectIteratee<T_199> | undefined): string | undefined;
|
501
|
+
findLastKey<T_200>(object: T_200 | null | undefined, predicate?: lodash.ObjectIteratee<T_200> | undefined): string | undefined;
|
502
|
+
forIn<T_201>(object: T_201, iteratee?: lodash.ObjectIterator<T_201, any> | undefined): T_201;
|
503
|
+
forIn<T_202>(object: T_202 | null | undefined, iteratee?: lodash.ObjectIterator<T_202, any> | undefined): T_202 | null | undefined;
|
504
|
+
forInRight<T_203>(object: T_203, iteratee?: lodash.ObjectIterator<T_203, any> | undefined): T_203;
|
505
|
+
forInRight<T_204>(object: T_204 | null | undefined, iteratee?: lodash.ObjectIterator<T_204, any> | undefined): T_204 | null | undefined;
|
506
|
+
forOwn<T_205>(object: T_205, iteratee?: lodash.ObjectIterator<T_205, any> | undefined): T_205;
|
507
|
+
forOwn<T_206>(object: T_206 | null | undefined, iteratee?: lodash.ObjectIterator<T_206, any> | undefined): T_206 | null | undefined;
|
508
|
+
forOwnRight<T_207>(object: T_207, iteratee?: lodash.ObjectIterator<T_207, any> | undefined): T_207;
|
509
|
+
forOwnRight<T_208>(object: T_208 | null | undefined, iteratee?: lodash.ObjectIterator<T_208, any> | undefined): T_208 | null | undefined;
|
503
510
|
functions(object: any): string[];
|
504
|
-
functionsIn<
|
511
|
+
functionsIn<T_209 extends {}>(object: any): string[];
|
505
512
|
get<TObject_35 extends object, TKey extends keyof TObject_35>(object: TObject_35, path: TKey | [TKey]): TObject_35[TKey];
|
506
513
|
get<TObject_36 extends object, TKey_1 extends keyof TObject_36>(object: TObject_36 | null | undefined, path: TKey_1 | [TKey_1]): TObject_36[TKey_1] | undefined;
|
507
514
|
get<TObject_37 extends object, TKey_2 extends keyof TObject_37, TDefault>(object: TObject_37 | null | undefined, path: TKey_2 | [TKey_2], defaultValue: TDefault): TDefault | Exclude<TObject_37[TKey_2], undefined>;
|
@@ -514,33 +521,33 @@ export declare const vendorMap: {
|
|
514
521
|
get<TObject_44 extends object, TKey1_6 extends keyof TObject_44, TKey2_6 extends keyof TObject_44[TKey1_6], TKey3_3 extends keyof TObject_44[TKey1_6][TKey2_6], TKey4 extends keyof TObject_44[TKey1_6][TKey2_6][TKey3_3]>(object: TObject_44, path: [TKey1_6, TKey2_6, TKey3_3, TKey4]): TObject_44[TKey1_6][TKey2_6][TKey3_3][TKey4];
|
515
522
|
get<TObject_45 extends object, TKey1_7 extends keyof TObject_45, TKey2_7 extends keyof TObject_45[TKey1_7], TKey3_4 extends keyof TObject_45[TKey1_7][TKey2_7], TKey4_1 extends keyof TObject_45[TKey1_7][TKey2_7][TKey3_4]>(object: TObject_45 | null | undefined, path: [TKey1_7, TKey2_7, TKey3_4, TKey4_1]): TObject_45[TKey1_7][TKey2_7][TKey3_4][TKey4_1] | undefined;
|
516
523
|
get<TObject_46 extends object, TKey1_8 extends keyof TObject_46, TKey2_8 extends keyof TObject_46[TKey1_8], TKey3_5 extends keyof TObject_46[TKey1_8][TKey2_8], TKey4_2 extends keyof TObject_46[TKey1_8][TKey2_8][TKey3_5], TDefault_3>(object: TObject_46 | null | undefined, path: [TKey1_8, TKey2_8, TKey3_5, TKey4_2], defaultValue: TDefault_3): TDefault_3 | Exclude<TObject_46[TKey1_8][TKey2_8][TKey3_5][TKey4_2], undefined>;
|
517
|
-
get<
|
518
|
-
get<
|
519
|
-
get<
|
524
|
+
get<T_210>(object: lodash.NumericDictionary<T_210>, path: number): T_210;
|
525
|
+
get<T_211>(object: lodash.NumericDictionary<T_211> | null | undefined, path: number): T_211 | undefined;
|
526
|
+
get<T_212, TDefault_4>(object: lodash.NumericDictionary<T_212> | null | undefined, path: number, defaultValue: TDefault_4): T_212 | TDefault_4;
|
520
527
|
get<TDefault_5>(object: null | undefined, path: lodash.PropertyPath, defaultValue: TDefault_5): TDefault_5;
|
521
528
|
get(object: null | undefined, path: lodash.PropertyPath): undefined;
|
522
529
|
get(object: any, path: lodash.PropertyPath, defaultValue?: any): any;
|
523
|
-
has<
|
524
|
-
hasIn<
|
530
|
+
has<T_213>(object: T_213, path: lodash.PropertyPath): boolean;
|
531
|
+
hasIn<T_214>(object: T_214, path: lodash.PropertyPath): boolean;
|
525
532
|
invert(object: object): lodash.Dictionary<string>;
|
526
|
-
invertBy<
|
527
|
-
invertBy<
|
533
|
+
invertBy<T_215>(object: lodash.Dictionary<T_215> | lodash.NumericDictionary<T_215> | null | undefined, interatee?: lodash.ValueIteratee<T_215> | undefined): lodash.Dictionary<string[]>;
|
534
|
+
invertBy<T_216 extends object>(object: T_216 | null | undefined, interatee?: lodash.ValueIteratee<T_216[keyof T_216]> | undefined): lodash.Dictionary<string[]>;
|
528
535
|
invoke(object: any, path: lodash.PropertyPath, ...args: any[]): any;
|
529
536
|
keys(object?: any): string[];
|
530
537
|
keysIn(object?: any): string[];
|
531
|
-
mapKeys<
|
532
|
-
mapKeys<
|
538
|
+
mapKeys<T_217>(object: lodash.List<T_217> | null | undefined, iteratee?: lodash.ListIteratee<T_217> | undefined): lodash.Dictionary<T_217>;
|
539
|
+
mapKeys<T_218 extends object>(object: T_218 | null | undefined, iteratee?: lodash.ObjectIteratee<T_218> | undefined): lodash.Dictionary<T_218[keyof T_218]>;
|
533
540
|
mapValues<TResult_33>(obj: string | null | undefined, callback: lodash.StringIterator<TResult_33>): lodash.NumericDictionary<TResult_33>;
|
534
|
-
mapValues<
|
535
|
-
mapValues<
|
536
|
-
mapValues<
|
537
|
-
mapValues<
|
538
|
-
mapValues<
|
539
|
-
mapValues<
|
541
|
+
mapValues<T_219 extends object, TResult_34>(obj: T_219 | null | undefined, callback: lodash.ObjectIterator<T_219, TResult_34>): { [P in keyof T_219]: TResult_34; };
|
542
|
+
mapValues<T_220>(obj: lodash.Dictionary<T_220> | lodash.NumericDictionary<T_220> | null | undefined, iteratee: object): lodash.Dictionary<boolean>;
|
543
|
+
mapValues<T_221 extends object>(obj: T_221 | null | undefined, iteratee: object): { [P_1 in keyof T_221]: boolean; };
|
544
|
+
mapValues<T_222, TKey_3 extends keyof T_222>(obj: lodash.Dictionary<T_222> | lodash.NumericDictionary<T_222> | null | undefined, iteratee: TKey_3): lodash.Dictionary<T_222[TKey_3]>;
|
545
|
+
mapValues<T_223>(obj: lodash.Dictionary<T_223> | lodash.NumericDictionary<T_223> | null | undefined, iteratee: string): lodash.Dictionary<any>;
|
546
|
+
mapValues<T_224 extends object>(obj: T_224 | null | undefined, iteratee: string): { [P_2 in keyof T_224]: any; };
|
540
547
|
mapValues(obj: string | null | undefined): lodash.NumericDictionary<string>;
|
541
|
-
mapValues<
|
542
|
-
mapValues<
|
543
|
-
mapValues<
|
548
|
+
mapValues<T_225>(obj: lodash.Dictionary<T_225> | lodash.NumericDictionary<T_225> | null | undefined): lodash.Dictionary<T_225>;
|
549
|
+
mapValues<T_226 extends object>(obj: T_226): T_226;
|
550
|
+
mapValues<T_227 extends object>(obj: T_227 | null | undefined): Partial<T_227>;
|
544
551
|
merge<TObject_47, TSource_7>(object: TObject_47, source: TSource_7): TObject_47 & TSource_7;
|
545
552
|
merge<TObject_48, TSource1_21, TSource2_21>(object: TObject_48, source1: TSource1_21, source2: TSource2_21): TObject_48 & TSource1_21 & TSource2_21;
|
546
553
|
merge<TObject_49, TSource1_22, TSource2_22, TSource3_14>(object: TObject_49, source1: TSource1_22, source2: TSource2_22, source3: TSource3_14): TObject_49 & TSource1_22 & TSource2_22 & TSource3_14;
|
@@ -551,54 +558,54 @@ export declare const vendorMap: {
|
|
551
558
|
mergeWith<TObject_53, TSource1_25, TSource2_25, TSource3_16>(object: TObject_53, source1: TSource1_25, source2: TSource2_25, source3: TSource3_16, customizer: (value: any, srcValue: any, key: string, object: any, source: any) => any): TObject_53 & TSource1_25 & TSource2_25 & TSource3_16;
|
552
559
|
mergeWith<TObject_54, TSource1_26, TSource2_26, TSource3_17, TSource4_8>(object: TObject_54, source1: TSource1_26, source2: TSource2_26, source3: TSource3_17, source4: TSource4_8, customizer: (value: any, srcValue: any, key: string, object: any, source: any) => any): TObject_54 & TSource1_26 & TSource2_26 & TSource3_17 & TSource4_8;
|
553
560
|
mergeWith(object: any, ...otherArgs: any[]): any;
|
554
|
-
omit<
|
555
|
-
omit<
|
556
|
-
omit<
|
557
|
-
omitBy<
|
558
|
-
omitBy<
|
559
|
-
omitBy<
|
560
|
-
pick<
|
561
|
-
pick<
|
562
|
-
pickBy<
|
563
|
-
pickBy<
|
564
|
-
pickBy<
|
565
|
-
pickBy<
|
566
|
-
pickBy<
|
561
|
+
omit<T_228 extends object, K_1 extends lodash.PropertyName[]>(object: T_228 | null | undefined, ...paths: K_1): Pick<T_228, Exclude<keyof T_228, K_1[number]>>;
|
562
|
+
omit<T_229 extends object, K_2 extends keyof T_229>(object: T_229 | null | undefined, ...paths: lodash.Many<K_2>[]): lodash.Omit<T_229, K_2>;
|
563
|
+
omit<T_230 extends object>(object: T_230 | null | undefined, ...paths: lodash.Many<lodash.PropertyName>[]): Partial<T_230>;
|
564
|
+
omitBy<T_231>(object: lodash.Dictionary<T_231> | null | undefined, predicate?: lodash.ValueKeyIteratee<T_231> | undefined): lodash.Dictionary<T_231>;
|
565
|
+
omitBy<T_232>(object: lodash.NumericDictionary<T_232> | null | undefined, predicate?: lodash.ValueKeyIteratee<T_232> | undefined): lodash.NumericDictionary<T_232>;
|
566
|
+
omitBy<T_233 extends object>(object: T_233 | null | undefined, predicate: lodash.ValueKeyIteratee<T_233[keyof T_233]>): Partial<T_233>;
|
567
|
+
pick<T_234 extends object, U_4 extends keyof T_234>(object: T_234, ...props: lodash.Many<U_4>[]): Pick<T_234, U_4>;
|
568
|
+
pick<T_235>(object: T_235 | null | undefined, ...props: lodash.PropertyPath[]): Partial<T_235>;
|
569
|
+
pickBy<T_236, S_6 extends T_236>(object: lodash.Dictionary<T_236> | null | undefined, predicate: lodash.ValueKeyIterateeTypeGuard<T_236, S_6>): lodash.Dictionary<S_6>;
|
570
|
+
pickBy<T_237, S_7 extends T_237>(object: lodash.NumericDictionary<T_237> | null | undefined, predicate: lodash.ValueKeyIterateeTypeGuard<T_237, S_7>): lodash.NumericDictionary<S_7>;
|
571
|
+
pickBy<T_238>(object: lodash.Dictionary<T_238> | null | undefined, predicate?: lodash.ValueKeyIteratee<T_238> | undefined): lodash.Dictionary<T_238>;
|
572
|
+
pickBy<T_239>(object: lodash.NumericDictionary<T_239> | null | undefined, predicate?: lodash.ValueKeyIteratee<T_239> | undefined): lodash.NumericDictionary<T_239>;
|
573
|
+
pickBy<T_240 extends object>(object: T_240 | null | undefined, predicate?: lodash.ValueKeyIteratee<T_240[keyof T_240]> | undefined): Partial<T_240>;
|
567
574
|
result<TResult_35>(object: any, path: lodash.PropertyPath, defaultValue?: TResult_35 | ((...args: any[]) => TResult_35) | undefined): TResult_35;
|
568
|
-
set<
|
575
|
+
set<T_241 extends object>(object: T_241, path: lodash.PropertyPath, value: any): T_241;
|
569
576
|
set<TResult_36>(object: object, path: lodash.PropertyPath, value: any): TResult_36;
|
570
|
-
setWith<
|
571
|
-
setWith<
|
572
|
-
toPairs<
|
577
|
+
setWith<T_242 extends object>(object: T_242, path: lodash.PropertyPath, value: any, customizer?: lodash.SetWithCustomizer<T_242> | undefined): T_242;
|
578
|
+
setWith<T_243 extends object, TResult_37>(object: T_243, path: lodash.PropertyPath, value: any, customizer?: lodash.SetWithCustomizer<T_243> | undefined): TResult_37;
|
579
|
+
toPairs<T_244>(object?: lodash.Dictionary<T_244> | lodash.NumericDictionary<T_244> | undefined): [string, T_244][];
|
573
580
|
toPairs(object?: object | undefined): [string, any][];
|
574
|
-
toPairsIn<
|
581
|
+
toPairsIn<T_245>(object?: lodash.Dictionary<T_245> | lodash.NumericDictionary<T_245> | undefined): [string, T_245][];
|
575
582
|
toPairsIn(object?: object | undefined): [string, any][];
|
576
|
-
transform<
|
577
|
-
transform<
|
578
|
-
transform<
|
583
|
+
transform<T_246, TResult_38>(object: readonly T_246[], iteratee: lodash.MemoVoidArrayIterator<T_246, TResult_38>, accumulator?: TResult_38 | undefined): TResult_38;
|
584
|
+
transform<T_247, TResult_39>(object: lodash.Dictionary<T_247>, iteratee: lodash.MemoVoidDictionaryIterator<T_247, string, TResult_39>, accumulator?: TResult_39 | undefined): TResult_39;
|
585
|
+
transform<T_248 extends object, TResult_40>(object: T_248, iteratee: lodash.MemoVoidDictionaryIterator<T_248[keyof T_248], keyof T_248, TResult_40>, accumulator?: TResult_40 | undefined): TResult_40;
|
579
586
|
transform(object: any[]): any[];
|
580
587
|
transform(object: object): lodash.Dictionary<any>;
|
581
588
|
unset(object: any, path: lodash.PropertyPath): boolean;
|
582
589
|
update(object: object, path: lodash.PropertyPath, updater: (value: any) => any): any;
|
583
|
-
updateWith<
|
584
|
-
updateWith<
|
585
|
-
values<
|
586
|
-
values<
|
590
|
+
updateWith<T_249 extends object>(object: T_249, path: lodash.PropertyPath, updater: (oldValue: any) => any, customizer?: lodash.SetWithCustomizer<T_249> | undefined): T_249;
|
591
|
+
updateWith<T_250 extends object, TResult_41>(object: T_250, path: lodash.PropertyPath, updater: (oldValue: any) => any, customizer?: lodash.SetWithCustomizer<T_250> | undefined): TResult_41;
|
592
|
+
values<T_251>(object: lodash.Dictionary<T_251> | lodash.NumericDictionary<T_251> | lodash.List<T_251> | null | undefined): T_251[];
|
593
|
+
values<T_252 extends object>(object: T_252 | null | undefined): T_252[keyof T_252][];
|
587
594
|
values(object: any): any[];
|
588
|
-
valuesIn<
|
589
|
-
valuesIn<
|
595
|
+
valuesIn<T_253>(object: lodash.Dictionary<T_253> | lodash.NumericDictionary<T_253> | lodash.List<T_253> | null | undefined): T_253[];
|
596
|
+
valuesIn<T_254 extends object>(object: T_254 | null | undefined): T_254[keyof T_254][];
|
590
597
|
chain<TrapAny extends {
|
591
598
|
__lodashAnyHack: any;
|
592
599
|
}>(value: TrapAny): lodash.CollectionChain<any> & lodash.FunctionChain<any> & lodash.ObjectChain<any> & lodash.PrimitiveChain<any> & lodash.StringChain;
|
593
|
-
chain<
|
600
|
+
chain<T_255 extends null | undefined>(value: T_255): lodash.PrimitiveChain<T_255>;
|
594
601
|
chain(value: string): lodash.StringChain;
|
595
602
|
chain(value: string | null | undefined): lodash.StringNullableChain;
|
596
|
-
chain<
|
597
|
-
chain<
|
598
|
-
chain<
|
599
|
-
chain<
|
600
|
-
tap<
|
601
|
-
thru<
|
603
|
+
chain<T_256 extends (...args: any[]) => any>(value: T_256): lodash.FunctionChain<T_256>;
|
604
|
+
chain<T_257 = any>(value: lodash.List<T_257> | null | undefined): lodash.CollectionChain<T_257>;
|
605
|
+
chain<T_258 extends object>(value: T_258 | null | undefined): lodash.ObjectChain<T_258>;
|
606
|
+
chain<T_259>(value: T_259): lodash.PrimitiveChain<T_259>;
|
607
|
+
tap<T_260>(value: T_260, interceptor: (value: T_260) => void): T_260;
|
608
|
+
thru<T_261, TResult_42>(value: T_261, interceptor: (value: T_261) => TResult_42): TResult_42;
|
602
609
|
camelCase(string?: string | undefined): string;
|
603
610
|
capitalize(string?: string | undefined): string;
|
604
611
|
deburr(string?: string | undefined): string;
|
@@ -636,12 +643,13 @@ export declare const vendorMap: {
|
|
636
643
|
words(string?: string | undefined, pattern?: string | RegExp | undefined): string[];
|
637
644
|
words(string: string, index: string | number, guard: object): string[];
|
638
645
|
attempt<TResult_43>(func: (...args: any[]) => TResult_43, ...args: any[]): Error | TResult_43;
|
639
|
-
bindAll<
|
640
|
-
cond<
|
641
|
-
|
642
|
-
|
643
|
-
|
644
|
-
defaultTo<
|
646
|
+
bindAll<T_262>(object: T_262, ...methodNames: lodash.Many<string>[]): T_262;
|
647
|
+
cond<R>(pairs: lodash.CondPairNullary<R>[]): () => R;
|
648
|
+
cond<T_263, R_1>(pairs: lodash.CondPairUnary<T_263, R_1>[]): (Target: T_263) => R_1;
|
649
|
+
conforms<T_264>(source: lodash.ConformsPredicateObject<T_264>): (value: T_264) => boolean;
|
650
|
+
constant<T_265>(value: T_265): () => T_265;
|
651
|
+
defaultTo<T_266>(value: T_266 | null | undefined, defaultValue: T_266): T_266;
|
652
|
+
defaultTo<T_267, TDefault_6>(value: T_267 | null | undefined, defaultValue: TDefault_6): T_267 | TDefault_6;
|
645
653
|
flow<A extends any[], R1, R2, R3, R4, R5, R6, R7>(f1: (...args: A) => R1, f2: (a: R1) => R2, f3: (a: R2) => R3, f4: (a: R3) => R4, f5: (a: R4) => R5, f6: (a: R5) => R6, f7: (a: R6) => R7): (...args: A) => R7;
|
646
654
|
flow<A_1 extends any[], R1_1, R2_1, R3_1, R4_1, R5_1, R6_1, R7_1>(f1: (...args: A_1) => R1_1, f2: (a: R1_1) => R2_1, f3: (a: R2_1) => R3_1, f4: (a: R3_1) => R4_1, f5: (a: R4_1) => R5_1, f6: (a: R5_1) => R6_1, f7: (a: R6_1) => R7_1, ...func: lodash.Many<(a: any) => any>[]): (...args: A_1) => any;
|
647
655
|
flow<A_2 extends any[], R1_2, R2_2, R3_2, R4_2, R5_2, R6_2>(f1: (...args: A_2) => R1_2, f2: (a: R1_2) => R2_2, f3: (a: R2_2) => R3_2, f4: (a: R3_2) => R4_2, f5: (a: R4_2) => R5_2, f6: (a: R5_2) => R6_2): (...args: A_2) => R6_2;
|
@@ -657,14 +665,14 @@ export declare const vendorMap: {
|
|
657
665
|
flowRight<A_11 extends any[], R1_11, R2_11, R3_10>(f3: (a: R2_11) => R3_10, f2: (a: R1_11) => R2_11, f1: (...args: A_11) => R1_11): (...args: A_11) => R3_10;
|
658
666
|
flowRight<A_12 extends any[], R1_12, R2_12>(f2: (a: R1_12) => R2_12, f1: (...args: A_12) => R1_12): (...args: A_12) => R2_12;
|
659
667
|
flowRight(...func: lodash.Many<(...args: any[]) => any>[]): (...args: any[]) => any;
|
660
|
-
identity<
|
668
|
+
identity<T_268>(value: T_268): T_268;
|
661
669
|
identity(): undefined;
|
662
670
|
iteratee<TFunction extends (...args: any[]) => any>(func: TFunction): TFunction;
|
663
671
|
iteratee(func: string | number | symbol | object): (...args: any[]) => any;
|
664
|
-
matches<
|
665
|
-
matches<
|
666
|
-
matchesProperty<
|
667
|
-
matchesProperty<
|
672
|
+
matches<T_269>(source: T_269): (value: any) => boolean;
|
673
|
+
matches<T_270, V>(source: T_270): (value: V) => boolean;
|
674
|
+
matchesProperty<T_271>(path: lodash.PropertyPath, srcValue: T_271): (value: any) => boolean;
|
675
|
+
matchesProperty<T_272, V_1>(path: lodash.PropertyPath, srcValue: T_272): (value: V_1) => boolean;
|
668
676
|
method(path: lodash.PropertyPath, ...args: any[]): (object: any) => any;
|
669
677
|
methodOf(object: object, ...args: any[]): (path: lodash.PropertyPath) => any;
|
670
678
|
mixin<TObject_55>(object: TObject_55, source: lodash.Dictionary<(...args: any[]) => any>, options?: lodash.MixinOptions | undefined): TObject_55;
|
@@ -673,12 +681,12 @@ export declare const vendorMap: {
|
|
673
681
|
noop(...args: any[]): void;
|
674
682
|
nthArg(n?: number | undefined): (...args: any[]) => any;
|
675
683
|
over<TResult_45>(...iteratees: lodash.Many<(...args: any[]) => TResult_45>[]): (...args: any[]) => TResult_45[];
|
676
|
-
overEvery<
|
677
|
-
overEvery<
|
678
|
-
overSome<
|
679
|
-
overSome<
|
684
|
+
overEvery<T_273, Result1 extends T_273, Result2 extends T_273>(predicates_0: (arg: T_273) => arg is Result1, predicates_1: (arg: T_273) => arg is Result2): (arg: T_273) => arg is Result1 & Result2;
|
685
|
+
overEvery<T_274>(...predicates: lodash.Many<(...args: T_274[]) => boolean>[]): (...args: T_274[]) => boolean;
|
686
|
+
overSome<T_275, Result1_1 extends T_275, Result2_1 extends T_275>(predicates_0: (arg: T_275) => arg is Result1_1, predicates_1: (arg: T_275) => arg is Result2_1): (arg: T_275) => arg is Result1_1 | Result2_1;
|
687
|
+
overSome<T_276>(...predicates: lodash.Many<(...args: T_276[]) => boolean>[]): (...args: T_276[]) => boolean;
|
680
688
|
property<TObj, TResult_46>(path: lodash.PropertyPath): (obj: TObj) => TResult_46;
|
681
|
-
propertyOf<
|
689
|
+
propertyOf<T_277 extends {}>(object: T_277): (path: lodash.PropertyPath) => any;
|
682
690
|
range(start: number, end?: number | undefined, step?: number | undefined): number[];
|
683
691
|
range(end: number, index: string | number, guard: object): number[];
|
684
692
|
rangeRight(start: number, end?: number | undefined, step?: number | undefined): number[];
|
@@ -17,7 +17,7 @@ export declare class ConfigurationRuntimeService {
|
|
17
17
|
uiDefinitionProperties: UIDefinitionProps;
|
18
18
|
constructor(apiService: ConfigurationApiService, contextService: ContextService, runtimeContextService: RuntimeContextService);
|
19
19
|
reset(): void;
|
20
|
-
initTestMode(modelId: string, uiDefinition: UIDefinition):
|
20
|
+
initTestMode(modelId: string, uiDefinition: UIDefinition): any;
|
21
21
|
init(props: RuntimeInitializationProps): Observable<RuntimeContext | undefined>;
|
22
22
|
private id15to18;
|
23
23
|
getAsset(lineItem: LineItem): LineItem | undefined;
|