@wavemaker/angular-app 11.14.1-next.28343 → 11.14.1-rc.236
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.
|
@@ -5867,14 +5867,14 @@ function createNgModuleType(meta) {
|
|
|
5867
5867
|
if (meta.kind === R3NgModuleMetadataKind.Local) {
|
|
5868
5868
|
return new ExpressionType$1(meta.type.value);
|
|
5869
5869
|
}
|
|
5870
|
-
const { type: moduleType, declarations, exports, imports, includeImportTypes, publicDeclarationTypes, } = meta;
|
|
5870
|
+
const { type: moduleType, declarations, exports: exports$1, imports, includeImportTypes, publicDeclarationTypes, } = meta;
|
|
5871
5871
|
return new ExpressionType$1(importExpr(Identifiers.NgModuleDeclaration, [
|
|
5872
5872
|
new ExpressionType$1(moduleType.type),
|
|
5873
5873
|
publicDeclarationTypes === null
|
|
5874
5874
|
? tupleTypeOf(declarations)
|
|
5875
5875
|
: tupleOfTypes(publicDeclarationTypes),
|
|
5876
5876
|
includeImportTypes ? tupleTypeOf(imports) : NONE_TYPE,
|
|
5877
|
-
tupleTypeOf(exports),
|
|
5877
|
+
tupleTypeOf(exports$1),
|
|
5878
5878
|
]));
|
|
5879
5879
|
}
|
|
5880
5880
|
/**
|
|
@@ -33117,7 +33117,7 @@ function verifySemanticsOfNgModuleDef$1(moduleType, allowDuplicateDeclarationsIn
|
|
|
33117
33117
|
verifySemanticsOfNgModuleImport(modOrStandaloneCmpt, moduleType);
|
|
33118
33118
|
verifySemanticsOfNgModuleDef$1(modOrStandaloneCmpt, false, moduleType);
|
|
33119
33119
|
});
|
|
33120
|
-
const exports = maybeUnwrapFn$1(ngModuleDef.exports);
|
|
33120
|
+
const exports$1 = maybeUnwrapFn$1(ngModuleDef.exports);
|
|
33121
33121
|
declarations.forEach(verifyDeclarationsHaveDefinitions);
|
|
33122
33122
|
declarations.forEach(verifyDirectivesHaveSelector);
|
|
33123
33123
|
declarations.forEach((declarationType) => verifyNotStandalone(declarationType, moduleType));
|
|
@@ -33125,7 +33125,7 @@ function verifySemanticsOfNgModuleDef$1(moduleType, allowDuplicateDeclarationsIn
|
|
|
33125
33125
|
...declarations.map(resolveForwardRef$1),
|
|
33126
33126
|
...flatten$3(imports.map(computeCombinedExports$1)).map(resolveForwardRef$1),
|
|
33127
33127
|
];
|
|
33128
|
-
exports.forEach(verifyExportsAreDeclaredOrReExported);
|
|
33128
|
+
exports$1.forEach(verifyExportsAreDeclaredOrReExported);
|
|
33129
33129
|
declarations.forEach((decl) => verifyDeclarationIsUnique(decl, allowDuplicateDeclarationsInRoot));
|
|
33130
33130
|
const ngModule = getAnnotation$1(moduleType, 'NgModule');
|
|
33131
33131
|
if (ngModule) {
|
|
@@ -81193,7 +81193,7 @@ function verifySemanticsOfNgModuleDef(moduleType, allowDuplicateDeclarationsInRo
|
|
|
81193
81193
|
verifySemanticsOfNgModuleImport(modOrStandaloneCmpt, moduleType);
|
|
81194
81194
|
verifySemanticsOfNgModuleDef(modOrStandaloneCmpt, false, moduleType);
|
|
81195
81195
|
});
|
|
81196
|
-
const exports = maybeUnwrapFn(ngModuleDef.exports);
|
|
81196
|
+
const exports$1 = maybeUnwrapFn(ngModuleDef.exports);
|
|
81197
81197
|
declarations.forEach(verifyDeclarationsHaveDefinitions);
|
|
81198
81198
|
declarations.forEach(verifyDirectivesHaveSelector);
|
|
81199
81199
|
declarations.forEach((declarationType) => verifyNotStandalone(declarationType, moduleType));
|
|
@@ -81201,7 +81201,7 @@ function verifySemanticsOfNgModuleDef(moduleType, allowDuplicateDeclarationsInRo
|
|
|
81201
81201
|
...declarations.map(resolveForwardRef),
|
|
81202
81202
|
...flatten$1(imports.map(computeCombinedExports)).map(resolveForwardRef),
|
|
81203
81203
|
];
|
|
81204
|
-
exports.forEach(verifyExportsAreDeclaredOrReExported);
|
|
81204
|
+
exports$1.forEach(verifyExportsAreDeclaredOrReExported);
|
|
81205
81205
|
declarations.forEach((decl) => verifyDeclarationIsUnique(decl, allowDuplicateDeclarationsInRoot));
|
|
81206
81206
|
const ngModule = getAnnotation(moduleType, 'NgModule');
|
|
81207
81207
|
if (ngModule) {
|
|
@@ -102019,14 +102019,14 @@ function createNgModuleType$1(meta) {
|
|
|
102019
102019
|
if (meta.kind === R3NgModuleMetadataKind$1.Local) {
|
|
102020
102020
|
return new ExpressionType$1$1(meta.type.value);
|
|
102021
102021
|
}
|
|
102022
|
-
const { type: moduleType, declarations, exports, imports, includeImportTypes, publicDeclarationTypes, } = meta;
|
|
102022
|
+
const { type: moduleType, declarations, exports: exports$1, imports, includeImportTypes, publicDeclarationTypes, } = meta;
|
|
102023
102023
|
return new ExpressionType$1$1(importExpr$1(Identifiers$1.NgModuleDeclaration, [
|
|
102024
102024
|
new ExpressionType$1$1(moduleType.type),
|
|
102025
102025
|
publicDeclarationTypes === null
|
|
102026
102026
|
? tupleTypeOf$1(declarations)
|
|
102027
102027
|
: tupleOfTypes$1(publicDeclarationTypes),
|
|
102028
102028
|
includeImportTypes ? tupleTypeOf$1(imports) : NONE_TYPE$1,
|
|
102029
|
-
tupleTypeOf$1(exports),
|
|
102029
|
+
tupleTypeOf$1(exports$1),
|
|
102030
102030
|
]));
|
|
102031
102031
|
}
|
|
102032
102032
|
/**
|
|
@@ -133049,7 +133049,7 @@ var hasRequiredEntities$1;
|
|
|
133049
133049
|
function requireEntities$1 () {
|
|
133050
133050
|
if (hasRequiredEntities$1) return entities$1;
|
|
133051
133051
|
hasRequiredEntities$1 = 1;
|
|
133052
|
-
(function (exports) {
|
|
133052
|
+
(function (exports$1) {
|
|
133053
133053
|
|
|
133054
133054
|
var freeze = requireConventions$1().freeze;
|
|
133055
133055
|
|
|
@@ -133060,7 +133060,7 @@ function requireEntities$1 () {
|
|
|
133060
133060
|
* @see https://www.w3.org/TR/2008/REC-xml-20081126/#sec-predefined-ent W3C XML 1.0
|
|
133061
133061
|
* @see https://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references#Predefined_entities_in_XML Wikipedia
|
|
133062
133062
|
*/
|
|
133063
|
-
exports.XML_ENTITIES = freeze({
|
|
133063
|
+
exports$1.XML_ENTITIES = freeze({
|
|
133064
133064
|
amp: '&',
|
|
133065
133065
|
apos: "'",
|
|
133066
133066
|
gt: '>',
|
|
@@ -133082,7 +133082,7 @@ function requireEntities$1 () {
|
|
|
133082
133082
|
* @see https://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references#Character_entity_references_in_HTML Wikipedia (HTML)
|
|
133083
133083
|
* @see https://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references#Entities_representing_special_characters_in_XHTML Wikpedia (XHTML)
|
|
133084
133084
|
*/
|
|
133085
|
-
exports.HTML_ENTITIES = freeze({
|
|
133085
|
+
exports$1.HTML_ENTITIES = freeze({
|
|
133086
133086
|
Aacute: '\u00C1',
|
|
133087
133087
|
aacute: '\u00E1',
|
|
133088
133088
|
Abreve: '\u0102',
|
|
@@ -135214,7 +135214,7 @@ function requireEntities$1 () {
|
|
|
135214
135214
|
* @deprecated use `HTML_ENTITIES` instead
|
|
135215
135215
|
* @see HTML_ENTITIES
|
|
135216
135216
|
*/
|
|
135217
|
-
exports.entityMap = exports.HTML_ENTITIES;
|
|
135217
|
+
exports$1.entityMap = exports$1.HTML_ENTITIES;
|
|
135218
135218
|
} (entities$1));
|
|
135219
135219
|
return entities$1;
|
|
135220
135220
|
}
|
|
@@ -137022,7 +137022,7 @@ var hasRequiredMoment$1;
|
|
|
137022
137022
|
function requireMoment$1 () {
|
|
137023
137023
|
if (hasRequiredMoment$1) return moment$2.exports;
|
|
137024
137024
|
hasRequiredMoment$1 = 1;
|
|
137025
|
-
(function (module, exports) {
|
|
137025
|
+
(function (module, exports$1) {
|
|
137026
137026
|
(function (global, factory) {
|
|
137027
137027
|
module.exports = factory() ;
|
|
137028
137028
|
}(this, (function () {
|
|
@@ -150692,14 +150692,14 @@ class ToDatePipe extends WmPipe {
|
|
|
150692
150692
|
}
|
|
150693
150693
|
return this.returnFn('', arguments, this.app.Variables);
|
|
150694
150694
|
}
|
|
150695
|
-
constructor(datePipe, i18nService, customPipeManager) {
|
|
150695
|
+
constructor(datePipe, i18nService, app, customPipeManager) {
|
|
150696
150696
|
super('toDate', customPipeManager);
|
|
150697
150697
|
this.datePipe = datePipe;
|
|
150698
150698
|
this.i18nService = i18nService;
|
|
150699
|
+
this.app = app;
|
|
150699
150700
|
this.customPipeManager = customPipeManager;
|
|
150700
|
-
this.app = inject(App);
|
|
150701
150701
|
}
|
|
150702
|
-
static { this.ɵfac = function ToDatePipe_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ToDatePipe)(ɵɵdirectiveInject(DatePipe, 16), ɵɵdirectiveInject(AbstractI18nService$1, 16), ɵɵdirectiveInject(CustomPipeManager$1, 16)); }; }
|
|
150702
|
+
static { this.ɵfac = function ToDatePipe_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ToDatePipe)(ɵɵdirectiveInject(DatePipe, 16), ɵɵdirectiveInject(AbstractI18nService$1, 16), ɵɵdirectiveInject(App, 16), ɵɵdirectiveInject(CustomPipeManager$1, 16)); }; }
|
|
150703
150703
|
static { this.ɵpipe = /*@__PURE__*/ ɵɵdefinePipe({ name: "toDate", type: ToDatePipe, pure: true, standalone: true }); }
|
|
150704
150704
|
}
|
|
150705
150705
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && setClassMetadata(ToDatePipe, [{
|
|
@@ -150708,7 +150708,7 @@ class ToDatePipe extends WmPipe {
|
|
|
150708
150708
|
standalone: true,
|
|
150709
150709
|
name: 'toDate'
|
|
150710
150710
|
}]
|
|
150711
|
-
}], () => [{ type: DatePipe }, { type: AbstractI18nService$1 }, { type: CustomPipeManager$1 }], null); })();
|
|
150711
|
+
}], () => [{ type: DatePipe }, { type: AbstractI18nService$1 }, { type: App }, { type: CustomPipeManager$1 }], null); })();
|
|
150712
150712
|
class ToNumberPipe {
|
|
150713
150713
|
transform(data, fracSize) {
|
|
150714
150714
|
if (fracSize && !String(fracSize).match(/^(\d+)?\.((\d+)(-(\d+))?)?$/)) {
|
|
@@ -150796,9 +150796,9 @@ class SuffixPipe {
|
|
|
150796
150796
|
* Custom pipe: It is work as interceptor between the user custom pipe function and angular pipe
|
|
150797
150797
|
*/
|
|
150798
150798
|
class CustomPipe {
|
|
150799
|
-
constructor(custmeUserPipe) {
|
|
150799
|
+
constructor(app, custmeUserPipe) {
|
|
150800
|
+
this.app = app;
|
|
150800
150801
|
this.custmeUserPipe = custmeUserPipe;
|
|
150801
|
-
this.app = inject(App);
|
|
150802
150802
|
}
|
|
150803
150803
|
transform(data, pipename) {
|
|
150804
150804
|
let argumentArr = [];
|
|
@@ -150818,7 +150818,7 @@ class CustomPipe {
|
|
|
150818
150818
|
return data;
|
|
150819
150819
|
}
|
|
150820
150820
|
}
|
|
150821
|
-
static { this.ɵfac = function CustomPipe_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CustomPipe)(ɵɵdirectiveInject(CustomPipeManager$1, 16)); }; }
|
|
150821
|
+
static { this.ɵfac = function CustomPipe_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CustomPipe)(ɵɵdirectiveInject(App, 16), ɵɵdirectiveInject(CustomPipeManager$1, 16)); }; }
|
|
150822
150822
|
static { this.ɵpipe = /*@__PURE__*/ ɵɵdefinePipe({ name: "custom", type: CustomPipe, pure: true, standalone: true }); }
|
|
150823
150823
|
}
|
|
150824
150824
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && setClassMetadata(CustomPipe, [{
|
|
@@ -150827,7 +150827,7 @@ class CustomPipe {
|
|
|
150827
150827
|
standalone: true,
|
|
150828
150828
|
name: 'custom'
|
|
150829
150829
|
}]
|
|
150830
|
-
}], () => [{ type: CustomPipeManager$1 }], null); })();
|
|
150830
|
+
}], () => [{ type: App }, { type: CustomPipeManager$1 }], null); })();
|
|
150831
150831
|
class TimeFromNowPipe {
|
|
150832
150832
|
transform(data) {
|
|
150833
150833
|
let timestamp;
|
|
@@ -158694,14 +158694,14 @@ function createNgModuleType(meta) {
|
|
|
158694
158694
|
if (meta.kind === R3NgModuleMetadataKind.Local) {
|
|
158695
158695
|
return new ExpressionType$1(meta.type.value);
|
|
158696
158696
|
}
|
|
158697
|
-
const { type: moduleType, declarations, exports, imports, includeImportTypes, publicDeclarationTypes, } = meta;
|
|
158697
|
+
const { type: moduleType, declarations, exports: exports$1, imports, includeImportTypes, publicDeclarationTypes, } = meta;
|
|
158698
158698
|
return new ExpressionType$1(importExpr(Identifiers.NgModuleDeclaration, [
|
|
158699
158699
|
new ExpressionType$1(moduleType.type),
|
|
158700
158700
|
publicDeclarationTypes === null
|
|
158701
158701
|
? tupleTypeOf(declarations)
|
|
158702
158702
|
: tupleOfTypes(publicDeclarationTypes),
|
|
158703
158703
|
includeImportTypes ? tupleTypeOf(imports) : NONE_TYPE,
|
|
158704
|
-
tupleTypeOf(exports),
|
|
158704
|
+
tupleTypeOf(exports$1),
|
|
158705
158705
|
]));
|
|
158706
158706
|
}
|
|
158707
158707
|
/**
|
|
@@ -189724,7 +189724,7 @@ var hasRequiredEntities;
|
|
|
189724
189724
|
function requireEntities () {
|
|
189725
189725
|
if (hasRequiredEntities) return entities;
|
|
189726
189726
|
hasRequiredEntities = 1;
|
|
189727
|
-
(function (exports) {
|
|
189727
|
+
(function (exports$1) {
|
|
189728
189728
|
|
|
189729
189729
|
var freeze = requireConventions().freeze;
|
|
189730
189730
|
|
|
@@ -189735,7 +189735,7 @@ function requireEntities () {
|
|
|
189735
189735
|
* @see https://www.w3.org/TR/2008/REC-xml-20081126/#sec-predefined-ent W3C XML 1.0
|
|
189736
189736
|
* @see https://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references#Predefined_entities_in_XML Wikipedia
|
|
189737
189737
|
*/
|
|
189738
|
-
exports.XML_ENTITIES = freeze({
|
|
189738
|
+
exports$1.XML_ENTITIES = freeze({
|
|
189739
189739
|
amp: '&',
|
|
189740
189740
|
apos: "'",
|
|
189741
189741
|
gt: '>',
|
|
@@ -189757,7 +189757,7 @@ function requireEntities () {
|
|
|
189757
189757
|
* @see https://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references#Character_entity_references_in_HTML Wikipedia (HTML)
|
|
189758
189758
|
* @see https://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references#Entities_representing_special_characters_in_XHTML Wikpedia (XHTML)
|
|
189759
189759
|
*/
|
|
189760
|
-
exports.HTML_ENTITIES = freeze({
|
|
189760
|
+
exports$1.HTML_ENTITIES = freeze({
|
|
189761
189761
|
Aacute: '\u00C1',
|
|
189762
189762
|
aacute: '\u00E1',
|
|
189763
189763
|
Abreve: '\u0102',
|
|
@@ -191889,7 +191889,7 @@ function requireEntities () {
|
|
|
191889
191889
|
* @deprecated use `HTML_ENTITIES` instead
|
|
191890
191890
|
* @see HTML_ENTITIES
|
|
191891
191891
|
*/
|
|
191892
|
-
exports.entityMap = exports.HTML_ENTITIES;
|
|
191892
|
+
exports$1.entityMap = exports$1.HTML_ENTITIES;
|
|
191893
191893
|
} (entities));
|
|
191894
191894
|
return entities;
|
|
191895
191895
|
}
|
|
@@ -193697,7 +193697,7 @@ var hasRequiredMoment;
|
|
|
193697
193697
|
function requireMoment () {
|
|
193698
193698
|
if (hasRequiredMoment) return moment$1.exports;
|
|
193699
193699
|
hasRequiredMoment = 1;
|
|
193700
|
-
(function (module, exports) {
|
|
193700
|
+
(function (module, exports$1) {
|
|
193701
193701
|
(function (global, factory) {
|
|
193702
193702
|
module.exports = factory() ;
|
|
193703
193703
|
}(this, (function () {
|
|
@@ -5867,14 +5867,14 @@ function createNgModuleType(meta) {
|
|
|
5867
5867
|
if (meta.kind === R3NgModuleMetadataKind.Local) {
|
|
5868
5868
|
return new ExpressionType$1(meta.type.value);
|
|
5869
5869
|
}
|
|
5870
|
-
const { type: moduleType, declarations, exports, imports, includeImportTypes, publicDeclarationTypes, } = meta;
|
|
5870
|
+
const { type: moduleType, declarations, exports: exports$1, imports, includeImportTypes, publicDeclarationTypes, } = meta;
|
|
5871
5871
|
return new ExpressionType$1(importExpr(Identifiers.NgModuleDeclaration, [
|
|
5872
5872
|
new ExpressionType$1(moduleType.type),
|
|
5873
5873
|
publicDeclarationTypes === null
|
|
5874
5874
|
? tupleTypeOf(declarations)
|
|
5875
5875
|
: tupleOfTypes(publicDeclarationTypes),
|
|
5876
5876
|
includeImportTypes ? tupleTypeOf(imports) : NONE_TYPE,
|
|
5877
|
-
tupleTypeOf(exports),
|
|
5877
|
+
tupleTypeOf(exports$1),
|
|
5878
5878
|
]));
|
|
5879
5879
|
}
|
|
5880
5880
|
/**
|
|
@@ -39572,7 +39572,7 @@ var hasRequiredEntities;
|
|
|
39572
39572
|
function requireEntities () {
|
|
39573
39573
|
if (hasRequiredEntities) return entities;
|
|
39574
39574
|
hasRequiredEntities = 1;
|
|
39575
|
-
(function (exports) {
|
|
39575
|
+
(function (exports$1) {
|
|
39576
39576
|
|
|
39577
39577
|
var freeze = requireConventions().freeze;
|
|
39578
39578
|
|
|
@@ -39583,7 +39583,7 @@ function requireEntities () {
|
|
|
39583
39583
|
* @see https://www.w3.org/TR/2008/REC-xml-20081126/#sec-predefined-ent W3C XML 1.0
|
|
39584
39584
|
* @see https://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references#Predefined_entities_in_XML Wikipedia
|
|
39585
39585
|
*/
|
|
39586
|
-
exports.XML_ENTITIES = freeze({
|
|
39586
|
+
exports$1.XML_ENTITIES = freeze({
|
|
39587
39587
|
amp: '&',
|
|
39588
39588
|
apos: "'",
|
|
39589
39589
|
gt: '>',
|
|
@@ -39605,7 +39605,7 @@ function requireEntities () {
|
|
|
39605
39605
|
* @see https://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references#Character_entity_references_in_HTML Wikipedia (HTML)
|
|
39606
39606
|
* @see https://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references#Entities_representing_special_characters_in_XHTML Wikpedia (XHTML)
|
|
39607
39607
|
*/
|
|
39608
|
-
exports.HTML_ENTITIES = freeze({
|
|
39608
|
+
exports$1.HTML_ENTITIES = freeze({
|
|
39609
39609
|
Aacute: '\u00C1',
|
|
39610
39610
|
aacute: '\u00E1',
|
|
39611
39611
|
Abreve: '\u0102',
|
|
@@ -41737,7 +41737,7 @@ function requireEntities () {
|
|
|
41737
41737
|
* @deprecated use `HTML_ENTITIES` instead
|
|
41738
41738
|
* @see HTML_ENTITIES
|
|
41739
41739
|
*/
|
|
41740
|
-
exports.entityMap = exports.HTML_ENTITIES;
|
|
41740
|
+
exports$1.entityMap = exports$1.HTML_ENTITIES;
|
|
41741
41741
|
} (entities));
|
|
41742
41742
|
return entities;
|
|
41743
41743
|
}
|
|
@@ -43545,7 +43545,7 @@ var hasRequiredMoment;
|
|
|
43545
43545
|
function requireMoment () {
|
|
43546
43546
|
if (hasRequiredMoment) return moment$1.exports;
|
|
43547
43547
|
hasRequiredMoment = 1;
|
|
43548
|
-
(function (module, exports) {
|
|
43548
|
+
(function (module, exports$1) {
|
|
43549
43549
|
(function (global, factory) {
|
|
43550
43550
|
module.exports = factory() ;
|
|
43551
43551
|
}(this, (function () {
|
|
@@ -81680,7 +81680,7 @@ function verifySemanticsOfNgModuleDef(moduleType, allowDuplicateDeclarationsInRo
|
|
|
81680
81680
|
verifySemanticsOfNgModuleImport(modOrStandaloneCmpt, moduleType);
|
|
81681
81681
|
verifySemanticsOfNgModuleDef(modOrStandaloneCmpt, false, moduleType);
|
|
81682
81682
|
});
|
|
81683
|
-
const exports = maybeUnwrapFn(ngModuleDef.exports);
|
|
81683
|
+
const exports$1 = maybeUnwrapFn(ngModuleDef.exports);
|
|
81684
81684
|
declarations.forEach(verifyDeclarationsHaveDefinitions);
|
|
81685
81685
|
declarations.forEach(verifyDirectivesHaveSelector);
|
|
81686
81686
|
declarations.forEach((declarationType) => verifyNotStandalone(declarationType, moduleType));
|
|
@@ -81688,7 +81688,7 @@ function verifySemanticsOfNgModuleDef(moduleType, allowDuplicateDeclarationsInRo
|
|
|
81688
81688
|
...declarations.map(resolveForwardRef),
|
|
81689
81689
|
...flatten(imports.map(computeCombinedExports)).map(resolveForwardRef),
|
|
81690
81690
|
];
|
|
81691
|
-
exports.forEach(verifyExportsAreDeclaredOrReExported);
|
|
81691
|
+
exports$1.forEach(verifyExportsAreDeclaredOrReExported);
|
|
81692
81692
|
declarations.forEach((decl) => verifyDeclarationIsUnique(decl, allowDuplicateDeclarationsInRoot));
|
|
81693
81693
|
const ngModule = getAnnotation(moduleType, 'NgModule');
|
|
81694
81694
|
if (ngModule) {
|
package/dependency-report.html
CHANGED
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wavemaker/angular-app",
|
|
3
|
-
"version": "11.14.1-
|
|
3
|
+
"version": "11.14.1-rc.236",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@wavemaker/angular-app",
|
|
9
|
-
"version": "11.14.1-
|
|
9
|
+
"version": "11.14.1-rc.236",
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@angular/animations": "18.2.13",
|
|
12
12
|
"@angular/common": "18.2.13",
|
|
@@ -23,12 +23,12 @@
|
|
|
23
23
|
"@fullcalendar/list": "6.1.18",
|
|
24
24
|
"@fullcalendar/timegrid": "6.1.18",
|
|
25
25
|
"@metrichor/jmespath": "0.3.1",
|
|
26
|
-
"@wavemaker/app-ng-runtime": "11.14.1-
|
|
27
|
-
"@wavemaker/custom-widgets-m3": "11.14.1-
|
|
26
|
+
"@wavemaker/app-ng-runtime": "11.14.1-rc.236",
|
|
27
|
+
"@wavemaker/custom-widgets-m3": "11.14.1-rc.236",
|
|
28
28
|
"@wavemaker/focus-trap": "1.0.1",
|
|
29
|
-
"@wavemaker/foundation-css": "11.14.1-
|
|
30
|
-
"@wavemaker/nvd3": "1.8.
|
|
31
|
-
"@wavemaker/variables": "11.14.1-
|
|
29
|
+
"@wavemaker/foundation-css": "11.14.1-rc.236",
|
|
30
|
+
"@wavemaker/nvd3": "1.8.16",
|
|
31
|
+
"@wavemaker/variables": "11.14.1-rc.236",
|
|
32
32
|
"@ztree/ztree_v3": "3.5.48",
|
|
33
33
|
"acorn": "^8.15.0",
|
|
34
34
|
"angular-imask": "7.6.1",
|
|
@@ -568,12 +568,12 @@
|
|
|
568
568
|
}
|
|
569
569
|
},
|
|
570
570
|
"node_modules/@angular-devkit/schematics": {
|
|
571
|
-
"version": "20.3.
|
|
572
|
-
"integrity": "sha512-
|
|
571
|
+
"version": "20.3.9",
|
|
572
|
+
"integrity": "sha512-oaIjAKPmHMZBTC0met5M7dbXBeZnCNwmHacT/kBHNVBAz/NI95fuAfb2P0Jxt7gWdQXejDSxWp0tL+sZIyO0xw==",
|
|
573
573
|
"dev": true,
|
|
574
574
|
"license": "MIT",
|
|
575
575
|
"dependencies": {
|
|
576
|
-
"@angular-devkit/core": "20.3.
|
|
576
|
+
"@angular-devkit/core": "20.3.9",
|
|
577
577
|
"jsonc-parser": "3.3.1",
|
|
578
578
|
"magic-string": "0.30.17",
|
|
579
579
|
"ora": "8.2.0",
|
|
@@ -586,8 +586,8 @@
|
|
|
586
586
|
}
|
|
587
587
|
},
|
|
588
588
|
"node_modules/@angular-devkit/schematics/node_modules/@angular-devkit/core": {
|
|
589
|
-
"version": "20.3.
|
|
590
|
-
"integrity": "sha512
|
|
589
|
+
"version": "20.3.9",
|
|
590
|
+
"integrity": "sha512-bXsAGIUb4p60x548YmvnMvjwd3FwWz6re1uTM7dV0XH8nQn3XMhOQ3Q3sAckzJHxkDuaRhB3K/a4kupoOmVfTQ==",
|
|
591
591
|
"dev": true,
|
|
592
592
|
"license": "MIT",
|
|
593
593
|
"dependencies": {
|
|
@@ -794,12 +794,12 @@
|
|
|
794
794
|
}
|
|
795
795
|
},
|
|
796
796
|
"node_modules/@angular-eslint/builder/node_modules/@angular-devkit/architect": {
|
|
797
|
-
"version": "0.2003.
|
|
798
|
-
"integrity": "sha512-
|
|
797
|
+
"version": "0.2003.9",
|
|
798
|
+
"integrity": "sha512-p0GO2H8hiZjRHI9sm4tXTF3OpWaEnkqvB0GBGJfGp8RvpPfDA2t3j2NAUNtd75H+B0xdfyWLmNq9YJGpy6gznA==",
|
|
799
799
|
"dev": true,
|
|
800
800
|
"license": "MIT",
|
|
801
801
|
"dependencies": {
|
|
802
|
-
"@angular-devkit/core": "20.3.
|
|
802
|
+
"@angular-devkit/core": "20.3.9",
|
|
803
803
|
"rxjs": "7.8.2"
|
|
804
804
|
},
|
|
805
805
|
"engines": {
|
|
@@ -809,8 +809,8 @@
|
|
|
809
809
|
}
|
|
810
810
|
},
|
|
811
811
|
"node_modules/@angular-eslint/builder/node_modules/@angular-devkit/core": {
|
|
812
|
-
"version": "20.3.
|
|
813
|
-
"integrity": "sha512
|
|
812
|
+
"version": "20.3.9",
|
|
813
|
+
"integrity": "sha512-bXsAGIUb4p60x548YmvnMvjwd3FwWz6re1uTM7dV0XH8nQn3XMhOQ3Q3sAckzJHxkDuaRhB3K/a4kupoOmVfTQ==",
|
|
814
814
|
"dev": true,
|
|
815
815
|
"license": "MIT",
|
|
816
816
|
"dependencies": {
|
|
@@ -913,8 +913,8 @@
|
|
|
913
913
|
}
|
|
914
914
|
},
|
|
915
915
|
"node_modules/@angular-eslint/schematics/node_modules/@angular-devkit/core": {
|
|
916
|
-
"version": "20.3.
|
|
917
|
-
"integrity": "sha512
|
|
916
|
+
"version": "20.3.9",
|
|
917
|
+
"integrity": "sha512-bXsAGIUb4p60x548YmvnMvjwd3FwWz6re1uTM7dV0XH8nQn3XMhOQ3Q3sAckzJHxkDuaRhB3K/a4kupoOmVfTQ==",
|
|
918
918
|
"dev": true,
|
|
919
919
|
"license": "MIT",
|
|
920
920
|
"dependencies": {
|
|
@@ -4736,8 +4736,8 @@
|
|
|
4736
4736
|
}
|
|
4737
4737
|
},
|
|
4738
4738
|
"node_modules/@emnapi/core": {
|
|
4739
|
-
"version": "1.
|
|
4740
|
-
"integrity": "sha512-
|
|
4739
|
+
"version": "1.7.0",
|
|
4740
|
+
"integrity": "sha512-pJdKGq/1iquWYtv1RRSljZklxHCOCAJFJrImO5ZLKPJVJlVUcs8yFwNQlqS0Lo8xT1VAXXTCZocF9n26FWEKsw==",
|
|
4741
4741
|
"dev": true,
|
|
4742
4742
|
"license": "MIT",
|
|
4743
4743
|
"optional": true,
|
|
@@ -4747,8 +4747,8 @@
|
|
|
4747
4747
|
}
|
|
4748
4748
|
},
|
|
4749
4749
|
"node_modules/@emnapi/runtime": {
|
|
4750
|
-
"version": "1.
|
|
4751
|
-
"integrity": "sha512-
|
|
4750
|
+
"version": "1.7.0",
|
|
4751
|
+
"integrity": "sha512-oAYoQnCYaQZKVS53Fq23ceWMRxq5EhQsE0x0RdQ55jT7wagMu5k+fS39v1fiSLrtrLQlXwVINenqhLMtTrV/1Q==",
|
|
4752
4752
|
"dev": true,
|
|
4753
4753
|
"license": "MIT",
|
|
4754
4754
|
"optional": true,
|
|
@@ -5436,8 +5436,8 @@
|
|
|
5436
5436
|
}
|
|
5437
5437
|
},
|
|
5438
5438
|
"node_modules/@inquirer/core/node_modules/@types/node": {
|
|
5439
|
-
"version": "22.
|
|
5440
|
-
"integrity": "sha512-
|
|
5439
|
+
"version": "22.19.0",
|
|
5440
|
+
"integrity": "sha512-xpr/lmLPQEj+TUnHmR+Ab91/glhJvsqcjB+yY0Ix9GO70H6Lb4FHH5GeqdOE5btAx7eIMwuHkp4H2MSkLcqWbA==",
|
|
5441
5441
|
"dev": true,
|
|
5442
5442
|
"license": "MIT",
|
|
5443
5443
|
"dependencies": {
|
|
@@ -5479,8 +5479,8 @@
|
|
|
5479
5479
|
}
|
|
5480
5480
|
},
|
|
5481
5481
|
"node_modules/@inquirer/figures": {
|
|
5482
|
-
"version": "1.0.
|
|
5483
|
-
"integrity": "sha512-
|
|
5482
|
+
"version": "1.0.15",
|
|
5483
|
+
"integrity": "sha512-t2IEY+unGHOzAaVM5Xx6DEWKeXlDDcNPeDyUpsRc6CUhBfU3VQOEl+Vssh7VNp1dR8MdUJBWhuObjXCsVpjN5g==",
|
|
5484
5484
|
"dev": true,
|
|
5485
5485
|
"license": "MIT",
|
|
5486
5486
|
"engines": {
|
|
@@ -7516,8 +7516,8 @@
|
|
|
7516
7516
|
]
|
|
7517
7517
|
},
|
|
7518
7518
|
"node_modules/@rollup/wasm-node": {
|
|
7519
|
-
"version": "4.
|
|
7520
|
-
"integrity": "sha512-
|
|
7519
|
+
"version": "4.53.1",
|
|
7520
|
+
"integrity": "sha512-S2Vy3hXqx+j+Yo4Pks/avPv3ogXO5E5dmvpm2YhjABnYVI7r6myI9KaDzJRL64s0ZHG1044InpA9DysCIe45GQ==",
|
|
7521
7521
|
"dev": true,
|
|
7522
7522
|
"license": "MIT",
|
|
7523
7523
|
"dependencies": {
|
|
@@ -8053,8 +8053,8 @@
|
|
|
8053
8053
|
}
|
|
8054
8054
|
},
|
|
8055
8055
|
"node_modules/@types/node": {
|
|
8056
|
-
"version": "24.
|
|
8057
|
-
"integrity": "sha512-
|
|
8056
|
+
"version": "24.10.0",
|
|
8057
|
+
"integrity": "sha512-qzQZRBqkFsYyaSWXuEHc2WR9c0a0CXwiE5FWUvn7ZM+vdy1uZLfCunD38UzhuB7YN/J11ndbDBcTmOdxJo9Q7A==",
|
|
8058
8058
|
"dev": true,
|
|
8059
8059
|
"license": "MIT",
|
|
8060
8060
|
"dependencies": {
|
|
@@ -8693,8 +8693,8 @@
|
|
|
8693
8693
|
}
|
|
8694
8694
|
},
|
|
8695
8695
|
"node_modules/@wavemaker/app-ng-runtime": {
|
|
8696
|
-
"version": "11.14.1-
|
|
8697
|
-
"integrity": "sha512
|
|
8696
|
+
"version": "11.14.1-rc.236",
|
|
8697
|
+
"integrity": "sha512-r9it+PnfZ0RHui+W/FHnv5AuJjocoyF3fW5Ge27OfldMGW6sVJoWv5XWJNYEtA2U930lj0clXlMk/YwkmoF7jA==",
|
|
8698
8698
|
"license": "MIT",
|
|
8699
8699
|
"engines": {
|
|
8700
8700
|
"node": ">=18.16.1",
|
|
@@ -8702,8 +8702,8 @@
|
|
|
8702
8702
|
}
|
|
8703
8703
|
},
|
|
8704
8704
|
"node_modules/@wavemaker/custom-widgets-m3": {
|
|
8705
|
-
"version": "11.14.1-
|
|
8706
|
-
"integrity": "sha512-
|
|
8705
|
+
"version": "11.14.1-rc.236",
|
|
8706
|
+
"integrity": "sha512-Tqs+7s9YxRiCc417oNObIVb1l/vdgE2Ml4c9Y1PO1/3AfhyUPf0uzAx6EIgliy2LBgXcDc60u2BqdOKZpqz6CA==",
|
|
8707
8707
|
"license": "ISC"
|
|
8708
8708
|
},
|
|
8709
8709
|
"node_modules/@wavemaker/focus-trap": {
|
|
@@ -8716,24 +8716,24 @@
|
|
|
8716
8716
|
}
|
|
8717
8717
|
},
|
|
8718
8718
|
"node_modules/@wavemaker/foundation-css": {
|
|
8719
|
-
"version": "11.14.1-
|
|
8720
|
-
"integrity": "sha512-
|
|
8719
|
+
"version": "11.14.1-rc.236",
|
|
8720
|
+
"integrity": "sha512-drPRY3oCdldIpEIuWifyo4zNvHuvFODyzpIKwTwUIFJwW/iWB3RP+xgVB99OBVOw2DIsNHJkxgeo4aEp3CQWsg==",
|
|
8721
8721
|
"license": "ISC",
|
|
8722
8722
|
"dependencies": {
|
|
8723
8723
|
"chroma-js": "^3.1.2"
|
|
8724
8724
|
}
|
|
8725
8725
|
},
|
|
8726
8726
|
"node_modules/@wavemaker/nvd3": {
|
|
8727
|
-
"version": "1.8.
|
|
8728
|
-
"integrity": "sha512-
|
|
8727
|
+
"version": "1.8.16",
|
|
8728
|
+
"integrity": "sha512-gzgcW3Gr3MYUpYqbhWXVlUq8NhWpBFCz/QKF+Ekvi6pUjTHDLfe264HgiyrPs0PbCPsqN7Z/cFNbQTYJZC+fzQ==",
|
|
8729
8729
|
"license": "Apache-2.0",
|
|
8730
8730
|
"peerDependencies": {
|
|
8731
8731
|
"d3": "7.8.5"
|
|
8732
8732
|
}
|
|
8733
8733
|
},
|
|
8734
8734
|
"node_modules/@wavemaker/variables": {
|
|
8735
|
-
"version": "11.14.1-
|
|
8736
|
-
"integrity": "sha512-
|
|
8735
|
+
"version": "11.14.1-rc.236",
|
|
8736
|
+
"integrity": "sha512-VeWyNjVW0v3afNgasO3ywc0suZUfGGev4KWXuC2rTVau0klRfZBVEYEeHanKonG/9oLIAEmgEguA92q9jnhZIA==",
|
|
8737
8737
|
"license": "ISC",
|
|
8738
8738
|
"dependencies": {
|
|
8739
8739
|
"@metrichor/jmespath": "^0.3.1",
|
|
@@ -9551,8 +9551,8 @@
|
|
|
9551
9551
|
"license": "MIT"
|
|
9552
9552
|
},
|
|
9553
9553
|
"node_modules/baseline-browser-mapping": {
|
|
9554
|
-
"version": "2.8.
|
|
9555
|
-
"integrity": "sha512-
|
|
9554
|
+
"version": "2.8.25",
|
|
9555
|
+
"integrity": "sha512-2NovHVesVF5TXefsGX1yzx1xgr7+m9JQenvz6FQY3qd+YXkKkYiv+vTCc7OriP9mcDZpTC5mAOYN4ocd29+erA==",
|
|
9556
9556
|
"dev": true,
|
|
9557
9557
|
"license": "Apache-2.0",
|
|
9558
9558
|
"bin": {
|
|
@@ -9963,8 +9963,8 @@
|
|
|
9963
9963
|
}
|
|
9964
9964
|
},
|
|
9965
9965
|
"node_modules/caniuse-lite": {
|
|
9966
|
-
"version": "1.0.
|
|
9967
|
-
"integrity": "sha512-
|
|
9966
|
+
"version": "1.0.30001754",
|
|
9967
|
+
"integrity": "sha512-x6OeBXueoAceOmotzx3PO4Zpt4rzpeIFsSr6AAePTZxSkXiYDUmpypEl7e2+8NCd9bD7bXjqyef8CJYPC1jfxg==",
|
|
9968
9968
|
"dev": true,
|
|
9969
9969
|
"funding": [
|
|
9970
9970
|
{
|
|
@@ -10109,8 +10109,8 @@
|
|
|
10109
10109
|
}
|
|
10110
10110
|
},
|
|
10111
10111
|
"node_modules/cjs-module-lexer": {
|
|
10112
|
-
"version": "2.1.
|
|
10113
|
-
"integrity": "sha512
|
|
10112
|
+
"version": "2.1.1",
|
|
10113
|
+
"integrity": "sha512-+CmxIZ/L2vNcEfvNtLdU0ZQ6mbq3FZnwAP2PPTiKP+1QOoKwlKlPgb8UKV0Dds7QVaMnHm+FwSft2VB0s/SLjQ==",
|
|
10114
10114
|
"dev": true,
|
|
10115
10115
|
"license": "MIT"
|
|
10116
10116
|
},
|
|
@@ -11681,8 +11681,8 @@
|
|
|
11681
11681
|
"license": "MIT"
|
|
11682
11682
|
},
|
|
11683
11683
|
"node_modules/electron-to-chromium": {
|
|
11684
|
-
"version": "1.5.
|
|
11685
|
-
"integrity": "sha512-
|
|
11684
|
+
"version": "1.5.249",
|
|
11685
|
+
"integrity": "sha512-5vcfL3BBe++qZ5kuFhD/p8WOM1N9m3nwvJPULJx+4xf2usSlZFJ0qoNYO2fOX4hi3ocuDcmDobtA+5SFr4OmBg==",
|
|
11686
11686
|
"dev": true,
|
|
11687
11687
|
"license": "ISC"
|
|
11688
11688
|
},
|
|
@@ -14156,8 +14156,8 @@
|
|
|
14156
14156
|
}
|
|
14157
14157
|
},
|
|
14158
14158
|
"node_modules/ip-address": {
|
|
14159
|
-
"version": "10.0
|
|
14160
|
-
"integrity": "sha512-
|
|
14159
|
+
"version": "10.1.0",
|
|
14160
|
+
"integrity": "sha512-XXADHxXmvT9+CRxhXg56LJovE+bmWnEWB78LB83VZTprKTmaC5QfruXocxzTZ2Kl0DNwKuBdlIhjL8LeY8Sf8Q==",
|
|
14161
14161
|
"dev": true,
|
|
14162
14162
|
"license": "MIT",
|
|
14163
14163
|
"engines": {
|
|
@@ -16323,8 +16323,8 @@
|
|
|
16323
16323
|
}
|
|
16324
16324
|
},
|
|
16325
16325
|
"node_modules/log-update/node_modules/ansi-escapes": {
|
|
16326
|
-
"version": "7.
|
|
16327
|
-
"integrity": "sha512-
|
|
16326
|
+
"version": "7.2.0",
|
|
16327
|
+
"integrity": "sha512-g6LhBsl+GBPRWGWsBtutpzBYuIIdBkLEvad5C/va/74Db018+5TZiyA26cZJAr3Rft5lprVqOIPxf5Vid6tqAw==",
|
|
16328
16328
|
"dev": true,
|
|
16329
16329
|
"license": "MIT",
|
|
16330
16330
|
"dependencies": {
|
|
@@ -18910,8 +18910,8 @@
|
|
|
18910
18910
|
"license": "MIT"
|
|
18911
18911
|
},
|
|
18912
18912
|
"node_modules/path-scurry": {
|
|
18913
|
-
"version": "2.0.
|
|
18914
|
-
"integrity": "sha512-
|
|
18913
|
+
"version": "2.0.1",
|
|
18914
|
+
"integrity": "sha512-oWyT4gICAu+kaA7QWk/jvCHWarMKNs6pXOGWKDTr7cw4IGcUbW+PeTfbaQiLGheFRpjo6O9J0PmyMfQPjH71oA==",
|
|
18915
18915
|
"dev": true,
|
|
18916
18916
|
"license": "BlueOak-1.0.0",
|
|
18917
18917
|
"dependencies": {
|
|
@@ -20220,10 +20220,10 @@
|
|
|
20220
20220
|
}
|
|
20221
20221
|
},
|
|
20222
20222
|
"node_modules/sax": {
|
|
20223
|
-
"version": "1.4.
|
|
20224
|
-
"integrity": "sha512
|
|
20223
|
+
"version": "1.4.3",
|
|
20224
|
+
"integrity": "sha512-yqYn1JhPczigF94DMS+shiDMjDowYO6y9+wB/4WgO0Y19jWYk0lQ4tuG5KI7kj4FTp1wxPj5IFfcrz/s1c3jjQ==",
|
|
20225
20225
|
"dev": true,
|
|
20226
|
-
"license": "
|
|
20226
|
+
"license": "BlueOak-1.0.0",
|
|
20227
20227
|
"optional": true
|
|
20228
20228
|
},
|
|
20229
20229
|
"node_modules/saxes": {
|
|
@@ -21461,8 +21461,8 @@
|
|
|
21461
21461
|
"license": "ISC"
|
|
21462
21462
|
},
|
|
21463
21463
|
"node_modules/terser": {
|
|
21464
|
-
"version": "5.44.
|
|
21465
|
-
"integrity": "sha512-
|
|
21464
|
+
"version": "5.44.1",
|
|
21465
|
+
"integrity": "sha512-t/R3R/n0MSwnnazuPpPNVO60LX0SKL45pyl9YlvxIdkH0Of7D5qM2EVe+yASRIlY5pZ73nclYJfNANGWPwFDZw==",
|
|
21466
21466
|
"dev": true,
|
|
21467
21467
|
"license": "BSD-2-Clause",
|
|
21468
21468
|
"dependencies": {
|
package/package-lock.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wavemaker/angular-app",
|
|
3
|
-
"version": "11.14.1-
|
|
3
|
+
"version": "11.14.1-rc.236",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@wavemaker/angular-app",
|
|
9
|
-
"version": "11.14.1-
|
|
9
|
+
"version": "11.14.1-rc.236",
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@angular/animations": "18.2.13",
|
|
12
12
|
"@angular/common": "18.2.13",
|
|
@@ -23,12 +23,12 @@
|
|
|
23
23
|
"@fullcalendar/list": "6.1.18",
|
|
24
24
|
"@fullcalendar/timegrid": "6.1.18",
|
|
25
25
|
"@metrichor/jmespath": "0.3.1",
|
|
26
|
-
"@wavemaker/app-ng-runtime": "11.14.1-
|
|
27
|
-
"@wavemaker/custom-widgets-m3": "11.14.1-
|
|
26
|
+
"@wavemaker/app-ng-runtime": "11.14.1-rc.236",
|
|
27
|
+
"@wavemaker/custom-widgets-m3": "11.14.1-rc.236",
|
|
28
28
|
"@wavemaker/focus-trap": "1.0.1",
|
|
29
|
-
"@wavemaker/foundation-css": "11.14.1-
|
|
30
|
-
"@wavemaker/nvd3": "1.8.
|
|
31
|
-
"@wavemaker/variables": "11.14.1-
|
|
29
|
+
"@wavemaker/foundation-css": "11.14.1-rc.236",
|
|
30
|
+
"@wavemaker/nvd3": "1.8.16",
|
|
31
|
+
"@wavemaker/variables": "11.14.1-rc.236",
|
|
32
32
|
"@ztree/ztree_v3": "3.5.48",
|
|
33
33
|
"acorn": "^8.15.0",
|
|
34
34
|
"angular-imask": "7.6.1",
|
|
@@ -568,12 +568,12 @@
|
|
|
568
568
|
}
|
|
569
569
|
},
|
|
570
570
|
"node_modules/@angular-devkit/schematics": {
|
|
571
|
-
"version": "20.3.
|
|
572
|
-
"integrity": "sha512-
|
|
571
|
+
"version": "20.3.9",
|
|
572
|
+
"integrity": "sha512-oaIjAKPmHMZBTC0met5M7dbXBeZnCNwmHacT/kBHNVBAz/NI95fuAfb2P0Jxt7gWdQXejDSxWp0tL+sZIyO0xw==",
|
|
573
573
|
"dev": true,
|
|
574
574
|
"license": "MIT",
|
|
575
575
|
"dependencies": {
|
|
576
|
-
"@angular-devkit/core": "20.3.
|
|
576
|
+
"@angular-devkit/core": "20.3.9",
|
|
577
577
|
"jsonc-parser": "3.3.1",
|
|
578
578
|
"magic-string": "0.30.17",
|
|
579
579
|
"ora": "8.2.0",
|
|
@@ -586,8 +586,8 @@
|
|
|
586
586
|
}
|
|
587
587
|
},
|
|
588
588
|
"node_modules/@angular-devkit/schematics/node_modules/@angular-devkit/core": {
|
|
589
|
-
"version": "20.3.
|
|
590
|
-
"integrity": "sha512
|
|
589
|
+
"version": "20.3.9",
|
|
590
|
+
"integrity": "sha512-bXsAGIUb4p60x548YmvnMvjwd3FwWz6re1uTM7dV0XH8nQn3XMhOQ3Q3sAckzJHxkDuaRhB3K/a4kupoOmVfTQ==",
|
|
591
591
|
"dev": true,
|
|
592
592
|
"license": "MIT",
|
|
593
593
|
"dependencies": {
|
|
@@ -794,12 +794,12 @@
|
|
|
794
794
|
}
|
|
795
795
|
},
|
|
796
796
|
"node_modules/@angular-eslint/builder/node_modules/@angular-devkit/architect": {
|
|
797
|
-
"version": "0.2003.
|
|
798
|
-
"integrity": "sha512-
|
|
797
|
+
"version": "0.2003.9",
|
|
798
|
+
"integrity": "sha512-p0GO2H8hiZjRHI9sm4tXTF3OpWaEnkqvB0GBGJfGp8RvpPfDA2t3j2NAUNtd75H+B0xdfyWLmNq9YJGpy6gznA==",
|
|
799
799
|
"dev": true,
|
|
800
800
|
"license": "MIT",
|
|
801
801
|
"dependencies": {
|
|
802
|
-
"@angular-devkit/core": "20.3.
|
|
802
|
+
"@angular-devkit/core": "20.3.9",
|
|
803
803
|
"rxjs": "7.8.2"
|
|
804
804
|
},
|
|
805
805
|
"engines": {
|
|
@@ -809,8 +809,8 @@
|
|
|
809
809
|
}
|
|
810
810
|
},
|
|
811
811
|
"node_modules/@angular-eslint/builder/node_modules/@angular-devkit/core": {
|
|
812
|
-
"version": "20.3.
|
|
813
|
-
"integrity": "sha512
|
|
812
|
+
"version": "20.3.9",
|
|
813
|
+
"integrity": "sha512-bXsAGIUb4p60x548YmvnMvjwd3FwWz6re1uTM7dV0XH8nQn3XMhOQ3Q3sAckzJHxkDuaRhB3K/a4kupoOmVfTQ==",
|
|
814
814
|
"dev": true,
|
|
815
815
|
"license": "MIT",
|
|
816
816
|
"dependencies": {
|
|
@@ -913,8 +913,8 @@
|
|
|
913
913
|
}
|
|
914
914
|
},
|
|
915
915
|
"node_modules/@angular-eslint/schematics/node_modules/@angular-devkit/core": {
|
|
916
|
-
"version": "20.3.
|
|
917
|
-
"integrity": "sha512
|
|
916
|
+
"version": "20.3.9",
|
|
917
|
+
"integrity": "sha512-bXsAGIUb4p60x548YmvnMvjwd3FwWz6re1uTM7dV0XH8nQn3XMhOQ3Q3sAckzJHxkDuaRhB3K/a4kupoOmVfTQ==",
|
|
918
918
|
"dev": true,
|
|
919
919
|
"license": "MIT",
|
|
920
920
|
"dependencies": {
|
|
@@ -4736,8 +4736,8 @@
|
|
|
4736
4736
|
}
|
|
4737
4737
|
},
|
|
4738
4738
|
"node_modules/@emnapi/core": {
|
|
4739
|
-
"version": "1.
|
|
4740
|
-
"integrity": "sha512-
|
|
4739
|
+
"version": "1.7.0",
|
|
4740
|
+
"integrity": "sha512-pJdKGq/1iquWYtv1RRSljZklxHCOCAJFJrImO5ZLKPJVJlVUcs8yFwNQlqS0Lo8xT1VAXXTCZocF9n26FWEKsw==",
|
|
4741
4741
|
"dev": true,
|
|
4742
4742
|
"license": "MIT",
|
|
4743
4743
|
"optional": true,
|
|
@@ -4747,8 +4747,8 @@
|
|
|
4747
4747
|
}
|
|
4748
4748
|
},
|
|
4749
4749
|
"node_modules/@emnapi/runtime": {
|
|
4750
|
-
"version": "1.
|
|
4751
|
-
"integrity": "sha512-
|
|
4750
|
+
"version": "1.7.0",
|
|
4751
|
+
"integrity": "sha512-oAYoQnCYaQZKVS53Fq23ceWMRxq5EhQsE0x0RdQ55jT7wagMu5k+fS39v1fiSLrtrLQlXwVINenqhLMtTrV/1Q==",
|
|
4752
4752
|
"dev": true,
|
|
4753
4753
|
"license": "MIT",
|
|
4754
4754
|
"optional": true,
|
|
@@ -5436,8 +5436,8 @@
|
|
|
5436
5436
|
}
|
|
5437
5437
|
},
|
|
5438
5438
|
"node_modules/@inquirer/core/node_modules/@types/node": {
|
|
5439
|
-
"version": "22.
|
|
5440
|
-
"integrity": "sha512-
|
|
5439
|
+
"version": "22.19.0",
|
|
5440
|
+
"integrity": "sha512-xpr/lmLPQEj+TUnHmR+Ab91/glhJvsqcjB+yY0Ix9GO70H6Lb4FHH5GeqdOE5btAx7eIMwuHkp4H2MSkLcqWbA==",
|
|
5441
5441
|
"dev": true,
|
|
5442
5442
|
"license": "MIT",
|
|
5443
5443
|
"dependencies": {
|
|
@@ -5479,8 +5479,8 @@
|
|
|
5479
5479
|
}
|
|
5480
5480
|
},
|
|
5481
5481
|
"node_modules/@inquirer/figures": {
|
|
5482
|
-
"version": "1.0.
|
|
5483
|
-
"integrity": "sha512-
|
|
5482
|
+
"version": "1.0.15",
|
|
5483
|
+
"integrity": "sha512-t2IEY+unGHOzAaVM5Xx6DEWKeXlDDcNPeDyUpsRc6CUhBfU3VQOEl+Vssh7VNp1dR8MdUJBWhuObjXCsVpjN5g==",
|
|
5484
5484
|
"dev": true,
|
|
5485
5485
|
"license": "MIT",
|
|
5486
5486
|
"engines": {
|
|
@@ -7516,8 +7516,8 @@
|
|
|
7516
7516
|
]
|
|
7517
7517
|
},
|
|
7518
7518
|
"node_modules/@rollup/wasm-node": {
|
|
7519
|
-
"version": "4.
|
|
7520
|
-
"integrity": "sha512-
|
|
7519
|
+
"version": "4.53.1",
|
|
7520
|
+
"integrity": "sha512-S2Vy3hXqx+j+Yo4Pks/avPv3ogXO5E5dmvpm2YhjABnYVI7r6myI9KaDzJRL64s0ZHG1044InpA9DysCIe45GQ==",
|
|
7521
7521
|
"dev": true,
|
|
7522
7522
|
"license": "MIT",
|
|
7523
7523
|
"dependencies": {
|
|
@@ -8053,8 +8053,8 @@
|
|
|
8053
8053
|
}
|
|
8054
8054
|
},
|
|
8055
8055
|
"node_modules/@types/node": {
|
|
8056
|
-
"version": "24.
|
|
8057
|
-
"integrity": "sha512-
|
|
8056
|
+
"version": "24.10.0",
|
|
8057
|
+
"integrity": "sha512-qzQZRBqkFsYyaSWXuEHc2WR9c0a0CXwiE5FWUvn7ZM+vdy1uZLfCunD38UzhuB7YN/J11ndbDBcTmOdxJo9Q7A==",
|
|
8058
8058
|
"dev": true,
|
|
8059
8059
|
"license": "MIT",
|
|
8060
8060
|
"dependencies": {
|
|
@@ -8693,8 +8693,8 @@
|
|
|
8693
8693
|
}
|
|
8694
8694
|
},
|
|
8695
8695
|
"node_modules/@wavemaker/app-ng-runtime": {
|
|
8696
|
-
"version": "11.14.1-
|
|
8697
|
-
"integrity": "sha512
|
|
8696
|
+
"version": "11.14.1-rc.236",
|
|
8697
|
+
"integrity": "sha512-r9it+PnfZ0RHui+W/FHnv5AuJjocoyF3fW5Ge27OfldMGW6sVJoWv5XWJNYEtA2U930lj0clXlMk/YwkmoF7jA==",
|
|
8698
8698
|
"license": "MIT",
|
|
8699
8699
|
"engines": {
|
|
8700
8700
|
"node": ">=18.16.1",
|
|
@@ -8702,8 +8702,8 @@
|
|
|
8702
8702
|
}
|
|
8703
8703
|
},
|
|
8704
8704
|
"node_modules/@wavemaker/custom-widgets-m3": {
|
|
8705
|
-
"version": "11.14.1-
|
|
8706
|
-
"integrity": "sha512-
|
|
8705
|
+
"version": "11.14.1-rc.236",
|
|
8706
|
+
"integrity": "sha512-Tqs+7s9YxRiCc417oNObIVb1l/vdgE2Ml4c9Y1PO1/3AfhyUPf0uzAx6EIgliy2LBgXcDc60u2BqdOKZpqz6CA==",
|
|
8707
8707
|
"license": "ISC"
|
|
8708
8708
|
},
|
|
8709
8709
|
"node_modules/@wavemaker/focus-trap": {
|
|
@@ -8716,24 +8716,24 @@
|
|
|
8716
8716
|
}
|
|
8717
8717
|
},
|
|
8718
8718
|
"node_modules/@wavemaker/foundation-css": {
|
|
8719
|
-
"version": "11.14.1-
|
|
8720
|
-
"integrity": "sha512-
|
|
8719
|
+
"version": "11.14.1-rc.236",
|
|
8720
|
+
"integrity": "sha512-drPRY3oCdldIpEIuWifyo4zNvHuvFODyzpIKwTwUIFJwW/iWB3RP+xgVB99OBVOw2DIsNHJkxgeo4aEp3CQWsg==",
|
|
8721
8721
|
"license": "ISC",
|
|
8722
8722
|
"dependencies": {
|
|
8723
8723
|
"chroma-js": "^3.1.2"
|
|
8724
8724
|
}
|
|
8725
8725
|
},
|
|
8726
8726
|
"node_modules/@wavemaker/nvd3": {
|
|
8727
|
-
"version": "1.8.
|
|
8728
|
-
"integrity": "sha512-
|
|
8727
|
+
"version": "1.8.16",
|
|
8728
|
+
"integrity": "sha512-gzgcW3Gr3MYUpYqbhWXVlUq8NhWpBFCz/QKF+Ekvi6pUjTHDLfe264HgiyrPs0PbCPsqN7Z/cFNbQTYJZC+fzQ==",
|
|
8729
8729
|
"license": "Apache-2.0",
|
|
8730
8730
|
"peerDependencies": {
|
|
8731
8731
|
"d3": "7.8.5"
|
|
8732
8732
|
}
|
|
8733
8733
|
},
|
|
8734
8734
|
"node_modules/@wavemaker/variables": {
|
|
8735
|
-
"version": "11.14.1-
|
|
8736
|
-
"integrity": "sha512-
|
|
8735
|
+
"version": "11.14.1-rc.236",
|
|
8736
|
+
"integrity": "sha512-VeWyNjVW0v3afNgasO3ywc0suZUfGGev4KWXuC2rTVau0klRfZBVEYEeHanKonG/9oLIAEmgEguA92q9jnhZIA==",
|
|
8737
8737
|
"license": "ISC",
|
|
8738
8738
|
"dependencies": {
|
|
8739
8739
|
"@metrichor/jmespath": "^0.3.1",
|
|
@@ -9551,8 +9551,8 @@
|
|
|
9551
9551
|
"license": "MIT"
|
|
9552
9552
|
},
|
|
9553
9553
|
"node_modules/baseline-browser-mapping": {
|
|
9554
|
-
"version": "2.8.
|
|
9555
|
-
"integrity": "sha512-
|
|
9554
|
+
"version": "2.8.25",
|
|
9555
|
+
"integrity": "sha512-2NovHVesVF5TXefsGX1yzx1xgr7+m9JQenvz6FQY3qd+YXkKkYiv+vTCc7OriP9mcDZpTC5mAOYN4ocd29+erA==",
|
|
9556
9556
|
"dev": true,
|
|
9557
9557
|
"license": "Apache-2.0",
|
|
9558
9558
|
"bin": {
|
|
@@ -9963,8 +9963,8 @@
|
|
|
9963
9963
|
}
|
|
9964
9964
|
},
|
|
9965
9965
|
"node_modules/caniuse-lite": {
|
|
9966
|
-
"version": "1.0.
|
|
9967
|
-
"integrity": "sha512-
|
|
9966
|
+
"version": "1.0.30001754",
|
|
9967
|
+
"integrity": "sha512-x6OeBXueoAceOmotzx3PO4Zpt4rzpeIFsSr6AAePTZxSkXiYDUmpypEl7e2+8NCd9bD7bXjqyef8CJYPC1jfxg==",
|
|
9968
9968
|
"dev": true,
|
|
9969
9969
|
"funding": [
|
|
9970
9970
|
{
|
|
@@ -10109,8 +10109,8 @@
|
|
|
10109
10109
|
}
|
|
10110
10110
|
},
|
|
10111
10111
|
"node_modules/cjs-module-lexer": {
|
|
10112
|
-
"version": "2.1.
|
|
10113
|
-
"integrity": "sha512
|
|
10112
|
+
"version": "2.1.1",
|
|
10113
|
+
"integrity": "sha512-+CmxIZ/L2vNcEfvNtLdU0ZQ6mbq3FZnwAP2PPTiKP+1QOoKwlKlPgb8UKV0Dds7QVaMnHm+FwSft2VB0s/SLjQ==",
|
|
10114
10114
|
"dev": true,
|
|
10115
10115
|
"license": "MIT"
|
|
10116
10116
|
},
|
|
@@ -11681,8 +11681,8 @@
|
|
|
11681
11681
|
"license": "MIT"
|
|
11682
11682
|
},
|
|
11683
11683
|
"node_modules/electron-to-chromium": {
|
|
11684
|
-
"version": "1.5.
|
|
11685
|
-
"integrity": "sha512-
|
|
11684
|
+
"version": "1.5.249",
|
|
11685
|
+
"integrity": "sha512-5vcfL3BBe++qZ5kuFhD/p8WOM1N9m3nwvJPULJx+4xf2usSlZFJ0qoNYO2fOX4hi3ocuDcmDobtA+5SFr4OmBg==",
|
|
11686
11686
|
"dev": true,
|
|
11687
11687
|
"license": "ISC"
|
|
11688
11688
|
},
|
|
@@ -14156,8 +14156,8 @@
|
|
|
14156
14156
|
}
|
|
14157
14157
|
},
|
|
14158
14158
|
"node_modules/ip-address": {
|
|
14159
|
-
"version": "10.0
|
|
14160
|
-
"integrity": "sha512-
|
|
14159
|
+
"version": "10.1.0",
|
|
14160
|
+
"integrity": "sha512-XXADHxXmvT9+CRxhXg56LJovE+bmWnEWB78LB83VZTprKTmaC5QfruXocxzTZ2Kl0DNwKuBdlIhjL8LeY8Sf8Q==",
|
|
14161
14161
|
"dev": true,
|
|
14162
14162
|
"license": "MIT",
|
|
14163
14163
|
"engines": {
|
|
@@ -16323,8 +16323,8 @@
|
|
|
16323
16323
|
}
|
|
16324
16324
|
},
|
|
16325
16325
|
"node_modules/log-update/node_modules/ansi-escapes": {
|
|
16326
|
-
"version": "7.
|
|
16327
|
-
"integrity": "sha512-
|
|
16326
|
+
"version": "7.2.0",
|
|
16327
|
+
"integrity": "sha512-g6LhBsl+GBPRWGWsBtutpzBYuIIdBkLEvad5C/va/74Db018+5TZiyA26cZJAr3Rft5lprVqOIPxf5Vid6tqAw==",
|
|
16328
16328
|
"dev": true,
|
|
16329
16329
|
"license": "MIT",
|
|
16330
16330
|
"dependencies": {
|
|
@@ -18910,8 +18910,8 @@
|
|
|
18910
18910
|
"license": "MIT"
|
|
18911
18911
|
},
|
|
18912
18912
|
"node_modules/path-scurry": {
|
|
18913
|
-
"version": "2.0.
|
|
18914
|
-
"integrity": "sha512-
|
|
18913
|
+
"version": "2.0.1",
|
|
18914
|
+
"integrity": "sha512-oWyT4gICAu+kaA7QWk/jvCHWarMKNs6pXOGWKDTr7cw4IGcUbW+PeTfbaQiLGheFRpjo6O9J0PmyMfQPjH71oA==",
|
|
18915
18915
|
"dev": true,
|
|
18916
18916
|
"license": "BlueOak-1.0.0",
|
|
18917
18917
|
"dependencies": {
|
|
@@ -20220,10 +20220,10 @@
|
|
|
20220
20220
|
}
|
|
20221
20221
|
},
|
|
20222
20222
|
"node_modules/sax": {
|
|
20223
|
-
"version": "1.4.
|
|
20224
|
-
"integrity": "sha512
|
|
20223
|
+
"version": "1.4.3",
|
|
20224
|
+
"integrity": "sha512-yqYn1JhPczigF94DMS+shiDMjDowYO6y9+wB/4WgO0Y19jWYk0lQ4tuG5KI7kj4FTp1wxPj5IFfcrz/s1c3jjQ==",
|
|
20225
20225
|
"dev": true,
|
|
20226
|
-
"license": "
|
|
20226
|
+
"license": "BlueOak-1.0.0",
|
|
20227
20227
|
"optional": true
|
|
20228
20228
|
},
|
|
20229
20229
|
"node_modules/saxes": {
|
|
@@ -21461,8 +21461,8 @@
|
|
|
21461
21461
|
"license": "ISC"
|
|
21462
21462
|
},
|
|
21463
21463
|
"node_modules/terser": {
|
|
21464
|
-
"version": "5.44.
|
|
21465
|
-
"integrity": "sha512-
|
|
21464
|
+
"version": "5.44.1",
|
|
21465
|
+
"integrity": "sha512-t/R3R/n0MSwnnazuPpPNVO60LX0SKL45pyl9YlvxIdkH0Of7D5qM2EVe+yASRIlY5pZ73nclYJfNANGWPwFDZw==",
|
|
21466
21466
|
"dev": true,
|
|
21467
21467
|
"license": "BSD-2-Clause",
|
|
21468
21468
|
"dependencies": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wavemaker/angular-app",
|
|
3
|
-
"version": "11.14.1-
|
|
3
|
+
"version": "11.14.1-rc.236",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"ng": "ng",
|
|
6
6
|
"start": "./node_modules/.bin/ng serve",
|
|
@@ -36,11 +36,11 @@
|
|
|
36
36
|
"@fullcalendar/list": "6.1.18",
|
|
37
37
|
"@fullcalendar/timegrid": "6.1.18",
|
|
38
38
|
"@metrichor/jmespath": "0.3.1",
|
|
39
|
-
"@wavemaker/custom-widgets-m3": "11.14.1-
|
|
39
|
+
"@wavemaker/custom-widgets-m3": "11.14.1-rc.236",
|
|
40
40
|
"@wavemaker/focus-trap": "1.0.1",
|
|
41
|
-
"@wavemaker/foundation-css": "11.14.1-
|
|
42
|
-
"@wavemaker/nvd3": "1.8.
|
|
43
|
-
"@wavemaker/variables": "11.14.1-
|
|
41
|
+
"@wavemaker/foundation-css": "11.14.1-rc.236",
|
|
42
|
+
"@wavemaker/nvd3": "1.8.16",
|
|
43
|
+
"@wavemaker/variables": "11.14.1-rc.236",
|
|
44
44
|
"@ztree/ztree_v3": "3.5.48",
|
|
45
45
|
"acorn": "^8.15.0",
|
|
46
46
|
"angular-imask": "7.6.1",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"tslib": "2.8.1",
|
|
63
63
|
"x2js": "3.4.4",
|
|
64
64
|
"zone.js": "0.15.1",
|
|
65
|
-
"@wavemaker/app-ng-runtime": "11.14.1-
|
|
65
|
+
"@wavemaker/app-ng-runtime": "11.14.1-rc.236"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
68
|
"@ampproject/rollup-plugin-closure-compiler": "^0.27.0",
|