@hitsoft/kadooglu-keops 0.0.1 → 0.0.2
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/esm2020/lib/features/container-definitions/components/container-definition-form.component.mjs +2 -2
- package/esm2020/lib/features/container-definitions/components/container-definitions.component.mjs +2 -2
- package/esm2020/lib/features/container-loading-counts/components/container-loading-counts.component.mjs +3 -3
- package/esm2020/lib/features/container-loading-scenarios/components/container-loading-scenarios.component.mjs +2 -2
- package/esm2020/lib/features/container-loading-scenarios/container-loading-scenario-l10n-helper.mjs +2 -2
- package/esm2020/lib/features/container-mix-types/components/container-mix-type-form.component.mjs +2 -2
- package/esm2020/lib/features/container-mix-types/components/container-mix-types.component.mjs +2 -2
- package/esm2020/lib/features/container-pallet-capacities/components/container-pallet-capacities.component.mjs +2 -2
- package/esm2020/lib/features/container-pallet-capacities/components/container-pallet-capacity-form.component.mjs +2 -2
- package/esm2020/lib/features/cost-calculation/components/cost-calculation-inputs.component.mjs +14 -7
- package/esm2020/lib/features/cost-calculation/components/cost-calculation-result-sum.component.mjs +2 -2
- package/esm2020/lib/features/cost-calculation/components/cost-calculation.component.mjs +4 -6
- package/esm2020/lib/features/cost-calculation/cost-calculation.models.mjs +1 -1
- package/esm2020/lib/features/cost-calculation/engine/currency.utils.mjs +2 -2
- package/esm2020/lib/features/cost-calculation/engine/item-resolver.mjs +2 -2
- package/esm2020/lib/features/cost-calculation/engine/models.mjs +2 -2
- package/esm2020/lib/features/cost-calculation/engine/stage-builder.mjs +2 -3
- package/esm2020/lib/features/cost-groups/components/cost-group-form.component.mjs +3 -3
- package/esm2020/lib/features/cost-groups/components/cost-groups.component.mjs +3 -3
- package/esm2020/lib/features/cost-groups/cost-group-role-l10n-helper.mjs +2 -2
- package/esm2020/lib/features/cost-items/components/cost-item-form.component.mjs +8 -7
- package/esm2020/lib/features/cost-items/components/cost-items.component.mjs +2 -2
- package/esm2020/lib/features/cost-items/cost-item-l10n-helper.mjs +2 -2
- package/esm2020/lib/features/cost-parameter-categories/components/cost-parameter-categories.component.mjs +2 -2
- package/esm2020/lib/features/cost-parameter-categories/components/cost-parameter-category-form.component.mjs +4 -4
- package/esm2020/lib/features/cost-parameter-categories/cost-parameter-category-l10n-helper.mjs +2 -2
- package/esm2020/lib/features/cost-parameters/components/cost-parameter-form.component.mjs +3 -5
- package/esm2020/lib/features/cost-parameters/components/cost-parameters.component.mjs +2 -2
- package/esm2020/lib/features/cost-parameters/cost-parameter-l10n-helper.mjs +2 -2
- package/esm2020/lib/features/exchange-rates/components/central-bank-rates.component.mjs +1 -1
- package/esm2020/lib/features/exchange-rates/components/exchange-rates.component.mjs +2 -2
- package/esm2020/lib/features/exchange-rates/components/fixed-rates-form.component.mjs +3 -3
- package/esm2020/lib/features/packaging-materials/components/packaging-material-form.component.mjs +2 -2
- package/esm2020/lib/features/packaging-materials/components/packaging-materials.component.mjs +2 -2
- package/esm2020/lib/features/packaging-prices/components/packaging-price-form.component.mjs +4 -4
- package/esm2020/lib/features/packaging-prices/components/packaging-prices.component.mjs +2 -2
- package/esm2020/lib/features/packaging-prices/packaging-price-calculator.mjs +2 -2
- package/esm2020/lib/features/packaging-prices/packaging-price-excel.service.mjs +2 -2
- package/esm2020/lib/features/packaging-prices/packaging-price-form.factory.mjs +1 -1
- package/esm2020/lib/features/packaging-prices/packaging-price-lines.builder.mjs +2 -2
- package/esm2020/lib/features/packaging-types/components/packaging-type-form.component.mjs +2 -2
- package/esm2020/lib/features/packaging-types/components/packaging-types.component.mjs +2 -2
- package/esm2020/lib/features/pallet-definitions/components/pallet-definition-form.component.mjs +2 -2
- package/esm2020/lib/features/pallet-definitions/components/pallet-definitions.component.mjs +2 -2
- package/esm2020/lib/features/price-parameter-types/components/price-parameter-type-form.component.mjs +2 -2
- package/esm2020/lib/features/price-parameter-types/components/price-parameter-types.component.mjs +2 -2
- package/esm2020/lib/features/sap-sales-persons/components/sap-sales-person-form.component.mjs +3 -3
- package/esm2020/lib/features/sap-sales-persons/components/sap-sales-persons.component.mjs +5 -3
- package/esm2020/lib/features/settings/components/cost-settings.component.mjs +2 -2
- package/esm2020/lib/utils/currency.utils.mjs +2 -2
- package/esm2020/{lib/proxy/exchange-rates → proxy/container-definitions}/dtos/index.mjs +1 -1
- package/esm2020/proxy/container-definitions/dtos/models.mjs +2 -0
- package/esm2020/proxy/container-loading-counts/dtos/index.mjs +2 -0
- package/esm2020/proxy/container-loading-counts/dtos/models.mjs +2 -0
- package/esm2020/proxy/container-loading-counts/loading-target-kind.enum.mjs +8 -0
- package/esm2020/proxy/container-loading-scenarios/dtos/index.mjs +2 -0
- package/esm2020/proxy/container-loading-scenarios/dtos/models.mjs +2 -0
- package/esm2020/proxy/container-loading-scenarios/pallet-status.enum.mjs +8 -0
- package/esm2020/proxy/container-mix-types/dtos/index.mjs +2 -0
- package/esm2020/proxy/container-mix-types/dtos/models.mjs +2 -0
- package/esm2020/proxy/container-pallet-capacities/dtos/index.mjs +2 -0
- package/esm2020/proxy/container-pallet-capacities/dtos/models.mjs +2 -0
- package/esm2020/proxy/controllers/container-definition.service.mjs +40 -0
- package/esm2020/proxy/controllers/container-loading-count.service.mjs +31 -0
- package/esm2020/proxy/controllers/container-loading-scenario.service.mjs +27 -0
- package/esm2020/proxy/controllers/container-mix-type.service.mjs +40 -0
- package/esm2020/proxy/controllers/container-pallet-capacity.service.mjs +40 -0
- package/esm2020/proxy/controllers/cost-group.service.mjs +40 -0
- package/esm2020/proxy/controllers/cost-item.service.mjs +40 -0
- package/esm2020/proxy/controllers/cost-parameter-category.service.mjs +40 -0
- package/esm2020/proxy/controllers/cost-parameter.service.mjs +40 -0
- package/esm2020/proxy/controllers/cost-settings.service.mjs +27 -0
- package/esm2020/proxy/controllers/exchange-rate.service.mjs +27 -0
- package/esm2020/proxy/controllers/index.mjs +19 -0
- package/esm2020/proxy/controllers/item.service.mjs +23 -0
- package/esm2020/proxy/controllers/packaging-material.service.mjs +40 -0
- package/esm2020/proxy/controllers/packaging-price.service.mjs +55 -0
- package/esm2020/proxy/controllers/packaging-type.service.mjs +40 -0
- package/esm2020/proxy/controllers/pallet-definition.service.mjs +40 -0
- package/esm2020/proxy/controllers/price-parameter-type.service.mjs +40 -0
- package/esm2020/proxy/controllers/sap-sales-person.service.mjs +27 -0
- package/esm2020/proxy/cost-groups/cost-group-role.enum.mjs +10 -0
- package/esm2020/proxy/cost-groups/dtos/index.mjs +2 -0
- package/esm2020/proxy/cost-groups/dtos/models.mjs +2 -0
- package/esm2020/proxy/cost-items/cost-item-calculation-type.enum.mjs +9 -0
- package/esm2020/{lib/proxy → proxy}/cost-items/cost-item-system-code.enum.mjs +1 -1
- package/esm2020/proxy/cost-items/dtos/index.mjs +2 -0
- package/esm2020/proxy/cost-items/dtos/models.mjs +2 -0
- package/esm2020/proxy/cost-parameter-categories/cost-parameter-category-parent-code.enum.mjs +11 -0
- package/esm2020/{lib/proxy/pallet-definitions → proxy/cost-parameter-categories}/dtos/index.mjs +1 -1
- package/esm2020/proxy/cost-parameter-categories/dtos/models.mjs +2 -0
- package/esm2020/proxy/cost-parameters/cost-parameter-status.enum.mjs +9 -0
- package/esm2020/proxy/cost-parameters/dtos/index.mjs +2 -0
- package/esm2020/proxy/cost-parameters/dtos/models.mjs +2 -0
- package/esm2020/proxy/currencies/currency.enum.mjs +9 -0
- package/esm2020/proxy/currencies/index.mjs +2 -0
- package/esm2020/proxy/exchange-rates/dtos/index.mjs +2 -0
- package/esm2020/proxy/exchange-rates/dtos/models.mjs +2 -0
- package/esm2020/proxy/exchange-rates/exchange-rate-source.enum.mjs +8 -0
- package/esm2020/proxy/hitsoft-kadooglu-keops-proxy.mjs +5 -0
- package/esm2020/proxy/items/dtos/index.mjs +2 -0
- package/esm2020/proxy/items/dtos/models.mjs +2 -0
- package/esm2020/proxy/packaging-materials/dtos/index.mjs +2 -0
- package/esm2020/proxy/packaging-materials/dtos/models.mjs +2 -0
- package/esm2020/proxy/packaging-prices/dtos/index.mjs +2 -0
- package/esm2020/proxy/packaging-prices/dtos/models.mjs +2 -0
- package/esm2020/proxy/packaging-types/dtos/index.mjs +2 -0
- package/esm2020/proxy/packaging-types/dtos/models.mjs +2 -0
- package/esm2020/{lib/proxy/cost-groups → proxy/pallet-definitions}/dtos/index.mjs +1 -1
- package/esm2020/proxy/pallet-definitions/dtos/models.mjs +2 -0
- package/esm2020/proxy/price-parameter-types/dtos/index.mjs +2 -0
- package/esm2020/proxy/price-parameter-types/dtos/models.mjs +2 -0
- package/esm2020/proxy/public-api.mjs +30 -0
- package/esm2020/proxy/sales-persons/dtos/index.mjs +2 -0
- package/esm2020/proxy/sales-persons/dtos/models.mjs +2 -0
- package/esm2020/proxy/settings/index.mjs +2 -0
- package/esm2020/proxy/settings/models.mjs +2 -0
- package/esm2020/public-api.mjs +1 -2
- package/fesm2015/hitsoft-kadooglu-keops-proxy.mjs +699 -0
- package/fesm2015/hitsoft-kadooglu-keops-proxy.mjs.map +1 -0
- package/fesm2015/hitsoft-kadooglu-keops.mjs +257 -1142
- package/fesm2015/hitsoft-kadooglu-keops.mjs.map +1 -1
- package/fesm2020/hitsoft-kadooglu-keops-proxy.mjs +699 -0
- package/fesm2020/hitsoft-kadooglu-keops-proxy.mjs.map +1 -0
- package/fesm2020/hitsoft-kadooglu-keops.mjs +257 -1142
- package/fesm2020/hitsoft-kadooglu-keops.mjs.map +1 -1
- package/lib/features/container-definitions/components/container-definition-form.component.d.ts +1 -2
- package/lib/features/container-definitions/components/container-definitions.component.d.ts +1 -2
- package/lib/features/container-loading-counts/components/container-loading-counts.component.d.ts +1 -4
- package/lib/features/container-loading-scenarios/components/container-loading-scenarios.component.d.ts +1 -5
- package/lib/features/container-loading-scenarios/container-loading-scenario-l10n-helper.d.ts +1 -1
- package/lib/features/container-mix-types/components/container-mix-type-form.component.d.ts +1 -2
- package/lib/features/container-mix-types/components/container-mix-types.component.d.ts +1 -2
- package/lib/features/container-pallet-capacities/components/container-pallet-capacities.component.d.ts +1 -4
- package/lib/features/container-pallet-capacities/components/container-pallet-capacity-form.component.d.ts +1 -4
- package/lib/features/cost-calculation/components/cost-calculation-inputs.component.d.ts +1 -4
- package/lib/features/cost-calculation/components/cost-calculation-results.component.d.ts +1 -1
- package/lib/features/cost-calculation/components/cost-calculation.component.d.ts +1 -4
- package/lib/features/cost-calculation/cost-calculation.models.d.ts +1 -3
- package/lib/features/cost-calculation/engine/currency.utils.d.ts +1 -1
- package/lib/features/cost-calculation/engine/models.d.ts +1 -3
- package/lib/features/cost-groups/components/cost-group-form.component.d.ts +2 -4
- package/lib/features/cost-groups/components/cost-groups.component.d.ts +1 -5
- package/lib/features/cost-groups/cost-group-role-l10n-helper.d.ts +1 -1
- package/lib/features/cost-items/components/cost-item-form.component.d.ts +1 -3
- package/lib/features/cost-items/components/cost-items.component.d.ts +1 -2
- package/lib/features/cost-items/cost-item-l10n-helper.d.ts +1 -1
- package/lib/features/cost-parameter-categories/components/cost-parameter-categories.component.d.ts +1 -2
- package/lib/features/cost-parameter-categories/components/cost-parameter-category-form.component.d.ts +1 -3
- package/lib/features/cost-parameter-categories/cost-parameter-category-l10n-helper.d.ts +1 -1
- package/lib/features/cost-parameters/components/cost-parameter-form.component.d.ts +1 -4
- package/lib/features/cost-parameters/components/cost-parameters.component.d.ts +1 -2
- package/lib/features/cost-parameters/cost-parameter-l10n-helper.d.ts +1 -1
- package/lib/features/exchange-rates/components/central-bank-rates.component.d.ts +1 -1
- package/lib/features/exchange-rates/components/exchange-rates.component.d.ts +1 -2
- package/lib/features/exchange-rates/components/fixed-rates-form.component.d.ts +1 -3
- package/lib/features/packaging-materials/components/packaging-material-form.component.d.ts +1 -3
- package/lib/features/packaging-materials/components/packaging-materials.component.d.ts +1 -2
- package/lib/features/packaging-prices/components/packaging-price-form.component.d.ts +1 -3
- package/lib/features/packaging-prices/components/packaging-prices.component.d.ts +1 -3
- package/lib/features/packaging-prices/packaging-price-calculator.d.ts +1 -1
- package/lib/features/packaging-prices/packaging-price-excel.service.d.ts +1 -2
- package/lib/features/packaging-prices/packaging-price-form.factory.d.ts +1 -1
- package/lib/features/packaging-prices/packaging-price-lines.builder.d.ts +1 -1
- package/lib/features/packaging-types/components/packaging-type-form.component.d.ts +1 -2
- package/lib/features/packaging-types/components/packaging-types.component.d.ts +1 -2
- package/lib/features/pallet-definitions/components/pallet-definition-form.component.d.ts +1 -2
- package/lib/features/pallet-definitions/components/pallet-definitions.component.d.ts +1 -2
- package/lib/features/price-parameter-types/components/price-parameter-type-form.component.d.ts +1 -2
- package/lib/features/price-parameter-types/components/price-parameter-types.component.d.ts +1 -2
- package/lib/features/sap-sales-persons/components/sap-sales-person-form.component.d.ts +1 -2
- package/lib/features/sap-sales-persons/components/sap-sales-persons.component.d.ts +1 -2
- package/lib/features/settings/components/cost-settings.component.d.ts +1 -1
- package/lib/utils/currency.utils.d.ts +1 -1
- package/package.json +9 -1
- package/proxy/index.d.ts +5 -0
- package/proxy/public-api.d.ts +28 -0
- package/public-api.d.ts +0 -1
- package/esm2020/lib/proxy/container-definitions/dtos/index.mjs +0 -2
- package/esm2020/lib/proxy/container-definitions/dtos/models.mjs +0 -2
- package/esm2020/lib/proxy/container-definitions/index.mjs +0 -3
- package/esm2020/lib/proxy/container-loading-counts/dtos/index.mjs +0 -2
- package/esm2020/lib/proxy/container-loading-counts/dtos/models.mjs +0 -2
- package/esm2020/lib/proxy/container-loading-counts/index.mjs +0 -4
- package/esm2020/lib/proxy/container-loading-counts/loading-target-kind.enum.mjs +0 -8
- package/esm2020/lib/proxy/container-loading-scenarios/dtos/index.mjs +0 -2
- package/esm2020/lib/proxy/container-loading-scenarios/dtos/models.mjs +0 -2
- package/esm2020/lib/proxy/container-loading-scenarios/index.mjs +0 -4
- package/esm2020/lib/proxy/container-loading-scenarios/pallet-status.enum.mjs +0 -8
- package/esm2020/lib/proxy/container-mix-types/dtos/index.mjs +0 -2
- package/esm2020/lib/proxy/container-mix-types/dtos/models.mjs +0 -2
- package/esm2020/lib/proxy/container-mix-types/index.mjs +0 -3
- package/esm2020/lib/proxy/container-pallet-capacities/dtos/index.mjs +0 -2
- package/esm2020/lib/proxy/container-pallet-capacities/dtos/models.mjs +0 -2
- package/esm2020/lib/proxy/container-pallet-capacities/index.mjs +0 -3
- package/esm2020/lib/proxy/controllers/container-definition.service.mjs +0 -40
- package/esm2020/lib/proxy/controllers/container-loading-count.service.mjs +0 -31
- package/esm2020/lib/proxy/controllers/container-loading-scenario.service.mjs +0 -27
- package/esm2020/lib/proxy/controllers/container-mix-type.service.mjs +0 -40
- package/esm2020/lib/proxy/controllers/container-pallet-capacity.service.mjs +0 -40
- package/esm2020/lib/proxy/controllers/cost-group.service.mjs +0 -40
- package/esm2020/lib/proxy/controllers/cost-item.service.mjs +0 -40
- package/esm2020/lib/proxy/controllers/cost-parameter-category.service.mjs +0 -40
- package/esm2020/lib/proxy/controllers/cost-parameter.service.mjs +0 -40
- package/esm2020/lib/proxy/controllers/cost-settings.service.mjs +0 -27
- package/esm2020/lib/proxy/controllers/exchange-rate.service.mjs +0 -27
- package/esm2020/lib/proxy/controllers/index.mjs +0 -19
- package/esm2020/lib/proxy/controllers/item.service.mjs +0 -23
- package/esm2020/lib/proxy/controllers/packaging-material.service.mjs +0 -40
- package/esm2020/lib/proxy/controllers/packaging-price.service.mjs +0 -55
- package/esm2020/lib/proxy/controllers/packaging-type.service.mjs +0 -40
- package/esm2020/lib/proxy/controllers/pallet-definition.service.mjs +0 -40
- package/esm2020/lib/proxy/controllers/price-parameter-type.service.mjs +0 -40
- package/esm2020/lib/proxy/controllers/sap-sales-person.service.mjs +0 -27
- package/esm2020/lib/proxy/cost-groups/cost-group-role.enum.mjs +0 -10
- package/esm2020/lib/proxy/cost-groups/dtos/models.mjs +0 -2
- package/esm2020/lib/proxy/cost-groups/index.mjs +0 -4
- package/esm2020/lib/proxy/cost-items/cost-item-calculation-type.enum.mjs +0 -9
- package/esm2020/lib/proxy/cost-items/dtos/index.mjs +0 -2
- package/esm2020/lib/proxy/cost-items/dtos/models.mjs +0 -2
- package/esm2020/lib/proxy/cost-items/index.mjs +0 -5
- package/esm2020/lib/proxy/cost-parameter-categories/cost-parameter-category-parent-code.enum.mjs +0 -11
- package/esm2020/lib/proxy/cost-parameter-categories/dtos/index.mjs +0 -2
- package/esm2020/lib/proxy/cost-parameter-categories/dtos/models.mjs +0 -2
- package/esm2020/lib/proxy/cost-parameter-categories/index.mjs +0 -4
- package/esm2020/lib/proxy/cost-parameters/cost-parameter-status.enum.mjs +0 -9
- package/esm2020/lib/proxy/cost-parameters/dtos/index.mjs +0 -2
- package/esm2020/lib/proxy/cost-parameters/dtos/models.mjs +0 -2
- package/esm2020/lib/proxy/cost-parameters/index.mjs +0 -4
- package/esm2020/lib/proxy/currencies/currency.enum.mjs +0 -9
- package/esm2020/lib/proxy/currencies/index.mjs +0 -2
- package/esm2020/lib/proxy/exchange-rates/dtos/models.mjs +0 -2
- package/esm2020/lib/proxy/exchange-rates/exchange-rate-source.enum.mjs +0 -8
- package/esm2020/lib/proxy/exchange-rates/index.mjs +0 -4
- package/esm2020/lib/proxy/index.mjs +0 -22
- package/esm2020/lib/proxy/items/dtos/index.mjs +0 -2
- package/esm2020/lib/proxy/items/dtos/models.mjs +0 -2
- package/esm2020/lib/proxy/items/index.mjs +0 -3
- package/esm2020/lib/proxy/packaging-materials/dtos/index.mjs +0 -2
- package/esm2020/lib/proxy/packaging-materials/dtos/models.mjs +0 -2
- package/esm2020/lib/proxy/packaging-materials/index.mjs +0 -3
- package/esm2020/lib/proxy/packaging-prices/dtos/index.mjs +0 -2
- package/esm2020/lib/proxy/packaging-prices/dtos/models.mjs +0 -2
- package/esm2020/lib/proxy/packaging-prices/index.mjs +0 -3
- package/esm2020/lib/proxy/packaging-types/dtos/index.mjs +0 -2
- package/esm2020/lib/proxy/packaging-types/dtos/models.mjs +0 -2
- package/esm2020/lib/proxy/packaging-types/index.mjs +0 -3
- package/esm2020/lib/proxy/pallet-definitions/dtos/models.mjs +0 -2
- package/esm2020/lib/proxy/pallet-definitions/index.mjs +0 -3
- package/esm2020/lib/proxy/price-parameter-types/dtos/index.mjs +0 -2
- package/esm2020/lib/proxy/price-parameter-types/dtos/models.mjs +0 -2
- package/esm2020/lib/proxy/price-parameter-types/index.mjs +0 -3
- package/esm2020/lib/proxy/sales-persons/dtos/index.mjs +0 -2
- package/esm2020/lib/proxy/sales-persons/dtos/models.mjs +0 -2
- package/esm2020/lib/proxy/sales-persons/index.mjs +0 -3
- package/esm2020/lib/proxy/settings/index.mjs +0 -2
- package/esm2020/lib/proxy/settings/models.mjs +0 -2
- package/lib/proxy/container-definitions/index.d.ts +0 -2
- package/lib/proxy/container-loading-counts/index.d.ts +0 -3
- package/lib/proxy/container-loading-scenarios/index.d.ts +0 -3
- package/lib/proxy/container-mix-types/index.d.ts +0 -2
- package/lib/proxy/container-pallet-capacities/index.d.ts +0 -2
- package/lib/proxy/cost-groups/index.d.ts +0 -3
- package/lib/proxy/cost-items/index.d.ts +0 -4
- package/lib/proxy/cost-parameter-categories/index.d.ts +0 -3
- package/lib/proxy/cost-parameters/index.d.ts +0 -3
- package/lib/proxy/exchange-rates/index.d.ts +0 -3
- package/lib/proxy/index.d.ts +0 -21
- package/lib/proxy/items/index.d.ts +0 -2
- package/lib/proxy/packaging-materials/index.d.ts +0 -2
- package/lib/proxy/packaging-prices/index.d.ts +0 -2
- package/lib/proxy/packaging-types/index.d.ts +0 -2
- package/lib/proxy/pallet-definitions/index.d.ts +0 -2
- package/lib/proxy/price-parameter-types/index.d.ts +0 -2
- package/lib/proxy/sales-persons/index.d.ts +0 -2
- /package/{lib/proxy → proxy}/container-definitions/dtos/index.d.ts +0 -0
- /package/{lib/proxy → proxy}/container-definitions/dtos/models.d.ts +0 -0
- /package/{lib/proxy → proxy}/container-loading-counts/dtos/index.d.ts +0 -0
- /package/{lib/proxy → proxy}/container-loading-counts/dtos/models.d.ts +0 -0
- /package/{lib/proxy → proxy}/container-loading-counts/loading-target-kind.enum.d.ts +0 -0
- /package/{lib/proxy → proxy}/container-loading-scenarios/dtos/index.d.ts +0 -0
- /package/{lib/proxy → proxy}/container-loading-scenarios/dtos/models.d.ts +0 -0
- /package/{lib/proxy → proxy}/container-loading-scenarios/pallet-status.enum.d.ts +0 -0
- /package/{lib/proxy → proxy}/container-mix-types/dtos/index.d.ts +0 -0
- /package/{lib/proxy → proxy}/container-mix-types/dtos/models.d.ts +0 -0
- /package/{lib/proxy → proxy}/container-pallet-capacities/dtos/index.d.ts +0 -0
- /package/{lib/proxy → proxy}/container-pallet-capacities/dtos/models.d.ts +0 -0
- /package/{lib/proxy → proxy}/controllers/container-definition.service.d.ts +0 -0
- /package/{lib/proxy → proxy}/controllers/container-loading-count.service.d.ts +0 -0
- /package/{lib/proxy → proxy}/controllers/container-loading-scenario.service.d.ts +0 -0
- /package/{lib/proxy → proxy}/controllers/container-mix-type.service.d.ts +0 -0
- /package/{lib/proxy → proxy}/controllers/container-pallet-capacity.service.d.ts +0 -0
- /package/{lib/proxy → proxy}/controllers/cost-group.service.d.ts +0 -0
- /package/{lib/proxy → proxy}/controllers/cost-item.service.d.ts +0 -0
- /package/{lib/proxy → proxy}/controllers/cost-parameter-category.service.d.ts +0 -0
- /package/{lib/proxy → proxy}/controllers/cost-parameter.service.d.ts +0 -0
- /package/{lib/proxy → proxy}/controllers/cost-settings.service.d.ts +0 -0
- /package/{lib/proxy → proxy}/controllers/exchange-rate.service.d.ts +0 -0
- /package/{lib/proxy → proxy}/controllers/index.d.ts +0 -0
- /package/{lib/proxy → proxy}/controllers/item.service.d.ts +0 -0
- /package/{lib/proxy → proxy}/controllers/packaging-material.service.d.ts +0 -0
- /package/{lib/proxy → proxy}/controllers/packaging-price.service.d.ts +0 -0
- /package/{lib/proxy → proxy}/controllers/packaging-type.service.d.ts +0 -0
- /package/{lib/proxy → proxy}/controllers/pallet-definition.service.d.ts +0 -0
- /package/{lib/proxy → proxy}/controllers/price-parameter-type.service.d.ts +0 -0
- /package/{lib/proxy → proxy}/controllers/sap-sales-person.service.d.ts +0 -0
- /package/{lib/proxy → proxy}/cost-groups/cost-group-role.enum.d.ts +0 -0
- /package/{lib/proxy → proxy}/cost-groups/dtos/index.d.ts +0 -0
- /package/{lib/proxy → proxy}/cost-groups/dtos/models.d.ts +0 -0
- /package/{lib/proxy → proxy}/cost-items/cost-item-calculation-type.enum.d.ts +0 -0
- /package/{lib/proxy → proxy}/cost-items/cost-item-system-code.enum.d.ts +0 -0
- /package/{lib/proxy → proxy}/cost-items/dtos/index.d.ts +0 -0
- /package/{lib/proxy → proxy}/cost-items/dtos/models.d.ts +0 -0
- /package/{lib/proxy → proxy}/cost-parameter-categories/cost-parameter-category-parent-code.enum.d.ts +0 -0
- /package/{lib/proxy → proxy}/cost-parameter-categories/dtos/index.d.ts +0 -0
- /package/{lib/proxy → proxy}/cost-parameter-categories/dtos/models.d.ts +0 -0
- /package/{lib/proxy → proxy}/cost-parameters/cost-parameter-status.enum.d.ts +0 -0
- /package/{lib/proxy → proxy}/cost-parameters/dtos/index.d.ts +0 -0
- /package/{lib/proxy → proxy}/cost-parameters/dtos/models.d.ts +0 -0
- /package/{lib/proxy → proxy}/currencies/currency.enum.d.ts +0 -0
- /package/{lib/proxy → proxy}/currencies/index.d.ts +0 -0
- /package/{lib/proxy → proxy}/exchange-rates/dtos/index.d.ts +0 -0
- /package/{lib/proxy → proxy}/exchange-rates/dtos/models.d.ts +0 -0
- /package/{lib/proxy → proxy}/exchange-rates/exchange-rate-source.enum.d.ts +0 -0
- /package/{lib/proxy → proxy}/items/dtos/index.d.ts +0 -0
- /package/{lib/proxy → proxy}/items/dtos/models.d.ts +0 -0
- /package/{lib/proxy → proxy}/packaging-materials/dtos/index.d.ts +0 -0
- /package/{lib/proxy → proxy}/packaging-materials/dtos/models.d.ts +0 -0
- /package/{lib/proxy → proxy}/packaging-prices/dtos/index.d.ts +0 -0
- /package/{lib/proxy → proxy}/packaging-prices/dtos/models.d.ts +0 -0
- /package/{lib/proxy → proxy}/packaging-types/dtos/index.d.ts +0 -0
- /package/{lib/proxy → proxy}/packaging-types/dtos/models.d.ts +0 -0
- /package/{lib/proxy → proxy}/pallet-definitions/dtos/index.d.ts +0 -0
- /package/{lib/proxy → proxy}/pallet-definitions/dtos/models.d.ts +0 -0
- /package/{lib/proxy → proxy}/price-parameter-types/dtos/index.d.ts +0 -0
- /package/{lib/proxy → proxy}/price-parameter-types/dtos/models.d.ts +0 -0
- /package/{lib/proxy → proxy}/sales-persons/dtos/index.d.ts +0 -0
- /package/{lib/proxy → proxy}/sales-persons/dtos/models.d.ts +0 -0
- /package/{lib/proxy → proxy}/settings/index.d.ts +0 -0
- /package/{lib/proxy → proxy}/settings/models.d.ts +0 -0
- /package/{src/lib/proxy → proxy/src}/README.md +0 -0
package/lib/features/container-definitions/components/container-definition-form.component.d.ts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { FormBuilder, FormGroup } from '@angular/forms';
|
|
3
|
-
import { ContainerDefinitionService } from '@proxy
|
|
4
|
-
import { ContainerDefinitionDto } from '@proxy/container-definitions/dtos';
|
|
3
|
+
import { ContainerDefinitionService, ContainerDefinitionDto } from '@hitsoft/kadooglu-keops/proxy';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
export declare class ContainerDefinitionFormComponent implements OnInit, OnChanges {
|
|
7
6
|
private readonly fb;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import { ConfirmationService, ToasterService } from '@abp/ng.theme.shared';
|
|
3
|
-
import { ContainerDefinitionService } from '@proxy
|
|
4
|
-
import { ContainerDefinitionDto } from '@proxy/container-definitions/dtos';
|
|
3
|
+
import { ContainerDefinitionService, ContainerDefinitionDto } from '@hitsoft/kadooglu-keops/proxy';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
export declare class ContainerDefinitionsComponent implements OnInit {
|
|
7
6
|
private readonly service;
|
package/lib/features/container-loading-counts/components/container-loading-counts.component.d.ts
CHANGED
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import { FormControl } from '@angular/forms';
|
|
3
3
|
import { ToasterService } from '@abp/ng.theme.shared';
|
|
4
|
-
import { ContainerDefinitionService, ContainerLoadingCountService, PalletDefinitionService } from '@proxy
|
|
5
|
-
import { ContainerDefinitionDto } from '@proxy/container-definitions/dtos';
|
|
6
|
-
import { PalletDefinitionDto } from '@proxy/pallet-definitions/dtos';
|
|
7
|
-
import { ProductTypeLookupDto } from '@proxy/container-loading-counts/dtos';
|
|
4
|
+
import { ContainerDefinitionService, ContainerLoadingCountService, PalletDefinitionService, ContainerDefinitionDto, PalletDefinitionDto, ProductTypeLookupDto } from '@hitsoft/kadooglu-keops/proxy';
|
|
8
5
|
import * as i0 from "@angular/core";
|
|
9
6
|
export declare class ContainerLoadingCountsComponent implements OnInit {
|
|
10
7
|
private readonly service;
|
|
@@ -1,11 +1,7 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import { FormBuilder, FormGroup } from '@angular/forms';
|
|
3
3
|
import { ToasterService } from '@abp/ng.theme.shared';
|
|
4
|
-
import { ContainerDefinitionService, ContainerLoadingScenarioService, ContainerMixTypeService, PalletDefinitionService } from '@proxy
|
|
5
|
-
import { ContainerDefinitionDto } from '@proxy/container-definitions/dtos';
|
|
6
|
-
import { PalletDefinitionDto } from '@proxy/pallet-definitions/dtos';
|
|
7
|
-
import { ContainerMixTypeDto } from '@proxy/container-mix-types/dtos';
|
|
8
|
-
import { PalletStatus } from '@proxy/container-loading-scenarios/pallet-status.enum';
|
|
4
|
+
import { ContainerDefinitionService, ContainerLoadingScenarioService, ContainerMixTypeService, PalletDefinitionService, ContainerDefinitionDto, PalletDefinitionDto, ContainerMixTypeDto, PalletStatus } from '@hitsoft/kadooglu-keops/proxy';
|
|
9
5
|
import * as i0 from "@angular/core";
|
|
10
6
|
interface ScenarioRow {
|
|
11
7
|
palletStatus: PalletStatus;
|
package/lib/features/container-loading-scenarios/container-loading-scenario-l10n-helper.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { PalletStatus } from '@
|
|
1
|
+
import { PalletStatus } from '@hitsoft/kadooglu-keops/proxy';
|
|
2
2
|
export declare const palletStatusLabels: Record<PalletStatus, string>;
|
|
3
3
|
export declare const palletStatusOrder: PalletStatus[];
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { FormBuilder, FormGroup } from '@angular/forms';
|
|
3
|
-
import { ContainerMixTypeService } from '@proxy
|
|
4
|
-
import { ContainerMixTypeDto } from '@proxy/container-mix-types/dtos';
|
|
3
|
+
import { ContainerMixTypeService, ContainerMixTypeDto } from '@hitsoft/kadooglu-keops/proxy';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
export declare class ContainerMixTypeFormComponent implements OnInit, OnChanges {
|
|
7
6
|
private readonly fb;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import { ConfirmationService, ToasterService } from '@abp/ng.theme.shared';
|
|
3
|
-
import { ContainerMixTypeService } from '@proxy
|
|
4
|
-
import { ContainerMixTypeDto } from '@proxy/container-mix-types/dtos';
|
|
3
|
+
import { ContainerMixTypeService, ContainerMixTypeDto } from '@hitsoft/kadooglu-keops/proxy';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
export declare class ContainerMixTypesComponent implements OnInit {
|
|
7
6
|
private readonly service;
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import { ConfirmationService, ToasterService } from '@abp/ng.theme.shared';
|
|
3
|
-
import { ContainerDefinitionService, ContainerPalletCapacityService, PalletDefinitionService } from '@proxy
|
|
4
|
-
import { ContainerPalletCapacityDto } from '@proxy/container-pallet-capacities/dtos';
|
|
5
|
-
import { ContainerDefinitionDto } from '@proxy/container-definitions/dtos';
|
|
6
|
-
import { PalletDefinitionDto } from '@proxy/pallet-definitions/dtos';
|
|
3
|
+
import { ContainerDefinitionService, ContainerPalletCapacityService, PalletDefinitionService, ContainerPalletCapacityDto, ContainerDefinitionDto, PalletDefinitionDto } from '@hitsoft/kadooglu-keops/proxy';
|
|
7
4
|
import * as i0 from "@angular/core";
|
|
8
5
|
export declare class ContainerPalletCapacitiesComponent implements OnInit {
|
|
9
6
|
private readonly service;
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { FormBuilder, FormGroup } from '@angular/forms';
|
|
3
|
-
import { ContainerPalletCapacityService } from '@proxy
|
|
4
|
-
import { ContainerPalletCapacityDto } from '@proxy/container-pallet-capacities/dtos';
|
|
5
|
-
import { ContainerDefinitionDto } from '@proxy/container-definitions/dtos';
|
|
6
|
-
import { PalletDefinitionDto } from '@proxy/pallet-definitions/dtos';
|
|
3
|
+
import { ContainerPalletCapacityService, ContainerPalletCapacityDto, ContainerDefinitionDto, PalletDefinitionDto } from '@hitsoft/kadooglu-keops/proxy';
|
|
7
4
|
import * as i0 from "@angular/core";
|
|
8
5
|
export declare class ContainerPalletCapacityFormComponent implements OnInit, OnChanges {
|
|
9
6
|
private readonly fb;
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import DataSource from 'devextreme/data/data_source';
|
|
3
|
-
import { CostParameterDto } from '@
|
|
4
|
-
import { ItemDto } from '@proxy/items/dtos';
|
|
5
|
-
import { CostItemCalculationType } from '@proxy/cost-items/cost-item-calculation-type.enum';
|
|
6
|
-
import { Currency } from '@proxy/currencies/currency.enum';
|
|
3
|
+
import { CostParameterDto, ItemDto, CostItemCalculationType, Currency } from '@hitsoft/kadooglu-keops/proxy';
|
|
7
4
|
import { CostCalculationStage } from '../cost-calculation.models';
|
|
8
5
|
import * as i0 from "@angular/core";
|
|
9
6
|
export declare class CostCalculationInputsComponent {
|
|
@@ -6,7 +6,7 @@ export declare class CostCalculationResultsComponent {
|
|
|
6
6
|
itemName: string | null;
|
|
7
7
|
rateUsd: number;
|
|
8
8
|
rateEur: number;
|
|
9
|
-
readonly costGroupRoleTotalLabels: Record<import("
|
|
9
|
+
readonly costGroupRoleTotalLabels: Record<import("@hitsoft/kadooglu-keops/proxy").CostGroupRole, string>;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<CostCalculationResultsComponent, never>;
|
|
11
11
|
static ɵcmp: i0.ɵɵComponentDeclaration<CostCalculationResultsComponent, "lib-cost-calculation-results", never, { "result": "result"; "roleGroups": "roleGroups"; "itemName": "itemName"; "rateUsd": "rateUsd"; "rateEur": "rateEur"; }, {}, never, never, false>;
|
|
12
12
|
}
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import DataSource from 'devextreme/data/data_source';
|
|
3
|
-
import { CostGroupService, CostItemService, CostParameterService, ExchangeRateService, ItemService } from '@proxy
|
|
4
|
-
import { ItemDto } from '@proxy/items/dtos';
|
|
5
|
-
import { CostParameterDto } from '@proxy/cost-parameters/dtos';
|
|
6
|
-
import { Currency } from '@proxy/currencies/currency.enum';
|
|
3
|
+
import { CostGroupService, CostItemService, CostParameterService, ExchangeRateService, ItemService, ItemDto, CostParameterDto, Currency } from '@hitsoft/kadooglu-keops/proxy';
|
|
7
4
|
import { CostResult, RoleGroup } from '../engine';
|
|
8
5
|
import { CostCalculationStage } from '../cost-calculation.models';
|
|
9
6
|
import * as i0 from "@angular/core";
|
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
import { CostItemCalculationType } from '@
|
|
2
|
-
import { Currency } from '@proxy/currencies/currency.enum';
|
|
3
|
-
import { CostGroupRole } from '@proxy/cost-groups/cost-group-role.enum';
|
|
1
|
+
import { CostItemCalculationType, Currency, CostGroupRole } from '@hitsoft/kadooglu-keops/proxy';
|
|
4
2
|
export interface CostCalculationItem {
|
|
5
3
|
costItemCode: string;
|
|
6
4
|
costItemName: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Currency } from '@
|
|
1
|
+
import { Currency } from '@hitsoft/kadooglu-keops/proxy';
|
|
2
2
|
import { CostAmount } from './models';
|
|
3
3
|
export declare function toAmount(baseUsd: number, rateUsd: number, rateEur: number): CostAmount;
|
|
4
4
|
export declare function toBaseUsd(value: number, currency: Currency | undefined, rateUsd: number, rateEur: number): number;
|
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
import { CostItemCalculationType } from '@
|
|
2
|
-
import { Currency } from '@proxy/currencies/currency.enum';
|
|
3
|
-
import { CostGroupRole } from '@proxy/cost-groups/cost-group-role.enum';
|
|
1
|
+
import { CostItemCalculationType, Currency, CostGroupRole } from '@hitsoft/kadooglu-keops/proxy';
|
|
4
2
|
import { CostCalculationStage } from '../cost-calculation.models';
|
|
5
3
|
export interface CostAmount {
|
|
6
4
|
try: number;
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { FormBuilder, FormGroup } from '@angular/forms';
|
|
3
|
-
import { CostGroupService } from '@proxy
|
|
4
|
-
import { CostGroupDto } from '@proxy/cost-groups/dtos';
|
|
5
|
-
import { CostItemDto } from '@proxy/cost-items/dtos';
|
|
3
|
+
import { CostGroupService, CostGroupDto, CostItemDto } from '@hitsoft/kadooglu-keops/proxy';
|
|
6
4
|
import * as i0 from "@angular/core";
|
|
7
5
|
export declare class CostGroupFormComponent implements OnInit, OnChanges {
|
|
8
6
|
private readonly fb;
|
|
@@ -14,7 +12,7 @@ export declare class CostGroupFormComponent implements OnInit, OnChanges {
|
|
|
14
12
|
visibleChange: EventEmitter<boolean>;
|
|
15
13
|
saved: EventEmitter<void>;
|
|
16
14
|
readonly groupRoleOptions: {
|
|
17
|
-
value: import("
|
|
15
|
+
value: import("@hitsoft/kadooglu-keops/proxy").CostGroupRole;
|
|
18
16
|
label: string;
|
|
19
17
|
}[];
|
|
20
18
|
form: FormGroup;
|
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import { ConfirmationService, ToasterService } from '@abp/ng.theme.shared';
|
|
3
|
-
import { CostGroupService } from '@proxy
|
|
4
|
-
import { CostGroupDto } from '@proxy/cost-groups/dtos';
|
|
5
|
-
import { CostGroupRole } from '@proxy/cost-groups/cost-group-role.enum';
|
|
6
|
-
import { CostItemService } from '@proxy/controllers';
|
|
7
|
-
import { CostItemDto } from '@proxy/cost-items/dtos';
|
|
3
|
+
import { CostGroupService, CostGroupDto, CostGroupRole, CostItemService, CostItemDto } from '@hitsoft/kadooglu-keops/proxy';
|
|
8
4
|
import * as i0 from "@angular/core";
|
|
9
5
|
export declare class CostGroupsComponent implements OnInit {
|
|
10
6
|
private readonly service;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CostGroupRole } from '@
|
|
1
|
+
import { CostGroupRole } from '@hitsoft/kadooglu-keops/proxy';
|
|
2
2
|
export declare const costGroupRoleLabels: Record<CostGroupRole, string>;
|
|
3
3
|
export declare const costGroupRoleTotalLabels: Record<CostGroupRole, string>;
|
|
4
4
|
export declare const costGroupRoleOptions: {
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { FormBuilder, FormGroup } from '@angular/forms';
|
|
3
|
-
import { CostItemService } from '@proxy
|
|
4
|
-
import { CostItemDto } from '@proxy/cost-items/dtos';
|
|
5
|
-
import { CostItemCalculationType } from '@proxy/cost-items/cost-item-calculation-type.enum';
|
|
3
|
+
import { CostItemService, CostItemDto, CostItemCalculationType } from '@hitsoft/kadooglu-keops/proxy';
|
|
6
4
|
import * as i0 from "@angular/core";
|
|
7
5
|
export declare class CostItemFormComponent implements OnInit, OnChanges {
|
|
8
6
|
private readonly fb;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import { ConfirmationService, ToasterService } from '@abp/ng.theme.shared';
|
|
3
|
-
import { CostItemService } from '@proxy
|
|
4
|
-
import { CostItemDto } from '@proxy/cost-items/dtos';
|
|
3
|
+
import { CostItemService, CostItemDto } from '@hitsoft/kadooglu-keops/proxy';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
export declare class CostItemsComponent implements OnInit {
|
|
7
6
|
private readonly service;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { CostItemCalculationType } from '@
|
|
1
|
+
import { CostItemCalculationType } from '@hitsoft/kadooglu-keops/proxy';
|
|
2
2
|
export declare const calculationTypeLabels: Record<CostItemCalculationType, string>;
|
package/lib/features/cost-parameter-categories/components/cost-parameter-categories.component.d.ts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import { ConfirmationService, ToasterService } from '@abp/ng.theme.shared';
|
|
3
|
-
import { CostParameterCategoryService } from '@proxy
|
|
4
|
-
import { CostParameterCategoryDto } from '@proxy/cost-parameter-categories/dtos';
|
|
3
|
+
import { CostParameterCategoryService, CostParameterCategoryDto } from '@hitsoft/kadooglu-keops/proxy';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
export declare class CostParameterCategoriesComponent implements OnInit {
|
|
7
6
|
private readonly service;
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { FormBuilder, FormGroup } from '@angular/forms';
|
|
3
|
-
import { CostParameterCategoryService } from '@proxy
|
|
4
|
-
import { CostParameterCategoryDto } from '@proxy/cost-parameter-categories/dtos';
|
|
5
|
-
import { CostParameterCategoryParentCode } from '@proxy/cost-parameter-categories';
|
|
3
|
+
import { CostParameterCategoryService, CostParameterCategoryDto, CostParameterCategoryParentCode } from '@hitsoft/kadooglu-keops/proxy';
|
|
6
4
|
import * as i0 from "@angular/core";
|
|
7
5
|
export declare class CostParameterCategoryFormComponent implements OnInit, OnChanges {
|
|
8
6
|
private readonly fb;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { CostParameterCategoryParentCode } from '@
|
|
1
|
+
import { CostParameterCategoryParentCode } from '@hitsoft/kadooglu-keops/proxy';
|
|
2
2
|
export declare const parentCodeLabels: Record<CostParameterCategoryParentCode, string>;
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { FormArray, FormBuilder, FormGroup } from '@angular/forms';
|
|
3
|
-
import { CostItemService, CostParameterService } from '@proxy
|
|
4
|
-
import { CostItemDto } from '@proxy/cost-items/dtos';
|
|
5
|
-
import { CostParameterCategoryLookupDto, CostParameterDto } from '@proxy/cost-parameters/dtos';
|
|
6
|
-
import { CostParameterStatus } from '@proxy/cost-parameters/cost-parameter-status.enum';
|
|
3
|
+
import { CostItemService, CostParameterService, CostItemDto, CostParameterCategoryLookupDto, CostParameterDto, CostParameterStatus } from '@hitsoft/kadooglu-keops/proxy';
|
|
7
4
|
import * as i0 from "@angular/core";
|
|
8
5
|
export declare class CostParameterFormComponent implements OnInit {
|
|
9
6
|
private readonly fb;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import { ConfirmationService, ToasterService } from '@abp/ng.theme.shared';
|
|
3
|
-
import { CostParameterService } from '@proxy
|
|
4
|
-
import { CostParameterCategoryLookupDto, CostParameterDto } from '@proxy/cost-parameters/dtos';
|
|
3
|
+
import { CostParameterService, CostParameterCategoryLookupDto, CostParameterDto } from '@hitsoft/kadooglu-keops/proxy';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
export declare class CostParametersComponent implements OnInit {
|
|
7
6
|
private readonly service;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { CostParameterStatus } from '@
|
|
1
|
+
import { CostParameterStatus } from '@hitsoft/kadooglu-keops/proxy';
|
|
2
2
|
export declare const statusLabels: Record<CostParameterStatus, string>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CentralBankExchangeRateDto } from '@
|
|
1
|
+
import { CentralBankExchangeRateDto } from '@hitsoft/kadooglu-keops/proxy';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class CentralBankRatesComponent {
|
|
4
4
|
cbExchangeRate: CentralBankExchangeRateDto | undefined;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
-
import { ExchangeRateService } from '@proxy
|
|
3
|
-
import { ExchangeRateDto } from '@proxy/exchange-rates/dtos';
|
|
2
|
+
import { ExchangeRateService, ExchangeRateDto } from '@hitsoft/kadooglu-keops/proxy';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
4
|
export declare class ExchangeRatesComponent implements OnInit {
|
|
6
5
|
private readonly service;
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { FormBuilder, FormGroup } from '@angular/forms';
|
|
3
3
|
import { ToasterService } from '@abp/ng.theme.shared';
|
|
4
|
-
import { ExchangeRateSource } from '@
|
|
5
|
-
import { ExchangeRateDto } from '@proxy/exchange-rates/dtos';
|
|
6
|
-
import { ExchangeRateService } from '@proxy/controllers';
|
|
4
|
+
import { ExchangeRateSource, ExchangeRateDto, ExchangeRateService } from '@hitsoft/kadooglu-keops/proxy';
|
|
7
5
|
import * as i0 from "@angular/core";
|
|
8
6
|
export declare class FixedRatesFormComponent implements OnInit {
|
|
9
7
|
private readonly fb;
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { FormBuilder, FormGroup } from '@angular/forms';
|
|
3
|
-
import { PackagingMaterialService, PackagingTypeService } from '@proxy
|
|
4
|
-
import { PackagingMaterialDto } from '@proxy/packaging-materials/dtos';
|
|
5
|
-
import { PackagingTypeDto } from '@proxy/packaging-types/dtos';
|
|
3
|
+
import { PackagingMaterialService, PackagingTypeService, PackagingMaterialDto, PackagingTypeDto } from '@hitsoft/kadooglu-keops/proxy';
|
|
6
4
|
import * as i0 from "@angular/core";
|
|
7
5
|
export declare class PackagingMaterialFormComponent implements OnInit, OnChanges {
|
|
8
6
|
private readonly fb;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import { ConfirmationService, ToasterService } from '@abp/ng.theme.shared';
|
|
3
|
-
import { PackagingMaterialService } from '@proxy
|
|
4
|
-
import { PackagingMaterialDto } from '@proxy/packaging-materials/dtos';
|
|
3
|
+
import { PackagingMaterialService, PackagingMaterialDto } from '@hitsoft/kadooglu-keops/proxy';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
export declare class PackagingMaterialsComponent implements OnInit {
|
|
7
6
|
private readonly service;
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { FormBuilder, FormGroup } from '@angular/forms';
|
|
3
|
-
import { ExchangeRateService, PackagingPriceService } from '@proxy
|
|
4
|
-
import { PackagingPriceDto } from '@proxy/packaging-prices/dtos';
|
|
5
|
-
import { PackagingTypeDto } from '@proxy/packaging-types/dtos';
|
|
3
|
+
import { ExchangeRateService, PackagingPriceService, PackagingPriceDto, PackagingTypeDto } from '@hitsoft/kadooglu-keops/proxy';
|
|
6
4
|
import { PackagingPriceExcelService } from '../packaging-price-excel.service';
|
|
7
5
|
import { LineRow, PackagingPriceLinesBuilder } from '../packaging-price-lines.builder';
|
|
8
6
|
import { LocalizationService } from '@abp/ng.core';
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import { ConfirmationService, ToasterService } from '@abp/ng.theme.shared';
|
|
3
|
-
import { PackagingPriceService, PackagingTypeService } from '@proxy
|
|
4
|
-
import { PackagingPriceDto } from '@proxy/packaging-prices/dtos';
|
|
5
|
-
import { PackagingTypeDto } from '@proxy/packaging-types/dtos';
|
|
3
|
+
import { PackagingPriceService, PackagingTypeService, PackagingPriceDto, PackagingTypeDto } from '@hitsoft/kadooglu-keops/proxy';
|
|
6
4
|
import * as i0 from "@angular/core";
|
|
7
5
|
export declare class PackagingPricesComponent implements OnInit {
|
|
8
6
|
private readonly service;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
2
|
import { Rest, RestService } from '@abp/ng.core';
|
|
3
|
-
import { PackagingPriceService } from '@proxy
|
|
4
|
-
import { PackagingPriceLineInputDto } from '@proxy/packaging-prices/dtos';
|
|
3
|
+
import { PackagingPriceService, PackagingPriceLineInputDto } from '@hitsoft/kadooglu-keops/proxy';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
export declare class PackagingPriceExcelService {
|
|
7
6
|
private readonly service;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FormBuilder, FormGroup } from '@angular/forms';
|
|
2
|
-
import { PackagingPriceCreateDto, PackagingPriceDto } from '@
|
|
2
|
+
import { PackagingPriceCreateDto, PackagingPriceDto } from '@hitsoft/kadooglu-keops/proxy';
|
|
3
3
|
import { LineRow } from './packaging-price-lines.builder';
|
|
4
4
|
export declare function createPackagingPriceForm(fb: FormBuilder, current: PackagingPriceDto | null, mode: 'create' | 'edit'): FormGroup;
|
|
5
5
|
export declare function toPackagingPriceInput(form: FormGroup, lineRows: LineRow[]): PackagingPriceCreateDto;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FormBuilder, FormGroup } from '@angular/forms';
|
|
2
|
-
import { PackagingPriceLineDto } from '@
|
|
2
|
+
import { PackagingPriceLineDto } from '@hitsoft/kadooglu-keops/proxy';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export interface LineRow {
|
|
5
5
|
group: FormGroup;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { FormBuilder, FormGroup } from '@angular/forms';
|
|
3
|
-
import { PackagingTypeService } from '@proxy
|
|
4
|
-
import { PackagingTypeDto } from '@proxy/packaging-types/dtos';
|
|
3
|
+
import { PackagingTypeService, PackagingTypeDto } from '@hitsoft/kadooglu-keops/proxy';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
export declare class PackagingTypeFormComponent implements OnInit, OnChanges {
|
|
7
6
|
private readonly fb;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import { ConfirmationService, ToasterService } from '@abp/ng.theme.shared';
|
|
3
|
-
import { PackagingTypeService } from '@proxy
|
|
4
|
-
import { PackagingTypeDto } from '@proxy/packaging-types/dtos';
|
|
3
|
+
import { PackagingTypeService, PackagingTypeDto } from '@hitsoft/kadooglu-keops/proxy';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
export declare class PackagingTypesComponent implements OnInit {
|
|
7
6
|
private readonly service;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { FormBuilder, FormGroup } from '@angular/forms';
|
|
3
|
-
import { PalletDefinitionService } from '@proxy
|
|
4
|
-
import { PalletDefinitionDto } from '@proxy/pallet-definitions/dtos';
|
|
3
|
+
import { PalletDefinitionService, PalletDefinitionDto } from '@hitsoft/kadooglu-keops/proxy';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
export declare class PalletDefinitionFormComponent implements OnInit, OnChanges {
|
|
7
6
|
private readonly fb;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import { ConfirmationService, ToasterService } from '@abp/ng.theme.shared';
|
|
3
|
-
import { PalletDefinitionService } from '@proxy
|
|
4
|
-
import { PalletDefinitionDto } from '@proxy/pallet-definitions/dtos';
|
|
3
|
+
import { PalletDefinitionService, PalletDefinitionDto } from '@hitsoft/kadooglu-keops/proxy';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
export declare class PalletDefinitionsComponent implements OnInit {
|
|
7
6
|
private readonly service;
|
package/lib/features/price-parameter-types/components/price-parameter-type-form.component.d.ts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { FormBuilder, FormGroup } from '@angular/forms';
|
|
3
|
-
import { PriceParameterTypeService } from '@proxy
|
|
4
|
-
import { PriceParameterTypeDto } from '@proxy/price-parameter-types/dtos';
|
|
3
|
+
import { PriceParameterTypeService, PriceParameterTypeDto } from '@hitsoft/kadooglu-keops/proxy';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
export declare class PriceParameterTypeFormComponent implements OnInit, OnChanges {
|
|
7
6
|
private readonly fb;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import { ConfirmationService, ToasterService } from '@abp/ng.theme.shared';
|
|
3
|
-
import { PriceParameterTypeService } from '@proxy
|
|
4
|
-
import { PriceParameterTypeDto } from '@proxy/price-parameter-types/dtos';
|
|
3
|
+
import { PriceParameterTypeService, PriceParameterTypeDto } from '@hitsoft/kadooglu-keops/proxy';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
export declare class PriceParameterTypesComponent implements OnInit {
|
|
7
6
|
private readonly service;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { FormBuilder, FormGroup } from '@angular/forms';
|
|
3
|
-
import { SapSalesPersonService } from '@proxy
|
|
4
|
-
import { SapSalesPersonDto } from '@proxy/sales-persons/dtos';
|
|
3
|
+
import { SapSalesPersonService, SapSalesPersonDto } from '@hitsoft/kadooglu-keops/proxy';
|
|
5
4
|
import { IdentityUserDto } from '@volo/abp.ng.identity/proxy';
|
|
6
5
|
import * as i0 from "@angular/core";
|
|
7
6
|
export declare class SapSalesPersonFormComponent implements OnInit, OnChanges {
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import { ToasterService } from '@abp/ng.theme.shared';
|
|
3
|
-
import { SapSalesPersonService } from '@proxy
|
|
4
|
-
import { SapSalesPersonDto } from '@proxy/sales-persons/dtos';
|
|
3
|
+
import { SapSalesPersonService, SapSalesPersonDto } from '@hitsoft/kadooglu-keops/proxy';
|
|
5
4
|
import { IdentityUserService } from '@volo/abp.ng.identity/proxy';
|
|
6
5
|
import { IdentityUserDto } from '@volo/abp.ng.identity/proxy';
|
|
7
6
|
import * as i0 from "@angular/core";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import { FormBuilder, FormGroup } from '@angular/forms';
|
|
3
3
|
import { ToasterService } from '@abp/ng.theme.shared';
|
|
4
|
-
import { CostSettingsService } from '@proxy
|
|
4
|
+
import { CostSettingsService } from '@hitsoft/kadooglu-keops/proxy';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class CostSettingsComponent implements OnInit {
|
|
7
7
|
private readonly fb;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hitsoft/kadooglu-keops",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": ">=9",
|
|
6
6
|
"@angular/core": ">=9",
|
|
@@ -35,6 +35,14 @@
|
|
|
35
35
|
"es2015": "./fesm2015/hitsoft-kadooglu-keops-config.mjs",
|
|
36
36
|
"node": "./fesm2015/hitsoft-kadooglu-keops-config.mjs",
|
|
37
37
|
"default": "./fesm2020/hitsoft-kadooglu-keops-config.mjs"
|
|
38
|
+
},
|
|
39
|
+
"./proxy": {
|
|
40
|
+
"types": "./proxy/index.d.ts",
|
|
41
|
+
"esm2020": "./esm2020/proxy/hitsoft-kadooglu-keops-proxy.mjs",
|
|
42
|
+
"es2020": "./fesm2020/hitsoft-kadooglu-keops-proxy.mjs",
|
|
43
|
+
"es2015": "./fesm2015/hitsoft-kadooglu-keops-proxy.mjs",
|
|
44
|
+
"node": "./fesm2015/hitsoft-kadooglu-keops-proxy.mjs",
|
|
45
|
+
"default": "./fesm2020/hitsoft-kadooglu-keops-proxy.mjs"
|
|
38
46
|
}
|
|
39
47
|
},
|
|
40
48
|
"sideEffects": false
|
package/proxy/index.d.ts
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export * from './container-definitions/dtos';
|
|
2
|
+
export * from './container-loading-counts/dtos';
|
|
3
|
+
export * from './container-loading-counts/loading-target-kind.enum';
|
|
4
|
+
export * from './container-loading-scenarios/dtos';
|
|
5
|
+
export * from './container-loading-scenarios/pallet-status.enum';
|
|
6
|
+
export * from './container-mix-types/dtos';
|
|
7
|
+
export * from './container-pallet-capacities/dtos';
|
|
8
|
+
export * from './controllers';
|
|
9
|
+
export * from './cost-groups/dtos';
|
|
10
|
+
export * from './cost-groups/cost-group-role.enum';
|
|
11
|
+
export * from './cost-items/dtos';
|
|
12
|
+
export * from './cost-items/cost-item-calculation-type.enum';
|
|
13
|
+
export * from './cost-items/cost-item-system-code.enum';
|
|
14
|
+
export * from './cost-parameter-categories/dtos';
|
|
15
|
+
export * from './cost-parameter-categories/cost-parameter-category-parent-code.enum';
|
|
16
|
+
export * from './cost-parameters/dtos';
|
|
17
|
+
export * from './cost-parameters/cost-parameter-status.enum';
|
|
18
|
+
export * from './currencies';
|
|
19
|
+
export * from './exchange-rates/dtos';
|
|
20
|
+
export * from './exchange-rates/exchange-rate-source.enum';
|
|
21
|
+
export * from './items/dtos';
|
|
22
|
+
export * from './packaging-materials/dtos';
|
|
23
|
+
export * from './packaging-prices/dtos';
|
|
24
|
+
export * from './packaging-types/dtos';
|
|
25
|
+
export * from './pallet-definitions/dtos';
|
|
26
|
+
export * from './price-parameter-types/dtos';
|
|
27
|
+
export * from './sales-persons/dtos';
|
|
28
|
+
export * from './settings';
|
package/public-api.d.ts
CHANGED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export * from './models';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9rYWRvb2dsdS1rZW9wcy9zcmMvbGliL3Byb3h5L2NvbnRhaW5lci1kZWZpbml0aW9ucy9kdG9zL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsVUFBVSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9tb2RlbHMnO1xuIl19
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kZWxzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMva2Fkb29nbHUta2VvcHMvc3JjL2xpYi9wcm94eS9jb250YWluZXItZGVmaW5pdGlvbnMvZHRvcy9tb2RlbHMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIlxyXG5leHBvcnQgaW50ZXJmYWNlIENvbnRhaW5lckRlZmluaXRpb25DcmVhdGVEdG8ge1xyXG4gIG5hbWU6IHN0cmluZztcclxuICBpbm5lclZvbHVtZU0zOiBudW1iZXI7XHJcbiAgbmV0TG9hZEtnOiBudW1iZXI7XHJcbiAgZ3Jvc3NMb2FkS2c6IG51bWJlcjtcclxuICBpc0FjdGl2ZTogYm9vbGVhbjtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBDb250YWluZXJEZWZpbml0aW9uRHRvIHtcclxuICBjb2RlPzogc3RyaW5nO1xyXG4gIG5hbWU/OiBzdHJpbmc7XHJcbiAgaW5uZXJWb2x1bWVNMzogbnVtYmVyO1xyXG4gIG5ldExvYWRLZzogbnVtYmVyO1xyXG4gIGdyb3NzTG9hZEtnOiBudW1iZXI7XHJcbiAgaXNBY3RpdmU6IGJvb2xlYW47XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgQ29udGFpbmVyRGVmaW5pdGlvblVwZGF0ZUR0byB7XHJcbiAgbmFtZTogc3RyaW5nO1xyXG4gIGlubmVyVm9sdW1lTTM6IG51bWJlcjtcclxuICBuZXRMb2FkS2c6IG51bWJlcjtcclxuICBncm9zc0xvYWRLZzogbnVtYmVyO1xyXG4gIGlzQWN0aXZlOiBib29sZWFuO1xyXG59XHJcbiJdfQ==
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import * as Dtos from './dtos';
|
|
2
|
-
export { Dtos };
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9rYWRvb2dsdS1rZW9wcy9zcmMvbGliL3Byb3h5L2NvbnRhaW5lci1kZWZpbml0aW9ucy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEtBQUssSUFBSSxNQUFNLFFBQVEsQ0FBQztBQUMvQixPQUFPLEVBQUUsSUFBSSxFQUFFLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgKiBhcyBEdG9zIGZyb20gJy4vZHRvcyc7XG5leHBvcnQgeyBEdG9zIH07XG4iXX0=
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export * from './models';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9rYWRvb2dsdS1rZW9wcy9zcmMvbGliL3Byb3h5L2NvbnRhaW5lci1sb2FkaW5nLWNvdW50cy9kdG9zL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsVUFBVSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9tb2RlbHMnO1xuIl19
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kZWxzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMva2Fkb29nbHUta2VvcHMvc3JjL2xpYi9wcm94eS9jb250YWluZXItbG9hZGluZy1jb3VudHMvZHRvcy9tb2RlbHMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB0eXBlIHsgTG9hZGluZ1RhcmdldEtpbmQgfSBmcm9tICcuLi9sb2FkaW5nLXRhcmdldC1raW5kLmVudW0nO1xyXG5cclxuZXhwb3J0IGludGVyZmFjZSBDb250YWluZXJMb2FkaW5nQ291bnREdG8ge1xyXG4gIHByb2R1Y3RUeXBlQ29kZT86IHN0cmluZztcclxuICBsaW5lczogQ29udGFpbmVyTG9hZGluZ0xpbmVEdG9bXTtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBDb250YWluZXJMb2FkaW5nQ291bnRTYXZlRHRvIHtcclxuICBwcm9kdWN0VHlwZUNvZGU6IHN0cmluZztcclxuICBsaW5lczogQ29udGFpbmVyTG9hZGluZ0xpbmVJbnB1dER0b1tdO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIENvbnRhaW5lckxvYWRpbmdMaW5lRHRvIHtcclxuICBraW5kOiBMb2FkaW5nVGFyZ2V0S2luZDtcclxuICB0YXJnZXRDb2RlPzogc3RyaW5nO1xyXG4gIGJveENvdW50OiBudW1iZXI7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgQ29udGFpbmVyTG9hZGluZ0xpbmVJbnB1dER0byB7XHJcbiAga2luZDogTG9hZGluZ1RhcmdldEtpbmQ7XHJcbiAgdGFyZ2V0Q29kZTogc3RyaW5nO1xyXG4gIGJveENvdW50OiBudW1iZXI7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgUHJvZHVjdFR5cGVMb29rdXBEdG8ge1xyXG4gIGNvZGU/OiBzdHJpbmc7XHJcbiAgbmFtZT86IHN0cmluZztcclxufVxyXG4iXX0=
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import * as Dtos from './dtos';
|
|
2
|
-
export * from './loading-target-kind.enum';
|
|
3
|
-
export { Dtos };
|
|
4
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9rYWRvb2dsdS1rZW9wcy9zcmMvbGliL3Byb3h5L2NvbnRhaW5lci1sb2FkaW5nLWNvdW50cy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEtBQUssSUFBSSxNQUFNLFFBQVEsQ0FBQztBQUMvQixjQUFjLDRCQUE0QixDQUFDO0FBQzNDLE9BQU8sRUFBRSxJQUFJLEVBQUUsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCAqIGFzIER0b3MgZnJvbSAnLi9kdG9zJztcbmV4cG9ydCAqIGZyb20gJy4vbG9hZGluZy10YXJnZXQta2luZC5lbnVtJztcbmV4cG9ydCB7IER0b3MgfTtcbiJdfQ==
|