kitunga-web 0.1.78
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/features/buttons/components/Btns/Button.d.ts +32 -0
- package/dist/features/buttons/components/Btns/Button.d.ts.map +1 -0
- package/dist/features/buttons/components/Btns/Button.js +50 -0
- package/dist/features/buttons/components/Btns/Button.js.map +1 -0
- package/dist/features/buttons/components/Btns/Button.module.css +205 -0
- package/dist/features/data-display/components/Cards/ChartCard.d.ts +9 -0
- package/dist/features/data-display/components/Cards/ChartCard.d.ts.map +1 -0
- package/dist/features/data-display/components/Cards/ChartCard.js +7 -0
- package/dist/features/data-display/components/Cards/ChartCard.js.map +1 -0
- package/dist/features/data-display/components/Cards/ChartCard.module.css +27 -0
- package/dist/features/data-display/components/Cards/MetricCard.d.ts +11 -0
- package/dist/features/data-display/components/Cards/MetricCard.d.ts.map +1 -0
- package/dist/features/data-display/components/Cards/MetricCard.js +10 -0
- package/dist/features/data-display/components/Cards/MetricCard.js.map +1 -0
- package/dist/features/data-display/components/Cards/MetricCard.module.css +86 -0
- package/dist/features/data-display/components/Cards/StatCard.d.ts +15 -0
- package/dist/features/data-display/components/Cards/StatCard.d.ts.map +1 -0
- package/dist/features/data-display/components/Cards/StatCard.js +23 -0
- package/dist/features/data-display/components/Cards/StatCard.js.map +1 -0
- package/dist/features/data-display/components/Cards/StatCard.module.css +98 -0
- package/dist/features/data-display/components/Table/LineItemsTable.d.ts +4 -0
- package/dist/features/data-display/components/Table/LineItemsTable.d.ts.map +1 -0
- package/dist/features/data-display/components/Table/LineItemsTable.js +216 -0
- package/dist/features/data-display/components/Table/LineItemsTable.js.map +1 -0
- package/dist/features/data-display/components/Table/LineItemsTable.module.css +223 -0
- package/dist/features/data-display/components/Table/Table.d.ts +4 -0
- package/dist/features/data-display/components/Table/Table.d.ts.map +1 -0
- package/dist/features/data-display/components/Table/Table.js +181 -0
- package/dist/features/data-display/components/Table/Table.js.map +1 -0
- package/dist/features/data-display/components/Table/Table.module.css +305 -0
- package/dist/features/data-display/components/Table/types/LineItemsTable.d.ts +83 -0
- package/dist/features/data-display/components/Table/types/LineItemsTable.d.ts.map +1 -0
- package/dist/features/data-display/components/Table/types/LineItemsTable.js +2 -0
- package/dist/features/data-display/components/Table/types/LineItemsTable.js.map +1 -0
- package/dist/features/data-display/components/Table/types/Table.d.ts +78 -0
- package/dist/features/data-display/components/Table/types/Table.d.ts.map +1 -0
- package/dist/features/data-display/components/Table/types/Table.js +2 -0
- package/dist/features/data-display/components/Table/types/Table.js.map +1 -0
- package/dist/features/data-display/components/Tabs/PillTabs/PillTabs.d.ts +12 -0
- package/dist/features/data-display/components/Tabs/PillTabs/PillTabs.d.ts.map +1 -0
- package/dist/features/data-display/components/Tabs/PillTabs/PillTabs.js +7 -0
- package/dist/features/data-display/components/Tabs/PillTabs/PillTabs.js.map +1 -0
- package/dist/features/data-display/components/Tabs/PillTabs/PillTabs.module.css +36 -0
- package/dist/features/feedback/components/ChangedDataSummary/ChangedDataSummary.d.ts +18 -0
- package/dist/features/feedback/components/ChangedDataSummary/ChangedDataSummary.d.ts.map +1 -0
- package/dist/features/feedback/components/ChangedDataSummary/ChangedDataSummary.js +52 -0
- package/dist/features/feedback/components/ChangedDataSummary/ChangedDataSummary.js.map +1 -0
- package/dist/features/feedback/components/ChangedDataSummary/ChangedDataSummary.module.css +90 -0
- package/dist/features/feedback/components/ChangedDataSummary/getFormDataChanges.d.ts +21 -0
- package/dist/features/feedback/components/ChangedDataSummary/getFormDataChanges.d.ts.map +1 -0
- package/dist/features/feedback/components/ChangedDataSummary/getFormDataChanges.js +37 -0
- package/dist/features/feedback/components/ChangedDataSummary/getFormDataChanges.js.map +1 -0
- package/dist/features/feedback/components/CreatedDataSummary/CreatedDataSummary.d.ts +15 -0
- package/dist/features/feedback/components/CreatedDataSummary/CreatedDataSummary.d.ts.map +1 -0
- package/dist/features/feedback/components/CreatedDataSummary/CreatedDataSummary.js +56 -0
- package/dist/features/feedback/components/CreatedDataSummary/CreatedDataSummary.js.map +1 -0
- package/dist/features/feedback/components/CreatedDataSummary/CreatedDataSummary.module.css +90 -0
- package/dist/features/feedback/components/EmptyStates/SearchEmptyState/SearchEmptyState.d.ts +9 -0
- package/dist/features/feedback/components/EmptyStates/SearchEmptyState/SearchEmptyState.d.ts.map +1 -0
- package/dist/features/feedback/components/EmptyStates/SearchEmptyState/SearchEmptyState.js +9 -0
- package/dist/features/feedback/components/EmptyStates/SearchEmptyState/SearchEmptyState.js.map +1 -0
- package/dist/features/feedback/components/EmptyStates/SearchEmptyState/SearchEmptyState.module.css +36 -0
- package/dist/features/feedback/components/FlowNotice/FlowNotice.d.ts +8 -0
- package/dist/features/feedback/components/FlowNotice/FlowNotice.d.ts.map +1 -0
- package/dist/features/feedback/components/FlowNotice/FlowNotice.js +52 -0
- package/dist/features/feedback/components/FlowNotice/FlowNotice.js.map +1 -0
- package/dist/features/feedback/components/FlowNotice/FlowNotice.module.css +122 -0
- package/dist/features/feedback/components/Loading/AppLoading.d.ts +14 -0
- package/dist/features/feedback/components/Loading/AppLoading.d.ts.map +1 -0
- package/dist/features/feedback/components/Loading/AppLoading.js +17 -0
- package/dist/features/feedback/components/Loading/AppLoading.js.map +1 -0
- package/dist/features/feedback/components/Loading/AppLoading.module.css +95 -0
- package/dist/features/feedback/components/SuccesModal/ModalSuccess.d.ts +24 -0
- package/dist/features/feedback/components/SuccesModal/ModalSuccess.d.ts.map +1 -0
- package/dist/features/feedback/components/SuccesModal/ModalSuccess.js +11 -0
- package/dist/features/feedback/components/SuccesModal/ModalSuccess.js.map +1 -0
- package/dist/features/feedback/components/SuccesModal/ModalSuccess.module.css +141 -0
- package/dist/features/feedback/components/Tooltips/InfoTooltip.d.ts +10 -0
- package/dist/features/feedback/components/Tooltips/InfoTooltip.d.ts.map +1 -0
- package/dist/features/feedback/components/Tooltips/InfoTooltip.js +48 -0
- package/dist/features/feedback/components/Tooltips/InfoTooltip.js.map +1 -0
- package/dist/features/feedback/components/Tooltips/InfoTooltip.module.css +123 -0
- package/dist/features/feedback/components/Tooltips/InfoTooltipContent.d.ts +11 -0
- package/dist/features/feedback/components/Tooltips/InfoTooltipContent.d.ts.map +1 -0
- package/dist/features/feedback/components/Tooltips/InfoTooltipContent.js +8 -0
- package/dist/features/feedback/components/Tooltips/InfoTooltipContent.js.map +1 -0
- package/dist/features/feedback/components/Tooltips/InfoTooltipContent.module.css +58 -0
- package/dist/features/feedback/components/Tooltips/ProgressChecklistTooltip.d.ts +27 -0
- package/dist/features/feedback/components/Tooltips/ProgressChecklistTooltip.d.ts.map +1 -0
- package/dist/features/feedback/components/Tooltips/ProgressChecklistTooltip.js +56 -0
- package/dist/features/feedback/components/Tooltips/ProgressChecklistTooltip.js.map +1 -0
- package/dist/features/feedback/components/Tooltips/ProgressChecklistTooltip.module.css +200 -0
- package/dist/features/inputs/components/DatePicker/DatePicker.d.ts +13 -0
- package/dist/features/inputs/components/DatePicker/DatePicker.d.ts.map +1 -0
- package/dist/features/inputs/components/DatePicker/DatePicker.js +97 -0
- package/dist/features/inputs/components/DatePicker/DatePicker.js.map +1 -0
- package/dist/features/inputs/components/DatePicker/DatePicker.module.css +186 -0
- package/dist/features/inputs/components/Inputs/DateInput.d.ts +27 -0
- package/dist/features/inputs/components/Inputs/DateInput.d.ts.map +1 -0
- package/dist/features/inputs/components/Inputs/DateInput.js +236 -0
- package/dist/features/inputs/components/Inputs/DateInput.js.map +1 -0
- package/dist/features/inputs/components/Inputs/DateInput.module.css +301 -0
- package/dist/features/inputs/components/Inputs/DateRangeInput.d.ts +24 -0
- package/dist/features/inputs/components/Inputs/DateRangeInput.d.ts.map +1 -0
- package/dist/features/inputs/components/Inputs/DateRangeInput.js +10 -0
- package/dist/features/inputs/components/Inputs/DateRangeInput.js.map +1 -0
- package/dist/features/inputs/components/Inputs/DateRangeInput.module.css +24 -0
- package/dist/features/inputs/components/Inputs/NumberInput.d.ts +21 -0
- package/dist/features/inputs/components/Inputs/NumberInput.d.ts.map +1 -0
- package/dist/features/inputs/components/Inputs/NumberInput.js +82 -0
- package/dist/features/inputs/components/Inputs/NumberInput.js.map +1 -0
- package/dist/features/inputs/components/Inputs/NumberInput.module.css +148 -0
- package/dist/features/inputs/components/Inputs/PhoneInput/PhoneInput.d.ts +9 -0
- package/dist/features/inputs/components/Inputs/PhoneInput/PhoneInput.d.ts.map +1 -0
- package/dist/features/inputs/components/Inputs/PhoneInput/PhoneInput.js +187 -0
- package/dist/features/inputs/components/Inputs/PhoneInput/PhoneInput.js.map +1 -0
- package/dist/features/inputs/components/Inputs/PhoneInput/PhoneInput.module.css +259 -0
- package/dist/features/inputs/components/Inputs/PhoneInput/countries/ao.d.ts +3 -0
- package/dist/features/inputs/components/Inputs/PhoneInput/countries/ao.d.ts.map +1 -0
- package/dist/features/inputs/components/Inputs/PhoneInput/countries/ao.js +20 -0
- package/dist/features/inputs/components/Inputs/PhoneInput/countries/ao.js.map +1 -0
- package/dist/features/inputs/components/Inputs/PhoneInput/countries/br.d.ts +3 -0
- package/dist/features/inputs/components/Inputs/PhoneInput/countries/br.d.ts.map +1 -0
- package/dist/features/inputs/components/Inputs/PhoneInput/countries/br.js +9 -0
- package/dist/features/inputs/components/Inputs/PhoneInput/countries/br.js.map +1 -0
- package/dist/features/inputs/components/Inputs/PhoneInput/countries/index.d.ts +5 -0
- package/dist/features/inputs/components/Inputs/PhoneInput/countries/index.d.ts.map +1 -0
- package/dist/features/inputs/components/Inputs/PhoneInput/countries/index.js +48 -0
- package/dist/features/inputs/components/Inputs/PhoneInput/countries/index.js.map +1 -0
- package/dist/features/inputs/components/Inputs/PhoneInput/countries/pt.d.ts +3 -0
- package/dist/features/inputs/components/Inputs/PhoneInput/countries/pt.d.ts.map +1 -0
- package/dist/features/inputs/components/Inputs/PhoneInput/countries/pt.js +9 -0
- package/dist/features/inputs/components/Inputs/PhoneInput/countries/pt.js.map +1 -0
- package/dist/features/inputs/components/Inputs/PhoneInput/countries/us.d.ts +3 -0
- package/dist/features/inputs/components/Inputs/PhoneInput/countries/us.d.ts.map +1 -0
- package/dist/features/inputs/components/Inputs/PhoneInput/countries/us.js +17 -0
- package/dist/features/inputs/components/Inputs/PhoneInput/countries/us.js.map +1 -0
- package/dist/features/inputs/components/Inputs/PhoneInput/types/phone.types.d.ts +10 -0
- package/dist/features/inputs/components/Inputs/PhoneInput/types/phone.types.d.ts.map +1 -0
- package/dist/features/inputs/components/Inputs/PhoneInput/types/phone.types.js +2 -0
- package/dist/features/inputs/components/Inputs/PhoneInput/types/phone.types.js.map +1 -0
- package/dist/features/inputs/components/Inputs/SearchInput.d.ts +13 -0
- package/dist/features/inputs/components/Inputs/SearchInput.d.ts.map +1 -0
- package/dist/features/inputs/components/Inputs/SearchInput.js +12 -0
- package/dist/features/inputs/components/Inputs/SearchInput.js.map +1 -0
- package/dist/features/inputs/components/Inputs/SearchInput.module.css +107 -0
- package/dist/features/inputs/components/Inputs/StepperInput.d.ts +14 -0
- package/dist/features/inputs/components/Inputs/StepperInput.d.ts.map +1 -0
- package/dist/features/inputs/components/Inputs/StepperInput.js +44 -0
- package/dist/features/inputs/components/Inputs/StepperInput.js.map +1 -0
- package/dist/features/inputs/components/Inputs/StepperInput.module.css +96 -0
- package/dist/features/inputs/components/Inputs/TaxIdInput/TaxIdInput.d.ts +15 -0
- package/dist/features/inputs/components/Inputs/TaxIdInput/TaxIdInput.d.ts.map +1 -0
- package/dist/features/inputs/components/Inputs/TaxIdInput/TaxIdInput.js +102 -0
- package/dist/features/inputs/components/Inputs/TaxIdInput/TaxIdInput.js.map +1 -0
- package/dist/features/inputs/components/Inputs/TaxIdInput/TaxIdInput.module.css +259 -0
- package/dist/features/inputs/components/Inputs/TaxIdInput/index.d.ts +5 -0
- package/dist/features/inputs/components/Inputs/TaxIdInput/index.d.ts.map +1 -0
- package/dist/features/inputs/components/Inputs/TaxIdInput/index.js +3 -0
- package/dist/features/inputs/components/Inputs/TaxIdInput/index.js.map +1 -0
- package/dist/features/inputs/components/Inputs/TextInput.d.ts +4 -0
- package/dist/features/inputs/components/Inputs/TextInput.d.ts.map +1 -0
- package/dist/features/inputs/components/Inputs/TextInput.js +61 -0
- package/dist/features/inputs/components/Inputs/TextInput.js.map +1 -0
- package/dist/features/inputs/components/Inputs/TextInput.module.css +174 -0
- package/dist/features/inputs/components/Inputs/TextareaInput.d.ts +4 -0
- package/dist/features/inputs/components/Inputs/TextareaInput.d.ts.map +1 -0
- package/dist/features/inputs/components/Inputs/TextareaInput.js +45 -0
- package/dist/features/inputs/components/Inputs/TextareaInput.js.map +1 -0
- package/dist/features/inputs/components/Inputs/TextareaInput.module.css +144 -0
- package/dist/features/inputs/components/Inputs/types/input.types.d.ts +28 -0
- package/dist/features/inputs/components/Inputs/types/input.types.d.ts.map +1 -0
- package/dist/features/inputs/components/Inputs/types/input.types.js +2 -0
- package/dist/features/inputs/components/Inputs/types/input.types.js.map +1 -0
- package/dist/features/navigation/components/Menu/SharedMenuItem.d.ts +25 -0
- package/dist/features/navigation/components/Menu/SharedMenuItem.d.ts.map +1 -0
- package/dist/features/navigation/components/Menu/SharedMenuItem.js +40 -0
- package/dist/features/navigation/components/Menu/SharedMenuItem.js.map +1 -0
- package/dist/features/navigation/components/Menu/SharedMenuItem.module.css +219 -0
- package/dist/features/navigation/components/PageFooter/PageFooter.d.ts +13 -0
- package/dist/features/navigation/components/PageFooter/PageFooter.d.ts.map +1 -0
- package/dist/features/navigation/components/PageFooter/PageFooter.js +52 -0
- package/dist/features/navigation/components/PageFooter/PageFooter.js.map +1 -0
- package/dist/features/navigation/components/PageFooter/PageFooter.module.css +24 -0
- package/dist/features/navigation/components/PageHeader/PageHeader.d.ts +14 -0
- package/dist/features/navigation/components/PageHeader/PageHeader.d.ts.map +1 -0
- package/dist/features/navigation/components/PageHeader/PageHeader.js +22 -0
- package/dist/features/navigation/components/PageHeader/PageHeader.js.map +1 -0
- package/dist/features/navigation/components/PageHeader/PageHeader.module.css +41 -0
- package/dist/features/navigation/components/Sidebar/Sidebar.d.ts +24 -0
- package/dist/features/navigation/components/Sidebar/Sidebar.d.ts.map +1 -0
- package/dist/features/navigation/components/Sidebar/Sidebar.js +131 -0
- package/dist/features/navigation/components/Sidebar/Sidebar.js.map +1 -0
- package/dist/features/navigation/components/Sidebar/Sidebar.module.css +139 -0
- package/dist/features/overlays/components/DeleteModal/ComprehensiveDeleteModal.d.ts +66 -0
- package/dist/features/overlays/components/DeleteModal/ComprehensiveDeleteModal.d.ts.map +1 -0
- package/dist/features/overlays/components/DeleteModal/ComprehensiveDeleteModal.js +89 -0
- package/dist/features/overlays/components/DeleteModal/ComprehensiveDeleteModal.js.map +1 -0
- package/dist/features/overlays/components/DeleteModal/ComprehensiveDeleteModal.module.css +269 -0
- package/dist/features/overlays/components/Popup/Popup.d.ts +8 -0
- package/dist/features/overlays/components/Popup/Popup.d.ts.map +1 -0
- package/dist/features/overlays/components/Popup/Popup.js +23 -0
- package/dist/features/overlays/components/Popup/Popup.js.map +1 -0
- package/dist/features/overlays/components/Popup/Popup.module.css +64 -0
- package/dist/features/overlays/components/Popup/index.d.ts +3 -0
- package/dist/features/overlays/components/Popup/index.d.ts.map +1 -0
- package/dist/features/overlays/components/Popup/index.js +2 -0
- package/dist/features/overlays/components/Popup/index.js.map +1 -0
- package/dist/features/overlays/components/PrerequisiteGuardModal/PrerequisiteGuardModal.d.ts +36 -0
- package/dist/features/overlays/components/PrerequisiteGuardModal/PrerequisiteGuardModal.d.ts.map +1 -0
- package/dist/features/overlays/components/PrerequisiteGuardModal/PrerequisiteGuardModal.js +38 -0
- package/dist/features/overlays/components/PrerequisiteGuardModal/PrerequisiteGuardModal.js.map +1 -0
- package/dist/features/overlays/components/PrerequisiteGuardModal/PrerequisiteGuardModal.module.css +339 -0
- package/dist/features/overlays/components/dropdowns/DropdownMenu.d.ts +18 -0
- package/dist/features/overlays/components/dropdowns/DropdownMenu.d.ts.map +1 -0
- package/dist/features/overlays/components/dropdowns/DropdownMenu.js +34 -0
- package/dist/features/overlays/components/dropdowns/DropdownMenu.js.map +1 -0
- package/dist/features/overlays/components/dropdowns/DropdownMenu.module.css +23 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/FormActions.d.ts +36 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/FormActions.d.ts.map +1 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/FormActions.js +19 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/FormActions.js.map +1 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/FormActions.module.css +88 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/GenericStepRenderer.d.ts +14 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/GenericStepRenderer.d.ts.map +1 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/GenericStepRenderer.js +119 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/GenericStepRenderer.js.map +1 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/GenericStepRenderer.module.css +76 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/MultiStepForm.d.ts +3 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/MultiStepForm.d.ts.map +1 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/MultiStepForm.js +486 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/MultiStepForm.js.map +1 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/MultiStepForm.module.css +55 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/MultiStepHeader.d.ts +16 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/MultiStepHeader.d.ts.map +1 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/MultiStepHeader.js +8 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/MultiStepHeader.js.map +1 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/MultiStepHeader.module.css +77 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/StepIndicator.d.ts +10 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/StepIndicator.d.ts.map +1 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/StepIndicator.js +9 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/StepIndicator.js.map +1 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/StepIndicator.module.css +86 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/StepsContainer.d.ts +13 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/StepsContainer.d.ts.map +1 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/StepsContainer.js +9 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/StepsContainer.js.map +1 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/StepsContainer.module.css +8 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/SuccessScreen.d.ts +20 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/SuccessScreen.d.ts.map +1 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/SuccessScreen.js +7 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/SuccessScreen.js.map +1 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/SuccessScreen.module.css +13 -0
- package/dist/features/patterns/components/Form/MultiStepForm/types/types.d.ts +216 -0
- package/dist/features/patterns/components/Form/MultiStepForm/types/types.d.ts.map +1 -0
- package/dist/features/patterns/components/Form/MultiStepForm/types/types.js +2 -0
- package/dist/features/patterns/components/Form/MultiStepForm/types/types.js.map +1 -0
- package/dist/features/patterns/components/Form/MultiStepForm/utils/constants.d.ts +6 -0
- package/dist/features/patterns/components/Form/MultiStepForm/utils/constants.d.ts.map +1 -0
- package/dist/features/patterns/components/Form/MultiStepForm/utils/constants.js +22 -0
- package/dist/features/patterns/components/Form/MultiStepForm/utils/constants.js.map +1 -0
- package/dist/features/patterns/components/Form/MultiStepForm/utils/utils.d.ts +10 -0
- package/dist/features/patterns/components/Form/MultiStepForm/utils/utils.d.ts.map +1 -0
- package/dist/features/patterns/components/Form/MultiStepForm/utils/utils.js +31 -0
- package/dist/features/patterns/components/Form/MultiStepForm/utils/utils.js.map +1 -0
- package/dist/features/patterns/components/Form/VerificationCodeStep/VerificationCodeStep.d.ts +19 -0
- package/dist/features/patterns/components/Form/VerificationCodeStep/VerificationCodeStep.d.ts.map +1 -0
- package/dist/features/patterns/components/Form/VerificationCodeStep/VerificationCodeStep.js +104 -0
- package/dist/features/patterns/components/Form/VerificationCodeStep/VerificationCodeStep.js.map +1 -0
- package/dist/features/patterns/components/Form/VerificationCodeStep/VerificationCodeStep.module.css +55 -0
- package/dist/features/selects/components/Selects/CustomSelect.d.ts +27 -0
- package/dist/features/selects/components/Selects/CustomSelect.d.ts.map +1 -0
- package/dist/features/selects/components/Selects/CustomSelect.js +53 -0
- package/dist/features/selects/components/Selects/CustomSelect.js.map +1 -0
- package/dist/features/selects/components/Selects/CustomSelect.module.css +307 -0
- package/dist/features/uploads/components/ImageUpload/ImageUpload.d.ts +12 -0
- package/dist/features/uploads/components/ImageUpload/ImageUpload.d.ts.map +1 -0
- package/dist/features/uploads/components/ImageUpload/ImageUpload.js +178 -0
- package/dist/features/uploads/components/ImageUpload/ImageUpload.js.map +1 -0
- package/dist/features/uploads/components/ImageUpload/ImageUpload.module.css +254 -0
- package/dist/features/uploads/components/VideoUpload/VideoUpload.d.ts +12 -0
- package/dist/features/uploads/components/VideoUpload/VideoUpload.d.ts.map +1 -0
- package/dist/features/uploads/components/VideoUpload/VideoUpload.js +183 -0
- package/dist/features/uploads/components/VideoUpload/VideoUpload.js.map +1 -0
- package/dist/features/uploads/components/VideoUpload/VideoUpload.module.css +277 -0
- package/dist/features/uploads/components/VideoUpload/index.d.ts +2 -0
- package/dist/features/uploads/components/VideoUpload/index.d.ts.map +1 -0
- package/dist/features/uploads/components/VideoUpload/index.js +2 -0
- package/dist/features/uploads/components/VideoUpload/index.js.map +1 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +5 -0
- package/dist/index.js.map +1 -0
- package/dist/shared/styles/globals.css +80 -0
- package/dist/shared/styles/tokens.css +138 -0
- package/dist/shared/utils/devDelay.d.ts +8 -0
- package/dist/shared/utils/devDelay.d.ts.map +1 -0
- package/dist/shared/utils/devDelay.js +11 -0
- package/dist/shared/utils/devDelay.js.map +1 -0
- package/dist/shared/utils/files.d.ts +9 -0
- package/dist/shared/utils/files.d.ts.map +1 -0
- package/dist/shared/utils/files.js +26 -0
- package/dist/shared/utils/files.js.map +1 -0
- package/dist/shared/utils/formatCurrency.d.ts +24 -0
- package/dist/shared/utils/formatCurrency.d.ts.map +1 -0
- package/dist/shared/utils/formatCurrency.js +96 -0
- package/dist/shared/utils/formatCurrency.js.map +1 -0
- package/dist/shared/utils/location/countries/ao.d.ts +3 -0
- package/dist/shared/utils/location/countries/ao.d.ts.map +1 -0
- package/dist/shared/utils/location/countries/ao.js +52 -0
- package/dist/shared/utils/location/countries/ao.js.map +1 -0
- package/dist/shared/utils/location/countries/ao.json +254 -0
- package/dist/shared/utils/location/countries/ao.official-2026.json +254 -0
- package/dist/shared/utils/location/countries/br.d.ts +3 -0
- package/dist/shared/utils/location/countries/br.d.ts.map +1 -0
- package/dist/shared/utils/location/countries/br.js +33 -0
- package/dist/shared/utils/location/countries/br.js.map +1 -0
- package/dist/shared/utils/location/countries/mz.d.ts +3 -0
- package/dist/shared/utils/location/countries/mz.d.ts.map +1 -0
- package/dist/shared/utils/location/countries/mz.js +17 -0
- package/dist/shared/utils/location/countries/mz.js.map +1 -0
- package/dist/shared/utils/location/countries/ng.d.ts +3 -0
- package/dist/shared/utils/location/countries/ng.d.ts.map +1 -0
- package/dist/shared/utils/location/countries/ng.js +43 -0
- package/dist/shared/utils/location/countries/ng.js.map +1 -0
- package/dist/shared/utils/location/countries/pt.d.ts +3 -0
- package/dist/shared/utils/location/countries/pt.d.ts.map +1 -0
- package/dist/shared/utils/location/countries/pt.js +26 -0
- package/dist/shared/utils/location/countries/pt.js.map +1 -0
- package/dist/shared/utils/location/countries/us.d.ts +3 -0
- package/dist/shared/utils/location/countries/us.d.ts.map +1 -0
- package/dist/shared/utils/location/countries/us.js +57 -0
- package/dist/shared/utils/location/countries/us.js.map +1 -0
- package/dist/shared/utils/location/countries/za.d.ts +3 -0
- package/dist/shared/utils/location/countries/za.d.ts.map +1 -0
- package/dist/shared/utils/location/countries/za.js +15 -0
- package/dist/shared/utils/location/countries/za.js.map +1 -0
- package/dist/shared/utils/location/index.d.ts +14 -0
- package/dist/shared/utils/location/index.d.ts.map +1 -0
- package/dist/shared/utils/location/index.js +131 -0
- package/dist/shared/utils/location/index.js.map +1 -0
- package/dist/shared/utils/location/types.d.ts +24 -0
- package/dist/shared/utils/location/types.d.ts.map +1 -0
- package/dist/shared/utils/location/types.js +2 -0
- package/dist/shared/utils/location/types.js.map +1 -0
- package/dist/shared/utils/logger.d.ts +43 -0
- package/dist/shared/utils/logger.d.ts.map +1 -0
- package/dist/shared/utils/logger.js +139 -0
- package/dist/shared/utils/logger.js.map +1 -0
- package/dist/shared/utils/maskedDecimal.d.ts +8 -0
- package/dist/shared/utils/maskedDecimal.d.ts.map +1 -0
- package/dist/shared/utils/maskedDecimal.js +42 -0
- package/dist/shared/utils/maskedDecimal.js.map +1 -0
- package/dist/shared/utils/slug.d.ts +12 -0
- package/dist/shared/utils/slug.d.ts.map +1 -0
- package/dist/shared/utils/slug.js +31 -0
- package/dist/shared/utils/slug.js.map +1 -0
- package/dist/shared/utils/tax-id/countries/ao.d.ts +11 -0
- package/dist/shared/utils/tax-id/countries/ao.d.ts.map +1 -0
- package/dist/shared/utils/tax-id/countries/ao.js +115 -0
- package/dist/shared/utils/tax-id/countries/ao.js.map +1 -0
- package/dist/shared/utils/tax-id/countries/br.d.ts +3 -0
- package/dist/shared/utils/tax-id/countries/br.d.ts.map +1 -0
- package/dist/shared/utils/tax-id/countries/br.js +24 -0
- package/dist/shared/utils/tax-id/countries/br.js.map +1 -0
- package/dist/shared/utils/tax-id/countries/index.d.ts +8 -0
- package/dist/shared/utils/tax-id/countries/index.d.ts.map +1 -0
- package/dist/shared/utils/tax-id/countries/index.js +12 -0
- package/dist/shared/utils/tax-id/countries/index.js.map +1 -0
- package/dist/shared/utils/tax-id/countries/pt.d.ts +3 -0
- package/dist/shared/utils/tax-id/countries/pt.d.ts.map +1 -0
- package/dist/shared/utils/tax-id/countries/pt.js +24 -0
- package/dist/shared/utils/tax-id/countries/pt.js.map +1 -0
- package/dist/shared/utils/tax-id/countries/us.d.ts +3 -0
- package/dist/shared/utils/tax-id/countries/us.d.ts.map +1 -0
- package/dist/shared/utils/tax-id/countries/us.js +24 -0
- package/dist/shared/utils/tax-id/countries/us.js.map +1 -0
- package/dist/shared/utils/tax-id/index.d.ts +14 -0
- package/dist/shared/utils/tax-id/index.d.ts.map +1 -0
- package/dist/shared/utils/tax-id/index.js +140 -0
- package/dist/shared/utils/tax-id/index.js.map +1 -0
- package/dist/shared/utils/tax-id/types.d.ts +21 -0
- package/dist/shared/utils/tax-id/types.d.ts.map +1 -0
- package/dist/shared/utils/tax-id/types.js +2 -0
- package/dist/shared/utils/tax-id/types.js.map +1 -0
- package/dist/styles.d.ts +2 -0
- package/dist/styles.d.ts.map +1 -0
- package/dist/styles.js +2 -0
- package/dist/styles.js.map +1 -0
- package/dist/tokens.d.ts +2 -0
- package/dist/tokens.d.ts.map +1 -0
- package/dist/tokens.js +2 -0
- package/dist/tokens.js.map +1 -0
- package/dist/ui.d.ts +67 -0
- package/dist/ui.d.ts.map +1 -0
- package/dist/ui.js +39 -0
- package/dist/ui.js.map +1 -0
- package/dist/utils.d.ts +7 -0
- package/dist/utils.d.ts.map +1 -0
- package/dist/utils.js +4 -0
- package/dist/utils.js.map +1 -0
- package/package.json +80 -0
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import { formatDecimalCommaFromNumber } from './maskedDecimal';
|
|
2
|
+
function normalizeToNumber(value) {
|
|
3
|
+
if (typeof value === 'number') {
|
|
4
|
+
return Number.isFinite(value) ? value : null;
|
|
5
|
+
}
|
|
6
|
+
if (typeof value === 'string') {
|
|
7
|
+
const parsed = Number(value.replace(/\s+/g, '').replace(',', '.'));
|
|
8
|
+
return Number.isFinite(parsed) ? parsed : null;
|
|
9
|
+
}
|
|
10
|
+
return null;
|
|
11
|
+
}
|
|
12
|
+
function trimTrailingZeros(value) {
|
|
13
|
+
return value.replace(/\.0+$/, '').replace(/(\.\d*?[1-9])0+$/, '$1');
|
|
14
|
+
}
|
|
15
|
+
function trimTrailingZerosComma(value) {
|
|
16
|
+
return value.replace(/,(\d*?[1-9])0+$/, ',$1').replace(/,0+$/, '');
|
|
17
|
+
}
|
|
18
|
+
function applyCurrency(value, currency, currencyPosition = 'suffix') {
|
|
19
|
+
if (!currency)
|
|
20
|
+
return value;
|
|
21
|
+
return currencyPosition === 'prefix' ? `${currency} ${value}` : `${value} ${currency}`;
|
|
22
|
+
}
|
|
23
|
+
export function formatKwanza(value) {
|
|
24
|
+
const formatted = formatDecimalCommaFromNumber(value, { decimals: 2, showThousandsSeparator: true });
|
|
25
|
+
return `Kz ${formatted}`;
|
|
26
|
+
}
|
|
27
|
+
export function formatNumberDecimal(value, options = {}) {
|
|
28
|
+
var _a, _b, _c;
|
|
29
|
+
const normalized = normalizeToNumber(value);
|
|
30
|
+
if (normalized === null)
|
|
31
|
+
return '--';
|
|
32
|
+
const decimals = (_a = options.decimals) !== null && _a !== void 0 ? _a : 2;
|
|
33
|
+
const showThousandsSeparator = (_b = options.showThousandsSeparator) !== null && _b !== void 0 ? _b : true;
|
|
34
|
+
const shouldTrimTrailingZeros = (_c = options.trimTrailingZeros) !== null && _c !== void 0 ? _c : false;
|
|
35
|
+
const formatted = formatDecimalCommaFromNumber(normalized, {
|
|
36
|
+
decimals,
|
|
37
|
+
showThousandsSeparator,
|
|
38
|
+
});
|
|
39
|
+
return shouldTrimTrailingZeros ? trimTrailingZerosComma(formatted) : formatted;
|
|
40
|
+
}
|
|
41
|
+
export function formatCompactNumber(value, decimals = 1) {
|
|
42
|
+
var _a;
|
|
43
|
+
const normalized = normalizeToNumber(value);
|
|
44
|
+
if (normalized === null) {
|
|
45
|
+
return '--';
|
|
46
|
+
}
|
|
47
|
+
const absoluteValue = Math.abs(normalized);
|
|
48
|
+
const sign = normalized < 0 ? '-' : '';
|
|
49
|
+
if (absoluteValue < 1000) {
|
|
50
|
+
return `${sign}${Math.round(absoluteValue).toLocaleString('pt-AO')}`;
|
|
51
|
+
}
|
|
52
|
+
const units = [
|
|
53
|
+
{ threshold: 1000000000000, suffix: 'T' },
|
|
54
|
+
{ threshold: 1000000000, suffix: 'B' },
|
|
55
|
+
{ threshold: 1000000, suffix: 'M' },
|
|
56
|
+
{ threshold: 1000, suffix: 'K' },
|
|
57
|
+
];
|
|
58
|
+
const matchedUnit = (_a = units.find((unit) => absoluteValue >= unit.threshold)) !== null && _a !== void 0 ? _a : units[units.length - 1];
|
|
59
|
+
const compactValue = absoluteValue / matchedUnit.threshold;
|
|
60
|
+
return `${sign}${trimTrailingZeros(compactValue.toFixed(decimals))}${matchedUnit.suffix}`;
|
|
61
|
+
}
|
|
62
|
+
export function formatCompactCurrency(value, currency, decimals = 1, currencyPosition = 'suffix') {
|
|
63
|
+
const compact = formatCompactNumber(value, decimals);
|
|
64
|
+
if (compact === '--') {
|
|
65
|
+
return compact;
|
|
66
|
+
}
|
|
67
|
+
return applyCurrency(compact, currency, currencyPosition);
|
|
68
|
+
}
|
|
69
|
+
export function formatCurrency(value, options) {
|
|
70
|
+
var _a, _b, _c, _d, _e, _f, _g;
|
|
71
|
+
const compact = (_a = options === null || options === void 0 ? void 0 : options.compact) !== null && _a !== void 0 ? _a : false;
|
|
72
|
+
const currency = (_b = options === null || options === void 0 ? void 0 : options.currency) !== null && _b !== void 0 ? _b : options === null || options === void 0 ? void 0 : options.currencySuffix;
|
|
73
|
+
const currencyPosition = (_c = options === null || options === void 0 ? void 0 : options.currencyPosition) !== null && _c !== void 0 ? _c : 'suffix';
|
|
74
|
+
const decimals = (_d = options === null || options === void 0 ? void 0 : options.decimals) !== null && _d !== void 0 ? _d : 1;
|
|
75
|
+
if (compact) {
|
|
76
|
+
return formatCompactCurrency(value, currency, decimals, currencyPosition);
|
|
77
|
+
}
|
|
78
|
+
const formatted = formatNumberDecimal(value, {
|
|
79
|
+
decimals: (_e = options === null || options === void 0 ? void 0 : options.decimals) !== null && _e !== void 0 ? _e : 2,
|
|
80
|
+
showThousandsSeparator: (_f = options === null || options === void 0 ? void 0 : options.showThousandsSeparator) !== null && _f !== void 0 ? _f : true,
|
|
81
|
+
trimTrailingZeros: (_g = options === null || options === void 0 ? void 0 : options.trimTrailingZeros) !== null && _g !== void 0 ? _g : false,
|
|
82
|
+
});
|
|
83
|
+
if (formatted === '--') {
|
|
84
|
+
return formatted;
|
|
85
|
+
}
|
|
86
|
+
return applyCurrency(formatted, currency, currencyPosition);
|
|
87
|
+
}
|
|
88
|
+
export function formatPercent(value) {
|
|
89
|
+
const formatted = formatDecimalCommaFromNumber(value, { decimals: 2, showThousandsSeparator: false });
|
|
90
|
+
return `% ${formatted}`;
|
|
91
|
+
}
|
|
92
|
+
export function formatPercentCompact(value) {
|
|
93
|
+
const formatted = formatDecimalCommaFromNumber(value, { decimals: 2, showThousandsSeparator: false });
|
|
94
|
+
return `% ${formatted}`;
|
|
95
|
+
}
|
|
96
|
+
//# sourceMappingURL=formatCurrency.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"formatCurrency.js","sourceRoot":"","sources":["../../../src/shared/utils/formatCurrency.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ao.d.ts","sourceRoot":"","sources":["../../../../../src/shared/utils/location/countries/ao.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAyDpD,eAAO,MAAM,cAAc,EAAE,mBAgB5B,CAAC"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import aoOfficial2026 from "./ao.official-2026.json";
|
|
2
|
+
const provinceCodeByName = {
|
|
3
|
+
Bengo: "BO",
|
|
4
|
+
Benguela: "BG",
|
|
5
|
+
"Bié": "BI",
|
|
6
|
+
Cabinda: "CA",
|
|
7
|
+
Cuando: "CU",
|
|
8
|
+
Cubango: "CB",
|
|
9
|
+
"Cuanza Norte": "CN",
|
|
10
|
+
"Cuanza Sul": "CS",
|
|
11
|
+
Cunene: "CE",
|
|
12
|
+
Huambo: "HB",
|
|
13
|
+
"Huíla": "HL",
|
|
14
|
+
"Icolo e Bengo": "IB",
|
|
15
|
+
Luanda: "LA",
|
|
16
|
+
"Lunda Norte": "LN",
|
|
17
|
+
"Lunda Sul": "LS",
|
|
18
|
+
Malanje: "MA",
|
|
19
|
+
Moxico: "MX",
|
|
20
|
+
"Moxico Leste": "ML",
|
|
21
|
+
Namibe: "NA",
|
|
22
|
+
"Uíge": "UI",
|
|
23
|
+
Zaire: "ZA",
|
|
24
|
+
};
|
|
25
|
+
const slugify = (value) => value
|
|
26
|
+
.normalize("NFD")
|
|
27
|
+
.replace(/[\u0300-\u036f]/g, "")
|
|
28
|
+
.toUpperCase()
|
|
29
|
+
.replace(/[^A-Z0-9]+/g, "_")
|
|
30
|
+
.replace(/^_+|_+$/g, "");
|
|
31
|
+
const aoRaw = aoOfficial2026;
|
|
32
|
+
export const aoLocationData = {
|
|
33
|
+
countryCode: "AO",
|
|
34
|
+
provinces: aoRaw.provincias.map((province) => {
|
|
35
|
+
var _a;
|
|
36
|
+
return ({
|
|
37
|
+
value: (_a = provinceCodeByName[province.nome]) !== null && _a !== void 0 ? _a : slugify(province.nome),
|
|
38
|
+
label: province.nome,
|
|
39
|
+
municipalities: province.municipios.map((municipality) => ({
|
|
40
|
+
value: slugify(municipality.nome),
|
|
41
|
+
label: municipality.nome,
|
|
42
|
+
cities: [
|
|
43
|
+
{
|
|
44
|
+
value: slugify(municipality.cidade_sede),
|
|
45
|
+
label: municipality.cidade_sede,
|
|
46
|
+
},
|
|
47
|
+
],
|
|
48
|
+
})),
|
|
49
|
+
});
|
|
50
|
+
}),
|
|
51
|
+
};
|
|
52
|
+
//# sourceMappingURL=ao.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ao.js","sourceRoot":"","sources":["../../../../../src/shared/utils/location/countries/ao.ts"],"names":[],"mappings":"AACA,OAAO,cAAc,MAAM,yBAAyB,CAAC;AAsBrD,MAAM,kBAAkB,GAA2B;IACjD,KAAK,EAAE,IAAI;IACX,QAAQ,EAAE,IAAI;IACd,KAAK,EAAE,IAAI;IACX,OAAO,EAAE,IAAI;IACb,MAAM,EAAE,IAAI;IACZ,OAAO,EAAE,IAAI;IACb,cAAc,EAAE,IAAI;IACpB,YAAY,EAAE,IAAI;IAClB,MAAM,EAAE,IAAI;IACZ,MAAM,EAAE,IAAI;IACZ,OAAO,EAAE,IAAI;IACb,eAAe,EAAE,IAAI;IACrB,MAAM,EAAE,IAAI;IACZ,aAAa,EAAE,IAAI;IACnB,WAAW,EAAE,IAAI;IACjB,OAAO,EAAE,IAAI;IACb,MAAM,EAAE,IAAI;IACZ,cAAc,EAAE,IAAI;IACpB,MAAM,EAAE,IAAI;IACZ,MAAM,EAAE,IAAI;IACZ,KAAK,EAAE,IAAI;CACZ,CAAC;AAEF,MAAM,OAAO,GAAG,CAAC,KAAa,EAAE,EAAE,CAChC,KAAK;KACF,SAAS,CAAC,KAAK,CAAC;KAChB,OAAO,CAAC,kBAAkB,EAAE,EAAE,CAAC;KAC/B,WAAW,EAAE;KACb,OAAO,CAAC,aAAa,EAAE,GAAG,CAAC;KAC3B,OAAO,CAAC,UAAU,EAAE,EAAE,CAAC,CAAC;AAE7B,MAAM,KAAK,GAAG,cAA8B,CAAC;AAE7C,MAAM,CAAC,MAAM,cAAc,GAAwB;IACjD,WAAW,EAAE,IAAI;IACjB,SAAS,EAAE,KAAK,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC,QAAQ,EAAE,EAAE;;QAAC,OAAA,CAAC;YAC7C,KAAK,EAAE,MAAA,kBAAkB,CAAC,QAAQ,CAAC,IAAI,CAAC,mCAAI,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAC;YAClE,KAAK,EAAE,QAAQ,CAAC,IAAI;YACpB,cAAc,EAAE,QAAQ,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC,YAAY,EAAE,EAAE,CAAC,CAAC;gBACzD,KAAK,EAAE,OAAO,CAAC,YAAY,CAAC,IAAI,CAAC;gBACjC,KAAK,EAAE,YAAY,CAAC,IAAI;gBACxB,MAAM,EAAE;oBACN;wBACE,KAAK,EAAE,OAAO,CAAC,YAAY,CAAC,WAAW,CAAC;wBACxC,KAAK,EAAE,YAAY,CAAC,WAAW;qBAChC;iBACF;aACF,CAAC,CAAC;SACJ,CAAC,CAAA;KAAA,CAAC;CACJ,CAAC"}
|
|
@@ -0,0 +1,254 @@
|
|
|
1
|
+
{
|
|
2
|
+
"pais": "Angola",
|
|
3
|
+
"ano_referencia": 2026,
|
|
4
|
+
"base_legal": "Lei n.º 14/24 (Nova DPA)",
|
|
5
|
+
"total_provincias": 21,
|
|
6
|
+
"total_municipios": 326,
|
|
7
|
+
"provincias": [
|
|
8
|
+
{
|
|
9
|
+
"nome": "Bengo",
|
|
10
|
+
"capital": "Caxito",
|
|
11
|
+
"municipios": [
|
|
12
|
+
{"nome": "Dande", "cidade_sede": "Caxito"},
|
|
13
|
+
{"nome": "Ambriz", "cidade_sede": "Ambriz"},
|
|
14
|
+
{"nome": "Bula Atumba", "cidade_sede": "Bula Atumba"},
|
|
15
|
+
{"nome": "Dembos", "cidade_sede": "Quibaxe"},
|
|
16
|
+
{"nome": "Nambuangongo", "cidade_sede": "Muxaluando"},
|
|
17
|
+
{"nome": "Pango Aluquém", "cidade_sede": "Pango Aluquém"},
|
|
18
|
+
{"nome": "Úcua", "cidade_sede": "Úcua"},
|
|
19
|
+
{"nome": "Piri", "cidade_sede": "Piri"}
|
|
20
|
+
]
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"nome": "Benguela",
|
|
24
|
+
"capital": "Benguela",
|
|
25
|
+
"municipios": [
|
|
26
|
+
{"nome": "Benguela", "cidade_sede": "Benguela"},
|
|
27
|
+
{"nome": "Lobito", "cidade_sede": "Lobito"},
|
|
28
|
+
{"nome": "Catumbela", "cidade_sede": "Catumbela"},
|
|
29
|
+
{"nome": "Baía Farta", "cidade_sede": "Baía Farta"},
|
|
30
|
+
{"nome": "Cubal", "cidade_sede": "Cubal"},
|
|
31
|
+
{"nome": "Ganda", "cidade_sede": "Ganda"},
|
|
32
|
+
{"nome": "Balombo", "cidade_sede": "Balombo"},
|
|
33
|
+
{"nome": "Bocoio", "cidade_sede": "Bocoio"},
|
|
34
|
+
{"nome": "Caimbambo", "cidade_sede": "Caimbambo"},
|
|
35
|
+
{"nome": "Chongorói", "cidade_sede": "Chongorói"},
|
|
36
|
+
{"nome": "Canjala", "cidade_sede": "Canjala"},
|
|
37
|
+
{"nome": "Dombe Grande", "cidade_sede": "Dombe Grande"}
|
|
38
|
+
]
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"nome": "Bié",
|
|
42
|
+
"capital": "Cuíto",
|
|
43
|
+
"municipios": [
|
|
44
|
+
{"nome": "Cuíto", "cidade_sede": "Cuíto"},
|
|
45
|
+
{"nome": "Andulo", "cidade_sede": "Andulo"},
|
|
46
|
+
{"nome": "Camacupa", "cidade_sede": "Camacupa"},
|
|
47
|
+
{"nome": "Catabola", "cidade_sede": "Catabola"},
|
|
48
|
+
{"nome": "Chinguar", "cidade_sede": "Chinguar"},
|
|
49
|
+
{"nome": "Chitembo", "cidade_sede": "Chitembo"},
|
|
50
|
+
{"nome": "Cuemba", "cidade_sede": "Cuemba"},
|
|
51
|
+
{"nome": "Cunhinga", "cidade_sede": "Cunhinga"},
|
|
52
|
+
{"nome": "Nharea", "cidade_sede": "Nharea"},
|
|
53
|
+
{"nome": "Cassumbe", "cidade_sede": "Cassumbe"}
|
|
54
|
+
]
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"nome": "Cabinda",
|
|
58
|
+
"capital": "Cabinda",
|
|
59
|
+
"municipios": [
|
|
60
|
+
{"nome": "Cabinda", "cidade_sede": "Cabinda"},
|
|
61
|
+
{"nome": "Cacongo", "cidade_sede": "Lândana"},
|
|
62
|
+
{"nome": "Buco-Zau", "cidade_sede": "Buco-Zau"},
|
|
63
|
+
{"nome": "Belize", "cidade_sede": "Belize"},
|
|
64
|
+
{"nome": "Chicamba", "cidade_sede": "Chicamba"},
|
|
65
|
+
{"nome": "Cotra", "cidade_sede": "Cotra"},
|
|
66
|
+
{"nome": "Tanto-Zinze", "cidade_sede": "Tanto-Zinze"},
|
|
67
|
+
{"nome": "Inhuca", "cidade_sede": "Inhuca"},
|
|
68
|
+
{"nome": "Necuto", "cidade_sede": "Necuto"},
|
|
69
|
+
{"nome": "Miconje", "cidade_sede": "Miconje"}
|
|
70
|
+
]
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"nome": "Cuando",
|
|
74
|
+
"capital": "Mavinga",
|
|
75
|
+
"municipios": [
|
|
76
|
+
{"nome": "Mavinga", "cidade_sede": "Mavinga"},
|
|
77
|
+
{"nome": "Dirico", "cidade_sede": "Dirico"},
|
|
78
|
+
{"nome": "Rivungo", "cidade_sede": "Rivungo"},
|
|
79
|
+
{"nome": "Nancova", "cidade_sede": "Nancova"},
|
|
80
|
+
{"nome": "Luengue", "cidade_sede": "Luengue"}
|
|
81
|
+
]
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"nome": "Cubango",
|
|
85
|
+
"capital": "Menongue",
|
|
86
|
+
"municipios": [
|
|
87
|
+
{"nome": "Menongue", "cidade_sede": "Menongue"},
|
|
88
|
+
{"nome": "Cuchi", "cidade_sede": "Cuchi"},
|
|
89
|
+
{"nome": "Cuito Cuanavale", "cidade_sede": "Cuito Cuanavale"},
|
|
90
|
+
{"nome": "Calai", "cidade_sede": "Calai"},
|
|
91
|
+
{"nome": "Cuangar", "cidade_sede": "Cuangar"},
|
|
92
|
+
{"nome": "Caiundo", "cidade_sede": "Caiundo"}
|
|
93
|
+
]
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"nome": "Cuanza Norte",
|
|
97
|
+
"capital": "Nadalatando",
|
|
98
|
+
"municipios": [
|
|
99
|
+
{"nome": "Cazengo", "cidade_sede": "Nadalatando"},
|
|
100
|
+
{"nome": "Cambambe", "cidade_sede": "Dondo"},
|
|
101
|
+
{"nome": "Ambaca", "cidade_sede": "Camabatela"},
|
|
102
|
+
{"nome": "Golungo Alto", "cidade_sede": "Golungo Alto"},
|
|
103
|
+
{"nome": "Lucala", "cidade_sede": "Lucala"},
|
|
104
|
+
{"nome": "Massangano", "cidade_sede": "Massangano"}
|
|
105
|
+
]
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"nome": "Cuanza Sul",
|
|
109
|
+
"capital": "Sumbe",
|
|
110
|
+
"municipios": [
|
|
111
|
+
{"nome": "Sumbe", "cidade_sede": "Sumbe"},
|
|
112
|
+
{"nome": "Porto Amboim", "cidade_sede": "Porto Amboim"},
|
|
113
|
+
{"nome": "Cela", "cidade_sede": "Waku Kungo"},
|
|
114
|
+
{"nome": "Quibala", "cidade_sede": "Quibala"},
|
|
115
|
+
{"nome": "Libolo", "cidade_sede": "Calulo"},
|
|
116
|
+
{"nome": "Amboim", "cidade_sede": "Gabela"}
|
|
117
|
+
]
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"nome": "Cunene",
|
|
121
|
+
"capital": "Ondjiva",
|
|
122
|
+
"municipios": [
|
|
123
|
+
{"nome": "Cuanhama", "cidade_sede": "Ondjiva"},
|
|
124
|
+
{"nome": "Ombadja", "cidade_sede": "Xangongo"},
|
|
125
|
+
{"nome": "Cahama", "cidade_sede": "Cahama"},
|
|
126
|
+
{"nome": "Namacunde", "cidade_sede": "Namacunde"}
|
|
127
|
+
]
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"nome": "Huambo",
|
|
131
|
+
"capital": "Huambo",
|
|
132
|
+
"municipios": [
|
|
133
|
+
{"nome": "Huambo", "cidade_sede": "Huambo"},
|
|
134
|
+
{"nome": "Bailundo", "cidade_sede": "Bailundo"},
|
|
135
|
+
{"nome": "Caála", "cidade_sede": "Caála"},
|
|
136
|
+
{"nome": "Londuimbali", "cidade_sede": "Londuimbali"}
|
|
137
|
+
]
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"nome": "Huíla",
|
|
141
|
+
"capital": "Lubango",
|
|
142
|
+
"municipios": [
|
|
143
|
+
{"nome": "Lubango", "cidade_sede": "Lubango"},
|
|
144
|
+
{"nome": "Matala", "cidade_sede": "Matala"},
|
|
145
|
+
{"nome": "Chibia", "cidade_sede": "Chibia"},
|
|
146
|
+
{"nome": "Quipungo", "cidade_sede": "Quipungo"},
|
|
147
|
+
{"nome": "Humpata", "cidade_sede": "Humpata"},
|
|
148
|
+
{"nome": "Hoque", "cidade_sede": "Hoque"}
|
|
149
|
+
]
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"nome": "Icolo e Bengo",
|
|
153
|
+
"capital": "Catete",
|
|
154
|
+
"municipios": [
|
|
155
|
+
{"nome": "Icolo e Bengo", "cidade_sede": "Catete"},
|
|
156
|
+
{"nome": "Quissama", "cidade_sede": "Muxima"},
|
|
157
|
+
{"nome": "Bela Vista", "cidade_sede": "Bela Vista"},
|
|
158
|
+
{"nome": "Bom Jesus", "cidade_sede": "Bom Jesus"},
|
|
159
|
+
{"nome": "Cabo Ledo", "cidade_sede": "Cabo Ledo"},
|
|
160
|
+
{"nome": "Cassoneca", "cidade_sede": "Cassoneca"},
|
|
161
|
+
{"nome": "Cabiri", "cidade_sede": "Cabiri"}
|
|
162
|
+
]
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"nome": "Luanda",
|
|
166
|
+
"capital": "Ingombota",
|
|
167
|
+
"municipios": [
|
|
168
|
+
{"nome": "Luanda", "cidade_sede": "Ingombota"},
|
|
169
|
+
{"nome": "Viana", "cidade_sede": "Viana"},
|
|
170
|
+
{"nome": "Cacuaco", "cidade_sede": "Cacuaco"},
|
|
171
|
+
{"nome": "Cazenga", "cidade_sede": "Cazenga"},
|
|
172
|
+
{"nome": "Talatona", "cidade_sede": "Talatona"},
|
|
173
|
+
{"nome": "Quilamba Quiaxi", "cidade_sede": "Quilamba Quiaxi"},
|
|
174
|
+
{"nome": "Belas", "cidade_sede": "Quilamba"}
|
|
175
|
+
]
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"nome": "Lunda Norte",
|
|
179
|
+
"capital": "Dundo",
|
|
180
|
+
"municipios": [
|
|
181
|
+
{"nome": "Chitato", "cidade_sede": "Dundo"},
|
|
182
|
+
{"nome": "Lucapa", "cidade_sede": "Lucapa"},
|
|
183
|
+
{"nome": "Cuango", "cidade_sede": "Cuango"}
|
|
184
|
+
]
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"nome": "Lunda Sul",
|
|
188
|
+
"capital": "Saurimo",
|
|
189
|
+
"municipios": [
|
|
190
|
+
{"nome": "Saurimo", "cidade_sede": "Saurimo"},
|
|
191
|
+
{"nome": "Dala", "cidade_sede": "Dala"},
|
|
192
|
+
{"nome": "Muconda", "cidade_sede": "Muconda"}
|
|
193
|
+
]
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"nome": "Malanje",
|
|
197
|
+
"capital": "Malanje",
|
|
198
|
+
"municipios": [
|
|
199
|
+
{"nome": "Malanje", "cidade_sede": "Malanje"},
|
|
200
|
+
{"nome": "Calandula", "cidade_sede": "Calandula"},
|
|
201
|
+
{"nome": "Cacuso", "cidade_sede": "Cacuso"}
|
|
202
|
+
]
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"nome": "Moxico",
|
|
206
|
+
"capital": "Luena",
|
|
207
|
+
"municipios": [
|
|
208
|
+
{"nome": "Moxico", "cidade_sede": "Luena"},
|
|
209
|
+
{"nome": "Camanongue", "cidade_sede": "Camanongue"},
|
|
210
|
+
{"nome": "Lucusse", "cidade_sede": "Lucusse"}
|
|
211
|
+
]
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"nome": "Moxico Leste",
|
|
215
|
+
"capital": "Cazombo",
|
|
216
|
+
"municipios": [
|
|
217
|
+
{"nome": "Alto Zambeze", "cidade_sede": "Cazombo"},
|
|
218
|
+
{"nome": "Bundas", "cidade_sede": "Lumbala Nguimbo"},
|
|
219
|
+
{"nome": "Luau", "cidade_sede": "Luau"},
|
|
220
|
+
{"nome": "Nana Candundo", "cidade_sede": "Nana Candundo"}
|
|
221
|
+
]
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"nome": "Namibe",
|
|
225
|
+
"capital": "Moçâmedes",
|
|
226
|
+
"municipios": [
|
|
227
|
+
{"nome": "Moçâmedes", "cidade_sede": "Moçâmedes"},
|
|
228
|
+
{"nome": "Tômbwa", "cidade_sede": "Tômbwa"},
|
|
229
|
+
{"nome": "Bibala", "cidade_sede": "Bibala"},
|
|
230
|
+
{"nome": "Lucira", "cidade_sede": "Lucira"}
|
|
231
|
+
]
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"nome": "Uíge",
|
|
235
|
+
"capital": "Uíge",
|
|
236
|
+
"municipios": [
|
|
237
|
+
{"nome": "Uíge", "cidade_sede": "Uíge"},
|
|
238
|
+
{"nome": "Negage", "cidade_sede": "Negage"},
|
|
239
|
+
{"nome": "Maquela do Zombo", "cidade_sede": "Maquela do Zombo"},
|
|
240
|
+
{"nome": "Quimbele", "cidade_sede": "Quimbele"}
|
|
241
|
+
]
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"nome": "Zaire",
|
|
245
|
+
"capital": "Mbanza Congo",
|
|
246
|
+
"municipios": [
|
|
247
|
+
{"nome": "Mbanza Congo", "cidade_sede": "Mbanza Congo"},
|
|
248
|
+
{"nome": "Soyo", "cidade_sede": "Soyo"},
|
|
249
|
+
{"nome": "Nzeto", "cidade_sede": "Nzeto"},
|
|
250
|
+
{"nome": "Tomboco", "cidade_sede": "Tomboco"}
|
|
251
|
+
]
|
|
252
|
+
}
|
|
253
|
+
]
|
|
254
|
+
}
|