@socotra/ec-react-components 2.11.0 → 2.12.0-next.0
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/index.d.ts +16 -0
- package/dist/index.es.js +14014 -13379
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +37 -32
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +6 -4
package/dist/index.d.ts
CHANGED
|
@@ -201,6 +201,8 @@ declare type Props = {
|
|
|
201
201
|
id?: string;
|
|
202
202
|
titles?: {
|
|
203
203
|
seeAdvancedDetails?: string;
|
|
204
|
+
truthyLabel?: string;
|
|
205
|
+
falsyLabel?: string;
|
|
204
206
|
};
|
|
205
207
|
};
|
|
206
208
|
|
|
@@ -254,6 +256,8 @@ declare type Props_10 = {
|
|
|
254
256
|
*/
|
|
255
257
|
titles?: {
|
|
256
258
|
formTitle?: string;
|
|
259
|
+
truthyLabel?: string;
|
|
260
|
+
falsyLabel?: string;
|
|
257
261
|
} & Partial<GetDisbursementFormDefaultFieldsProps['titles']>;
|
|
258
262
|
};
|
|
259
263
|
|
|
@@ -355,6 +359,8 @@ declare type Props_2 = {
|
|
|
355
359
|
durationBasis?: string;
|
|
356
360
|
delinquencyPlanName?: string;
|
|
357
361
|
autoRenewalPlanName?: string;
|
|
362
|
+
truthyLabel?: string;
|
|
363
|
+
falsyLabel?: string;
|
|
358
364
|
};
|
|
359
365
|
};
|
|
360
366
|
|
|
@@ -457,6 +463,8 @@ declare type Props_3 = {
|
|
|
457
463
|
titles?: {
|
|
458
464
|
coverageTerms?: string;
|
|
459
465
|
details?: string;
|
|
466
|
+
truthyLabel?: string;
|
|
467
|
+
falsyLabel?: string;
|
|
460
468
|
};
|
|
461
469
|
};
|
|
462
470
|
|
|
@@ -484,6 +492,8 @@ declare type Props_4 = {
|
|
|
484
492
|
formTitle?: string;
|
|
485
493
|
seeAdvancedDetails?: string;
|
|
486
494
|
coverageTerms?: string;
|
|
495
|
+
truthyLabel?: string;
|
|
496
|
+
falsyLabel?: string;
|
|
487
497
|
};
|
|
488
498
|
};
|
|
489
499
|
|
|
@@ -537,6 +547,8 @@ declare type Props_5 = {
|
|
|
537
547
|
*/
|
|
538
548
|
titles?: {
|
|
539
549
|
formTitle?: string;
|
|
550
|
+
truthyLabel?: string;
|
|
551
|
+
falsyLabel?: string;
|
|
540
552
|
} & Partial<GetPaymentFormDefaultFieldsProps['titles']>;
|
|
541
553
|
/**
|
|
542
554
|
* Invoice balance
|
|
@@ -757,6 +769,8 @@ declare type Props_8 = {
|
|
|
757
769
|
titles?: {
|
|
758
770
|
formTitle?: string;
|
|
759
771
|
coverageTerms?: string;
|
|
772
|
+
truthyLabel?: string;
|
|
773
|
+
falsyLabel?: string;
|
|
760
774
|
};
|
|
761
775
|
};
|
|
762
776
|
|
|
@@ -827,6 +841,8 @@ declare type Props_9 = {
|
|
|
827
841
|
titles?: {
|
|
828
842
|
coverageTerms?: string;
|
|
829
843
|
formTitle?: string;
|
|
844
|
+
truthyLabel?: string;
|
|
845
|
+
falsyLabel?: string;
|
|
830
846
|
};
|
|
831
847
|
};
|
|
832
848
|
|