fantasy-ngzorro 1.3.29 → 1.3.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/bundles/fantasy-ngzorro.umd.js +6035 -6035
- package/esm2015/fantasy-ngzorro.js +38 -38
- package/esm2015/fantasy-ngzorro.module.js +18 -18
- package/esm2015/hd-button/hd-button.component.js +91 -91
- package/esm2015/hd-button/hd-button.module.js +22 -22
- package/esm2015/hd-button/hd-button.service.js +36 -36
- package/esm2015/hd-button-group/hd-button-group.component.js +32 -32
- package/esm2015/hd-button-group/hd-button-group.module.js +22 -22
- package/esm2015/hd-component.module.js +43 -43
- package/esm2015/hd-current-table/hd-current-table.component.js +224 -224
- package/esm2015/hd-current-table/hd-current-table.module.js +23 -23
- package/esm2015/hd-current-table/hd-current-table.service.js +34 -34
- package/esm2015/hd-detail-form/hd-detail-form.component.js +64 -64
- package/esm2015/hd-detail-form/hd-detail-form.module.js +20 -20
- package/esm2015/hd-detail-form/hd-detail-form.service.js +17 -17
- package/esm2015/hd-detail-lines/hd-detail-lines.component.js +266 -266
- package/esm2015/hd-detail-lines/hd-detail-lines.module.js +23 -23
- package/esm2015/hd-detail-lines/hd-detail-lines.service.js +18 -18
- package/esm2015/hd-detail-tip/hd-detail-tip.component.js +61 -61
- package/esm2015/hd-detail-tip/hd-detail-tip.module.js +22 -22
- package/esm2015/hd-filter/hd-filter.component.js +192 -192
- package/esm2015/hd-filter/hd-filter.module.js +25 -25
- package/esm2015/hd-filter/hd-filter.service.js +69 -69
- package/esm2015/hd-form/hd-form.component.js +369 -369
- package/esm2015/hd-form/hd-form.module.js +25 -25
- package/esm2015/hd-form/hd-form.service.js +129 -129
- package/esm2015/hd-form-lines/hd-form-lines.component.js +1537 -1537
- package/esm2015/hd-form-lines/hd-form-lines.module.js +29 -29
- package/esm2015/hd-form-lines/hd-form-lines.service.js +121 -121
- package/esm2015/hd-log/hd-log.component.js +30 -30
- package/esm2015/hd-log/hd-log.module.js +25 -25
- package/esm2015/hd-log/hd-log.service.js +47 -47
- package/esm2015/hd-popconfirm/hd-popconfirm.component.js +52 -52
- package/esm2015/hd-popconfirm/hd-popconfirm.module.js +27 -27
- package/esm2015/hd-space/hd-space.component.js +51 -51
- package/esm2015/hd-space/hd-space.module.js +23 -23
- package/esm2015/hd-space/hd-space.service.js +33 -33
- package/esm2015/hd-status/hd-status.component.js +50 -50
- package/esm2015/hd-status/hd-status.module.js +27 -27
- package/esm2015/hd-status/hd-status.service.js +33 -33
- package/esm2015/hd-table/hd-table.component.js +972 -972
- package/esm2015/hd-table/hd-table.module.js +43 -43
- package/esm2015/hd-table/hd-table.service.js +116 -116
- package/esm2015/hd-tip/hd-tip.component.js +37 -37
- package/esm2015/hd-tip/hd-tip.module.js +20 -20
- package/esm2015/index.js +6 -6
- package/esm2015/model/colWidth.js +36 -36
- package/esm2015/model/common-type.js +122 -122
- package/esm2015/model/staticConst.js +8 -8
- package/esm2015/public-api.js +19 -19
- package/esm2015/service/common-session.service.js +37 -37
- package/esm2015/utils.js +128 -128
- package/esm5/fantasy-ngzorro.js +38 -38
- package/esm5/fantasy-ngzorro.module.js +22 -22
- package/esm5/hd-button/hd-button.component.js +104 -104
- package/esm5/hd-button/hd-button.module.js +26 -26
- package/esm5/hd-button/hd-button.service.js +39 -39
- package/esm5/hd-button-group/hd-button-group.component.js +38 -38
- package/esm5/hd-button-group/hd-button-group.module.js +26 -26
- package/esm5/hd-component.module.js +47 -47
- package/esm5/hd-current-table/hd-current-table.component.js +260 -260
- package/esm5/hd-current-table/hd-current-table.module.js +27 -27
- package/esm5/hd-current-table/hd-current-table.service.js +46 -46
- package/esm5/hd-detail-form/hd-detail-form.component.js +77 -77
- package/esm5/hd-detail-form/hd-detail-form.module.js +24 -24
- package/esm5/hd-detail-form/hd-detail-form.service.js +20 -20
- package/esm5/hd-detail-lines/hd-detail-lines.component.js +314 -314
- package/esm5/hd-detail-lines/hd-detail-lines.module.js +27 -27
- package/esm5/hd-detail-lines/hd-detail-lines.service.js +22 -22
- package/esm5/hd-detail-tip/hd-detail-tip.component.js +72 -72
- package/esm5/hd-detail-tip/hd-detail-tip.module.js +26 -26
- package/esm5/hd-filter/hd-filter.component.js +231 -231
- package/esm5/hd-filter/hd-filter.module.js +29 -29
- package/esm5/hd-filter/hd-filter.service.js +77 -77
- package/esm5/hd-form/hd-form.component.js +424 -424
- package/esm5/hd-form/hd-form.module.js +29 -29
- package/esm5/hd-form/hd-form.service.js +141 -141
- package/esm5/hd-form-lines/hd-form-lines.component.js +1844 -1844
- package/esm5/hd-form-lines/hd-form-lines.module.js +33 -33
- package/esm5/hd-form-lines/hd-form-lines.service.js +137 -137
- package/esm5/hd-log/hd-log.component.js +35 -35
- package/esm5/hd-log/hd-log.module.js +29 -29
- package/esm5/hd-log/hd-log.service.js +50 -50
- package/esm5/hd-popconfirm/hd-popconfirm.component.js +65 -65
- package/esm5/hd-popconfirm/hd-popconfirm.module.js +31 -31
- package/esm5/hd-space/hd-space.component.js +56 -56
- package/esm5/hd-space/hd-space.module.js +27 -27
- package/esm5/hd-space/hd-space.service.js +40 -40
- package/esm5/hd-status/hd-status.component.js +62 -62
- package/esm5/hd-status/hd-status.module.js +31 -31
- package/esm5/hd-status/hd-status.service.js +35 -35
- package/esm5/hd-table/hd-table.component.js +1100 -1100
- package/esm5/hd-table/hd-table.module.js +47 -47
- package/esm5/hd-table/hd-table.service.js +136 -136
- package/esm5/hd-tip/hd-tip.component.js +42 -42
- package/esm5/hd-tip/hd-tip.module.js +24 -24
- package/esm5/index.js +6 -6
- package/esm5/model/colWidth.js +36 -36
- package/esm5/model/common-type.js +146 -146
- package/esm5/model/staticConst.js +8 -8
- package/esm5/public-api.js +19 -19
- package/esm5/service/common-session.service.js +54 -54
- package/esm5/utils.js +128 -128
- package/fantasy-ngzorro.d.ts +34 -34
- package/fantasy-ngzorro.module.d.ts +2 -2
- package/fesm2015/fantasy-ngzorro.js +5223 -5223
- package/fesm5/fantasy-ngzorro.js +6044 -6044
- package/hd-button/hd-button.component.d.ts +14 -14
- package/hd-button/hd-button.module.d.ts +2 -2
- package/hd-button/hd-button.service.d.ts +17 -17
- package/hd-button-group/hd-button-group.component.d.ts +7 -7
- package/hd-button-group/hd-button-group.module.d.ts +2 -2
- package/hd-component.module.d.ts +2 -2
- package/hd-current-table/hd-current-table.component.d.ts +43 -43
- package/hd-current-table/hd-current-table.module.d.ts +2 -2
- package/hd-current-table/hd-current-table.service.d.ts +13 -13
- package/hd-detail-form/hd-detail-form.component.d.ts +9 -9
- package/hd-detail-form/hd-detail-form.module.d.ts +2 -2
- package/hd-detail-form/hd-detail-form.service.d.ts +3 -3
- package/hd-detail-lines/hd-detail-lines.component.d.ts +48 -48
- package/hd-detail-lines/hd-detail-lines.module.d.ts +2 -2
- package/hd-detail-lines/hd-detail-lines.service.d.ts +7 -7
- package/hd-detail-tip/hd-detail-tip.component.d.ts +12 -12
- package/hd-detail-tip/hd-detail-tip.module.d.ts +2 -2
- package/hd-filter/hd-filter.component.d.ts +23 -23
- package/hd-filter/hd-filter.module.d.ts +2 -2
- package/hd-filter/hd-filter.service.d.ts +25 -25
- package/hd-form/hd-form.component.d.ts +25 -25
- package/hd-form/hd-form.module.d.ts +2 -2
- package/hd-form/hd-form.service.d.ts +51 -51
- package/hd-form-lines/hd-form-lines.component.d.ts +147 -147
- package/hd-form-lines/hd-form-lines.module.d.ts +2 -2
- package/hd-form-lines/hd-form-lines.service.d.ts +53 -53
- package/hd-log/hd-log.component.d.ts +6 -6
- package/hd-log/hd-log.module.d.ts +2 -2
- package/hd-log/hd-log.service.d.ts +6 -6
- package/hd-popconfirm/hd-popconfirm.component.d.ts +10 -10
- package/hd-popconfirm/hd-popconfirm.module.d.ts +2 -2
- package/hd-space/hd-space.component.d.ts +10 -10
- package/hd-space/hd-space.module.d.ts +2 -2
- package/hd-space/hd-space.service.d.ts +12 -12
- package/hd-status/hd-status.component.d.ts +9 -9
- package/hd-status/hd-status.module.d.ts +2 -2
- package/hd-status/hd-status.service.d.ts +11 -11
- package/hd-table/hd-table.component.d.ts +91 -91
- package/hd-table/hd-table.module.d.ts +2 -2
- package/hd-table/hd-table.service.d.ts +42 -42
- package/hd-tip/hd-tip.component.d.ts +8 -8
- package/hd-tip/hd-tip.module.d.ts +2 -2
- package/index.d.ts +2 -2
- package/model/colWidth.d.ts +17 -17
- package/model/common-type.d.ts +46 -46
- package/model/staticConst.d.ts +3 -3
- package/package.json +1 -1
- package/public-api.d.ts +15 -15
- package/service/common-session.service.d.ts +5 -5
- package/utils.d.ts +28 -28
|
@@ -1,147 +1,147 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @fileoverview added by tsickle
|
|
3
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4
|
-
*/
|
|
5
|
-
/**
|
|
6
|
-
* @template T
|
|
7
|
-
*/
|
|
8
|
-
var /**
|
|
9
|
-
* @template T
|
|
10
|
-
*/
|
|
11
|
-
Page = /** @class */ (function () {
|
|
12
|
-
function Page() {
|
|
13
|
-
this.totalPages = 0;
|
|
14
|
-
this.totalElements = 0;
|
|
15
|
-
this.pageNumber = 0;
|
|
16
|
-
this.pageSize = 10;
|
|
17
|
-
this.hasContent = false;
|
|
18
|
-
this.hasNext = false;
|
|
19
|
-
this.content = [];
|
|
20
|
-
}
|
|
21
|
-
return Page;
|
|
22
|
-
}());
|
|
23
|
-
/**
|
|
24
|
-
* @template T
|
|
25
|
-
*/
|
|
26
|
-
export { Page };
|
|
27
|
-
if (false) {
|
|
28
|
-
/** @type {?} */
|
|
29
|
-
Page.prototype.totalPages;
|
|
30
|
-
/** @type {?} */
|
|
31
|
-
Page.prototype.totalElements;
|
|
32
|
-
/** @type {?} */
|
|
33
|
-
Page.prototype.pageNumber;
|
|
34
|
-
/** @type {?} */
|
|
35
|
-
Page.prototype.pageSize;
|
|
36
|
-
/** @type {?} */
|
|
37
|
-
Page.prototype.hasContent;
|
|
38
|
-
/** @type {?} */
|
|
39
|
-
Page.prototype.hasNext;
|
|
40
|
-
/** @type {?} */
|
|
41
|
-
Page.prototype.content;
|
|
42
|
-
}
|
|
43
|
-
var HdOption = /** @class */ (function () {
|
|
44
|
-
function HdOption() {
|
|
45
|
-
}
|
|
46
|
-
return HdOption;
|
|
47
|
-
}());
|
|
48
|
-
export { HdOption };
|
|
49
|
-
if (false) {
|
|
50
|
-
/** @type {?} */
|
|
51
|
-
HdOption.prototype.label;
|
|
52
|
-
/** @type {?} */
|
|
53
|
-
HdOption.prototype.value;
|
|
54
|
-
/** @type {?} */
|
|
55
|
-
HdOption.prototype.color;
|
|
56
|
-
/** @type {?} */
|
|
57
|
-
HdOption.prototype.hide;
|
|
58
|
-
/** @type {?} */
|
|
59
|
-
HdOption.prototype.click;
|
|
60
|
-
}
|
|
61
|
-
var SelectOption = /** @class */ (function () {
|
|
62
|
-
function SelectOption() {
|
|
63
|
-
this.showLabelAndValue = false;
|
|
64
|
-
this.hdDropdownMatchSelectWidth = false;
|
|
65
|
-
this.hdServerSearch = false;
|
|
66
|
-
this.hdShowItemCode = false; // 是否用[value]label显示选项列表
|
|
67
|
-
this.hdShowSearch = true;
|
|
68
|
-
this.hdAllowClear = true;
|
|
69
|
-
}
|
|
70
|
-
return SelectOption;
|
|
71
|
-
}());
|
|
72
|
-
export { SelectOption };
|
|
73
|
-
if (false) {
|
|
74
|
-
/** @type {?} */
|
|
75
|
-
SelectOption.prototype.label;
|
|
76
|
-
/** @type {?} */
|
|
77
|
-
SelectOption.prototype.value;
|
|
78
|
-
/** @type {?} */
|
|
79
|
-
SelectOption.prototype.selectList;
|
|
80
|
-
/** @type {?} */
|
|
81
|
-
SelectOption.prototype.selectListName;
|
|
82
|
-
/** @type {?} */
|
|
83
|
-
SelectOption.prototype.showLabelAndValue;
|
|
84
|
-
/** @type {?} */
|
|
85
|
-
SelectOption.prototype.hdDropdownMatchSelectWidth;
|
|
86
|
-
/** @type {?} */
|
|
87
|
-
SelectOption.prototype.hdServerSearch;
|
|
88
|
-
/** @type {?} */
|
|
89
|
-
SelectOption.prototype.hdShowItemCode;
|
|
90
|
-
/** @type {?} */
|
|
91
|
-
SelectOption.prototype.tableColumns;
|
|
92
|
-
/** @type {?} */
|
|
93
|
-
SelectOption.prototype.hdShowSearch;
|
|
94
|
-
/** @type {?} */
|
|
95
|
-
SelectOption.prototype.hdAllowClear;
|
|
96
|
-
}
|
|
97
|
-
var SelectOptionTableColumn = /** @class */ (function () {
|
|
98
|
-
function SelectOptionTableColumn() {
|
|
99
|
-
}
|
|
100
|
-
return SelectOptionTableColumn;
|
|
101
|
-
}());
|
|
102
|
-
export { SelectOptionTableColumn };
|
|
103
|
-
if (false) {
|
|
104
|
-
/** @type {?} */
|
|
105
|
-
SelectOptionTableColumn.prototype.width;
|
|
106
|
-
/** @type {?} */
|
|
107
|
-
SelectOptionTableColumn.prototype.label;
|
|
108
|
-
/** @type {?} */
|
|
109
|
-
SelectOptionTableColumn.prototype.name;
|
|
110
|
-
/** @type {?} */
|
|
111
|
-
SelectOptionTableColumn.prototype.icons;
|
|
112
|
-
/** @type {?} */
|
|
113
|
-
SelectOptionTableColumn.prototype.render;
|
|
114
|
-
}
|
|
115
|
-
var SelectOptionTableColumnIcon = /** @class */ (function () {
|
|
116
|
-
function SelectOptionTableColumnIcon() {
|
|
117
|
-
}
|
|
118
|
-
return SelectOptionTableColumnIcon;
|
|
119
|
-
}());
|
|
120
|
-
export { SelectOptionTableColumnIcon };
|
|
121
|
-
if (false) {
|
|
122
|
-
/** @type {?} */
|
|
123
|
-
SelectOptionTableColumnIcon.prototype.iconName;
|
|
124
|
-
/** @type {?} */
|
|
125
|
-
SelectOptionTableColumnIcon.prototype.fieldName;
|
|
126
|
-
}
|
|
127
|
-
var InputNumber = /** @class */ (function () {
|
|
128
|
-
function InputNumber() {
|
|
129
|
-
this.min = 0;
|
|
130
|
-
this.max = 99999999;
|
|
131
|
-
this.step = 1;
|
|
132
|
-
this.precision = 4;
|
|
133
|
-
}
|
|
134
|
-
return InputNumber;
|
|
135
|
-
}());
|
|
136
|
-
export { InputNumber };
|
|
137
|
-
if (false) {
|
|
138
|
-
/** @type {?} */
|
|
139
|
-
InputNumber.prototype.min;
|
|
140
|
-
/** @type {?} */
|
|
141
|
-
InputNumber.prototype.max;
|
|
142
|
-
/** @type {?} */
|
|
143
|
-
InputNumber.prototype.step;
|
|
144
|
-
/** @type {?} */
|
|
145
|
-
InputNumber.prototype.precision;
|
|
146
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* @fileoverview added by tsickle
|
|
3
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4
|
+
*/
|
|
5
|
+
/**
|
|
6
|
+
* @template T
|
|
7
|
+
*/
|
|
8
|
+
var /**
|
|
9
|
+
* @template T
|
|
10
|
+
*/
|
|
11
|
+
Page = /** @class */ (function () {
|
|
12
|
+
function Page() {
|
|
13
|
+
this.totalPages = 0;
|
|
14
|
+
this.totalElements = 0;
|
|
15
|
+
this.pageNumber = 0;
|
|
16
|
+
this.pageSize = 10;
|
|
17
|
+
this.hasContent = false;
|
|
18
|
+
this.hasNext = false;
|
|
19
|
+
this.content = [];
|
|
20
|
+
}
|
|
21
|
+
return Page;
|
|
22
|
+
}());
|
|
23
|
+
/**
|
|
24
|
+
* @template T
|
|
25
|
+
*/
|
|
26
|
+
export { Page };
|
|
27
|
+
if (false) {
|
|
28
|
+
/** @type {?} */
|
|
29
|
+
Page.prototype.totalPages;
|
|
30
|
+
/** @type {?} */
|
|
31
|
+
Page.prototype.totalElements;
|
|
32
|
+
/** @type {?} */
|
|
33
|
+
Page.prototype.pageNumber;
|
|
34
|
+
/** @type {?} */
|
|
35
|
+
Page.prototype.pageSize;
|
|
36
|
+
/** @type {?} */
|
|
37
|
+
Page.prototype.hasContent;
|
|
38
|
+
/** @type {?} */
|
|
39
|
+
Page.prototype.hasNext;
|
|
40
|
+
/** @type {?} */
|
|
41
|
+
Page.prototype.content;
|
|
42
|
+
}
|
|
43
|
+
var HdOption = /** @class */ (function () {
|
|
44
|
+
function HdOption() {
|
|
45
|
+
}
|
|
46
|
+
return HdOption;
|
|
47
|
+
}());
|
|
48
|
+
export { HdOption };
|
|
49
|
+
if (false) {
|
|
50
|
+
/** @type {?} */
|
|
51
|
+
HdOption.prototype.label;
|
|
52
|
+
/** @type {?} */
|
|
53
|
+
HdOption.prototype.value;
|
|
54
|
+
/** @type {?} */
|
|
55
|
+
HdOption.prototype.color;
|
|
56
|
+
/** @type {?} */
|
|
57
|
+
HdOption.prototype.hide;
|
|
58
|
+
/** @type {?} */
|
|
59
|
+
HdOption.prototype.click;
|
|
60
|
+
}
|
|
61
|
+
var SelectOption = /** @class */ (function () {
|
|
62
|
+
function SelectOption() {
|
|
63
|
+
this.showLabelAndValue = false;
|
|
64
|
+
this.hdDropdownMatchSelectWidth = false;
|
|
65
|
+
this.hdServerSearch = false;
|
|
66
|
+
this.hdShowItemCode = false; // 是否用[value]label显示选项列表
|
|
67
|
+
this.hdShowSearch = true;
|
|
68
|
+
this.hdAllowClear = true;
|
|
69
|
+
}
|
|
70
|
+
return SelectOption;
|
|
71
|
+
}());
|
|
72
|
+
export { SelectOption };
|
|
73
|
+
if (false) {
|
|
74
|
+
/** @type {?} */
|
|
75
|
+
SelectOption.prototype.label;
|
|
76
|
+
/** @type {?} */
|
|
77
|
+
SelectOption.prototype.value;
|
|
78
|
+
/** @type {?} */
|
|
79
|
+
SelectOption.prototype.selectList;
|
|
80
|
+
/** @type {?} */
|
|
81
|
+
SelectOption.prototype.selectListName;
|
|
82
|
+
/** @type {?} */
|
|
83
|
+
SelectOption.prototype.showLabelAndValue;
|
|
84
|
+
/** @type {?} */
|
|
85
|
+
SelectOption.prototype.hdDropdownMatchSelectWidth;
|
|
86
|
+
/** @type {?} */
|
|
87
|
+
SelectOption.prototype.hdServerSearch;
|
|
88
|
+
/** @type {?} */
|
|
89
|
+
SelectOption.prototype.hdShowItemCode;
|
|
90
|
+
/** @type {?} */
|
|
91
|
+
SelectOption.prototype.tableColumns;
|
|
92
|
+
/** @type {?} */
|
|
93
|
+
SelectOption.prototype.hdShowSearch;
|
|
94
|
+
/** @type {?} */
|
|
95
|
+
SelectOption.prototype.hdAllowClear;
|
|
96
|
+
}
|
|
97
|
+
var SelectOptionTableColumn = /** @class */ (function () {
|
|
98
|
+
function SelectOptionTableColumn() {
|
|
99
|
+
}
|
|
100
|
+
return SelectOptionTableColumn;
|
|
101
|
+
}());
|
|
102
|
+
export { SelectOptionTableColumn };
|
|
103
|
+
if (false) {
|
|
104
|
+
/** @type {?} */
|
|
105
|
+
SelectOptionTableColumn.prototype.width;
|
|
106
|
+
/** @type {?} */
|
|
107
|
+
SelectOptionTableColumn.prototype.label;
|
|
108
|
+
/** @type {?} */
|
|
109
|
+
SelectOptionTableColumn.prototype.name;
|
|
110
|
+
/** @type {?} */
|
|
111
|
+
SelectOptionTableColumn.prototype.icons;
|
|
112
|
+
/** @type {?} */
|
|
113
|
+
SelectOptionTableColumn.prototype.render;
|
|
114
|
+
}
|
|
115
|
+
var SelectOptionTableColumnIcon = /** @class */ (function () {
|
|
116
|
+
function SelectOptionTableColumnIcon() {
|
|
117
|
+
}
|
|
118
|
+
return SelectOptionTableColumnIcon;
|
|
119
|
+
}());
|
|
120
|
+
export { SelectOptionTableColumnIcon };
|
|
121
|
+
if (false) {
|
|
122
|
+
/** @type {?} */
|
|
123
|
+
SelectOptionTableColumnIcon.prototype.iconName;
|
|
124
|
+
/** @type {?} */
|
|
125
|
+
SelectOptionTableColumnIcon.prototype.fieldName;
|
|
126
|
+
}
|
|
127
|
+
var InputNumber = /** @class */ (function () {
|
|
128
|
+
function InputNumber() {
|
|
129
|
+
this.min = 0;
|
|
130
|
+
this.max = 99999999;
|
|
131
|
+
this.step = 1;
|
|
132
|
+
this.precision = 4;
|
|
133
|
+
}
|
|
134
|
+
return InputNumber;
|
|
135
|
+
}());
|
|
136
|
+
export { InputNumber };
|
|
137
|
+
if (false) {
|
|
138
|
+
/** @type {?} */
|
|
139
|
+
InputNumber.prototype.min;
|
|
140
|
+
/** @type {?} */
|
|
141
|
+
InputNumber.prototype.max;
|
|
142
|
+
/** @type {?} */
|
|
143
|
+
InputNumber.prototype.step;
|
|
144
|
+
/** @type {?} */
|
|
145
|
+
InputNumber.prototype.precision;
|
|
146
|
+
}
|
|
147
147
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tbW9uLXR5cGUuanMiLCJzb3VyY2VSb290Ijoibmc6Ly9mYW50YXN5LW5nem9ycm8vIiwic291cmNlcyI6WyJtb2RlbC9jb21tb24tdHlwZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7O0FBQUE7Ozs7SUFBQTtRQUNFLGVBQVUsR0FBRyxDQUFDLENBQUM7UUFDZixrQkFBYSxHQUFHLENBQUMsQ0FBQztRQUNsQixlQUFVLEdBQUcsQ0FBQyxDQUFDO1FBQ2YsYUFBUSxHQUFHLEVBQUUsQ0FBQztRQUNkLGVBQVUsR0FBRyxLQUFLLENBQUM7UUFDbkIsWUFBTyxHQUFHLEtBQUssQ0FBQztRQUNoQixZQUFPLEdBQWEsRUFBRSxDQUFDO0lBQ3pCLENBQUM7SUFBRCxXQUFDO0FBQUQsQ0FBQyxBQVJELElBUUM7Ozs7Ozs7SUFQQywwQkFBZTs7SUFDZiw2QkFBa0I7O0lBQ2xCLDBCQUFlOztJQUNmLHdCQUFjOztJQUNkLDBCQUFtQjs7SUFDbkIsdUJBQWdCOztJQUNoQix1QkFBdUI7O0FBR3pCO0lBQUE7SUFNQSxDQUFDO0lBQUQsZUFBQztBQUFELENBQUMsQUFORCxJQU1DOzs7O0lBTEMseUJBQWM7O0lBQ2QseUJBQVc7O0lBQ1gseUJBQWU7O0lBQ2Ysd0JBQWU7O0lBQ2YseUJBQTZCOztBQUcvQjtJQUFBO1FBS0Usc0JBQWlCLEdBQWEsS0FBSyxDQUFDO1FBQ3BDLCtCQUEwQixHQUFhLEtBQUssQ0FBQztRQUM3QyxtQkFBYyxHQUFhLEtBQUssQ0FBQztRQUNqQyxtQkFBYyxHQUFhLEtBQUssQ0FBQyxDQUFFLHdCQUF3QjtRQUUzRCxpQkFBWSxHQUFhLElBQUksQ0FBQztRQUM5QixpQkFBWSxHQUFhLElBQUksQ0FBQztJQUNoQyxDQUFDO0lBQUQsbUJBQUM7QUFBRCxDQUFDLEFBWkQsSUFZQzs7OztJQVhDLDZCQUFjOztJQUNkLDZCQUFjOztJQUNkLGtDQUF3Qjs7SUFDeEIsc0NBQXdCOztJQUN4Qix5Q0FBb0M7O0lBQ3BDLGtEQUE2Qzs7SUFDN0Msc0NBQWlDOztJQUNqQyxzQ0FBaUM7O0lBQ2pDLG9DQUE4Qzs7SUFDOUMsb0NBQThCOztJQUM5QixvQ0FBOEI7O0FBR2hDO0lBQUE7SUFNQSxDQUFDO0lBQUQsOEJBQUM7QUFBRCxDQUFDLEFBTkQsSUFNQzs7OztJQUxDLHdDQUFjOztJQUNkLHdDQUFjOztJQUNkLHVDQUFhOztJQUNiLHdDQUEyQzs7SUFDM0MseUNBQWdDOztBQUdsQztJQUFBO0lBR0EsQ0FBQztJQUFELGtDQUFDO0FBQUQsQ0FBQyxBQUhELElBR0M7Ozs7SUFGQywrQ0FBaUI7O0lBQ2pCLGdEQUFrQjs7QUFHcEI7SUFBQTtRQUNFLFFBQUcsR0FBWSxDQUFDLENBQUM7UUFDakIsUUFBRyxHQUFZLFFBQVEsQ0FBQztRQUN4QixTQUFJLEdBQVksQ0FBQyxDQUFDO1FBQ2xCLGNBQVMsR0FBWSxDQUFDLENBQUM7SUFDekIsQ0FBQztJQUFELGtCQUFDO0FBQUQsQ0FBQyxBQUxELElBS0M7Ozs7SUFKQywwQkFBaUI7O0lBQ2pCLDBCQUF3Qjs7SUFDeEIsMkJBQWtCOztJQUNsQixnQ0FBdUIiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgY2xhc3MgUGFnZTxUPiB7XG4gIHRvdGFsUGFnZXMgPSAwO1xuICB0b3RhbEVsZW1lbnRzID0gMDtcbiAgcGFnZU51bWJlciA9IDA7XG4gIHBhZ2VTaXplID0gMTA7XG4gIGhhc0NvbnRlbnQgPSBmYWxzZTtcbiAgaGFzTmV4dCA9IGZhbHNlO1xuICBjb250ZW50OiBBcnJheTxUPiA9IFtdO1xufVxuXG5leHBvcnQgY2xhc3MgSGRPcHRpb24ge1xuICBsYWJlbDogc3RyaW5nO1xuICB2YWx1ZTogYW55O1xuICBjb2xvcj86IHN0cmluZztcbiAgaGlkZT86IGJvb2xlYW47XG4gIGNsaWNrPzogKHZhbHVlOiBhbnkpID0+IHZvaWQ7XG59XG5cbmV4cG9ydCBjbGFzcyBTZWxlY3RPcHRpb24ge1xuICBsYWJlbDogc3RyaW5nO1xuICB2YWx1ZTogc3RyaW5nO1xuICBzZWxlY3RMaXN0PzogQXJyYXk8YW55PjtcbiAgc2VsZWN0TGlzdE5hbWU/OiBzdHJpbmc7XG4gIHNob3dMYWJlbEFuZFZhbHVlPzogYm9vbGVhbiA9IGZhbHNlO1xuICBoZERyb3Bkb3duTWF0Y2hTZWxlY3RXaWR0aD86IGJvb2xlYW4gPSBmYWxzZTtcbiAgaGRTZXJ2ZXJTZWFyY2g/OiBib29sZWFuID0gZmFsc2U7XG4gIGhkU2hvd0l0ZW1Db2RlPzogYm9vbGVhbiA9IGZhbHNlOyAgLy8g5piv5ZCm55SoW3ZhbHVlXWxhYmVs5pi+56S66YCJ6aG55YiX6KGoXG4gIHRhYmxlQ29sdW1ucz86IEFycmF5PFNlbGVjdE9wdGlvblRhYmxlQ29sdW1uPjtcbiAgaGRTaG93U2VhcmNoPzogYm9vbGVhbiA9IHRydWU7XG4gIGhkQWxsb3dDbGVhcj86IGJvb2xlYW4gPSB0cnVlO1xufVxuXG5leHBvcnQgY2xhc3MgU2VsZWN0T3B0aW9uVGFibGVDb2x1bW4ge1xuICB3aWR0aDogbnVtYmVyO1xuICBsYWJlbDogc3RyaW5nOyAgLy8g6L+Z6YeM5a+55bqU55qE5piv5YiX5ZCNXG4gIG5hbWU6IHN0cmluZzsgIC8vIOWvueW6lHNlbGVjdExpc3Tph4zpnaLnmoRuYW1l5YC8LCDlpoLmnpzmnIlyZW5kZXLlrZfmrrUg5YiZ5Y67cmVuZGVy5Ye95pWw5riy5p+TXG4gIGljb25zPzogQXJyYXk8U2VsZWN0T3B0aW9uVGFibGVDb2x1bW5JY29uPjsgLy8g5a+55bqU55qE5Zu+54mH5ZCN5a2XXG4gIHJlbmRlcj86ICh2YWx1ZTogYW55KSA9PiBzdHJpbmc7XG59XG5cbmV4cG9ydCBjbGFzcyBTZWxlY3RPcHRpb25UYWJsZUNvbHVtbkljb24ge1xuICBpY29uTmFtZTogc3RyaW5nO1xuICBmaWVsZE5hbWU6IHN0cmluZztcbn1cblxuZXhwb3J0IGNsYXNzIElucHV0TnVtYmVyIHtcbiAgbWluPzogbnVtYmVyID0gMDtcbiAgbWF4PzogbnVtYmVyID0gOTk5OTk5OTk7XG4gIHN0ZXA/OiBudW1iZXIgPSAxO1xuICBwcmVjaXNpb24/OiBudW1iZXIgPSA0O1xufVxuIl19
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @fileoverview added by tsickle
|
|
3
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4
|
-
*/
|
|
5
|
-
/** @type {?} */
|
|
6
|
-
export var StaticConst = {
|
|
7
|
-
MaxPageSize: 99999999
|
|
8
|
-
};
|
|
1
|
+
/**
|
|
2
|
+
* @fileoverview added by tsickle
|
|
3
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4
|
+
*/
|
|
5
|
+
/** @type {?} */
|
|
6
|
+
export var StaticConst = {
|
|
7
|
+
MaxPageSize: 99999999
|
|
8
|
+
};
|
|
9
9
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3RhdGljQ29uc3QuanMiLCJzb3VyY2VSb290Ijoibmc6Ly9mYW50YXN5LW5nem9ycm8vIiwic291cmNlcyI6WyJtb2RlbC9zdGF0aWNDb25zdC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7OztBQUFBLE1BQU0sS0FBTyxXQUFXLEdBQUc7SUFDdkIsV0FBVyxFQUFFLFFBQVE7Q0FDeEIiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgY29uc3QgU3RhdGljQ29uc3QgPSB7XG4gICAgTWF4UGFnZVNpemU6IDk5OTk5OTk5XG59O1xuIl19
|
package/esm5/public-api.js
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @fileoverview added by tsickle
|
|
3
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4
|
-
*/
|
|
5
|
-
export { ButtonType, ButtonSize, HdButtonService } from './hd-button/hd-button.service';
|
|
6
|
-
export { HdCurrentTableComponent } from './hd-current-table/hd-current-table.component';
|
|
7
|
-
export { TableColumn, TableTotalOption } from './hd-current-table/hd-current-table.service';
|
|
8
|
-
export { HdDetailFormService } from './hd-detail-form/hd-detail-form.service';
|
|
9
|
-
export { TotalOption } from './hd-detail-lines/hd-detail-lines.service';
|
|
10
|
-
export { Filter, FilterListType, HdFilterService } from './hd-filter/hd-filter.service';
|
|
11
|
-
export { FormLine, ColorOption, ExplainOption, FormLineType, HdFormLinesService } from './hd-form-lines/hd-form-lines.service';
|
|
12
|
-
export { FormItem, ValidatorKey, FormListType, HdFormService } from './hd-form/hd-form.service';
|
|
13
|
-
export { HdLogComponent } from './hd-log/hd-log.component';
|
|
14
|
-
export { HdLogService } from './hd-log/hd-log.service';
|
|
15
|
-
export { HdTableColumn, OperateBtn, HdTableTotalOption, TableCacheOption, TreeGrid } from './hd-table/hd-table.service';
|
|
16
|
-
export { ColWidth } from './model/colWidth';
|
|
17
|
-
export { Page, HdOption, SelectOption, SelectOptionTableColumn, SelectOptionTableColumnIcon, InputNumber } from './model/common-type';
|
|
18
|
-
export { StaticConst } from './model/staticConst';
|
|
19
|
-
export { Utils } from './utils';
|
|
1
|
+
/**
|
|
2
|
+
* @fileoverview added by tsickle
|
|
3
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4
|
+
*/
|
|
5
|
+
export { ButtonType, ButtonSize, HdButtonService } from './hd-button/hd-button.service';
|
|
6
|
+
export { HdCurrentTableComponent } from './hd-current-table/hd-current-table.component';
|
|
7
|
+
export { TableColumn, TableTotalOption } from './hd-current-table/hd-current-table.service';
|
|
8
|
+
export { HdDetailFormService } from './hd-detail-form/hd-detail-form.service';
|
|
9
|
+
export { TotalOption } from './hd-detail-lines/hd-detail-lines.service';
|
|
10
|
+
export { Filter, FilterListType, HdFilterService } from './hd-filter/hd-filter.service';
|
|
11
|
+
export { FormLine, ColorOption, ExplainOption, FormLineType, HdFormLinesService } from './hd-form-lines/hd-form-lines.service';
|
|
12
|
+
export { FormItem, ValidatorKey, FormListType, HdFormService } from './hd-form/hd-form.service';
|
|
13
|
+
export { HdLogComponent } from './hd-log/hd-log.component';
|
|
14
|
+
export { HdLogService } from './hd-log/hd-log.service';
|
|
15
|
+
export { HdTableColumn, OperateBtn, HdTableTotalOption, TableCacheOption, TreeGrid } from './hd-table/hd-table.service';
|
|
16
|
+
export { ColWidth } from './model/colWidth';
|
|
17
|
+
export { Page, HdOption, SelectOption, SelectOptionTableColumn, SelectOptionTableColumnIcon, InputNumber } from './model/common-type';
|
|
18
|
+
export { StaticConst } from './model/staticConst';
|
|
19
|
+
export { Utils } from './utils';
|
|
20
20
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiJuZzovL2ZhbnRhc3ktbmd6b3Jyby8iLCJzb3VyY2VzIjpbInB1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7OztBQUFBLHdEQUFjLCtCQUErQixDQUFDO0FBQzlDLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLCtDQUErQyxDQUFDO0FBQ3hGLDhDQUFjLDZDQUE2QyxDQUFDO0FBQzVELG9DQUFjLHlDQUF5QyxDQUFDO0FBQ3hELDRCQUFjLDJDQUEyQyxDQUFDO0FBQzFELHdEQUFjLCtCQUErQixDQUFDO0FBQzlDLHVGQUFjLHVDQUF1QyxDQUFDO0FBQ3RELG9FQUFjLDJCQUEyQixDQUFDO0FBQzFDLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQztBQUMzRCw2QkFBYyx5QkFBeUIsQ0FBQztBQUN4QywwRkFBYyw2QkFBNkIsQ0FBQztBQUM1Qyx5QkFBYyxrQkFBa0IsQ0FBQztBQUNqQyxnSEFBYyxxQkFBcUIsQ0FBQztBQUNwQyw0QkFBYyxxQkFBcUIsQ0FBQztBQUNwQyxzQkFBYyxTQUFTLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2hkLWJ1dHRvbi9oZC1idXR0b24uc2VydmljZSc7XG5leHBvcnQgeyBIZEN1cnJlbnRUYWJsZUNvbXBvbmVudCB9IGZyb20gJy4vaGQtY3VycmVudC10YWJsZS9oZC1jdXJyZW50LXRhYmxlLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2hkLWN1cnJlbnQtdGFibGUvaGQtY3VycmVudC10YWJsZS5zZXJ2aWNlJztcbmV4cG9ydCAqIGZyb20gJy4vaGQtZGV0YWlsLWZvcm0vaGQtZGV0YWlsLWZvcm0uc2VydmljZSc7XG5leHBvcnQgKiBmcm9tICcuL2hkLWRldGFpbC1saW5lcy9oZC1kZXRhaWwtbGluZXMuc2VydmljZSc7XG5leHBvcnQgKiBmcm9tICcuL2hkLWZpbHRlci9oZC1maWx0ZXIuc2VydmljZSc7XG5leHBvcnQgKiBmcm9tICcuL2hkLWZvcm0tbGluZXMvaGQtZm9ybS1saW5lcy5zZXJ2aWNlJztcbmV4cG9ydCAqIGZyb20gJy4vaGQtZm9ybS9oZC1mb3JtLnNlcnZpY2UnO1xuZXhwb3J0IHsgSGRMb2dDb21wb25lbnQgfSBmcm9tICcuL2hkLWxvZy9oZC1sb2cuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vaGQtbG9nL2hkLWxvZy5zZXJ2aWNlJztcbmV4cG9ydCAqIGZyb20gJy4vaGQtdGFibGUvaGQtdGFibGUuc2VydmljZSc7XG5leHBvcnQgKiBmcm9tICcuL21vZGVsL2NvbFdpZHRoJztcbmV4cG9ydCAqIGZyb20gJy4vbW9kZWwvY29tbW9uLXR5cGUnO1xuZXhwb3J0ICogZnJvbSAnLi9tb2RlbC9zdGF0aWNDb25zdCc7XG5leHBvcnQgKiBmcm9tICcuL3V0aWxzJztcblxuIl19
|
|
@@ -1,55 +1,55 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @fileoverview added by tsickle
|
|
3
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4
|
-
*/
|
|
5
|
-
import { Injectable } from '@angular/core';
|
|
6
|
-
var CommonSessionService = /** @class */ (function () {
|
|
7
|
-
function CommonSessionService() {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* @param {?} session_key
|
|
11
|
-
* @param {?} session
|
|
12
|
-
* @return {?}
|
|
13
|
-
*/
|
|
14
|
-
CommonSessionService.prototype.putSession = /**
|
|
15
|
-
* @param {?} session_key
|
|
16
|
-
* @param {?} session
|
|
17
|
-
* @return {?}
|
|
18
|
-
*/
|
|
19
|
-
function (session_key, session) {
|
|
20
|
-
if (session) {
|
|
21
|
-
window.sessionStorage.setItem(session_key, JSON.stringify(session));
|
|
22
|
-
}
|
|
23
|
-
else {
|
|
24
|
-
window.sessionStorage.removeItem(session_key);
|
|
25
|
-
}
|
|
26
|
-
};
|
|
27
|
-
/**
|
|
28
|
-
* @param {?} session_key
|
|
29
|
-
* @return {?}
|
|
30
|
-
*/
|
|
31
|
-
CommonSessionService.prototype.getSession = /**
|
|
32
|
-
* @param {?} session_key
|
|
33
|
-
* @return {?}
|
|
34
|
-
*/
|
|
35
|
-
function (session_key) {
|
|
36
|
-
return JSON.parse(window.sessionStorage.getItem(session_key));
|
|
37
|
-
};
|
|
38
|
-
/**
|
|
39
|
-
* @param {?} session_key
|
|
40
|
-
* @return {?}
|
|
41
|
-
*/
|
|
42
|
-
CommonSessionService.prototype.removeSession = /**
|
|
43
|
-
* @param {?} session_key
|
|
44
|
-
* @return {?}
|
|
45
|
-
*/
|
|
46
|
-
function (session_key) {
|
|
47
|
-
window.sessionStorage.removeItem(session_key);
|
|
48
|
-
};
|
|
49
|
-
CommonSessionService.decorators = [
|
|
50
|
-
{ type: Injectable }
|
|
51
|
-
];
|
|
52
|
-
return CommonSessionService;
|
|
53
|
-
}());
|
|
54
|
-
export { CommonSessionService };
|
|
1
|
+
/**
|
|
2
|
+
* @fileoverview added by tsickle
|
|
3
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4
|
+
*/
|
|
5
|
+
import { Injectable } from '@angular/core';
|
|
6
|
+
var CommonSessionService = /** @class */ (function () {
|
|
7
|
+
function CommonSessionService() {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* @param {?} session_key
|
|
11
|
+
* @param {?} session
|
|
12
|
+
* @return {?}
|
|
13
|
+
*/
|
|
14
|
+
CommonSessionService.prototype.putSession = /**
|
|
15
|
+
* @param {?} session_key
|
|
16
|
+
* @param {?} session
|
|
17
|
+
* @return {?}
|
|
18
|
+
*/
|
|
19
|
+
function (session_key, session) {
|
|
20
|
+
if (session) {
|
|
21
|
+
window.sessionStorage.setItem(session_key, JSON.stringify(session));
|
|
22
|
+
}
|
|
23
|
+
else {
|
|
24
|
+
window.sessionStorage.removeItem(session_key);
|
|
25
|
+
}
|
|
26
|
+
};
|
|
27
|
+
/**
|
|
28
|
+
* @param {?} session_key
|
|
29
|
+
* @return {?}
|
|
30
|
+
*/
|
|
31
|
+
CommonSessionService.prototype.getSession = /**
|
|
32
|
+
* @param {?} session_key
|
|
33
|
+
* @return {?}
|
|
34
|
+
*/
|
|
35
|
+
function (session_key) {
|
|
36
|
+
return JSON.parse(window.sessionStorage.getItem(session_key));
|
|
37
|
+
};
|
|
38
|
+
/**
|
|
39
|
+
* @param {?} session_key
|
|
40
|
+
* @return {?}
|
|
41
|
+
*/
|
|
42
|
+
CommonSessionService.prototype.removeSession = /**
|
|
43
|
+
* @param {?} session_key
|
|
44
|
+
* @return {?}
|
|
45
|
+
*/
|
|
46
|
+
function (session_key) {
|
|
47
|
+
window.sessionStorage.removeItem(session_key);
|
|
48
|
+
};
|
|
49
|
+
CommonSessionService.decorators = [
|
|
50
|
+
{ type: Injectable }
|
|
51
|
+
];
|
|
52
|
+
return CommonSessionService;
|
|
53
|
+
}());
|
|
54
|
+
export { CommonSessionService };
|
|
55
55
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tbW9uLXNlc3Npb24uc2VydmljZS5qcyIsInNvdXJjZVJvb3QiOiJuZzovL2ZhbnRhc3ktbmd6b3Jyby8iLCJzb3VyY2VzIjpbInNlcnZpY2UvY29tbW9uLXNlc3Npb24uc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7O0FBQUEsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUUzQztJQUFBO0lBaUJBLENBQUM7Ozs7OztJQWZDLHlDQUFVOzs7OztJQUFWLFVBQVcsV0FBbUIsRUFBRSxPQUFZO1FBQzFDLElBQUksT0FBTyxFQUFFO1lBQ1gsTUFBTSxDQUFDLGNBQWMsQ0FBQyxPQUFPLENBQUMsV0FBVyxFQUFFLElBQUksQ0FBQyxTQUFTLENBQUMsT0FBTyxDQUFDLENBQUMsQ0FBQztTQUNyRTthQUFNO1lBQ0wsTUFBTSxDQUFDLGNBQWMsQ0FBQyxVQUFVLENBQUMsV0FBVyxDQUFDLENBQUM7U0FDL0M7SUFDSCxDQUFDOzs7OztJQUVELHlDQUFVOzs7O0lBQVYsVUFBVyxXQUFtQjtRQUM1QixPQUFPLElBQUksQ0FBQyxLQUFLLENBQUMsTUFBTSxDQUFDLGNBQWMsQ0FBQyxPQUFPLENBQUMsV0FBVyxDQUFDLENBQUMsQ0FBQztJQUNoRSxDQUFDOzs7OztJQUVELDRDQUFhOzs7O0lBQWIsVUFBYyxXQUFtQjtRQUMvQixNQUFNLENBQUMsY0FBYyxDQUFDLFVBQVUsQ0FBQyxXQUFXLENBQUMsQ0FBQztJQUNoRCxDQUFDOztnQkFoQkYsVUFBVTs7SUFpQlgsMkJBQUM7Q0FBQSxBQWpCRCxJQWlCQztTQWhCWSxvQkFBb0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJbmplY3RhYmxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBJbmplY3RhYmxlKClcbmV4cG9ydCBjbGFzcyBDb21tb25TZXNzaW9uU2VydmljZSB7XG4gIHB1dFNlc3Npb24oc2Vzc2lvbl9rZXk6IHN0cmluZywgc2Vzc2lvbjogYW55KSB7XG4gICAgaWYgKHNlc3Npb24pIHtcbiAgICAgIHdpbmRvdy5zZXNzaW9uU3RvcmFnZS5zZXRJdGVtKHNlc3Npb25fa2V5LCBKU09OLnN0cmluZ2lmeShzZXNzaW9uKSk7XG4gICAgfSBlbHNlIHtcbiAgICAgIHdpbmRvdy5zZXNzaW9uU3RvcmFnZS5yZW1vdmVJdGVtKHNlc3Npb25fa2V5KTtcbiAgICB9XG4gIH1cblxuICBnZXRTZXNzaW9uKHNlc3Npb25fa2V5OiBzdHJpbmcpOiBhbnkge1xuICAgIHJldHVybiBKU09OLnBhcnNlKHdpbmRvdy5zZXNzaW9uU3RvcmFnZS5nZXRJdGVtKHNlc3Npb25fa2V5KSk7XG4gIH1cblxuICByZW1vdmVTZXNzaW9uKHNlc3Npb25fa2V5OiBzdHJpbmcpIHtcbiAgICB3aW5kb3cuc2Vzc2lvblN0b3JhZ2UucmVtb3ZlSXRlbShzZXNzaW9uX2tleSk7XG4gIH1cbn1cbiJdfQ==
|