udp-schema 0.3.0 → 1.1.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.
Files changed (125) hide show
  1. package/dist/field-helpers.d.ts +18 -31
  2. package/dist/field-helpers.d.ts.map +1 -1
  3. package/dist/field-helpers.js +56 -51
  4. package/dist/field-helpers.js.map +1 -1
  5. package/dist/field-meta.d.ts +14 -34
  6. package/dist/field-meta.d.ts.map +1 -1
  7. package/dist/field-meta.js +13 -1991
  8. package/dist/field-meta.js.map +1 -1
  9. package/dist/index.d.ts +19 -18
  10. package/dist/index.d.ts.map +1 -1
  11. package/dist/index.js +30 -35
  12. package/dist/index.js.map +1 -1
  13. package/dist/onboarding-config.d.ts +44 -0
  14. package/dist/onboarding-config.d.ts.map +1 -0
  15. package/dist/onboarding-config.js +705 -0
  16. package/dist/onboarding-config.js.map +1 -0
  17. package/dist/profile-fields/01-profile.d.ts +264 -0
  18. package/dist/profile-fields/01-profile.d.ts.map +1 -0
  19. package/dist/profile-fields/01-profile.js +113 -0
  20. package/dist/profile-fields/01-profile.js.map +1 -0
  21. package/dist/profile-fields/02-political.d.ts +133 -0
  22. package/dist/profile-fields/02-political.d.ts.map +1 -0
  23. package/dist/profile-fields/02-political.js +42 -0
  24. package/dist/profile-fields/02-political.js.map +1 -0
  25. package/dist/profile-fields/03-electoral.d.ts +46 -0
  26. package/dist/profile-fields/03-electoral.d.ts.map +1 -0
  27. package/dist/profile-fields/03-electoral.js +21 -0
  28. package/dist/profile-fields/03-electoral.js.map +1 -0
  29. package/dist/profile-fields/04-leadership.d.ts +34 -0
  30. package/dist/profile-fields/04-leadership.d.ts.map +1 -0
  31. package/dist/profile-fields/04-leadership.js +22 -0
  32. package/dist/profile-fields/04-leadership.js.map +1 -0
  33. package/dist/profile-fields/05-psychological.d.ts +58 -0
  34. package/dist/profile-fields/05-psychological.d.ts.map +1 -0
  35. package/dist/profile-fields/05-psychological.js +20 -0
  36. package/dist/profile-fields/05-psychological.js.map +1 -0
  37. package/dist/profile-fields/06-education.d.ts +28 -0
  38. package/dist/profile-fields/06-education.d.ts.map +1 -0
  39. package/dist/profile-fields/06-education.js +23 -0
  40. package/dist/profile-fields/06-education.js.map +1 -0
  41. package/dist/profile-fields/07-employment.d.ts +75 -0
  42. package/dist/profile-fields/07-employment.d.ts.map +1 -0
  43. package/dist/profile-fields/07-employment.js +32 -0
  44. package/dist/profile-fields/07-employment.js.map +1 -0
  45. package/dist/profile-fields/08-neurodiversity.d.ts +100 -0
  46. package/dist/profile-fields/08-neurodiversity.d.ts.map +1 -0
  47. package/dist/profile-fields/08-neurodiversity.js +39 -0
  48. package/dist/profile-fields/08-neurodiversity.js.map +1 -0
  49. package/dist/profile-fields/09-health.d.ts +89 -0
  50. package/dist/profile-fields/09-health.d.ts.map +1 -0
  51. package/dist/profile-fields/09-health.js +38 -0
  52. package/dist/profile-fields/09-health.js.map +1 -0
  53. package/dist/profile-fields/10-worldview.d.ts +75 -0
  54. package/dist/profile-fields/10-worldview.d.ts.map +1 -0
  55. package/dist/profile-fields/10-worldview.js +41 -0
  56. package/dist/profile-fields/10-worldview.js.map +1 -0
  57. package/dist/profile-fields/11-residence.d.ts +3 -0
  58. package/dist/profile-fields/11-residence.d.ts.map +1 -0
  59. package/dist/profile-fields/11-residence.js +11 -0
  60. package/dist/profile-fields/11-residence.js.map +1 -0
  61. package/dist/profile-fields/12-household.d.ts +90 -0
  62. package/dist/profile-fields/12-household.d.ts.map +1 -0
  63. package/dist/profile-fields/12-household.js +37 -0
  64. package/dist/profile-fields/12-household.js.map +1 -0
  65. package/dist/profile-fields/index.d.ts +22 -0
  66. package/dist/profile-fields/index.d.ts.map +1 -0
  67. package/dist/profile-fields/index.js +47 -0
  68. package/dist/profile-fields/index.js.map +1 -0
  69. package/dist/profile-fields/types.d.ts +66 -0
  70. package/dist/profile-fields/types.d.ts.map +1 -0
  71. package/dist/profile-fields/types.js +8 -0
  72. package/dist/profile-fields/types.js.map +1 -0
  73. package/dist/progress-fields.d.ts +21 -3
  74. package/dist/progress-fields.d.ts.map +1 -1
  75. package/dist/progress-fields.js +97 -94
  76. package/dist/progress-fields.js.map +1 -1
  77. package/dist/step-01.schema.d.ts +84 -111
  78. package/dist/step-01.schema.d.ts.map +1 -1
  79. package/dist/step-01.schema.js +94 -101
  80. package/dist/step-01.schema.js.map +1 -1
  81. package/dist/step-02.schema.d.ts +31 -21
  82. package/dist/step-02.schema.d.ts.map +1 -1
  83. package/dist/step-02.schema.js +34 -27
  84. package/dist/step-02.schema.js.map +1 -1
  85. package/dist/step-03.schema.d.ts +24 -300
  86. package/dist/step-03.schema.d.ts.map +1 -1
  87. package/dist/step-03.schema.js +17 -60
  88. package/dist/step-03.schema.js.map +1 -1
  89. package/dist/step-04.schema.d.ts +56 -50
  90. package/dist/step-04.schema.d.ts.map +1 -1
  91. package/dist/step-04.schema.js +44 -43
  92. package/dist/step-04.schema.js.map +1 -1
  93. package/dist/step-05.schema.d.ts +13 -52
  94. package/dist/step-05.schema.d.ts.map +1 -1
  95. package/dist/step-05.schema.js +19 -40
  96. package/dist/step-05.schema.js.map +1 -1
  97. package/dist/step-06.schema.d.ts +101 -117
  98. package/dist/step-06.schema.d.ts.map +1 -1
  99. package/dist/step-06.schema.js +70 -75
  100. package/dist/step-06.schema.js.map +1 -1
  101. package/dist/step-07.schema.d.ts +44 -95
  102. package/dist/step-07.schema.d.ts.map +1 -1
  103. package/dist/step-07.schema.js +37 -78
  104. package/dist/step-07.schema.js.map +1 -1
  105. package/dist/step-08.schema.d.ts +31 -44
  106. package/dist/step-08.schema.d.ts.map +1 -1
  107. package/dist/step-08.schema.js +29 -48
  108. package/dist/step-08.schema.js.map +1 -1
  109. package/dist/step-09.schema.d.ts +48 -85
  110. package/dist/step-09.schema.d.ts.map +1 -1
  111. package/dist/step-09.schema.js +28 -120
  112. package/dist/step-09.schema.js.map +1 -1
  113. package/dist/step-10.schema.d.ts +32 -86
  114. package/dist/step-10.schema.d.ts.map +1 -1
  115. package/dist/step-10.schema.js +44 -120
  116. package/dist/step-10.schema.js.map +1 -1
  117. package/dist/step-11.schema.d.ts +36 -92
  118. package/dist/step-11.schema.d.ts.map +1 -1
  119. package/dist/step-11.schema.js +32 -111
  120. package/dist/step-11.schema.js.map +1 -1
  121. package/dist/step-12.schema.d.ts +56 -93
  122. package/dist/step-12.schema.d.ts.map +1 -1
  123. package/dist/step-12.schema.js +57 -133
  124. package/dist/step-12.schema.js.map +1 -1
  125. package/package.json +1 -1
