@srimandir/pitru-paksh-common 2.2.3 → 2.2.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.
|
@@ -51,9 +51,10 @@ export interface PujaDetailsFormProps {
|
|
|
51
51
|
*/
|
|
52
52
|
gotraOptions?: string[];
|
|
53
53
|
/**
|
|
54
|
-
* When `true`, this puja is for all ancestors ("Sarva Pitru") —
|
|
55
|
-
*
|
|
56
|
-
*
|
|
54
|
+
* When `true`, this puja is for all ancestors ("Sarva Pitru") — a
|
|
55
|
+
* read-only "For all ancestors" field is shown above the ancestor name
|
|
56
|
+
* fields, which stay editable so the devotee can still additionally name
|
|
57
|
+
* specific ancestors. Defaults to `false`.
|
|
57
58
|
*/
|
|
58
59
|
isSarvaPitru?: boolean;
|
|
59
60
|
onBackClick?: () => void;
|