@saasquatch/mint-components 1.14.3 → 1.14.4
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/cjs/loader.cjs.js +1 -1
- package/dist/cjs/mint-components.cjs.js +1 -1
- package/dist/cjs/sqm-banking-info-form_17.cjs.entry.js +158 -5
- package/dist/cjs/{sqm-invoice-table-view-16ac73d0.js → sqm-invoice-table-view-0f7fa309.js} +17 -0
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +509 -893
- package/dist/collection/components/tax-and-cash/BankingForm.stories.js +12 -0
- package/dist/collection/components/tax-and-cash/TaxForm.stories.js +16 -0
- package/dist/collection/components/tax-and-cash/sqm-banking-info-form/formDefinitions.js +1 -1
- package/dist/collection/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form-view.js +36 -1
- package/dist/collection/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form.js +106 -3
- package/dist/collection/components/tax-and-cash/sqm-banking-info-form/useBankingInfoForm.js +7 -0
- package/dist/collection/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form-view.js +38 -0
- package/dist/collection/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form.js +79 -1
- package/dist/collection/components/tax-and-cash/sqm-docusign-form/useDocusignForm.js +4 -0
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +205 -2
- package/dist/esm/loader.js +1 -1
- package/dist/esm/mint-components.js +1 -1
- package/dist/esm/sqm-banking-info-form_17.entry.js +158 -5
- package/dist/esm/{sqm-invoice-table-view-2c726568.js → sqm-invoice-table-view-7f376a75.js} +17 -0
- package/dist/esm/sqm-stencilbook.entry.js +2494 -2878
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/mint-components.js +1 -1
- package/dist/esm-es5/sqm-banking-info-form_17.entry.js +1 -1
- package/dist/esm-es5/sqm-invoice-table-view-7f376a75.js +1 -0
- package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/p-37996351.system.js +1 -1
- package/dist/mint-components/{p-b06add5c.entry.js → p-4d7108af.entry.js} +2 -2
- package/dist/mint-components/p-9a1843cb.system.js +1 -0
- package/dist/mint-components/{p-207da855.system.entry.js → p-caca540c.system.entry.js} +1 -1
- package/dist/mint-components/p-ccd60c4b.js +1 -0
- package/dist/mint-components/p-db7d2444.system.entry.js +1 -0
- package/dist/mint-components/p-ebb4922d.entry.js +205 -0
- package/dist/types/components/sqm-rewards-table/cells/sqm-rewards-table-status-cell.d.ts +1 -1
- package/dist/types/components/tax-and-cash/BankingForm.stories.d.ts +1 -0
- package/dist/types/components/tax-and-cash/TaxForm.stories.d.ts +1 -0
- package/dist/types/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form-view.d.ts +6 -0
- package/dist/types/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form.d.ts +16 -0
- package/dist/types/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form-view.d.ts +6 -0
- package/dist/types/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form.d.ts +12 -0
- package/dist/types/components/tax-and-cash/sqm-docusign-form/useDocusignForm.d.ts +3 -0
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.d.ts +35 -0
- package/dist/types/components.d.ts +126 -0
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +1 -1
- package/dist/esm-es5/sqm-invoice-table-view-2c726568.js +0 -1
- package/dist/mint-components/p-0d68b3b1.entry.js +0 -205
- package/dist/mint-components/p-3f067fd5.js +0 -1
- package/dist/mint-components/p-a6178052.system.entry.js +0 -1
- package/dist/mint-components/p-a7746488.system.js +0 -1
- package/dist/mint-components/sqm-stencilbook.entry.js +0 -18989
- package/dist/mint-components/sqm-stencilbook.system.entry.js +0 -1
- package/shoelace/assets/icons/twitter-x.svg +0 -4
|
@@ -18,7 +18,7 @@ export declare class RewardTableStatusCell {
|
|
|
18
18
|
payoutCancelled: string;
|
|
19
19
|
rewardStatus(reward: Reward): string;
|
|
20
20
|
getTaxPendingReasons(reward: Reward, taxConnection: ImpactConnection): string;
|
|
21
|
-
getBadgeType(rewardStatus: string): "
|
|
21
|
+
getBadgeType(rewardStatus: string): "primary" | "warning" | "success" | "danger";
|
|
22
22
|
getPayoutStatusText(taxStatus: string): string;
|
|
23
23
|
render(): any;
|
|
24
24
|
}
|
|
@@ -25,3 +25,4 @@ export declare const BankingInfoFormWithFixedDayPaymentSchedule: () => any;
|
|
|
25
25
|
export declare const BankingInfoFormWithFixedDayPaymentScheduleWithError: () => any;
|
|
26
26
|
export declare const BankingInfoFormWithFixedDayPaymentScheduleLoading: () => any;
|
|
27
27
|
export declare const BankingInfoFormVerififyIdentityModal: () => any;
|
|
28
|
+
export declare const BankingInfoFormModalOpen: () => any;
|
|
@@ -38,6 +38,7 @@ export declare const StepThreeDocusignWithGeneralError: () => any;
|
|
|
38
38
|
export declare const StepThreeDocusignWithLoadingError: () => any;
|
|
39
39
|
export declare const StepThreeDocusignLoading: () => any;
|
|
40
40
|
export declare const StepThreeDocusignDisabled: () => any;
|
|
41
|
+
export declare const StepThreeWithDocusignModalOpen: () => any;
|
|
41
42
|
export declare const StepFourDefault: () => any;
|
|
42
43
|
export declare const StepFourIsPartner: () => any;
|
|
43
44
|
export declare const StepFourDirectToBankChecked: () => any;
|
package/dist/types/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form-view.d.ts
CHANGED
|
@@ -48,6 +48,7 @@ export interface BankingInfoFormViewProps {
|
|
|
48
48
|
bankCountry?: string;
|
|
49
49
|
countrySearch?: string;
|
|
50
50
|
email?: string;
|
|
51
|
+
showModal: boolean;
|
|
51
52
|
};
|
|
52
53
|
slots?: {
|
|
53
54
|
verificationDialogSlot?: VNode;
|
|
@@ -68,6 +69,8 @@ export interface BankingInfoFormViewProps {
|
|
|
68
69
|
setCurrency?: (currency: string) => void;
|
|
69
70
|
setCountrySearch: (c: any) => void;
|
|
70
71
|
onVerification: (token: string) => void;
|
|
72
|
+
onModalOpen: () => void;
|
|
73
|
+
onModalClose: () => void;
|
|
71
74
|
};
|
|
72
75
|
text: {
|
|
73
76
|
formStep: string;
|
|
@@ -93,6 +96,9 @@ export interface BankingInfoFormViewProps {
|
|
|
93
96
|
supportLink: string;
|
|
94
97
|
verifyEmailHeaderText: string;
|
|
95
98
|
verifyEmailDescriptionText: string;
|
|
99
|
+
modalTitle: string;
|
|
100
|
+
modalDescription: string;
|
|
101
|
+
modalButtonText: string;
|
|
96
102
|
error: {
|
|
97
103
|
generalTitle: string;
|
|
98
104
|
generalDescription: string;
|
|
@@ -81,6 +81,10 @@ export declare class BankingInfoForm {
|
|
|
81
81
|
* @uiName Beneficiary account field label
|
|
82
82
|
*/
|
|
83
83
|
beneficiaryAccountNameLabel: string;
|
|
84
|
+
/**
|
|
85
|
+
* @uiName Beneficiary account field description
|
|
86
|
+
*/
|
|
87
|
+
beneficiaryAccountNameDescription: string;
|
|
84
88
|
/**
|
|
85
89
|
* @uiName Bank account type field label
|
|
86
90
|
*/
|
|
@@ -259,6 +263,18 @@ export declare class BankingInfoForm {
|
|
|
259
263
|
* @uiWidget textArea
|
|
260
264
|
*/
|
|
261
265
|
loadingErrorAlertDescription: string;
|
|
266
|
+
/**
|
|
267
|
+
* @uiName Information modal title
|
|
268
|
+
*/
|
|
269
|
+
modalTitle: string;
|
|
270
|
+
/**
|
|
271
|
+
* @uiName Information modal description text
|
|
272
|
+
*/
|
|
273
|
+
modalDescription: string;
|
|
274
|
+
/**
|
|
275
|
+
* @uiName Information modal button text
|
|
276
|
+
*/
|
|
277
|
+
modalButtonText: string;
|
|
262
278
|
/**
|
|
263
279
|
* @undocumented
|
|
264
280
|
* @uiType object
|
|
@@ -11,6 +11,7 @@ export interface DocusignFormViewProps {
|
|
|
11
11
|
participantTypeDisabled: boolean;
|
|
12
12
|
loadingError?: boolean;
|
|
13
13
|
showExitButton: boolean;
|
|
14
|
+
showModal: boolean;
|
|
14
15
|
formState: {
|
|
15
16
|
taxFormExpired: boolean;
|
|
16
17
|
participantType: "individualParticipant" | "businessEntity" | undefined;
|
|
@@ -29,6 +30,8 @@ export interface DocusignFormViewProps {
|
|
|
29
30
|
callbacks: {
|
|
30
31
|
onExit: () => void;
|
|
31
32
|
setParticipantType: (p: ParticipantType) => void;
|
|
33
|
+
onModalOpen: () => void;
|
|
34
|
+
onModalClose: () => void;
|
|
32
35
|
};
|
|
33
36
|
text: {
|
|
34
37
|
exitButton: string;
|
|
@@ -45,6 +48,9 @@ export interface DocusignFormViewProps {
|
|
|
45
48
|
participantType: string;
|
|
46
49
|
taxAndPayoutsDescription: string;
|
|
47
50
|
supportLink: string;
|
|
51
|
+
modalTitle: string;
|
|
52
|
+
modalDescription: string;
|
|
53
|
+
modalButtonText: string;
|
|
48
54
|
error: {
|
|
49
55
|
generalTitle: string;
|
|
50
56
|
generalDescription: string;
|
|
@@ -113,6 +113,18 @@ export declare class DocusignForm {
|
|
|
113
113
|
* @uiName Exit button text
|
|
114
114
|
*/
|
|
115
115
|
exitButton: string;
|
|
116
|
+
/**
|
|
117
|
+
* @uiName Information modal title
|
|
118
|
+
*/
|
|
119
|
+
modalTitle: string;
|
|
120
|
+
/**
|
|
121
|
+
* @uiName Information modal description text
|
|
122
|
+
*/
|
|
123
|
+
modalDescription: string;
|
|
124
|
+
/**
|
|
125
|
+
* @uiName Information modal button text
|
|
126
|
+
*/
|
|
127
|
+
modalButtonText: string;
|
|
116
128
|
/**
|
|
117
129
|
* @undocumented
|
|
118
130
|
* @uiType object
|
|
@@ -22,6 +22,7 @@ export declare function useDocusignForm(props: DocusignForm): {
|
|
|
22
22
|
documentType: import("../sqm-tax-and-cash/data").TaxDocumentType;
|
|
23
23
|
documentTypeString: string;
|
|
24
24
|
showExitButton: boolean;
|
|
25
|
+
showModal: boolean;
|
|
25
26
|
};
|
|
26
27
|
data: {
|
|
27
28
|
taxForm: import("../sqm-tax-and-cash/data").TaxDocumentType;
|
|
@@ -32,6 +33,8 @@ export declare function useDocusignForm(props: DocusignForm): {
|
|
|
32
33
|
completeDocument: () => Promise<void>;
|
|
33
34
|
onExit: () => void;
|
|
34
35
|
setParticipantType: (value: "individualParticipant" | "businessEntity" | ((prev: "individualParticipant" | "businessEntity") => "individualParticipant" | "businessEntity")) => void;
|
|
36
|
+
onModalClose: () => void;
|
|
37
|
+
onModalOpen: () => void;
|
|
35
38
|
};
|
|
36
39
|
text: DocusignForm & {
|
|
37
40
|
error: {
|
|
@@ -286,6 +286,21 @@ export declare class TaxAndCashMonolith {
|
|
|
286
286
|
* @uiGroup Step 3 Properties
|
|
287
287
|
*/
|
|
288
288
|
step3_exitButton: string;
|
|
289
|
+
/**
|
|
290
|
+
* @uiName Information modal title
|
|
291
|
+
* @uiGroup Step 3 Properties
|
|
292
|
+
*/
|
|
293
|
+
step3_modalTitle: string;
|
|
294
|
+
/**
|
|
295
|
+
* @uiName Information modal description text
|
|
296
|
+
* @uiGroup Step 3 Properties
|
|
297
|
+
*/
|
|
298
|
+
step3_modalDescription: string;
|
|
299
|
+
/**
|
|
300
|
+
* @uiName Information modal button text
|
|
301
|
+
* @uiGroup Step 3 Properties
|
|
302
|
+
*/
|
|
303
|
+
step3_modalButtonText: string;
|
|
289
304
|
/**
|
|
290
305
|
* @uiName Step 4 title
|
|
291
306
|
* @uiGroup Step 4 Properties
|
|
@@ -366,6 +381,11 @@ export declare class TaxAndCashMonolith {
|
|
|
366
381
|
* @uiGroup Step 4 Properties
|
|
367
382
|
*/
|
|
368
383
|
step4_beneficiaryAccountNameLabel: string;
|
|
384
|
+
/**
|
|
385
|
+
* @uiName Beneficiary account field description
|
|
386
|
+
* @uiGroup Step 4 Properties
|
|
387
|
+
*/
|
|
388
|
+
step4_beneficiaryAccountNameDescription: string;
|
|
369
389
|
/**
|
|
370
390
|
* @uiName Bank account type field label
|
|
371
391
|
* @uiGroup Step 4 Properties
|
|
@@ -507,6 +527,21 @@ export declare class TaxAndCashMonolith {
|
|
|
507
527
|
* @uiGroup Step 4 Properties
|
|
508
528
|
*/
|
|
509
529
|
step4_verifyEmailDescriptionText: string;
|
|
530
|
+
/**
|
|
531
|
+
* @uiName Information modal title
|
|
532
|
+
* @uiGroup Step 4 Properties
|
|
533
|
+
*/
|
|
534
|
+
step4_modalTitle: string;
|
|
535
|
+
/**
|
|
536
|
+
* @uiName Information modal description text
|
|
537
|
+
* @uiGroup Step 4 Properties
|
|
538
|
+
*/
|
|
539
|
+
step4_modalDescription: string;
|
|
540
|
+
/**
|
|
541
|
+
* @uiName Information modal button text
|
|
542
|
+
* @uiGroup Step 4 Properties
|
|
543
|
+
*/
|
|
544
|
+
step4_modalButtonText: string;
|
|
510
545
|
/**
|
|
511
546
|
* @uiName Active tax form badge label
|
|
512
547
|
* @uiGroup Dashboard Properties
|
|
@@ -116,6 +116,10 @@ export namespace Components {
|
|
|
116
116
|
* @uiName Bank province/state field label
|
|
117
117
|
*/
|
|
118
118
|
"bankStateLabel": string;
|
|
119
|
+
/**
|
|
120
|
+
* @uiName Beneficiary account field description
|
|
121
|
+
*/
|
|
122
|
+
"beneficiaryAccountNameDescription": string;
|
|
119
123
|
/**
|
|
120
124
|
* @uiName Beneficiary account field label
|
|
121
125
|
*/
|
|
@@ -232,6 +236,18 @@ export namespace Components {
|
|
|
232
236
|
* @uiWidget textArea
|
|
233
237
|
*/
|
|
234
238
|
"loadingErrorAlertHeader": string;
|
|
239
|
+
/**
|
|
240
|
+
* @uiName Information modal button text
|
|
241
|
+
*/
|
|
242
|
+
"modalButtonText": string;
|
|
243
|
+
/**
|
|
244
|
+
* @uiName Information modal description text
|
|
245
|
+
*/
|
|
246
|
+
"modalDescription": string;
|
|
247
|
+
/**
|
|
248
|
+
* @uiName Information modal title
|
|
249
|
+
*/
|
|
250
|
+
"modalTitle": string;
|
|
235
251
|
/**
|
|
236
252
|
* @uiName Patronymic name field label
|
|
237
253
|
*/
|
|
@@ -669,6 +685,18 @@ export namespace Components {
|
|
|
669
685
|
* @uiWidget textArea
|
|
670
686
|
*/
|
|
671
687
|
"loadingErrorAlertHeader": string;
|
|
688
|
+
/**
|
|
689
|
+
* @uiName Information modal button text
|
|
690
|
+
*/
|
|
691
|
+
"modalButtonText": string;
|
|
692
|
+
/**
|
|
693
|
+
* @uiName Information modal description text
|
|
694
|
+
*/
|
|
695
|
+
"modalDescription": string;
|
|
696
|
+
/**
|
|
697
|
+
* @uiName Information modal title
|
|
698
|
+
*/
|
|
699
|
+
"modalTitle": string;
|
|
672
700
|
/**
|
|
673
701
|
* @uiName Participant type field label
|
|
674
702
|
*/
|
|
@@ -5013,6 +5041,21 @@ export namespace Components {
|
|
|
5013
5041
|
* @uiGroup Step 3 Properties
|
|
5014
5042
|
*/
|
|
5015
5043
|
"step3_individualParticipant": string;
|
|
5044
|
+
/**
|
|
5045
|
+
* @uiName Information modal button text
|
|
5046
|
+
* @uiGroup Step 3 Properties
|
|
5047
|
+
*/
|
|
5048
|
+
"step3_modalButtonText": string;
|
|
5049
|
+
/**
|
|
5050
|
+
* @uiName Information modal description text
|
|
5051
|
+
* @uiGroup Step 3 Properties
|
|
5052
|
+
*/
|
|
5053
|
+
"step3_modalDescription": string;
|
|
5054
|
+
/**
|
|
5055
|
+
* @uiName Information modal title
|
|
5056
|
+
* @uiGroup Step 3 Properties
|
|
5057
|
+
*/
|
|
5058
|
+
"step3_modalTitle": string;
|
|
5016
5059
|
/**
|
|
5017
5060
|
* @uiName Participant type field label
|
|
5018
5061
|
* @uiGroup Step 3 Properties
|
|
@@ -5100,6 +5143,11 @@ export namespace Components {
|
|
|
5100
5143
|
* @uiGroup Step 4 Properties
|
|
5101
5144
|
*/
|
|
5102
5145
|
"step4_bankStateLabel": string;
|
|
5146
|
+
/**
|
|
5147
|
+
* @uiName Beneficiary account field description
|
|
5148
|
+
* @uiGroup Step 4 Properties
|
|
5149
|
+
*/
|
|
5150
|
+
"step4_beneficiaryAccountNameDescription": string;
|
|
5103
5151
|
/**
|
|
5104
5152
|
* @uiName Beneficiary account field label
|
|
5105
5153
|
* @uiGroup Step 4 Properties
|
|
@@ -5170,6 +5218,21 @@ export namespace Components {
|
|
|
5170
5218
|
* @uiGroup Step 4 Properties
|
|
5171
5219
|
*/
|
|
5172
5220
|
"step4_individualSelectItemLabel": string;
|
|
5221
|
+
/**
|
|
5222
|
+
* @uiName Information modal button text
|
|
5223
|
+
* @uiGroup Step 4 Properties
|
|
5224
|
+
*/
|
|
5225
|
+
"step4_modalButtonText": string;
|
|
5226
|
+
/**
|
|
5227
|
+
* @uiName Information modal description text
|
|
5228
|
+
* @uiGroup Step 4 Properties
|
|
5229
|
+
*/
|
|
5230
|
+
"step4_modalDescription": string;
|
|
5231
|
+
/**
|
|
5232
|
+
* @uiName Information modal title
|
|
5233
|
+
* @uiGroup Step 4 Properties
|
|
5234
|
+
*/
|
|
5235
|
+
"step4_modalTitle": string;
|
|
5173
5236
|
/**
|
|
5174
5237
|
* @uiName Patronymic name field label
|
|
5175
5238
|
* @uiGroup Step 4 Properties
|
|
@@ -6860,6 +6923,10 @@ declare namespace LocalJSX {
|
|
|
6860
6923
|
* @uiName Bank province/state field label
|
|
6861
6924
|
*/
|
|
6862
6925
|
"bankStateLabel"?: string;
|
|
6926
|
+
/**
|
|
6927
|
+
* @uiName Beneficiary account field description
|
|
6928
|
+
*/
|
|
6929
|
+
"beneficiaryAccountNameDescription"?: string;
|
|
6863
6930
|
/**
|
|
6864
6931
|
* @uiName Beneficiary account field label
|
|
6865
6932
|
*/
|
|
@@ -6976,6 +7043,18 @@ declare namespace LocalJSX {
|
|
|
6976
7043
|
* @uiWidget textArea
|
|
6977
7044
|
*/
|
|
6978
7045
|
"loadingErrorAlertHeader"?: string;
|
|
7046
|
+
/**
|
|
7047
|
+
* @uiName Information modal button text
|
|
7048
|
+
*/
|
|
7049
|
+
"modalButtonText"?: string;
|
|
7050
|
+
/**
|
|
7051
|
+
* @uiName Information modal description text
|
|
7052
|
+
*/
|
|
7053
|
+
"modalDescription"?: string;
|
|
7054
|
+
/**
|
|
7055
|
+
* @uiName Information modal title
|
|
7056
|
+
*/
|
|
7057
|
+
"modalTitle"?: string;
|
|
6979
7058
|
/**
|
|
6980
7059
|
* @uiName Patronymic name field label
|
|
6981
7060
|
*/
|
|
@@ -7413,6 +7492,18 @@ declare namespace LocalJSX {
|
|
|
7413
7492
|
* @uiWidget textArea
|
|
7414
7493
|
*/
|
|
7415
7494
|
"loadingErrorAlertHeader"?: string;
|
|
7495
|
+
/**
|
|
7496
|
+
* @uiName Information modal button text
|
|
7497
|
+
*/
|
|
7498
|
+
"modalButtonText"?: string;
|
|
7499
|
+
/**
|
|
7500
|
+
* @uiName Information modal description text
|
|
7501
|
+
*/
|
|
7502
|
+
"modalDescription"?: string;
|
|
7503
|
+
/**
|
|
7504
|
+
* @uiName Information modal title
|
|
7505
|
+
*/
|
|
7506
|
+
"modalTitle"?: string;
|
|
7416
7507
|
/**
|
|
7417
7508
|
* @uiName Participant type field label
|
|
7418
7509
|
*/
|
|
@@ -11728,6 +11819,21 @@ declare namespace LocalJSX {
|
|
|
11728
11819
|
* @uiGroup Step 3 Properties
|
|
11729
11820
|
*/
|
|
11730
11821
|
"step3_individualParticipant"?: string;
|
|
11822
|
+
/**
|
|
11823
|
+
* @uiName Information modal button text
|
|
11824
|
+
* @uiGroup Step 3 Properties
|
|
11825
|
+
*/
|
|
11826
|
+
"step3_modalButtonText"?: string;
|
|
11827
|
+
/**
|
|
11828
|
+
* @uiName Information modal description text
|
|
11829
|
+
* @uiGroup Step 3 Properties
|
|
11830
|
+
*/
|
|
11831
|
+
"step3_modalDescription"?: string;
|
|
11832
|
+
/**
|
|
11833
|
+
* @uiName Information modal title
|
|
11834
|
+
* @uiGroup Step 3 Properties
|
|
11835
|
+
*/
|
|
11836
|
+
"step3_modalTitle"?: string;
|
|
11731
11837
|
/**
|
|
11732
11838
|
* @uiName Participant type field label
|
|
11733
11839
|
* @uiGroup Step 3 Properties
|
|
@@ -11815,6 +11921,11 @@ declare namespace LocalJSX {
|
|
|
11815
11921
|
* @uiGroup Step 4 Properties
|
|
11816
11922
|
*/
|
|
11817
11923
|
"step4_bankStateLabel"?: string;
|
|
11924
|
+
/**
|
|
11925
|
+
* @uiName Beneficiary account field description
|
|
11926
|
+
* @uiGroup Step 4 Properties
|
|
11927
|
+
*/
|
|
11928
|
+
"step4_beneficiaryAccountNameDescription"?: string;
|
|
11818
11929
|
/**
|
|
11819
11930
|
* @uiName Beneficiary account field label
|
|
11820
11931
|
* @uiGroup Step 4 Properties
|
|
@@ -11885,6 +11996,21 @@ declare namespace LocalJSX {
|
|
|
11885
11996
|
* @uiGroup Step 4 Properties
|
|
11886
11997
|
*/
|
|
11887
11998
|
"step4_individualSelectItemLabel"?: string;
|
|
11999
|
+
/**
|
|
12000
|
+
* @uiName Information modal button text
|
|
12001
|
+
* @uiGroup Step 4 Properties
|
|
12002
|
+
*/
|
|
12003
|
+
"step4_modalButtonText"?: string;
|
|
12004
|
+
/**
|
|
12005
|
+
* @uiName Information modal description text
|
|
12006
|
+
* @uiGroup Step 4 Properties
|
|
12007
|
+
*/
|
|
12008
|
+
"step4_modalDescription"?: string;
|
|
12009
|
+
/**
|
|
12010
|
+
* @uiName Information modal title
|
|
12011
|
+
* @uiGroup Step 4 Properties
|
|
12012
|
+
*/
|
|
12013
|
+
"step4_modalTitle"?: string;
|
|
11888
12014
|
/**
|
|
11889
12015
|
* @uiName Patronymic name field label
|
|
11890
12016
|
* @uiGroup Step 4 Properties
|
package/docs/docs.docx
CHANGED
|
Binary file
|