@wavemaker/angular-codegen 12.0.0-next.44005 → 12.0.0-next.45001

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.
@@ -1167,6 +1167,26 @@
1167
1167
  }
1168
1168
  }
1169
1169
  },
1170
+ "@wm/components/advanced/custom": {
1171
+ "root": "projects/components/widgets/advanced/custom",
1172
+ "sourceRoot": "projects/components/widgets/advanced/custom/src",
1173
+ "projectType": "library",
1174
+ "prefix": "lib",
1175
+ "architect": {
1176
+ "build": {
1177
+ "builder": "@angular-devkit/build-angular:ng-packagr",
1178
+ "options": {
1179
+ "tsConfig": "projects/components/widgets/tsconfig.lib.json",
1180
+ "project": "projects/components/widgets/advanced/custom/ng-package.json"
1181
+ },
1182
+ "configurations": {
1183
+ "production": {
1184
+ "tsConfig": "projects/components/widgets/advanced/custom/tsconfig.lib.prod.json"
1185
+ }
1186
+ }
1187
+ }
1188
+ }
1189
+ },
1170
1190
  "@wm/components/page": {
1171
1191
  "root": "projects/components/widgets/page/default",
1172
1192
  "sourceRoot": "projects/components/widgets/page/default/src",
@@ -36,7 +36,7 @@
36
36
  "@metrichor/jmespath": "0.3.1",
37
37
  "@wavemaker/focus-trap": "1.0.0",
38
38
  "@wavemaker/nvd3": "1.8.11",
39
- "@wavemaker/variables": "12.0.0-next.44005",
39
+ "@wavemaker/variables": "12.0.0-next.45001",
40
40
  "@ztree/ztree_v3": "3.5.48",
41
41
  "angular-imask": "^7.6.1",
42
42
  "angular2-websocket": "0.9.7",
@@ -7273,9 +7273,9 @@
7273
7273
  }
7274
7274
  },
7275
7275
  "node_modules/@wavemaker/variables": {
7276
- "version": "12.0.0-next.44005",
7277
- "resolved": "https://registry.npmjs.org/@wavemaker/variables/-/variables-12.0.0-next.44005.tgz",
7278
- "integrity": "sha512-8rVHSx2lPTjA1l1yNmN+SCgYdTL8jrwYEVZarByU/25uJxl8ClRXLTIS3WqpP26JHvdZxwSRBbWoEfpBAh5ivw==",
7276
+ "version": "12.0.0-next.45001",
7277
+ "resolved": "https://registry.npmjs.org/@wavemaker/variables/-/variables-12.0.0-next.45001.tgz",
7278
+ "integrity": "sha512-OVzPq6+Srx8xI7lsALQm/qhq3xvUSIrAMUcGmfJ7gehdJZ13iqFIAu0ehUUlhT1Xq07FlJLaw9t4yGM2hRnbig==",
7279
7279
  "dependencies": {
7280
7280
  "@metrichor/jmespath": "^0.3.1",
7281
7281
  "he": "^1.2.0",
@@ -45,7 +45,7 @@
45
45
  "@metrichor/jmespath": "0.3.1",
46
46
  "@wavemaker/focus-trap": "1.0.0",
47
47
  "@wavemaker/nvd3": "1.8.11",
48
- "@wavemaker/variables": "12.0.0-next.44005",
48
+ "@wavemaker/variables": "12.0.0-next.45001",
49
49
  "@ztree/ztree_v3": "3.5.48",
50
50
  "angular-imask": "^7.6.1",
51
51
  "angular2-websocket": "0.9.7",
@@ -71,7 +71,7 @@
71
71
  "tslib": "2.4.1",
72
72
  "x2js": "3.4.4",
73
73
  "zone.js": "0.13.3",
74
- "@wavemaker/app-ng-runtime": "12.0.0-next.44005"
74
+ "@wavemaker/app-ng-runtime": "12.0.0-next.45001"
75
75
  },
76
76
  "devDependencies": {
77
77
  "@ampproject/rollup-plugin-closure-compiler": "^0.27.0",
@@ -103452,6 +103452,7 @@ var FormWidgetType$1;
103452
103452
  FormWidgetType["TIMESTAMP"] = "timestamp";
103453
103453
  FormWidgetType["TYPEAHEAD"] = "typeahead";
103454
103454
  FormWidgetType["UPLOAD"] = "upload";
103455
+ FormWidgetType["CUSTOM"] = "custom";
103455
103456
  })(FormWidgetType$1 || (FormWidgetType$1 = {}));
103456
103457
  var DataType$1;
103457
103458
  (function (DataType) {
@@ -105175,6 +105176,7 @@ var ComponentType$1;
105175
105176
  ComponentType[ComponentType["PAGE"] = 0] = "PAGE";
105176
105177
  ComponentType[ComponentType["PREFAB"] = 1] = "PREFAB";
105177
105178
  ComponentType[ComponentType["PARTIAL"] = 2] = "PARTIAL";
105179
+ ComponentType[ComponentType["WIDGET"] = 3] = "WIDGET";
105178
105180
  })(ComponentType$1 || (ComponentType$1 = {}));
105179
105181
  var Operation$1;
105180
105182
  (function (Operation) {
@@ -133381,6 +133383,7 @@ var FormWidgetType;
133381
133383
  FormWidgetType["TIMESTAMP"] = "timestamp";
133382
133384
  FormWidgetType["TYPEAHEAD"] = "typeahead";
133383
133385
  FormWidgetType["UPLOAD"] = "upload";
133386
+ FormWidgetType["CUSTOM"] = "custom";
133384
133387
  })(FormWidgetType || (FormWidgetType = {}));
133385
133388
  var DataType;
133386
133389
  (function (DataType) {
@@ -134039,6 +134042,7 @@ var ComponentType;
134039
134042
  ComponentType[ComponentType["PAGE"] = 0] = "PAGE";
134040
134043
  ComponentType[ComponentType["PREFAB"] = 1] = "PREFAB";
134041
134044
  ComponentType[ComponentType["PARTIAL"] = 2] = "PARTIAL";
134045
+ ComponentType[ComponentType["WIDGET"] = 3] = "WIDGET";
134042
134046
  })(ComponentType || (ComponentType = {}));
134043
134047
  var Operation;
134044
134048
  (function (Operation) {