brainloper-ui 15.0.1 → 16.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/{esm2020 → esm2022}/src/app/modules/brainloper-ui/brainloper-ui.module.mjs +151 -151
- package/esm2022/src/app/modules/brainloper-ui/components/bread-crumb/bread-crumb.component.mjs +30 -0
- package/esm2022/src/app/modules/brainloper-ui/components/buttons/button-icon/button-icon.component.mjs +23 -0
- package/esm2022/src/app/modules/brainloper-ui/components/buttons/button-label/button-label.component.mjs +83 -0
- package/esm2022/src/app/modules/brainloper-ui/components/carousel/carousel.component.mjs +42 -0
- package/esm2022/src/app/modules/brainloper-ui/components/combos/combos.component.mjs +183 -0
- package/esm2022/src/app/modules/brainloper-ui/components/data-table/data-table.component.mjs +746 -0
- package/esm2022/src/app/modules/brainloper-ui/components/data-table/table-modal/table-modal.component.mjs +122 -0
- package/esm2022/src/app/modules/brainloper-ui/components/file-input/file-input.component.mjs +205 -0
- package/esm2022/src/app/modules/brainloper-ui/components/filters/filters.component.mjs +227 -0
- package/esm2022/src/app/modules/brainloper-ui/components/report/template-fuel/template-fuel.component.mjs +89 -0
- package/esm2022/src/app/modules/brainloper-ui/components/report/template-ot/template-ot.component.mjs +86 -0
- package/esm2022/src/app/modules/brainloper-ui/components/select-filter/select-filter.component.mjs +117 -0
- package/esm2022/src/app/modules/directives/carousel-item.directive.mjs +20 -0
- package/esm2022/src/app/modules/interfaces/menu-break-crumb/menu-break-crumb.mjs +6 -0
- package/esm2022/src/app/modules/services/crypto.service.mjs +38 -0
- package/esm2022/src/app/modules/services/export-data.service.mjs +169 -0
- package/{esm2020 → esm2022}/src/app/modules/services/file-forms.service.mjs +4 -4
- package/{esm2020 → esm2022}/src/app/modules/services/fuel-order-pdf.service.mjs +4 -4
- package/{esm2020 → esm2022}/src/app/modules/services/functions.service.mjs +4 -4
- package/esm2022/src/app/modules/services/generate-pdf.service.mjs +93 -0
- package/esm2022/src/app/modules/services/http.service.mjs +142 -0
- package/esm2022/src/app/modules/services/loading/loading.component.mjs +30 -0
- package/{esm2020 → esm2022}/src/app/modules/services/local-storage.service.mjs +6 -6
- package/esm2022/src/app/modules/services/message.service.mjs +202 -0
- package/esm2022/src/app/modules/services/purchase-order-pdf.service.mjs +179 -0
- package/esm2022/src/app/modules/services/session.service.mjs +43 -0
- package/{esm2020 → esm2022}/src/app/modules/services/work-order-pdf.service.mjs +4 -4
- package/{fesm2020 → fesm2022}/brainloper-ui.mjs +499 -409
- package/{fesm2015 → fesm2022}/brainloper-ui.mjs.map +1 -1
- package/package.json +17 -23
- package/src/app/modules/brainloper-ui/components/bread-crumb/bread-crumb.component.d.ts +1 -1
- package/src/app/modules/brainloper-ui/components/buttons/button-icon/button-icon.component.d.ts +1 -1
- package/src/app/modules/brainloper-ui/components/buttons/button-label/button-label.component.d.ts +1 -1
- package/src/app/modules/brainloper-ui/components/carousel/carousel.component.d.ts +1 -1
- package/src/app/modules/brainloper-ui/components/combos/combos.component.d.ts +1 -1
- package/src/app/modules/brainloper-ui/components/data-table/data-table.component.d.ts +1 -1
- package/src/app/modules/brainloper-ui/components/file-input/file-input.component.d.ts +1 -1
- package/src/app/modules/brainloper-ui/components/filters/filters.component.d.ts +1 -1
- package/src/app/modules/brainloper-ui/components/select-filter/select-filter.component.d.ts +1 -1
- package/src/app/modules/directives/carousel-item.directive.d.ts +1 -1
- package/esm2020/src/app/modules/brainloper-ui/components/bread-crumb/bread-crumb.component.mjs +0 -29
- package/esm2020/src/app/modules/brainloper-ui/components/buttons/button-icon/button-icon.component.mjs +0 -23
- package/esm2020/src/app/modules/brainloper-ui/components/buttons/button-label/button-label.component.mjs +0 -83
- package/esm2020/src/app/modules/brainloper-ui/components/carousel/carousel.component.mjs +0 -40
- package/esm2020/src/app/modules/brainloper-ui/components/combos/combos.component.mjs +0 -176
- package/esm2020/src/app/modules/brainloper-ui/components/data-table/data-table.component.mjs +0 -728
- package/esm2020/src/app/modules/brainloper-ui/components/data-table/table-modal/table-modal.component.mjs +0 -118
- package/esm2020/src/app/modules/brainloper-ui/components/file-input/file-input.component.mjs +0 -187
- package/esm2020/src/app/modules/brainloper-ui/components/filters/filters.component.mjs +0 -222
- package/esm2020/src/app/modules/brainloper-ui/components/report/template-fuel/template-fuel.component.mjs +0 -84
- package/esm2020/src/app/modules/brainloper-ui/components/report/template-ot/template-ot.component.mjs +0 -81
- package/esm2020/src/app/modules/brainloper-ui/components/select-filter/select-filter.component.mjs +0 -108
- package/esm2020/src/app/modules/directives/carousel-item.directive.mjs +0 -18
- package/esm2020/src/app/modules/interfaces/menu-break-crumb/menu-break-crumb.mjs +0 -8
- package/esm2020/src/app/modules/services/crypto.service.mjs +0 -37
- package/esm2020/src/app/modules/services/export-data.service.mjs +0 -166
- package/esm2020/src/app/modules/services/generate-pdf.service.mjs +0 -89
- package/esm2020/src/app/modules/services/http.service.mjs +0 -140
- package/esm2020/src/app/modules/services/loading/loading.component.mjs +0 -28
- package/esm2020/src/app/modules/services/message.service.mjs +0 -200
- package/esm2020/src/app/modules/services/purchase-order-pdf.service.mjs +0 -178
- package/esm2020/src/app/modules/services/session.service.mjs +0 -42
- package/fesm2015/brainloper-ui.mjs +0 -3914
- package/fesm2020/brainloper-ui.mjs.map +0 -1
- /package/{esm2020 → esm2022}/brainloper-ui.mjs +0 -0
- /package/{esm2020 → esm2022}/public_api.mjs +0 -0
- /package/{esm2020 → esm2022}/src/app/modules/brainloper-ui/components/file-input/imagenes/doc.mjs +0 -0
- /package/{esm2020 → esm2022}/src/app/modules/brainloper-ui/components/file-input/imagenes/fondoTransparente.mjs +0 -0
- /package/{esm2020 → esm2022}/src/app/modules/brainloper-ui/components/file-input/imagenes/pdf.mjs +0 -0
- /package/{esm2020 → esm2022}/src/app/modules/interfaces/buttons/button-icon.mjs +0 -0
- /package/{esm2020 → esm2022}/src/app/modules/interfaces/buttons/button-lavel-edit.mjs +0 -0
- /package/{esm2020 → esm2022}/src/app/modules/interfaces/combos/combos-configuration.mjs +0 -0
- /package/{esm2020 → esm2022}/src/app/modules/interfaces/data-table/params.mjs +0 -0
- /package/{esm2020 → esm2022}/src/app/modules/interfaces/data-table/rules.mjs +0 -0
- /package/{esm2020 → esm2022}/src/app/modules/interfaces/data-table/table-columns.mjs +0 -0
- /package/{esm2020 → esm2022}/src/app/modules/interfaces/data-table/table-configuration.mjs +0 -0
- /package/{esm2020 → esm2022}/src/app/modules/interfaces/enum/enumActions.mjs +0 -0
- /package/{esm2020 → esm2022}/src/app/modules/interfaces/enum/enumRules.mjs +0 -0
- /package/{esm2020 → esm2022}/src/app/modules/interfaces/enum/httpResponseType.mjs +0 -0
- /package/{esm2020 → esm2022}/src/app/modules/interfaces/file-forms-service/file-forms-params.mjs +0 -0
- /package/{esm2020 → esm2022}/src/app/modules/interfaces/file-forms-service/file-input-params.mjs +0 -0
- /package/{esm2020 → esm2022}/src/app/modules/interfaces/filters/header-filters.mjs +0 -0
- /package/{esm2020 → esm2022}/src/app/modules/interfaces/report/template-pdf-base.mjs +0 -0
- /package/{esm2020 → esm2022}/src/app/modules/interfaces/report/template-pdf-ot.mjs +0 -0
- /package/{esm2020 → esm2022}/src/app/modules/interfaces/report/template-pdf-purchase-order.mjs +0 -0
- /package/{esm2020 → esm2022}/src/app/modules/interfaces/report/template-pfd-fo.mjs +0 -0
- /package/{esm2020 → esm2022}/src/app/modules/services/screen-size-util.mjs +0 -0
|
File without changes
|
|
File without changes
|
/package/{esm2020 → esm2022}/src/app/modules/brainloper-ui/components/file-input/imagenes/doc.mjs
RENAMED
|
File without changes
|
|
File without changes
|
/package/{esm2020 → esm2022}/src/app/modules/brainloper-ui/components/file-input/imagenes/pdf.mjs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{esm2020 → esm2022}/src/app/modules/interfaces/file-forms-service/file-forms-params.mjs
RENAMED
|
File without changes
|
/package/{esm2020 → esm2022}/src/app/modules/interfaces/file-forms-service/file-input-params.mjs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{esm2020 → esm2022}/src/app/modules/interfaces/report/template-pdf-purchase-order.mjs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|