jp.ms.common.modules 1.0.51 → 1.0.53
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/dto/app-screen/app-screen-dialog.dto.d.ts +4 -0
- package/dist/dto/app-screen/app-screen-dialog.dto.js +16 -0
- package/dist/dto/app-screen/app-screen-dialog.dto.js.map +1 -1
- package/dist/dto/games/poker/poker-table.dto.d.ts +1 -0
- package/dist/dto/games/poker/poker-table.dto.js +6 -0
- package/dist/dto/games/poker/poker-table.dto.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/src/dto/app-screen/app-screen-dialog.dto.ts +12 -0
- package/src/dto/games/poker/poker-table.dto.ts +4 -0
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { IAppScreenDialog } from 'jp.common.models';
|
|
2
2
|
import { AppScreenSectionButtonsDto } from './app-screen-section-buttons.dto';
|
|
3
3
|
import { AppScreenFieldDto } from './app-screen-field.dto';
|
|
4
|
+
import { AppScreenAppBarDto } from './app-screen-app-bar.dto';
|
|
5
|
+
import { AppScreenSectionDto } from './app-screen-section.dto';
|
|
4
6
|
export declare class AppScreenDialogDto implements IAppScreenDialog {
|
|
5
7
|
id: string;
|
|
6
8
|
type: string;
|
|
@@ -9,4 +11,6 @@ export declare class AppScreenDialogDto implements IAppScreenDialog {
|
|
|
9
11
|
description?: string;
|
|
10
12
|
buttons: AppScreenSectionButtonsDto;
|
|
11
13
|
fields?: Array<AppScreenFieldDto>;
|
|
14
|
+
appBar?: AppScreenAppBarDto;
|
|
15
|
+
sections: Array<AppScreenSectionDto>;
|
|
12
16
|
}
|
|
@@ -15,6 +15,8 @@ const swagger_1 = require("@nestjs/swagger");
|
|
|
15
15
|
const class_validator_1 = require("class-validator");
|
|
16
16
|
const app_screen_section_buttons_dto_1 = require("./app-screen-section-buttons.dto");
|
|
17
17
|
const app_screen_field_dto_1 = require("./app-screen-field.dto");
|
|
18
|
+
const app_screen_app_bar_dto_1 = require("./app-screen-app-bar.dto");
|
|
19
|
+
const app_screen_section_dto_1 = require("./app-screen-section.dto");
|
|
18
20
|
class AppScreenDialogDto {
|
|
19
21
|
id;
|
|
20
22
|
type;
|
|
@@ -23,6 +25,8 @@ class AppScreenDialogDto {
|
|
|
23
25
|
description;
|
|
24
26
|
buttons;
|
|
25
27
|
fields;
|
|
28
|
+
appBar;
|
|
29
|
+
sections;
|
|
26
30
|
}
|
|
27
31
|
exports.AppScreenDialogDto = AppScreenDialogDto;
|
|
28
32
|
__decorate([
|
|
@@ -87,4 +91,16 @@ __decorate([
|
|
|
87
91
|
(0, class_transformer_1.Expose)(),
|
|
88
92
|
__metadata("design:type", Array)
|
|
89
93
|
], AppScreenDialogDto.prototype, "fields", void 0);
|
|
94
|
+
__decorate([
|
|
95
|
+
(0, class_transformer_1.Type)(() => app_screen_app_bar_dto_1.AppScreenAppBarDto),
|
|
96
|
+
(0, class_transformer_1.Expose)(),
|
|
97
|
+
__metadata("design:type", app_screen_app_bar_dto_1.AppScreenAppBarDto)
|
|
98
|
+
], AppScreenDialogDto.prototype, "appBar", void 0);
|
|
99
|
+
__decorate([
|
|
100
|
+
(0, class_validator_1.IsArray)(),
|
|
101
|
+
(0, class_validator_1.ValidateNested)({ each: true }),
|
|
102
|
+
(0, class_transformer_1.Type)(() => app_screen_section_dto_1.AppScreenSectionDto),
|
|
103
|
+
(0, class_transformer_1.Expose)(),
|
|
104
|
+
__metadata("design:type", Array)
|
|
105
|
+
], AppScreenDialogDto.prototype, "sections", void 0);
|
|
90
106
|
//# sourceMappingURL=app-screen-dialog.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app-screen-dialog.dto.js","sourceRoot":"","sources":["../../../src/dto/app-screen/app-screen-dialog.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAiD;AAEjD,6CAA8C;AAC9C,qDAAoE;AAEpE,qFAA8E;AAC9E,iEAA2D;
|
|
1
|
+
{"version":3,"file":"app-screen-dialog.dto.js","sourceRoot":"","sources":["../../../src/dto/app-screen/app-screen-dialog.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAiD;AAEjD,6CAA8C;AAC9C,qDAAoE;AAEpE,qFAA8E;AAC9E,iEAA2D;AAC3D,qEAA8D;AAC9D,qEAA+D;AAE/D,MAAa,kBAAkB;IAQ7B,EAAE,CAAS;IASX,IAAI,CAAS;IASb,MAAM,CAAU;IAShB,KAAK,CAAS;IASd,WAAW,CAAU;IAIrB,OAAO,CAA6B;IAMpC,MAAM,CAA4B;IAIlC,MAAM,CAAsB;IAM5B,QAAQ,CAA6B;CACtC;AAjED,gDAiEC;AAzDC;IAPC,IAAA,qBAAW,EAAC;QACX,WAAW,EAAE,IAAI;QACjB,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,MAAM;KACb,CAAC;IACD,IAAA,0BAAM,GAAE;IACR,IAAA,0BAAQ,GAAE;;8CACA;AASX;IAPC,IAAA,qBAAW,EAAC;QACX,WAAW,EAAE,MAAM;QACnB,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,MAAM;KACb,CAAC;IACD,IAAA,0BAAM,GAAE;IACR,IAAA,0BAAQ,GAAE;;gDACE;AASb;IAPC,IAAA,qBAAW,EAAC;QACX,WAAW,EAAE,QAAQ;QACrB,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,OAAO;KACd,CAAC;IACD,IAAA,0BAAM,GAAE;IACR,IAAA,0BAAQ,GAAE;;kDACK;AAShB;IAPC,IAAA,qBAAW,EAAC;QACX,WAAW,EAAE,OAAO;QACpB,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,MAAM;KACb,CAAC;IACD,IAAA,0BAAM,GAAE;IACR,IAAA,0BAAQ,GAAE;;iDACG;AASd;IAPC,IAAA,qBAAW,EAAC;QACX,WAAW,EAAE,aAAa;QAC1B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,MAAM;KACb,CAAC;IACD,IAAA,0BAAM,GAAE;IACR,IAAA,0BAAQ,GAAE;;uDACU;AAIrB;IAFC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,2DAA0B,CAAC;IACtC,IAAA,0BAAM,GAAE;8BACA,2DAA0B;mDAAC;AAMpC;IAJC,IAAA,yBAAO,GAAE;IACT,IAAA,gCAAc,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;IAC9B,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,wCAAiB,CAAC;IAC7B,IAAA,0BAAM,GAAE;8BACA,KAAK;kDAAoB;AAIlC;IAFC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,2CAAkB,CAAC;IAC9B,IAAA,0BAAM,GAAE;8BACA,2CAAkB;kDAAC;AAM5B;IAJC,IAAA,yBAAO,GAAE;IACT,IAAA,gCAAc,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;IAC9B,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,4CAAmB,CAAC;IAC/B,IAAA,0BAAM,GAAE;8BACC,KAAK;oDAAsB"}
|
|
@@ -5,6 +5,7 @@ import { PokerPlayerDto } from './poker-player.dto';
|
|
|
5
5
|
export declare class PokerTableDto implements IPokerTable {
|
|
6
6
|
appBar: AppScreenAppBarDto;
|
|
7
7
|
confirmExitDialog: AppScreenDialogDto | undefined;
|
|
8
|
+
infoDialog: AppScreenDialogDto | undefined;
|
|
8
9
|
playersTurnTimer: number | undefined;
|
|
9
10
|
restartTimer: number | undefined;
|
|
10
11
|
tableSize: number;
|
|
@@ -19,6 +19,7 @@ const poker_player_dto_1 = require("./poker-player.dto");
|
|
|
19
19
|
class PokerTableDto {
|
|
20
20
|
appBar;
|
|
21
21
|
confirmExitDialog;
|
|
22
|
+
infoDialog;
|
|
22
23
|
playersTurnTimer;
|
|
23
24
|
restartTimer;
|
|
24
25
|
tableSize;
|
|
@@ -45,6 +46,11 @@ __decorate([
|
|
|
45
46
|
(0, class_transformer_1.Expose)(),
|
|
46
47
|
__metadata("design:type", Object)
|
|
47
48
|
], PokerTableDto.prototype, "confirmExitDialog", void 0);
|
|
49
|
+
__decorate([
|
|
50
|
+
(0, class_transformer_1.Type)(() => app_screen_1.AppScreenDialogDto),
|
|
51
|
+
(0, class_transformer_1.Expose)(),
|
|
52
|
+
__metadata("design:type", Object)
|
|
53
|
+
], PokerTableDto.prototype, "infoDialog", void 0);
|
|
48
54
|
__decorate([
|
|
49
55
|
(0, swagger_1.ApiProperty)({
|
|
50
56
|
description: 'Player Turn Timer Remain',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"poker-table.dto.js","sourceRoot":"","sources":["../../../../src/dto/games/poker/poker-table.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAA8C;AAC9C,yDAAkE;AAClE,qDAAoE;AAGpE,iDAA0E;AAC1E,+CAMyB;AAEzB,yDAAoD;AAEpD,MAAa,aAAa;IAGxB,MAAM,CAAqB;IAI3B,iBAAiB,CAAiC;
|
|
1
|
+
{"version":3,"file":"poker-table.dto.js","sourceRoot":"","sources":["../../../../src/dto/games/poker/poker-table.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAA8C;AAC9C,yDAAkE;AAClE,qDAAoE;AAGpE,iDAA0E;AAC1E,+CAMyB;AAEzB,yDAAoD;AAEpD,MAAa,aAAa;IAGxB,MAAM,CAAqB;IAI3B,iBAAiB,CAAiC;IAIlD,UAAU,CAAiC;IAQ3C,gBAAgB,CAAqB;IAQrC,YAAY,CAAqB;IAQjC,SAAS,CAAS;IAMlB,OAAO,CAAmB;IAI1B,UAAU,CAAgB;IAI1B,OAAO,CAAa;IAIpB,UAAU,CAAgB;IAI1B,UAAU,CAAgB;IAI1B,SAAS,CAAe;IAExB,YAAY,MAAmB;QAC7B,OAAO,IAAA,mCAAe,EAAC,aAAa,EAAE,MAAM,EAAE;YAC5C,uBAAuB,EAAE,IAAI;SAC9B,CAAC,CAAC;IACL,CAAC;CACF;AApED,sCAoEC;AAjEC;IAFC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,+BAAkB,CAAC;IAC9B,IAAA,0BAAM,GAAE;8BACD,+BAAkB;6CAAC;AAI3B;IAFC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,+BAAkB,CAAC;IAC9B,IAAA,0BAAM,GAAE;;wDACyC;AAIlD;IAFC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,+BAAkB,CAAC;IAC9B,IAAA,0BAAM,GAAE;;iDACkC;AAQ3C;IANC,IAAA,qBAAW,EAAC;QACX,WAAW,EAAE,0BAA0B;QACvC,IAAI,EAAE,MAAM;KACb,CAAC;IACD,IAAA,0BAAQ,GAAE;IACV,IAAA,0BAAM,GAAE;;uDAC4B;AAQrC;IANC,IAAA,qBAAW,EAAC;QACX,WAAW,EAAE,sBAAsB;QACnC,IAAI,EAAE,MAAM;KACb,CAAC;IACD,IAAA,0BAAQ,GAAE;IACV,IAAA,0BAAM,GAAE;;mDACwB;AAQjC;IANC,IAAA,qBAAW,EAAC;QACX,WAAW,EAAE,YAAY;QACzB,IAAI,EAAE,MAAM;KACb,CAAC;IACD,IAAA,0BAAQ,GAAE;IACV,IAAA,0BAAM,GAAE;;gDACS;AAMlB;IAJC,IAAA,yBAAO,GAAE;IACT,IAAA,gCAAc,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;IAC9B,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,iCAAc,CAAC;IAC1B,IAAA,0BAAM,GAAE;;8CACiB;AAI1B;IAFC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,yBAAa,CAAC;IACzB,IAAA,0BAAM,GAAE;8BACG,yBAAa;iDAAC;AAI1B;IAFC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,sBAAU,CAAC;IACtB,IAAA,0BAAM,GAAE;8BACA,sBAAU;8CAAC;AAIpB;IAFC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,yBAAa,CAAC;IACzB,IAAA,0BAAM,GAAE;8BACG,yBAAa;iDAAC;AAI1B;IAFC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,yBAAa,CAAC;IACzB,IAAA,0BAAM,GAAE;8BACG,yBAAa;iDAAC;AAI1B;IAFC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,wBAAY,CAAC;IACxB,IAAA,0BAAM,GAAE;8BACE,wBAAY;gDAAC"}
|