@@ -0,0 +1,42 @@
1
+ export const politicalSpectrumOptions = [
2
+ { value: '1_tradition_faith', label: 'Guided by Tradition & Wisdom', description: 'Truth through inherited traditions and spiritual beliefs' },
3
+ { value: '2_faith_curious', label: 'Balancing Faith with Questions', description: 'Respect traditions but open to asking questions' },
4
+ { value: '3_multiplicity_open', label: 'Open to Multiple Perspectives', description: 'Value in diverse worldviews' },
5
+ { value: '4_pragmatic_flexible', label: 'Pragmatic & Contextual', description: 'What works is what matters' },
6
+ { value: '5_evidence_reasoning', label: 'Evidence-Informed', description: 'Decisions based on data and logic' },
7
+ { value: '6_critical_reflective', label: 'Critical Analyst', description: 'Systematically examine own thinking' },
8
+ { value: '7_skeptic_optimize', label: 'Perpetual Skeptic', description: 'Question everything including yourself' },
9
+ { value: 'prefer_not_to_say', label: 'Prefer not to say' },
10
+ ];
11
+ export const partyOptions = [
12
+ { value: 'bjp', label: 'BJP' }, { value: 'inc', label: 'Indian National Congress (INC)' },
13
+ { value: 'aap', label: 'Aam Aadmi Party (AAP)' }, { value: 'bsp', label: 'Bahujan Samaj Party (BSP)' },
14
+ { value: 'sp', label: 'Samajwadi Party (SP)' }, { value: 'tmc', label: 'Trinamool Congress (TMC)' },
15
+ { value: 'dmk', label: 'DMK' }, { value: 'aiadmk', label: 'AIADMK' },
16
+ { value: 'ncp', label: 'NCP' }, { value: 'shiv_sena', label: 'Shiv Sena' },
17
+ { value: 'jdu', label: 'JD(U)' }, { value: 'rjd', label: 'RJD' },
18
+ { value: 'cpim', label: 'CPI(M)' }, { value: 'cpi', label: 'CPI' },
19
+ { value: 'ysrcp', label: 'YSRCP' }, { value: 'tdp', label: 'TDP' },
20
+ { value: 'bjd', label: 'BJD' }, { value: 'jmm', label: 'JMM' },
21
+ { value: 'none', label: 'No party affiliation' }, { value: 'other', label: 'Other' },
22
+ { value: 'prefer_not_to_say', label: 'Prefer not to say' },
23
+ ];
24
+ export const civicEngagementOptions = [
25
+ { value: 'ngo', label: 'NGO / Non-profit' }, { value: 'trade_union', label: 'Trade Union' },
26
+ { value: 'cooperative', label: 'Cooperative Society' }, { value: 'resident_association', label: 'Resident Welfare Association' },
27
+ { value: 'self_help_group', label: 'Self Help Group (SHG)' }, { value: 'youth_club', label: 'Youth Club' },
28
+ { value: 'religious_organization', label: 'Religious Organization' }, { value: 'caste_association', label: 'Caste Association' },
29
+ { value: 'professional_body', label: 'Professional Body' }, { value: 'none', label: 'None' }, { value: 'other', label: 'Other' },
30
+ ];
31
+ export const politicalAssociation = {
32
+ key: 'political_association', label: 'Political Association & History', step: 2,
33
+ description: 'Your political spectrum, party associations, and civic engagement.',
34
+ fields: [
35
+ { order: 1, key: 'politicalSpectrum', label: 'Political Spectrum', type: 'single_select', step: 2, isOnboarding: true, optional: true, options: [...politicalSpectrumOptions] },
36
+ { order: 2, key: 'selfPartyAssociation', label: 'Your Party Association', type: 'single_select', step: 2, isOnboarding: true, optional: true, options: [...partyOptions] },
37
+ { order: 3, key: 'familyPartyAssociation', label: 'Family Party Association', type: 'single_select', step: 2, isOnboarding: true, optional: true, options: [...partyOptions] },
38
+ { order: 4, key: 'publicOfficeAndElections', label: 'Public Office & Elections', type: 'object', step: 2, isOnboarding: true, optional: true, description: 'Have you held public office or contested elections?' },
39
+ { order: 5, key: 'networkAndCivicEngagement', label: 'Civic Engagement', type: 'multi_select', step: 2, isOnboarding: true, optional: true, options: [...civicEngagementOptions] },
40
+ ],
41
+ };
42
+ //# sourceMappingURL=02-political.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"02-political.js","sourceRoot":"","sources":["../../src/profile-fields/02-political.ts"],"names":[],"mappings":"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","sourcesContent":["import type { FieldGroup } from './types.js';\n\nexport const politicalSpectrumOptions = [\n { value: '1_tradition_faith', label: 'Guided by Tradition & Wisdom', description: 'Truth through inherited traditions and spiritual beliefs' },\n { value: '2_faith_curious', label: 'Balancing Faith with Questions', description: 'Respect traditions but open to asking questions' },\n { value: '3_multiplicity_open', label: 'Open to Multiple Perspectives', description: 'Value in diverse worldviews' },\n { value: '4_pragmatic_flexible', label: 'Pragmatic & Contextual', description: 'What works is what matters' },\n { value: '5_evidence_reasoning', label: 'Evidence-Informed', description: 'Decisions based on data and logic' },\n { value: '6_critical_reflective', label: 'Critical Analyst', description: 'Systematically examine own thinking' },\n { value: '7_skeptic_optimize', label: 'Perpetual Skeptic', description: 'Question everything including yourself' },\n { value: 'prefer_not_to_say', label: 'Prefer not to say' },\n] as const;\n\nexport const partyOptions = [\n { value: 'bjp', label: 'BJP' }, { value: 'inc', label: 'Indian National Congress (INC)' },\n { value: 'aap', label: 'Aam Aadmi Party (AAP)' }, { value: 'bsp', label: 'Bahujan Samaj Party (BSP)' },\n { value: 'sp', label: 'Samajwadi Party (SP)' }, { value: 'tmc', label: 'Trinamool Congress (TMC)' },\n { value: 'dmk', label: 'DMK' }, { value: 'aiadmk', label: 'AIADMK' },\n { value: 'ncp', label: 'NCP' }, { value: 'shiv_sena', label: 'Shiv Sena' },\n { value: 'jdu', label: 'JD(U)' }, { value: 'rjd', label: 'RJD' },\n { value: 'cpim', label: 'CPI(M)' }, { value: 'cpi', label: 'CPI' },\n { value: 'ysrcp', label: 'YSRCP' }, { value: 'tdp', label: 'TDP' },\n { value: 'bjd', label: 'BJD' }, { value: 'jmm', label: 'JMM' },\n { value: 'none', label: 'No party affiliation' }, { value: 'other', label: 'Other' },\n { value: 'prefer_not_to_say', label: 'Prefer not to say' },\n] as const;\n\nexport const civicEngagementOptions = [\n { value: 'ngo', label: 'NGO / Non-profit' }, { value: 'trade_union', label: 'Trade Union' },\n { value: 'cooperative', label: 'Cooperative Society' }, { value: 'resident_association', label: 'Resident Welfare Association' },\n { value: 'self_help_group', label: 'Self Help Group (SHG)' }, { value: 'youth_club', label: 'Youth Club' },\n { value: 'religious_organization', label: 'Religious Organization' }, { value: 'caste_association', label: 'Caste Association' },\n { value: 'professional_body', label: 'Professional Body' }, { value: 'none', label: 'None' }, { value: 'other', label: 'Other' },\n] as const;\n\nexport const politicalAssociation: FieldGroup = {\n key: 'political_association', label: 'Political Association & History', step: 2,\n description: 'Your political spectrum, party associations, and civic engagement.',\n fields: [\n { order: 1, key: 'politicalSpectrum', label: 'Political Spectrum', type: 'single_select', step: 2, isOnboarding: true, optional: true, options: [...politicalSpectrumOptions] },\n { order: 2, key: 'selfPartyAssociation', label: 'Your Party Association', type: 'single_select', step: 2, isOnboarding: true, optional: true, options: [...partyOptions] },\n { order: 3, key: 'familyPartyAssociation', label: 'Family Party Association', type: 'single_select', step: 2, isOnboarding: true, optional: true, options: [...partyOptions] },\n { order: 4, key: 'publicOfficeAndElections', label: 'Public Office & Elections', type: 'object', step: 2, isOnboarding: true, optional: true, description: 'Have you held public office or contested elections?' },\n { order: 5, key: 'networkAndCivicEngagement', label: 'Civic Engagement', type: 'multi_select', step: 2, isOnboarding: true, optional: true, options: [...civicEngagementOptions] },\n ],\n};\n"]}
@@ -0,0 +1,46 @@
1
+ import type { FieldGroup } from './types.js';
2
+ export declare const votingIssueOptions: readonly [{
3
+ readonly value: "economy";
4
+ readonly label: "Economy & Jobs";
5
+ }, {
6
+ readonly value: "healthcare";
7
+ readonly label: "Healthcare";
8
+ }, {
9
+ readonly value: "education";
10
+ readonly label: "Education";
11
+ }, {
12
+ readonly value: "unemployment";
13
+ readonly label: "Unemployment";
14
+ }, {
15
+ readonly value: "corruption";
16
+ readonly label: "Corruption";
17
+ }, {
18
+ readonly value: "womens_safety";
19
+ readonly label: "Women's Safety";
20
+ }, {
21
+ readonly value: "environment";
22
+ readonly label: "Environment";
23
+ }, {
24
+ readonly value: "caste_issues";
25
+ readonly label: "Caste Issues";
26
+ }, {
27
+ readonly value: "religious_issues";
28
+ readonly label: "Religious Issues";
29
+ }, {
30
+ readonly value: "infrastructure";
31
+ readonly label: "Infrastructure";
32
+ }, {
33
+ readonly value: "national_security";
34
+ readonly label: "National Security";
35
+ }, {
36
+ readonly value: "farmer_issues";
37
+ readonly label: "Farmer Issues";
38
+ }, {
39
+ readonly value: "water_sanitation";
40
+ readonly label: "Water & Sanitation";
41
+ }, {
42
+ readonly value: "other";
43
+ readonly label: "Other";
44
+ }];
45
+ export declare const electoralBehaviour: FieldGroup;
46
+ //# sourceMappingURL=03-electoral.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"03-electoral.d.ts","sourceRoot":"","sources":["../../src/profile-fields/03-electoral.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAE7C,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQrB,CAAC;AAEX,eAAO,MAAM,kBAAkB,EAAE,UAUhC,CAAC"}
@@ -0,0 +1,21 @@
1
+ export const votingIssueOptions = [
2
+ { value: 'economy', label: 'Economy & Jobs' }, { value: 'healthcare', label: 'Healthcare' },
3
+ { value: 'education', label: 'Education' }, { value: 'unemployment', label: 'Unemployment' },
4
+ { value: 'corruption', label: 'Corruption' }, { value: 'womens_safety', label: "Women's Safety" },
5
+ { value: 'environment', label: 'Environment' }, { value: 'caste_issues', label: 'Caste Issues' },
6
+ { value: 'religious_issues', label: 'Religious Issues' }, { value: 'infrastructure', label: 'Infrastructure' },
7
+ { value: 'national_security', label: 'National Security' }, { value: 'farmer_issues', label: 'Farmer Issues' },
8
+ { value: 'water_sanitation', label: 'Water & Sanitation' }, { value: 'other', label: 'Other' },
9
+ ];
10
+ export const electoralBehaviour = {
11
+ key: 'electoral_behaviour', label: 'Electoral Behaviour', step: 3,
12
+ description: 'Your voter ID, voting history, and the issues that matter to you.',
13
+ fields: [
14
+ { order: 1, key: 'epicNumber', label: 'Voter ID (EPIC)', type: 'text', step: 3, isOnboarding: true, optional: true, maxLength: 20 },
15
+ { order: 2, key: 'willVoteThisTime', label: 'Will Vote This Time', type: 'single_select', step: 3, isOnboarding: true, optional: true, options: [{ value: 'yes', label: 'Yes' }, { value: 'no', label: 'No' }, { value: 'maybe', label: 'Maybe' }, { value: 'prefer_not_to_say', label: 'Prefer not to say' }] },
16
+ { order: 3, key: 'didVoteLastTime', label: 'Voted Last Time', type: 'single_select', step: 3, isOnboarding: true, optional: true, options: [{ value: 'yes', label: 'Yes' }, { value: 'no', label: 'No' }, { value: 'prefer_not_to_say', label: 'Prefer not to say' }] },
17
+ { order: 4, key: 'votingFrequency', label: 'Voting Frequency', type: 'single_select', step: 3, isOnboarding: true, optional: true, options: [{ value: 'every_election', label: 'Every election' }, { value: 'most_elections', label: 'Most elections' }, { value: 'sometimes', label: 'Sometimes' }, { value: 'rarely', label: 'Rarely' }, { value: 'never', label: 'Never' }, { value: 'first_time_voter', label: 'First-time voter' }] },
18
+ { order: 5, key: 'primaryVotingIssues', label: 'Primary Voting Issues', type: 'multi_select', step: 3, isOnboarding: true, optional: true, options: [...votingIssueOptions] },
19
+ ],
20
+ };
21
+ //# sourceMappingURL=03-electoral.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"03-electoral.js","sourceRoot":"","sources":["../../src/profile-fields/03-electoral.ts"],"names":[],"mappings":"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","sourcesContent":["import type { FieldGroup } from './types.js';\n\nexport const votingIssueOptions = [\n { value: 'economy', label: 'Economy & Jobs' }, { value: 'healthcare', label: 'Healthcare' },\n { value: 'education', label: 'Education' }, { value: 'unemployment', label: 'Unemployment' },\n { value: 'corruption', label: 'Corruption' }, { value: 'womens_safety', label: \"Women's Safety\" },\n { value: 'environment', label: 'Environment' }, { value: 'caste_issues', label: 'Caste Issues' },\n { value: 'religious_issues', label: 'Religious Issues' }, { value: 'infrastructure', label: 'Infrastructure' },\n { value: 'national_security', label: 'National Security' }, { value: 'farmer_issues', label: 'Farmer Issues' },\n { value: 'water_sanitation', label: 'Water & Sanitation' }, { value: 'other', label: 'Other' },\n] as const;\n\nexport const electoralBehaviour: FieldGroup = {\n key: 'electoral_behaviour', label: 'Electoral Behaviour', step: 3,\n description: 'Your voter ID, voting history, and the issues that matter to you.',\n fields: [\n { order: 1, key: 'epicNumber', label: 'Voter ID (EPIC)', type: 'text', step: 3, isOnboarding: true, optional: true, maxLength: 20 },\n { order: 2, key: 'willVoteThisTime', label: 'Will Vote This Time', type: 'single_select', step: 3, isOnboarding: true, optional: true, options: [{ value: 'yes', label: 'Yes' }, { value: 'no', label: 'No' }, { value: 'maybe', label: 'Maybe' }, { value: 'prefer_not_to_say', label: 'Prefer not to say' }] },\n { order: 3, key: 'didVoteLastTime', label: 'Voted Last Time', type: 'single_select', step: 3, isOnboarding: true, optional: true, options: [{ value: 'yes', label: 'Yes' }, { value: 'no', label: 'No' }, { value: 'prefer_not_to_say', label: 'Prefer not to say' }] },\n { order: 4, key: 'votingFrequency', label: 'Voting Frequency', type: 'single_select', step: 3, isOnboarding: true, optional: true, options: [{ value: 'every_election', label: 'Every election' }, { value: 'most_elections', label: 'Most elections' }, { value: 'sometimes', label: 'Sometimes' }, { value: 'rarely', label: 'Rarely' }, { value: 'never', label: 'Never' }, { value: 'first_time_voter', label: 'First-time voter' }] },\n { order: 5, key: 'primaryVotingIssues', label: 'Primary Voting Issues', type: 'multi_select', step: 3, isOnboarding: true, optional: true, options: [...votingIssueOptions] },\n ],\n};\n"]}
@@ -0,0 +1,34 @@
1
+ import type { FieldGroup } from './types.js';
2
+ export declare const leadershipSkillsetOptions: readonly [{
3
+ readonly value: "public_speaking";
4
+ readonly label: "Public Speaking";
5
+ }, {
6
+ readonly value: "community_organizing";
7
+ readonly label: "Community Organizing";
8
+ }, {
9
+ readonly value: "conflict_resolution";
10
+ readonly label: "Conflict Resolution";
11
+ }, {
12
+ readonly value: "fundraising";
13
+ readonly label: "Fundraising";
14
+ }, {
15
+ readonly value: "media_handling";
16
+ readonly label: "Media Handling";
17
+ }, {
18
+ readonly value: "legal_awareness";
19
+ readonly label: "Legal Awareness";
20
+ }, {
21
+ readonly value: "grassroots_mobilization";
22
+ readonly label: "Grassroots Mobilization";
23
+ }, {
24
+ readonly value: "digital_campaigning";
25
+ readonly label: "Digital Campaigning";
26
+ }, {
27
+ readonly value: "negotiation";
28
+ readonly label: "Negotiation";
29
+ }, {
30
+ readonly value: "event_management";
31
+ readonly label: "Event Management";
32
+ }];
33
+ export declare const leadershipAmbitions: FieldGroup;
34
+ //# sourceMappingURL=04-leadership.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"04-leadership.d.ts","sourceRoot":"","sources":["../../src/profile-fields/04-leadership.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAE7C,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAM5B,CAAC;AAEX,eAAO,MAAM,mBAAmB,EAAE,UAajC,CAAC"}
@@ -0,0 +1,22 @@
1
+ export const leadershipSkillsetOptions = [
2
+ { value: 'public_speaking', label: 'Public Speaking' }, { value: 'community_organizing', label: 'Community Organizing' },
3
+ { value: 'conflict_resolution', label: 'Conflict Resolution' }, { value: 'fundraising', label: 'Fundraising' },
4
+ { value: 'media_handling', label: 'Media Handling' }, { value: 'legal_awareness', label: 'Legal Awareness' },
5
+ { value: 'grassroots_mobilization', label: 'Grassroots Mobilization' }, { value: 'digital_campaigning', label: 'Digital Campaigning' },
6
+ { value: 'negotiation', label: 'Negotiation' }, { value: 'event_management', label: 'Event Management' },
7
+ ];
8
+ export const leadershipAmbitions = {
9
+ key: 'leadership_ambitions', label: 'Leadership & Ambitions', step: 4,
10
+ description: 'Your desire to lead, political aspirations, and skills.',
11
+ fields: [
12
+ { order: 1, key: 'participateInRevolution', label: 'Participate in Revolution', type: 'single_select', step: 4, isOnboarding: true, optional: true, options: [{ value: 'yes_definitely', label: 'Yes, definitely!' }, { value: 'maybe', label: 'Maybe' }, { value: 'not_sure', label: 'Not sure yet' }, { value: 'no', label: 'No' }] },
13
+ { order: 2, key: 'desiredPoliticalPosition', label: 'Desired Political Position', type: 'single_select', step: 4, isOnboarding: true, optional: true, options: [{ value: 'sarpanch', label: 'Sarpanch / Village Head' }, { value: 'block_pramukh', label: 'Block Pramukh' }, { value: 'zila_panchayat', label: 'Zila Panchayat Member' }, { value: 'mla', label: 'MLA (State Assembly)' }, { value: 'mp', label: 'MP (Parliament)' }, { value: 'municipal_councillor', label: 'Municipal Councillor' }, { value: 'mayor', label: 'Mayor' }, { value: 'none', label: 'None' }, { value: 'other', label: 'Other' }] },
14
+ { order: 3, key: 'leadershipSkillset', label: 'Leadership Skills', type: 'multi_select', step: 4, isOnboarding: true, optional: true, options: [...leadershipSkillsetOptions] },
15
+ { order: 4, key: 'politicalExposure', label: 'Political Exposure', type: 'single_select', step: 4, isOnboarding: true, optional: true, options: [{ value: 'none', label: 'None' }, { value: 'minimal', label: 'Minimal' }, { value: 'moderate', label: 'Moderate' }, { value: 'high', label: 'High' }, { value: 'very_high', label: 'Very High' }] },
16
+ { order: 5, key: 'comfortWithVisibility', label: 'Comfort with Visibility', type: 'single_select', step: 4, isOnboarding: true, optional: true, options: [{ value: 'very_comfortable', label: 'Very comfortable' }, { value: 'somewhat', label: 'Somewhat' }, { value: 'prefer_behind_scenes', label: 'Prefer behind the scenes' }, { value: 'not_comfortable', label: 'Not comfortable' }] },
17
+ { order: 6, key: 'socialInfluenceLevel', label: 'Social Influence Level', type: 'single_select', step: 4, isOnboarding: true, optional: true, options: [{ value: 'very_influential', label: 'Very influential' }, { value: 'somewhat', label: 'Somewhat' }, { value: 'average', label: 'Average' }, { value: 'low', label: 'Low' }, { value: 'not_sure', label: 'Not sure' }] },
18
+ { order: 7, key: 'pastExperience', label: 'Past Experience', type: 'single_select', step: 4, isOnboarding: true, optional: true, options: [{ value: 'yes_party_work', label: 'Yes — Party work' }, { value: 'yes_social_work', label: 'Yes — Social work / NGO' }, { value: 'yes_student_politics', label: 'Yes — Student politics' }, { value: 'no_experience', label: 'No experience' }, { value: 'other', label: 'Other' }] },
19
+ { order: 8, key: 'changesYouWantToBring', label: 'Changes You Want to Bring', type: 'textarea', step: 4, isOnboarding: true, optional: true, maxLength: 1000 },
20
+ ],
21
+ };
22
+ //# sourceMappingURL=04-leadership.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"04-leadership.js","sourceRoot":"","sources":["../../src/profile-fields/04-leadership.ts"],"names":[],"mappings":"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","sourcesContent":["import type { FieldGroup } from './types.js';\n\nexport const leadershipSkillsetOptions = [\n { value: 'public_speaking', label: 'Public Speaking' }, { value: 'community_organizing', label: 'Community Organizing' },\n { value: 'conflict_resolution', label: 'Conflict Resolution' }, { value: 'fundraising', label: 'Fundraising' },\n { value: 'media_handling', label: 'Media Handling' }, { value: 'legal_awareness', label: 'Legal Awareness' },\n { value: 'grassroots_mobilization', label: 'Grassroots Mobilization' }, { value: 'digital_campaigning', label: 'Digital Campaigning' },\n { value: 'negotiation', label: 'Negotiation' }, { value: 'event_management', label: 'Event Management' },\n] as const;\n\nexport const leadershipAmbitions: FieldGroup = {\n key: 'leadership_ambitions', label: 'Leadership & Ambitions', step: 4,\n description: 'Your desire to lead, political aspirations, and skills.',\n fields: [\n { order: 1, key: 'participateInRevolution', label: 'Participate in Revolution', type: 'single_select', step: 4, isOnboarding: true, optional: true, options: [{ value: 'yes_definitely', label: 'Yes, definitely!' }, { value: 'maybe', label: 'Maybe' }, { value: 'not_sure', label: 'Not sure yet' }, { value: 'no', label: 'No' }] },\n { order: 2, key: 'desiredPoliticalPosition', label: 'Desired Political Position', type: 'single_select', step: 4, isOnboarding: true, optional: true, options: [{ value: 'sarpanch', label: 'Sarpanch / Village Head' }, { value: 'block_pramukh', label: 'Block Pramukh' }, { value: 'zila_panchayat', label: 'Zila Panchayat Member' }, { value: 'mla', label: 'MLA (State Assembly)' }, { value: 'mp', label: 'MP (Parliament)' }, { value: 'municipal_councillor', label: 'Municipal Councillor' }, { value: 'mayor', label: 'Mayor' }, { value: 'none', label: 'None' }, { value: 'other', label: 'Other' }] },\n { order: 3, key: 'leadershipSkillset', label: 'Leadership Skills', type: 'multi_select', step: 4, isOnboarding: true, optional: true, options: [...leadershipSkillsetOptions] },\n { order: 4, key: 'politicalExposure', label: 'Political Exposure', type: 'single_select', step: 4, isOnboarding: true, optional: true, options: [{ value: 'none', label: 'None' }, { value: 'minimal', label: 'Minimal' }, { value: 'moderate', label: 'Moderate' }, { value: 'high', label: 'High' }, { value: 'very_high', label: 'Very High' }] },\n { order: 5, key: 'comfortWithVisibility', label: 'Comfort with Visibility', type: 'single_select', step: 4, isOnboarding: true, optional: true, options: [{ value: 'very_comfortable', label: 'Very comfortable' }, { value: 'somewhat', label: 'Somewhat' }, { value: 'prefer_behind_scenes', label: 'Prefer behind the scenes' }, { value: 'not_comfortable', label: 'Not comfortable' }] },\n { order: 6, key: 'socialInfluenceLevel', label: 'Social Influence Level', type: 'single_select', step: 4, isOnboarding: true, optional: true, options: [{ value: 'very_influential', label: 'Very influential' }, { value: 'somewhat', label: 'Somewhat' }, { value: 'average', label: 'Average' }, { value: 'low', label: 'Low' }, { value: 'not_sure', label: 'Not sure' }] },\n { order: 7, key: 'pastExperience', label: 'Past Experience', type: 'single_select', step: 4, isOnboarding: true, optional: true, options: [{ value: 'yes_party_work', label: 'Yes — Party work' }, { value: 'yes_social_work', label: 'Yes — Social work / NGO' }, { value: 'yes_student_politics', label: 'Yes — Student politics' }, { value: 'no_experience', label: 'No experience' }, { value: 'other', label: 'Other' }] },\n { order: 8, key: 'changesYouWantToBring', label: 'Changes You Want to Bring', type: 'textarea', step: 4, isOnboarding: true, optional: true, maxLength: 1000 },\n ],\n};\n"]}
@@ -0,0 +1,58 @@
1
+ import type { FieldGroup } from './types.js';
2
+ export declare const mbtiOptions: readonly [{
3
+ readonly value: "INTJ";
4
+ readonly label: "INTJ — The Architect";
5
+ }, {
6
+ readonly value: "INTP";
7
+ readonly label: "INTP — The Logician";
8
+ }, {
9
+ readonly value: "ENTJ";
10
+ readonly label: "ENTJ — The Commander";
11
+ }, {
12
+ readonly value: "ENTP";
13
+ readonly label: "ENTP — The Debater";
14
+ }, {
15
+ readonly value: "INFJ";
16
+ readonly label: "INFJ — The Advocate";
17
+ }, {
18
+ readonly value: "INFP";
19
+ readonly label: "INFP — The Mediator";
20
+ }, {
21
+ readonly value: "ENFJ";
22
+ readonly label: "ENFJ — The Protagonist";
23
+ }, {
24
+ readonly value: "ENFP";
25
+ readonly label: "ENFP — The Campaigner";
26
+ }, {
27
+ readonly value: "ISTJ";
28
+ readonly label: "ISTJ — The Logistician";
29
+ }, {
30
+ readonly value: "ISFJ";
31
+ readonly label: "ISFJ — The Defender";
32
+ }, {
33
+ readonly value: "ESTJ";
34
+ readonly label: "ESTJ — The Executive";
35
+ }, {
36
+ readonly value: "ESFJ";
37
+ readonly label: "ESFJ — The Consul";
38
+ }, {
39
+ readonly value: "ISTP";
40
+ readonly label: "ISTP — The Virtuoso";
41
+ }, {
42
+ readonly value: "ISFP";
43
+ readonly label: "ISFP — The Adventurer";
44
+ }, {
45
+ readonly value: "ESTP";
46
+ readonly label: "ESTP — The Entrepreneur";
47
+ }, {
48
+ readonly value: "ESFP";
49
+ readonly label: "ESFP — The Entertainer";
50
+ }, {
51
+ readonly value: "dont_know";
52
+ readonly label: "Don't know yet";
53
+ }, {
54
+ readonly value: "prefer_not_to_say";
55
+ readonly label: "Prefer not to say";
56
+ }];
57
+ export declare const psychologicalAssessment: FieldGroup;
58
+ //# sourceMappingURL=05-psychological.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"05-psychological.d.ts","sourceRoot":"","sources":["../../src/profile-fields/05-psychological.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAE7C,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAUd,CAAC;AAEX,eAAO,MAAM,uBAAuB,EAAE,UAOrC,CAAC"}
@@ -0,0 +1,20 @@
1
+ export const mbtiOptions = [
2
+ { value: 'INTJ', label: 'INTJ — The Architect' }, { value: 'INTP', label: 'INTP — The Logician' },
3
+ { value: 'ENTJ', label: 'ENTJ — The Commander' }, { value: 'ENTP', label: 'ENTP — The Debater' },
4
+ { value: 'INFJ', label: 'INFJ — The Advocate' }, { value: 'INFP', label: 'INFP — The Mediator' },
5
+ { value: 'ENFJ', label: 'ENFJ — The Protagonist' }, { value: 'ENFP', label: 'ENFP — The Campaigner' },
6
+ { value: 'ISTJ', label: 'ISTJ — The Logistician' }, { value: 'ISFJ', label: 'ISFJ — The Defender' },
7
+ { value: 'ESTJ', label: 'ESTJ — The Executive' }, { value: 'ESFJ', label: 'ESFJ — The Consul' },
8
+ { value: 'ISTP', label: 'ISTP — The Virtuoso' }, { value: 'ISFP', label: 'ISFP — The Adventurer' },
9
+ { value: 'ESTP', label: 'ESTP — The Entrepreneur' }, { value: 'ESFP', label: 'ESFP — The Entertainer' },
10
+ { value: 'dont_know', label: "Don't know yet" }, { value: 'prefer_not_to_say', label: 'Prefer not to say' },
11
+ ];
12
+ export const psychologicalAssessment = {
13
+ key: 'psychological_assessment', label: 'Psychological Assessment', step: 5,
14
+ description: 'Personality type and Big Five traits.',
15
+ fields: [
16
+ { order: 1, key: 'mbtiType', label: 'MBTI Type', type: 'single_select', step: 5, isOnboarding: true, optional: true, options: [...mbtiOptions] },
17
+ { order: 2, key: 'oceanScores', label: 'Big Five (OCEAN)', type: 'object', step: 5, isOnboarding: true, optional: true, description: 'Openness, Conscientiousness, Extraversion, Agreeableness, Neuroticism (1-100 each)' },
18
+ ],
19
+ };
20
+ //# sourceMappingURL=05-psychological.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"05-psychological.js","sourceRoot":"","sources":["../../src/profile-fields/05-psychological.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,WAAW,GAAG;IACzB,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,sBAAsB,EAAE,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,qBAAqB,EAAE;IACjG,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,sBAAsB,EAAE,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,oBAAoB,EAAE;IAChG,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,qBAAqB,EAAE,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,qBAAqB,EAAE;IAChG,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,wBAAwB,EAAE,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,uBAAuB,EAAE;IACrG,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,wBAAwB,EAAE,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,qBAAqB,EAAE;IACnG,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,sBAAsB,EAAE,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,mBAAmB,EAAE;IAC/F,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,qBAAqB,EAAE,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,uBAAuB,EAAE;IAClG,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,yBAAyB,EAAE,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,wBAAwB,EAAE;IACvG,EAAE,KAAK,EAAE,WAAW,EAAE,KAAK,EAAE,gBAAgB,EAAE,EAAE,EAAE,KAAK,EAAE,mBAAmB,EAAE,KAAK,EAAE,mBAAmB,EAAE;CACnG,CAAC;AAEX,MAAM,CAAC,MAAM,uBAAuB,GAAe;IACjD,GAAG,EAAE,0BAA0B,EAAE,KAAK,EAAE,0BAA0B,EAAE,IAAI,EAAE,CAAC;IAC3E,WAAW,EAAE,uCAAuC;IACpD,MAAM,EAAE;QACN,EAAE,KAAK,EAAE,CAAC,EAAE,GAAG,EAAE,UAAU,EAAE,KAAK,EAAE,WAAW,EAAE,IAAI,EAAE,eAAe,EAAE,IAAI,EAAE,CAAC,EAAE,YAAY,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC,GAAG,WAAW,CAAC,EAAE;QAChJ,EAAE,KAAK,EAAE,CAAC,EAAE,GAAG,EAAE,aAAa,EAAE,KAAK,EAAE,kBAAkB,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC,EAAE,YAAY,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,WAAW,EAAE,oFAAoF,EAAE;KAC5N;CACF,CAAC","sourcesContent":["import type { FieldGroup } from './types.js';\n\nexport const mbtiOptions = [\n { value: 'INTJ', label: 'INTJ — The Architect' }, { value: 'INTP', label: 'INTP — The Logician' },\n { value: 'ENTJ', label: 'ENTJ — The Commander' }, { value: 'ENTP', label: 'ENTP — The Debater' },\n { value: 'INFJ', label: 'INFJ — The Advocate' }, { value: 'INFP', label: 'INFP — The Mediator' },\n { value: 'ENFJ', label: 'ENFJ — The Protagonist' }, { value: 'ENFP', label: 'ENFP — The Campaigner' },\n { value: 'ISTJ', label: 'ISTJ — The Logistician' }, { value: 'ISFJ', label: 'ISFJ — The Defender' },\n { value: 'ESTJ', label: 'ESTJ — The Executive' }, { value: 'ESFJ', label: 'ESFJ — The Consul' },\n { value: 'ISTP', label: 'ISTP — The Virtuoso' }, { value: 'ISFP', label: 'ISFP — The Adventurer' },\n { value: 'ESTP', label: 'ESTP — The Entrepreneur' }, { value: 'ESFP', label: 'ESFP — The Entertainer' },\n { value: 'dont_know', label: \"Don't know yet\" }, { value: 'prefer_not_to_say', label: 'Prefer not to say' },\n] as const;\n\nexport const psychologicalAssessment: FieldGroup = {\n key: 'psychological_assessment', label: 'Psychological Assessment', step: 5,\n description: 'Personality type and Big Five traits.',\n fields: [\n { order: 1, key: 'mbtiType', label: 'MBTI Type', type: 'single_select', step: 5, isOnboarding: true, optional: true, options: [...mbtiOptions] },\n { order: 2, key: 'oceanScores', label: 'Big Five (OCEAN)', type: 'object', step: 5, isOnboarding: true, optional: true, description: 'Openness, Conscientiousness, Extraversion, Agreeableness, Neuroticism (1-100 each)' },\n ],\n};\n"]}
@@ -0,0 +1,28 @@
1
+ import type { FieldGroup } from './types.js';
2
+ export declare const qualificationOptions: readonly [{
3
+ readonly value: "CLASS_10";
4
+ readonly label: "Class 10 (Secondary)";
5
+ }, {
6
+ readonly value: "CLASS_12";
7
+ readonly label: "Class 12 (Higher Secondary)";
8
+ }, {
9
+ readonly value: "DIPLOMA";
10
+ readonly label: "Diploma / ITI";
11
+ }, {
12
+ readonly value: "GRADUATION";
13
+ readonly label: "Graduation (Bachelor's)";
14
+ }, {
15
+ readonly value: "POST_GRAD";
16
+ readonly label: "Post Graduation (Master's)";
17
+ }, {
18
+ readonly value: "PHD";
19
+ readonly label: "Doctorate / PhD";
20
+ }, {
21
+ readonly value: "POST_DOCTORATE";
22
+ readonly label: "Post Doctorate";
23
+ }, {
24
+ readonly value: "OTHER";
25
+ readonly label: "Other";
26
+ }];
27
+ export declare const education: FieldGroup;
28
+ //# sourceMappingURL=06-education.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"06-education.d.ts","sourceRoot":"","sources":["../../src/profile-fields/06-education.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAE7C,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;EAKvB,CAAC;AAEX,eAAO,MAAM,SAAS,EAAE,UAevB,CAAC"}
@@ -0,0 +1,23 @@
1
+ export const qualificationOptions = [
2
+ { value: 'CLASS_10', label: 'Class 10 (Secondary)' }, { value: 'CLASS_12', label: 'Class 12 (Higher Secondary)' },
3
+ { value: 'DIPLOMA', label: 'Diploma / ITI' }, { value: 'GRADUATION', label: 'Graduation (Bachelor\'s)' },
4
+ { value: 'POST_GRAD', label: 'Post Graduation (Master\'s)' }, { value: 'PHD', label: 'Doctorate / PhD' },
5
+ { value: 'POST_DOCTORATE', label: 'Post Doctorate' }, { value: 'OTHER', label: 'Other' },
6
+ ];
7
+ export const education = {
8
+ key: 'education', label: 'Education', step: 6,
9
+ description: 'Academic background and qualifications.',
10
+ fields: [
11
+ { order: 1, key: 'highestQualification', label: 'Highest Qualification', type: 'single_select', step: 6, isOnboarding: true, options: [...qualificationOptions] },
12
+ { order: 2, key: 'education10th', label: 'Class 10 Details', type: 'object', step: 6, isOnboarding: true, optional: true, conditionalOn: { field: 'highestQualification', values: ['CLASS_10', 'CLASS_12', 'DIPLOMA', 'GRADUATION', 'POST_GRAD', 'PHD', 'POST_DOCTORATE'] } },
13
+ { order: 3, key: 'education12th', label: 'Class 12 Details', type: 'object', step: 6, isOnboarding: true, optional: true, conditionalOn: { field: 'highestQualification', values: ['CLASS_12', 'DIPLOMA', 'GRADUATION', 'POST_GRAD', 'PHD', 'POST_DOCTORATE'] } },
14
+ { order: 4, key: 'diplomas', label: 'Diploma', type: 'object_array', step: 6, isOnboarding: true, optional: true, conditionalOn: { field: 'highestQualification', values: ['DIPLOMA'] } },
15
+ { order: 5, key: 'graduations', label: 'Graduation', type: 'object_array', step: 6, isOnboarding: true, optional: true, conditionalOn: { field: 'highestQualification', values: ['GRADUATION', 'POST_GRAD', 'PHD', 'POST_DOCTORATE'] } },
16
+ { order: 6, key: 'postGraduations', label: 'Post Graduation', type: 'object_array', step: 6, isOnboarding: true, optional: true, conditionalOn: { field: 'highestQualification', values: ['POST_GRAD', 'PHD', 'POST_DOCTORATE'] } },
17
+ { order: 7, key: 'doctorates', label: 'Doctorate / PhD', type: 'object_array', step: 6, isOnboarding: true, optional: true, conditionalOn: { field: 'highestQualification', values: ['PHD', 'POST_DOCTORATE'] } },
18
+ { order: 8, key: 'postDoctorates', label: 'Post Doctorate', type: 'object_array', step: 6, isOnboarding: true, optional: true, conditionalOn: { field: 'highestQualification', values: ['POST_DOCTORATE'] } },
19
+ { order: 9, key: 'otherCertificates', label: 'Other Certificates', type: 'object_array', step: 6, isOnboarding: true, optional: true },
20
+ { order: 10, key: 'educationNotes', label: 'Education Notes', type: 'textarea', step: 6, isOnboarding: true, optional: true },
21
+ ],
22
+ };
23
+ //# sourceMappingURL=06-education.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"06-education.js","sourceRoot":"","sources":["../../src/profile-fields/06-education.ts"],"names":[],"mappings":"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","sourcesContent":["import type { FieldGroup } from './types.js';\n\nexport const qualificationOptions = [\n { value: 'CLASS_10', label: 'Class 10 (Secondary)' }, { value: 'CLASS_12', label: 'Class 12 (Higher Secondary)' },\n { value: 'DIPLOMA', label: 'Diploma / ITI' }, { value: 'GRADUATION', label: 'Graduation (Bachelor\\'s)' },\n { value: 'POST_GRAD', label: 'Post Graduation (Master\\'s)' }, { value: 'PHD', label: 'Doctorate / PhD' },\n { value: 'POST_DOCTORATE', label: 'Post Doctorate' }, { value: 'OTHER', label: 'Other' },\n] as const;\n\nexport const education: FieldGroup = {\n key: 'education', label: 'Education', step: 6,\n description: 'Academic background and qualifications.',\n fields: [\n { order: 1, key: 'highestQualification', label: 'Highest Qualification', type: 'single_select', step: 6, isOnboarding: true, options: [...qualificationOptions] },\n { order: 2, key: 'education10th', label: 'Class 10 Details', type: 'object', step: 6, isOnboarding: true, optional: true, conditionalOn: { field: 'highestQualification', values: ['CLASS_10', 'CLASS_12', 'DIPLOMA', 'GRADUATION', 'POST_GRAD', 'PHD', 'POST_DOCTORATE'] } },\n { order: 3, key: 'education12th', label: 'Class 12 Details', type: 'object', step: 6, isOnboarding: true, optional: true, conditionalOn: { field: 'highestQualification', values: ['CLASS_12', 'DIPLOMA', 'GRADUATION', 'POST_GRAD', 'PHD', 'POST_DOCTORATE'] } },\n { order: 4, key: 'diplomas', label: 'Diploma', type: 'object_array', step: 6, isOnboarding: true, optional: true, conditionalOn: { field: 'highestQualification', values: ['DIPLOMA'] } },\n { order: 5, key: 'graduations', label: 'Graduation', type: 'object_array', step: 6, isOnboarding: true, optional: true, conditionalOn: { field: 'highestQualification', values: ['GRADUATION', 'POST_GRAD', 'PHD', 'POST_DOCTORATE'] } },\n { order: 6, key: 'postGraduations', label: 'Post Graduation', type: 'object_array', step: 6, isOnboarding: true, optional: true, conditionalOn: { field: 'highestQualification', values: ['POST_GRAD', 'PHD', 'POST_DOCTORATE'] } },\n { order: 7, key: 'doctorates', label: 'Doctorate / PhD', type: 'object_array', step: 6, isOnboarding: true, optional: true, conditionalOn: { field: 'highestQualification', values: ['PHD', 'POST_DOCTORATE'] } },\n { order: 8, key: 'postDoctorates', label: 'Post Doctorate', type: 'object_array', step: 6, isOnboarding: true, optional: true, conditionalOn: { field: 'highestQualification', values: ['POST_DOCTORATE'] } },\n { order: 9, key: 'otherCertificates', label: 'Other Certificates', type: 'object_array', step: 6, isOnboarding: true, optional: true },\n { order: 10, key: 'educationNotes', label: 'Education Notes', type: 'textarea', step: 6, isOnboarding: true, optional: true },\n ],\n};\n"]}
@@ -0,0 +1,75 @@
1
+ import type { FieldGroup } from './types.js';
2
+ export declare const employmentStatusOptions: readonly [{
3
+ readonly value: "employed";
4
+ readonly label: "Employed";
5
+ }, {
6
+ readonly value: "self_employed";
7
+ readonly label: "Self-employed";
8
+ }, {
9
+ readonly value: "unemployed";
10
+ readonly label: "Unemployed";
11
+ }, {
12
+ readonly value: "student";
13
+ readonly label: "Student";
14
+ }, {
15
+ readonly value: "homemaker";
16
+ readonly label: "Homemaker";
17
+ }, {
18
+ readonly value: "retired";
19
+ readonly label: "Retired";
20
+ }, {
21
+ readonly value: "daily_wage";
22
+ readonly label: "Daily wage worker";
23
+ }, {
24
+ readonly value: "other";
25
+ readonly label: "Other";
26
+ }];
27
+ export declare const shiftOptions: readonly [{
28
+ readonly value: "day_shift";
29
+ readonly label: "Day shift";
30
+ }, {
31
+ readonly value: "night_shift";
32
+ readonly label: "Night shift";
33
+ }, {
34
+ readonly value: "rotating";
35
+ readonly label: "Rotating shifts";
36
+ }, {
37
+ readonly value: "flexible";
38
+ readonly label: "Flexible hours";
39
+ }, {
40
+ readonly value: "work_from_home";
41
+ readonly label: "Work from home";
42
+ }, {
43
+ readonly value: "not_applicable";
44
+ readonly label: "Not applicable";
45
+ }];
46
+ export declare const incomeRangeOptions: readonly [{
47
+ readonly value: "below_5k";
48
+ readonly label: "Below ₹5,000";
49
+ }, {
50
+ readonly value: "5k_10k";
51
+ readonly label: "₹5,000 – ₹10,000";
52
+ }, {
53
+ readonly value: "10k_25k";
54
+ readonly label: "₹10,000 – ₹25,000";
55
+ }, {
56
+ readonly value: "25k_50k";
57
+ readonly label: "₹25,000 – ₹50,000";
58
+ }, {
59
+ readonly value: "50k_1L";
60
+ readonly label: "₹50,000 – ₹1 Lakh";
61
+ }, {
62
+ readonly value: "1L_2.5L";
63
+ readonly label: "₹1 Lakh – ₹2.5 Lakh";
64
+ }, {
65
+ readonly value: "2.5L_5L";
66
+ readonly label: "₹2.5 Lakh – ₹5 Lakh";
67
+ }, {
68
+ readonly value: "above_5L";
69
+ readonly label: "Above ₹5 Lakh";
70
+ }, {
71
+ readonly value: "prefer_not_to_say";
72
+ readonly label: "Prefer not to say";
73
+ }];
74
+ export declare const employment: FieldGroup;
75
+ //# sourceMappingURL=07-employment.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"07-employment.d.ts","sourceRoot":"","sources":["../../src/profile-fields/07-employment.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAE7C,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;EAK1B,CAAC;AAEX,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;EAIf,CAAC;AAEX,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;EAMrB,CAAC;AAEX,eAAO,MAAM,UAAU,EAAE,UAYxB,CAAC"}
@@ -0,0 +1,32 @@
1
+ export const employmentStatusOptions = [
2
+ { value: 'employed', label: 'Employed' }, { value: 'self_employed', label: 'Self-employed' },
3
+ { value: 'unemployed', label: 'Unemployed' }, { value: 'student', label: 'Student' },
4
+ { value: 'homemaker', label: 'Homemaker' }, { value: 'retired', label: 'Retired' },
5
+ { value: 'daily_wage', label: 'Daily wage worker' }, { value: 'other', label: 'Other' },
6
+ ];
7
+ export const shiftOptions = [
8
+ { value: 'day_shift', label: 'Day shift' }, { value: 'night_shift', label: 'Night shift' },
9
+ { value: 'rotating', label: 'Rotating shifts' }, { value: 'flexible', label: 'Flexible hours' },
10
+ { value: 'work_from_home', label: 'Work from home' }, { value: 'not_applicable', label: 'Not applicable' },
11
+ ];
12
+ export const incomeRangeOptions = [
13
+ { value: 'below_5k', label: 'Below ₹5,000' }, { value: '5k_10k', label: '₹5,000 – ₹10,000' },
14
+ { value: '10k_25k', label: '₹10,000 – ₹25,000' }, { value: '25k_50k', label: '₹25,000 – ₹50,000' },
15
+ { value: '50k_1L', label: '₹50,000 – ₹1 Lakh' }, { value: '1L_2.5L', label: '₹1 Lakh – ₹2.5 Lakh' },
16
+ { value: '2.5L_5L', label: '₹2.5 Lakh – ₹5 Lakh' }, { value: 'above_5L', label: 'Above ₹5 Lakh' },
17
+ { value: 'prefer_not_to_say', label: 'Prefer not to say' },
18
+ ];
19
+ export const employment = {
20
+ key: 'employment', label: 'Employment & Occupation', step: 7,
21
+ description: 'Current job, shift, income, and dream occupation.',
22
+ fields: [
23
+ { order: 1, key: 'employmentStatus', label: 'Employment Status', type: 'single_select', step: 7, isOnboarding: true, optional: true, options: [...employmentStatusOptions] },
24
+ { order: 2, key: 'occupation', label: 'Occupation', type: 'text', step: 7, isOnboarding: true, optional: true },
25
+ { order: 3, key: 'workShift', label: 'Work Shift', type: 'single_select', step: 7, isOnboarding: true, optional: true, options: [...shiftOptions] },
26
+ { order: 4, key: 'comfortableWithShift', label: 'Comfortable with Shift', type: 'single_select', step: 7, isOnboarding: true, optional: true, options: [{ value: 'yes', label: 'Yes' }, { value: 'no', label: 'No' }, { value: 'somewhat', label: 'Somewhat' }] },
27
+ { order: 5, key: 'desiredShift', label: 'Desired Shift', type: 'single_select', step: 7, isOnboarding: true, optional: true, options: [...shiftOptions] },
28
+ { order: 6, key: 'incomeRange', label: 'Income Range', type: 'single_select', step: 7, isOnboarding: true, optional: true, options: [...incomeRangeOptions], sensitive: true },
29
+ { order: 7, key: 'dreamOccupation', label: 'Dream Occupation', type: 'textarea', step: 7, isOnboarding: true, optional: true, maxLength: 500 },
30
+ ],
31
+ };
32
+ //# sourceMappingURL=07-employment.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"07-employment.js","sourceRoot":"","sources":["../../src/profile-fields/07-employment.ts"],"names":[],"mappings":"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","sourcesContent":["import type { FieldGroup } from './types.js';\n\nexport const employmentStatusOptions = [\n { value: 'employed', label: 'Employed' }, { value: 'self_employed', label: 'Self-employed' },\n { value: 'unemployed', label: 'Unemployed' }, { value: 'student', label: 'Student' },\n { value: 'homemaker', label: 'Homemaker' }, { value: 'retired', label: 'Retired' },\n { value: 'daily_wage', label: 'Daily wage worker' }, { value: 'other', label: 'Other' },\n] as const;\n\nexport const shiftOptions = [\n { value: 'day_shift', label: 'Day shift' }, { value: 'night_shift', label: 'Night shift' },\n { value: 'rotating', label: 'Rotating shifts' }, { value: 'flexible', label: 'Flexible hours' },\n { value: 'work_from_home', label: 'Work from home' }, { value: 'not_applicable', label: 'Not applicable' },\n] as const;\n\nexport const incomeRangeOptions = [\n { value: 'below_5k', label: 'Below ₹5,000' }, { value: '5k_10k', label: '₹5,000 – ₹10,000' },\n { value: '10k_25k', label: '₹10,000 – ₹25,000' }, { value: '25k_50k', label: '₹25,000 – ₹50,000' },\n { value: '50k_1L', label: '₹50,000 – ₹1 Lakh' }, { value: '1L_2.5L', label: '₹1 Lakh – ₹2.5 Lakh' },\n { value: '2.5L_5L', label: '₹2.5 Lakh – ₹5 Lakh' }, { value: 'above_5L', label: 'Above ₹5 Lakh' },\n { value: 'prefer_not_to_say', label: 'Prefer not to say' },\n] as const;\n\nexport const employment: FieldGroup = {\n key: 'employment', label: 'Employment & Occupation', step: 7,\n description: 'Current job, shift, income, and dream occupation.',\n fields: [\n { order: 1, key: 'employmentStatus', label: 'Employment Status', type: 'single_select', step: 7, isOnboarding: true, optional: true, options: [...employmentStatusOptions] },\n { order: 2, key: 'occupation', label: 'Occupation', type: 'text', step: 7, isOnboarding: true, optional: true },\n { order: 3, key: 'workShift', label: 'Work Shift', type: 'single_select', step: 7, isOnboarding: true, optional: true, options: [...shiftOptions] },\n { order: 4, key: 'comfortableWithShift', label: 'Comfortable with Shift', type: 'single_select', step: 7, isOnboarding: true, optional: true, options: [{ value: 'yes', label: 'Yes' }, { value: 'no', label: 'No' }, { value: 'somewhat', label: 'Somewhat' }] },\n { order: 5, key: 'desiredShift', label: 'Desired Shift', type: 'single_select', step: 7, isOnboarding: true, optional: true, options: [...shiftOptions] },\n { order: 6, key: 'incomeRange', label: 'Income Range', type: 'single_select', step: 7, isOnboarding: true, optional: true, options: [...incomeRangeOptions], sensitive: true },\n { order: 7, key: 'dreamOccupation', label: 'Dream Occupation', type: 'textarea', step: 7, isOnboarding: true, optional: true, maxLength: 500 },\n ],\n};\n"]}