cooptypes 2025.6.13 → 2025.6.19

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.cjs CHANGED
@@ -6563,12 +6563,13 @@ const index$d = {
6563
6563
  const registry_id$4 = 300;
6564
6564
  const title$4 = "\u041F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u0435 \u043F\u043E\u0432\u0435\u0441\u0442\u043A\u0438 \u0434\u043D\u044F \u043E\u0431\u0449\u0435\u0433\u043E \u0441\u043E\u0431\u0440\u0430\u043D\u0438\u044F \u043F\u0430\u0439\u0449\u0438\u043A\u043E\u0432";
6565
6565
  const description$4 = "\u0424\u043E\u0440\u043C\u0430 \u043F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u043F\u043E\u0432\u0435\u0441\u0442\u043A\u0438 \u0434\u043D\u044F \u043E\u0447\u0435\u0440\u0435\u0434\u043D\u043E\u0433\u043E/\u0432\u043D\u0435\u043E\u0447\u0435\u0440\u0435\u0434\u043D\u043E\u0433\u043E \u043E\u0431\u0449\u0435\u0433\u043E \u0441\u043E\u0431\u0440\u0430\u043D\u0438\u044F \u043F\u0430\u0439\u0449\u0438\u043A\u043E\u0432 \u043F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0433\u043E \u043A\u043E\u043E\u043F\u0435\u0440\u0430\u0442\u0438\u0432\u0430";
6566
- const context$4 = `<style> h1 {margin: 0px; text-align:center;}h3{margin: 0px;padding-top: 15px;text-align: center;}.about {padding: 20px;}.digital-document {padding: 20px;white-space: pre-wrap;}.subheader {padding-bottom: 20px; }table {width: 100%;border-collapse: collapse;}th, td {border: 1px solid #ccc;padding: 8px;text-align: left;word-wrap: break-word; overflow-wrap: break-word; }th {background-color: #f4f4f4;width: 30% !important;max-width: 30% !important;}</style><div class="digital-document"><div style="padding-bottom: 30px;"><h1 style="text-align:center">{% trans 'AGENDA_PROPOSAL_TITLE' %}</h1><p style="text-align:center">{% if meet.type == 'regular' %}{% trans 'ANNUAL_REGULAR' %}{% else %}{% trans 'ANNUAL_extra' %}{% endif %} {% trans 'GENERAL_MEETING_SHAREHOLDERS' %}</p><p style="text-align:center">{{vars.full_abbr_genitive}} \xAB{{vars.name}}\xBB</p><p style="text-align: right; padding-top: 20px">{{ coop.city }}, {{ meta.created_at }}</p></div><table class="about"><tbody><tr><th>{% trans 'MEETING_DATETIME_LABEL' %}</th><td>{{ meet.open_at_datetime }}</td></tr><tr><th>{% trans 'MEETING_FORMAT_LABEL' %}</th><td>{% trans 'MEETING_FORMAT_VALUE' %}</td></tr><tr><th>{% trans 'REGISTRATION_DATETIME' %}</th><td>{{ meet.open_at_datetime }}</td></tr><tr><th>{% trans 'VOTING_DEADLINE' %}</th><td>{% trans 'NO_LATER_THAN' %} {{ meet.close_at_datetime }}</td></tr></tbody></table><h3 style="padding-top: 30px; padding-bottom: 10px;">{% trans 'AGENDA_QUESTIONS' %}</h3><table><tbody>{% for question in questions %}<tr><th>{{ question.number }}.</th><td>{{ question.title }}</td></tr>{% if question.context %}<tr><th></th><td><em>{{ question.context }}</em></td></tr>{% endif %}{% endfor %}</tbody></table><h3 style="padding-top: 30px; padding-bottom: 10px;">{% trans 'PROJECT_DECISIONS' %}</h3><table><tbody>{% for question in questions %}<tr><th>{% trans 'PROJECT_DECISION_LABEL' %} {{ question.number }}</th><td>{{ question.decision }}</td></tr>{% endfor %}</tbody></table><div class="signature"><div style="padding-top: 20px;"><p>{{ user.full_name_or_short_name }}</p><p>{% trans 'SIGNED_DIGITALLY' %}</p></div></div></div>`;
6566
+ const context$4 = `<style> h1 {margin: 0px; text-align:center;}h3{margin: 0px;padding-top: 15px;text-align: center;}.about {padding: 20px;}.digital-document {padding: 20px;white-space: pre-wrap;}.subheader {padding-bottom: 20px; }table {width: 100%;border-collapse: collapse;}th, td {border: 1px solid #ccc;padding: 8px;text-align: left;word-wrap: break-word; overflow-wrap: break-word; }th {background-color: #f4f4f4;width: 30% !important;max-width: 30% !important;}</style><div class="digital-document"><div style="padding-bottom: 30px;"><h1 style="text-align:center">{% trans 'AGENDA_PROPOSAL_TITLE' %}</h1><p style="text-align:center">{% if is_repeated %}{% trans 'REPEATED' %} {% endif %}{% if meet.type == 'regular' %}{% trans 'ANNUAL_REGULAR' %}{% else %}{% trans 'ANNUAL_extra' %}{% endif %} {% trans 'GENERAL_MEETING_SHAREHOLDERS' %}</p><p style="text-align:center">{{vars.full_abbr_genitive}} \xAB{{vars.name}}\xBB</p><p style="text-align: right; padding-top: 20px">{{ coop.city }}, {{ meta.created_at }}</p></div><table class="about"><tbody><tr><th>{% trans 'MEETING_DATETIME_LABEL' %}</th><td>{{ meet.open_at_datetime }}</td></tr><tr><th>{% trans 'MEETING_FORMAT_LABEL' %}</th><td>{% trans 'MEETING_FORMAT_VALUE' %}</td></tr><tr><th>{% trans 'REGISTRATION_DATETIME' %}</th><td>{{ meet.open_at_datetime }}</td></tr><tr><th>{% trans 'VOTING_DEADLINE' %}</th><td>{% trans 'NO_LATER_THAN' %} {{ meet.close_at_datetime }}</td></tr></tbody></table><h3 style="padding-top: 30px; padding-bottom: 10px;">{% trans 'AGENDA_QUESTIONS' %}</h3><table><tbody>{% for question in questions %}<tr><th>{{ question.number }}.</th><td>{{ question.title }}</td></tr>{% if question.context %}<tr><th></th><td><em>{{ question.context }}</em></td></tr>{% endif %}{% endfor %}</tbody></table><h3 style="padding-top: 30px; padding-bottom: 10px;">{% trans 'PROJECT_DECISIONS' %}</h3><table><tbody>{% for question in questions %}<tr><th>{% trans 'PROJECT_DECISION_LABEL' %} {{ question.number }}</th><td>{{ question.decision }}</td></tr>{% endfor %}</tbody></table><div class="signature"><div style="padding-top: 20px;"><p>{{ user.full_name_or_short_name }}</p><p>{% trans 'SIGNED_DIGITALLY' %}</p></div></div></div>`;
6567
6567
  const translations$4 = {
6568
6568
  ru: {
6569
6569
  AGENDA_PROPOSAL_TITLE: "\u041F\u0420\u0415\u0414\u041B\u041E\u0416\u0415\u041D\u0418\u0415 \u041F\u041E\u0412\u0415\u0421\u0422\u041A\u0418",
6570
6570
  ANNUAL_REGULAR: "\u041E\u0427\u0415\u0420\u0415\u0414\u041D\u041E\u0413\u041E",
6571
6571
  ANNUAL_extra: "\u0412\u041D\u0415\u041E\u0427\u0415\u0420\u0415\u0414\u041D\u041E\u0413\u041E",
6572
+ REPEATED: "\u041F\u041E\u0412\u0422\u041E\u0420\u041D\u041E\u0413\u041E",
6572
6573
  GENERAL_MEETING_SHAREHOLDERS: "\u0421\u041E\u0411\u0420\u0410\u041D\u0418\u042F \u041F\u0410\u0419\u0429\u0418\u041A\u041E\u0412",
6573
6574
  MEETING_DATETIME_LABEL: "\u0414\u0430\u0442\u0430 \u0438 \u0432\u0440\u0435\u043C\u044F \u043F\u0440\u043E\u0432\u0435\u0434\u0435\u043D\u0438\u044F \u0421\u043E\u0431\u0440\u0430\u043D\u0438\u044F",
6574
6575
  MEETING_FORMAT_LABEL: "\u0424\u043E\u0440\u043C\u0430 \u043F\u0440\u043E\u0432\u0435\u0434\u0435\u043D\u0438\u044F \u0441\u043E\u0431\u0440\u0430\u043D\u0438\u044F",
@@ -6614,7 +6615,8 @@ const exampleData$4 = {
6614
6615
  vars: {
6615
6616
  full_abbr_genitive: "\u041F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0433\u043E \u041A\u043E\u043E\u043F\u0435\u0440\u0430\u0442\u0438\u0432\u0430",
6616
6617
  name: "\u0412\u041E\u0421\u0425\u041E\u0414"
6617
- }
6618
+ },
6619
+ is_repeated: false
6618
6620
  };
6619
6621
 
6620
6622
  const index$c = {
@@ -6630,7 +6632,7 @@ const index$c = {
6630
6632
  const registry_id$3 = 301;
6631
6633
  const title$3 = "\u0420\u0435\u0448\u0435\u043D\u0438\u0435 \u0441\u043E\u0432\u0435\u0442\u0430 \u043E \u0441\u043E\u0437\u044B\u0432\u0435 \u043E\u0431\u0449\u0435\u0433\u043E \u0441\u043E\u0431\u0440\u0430\u043D\u0438\u044F \u043F\u0430\u0439\u0449\u0438\u043A\u043E\u0432";
6632
6634
  const description$3 = "\u0424\u043E\u0440\u043C\u0430 \u043F\u0440\u043E\u0442\u043E\u043A\u043E\u043B\u0430 \u0441\u043E\u0431\u0440\u0430\u043D\u0438\u044F \u0441\u043E\u0432\u0435\u0442\u0430 \u043E \u0441\u043E\u0437\u044B\u0432\u0435 \u043E\u0447\u0435\u0440\u0435\u0434\u043D\u043E\u0433\u043E/\u0432\u043D\u0435\u043E\u0447\u0435\u0440\u0435\u0434\u043D\u043E\u0433\u043E \u043E\u0431\u0449\u0435\u0433\u043E \u0441\u043E\u0431\u0440\u0430\u043D\u0438\u044F \u043F\u0430\u0439\u0449\u0438\u043A\u043E\u0432 \u043F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0433\u043E \u043A\u043E\u043E\u043F\u0435\u0440\u0430\u0442\u0438\u0432\u0430";
6633
- const context$3 = `<style> h1 {margin: 0px; text-align:center;}h3{margin: 0px;padding-top: 15px;text-align: center;}.about {padding: 20px;}.digital-document {padding: 20px;white-space: pre-wrap;}.subheader {padding-bottom: 20px; }table {width: 100%;border-collapse: collapse;}th, td {border: 1px solid #ccc;padding: 8px;text-align: left;word-wrap: break-word; overflow-wrap: break-word; }th {background-color: #f4f4f4;width: 30% !important;max-width: 30% !important;}</style><div class="digital-document"><h1 class="header">{% trans 'protocol_number', decision.id %}</h1><p style="text-align:center" class="subheader">{% trans 'council_meeting_name' %}</p><p style="text-align:center">{{ vars.full_abbr_genitive }} \xAB{{ vars.name }}\xBB</p><p style="text-align: right; padding-top: 20px;"> {{ coop.city }}, {{ meta.created_at }}</p><table class="about"><tbody><tr><th>{% trans 'meeting_format' %}</th><td>{% trans 'meeting_format_value' %}</td></tr><tr><th>{% trans 'meeting_date' %}</th><td>{{ decision.date }}</td></tr><tr><th>{% trans 'opening_time' %}</th><td>{{ decision.time }}</td></tr></tbody></table><h3 style="padding-top: 30px; padding-bottom: 10px;">{% trans 'council_members' %}</h3><table><tbody>{% for member in coop.members %}<tr><th>{% if member.is_chairman %}{% trans 'chairman_of_the_council' %}{% else %}{% trans 'member_of_the_council' %}{% endif %}</th><td>{{ member.last_name }} {{ member.first_name }} {{ member.middle_name }}{% if member.is_chairman %} ({% trans 'chairman_council_label' %}){% endif %}</td></tr>{% endfor %}</tbody></table><p>{% trans 'quorum_description', decision.voters_percent %}. {% trans 'quorum_available' %}. {% trans 'meeting_legal' %}.</p><h3 style="padding-top: 30px; padding-bottom: 10px;">{% trans 'agenda' %}</h3><p>{% trans 'agenda_item' %}. {% trans 'convene_meeting_description' %} {% if meet.type == 'regular' %}{% trans 'annual_regular' %}{% else %}{% trans 'annual_extra' %}{% endif %} {% if coop.is_branched %}{% trans 'general_meeting_form_branched' %}{% else %}{% trans 'general_meeting_form' %}{% endif %} {{ meet.close_at_datetime }} {% trans 'and_agenda_namely' %}:</p><table><tbody><tr><th>\u2116</th><td>{% trans 'agenda_points' %}</td></tr>{% for question in questions %}<tr><th>{{ question.number }}.</th><td>{{ question.title }}</td></tr>{% if question.context %}<tr><th></th><td><em>{{ question.context }}</em></td></tr>{% endif %}{% endfor %}</tbody></table><p><strong>{% trans 'voting_results_label' %}</strong>: {% trans 'votes_for_label' %} \u2013 {{ decision.votes_for }}; {% trans 'votes_against_label' %} - {{ decision.votes_against }}; {% trans 'votes_abstained_label' %} - {{ decision.votes_abstained }}.</p><h3 style="padding-top: 30px; padding-bottom: 10px;">{% trans 'decision_made' %}</h3><p>{% trans 'convene_meeting_decision' %} {% if meet.type == 'regular' %}{% trans 'annual_regular' %}{% else %}{% trans 'annual_extra' %}{% endif %} {% if coop.is_branched %}{% trans 'general_meeting_form_branched' %}{% else %}{% trans 'general_meeting_form' %}{% endif %} {{ meet.close_at_datetime }} {% trans 'with_agenda' %}:</p><table><tbody><tr><th>\u2116</th><td>{% trans 'agenda_points' %}</td></tr>{% for question in questions %}<tr><th>{{ question.number }}.</th><td>{{ question.title }}</td></tr>{% if question.context %}<tr><th></th><td><em>{{ question.context }}</em></td></tr>{% endif %}{% endfor %}</tbody></table><hr><p>{% trans 'closing_time', decision.time %}</p><div class="signature"><p>{% trans 'chairman_council_signature' %} {{ coop.chairman.last_name }} {{ coop.chairman.first_name }} {{ coop.chairman.middle_name }}</p><p>{% trans 'signed_digitally' %}</p></div></div>`;
6635
+ const context$3 = `<style> h1 {margin: 0px; text-align:center;}h3{margin: 0px;padding-top: 15px;text-align: center;}.about {padding: 20px;}.digital-document {padding: 20px;white-space: pre-wrap;}.subheader {padding-bottom: 20px; }table {width: 100%;border-collapse: collapse;}th, td {border: 1px solid #ccc;padding: 8px;text-align: left;word-wrap: break-word; overflow-wrap: break-word; }th {background-color: #f4f4f4;width: 30% !important;max-width: 30% !important;}</style><div class="digital-document"><h1 class="header">{% trans 'protocol_number', decision.id %}</h1><p style="text-align:center" class="subheader">{% trans 'council_meeting_name' %}</p><p style="text-align:center">{{ vars.full_abbr_genitive }} \xAB{{ vars.name }}\xBB</p><p style="text-align: right; padding-top: 20px;"> {{ coop.city }}, {{ meta.created_at }}</p><table class="about"><tbody><tr><th>{% trans 'meeting_format' %}</th><td>{% trans 'meeting_format_value' %}</td></tr><tr><th>{% trans 'meeting_date' %}</th><td>{{ decision.date }}</td></tr><tr><th>{% trans 'opening_time' %}</th><td>{{ decision.time }}</td></tr></tbody></table><h3 style="padding-top: 30px; padding-bottom: 10px;">{% trans 'council_members' %}</h3><table><tbody>{% for member in coop.members %}<tr><th>{% if member.is_chairman %}{% trans 'chairman_of_the_council' %}{% else %}{% trans 'member_of_the_council' %}{% endif %}</th><td>{{ member.last_name }} {{ member.first_name }} {{ member.middle_name }}{% if member.is_chairman %} ({% trans 'chairman_council_label' %}){% endif %}</td></tr>{% endfor %}</tbody></table><p>{% trans 'quorum_description', decision.voters_percent %}. {% trans 'quorum_available' %}. {% trans 'meeting_legal' %}.</p><h3 style="padding-top: 30px; padding-bottom: 10px;">{% trans 'agenda' %}</h3><p>{% trans 'agenda_item' %}. {% if is_repeated %}{% trans 'repeat_convene_meeting_description' %}{% else %}{% trans 'convene_meeting_description' %}{% endif %} {% if meet.type == 'regular' %}{% trans 'annual_regular' %}{% else %}{% trans 'annual_extra' %}{% endif %} {% if coop.is_branched %}{% trans 'general_meeting_form_branched' %}{% else %}{% trans 'general_meeting_form' %}{% endif %} {{ meet.close_at_datetime }} {% if is_repeated %}{% trans 'and_previous_agenda' %}{% else %}{% trans 'and_agenda_namely' %}{% endif %}:</p><table><tbody><tr><th>\u2116</th><td>{% trans 'agenda_points' %}</td></tr>{% for question in questions %}<tr><th>{{ question.number }}.</th><td>{{ question.title }}</td></tr>{% if question.context %}<tr><th></th><td><em>{{ question.context }}</em></td></tr>{% endif %}{% endfor %}</tbody></table><p><strong>{% trans 'voting_results_label' %}</strong>: {% trans 'votes_for_label' %} \u2013 {{ decision.votes_for }}; {% trans 'votes_against_label' %} - {{ decision.votes_against }}; {% trans 'votes_abstained_label' %} - {{ decision.votes_abstained }}.</p><h3 style="padding-top: 30px; padding-bottom: 10px;">{% trans 'decision_made' %}</h3><p>{% if is_repeated %}{% trans 'repeat_convene_meeting_decision' %}{% else %}{% trans 'convene_meeting_decision' %}{% endif %} {% if meet.type == 'regular' %}{% trans 'annual_regular' %}{% else %}{% trans 'annual_extra' %}{% endif %} {% if coop.is_branched %}{% trans 'general_meeting_form_branched' %}{% else %}{% trans 'general_meeting_form' %}{% endif %} {{ meet.close_at_datetime }} {% trans 'with_agenda' %}:</p><table><tbody><tr><th>\u2116</th><td>{% trans 'agenda_points' %}</td></tr>{% for question in questions %}<tr><th>{{ question.number }}.</th><td>{{ question.title }}</td></tr>{% if question.context %}<tr><th></th><td><em>{{ question.context }}</em></td></tr>{% endif %}{% endfor %}</tbody></table><hr><p>{% trans 'closing_time', decision.time %}</p><div class="signature"><p>{% trans 'chairman_council_signature' %} {{ coop.chairman.last_name }} {{ coop.chairman.first_name }} {{ coop.chairman.middle_name }}</p><p>{% trans 'signed_digitally' %}</p></div></div>`;
6634
6636
  const translations$3 = {
6635
6637
  ru: {
6636
6638
  protocol_number: "\u041F\u0440\u043E\u0442\u043E\u043A\u043E\u043B \u2116 {0}",
@@ -6650,18 +6652,21 @@ const translations$3 = {
6650
6652
  agenda_item: "1",
6651
6653
  agenda_points: "\u0412\u043E\u043F\u0440\u043E\u0441\u044B \u043F\u043E\u0432\u0435\u0441\u0442\u043A\u0438 \u0434\u043D\u044F",
6652
6654
  convene_meeting_description: "\u041E \u0441\u043E\u0437\u044B\u0432\u0435",
6653
- annual_regular: "\u043E\u0447\u0435\u0440\u0435\u0434\u043D\u043E\u0435",
6654
- annual_extra: "\u0432\u043D\u0435\u043E\u0447\u0435\u0440\u0435\u0434\u043D\u043E\u0435",
6655
- general_meeting_form: "\u043E\u0431\u0449\u0435\u0435 \u0441\u043E\u0431\u0440\u0430\u043D\u0438\u0435 \u043F\u0430\u0439\u0449\u0438\u043A\u043E\u0432 \u0432 \u0437\u0430\u043E\u0447\u043D\u043E\u0439 \u0444\u043E\u0440\u043C\u0435 \u0441 \u0434\u0430\u0442\u043E\u0439 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043D\u0438\u044F \u0433\u043E\u043B\u043E\u0441\u043E\u0432\u0430\u043D\u0438\u044F",
6656
- general_meeting_form_branched: "\u043E\u0431\u0449\u0435\u0435 \u0441\u043E\u0431\u0440\u0430\u043D\u0438\u0435 \u0443\u043F\u043E\u043B\u043D\u043E\u043C\u043E\u0447\u0435\u043D\u043D\u044B\u0445 \u0432 \u0437\u0430\u043E\u0447\u043D\u043E\u0439 \u0444\u043E\u0440\u043C\u0435 \u0441 \u0434\u0430\u0442\u043E\u0439 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043D\u0438\u044F \u0433\u043E\u043B\u043E\u0441\u043E\u0432\u0430\u043D\u0438\u044F",
6655
+ repeat_convene_meeting_description: "\u041E \u043F\u043E\u0432\u0442\u043E\u0440\u043D\u043E\u043C \u0441\u043E\u0437\u044B\u0432\u0435",
6656
+ annual_regular: "\u043E\u0447\u0435\u0440\u0435\u0434\u043D\u043E\u0433\u043E",
6657
+ annual_extra: "\u0432\u043D\u0435\u043E\u0447\u0435\u0440\u0435\u0434\u043D\u043E\u0433\u043E",
6658
+ general_meeting_form: "\u043E\u0431\u0449\u0435\u0433\u043E \u0441\u043E\u0431\u0440\u0430\u043D\u0438\u044F \u043F\u0430\u0439\u0449\u0438\u043A\u043E\u0432 \u0432 \u0437\u0430\u043E\u0447\u043D\u043E\u0439 \u0444\u043E\u0440\u043C\u0435 \u0441 \u0434\u0430\u0442\u043E\u0439 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043D\u0438\u044F \u0433\u043E\u043B\u043E\u0441\u043E\u0432\u0430\u043D\u0438\u044F",
6659
+ general_meeting_form_branched: "\u043E\u0431\u0449\u0435\u0433\u043E \u0441\u043E\u0431\u0440\u0430\u043D\u0438\u044F \u0443\u043F\u043E\u043B\u043D\u043E\u043C\u043E\u0447\u0435\u043D\u043D\u044B\u0445 \u0432 \u0437\u0430\u043E\u0447\u043D\u043E\u0439 \u0444\u043E\u0440\u043C\u0435 \u0441 \u0434\u0430\u0442\u043E\u0439 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043D\u0438\u044F \u0433\u043E\u043B\u043E\u0441\u043E\u0432\u0430\u043D\u0438\u044F",
6657
6660
  voting_results_label: "\u0413\u043E\u043B\u043E\u0441\u043E\u0432\u0430\u043B\u0438",
6658
6661
  votes_for_label: "\xAB\u0417\u0430\xBB",
6659
6662
  votes_against_label: "\xAB\u041F\u0440\u043E\u0442\u0438\u0432\xBB",
6660
6663
  votes_abstained_label: "\xAB\u0412\u043E\u0437\u0434\u0435\u0440\u0436\u0430\u043B\u0441\u044F\xBB",
6661
6664
  decision_made: "\u0420\u0435\u0448\u0438\u043B\u0438",
6662
6665
  convene_meeting_decision: "\u0421\u043E\u0437\u0432\u0430\u0442\u044C",
6666
+ repeat_convene_meeting_decision: "\u0421\u043E\u0437\u0432\u0430\u0442\u044C \u043F\u043E\u0432\u0442\u043E\u0440\u043D\u043E",
6663
6667
  with_agenda: "\u0441\u043E \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0439 \u043F\u043E\u0432\u0435\u0441\u0442\u043A\u043E\u0439 \u0434\u043D\u044F",
6664
6668
  and_agenda_namely: "\u0438 \u0435\u0433\u043E \u043F\u043E\u0432\u0435\u0441\u0442\u043A\u0438 \u0434\u043D\u044F, \u0430 \u0438\u043C\u0435\u043D\u043D\u043E",
6669
+ and_previous_agenda: "\u0438 \u0435\u0433\u043E \u043F\u0440\u0435\u0436\u043D\u0435\u0439 \u043F\u043E\u0432\u0435\u0441\u0442\u043A\u0435 \u0434\u043D\u044F, \u0430 \u0438\u043C\u0435\u043D\u043D\u043E",
6665
6670
  closing_time: "\u0412\u0440\u0435\u043C\u044F \u0437\u0430\u043A\u0440\u044B\u0442\u0438\u044F \u0421\u043E\u0431\u0440\u0430\u043D\u0438\u044F \u0421\u043E\u0432\u0435\u0442\u0430: {0}",
6666
6671
  chairman_council_signature: "\u041F\u0440\u0435\u0434\u0441\u0435\u0434\u0430\u0442\u0435\u043B\u044C \u0421\u043E\u0432\u0435\u0442\u0430",
6667
6672
  signed_digitally: "\u043F\u043E\u0434\u043F\u0438\u0441\u0430\u043D\u043E \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0434\u043F\u0438\u0441\u044C\u044E"
@@ -6714,7 +6719,8 @@ const exampleData$3 = {
6714
6719
  last_name: "",
6715
6720
  first_name: "",
6716
6721
  middle_name: ""
6717
- }
6722
+ },
6723
+ is_repeated: false
6718
6724
  };
6719
6725
 
6720
6726
  const index$b = {
package/dist/index.d.cts CHANGED
@@ -11551,6 +11551,7 @@ interface IAgendaQuestion {
11551
11551
  interface Action$4 extends IGenerate {
11552
11552
  meet: IAgendaMeet;
11553
11553
  questions: IAgendaQuestion[];
11554
+ is_repeated: boolean;
11554
11555
  }
11555
11556
  type Meta$4 = IMetaDocument & Action$4;
11556
11557
  interface Model$4 {
@@ -11558,17 +11559,19 @@ interface Model$4 {
11558
11559
  coop: ICooperativeData;
11559
11560
  meet: IAgendaMeet;
11560
11561
  questions: IAgendaQuestion[];
11562
+ is_repeated: boolean;
11561
11563
  user: ICommonUser;
11562
11564
  vars: IVars;
11563
11565
  }
11564
11566
  declare const title$4 = "\u041F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u0435 \u043F\u043E\u0432\u0435\u0441\u0442\u043A\u0438 \u0434\u043D\u044F \u043E\u0431\u0449\u0435\u0433\u043E \u0441\u043E\u0431\u0440\u0430\u043D\u0438\u044F \u043F\u0430\u0439\u0449\u0438\u043A\u043E\u0432";
11565
11567
  declare const description$4 = "\u0424\u043E\u0440\u043C\u0430 \u043F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u043F\u043E\u0432\u0435\u0441\u0442\u043A\u0438 \u0434\u043D\u044F \u043E\u0447\u0435\u0440\u0435\u0434\u043D\u043E\u0433\u043E/\u0432\u043D\u0435\u043E\u0447\u0435\u0440\u0435\u0434\u043D\u043E\u0433\u043E \u043E\u0431\u0449\u0435\u0433\u043E \u0441\u043E\u0431\u0440\u0430\u043D\u0438\u044F \u043F\u0430\u0439\u0449\u0438\u043A\u043E\u0432 \u043F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0433\u043E \u043A\u043E\u043E\u043F\u0435\u0440\u0430\u0442\u0438\u0432\u0430";
11566
- declare const context$4 = "<style> h1 {margin: 0px; text-align:center;}h3{margin: 0px;padding-top: 15px;text-align: center;}.about {padding: 20px;}.digital-document {padding: 20px;white-space: pre-wrap;}.subheader {padding-bottom: 20px; }table {width: 100%;border-collapse: collapse;}th, td {border: 1px solid #ccc;padding: 8px;text-align: left;word-wrap: break-word; overflow-wrap: break-word; }th {background-color: #f4f4f4;width: 30% !important;max-width: 30% !important;}</style><div class=\"digital-document\"><div style=\"padding-bottom: 30px;\"><h1 style=\"text-align:center\">{% trans 'AGENDA_PROPOSAL_TITLE' %}</h1><p style=\"text-align:center\">{% if meet.type == 'regular' %}{% trans 'ANNUAL_REGULAR' %}{% else %}{% trans 'ANNUAL_extra' %}{% endif %} {% trans 'GENERAL_MEETING_SHAREHOLDERS' %}</p><p style=\"text-align:center\">{{vars.full_abbr_genitive}} \u00AB{{vars.name}}\u00BB</p><p style=\"text-align: right; padding-top: 20px\">{{ coop.city }}, {{ meta.created_at }}</p></div><table class=\"about\"><tbody><tr><th>{% trans 'MEETING_DATETIME_LABEL' %}</th><td>{{ meet.open_at_datetime }}</td></tr><tr><th>{% trans 'MEETING_FORMAT_LABEL' %}</th><td>{% trans 'MEETING_FORMAT_VALUE' %}</td></tr><tr><th>{% trans 'REGISTRATION_DATETIME' %}</th><td>{{ meet.open_at_datetime }}</td></tr><tr><th>{% trans 'VOTING_DEADLINE' %}</th><td>{% trans 'NO_LATER_THAN' %} {{ meet.close_at_datetime }}</td></tr></tbody></table><h3 style=\"padding-top: 30px; padding-bottom: 10px;\">{% trans 'AGENDA_QUESTIONS' %}</h3><table><tbody>{% for question in questions %}<tr><th>{{ question.number }}.</th><td>{{ question.title }}</td></tr>{% if question.context %}<tr><th></th><td><em>{{ question.context }}</em></td></tr>{% endif %}{% endfor %}</tbody></table><h3 style=\"padding-top: 30px; padding-bottom: 10px;\">{% trans 'PROJECT_DECISIONS' %}</h3><table><tbody>{% for question in questions %}<tr><th>{% trans 'PROJECT_DECISION_LABEL' %} {{ question.number }}</th><td>{{ question.decision }}</td></tr>{% endfor %}</tbody></table><div class=\"signature\"><div style=\"padding-top: 20px;\"><p>{{ user.full_name_or_short_name }}</p><p>{% trans 'SIGNED_DIGITALLY' %}</p></div></div></div>";
11568
+ declare const context$4 = "<style> h1 {margin: 0px; text-align:center;}h3{margin: 0px;padding-top: 15px;text-align: center;}.about {padding: 20px;}.digital-document {padding: 20px;white-space: pre-wrap;}.subheader {padding-bottom: 20px; }table {width: 100%;border-collapse: collapse;}th, td {border: 1px solid #ccc;padding: 8px;text-align: left;word-wrap: break-word; overflow-wrap: break-word; }th {background-color: #f4f4f4;width: 30% !important;max-width: 30% !important;}</style><div class=\"digital-document\"><div style=\"padding-bottom: 30px;\"><h1 style=\"text-align:center\">{% trans 'AGENDA_PROPOSAL_TITLE' %}</h1><p style=\"text-align:center\">{% if is_repeated %}{% trans 'REPEATED' %} {% endif %}{% if meet.type == 'regular' %}{% trans 'ANNUAL_REGULAR' %}{% else %}{% trans 'ANNUAL_extra' %}{% endif %} {% trans 'GENERAL_MEETING_SHAREHOLDERS' %}</p><p style=\"text-align:center\">{{vars.full_abbr_genitive}} \u00AB{{vars.name}}\u00BB</p><p style=\"text-align: right; padding-top: 20px\">{{ coop.city }}, {{ meta.created_at }}</p></div><table class=\"about\"><tbody><tr><th>{% trans 'MEETING_DATETIME_LABEL' %}</th><td>{{ meet.open_at_datetime }}</td></tr><tr><th>{% trans 'MEETING_FORMAT_LABEL' %}</th><td>{% trans 'MEETING_FORMAT_VALUE' %}</td></tr><tr><th>{% trans 'REGISTRATION_DATETIME' %}</th><td>{{ meet.open_at_datetime }}</td></tr><tr><th>{% trans 'VOTING_DEADLINE' %}</th><td>{% trans 'NO_LATER_THAN' %} {{ meet.close_at_datetime }}</td></tr></tbody></table><h3 style=\"padding-top: 30px; padding-bottom: 10px;\">{% trans 'AGENDA_QUESTIONS' %}</h3><table><tbody>{% for question in questions %}<tr><th>{{ question.number }}.</th><td>{{ question.title }}</td></tr>{% if question.context %}<tr><th></th><td><em>{{ question.context }}</em></td></tr>{% endif %}{% endfor %}</tbody></table><h3 style=\"padding-top: 30px; padding-bottom: 10px;\">{% trans 'PROJECT_DECISIONS' %}</h3><table><tbody>{% for question in questions %}<tr><th>{% trans 'PROJECT_DECISION_LABEL' %} {{ question.number }}</th><td>{{ question.decision }}</td></tr>{% endfor %}</tbody></table><div class=\"signature\"><div style=\"padding-top: 20px;\"><p>{{ user.full_name_or_short_name }}</p><p>{% trans 'SIGNED_DIGITALLY' %}</p></div></div></div>";
11567
11569
  declare const translations$4: {
11568
11570
  ru: {
11569
11571
  AGENDA_PROPOSAL_TITLE: string;
11570
11572
  ANNUAL_REGULAR: string;
11571
11573
  ANNUAL_extra: string;
11574
+ REPEATED: string;
11572
11575
  GENERAL_MEETING_SHAREHOLDERS: string;
11573
11576
  MEETING_DATETIME_LABEL: string;
11574
11577
  MEETING_FORMAT_LABEL: string;
@@ -11607,6 +11610,7 @@ declare const exampleData$4: {
11607
11610
  full_abbr_genitive: string;
11608
11611
  name: string;
11609
11612
  };
11613
+ is_repeated: boolean;
11610
11614
  };
11611
11615
 
11612
11616
  declare namespace index$7 {
@@ -11620,6 +11624,7 @@ declare const registry_id$3 = 301;
11620
11624
  interface Action$3 extends IGenerate {
11621
11625
  decision_id: number;
11622
11626
  meet_hash: string;
11627
+ is_repeated: boolean;
11623
11628
  }
11624
11629
  type Meta$3 = IMetaDocument & Action$3;
11625
11630
  interface Model$3 {
@@ -11627,12 +11632,13 @@ interface Model$3 {
11627
11632
  coop: ICooperativeData;
11628
11633
  decision: IDecisionData;
11629
11634
  meet: IMeetExtended;
11635
+ is_repeated: boolean;
11630
11636
  questions: IMeetPoint[];
11631
11637
  vars: IVars;
11632
11638
  }
11633
11639
  declare const title$3 = "\u0420\u0435\u0448\u0435\u043D\u0438\u0435 \u0441\u043E\u0432\u0435\u0442\u0430 \u043E \u0441\u043E\u0437\u044B\u0432\u0435 \u043E\u0431\u0449\u0435\u0433\u043E \u0441\u043E\u0431\u0440\u0430\u043D\u0438\u044F \u043F\u0430\u0439\u0449\u0438\u043A\u043E\u0432";
11634
11640
  declare const description$3 = "\u0424\u043E\u0440\u043C\u0430 \u043F\u0440\u043E\u0442\u043E\u043A\u043E\u043B\u0430 \u0441\u043E\u0431\u0440\u0430\u043D\u0438\u044F \u0441\u043E\u0432\u0435\u0442\u0430 \u043E \u0441\u043E\u0437\u044B\u0432\u0435 \u043E\u0447\u0435\u0440\u0435\u0434\u043D\u043E\u0433\u043E/\u0432\u043D\u0435\u043E\u0447\u0435\u0440\u0435\u0434\u043D\u043E\u0433\u043E \u043E\u0431\u0449\u0435\u0433\u043E \u0441\u043E\u0431\u0440\u0430\u043D\u0438\u044F \u043F\u0430\u0439\u0449\u0438\u043A\u043E\u0432 \u043F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0433\u043E \u043A\u043E\u043E\u043F\u0435\u0440\u0430\u0442\u0438\u0432\u0430";
11635
- declare const context$3 = "<style> h1 {margin: 0px; text-align:center;}h3{margin: 0px;padding-top: 15px;text-align: center;}.about {padding: 20px;}.digital-document {padding: 20px;white-space: pre-wrap;}.subheader {padding-bottom: 20px; }table {width: 100%;border-collapse: collapse;}th, td {border: 1px solid #ccc;padding: 8px;text-align: left;word-wrap: break-word; overflow-wrap: break-word; }th {background-color: #f4f4f4;width: 30% !important;max-width: 30% !important;}</style><div class=\"digital-document\"><h1 class=\"header\">{% trans 'protocol_number', decision.id %}</h1><p style=\"text-align:center\" class=\"subheader\">{% trans 'council_meeting_name' %}</p><p style=\"text-align:center\">{{ vars.full_abbr_genitive }} \u00AB{{ vars.name }}\u00BB</p><p style=\"text-align: right; padding-top: 20px;\"> {{ coop.city }}, {{ meta.created_at }}</p><table class=\"about\"><tbody><tr><th>{% trans 'meeting_format' %}</th><td>{% trans 'meeting_format_value' %}</td></tr><tr><th>{% trans 'meeting_date' %}</th><td>{{ decision.date }}</td></tr><tr><th>{% trans 'opening_time' %}</th><td>{{ decision.time }}</td></tr></tbody></table><h3 style=\"padding-top: 30px; padding-bottom: 10px;\">{% trans 'council_members' %}</h3><table><tbody>{% for member in coop.members %}<tr><th>{% if member.is_chairman %}{% trans 'chairman_of_the_council' %}{% else %}{% trans 'member_of_the_council' %}{% endif %}</th><td>{{ member.last_name }} {{ member.first_name }} {{ member.middle_name }}{% if member.is_chairman %} ({% trans 'chairman_council_label' %}){% endif %}</td></tr>{% endfor %}</tbody></table><p>{% trans 'quorum_description', decision.voters_percent %}. {% trans 'quorum_available' %}. {% trans 'meeting_legal' %}.</p><h3 style=\"padding-top: 30px; padding-bottom: 10px;\">{% trans 'agenda' %}</h3><p>{% trans 'agenda_item' %}. {% trans 'convene_meeting_description' %} {% if meet.type == 'regular' %}{% trans 'annual_regular' %}{% else %}{% trans 'annual_extra' %}{% endif %} {% if coop.is_branched %}{% trans 'general_meeting_form_branched' %}{% else %}{% trans 'general_meeting_form' %}{% endif %} {{ meet.close_at_datetime }} {% trans 'and_agenda_namely' %}:</p><table><tbody><tr><th>\u2116</th><td>{% trans 'agenda_points' %}</td></tr>{% for question in questions %}<tr><th>{{ question.number }}.</th><td>{{ question.title }}</td></tr>{% if question.context %}<tr><th></th><td><em>{{ question.context }}</em></td></tr>{% endif %}{% endfor %}</tbody></table><p><strong>{% trans 'voting_results_label' %}</strong>: {% trans 'votes_for_label' %} \u2013 {{ decision.votes_for }}; {% trans 'votes_against_label' %} - {{ decision.votes_against }}; {% trans 'votes_abstained_label' %} - {{ decision.votes_abstained }}.</p><h3 style=\"padding-top: 30px; padding-bottom: 10px;\">{% trans 'decision_made' %}</h3><p>{% trans 'convene_meeting_decision' %} {% if meet.type == 'regular' %}{% trans 'annual_regular' %}{% else %}{% trans 'annual_extra' %}{% endif %} {% if coop.is_branched %}{% trans 'general_meeting_form_branched' %}{% else %}{% trans 'general_meeting_form' %}{% endif %} {{ meet.close_at_datetime }} {% trans 'with_agenda' %}:</p><table><tbody><tr><th>\u2116</th><td>{% trans 'agenda_points' %}</td></tr>{% for question in questions %}<tr><th>{{ question.number }}.</th><td>{{ question.title }}</td></tr>{% if question.context %}<tr><th></th><td><em>{{ question.context }}</em></td></tr>{% endif %}{% endfor %}</tbody></table><hr><p>{% trans 'closing_time', decision.time %}</p><div class=\"signature\"><p>{% trans 'chairman_council_signature' %} {{ coop.chairman.last_name }} {{ coop.chairman.first_name }} {{ coop.chairman.middle_name }}</p><p>{% trans 'signed_digitally' %}</p></div></div>";
11641
+ declare const context$3 = "<style> h1 {margin: 0px; text-align:center;}h3{margin: 0px;padding-top: 15px;text-align: center;}.about {padding: 20px;}.digital-document {padding: 20px;white-space: pre-wrap;}.subheader {padding-bottom: 20px; }table {width: 100%;border-collapse: collapse;}th, td {border: 1px solid #ccc;padding: 8px;text-align: left;word-wrap: break-word; overflow-wrap: break-word; }th {background-color: #f4f4f4;width: 30% !important;max-width: 30% !important;}</style><div class=\"digital-document\"><h1 class=\"header\">{% trans 'protocol_number', decision.id %}</h1><p style=\"text-align:center\" class=\"subheader\">{% trans 'council_meeting_name' %}</p><p style=\"text-align:center\">{{ vars.full_abbr_genitive }} \u00AB{{ vars.name }}\u00BB</p><p style=\"text-align: right; padding-top: 20px;\"> {{ coop.city }}, {{ meta.created_at }}</p><table class=\"about\"><tbody><tr><th>{% trans 'meeting_format' %}</th><td>{% trans 'meeting_format_value' %}</td></tr><tr><th>{% trans 'meeting_date' %}</th><td>{{ decision.date }}</td></tr><tr><th>{% trans 'opening_time' %}</th><td>{{ decision.time }}</td></tr></tbody></table><h3 style=\"padding-top: 30px; padding-bottom: 10px;\">{% trans 'council_members' %}</h3><table><tbody>{% for member in coop.members %}<tr><th>{% if member.is_chairman %}{% trans 'chairman_of_the_council' %}{% else %}{% trans 'member_of_the_council' %}{% endif %}</th><td>{{ member.last_name }} {{ member.first_name }} {{ member.middle_name }}{% if member.is_chairman %} ({% trans 'chairman_council_label' %}){% endif %}</td></tr>{% endfor %}</tbody></table><p>{% trans 'quorum_description', decision.voters_percent %}. {% trans 'quorum_available' %}. {% trans 'meeting_legal' %}.</p><h3 style=\"padding-top: 30px; padding-bottom: 10px;\">{% trans 'agenda' %}</h3><p>{% trans 'agenda_item' %}. {% if is_repeated %}{% trans 'repeat_convene_meeting_description' %}{% else %}{% trans 'convene_meeting_description' %}{% endif %} {% if meet.type == 'regular' %}{% trans 'annual_regular' %}{% else %}{% trans 'annual_extra' %}{% endif %} {% if coop.is_branched %}{% trans 'general_meeting_form_branched' %}{% else %}{% trans 'general_meeting_form' %}{% endif %} {{ meet.close_at_datetime }} {% if is_repeated %}{% trans 'and_previous_agenda' %}{% else %}{% trans 'and_agenda_namely' %}{% endif %}:</p><table><tbody><tr><th>\u2116</th><td>{% trans 'agenda_points' %}</td></tr>{% for question in questions %}<tr><th>{{ question.number }}.</th><td>{{ question.title }}</td></tr>{% if question.context %}<tr><th></th><td><em>{{ question.context }}</em></td></tr>{% endif %}{% endfor %}</tbody></table><p><strong>{% trans 'voting_results_label' %}</strong>: {% trans 'votes_for_label' %} \u2013 {{ decision.votes_for }}; {% trans 'votes_against_label' %} - {{ decision.votes_against }}; {% trans 'votes_abstained_label' %} - {{ decision.votes_abstained }}.</p><h3 style=\"padding-top: 30px; padding-bottom: 10px;\">{% trans 'decision_made' %}</h3><p>{% if is_repeated %}{% trans 'repeat_convene_meeting_decision' %}{% else %}{% trans 'convene_meeting_decision' %}{% endif %} {% if meet.type == 'regular' %}{% trans 'annual_regular' %}{% else %}{% trans 'annual_extra' %}{% endif %} {% if coop.is_branched %}{% trans 'general_meeting_form_branched' %}{% else %}{% trans 'general_meeting_form' %}{% endif %} {{ meet.close_at_datetime }} {% trans 'with_agenda' %}:</p><table><tbody><tr><th>\u2116</th><td>{% trans 'agenda_points' %}</td></tr>{% for question in questions %}<tr><th>{{ question.number }}.</th><td>{{ question.title }}</td></tr>{% if question.context %}<tr><th></th><td><em>{{ question.context }}</em></td></tr>{% endif %}{% endfor %}</tbody></table><hr><p>{% trans 'closing_time', decision.time %}</p><div class=\"signature\"><p>{% trans 'chairman_council_signature' %} {{ coop.chairman.last_name }} {{ coop.chairman.first_name }} {{ coop.chairman.middle_name }}</p><p>{% trans 'signed_digitally' %}</p></div></div>";
11636
11642
  declare const translations$3: {
11637
11643
  ru: {
11638
11644
  protocol_number: string;
@@ -11652,6 +11658,7 @@ declare const translations$3: {
11652
11658
  agenda_item: string;
11653
11659
  agenda_points: string;
11654
11660
  convene_meeting_description: string;
11661
+ repeat_convene_meeting_description: string;
11655
11662
  annual_regular: string;
11656
11663
  annual_extra: string;
11657
11664
  general_meeting_form: string;
@@ -11662,8 +11669,10 @@ declare const translations$3: {
11662
11669
  votes_abstained_label: string;
11663
11670
  decision_made: string;
11664
11671
  convene_meeting_decision: string;
11672
+ repeat_convene_meeting_decision: string;
11665
11673
  with_agenda: string;
11666
11674
  and_agenda_namely: string;
11675
+ and_previous_agenda: string;
11667
11676
  closing_time: string;
11668
11677
  chairman_council_signature: string;
11669
11678
  signed_digitally: string;
@@ -11710,6 +11719,7 @@ declare const exampleData$3: {
11710
11719
  first_name: string;
11711
11720
  middle_name: string;
11712
11721
  };
11722
+ is_repeated: boolean;
11713
11723
  };
11714
11724
 
11715
11725
  declare namespace index$6 {
package/dist/index.d.mts CHANGED
@@ -11551,6 +11551,7 @@ interface IAgendaQuestion {
11551
11551
  interface Action$4 extends IGenerate {
11552
11552
  meet: IAgendaMeet;
11553
11553
  questions: IAgendaQuestion[];
11554
+ is_repeated: boolean;
11554
11555
  }
11555
11556
  type Meta$4 = IMetaDocument & Action$4;
11556
11557
  interface Model$4 {
@@ -11558,17 +11559,19 @@ interface Model$4 {
11558
11559
  coop: ICooperativeData;
11559
11560
  meet: IAgendaMeet;
11560
11561
  questions: IAgendaQuestion[];
11562
+ is_repeated: boolean;
11561
11563
  user: ICommonUser;
11562
11564
  vars: IVars;
11563
11565
  }
11564
11566
  declare const title$4 = "\u041F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u0435 \u043F\u043E\u0432\u0435\u0441\u0442\u043A\u0438 \u0434\u043D\u044F \u043E\u0431\u0449\u0435\u0433\u043E \u0441\u043E\u0431\u0440\u0430\u043D\u0438\u044F \u043F\u0430\u0439\u0449\u0438\u043A\u043E\u0432";
11565
11567
  declare const description$4 = "\u0424\u043E\u0440\u043C\u0430 \u043F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u043F\u043E\u0432\u0435\u0441\u0442\u043A\u0438 \u0434\u043D\u044F \u043E\u0447\u0435\u0440\u0435\u0434\u043D\u043E\u0433\u043E/\u0432\u043D\u0435\u043E\u0447\u0435\u0440\u0435\u0434\u043D\u043E\u0433\u043E \u043E\u0431\u0449\u0435\u0433\u043E \u0441\u043E\u0431\u0440\u0430\u043D\u0438\u044F \u043F\u0430\u0439\u0449\u0438\u043A\u043E\u0432 \u043F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0433\u043E \u043A\u043E\u043E\u043F\u0435\u0440\u0430\u0442\u0438\u0432\u0430";
11566
- declare const context$4 = "<style> h1 {margin: 0px; text-align:center;}h3{margin: 0px;padding-top: 15px;text-align: center;}.about {padding: 20px;}.digital-document {padding: 20px;white-space: pre-wrap;}.subheader {padding-bottom: 20px; }table {width: 100%;border-collapse: collapse;}th, td {border: 1px solid #ccc;padding: 8px;text-align: left;word-wrap: break-word; overflow-wrap: break-word; }th {background-color: #f4f4f4;width: 30% !important;max-width: 30% !important;}</style><div class=\"digital-document\"><div style=\"padding-bottom: 30px;\"><h1 style=\"text-align:center\">{% trans 'AGENDA_PROPOSAL_TITLE' %}</h1><p style=\"text-align:center\">{% if meet.type == 'regular' %}{% trans 'ANNUAL_REGULAR' %}{% else %}{% trans 'ANNUAL_extra' %}{% endif %} {% trans 'GENERAL_MEETING_SHAREHOLDERS' %}</p><p style=\"text-align:center\">{{vars.full_abbr_genitive}} \u00AB{{vars.name}}\u00BB</p><p style=\"text-align: right; padding-top: 20px\">{{ coop.city }}, {{ meta.created_at }}</p></div><table class=\"about\"><tbody><tr><th>{% trans 'MEETING_DATETIME_LABEL' %}</th><td>{{ meet.open_at_datetime }}</td></tr><tr><th>{% trans 'MEETING_FORMAT_LABEL' %}</th><td>{% trans 'MEETING_FORMAT_VALUE' %}</td></tr><tr><th>{% trans 'REGISTRATION_DATETIME' %}</th><td>{{ meet.open_at_datetime }}</td></tr><tr><th>{% trans 'VOTING_DEADLINE' %}</th><td>{% trans 'NO_LATER_THAN' %} {{ meet.close_at_datetime }}</td></tr></tbody></table><h3 style=\"padding-top: 30px; padding-bottom: 10px;\">{% trans 'AGENDA_QUESTIONS' %}</h3><table><tbody>{% for question in questions %}<tr><th>{{ question.number }}.</th><td>{{ question.title }}</td></tr>{% if question.context %}<tr><th></th><td><em>{{ question.context }}</em></td></tr>{% endif %}{% endfor %}</tbody></table><h3 style=\"padding-top: 30px; padding-bottom: 10px;\">{% trans 'PROJECT_DECISIONS' %}</h3><table><tbody>{% for question in questions %}<tr><th>{% trans 'PROJECT_DECISION_LABEL' %} {{ question.number }}</th><td>{{ question.decision }}</td></tr>{% endfor %}</tbody></table><div class=\"signature\"><div style=\"padding-top: 20px;\"><p>{{ user.full_name_or_short_name }}</p><p>{% trans 'SIGNED_DIGITALLY' %}</p></div></div></div>";
11568
+ declare const context$4 = "<style> h1 {margin: 0px; text-align:center;}h3{margin: 0px;padding-top: 15px;text-align: center;}.about {padding: 20px;}.digital-document {padding: 20px;white-space: pre-wrap;}.subheader {padding-bottom: 20px; }table {width: 100%;border-collapse: collapse;}th, td {border: 1px solid #ccc;padding: 8px;text-align: left;word-wrap: break-word; overflow-wrap: break-word; }th {background-color: #f4f4f4;width: 30% !important;max-width: 30% !important;}</style><div class=\"digital-document\"><div style=\"padding-bottom: 30px;\"><h1 style=\"text-align:center\">{% trans 'AGENDA_PROPOSAL_TITLE' %}</h1><p style=\"text-align:center\">{% if is_repeated %}{% trans 'REPEATED' %} {% endif %}{% if meet.type == 'regular' %}{% trans 'ANNUAL_REGULAR' %}{% else %}{% trans 'ANNUAL_extra' %}{% endif %} {% trans 'GENERAL_MEETING_SHAREHOLDERS' %}</p><p style=\"text-align:center\">{{vars.full_abbr_genitive}} \u00AB{{vars.name}}\u00BB</p><p style=\"text-align: right; padding-top: 20px\">{{ coop.city }}, {{ meta.created_at }}</p></div><table class=\"about\"><tbody><tr><th>{% trans 'MEETING_DATETIME_LABEL' %}</th><td>{{ meet.open_at_datetime }}</td></tr><tr><th>{% trans 'MEETING_FORMAT_LABEL' %}</th><td>{% trans 'MEETING_FORMAT_VALUE' %}</td></tr><tr><th>{% trans 'REGISTRATION_DATETIME' %}</th><td>{{ meet.open_at_datetime }}</td></tr><tr><th>{% trans 'VOTING_DEADLINE' %}</th><td>{% trans 'NO_LATER_THAN' %} {{ meet.close_at_datetime }}</td></tr></tbody></table><h3 style=\"padding-top: 30px; padding-bottom: 10px;\">{% trans 'AGENDA_QUESTIONS' %}</h3><table><tbody>{% for question in questions %}<tr><th>{{ question.number }}.</th><td>{{ question.title }}</td></tr>{% if question.context %}<tr><th></th><td><em>{{ question.context }}</em></td></tr>{% endif %}{% endfor %}</tbody></table><h3 style=\"padding-top: 30px; padding-bottom: 10px;\">{% trans 'PROJECT_DECISIONS' %}</h3><table><tbody>{% for question in questions %}<tr><th>{% trans 'PROJECT_DECISION_LABEL' %} {{ question.number }}</th><td>{{ question.decision }}</td></tr>{% endfor %}</tbody></table><div class=\"signature\"><div style=\"padding-top: 20px;\"><p>{{ user.full_name_or_short_name }}</p><p>{% trans 'SIGNED_DIGITALLY' %}</p></div></div></div>";
11567
11569
  declare const translations$4: {
11568
11570
  ru: {
11569
11571
  AGENDA_PROPOSAL_TITLE: string;
11570
11572
  ANNUAL_REGULAR: string;
11571
11573
  ANNUAL_extra: string;
11574
+ REPEATED: string;
11572
11575
  GENERAL_MEETING_SHAREHOLDERS: string;
11573
11576
  MEETING_DATETIME_LABEL: string;
11574
11577
  MEETING_FORMAT_LABEL: string;
@@ -11607,6 +11610,7 @@ declare const exampleData$4: {
11607
11610
  full_abbr_genitive: string;
11608
11611
  name: string;
11609
11612
  };
11613
+ is_repeated: boolean;
11610
11614
  };
11611
11615
 
11612
11616
  declare namespace index$7 {
@@ -11620,6 +11624,7 @@ declare const registry_id$3 = 301;
11620
11624
  interface Action$3 extends IGenerate {
11621
11625
  decision_id: number;
11622
11626
  meet_hash: string;
11627
+ is_repeated: boolean;
11623
11628
  }
11624
11629
  type Meta$3 = IMetaDocument & Action$3;
11625
11630
  interface Model$3 {
@@ -11627,12 +11632,13 @@ interface Model$3 {
11627
11632
  coop: ICooperativeData;
11628
11633
  decision: IDecisionData;
11629
11634
  meet: IMeetExtended;
11635
+ is_repeated: boolean;
11630
11636
  questions: IMeetPoint[];
11631
11637
  vars: IVars;
11632
11638
  }
11633
11639
  declare const title$3 = "\u0420\u0435\u0448\u0435\u043D\u0438\u0435 \u0441\u043E\u0432\u0435\u0442\u0430 \u043E \u0441\u043E\u0437\u044B\u0432\u0435 \u043E\u0431\u0449\u0435\u0433\u043E \u0441\u043E\u0431\u0440\u0430\u043D\u0438\u044F \u043F\u0430\u0439\u0449\u0438\u043A\u043E\u0432";
11634
11640
  declare const description$3 = "\u0424\u043E\u0440\u043C\u0430 \u043F\u0440\u043E\u0442\u043E\u043A\u043E\u043B\u0430 \u0441\u043E\u0431\u0440\u0430\u043D\u0438\u044F \u0441\u043E\u0432\u0435\u0442\u0430 \u043E \u0441\u043E\u0437\u044B\u0432\u0435 \u043E\u0447\u0435\u0440\u0435\u0434\u043D\u043E\u0433\u043E/\u0432\u043D\u0435\u043E\u0447\u0435\u0440\u0435\u0434\u043D\u043E\u0433\u043E \u043E\u0431\u0449\u0435\u0433\u043E \u0441\u043E\u0431\u0440\u0430\u043D\u0438\u044F \u043F\u0430\u0439\u0449\u0438\u043A\u043E\u0432 \u043F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0433\u043E \u043A\u043E\u043E\u043F\u0435\u0440\u0430\u0442\u0438\u0432\u0430";
11635
- declare const context$3 = "<style> h1 {margin: 0px; text-align:center;}h3{margin: 0px;padding-top: 15px;text-align: center;}.about {padding: 20px;}.digital-document {padding: 20px;white-space: pre-wrap;}.subheader {padding-bottom: 20px; }table {width: 100%;border-collapse: collapse;}th, td {border: 1px solid #ccc;padding: 8px;text-align: left;word-wrap: break-word; overflow-wrap: break-word; }th {background-color: #f4f4f4;width: 30% !important;max-width: 30% !important;}</style><div class=\"digital-document\"><h1 class=\"header\">{% trans 'protocol_number', decision.id %}</h1><p style=\"text-align:center\" class=\"subheader\">{% trans 'council_meeting_name' %}</p><p style=\"text-align:center\">{{ vars.full_abbr_genitive }} \u00AB{{ vars.name }}\u00BB</p><p style=\"text-align: right; padding-top: 20px;\"> {{ coop.city }}, {{ meta.created_at }}</p><table class=\"about\"><tbody><tr><th>{% trans 'meeting_format' %}</th><td>{% trans 'meeting_format_value' %}</td></tr><tr><th>{% trans 'meeting_date' %}</th><td>{{ decision.date }}</td></tr><tr><th>{% trans 'opening_time' %}</th><td>{{ decision.time }}</td></tr></tbody></table><h3 style=\"padding-top: 30px; padding-bottom: 10px;\">{% trans 'council_members' %}</h3><table><tbody>{% for member in coop.members %}<tr><th>{% if member.is_chairman %}{% trans 'chairman_of_the_council' %}{% else %}{% trans 'member_of_the_council' %}{% endif %}</th><td>{{ member.last_name }} {{ member.first_name }} {{ member.middle_name }}{% if member.is_chairman %} ({% trans 'chairman_council_label' %}){% endif %}</td></tr>{% endfor %}</tbody></table><p>{% trans 'quorum_description', decision.voters_percent %}. {% trans 'quorum_available' %}. {% trans 'meeting_legal' %}.</p><h3 style=\"padding-top: 30px; padding-bottom: 10px;\">{% trans 'agenda' %}</h3><p>{% trans 'agenda_item' %}. {% trans 'convene_meeting_description' %} {% if meet.type == 'regular' %}{% trans 'annual_regular' %}{% else %}{% trans 'annual_extra' %}{% endif %} {% if coop.is_branched %}{% trans 'general_meeting_form_branched' %}{% else %}{% trans 'general_meeting_form' %}{% endif %} {{ meet.close_at_datetime }} {% trans 'and_agenda_namely' %}:</p><table><tbody><tr><th>\u2116</th><td>{% trans 'agenda_points' %}</td></tr>{% for question in questions %}<tr><th>{{ question.number }}.</th><td>{{ question.title }}</td></tr>{% if question.context %}<tr><th></th><td><em>{{ question.context }}</em></td></tr>{% endif %}{% endfor %}</tbody></table><p><strong>{% trans 'voting_results_label' %}</strong>: {% trans 'votes_for_label' %} \u2013 {{ decision.votes_for }}; {% trans 'votes_against_label' %} - {{ decision.votes_against }}; {% trans 'votes_abstained_label' %} - {{ decision.votes_abstained }}.</p><h3 style=\"padding-top: 30px; padding-bottom: 10px;\">{% trans 'decision_made' %}</h3><p>{% trans 'convene_meeting_decision' %} {% if meet.type == 'regular' %}{% trans 'annual_regular' %}{% else %}{% trans 'annual_extra' %}{% endif %} {% if coop.is_branched %}{% trans 'general_meeting_form_branched' %}{% else %}{% trans 'general_meeting_form' %}{% endif %} {{ meet.close_at_datetime }} {% trans 'with_agenda' %}:</p><table><tbody><tr><th>\u2116</th><td>{% trans 'agenda_points' %}</td></tr>{% for question in questions %}<tr><th>{{ question.number }}.</th><td>{{ question.title }}</td></tr>{% if question.context %}<tr><th></th><td><em>{{ question.context }}</em></td></tr>{% endif %}{% endfor %}</tbody></table><hr><p>{% trans 'closing_time', decision.time %}</p><div class=\"signature\"><p>{% trans 'chairman_council_signature' %} {{ coop.chairman.last_name }} {{ coop.chairman.first_name }} {{ coop.chairman.middle_name }}</p><p>{% trans 'signed_digitally' %}</p></div></div>";
11641
+ declare const context$3 = "<style> h1 {margin: 0px; text-align:center;}h3{margin: 0px;padding-top: 15px;text-align: center;}.about {padding: 20px;}.digital-document {padding: 20px;white-space: pre-wrap;}.subheader {padding-bottom: 20px; }table {width: 100%;border-collapse: collapse;}th, td {border: 1px solid #ccc;padding: 8px;text-align: left;word-wrap: break-word; overflow-wrap: break-word; }th {background-color: #f4f4f4;width: 30% !important;max-width: 30% !important;}</style><div class=\"digital-document\"><h1 class=\"header\">{% trans 'protocol_number', decision.id %}</h1><p style=\"text-align:center\" class=\"subheader\">{% trans 'council_meeting_name' %}</p><p style=\"text-align:center\">{{ vars.full_abbr_genitive }} \u00AB{{ vars.name }}\u00BB</p><p style=\"text-align: right; padding-top: 20px;\"> {{ coop.city }}, {{ meta.created_at }}</p><table class=\"about\"><tbody><tr><th>{% trans 'meeting_format' %}</th><td>{% trans 'meeting_format_value' %}</td></tr><tr><th>{% trans 'meeting_date' %}</th><td>{{ decision.date }}</td></tr><tr><th>{% trans 'opening_time' %}</th><td>{{ decision.time }}</td></tr></tbody></table><h3 style=\"padding-top: 30px; padding-bottom: 10px;\">{% trans 'council_members' %}</h3><table><tbody>{% for member in coop.members %}<tr><th>{% if member.is_chairman %}{% trans 'chairman_of_the_council' %}{% else %}{% trans 'member_of_the_council' %}{% endif %}</th><td>{{ member.last_name }} {{ member.first_name }} {{ member.middle_name }}{% if member.is_chairman %} ({% trans 'chairman_council_label' %}){% endif %}</td></tr>{% endfor %}</tbody></table><p>{% trans 'quorum_description', decision.voters_percent %}. {% trans 'quorum_available' %}. {% trans 'meeting_legal' %}.</p><h3 style=\"padding-top: 30px; padding-bottom: 10px;\">{% trans 'agenda' %}</h3><p>{% trans 'agenda_item' %}. {% if is_repeated %}{% trans 'repeat_convene_meeting_description' %}{% else %}{% trans 'convene_meeting_description' %}{% endif %} {% if meet.type == 'regular' %}{% trans 'annual_regular' %}{% else %}{% trans 'annual_extra' %}{% endif %} {% if coop.is_branched %}{% trans 'general_meeting_form_branched' %}{% else %}{% trans 'general_meeting_form' %}{% endif %} {{ meet.close_at_datetime }} {% if is_repeated %}{% trans 'and_previous_agenda' %}{% else %}{% trans 'and_agenda_namely' %}{% endif %}:</p><table><tbody><tr><th>\u2116</th><td>{% trans 'agenda_points' %}</td></tr>{% for question in questions %}<tr><th>{{ question.number }}.</th><td>{{ question.title }}</td></tr>{% if question.context %}<tr><th></th><td><em>{{ question.context }}</em></td></tr>{% endif %}{% endfor %}</tbody></table><p><strong>{% trans 'voting_results_label' %}</strong>: {% trans 'votes_for_label' %} \u2013 {{ decision.votes_for }}; {% trans 'votes_against_label' %} - {{ decision.votes_against }}; {% trans 'votes_abstained_label' %} - {{ decision.votes_abstained }}.</p><h3 style=\"padding-top: 30px; padding-bottom: 10px;\">{% trans 'decision_made' %}</h3><p>{% if is_repeated %}{% trans 'repeat_convene_meeting_decision' %}{% else %}{% trans 'convene_meeting_decision' %}{% endif %} {% if meet.type == 'regular' %}{% trans 'annual_regular' %}{% else %}{% trans 'annual_extra' %}{% endif %} {% if coop.is_branched %}{% trans 'general_meeting_form_branched' %}{% else %}{% trans 'general_meeting_form' %}{% endif %} {{ meet.close_at_datetime }} {% trans 'with_agenda' %}:</p><table><tbody><tr><th>\u2116</th><td>{% trans 'agenda_points' %}</td></tr>{% for question in questions %}<tr><th>{{ question.number }}.</th><td>{{ question.title }}</td></tr>{% if question.context %}<tr><th></th><td><em>{{ question.context }}</em></td></tr>{% endif %}{% endfor %}</tbody></table><hr><p>{% trans 'closing_time', decision.time %}</p><div class=\"signature\"><p>{% trans 'chairman_council_signature' %} {{ coop.chairman.last_name }} {{ coop.chairman.first_name }} {{ coop.chairman.middle_name }}</p><p>{% trans 'signed_digitally' %}</p></div></div>";
11636
11642
  declare const translations$3: {
11637
11643
  ru: {
11638
11644
  protocol_number: string;
@@ -11652,6 +11658,7 @@ declare const translations$3: {
11652
11658
  agenda_item: string;
11653
11659
  agenda_points: string;
11654
11660
  convene_meeting_description: string;
11661
+ repeat_convene_meeting_description: string;
11655
11662
  annual_regular: string;
11656
11663
  annual_extra: string;
11657
11664
  general_meeting_form: string;
@@ -11662,8 +11669,10 @@ declare const translations$3: {
11662
11669
  votes_abstained_label: string;
11663
11670
  decision_made: string;
11664
11671
  convene_meeting_decision: string;
11672
+ repeat_convene_meeting_decision: string;
11665
11673
  with_agenda: string;
11666
11674
  and_agenda_namely: string;
11675
+ and_previous_agenda: string;
11667
11676
  closing_time: string;
11668
11677
  chairman_council_signature: string;
11669
11678
  signed_digitally: string;
@@ -11710,6 +11719,7 @@ declare const exampleData$3: {
11710
11719
  first_name: string;
11711
11720
  middle_name: string;
11712
11721
  };
11722
+ is_repeated: boolean;
11713
11723
  };
11714
11724
 
11715
11725
  declare namespace index$6 {
package/dist/index.d.ts CHANGED
@@ -11551,6 +11551,7 @@ interface IAgendaQuestion {
11551
11551
  interface Action$4 extends IGenerate {
11552
11552
  meet: IAgendaMeet;
11553
11553
  questions: IAgendaQuestion[];
11554
+ is_repeated: boolean;
11554
11555
  }
11555
11556
  type Meta$4 = IMetaDocument & Action$4;
11556
11557
  interface Model$4 {
@@ -11558,17 +11559,19 @@ interface Model$4 {
11558
11559
  coop: ICooperativeData;
11559
11560
  meet: IAgendaMeet;
11560
11561
  questions: IAgendaQuestion[];
11562
+ is_repeated: boolean;
11561
11563
  user: ICommonUser;
11562
11564
  vars: IVars;
11563
11565
  }
11564
11566
  declare const title$4 = "\u041F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u0435 \u043F\u043E\u0432\u0435\u0441\u0442\u043A\u0438 \u0434\u043D\u044F \u043E\u0431\u0449\u0435\u0433\u043E \u0441\u043E\u0431\u0440\u0430\u043D\u0438\u044F \u043F\u0430\u0439\u0449\u0438\u043A\u043E\u0432";
11565
11567
  declare const description$4 = "\u0424\u043E\u0440\u043C\u0430 \u043F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u043F\u043E\u0432\u0435\u0441\u0442\u043A\u0438 \u0434\u043D\u044F \u043E\u0447\u0435\u0440\u0435\u0434\u043D\u043E\u0433\u043E/\u0432\u043D\u0435\u043E\u0447\u0435\u0440\u0435\u0434\u043D\u043E\u0433\u043E \u043E\u0431\u0449\u0435\u0433\u043E \u0441\u043E\u0431\u0440\u0430\u043D\u0438\u044F \u043F\u0430\u0439\u0449\u0438\u043A\u043E\u0432 \u043F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0433\u043E \u043A\u043E\u043E\u043F\u0435\u0440\u0430\u0442\u0438\u0432\u0430";
11566
- declare const context$4 = "<style> h1 {margin: 0px; text-align:center;}h3{margin: 0px;padding-top: 15px;text-align: center;}.about {padding: 20px;}.digital-document {padding: 20px;white-space: pre-wrap;}.subheader {padding-bottom: 20px; }table {width: 100%;border-collapse: collapse;}th, td {border: 1px solid #ccc;padding: 8px;text-align: left;word-wrap: break-word; overflow-wrap: break-word; }th {background-color: #f4f4f4;width: 30% !important;max-width: 30% !important;}</style><div class=\"digital-document\"><div style=\"padding-bottom: 30px;\"><h1 style=\"text-align:center\">{% trans 'AGENDA_PROPOSAL_TITLE' %}</h1><p style=\"text-align:center\">{% if meet.type == 'regular' %}{% trans 'ANNUAL_REGULAR' %}{% else %}{% trans 'ANNUAL_extra' %}{% endif %} {% trans 'GENERAL_MEETING_SHAREHOLDERS' %}</p><p style=\"text-align:center\">{{vars.full_abbr_genitive}} \u00AB{{vars.name}}\u00BB</p><p style=\"text-align: right; padding-top: 20px\">{{ coop.city }}, {{ meta.created_at }}</p></div><table class=\"about\"><tbody><tr><th>{% trans 'MEETING_DATETIME_LABEL' %}</th><td>{{ meet.open_at_datetime }}</td></tr><tr><th>{% trans 'MEETING_FORMAT_LABEL' %}</th><td>{% trans 'MEETING_FORMAT_VALUE' %}</td></tr><tr><th>{% trans 'REGISTRATION_DATETIME' %}</th><td>{{ meet.open_at_datetime }}</td></tr><tr><th>{% trans 'VOTING_DEADLINE' %}</th><td>{% trans 'NO_LATER_THAN' %} {{ meet.close_at_datetime }}</td></tr></tbody></table><h3 style=\"padding-top: 30px; padding-bottom: 10px;\">{% trans 'AGENDA_QUESTIONS' %}</h3><table><tbody>{% for question in questions %}<tr><th>{{ question.number }}.</th><td>{{ question.title }}</td></tr>{% if question.context %}<tr><th></th><td><em>{{ question.context }}</em></td></tr>{% endif %}{% endfor %}</tbody></table><h3 style=\"padding-top: 30px; padding-bottom: 10px;\">{% trans 'PROJECT_DECISIONS' %}</h3><table><tbody>{% for question in questions %}<tr><th>{% trans 'PROJECT_DECISION_LABEL' %} {{ question.number }}</th><td>{{ question.decision }}</td></tr>{% endfor %}</tbody></table><div class=\"signature\"><div style=\"padding-top: 20px;\"><p>{{ user.full_name_or_short_name }}</p><p>{% trans 'SIGNED_DIGITALLY' %}</p></div></div></div>";
11568
+ declare const context$4 = "<style> h1 {margin: 0px; text-align:center;}h3{margin: 0px;padding-top: 15px;text-align: center;}.about {padding: 20px;}.digital-document {padding: 20px;white-space: pre-wrap;}.subheader {padding-bottom: 20px; }table {width: 100%;border-collapse: collapse;}th, td {border: 1px solid #ccc;padding: 8px;text-align: left;word-wrap: break-word; overflow-wrap: break-word; }th {background-color: #f4f4f4;width: 30% !important;max-width: 30% !important;}</style><div class=\"digital-document\"><div style=\"padding-bottom: 30px;\"><h1 style=\"text-align:center\">{% trans 'AGENDA_PROPOSAL_TITLE' %}</h1><p style=\"text-align:center\">{% if is_repeated %}{% trans 'REPEATED' %} {% endif %}{% if meet.type == 'regular' %}{% trans 'ANNUAL_REGULAR' %}{% else %}{% trans 'ANNUAL_extra' %}{% endif %} {% trans 'GENERAL_MEETING_SHAREHOLDERS' %}</p><p style=\"text-align:center\">{{vars.full_abbr_genitive}} \u00AB{{vars.name}}\u00BB</p><p style=\"text-align: right; padding-top: 20px\">{{ coop.city }}, {{ meta.created_at }}</p></div><table class=\"about\"><tbody><tr><th>{% trans 'MEETING_DATETIME_LABEL' %}</th><td>{{ meet.open_at_datetime }}</td></tr><tr><th>{% trans 'MEETING_FORMAT_LABEL' %}</th><td>{% trans 'MEETING_FORMAT_VALUE' %}</td></tr><tr><th>{% trans 'REGISTRATION_DATETIME' %}</th><td>{{ meet.open_at_datetime }}</td></tr><tr><th>{% trans 'VOTING_DEADLINE' %}</th><td>{% trans 'NO_LATER_THAN' %} {{ meet.close_at_datetime }}</td></tr></tbody></table><h3 style=\"padding-top: 30px; padding-bottom: 10px;\">{% trans 'AGENDA_QUESTIONS' %}</h3><table><tbody>{% for question in questions %}<tr><th>{{ question.number }}.</th><td>{{ question.title }}</td></tr>{% if question.context %}<tr><th></th><td><em>{{ question.context }}</em></td></tr>{% endif %}{% endfor %}</tbody></table><h3 style=\"padding-top: 30px; padding-bottom: 10px;\">{% trans 'PROJECT_DECISIONS' %}</h3><table><tbody>{% for question in questions %}<tr><th>{% trans 'PROJECT_DECISION_LABEL' %} {{ question.number }}</th><td>{{ question.decision }}</td></tr>{% endfor %}</tbody></table><div class=\"signature\"><div style=\"padding-top: 20px;\"><p>{{ user.full_name_or_short_name }}</p><p>{% trans 'SIGNED_DIGITALLY' %}</p></div></div></div>";
11567
11569
  declare const translations$4: {
11568
11570
  ru: {
11569
11571
  AGENDA_PROPOSAL_TITLE: string;
11570
11572
  ANNUAL_REGULAR: string;
11571
11573
  ANNUAL_extra: string;
11574
+ REPEATED: string;
11572
11575
  GENERAL_MEETING_SHAREHOLDERS: string;
11573
11576
  MEETING_DATETIME_LABEL: string;
11574
11577
  MEETING_FORMAT_LABEL: string;
@@ -11607,6 +11610,7 @@ declare const exampleData$4: {
11607
11610
  full_abbr_genitive: string;
11608
11611
  name: string;
11609
11612
  };
11613
+ is_repeated: boolean;
11610
11614
  };
11611
11615
 
11612
11616
  declare namespace index$7 {
@@ -11620,6 +11624,7 @@ declare const registry_id$3 = 301;
11620
11624
  interface Action$3 extends IGenerate {
11621
11625
  decision_id: number;
11622
11626
  meet_hash: string;
11627
+ is_repeated: boolean;
11623
11628
  }
11624
11629
  type Meta$3 = IMetaDocument & Action$3;
11625
11630
  interface Model$3 {
@@ -11627,12 +11632,13 @@ interface Model$3 {
11627
11632
  coop: ICooperativeData;
11628
11633
  decision: IDecisionData;
11629
11634
  meet: IMeetExtended;
11635
+ is_repeated: boolean;
11630
11636
  questions: IMeetPoint[];
11631
11637
  vars: IVars;
11632
11638
  }
11633
11639
  declare const title$3 = "\u0420\u0435\u0448\u0435\u043D\u0438\u0435 \u0441\u043E\u0432\u0435\u0442\u0430 \u043E \u0441\u043E\u0437\u044B\u0432\u0435 \u043E\u0431\u0449\u0435\u0433\u043E \u0441\u043E\u0431\u0440\u0430\u043D\u0438\u044F \u043F\u0430\u0439\u0449\u0438\u043A\u043E\u0432";
11634
11640
  declare const description$3 = "\u0424\u043E\u0440\u043C\u0430 \u043F\u0440\u043E\u0442\u043E\u043A\u043E\u043B\u0430 \u0441\u043E\u0431\u0440\u0430\u043D\u0438\u044F \u0441\u043E\u0432\u0435\u0442\u0430 \u043E \u0441\u043E\u0437\u044B\u0432\u0435 \u043E\u0447\u0435\u0440\u0435\u0434\u043D\u043E\u0433\u043E/\u0432\u043D\u0435\u043E\u0447\u0435\u0440\u0435\u0434\u043D\u043E\u0433\u043E \u043E\u0431\u0449\u0435\u0433\u043E \u0441\u043E\u0431\u0440\u0430\u043D\u0438\u044F \u043F\u0430\u0439\u0449\u0438\u043A\u043E\u0432 \u043F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0433\u043E \u043A\u043E\u043E\u043F\u0435\u0440\u0430\u0442\u0438\u0432\u0430";
11635
- declare const context$3 = "<style> h1 {margin: 0px; text-align:center;}h3{margin: 0px;padding-top: 15px;text-align: center;}.about {padding: 20px;}.digital-document {padding: 20px;white-space: pre-wrap;}.subheader {padding-bottom: 20px; }table {width: 100%;border-collapse: collapse;}th, td {border: 1px solid #ccc;padding: 8px;text-align: left;word-wrap: break-word; overflow-wrap: break-word; }th {background-color: #f4f4f4;width: 30% !important;max-width: 30% !important;}</style><div class=\"digital-document\"><h1 class=\"header\">{% trans 'protocol_number', decision.id %}</h1><p style=\"text-align:center\" class=\"subheader\">{% trans 'council_meeting_name' %}</p><p style=\"text-align:center\">{{ vars.full_abbr_genitive }} \u00AB{{ vars.name }}\u00BB</p><p style=\"text-align: right; padding-top: 20px;\"> {{ coop.city }}, {{ meta.created_at }}</p><table class=\"about\"><tbody><tr><th>{% trans 'meeting_format' %}</th><td>{% trans 'meeting_format_value' %}</td></tr><tr><th>{% trans 'meeting_date' %}</th><td>{{ decision.date }}</td></tr><tr><th>{% trans 'opening_time' %}</th><td>{{ decision.time }}</td></tr></tbody></table><h3 style=\"padding-top: 30px; padding-bottom: 10px;\">{% trans 'council_members' %}</h3><table><tbody>{% for member in coop.members %}<tr><th>{% if member.is_chairman %}{% trans 'chairman_of_the_council' %}{% else %}{% trans 'member_of_the_council' %}{% endif %}</th><td>{{ member.last_name }} {{ member.first_name }} {{ member.middle_name }}{% if member.is_chairman %} ({% trans 'chairman_council_label' %}){% endif %}</td></tr>{% endfor %}</tbody></table><p>{% trans 'quorum_description', decision.voters_percent %}. {% trans 'quorum_available' %}. {% trans 'meeting_legal' %}.</p><h3 style=\"padding-top: 30px; padding-bottom: 10px;\">{% trans 'agenda' %}</h3><p>{% trans 'agenda_item' %}. {% trans 'convene_meeting_description' %} {% if meet.type == 'regular' %}{% trans 'annual_regular' %}{% else %}{% trans 'annual_extra' %}{% endif %} {% if coop.is_branched %}{% trans 'general_meeting_form_branched' %}{% else %}{% trans 'general_meeting_form' %}{% endif %} {{ meet.close_at_datetime }} {% trans 'and_agenda_namely' %}:</p><table><tbody><tr><th>\u2116</th><td>{% trans 'agenda_points' %}</td></tr>{% for question in questions %}<tr><th>{{ question.number }}.</th><td>{{ question.title }}</td></tr>{% if question.context %}<tr><th></th><td><em>{{ question.context }}</em></td></tr>{% endif %}{% endfor %}</tbody></table><p><strong>{% trans 'voting_results_label' %}</strong>: {% trans 'votes_for_label' %} \u2013 {{ decision.votes_for }}; {% trans 'votes_against_label' %} - {{ decision.votes_against }}; {% trans 'votes_abstained_label' %} - {{ decision.votes_abstained }}.</p><h3 style=\"padding-top: 30px; padding-bottom: 10px;\">{% trans 'decision_made' %}</h3><p>{% trans 'convene_meeting_decision' %} {% if meet.type == 'regular' %}{% trans 'annual_regular' %}{% else %}{% trans 'annual_extra' %}{% endif %} {% if coop.is_branched %}{% trans 'general_meeting_form_branched' %}{% else %}{% trans 'general_meeting_form' %}{% endif %} {{ meet.close_at_datetime }} {% trans 'with_agenda' %}:</p><table><tbody><tr><th>\u2116</th><td>{% trans 'agenda_points' %}</td></tr>{% for question in questions %}<tr><th>{{ question.number }}.</th><td>{{ question.title }}</td></tr>{% if question.context %}<tr><th></th><td><em>{{ question.context }}</em></td></tr>{% endif %}{% endfor %}</tbody></table><hr><p>{% trans 'closing_time', decision.time %}</p><div class=\"signature\"><p>{% trans 'chairman_council_signature' %} {{ coop.chairman.last_name }} {{ coop.chairman.first_name }} {{ coop.chairman.middle_name }}</p><p>{% trans 'signed_digitally' %}</p></div></div>";
11641
+ declare const context$3 = "<style> h1 {margin: 0px; text-align:center;}h3{margin: 0px;padding-top: 15px;text-align: center;}.about {padding: 20px;}.digital-document {padding: 20px;white-space: pre-wrap;}.subheader {padding-bottom: 20px; }table {width: 100%;border-collapse: collapse;}th, td {border: 1px solid #ccc;padding: 8px;text-align: left;word-wrap: break-word; overflow-wrap: break-word; }th {background-color: #f4f4f4;width: 30% !important;max-width: 30% !important;}</style><div class=\"digital-document\"><h1 class=\"header\">{% trans 'protocol_number', decision.id %}</h1><p style=\"text-align:center\" class=\"subheader\">{% trans 'council_meeting_name' %}</p><p style=\"text-align:center\">{{ vars.full_abbr_genitive }} \u00AB{{ vars.name }}\u00BB</p><p style=\"text-align: right; padding-top: 20px;\"> {{ coop.city }}, {{ meta.created_at }}</p><table class=\"about\"><tbody><tr><th>{% trans 'meeting_format' %}</th><td>{% trans 'meeting_format_value' %}</td></tr><tr><th>{% trans 'meeting_date' %}</th><td>{{ decision.date }}</td></tr><tr><th>{% trans 'opening_time' %}</th><td>{{ decision.time }}</td></tr></tbody></table><h3 style=\"padding-top: 30px; padding-bottom: 10px;\">{% trans 'council_members' %}</h3><table><tbody>{% for member in coop.members %}<tr><th>{% if member.is_chairman %}{% trans 'chairman_of_the_council' %}{% else %}{% trans 'member_of_the_council' %}{% endif %}</th><td>{{ member.last_name }} {{ member.first_name }} {{ member.middle_name }}{% if member.is_chairman %} ({% trans 'chairman_council_label' %}){% endif %}</td></tr>{% endfor %}</tbody></table><p>{% trans 'quorum_description', decision.voters_percent %}. {% trans 'quorum_available' %}. {% trans 'meeting_legal' %}.</p><h3 style=\"padding-top: 30px; padding-bottom: 10px;\">{% trans 'agenda' %}</h3><p>{% trans 'agenda_item' %}. {% if is_repeated %}{% trans 'repeat_convene_meeting_description' %}{% else %}{% trans 'convene_meeting_description' %}{% endif %} {% if meet.type == 'regular' %}{% trans 'annual_regular' %}{% else %}{% trans 'annual_extra' %}{% endif %} {% if coop.is_branched %}{% trans 'general_meeting_form_branched' %}{% else %}{% trans 'general_meeting_form' %}{% endif %} {{ meet.close_at_datetime }} {% if is_repeated %}{% trans 'and_previous_agenda' %}{% else %}{% trans 'and_agenda_namely' %}{% endif %}:</p><table><tbody><tr><th>\u2116</th><td>{% trans 'agenda_points' %}</td></tr>{% for question in questions %}<tr><th>{{ question.number }}.</th><td>{{ question.title }}</td></tr>{% if question.context %}<tr><th></th><td><em>{{ question.context }}</em></td></tr>{% endif %}{% endfor %}</tbody></table><p><strong>{% trans 'voting_results_label' %}</strong>: {% trans 'votes_for_label' %} \u2013 {{ decision.votes_for }}; {% trans 'votes_against_label' %} - {{ decision.votes_against }}; {% trans 'votes_abstained_label' %} - {{ decision.votes_abstained }}.</p><h3 style=\"padding-top: 30px; padding-bottom: 10px;\">{% trans 'decision_made' %}</h3><p>{% if is_repeated %}{% trans 'repeat_convene_meeting_decision' %}{% else %}{% trans 'convene_meeting_decision' %}{% endif %} {% if meet.type == 'regular' %}{% trans 'annual_regular' %}{% else %}{% trans 'annual_extra' %}{% endif %} {% if coop.is_branched %}{% trans 'general_meeting_form_branched' %}{% else %}{% trans 'general_meeting_form' %}{% endif %} {{ meet.close_at_datetime }} {% trans 'with_agenda' %}:</p><table><tbody><tr><th>\u2116</th><td>{% trans 'agenda_points' %}</td></tr>{% for question in questions %}<tr><th>{{ question.number }}.</th><td>{{ question.title }}</td></tr>{% if question.context %}<tr><th></th><td><em>{{ question.context }}</em></td></tr>{% endif %}{% endfor %}</tbody></table><hr><p>{% trans 'closing_time', decision.time %}</p><div class=\"signature\"><p>{% trans 'chairman_council_signature' %} {{ coop.chairman.last_name }} {{ coop.chairman.first_name }} {{ coop.chairman.middle_name }}</p><p>{% trans 'signed_digitally' %}</p></div></div>";
11636
11642
  declare const translations$3: {
11637
11643
  ru: {
11638
11644
  protocol_number: string;
@@ -11652,6 +11658,7 @@ declare const translations$3: {
11652
11658
  agenda_item: string;
11653
11659
  agenda_points: string;
11654
11660
  convene_meeting_description: string;
11661
+ repeat_convene_meeting_description: string;
11655
11662
  annual_regular: string;
11656
11663
  annual_extra: string;
11657
11664
  general_meeting_form: string;
@@ -11662,8 +11669,10 @@ declare const translations$3: {
11662
11669
  votes_abstained_label: string;
11663
11670
  decision_made: string;
11664
11671
  convene_meeting_decision: string;
11672
+ repeat_convene_meeting_decision: string;
11665
11673
  with_agenda: string;
11666
11674
  and_agenda_namely: string;
11675
+ and_previous_agenda: string;
11667
11676
  closing_time: string;
11668
11677
  chairman_council_signature: string;
11669
11678
  signed_digitally: string;
@@ -11710,6 +11719,7 @@ declare const exampleData$3: {
11710
11719
  first_name: string;
11711
11720
  middle_name: string;
11712
11721
  };
11722
+ is_repeated: boolean;
11713
11723
  };
11714
11724
 
11715
11725
  declare namespace index$6 {
package/dist/index.mjs CHANGED
@@ -6561,12 +6561,13 @@ const index$d = {
6561
6561
  const registry_id$4 = 300;
6562
6562
  const title$4 = "\u041F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u0435 \u043F\u043E\u0432\u0435\u0441\u0442\u043A\u0438 \u0434\u043D\u044F \u043E\u0431\u0449\u0435\u0433\u043E \u0441\u043E\u0431\u0440\u0430\u043D\u0438\u044F \u043F\u0430\u0439\u0449\u0438\u043A\u043E\u0432";
6563
6563
  const description$4 = "\u0424\u043E\u0440\u043C\u0430 \u043F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u043F\u043E\u0432\u0435\u0441\u0442\u043A\u0438 \u0434\u043D\u044F \u043E\u0447\u0435\u0440\u0435\u0434\u043D\u043E\u0433\u043E/\u0432\u043D\u0435\u043E\u0447\u0435\u0440\u0435\u0434\u043D\u043E\u0433\u043E \u043E\u0431\u0449\u0435\u0433\u043E \u0441\u043E\u0431\u0440\u0430\u043D\u0438\u044F \u043F\u0430\u0439\u0449\u0438\u043A\u043E\u0432 \u043F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0433\u043E \u043A\u043E\u043E\u043F\u0435\u0440\u0430\u0442\u0438\u0432\u0430";
6564
- const context$4 = `<style> h1 {margin: 0px; text-align:center;}h3{margin: 0px;padding-top: 15px;text-align: center;}.about {padding: 20px;}.digital-document {padding: 20px;white-space: pre-wrap;}.subheader {padding-bottom: 20px; }table {width: 100%;border-collapse: collapse;}th, td {border: 1px solid #ccc;padding: 8px;text-align: left;word-wrap: break-word; overflow-wrap: break-word; }th {background-color: #f4f4f4;width: 30% !important;max-width: 30% !important;}</style><div class="digital-document"><div style="padding-bottom: 30px;"><h1 style="text-align:center">{% trans 'AGENDA_PROPOSAL_TITLE' %}</h1><p style="text-align:center">{% if meet.type == 'regular' %}{% trans 'ANNUAL_REGULAR' %}{% else %}{% trans 'ANNUAL_extra' %}{% endif %} {% trans 'GENERAL_MEETING_SHAREHOLDERS' %}</p><p style="text-align:center">{{vars.full_abbr_genitive}} \xAB{{vars.name}}\xBB</p><p style="text-align: right; padding-top: 20px">{{ coop.city }}, {{ meta.created_at }}</p></div><table class="about"><tbody><tr><th>{% trans 'MEETING_DATETIME_LABEL' %}</th><td>{{ meet.open_at_datetime }}</td></tr><tr><th>{% trans 'MEETING_FORMAT_LABEL' %}</th><td>{% trans 'MEETING_FORMAT_VALUE' %}</td></tr><tr><th>{% trans 'REGISTRATION_DATETIME' %}</th><td>{{ meet.open_at_datetime }}</td></tr><tr><th>{% trans 'VOTING_DEADLINE' %}</th><td>{% trans 'NO_LATER_THAN' %} {{ meet.close_at_datetime }}</td></tr></tbody></table><h3 style="padding-top: 30px; padding-bottom: 10px;">{% trans 'AGENDA_QUESTIONS' %}</h3><table><tbody>{% for question in questions %}<tr><th>{{ question.number }}.</th><td>{{ question.title }}</td></tr>{% if question.context %}<tr><th></th><td><em>{{ question.context }}</em></td></tr>{% endif %}{% endfor %}</tbody></table><h3 style="padding-top: 30px; padding-bottom: 10px;">{% trans 'PROJECT_DECISIONS' %}</h3><table><tbody>{% for question in questions %}<tr><th>{% trans 'PROJECT_DECISION_LABEL' %} {{ question.number }}</th><td>{{ question.decision }}</td></tr>{% endfor %}</tbody></table><div class="signature"><div style="padding-top: 20px;"><p>{{ user.full_name_or_short_name }}</p><p>{% trans 'SIGNED_DIGITALLY' %}</p></div></div></div>`;
6564
+ const context$4 = `<style> h1 {margin: 0px; text-align:center;}h3{margin: 0px;padding-top: 15px;text-align: center;}.about {padding: 20px;}.digital-document {padding: 20px;white-space: pre-wrap;}.subheader {padding-bottom: 20px; }table {width: 100%;border-collapse: collapse;}th, td {border: 1px solid #ccc;padding: 8px;text-align: left;word-wrap: break-word; overflow-wrap: break-word; }th {background-color: #f4f4f4;width: 30% !important;max-width: 30% !important;}</style><div class="digital-document"><div style="padding-bottom: 30px;"><h1 style="text-align:center">{% trans 'AGENDA_PROPOSAL_TITLE' %}</h1><p style="text-align:center">{% if is_repeated %}{% trans 'REPEATED' %} {% endif %}{% if meet.type == 'regular' %}{% trans 'ANNUAL_REGULAR' %}{% else %}{% trans 'ANNUAL_extra' %}{% endif %} {% trans 'GENERAL_MEETING_SHAREHOLDERS' %}</p><p style="text-align:center">{{vars.full_abbr_genitive}} \xAB{{vars.name}}\xBB</p><p style="text-align: right; padding-top: 20px">{{ coop.city }}, {{ meta.created_at }}</p></div><table class="about"><tbody><tr><th>{% trans 'MEETING_DATETIME_LABEL' %}</th><td>{{ meet.open_at_datetime }}</td></tr><tr><th>{% trans 'MEETING_FORMAT_LABEL' %}</th><td>{% trans 'MEETING_FORMAT_VALUE' %}</td></tr><tr><th>{% trans 'REGISTRATION_DATETIME' %}</th><td>{{ meet.open_at_datetime }}</td></tr><tr><th>{% trans 'VOTING_DEADLINE' %}</th><td>{% trans 'NO_LATER_THAN' %} {{ meet.close_at_datetime }}</td></tr></tbody></table><h3 style="padding-top: 30px; padding-bottom: 10px;">{% trans 'AGENDA_QUESTIONS' %}</h3><table><tbody>{% for question in questions %}<tr><th>{{ question.number }}.</th><td>{{ question.title }}</td></tr>{% if question.context %}<tr><th></th><td><em>{{ question.context }}</em></td></tr>{% endif %}{% endfor %}</tbody></table><h3 style="padding-top: 30px; padding-bottom: 10px;">{% trans 'PROJECT_DECISIONS' %}</h3><table><tbody>{% for question in questions %}<tr><th>{% trans 'PROJECT_DECISION_LABEL' %} {{ question.number }}</th><td>{{ question.decision }}</td></tr>{% endfor %}</tbody></table><div class="signature"><div style="padding-top: 20px;"><p>{{ user.full_name_or_short_name }}</p><p>{% trans 'SIGNED_DIGITALLY' %}</p></div></div></div>`;
6565
6565
  const translations$4 = {
6566
6566
  ru: {
6567
6567
  AGENDA_PROPOSAL_TITLE: "\u041F\u0420\u0415\u0414\u041B\u041E\u0416\u0415\u041D\u0418\u0415 \u041F\u041E\u0412\u0415\u0421\u0422\u041A\u0418",
6568
6568
  ANNUAL_REGULAR: "\u041E\u0427\u0415\u0420\u0415\u0414\u041D\u041E\u0413\u041E",
6569
6569
  ANNUAL_extra: "\u0412\u041D\u0415\u041E\u0427\u0415\u0420\u0415\u0414\u041D\u041E\u0413\u041E",
6570
+ REPEATED: "\u041F\u041E\u0412\u0422\u041E\u0420\u041D\u041E\u0413\u041E",
6570
6571
  GENERAL_MEETING_SHAREHOLDERS: "\u0421\u041E\u0411\u0420\u0410\u041D\u0418\u042F \u041F\u0410\u0419\u0429\u0418\u041A\u041E\u0412",
6571
6572
  MEETING_DATETIME_LABEL: "\u0414\u0430\u0442\u0430 \u0438 \u0432\u0440\u0435\u043C\u044F \u043F\u0440\u043E\u0432\u0435\u0434\u0435\u043D\u0438\u044F \u0421\u043E\u0431\u0440\u0430\u043D\u0438\u044F",
6572
6573
  MEETING_FORMAT_LABEL: "\u0424\u043E\u0440\u043C\u0430 \u043F\u0440\u043E\u0432\u0435\u0434\u0435\u043D\u0438\u044F \u0441\u043E\u0431\u0440\u0430\u043D\u0438\u044F",
@@ -6612,7 +6613,8 @@ const exampleData$4 = {
6612
6613
  vars: {
6613
6614
  full_abbr_genitive: "\u041F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0433\u043E \u041A\u043E\u043E\u043F\u0435\u0440\u0430\u0442\u0438\u0432\u0430",
6614
6615
  name: "\u0412\u041E\u0421\u0425\u041E\u0414"
6615
- }
6616
+ },
6617
+ is_repeated: false
6616
6618
  };
6617
6619
 
6618
6620
  const index$c = {
@@ -6628,7 +6630,7 @@ const index$c = {
6628
6630
  const registry_id$3 = 301;
6629
6631
  const title$3 = "\u0420\u0435\u0448\u0435\u043D\u0438\u0435 \u0441\u043E\u0432\u0435\u0442\u0430 \u043E \u0441\u043E\u0437\u044B\u0432\u0435 \u043E\u0431\u0449\u0435\u0433\u043E \u0441\u043E\u0431\u0440\u0430\u043D\u0438\u044F \u043F\u0430\u0439\u0449\u0438\u043A\u043E\u0432";
6630
6632
  const description$3 = "\u0424\u043E\u0440\u043C\u0430 \u043F\u0440\u043E\u0442\u043E\u043A\u043E\u043B\u0430 \u0441\u043E\u0431\u0440\u0430\u043D\u0438\u044F \u0441\u043E\u0432\u0435\u0442\u0430 \u043E \u0441\u043E\u0437\u044B\u0432\u0435 \u043E\u0447\u0435\u0440\u0435\u0434\u043D\u043E\u0433\u043E/\u0432\u043D\u0435\u043E\u0447\u0435\u0440\u0435\u0434\u043D\u043E\u0433\u043E \u043E\u0431\u0449\u0435\u0433\u043E \u0441\u043E\u0431\u0440\u0430\u043D\u0438\u044F \u043F\u0430\u0439\u0449\u0438\u043A\u043E\u0432 \u043F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0433\u043E \u043A\u043E\u043E\u043F\u0435\u0440\u0430\u0442\u0438\u0432\u0430";
6631
- const context$3 = `<style> h1 {margin: 0px; text-align:center;}h3{margin: 0px;padding-top: 15px;text-align: center;}.about {padding: 20px;}.digital-document {padding: 20px;white-space: pre-wrap;}.subheader {padding-bottom: 20px; }table {width: 100%;border-collapse: collapse;}th, td {border: 1px solid #ccc;padding: 8px;text-align: left;word-wrap: break-word; overflow-wrap: break-word; }th {background-color: #f4f4f4;width: 30% !important;max-width: 30% !important;}</style><div class="digital-document"><h1 class="header">{% trans 'protocol_number', decision.id %}</h1><p style="text-align:center" class="subheader">{% trans 'council_meeting_name' %}</p><p style="text-align:center">{{ vars.full_abbr_genitive }} \xAB{{ vars.name }}\xBB</p><p style="text-align: right; padding-top: 20px;"> {{ coop.city }}, {{ meta.created_at }}</p><table class="about"><tbody><tr><th>{% trans 'meeting_format' %}</th><td>{% trans 'meeting_format_value' %}</td></tr><tr><th>{% trans 'meeting_date' %}</th><td>{{ decision.date }}</td></tr><tr><th>{% trans 'opening_time' %}</th><td>{{ decision.time }}</td></tr></tbody></table><h3 style="padding-top: 30px; padding-bottom: 10px;">{% trans 'council_members' %}</h3><table><tbody>{% for member in coop.members %}<tr><th>{% if member.is_chairman %}{% trans 'chairman_of_the_council' %}{% else %}{% trans 'member_of_the_council' %}{% endif %}</th><td>{{ member.last_name }} {{ member.first_name }} {{ member.middle_name }}{% if member.is_chairman %} ({% trans 'chairman_council_label' %}){% endif %}</td></tr>{% endfor %}</tbody></table><p>{% trans 'quorum_description', decision.voters_percent %}. {% trans 'quorum_available' %}. {% trans 'meeting_legal' %}.</p><h3 style="padding-top: 30px; padding-bottom: 10px;">{% trans 'agenda' %}</h3><p>{% trans 'agenda_item' %}. {% trans 'convene_meeting_description' %} {% if meet.type == 'regular' %}{% trans 'annual_regular' %}{% else %}{% trans 'annual_extra' %}{% endif %} {% if coop.is_branched %}{% trans 'general_meeting_form_branched' %}{% else %}{% trans 'general_meeting_form' %}{% endif %} {{ meet.close_at_datetime }} {% trans 'and_agenda_namely' %}:</p><table><tbody><tr><th>\u2116</th><td>{% trans 'agenda_points' %}</td></tr>{% for question in questions %}<tr><th>{{ question.number }}.</th><td>{{ question.title }}</td></tr>{% if question.context %}<tr><th></th><td><em>{{ question.context }}</em></td></tr>{% endif %}{% endfor %}</tbody></table><p><strong>{% trans 'voting_results_label' %}</strong>: {% trans 'votes_for_label' %} \u2013 {{ decision.votes_for }}; {% trans 'votes_against_label' %} - {{ decision.votes_against }}; {% trans 'votes_abstained_label' %} - {{ decision.votes_abstained }}.</p><h3 style="padding-top: 30px; padding-bottom: 10px;">{% trans 'decision_made' %}</h3><p>{% trans 'convene_meeting_decision' %} {% if meet.type == 'regular' %}{% trans 'annual_regular' %}{% else %}{% trans 'annual_extra' %}{% endif %} {% if coop.is_branched %}{% trans 'general_meeting_form_branched' %}{% else %}{% trans 'general_meeting_form' %}{% endif %} {{ meet.close_at_datetime }} {% trans 'with_agenda' %}:</p><table><tbody><tr><th>\u2116</th><td>{% trans 'agenda_points' %}</td></tr>{% for question in questions %}<tr><th>{{ question.number }}.</th><td>{{ question.title }}</td></tr>{% if question.context %}<tr><th></th><td><em>{{ question.context }}</em></td></tr>{% endif %}{% endfor %}</tbody></table><hr><p>{% trans 'closing_time', decision.time %}</p><div class="signature"><p>{% trans 'chairman_council_signature' %} {{ coop.chairman.last_name }} {{ coop.chairman.first_name }} {{ coop.chairman.middle_name }}</p><p>{% trans 'signed_digitally' %}</p></div></div>`;
6633
+ const context$3 = `<style> h1 {margin: 0px; text-align:center;}h3{margin: 0px;padding-top: 15px;text-align: center;}.about {padding: 20px;}.digital-document {padding: 20px;white-space: pre-wrap;}.subheader {padding-bottom: 20px; }table {width: 100%;border-collapse: collapse;}th, td {border: 1px solid #ccc;padding: 8px;text-align: left;word-wrap: break-word; overflow-wrap: break-word; }th {background-color: #f4f4f4;width: 30% !important;max-width: 30% !important;}</style><div class="digital-document"><h1 class="header">{% trans 'protocol_number', decision.id %}</h1><p style="text-align:center" class="subheader">{% trans 'council_meeting_name' %}</p><p style="text-align:center">{{ vars.full_abbr_genitive }} \xAB{{ vars.name }}\xBB</p><p style="text-align: right; padding-top: 20px;"> {{ coop.city }}, {{ meta.created_at }}</p><table class="about"><tbody><tr><th>{% trans 'meeting_format' %}</th><td>{% trans 'meeting_format_value' %}</td></tr><tr><th>{% trans 'meeting_date' %}</th><td>{{ decision.date }}</td></tr><tr><th>{% trans 'opening_time' %}</th><td>{{ decision.time }}</td></tr></tbody></table><h3 style="padding-top: 30px; padding-bottom: 10px;">{% trans 'council_members' %}</h3><table><tbody>{% for member in coop.members %}<tr><th>{% if member.is_chairman %}{% trans 'chairman_of_the_council' %}{% else %}{% trans 'member_of_the_council' %}{% endif %}</th><td>{{ member.last_name }} {{ member.first_name }} {{ member.middle_name }}{% if member.is_chairman %} ({% trans 'chairman_council_label' %}){% endif %}</td></tr>{% endfor %}</tbody></table><p>{% trans 'quorum_description', decision.voters_percent %}. {% trans 'quorum_available' %}. {% trans 'meeting_legal' %}.</p><h3 style="padding-top: 30px; padding-bottom: 10px;">{% trans 'agenda' %}</h3><p>{% trans 'agenda_item' %}. {% if is_repeated %}{% trans 'repeat_convene_meeting_description' %}{% else %}{% trans 'convene_meeting_description' %}{% endif %} {% if meet.type == 'regular' %}{% trans 'annual_regular' %}{% else %}{% trans 'annual_extra' %}{% endif %} {% if coop.is_branched %}{% trans 'general_meeting_form_branched' %}{% else %}{% trans 'general_meeting_form' %}{% endif %} {{ meet.close_at_datetime }} {% if is_repeated %}{% trans 'and_previous_agenda' %}{% else %}{% trans 'and_agenda_namely' %}{% endif %}:</p><table><tbody><tr><th>\u2116</th><td>{% trans 'agenda_points' %}</td></tr>{% for question in questions %}<tr><th>{{ question.number }}.</th><td>{{ question.title }}</td></tr>{% if question.context %}<tr><th></th><td><em>{{ question.context }}</em></td></tr>{% endif %}{% endfor %}</tbody></table><p><strong>{% trans 'voting_results_label' %}</strong>: {% trans 'votes_for_label' %} \u2013 {{ decision.votes_for }}; {% trans 'votes_against_label' %} - {{ decision.votes_against }}; {% trans 'votes_abstained_label' %} - {{ decision.votes_abstained }}.</p><h3 style="padding-top: 30px; padding-bottom: 10px;">{% trans 'decision_made' %}</h3><p>{% if is_repeated %}{% trans 'repeat_convene_meeting_decision' %}{% else %}{% trans 'convene_meeting_decision' %}{% endif %} {% if meet.type == 'regular' %}{% trans 'annual_regular' %}{% else %}{% trans 'annual_extra' %}{% endif %} {% if coop.is_branched %}{% trans 'general_meeting_form_branched' %}{% else %}{% trans 'general_meeting_form' %}{% endif %} {{ meet.close_at_datetime }} {% trans 'with_agenda' %}:</p><table><tbody><tr><th>\u2116</th><td>{% trans 'agenda_points' %}</td></tr>{% for question in questions %}<tr><th>{{ question.number }}.</th><td>{{ question.title }}</td></tr>{% if question.context %}<tr><th></th><td><em>{{ question.context }}</em></td></tr>{% endif %}{% endfor %}</tbody></table><hr><p>{% trans 'closing_time', decision.time %}</p><div class="signature"><p>{% trans 'chairman_council_signature' %} {{ coop.chairman.last_name }} {{ coop.chairman.first_name }} {{ coop.chairman.middle_name }}</p><p>{% trans 'signed_digitally' %}</p></div></div>`;
6632
6634
  const translations$3 = {
6633
6635
  ru: {
6634
6636
  protocol_number: "\u041F\u0440\u043E\u0442\u043E\u043A\u043E\u043B \u2116 {0}",
@@ -6648,18 +6650,21 @@ const translations$3 = {
6648
6650
  agenda_item: "1",
6649
6651
  agenda_points: "\u0412\u043E\u043F\u0440\u043E\u0441\u044B \u043F\u043E\u0432\u0435\u0441\u0442\u043A\u0438 \u0434\u043D\u044F",
6650
6652
  convene_meeting_description: "\u041E \u0441\u043E\u0437\u044B\u0432\u0435",
6651
- annual_regular: "\u043E\u0447\u0435\u0440\u0435\u0434\u043D\u043E\u0435",
6652
- annual_extra: "\u0432\u043D\u0435\u043E\u0447\u0435\u0440\u0435\u0434\u043D\u043E\u0435",
6653
- general_meeting_form: "\u043E\u0431\u0449\u0435\u0435 \u0441\u043E\u0431\u0440\u0430\u043D\u0438\u0435 \u043F\u0430\u0439\u0449\u0438\u043A\u043E\u0432 \u0432 \u0437\u0430\u043E\u0447\u043D\u043E\u0439 \u0444\u043E\u0440\u043C\u0435 \u0441 \u0434\u0430\u0442\u043E\u0439 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043D\u0438\u044F \u0433\u043E\u043B\u043E\u0441\u043E\u0432\u0430\u043D\u0438\u044F",
6654
- general_meeting_form_branched: "\u043E\u0431\u0449\u0435\u0435 \u0441\u043E\u0431\u0440\u0430\u043D\u0438\u0435 \u0443\u043F\u043E\u043B\u043D\u043E\u043C\u043E\u0447\u0435\u043D\u043D\u044B\u0445 \u0432 \u0437\u0430\u043E\u0447\u043D\u043E\u0439 \u0444\u043E\u0440\u043C\u0435 \u0441 \u0434\u0430\u0442\u043E\u0439 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043D\u0438\u044F \u0433\u043E\u043B\u043E\u0441\u043E\u0432\u0430\u043D\u0438\u044F",
6653
+ repeat_convene_meeting_description: "\u041E \u043F\u043E\u0432\u0442\u043E\u0440\u043D\u043E\u043C \u0441\u043E\u0437\u044B\u0432\u0435",
6654
+ annual_regular: "\u043E\u0447\u0435\u0440\u0435\u0434\u043D\u043E\u0433\u043E",
6655
+ annual_extra: "\u0432\u043D\u0435\u043E\u0447\u0435\u0440\u0435\u0434\u043D\u043E\u0433\u043E",
6656
+ general_meeting_form: "\u043E\u0431\u0449\u0435\u0433\u043E \u0441\u043E\u0431\u0440\u0430\u043D\u0438\u044F \u043F\u0430\u0439\u0449\u0438\u043A\u043E\u0432 \u0432 \u0437\u0430\u043E\u0447\u043D\u043E\u0439 \u0444\u043E\u0440\u043C\u0435 \u0441 \u0434\u0430\u0442\u043E\u0439 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043D\u0438\u044F \u0433\u043E\u043B\u043E\u0441\u043E\u0432\u0430\u043D\u0438\u044F",
6657
+ general_meeting_form_branched: "\u043E\u0431\u0449\u0435\u0433\u043E \u0441\u043E\u0431\u0440\u0430\u043D\u0438\u044F \u0443\u043F\u043E\u043B\u043D\u043E\u043C\u043E\u0447\u0435\u043D\u043D\u044B\u0445 \u0432 \u0437\u0430\u043E\u0447\u043D\u043E\u0439 \u0444\u043E\u0440\u043C\u0435 \u0441 \u0434\u0430\u0442\u043E\u0439 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043D\u0438\u044F \u0433\u043E\u043B\u043E\u0441\u043E\u0432\u0430\u043D\u0438\u044F",
6655
6658
  voting_results_label: "\u0413\u043E\u043B\u043E\u0441\u043E\u0432\u0430\u043B\u0438",
6656
6659
  votes_for_label: "\xAB\u0417\u0430\xBB",
6657
6660
  votes_against_label: "\xAB\u041F\u0440\u043E\u0442\u0438\u0432\xBB",
6658
6661
  votes_abstained_label: "\xAB\u0412\u043E\u0437\u0434\u0435\u0440\u0436\u0430\u043B\u0441\u044F\xBB",
6659
6662
  decision_made: "\u0420\u0435\u0448\u0438\u043B\u0438",
6660
6663
  convene_meeting_decision: "\u0421\u043E\u0437\u0432\u0430\u0442\u044C",
6664
+ repeat_convene_meeting_decision: "\u0421\u043E\u0437\u0432\u0430\u0442\u044C \u043F\u043E\u0432\u0442\u043E\u0440\u043D\u043E",
6661
6665
  with_agenda: "\u0441\u043E \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0439 \u043F\u043E\u0432\u0435\u0441\u0442\u043A\u043E\u0439 \u0434\u043D\u044F",
6662
6666
  and_agenda_namely: "\u0438 \u0435\u0433\u043E \u043F\u043E\u0432\u0435\u0441\u0442\u043A\u0438 \u0434\u043D\u044F, \u0430 \u0438\u043C\u0435\u043D\u043D\u043E",
6667
+ and_previous_agenda: "\u0438 \u0435\u0433\u043E \u043F\u0440\u0435\u0436\u043D\u0435\u0439 \u043F\u043E\u0432\u0435\u0441\u0442\u043A\u0435 \u0434\u043D\u044F, \u0430 \u0438\u043C\u0435\u043D\u043D\u043E",
6663
6668
  closing_time: "\u0412\u0440\u0435\u043C\u044F \u0437\u0430\u043A\u0440\u044B\u0442\u0438\u044F \u0421\u043E\u0431\u0440\u0430\u043D\u0438\u044F \u0421\u043E\u0432\u0435\u0442\u0430: {0}",
6664
6669
  chairman_council_signature: "\u041F\u0440\u0435\u0434\u0441\u0435\u0434\u0430\u0442\u0435\u043B\u044C \u0421\u043E\u0432\u0435\u0442\u0430",
6665
6670
  signed_digitally: "\u043F\u043E\u0434\u043F\u0438\u0441\u0430\u043D\u043E \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0434\u043F\u0438\u0441\u044C\u044E"
@@ -6712,7 +6717,8 @@ const exampleData$3 = {
6712
6717
  last_name: "",
6713
6718
  first_name: "",
6714
6719
  middle_name: ""
6715
- }
6720
+ },
6721
+ is_repeated: false
6716
6722
  };
6717
6723
 
6718
6724
  const index$b = {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cooptypes",
3
3
  "type": "module",
4
- "version": "2025.6.13",
4
+ "version": "2025.6.19",
5
5
  "description": "_description_",
6
6
  "author": "Alex Ant <dacom.dark.sun@gmail.com>",
7
7
  "license": "MIT",
@@ -65,5 +65,5 @@
65
65
  "vite": "^5.2.11",
66
66
  "vitest": "^1.5.3"
67
67
  },
68
- "gitHead": "4a5fb2af8b23629f9820d8364373210f3b7be665"
68
+ "gitHead": "1bd8f003f744f0a1f0ecde84dc8841763e31f858"
69
69
  }