rez_core 1.0.28 → 1.0.30
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/dist/module/layout/entity/header-items.entity.d.ts +3 -3
- package/dist/module/layout/entity/header-items.entity.js +6 -6
- package/dist/module/layout/entity/header-items.entity.js.map +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/module/layout/entity/header-items.entity.ts +9 -9
|
@@ -35,16 +35,16 @@ __decorate([
|
|
|
35
35
|
__metadata("design:type", String)
|
|
36
36
|
], HeaderItems.prototype, "icon", void 0);
|
|
37
37
|
__decorate([
|
|
38
|
-
(0, typeorm_1.Column)({
|
|
39
|
-
__metadata("design:type",
|
|
38
|
+
(0, typeorm_1.Column)({ nullable: true, type: 'boolean' }),
|
|
39
|
+
__metadata("design:type", Boolean)
|
|
40
40
|
], HeaderItems.prototype, "border", void 0);
|
|
41
41
|
__decorate([
|
|
42
|
-
(0, typeorm_1.Column)({
|
|
43
|
-
__metadata("design:type",
|
|
42
|
+
(0, typeorm_1.Column)({ nullable: true, type: 'boolean' }),
|
|
43
|
+
__metadata("design:type", Boolean)
|
|
44
44
|
], HeaderItems.prototype, "avatar", void 0);
|
|
45
45
|
__decorate([
|
|
46
|
-
(0, typeorm_1.Column)({
|
|
47
|
-
__metadata("design:type",
|
|
46
|
+
(0, typeorm_1.Column)({ nullable: true, type: 'json' }),
|
|
47
|
+
__metadata("design:type", Object)
|
|
48
48
|
], HeaderItems.prototype, "options", void 0);
|
|
49
49
|
exports.HeaderItems = HeaderItems = __decorate([
|
|
50
50
|
(0, typeorm_1.Entity)({ name: 'cr_header_items' })
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"header-items.entity.js","sourceRoot":"","sources":["../../../../src/module/layout/entity/header-items.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAiE;AAG1D,IAAM,WAAW,GAAjB,MAAM,WAAW;CAwBvB,CAAA;AAxBY,kCAAW;AAEtB;IADC,IAAA,gCAAsB,GAAE;;uCACd;AAGX;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;+CACR;AAGnB;IADC,IAAA,gBAAM,EAAC,
|
|
1
|
+
{"version":3,"file":"header-items.entity.js","sourceRoot":"","sources":["../../../../src/module/layout/entity/header-items.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAiE;AAG1D,IAAM,WAAW,GAAjB,MAAM,WAAW;CAwBvB,CAAA;AAxBY,kCAAW;AAEtB;IADC,IAAA,gCAAsB,GAAE;;uCACd;AAGX;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;+CACR;AAGnB;IADC,IAAA,gBAAM,EAAC,EAAE,MAAM,EAAE,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;;wCAC5C;AAGZ;IADC,IAAA,gBAAM,EAAC,EAAE,MAAM,EAAE,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;;yCAC3C;AAGb;IADC,IAAA,gBAAM,EAAC,EAAE,MAAM,EAAE,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;;yCAC3C;AAGb;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;;2CAC5B;AAGhB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;;2CAC5B;AAGhB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;;4CAC5B;sBAvBF,WAAW;IADvB,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,iBAAiB,EAAE,CAAC;GACvB,WAAW,CAwBvB"}
|