@wavemaker/angular-codegen 11.10.0-rc.198 → 11.10.1-rc.6054
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/angular-app/dependency-report.html +1 -1
- package/angular-app/npm-shrinkwrap.json +304 -62
- package/angular-app/package-lock.json +304 -62
- package/angular-app/package.json +5 -5
- package/angular-app/src/assets/styles/css/wm-style.css +1 -1
- package/dependencies/expression-parser.cjs.js +14 -18
- package/dependencies/pipe-provider.cjs.js +168 -456
- package/dependencies/transpilation-mobile.cjs.js +51 -192
- package/dependencies/transpilation-web.cjs.js +65 -209
- package/npm-shrinkwrap.json +37 -43
- package/package-lock.json +37 -43
- package/package.json +2 -2
- package/templates/page/page.module.ts.hbs +1 -1
|
@@ -27811,7 +27811,6 @@ class CompilerFacadeImpl {
|
|
|
27811
27811
|
name: facade.name,
|
|
27812
27812
|
type: wrapReference(facade.type),
|
|
27813
27813
|
typeArgumentCount: 0,
|
|
27814
|
-
deps: null,
|
|
27815
27814
|
pipeName: facade.pipeName,
|
|
27816
27815
|
pure: facade.pure,
|
|
27817
27816
|
isStandalone: facade.isStandalone,
|
|
@@ -45640,10 +45639,10 @@ var zipWith = baseRest(function(arrays) {
|
|
|
45640
45639
|
var array = {
|
|
45641
45640
|
chunk, compact, concat, difference, differenceBy,
|
|
45642
45641
|
differenceWith, drop, dropRight, dropRightWhile, dropWhile,
|
|
45643
|
-
fill, findIndex, findLastIndex,
|
|
45642
|
+
fill, findIndex, findLastIndex, flatten: flatten$1,
|
|
45644
45643
|
flattenDeep, flattenDepth, fromPairs, head, indexOf: indexOf$1,
|
|
45645
45644
|
initial, intersection, intersectionBy, intersectionWith, join,
|
|
45646
|
-
|
|
45645
|
+
lastIndexOf, nth, pull, pullAll,
|
|
45647
45646
|
pullAllBy, pullAllWith, pullAt, remove: remove$1, reverse,
|
|
45648
45647
|
slice, sortedIndex, sortedIndexBy, sortedIndexOf, sortedLastIndex,
|
|
45649
45648
|
sortedLastIndexBy, sortedLastIndexOf, sortedUniq, sortedUniqBy, tail,
|
|
@@ -45654,7 +45653,7 @@ var array = {
|
|
|
45654
45653
|
};
|
|
45655
45654
|
|
|
45656
45655
|
var collection = {
|
|
45657
|
-
countBy,
|
|
45656
|
+
countBy, every, filter: filter$1,
|
|
45658
45657
|
find, findLast, flatMap, flatMapDeep, flatMapDepth,
|
|
45659
45658
|
forEach, forEachRight, groupBy, includes, invokeMap,
|
|
45660
45659
|
keyBy, map: map$1, orderBy, partition, reduce,
|
|
@@ -45669,7 +45668,7 @@ var date = {
|
|
|
45669
45668
|
var func = {
|
|
45670
45669
|
after, ary, before, bind, bindKey,
|
|
45671
45670
|
curry, curryRight, debounce, defer: defer$1, delay,
|
|
45672
|
-
flip, memoize,
|
|
45671
|
+
flip, memoize, once, overArgs,
|
|
45673
45672
|
partial, partialRight, rearg, rest, spread,
|
|
45674
45673
|
throttle, unary, wrap
|
|
45675
45674
|
};
|
|
@@ -45677,15 +45676,14 @@ var func = {
|
|
|
45677
45676
|
var lang = {
|
|
45678
45677
|
castArray, clone, cloneDeep, cloneDeepWith, cloneWith,
|
|
45679
45678
|
conformsTo, eq, gt, gte, isArguments,
|
|
45680
|
-
|
|
45679
|
+
isArrayBuffer: isArrayBuffer$1, isArrayLike: isArrayLike$1, isArrayLikeObject, isBoolean,
|
|
45681
45680
|
isBuffer, isDate: isDate$1, isElement, isEmpty, isEqual,
|
|
45682
45681
|
isEqualWith, isError, isFinite: isFinite$1, isFunction: isFunction$1, isInteger,
|
|
45683
45682
|
isLength, isMap, isMatch, isMatchWith, isNaN: isNaN$1,
|
|
45684
|
-
isNative, isNil, isNull, isNumber,
|
|
45685
|
-
isObjectLike, isPlainObject, isRegExp, isSafeInteger, isSet,
|
|
45683
|
+
isNative, isNil, isNull, isNumber, isObjectLike, isPlainObject, isRegExp, isSafeInteger, isSet,
|
|
45686
45684
|
isString: isString$1, isSymbol, isTypedArray, isUndefined, isWeakMap,
|
|
45687
45685
|
isWeakSet, lt, lte, toArray, toFinite,
|
|
45688
|
-
|
|
45686
|
+
toLength, toNumber, toPlainObject, toSafeInteger,
|
|
45689
45687
|
toString
|
|
45690
45688
|
};
|
|
45691
45689
|
|
|
@@ -45701,11 +45699,10 @@ var number = {
|
|
|
45701
45699
|
|
|
45702
45700
|
var object = {
|
|
45703
45701
|
assign, assignIn, assignInWith, assignWith, at,
|
|
45704
|
-
create, defaults, defaultsDeep,
|
|
45705
|
-
extend: assignIn, extendWith: assignInWith, findKey, findLastKey, forIn,
|
|
45702
|
+
create, defaults, defaultsDeep, findKey, findLastKey, forIn,
|
|
45706
45703
|
forInRight, forOwn, forOwnRight, functions, functionsIn,
|
|
45707
45704
|
get: get$1, has, hasIn, invert, invertBy,
|
|
45708
|
-
invoke,
|
|
45705
|
+
invoke, keysIn, mapKeys, mapValues,
|
|
45709
45706
|
merge: merge$1, mergeWith, omit, omitBy, pick,
|
|
45710
45707
|
pickBy, result, set: set$1, setWith, toPairs,
|
|
45711
45708
|
toPairsIn, transform, unset, update, updateWith,
|
|
@@ -45713,9 +45710,9 @@ var object = {
|
|
|
45713
45710
|
};
|
|
45714
45711
|
|
|
45715
45712
|
var seq = {
|
|
45716
|
-
at: wrapperAt, chain, commit: wrapperCommit,
|
|
45717
|
-
plant: wrapperPlant, reverse: wrapperReverse, tap,
|
|
45718
|
-
|
|
45713
|
+
at: wrapperAt, chain, commit: wrapperCommit, next: wrapperNext,
|
|
45714
|
+
plant: wrapperPlant, reverse: wrapperReverse, tap, toIterator: wrapperToIterator,
|
|
45715
|
+
value: wrapperValue, wrapperChain
|
|
45719
45716
|
};
|
|
45720
45717
|
|
|
45721
45718
|
var string = {
|
|
@@ -45730,9 +45727,8 @@ var string = {
|
|
|
45730
45727
|
|
|
45731
45728
|
var util = {
|
|
45732
45729
|
attempt, bindAll, cond, conforms, constant,
|
|
45733
|
-
defaultTo, flow, flowRight,
|
|
45734
|
-
matches, matchesProperty, method, methodOf,
|
|
45735
|
-
noop: noop$4, nthArg, over, overEvery, overSome,
|
|
45730
|
+
defaultTo, flow, flowRight, iteratee,
|
|
45731
|
+
matches, matchesProperty, method, methodOf, noop: noop$4, nthArg, over, overEvery, overSome,
|
|
45736
45732
|
property, propertyOf, range, rangeRight, stubArray,
|
|
45737
45733
|
stubFalse, stubObject, stubString, stubTrue, times,
|
|
45738
45734
|
toPath, uniqueId
|
|
@@ -46516,7 +46512,6 @@ function isFunction(x) {
|
|
|
46516
46512
|
/** PURE_IMPORTS_START PURE_IMPORTS_END */
|
|
46517
46513
|
var _enable_super_gross_mode_that_will_cause_bad_things = false;
|
|
46518
46514
|
var config = {
|
|
46519
|
-
Promise: undefined,
|
|
46520
46515
|
set useDeprecatedSynchronousErrorHandling(value) {
|
|
46521
46516
|
if (value) {
|
|
46522
46517
|
var error = /*@__PURE__*/ new Error();
|
|
@@ -48449,7 +48444,7 @@ var FinallySubscriber = /*@__PURE__*/ (function (_super) {
|
|
|
48449
48444
|
/** PURE_IMPORTS_START _util_EmptyError,_filter,_take,_defaultIfEmpty,_throwIfEmpty,_util_identity PURE_IMPORTS_END */
|
|
48450
48445
|
function first(predicate, defaultValue) {
|
|
48451
48446
|
var hasDefaultValue = arguments.length >= 2;
|
|
48452
|
-
return function (source) { return source.pipe(filter(function (v, i) { return predicate(v, i, source); }) , take(1), hasDefaultValue ? defaultIfEmpty(defaultValue) : throwIfEmpty(function () { return new EmptyError(); })); };
|
|
48447
|
+
return function (source) { return source.pipe(predicate ? filter(function (v, i) { return predicate(v, i, source); }) : identity, take(1), hasDefaultValue ? defaultIfEmpty(defaultValue) : throwIfEmpty(function () { return new EmptyError(); })); };
|
|
48453
48448
|
}
|
|
48454
48449
|
|
|
48455
48450
|
/** PURE_IMPORTS_START tslib,_OuterSubscriber,_InnerSubscriber,_util_subscribeToResult,_map,_observable_from PURE_IMPORTS_END */
|
|
@@ -48609,16 +48604,6 @@ function setParsed(text, parsed) {
|
|
|
48609
48604
|
* event contract doesn't work around their peculiarities.
|
|
48610
48605
|
*/
|
|
48611
48606
|
const EventType = {
|
|
48612
|
-
/**
|
|
48613
|
-
* Mouse middle click, introduced in Chrome 55 and not yet supported on
|
|
48614
|
-
* other browsers.
|
|
48615
|
-
*/
|
|
48616
|
-
AUXCLICK: 'auxclick',
|
|
48617
|
-
/**
|
|
48618
|
-
* The change event fired by browsers when the `value` attribute of input,
|
|
48619
|
-
* select, and textarea elements are changed.
|
|
48620
|
-
*/
|
|
48621
|
-
CHANGE: 'change',
|
|
48622
48607
|
/**
|
|
48623
48608
|
* The click event. In addEvent() refers to all click events, in the
|
|
48624
48609
|
* jsaction attribute it refers to the unmodified click and Enter/Space
|
|
@@ -48633,12 +48618,6 @@ const EventType = {
|
|
|
48633
48618
|
* click event.
|
|
48634
48619
|
*/
|
|
48635
48620
|
CLICKMOD: 'clickmod',
|
|
48636
|
-
/**
|
|
48637
|
-
* Specifies the jsaction for a click-only event. Click-only doesn't take
|
|
48638
|
-
* into account the case where an element with focus receives an Enter/Space
|
|
48639
|
-
* keypress. This event isn't separately enabled in addEvent().
|
|
48640
|
-
*/
|
|
48641
|
-
CLICKONLY: 'clickonly',
|
|
48642
48621
|
/**
|
|
48643
48622
|
* The dblclick event.
|
|
48644
48623
|
*/
|
|
@@ -48688,18 +48667,6 @@ const EventType = {
|
|
|
48688
48667
|
* browsers.
|
|
48689
48668
|
*/
|
|
48690
48669
|
KEYUP: 'keyup',
|
|
48691
|
-
/**
|
|
48692
|
-
* The mouseup event. Can either be used directly or used implicitly to
|
|
48693
|
-
* capture mouseup events. In addEvent(), it represents a regular DOM
|
|
48694
|
-
* mouseup event.
|
|
48695
|
-
*/
|
|
48696
|
-
MOUSEUP: 'mouseup',
|
|
48697
|
-
/**
|
|
48698
|
-
* The mousedown event. Can either be used directly or used implicitly to
|
|
48699
|
-
* capture mouseenter events. In addEvent(), it represents a regular DOM
|
|
48700
|
-
* mouseover event.
|
|
48701
|
-
*/
|
|
48702
|
-
MOUSEDOWN: 'mousedown',
|
|
48703
48670
|
/**
|
|
48704
48671
|
* The mouseover event. Can either be used directly or used implicitly to
|
|
48705
48672
|
* capture mouseenter events. In addEvent(), it represents a regular DOM
|
|
@@ -48722,22 +48689,6 @@ const EventType = {
|
|
|
48722
48689
|
* element being entered within a DOM tree.
|
|
48723
48690
|
*/
|
|
48724
48691
|
MOUSELEAVE: 'mouseleave',
|
|
48725
|
-
/**
|
|
48726
|
-
* The mousemove event.
|
|
48727
|
-
*/
|
|
48728
|
-
MOUSEMOVE: 'mousemove',
|
|
48729
|
-
/**
|
|
48730
|
-
* The pointerup event. Can either be used directly or used implicitly to
|
|
48731
|
-
* capture pointerup events. In addEvent(), it represents a regular DOM
|
|
48732
|
-
* pointerup event.
|
|
48733
|
-
*/
|
|
48734
|
-
POINTERUP: 'pointerup',
|
|
48735
|
-
/**
|
|
48736
|
-
* The pointerdown event. Can either be used directly or used implicitly to
|
|
48737
|
-
* capture pointerenter events. In addEvent(), it represents a regular DOM
|
|
48738
|
-
* mouseover event.
|
|
48739
|
-
*/
|
|
48740
|
-
POINTERDOWN: 'pointerdown',
|
|
48741
48692
|
/**
|
|
48742
48693
|
* The pointerover event. Can either be used directly or used implicitly to
|
|
48743
48694
|
* capture pointerenter events. In addEvent(), it represents a regular DOM
|
|
@@ -48760,26 +48711,6 @@ const EventType = {
|
|
|
48760
48711
|
* element being entered within a DOM tree.
|
|
48761
48712
|
*/
|
|
48762
48713
|
POINTERLEAVE: 'pointerleave',
|
|
48763
|
-
/**
|
|
48764
|
-
* The pointermove event.
|
|
48765
|
-
*/
|
|
48766
|
-
POINTERMOVE: 'pointermove',
|
|
48767
|
-
/**
|
|
48768
|
-
* The pointercancel event.
|
|
48769
|
-
*/
|
|
48770
|
-
POINTERCANCEL: 'pointercancel',
|
|
48771
|
-
/**
|
|
48772
|
-
* The gotpointercapture event is fired when
|
|
48773
|
-
* Element.setPointerCapture(pointerId) is called on a mouse input, or
|
|
48774
|
-
* implicitly when a touch input begins.
|
|
48775
|
-
*/
|
|
48776
|
-
GOTPOINTERCAPTURE: 'gotpointercapture',
|
|
48777
|
-
/**
|
|
48778
|
-
* The lostpointercapture event is fired when
|
|
48779
|
-
* Element.releasePointerCapture(pointerId) is called, or implicitly after a
|
|
48780
|
-
* touch input ends.
|
|
48781
|
-
*/
|
|
48782
|
-
LOSTPOINTERCAPTURE: 'lostpointercapture',
|
|
48783
48714
|
/**
|
|
48784
48715
|
* The error event. The error event doesn't bubble, but you can use it in
|
|
48785
48716
|
* addEvent() and jsaction anyway. EventContract does the right thing under
|
|
@@ -48792,10 +48723,6 @@ const EventType = {
|
|
|
48792
48723
|
* under the hood.
|
|
48793
48724
|
*/
|
|
48794
48725
|
LOAD: 'load',
|
|
48795
|
-
/**
|
|
48796
|
-
* The unload event.
|
|
48797
|
-
*/
|
|
48798
|
-
UNLOAD: 'unload',
|
|
48799
48726
|
/**
|
|
48800
48727
|
* The touchstart event. Bubbles, will only ever fire in browsers with
|
|
48801
48728
|
* touch support.
|
|
@@ -48811,30 +48738,12 @@ const EventType = {
|
|
|
48811
48738
|
* touch support.
|
|
48812
48739
|
*/
|
|
48813
48740
|
TOUCHMOVE: 'touchmove',
|
|
48814
|
-
/**
|
|
48815
|
-
* The input event.
|
|
48816
|
-
*/
|
|
48817
|
-
INPUT: 'input',
|
|
48818
|
-
/**
|
|
48819
|
-
* The scroll event.
|
|
48820
|
-
*/
|
|
48821
|
-
SCROLL: 'scroll',
|
|
48822
48741
|
/**
|
|
48823
48742
|
* The toggle event. The toggle event doesn't bubble, but you can use it in
|
|
48824
48743
|
* addEvent() and jsaction anyway. EventContract does the right thing
|
|
48825
48744
|
* under the hood.
|
|
48826
48745
|
*/
|
|
48827
|
-
TOGGLE: 'toggle'
|
|
48828
|
-
/**
|
|
48829
|
-
* A custom event. The actual custom event type is declared as the 'type'
|
|
48830
|
-
* field in the event details. Supported in Firefox 6+, IE 9+, and all Chrome
|
|
48831
|
-
* versions.
|
|
48832
|
-
*
|
|
48833
|
-
* This is an internal name. Users should use jsaction's fireCustomEvent to
|
|
48834
|
-
* fire custom events instead of relying on this type to create them.
|
|
48835
|
-
*/
|
|
48836
|
-
CUSTOM: '_custom',
|
|
48837
|
-
};
|
|
48746
|
+
TOGGLE: 'toggle'};
|
|
48838
48747
|
/** All event types that do not bubble or capture and need a polyfill. */
|
|
48839
48748
|
const MOUSE_SPECIAL_EVENT_TYPES = [
|
|
48840
48749
|
EventType.MOUSEENTER,
|
|
@@ -49181,11 +49090,6 @@ class EventContractContainer {
|
|
|
49181
49090
|
}
|
|
49182
49091
|
|
|
49183
49092
|
const Char = {
|
|
49184
|
-
/**
|
|
49185
|
-
* The separator between the namespace and the action name in the
|
|
49186
|
-
* jsaction attribute value.
|
|
49187
|
-
*/
|
|
49188
|
-
NAMESPACE_ACTION_SEPARATOR: '.',
|
|
49189
49093
|
/**
|
|
49190
49094
|
* The separator between the event name and action in the jsaction
|
|
49191
49095
|
* attribute value.
|
|
@@ -87887,7 +87791,7 @@ class PlatformNavigation {
|
|
|
87887
87791
|
static { this.ɵfac = ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PlatformNavigation, deps: [], target: FactoryTarget.Injectable }); }
|
|
87888
87792
|
static { this.ɵprov = ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PlatformNavigation, providedIn: 'platform', useFactory: () => window.navigation }); }
|
|
87889
87793
|
}
|
|
87890
|
-
ɵɵngDeclareClassMetadata({
|
|
87794
|
+
ɵɵngDeclareClassMetadata({ type: PlatformNavigation, decorators: [{
|
|
87891
87795
|
type: Injectable,
|
|
87892
87796
|
args: [{ providedIn: 'platform', useFactory: () => window.navigation }]
|
|
87893
87797
|
}] });
|
|
@@ -87930,7 +87834,7 @@ class PlatformLocation {
|
|
|
87930
87834
|
static { this.ɵfac = ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PlatformLocation, deps: [], target: FactoryTarget.Injectable }); }
|
|
87931
87835
|
static { this.ɵprov = ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PlatformLocation, providedIn: 'platform', useFactory: () => inject(BrowserPlatformLocation) }); }
|
|
87932
87836
|
}
|
|
87933
|
-
ɵɵngDeclareClassMetadata({
|
|
87837
|
+
ɵɵngDeclareClassMetadata({ type: PlatformLocation, decorators: [{
|
|
87934
87838
|
type: Injectable,
|
|
87935
87839
|
args: [{ providedIn: 'platform', useFactory: () => inject(BrowserPlatformLocation) }]
|
|
87936
87840
|
}] });
|
|
@@ -88013,7 +87917,7 @@ class BrowserPlatformLocation extends PlatformLocation {
|
|
|
88013
87917
|
static { this.ɵfac = ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BrowserPlatformLocation, deps: [], target: FactoryTarget.Injectable }); }
|
|
88014
87918
|
static { this.ɵprov = ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BrowserPlatformLocation, providedIn: 'platform', useFactory: () => new BrowserPlatformLocation() }); }
|
|
88015
87919
|
}
|
|
88016
|
-
ɵɵngDeclareClassMetadata({
|
|
87920
|
+
ɵɵngDeclareClassMetadata({ type: BrowserPlatformLocation, decorators: [{
|
|
88017
87921
|
type: Injectable,
|
|
88018
87922
|
args: [{
|
|
88019
87923
|
providedIn: 'platform',
|
|
@@ -88102,7 +88006,7 @@ class LocationStrategy {
|
|
|
88102
88006
|
static { this.ɵfac = ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LocationStrategy, deps: [], target: FactoryTarget.Injectable }); }
|
|
88103
88007
|
static { this.ɵprov = ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LocationStrategy, providedIn: 'root', useFactory: () => inject(PathLocationStrategy) }); }
|
|
88104
88008
|
}
|
|
88105
|
-
ɵɵngDeclareClassMetadata({
|
|
88009
|
+
ɵɵngDeclareClassMetadata({ type: LocationStrategy, decorators: [{
|
|
88106
88010
|
type: Injectable,
|
|
88107
88011
|
args: [{ providedIn: 'root', useFactory: () => inject(PathLocationStrategy) }]
|
|
88108
88012
|
}] });
|
|
@@ -88215,7 +88119,7 @@ class PathLocationStrategy extends LocationStrategy {
|
|
|
88215
88119
|
static { this.ɵfac = ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PathLocationStrategy, deps: [{ token: PlatformLocation }, { token: APP_BASE_HREF, optional: true }], target: FactoryTarget.Injectable }); }
|
|
88216
88120
|
static { this.ɵprov = ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PathLocationStrategy, providedIn: 'root' }); }
|
|
88217
88121
|
}
|
|
88218
|
-
ɵɵngDeclareClassMetadata({
|
|
88122
|
+
ɵɵngDeclareClassMetadata({ type: PathLocationStrategy, decorators: [{
|
|
88219
88123
|
type: Injectable,
|
|
88220
88124
|
args: [{ providedIn: 'root' }]
|
|
88221
88125
|
}], ctorParameters: () => [{ type: PlatformLocation }, { type: undefined, decorators: [{
|
|
@@ -88304,7 +88208,7 @@ class HashLocationStrategy extends LocationStrategy {
|
|
|
88304
88208
|
static { this.ɵfac = ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: HashLocationStrategy, deps: [{ token: PlatformLocation }, { token: APP_BASE_HREF, optional: true }], target: FactoryTarget.Injectable }); }
|
|
88305
88209
|
static { this.ɵprov = ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: HashLocationStrategy }); }
|
|
88306
88210
|
}
|
|
88307
|
-
ɵɵngDeclareClassMetadata({
|
|
88211
|
+
ɵɵngDeclareClassMetadata({ type: HashLocationStrategy, decorators: [{
|
|
88308
88212
|
type: Injectable
|
|
88309
88213
|
}], ctorParameters: () => [{ type: PlatformLocation }, { type: undefined, decorators: [{
|
|
88310
88214
|
type: Optional
|
|
@@ -88554,7 +88458,7 @@ class Location {
|
|
|
88554
88458
|
static { this.ɵfac = ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: Location, deps: [{ token: LocationStrategy }], target: FactoryTarget.Injectable }); }
|
|
88555
88459
|
static { this.ɵprov = ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: Location, providedIn: 'root', useFactory: createLocation }); }
|
|
88556
88460
|
}
|
|
88557
|
-
ɵɵngDeclareClassMetadata({
|
|
88461
|
+
ɵɵngDeclareClassMetadata({ type: Location, decorators: [{
|
|
88558
88462
|
type: Injectable,
|
|
88559
88463
|
args: [{
|
|
88560
88464
|
providedIn: 'root',
|
|
@@ -88731,21 +88635,11 @@ const NumberSymbol = {
|
|
|
88731
88635
|
* Example: 2`,`345.67
|
|
88732
88636
|
*/
|
|
88733
88637
|
Group: 1,
|
|
88734
|
-
/**
|
|
88735
|
-
* List-item separator.
|
|
88736
|
-
* Example: "one, two, and three"
|
|
88737
|
-
*/
|
|
88738
|
-
List: 2,
|
|
88739
88638
|
/**
|
|
88740
88639
|
* Sign for percentage (out of 100).
|
|
88741
88640
|
* Example: 23.4%
|
|
88742
88641
|
*/
|
|
88743
88642
|
PercentSign: 3,
|
|
88744
|
-
/**
|
|
88745
|
-
* Sign for positive numbers.
|
|
88746
|
-
* Example: +23
|
|
88747
|
-
*/
|
|
88748
|
-
PlusSign: 4,
|
|
88749
88643
|
/**
|
|
88750
88644
|
* Sign for negative numbers.
|
|
88751
88645
|
* Example: -23
|
|
@@ -88756,31 +88650,11 @@ const NumberSymbol = {
|
|
|
88756
88650
|
* Example: 1.2E3
|
|
88757
88651
|
*/
|
|
88758
88652
|
Exponential: 6,
|
|
88759
|
-
/**
|
|
88760
|
-
* Human-readable format of exponential.
|
|
88761
|
-
* Example: 1.2x103
|
|
88762
|
-
*/
|
|
88763
|
-
SuperscriptingExponent: 7,
|
|
88764
|
-
/**
|
|
88765
|
-
* Sign for permille (out of 1000).
|
|
88766
|
-
* Example: 23.4‰
|
|
88767
|
-
*/
|
|
88768
|
-
PerMille: 8,
|
|
88769
88653
|
/**
|
|
88770
88654
|
* Infinity, can be used with plus and minus.
|
|
88771
88655
|
* Example: ∞, +∞, -∞
|
|
88772
88656
|
*/
|
|
88773
88657
|
Infinity: 9,
|
|
88774
|
-
/**
|
|
88775
|
-
* Not a number.
|
|
88776
|
-
* Example: NaN
|
|
88777
|
-
*/
|
|
88778
|
-
NaN: 10,
|
|
88779
|
-
/**
|
|
88780
|
-
* Symbol used between time units.
|
|
88781
|
-
* Example: 10:52
|
|
88782
|
-
*/
|
|
88783
|
-
TimeSeparator: 11,
|
|
88784
88658
|
/**
|
|
88785
88659
|
* Decimal separator for currency values (fallback to `Decimal`).
|
|
88786
88660
|
* Example: $2,345.67
|
|
@@ -90355,7 +90229,7 @@ class NgLocalization {
|
|
|
90355
90229
|
static { this.ɵfac = ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NgLocalization, deps: [], target: FactoryTarget.Injectable }); }
|
|
90356
90230
|
static { this.ɵprov = ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NgLocalization, providedIn: 'root', useFactory: (locale) => new NgLocaleLocalization(locale), deps: [{ token: LOCALE_ID }] }); }
|
|
90357
90231
|
}
|
|
90358
|
-
ɵɵngDeclareClassMetadata({
|
|
90232
|
+
ɵɵngDeclareClassMetadata({ type: NgLocalization, decorators: [{
|
|
90359
90233
|
type: Injectable,
|
|
90360
90234
|
args: [{
|
|
90361
90235
|
providedIn: 'root',
|
|
@@ -90412,7 +90286,7 @@ class NgLocaleLocalization extends NgLocalization {
|
|
|
90412
90286
|
static { this.ɵfac = ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NgLocaleLocalization, deps: [{ token: LOCALE_ID }], target: FactoryTarget.Injectable }); }
|
|
90413
90287
|
static { this.ɵprov = ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NgLocaleLocalization }); }
|
|
90414
90288
|
}
|
|
90415
|
-
ɵɵngDeclareClassMetadata({
|
|
90289
|
+
ɵɵngDeclareClassMetadata({ type: NgLocaleLocalization, decorators: [{
|
|
90416
90290
|
type: Injectable
|
|
90417
90291
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
90418
90292
|
type: Inject,
|
|
@@ -90571,7 +90445,7 @@ class NgClass {
|
|
|
90571
90445
|
static { this.ɵfac = ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NgClass, deps: [{ token: ElementRef }, { token: Renderer2 }], target: FactoryTarget.Directive }); }
|
|
90572
90446
|
static { this.ɵdir = ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: NgClass, isStandalone: true, selector: "[ngClass]", inputs: { klass: ["class", "klass"], ngClass: "ngClass" }, ngImport: i0 }); }
|
|
90573
90447
|
}
|
|
90574
|
-
ɵɵngDeclareClassMetadata({
|
|
90448
|
+
ɵɵngDeclareClassMetadata({ type: NgClass, decorators: [{
|
|
90575
90449
|
type: Directive,
|
|
90576
90450
|
args: [{
|
|
90577
90451
|
selector: '[ngClass]',
|
|
@@ -90741,7 +90615,7 @@ class NgComponentOutlet {
|
|
|
90741
90615
|
static { this.ɵfac = ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NgComponentOutlet, deps: [{ token: ViewContainerRef }], target: FactoryTarget.Directive }); }
|
|
90742
90616
|
static { this.ɵdir = ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: NgComponentOutlet, isStandalone: true, selector: "[ngComponentOutlet]", inputs: { ngComponentOutlet: "ngComponentOutlet", ngComponentOutletInputs: "ngComponentOutletInputs", ngComponentOutletInjector: "ngComponentOutletInjector", ngComponentOutletContent: "ngComponentOutletContent", ngComponentOutletNgModule: "ngComponentOutletNgModule", ngComponentOutletNgModuleFactory: "ngComponentOutletNgModuleFactory" }, usesOnChanges: true, ngImport: i0 }); }
|
|
90743
90617
|
}
|
|
90744
|
-
ɵɵngDeclareClassMetadata({
|
|
90618
|
+
ɵɵngDeclareClassMetadata({ type: NgComponentOutlet, decorators: [{
|
|
90745
90619
|
type: Directive,
|
|
90746
90620
|
args: [{
|
|
90747
90621
|
selector: '[ngComponentOutlet]',
|
|
@@ -91040,7 +90914,7 @@ class NgForOf {
|
|
|
91040
90914
|
static { this.ɵfac = ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NgForOf, deps: [{ token: ViewContainerRef }, { token: TemplateRef }, { token: IterableDiffers }], target: FactoryTarget.Directive }); }
|
|
91041
90915
|
static { this.ɵdir = ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: NgForOf, isStandalone: true, selector: "[ngFor][ngForOf]", inputs: { ngForOf: "ngForOf", ngForTrackBy: "ngForTrackBy", ngForTemplate: "ngForTemplate" }, ngImport: i0 }); }
|
|
91042
90916
|
}
|
|
91043
|
-
ɵɵngDeclareClassMetadata({
|
|
90917
|
+
ɵɵngDeclareClassMetadata({ type: NgForOf, decorators: [{
|
|
91044
90918
|
type: Directive,
|
|
91045
90919
|
args: [{
|
|
91046
90920
|
selector: '[ngFor][ngForOf]',
|
|
@@ -91266,7 +91140,7 @@ class NgIf {
|
|
|
91266
91140
|
static { this.ɵfac = ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NgIf, deps: [{ token: ViewContainerRef }, { token: TemplateRef }], target: FactoryTarget.Directive }); }
|
|
91267
91141
|
static { this.ɵdir = ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: NgIf, isStandalone: true, selector: "[ngIf]", inputs: { ngIf: "ngIf", ngIfThen: "ngIfThen", ngIfElse: "ngIfElse" }, ngImport: i0 }); }
|
|
91268
91142
|
}
|
|
91269
|
-
ɵɵngDeclareClassMetadata({
|
|
91143
|
+
ɵɵngDeclareClassMetadata({ type: NgIf, decorators: [{
|
|
91270
91144
|
type: Directive,
|
|
91271
91145
|
args: [{
|
|
91272
91146
|
selector: '[ngIf]',
|
|
@@ -91429,7 +91303,7 @@ class NgSwitch {
|
|
|
91429
91303
|
static { this.ɵfac = ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NgSwitch, deps: [], target: FactoryTarget.Directive }); }
|
|
91430
91304
|
static { this.ɵdir = ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: NgSwitch, isStandalone: true, selector: "[ngSwitch]", inputs: { ngSwitch: "ngSwitch" }, ngImport: i0 }); }
|
|
91431
91305
|
}
|
|
91432
|
-
ɵɵngDeclareClassMetadata({
|
|
91306
|
+
ɵɵngDeclareClassMetadata({ type: NgSwitch, decorators: [{
|
|
91433
91307
|
type: Directive,
|
|
91434
91308
|
args: [{
|
|
91435
91309
|
selector: '[ngSwitch]',
|
|
@@ -91490,7 +91364,7 @@ class NgSwitchCase {
|
|
|
91490
91364
|
static { this.ɵfac = ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NgSwitchCase, deps: [{ token: ViewContainerRef }, { token: TemplateRef }, { token: NgSwitch, host: true, optional: true }], target: FactoryTarget.Directive }); }
|
|
91491
91365
|
static { this.ɵdir = ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: NgSwitchCase, isStandalone: true, selector: "[ngSwitchCase]", inputs: { ngSwitchCase: "ngSwitchCase" }, ngImport: i0 }); }
|
|
91492
91366
|
}
|
|
91493
|
-
ɵɵngDeclareClassMetadata({
|
|
91367
|
+
ɵɵngDeclareClassMetadata({ type: NgSwitchCase, decorators: [{
|
|
91494
91368
|
type: Directive,
|
|
91495
91369
|
args: [{
|
|
91496
91370
|
selector: '[ngSwitchCase]',
|
|
@@ -91527,7 +91401,7 @@ class NgSwitchDefault {
|
|
|
91527
91401
|
static { this.ɵfac = ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NgSwitchDefault, deps: [{ token: ViewContainerRef }, { token: TemplateRef }, { token: NgSwitch, host: true, optional: true }], target: FactoryTarget.Directive }); }
|
|
91528
91402
|
static { this.ɵdir = ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: NgSwitchDefault, isStandalone: true, selector: "[ngSwitchDefault]", ngImport: i0 }); }
|
|
91529
91403
|
}
|
|
91530
|
-
ɵɵngDeclareClassMetadata({
|
|
91404
|
+
ɵɵngDeclareClassMetadata({ type: NgSwitchDefault, decorators: [{
|
|
91531
91405
|
type: Directive,
|
|
91532
91406
|
args: [{
|
|
91533
91407
|
selector: '[ngSwitchDefault]',
|
|
@@ -91605,7 +91479,7 @@ class NgPlural {
|
|
|
91605
91479
|
static { this.ɵfac = ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NgPlural, deps: [{ token: NgLocalization }], target: FactoryTarget.Directive }); }
|
|
91606
91480
|
static { this.ɵdir = ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: NgPlural, isStandalone: true, selector: "[ngPlural]", inputs: { ngPlural: "ngPlural" }, ngImport: i0 }); }
|
|
91607
91481
|
}
|
|
91608
|
-
ɵɵngDeclareClassMetadata({
|
|
91482
|
+
ɵɵngDeclareClassMetadata({ type: NgPlural, decorators: [{
|
|
91609
91483
|
type: Directive,
|
|
91610
91484
|
args: [{
|
|
91611
91485
|
selector: '[ngPlural]',
|
|
@@ -91643,7 +91517,7 @@ class NgPluralCase {
|
|
|
91643
91517
|
static { this.ɵfac = ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NgPluralCase, deps: [{ token: 'ngPluralCase', attribute: true }, { token: TemplateRef }, { token: ViewContainerRef }, { token: NgPlural, host: true }], target: FactoryTarget.Directive }); }
|
|
91644
91518
|
static { this.ɵdir = ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: NgPluralCase, isStandalone: true, selector: "[ngPluralCase]", ngImport: i0 }); }
|
|
91645
91519
|
}
|
|
91646
|
-
ɵɵngDeclareClassMetadata({
|
|
91520
|
+
ɵɵngDeclareClassMetadata({ type: NgPluralCase, decorators: [{
|
|
91647
91521
|
type: Directive,
|
|
91648
91522
|
args: [{
|
|
91649
91523
|
selector: '[ngPluralCase]',
|
|
@@ -91732,7 +91606,7 @@ class NgStyle {
|
|
|
91732
91606
|
static { this.ɵfac = ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NgStyle, deps: [{ token: ElementRef }, { token: KeyValueDiffers }, { token: Renderer2 }], target: FactoryTarget.Directive }); }
|
|
91733
91607
|
static { this.ɵdir = ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: NgStyle, isStandalone: true, selector: "[ngStyle]", inputs: { ngStyle: "ngStyle" }, ngImport: i0 }); }
|
|
91734
91608
|
}
|
|
91735
|
-
ɵɵngDeclareClassMetadata({
|
|
91609
|
+
ɵɵngDeclareClassMetadata({ type: NgStyle, decorators: [{
|
|
91736
91610
|
type: Directive,
|
|
91737
91611
|
args: [{
|
|
91738
91612
|
selector: '[ngStyle]',
|
|
@@ -91836,7 +91710,7 @@ class NgTemplateOutlet {
|
|
|
91836
91710
|
static { this.ɵfac = ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NgTemplateOutlet, deps: [{ token: ViewContainerRef }], target: FactoryTarget.Directive }); }
|
|
91837
91711
|
static { this.ɵdir = ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: NgTemplateOutlet, isStandalone: true, selector: "[ngTemplateOutlet]", inputs: { ngTemplateOutletContext: "ngTemplateOutletContext", ngTemplateOutlet: "ngTemplateOutlet", ngTemplateOutletInjector: "ngTemplateOutletInjector" }, usesOnChanges: true, ngImport: i0 }); }
|
|
91838
91712
|
}
|
|
91839
|
-
ɵɵngDeclareClassMetadata({
|
|
91713
|
+
ɵɵngDeclareClassMetadata({ type: NgTemplateOutlet, decorators: [{
|
|
91840
91714
|
type: Directive,
|
|
91841
91715
|
args: [{
|
|
91842
91716
|
selector: '[ngTemplateOutlet]',
|
|
@@ -92007,7 +91881,7 @@ class AsyncPipe {
|
|
|
92007
91881
|
static { this.ɵfac = ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AsyncPipe, deps: [{ token: ChangeDetectorRef }], target: FactoryTarget.Pipe }); }
|
|
92008
91882
|
static { this.ɵpipe = ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: AsyncPipe, isStandalone: true, name: "async", pure: false }); }
|
|
92009
91883
|
}
|
|
92010
|
-
ɵɵngDeclareClassMetadata({
|
|
91884
|
+
ɵɵngDeclareClassMetadata({ type: AsyncPipe, decorators: [{
|
|
92011
91885
|
type: Pipe,
|
|
92012
91886
|
args: [{
|
|
92013
91887
|
name: 'async',
|
|
@@ -92043,7 +91917,7 @@ class LowerCasePipe {
|
|
|
92043
91917
|
static { this.ɵfac = ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LowerCasePipe, deps: [], target: FactoryTarget.Pipe }); }
|
|
92044
91918
|
static { this.ɵpipe = ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: LowerCasePipe, isStandalone: true, name: "lowercase" }); }
|
|
92045
91919
|
}
|
|
92046
|
-
ɵɵngDeclareClassMetadata({
|
|
91920
|
+
ɵɵngDeclareClassMetadata({ type: LowerCasePipe, decorators: [{
|
|
92047
91921
|
type: Pipe,
|
|
92048
91922
|
args: [{
|
|
92049
91923
|
name: 'lowercase',
|
|
@@ -92088,7 +91962,7 @@ class TitleCasePipe {
|
|
|
92088
91962
|
static { this.ɵfac = ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TitleCasePipe, deps: [], target: FactoryTarget.Pipe }); }
|
|
92089
91963
|
static { this.ɵpipe = ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: TitleCasePipe, isStandalone: true, name: "titlecase" }); }
|
|
92090
91964
|
}
|
|
92091
|
-
ɵɵngDeclareClassMetadata({
|
|
91965
|
+
ɵɵngDeclareClassMetadata({ type: TitleCasePipe, decorators: [{
|
|
92092
91966
|
type: Pipe,
|
|
92093
91967
|
args: [{
|
|
92094
91968
|
name: 'titlecase',
|
|
@@ -92115,7 +91989,7 @@ class UpperCasePipe {
|
|
|
92115
91989
|
static { this.ɵfac = ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: UpperCasePipe, deps: [], target: FactoryTarget.Pipe }); }
|
|
92116
91990
|
static { this.ɵpipe = ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: UpperCasePipe, isStandalone: true, name: "uppercase" }); }
|
|
92117
91991
|
}
|
|
92118
|
-
ɵɵngDeclareClassMetadata({
|
|
91992
|
+
ɵɵngDeclareClassMetadata({ type: UpperCasePipe, decorators: [{
|
|
92119
91993
|
type: Pipe,
|
|
92120
91994
|
args: [{
|
|
92121
91995
|
name: 'uppercase',
|
|
@@ -92347,7 +92221,7 @@ class DatePipe {
|
|
|
92347
92221
|
static { this.ɵfac = ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DatePipe, deps: [{ token: LOCALE_ID }, { token: DATE_PIPE_DEFAULT_TIMEZONE, optional: true }, { token: DATE_PIPE_DEFAULT_OPTIONS, optional: true }], target: FactoryTarget.Pipe }); }
|
|
92348
92222
|
static { this.ɵpipe = ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: DatePipe, isStandalone: true, name: "date" }); }
|
|
92349
92223
|
}
|
|
92350
|
-
ɵɵngDeclareClassMetadata({
|
|
92224
|
+
ɵɵngDeclareClassMetadata({ type: DatePipe, decorators: [{
|
|
92351
92225
|
type: Pipe,
|
|
92352
92226
|
args: [{
|
|
92353
92227
|
name: 'date',
|
|
@@ -92406,7 +92280,7 @@ class I18nPluralPipe {
|
|
|
92406
92280
|
static { this.ɵfac = ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: I18nPluralPipe, deps: [{ token: NgLocalization }], target: FactoryTarget.Pipe }); }
|
|
92407
92281
|
static { this.ɵpipe = ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: I18nPluralPipe, isStandalone: true, name: "i18nPlural" }); }
|
|
92408
92282
|
}
|
|
92409
|
-
ɵɵngDeclareClassMetadata({
|
|
92283
|
+
ɵɵngDeclareClassMetadata({ type: I18nPluralPipe, decorators: [{
|
|
92410
92284
|
type: Pipe,
|
|
92411
92285
|
args: [{
|
|
92412
92286
|
name: 'i18nPlural',
|
|
@@ -92454,7 +92328,7 @@ class I18nSelectPipe {
|
|
|
92454
92328
|
static { this.ɵfac = ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: I18nSelectPipe, deps: [], target: FactoryTarget.Pipe }); }
|
|
92455
92329
|
static { this.ɵpipe = ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: I18nSelectPipe, isStandalone: true, name: "i18nSelect" }); }
|
|
92456
92330
|
}
|
|
92457
|
-
ɵɵngDeclareClassMetadata({
|
|
92331
|
+
ɵɵngDeclareClassMetadata({ type: I18nSelectPipe, decorators: [{
|
|
92458
92332
|
type: Pipe,
|
|
92459
92333
|
args: [{
|
|
92460
92334
|
name: 'i18nSelect',
|
|
@@ -92487,7 +92361,7 @@ class JsonPipe {
|
|
|
92487
92361
|
static { this.ɵfac = ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: JsonPipe, deps: [], target: FactoryTarget.Pipe }); }
|
|
92488
92362
|
static { this.ɵpipe = ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: JsonPipe, isStandalone: true, name: "json", pure: false }); }
|
|
92489
92363
|
}
|
|
92490
|
-
ɵɵngDeclareClassMetadata({
|
|
92364
|
+
ɵɵngDeclareClassMetadata({ type: JsonPipe, decorators: [{
|
|
92491
92365
|
type: Pipe,
|
|
92492
92366
|
args: [{
|
|
92493
92367
|
name: 'json',
|
|
@@ -92548,7 +92422,7 @@ class KeyValuePipe {
|
|
|
92548
92422
|
static { this.ɵfac = ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KeyValuePipe, deps: [{ token: KeyValueDiffers }], target: FactoryTarget.Pipe }); }
|
|
92549
92423
|
static { this.ɵpipe = ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: KeyValuePipe, isStandalone: true, name: "keyvalue", pure: false }); }
|
|
92550
92424
|
}
|
|
92551
|
-
ɵɵngDeclareClassMetadata({
|
|
92425
|
+
ɵɵngDeclareClassMetadata({ type: KeyValuePipe, decorators: [{
|
|
92552
92426
|
type: Pipe,
|
|
92553
92427
|
args: [{
|
|
92554
92428
|
name: 'keyvalue',
|
|
@@ -92669,7 +92543,7 @@ class DecimalPipe {
|
|
|
92669
92543
|
static { this.ɵfac = ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DecimalPipe, deps: [{ token: LOCALE_ID }], target: FactoryTarget.Pipe }); }
|
|
92670
92544
|
static { this.ɵpipe = ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: DecimalPipe, isStandalone: true, name: "number" }); }
|
|
92671
92545
|
}
|
|
92672
|
-
ɵɵngDeclareClassMetadata({
|
|
92546
|
+
ɵɵngDeclareClassMetadata({ type: DecimalPipe, decorators: [{
|
|
92673
92547
|
type: Pipe,
|
|
92674
92548
|
args: [{
|
|
92675
92549
|
name: 'number',
|
|
@@ -92734,7 +92608,7 @@ class PercentPipe {
|
|
|
92734
92608
|
static { this.ɵfac = ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PercentPipe, deps: [{ token: LOCALE_ID }], target: FactoryTarget.Pipe }); }
|
|
92735
92609
|
static { this.ɵpipe = ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: PercentPipe, isStandalone: true, name: "percent" }); }
|
|
92736
92610
|
}
|
|
92737
|
-
ɵɵngDeclareClassMetadata({
|
|
92611
|
+
ɵɵngDeclareClassMetadata({ type: PercentPipe, decorators: [{
|
|
92738
92612
|
type: Pipe,
|
|
92739
92613
|
args: [{
|
|
92740
92614
|
name: 'percent',
|
|
@@ -92800,7 +92674,7 @@ class CurrencyPipe {
|
|
|
92800
92674
|
static { this.ɵfac = ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CurrencyPipe, deps: [{ token: LOCALE_ID }, { token: DEFAULT_CURRENCY_CODE }], target: FactoryTarget.Pipe }); }
|
|
92801
92675
|
static { this.ɵpipe = ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: CurrencyPipe, isStandalone: true, name: "currency" }); }
|
|
92802
92676
|
}
|
|
92803
|
-
ɵɵngDeclareClassMetadata({
|
|
92677
|
+
ɵɵngDeclareClassMetadata({ type: CurrencyPipe, decorators: [{
|
|
92804
92678
|
type: Pipe,
|
|
92805
92679
|
args: [{
|
|
92806
92680
|
name: 'currency',
|
|
@@ -92880,7 +92754,7 @@ class SlicePipe {
|
|
|
92880
92754
|
static { this.ɵfac = ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SlicePipe, deps: [], target: FactoryTarget.Pipe }); }
|
|
92881
92755
|
static { this.ɵpipe = ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: SlicePipe, isStandalone: true, name: "slice", pure: false }); }
|
|
92882
92756
|
}
|
|
92883
|
-
ɵɵngDeclareClassMetadata({
|
|
92757
|
+
ɵɵngDeclareClassMetadata({ type: SlicePipe, decorators: [{
|
|
92884
92758
|
type: Pipe,
|
|
92885
92759
|
args: [{
|
|
92886
92760
|
name: 'slice',
|
|
@@ -92928,7 +92802,7 @@ class CommonModule {
|
|
|
92928
92802
|
static { this.ɵmod = ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: CommonModule, imports: [NgClass, NgComponentOutlet, NgForOf, NgIf, NgTemplateOutlet, NgStyle, NgSwitch, NgSwitchCase, NgSwitchDefault, NgPlural, NgPluralCase, AsyncPipe, UpperCasePipe, LowerCasePipe, JsonPipe, SlicePipe, DecimalPipe, PercentPipe, TitleCasePipe, CurrencyPipe, DatePipe, I18nPluralPipe, I18nSelectPipe, KeyValuePipe], exports: [NgClass, NgComponentOutlet, NgForOf, NgIf, NgTemplateOutlet, NgStyle, NgSwitch, NgSwitchCase, NgSwitchDefault, NgPlural, NgPluralCase, AsyncPipe, UpperCasePipe, LowerCasePipe, JsonPipe, SlicePipe, DecimalPipe, PercentPipe, TitleCasePipe, CurrencyPipe, DatePipe, I18nPluralPipe, I18nSelectPipe, KeyValuePipe] }); }
|
|
92929
92803
|
static { this.ɵinj = ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CommonModule }); }
|
|
92930
92804
|
}
|
|
92931
|
-
ɵɵngDeclareClassMetadata({
|
|
92805
|
+
ɵɵngDeclareClassMetadata({ type: CommonModule, decorators: [{
|
|
92932
92806
|
type: NgModule,
|
|
92933
92807
|
args: [{
|
|
92934
92808
|
imports: [COMMON_DIRECTIVES, COMMON_PIPES],
|
|
@@ -93516,7 +93390,7 @@ class LCPImageObserver {
|
|
|
93516
93390
|
static { this.ɵfac = ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LCPImageObserver, deps: [], target: FactoryTarget.Injectable }); }
|
|
93517
93391
|
static { this.ɵprov = ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LCPImageObserver, providedIn: 'root' }); }
|
|
93518
93392
|
}
|
|
93519
|
-
ɵɵngDeclareClassMetadata({
|
|
93393
|
+
ɵɵngDeclareClassMetadata({ type: LCPImageObserver, decorators: [{
|
|
93520
93394
|
type: Injectable,
|
|
93521
93395
|
args: [{ providedIn: 'root' }]
|
|
93522
93396
|
}], ctorParameters: () => [] });
|
|
@@ -93643,7 +93517,7 @@ class PreconnectLinkChecker {
|
|
|
93643
93517
|
static { this.ɵfac = ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PreconnectLinkChecker, deps: [], target: FactoryTarget.Injectable }); }
|
|
93644
93518
|
static { this.ɵprov = ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PreconnectLinkChecker, providedIn: 'root' }); }
|
|
93645
93519
|
}
|
|
93646
|
-
ɵɵngDeclareClassMetadata({
|
|
93520
|
+
ɵɵngDeclareClassMetadata({ type: PreconnectLinkChecker, decorators: [{
|
|
93647
93521
|
type: Injectable,
|
|
93648
93522
|
args: [{ providedIn: 'root' }]
|
|
93649
93523
|
}], ctorParameters: () => [] });
|
|
@@ -93735,7 +93609,7 @@ class PreloadLinkCreator {
|
|
|
93735
93609
|
static { this.ɵfac = ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PreloadLinkCreator, deps: [], target: FactoryTarget.Injectable }); }
|
|
93736
93610
|
static { this.ɵprov = ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PreloadLinkCreator, providedIn: 'root' }); }
|
|
93737
93611
|
}
|
|
93738
|
-
ɵɵngDeclareClassMetadata({
|
|
93612
|
+
ɵɵngDeclareClassMetadata({ type: PreloadLinkCreator, decorators: [{
|
|
93739
93613
|
type: Injectable,
|
|
93740
93614
|
args: [{ providedIn: 'root' }]
|
|
93741
93615
|
}] });
|
|
@@ -94225,7 +94099,7 @@ class NgOptimizedImage {
|
|
|
94225
94099
|
static { this.ɵfac = ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NgOptimizedImage, deps: [], target: FactoryTarget.Directive }); }
|
|
94226
94100
|
static { this.ɵdir = ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.13", type: NgOptimizedImage, isStandalone: true, selector: "img[ngSrc]", inputs: { ngSrc: ["ngSrc", "ngSrc", unwrapSafeUrl], ngSrcset: "ngSrcset", sizes: "sizes", width: ["width", "width", numberAttribute], height: ["height", "height", numberAttribute], loading: "loading", priority: ["priority", "priority", booleanAttribute], loaderParams: "loaderParams", disableOptimizedSrcset: ["disableOptimizedSrcset", "disableOptimizedSrcset", booleanAttribute], fill: ["fill", "fill", booleanAttribute], placeholder: ["placeholder", "placeholder", booleanOrUrlAttribute], placeholderConfig: "placeholderConfig", src: "src", srcset: "srcset" }, host: { properties: { "style.position": "fill ? \"absolute\" : null", "style.width": "fill ? \"100%\" : null", "style.height": "fill ? \"100%\" : null", "style.inset": "fill ? \"0\" : null", "style.background-size": "placeholder ? \"cover\" : null", "style.background-position": "placeholder ? \"50% 50%\" : null", "style.background-repeat": "placeholder ? \"no-repeat\" : null", "style.background-image": "placeholder ? generatePlaceholder(placeholder) : null", "style.filter": "placeholder && shouldBlurPlaceholder(placeholderConfig) ? \"blur(15px)\" : null" } }, usesOnChanges: true, ngImport: i0 }); }
|
|
94227
94101
|
}
|
|
94228
|
-
ɵɵngDeclareClassMetadata({
|
|
94102
|
+
ɵɵngDeclareClassMetadata({ type: NgOptimizedImage, decorators: [{
|
|
94229
94103
|
type: Directive,
|
|
94230
94104
|
args: [{
|
|
94231
94105
|
standalone: true,
|
|
@@ -96212,7 +96086,7 @@ class HttpClient {
|
|
|
96212
96086
|
static { this.ɵfac = ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: HttpClient, deps: [{ token: HttpHandler }], target: FactoryTarget.Injectable }); }
|
|
96213
96087
|
static { this.ɵprov = ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: HttpClient }); }
|
|
96214
96088
|
}
|
|
96215
|
-
ɵɵngDeclareClassMetadata({
|
|
96089
|
+
ɵɵngDeclareClassMetadata({ type: HttpClient, decorators: [{
|
|
96216
96090
|
type: Injectable
|
|
96217
96091
|
}], ctorParameters: () => [{ type: HttpHandler }] });
|
|
96218
96092
|
|
|
@@ -96428,7 +96302,7 @@ class FetchBackend {
|
|
|
96428
96302
|
static { this.ɵfac = ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FetchBackend, deps: [], target: FactoryTarget.Injectable }); }
|
|
96429
96303
|
static { this.ɵprov = ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FetchBackend }); }
|
|
96430
96304
|
}
|
|
96431
|
-
ɵɵngDeclareClassMetadata({
|
|
96305
|
+
ɵɵngDeclareClassMetadata({ type: FetchBackend, decorators: [{
|
|
96432
96306
|
type: Injectable
|
|
96433
96307
|
}] });
|
|
96434
96308
|
/**
|
|
@@ -96561,7 +96435,7 @@ class HttpInterceptorHandler extends HttpHandler {
|
|
|
96561
96435
|
static { this.ɵfac = ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: HttpInterceptorHandler, deps: [{ token: HttpBackend }, { token: EnvironmentInjector }], target: FactoryTarget.Injectable }); }
|
|
96562
96436
|
static { this.ɵprov = ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: HttpInterceptorHandler }); }
|
|
96563
96437
|
}
|
|
96564
|
-
ɵɵngDeclareClassMetadata({
|
|
96438
|
+
ɵɵngDeclareClassMetadata({ type: HttpInterceptorHandler, decorators: [{
|
|
96565
96439
|
type: Injectable
|
|
96566
96440
|
}], ctorParameters: () => [{ type: HttpBackend }, { type: EnvironmentInjector }] });
|
|
96567
96441
|
|
|
@@ -96764,7 +96638,7 @@ class JsonpClientBackend {
|
|
|
96764
96638
|
static { this.ɵfac = ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: JsonpClientBackend, deps: [{ token: JsonpCallbackContext }, { token: DOCUMENT }], target: FactoryTarget.Injectable }); }
|
|
96765
96639
|
static { this.ɵprov = ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: JsonpClientBackend }); }
|
|
96766
96640
|
}
|
|
96767
|
-
ɵɵngDeclareClassMetadata({
|
|
96641
|
+
ɵɵngDeclareClassMetadata({ type: JsonpClientBackend, decorators: [{
|
|
96768
96642
|
type: Injectable
|
|
96769
96643
|
}], ctorParameters: () => [{ type: JsonpCallbackContext }, { type: undefined, decorators: [{
|
|
96770
96644
|
type: Inject,
|
|
@@ -96805,7 +96679,7 @@ class JsonpInterceptor {
|
|
|
96805
96679
|
static { this.ɵfac = ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: JsonpInterceptor, deps: [{ token: EnvironmentInjector }], target: FactoryTarget.Injectable }); }
|
|
96806
96680
|
static { this.ɵprov = ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: JsonpInterceptor }); }
|
|
96807
96681
|
}
|
|
96808
|
-
ɵɵngDeclareClassMetadata({
|
|
96682
|
+
ɵɵngDeclareClassMetadata({ type: JsonpInterceptor, decorators: [{
|
|
96809
96683
|
type: Injectable
|
|
96810
96684
|
}], ctorParameters: () => [{ type: EnvironmentInjector }] });
|
|
96811
96685
|
|
|
@@ -97088,7 +96962,7 @@ class HttpXhrBackend {
|
|
|
97088
96962
|
static { this.ɵfac = ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: HttpXhrBackend, deps: [{ token: XhrFactory }], target: FactoryTarget.Injectable }); }
|
|
97089
96963
|
static { this.ɵprov = ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: HttpXhrBackend }); }
|
|
97090
96964
|
}
|
|
97091
|
-
ɵɵngDeclareClassMetadata({
|
|
96965
|
+
ɵɵngDeclareClassMetadata({ type: HttpXhrBackend, decorators: [{
|
|
97092
96966
|
type: Injectable
|
|
97093
96967
|
}], ctorParameters: () => [{ type: XhrFactory }] });
|
|
97094
96968
|
|
|
@@ -97140,7 +97014,7 @@ class HttpXsrfCookieExtractor {
|
|
|
97140
97014
|
static { this.ɵfac = ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: HttpXsrfCookieExtractor, deps: [{ token: DOCUMENT }, { token: PLATFORM_ID }, { token: XSRF_COOKIE_NAME }], target: FactoryTarget.Injectable }); }
|
|
97141
97015
|
static { this.ɵprov = ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: HttpXsrfCookieExtractor }); }
|
|
97142
97016
|
}
|
|
97143
|
-
ɵɵngDeclareClassMetadata({
|
|
97017
|
+
ɵɵngDeclareClassMetadata({ type: HttpXsrfCookieExtractor, decorators: [{
|
|
97144
97018
|
type: Injectable
|
|
97145
97019
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
97146
97020
|
type: Inject,
|
|
@@ -97186,7 +97060,7 @@ class HttpXsrfInterceptor {
|
|
|
97186
97060
|
static { this.ɵfac = ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: HttpXsrfInterceptor, deps: [{ token: EnvironmentInjector }], target: FactoryTarget.Injectable }); }
|
|
97187
97061
|
static { this.ɵprov = ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: HttpXsrfInterceptor }); }
|
|
97188
97062
|
}
|
|
97189
|
-
ɵɵngDeclareClassMetadata({
|
|
97063
|
+
ɵɵngDeclareClassMetadata({ type: HttpXsrfInterceptor, decorators: [{
|
|
97190
97064
|
type: Injectable
|
|
97191
97065
|
}], ctorParameters: () => [{ type: EnvironmentInjector }] });
|
|
97192
97066
|
|
|
@@ -97400,7 +97274,7 @@ class HttpClientXsrfModule {
|
|
|
97400
97274
|
{ provide: XSRF_ENABLED, useValue: true },
|
|
97401
97275
|
] }); }
|
|
97402
97276
|
}
|
|
97403
|
-
ɵɵngDeclareClassMetadata({
|
|
97277
|
+
ɵɵngDeclareClassMetadata({ type: HttpClientXsrfModule, decorators: [{
|
|
97404
97278
|
type: NgModule,
|
|
97405
97279
|
args: [{
|
|
97406
97280
|
providers: [
|
|
@@ -97430,7 +97304,7 @@ class HttpClientModule {
|
|
|
97430
97304
|
static { this.ɵmod = ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: HttpClientModule }); }
|
|
97431
97305
|
static { this.ɵinj = ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: HttpClientModule, providers: [provideHttpClient(withInterceptorsFromDi())] }); }
|
|
97432
97306
|
}
|
|
97433
|
-
ɵɵngDeclareClassMetadata({
|
|
97307
|
+
ɵɵngDeclareClassMetadata({ type: HttpClientModule, decorators: [{
|
|
97434
97308
|
type: NgModule,
|
|
97435
97309
|
args: [{
|
|
97436
97310
|
/**
|
|
@@ -97454,7 +97328,7 @@ class HttpClientJsonpModule {
|
|
|
97454
97328
|
static { this.ɵmod = ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: HttpClientJsonpModule }); }
|
|
97455
97329
|
static { this.ɵinj = ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: HttpClientJsonpModule, providers: [withJsonpSupport().ɵproviders] }); }
|
|
97456
97330
|
}
|
|
97457
|
-
ɵɵngDeclareClassMetadata({
|
|
97331
|
+
ɵɵngDeclareClassMetadata({ type: HttpClientJsonpModule, decorators: [{
|
|
97458
97332
|
type: NgModule,
|
|
97459
97333
|
args: [{
|
|
97460
97334
|
providers: [withJsonpSupport().ɵproviders],
|
|
@@ -98497,28 +98371,11 @@ const REGEX = {
|
|
|
98497
98371
|
IPAD: /iPad/i,
|
|
98498
98372
|
MAC: /Mac/i,
|
|
98499
98373
|
ANDROID_TABLET: /android|android 3.0|xoom|sch-i800|playbook|tablet|kindle/i,
|
|
98500
|
-
MOBILE: /Mobile/i,
|
|
98501
|
-
WINDOWS: /Windows Phone/i,
|
|
98502
98374
|
SUPPORTED_IMAGE_FORMAT: /\.(bmp|gif|jpe|jpg|jpeg|tif|tiff|pbm|png|ico)$/i,
|
|
98503
|
-
SUPPORTED_FILE_FORMAT: /\.(txt|js|css|html|script|properties|json|java|xml|smd|xmi|sql|log|wsdl|vm|ftl|jrxml|yml|yaml|md|less|jsp)$/i,
|
|
98504
98375
|
SUPPORTED_AUDIO_FORMAT: /\.(mp3|ogg|webm|wma|3gp|wav|m4a)$/i,
|
|
98505
98376
|
SUPPORTED_VIDEO_FORMAT: /\.(mp4|ogg|webm|wmv|mpeg|mpg|avi|mov)$/i,
|
|
98506
|
-
PAGE_RESOURCE_PATH: /^\/pages\/.*\.(js|css|html|json)$/,
|
|
98507
|
-
MIN_PAGE_RESOURCE_PATH: /.*(page.min.html)$/,
|
|
98508
|
-
VALID_EMAIL: /^[a-zA-Z][\w.+]+@[a-zA-Z_]+?\.[a-zA-Z.]{1,4}[a-zA-Z]$/,
|
|
98509
98377
|
VALID_WEB_URL: /^(http[s]?:\/\/)(www\.){0,1}[a-zA-Z0-9=:?\/\.\-]+(\.[a-zA-Z]{2,5}[\.]{0,1})?/,
|
|
98510
|
-
VALID_WEBSOCKET_URL: /^(ws[s]?:\/\/)(www\.){0,1}[a-zA-Z0-9=:?\/\.\-]+(\.[a-zA-Z]{2,5}[\.]{0,1})?/,
|
|
98511
|
-
VALID_RELATIVE_URL: /^(?!www\.|(?:http|ftp)s?:\/\/|[A-Za-z]:\\|\/\/).*/,
|
|
98512
98378
|
REPLACE_PATTERN: /\$\{([^\}]+)\}/g,
|
|
98513
|
-
ZIP_FILE: /\.zip$/i,
|
|
98514
|
-
EXE_FILE: /\.exe$/i,
|
|
98515
|
-
NO_QUOTES_ALLOWED: /^[^'|"]*$/,
|
|
98516
|
-
NO_DOUBLE_QUOTES_ALLOWED: /^[^"]*$/,
|
|
98517
|
-
VALID_HTML: /<[a-z][\s\S]*>/i,
|
|
98518
|
-
VALID_PASSWORD: /^[0-9a-zA-Z-_.@&*!#$%]+$/,
|
|
98519
|
-
SPECIAL_CHARACTERS: /[^A-Z0-9a-z_]+/i,
|
|
98520
|
-
APP_SERVER_URL_FORMAT: /^(http[s]?:\/\/)(www\.){0,1}[a-zA-Z0-9\.\-]+([:]?[0-9]{2,5}|\.[a-zA-Z]{2,5}[\.]{0,1})\/+[^?#&=]+$/,
|
|
98521
|
-
JSON_DATE_FORMAT: /\d{4}-[0-1]\d-[0-3]\d(T[0-2]\d:[0-5]\d:[0-5]\d.\d{1,3}Z$)?/,
|
|
98522
98379
|
DATA_URL: /^\s*data:([a-z]+\/[a-z0-9-+.]+(;[a-z-]+=[a-z0-9-]+)?)?(;base64)?,([a-z0-9!$&',()*+;=\-._~:@\/?%\s]*)\s*$/i,
|
|
98523
98380
|
ISO_DATE_FORMAT: /(\d{4}-\d{2}-\d{2})T(\d{2}:\d{2}:\d{2})(\.\d+)?([+-]\d{2}:?\d{2}|Z)$/
|
|
98524
98381
|
}, compareBySeparator = ':';
|
|
@@ -102773,7 +102630,6 @@ var partialDialog_build$1 = /*#__PURE__*/Object.freeze({
|
|
|
102773
102630
|
const ALLFIELDS = 'All Fields';
|
|
102774
102631
|
const EDIT_MODE = {
|
|
102775
102632
|
QUICK_EDIT: 'quickedit',
|
|
102776
|
-
INLINE: 'inline',
|
|
102777
102633
|
FORM: 'form',
|
|
102778
102634
|
DIALOG: 'dialog'
|
|
102779
102635
|
};
|