@po-ui/ng-components 5.22.1 → 6.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/lib/components/components.module.mjs +270 -0
- package/{esm2015/lib/components/index.js → esm2020/lib/components/index.mjs} +0 -0
- package/{esm2015/lib/components/po-accordion/index.js → esm2020/lib/components/po-accordion/index.mjs} +0 -0
- package/{esm2015/lib/components/po-accordion/po-accordion-base.component.js → esm2020/lib/components/po-accordion/po-accordion-base.component.mjs} +0 -0
- package/esm2020/lib/components/po-accordion/po-accordion-item/po-accordion-item.component.mjs +78 -0
- package/esm2020/lib/components/po-accordion/po-accordion-item-body/po-accordion-item-body.component.mjs +44 -0
- package/esm2020/lib/components/po-accordion/po-accordion-item-header/po-accordion-item-header.component.mjs +41 -0
- package/esm2020/lib/components/po-accordion/po-accordion.component.mjs +106 -0
- package/esm2020/lib/components/po-accordion/po-accordion.module.mjs +61 -0
- package/esm2020/lib/components/po-accordion/services/po-accordion.service.mjs +30 -0
- package/{esm2015/lib/components/po-avatar/index.js → esm2020/lib/components/po-avatar/index.mjs} +0 -0
- package/esm2020/lib/components/po-avatar/po-avatar-base.component.mjs +77 -0
- package/esm2020/lib/components/po-avatar/po-avatar.component.mjs +73 -0
- package/esm2020/lib/components/po-avatar/po-avatar.module.mjs +24 -0
- package/esm2020/lib/components/po-badge/po-badge-base.component.mjs +94 -0
- package/esm2020/lib/components/po-badge/po-badge.component.mjs +27 -0
- package/esm2020/lib/components/po-badge/po-badge.module.mjs +24 -0
- package/{esm2015/lib/components/po-breadcrumb/index.js → esm2020/lib/components/po-breadcrumb/index.mjs} +0 -0
- package/esm2020/lib/components/po-breadcrumb/po-breadcrumb-base.component.mjs +55 -0
- package/esm2020/lib/components/po-breadcrumb/po-breadcrumb-dropdown/po-breadcrumb-dropdown.component.mjs +40 -0
- package/esm2020/lib/components/po-breadcrumb/po-breadcrumb-favorite/po-breadcrumb-favorite.component.mjs +113 -0
- package/esm2020/lib/components/po-breadcrumb/po-breadcrumb-favorite/po-breadcrumb-favorite.service.mjs +49 -0
- package/esm2020/lib/components/po-breadcrumb/po-breadcrumb-item/po-breadcrumb-item.component.mjs +109 -0
- package/{esm2015/lib/components/po-breadcrumb/po-breadcrumb-item.interface.js → esm2020/lib/components/po-breadcrumb/po-breadcrumb-item.interface.mjs} +0 -0
- package/esm2020/lib/components/po-breadcrumb/po-breadcrumb.component.mjs +219 -0
- package/{esm2015/lib/components/po-breadcrumb/po-breadcrumb.interface.js → esm2020/lib/components/po-breadcrumb/po-breadcrumb.interface.mjs} +0 -0
- package/esm2020/lib/components/po-breadcrumb/po-breadcrumb.module.mjs +37 -0
- package/{esm2015/lib/components/po-button/index.js → esm2020/lib/components/po-button/index.mjs} +0 -0
- package/esm2020/lib/components/po-button/po-button-base.component.mjs +144 -0
- package/esm2020/lib/components/po-button/po-button.component.mjs +114 -0
- package/esm2020/lib/components/po-button/po-button.module.mjs +26 -0
- package/{esm2015/lib/components/po-button-group/index.js → esm2020/lib/components/po-button-group/index.mjs} +0 -0
- package/esm2020/lib/components/po-button-group/po-button-group-base.component.mjs +102 -0
- package/{esm2015/lib/components/po-button-group/po-button-group-item.interface.js → esm2020/lib/components/po-button-group/po-button-group-item.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-button-group/po-button-group-toggle.enum.js → esm2020/lib/components/po-button-group/po-button-group-toggle.enum.mjs} +0 -0
- package/esm2020/lib/components/po-button-group/po-button-group.component.mjs +62 -0
- package/esm2020/lib/components/po-button-group/po-button-group.module.mjs +26 -0
- package/{esm2015/lib/components/po-calendar/index.js → esm2020/lib/components/po-calendar/index.mjs} +0 -0
- package/esm2020/lib/components/po-calendar/po-calendar-base.component.mjs +183 -0
- package/esm2020/lib/components/po-calendar/po-calendar-header/po-calendar-header.component.mjs +57 -0
- package/{esm2015/lib/components/po-calendar/po-calendar-mode.enum.js → esm2020/lib/components/po-calendar/po-calendar-mode.enum.mjs} +0 -0
- package/esm2020/lib/components/po-calendar/po-calendar-wrapper/po-calendar-wrapper.component.mjs +469 -0
- package/esm2020/lib/components/po-calendar/po-calendar.component.mjs +257 -0
- package/esm2020/lib/components/po-calendar/po-calendar.module.mjs +25 -0
- package/esm2020/lib/components/po-calendar/services/po-calendar.lang.service.mjs +189 -0
- package/esm2020/lib/components/po-calendar/services/po-calendar.service.mjs +47 -0
- package/esm2020/lib/components/po-chart/directives/po-resize-observer.directive.mjs +46 -0
- package/esm2020/lib/components/po-chart/enums/po-chart-type.enum.mjs +38 -0
- package/{esm2015/lib/components/po-chart/helpers/po-chart-default-values.constant.js → esm2020/lib/components/po-chart/helpers/po-chart-default-values.constant.mjs} +0 -0
- package/esm2020/lib/components/po-chart/index.mjs +7 -0
- package/{esm2015/lib/components/po-chart/interfaces/po-chart-axis-options.interface.js → esm2020/lib/components/po-chart/interfaces/po-chart-axis-options.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-chart/interfaces/po-chart-bar-coordinates.interface.js → esm2020/lib/components/po-chart/interfaces/po-chart-bar-coordinates.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-chart/interfaces/po-chart-container-size.interface.js → esm2020/lib/components/po-chart/interfaces/po-chart-container-size.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-chart/interfaces/po-chart-label-coordinates.interface.js → esm2020/lib/components/po-chart/interfaces/po-chart-label-coordinates.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-chart/interfaces/po-chart-min-max-values.interface.js → esm2020/lib/components/po-chart/interfaces/po-chart-min-max-values.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-chart/interfaces/po-chart-options.interface.js → esm2020/lib/components/po-chart/interfaces/po-chart-options.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-chart/interfaces/po-chart-path-coordinates.interface.js → esm2020/lib/components/po-chart/interfaces/po-chart-path-coordinates.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-chart/interfaces/po-chart-points-coordinates.interface.js → esm2020/lib/components/po-chart/interfaces/po-chart-points-coordinates.interface.mjs} +0 -0
- package/esm2020/lib/components/po-chart/interfaces/po-chart-serie.interface.mjs +2 -0
- package/esm2020/lib/components/po-chart/po-chart-base.component.mjs +258 -0
- package/esm2020/lib/components/po-chart/po-chart-container/po-chart-axis/po-chart-axis-label/po-chart-axis-label.component.mjs +68 -0
- package/esm2020/lib/components/po-chart/po-chart-container/po-chart-axis/po-chart-axis-path/po-chart-axis-path.component.mjs +50 -0
- package/esm2020/lib/components/po-chart/po-chart-container/po-chart-axis/po-chart-axis.component.mjs +310 -0
- package/esm2020/lib/components/po-chart/po-chart-container/po-chart-bar/po-chart-bar-base.component.mjs +103 -0
- package/esm2020/lib/components/po-chart/po-chart-container/po-chart-bar/po-chart-bar-path/po-chart-bar-path.component.mjs +61 -0
- package/esm2020/lib/components/po-chart/po-chart-container/po-chart-bar/po-chart-bar.component.mjs +84 -0
- package/esm2020/lib/components/po-chart/po-chart-container/po-chart-bar/po-chart-column/po-chart-column.component.mjs +85 -0
- package/esm2020/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-circular-label/po-chart-circular-label.component.mjs +47 -0
- package/esm2020/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-circular-path/po-chart-circular-path.component.mjs +56 -0
- package/esm2020/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-circular-path/po-chart-tooltip.directive.mjs +84 -0
- package/esm2020/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-circular.component.mjs +161 -0
- package/esm2020/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-donut/po-chart-donut.component.mjs +165 -0
- package/esm2020/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-pie/po-chart-pie.component.mjs +107 -0
- package/esm2020/lib/components/po-chart/po-chart-container/po-chart-container.component.mjs +243 -0
- package/esm2020/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-area/po-chart-area.component.mjs +106 -0
- package/esm2020/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-line-base.component.mjs +172 -0
- package/esm2020/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-line.component.mjs +70 -0
- package/esm2020/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-path/po-chart-path.component.mjs +87 -0
- package/esm2020/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-series-point/po-chart-series-point.component.mjs +128 -0
- package/esm2020/lib/components/po-chart/po-chart-legend/po-chart-legend.component.mjs +48 -0
- package/esm2020/lib/components/po-chart/po-chart-types/po-chart-dynamic-type.component.mjs +52 -0
- package/esm2020/lib/components/po-chart/po-chart.component.mjs +254 -0
- package/esm2020/lib/components/po-chart/po-chart.module.mjs +81 -0
- package/esm2020/lib/components/po-chart/services/po-chart-maths.service.mjs +136 -0
- package/esm2020/lib/components/po-chart/services/po-chart-svg-container.service.mjs +58 -0
- package/{esm2015/lib/components/po-container/index.js → esm2020/lib/components/po-container/index.mjs} +0 -0
- package/esm2020/lib/components/po-container/po-container-base.component.mjs +97 -0
- package/esm2020/lib/components/po-container/po-container.component.mjs +42 -0
- package/esm2020/lib/components/po-container/po-container.module.mjs +24 -0
- package/{esm2015/lib/components/po-disclaimer/index.js → esm2020/lib/components/po-disclaimer/index.mjs} +0 -0
- package/esm2020/lib/components/po-disclaimer/po-disclaimer-base.component.mjs +90 -0
- package/esm2020/lib/components/po-disclaimer/po-disclaimer.component.mjs +60 -0
- package/{esm2015/lib/components/po-disclaimer/po-disclaimer.interface.js → esm2020/lib/components/po-disclaimer/po-disclaimer.interface.mjs} +0 -0
- package/esm2020/lib/components/po-disclaimer/po-disclaimer.module.mjs +23 -0
- package/{esm2015/lib/components/po-disclaimer-group/index.js → esm2020/lib/components/po-disclaimer-group/index.mjs} +0 -0
- package/esm2020/lib/components/po-disclaimer-group/po-disclaimer-group-base.component.mjs +206 -0
- package/{esm2015/lib/components/po-disclaimer-group/po-disclaimer-group-remove-action.interface.js → esm2020/lib/components/po-disclaimer-group/po-disclaimer-group-remove-action.interface.mjs} +0 -0
- package/esm2020/lib/components/po-disclaimer-group/po-disclaimer-group.component.mjs +80 -0
- package/{esm2015/lib/components/po-disclaimer-group/po-disclaimer-group.interface.js → esm2020/lib/components/po-disclaimer-group/po-disclaimer-group.interface.mjs} +0 -0
- package/esm2020/lib/components/po-disclaimer-group/po-disclaimer-group.module.mjs +26 -0
- package/esm2020/lib/components/po-disclaimer-group/po-disclaimer-remove/po-disclaimer-remove.component.mjs +40 -0
- package/{esm2015/lib/components/po-divider/index.js → esm2020/lib/components/po-divider/index.mjs} +0 -0
- package/esm2020/lib/components/po-divider/po-divider-base.component.mjs +19 -0
- package/esm2020/lib/components/po-divider/po-divider.component.mjs +49 -0
- package/esm2020/lib/components/po-divider/po-divider.module.mjs +24 -0
- package/{esm2015/lib/components/po-dropdown/index.js → esm2020/lib/components/po-dropdown/index.mjs} +0 -0
- package/{esm2015/lib/components/po-dropdown/po-dropdown-action.interface.js → esm2020/lib/components/po-dropdown/po-dropdown-action.interface.mjs} +0 -0
- package/esm2020/lib/components/po-dropdown/po-dropdown-base.component.mjs +78 -0
- package/esm2020/lib/components/po-dropdown/po-dropdown.component.mjs +130 -0
- package/esm2020/lib/components/po-dropdown/po-dropdown.module.mjs +24 -0
- package/{esm2015/lib/components/po-dynamic/index.js → esm2020/lib/components/po-dynamic/index.mjs} +0 -0
- package/{esm2015/lib/components/po-dynamic/po-dynamic-field-type.enum.js → esm2020/lib/components/po-dynamic/po-dynamic-field-type.enum.mjs} +0 -0
- package/{esm2015/lib/components/po-dynamic/po-dynamic-field.interface.js → esm2020/lib/components/po-dynamic/po-dynamic-field.interface.mjs} +0 -0
- package/esm2020/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-base.component.mjs +121 -0
- package/{esm2015/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-field.interface.js → esm2020/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-field.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-fields/po-dynamic-form-field-internal.interface.js → esm2020/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-fields/po-dynamic-form-field-internal.interface.mjs} +0 -0
- package/esm2020/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-fields/po-dynamic-form-fields-base.component.mjs +221 -0
- package/esm2020/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-fields/po-dynamic-form-fields.component.mjs +350 -0
- package/{esm2015/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-load/po-dynamic-form-load.interface.js → esm2020/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-load/po-dynamic-form-load.interface.mjs} +0 -0
- package/esm2020/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-load/po-dynamic-form-load.service.mjs +32 -0
- package/{esm2015/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-operation/po-dynamic-form-operation.js → esm2020/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-operation/po-dynamic-form-operation.mjs} +0 -0
- package/{esm2015/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-response.interface.js → esm2020/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-response.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-validation/po-dynamic-form-field-changed.interface.js → esm2020/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-validation/po-dynamic-form-field-changed.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-validation/po-dynamic-form-field-validation.interface.js → esm2020/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-validation/po-dynamic-form-field-validation.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-validation/po-dynamic-form-validation.interface.js → esm2020/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-validation/po-dynamic-form-validation.interface.mjs} +0 -0
- package/esm2020/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-validation/po-dynamic-form-validation.service.mjs +39 -0
- package/esm2020/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form.component.mjs +203 -0
- package/esm2020/lib/components/po-dynamic/po-dynamic-view/po-dynamic-view-base.component.mjs +169 -0
- package/{esm2015/lib/components/po-dynamic/po-dynamic-view/po-dynamic-view-field.interface.js → esm2020/lib/components/po-dynamic/po-dynamic-view/po-dynamic-view-field.interface.mjs} +0 -0
- package/esm2020/lib/components/po-dynamic/po-dynamic-view/po-dynamic-view.component.mjs +141 -0
- package/esm2020/lib/components/po-dynamic/po-dynamic-view/po-dynamic-view.service.mjs +17 -0
- package/esm2020/lib/components/po-dynamic/po-dynamic.module.mjs +53 -0
- package/esm2020/lib/components/po-dynamic/po-dynamic.util.mjs +18 -0
- package/esm2020/lib/components/po-field/index.mjs +53 -0
- package/esm2020/lib/components/po-field/po-checkbox/po-checkbox-base.component.mjs +109 -0
- package/esm2020/lib/components/po-field/po-checkbox/po-checkbox.component.mjs +118 -0
- package/{esm2015/lib/components/po-field/po-checkbox-group/interfaces/po-checkbox-group-option-view.interface.js → esm2020/lib/components/po-field/po-checkbox-group/interfaces/po-checkbox-group-option-view.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-field/po-checkbox-group/interfaces/po-checkbox-group-option.interface.js → esm2020/lib/components/po-field/po-checkbox-group/interfaces/po-checkbox-group-option.interface.mjs} +0 -0
- package/esm2020/lib/components/po-field/po-checkbox-group/po-checkbox-group-base.component.mjs +322 -0
- package/esm2020/lib/components/po-field/po-checkbox-group/po-checkbox-group.component.mjs +150 -0
- package/esm2020/lib/components/po-field/po-checkbox-group/po-checkbox-group.module.mjs +26 -0
- package/esm2020/lib/components/po-field/po-clean/index.mjs +2 -0
- package/esm2020/lib/components/po-field/po-clean/po-clean-base.component.mjs +49 -0
- package/esm2020/lib/components/po-field/po-clean/po-clean.component.mjs +45 -0
- package/esm2020/lib/components/po-field/po-clean/po-clean.module.mjs +24 -0
- package/{esm2015/lib/components/po-field/po-combo/interfaces/po-combo-filter.interface.js → esm2020/lib/components/po-field/po-combo/interfaces/po-combo-filter.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-field/po-combo/interfaces/po-combo-group.interface.js → esm2020/lib/components/po-field/po-combo/interfaces/po-combo-group.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-field/po-combo/interfaces/po-combo-literals.interface.js → esm2020/lib/components/po-field/po-combo/interfaces/po-combo-literals.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-field/po-combo/interfaces/po-combo-option-group.interface.js → esm2020/lib/components/po-field/po-combo/interfaces/po-combo-option-group.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-field/po-combo/interfaces/po-combo-option.interface.js → esm2020/lib/components/po-field/po-combo/interfaces/po-combo-option.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-field/po-combo/interfaces/po-response.interface.js → esm2020/lib/components/po-field/po-combo/interfaces/po-response.interface.mjs} +0 -0
- package/esm2020/lib/components/po-field/po-combo/po-combo-base.component.mjs +803 -0
- package/{esm2015/lib/components/po-field/po-combo/po-combo-filter-mode.enum.js → esm2020/lib/components/po-field/po-combo/po-combo-filter-mode.enum.mjs} +0 -0
- package/esm2020/lib/components/po-field/po-combo/po-combo-filter.service.mjs +79 -0
- package/esm2020/lib/components/po-field/po-combo/po-combo-option-template/po-combo-option-template.directive.mjs +82 -0
- package/esm2020/lib/components/po-field/po-combo/po-combo.component.mjs +746 -0
- package/{esm2015/lib/components/po-field/po-datepicker/enums/po-datepicker-iso-format.enum.js → esm2020/lib/components/po-field/po-datepicker/enums/po-datepicker-iso-format.enum.mjs} +0 -0
- package/esm2020/lib/components/po-field/po-datepicker/po-datepicker-base.component.mjs +428 -0
- package/esm2020/lib/components/po-field/po-datepicker/po-datepicker.component.mjs +439 -0
- package/esm2020/lib/components/po-field/po-datepicker/po-datepicker.module.mjs +28 -0
- package/{esm2015/lib/components/po-field/po-datepicker-range/interfaces/po-datepicker-range-literals.interface.js → esm2020/lib/components/po-field/po-datepicker-range/interfaces/po-datepicker-range-literals.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-field/po-datepicker-range/interfaces/po-datepicker-range.interface.js → esm2020/lib/components/po-field/po-datepicker-range/interfaces/po-datepicker-range.interface.mjs} +0 -0
- package/esm2020/lib/components/po-field/po-datepicker-range/po-datepicker-range-base.component.mjs +506 -0
- package/esm2020/lib/components/po-field/po-datepicker-range/po-datepicker-range.component.mjs +528 -0
- package/{esm2015/lib/components/po-field/po-datepicker-range/po-datepicker-range.literals.js → esm2020/lib/components/po-field/po-datepicker-range/po-datepicker-range.literals.mjs} +0 -0
- package/esm2020/lib/components/po-field/po-decimal/po-decimal.component.mjs +667 -0
- package/esm2020/lib/components/po-field/po-email/po-email.component.mjs +150 -0
- package/esm2020/lib/components/po-field/po-field-container/index.mjs +4 -0
- package/esm2020/lib/components/po-field/po-field-container/po-field-container-bottom/po-field-container-bottom.component.mjs +47 -0
- package/{esm2015/lib/components/po-field/po-field-container/po-field-container-literals.js → esm2020/lib/components/po-field/po-field-container/po-field-container-literals.mjs} +0 -0
- package/esm2020/lib/components/po-field/po-field-container/po-field-container.component.mjs +81 -0
- package/esm2020/lib/components/po-field/po-field-container/po-field-container.module.mjs +25 -0
- package/esm2020/lib/components/po-field/po-field-validate.model.mjs +74 -0
- package/esm2020/lib/components/po-field/po-field.model.mjs +90 -0
- package/esm2020/lib/components/po-field/po-field.module.mjs +268 -0
- package/esm2020/lib/components/po-field/po-input/po-input-base.component.mjs +397 -0
- package/esm2020/lib/components/po-field/po-input/po-input.component.mjs +111 -0
- package/{esm2015/lib/components/po-field/po-input/po-mask.js → esm2020/lib/components/po-field/po-input/po-mask.mjs} +0 -0
- package/esm2020/lib/components/po-field/po-input-generic/po-input-generic.mjs +197 -0
- package/esm2020/lib/components/po-field/po-login/po-login.component.mjs +100 -0
- package/{esm2015/lib/components/po-field/po-lookup/interfaces/po-lookup-advanced-filter.interface.js → esm2020/lib/components/po-field/po-lookup/interfaces/po-lookup-advanced-filter.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-field/po-lookup/interfaces/po-lookup-column.interface.js → esm2020/lib/components/po-field/po-lookup/interfaces/po-lookup-column.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-field/po-lookup/interfaces/po-lookup-filter.interface.js → esm2020/lib/components/po-field/po-lookup/interfaces/po-lookup-filter.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-field/po-lookup/interfaces/po-lookup-filtered-items-params.interface.js → esm2020/lib/components/po-field/po-lookup/interfaces/po-lookup-filtered-items-params.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-field/po-lookup/interfaces/po-lookup-literals.interface.js → esm2020/lib/components/po-field/po-lookup/interfaces/po-lookup-literals.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-field/po-lookup/interfaces/po-lookup-response-api.interface.js → esm2020/lib/components/po-field/po-lookup/interfaces/po-lookup-response-api.interface.mjs} +0 -0
- package/esm2020/lib/components/po-field/po-lookup/po-lookup-base.component.mjs +499 -0
- package/esm2020/lib/components/po-field/po-lookup/po-lookup-modal/po-lookup-modal-base.component.mjs +394 -0
- package/esm2020/lib/components/po-field/po-lookup/po-lookup-modal/po-lookup-modal.component.mjs +225 -0
- package/esm2020/lib/components/po-field/po-lookup/po-lookup.component.mjs +437 -0
- package/esm2020/lib/components/po-field/po-lookup/services/po-lookup-filter.service.mjs +59 -0
- package/esm2020/lib/components/po-field/po-lookup/services/po-lookup-modal.service.mjs +62 -0
- package/esm2020/lib/components/po-field/po-multiselect/po-multiselect-base.component.mjs +620 -0
- package/esm2020/lib/components/po-field/po-multiselect/po-multiselect-dropdown/po-multiselect-dropdown.component.mjs +258 -0
- package/{esm2015/lib/components/po-field/po-multiselect/po-multiselect-filter-mode.enum.js → esm2020/lib/components/po-field/po-multiselect/po-multiselect-filter-mode.enum.mjs} +0 -0
- package/{esm2015/lib/components/po-field/po-multiselect/po-multiselect-filter.interface.js → esm2020/lib/components/po-field/po-multiselect/po-multiselect-filter.interface.mjs} +0 -0
- package/esm2020/lib/components/po-field/po-multiselect/po-multiselect-filter.service.mjs +50 -0
- package/esm2020/lib/components/po-field/po-multiselect/po-multiselect-item/po-multiselect-item.component.mjs +54 -0
- package/{esm2015/lib/components/po-field/po-multiselect/po-multiselect-literals.interface.js → esm2020/lib/components/po-field/po-multiselect/po-multiselect-literals.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-field/po-multiselect/po-multiselect-option.interface.js → esm2020/lib/components/po-field/po-multiselect/po-multiselect-option.interface.mjs} +0 -0
- package/esm2020/lib/components/po-field/po-multiselect/po-multiselect-search/po-multiselect-search.component.mjs +82 -0
- package/esm2020/lib/components/po-field/po-multiselect/po-multiselect.component.mjs +424 -0
- package/esm2020/lib/components/po-field/po-number/po-number-base.component.mjs +113 -0
- package/esm2020/lib/components/po-field/po-number/po-number.component.mjs +178 -0
- package/esm2020/lib/components/po-field/po-password/po-password.component.mjs +151 -0
- package/esm2020/lib/components/po-field/po-radio-group/po-radio-group-base.component.mjs +201 -0
- package/{esm2015/lib/components/po-field/po-radio-group/po-radio-group-option.interface.js → esm2020/lib/components/po-field/po-radio-group/po-radio-group-option.interface.mjs} +0 -0
- package/esm2020/lib/components/po-field/po-radio-group/po-radio-group.component.mjs +184 -0
- package/{esm2015/lib/components/po-field/po-rich-text/interfaces/po-rich-text-toolbar-button-group-item.interface.js → esm2020/lib/components/po-field/po-rich-text/interfaces/po-rich-text-toolbar-button-group-item.interface.mjs} +0 -0
- package/esm2020/lib/components/po-field/po-rich-text/po-rich-text-base.component.mjs +203 -0
- package/esm2020/lib/components/po-field/po-rich-text/po-rich-text-body/po-rich-text-body.component.mjs +342 -0
- package/esm2020/lib/components/po-field/po-rich-text/po-rich-text-image-modal/po-rich-text-image-modal.component.mjs +135 -0
- package/esm2020/lib/components/po-field/po-rich-text/po-rich-text-link-modal/po-rich-text-link-modal.component.mjs +177 -0
- package/{esm2015/lib/components/po-field/po-rich-text/po-rich-text-literals.js → esm2020/lib/components/po-field/po-rich-text/po-rich-text-literals.mjs} +0 -0
- package/esm2020/lib/components/po-field/po-rich-text/po-rich-text-toolbar/po-rich-text-toolbar.component.mjs +254 -0
- package/esm2020/lib/components/po-field/po-rich-text/po-rich-text.component.mjs +173 -0
- package/esm2020/lib/components/po-field/po-rich-text/po-rich-text.service.mjs +20 -0
- package/esm2020/lib/components/po-field/po-select/po-select-option-template/po-select-option-template.directive.mjs +60 -0
- package/{esm2015/lib/components/po-field/po-select/po-select-option.interface.js → esm2020/lib/components/po-field/po-select/po-select-option.interface.mjs} +0 -0
- package/esm2020/lib/components/po-field/po-select/po-select.component.mjs +513 -0
- package/{esm2015/lib/components/po-field/po-switch/po-switch-label-position.enum.js → esm2020/lib/components/po-field/po-switch/po-switch-label-position.enum.mjs} +0 -0
- package/esm2020/lib/components/po-field/po-switch/po-switch.component.mjs +236 -0
- package/esm2020/lib/components/po-field/po-textarea/po-textarea-base.component.mjs +299 -0
- package/esm2020/lib/components/po-field/po-textarea/po-textarea.component.mjs +159 -0
- package/{esm2015/lib/components/po-field/po-upload/interfaces/po-upload-file-restriction.interface.js → esm2020/lib/components/po-field/po-upload/interfaces/po-upload-file-restriction.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-field/po-upload/interfaces/po-upload-literals.interface.js → esm2020/lib/components/po-field/po-upload/interfaces/po-upload-literals.interface.mjs} +0 -0
- package/esm2020/lib/components/po-field/po-upload/po-upload-base.component.mjs +634 -0
- package/esm2020/lib/components/po-field/po-upload/po-upload-base.service.mjs +89 -0
- package/esm2020/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop-area/po-upload-drag-drop-area.component.mjs +95 -0
- package/esm2020/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop-area-overlay/po-upload-drag-drop-area-overlay.component.mjs +61 -0
- package/esm2020/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop.component.mjs +101 -0
- package/esm2020/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop.directive.mjs +179 -0
- package/esm2020/lib/components/po-field/po-upload/po-upload-file-restrictions/po-upload-file-restrictions.component.mjs +151 -0
- package/{esm2015/lib/components/po-field/po-upload/po-upload-file.js → esm2020/lib/components/po-field/po-upload/po-upload-file.mjs} +0 -0
- package/{esm2015/lib/components/po-field/po-upload/po-upload-status.enum.js → esm2020/lib/components/po-field/po-upload/po-upload-status.enum.mjs} +0 -0
- package/esm2020/lib/components/po-field/po-upload/po-upload.component.mjs +450 -0
- package/esm2020/lib/components/po-field/po-upload/po-upload.service.mjs +11 -0
- package/esm2020/lib/components/po-field/po-url/po-url.component.mjs +141 -0
- package/{esm2015/lib/components/po-field/validators.js → esm2020/lib/components/po-field/validators.mjs} +0 -0
- package/{esm2015/lib/components/po-gauge/index.js → esm2020/lib/components/po-gauge/index.mjs} +0 -0
- package/{esm2015/lib/components/po-gauge/interfaces/po-gauge-coordinates.interface.js → esm2020/lib/components/po-gauge/interfaces/po-gauge-coordinates.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-gauge/interfaces/po-gauge-ranges.interface.js → esm2020/lib/components/po-gauge/interfaces/po-gauge-ranges.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-gauge/interfaces/po-gauge-svg-container.interface.js → esm2020/lib/components/po-gauge/interfaces/po-gauge-svg-container.interface.mjs} +0 -0
- package/esm2020/lib/components/po-gauge/po-gauge-base.component.mjs +154 -0
- package/{esm2015/lib/components/po-gauge/po-gauge-default-values.constant.js → esm2020/lib/components/po-gauge/po-gauge-default-values.constant.mjs} +0 -0
- package/esm2020/lib/components/po-gauge/po-gauge-description/po-gauge-description.component.mjs +110 -0
- package/esm2020/lib/components/po-gauge/po-gauge-legend/po-gauge-legend.component.mjs +70 -0
- package/esm2020/lib/components/po-gauge/po-gauge-svg/po-gauge-path/po-gauge-path.component.mjs +43 -0
- package/esm2020/lib/components/po-gauge/po-gauge-svg/po-gauge-pointer/po-gauge-pointer.component.mjs +66 -0
- package/esm2020/lib/components/po-gauge/po-gauge-svg/po-gauge-svg.component.mjs +236 -0
- package/esm2020/lib/components/po-gauge/po-gauge-title/po-gauge-title.component.mjs +28 -0
- package/esm2020/lib/components/po-gauge/po-gauge.component.mjs +109 -0
- package/esm2020/lib/components/po-gauge/po-gauge.module.mjs +44 -0
- package/{esm2015/lib/components/po-grid/index.js → esm2020/lib/components/po-grid/index.mjs} +0 -0
- package/esm2020/lib/components/po-grid/po-grid-cell/po-grid-cell.component.mjs +179 -0
- package/esm2020/lib/components/po-grid/po-grid-cell-action/po-grid-cell-action.component.mjs +40 -0
- package/esm2020/lib/components/po-grid/po-grid-head/po-grid-head.component.mjs +56 -0
- package/{esm2015/lib/components/po-grid/po-grid-row-actions.interface.js → esm2020/lib/components/po-grid/po-grid-row-actions.interface.mjs} +0 -0
- package/esm2020/lib/components/po-grid/po-grid.component.mjs +573 -0
- package/esm2020/lib/components/po-grid/po-grid.module.mjs +29 -0
- package/{esm2015/lib/components/po-icon/index.js → esm2020/lib/components/po-icon/index.mjs} +0 -0
- package/esm2020/lib/components/po-icon/po-icon.component.mjs +77 -0
- package/esm2020/lib/components/po-icon/po-icon.module.mjs +24 -0
- package/{esm2015/lib/components/po-info/index.js → esm2020/lib/components/po-info/index.mjs} +0 -0
- package/esm2020/lib/components/po-info/po-info-base.component.mjs +73 -0
- package/{esm2015/lib/components/po-info/po-info-orietation.enum.js → esm2020/lib/components/po-info/po-info-orietation.enum.mjs} +0 -0
- package/esm2020/lib/components/po-info/po-info.component.mjs +110 -0
- package/esm2020/lib/components/po-info/po-info.module.mjs +27 -0
- package/{esm2015/lib/components/po-list-view/index.js → esm2020/lib/components/po-list-view/index.mjs} +0 -0
- package/{esm2015/lib/components/po-list-view/interfaces/po-list-view-action.interface.js → esm2020/lib/components/po-list-view/interfaces/po-list-view-action.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-list-view/interfaces/po-list-view-literals.interface.js → esm2020/lib/components/po-list-view/interfaces/po-list-view-literals.interface.mjs} +0 -0
- package/esm2020/lib/components/po-list-view/po-list-view-base.component.mjs +298 -0
- package/esm2020/lib/components/po-list-view/po-list-view-content-template/po-list-view-content-template.directive.mjs +102 -0
- package/esm2020/lib/components/po-list-view/po-list-view-detail-template/po-list-view-detail-template.directive.mjs +65 -0
- package/esm2020/lib/components/po-list-view/po-list-view.component.mjs +385 -0
- package/esm2020/lib/components/po-list-view/po-list-view.module.mjs +57 -0
- package/{esm2015/lib/components/po-loading/index.js → esm2020/lib/components/po-loading/index.mjs} +0 -0
- package/esm2020/lib/components/po-loading/po-loading-base.component.mjs +27 -0
- package/esm2020/lib/components/po-loading/po-loading-icon/po-loading-icon.component.mjs +51 -0
- package/{esm2015/lib/components/po-loading/po-loading-overlay/interfaces/po-loading-overlay-literals.interface.js → esm2020/lib/components/po-loading/po-loading-overlay/interfaces/po-loading-overlay-literals.interface.mjs} +0 -0
- package/esm2020/lib/components/po-loading/po-loading-overlay/po-loading-overlay-base.component.mjs +93 -0
- package/esm2020/lib/components/po-loading/po-loading-overlay/po-loading-overlay.component.mjs +47 -0
- package/esm2020/lib/components/po-loading/po-loading.component.mjs +36 -0
- package/esm2020/lib/components/po-loading/po-loading.module.mjs +28 -0
- package/{esm2015/lib/components/po-menu/index.js → esm2020/lib/components/po-menu/index.mjs} +0 -0
- package/esm2020/lib/components/po-menu/po-menu-base.component.mjs +312 -0
- package/{esm2015/lib/components/po-menu/po-menu-filter/po-menu-filter-literals.interface.js → esm2020/lib/components/po-menu/po-menu-filter/po-menu-filter-literals.interface.mjs} +0 -0
- package/esm2020/lib/components/po-menu/po-menu-filter/po-menu-filter.component.mjs +85 -0
- package/{esm2015/lib/components/po-menu/po-menu-filter/po-menu-filter.interface.js → esm2020/lib/components/po-menu/po-menu-filter/po-menu-filter.interface.mjs} +0 -0
- package/esm2020/lib/components/po-menu/po-menu-header-template/po-menu-header-template.directive.mjs +52 -0
- package/{esm2015/lib/components/po-menu/po-menu-item/po-menu-item-badge.interface.js → esm2020/lib/components/po-menu/po-menu-item/po-menu-item-badge.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-menu/po-menu-item/po-menu-item-filtered.interface.js → esm2020/lib/components/po-menu/po-menu-item/po-menu-item-filtered.interface.mjs} +0 -0
- package/esm2020/lib/components/po-menu/po-menu-item/po-menu-item.component.mjs +362 -0
- package/{esm2015/lib/components/po-menu/po-menu-item.interface.js → esm2020/lib/components/po-menu/po-menu-item.interface.mjs} +0 -0
- package/esm2020/lib/components/po-menu/po-menu.component.mjs +611 -0
- package/esm2020/lib/components/po-menu/po-menu.module.mjs +32 -0
- package/esm2020/lib/components/po-menu/services/po-menu-global.service.mjs +34 -0
- package/esm2020/lib/components/po-menu/services/po-menu-items.service.mjs +38 -0
- package/esm2020/lib/components/po-menu/services/po-menu.service.mjs +38 -0
- package/{esm2015/lib/components/po-menu-panel/index.js → esm2020/lib/components/po-menu-panel/index.mjs} +0 -0
- package/esm2020/lib/components/po-menu-panel/po-menu-panel-base.component.mjs +81 -0
- package/{esm2015/lib/components/po-menu-panel/po-menu-panel-item/po-menu-panel-item-internal.interface.js → esm2020/lib/components/po-menu-panel/po-menu-panel-item/po-menu-panel-item-internal.interface.mjs} +0 -0
- package/esm2020/lib/components/po-menu-panel/po-menu-panel-item/po-menu-panel-item.component.mjs +120 -0
- package/{esm2015/lib/components/po-menu-panel/po-menu-panel-item/po-menu-panel-item.interface.js → esm2020/lib/components/po-menu-panel/po-menu-panel-item/po-menu-panel-item.interface.mjs} +0 -0
- package/esm2020/lib/components/po-menu-panel/po-menu-panel.component.mjs +171 -0
- package/esm2020/lib/components/po-menu-panel/po-menu-panel.module.mjs +30 -0
- package/esm2020/lib/components/po-menu-panel/services/po-menu-panel-items.service.mjs +38 -0
- package/{esm2015/lib/components/po-modal/index.js → esm2020/lib/components/po-modal/index.mjs} +0 -0
- package/{esm2015/lib/components/po-modal/po-modal-action.interface.js → esm2020/lib/components/po-modal/po-modal-action.interface.mjs} +0 -0
- package/esm2020/lib/components/po-modal/po-modal-base.component.mjs +133 -0
- package/esm2020/lib/components/po-modal/po-modal-footer/po-modal-footer.component.mjs +52 -0
- package/esm2020/lib/components/po-modal/po-modal.component.mjs +207 -0
- package/{esm2015/lib/components/po-modal/po-modal.literals.js → esm2020/lib/components/po-modal/po-modal.literals.mjs} +0 -0
- package/esm2020/lib/components/po-modal/po-modal.module.mjs +25 -0
- package/{esm2015/lib/components/po-navbar/index.js → esm2020/lib/components/po-navbar/index.mjs} +0 -0
- package/{esm2015/lib/components/po-navbar/interfaces/po-navbar-icon-action.interface.js → esm2020/lib/components/po-navbar/interfaces/po-navbar-icon-action.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-navbar/interfaces/po-navbar-item.interface.js → esm2020/lib/components/po-navbar/interfaces/po-navbar-item.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-navbar/interfaces/po-navbar-literals.interface.js → esm2020/lib/components/po-navbar/interfaces/po-navbar-literals.interface.mjs} +0 -0
- package/esm2020/lib/components/po-navbar/po-navbar-actions/po-navbar-action/po-navbar-action.component.mjs +56 -0
- package/esm2020/lib/components/po-navbar/po-navbar-actions/po-navbar-action-popup/po-navbar-action-popup.component.mjs +33 -0
- package/esm2020/lib/components/po-navbar/po-navbar-actions/po-navbar-actions.component.mjs +36 -0
- package/esm2020/lib/components/po-navbar/po-navbar-actions/po-navbar-actions.module.mjs +24 -0
- package/esm2020/lib/components/po-navbar/po-navbar-base.component.mjs +158 -0
- package/esm2020/lib/components/po-navbar/po-navbar-item-navigation/po-navbar-item-navigation-icon/po-navbar-item-navigation-icon.component.mjs +34 -0
- package/esm2020/lib/components/po-navbar/po-navbar-item-navigation/po-navbar-item-navigation.component.mjs +35 -0
- package/esm2020/lib/components/po-navbar/po-navbar-item-navigation/po-navbar-item-navigation.module.mjs +21 -0
- package/esm2020/lib/components/po-navbar/po-navbar-items/po-navbar-item/po-navbar-item.component.mjs +78 -0
- package/esm2020/lib/components/po-navbar/po-navbar-items/po-navbar-items.component.mjs +86 -0
- package/esm2020/lib/components/po-navbar/po-navbar-items/po-navbar-items.module.mjs +21 -0
- package/esm2020/lib/components/po-navbar/po-navbar-logo/po-navbar-logo.component.mjs +28 -0
- package/esm2020/lib/components/po-navbar/po-navbar.component.mjs +262 -0
- package/esm2020/lib/components/po-navbar/po-navbar.module.mjs +75 -0
- package/{esm2015/lib/components/po-page/index.js → esm2020/lib/components/po-page/index.mjs} +0 -0
- package/{esm2015/lib/components/po-page/po-page-action.interface.js → esm2020/lib/components/po-page/po-page-action.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-page/po-page-base.component.js → esm2020/lib/components/po-page/po-page-base.component.mjs} +0 -0
- package/{esm2015/lib/components/po-page/po-page-content/po-page-content-base.component.js → esm2020/lib/components/po-page/po-page-content/po-page-content-base.component.mjs} +0 -0
- package/esm2020/lib/components/po-page/po-page-content/po-page-content.component.mjs +60 -0
- package/esm2020/lib/components/po-page/po-page-default/po-page-default-base.component.mjs +128 -0
- package/{esm2015/lib/components/po-page/po-page-default/po-page-default-literals.interface.js → esm2020/lib/components/po-page/po-page-default/po-page-default-literals.interface.mjs} +0 -0
- package/esm2020/lib/components/po-page/po-page-default/po-page-default.component.mjs +165 -0
- package/{esm2015/lib/components/po-page/po-page-default/po-page-default.interface.js → esm2020/lib/components/po-page/po-page-default/po-page-default.interface.mjs} +0 -0
- package/esm2020/lib/components/po-page/po-page-detail/po-page-detail-base.component.mjs +162 -0
- package/{esm2015/lib/components/po-page/po-page-detail/po-page-detail-literals.interface.js → esm2020/lib/components/po-page/po-page-detail/po-page-detail-literals.interface.mjs} +0 -0
- package/esm2020/lib/components/po-page/po-page-detail/po-page-detail.component.mjs +132 -0
- package/esm2020/lib/components/po-page/po-page-edit/po-page-edit-base.component.mjs +169 -0
- package/{esm2015/lib/components/po-page/po-page-edit/po-page-edit-literals.interface.js → esm2020/lib/components/po-page/po-page-edit/po-page-edit-literals.interface.mjs} +0 -0
- package/esm2020/lib/components/po-page/po-page-edit/po-page-edit.component.mjs +135 -0
- package/{esm2015/lib/components/po-page/po-page-filter.interface.js → esm2020/lib/components/po-page/po-page-filter.interface.mjs} +0 -0
- package/esm2020/lib/components/po-page/po-page-header/po-page-header-base.component.mjs +31 -0
- package/esm2020/lib/components/po-page/po-page-header/po-page-header.component.mjs +51 -0
- package/esm2020/lib/components/po-page/po-page-list/po-page-list-base.component.mjs +158 -0
- package/{esm2015/lib/components/po-page/po-page-list/po-page-list-literals.interface.js → esm2020/lib/components/po-page/po-page-list/po-page-list-literals.interface.mjs} +0 -0
- package/esm2020/lib/components/po-page/po-page-list/po-page-list.component.mjs +323 -0
- package/esm2020/lib/components/po-page/po-page-slide/po-page-slide-base.component.mjs +146 -0
- package/esm2020/lib/components/po-page/po-page-slide/po-page-slide.component.mjs +197 -0
- package/esm2020/lib/components/po-page/po-page.component.mjs +23 -0
- package/{esm2015/lib/components/po-page/po-page.interface.js → esm2020/lib/components/po-page/po-page.interface.mjs} +0 -0
- package/esm2020/lib/components/po-page/po-page.module.mjs +97 -0
- package/{esm2015/lib/components/po-popover/index.js → esm2020/lib/components/po-popover/index.mjs} +0 -0
- package/esm2020/lib/components/po-popover/po-popover-base.component.mjs +126 -0
- package/esm2020/lib/components/po-popover/po-popover.component.mjs +173 -0
- package/esm2020/lib/components/po-popover/po-popover.module.mjs +23 -0
- package/{esm2015/lib/components/po-popup/index.js → esm2020/lib/components/po-popup/index.mjs} +0 -0
- package/{esm2015/lib/components/po-popup/po-popup-action.interface.js → esm2020/lib/components/po-popup/po-popup-action.interface.mjs} +0 -0
- package/esm2020/lib/components/po-popup/po-popup-base.component.mjs +199 -0
- package/esm2020/lib/components/po-popup/po-popup.component.mjs +232 -0
- package/esm2020/lib/components/po-popup/po-popup.module.mjs +27 -0
- package/{esm2015/lib/components/po-progress/enums/po-progress-status.enum.js → esm2020/lib/components/po-progress/enums/po-progress-status.enum.mjs} +0 -0
- package/{esm2015/lib/components/po-progress/index.js → esm2020/lib/components/po-progress/index.mjs} +0 -0
- package/esm2020/lib/components/po-progress/po-progress-bar/po-progress-bar.component.mjs +29 -0
- package/esm2020/lib/components/po-progress/po-progress-base.component.mjs +124 -0
- package/esm2020/lib/components/po-progress/po-progress.component.mjs +140 -0
- package/esm2020/lib/components/po-progress/po-progress.module.mjs +25 -0
- package/esm2020/lib/components/po-slide/directives/po-slide-content-template.directive.mjs +60 -0
- package/{esm2015/lib/components/po-slide/index.js → esm2020/lib/components/po-slide/index.mjs} +0 -0
- package/{esm2015/lib/components/po-slide/interfaces/po-slide-item.interface.js → esm2020/lib/components/po-slide/interfaces/po-slide-item.interface.mjs} +0 -0
- package/esm2020/lib/components/po-slide/po-slide-base.component.mjs +113 -0
- package/esm2020/lib/components/po-slide/po-slide-circles/po-slide-circles.component.mjs +52 -0
- package/esm2020/lib/components/po-slide/po-slide-control/po-slide-control.component.mjs +39 -0
- package/esm2020/lib/components/po-slide/po-slide-item/po-slide-item.component.mjs +152 -0
- package/esm2020/lib/components/po-slide/po-slide.component.mjs +330 -0
- package/esm2020/lib/components/po-slide/po-slide.module.mjs +68 -0
- package/{esm2015/lib/components/po-stepper/enums/po-stepper-orientation.enum.js → esm2020/lib/components/po-stepper/enums/po-stepper-orientation.enum.mjs} +0 -0
- package/{esm2015/lib/components/po-stepper/enums/po-stepper-status.enum.js → esm2020/lib/components/po-stepper/enums/po-stepper-status.enum.mjs} +0 -0
- package/{esm2015/lib/components/po-stepper/index.js → esm2020/lib/components/po-stepper/index.mjs} +0 -0
- package/esm2020/lib/components/po-stepper/po-step/po-step.component.mjs +84 -0
- package/esm2020/lib/components/po-stepper/po-stepper-base.component.mjs +159 -0
- package/esm2020/lib/components/po-stepper/po-stepper-circle/po-stepper-circle.component.mjs +80 -0
- package/{esm2015/lib/components/po-stepper/po-stepper-item.interface.js → esm2020/lib/components/po-stepper/po-stepper-item.interface.mjs} +0 -0
- package/esm2020/lib/components/po-stepper/po-stepper-label/po-stepper-label.component.mjs +28 -0
- package/esm2020/lib/components/po-stepper/po-stepper-step/po-stepper-step.component.mjs +165 -0
- package/esm2020/lib/components/po-stepper/po-stepper.component.mjs +256 -0
- package/esm2020/lib/components/po-stepper/po-stepper.module.mjs +37 -0
- package/{esm2015/lib/components/po-table/enums/po-table-column-sort-type.enum.js → esm2020/lib/components/po-table/enums/po-table-column-sort-type.enum.mjs} +0 -0
- package/{esm2015/lib/components/po-table/enums/po-table-row-template-arrow-direction.enum.js → esm2020/lib/components/po-table/enums/po-table-row-template-arrow-direction.enum.mjs} +0 -0
- package/{esm2015/lib/components/po-table/index.js → esm2020/lib/components/po-table/index.mjs} +0 -0
- package/{esm2015/lib/components/po-table/interfaces/po-table-action.interface.js → esm2020/lib/components/po-table/interfaces/po-table-action.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-table/interfaces/po-table-boolean.interface.js → esm2020/lib/components/po-table/interfaces/po-table-boolean.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-table/interfaces/po-table-column-sort.interface.js → esm2020/lib/components/po-table/interfaces/po-table-column-sort.interface.mjs} +0 -0
- package/esm2020/lib/components/po-table/interfaces/po-table-column.interface.mjs +2 -0
- package/{esm2015/lib/components/po-table/interfaces/po-table-filter.interface.js → esm2020/lib/components/po-table/interfaces/po-table-filter.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-table/interfaces/po-table-filtered-items-params.interface.js → esm2020/lib/components/po-table/interfaces/po-table-filtered-items-params.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-table/interfaces/po-table-literals.interface.js → esm2020/lib/components/po-table/interfaces/po-table-literals.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-table/interfaces/po-table-response-api.interface.js → esm2020/lib/components/po-table/interfaces/po-table-response-api.interface.mjs} +0 -0
- package/esm2020/lib/components/po-table/po-table-base.component.mjs +937 -0
- package/esm2020/lib/components/po-table/po-table-cell-template/po-table-cell-template.directive.mjs +83 -0
- package/esm2020/lib/components/po-table/po-table-column-icon/po-table-column-icon.component.mjs +92 -0
- package/{esm2015/lib/components/po-table/po-table-column-icon/po-table-column-icon.interface.js → esm2020/lib/components/po-table/po-table-column-icon/po-table-column-icon.interface.mjs} +0 -0
- package/esm2020/lib/components/po-table/po-table-column-label/po-table-column-label.component.mjs +43 -0
- package/{esm2015/lib/components/po-table/po-table-column-label/po-table-column-label.interface.js → esm2020/lib/components/po-table/po-table-column-label/po-table-column-label.interface.mjs} +0 -0
- package/esm2020/lib/components/po-table/po-table-column-link/po-table-column-link.component.mjs +105 -0
- package/esm2020/lib/components/po-table/po-table-column-manager/po-table-column-manager.component.mjs +317 -0
- package/esm2020/lib/components/po-table/po-table-column-template/po-table-column-template.directive.mjs +91 -0
- package/{esm2015/lib/components/po-table/po-table-detail/po-table-detail-column.interface.js → esm2020/lib/components/po-table/po-table-detail/po-table-detail-column.interface.mjs} +0 -0
- package/esm2020/lib/components/po-table/po-table-detail/po-table-detail.component.mjs +274 -0
- package/{esm2015/lib/components/po-table/po-table-detail/po-table-detail.interface.js → esm2020/lib/components/po-table/po-table-detail/po-table-detail.interface.mjs} +0 -0
- package/esm2020/lib/components/po-table/po-table-icon/po-table-icon.component.mjs +67 -0
- package/esm2020/lib/components/po-table/po-table-row-template/po-table-row-template.directive.mjs +131 -0
- package/esm2020/lib/components/po-table/po-table-show-subtitle/po-table-show-subtitle.component.mjs +61 -0
- package/esm2020/lib/components/po-table/po-table-subtitle-circle/po-table-subtitle-circle.component.mjs +49 -0
- package/{esm2015/lib/components/po-table/po-table-subtitle-footer/po-table-subtitle-column.interface.js → esm2020/lib/components/po-table/po-table-subtitle-footer/po-table-subtitle-column.interface.mjs} +0 -0
- package/esm2020/lib/components/po-table/po-table-subtitle-footer/po-table-subtitle-footer.component.mjs +102 -0
- package/esm2020/lib/components/po-table/po-table.component.mjs +1437 -0
- package/esm2020/lib/components/po-table/po-table.module.mjs +122 -0
- package/esm2020/lib/components/po-table/services/po-table.service.mjs +37 -0
- package/{esm2015/lib/components/po-tabs/index.js → esm2020/lib/components/po-tabs/index.mjs} +0 -0
- package/esm2020/lib/components/po-tabs/po-tab/po-tab-base.component.mjs +93 -0
- package/esm2020/lib/components/po-tabs/po-tab/po-tab.component.mjs +29 -0
- package/{esm2015/lib/components/po-tabs/po-tab/po-tab.interface.js → esm2020/lib/components/po-tabs/po-tab/po-tab.interface.mjs} +0 -0
- package/esm2020/lib/components/po-tabs/po-tab-button/po-tab-button.component.mjs +101 -0
- package/esm2020/lib/components/po-tabs/po-tab-dropdown/po-tab-dropdown.component.mjs +109 -0
- package/esm2020/lib/components/po-tabs/po-tabs-base.component.mjs +52 -0
- package/esm2020/lib/components/po-tabs/po-tabs.component.mjs +188 -0
- package/esm2020/lib/components/po-tabs/po-tabs.module.mjs +27 -0
- package/{esm2015/lib/components/po-tag/enums/po-tag-icon.enum.js → esm2020/lib/components/po-tag/enums/po-tag-icon.enum.mjs} +0 -0
- package/{esm2015/lib/components/po-tag/enums/po-tag-orientation.enum.js → esm2020/lib/components/po-tag/enums/po-tag-orientation.enum.mjs} +0 -0
- package/{esm2015/lib/components/po-tag/enums/po-tag-type.enum.js → esm2020/lib/components/po-tag/enums/po-tag-type.enum.mjs} +0 -0
- package/{esm2015/lib/components/po-tag/index.js → esm2020/lib/components/po-tag/index.mjs} +0 -0
- package/{esm2015/lib/components/po-tag/interfaces/po-tag-item.interface.js → esm2020/lib/components/po-tag/interfaces/po-tag-item.interface.mjs} +0 -0
- package/esm2020/lib/components/po-tag/po-tag-base.component.mjs +192 -0
- package/esm2020/lib/components/po-tag/po-tag.component.mjs +114 -0
- package/esm2020/lib/components/po-tag/po-tag.module.mjs +27 -0
- package/{esm2015/lib/components/po-toolbar/index.js → esm2020/lib/components/po-toolbar/index.mjs} +0 -0
- package/{esm2015/lib/components/po-toolbar/po-toolbar-action.interface.js → esm2020/lib/components/po-toolbar/po-toolbar-action.interface.mjs} +0 -0
- package/esm2020/lib/components/po-toolbar/po-toolbar-actions/po-toolbar-actions.component.mjs +55 -0
- package/esm2020/lib/components/po-toolbar/po-toolbar-base.component.mjs +60 -0
- package/esm2020/lib/components/po-toolbar/po-toolbar-notification/po-toolbar-notification.component.mjs +66 -0
- package/esm2020/lib/components/po-toolbar/po-toolbar-profile/po-toolbar-profile.component.mjs +78 -0
- package/{esm2015/lib/components/po-toolbar/po-toolbar-profile/po-toolbar-profile.interface.js → esm2020/lib/components/po-toolbar/po-toolbar-profile/po-toolbar-profile.interface.mjs} +0 -0
- package/esm2020/lib/components/po-toolbar/po-toolbar.component.mjs +85 -0
- package/esm2020/lib/components/po-toolbar/po-toolbar.module.mjs +41 -0
- package/{esm2015/lib/components/po-tree-view/index.js → esm2020/lib/components/po-tree-view/index.mjs} +0 -0
- package/esm2020/lib/components/po-tree-view/po-tree-view-base.component.mjs +209 -0
- package/esm2020/lib/components/po-tree-view/po-tree-view-item/po-tree-view-item.component.mjs +106 -0
- package/{esm2015/lib/components/po-tree-view/po-tree-view-item/po-tree-view-item.interface.js → esm2020/lib/components/po-tree-view/po-tree-view-item/po-tree-view-item.interface.mjs} +0 -0
- package/esm2020/lib/components/po-tree-view/po-tree-view-item-header/po-tree-view-item-header.component.mjs +91 -0
- package/esm2020/lib/components/po-tree-view/po-tree-view.component.mjs +82 -0
- package/esm2020/lib/components/po-tree-view/po-tree-view.module.mjs +55 -0
- package/esm2020/lib/components/po-tree-view/services/po-tree-view.service.mjs +27 -0
- package/{esm2015/lib/components/po-widget/index.js → esm2020/lib/components/po-widget/index.mjs} +0 -0
- package/esm2020/lib/components/po-widget/po-widget-base.component.mjs +247 -0
- package/esm2020/lib/components/po-widget/po-widget.component.mjs +245 -0
- package/esm2020/lib/components/po-widget/po-widget.module.mjs +25 -0
- package/{esm2015/lib/decorators/index.js → esm2020/lib/decorators/index.mjs} +0 -0
- package/{esm2015/lib/decorators/input-boolean/input-boolean.decorator.js → esm2020/lib/decorators/input-boolean/input-boolean.decorator.mjs} +0 -0
- package/{esm2015/lib/decorators/input-required/input-required.decorator.js → esm2020/lib/decorators/input-required/input-required.decorator.mjs} +0 -0
- package/{esm2015/lib/decorators/property-decorator.interface.js → esm2020/lib/decorators/property-decorator.interface.mjs} +0 -0
- package/{esm2015/lib/decorators/utils-decorators.js → esm2020/lib/decorators/utils-decorators.mjs} +0 -0
- package/esm2020/lib/directives/directives.module.mjs +20 -0
- package/{esm2015/lib/directives/index.js → esm2020/lib/directives/index.mjs} +0 -0
- package/{esm2015/lib/directives/po-tooltip/index.js → esm2020/lib/directives/po-tooltip/index.mjs} +0 -0
- package/esm2020/lib/directives/po-tooltip/po-tooltip-base.directive.mjs +115 -0
- package/esm2020/lib/directives/po-tooltip/po-tooltip-control-position.service.mjs +11 -0
- package/esm2020/lib/directives/po-tooltip/po-tooltip.directive.mjs +151 -0
- package/esm2020/lib/directives/po-tooltip/po-tooltip.module.mjs +24 -0
- package/{esm2015/lib/enums/po-color-palette.enum.js → esm2020/lib/enums/po-color-palette.enum.mjs} +0 -0
- package/{esm2015/lib/enums/po-key-code.enum.js → esm2020/lib/enums/po-key-code.enum.mjs} +0 -0
- package/esm2020/lib/guards/guards.module.mjs +18 -0
- package/{esm2015/lib/guards/index.js → esm2020/lib/guards/index.mjs} +0 -0
- package/{esm2015/lib/index.js → esm2020/lib/index.mjs} +0 -0
- package/{esm2015/lib/interceptors/index.js → esm2020/lib/interceptors/index.mjs} +0 -0
- package/esm2020/lib/interceptors/interceptors.module.mjs +21 -0
- package/{esm2015/lib/interceptors/po-http-interceptor/index.js → esm2020/lib/interceptors/po-http-interceptor/index.mjs} +0 -0
- package/esm2020/lib/interceptors/po-http-interceptor/po-http-interceptor-base.service.mjs +252 -0
- package/{esm2015/lib/interceptors/po-http-interceptor/po-http-interceptor-detail/po-http-interceptor-detail-literals.interface.js → esm2020/lib/interceptors/po-http-interceptor/po-http-interceptor-detail/po-http-interceptor-detail-literals.interface.mjs} +0 -0
- package/esm2020/lib/interceptors/po-http-interceptor/po-http-interceptor-detail/po-http-interceptor-detail.component.mjs +172 -0
- package/{esm2015/lib/interceptors/po-http-interceptor/po-http-interceptor-detail/po-http-interceptor-detail.interface.js → esm2020/lib/interceptors/po-http-interceptor/po-http-interceptor-detail/po-http-interceptor-detail.interface.mjs} +0 -0
- package/{esm2015/lib/interceptors/po-http-interceptor/po-http-interceptor-literals.js → esm2020/lib/interceptors/po-http-interceptor/po-http-interceptor-literals.mjs} +0 -0
- package/esm2020/lib/interceptors/po-http-interceptor/po-http-interceptor.module.mjs +42 -0
- package/esm2020/lib/interceptors/po-http-interceptor/po-http-interceptor.service.mjs +26 -0
- package/{esm2015/lib/interceptors/po-http-request/index.js → esm2020/lib/interceptors/po-http-request/index.mjs} +0 -0
- package/esm2020/lib/interceptors/po-http-request/po-http-request-control-service.mjs +26 -0
- package/esm2020/lib/interceptors/po-http-request/po-http-request-interceptor.service.mjs +165 -0
- package/esm2020/lib/interceptors/po-http-request/po-http-request.module.mjs +39 -0
- package/{esm2015/lib/interfaces/index.js → esm2020/lib/interfaces/index.mjs} +0 -0
- package/{esm2015/lib/interfaces/po-http/po-response-api.interface.js → esm2020/lib/interfaces/po-http/po-response-api.interface.mjs} +0 -0
- package/{esm2015/lib/pipes/index.js → esm2020/lib/pipes/index.mjs} +0 -0
- package/esm2020/lib/pipes/pipes.module.mjs +20 -0
- package/{esm2015/lib/pipes/po-time/index.js → esm2020/lib/pipes/po-time/index.mjs} +0 -0
- package/esm2020/lib/pipes/po-time/po-time.module.mjs +25 -0
- package/esm2020/lib/pipes/po-time/po-time.pipe.mjs +59 -0
- package/esm2020/lib/po.module.mjs +62 -0
- package/{esm2015/lib/services/index.js → esm2020/lib/services/index.mjs} +0 -0
- package/{esm2015/lib/services/po-active-overlay/index.js → esm2020/lib/services/po-active-overlay/index.mjs} +0 -0
- package/esm2020/lib/services/po-active-overlay/po-active-overlay.module.mjs +21 -0
- package/esm2020/lib/services/po-active-overlay/po-active-overlay.service.mjs +16 -0
- package/esm2020/lib/services/po-color/po-color.service.mjs +62 -0
- package/{esm2015/lib/services/po-color/po-colors.constant.js → esm2020/lib/services/po-color/po-colors.constant.mjs} +0 -0
- package/{esm2015/lib/services/po-color-palette/index.js → esm2020/lib/services/po-color-palette/index.mjs} +0 -0
- package/esm2020/lib/services/po-color-palette/po-color-palette.module.mjs +21 -0
- package/esm2020/lib/services/po-color-palette/po-color-palette.service.mjs +28 -0
- package/{esm2015/lib/services/po-component-injector/index.js → esm2020/lib/services/po-component-injector/index.mjs} +0 -0
- package/esm2020/lib/services/po-component-injector/po-component-injector.module.mjs +19 -0
- package/esm2020/lib/services/po-component-injector/po-component-injector.service.mjs +31 -0
- package/{esm2015/lib/services/po-control-position/index.js → esm2020/lib/services/po-control-position/index.mjs} +0 -0
- package/{esm2015/lib/services/po-control-position/po-control-position.constants.js → esm2020/lib/services/po-control-position/po-control-position.constants.mjs} +0 -0
- package/esm2020/lib/services/po-control-position/po-control-position.module.mjs +20 -0
- package/esm2020/lib/services/po-control-position/po-control-position.service.mjs +364 -0
- package/{esm2015/lib/services/po-date/index.js → esm2020/lib/services/po-date/index.mjs} +0 -0
- package/esm2020/lib/services/po-date/po-date.module.mjs +21 -0
- package/esm2020/lib/services/po-date/po-date.service.mjs +203 -0
- package/{esm2015/lib/services/po-dialog/index.js → esm2020/lib/services/po-dialog/index.mjs} +0 -0
- package/{esm2015/lib/services/po-dialog/interfaces/po-dialog-alert-literals.interface.js → esm2020/lib/services/po-dialog/interfaces/po-dialog-alert-literals.interface.mjs} +0 -0
- package/{esm2015/lib/services/po-dialog/interfaces/po-dialog-confirm-literals.interface.js → esm2020/lib/services/po-dialog/interfaces/po-dialog-confirm-literals.interface.mjs} +0 -0
- package/{esm2015/lib/services/po-dialog/interfaces/po-dialog.interface.js → esm2020/lib/services/po-dialog/interfaces/po-dialog.interface.mjs} +0 -0
- package/{esm2015/lib/services/po-dialog/po-dialog-base.service.js → esm2020/lib/services/po-dialog/po-dialog-base.service.mjs} +0 -0
- package/esm2020/lib/services/po-dialog/po-dialog.component.mjs +132 -0
- package/{esm2015/lib/services/po-dialog/po-dialog.enum.js → esm2020/lib/services/po-dialog/po-dialog.enum.mjs} +0 -0
- package/esm2020/lib/services/po-dialog/po-dialog.module.mjs +21 -0
- package/esm2020/lib/services/po-dialog/po-dialog.service.mjs +42 -0
- package/{esm2015/lib/services/po-i18n/index.js → esm2020/lib/services/po-i18n/index.mjs} +0 -0
- package/{esm2015/lib/services/po-i18n/interfaces/po-i18n-config-default.interface.js → esm2020/lib/services/po-i18n/interfaces/po-i18n-config-default.interface.mjs} +0 -0
- package/{esm2015/lib/services/po-i18n/interfaces/po-i18n-config.interface.js → esm2020/lib/services/po-i18n/interfaces/po-i18n-config.interface.mjs} +0 -0
- package/{esm2015/lib/services/po-i18n/interfaces/po-i18n-literals.interface.js → esm2020/lib/services/po-i18n/interfaces/po-i18n-literals.interface.mjs} +0 -0
- package/{esm2015/lib/services/po-i18n/po-i18n-base.pipe.js → esm2020/lib/services/po-i18n/po-i18n-base.pipe.mjs} +0 -0
- package/esm2020/lib/services/po-i18n/po-i18n-base.service.mjs +439 -0
- package/{esm2015/lib/services/po-i18n/po-i18n-config-injection-token.js → esm2020/lib/services/po-i18n/po-i18n-config-injection-token.mjs} +0 -0
- package/esm2020/lib/services/po-i18n/po-i18n.module.mjs +194 -0
- package/esm2020/lib/services/po-i18n/po-i18n.pipe.mjs +25 -0
- package/esm2020/lib/services/po-i18n/po-i18n.service.mjs +19 -0
- package/{esm2015/lib/services/po-language/index.js → esm2020/lib/services/po-language/index.mjs} +0 -0
- package/esm2020/lib/services/po-language/po-language.constant.mjs +73 -0
- package/{esm2015/lib/services/po-language/po-language.interface.js → esm2020/lib/services/po-language/po-language.interface.mjs} +0 -0
- package/esm2020/lib/services/po-language/po-language.module.mjs +20 -0
- package/esm2020/lib/services/po-language/po-language.service.mjs +136 -0
- package/{esm2015/lib/services/po-notification/index.js → esm2020/lib/services/po-notification/index.mjs} +0 -0
- package/{esm2015/lib/services/po-notification/po-notification-base.service.js → esm2020/lib/services/po-notification/po-notification-base.service.mjs} +0 -0
- package/{esm2015/lib/services/po-notification/po-notification.interface.js → esm2020/lib/services/po-notification/po-notification.interface.mjs} +0 -0
- package/esm2020/lib/services/po-notification/po-notification.module.mjs +21 -0
- package/esm2020/lib/services/po-notification/po-notification.service.mjs +90 -0
- package/{esm2015/lib/services/po-notification/po-toaster/po-toaster-base.component.js → esm2020/lib/services/po-notification/po-toaster/po-toaster-base.component.mjs} +0 -0
- package/{esm2015/lib/services/po-notification/po-toaster/po-toaster-orientation.enum.js → esm2020/lib/services/po-notification/po-toaster/po-toaster-orientation.enum.mjs} +0 -0
- package/{esm2015/lib/services/po-notification/po-toaster/po-toaster-type.enum.js → esm2020/lib/services/po-notification/po-toaster/po-toaster-type.enum.mjs} +0 -0
- package/esm2020/lib/services/po-notification/po-toaster/po-toaster.component.mjs +168 -0
- package/{esm2015/lib/services/po-notification/po-toaster/po-toaster.interface.js → esm2020/lib/services/po-notification/po-toaster/po-toaster.interface.mjs} +0 -0
- package/esm2020/lib/services/services.module.mjs +75 -0
- package/esm2020/lib/utils/util.mjs +511 -0
- package/esm2020/po-ui-ng-components.mjs +5 -0
- package/{esm2015/public-api.js → esm2020/public-api.mjs} +0 -0
- package/fesm2015/po-ui-ng-components.mjs +47794 -0
- package/fesm2015/po-ui-ng-components.mjs.map +1 -0
- package/fesm2020/po-ui-ng-components.mjs +45104 -0
- package/fesm2020/po-ui-ng-components.mjs.map +1 -0
- package/lib/components/components.module.d.ts +40 -0
- package/lib/components/po-accordion/po-accordion-item/po-accordion-item.component.d.ts +3 -0
- package/lib/components/po-accordion/po-accordion-item-body/po-accordion-item-body.component.d.ts +3 -0
- package/lib/components/po-accordion/po-accordion-item-header/po-accordion-item-header.component.d.ts +3 -0
- package/lib/components/po-accordion/po-accordion.component.d.ts +3 -0
- package/lib/components/po-accordion/po-accordion.module.d.ts +9 -0
- package/lib/components/po-accordion/services/po-accordion.service.d.ts +3 -0
- package/lib/components/po-avatar/po-avatar-base.component.d.ts +3 -0
- package/lib/components/po-avatar/po-avatar.component.d.ts +3 -0
- package/lib/components/po-avatar/po-avatar.module.d.ts +6 -0
- package/lib/components/po-badge/po-badge-base.component.d.ts +3 -0
- package/lib/components/po-badge/po-badge.component.d.ts +3 -0
- package/lib/components/po-badge/po-badge.module.d.ts +6 -0
- package/lib/components/po-breadcrumb/po-breadcrumb-base.component.d.ts +3 -0
- package/lib/components/po-breadcrumb/po-breadcrumb-dropdown/po-breadcrumb-dropdown.component.d.ts +3 -0
- package/lib/components/po-breadcrumb/po-breadcrumb-favorite/po-breadcrumb-favorite.component.d.ts +3 -0
- package/lib/components/po-breadcrumb/po-breadcrumb-favorite/po-breadcrumb-favorite.service.d.ts +3 -0
- package/lib/components/po-breadcrumb/po-breadcrumb-item/po-breadcrumb-item.component.d.ts +3 -0
- package/lib/components/po-breadcrumb/po-breadcrumb.component.d.ts +3 -0
- package/lib/components/po-breadcrumb/po-breadcrumb.module.d.ts +10 -0
- package/lib/components/po-button/po-button-base.component.d.ts +3 -0
- package/lib/components/po-button/po-button.component.d.ts +3 -0
- package/lib/components/po-button/po-button.module.d.ts +8 -0
- package/lib/components/po-button-group/po-button-group-base.component.d.ts +3 -0
- package/lib/components/po-button-group/po-button-group.component.d.ts +3 -0
- package/lib/components/po-button-group/po-button-group.module.d.ts +8 -0
- package/lib/components/po-calendar/po-calendar-base.component.d.ts +3 -0
- package/lib/components/po-calendar/po-calendar-header/po-calendar-header.component.d.ts +3 -0
- package/lib/components/po-calendar/po-calendar-wrapper/po-calendar-wrapper.component.d.ts +3 -0
- package/lib/components/po-calendar/po-calendar.component.d.ts +3 -0
- package/lib/components/po-calendar/po-calendar.module.d.ts +8 -0
- package/lib/components/po-calendar/services/po-calendar.lang.service.d.ts +3 -0
- package/lib/components/po-calendar/services/po-calendar.service.d.ts +3 -0
- package/lib/components/po-chart/directives/po-resize-observer.directive.d.ts +3 -0
- package/lib/components/po-chart/enums/po-chart-type.enum.d.ts +0 -13
- package/lib/components/po-chart/index.d.ts +0 -1
- package/lib/components/po-chart/interfaces/po-chart-serie.interface.d.ts +0 -24
- package/lib/components/po-chart/po-chart-base.component.d.ts +8 -6
- package/lib/components/po-chart/po-chart-container/po-chart-axis/po-chart-axis-label/po-chart-axis-label.component.d.ts +3 -0
- package/lib/components/po-chart/po-chart-container/po-chart-axis/po-chart-axis-path/po-chart-axis-path.component.d.ts +3 -0
- package/lib/components/po-chart/po-chart-container/po-chart-axis/po-chart-axis.component.d.ts +3 -0
- package/lib/components/po-chart/po-chart-container/po-chart-bar/po-chart-bar-base.component.d.ts +3 -0
- package/lib/components/po-chart/po-chart-container/po-chart-bar/po-chart-bar-path/po-chart-bar-path.component.d.ts +3 -0
- package/lib/components/po-chart/po-chart-container/po-chart-bar/po-chart-bar.component.d.ts +3 -0
- package/lib/components/po-chart/po-chart-container/po-chart-bar/po-chart-column/po-chart-column.component.d.ts +3 -0
- package/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-circular-label/po-chart-circular-label.component.d.ts +3 -0
- package/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-circular-path/po-chart-circular-path.component.d.ts +3 -0
- package/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-circular-path/po-chart-tooltip.directive.d.ts +3 -0
- package/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-circular.component.d.ts +3 -0
- package/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-donut/po-chart-donut.component.d.ts +3 -0
- package/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-pie/po-chart-pie.component.d.ts +3 -0
- package/lib/components/po-chart/po-chart-container/po-chart-container.component.d.ts +3 -0
- package/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-area/po-chart-area.component.d.ts +3 -0
- package/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-line-base.component.d.ts +3 -0
- package/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-line.component.d.ts +3 -0
- package/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-path/po-chart-path.component.d.ts +3 -0
- package/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-series-point/po-chart-series-point.component.d.ts +3 -0
- package/lib/components/po-chart/po-chart-legend/po-chart-legend.component.d.ts +3 -0
- package/lib/components/po-chart/po-chart-types/po-chart-dynamic-type.component.d.ts +6 -5
- package/lib/components/po-chart/po-chart.component.d.ts +3 -1
- package/lib/components/po-chart/po-chart.module.d.ts +25 -0
- package/lib/components/po-chart/services/po-chart-maths.service.d.ts +3 -0
- package/lib/components/po-chart/services/po-chart-svg-container.service.d.ts +3 -0
- package/lib/components/po-container/po-container-base.component.d.ts +3 -0
- package/lib/components/po-container/po-container.component.d.ts +3 -0
- package/lib/components/po-container/po-container.module.d.ts +6 -0
- package/lib/components/po-disclaimer/po-disclaimer-base.component.d.ts +3 -0
- package/lib/components/po-disclaimer/po-disclaimer.component.d.ts +3 -0
- package/lib/components/po-disclaimer/po-disclaimer.module.d.ts +6 -0
- package/lib/components/po-disclaimer-group/po-disclaimer-group-base.component.d.ts +3 -0
- package/lib/components/po-disclaimer-group/po-disclaimer-group.component.d.ts +3 -0
- package/lib/components/po-disclaimer-group/po-disclaimer-group.module.d.ts +8 -0
- package/lib/components/po-disclaimer-group/po-disclaimer-remove/po-disclaimer-remove.component.d.ts +3 -0
- package/lib/components/po-divider/po-divider-base.component.d.ts +3 -0
- package/lib/components/po-divider/po-divider.component.d.ts +3 -0
- package/lib/components/po-divider/po-divider.module.d.ts +6 -0
- package/lib/components/po-dropdown/po-dropdown-base.component.d.ts +3 -0
- package/lib/components/po-dropdown/po-dropdown.component.d.ts +3 -0
- package/lib/components/po-dropdown/po-dropdown.module.d.ts +7 -0
- package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-base.component.d.ts +3 -0
- package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-fields/po-dynamic-form-fields-base.component.d.ts +3 -0
- package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-fields/po-dynamic-form-fields.component.d.ts +3 -0
- package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-load/po-dynamic-form-load.service.d.ts +4 -1
- package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-validation/po-dynamic-form-validation.service.d.ts +3 -0
- package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form.component.d.ts +3 -0
- package/lib/components/po-dynamic/po-dynamic-view/po-dynamic-view-base.component.d.ts +3 -0
- package/lib/components/po-dynamic/po-dynamic-view/po-dynamic-view.component.d.ts +3 -0
- package/lib/components/po-dynamic/po-dynamic-view/po-dynamic-view.service.d.ts +3 -0
- package/lib/components/po-dynamic/po-dynamic.module.d.ts +14 -0
- package/lib/components/po-field/index.d.ts +2 -0
- package/lib/components/po-field/po-checkbox/po-checkbox-base.component.d.ts +3 -0
- package/lib/components/po-field/po-checkbox/po-checkbox.component.d.ts +3 -0
- package/lib/components/po-field/po-checkbox-group/po-checkbox-group-base.component.d.ts +11 -0
- package/lib/components/po-field/po-checkbox-group/po-checkbox-group.component.d.ts +3 -0
- package/lib/components/po-field/po-checkbox-group/po-checkbox-group.module.d.ts +8 -0
- package/lib/components/po-field/po-clean/index.d.ts +1 -0
- package/lib/components/po-field/po-clean/po-clean-base.component.d.ts +3 -0
- package/lib/components/po-field/po-clean/po-clean.component.d.ts +3 -0
- package/lib/components/po-field/po-clean/po-clean.module.d.ts +6 -0
- package/lib/components/po-field/po-combo/po-combo-base.component.d.ts +11 -0
- package/lib/components/po-field/po-combo/po-combo-filter.service.d.ts +3 -0
- package/lib/components/po-field/po-combo/po-combo-option-template/po-combo-option-template.directive.d.ts +3 -0
- package/lib/components/po-field/po-combo/po-combo.component.d.ts +3 -0
- package/lib/components/po-field/po-datepicker/po-datepicker-base.component.d.ts +3 -0
- package/lib/components/po-field/po-datepicker/po-datepicker.component.d.ts +3 -0
- package/lib/components/po-field/po-datepicker/po-datepicker.module.d.ts +10 -0
- package/lib/components/po-field/po-datepicker-range/po-datepicker-range-base.component.d.ts +3 -0
- package/lib/components/po-field/po-datepicker-range/po-datepicker-range.component.d.ts +3 -0
- package/lib/components/po-field/po-decimal/po-decimal.component.d.ts +3 -0
- package/lib/components/po-field/po-email/po-email.component.d.ts +3 -0
- package/lib/components/po-field/po-field-container/index.d.ts +3 -0
- package/lib/components/po-field/po-field-container/po-field-container-bottom/po-field-container-bottom.component.d.ts +3 -0
- package/lib/components/po-field/po-field-container/po-field-container.component.d.ts +3 -0
- package/lib/components/po-field/po-field-container/po-field-container.module.d.ts +7 -0
- package/lib/components/po-field/po-field-validate.model.d.ts +3 -0
- package/lib/components/po-field/po-field.model.d.ts +3 -0
- package/lib/components/po-field/po-field.module.d.ts +57 -0
- package/lib/components/po-field/po-input/po-input-base.component.d.ts +3 -0
- package/lib/components/po-field/po-input/po-input.component.d.ts +3 -0
- package/lib/components/po-field/po-input-generic/po-input-generic.d.ts +3 -0
- package/lib/components/po-field/po-login/po-login.component.d.ts +3 -0
- package/lib/components/po-field/po-lookup/po-lookup-base.component.d.ts +3 -0
- package/lib/components/po-field/po-lookup/po-lookup-modal/po-lookup-modal-base.component.d.ts +3 -0
- package/lib/components/po-field/po-lookup/po-lookup-modal/po-lookup-modal.component.d.ts +3 -0
- package/lib/components/po-field/po-lookup/po-lookup.component.d.ts +6 -2
- package/lib/components/po-field/po-lookup/services/po-lookup-filter.service.d.ts +3 -0
- package/lib/components/po-field/po-lookup/services/po-lookup-modal.service.d.ts +3 -0
- package/lib/components/po-field/po-multiselect/po-multiselect-base.component.d.ts +3 -0
- package/lib/components/po-field/po-multiselect/po-multiselect-dropdown/po-multiselect-dropdown.component.d.ts +3 -0
- package/lib/components/po-field/po-multiselect/po-multiselect-filter.service.d.ts +3 -0
- package/lib/components/po-field/po-multiselect/po-multiselect-item/po-multiselect-item.component.d.ts +3 -0
- package/lib/components/po-field/po-multiselect/po-multiselect-search/po-multiselect-search.component.d.ts +3 -0
- package/lib/components/po-field/po-multiselect/po-multiselect.component.d.ts +3 -0
- package/lib/components/po-field/po-number/po-number-base.component.d.ts +3 -0
- package/lib/components/po-field/po-number/po-number.component.d.ts +3 -0
- package/lib/components/po-field/po-password/po-password.component.d.ts +3 -0
- package/lib/components/po-field/po-radio-group/po-radio-group-base.component.d.ts +3 -0
- package/lib/components/po-field/po-radio-group/po-radio-group.component.d.ts +6 -2
- package/lib/components/po-field/po-rich-text/po-rich-text-base.component.d.ts +3 -0
- package/lib/components/po-field/po-rich-text/po-rich-text-body/po-rich-text-body.component.d.ts +3 -0
- package/lib/components/po-field/po-rich-text/po-rich-text-image-modal/po-rich-text-image-modal.component.d.ts +3 -0
- package/lib/components/po-field/po-rich-text/po-rich-text-link-modal/po-rich-text-link-modal.component.d.ts +3 -0
- package/lib/components/po-field/po-rich-text/po-rich-text-toolbar/po-rich-text-toolbar.component.d.ts +3 -0
- package/lib/components/po-field/po-rich-text/po-rich-text.component.d.ts +3 -0
- package/lib/components/po-field/po-rich-text/po-rich-text.service.d.ts +3 -0
- package/lib/components/po-field/po-select/po-select-option-template/po-select-option-template.directive.d.ts +3 -0
- package/lib/components/po-field/po-select/po-select.component.d.ts +10 -0
- package/lib/components/po-field/po-switch/po-switch.component.d.ts +3 -0
- package/lib/components/po-field/po-textarea/po-textarea-base.component.d.ts +3 -0
- package/lib/components/po-field/po-textarea/po-textarea.component.d.ts +3 -0
- package/lib/components/po-field/po-upload/po-upload-base.component.d.ts +11 -0
- package/lib/components/po-field/po-upload/po-upload-base.service.d.ts +3 -0
- package/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop-area/po-upload-drag-drop-area.component.d.ts +3 -0
- package/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop-area-overlay/po-upload-drag-drop-area-overlay.component.d.ts +3 -0
- package/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop.component.d.ts +3 -0
- package/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop.directive.d.ts +3 -0
- package/lib/components/po-field/po-upload/po-upload-file-restrictions/po-upload-file-restrictions.component.d.ts +3 -0
- package/lib/components/po-field/po-upload/po-upload.component.d.ts +6 -2
- package/lib/components/po-field/po-upload/po-upload.service.d.ts +3 -0
- package/lib/components/po-field/po-url/po-url.component.d.ts +3 -0
- package/lib/components/po-gauge/po-gauge-base.component.d.ts +3 -0
- package/lib/components/po-gauge/po-gauge-description/po-gauge-description.component.d.ts +3 -0
- package/lib/components/po-gauge/po-gauge-legend/po-gauge-legend.component.d.ts +3 -0
- package/lib/components/po-gauge/po-gauge-svg/po-gauge-path/po-gauge-path.component.d.ts +3 -0
- package/lib/components/po-gauge/po-gauge-svg/po-gauge-pointer/po-gauge-pointer.component.d.ts +3 -0
- package/lib/components/po-gauge/po-gauge-svg/po-gauge-svg.component.d.ts +3 -0
- package/lib/components/po-gauge/po-gauge-title/po-gauge-title.component.d.ts +3 -0
- package/lib/components/po-gauge/po-gauge.component.d.ts +3 -0
- package/lib/components/po-gauge/po-gauge.module.d.ts +13 -0
- package/lib/components/po-grid/po-grid-cell/po-grid-cell.component.d.ts +3 -0
- package/lib/components/po-grid/po-grid-cell-action/po-grid-cell-action.component.d.ts +3 -0
- package/lib/components/po-grid/po-grid-head/po-grid-head.component.d.ts +3 -0
- package/lib/components/po-grid/po-grid.component.d.ts +3 -0
- package/lib/components/po-grid/po-grid.module.d.ts +11 -0
- package/lib/components/po-icon/po-icon.component.d.ts +3 -0
- package/lib/components/po-icon/po-icon.module.d.ts +6 -0
- package/lib/components/po-info/po-info-base.component.d.ts +3 -0
- package/lib/components/po-info/po-info.component.d.ts +3 -0
- package/lib/components/po-info/po-info.module.d.ts +7 -0
- package/lib/components/po-list-view/po-list-view-base.component.d.ts +3 -0
- package/lib/components/po-list-view/po-list-view-content-template/po-list-view-content-template.directive.d.ts +3 -0
- package/lib/components/po-list-view/po-list-view-detail-template/po-list-view-detail-template.directive.d.ts +3 -0
- package/lib/components/po-list-view/po-list-view.component.d.ts +3 -0
- package/lib/components/po-list-view/po-list-view.module.d.ts +11 -0
- package/lib/components/po-loading/po-loading-base.component.d.ts +3 -0
- package/lib/components/po-loading/po-loading-icon/po-loading-icon.component.d.ts +3 -0
- package/lib/components/po-loading/po-loading-overlay/po-loading-overlay-base.component.d.ts +3 -0
- package/lib/components/po-loading/po-loading-overlay/po-loading-overlay.component.d.ts +3 -0
- package/lib/components/po-loading/po-loading.component.d.ts +3 -0
- package/lib/components/po-loading/po-loading.module.d.ts +9 -0
- package/lib/components/po-menu/po-menu-base.component.d.ts +3 -0
- package/lib/components/po-menu/po-menu-filter/po-menu-filter.component.d.ts +3 -0
- package/lib/components/po-menu/po-menu-header-template/po-menu-header-template.directive.d.ts +3 -0
- package/lib/components/po-menu/po-menu-item/po-menu-item.component.d.ts +3 -0
- package/lib/components/po-menu/po-menu.component.d.ts +3 -0
- package/lib/components/po-menu/po-menu.module.d.ts +14 -0
- package/lib/components/po-menu/services/po-menu-global.service.d.ts +3 -0
- package/lib/components/po-menu/services/po-menu-items.service.d.ts +3 -0
- package/lib/components/po-menu/services/po-menu.service.d.ts +3 -0
- package/lib/components/po-menu-panel/po-menu-panel-base.component.d.ts +3 -0
- package/lib/components/po-menu-panel/po-menu-panel-item/po-menu-panel-item.component.d.ts +3 -0
- package/lib/components/po-menu-panel/po-menu-panel.component.d.ts +3 -0
- package/lib/components/po-menu-panel/po-menu-panel.module.d.ts +10 -0
- package/lib/components/po-menu-panel/services/po-menu-panel-items.service.d.ts +3 -0
- package/lib/components/po-modal/po-modal-base.component.d.ts +3 -0
- package/lib/components/po-modal/po-modal-footer/po-modal-footer.component.d.ts +3 -0
- package/lib/components/po-modal/po-modal.component.d.ts +3 -0
- package/lib/components/po-modal/po-modal.module.d.ts +8 -0
- package/lib/components/po-navbar/po-navbar-actions/po-navbar-action/po-navbar-action.component.d.ts +3 -0
- package/lib/components/po-navbar/po-navbar-actions/po-navbar-action-popup/po-navbar-action-popup.component.d.ts +3 -0
- package/lib/components/po-navbar/po-navbar-actions/po-navbar-actions.component.d.ts +3 -0
- package/lib/components/po-navbar/po-navbar-actions/po-navbar-actions.module.d.ts +11 -0
- package/lib/components/po-navbar/po-navbar-base.component.d.ts +3 -30
- package/lib/components/po-navbar/po-navbar-item-navigation/po-navbar-item-navigation-icon/po-navbar-item-navigation-icon.component.d.ts +3 -0
- package/lib/components/po-navbar/po-navbar-item-navigation/po-navbar-item-navigation.component.d.ts +3 -0
- package/lib/components/po-navbar/po-navbar-item-navigation/po-navbar-item-navigation.module.d.ts +8 -0
- package/lib/components/po-navbar/po-navbar-items/po-navbar-item/po-navbar-item.component.d.ts +3 -0
- package/lib/components/po-navbar/po-navbar-items/po-navbar-items.component.d.ts +3 -0
- package/lib/components/po-navbar/po-navbar-items/po-navbar-items.module.d.ts +8 -0
- package/lib/components/po-navbar/po-navbar-logo/po-navbar-logo.component.d.ts +3 -0
- package/lib/components/po-navbar/po-navbar.component.d.ts +3 -0
- package/lib/components/po-navbar/po-navbar.module.d.ts +12 -0
- package/lib/components/po-page/po-page-content/po-page-content.component.d.ts +3 -0
- package/lib/components/po-page/po-page-default/po-page-default-base.component.d.ts +3 -0
- package/lib/components/po-page/po-page-default/po-page-default.component.d.ts +3 -0
- package/lib/components/po-page/po-page-detail/po-page-detail-base.component.d.ts +3 -0
- package/lib/components/po-page/po-page-detail/po-page-detail.component.d.ts +3 -0
- package/lib/components/po-page/po-page-edit/po-page-edit-base.component.d.ts +3 -0
- package/lib/components/po-page/po-page-edit/po-page-edit.component.d.ts +3 -0
- package/lib/components/po-page/po-page-header/po-page-header-base.component.d.ts +3 -0
- package/lib/components/po-page/po-page-header/po-page-header.component.d.ts +3 -0
- package/lib/components/po-page/po-page-list/po-page-list-base.component.d.ts +3 -0
- package/lib/components/po-page/po-page-list/po-page-list.component.d.ts +3 -0
- package/lib/components/po-page/po-page-slide/po-page-slide-base.component.d.ts +3 -0
- package/lib/components/po-page/po-page-slide/po-page-slide.component.d.ts +3 -0
- package/lib/components/po-page/po-page.component.d.ts +3 -0
- package/lib/components/po-page/po-page.module.d.ts +22 -0
- package/lib/components/po-popover/po-popover-base.component.d.ts +3 -0
- package/lib/components/po-popover/po-popover.component.d.ts +3 -0
- package/lib/components/po-popover/po-popover.module.d.ts +6 -0
- package/lib/components/po-popup/po-popup-base.component.d.ts +3 -0
- package/lib/components/po-popup/po-popup.component.d.ts +3 -0
- package/lib/components/po-popup/po-popup.module.d.ts +7 -0
- package/lib/components/po-progress/po-progress-bar/po-progress-bar.component.d.ts +3 -0
- package/lib/components/po-progress/po-progress-base.component.d.ts +3 -0
- package/lib/components/po-progress/po-progress.component.d.ts +3 -0
- package/lib/components/po-progress/po-progress.module.d.ts +7 -0
- package/lib/components/po-slide/directives/po-slide-content-template.directive.d.ts +3 -0
- package/lib/components/po-slide/po-slide-base.component.d.ts +3 -0
- package/lib/components/po-slide/po-slide-circles/po-slide-circles.component.d.ts +3 -0
- package/lib/components/po-slide/po-slide-control/po-slide-control.component.d.ts +3 -0
- package/lib/components/po-slide/po-slide-item/po-slide-item.component.d.ts +3 -0
- package/lib/components/po-slide/po-slide.component.d.ts +3 -0
- package/lib/components/po-slide/po-slide.module.d.ts +12 -0
- package/lib/components/po-stepper/po-step/po-step.component.d.ts +3 -0
- package/lib/components/po-stepper/po-stepper-base.component.d.ts +3 -0
- package/lib/components/po-stepper/po-stepper-circle/po-stepper-circle.component.d.ts +3 -0
- package/lib/components/po-stepper/po-stepper-label/po-stepper-label.component.d.ts +3 -0
- package/lib/components/po-stepper/po-stepper-step/po-stepper-step.component.d.ts +3 -0
- package/lib/components/po-stepper/po-stepper.component.d.ts +3 -0
- package/lib/components/po-stepper/po-stepper.module.d.ts +10 -0
- package/lib/components/po-table/interfaces/po-table-column.interface.d.ts +6 -1
- package/lib/components/po-table/po-table-base.component.d.ts +13 -0
- package/lib/components/po-table/po-table-cell-template/po-table-cell-template.directive.d.ts +3 -0
- package/lib/components/po-table/po-table-column-icon/po-table-column-icon.component.d.ts +3 -0
- package/lib/components/po-table/po-table-column-label/po-table-column-label.component.d.ts +3 -0
- package/lib/components/po-table/po-table-column-link/po-table-column-link.component.d.ts +3 -0
- package/lib/components/po-table/po-table-column-manager/po-table-column-manager.component.d.ts +3 -0
- package/lib/components/po-table/po-table-column-template/po-table-column-template.directive.d.ts +3 -0
- package/lib/components/po-table/po-table-detail/po-table-detail.component.d.ts +3 -0
- package/lib/components/po-table/po-table-icon/po-table-icon.component.d.ts +3 -0
- package/lib/components/po-table/po-table-row-template/po-table-row-template.directive.d.ts +3 -0
- package/lib/components/po-table/po-table-show-subtitle/po-table-show-subtitle.component.d.ts +3 -0
- package/lib/components/po-table/po-table-subtitle-circle/po-table-subtitle-circle.component.d.ts +3 -0
- package/lib/components/po-table/po-table-subtitle-footer/po-table-subtitle-footer.component.d.ts +3 -0
- package/lib/components/po-table/po-table.component.d.ts +4 -0
- package/lib/components/po-table/po-table.module.d.ts +30 -0
- package/lib/components/po-table/services/po-table.service.d.ts +3 -0
- package/lib/components/po-tabs/po-tab/po-tab-base.component.d.ts +3 -0
- package/lib/components/po-tabs/po-tab/po-tab.component.d.ts +3 -0
- package/lib/components/po-tabs/po-tab-button/po-tab-button.component.d.ts +3 -0
- package/lib/components/po-tabs/po-tab-dropdown/po-tab-dropdown.component.d.ts +3 -0
- package/lib/components/po-tabs/po-tabs-base.component.d.ts +3 -0
- package/lib/components/po-tabs/po-tabs.component.d.ts +3 -0
- package/lib/components/po-tabs/po-tabs.module.d.ts +10 -0
- package/lib/components/po-tag/po-tag-base.component.d.ts +3 -0
- package/lib/components/po-tag/po-tag.component.d.ts +3 -0
- package/lib/components/po-tag/po-tag.module.d.ts +7 -0
- package/lib/components/po-toolbar/po-toolbar-actions/po-toolbar-actions.component.d.ts +3 -0
- package/lib/components/po-toolbar/po-toolbar-base.component.d.ts +3 -0
- package/lib/components/po-toolbar/po-toolbar-notification/po-toolbar-notification.component.d.ts +3 -0
- package/lib/components/po-toolbar/po-toolbar-profile/po-toolbar-profile.component.d.ts +3 -0
- package/lib/components/po-toolbar/po-toolbar.component.d.ts +3 -0
- package/lib/components/po-toolbar/po-toolbar.module.d.ts +12 -0
- package/lib/components/po-tree-view/po-tree-view-base.component.d.ts +3 -0
- package/lib/components/po-tree-view/po-tree-view-item/po-tree-view-item.component.d.ts +3 -0
- package/lib/components/po-tree-view/po-tree-view-item-header/po-tree-view-item-header.component.d.ts +3 -0
- package/lib/components/po-tree-view/po-tree-view.component.d.ts +3 -0
- package/lib/components/po-tree-view/po-tree-view.module.d.ts +11 -0
- package/lib/components/po-tree-view/services/po-tree-view.service.d.ts +3 -0
- package/lib/components/po-widget/po-widget-base.component.d.ts +3 -0
- package/lib/components/po-widget/po-widget.component.d.ts +3 -0
- package/lib/components/po-widget/po-widget.module.d.ts +7 -0
- package/lib/directives/directives.module.d.ts +5 -0
- package/lib/directives/po-tooltip/po-tooltip-base.directive.d.ts +3 -0
- package/lib/directives/po-tooltip/po-tooltip-control-position.service.d.ts +3 -0
- package/lib/directives/po-tooltip/po-tooltip.directive.d.ts +3 -0
- package/lib/directives/po-tooltip/po-tooltip.module.d.ts +6 -0
- package/lib/guards/guards.module.d.ts +4 -0
- package/lib/interceptors/interceptors.module.d.ts +6 -0
- package/lib/interceptors/po-http-interceptor/po-http-interceptor-detail/po-http-interceptor-detail.component.d.ts +3 -0
- package/lib/interceptors/po-http-interceptor/po-http-interceptor.module.d.ts +10 -0
- package/lib/interceptors/po-http-interceptor/po-http-interceptor.service.d.ts +3 -0
- package/lib/interceptors/po-http-request/po-http-request-control-service.d.ts +3 -0
- package/lib/interceptors/po-http-request/po-http-request-interceptor.service.d.ts +3 -0
- package/lib/interceptors/po-http-request/po-http-request.module.d.ts +5 -0
- package/lib/pipes/pipes.module.d.ts +5 -0
- package/lib/pipes/po-time/po-time.module.d.ts +5 -0
- package/lib/pipes/po-time/po-time.pipe.d.ts +3 -0
- package/lib/po.module.d.ts +10 -0
- package/lib/services/po-active-overlay/po-active-overlay.module.d.ts +4 -0
- package/lib/services/po-active-overlay/po-active-overlay.service.d.ts +3 -0
- package/lib/services/po-color/po-color.service.d.ts +3 -0
- package/lib/services/po-color-palette/po-color-palette.module.d.ts +4 -0
- package/lib/services/po-color-palette/po-color-palette.service.d.ts +3 -0
- package/lib/services/po-component-injector/po-component-injector.module.d.ts +4 -0
- package/lib/services/po-component-injector/po-component-injector.service.d.ts +3 -0
- package/lib/services/po-control-position/po-control-position.module.d.ts +4 -0
- package/lib/services/po-control-position/po-control-position.service.d.ts +3 -0
- package/lib/services/po-date/po-date.module.d.ts +4 -0
- package/lib/services/po-date/po-date.service.d.ts +3 -0
- package/lib/services/po-dialog/po-dialog.component.d.ts +3 -0
- package/lib/services/po-dialog/po-dialog.module.d.ts +6 -0
- package/lib/services/po-dialog/po-dialog.service.d.ts +3 -0
- package/lib/services/po-i18n/po-i18n.module.d.ts +6 -0
- package/lib/services/po-i18n/po-i18n.pipe.d.ts +3 -0
- package/lib/services/po-i18n/po-i18n.service.d.ts +3 -0
- package/lib/services/po-language/po-language.module.d.ts +4 -0
- package/lib/services/po-language/po-language.service.d.ts +3 -0
- package/lib/services/po-notification/po-notification.module.d.ts +6 -0
- package/lib/services/po-notification/po-notification.service.d.ts +3 -0
- package/lib/services/po-notification/po-toaster/po-toaster.component.d.ts +3 -0
- package/lib/services/services.module.d.ts +13 -0
- package/package.json +36 -21
- package/po-ui-ng-components-6.1.0.tgz +0 -0
- package/po-ui-ng-components.d.ts +1 -201
- package/schematics/migrations.json +5 -0
- package/schematics/ng-add/index.js +3 -3
- package/schematics/ng-add/index.js.map +1 -1
- package/schematics/ng-add/index.spec.js +15 -16
- package/schematics/ng-add/index.spec.js.map +1 -1
- package/schematics/ng-add/setup-project.js +6 -6
- package/schematics/ng-add/setup-project.js.map +1 -1
- package/schematics/ng-generate/po-page-default/index.js +2 -2
- package/schematics/ng-generate/po-page-default/index.js.map +1 -1
- package/schematics/ng-generate/po-page-default/index.spec.js +13 -13
- package/schematics/ng-generate/po-page-default/index.spec.js.map +1 -1
- package/schematics/ng-generate/po-page-detail/index.js +2 -2
- package/schematics/ng-generate/po-page-detail/index.js.map +1 -1
- package/schematics/ng-generate/po-page-detail/index.spec.js +13 -13
- package/schematics/ng-generate/po-page-detail/index.spec.js.map +1 -1
- package/schematics/ng-generate/po-page-edit/index.js +2 -2
- package/schematics/ng-generate/po-page-edit/index.js.map +1 -1
- package/schematics/ng-generate/po-page-edit/index.spec.js +13 -13
- package/schematics/ng-generate/po-page-edit/index.spec.js.map +1 -1
- package/schematics/ng-generate/po-page-list/index.js +2 -2
- package/schematics/ng-generate/po-page-list/index.js.map +1 -1
- package/schematics/ng-generate/po-page-list/index.spec.js +13 -13
- package/schematics/ng-generate/po-page-list/index.spec.js.map +1 -1
- package/schematics/ng-generate/sidemenu/index.js +11 -11
- package/schematics/ng-generate/sidemenu/index.js.map +1 -1
- package/schematics/ng-generate/sidemenu/index.spec.js +5 -5
- package/schematics/ng-generate/sidemenu/index.spec.js.map +1 -1
- package/schematics/ng-update/v2/index.js +7 -7
- package/schematics/ng-update/v2/index.js.map +1 -1
- package/schematics/ng-update/v3/index.js +2 -2
- package/schematics/ng-update/v3/index.js.map +1 -1
- package/schematics/ng-update/v4/index.js +2 -2
- package/schematics/ng-update/v4/index.js.map +1 -1
- package/schematics/ng-update/v5/index.js +2 -2
- package/schematics/ng-update/v5/index.js.map +1 -1
- package/schematics/ng-update/v6/changes.d.ts +2 -0
- package/schematics/ng-update/v6/changes.js +14 -0
- package/schematics/ng-update/v6/changes.js.map +1 -0
- package/schematics/ng-update/v6/index.d.ts +1 -0
- package/schematics/ng-update/v6/index.js +16 -0
- package/schematics/ng-update/v6/index.js.map +1 -0
- package/bundles/po-ui-ng-components.umd.js +0 -39380
- package/bundles/po-ui-ng-components.umd.js.map +0 -1
- package/esm2015/lib/components/components.module.js +0 -122
- package/esm2015/lib/components/po-accordion/po-accordion-item/po-accordion-item.component.js +0 -66
- package/esm2015/lib/components/po-accordion/po-accordion-item-body/po-accordion-item-body.component.js +0 -23
- package/esm2015/lib/components/po-accordion/po-accordion-item-header/po-accordion-item-header.component.js +0 -24
- package/esm2015/lib/components/po-accordion/po-accordion.component.js +0 -70
- package/esm2015/lib/components/po-accordion/po-accordion.module.js +0 -52
- package/esm2015/lib/components/po-accordion/services/po-accordion.service.js +0 -27
- package/esm2015/lib/components/po-avatar/po-avatar-base.component.js +0 -68
- package/esm2015/lib/components/po-avatar/po-avatar.component.js +0 -42
- package/esm2015/lib/components/po-avatar/po-avatar.module.js +0 -18
- package/esm2015/lib/components/po-badge/po-badge-base.component.js +0 -89
- package/esm2015/lib/components/po-badge/po-badge.component.js +0 -16
- package/esm2015/lib/components/po-badge/po-badge.module.js +0 -18
- package/esm2015/lib/components/po-breadcrumb/po-breadcrumb-base.component.js +0 -48
- package/esm2015/lib/components/po-breadcrumb/po-breadcrumb-dropdown/po-breadcrumb-dropdown.component.js +0 -20
- package/esm2015/lib/components/po-breadcrumb/po-breadcrumb-favorite/po-breadcrumb-favorite.component.js +0 -77
- package/esm2015/lib/components/po-breadcrumb/po-breadcrumb-favorite/po-breadcrumb-favorite.service.js +0 -49
- package/esm2015/lib/components/po-breadcrumb/po-breadcrumb-item/po-breadcrumb-item.component.js +0 -27
- package/esm2015/lib/components/po-breadcrumb/po-breadcrumb.component.js +0 -159
- package/esm2015/lib/components/po-breadcrumb/po-breadcrumb.module.js +0 -28
- package/esm2015/lib/components/po-button/po-button-base.component.js +0 -127
- package/esm2015/lib/components/po-button/po-button.component.js +0 -69
- package/esm2015/lib/components/po-button/po-button.module.js +0 -20
- package/esm2015/lib/components/po-button-group/po-button-group-base.component.js +0 -95
- package/esm2015/lib/components/po-button-group/po-button-group.component.js +0 -43
- package/esm2015/lib/components/po-button-group/po-button-group.module.js +0 -20
- package/esm2015/lib/components/po-calendar/po-calendar-base.component.js +0 -176
- package/esm2015/lib/components/po-calendar/po-calendar-header/po-calendar-header.component.js +0 -24
- package/esm2015/lib/components/po-calendar/po-calendar-wrapper/po-calendar-wrapper.component.js +0 -251
- package/esm2015/lib/components/po-calendar/po-calendar.component.js +0 -199
- package/esm2015/lib/components/po-calendar/po-calendar.module.js +0 -19
- package/esm2015/lib/components/po-calendar/services/po-calendar.lang.service.js +0 -187
- package/esm2015/lib/components/po-calendar/services/po-calendar.service.js +0 -44
- package/esm2015/lib/components/po-chart/directives/po-resize-observer.directive.js +0 -44
- package/esm2015/lib/components/po-chart/enums/po-chart-type.enum.js +0 -51
- package/esm2015/lib/components/po-chart/index.js +0 -8
- package/esm2015/lib/components/po-chart/interfaces/po-chart-serie.interface.js +0 -2
- package/esm2015/lib/components/po-chart/po-chart-base.component.js +0 -244
- package/esm2015/lib/components/po-chart/po-chart-container/po-chart-axis/po-chart-axis-label/po-chart-axis-label.component.js +0 -23
- package/esm2015/lib/components/po-chart/po-chart-container/po-chart-axis/po-chart-axis-path/po-chart-axis-path.component.js +0 -19
- package/esm2015/lib/components/po-chart/po-chart-container/po-chart-axis/po-chart-axis.component.js +0 -287
- package/esm2015/lib/components/po-chart/po-chart-container/po-chart-bar/po-chart-bar-base.component.js +0 -94
- package/esm2015/lib/components/po-chart/po-chart-container/po-chart-bar/po-chart-bar-path/po-chart-bar-path.component.js +0 -33
- package/esm2015/lib/components/po-chart/po-chart-container/po-chart-bar/po-chart-bar.component.js +0 -58
- package/esm2015/lib/components/po-chart/po-chart-container/po-chart-bar/po-chart-column/po-chart-column.component.js +0 -59
- package/esm2015/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-circular-label/po-chart-circular-label.component.js +0 -29
- package/esm2015/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-circular-path/po-chart-circular-path.component.js +0 -35
- package/esm2015/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-circular-path/po-chart-tooltip.directive.js +0 -76
- package/esm2015/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-circular.component.js +0 -142
- package/esm2015/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-donut/po-chart-donut.component.js +0 -115
- package/esm2015/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-pie/po-chart-pie.component.js +0 -57
- package/esm2015/lib/components/po-chart/po-chart-container/po-chart-container.component.js +0 -119
- package/esm2015/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-area/po-chart-area.component.js +0 -77
- package/esm2015/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-line-base.component.js +0 -151
- package/esm2015/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-line.component.js +0 -41
- package/esm2015/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-path/po-chart-path.component.js +0 -65
- package/esm2015/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-series-point/po-chart-series-point.component.js +0 -95
- package/esm2015/lib/components/po-chart/po-chart-legend/po-chart-legend.component.js +0 -21
- package/esm2015/lib/components/po-chart/po-chart-types/po-chart-circular/po-chart-circular.constant.js +0 -11
- package/esm2015/lib/components/po-chart/po-chart-types/po-chart-circular/po-chart-circular.js +0 -374
- package/esm2015/lib/components/po-chart/po-chart-types/po-chart-dynamic-type.component.js +0 -45
- package/esm2015/lib/components/po-chart/po-chart-types/po-chart-gauge/po-chart-gauge-series.interface.js +0 -2
- package/esm2015/lib/components/po-chart/po-chart-types/po-chart-gauge/po-chart-gauge-text-content/po-chart-gauge-text-content.component.js +0 -75
- package/esm2015/lib/components/po-chart/po-chart-types/po-chart-gauge/po-chart-gauge.component.js +0 -85
- package/esm2015/lib/components/po-chart/po-chart.component.js +0 -203
- package/esm2015/lib/components/po-chart/po-chart.module.js +0 -61
- package/esm2015/lib/components/po-chart/services/po-chart-maths.service.js +0 -135
- package/esm2015/lib/components/po-chart/services/po-chart-svg-container.service.js +0 -57
- package/esm2015/lib/components/po-container/po-container-base.component.js +0 -88
- package/esm2015/lib/components/po-container/po-container.component.js +0 -32
- package/esm2015/lib/components/po-container/po-container.module.js +0 -18
- package/esm2015/lib/components/po-disclaimer/po-disclaimer-base.component.js +0 -77
- package/esm2015/lib/components/po-disclaimer/po-disclaimer.component.js +0 -29
- package/esm2015/lib/components/po-disclaimer/po-disclaimer.module.js +0 -17
- package/esm2015/lib/components/po-disclaimer-group/po-disclaimer-group-base.component.js +0 -194
- package/esm2015/lib/components/po-disclaimer-group/po-disclaimer-group.component.js +0 -41
- package/esm2015/lib/components/po-disclaimer-group/po-disclaimer-group.module.js +0 -20
- package/esm2015/lib/components/po-disclaimer-group/po-disclaimer-remove/po-disclaimer-remove.component.js +0 -30
- package/esm2015/lib/components/po-divider/po-divider-base.component.js +0 -16
- package/esm2015/lib/components/po-divider/po-divider.component.js +0 -32
- package/esm2015/lib/components/po-divider/po-divider.module.js +0 -18
- package/esm2015/lib/components/po-dropdown/po-dropdown-base.component.js +0 -71
- package/esm2015/lib/components/po-dropdown/po-dropdown.component.js +0 -97
- package/esm2015/lib/components/po-dropdown/po-dropdown.module.js +0 -18
- package/esm2015/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-base.component.js +0 -104
- package/esm2015/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-fields/po-dynamic-form-fields-base.component.js +0 -200
- package/esm2015/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-fields/po-dynamic-form-fields.component.js +0 -129
- package/esm2015/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-load/po-dynamic-form-load.service.js +0 -32
- package/esm2015/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-validation/po-dynamic-form-validation.service.js +0 -39
- package/esm2015/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form.component.js +0 -167
- package/esm2015/lib/components/po-dynamic/po-dynamic-view/po-dynamic-view-base.component.js +0 -163
- package/esm2015/lib/components/po-dynamic/po-dynamic-view/po-dynamic-view.component.js +0 -101
- package/esm2015/lib/components/po-dynamic/po-dynamic-view/po-dynamic-view.service.js +0 -17
- package/esm2015/lib/components/po-dynamic/po-dynamic.module.js +0 -35
- package/esm2015/lib/components/po-dynamic/po-dynamic.util.js +0 -18
- package/esm2015/lib/components/po-field/index.js +0 -51
- package/esm2015/lib/components/po-field/po-checkbox/po-checkbox-base.component.js +0 -98
- package/esm2015/lib/components/po-field/po-checkbox/po-checkbox.component.js +0 -94
- package/esm2015/lib/components/po-field/po-checkbox-group/po-checkbox-group-base.component.js +0 -289
- package/esm2015/lib/components/po-field/po-checkbox-group/po-checkbox-group.component.js +0 -98
- package/esm2015/lib/components/po-field/po-checkbox-group/po-checkbox-group.module.js +0 -20
- package/esm2015/lib/components/po-field/po-clean/po-clean-base.component.js +0 -42
- package/esm2015/lib/components/po-field/po-clean/po-clean.component.js +0 -33
- package/esm2015/lib/components/po-field/po-clean/po-clean.module.js +0 -18
- package/esm2015/lib/components/po-field/po-combo/po-combo-base.component.js +0 -741
- package/esm2015/lib/components/po-field/po-combo/po-combo-filter.service.js +0 -78
- package/esm2015/lib/components/po-field/po-combo/po-combo-option-template/po-combo-option-template.directive.js +0 -81
- package/esm2015/lib/components/po-field/po-combo/po-combo.component.js +0 -525
- package/esm2015/lib/components/po-field/po-datepicker/po-datepicker-base.component.js +0 -396
- package/esm2015/lib/components/po-field/po-datepicker/po-datepicker.component.js +0 -345
- package/esm2015/lib/components/po-field/po-datepicker/po-datepicker.module.js +0 -22
- package/esm2015/lib/components/po-field/po-datepicker-range/po-datepicker-range-base.component.js +0 -475
- package/esm2015/lib/components/po-field/po-datepicker-range/po-datepicker-range.component.js +0 -443
- package/esm2015/lib/components/po-field/po-decimal/po-decimal.component.js +0 -598
- package/esm2015/lib/components/po-field/po-email/po-email.component.js +0 -106
- package/esm2015/lib/components/po-field/po-field-container/po-field-container-bottom/po-field-container-bottom.component.js +0 -29
- package/esm2015/lib/components/po-field/po-field-container/po-field-container.component.js +0 -39
- package/esm2015/lib/components/po-field/po-field-container/po-field-container.module.js +0 -19
- package/esm2015/lib/components/po-field/po-field-validate.model.js +0 -69
- package/esm2015/lib/components/po-field/po-field.model.js +0 -78
- package/esm2015/lib/components/po-field/po-field.module.js +0 -156
- package/esm2015/lib/components/po-field/po-input/po-input-base.component.js +0 -357
- package/esm2015/lib/components/po-field/po-input/po-input.component.js +0 -56
- package/esm2015/lib/components/po-field/po-input-generic/po-input-generic.js +0 -187
- package/esm2015/lib/components/po-field/po-login/po-login.component.js +0 -65
- package/esm2015/lib/components/po-field/po-lookup/po-lookup-base.component.js +0 -451
- package/esm2015/lib/components/po-field/po-lookup/po-lookup-modal/po-lookup-modal-base.component.js +0 -347
- package/esm2015/lib/components/po-field/po-lookup/po-lookup-modal/po-lookup-modal.component.js +0 -130
- package/esm2015/lib/components/po-field/po-lookup/po-lookup.component.js +0 -337
- package/esm2015/lib/components/po-field/po-lookup/services/po-lookup-filter.service.js +0 -59
- package/esm2015/lib/components/po-field/po-lookup/services/po-lookup-modal.service.js +0 -62
- package/esm2015/lib/components/po-field/po-multiselect/po-multiselect-base.component.js +0 -576
- package/esm2015/lib/components/po-field/po-multiselect/po-multiselect-dropdown/po-multiselect-dropdown.component.js +0 -139
- package/esm2015/lib/components/po-field/po-multiselect/po-multiselect-filter.service.js +0 -50
- package/esm2015/lib/components/po-field/po-multiselect/po-multiselect-item/po-multiselect-item.component.js +0 -33
- package/esm2015/lib/components/po-field/po-multiselect/po-multiselect-search/po-multiselect-search.component.js +0 -57
- package/esm2015/lib/components/po-field/po-multiselect/po-multiselect.component.js +0 -359
- package/esm2015/lib/components/po-field/po-number/po-number-base.component.js +0 -114
- package/esm2015/lib/components/po-field/po-number/po-number.component.js +0 -119
- package/esm2015/lib/components/po-field/po-password/po-password.component.js +0 -92
- package/esm2015/lib/components/po-field/po-radio-group/po-radio-group-base.component.js +0 -184
- package/esm2015/lib/components/po-field/po-radio-group/po-radio-group.component.js +0 -119
- package/esm2015/lib/components/po-field/po-rich-text/po-rich-text-base.component.js +0 -181
- package/esm2015/lib/components/po-field/po-rich-text/po-rich-text-body/po-rich-text-body.component.js +0 -312
- package/esm2015/lib/components/po-field/po-rich-text/po-rich-text-image-modal/po-rich-text-image-modal.component.js +0 -96
- package/esm2015/lib/components/po-field/po-rich-text/po-rich-text-link-modal/po-rich-text-link-modal.component.js +0 -140
- package/esm2015/lib/components/po-field/po-rich-text/po-rich-text-toolbar/po-rich-text-toolbar.component.js +0 -166
- package/esm2015/lib/components/po-field/po-rich-text/po-rich-text.component.js +0 -147
- package/esm2015/lib/components/po-field/po-rich-text/po-rich-text.service.js +0 -17
- package/esm2015/lib/components/po-field/po-select/po-select-option-template/po-select-option-template.directive.js +0 -59
- package/esm2015/lib/components/po-field/po-select/po-select.component.js +0 -359
- package/esm2015/lib/components/po-field/po-switch/po-switch.component.js +0 -190
- package/esm2015/lib/components/po-field/po-textarea/po-textarea-base.component.js +0 -269
- package/esm2015/lib/components/po-field/po-textarea/po-textarea.component.js +0 -130
- package/esm2015/lib/components/po-field/po-upload/po-upload-base.component.js +0 -573
- package/esm2015/lib/components/po-field/po-upload/po-upload-base.service.js +0 -88
- package/esm2015/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop-area/po-upload-drag-drop-area.component.js +0 -30
- package/esm2015/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop-area-overlay/po-upload-drag-drop-area-overlay.component.js +0 -40
- package/esm2015/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop.component.js +0 -60
- package/esm2015/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop.directive.js +0 -165
- package/esm2015/lib/components/po-field/po-upload/po-upload-file-restrictions/po-upload-file-restrictions.component.js +0 -63
- package/esm2015/lib/components/po-field/po-upload/po-upload.component.js +0 -326
- package/esm2015/lib/components/po-field/po-upload/po-upload.service.js +0 -8
- package/esm2015/lib/components/po-field/po-url/po-url.component.js +0 -86
- package/esm2015/lib/components/po-gauge/po-gauge-base.component.js +0 -146
- package/esm2015/lib/components/po-gauge/po-gauge-description/po-gauge-description.component.js +0 -27
- package/esm2015/lib/components/po-gauge/po-gauge-legend/po-gauge-legend.component.js +0 -27
- package/esm2015/lib/components/po-gauge/po-gauge-svg/po-gauge-path/po-gauge-path.component.js +0 -20
- package/esm2015/lib/components/po-gauge/po-gauge-svg/po-gauge-pointer/po-gauge-pointer.component.js +0 -50
- package/esm2015/lib/components/po-gauge/po-gauge-svg/po-gauge-svg.component.js +0 -204
- package/esm2015/lib/components/po-gauge/po-gauge-title/po-gauge-title.component.js +0 -13
- package/esm2015/lib/components/po-gauge/po-gauge.component.js +0 -72
- package/esm2015/lib/components/po-gauge/po-gauge.module.js +0 -32
- package/esm2015/lib/components/po-grid/po-grid-cell/po-grid-cell.component.js +0 -111
- package/esm2015/lib/components/po-grid/po-grid-cell-action/po-grid-cell-action.component.js +0 -24
- package/esm2015/lib/components/po-grid/po-grid-head/po-grid-head.component.js +0 -30
- package/esm2015/lib/components/po-grid/po-grid.component.js +0 -314
- package/esm2015/lib/components/po-grid/po-grid.module.js +0 -23
- package/esm2015/lib/components/po-icon/po-icon.component.js +0 -62
- package/esm2015/lib/components/po-icon/po-icon.module.js +0 -18
- package/esm2015/lib/components/po-info/po-info-base.component.js +0 -62
- package/esm2015/lib/components/po-info/po-info.component.js +0 -36
- package/esm2015/lib/components/po-info/po-info.module.js +0 -21
- package/esm2015/lib/components/po-list-view/po-list-view-base.component.js +0 -274
- package/esm2015/lib/components/po-list-view/po-list-view-content-template/po-list-view-content-template.directive.js +0 -101
- package/esm2015/lib/components/po-list-view/po-list-view-detail-template/po-list-view-detail-template.directive.js +0 -64
- package/esm2015/lib/components/po-list-view/po-list-view.component.js +0 -128
- package/esm2015/lib/components/po-list-view/po-list-view.module.js +0 -51
- package/esm2015/lib/components/po-loading/po-loading-base.component.js +0 -24
- package/esm2015/lib/components/po-loading/po-loading-icon/po-loading-icon.component.js +0 -37
- package/esm2015/lib/components/po-loading/po-loading-overlay/po-loading-overlay-base.component.js +0 -91
- package/esm2015/lib/components/po-loading/po-loading-overlay/po-loading-overlay.component.js +0 -41
- package/esm2015/lib/components/po-loading/po-loading.component.js +0 -16
- package/esm2015/lib/components/po-loading/po-loading.module.js +0 -22
- package/esm2015/lib/components/po-menu/po-menu-base.component.js +0 -299
- package/esm2015/lib/components/po-menu/po-menu-filter/po-menu-filter.component.js +0 -40
- package/esm2015/lib/components/po-menu/po-menu-header-template/po-menu-header-template.directive.js +0 -51
- package/esm2015/lib/components/po-menu/po-menu-item/po-menu-item.component.js +0 -173
- package/esm2015/lib/components/po-menu/po-menu.component.js +0 -497
- package/esm2015/lib/components/po-menu/po-menu.module.js +0 -26
- package/esm2015/lib/components/po-menu/services/po-menu-global.service.js +0 -32
- package/esm2015/lib/components/po-menu/services/po-menu-items.service.js +0 -35
- package/esm2015/lib/components/po-menu/services/po-menu.service.js +0 -35
- package/esm2015/lib/components/po-menu-panel/po-menu-panel-base.component.js +0 -76
- package/esm2015/lib/components/po-menu-panel/po-menu-panel-item/po-menu-panel-item.component.js +0 -54
- package/esm2015/lib/components/po-menu-panel/po-menu-panel.component.js +0 -145
- package/esm2015/lib/components/po-menu-panel/po-menu-panel.module.js +0 -24
- package/esm2015/lib/components/po-menu-panel/services/po-menu-panel-items.service.js +0 -35
- package/esm2015/lib/components/po-modal/po-modal-base.component.js +0 -121
- package/esm2015/lib/components/po-modal/po-modal-footer/po-modal-footer.component.js +0 -43
- package/esm2015/lib/components/po-modal/po-modal.component.js +0 -114
- package/esm2015/lib/components/po-modal/po-modal.module.js +0 -19
- package/esm2015/lib/components/po-navbar/po-navbar-actions/po-navbar-action/po-navbar-action.component.js +0 -43
- package/esm2015/lib/components/po-navbar/po-navbar-actions/po-navbar-action-popup/po-navbar-action-popup.component.js +0 -18
- package/esm2015/lib/components/po-navbar/po-navbar-actions/po-navbar-actions.component.js +0 -19
- package/esm2015/lib/components/po-navbar/po-navbar-actions/po-navbar-actions.module.js +0 -18
- package/esm2015/lib/components/po-navbar/po-navbar-base.component.js +0 -147
- package/esm2015/lib/components/po-navbar/po-navbar-item-navigation/po-navbar-item-navigation-icon/po-navbar-item-navigation-icon.component.js +0 -18
- package/esm2015/lib/components/po-navbar/po-navbar-item-navigation/po-navbar-item-navigation.component.js +0 -18
- package/esm2015/lib/components/po-navbar/po-navbar-item-navigation/po-navbar-item-navigation.module.js +0 -15
- package/esm2015/lib/components/po-navbar/po-navbar-items/po-navbar-item/po-navbar-item.component.js +0 -30
- package/esm2015/lib/components/po-navbar/po-navbar-items/po-navbar-items.component.js +0 -53
- package/esm2015/lib/components/po-navbar/po-navbar-items/po-navbar-items.module.js +0 -15
- package/esm2015/lib/components/po-navbar/po-navbar-logo/po-navbar-logo.component.js +0 -13
- package/esm2015/lib/components/po-navbar/po-navbar.component.js +0 -213
- package/esm2015/lib/components/po-navbar/po-navbar.module.js +0 -57
- package/esm2015/lib/components/po-page/po-page-content/po-page-content.component.js +0 -54
- package/esm2015/lib/components/po-page/po-page-default/po-page-default-base.component.js +0 -111
- package/esm2015/lib/components/po-page/po-page-default/po-page-default.component.js +0 -98
- package/esm2015/lib/components/po-page/po-page-detail/po-page-detail-base.component.js +0 -141
- package/esm2015/lib/components/po-page/po-page-detail/po-page-detail.component.js +0 -62
- package/esm2015/lib/components/po-page/po-page-edit/po-page-edit-base.component.js +0 -146
- package/esm2015/lib/components/po-page/po-page-edit/po-page-edit.component.js +0 -65
- package/esm2015/lib/components/po-page/po-page-header/po-page-header-base.component.js +0 -26
- package/esm2015/lib/components/po-page/po-page-header/po-page-header.component.js +0 -15
- package/esm2015/lib/components/po-page/po-page-list/po-page-list-base.component.js +0 -137
- package/esm2015/lib/components/po-page/po-page-list/po-page-list.component.js +0 -188
- package/esm2015/lib/components/po-page/po-page-slide/po-page-slide-base.component.js +0 -135
- package/esm2015/lib/components/po-page/po-page-slide/po-page-slide.component.js +0 -121
- package/esm2015/lib/components/po-page/po-page.component.js +0 -16
- package/esm2015/lib/components/po-page/po-page.module.js +0 -60
- package/esm2015/lib/components/po-popover/po-popover-base.component.js +0 -113
- package/esm2015/lib/components/po-popover/po-popover.component.js +0 -138
- package/esm2015/lib/components/po-popover/po-popover.module.js +0 -17
- package/esm2015/lib/components/po-popup/po-popup-base.component.js +0 -186
- package/esm2015/lib/components/po-popup/po-popup.component.js +0 -169
- package/esm2015/lib/components/po-popup/po-popup.module.js +0 -21
- package/esm2015/lib/components/po-progress/po-progress-bar/po-progress-bar.component.js +0 -18
- package/esm2015/lib/components/po-progress/po-progress-base.component.js +0 -107
- package/esm2015/lib/components/po-progress/po-progress.component.js +0 -56
- package/esm2015/lib/components/po-progress/po-progress.module.js +0 -19
- package/esm2015/lib/components/po-slide/directives/po-slide-content-template.directive.js +0 -59
- package/esm2015/lib/components/po-slide/po-slide-base.component.js +0 -104
- package/esm2015/lib/components/po-slide/po-slide-circles/po-slide-circles.component.js +0 -26
- package/esm2015/lib/components/po-slide/po-slide-control/po-slide-control.component.js +0 -25
- package/esm2015/lib/components/po-slide/po-slide-item/po-slide-item.component.js +0 -37
- package/esm2015/lib/components/po-slide/po-slide.component.js +0 -256
- package/esm2015/lib/components/po-slide/po-slide.module.js +0 -58
- package/esm2015/lib/components/po-stepper/po-step/po-step.component.js +0 -78
- package/esm2015/lib/components/po-stepper/po-stepper-base.component.js +0 -144
- package/esm2015/lib/components/po-stepper/po-stepper-circle/po-stepper-circle.component.js +0 -47
- package/esm2015/lib/components/po-stepper/po-stepper-label/po-stepper-label.component.js +0 -20
- package/esm2015/lib/components/po-stepper/po-stepper-step/po-stepper-step.component.js +0 -116
- package/esm2015/lib/components/po-stepper/po-stepper.component.js +0 -219
- package/esm2015/lib/components/po-stepper/po-stepper.module.js +0 -27
- package/esm2015/lib/components/po-table/interfaces/po-table-column.interface.js +0 -2
- package/esm2015/lib/components/po-table/po-table-base.component.js +0 -860
- package/esm2015/lib/components/po-table/po-table-cell-template/po-table-cell-template.directive.js +0 -82
- package/esm2015/lib/components/po-table/po-table-column-icon/po-table-column-icon.component.js +0 -72
- package/esm2015/lib/components/po-table/po-table-column-label/po-table-column-label.component.js +0 -38
- package/esm2015/lib/components/po-table/po-table-column-link/po-table-column-link.component.js +0 -38
- package/esm2015/lib/components/po-table/po-table-column-manager/po-table-column-manager.component.js +0 -250
- package/esm2015/lib/components/po-table/po-table-column-template/po-table-column-template.directive.js +0 -90
- package/esm2015/lib/components/po-table/po-table-detail/po-table-detail.component.js +0 -88
- package/esm2015/lib/components/po-table/po-table-icon/po-table-icon.component.js +0 -46
- package/esm2015/lib/components/po-table/po-table-row-template/po-table-row-template.directive.js +0 -128
- package/esm2015/lib/components/po-table/po-table-show-subtitle/po-table-show-subtitle.component.js +0 -21
- package/esm2015/lib/components/po-table/po-table-subtitle-circle/po-table-subtitle-circle.component.js +0 -41
- package/esm2015/lib/components/po-table/po-table-subtitle-footer/po-table-subtitle-footer.component.js +0 -70
- package/esm2015/lib/components/po-table/po-table.component.js +0 -542
- package/esm2015/lib/components/po-table/po-table.module.js +0 -75
- package/esm2015/lib/components/po-table/services/po-table.service.js +0 -38
- package/esm2015/lib/components/po-tabs/po-tab/po-tab-base.component.js +0 -82
- package/esm2015/lib/components/po-tabs/po-tab/po-tab.component.js +0 -27
- package/esm2015/lib/components/po-tabs/po-tab-button/po-tab-button.component.js +0 -75
- package/esm2015/lib/components/po-tabs/po-tab-dropdown/po-tab-dropdown.component.js +0 -44
- package/esm2015/lib/components/po-tabs/po-tabs-base.component.js +0 -49
- package/esm2015/lib/components/po-tabs/po-tabs.component.js +0 -126
- package/esm2015/lib/components/po-tabs/po-tabs.module.js +0 -21
- package/esm2015/lib/components/po-tag/po-tag-base.component.js +0 -175
- package/esm2015/lib/components/po-tag/po-tag.component.js +0 -71
- package/esm2015/lib/components/po-tag/po-tag.module.js +0 -21
- package/esm2015/lib/components/po-toolbar/po-toolbar-actions/po-toolbar-actions.component.js +0 -35
- package/esm2015/lib/components/po-toolbar/po-toolbar-base.component.js +0 -43
- package/esm2015/lib/components/po-toolbar/po-toolbar-notification/po-toolbar-notification.component.js +0 -39
- package/esm2015/lib/components/po-toolbar/po-toolbar-profile/po-toolbar-profile.component.js +0 -28
- package/esm2015/lib/components/po-toolbar/po-toolbar.component.js +0 -46
- package/esm2015/lib/components/po-toolbar/po-toolbar.module.js +0 -32
- package/esm2015/lib/components/po-tree-view/po-tree-view-base.component.js +0 -197
- package/esm2015/lib/components/po-tree-view/po-tree-view-item/po-tree-view-item.component.js +0 -58
- package/esm2015/lib/components/po-tree-view/po-tree-view-item-header/po-tree-view-item-header.component.js +0 -26
- package/esm2015/lib/components/po-tree-view/po-tree-view.component.js +0 -60
- package/esm2015/lib/components/po-tree-view/po-tree-view.module.js +0 -49
- package/esm2015/lib/components/po-tree-view/services/po-tree-view.service.js +0 -24
- package/esm2015/lib/components/po-widget/po-widget-base.component.js +0 -216
- package/esm2015/lib/components/po-widget/po-widget.component.js +0 -114
- package/esm2015/lib/components/po-widget/po-widget.module.js +0 -19
- package/esm2015/lib/directives/directives.module.js +0 -14
- package/esm2015/lib/directives/po-tooltip/po-tooltip-base.directive.js +0 -106
- package/esm2015/lib/directives/po-tooltip/po-tooltip-control-position.service.js +0 -8
- package/esm2015/lib/directives/po-tooltip/po-tooltip.directive.js +0 -147
- package/esm2015/lib/directives/po-tooltip/po-tooltip.module.js +0 -18
- package/esm2015/lib/guards/guards.module.js +0 -13
- package/esm2015/lib/interceptors/interceptors.module.js +0 -15
- package/esm2015/lib/interceptors/po-http-interceptor/po-http-interceptor-base.service.js +0 -249
- package/esm2015/lib/interceptors/po-http-interceptor/po-http-interceptor-detail/po-http-interceptor-detail.component.js +0 -83
- package/esm2015/lib/interceptors/po-http-interceptor/po-http-interceptor.module.js +0 -28
- package/esm2015/lib/interceptors/po-http-interceptor/po-http-interceptor.service.js +0 -28
- package/esm2015/lib/interceptors/po-http-request/po-http-request-control-service.js +0 -23
- package/esm2015/lib/interceptors/po-http-request/po-http-request-interceptor.service.js +0 -169
- package/esm2015/lib/interceptors/po-http-request/po-http-request.module.js +0 -24
- package/esm2015/lib/pipes/pipes.module.js +0 -14
- package/esm2015/lib/pipes/po-time/po-time.module.js +0 -19
- package/esm2015/lib/pipes/po-time/po-time.pipe.js +0 -55
- package/esm2015/lib/po.module.js +0 -34
- package/esm2015/lib/services/po-active-overlay/po-active-overlay.module.js +0 -16
- package/esm2015/lib/services/po-active-overlay/po-active-overlay.service.js +0 -14
- package/esm2015/lib/services/po-color/po-color.service.js +0 -60
- package/esm2015/lib/services/po-color-palette/po-color-palette.module.js +0 -16
- package/esm2015/lib/services/po-color-palette/po-color-palette.service.js +0 -25
- package/esm2015/lib/services/po-component-injector/po-component-injector.module.js +0 -14
- package/esm2015/lib/services/po-component-injector/po-component-injector.service.js +0 -34
- package/esm2015/lib/services/po-control-position/po-control-position.module.js +0 -15
- package/esm2015/lib/services/po-control-position/po-control-position.service.js +0 -361
- package/esm2015/lib/services/po-date/po-date.module.js +0 -16
- package/esm2015/lib/services/po-date/po-date.service.js +0 -201
- package/esm2015/lib/services/po-dialog/po-dialog.component.js +0 -115
- package/esm2015/lib/services/po-dialog/po-dialog.module.js +0 -15
- package/esm2015/lib/services/po-dialog/po-dialog.service.js +0 -42
- package/esm2015/lib/services/po-i18n/po-i18n-base.service.js +0 -439
- package/esm2015/lib/services/po-i18n/po-i18n.module.js +0 -188
- package/esm2015/lib/services/po-i18n/po-i18n.pipe.js +0 -21
- package/esm2015/lib/services/po-i18n/po-i18n.service.js +0 -20
- package/esm2015/lib/services/po-language/po-language.constant.js +0 -75
- package/esm2015/lib/services/po-language/po-language.module.js +0 -15
- package/esm2015/lib/services/po-language/po-language.service.js +0 -136
- package/esm2015/lib/services/po-notification/po-notification.module.js +0 -15
- package/esm2015/lib/services/po-notification/po-notification.service.js +0 -92
- package/esm2015/lib/services/po-notification/po-toaster/po-toaster.component.js +0 -132
- package/esm2015/lib/services/services.module.js +0 -40
- package/esm2015/lib/utils/util.js +0 -508
- package/esm2015/po-ui-ng-components.js +0 -206
- package/fesm2015/po-ui-ng-components.js +0 -35503
- package/fesm2015/po-ui-ng-components.js.map +0 -1
- package/lib/components/po-chart/po-chart-types/po-chart-circular/po-chart-circular.constant.d.ts +0 -7
- package/lib/components/po-chart/po-chart-types/po-chart-circular/po-chart-circular.d.ts +0 -55
- package/lib/components/po-chart/po-chart-types/po-chart-gauge/po-chart-gauge-series.interface.d.ts +0 -39
- package/lib/components/po-chart/po-chart-types/po-chart-gauge/po-chart-gauge-text-content/po-chart-gauge-text-content.component.d.ts +0 -24
- package/lib/components/po-chart/po-chart-types/po-chart-gauge/po-chart-gauge.component.d.ts +0 -20
- package/po-ui-ng-components-5.22.1.tgz +0 -0
- package/po-ui-ng-components.metadata.json +0 -1
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
import { Directive, EventEmitter, Input, Output, ViewChild } from '@angular/core';
|
|
2
|
+
import { poLocaleDefault } from '../../../services/po-language/po-language.constant';
|
|
3
|
+
import { PoPageContentComponent } from '../po-page-content/po-page-content.component';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
import * as i1 from "../../../services/po-language/po-language.service";
|
|
6
|
+
export const poPageEditLiteralsDefault = {
|
|
7
|
+
en: {
|
|
8
|
+
cancel: 'Cancel',
|
|
9
|
+
save: 'Save',
|
|
10
|
+
saveNew: 'Save and New'
|
|
11
|
+
},
|
|
12
|
+
es: {
|
|
13
|
+
cancel: 'Cancelar',
|
|
14
|
+
save: 'Guardar',
|
|
15
|
+
saveNew: 'Guardar y Nuevo'
|
|
16
|
+
},
|
|
17
|
+
pt: {
|
|
18
|
+
cancel: 'Cancelar',
|
|
19
|
+
save: 'Salvar',
|
|
20
|
+
saveNew: 'Salvar e Novo'
|
|
21
|
+
},
|
|
22
|
+
ru: {
|
|
23
|
+
cancel: 'отменить',
|
|
24
|
+
save: 'экономить',
|
|
25
|
+
saveNew: 'Сохранить и новый'
|
|
26
|
+
}
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* @description
|
|
30
|
+
*
|
|
31
|
+
* O componente **po-page-edit** é utilizado como container principal para tela de edição ou adição de um
|
|
32
|
+
* registro, tendo a possibilidade de usar as ações de "Salvar", "Salvar e Novo" e "Cancelar".
|
|
33
|
+
*
|
|
34
|
+
* Os botões "Salvar" e "Salvar e Novo" podem ser habilitados/desabilitados utilizando a propriedade `p-disable-submit`.
|
|
35
|
+
* Esta propriedade pode ser utilizada para desabilitar os botões caso exista um formulário inválido na página ou alguma
|
|
36
|
+
* regra de negócio não tenha sido atendida.
|
|
37
|
+
*/
|
|
38
|
+
export class PoPageEditBaseComponent {
|
|
39
|
+
constructor(languageService) {
|
|
40
|
+
/**
|
|
41
|
+
* Evento que será disparado ao clicar no botão de "Cancelar".
|
|
42
|
+
*
|
|
43
|
+
* ```
|
|
44
|
+
* <po-page-edit (p-cancel)="myCancelFunction()">
|
|
45
|
+
* </po-page-edit>
|
|
46
|
+
* ```
|
|
47
|
+
*
|
|
48
|
+
* > Caso não utilizar esta propriedade, o botão de "Cancelar" não será exibido.
|
|
49
|
+
*/
|
|
50
|
+
this.cancel = new EventEmitter();
|
|
51
|
+
/**
|
|
52
|
+
* Evento que será disparado ao clicar no botão de "Salvar".
|
|
53
|
+
*
|
|
54
|
+
* ```
|
|
55
|
+
* <po-page-edit (p-save)="mySaveFunction()">
|
|
56
|
+
* </po-page-edit>
|
|
57
|
+
* ```
|
|
58
|
+
*
|
|
59
|
+
* > Caso não utilizar esta propriedade, o botão de "Salvar" não será exibido.
|
|
60
|
+
*/
|
|
61
|
+
this.save = new EventEmitter();
|
|
62
|
+
/**
|
|
63
|
+
* Evento que será disparado ao clicar no botão de "Salvar e Novo".
|
|
64
|
+
*
|
|
65
|
+
* ```
|
|
66
|
+
* <po-page-edit (p-save-new)="mySaveNewFunction()">
|
|
67
|
+
* </po-page-edit>
|
|
68
|
+
* ```
|
|
69
|
+
*
|
|
70
|
+
* > Caso não utilizar esta propriedade, o botão de "Salvar e Novo" não será exibido.
|
|
71
|
+
*/
|
|
72
|
+
this.saveNew = new EventEmitter();
|
|
73
|
+
this.language = languageService.getShortLanguage();
|
|
74
|
+
}
|
|
75
|
+
/**
|
|
76
|
+
* @optional
|
|
77
|
+
*
|
|
78
|
+
* @description
|
|
79
|
+
*
|
|
80
|
+
* Objeto com as literais usadas no `po-page-edit`.
|
|
81
|
+
*
|
|
82
|
+
* Existem duas maneiras de customizar o componente, passando um objeto com todas as literais disponíveis:
|
|
83
|
+
*
|
|
84
|
+
* ```
|
|
85
|
+
* const customLiterals: PoPageEditLiterals = {
|
|
86
|
+
* cancel: 'Voltar',
|
|
87
|
+
* save: 'Confirmar',
|
|
88
|
+
* saveNew: 'Confirmar e criar um novo'
|
|
89
|
+
* };
|
|
90
|
+
* ```
|
|
91
|
+
*
|
|
92
|
+
* Ou passando apenas as literais que deseja customizar:
|
|
93
|
+
*
|
|
94
|
+
* ```
|
|
95
|
+
* const customLiterals: PoPageEditLiterals = {
|
|
96
|
+
* cancel: 'Cancelar processo'
|
|
97
|
+
* };
|
|
98
|
+
* ```
|
|
99
|
+
*
|
|
100
|
+
* E para carregar as literais customizadas, basta apenas passar o objeto para o componente.
|
|
101
|
+
*
|
|
102
|
+
* ```
|
|
103
|
+
* <po-page-edit
|
|
104
|
+
* [p-literals]="customLiterals">
|
|
105
|
+
* </po-page-edit>
|
|
106
|
+
* ```
|
|
107
|
+
*
|
|
108
|
+
* > O objeto padrão de literais será traduzido de acordo com o idioma do
|
|
109
|
+
* [`PoI18nService`](/documentation/po-i18n) ou do browser.
|
|
110
|
+
*/
|
|
111
|
+
set literals(value) {
|
|
112
|
+
if (value instanceof Object && !(value instanceof Array)) {
|
|
113
|
+
this._literals = {
|
|
114
|
+
...poPageEditLiteralsDefault[poLocaleDefault],
|
|
115
|
+
...poPageEditLiteralsDefault[this.language],
|
|
116
|
+
...value
|
|
117
|
+
};
|
|
118
|
+
}
|
|
119
|
+
else {
|
|
120
|
+
this._literals = poPageEditLiteralsDefault[this.language];
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
get literals() {
|
|
124
|
+
return this._literals || poPageEditLiteralsDefault[this.language];
|
|
125
|
+
}
|
|
126
|
+
/** Título da página. */
|
|
127
|
+
set title(title) {
|
|
128
|
+
this._title = title;
|
|
129
|
+
setTimeout(() => this.poPageContent.recalculateHeaderSize());
|
|
130
|
+
}
|
|
131
|
+
get title() {
|
|
132
|
+
return this._title;
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
PoPageEditBaseComponent.ɵfac = function PoPageEditBaseComponent_Factory(t) { return new (t || PoPageEditBaseComponent)(i0.ɵɵdirectiveInject(i1.PoLanguageService)); };
|
|
136
|
+
PoPageEditBaseComponent.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: PoPageEditBaseComponent, viewQuery: function PoPageEditBaseComponent_Query(rf, ctx) { if (rf & 1) {
|
|
137
|
+
i0.ɵɵviewQuery(PoPageContentComponent, 7);
|
|
138
|
+
} if (rf & 2) {
|
|
139
|
+
let _t;
|
|
140
|
+
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.poPageContent = _t.first);
|
|
141
|
+
} }, inputs: { breadcrumb: ["p-breadcrumb", "breadcrumb"], disableSubmit: ["p-disable-submit", "disableSubmit"], literals: ["p-literals", "literals"], title: ["p-title", "title"] }, outputs: { cancel: "p-cancel", save: "p-save", saveNew: "p-save-new" } });
|
|
142
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PoPageEditBaseComponent, [{
|
|
143
|
+
type: Directive
|
|
144
|
+
}], function () { return [{ type: i1.PoLanguageService }]; }, { poPageContent: [{
|
|
145
|
+
type: ViewChild,
|
|
146
|
+
args: [PoPageContentComponent, { static: true }]
|
|
147
|
+
}], breadcrumb: [{
|
|
148
|
+
type: Input,
|
|
149
|
+
args: ['p-breadcrumb']
|
|
150
|
+
}], disableSubmit: [{
|
|
151
|
+
type: Input,
|
|
152
|
+
args: ['p-disable-submit']
|
|
153
|
+
}], cancel: [{
|
|
154
|
+
type: Output,
|
|
155
|
+
args: ['p-cancel']
|
|
156
|
+
}], save: [{
|
|
157
|
+
type: Output,
|
|
158
|
+
args: ['p-save']
|
|
159
|
+
}], saveNew: [{
|
|
160
|
+
type: Output,
|
|
161
|
+
args: ['p-save-new']
|
|
162
|
+
}], literals: [{
|
|
163
|
+
type: Input,
|
|
164
|
+
args: ['p-literals']
|
|
165
|
+
}], title: [{
|
|
166
|
+
type: Input,
|
|
167
|
+
args: ['p-title']
|
|
168
|
+
}] }); })();
|
|
169
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG8tcGFnZS1lZGl0LWJhc2UuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdWkvc3JjL2xpYi9jb21wb25lbnRzL3BvLXBhZ2UvcG8tcGFnZS1lZGl0L3BvLXBhZ2UtZWRpdC1iYXNlLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFlBQVksRUFBRSxLQUFLLEVBQUUsTUFBTSxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUVsRixPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sb0RBQW9ELENBQUM7QUFJckYsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sOENBQThDLENBQUM7OztBQUd0RixNQUFNLENBQUMsTUFBTSx5QkFBeUIsR0FBRztJQUN2QyxFQUFFLEVBQXNCO1FBQ3RCLE1BQU0sRUFBRSxRQUFRO1FBQ2hCLElBQUksRUFBRSxNQUFNO1FBQ1osT0FBTyxFQUFFLGNBQWM7S0FDeEI7SUFDRCxFQUFFLEVBQXNCO1FBQ3RCLE1BQU0sRUFBRSxVQUFVO1FBQ2xCLElBQUksRUFBRSxTQUFTO1FBQ2YsT0FBTyxFQUFFLGlCQUFpQjtLQUMzQjtJQUNELEVBQUUsRUFBc0I7UUFDdEIsTUFBTSxFQUFFLFVBQVU7UUFDbEIsSUFBSSxFQUFFLFFBQVE7UUFDZCxPQUFPLEVBQUUsZUFBZTtLQUN6QjtJQUNELEVBQUUsRUFBc0I7UUFDdEIsTUFBTSxFQUFFLFVBQVU7UUFDbEIsSUFBSSxFQUFFLFdBQVc7UUFDakIsT0FBTyxFQUFFLG1CQUFtQjtLQUM3QjtDQUNGLENBQUM7QUFFRjs7Ozs7Ozs7O0dBU0c7QUFFSCxNQUFNLE9BQU8sdUJBQXVCO0lBOEdsQyxZQUFZLGVBQWtDO1FBckc5Qzs7Ozs7Ozs7O1dBU0c7UUFDaUIsV0FBTSxHQUFHLElBQUksWUFBWSxFQUFFLENBQUM7UUFFaEQ7Ozs7Ozs7OztXQVNHO1FBQ2UsU0FBSSxHQUFHLElBQUksWUFBWSxFQUFFLENBQUM7UUFFNUM7Ozs7Ozs7OztXQVNHO1FBQ21CLFlBQU8sR0FBRyxJQUFJLFlBQVksRUFBRSxDQUFDO1FBb0VqRCxJQUFJLENBQUMsUUFBUSxHQUFHLGVBQWUsQ0FBQyxnQkFBZ0IsRUFBRSxDQUFDO0lBQ3JELENBQUM7SUEvREQ7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O09BbUNHO0lBQ0gsSUFBeUIsUUFBUSxDQUFDLEtBQXlCO1FBQ3pELElBQUksS0FBSyxZQUFZLE1BQU0sSUFBSSxDQUFDLENBQUMsS0FBSyxZQUFZLEtBQUssQ0FBQyxFQUFFO1lBQ3hELElBQUksQ0FBQyxTQUFTLEdBQUc7Z0JBQ2YsR0FBRyx5QkFBeUIsQ0FBQyxlQUFlLENBQUM7Z0JBQzdDLEdBQUcseUJBQXlCLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQztnQkFDM0MsR0FBRyxLQUFLO2FBQ1QsQ0FBQztTQUNIO2FBQU07WUFDTCxJQUFJLENBQUMsU0FBUyxHQUFHLHlCQUF5QixDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsQ0FBQztTQUMzRDtJQUNILENBQUM7SUFDRCxJQUFJLFFBQVE7UUFDVixPQUFPLElBQUksQ0FBQyxTQUFTLElBQUkseUJBQXlCLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxDQUFDO0lBQ3BFLENBQUM7SUFFRCx3QkFBd0I7SUFDeEIsSUFBc0IsS0FBSyxDQUFDLEtBQWE7UUFDdkMsSUFBSSxDQUFDLE1BQU0sR0FBRyxLQUFLLENBQUM7UUFDcEIsVUFBVSxDQUFDLEdBQUcsRUFBRSxDQUFDLElBQUksQ0FBQyxhQUFhLENBQUMscUJBQXFCLEVBQUUsQ0FBQyxDQUFDO0lBQy9ELENBQUM7SUFFRCxJQUFJLEtBQUs7UUFDUCxPQUFPLElBQUksQ0FBQyxNQUFNLENBQUM7SUFDckIsQ0FBQzs7OEZBNUdVLHVCQUF1QjswRUFBdkIsdUJBQXVCO3VCQUN2QixzQkFBc0I7Ozs7O3VGQUR0Qix1QkFBdUI7Y0FEbkMsU0FBUztvRUFFNkMsYUFBYTtrQkFBakUsU0FBUzttQkFBQyxzQkFBc0IsRUFBRSxFQUFFLE1BQU0sRUFBRSxJQUFJLEVBQUU7WUFHNUIsVUFBVTtrQkFBaEMsS0FBSzttQkFBQyxjQUFjO1lBR00sYUFBYTtrQkFBdkMsS0FBSzttQkFBQyxrQkFBa0I7WUFZTCxNQUFNO2tCQUF6QixNQUFNO21CQUFDLFVBQVU7WUFZQSxJQUFJO2tCQUFyQixNQUFNO21CQUFDLFFBQVE7WUFZTSxPQUFPO2tCQUE1QixNQUFNO21CQUFDLFlBQVk7WUEwQ0ssUUFBUTtrQkFBaEMsS0FBSzttQkFBQyxZQUFZO1lBZ0JHLEtBQUs7a0JBQTFCLEtBQUs7bUJBQUMsU0FBUyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IERpcmVjdGl2ZSwgRXZlbnRFbWl0dGVyLCBJbnB1dCwgT3V0cHV0LCBWaWV3Q2hpbGQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHsgcG9Mb2NhbGVEZWZhdWx0IH0gZnJvbSAnLi4vLi4vLi4vc2VydmljZXMvcG8tbGFuZ3VhZ2UvcG8tbGFuZ3VhZ2UuY29uc3RhbnQnO1xuaW1wb3J0IHsgUG9MYW5ndWFnZVNlcnZpY2UgfSBmcm9tICcuLi8uLi8uLi9zZXJ2aWNlcy9wby1sYW5ndWFnZS9wby1sYW5ndWFnZS5zZXJ2aWNlJztcblxuaW1wb3J0IHsgUG9CcmVhZGNydW1iIH0gZnJvbSAnLi4vLi4vcG8tYnJlYWRjcnVtYi9wby1icmVhZGNydW1iLmludGVyZmFjZSc7XG5pbXBvcnQgeyBQb1BhZ2VDb250ZW50Q29tcG9uZW50IH0gZnJvbSAnLi4vcG8tcGFnZS1jb250ZW50L3BvLXBhZ2UtY29udGVudC5jb21wb25lbnQnO1xuaW1wb3J0IHsgUG9QYWdlRWRpdExpdGVyYWxzIH0gZnJvbSAnLi9wby1wYWdlLWVkaXQtbGl0ZXJhbHMuaW50ZXJmYWNlJztcblxuZXhwb3J0IGNvbnN0IHBvUGFnZUVkaXRMaXRlcmFsc0RlZmF1bHQgPSB7XG4gIGVuOiA8UG9QYWdlRWRpdExpdGVyYWxzPntcbiAgICBjYW5jZWw6ICdDYW5jZWwnLFxuICAgIHNhdmU6ICdTYXZlJyxcbiAgICBzYXZlTmV3OiAnU2F2ZSBhbmQgTmV3J1xuICB9LFxuICBlczogPFBvUGFnZUVkaXRMaXRlcmFscz57XG4gICAgY2FuY2VsOiAnQ2FuY2VsYXInLFxuICAgIHNhdmU6ICdHdWFyZGFyJyxcbiAgICBzYXZlTmV3OiAnR3VhcmRhciB5IE51ZXZvJ1xuICB9LFxuICBwdDogPFBvUGFnZUVkaXRMaXRlcmFscz57XG4gICAgY2FuY2VsOiAnQ2FuY2VsYXInLFxuICAgIHNhdmU6ICdTYWx2YXInLFxuICAgIHNhdmVOZXc6ICdTYWx2YXIgZSBOb3ZvJ1xuICB9LFxuICBydTogPFBvUGFnZUVkaXRMaXRlcmFscz57XG4gICAgY2FuY2VsOiAn0L7RgtC80LXQvdC40YLRjCcsXG4gICAgc2F2ZTogJ9GN0LrQvtC90L7QvNC40YLRjCcsXG4gICAgc2F2ZU5ldzogJ9Ch0L7RhdGA0LDQvdC40YLRjCDQuCDQvdC+0LLRi9C5J1xuICB9XG59O1xuXG4vKipcbiAqIEBkZXNjcmlwdGlvblxuICpcbiAqIE8gY29tcG9uZW50ZSAqKnBvLXBhZ2UtZWRpdCoqIMOpIHV0aWxpemFkbyBjb21vIGNvbnRhaW5lciBwcmluY2lwYWwgcGFyYSB0ZWxhIGRlIGVkacOnw6NvIG91IGFkacOnw6NvIGRlIHVtXG4gKiByZWdpc3RybywgdGVuZG8gYSBwb3NzaWJpbGlkYWRlIGRlIHVzYXIgYXMgYcOnw7VlcyBkZSBcIlNhbHZhclwiLCBcIlNhbHZhciBlIE5vdm9cIiBlIFwiQ2FuY2VsYXJcIi5cbiAqXG4gKiBPcyBib3TDtWVzIFwiU2FsdmFyXCIgZSBcIlNhbHZhciBlIE5vdm9cIiBwb2RlbSBzZXIgaGFiaWxpdGFkb3MvZGVzYWJpbGl0YWRvcyB1dGlsaXphbmRvIGEgcHJvcHJpZWRhZGUgYHAtZGlzYWJsZS1zdWJtaXRgLlxuICogRXN0YSBwcm9wcmllZGFkZSBwb2RlIHNlciB1dGlsaXphZGEgcGFyYSBkZXNhYmlsaXRhciBvcyBib3TDtWVzIGNhc28gZXhpc3RhIHVtIGZvcm11bMOhcmlvIGludsOhbGlkbyBuYSBww6FnaW5hIG91IGFsZ3VtYVxuICogcmVncmEgZGUgbmVnw7NjaW8gbsOjbyB0ZW5oYSBzaWRvIGF0ZW5kaWRhLlxuICovXG5ARGlyZWN0aXZlKClcbmV4cG9ydCBjbGFzcyBQb1BhZ2VFZGl0QmFzZUNvbXBvbmVudCB7XG4gIEBWaWV3Q2hpbGQoUG9QYWdlQ29udGVudENvbXBvbmVudCwgeyBzdGF0aWM6IHRydWUgfSkgcG9QYWdlQ29udGVudDogUG9QYWdlQ29udGVudENvbXBvbmVudDtcblxuICAvKiogT2JqZXRvIGNvbSBwcm9wcmllZGFkZXMgZG8gYnJlYWRjcnVtYi4gKi9cbiAgQElucHV0KCdwLWJyZWFkY3J1bWInKSBicmVhZGNydW1iPzogUG9CcmVhZGNydW1iO1xuXG4gIC8qKiBEZXNhYmlsaXRhIGJvdMO1ZXMgZGUgc3VibWlzc8OjbyAoc2F2ZSBlIHNhdmVOZXcpICovXG4gIEBJbnB1dCgncC1kaXNhYmxlLXN1Ym1pdCcpIGRpc2FibGVTdWJtaXQ/OiBib29sZWFuO1xuXG4gIC8qKlxuICAgKiBFdmVudG8gcXVlIHNlcsOhIGRpc3BhcmFkbyBhbyBjbGljYXIgbm8gYm90w6NvIGRlIFwiQ2FuY2VsYXJcIi5cbiAgICpcbiAgICogYGBgXG4gICAqIDxwby1wYWdlLWVkaXQgKHAtY2FuY2VsKT1cIm15Q2FuY2VsRnVuY3Rpb24oKVwiPlxuICAgKiA8L3BvLXBhZ2UtZWRpdD5cbiAgICogYGBgXG4gICAqXG4gICAqID4gQ2FzbyBuw6NvIHV0aWxpemFyIGVzdGEgcHJvcHJpZWRhZGUsIG8gYm90w6NvIGRlIFwiQ2FuY2VsYXJcIiBuw6NvIHNlcsOhIGV4aWJpZG8uXG4gICAqL1xuICBAT3V0cHV0KCdwLWNhbmNlbCcpIGNhbmNlbCA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcblxuICAvKipcbiAgICogRXZlbnRvIHF1ZSBzZXLDoSBkaXNwYXJhZG8gYW8gY2xpY2FyIG5vIGJvdMOjbyBkZSBcIlNhbHZhclwiLlxuICAgKlxuICAgKiBgYGBcbiAgICogPHBvLXBhZ2UtZWRpdCAocC1zYXZlKT1cIm15U2F2ZUZ1bmN0aW9uKClcIj5cbiAgICogPC9wby1wYWdlLWVkaXQ+XG4gICAqIGBgYFxuICAgKlxuICAgKiA+IENhc28gbsOjbyB1dGlsaXphciBlc3RhIHByb3ByaWVkYWRlLCBvIGJvdMOjbyBkZSBcIlNhbHZhclwiIG7Do28gc2Vyw6EgZXhpYmlkby5cbiAgICovXG4gIEBPdXRwdXQoJ3Atc2F2ZScpIHNhdmUgPSBuZXcgRXZlbnRFbWl0dGVyKCk7XG5cbiAgLyoqXG4gICAqIEV2ZW50byBxdWUgc2Vyw6EgZGlzcGFyYWRvIGFvIGNsaWNhciBubyBib3TDo28gZGUgXCJTYWx2YXIgZSBOb3ZvXCIuXG4gICAqXG4gICAqIGBgYFxuICAgKiA8cG8tcGFnZS1lZGl0IChwLXNhdmUtbmV3KT1cIm15U2F2ZU5ld0Z1bmN0aW9uKClcIj5cbiAgICogPC9wby1wYWdlLWVkaXQ+XG4gICAqIGBgYFxuICAgKlxuICAgKiA+IENhc28gbsOjbyB1dGlsaXphciBlc3RhIHByb3ByaWVkYWRlLCBvIGJvdMOjbyBkZSBcIlNhbHZhciBlIE5vdm9cIiBuw6NvIHNlcsOhIGV4aWJpZG8uXG4gICAqL1xuICBAT3V0cHV0KCdwLXNhdmUtbmV3Jykgc2F2ZU5ldyA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcblxuICBwcml2YXRlIF9saXRlcmFsczogUG9QYWdlRWRpdExpdGVyYWxzO1xuICBwcml2YXRlIF90aXRsZTogc3RyaW5nO1xuICBwcml2YXRlIGxhbmd1YWdlOiBzdHJpbmc7XG5cbiAgLyoqXG4gICAqIEBvcHRpb25hbFxuICAgKlxuICAgKiBAZGVzY3JpcHRpb25cbiAgICpcbiAgICogT2JqZXRvIGNvbSBhcyBsaXRlcmFpcyB1c2FkYXMgbm8gYHBvLXBhZ2UtZWRpdGAuXG4gICAqXG4gICAqIEV4aXN0ZW0gZHVhcyBtYW5laXJhcyBkZSBjdXN0b21pemFyIG8gY29tcG9uZW50ZSwgcGFzc2FuZG8gdW0gb2JqZXRvIGNvbSB0b2RhcyBhcyBsaXRlcmFpcyBkaXNwb27DrXZlaXM6XG4gICAqXG4gICAqIGBgYFxuICAgKiAgY29uc3QgY3VzdG9tTGl0ZXJhbHM6IFBvUGFnZUVkaXRMaXRlcmFscyA9IHtcbiAgICogICAgY2FuY2VsOiAnVm9sdGFyJyxcbiAgICogICAgc2F2ZTogJ0NvbmZpcm1hcicsXG4gICAqICAgIHNhdmVOZXc6ICdDb25maXJtYXIgZSBjcmlhciB1bSBub3ZvJ1xuICAgKiAgfTtcbiAgICogYGBgXG4gICAqXG4gICAqIE91IHBhc3NhbmRvIGFwZW5hcyBhcyBsaXRlcmFpcyBxdWUgZGVzZWphIGN1c3RvbWl6YXI6XG4gICAqXG4gICAqIGBgYFxuICAgKiAgY29uc3QgY3VzdG9tTGl0ZXJhbHM6IFBvUGFnZUVkaXRMaXRlcmFscyA9IHtcbiAgICogICAgY2FuY2VsOiAnQ2FuY2VsYXIgcHJvY2Vzc28nXG4gICAqICB9O1xuICAgKiBgYGBcbiAgICpcbiAgICogRSBwYXJhIGNhcnJlZ2FyIGFzIGxpdGVyYWlzIGN1c3RvbWl6YWRhcywgYmFzdGEgYXBlbmFzIHBhc3NhciBvIG9iamV0byBwYXJhIG8gY29tcG9uZW50ZS5cbiAgICpcbiAgICogYGBgXG4gICAqIDxwby1wYWdlLWVkaXRcbiAgICogICBbcC1saXRlcmFsc109XCJjdXN0b21MaXRlcmFsc1wiPlxuICAgKiA8L3BvLXBhZ2UtZWRpdD5cbiAgICogYGBgXG4gICAqXG4gICAqID4gTyBvYmpldG8gcGFkcsOjbyBkZSBsaXRlcmFpcyBzZXLDoSB0cmFkdXppZG8gZGUgYWNvcmRvIGNvbSBvIGlkaW9tYSBkb1xuICAgKiBbYFBvSTE4blNlcnZpY2VgXSgvZG9jdW1lbnRhdGlvbi9wby1pMThuKSBvdSBkbyBicm93c2VyLlxuICAgKi9cbiAgQElucHV0KCdwLWxpdGVyYWxzJykgc2V0IGxpdGVyYWxzKHZhbHVlOiBQb1BhZ2VFZGl0TGl0ZXJhbHMpIHtcbiAgICBpZiAodmFsdWUgaW5zdGFuY2VvZiBPYmplY3QgJiYgISh2YWx1ZSBpbnN0YW5jZW9mIEFycmF5KSkge1xuICAgICAgdGhpcy5fbGl0ZXJhbHMgPSB7XG4gICAgICAgIC4uLnBvUGFnZUVkaXRMaXRlcmFsc0RlZmF1bHRbcG9Mb2NhbGVEZWZhdWx0XSxcbiAgICAgICAgLi4ucG9QYWdlRWRpdExpdGVyYWxzRGVmYXVsdFt0aGlzLmxhbmd1YWdlXSxcbiAgICAgICAgLi4udmFsdWVcbiAgICAgIH07XG4gICAgfSBlbHNlIHtcbiAgICAgIHRoaXMuX2xpdGVyYWxzID0gcG9QYWdlRWRpdExpdGVyYWxzRGVmYXVsdFt0aGlzLmxhbmd1YWdlXTtcbiAgICB9XG4gIH1cbiAgZ2V0IGxpdGVyYWxzKCkge1xuICAgIHJldHVybiB0aGlzLl9saXRlcmFscyB8fCBwb1BhZ2VFZGl0TGl0ZXJhbHNEZWZhdWx0W3RoaXMubGFuZ3VhZ2VdO1xuICB9XG5cbiAgLyoqIFTDrXR1bG8gZGEgcMOhZ2luYS4gKi9cbiAgQElucHV0KCdwLXRpdGxlJykgc2V0IHRpdGxlKHRpdGxlOiBzdHJpbmcpIHtcbiAgICB0aGlzLl90aXRsZSA9IHRpdGxlO1xuICAgIHNldFRpbWVvdXQoKCkgPT4gdGhpcy5wb1BhZ2VDb250ZW50LnJlY2FsY3VsYXRlSGVhZGVyU2l6ZSgpKTtcbiAgfVxuXG4gIGdldCB0aXRsZSgpIHtcbiAgICByZXR1cm4gdGhpcy5fdGl0bGU7XG4gIH1cblxuICBjb25zdHJ1Y3RvcihsYW5ndWFnZVNlcnZpY2U6IFBvTGFuZ3VhZ2VTZXJ2aWNlKSB7XG4gICAgdGhpcy5sYW5ndWFnZSA9IGxhbmd1YWdlU2VydmljZS5nZXRTaG9ydExhbmd1YWdlKCk7XG4gIH1cbn1cbiJdfQ==
|
|
File without changes
|
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
import { Component } from '@angular/core';
|
|
2
|
+
import { PoPageEditBaseComponent } from './po-page-edit-base.component';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "../po-page.component";
|
|
5
|
+
import * as i2 from "@angular/common";
|
|
6
|
+
import * as i3 from "../po-page-content/po-page-content.component";
|
|
7
|
+
import * as i4 from "../po-page-header/po-page-header.component";
|
|
8
|
+
import * as i5 from "../../po-button/po-button.component";
|
|
9
|
+
function PoPageEditComponent_po_page_header_1_div_1_po_button_1_Template(rf, ctx) { if (rf & 1) {
|
|
10
|
+
const _r6 = i0.ɵɵgetCurrentView();
|
|
11
|
+
i0.ɵɵelementStart(0, "po-button", 7);
|
|
12
|
+
i0.ɵɵlistener("p-click", function PoPageEditComponent_po_page_header_1_div_1_po_button_1_Template_po_button_p_click_0_listener() { i0.ɵɵrestoreView(_r6); const ctx_r5 = i0.ɵɵnextContext(3); return ctx_r5.cancel.emit(); });
|
|
13
|
+
i0.ɵɵelementEnd();
|
|
14
|
+
} if (rf & 2) {
|
|
15
|
+
const ctx_r2 = i0.ɵɵnextContext(3);
|
|
16
|
+
i0.ɵɵproperty("p-icon", ctx_r2.getIcon("cancel"))("p-label", ctx_r2.literals.cancel)("p-type", ctx_r2.getType("cancel"));
|
|
17
|
+
} }
|
|
18
|
+
function PoPageEditComponent_po_page_header_1_div_1_po_button_2_Template(rf, ctx) { if (rf & 1) {
|
|
19
|
+
const _r8 = i0.ɵɵgetCurrentView();
|
|
20
|
+
i0.ɵɵelementStart(0, "po-button", 8);
|
|
21
|
+
i0.ɵɵlistener("p-click", function PoPageEditComponent_po_page_header_1_div_1_po_button_2_Template_po_button_p_click_0_listener() { i0.ɵɵrestoreView(_r8); const ctx_r7 = i0.ɵɵnextContext(3); return ctx_r7.saveNew.emit(); });
|
|
22
|
+
i0.ɵɵelementEnd();
|
|
23
|
+
} if (rf & 2) {
|
|
24
|
+
const ctx_r3 = i0.ɵɵnextContext(3);
|
|
25
|
+
i0.ɵɵproperty("p-disabled", ctx_r3.disableSubmit)("p-icon", ctx_r3.getIcon("saveNew"))("p-label", ctx_r3.literals.saveNew)("p-type", ctx_r3.getType("saveNew"));
|
|
26
|
+
} }
|
|
27
|
+
function PoPageEditComponent_po_page_header_1_div_1_po_button_3_Template(rf, ctx) { if (rf & 1) {
|
|
28
|
+
const _r10 = i0.ɵɵgetCurrentView();
|
|
29
|
+
i0.ɵɵelementStart(0, "po-button", 9);
|
|
30
|
+
i0.ɵɵlistener("p-click", function PoPageEditComponent_po_page_header_1_div_1_po_button_3_Template_po_button_p_click_0_listener() { i0.ɵɵrestoreView(_r10); const ctx_r9 = i0.ɵɵnextContext(3); return ctx_r9.save.emit(); });
|
|
31
|
+
i0.ɵɵelementEnd();
|
|
32
|
+
} if (rf & 2) {
|
|
33
|
+
const ctx_r4 = i0.ɵɵnextContext(3);
|
|
34
|
+
i0.ɵɵproperty("p-disabled", ctx_r4.disableSubmit)("p-label", ctx_r4.literals.save);
|
|
35
|
+
} }
|
|
36
|
+
function PoPageEditComponent_po_page_header_1_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
37
|
+
i0.ɵɵelementStart(0, "div", 3);
|
|
38
|
+
i0.ɵɵtemplate(1, PoPageEditComponent_po_page_header_1_div_1_po_button_1_Template, 1, 3, "po-button", 4);
|
|
39
|
+
i0.ɵɵtemplate(2, PoPageEditComponent_po_page_header_1_div_1_po_button_2_Template, 1, 4, "po-button", 5);
|
|
40
|
+
i0.ɵɵtemplate(3, PoPageEditComponent_po_page_header_1_div_1_po_button_3_Template, 1, 2, "po-button", 6);
|
|
41
|
+
i0.ɵɵelementEnd();
|
|
42
|
+
} if (rf & 2) {
|
|
43
|
+
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
44
|
+
i0.ɵɵadvance(1);
|
|
45
|
+
i0.ɵɵproperty("ngIf", ctx_r1.hasEvent("cancel"));
|
|
46
|
+
i0.ɵɵadvance(1);
|
|
47
|
+
i0.ɵɵproperty("ngIf", ctx_r1.hasEvent("saveNew"));
|
|
48
|
+
i0.ɵɵadvance(1);
|
|
49
|
+
i0.ɵɵproperty("ngIf", ctx_r1.hasEvent("save"));
|
|
50
|
+
} }
|
|
51
|
+
function PoPageEditComponent_po_page_header_1_Template(rf, ctx) { if (rf & 1) {
|
|
52
|
+
i0.ɵɵelementStart(0, "po-page-header", 1);
|
|
53
|
+
i0.ɵɵtemplate(1, PoPageEditComponent_po_page_header_1_div_1_Template, 4, 3, "div", 2);
|
|
54
|
+
i0.ɵɵelementEnd();
|
|
55
|
+
} if (rf & 2) {
|
|
56
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
57
|
+
i0.ɵɵproperty("p-breadcrumb", ctx_r0.breadcrumb)("p-title", ctx_r0.title);
|
|
58
|
+
i0.ɵɵadvance(1);
|
|
59
|
+
i0.ɵɵproperty("ngIf", ctx_r0.hasAnyAction());
|
|
60
|
+
} }
|
|
61
|
+
const _c0 = ["*"];
|
|
62
|
+
/**
|
|
63
|
+
* @docsExtends PoPageEditBaseComponent
|
|
64
|
+
*
|
|
65
|
+
* @example
|
|
66
|
+
*
|
|
67
|
+
* <example name="po-page-edit-basic" title="PO Page Edit Basic">
|
|
68
|
+
* <file name="sample-po-page-edit-basic/sample-po-page-edit-basic.component.html"> </file>
|
|
69
|
+
* <file name="sample-po-page-edit-basic/sample-po-page-edit-basic.component.ts"> </file>
|
|
70
|
+
* </example>
|
|
71
|
+
*
|
|
72
|
+
* <example name="po-page-edit-labs" title="PO Page Edit Labs">
|
|
73
|
+
* <file name="sample-po-page-edit-labs/sample-po-page-edit-labs.component.html"> </file>
|
|
74
|
+
* <file name="sample-po-page-edit-labs/sample-po-page-edit-labs.component.ts"> </file>
|
|
75
|
+
* </example>
|
|
76
|
+
*
|
|
77
|
+
* <example name="po-page-edit-user" title="PO Page Edit - User">
|
|
78
|
+
* <file name="sample-po-page-edit-user/sample-po-page-edit-user.component.html"> </file>
|
|
79
|
+
* <file name="sample-po-page-edit-user/sample-po-page-edit-user.component.ts"> </file>
|
|
80
|
+
* </example>
|
|
81
|
+
*/
|
|
82
|
+
export class PoPageEditComponent extends PoPageEditBaseComponent {
|
|
83
|
+
getIcon(icon) {
|
|
84
|
+
if (icon === 'cancel') {
|
|
85
|
+
return this.isPrimaryAction('cancel') ? 'po-icon-close' : '';
|
|
86
|
+
}
|
|
87
|
+
if (icon === 'saveNew') {
|
|
88
|
+
return this.isPrimaryAction('saveNew') ? 'po-icon-ok' : '';
|
|
89
|
+
}
|
|
90
|
+
return '';
|
|
91
|
+
}
|
|
92
|
+
getType(type) {
|
|
93
|
+
const isCancelPrimaryAction = type === 'cancel' && this.isPrimaryAction('cancel');
|
|
94
|
+
const isSaveNewPrimaryAction = type === 'saveNew' && this.isPrimaryAction('saveNew');
|
|
95
|
+
return isCancelPrimaryAction || isSaveNewPrimaryAction ? 'primary' : 'default';
|
|
96
|
+
}
|
|
97
|
+
hasAnyAction() {
|
|
98
|
+
return this.hasEvent('cancel') || this.hasEvent('saveNew') || this.hasEvent('save');
|
|
99
|
+
}
|
|
100
|
+
hasPageHeader() {
|
|
101
|
+
return !!(this.title || this.hasAnyAction() || (this.breadcrumb && this.breadcrumb.items.length));
|
|
102
|
+
}
|
|
103
|
+
hasEvent(event) {
|
|
104
|
+
return !!this[event].observers.length;
|
|
105
|
+
}
|
|
106
|
+
isPrimaryAction(action) {
|
|
107
|
+
const hasSaveAction = this.hasEvent('save');
|
|
108
|
+
if (action === 'saveNew') {
|
|
109
|
+
return !hasSaveAction;
|
|
110
|
+
}
|
|
111
|
+
if (action === 'cancel') {
|
|
112
|
+
const hasSaveNewAction = this.hasEvent('saveNew');
|
|
113
|
+
return !hasSaveNewAction && !hasSaveAction;
|
|
114
|
+
}
|
|
115
|
+
return false;
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
PoPageEditComponent.ɵfac = /*@__PURE__*/ function () { let ɵPoPageEditComponent_BaseFactory; return function PoPageEditComponent_Factory(t) { return (ɵPoPageEditComponent_BaseFactory || (ɵPoPageEditComponent_BaseFactory = i0.ɵɵgetInheritedFactory(PoPageEditComponent)))(t || PoPageEditComponent); }; }();
|
|
119
|
+
PoPageEditComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoPageEditComponent, selectors: [["po-page-edit"]], features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0, decls: 4, vars: 1, consts: [[3, "p-breadcrumb", "p-title", 4, "ngIf"], [3, "p-breadcrumb", "p-title"], ["class", "po-page-header-actions", 4, "ngIf"], [1, "po-page-header-actions"], [3, "p-icon", "p-label", "p-type", "p-click", 4, "ngIf"], [3, "p-disabled", "p-icon", "p-label", "p-type", "p-click", 4, "ngIf"], ["p-icon", "po-icon-ok", "p-type", "primary", 3, "p-disabled", "p-label", "p-click", 4, "ngIf"], [3, "p-icon", "p-label", "p-type", "p-click"], [3, "p-disabled", "p-icon", "p-label", "p-type", "p-click"], ["p-icon", "po-icon-ok", "p-type", "primary", 3, "p-disabled", "p-label", "p-click"]], template: function PoPageEditComponent_Template(rf, ctx) { if (rf & 1) {
|
|
120
|
+
i0.ɵɵprojectionDef();
|
|
121
|
+
i0.ɵɵelementStart(0, "po-page");
|
|
122
|
+
i0.ɵɵtemplate(1, PoPageEditComponent_po_page_header_1_Template, 2, 3, "po-page-header", 0);
|
|
123
|
+
i0.ɵɵelementStart(2, "po-page-content");
|
|
124
|
+
i0.ɵɵprojection(3);
|
|
125
|
+
i0.ɵɵelementEnd();
|
|
126
|
+
i0.ɵɵelementEnd();
|
|
127
|
+
} if (rf & 2) {
|
|
128
|
+
i0.ɵɵadvance(1);
|
|
129
|
+
i0.ɵɵproperty("ngIf", ctx.hasPageHeader());
|
|
130
|
+
} }, directives: [i1.PoPageComponent, i2.NgIf, i3.PoPageContentComponent, i4.PoPageHeaderComponent, i5.PoButtonComponent], encapsulation: 2 });
|
|
131
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PoPageEditComponent, [{
|
|
132
|
+
type: Component,
|
|
133
|
+
args: [{ selector: 'po-page-edit', template: "<po-page>\n <!-- HEADER -->\n <po-page-header *ngIf=\"hasPageHeader()\" [p-breadcrumb]=\"breadcrumb\" [p-title]=\"title\">\n <!-- OPERATIONS -->\n <div *ngIf=\"hasAnyAction()\" class=\"po-page-header-actions\">\n <po-button\n *ngIf=\"hasEvent('cancel')\"\n [p-icon]=\"getIcon('cancel')\"\n [p-label]=\"literals.cancel\"\n [p-type]=\"getType('cancel')\"\n (p-click)=\"cancel.emit()\"\n >\n </po-button>\n\n <po-button\n *ngIf=\"hasEvent('saveNew')\"\n [p-disabled]=\"disableSubmit\"\n [p-icon]=\"getIcon('saveNew')\"\n [p-label]=\"literals.saveNew\"\n [p-type]=\"getType('saveNew')\"\n (p-click)=\"saveNew.emit()\"\n >\n </po-button>\n\n <po-button\n *ngIf=\"hasEvent('save')\"\n p-icon=\"po-icon-ok\"\n p-type=\"primary\"\n [p-disabled]=\"disableSubmit\"\n [p-label]=\"literals.save\"\n (p-click)=\"save.emit()\"\n >\n </po-button>\n </div>\n </po-page-header>\n\n <!-- CONTENT -->\n <po-page-content>\n <ng-content> </ng-content>\n </po-page-content>\n</po-page>\n" }]
|
|
134
|
+
}], null, null); })();
|
|
135
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG8tcGFnZS1lZGl0LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3VpL3NyYy9saWIvY29tcG9uZW50cy9wby1wYWdlL3BvLXBhZ2UtZWRpdC9wby1wYWdlLWVkaXQuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdWkvc3JjL2xpYi9jb21wb25lbnRzL3BvLXBhZ2UvcG8tcGFnZS1lZGl0L3BvLXBhZ2UtZWRpdC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRTFDLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLCtCQUErQixDQUFDOzs7Ozs7Ozs7SUNHbEUsb0NBTUM7SUFEQyxxTUFBVyxvQkFBYSxJQUFDO0lBRTNCLGlCQUFZOzs7SUFMVixpREFBNEIsbUNBQUEsb0NBQUE7Ozs7SUFPOUIsb0NBT0M7SUFEQyxxTUFBVyxxQkFBYyxJQUFDO0lBRTVCLGlCQUFZOzs7SUFOVixpREFBNEIscUNBQUEsb0NBQUEscUNBQUE7Ozs7SUFROUIsb0NBT0M7SUFEQyxzTUFBVyxrQkFBVyxJQUFDO0lBRXpCLGlCQUFZOzs7SUFKVixpREFBNEIsaUNBQUE7OztJQXhCaEMsOEJBQTJEO0lBQ3pELHVHQU9ZO0lBRVosdUdBUVk7SUFFWix1R0FRWTtJQUNkLGlCQUFNOzs7SUEzQkQsZUFBd0I7SUFBeEIsZ0RBQXdCO0lBU3hCLGVBQXlCO0lBQXpCLGlEQUF5QjtJQVV6QixlQUFzQjtJQUF0Qiw4Q0FBc0I7OztJQXZCN0IseUNBQXNGO0lBRXBGLHFGQTZCTTtJQUNSLGlCQUFpQjs7O0lBaEN1QixnREFBMkIseUJBQUE7SUFFM0QsZUFBb0I7SUFBcEIsNENBQW9COzs7QURBOUI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7R0FtQkc7QUFLSCxNQUFNLE9BQU8sbUJBQW9CLFNBQVEsdUJBQXVCO0lBQzlELE9BQU8sQ0FBQyxJQUFZO1FBQ2xCLElBQUksSUFBSSxLQUFLLFFBQVEsRUFBRTtZQUNyQixPQUFPLElBQUksQ0FBQyxlQUFlLENBQUMsUUFBUSxDQUFDLENBQUMsQ0FBQyxDQUFDLGVBQWUsQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDO1NBQzlEO1FBRUQsSUFBSSxJQUFJLEtBQUssU0FBUyxFQUFFO1lBQ3RCLE9BQU8sSUFBSSxDQUFDLGVBQWUsQ0FBQyxTQUFTLENBQUMsQ0FBQyxDQUFDLENBQUMsWUFBWSxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUM7U0FDNUQ7UUFFRCxPQUFPLEVBQUUsQ0FBQztJQUNaLENBQUM7SUFFRCxPQUFPLENBQUMsSUFBWTtRQUNsQixNQUFNLHFCQUFxQixHQUFHLElBQUksS0FBSyxRQUFRLElBQUksSUFBSSxDQUFDLGVBQWUsQ0FBQyxRQUFRLENBQUMsQ0FBQztRQUNsRixNQUFNLHNCQUFzQixHQUFHLElBQUksS0FBSyxTQUFTLElBQUksSUFBSSxDQUFDLGVBQWUsQ0FBQyxTQUFTLENBQUMsQ0FBQztRQUVyRixPQUFPLHFCQUFxQixJQUFJLHNCQUFzQixDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztJQUNqRixDQUFDO0lBRUQsWUFBWTtRQUNWLE9BQU8sSUFBSSxDQUFDLFFBQVEsQ0FBQyxRQUFRLENBQUMsSUFBSSxJQUFJLENBQUMsUUFBUSxDQUFDLFNBQVMsQ0FBQyxJQUFJLElBQUksQ0FBQyxRQUFRLENBQUMsTUFBTSxDQUFDLENBQUM7SUFDdEYsQ0FBQztJQUVELGFBQWE7UUFDWCxPQUFPLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxLQUFLLElBQUksSUFBSSxDQUFDLFlBQVksRUFBRSxJQUFJLENBQUMsSUFBSSxDQUFDLFVBQVUsSUFBSSxJQUFJLENBQUMsVUFBVSxDQUFDLEtBQUssQ0FBQyxNQUFNLENBQUMsQ0FBQyxDQUFDO0lBQ3BHLENBQUM7SUFFRCxRQUFRLENBQUMsS0FBYTtRQUNwQixPQUFPLENBQUMsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUMsU0FBUyxDQUFDLE1BQU0sQ0FBQztJQUN4QyxDQUFDO0lBRU8sZUFBZSxDQUFDLE1BQWM7UUFDcEMsTUFBTSxhQUFhLEdBQUcsSUFBSSxDQUFDLFFBQVEsQ0FBQyxNQUFNLENBQUMsQ0FBQztRQUU1QyxJQUFJLE1BQU0sS0FBSyxTQUFTLEVBQUU7WUFDeEIsT0FBTyxDQUFDLGFBQWEsQ0FBQztTQUN2QjtRQUVELElBQUksTUFBTSxLQUFLLFFBQVEsRUFBRTtZQUN2QixNQUFNLGdCQUFnQixHQUFHLElBQUksQ0FBQyxRQUFRLENBQUMsU0FBUyxDQUFDLENBQUM7WUFFbEQsT0FBTyxDQUFDLGdCQUFnQixJQUFJLENBQUMsYUFBYSxDQUFDO1NBQzVDO1FBRUQsT0FBTyxLQUFLLENBQUM7SUFDZixDQUFDOzt1UEE5Q1UsbUJBQW1CLFNBQW5CLG1CQUFtQjtzRUFBbkIsbUJBQW1COztRQzVCaEMsK0JBQVM7UUFFUCwwRkFnQ2lCO1FBR2pCLHVDQUFpQjtRQUNmLGtCQUEwQjtRQUM1QixpQkFBa0I7UUFDcEIsaUJBQVU7O1FBdENTLGVBQXFCO1FBQXJCLDBDQUFxQjs7dUZEMEIzQixtQkFBbUI7Y0FKL0IsU0FBUzsyQkFDRSxjQUFjIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7IFBvUGFnZUVkaXRCYXNlQ29tcG9uZW50IH0gZnJvbSAnLi9wby1wYWdlLWVkaXQtYmFzZS5jb21wb25lbnQnO1xuXG4vKipcbiAqIEBkb2NzRXh0ZW5kcyBQb1BhZ2VFZGl0QmFzZUNvbXBvbmVudFxuICpcbiAqIEBleGFtcGxlXG4gKlxuICogPGV4YW1wbGUgbmFtZT1cInBvLXBhZ2UtZWRpdC1iYXNpY1wiIHRpdGxlPVwiUE8gUGFnZSBFZGl0IEJhc2ljXCI+XG4gKiAgPGZpbGUgbmFtZT1cInNhbXBsZS1wby1wYWdlLWVkaXQtYmFzaWMvc2FtcGxlLXBvLXBhZ2UtZWRpdC1iYXNpYy5jb21wb25lbnQuaHRtbFwiPiA8L2ZpbGU+XG4gKiAgPGZpbGUgbmFtZT1cInNhbXBsZS1wby1wYWdlLWVkaXQtYmFzaWMvc2FtcGxlLXBvLXBhZ2UtZWRpdC1iYXNpYy5jb21wb25lbnQudHNcIj4gPC9maWxlPlxuICogPC9leGFtcGxlPlxuICpcbiAqIDxleGFtcGxlIG5hbWU9XCJwby1wYWdlLWVkaXQtbGFic1wiIHRpdGxlPVwiUE8gUGFnZSBFZGl0IExhYnNcIj5cbiAqICA8ZmlsZSBuYW1lPVwic2FtcGxlLXBvLXBhZ2UtZWRpdC1sYWJzL3NhbXBsZS1wby1wYWdlLWVkaXQtbGFicy5jb21wb25lbnQuaHRtbFwiPiA8L2ZpbGU+XG4gKiAgPGZpbGUgbmFtZT1cInNhbXBsZS1wby1wYWdlLWVkaXQtbGFicy9zYW1wbGUtcG8tcGFnZS1lZGl0LWxhYnMuY29tcG9uZW50LnRzXCI+IDwvZmlsZT5cbiAqIDwvZXhhbXBsZT5cbiAqXG4gKiA8ZXhhbXBsZSBuYW1lPVwicG8tcGFnZS1lZGl0LXVzZXJcIiB0aXRsZT1cIlBPIFBhZ2UgRWRpdCAtIFVzZXJcIj5cbiAqICA8ZmlsZSBuYW1lPVwic2FtcGxlLXBvLXBhZ2UtZWRpdC11c2VyL3NhbXBsZS1wby1wYWdlLWVkaXQtdXNlci5jb21wb25lbnQuaHRtbFwiPiA8L2ZpbGU+XG4gKiAgPGZpbGUgbmFtZT1cInNhbXBsZS1wby1wYWdlLWVkaXQtdXNlci9zYW1wbGUtcG8tcGFnZS1lZGl0LXVzZXIuY29tcG9uZW50LnRzXCI+IDwvZmlsZT5cbiAqIDwvZXhhbXBsZT5cbiAqL1xuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAncG8tcGFnZS1lZGl0JyxcbiAgdGVtcGxhdGVVcmw6ICcuL3BvLXBhZ2UtZWRpdC5jb21wb25lbnQuaHRtbCdcbn0pXG5leHBvcnQgY2xhc3MgUG9QYWdlRWRpdENvbXBvbmVudCBleHRlbmRzIFBvUGFnZUVkaXRCYXNlQ29tcG9uZW50IHtcbiAgZ2V0SWNvbihpY29uOiBzdHJpbmcpOiBzdHJpbmcge1xuICAgIGlmIChpY29uID09PSAnY2FuY2VsJykge1xuICAgICAgcmV0dXJuIHRoaXMuaXNQcmltYXJ5QWN0aW9uKCdjYW5jZWwnKSA/ICdwby1pY29uLWNsb3NlJyA6ICcnO1xuICAgIH1cblxuICAgIGlmIChpY29uID09PSAnc2F2ZU5ldycpIHtcbiAgICAgIHJldHVybiB0aGlzLmlzUHJpbWFyeUFjdGlvbignc2F2ZU5ldycpID8gJ3BvLWljb24tb2snIDogJyc7XG4gICAgfVxuXG4gICAgcmV0dXJuICcnO1xuICB9XG5cbiAgZ2V0VHlwZSh0eXBlOiBzdHJpbmcpOiBzdHJpbmcge1xuICAgIGNvbnN0IGlzQ2FuY2VsUHJpbWFyeUFjdGlvbiA9IHR5cGUgPT09ICdjYW5jZWwnICYmIHRoaXMuaXNQcmltYXJ5QWN0aW9uKCdjYW5jZWwnKTtcbiAgICBjb25zdCBpc1NhdmVOZXdQcmltYXJ5QWN0aW9uID0gdHlwZSA9PT0gJ3NhdmVOZXcnICYmIHRoaXMuaXNQcmltYXJ5QWN0aW9uKCdzYXZlTmV3Jyk7XG5cbiAgICByZXR1cm4gaXNDYW5jZWxQcmltYXJ5QWN0aW9uIHx8IGlzU2F2ZU5ld1ByaW1hcnlBY3Rpb24gPyAncHJpbWFyeScgOiAnZGVmYXVsdCc7XG4gIH1cblxuICBoYXNBbnlBY3Rpb24oKTogYm9vbGVhbiB7XG4gICAgcmV0dXJuIHRoaXMuaGFzRXZlbnQoJ2NhbmNlbCcpIHx8IHRoaXMuaGFzRXZlbnQoJ3NhdmVOZXcnKSB8fCB0aGlzLmhhc0V2ZW50KCdzYXZlJyk7XG4gIH1cblxuICBoYXNQYWdlSGVhZGVyKCk6IGJvb2xlYW4ge1xuICAgIHJldHVybiAhISh0aGlzLnRpdGxlIHx8IHRoaXMuaGFzQW55QWN0aW9uKCkgfHwgKHRoaXMuYnJlYWRjcnVtYiAmJiB0aGlzLmJyZWFkY3J1bWIuaXRlbXMubGVuZ3RoKSk7XG4gIH1cblxuICBoYXNFdmVudChldmVudDogc3RyaW5nKSB7XG4gICAgcmV0dXJuICEhdGhpc1tldmVudF0ub2JzZXJ2ZXJzLmxlbmd0aDtcbiAgfVxuXG4gIHByaXZhdGUgaXNQcmltYXJ5QWN0aW9uKGFjdGlvbjogc3RyaW5nKTogYm9vbGVhbiB7XG4gICAgY29uc3QgaGFzU2F2ZUFjdGlvbiA9IHRoaXMuaGFzRXZlbnQoJ3NhdmUnKTtcblxuICAgIGlmIChhY3Rpb24gPT09ICdzYXZlTmV3Jykge1xuICAgICAgcmV0dXJuICFoYXNTYXZlQWN0aW9uO1xuICAgIH1cblxuICAgIGlmIChhY3Rpb24gPT09ICdjYW5jZWwnKSB7XG4gICAgICBjb25zdCBoYXNTYXZlTmV3QWN0aW9uID0gdGhpcy5oYXNFdmVudCgnc2F2ZU5ldycpO1xuXG4gICAgICByZXR1cm4gIWhhc1NhdmVOZXdBY3Rpb24gJiYgIWhhc1NhdmVBY3Rpb247XG4gICAgfVxuXG4gICAgcmV0dXJuIGZhbHNlO1xuICB9XG59XG4iLCI8cG8tcGFnZT5cbiAgPCEtLSBIRUFERVIgLS0+XG4gIDxwby1wYWdlLWhlYWRlciAqbmdJZj1cImhhc1BhZ2VIZWFkZXIoKVwiIFtwLWJyZWFkY3J1bWJdPVwiYnJlYWRjcnVtYlwiIFtwLXRpdGxlXT1cInRpdGxlXCI+XG4gICAgPCEtLSBPUEVSQVRJT05TIC0tPlxuICAgIDxkaXYgKm5nSWY9XCJoYXNBbnlBY3Rpb24oKVwiIGNsYXNzPVwicG8tcGFnZS1oZWFkZXItYWN0aW9uc1wiPlxuICAgICAgPHBvLWJ1dHRvblxuICAgICAgICAqbmdJZj1cImhhc0V2ZW50KCdjYW5jZWwnKVwiXG4gICAgICAgIFtwLWljb25dPVwiZ2V0SWNvbignY2FuY2VsJylcIlxuICAgICAgICBbcC1sYWJlbF09XCJsaXRlcmFscy5jYW5jZWxcIlxuICAgICAgICBbcC10eXBlXT1cImdldFR5cGUoJ2NhbmNlbCcpXCJcbiAgICAgICAgKHAtY2xpY2spPVwiY2FuY2VsLmVtaXQoKVwiXG4gICAgICA+XG4gICAgICA8L3BvLWJ1dHRvbj5cblxuICAgICAgPHBvLWJ1dHRvblxuICAgICAgICAqbmdJZj1cImhhc0V2ZW50KCdzYXZlTmV3JylcIlxuICAgICAgICBbcC1kaXNhYmxlZF09XCJkaXNhYmxlU3VibWl0XCJcbiAgICAgICAgW3AtaWNvbl09XCJnZXRJY29uKCdzYXZlTmV3JylcIlxuICAgICAgICBbcC1sYWJlbF09XCJsaXRlcmFscy5zYXZlTmV3XCJcbiAgICAgICAgW3AtdHlwZV09XCJnZXRUeXBlKCdzYXZlTmV3JylcIlxuICAgICAgICAocC1jbGljayk9XCJzYXZlTmV3LmVtaXQoKVwiXG4gICAgICA+XG4gICAgICA8L3BvLWJ1dHRvbj5cblxuICAgICAgPHBvLWJ1dHRvblxuICAgICAgICAqbmdJZj1cImhhc0V2ZW50KCdzYXZlJylcIlxuICAgICAgICBwLWljb249XCJwby1pY29uLW9rXCJcbiAgICAgICAgcC10eXBlPVwicHJpbWFyeVwiXG4gICAgICAgIFtwLWRpc2FibGVkXT1cImRpc2FibGVTdWJtaXRcIlxuICAgICAgICBbcC1sYWJlbF09XCJsaXRlcmFscy5zYXZlXCJcbiAgICAgICAgKHAtY2xpY2spPVwic2F2ZS5lbWl0KClcIlxuICAgICAgPlxuICAgICAgPC9wby1idXR0b24+XG4gICAgPC9kaXY+XG4gIDwvcG8tcGFnZS1oZWFkZXI+XG5cbiAgPCEtLSBDT05URU5UIC0tPlxuICA8cG8tcGFnZS1jb250ZW50PlxuICAgIDxuZy1jb250ZW50PiA8L25nLWNvbnRlbnQ+XG4gIDwvcG8tcGFnZS1jb250ZW50PlxuPC9wby1wYWdlPlxuIl19
|
|
File without changes
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { Input, Directive } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* @docsPrivate
|
|
5
|
+
*
|
|
6
|
+
* @description
|
|
7
|
+
*
|
|
8
|
+
* O componente **po-page-header** é responsável pelo título da página e container dos botões de ações dos componentes
|
|
9
|
+
* po-page-list e po-page-base.
|
|
10
|
+
*/
|
|
11
|
+
export class PoPageHeaderBaseComponent {
|
|
12
|
+
/** Objeto com propriedades do breadcrumb. */
|
|
13
|
+
set breadcrumb(value) {
|
|
14
|
+
this._breadcrumb = value;
|
|
15
|
+
}
|
|
16
|
+
get breadcrumb() {
|
|
17
|
+
return this._breadcrumb;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
PoPageHeaderBaseComponent.ɵfac = function PoPageHeaderBaseComponent_Factory(t) { return new (t || PoPageHeaderBaseComponent)(); };
|
|
21
|
+
PoPageHeaderBaseComponent.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: PoPageHeaderBaseComponent, inputs: { title: ["p-title", "title"], breadcrumb: ["p-breadcrumb", "breadcrumb"] } });
|
|
22
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PoPageHeaderBaseComponent, [{
|
|
23
|
+
type: Directive
|
|
24
|
+
}], null, { title: [{
|
|
25
|
+
type: Input,
|
|
26
|
+
args: ['p-title']
|
|
27
|
+
}], breadcrumb: [{
|
|
28
|
+
type: Input,
|
|
29
|
+
args: ['p-breadcrumb']
|
|
30
|
+
}] }); })();
|
|
31
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG8tcGFnZS1oZWFkZXItYmFzZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy91aS9zcmMvbGliL2NvbXBvbmVudHMvcG8tcGFnZS9wby1wYWdlLWhlYWRlci9wby1wYWdlLWhlYWRlci1iYXNlLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsS0FBSyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFJakQ7Ozs7Ozs7R0FPRztBQUVILE1BQU0sT0FBTyx5QkFBeUI7SUFNcEMsNkNBQTZDO0lBRTdDLElBQTJCLFVBQVUsQ0FBQyxLQUFtQjtRQUN2RCxJQUFJLENBQUMsV0FBVyxHQUFHLEtBQUssQ0FBQztJQUMzQixDQUFDO0lBQ0QsSUFBSSxVQUFVO1FBQ1osT0FBTyxJQUFJLENBQUMsV0FBVyxDQUFDO0lBQzFCLENBQUM7O2tHQWJVLHlCQUF5Qjs0RUFBekIseUJBQXlCO3VGQUF6Qix5QkFBeUI7Y0FEckMsU0FBUztnQkFHVSxLQUFLO2tCQUF0QixLQUFLO21CQUFDLFNBQVM7WUFNVyxVQUFVO2tCQUFwQyxLQUFLO21CQUFDLGNBQWMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJbnB1dCwgRGlyZWN0aXZlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7IFBvQnJlYWRjcnVtYiB9IGZyb20gJy4uLy4uL3BvLWJyZWFkY3J1bWIvcG8tYnJlYWRjcnVtYi5pbnRlcmZhY2UnO1xuXG4vKipcbiAqIEBkb2NzUHJpdmF0ZVxuICpcbiAqIEBkZXNjcmlwdGlvblxuICpcbiAqIE8gY29tcG9uZW50ZSAqKnBvLXBhZ2UtaGVhZGVyKiogw6kgcmVzcG9uc8OhdmVsIHBlbG8gdMOtdHVsbyBkYSBww6FnaW5hIGUgY29udGFpbmVyIGRvcyBib3TDtWVzIGRlIGHDp8O1ZXMgZG9zIGNvbXBvbmVudGVzXG4gKiBwby1wYWdlLWxpc3QgZSBwby1wYWdlLWJhc2UuXG4gKi9cbkBEaXJlY3RpdmUoKVxuZXhwb3J0IGNsYXNzIFBvUGFnZUhlYWRlckJhc2VDb21wb25lbnQge1xuICAvKiogVMOtdHVsbyBkYSBww6FnaW5hLiAqL1xuICBASW5wdXQoJ3AtdGl0bGUnKSB0aXRsZTogc3RyaW5nO1xuXG4gIHByaXZhdGUgX2JyZWFkY3J1bWI6IFBvQnJlYWRjcnVtYjtcblxuICAvKiogT2JqZXRvIGNvbSBwcm9wcmllZGFkZXMgZG8gYnJlYWRjcnVtYi4gKi9cblxuICBASW5wdXQoJ3AtYnJlYWRjcnVtYicpIHNldCBicmVhZGNydW1iKHZhbHVlOiBQb0JyZWFkY3J1bWIpIHtcbiAgICB0aGlzLl9icmVhZGNydW1iID0gdmFsdWU7XG4gIH1cbiAgZ2V0IGJyZWFkY3J1bWIoKTogUG9CcmVhZGNydW1iIHtcbiAgICByZXR1cm4gdGhpcy5fYnJlYWRjcnVtYjtcbiAgfVxufVxuIl19
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Component } from '@angular/core';
|
|
2
|
+
import { PoPageHeaderBaseComponent } from './po-page-header-base.component';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "@angular/common";
|
|
5
|
+
import * as i2 from "../../po-breadcrumb/po-breadcrumb.component";
|
|
6
|
+
function PoPageHeaderComponent_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
7
|
+
i0.ɵɵelementStart(0, "div", 4);
|
|
8
|
+
i0.ɵɵelement(1, "po-breadcrumb", 5);
|
|
9
|
+
i0.ɵɵelementEnd();
|
|
10
|
+
} if (rf & 2) {
|
|
11
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
12
|
+
i0.ɵɵadvance(1);
|
|
13
|
+
i0.ɵɵproperty("p-favorite-service", ctx_r0.breadcrumb.favorite)("p-items", ctx_r0.breadcrumb.items)("p-params-service", ctx_r0.breadcrumb.params);
|
|
14
|
+
} }
|
|
15
|
+
function PoPageHeaderComponent_h1_3_Template(rf, ctx) { if (rf & 1) {
|
|
16
|
+
i0.ɵɵelementStart(0, "h1", 6);
|
|
17
|
+
i0.ɵɵtext(1);
|
|
18
|
+
i0.ɵɵelementEnd();
|
|
19
|
+
} if (rf & 2) {
|
|
20
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
21
|
+
i0.ɵɵadvance(1);
|
|
22
|
+
i0.ɵɵtextInterpolate1(" ", ctx_r1.title, " ");
|
|
23
|
+
} }
|
|
24
|
+
const _c0 = ["*"];
|
|
25
|
+
/**
|
|
26
|
+
* @docsPrivate
|
|
27
|
+
* @docsExtends PoPageHeaderBaseComponent
|
|
28
|
+
*/
|
|
29
|
+
export class PoPageHeaderComponent extends PoPageHeaderBaseComponent {
|
|
30
|
+
}
|
|
31
|
+
PoPageHeaderComponent.ɵfac = /*@__PURE__*/ function () { let ɵPoPageHeaderComponent_BaseFactory; return function PoPageHeaderComponent_Factory(t) { return (ɵPoPageHeaderComponent_BaseFactory || (ɵPoPageHeaderComponent_BaseFactory = i0.ɵɵgetInheritedFactory(PoPageHeaderComponent)))(t || PoPageHeaderComponent); }; }();
|
|
32
|
+
PoPageHeaderComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoPageHeaderComponent, selectors: [["po-page-header"]], features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [[1, "po-page-header"], ["class", "po-page-header-breadcrumb", 4, "ngIf"], [1, "po-pt-1"], ["class", "po-page-header-title", 4, "ngIf"], [1, "po-page-header-breadcrumb"], [3, "p-favorite-service", "p-items", "p-params-service"], [1, "po-page-header-title"]], template: function PoPageHeaderComponent_Template(rf, ctx) { if (rf & 1) {
|
|
33
|
+
i0.ɵɵprojectionDef();
|
|
34
|
+
i0.ɵɵelementStart(0, "div", 0);
|
|
35
|
+
i0.ɵɵtemplate(1, PoPageHeaderComponent_div_1_Template, 2, 3, "div", 1);
|
|
36
|
+
i0.ɵɵelementStart(2, "div", 2);
|
|
37
|
+
i0.ɵɵtemplate(3, PoPageHeaderComponent_h1_3_Template, 2, 1, "h1", 3);
|
|
38
|
+
i0.ɵɵprojection(4);
|
|
39
|
+
i0.ɵɵelementEnd();
|
|
40
|
+
i0.ɵɵelementEnd();
|
|
41
|
+
} if (rf & 2) {
|
|
42
|
+
i0.ɵɵadvance(1);
|
|
43
|
+
i0.ɵɵproperty("ngIf", ctx.breadcrumb && ctx.breadcrumb.items.length);
|
|
44
|
+
i0.ɵɵadvance(2);
|
|
45
|
+
i0.ɵɵproperty("ngIf", ctx.title);
|
|
46
|
+
} }, directives: [i1.NgIf, i2.PoBreadcrumbComponent], encapsulation: 2 });
|
|
47
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PoPageHeaderComponent, [{
|
|
48
|
+
type: Component,
|
|
49
|
+
args: [{ selector: 'po-page-header', template: "<div class=\"po-page-header\">\n <!-- Breadcrumb -->\n <div class=\"po-page-header-breadcrumb\" *ngIf=\"breadcrumb && breadcrumb.items.length\">\n <po-breadcrumb\n [p-favorite-service]=\"breadcrumb.favorite\"\n [p-items]=\"breadcrumb.items\"\n [p-params-service]=\"breadcrumb.params\"\n >\n </po-breadcrumb>\n </div>\n\n <div class=\"po-pt-1\">\n <!-- Titulo -->\n <h1 class=\"po-page-header-title\" *ngIf=\"title\">\n {{ title }}\n </h1>\n\n <!-- Opera\u00E7\u00F5es -->\n <ng-content></ng-content>\n </div>\n</div>\n" }]
|
|
50
|
+
}], null, null); })();
|
|
51
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG8tcGFnZS1oZWFkZXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdWkvc3JjL2xpYi9jb21wb25lbnRzL3BvLXBhZ2UvcG8tcGFnZS1oZWFkZXIvcG8tcGFnZS1oZWFkZXIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdWkvc3JjL2xpYi9jb21wb25lbnRzL3BvLXBhZ2UvcG8tcGFnZS1oZWFkZXIvcG8tcGFnZS1oZWFkZXIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUUxQyxPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSxpQ0FBaUMsQ0FBQzs7Ozs7SUNBMUUsOEJBQXFGO0lBQ25GLG1DQUtnQjtJQUNsQixpQkFBTTs7O0lBTEYsZUFBMEM7SUFBMUMsK0RBQTBDLG9DQUFBLDhDQUFBOzs7SUFTNUMsNkJBQStDO0lBQzdDLFlBQ0Y7SUFBQSxpQkFBSzs7O0lBREgsZUFDRjtJQURFLDZDQUNGOzs7QURYSjs7O0dBR0c7QUFLSCxNQUFNLE9BQU8scUJBQXNCLFNBQVEseUJBQXlCOztpUUFBdkQscUJBQXFCLFNBQXJCLHFCQUFxQjt3RUFBckIscUJBQXFCOztRQ1psQyw4QkFBNEI7UUFFMUIsc0VBT007UUFFTiw4QkFBcUI7UUFFbkIsb0VBRUs7UUFHTCxrQkFBeUI7UUFDM0IsaUJBQU07UUFDUixpQkFBTTs7UUFsQm9DLGVBQTJDO1FBQTNDLG9FQUEyQztRQVcvQyxlQUFXO1FBQVgsZ0NBQVc7O3VGRERwQyxxQkFBcUI7Y0FKakMsU0FBUzsyQkFDRSxnQkFBZ0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHsgUG9QYWdlSGVhZGVyQmFzZUNvbXBvbmVudCB9IGZyb20gJy4vcG8tcGFnZS1oZWFkZXItYmFzZS5jb21wb25lbnQnO1xuXG4vKipcbiAqIEBkb2NzUHJpdmF0ZVxuICogQGRvY3NFeHRlbmRzIFBvUGFnZUhlYWRlckJhc2VDb21wb25lbnRcbiAqL1xuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAncG8tcGFnZS1oZWFkZXInLFxuICB0ZW1wbGF0ZVVybDogJy4vcG8tcGFnZS1oZWFkZXIuY29tcG9uZW50Lmh0bWwnXG59KVxuZXhwb3J0IGNsYXNzIFBvUGFnZUhlYWRlckNvbXBvbmVudCBleHRlbmRzIFBvUGFnZUhlYWRlckJhc2VDb21wb25lbnQge31cbiIsIjxkaXYgY2xhc3M9XCJwby1wYWdlLWhlYWRlclwiPlxuICA8IS0tIEJyZWFkY3J1bWIgLS0+XG4gIDxkaXYgY2xhc3M9XCJwby1wYWdlLWhlYWRlci1icmVhZGNydW1iXCIgKm5nSWY9XCJicmVhZGNydW1iICYmIGJyZWFkY3J1bWIuaXRlbXMubGVuZ3RoXCI+XG4gICAgPHBvLWJyZWFkY3J1bWJcbiAgICAgIFtwLWZhdm9yaXRlLXNlcnZpY2VdPVwiYnJlYWRjcnVtYi5mYXZvcml0ZVwiXG4gICAgICBbcC1pdGVtc109XCJicmVhZGNydW1iLml0ZW1zXCJcbiAgICAgIFtwLXBhcmFtcy1zZXJ2aWNlXT1cImJyZWFkY3J1bWIucGFyYW1zXCJcbiAgICA+XG4gICAgPC9wby1icmVhZGNydW1iPlxuICA8L2Rpdj5cblxuICA8ZGl2IGNsYXNzPVwicG8tcHQtMVwiPlxuICAgIDwhLS0gVGl0dWxvIC0tPlxuICAgIDxoMSBjbGFzcz1cInBvLXBhZ2UtaGVhZGVyLXRpdGxlXCIgKm5nSWY9XCJ0aXRsZVwiPlxuICAgICAge3sgdGl0bGUgfX1cbiAgICA8L2gxPlxuXG4gICAgPCEtLSBPcGVyYcOnw7VlcyAtLT5cbiAgICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XG4gIDwvZGl2PlxuPC9kaXY+XG4iXX0=
|
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
import { Input, Directive, ViewChild } from '@angular/core';
|
|
2
|
+
import { poLocaleDefault } from './../../../services/po-language/po-language.constant';
|
|
3
|
+
import { PoPageContentComponent } from '../po-page-content/po-page-content.component';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
import * as i1 from "./../../../services/po-language/po-language.service";
|
|
6
|
+
export const poPageListLiteralsDefault = {
|
|
7
|
+
en: {
|
|
8
|
+
otherActions: 'Other actions'
|
|
9
|
+
},
|
|
10
|
+
es: {
|
|
11
|
+
otherActions: 'Otras acciones'
|
|
12
|
+
},
|
|
13
|
+
pt: {
|
|
14
|
+
otherActions: 'Outras ações'
|
|
15
|
+
},
|
|
16
|
+
ru: {
|
|
17
|
+
otherActions: 'Другие действия'
|
|
18
|
+
}
|
|
19
|
+
};
|
|
20
|
+
/**
|
|
21
|
+
* @description
|
|
22
|
+
*
|
|
23
|
+
* O componente `po-page-list` é utilizado como o container principal para as telas de listagem de dados,
|
|
24
|
+
* podendo ser apresentado como lista ou tabela.
|
|
25
|
+
*
|
|
26
|
+
* Este componente possibilita realizar filtro dos dados, no qual permite que seja atribuido uma função que será executada no momento
|
|
27
|
+
* da filtragem. Este comportamento pode ser acionado tanto ao *click* do ícone [po-icon-search](/guides/icons)
|
|
28
|
+
* quanto ao pressionar da tecla *ENTER* quando o foco estiver no campo de pesquisa.
|
|
29
|
+
*
|
|
30
|
+
* Para facilitar a manipulação e visualização dos filtros aplicados, é possível também utilizar o componente
|
|
31
|
+
* [`po-disclaimer-group`](/documentation/po-disclaimer-group).
|
|
32
|
+
*/
|
|
33
|
+
export class PoPageListBaseComponent {
|
|
34
|
+
constructor(languageService) {
|
|
35
|
+
this.visibleActions = [];
|
|
36
|
+
this._actions = [];
|
|
37
|
+
this.language = languageService.getShortLanguage();
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* @optional
|
|
41
|
+
*
|
|
42
|
+
* @description
|
|
43
|
+
*
|
|
44
|
+
* Nesta propriedade deve ser definido um array de objetos que implementam a interface `PoPageAction`.
|
|
45
|
+
*/
|
|
46
|
+
set actions(actions) {
|
|
47
|
+
this._actions = Array.isArray(actions) ? actions : [];
|
|
48
|
+
this.visibleActions = this.actions.filter(action => action.visible !== false);
|
|
49
|
+
this.setDropdownActions();
|
|
50
|
+
}
|
|
51
|
+
get actions() {
|
|
52
|
+
return this._actions;
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* @optional
|
|
56
|
+
*
|
|
57
|
+
* @description
|
|
58
|
+
*
|
|
59
|
+
* Objeto que implementa as propriedades da interface `PoDisclaimerGroup`.
|
|
60
|
+
*/
|
|
61
|
+
set disclaimerGroup(value) {
|
|
62
|
+
if (!value) {
|
|
63
|
+
value = {};
|
|
64
|
+
}
|
|
65
|
+
this._disclaimerGroup = value;
|
|
66
|
+
}
|
|
67
|
+
get disclaimerGroup() {
|
|
68
|
+
return this._disclaimerGroup;
|
|
69
|
+
}
|
|
70
|
+
/**
|
|
71
|
+
* @optional
|
|
72
|
+
*
|
|
73
|
+
* @description
|
|
74
|
+
*
|
|
75
|
+
* Objeto com as literais usadas no `po-page-list`.
|
|
76
|
+
*
|
|
77
|
+
* Existem duas maneiras de customizar o componente, passando um objeto com todas as literais disponíveis:
|
|
78
|
+
*
|
|
79
|
+
* ```
|
|
80
|
+
* const customLiterals: PoPageListLiterals = {
|
|
81
|
+
* otherActions: 'Mais ações'
|
|
82
|
+
* };
|
|
83
|
+
* ```
|
|
84
|
+
*
|
|
85
|
+
* Ou passando apenas as literais que deseja customizar:
|
|
86
|
+
*
|
|
87
|
+
* ```
|
|
88
|
+
* const customLiterals: PoPageListLiterals = {
|
|
89
|
+
* otherActions: 'Ações da página'
|
|
90
|
+
* };
|
|
91
|
+
* ```
|
|
92
|
+
*
|
|
93
|
+
* E para carregar as literais customizadas, basta apenas passar o objeto para o componente.
|
|
94
|
+
*
|
|
95
|
+
* ```
|
|
96
|
+
* <po-page-list
|
|
97
|
+
* [p-literals]="customLiterals">
|
|
98
|
+
* </po-page-list>
|
|
99
|
+
* ```
|
|
100
|
+
*
|
|
101
|
+
* > O valor padrão será traduzido de acordo com o idioma configurado no [`PoI18nService`](/documentation/po-i18n) ou *browser*.
|
|
102
|
+
*/
|
|
103
|
+
set literals(value) {
|
|
104
|
+
if (value instanceof Object && !(value instanceof Array)) {
|
|
105
|
+
this._literals = {
|
|
106
|
+
...poPageListLiteralsDefault[poLocaleDefault],
|
|
107
|
+
...poPageListLiteralsDefault[this.language],
|
|
108
|
+
...value
|
|
109
|
+
};
|
|
110
|
+
}
|
|
111
|
+
else {
|
|
112
|
+
this._literals = poPageListLiteralsDefault[this.language];
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
get literals() {
|
|
116
|
+
return this._literals || poPageListLiteralsDefault[this.language];
|
|
117
|
+
}
|
|
118
|
+
/** Título da página. */
|
|
119
|
+
set title(title) {
|
|
120
|
+
this._title = title;
|
|
121
|
+
setTimeout(() => this.poPageContent.recalculateHeaderSize());
|
|
122
|
+
}
|
|
123
|
+
get title() {
|
|
124
|
+
return this._title;
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
PoPageListBaseComponent.ɵfac = function PoPageListBaseComponent_Factory(t) { return new (t || PoPageListBaseComponent)(i0.ɵɵdirectiveInject(i1.PoLanguageService)); };
|
|
128
|
+
PoPageListBaseComponent.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: PoPageListBaseComponent, viewQuery: function PoPageListBaseComponent_Query(rf, ctx) { if (rf & 1) {
|
|
129
|
+
i0.ɵɵviewQuery(PoPageContentComponent, 7);
|
|
130
|
+
} if (rf & 2) {
|
|
131
|
+
let _t;
|
|
132
|
+
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.poPageContent = _t.first);
|
|
133
|
+
} }, inputs: { breadcrumb: ["p-breadcrumb", "breadcrumb"], filter: ["p-filter", "filter"], actions: ["p-actions", "actions"], disclaimerGroup: ["p-disclaimer-group", "disclaimerGroup"], literals: ["p-literals", "literals"], title: ["p-title", "title"] } });
|
|
134
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PoPageListBaseComponent, [{
|
|
135
|
+
type: Directive
|
|
136
|
+
}], function () { return [{ type: i1.PoLanguageService }]; }, { poPageContent: [{
|
|
137
|
+
type: ViewChild,
|
|
138
|
+
args: [PoPageContentComponent, { static: true }]
|
|
139
|
+
}], breadcrumb: [{
|
|
140
|
+
type: Input,
|
|
141
|
+
args: ['p-breadcrumb']
|
|
142
|
+
}], filter: [{
|
|
143
|
+
type: Input,
|
|
144
|
+
args: ['p-filter']
|
|
145
|
+
}], actions: [{
|
|
146
|
+
type: Input,
|
|
147
|
+
args: ['p-actions']
|
|
148
|
+
}], disclaimerGroup: [{
|
|
149
|
+
type: Input,
|
|
150
|
+
args: ['p-disclaimer-group']
|
|
151
|
+
}], literals: [{
|
|
152
|
+
type: Input,
|
|
153
|
+
args: ['p-literals']
|
|
154
|
+
}], title: [{
|
|
155
|
+
type: Input,
|
|
156
|
+
args: ['p-title']
|
|
157
|
+
}] }); })();
|
|
158
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG8tcGFnZS1saXN0LWJhc2UuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdWkvc3JjL2xpYi9jb21wb25lbnRzL3BvLXBhZ2UvcG8tcGFnZS1saXN0L3BvLXBhZ2UtbGlzdC1iYXNlLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsS0FBSyxFQUFFLFNBQVMsRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFFNUQsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLHNEQUFzRCxDQUFDO0FBTXZGLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLDhDQUE4QyxDQUFDOzs7QUFJdEYsTUFBTSxDQUFDLE1BQU0seUJBQXlCLEdBQUc7SUFDdkMsRUFBRSxFQUFzQjtRQUN0QixZQUFZLEVBQUUsZUFBZTtLQUM5QjtJQUNELEVBQUUsRUFBc0I7UUFDdEIsWUFBWSxFQUFFLGdCQUFnQjtLQUMvQjtJQUNELEVBQUUsRUFBc0I7UUFDdEIsWUFBWSxFQUFFLGNBQWM7S0FDN0I7SUFDRCxFQUFFLEVBQXNCO1FBQ3RCLFlBQVksRUFBRSxpQkFBaUI7S0FDaEM7Q0FDRixDQUFDO0FBRUY7Ozs7Ozs7Ozs7OztHQVlHO0FBRUgsTUFBTSxPQUFnQix1QkFBdUI7SUE0SDNDLFlBQVksZUFBa0M7UUF6RzlDLG1CQUFjLEdBQXdCLEVBQUUsQ0FBQztRQUtqQyxhQUFRLEdBQXlCLEVBQUUsQ0FBQztRQXFHMUMsSUFBSSxDQUFDLFFBQVEsR0FBRyxlQUFlLENBQUMsZ0JBQWdCLEVBQUUsQ0FBQztJQUNyRCxDQUFDO0lBakdEOzs7Ozs7T0FNRztJQUNILElBQXdCLE9BQU8sQ0FBQyxPQUE0QjtRQUMxRCxJQUFJLENBQUMsUUFBUSxHQUFHLEtBQUssQ0FBQyxPQUFPLENBQUMsT0FBTyxDQUFDLENBQUMsQ0FBQyxDQUFDLE9BQU8sQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDO1FBQ3RELElBQUksQ0FBQyxjQUFjLEdBQUcsSUFBSSxDQUFDLE9BQU8sQ0FBQyxNQUFNLENBQUMsTUFBTSxDQUFDLEVBQUUsQ0FBQyxNQUFNLENBQUMsT0FBTyxLQUFLLEtBQUssQ0FBQyxDQUFDO1FBQzlFLElBQUksQ0FBQyxrQkFBa0IsRUFBRSxDQUFDO0lBQzVCLENBQUM7SUFFRCxJQUFJLE9BQU87UUFDVCxPQUFPLElBQUksQ0FBQyxRQUFRLENBQUM7SUFDdkIsQ0FBQztJQUVEOzs7Ozs7T0FNRztJQUNILElBQWlDLGVBQWUsQ0FBQyxLQUF3QjtRQUN2RSxJQUFJLENBQUMsS0FBSyxFQUFFO1lBQ1YsS0FBSyxHQUFRLEVBQUUsQ0FBQztTQUNqQjtRQUVELElBQUksQ0FBQyxnQkFBZ0IsR0FBRyxLQUFLLENBQUM7SUFDaEMsQ0FBQztJQUVELElBQUksZUFBZTtRQUNqQixPQUFPLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQztJQUMvQixDQUFDO0lBRUQ7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O09BZ0NHO0lBQ0gsSUFBeUIsUUFBUSxDQUFDLEtBQXlCO1FBQ3pELElBQUksS0FBSyxZQUFZLE1BQU0sSUFBSSxDQUFDLENBQUMsS0FBSyxZQUFZLEtBQUssQ0FBQyxFQUFFO1lBQ3hELElBQUksQ0FBQyxTQUFTLEdBQUc7Z0JBQ2YsR0FBRyx5QkFBeUIsQ0FBQyxlQUFlLENBQUM7Z0JBQzdDLEdBQUcseUJBQXlCLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQztnQkFDM0MsR0FBRyxLQUFLO2FBQ1QsQ0FBQztTQUNIO2FBQU07WUFDTCxJQUFJLENBQUMsU0FBUyxHQUFHLHlCQUF5QixDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsQ0FBQztTQUMzRDtJQUNILENBQUM7SUFFRCxJQUFJLFFBQVE7UUFDVixPQUFPLElBQUksQ0FBQyxTQUFTLElBQUkseUJBQXlCLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxDQUFDO0lBQ3BFLENBQUM7SUFFRCx3QkFBd0I7SUFDeEIsSUFBc0IsS0FBSyxDQUFDLEtBQWE7UUFDdkMsSUFBSSxDQUFDLE1BQU0sR0FBRyxLQUFLLENBQUM7UUFDcEIsVUFBVSxDQUFDLEdBQUcsRUFBRSxDQUFDLElBQUksQ0FBQyxhQUFhLENBQUMscUJBQXFCLEVBQUUsQ0FBQyxDQUFDO0lBQy9ELENBQUM7SUFFRCxJQUFJLEtBQUs7UUFDUCxPQUFPLElBQUksQ0FBQyxNQUFNLENBQUM7SUFDckIsQ0FBQzs7OEZBMUhtQix1QkFBdUI7MEVBQXZCLHVCQUF1Qjt1QkFDaEMsc0JBQXNCOzs7Ozt1RkFEYix1QkFBdUI7Y0FENUMsU0FBUztvRUFFNkMsYUFBYTtrQkFBakUsU0FBUzttQkFBQyxzQkFBc0IsRUFBRSxFQUFFLE1BQU0sRUFBRSxJQUFJLEVBQUU7WUFTNUIsVUFBVTtrQkFBaEMsS0FBSzttQkFBQyxjQUFjO1lBT0YsTUFBTTtrQkFBeEIsS0FBSzttQkFBQyxVQUFVO1lBbUJPLE9BQU87a0JBQTlCLEtBQUs7bUJBQUMsV0FBVztZQWlCZSxlQUFlO2tCQUEvQyxLQUFLO21CQUFDLG9CQUFvQjtZQTZDRixRQUFRO2tCQUFoQyxLQUFLO21CQUFDLFlBQVk7WUFpQkcsS0FBSztrQkFBMUIsS0FBSzttQkFBQyxTQUFTIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSW5wdXQsIERpcmVjdGl2ZSwgVmlld0NoaWxkIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7IHBvTG9jYWxlRGVmYXVsdCB9IGZyb20gJy4vLi4vLi4vLi4vc2VydmljZXMvcG8tbGFuZ3VhZ2UvcG8tbGFuZ3VhZ2UuY29uc3RhbnQnO1xuaW1wb3J0IHsgUG9MYW5ndWFnZVNlcnZpY2UgfSBmcm9tICcuLy4uLy4uLy4uL3NlcnZpY2VzL3BvLWxhbmd1YWdlL3BvLWxhbmd1YWdlLnNlcnZpY2UnO1xuXG5pbXBvcnQgeyBQb0JyZWFkY3J1bWIgfSBmcm9tICcuLi8uLi9wby1icmVhZGNydW1iL3BvLWJyZWFkY3J1bWIuaW50ZXJmYWNlJztcbmltcG9ydCB7IFBvRGlzY2xhaW1lckdyb3VwIH0gZnJvbSAnLi4vLi4vcG8tZGlzY2xhaW1lci1ncm91cC9wby1kaXNjbGFpbWVyLWdyb3VwLmludGVyZmFjZSc7XG5pbXBvcnQgeyBQb1BhZ2VBY3Rpb24gfSBmcm9tICcuLi9wby1wYWdlLWFjdGlvbi5pbnRlcmZhY2UnO1xuaW1wb3J0IHsgUG9QYWdlQ29udGVudENvbXBvbmVudCB9IGZyb20gJy4uL3BvLXBhZ2UtY29udGVudC9wby1wYWdlLWNvbnRlbnQuY29tcG9uZW50JztcbmltcG9ydCB7IFBvUGFnZUZpbHRlciB9IGZyb20gJy4vLi4vcG8tcGFnZS1maWx0ZXIuaW50ZXJmYWNlJztcbmltcG9ydCB7IFBvUGFnZUxpc3RMaXRlcmFscyB9IGZyb20gJy4vcG8tcGFnZS1saXN0LWxpdGVyYWxzLmludGVyZmFjZSc7XG5cbmV4cG9ydCBjb25zdCBwb1BhZ2VMaXN0TGl0ZXJhbHNEZWZhdWx0ID0ge1xuICBlbjogPFBvUGFnZUxpc3RMaXRlcmFscz57XG4gICAgb3RoZXJBY3Rpb25zOiAnT3RoZXIgYWN0aW9ucydcbiAgfSxcbiAgZXM6IDxQb1BhZ2VMaXN0TGl0ZXJhbHM+e1xuICAgIG90aGVyQWN0aW9uczogJ090cmFzIGFjY2lvbmVzJ1xuICB9LFxuICBwdDogPFBvUGFnZUxpc3RMaXRlcmFscz57XG4gICAgb3RoZXJBY3Rpb25zOiAnT3V0cmFzIGHDp8O1ZXMnXG4gIH0sXG4gIHJ1OiA8UG9QYWdlTGlzdExpdGVyYWxzPntcbiAgICBvdGhlckFjdGlvbnM6ICfQlNGA0YPQs9C40LUg0LTQtdC50YHRgtCy0LjRjydcbiAgfVxufTtcblxuLyoqXG4gKiBAZGVzY3JpcHRpb25cbiAqXG4gKiBPIGNvbXBvbmVudGUgYHBvLXBhZ2UtbGlzdGAgw6kgdXRpbGl6YWRvIGNvbW8gbyBjb250YWluZXIgcHJpbmNpcGFsIHBhcmEgYXMgdGVsYXMgZGUgbGlzdGFnZW0gZGUgZGFkb3MsXG4gKiBwb2RlbmRvIHNlciBhcHJlc2VudGFkbyBjb21vIGxpc3RhIG91IHRhYmVsYS5cbiAqXG4gKiBFc3RlIGNvbXBvbmVudGUgcG9zc2liaWxpdGEgcmVhbGl6YXIgZmlsdHJvIGRvcyBkYWRvcywgbm8gcXVhbCBwZXJtaXRlIHF1ZSBzZWphIGF0cmlidWlkbyB1bWEgZnVuw6fDo28gcXVlIHNlcsOhIGV4ZWN1dGFkYSBubyBtb21lbnRvXG4gKiBkYSBmaWx0cmFnZW0uIEVzdGUgY29tcG9ydGFtZW50byBwb2RlIHNlciBhY2lvbmFkbyB0YW50byBhbyAqY2xpY2sqIGRvIMOtY29uZSBbcG8taWNvbi1zZWFyY2hdKC9ndWlkZXMvaWNvbnMpXG4gKiBxdWFudG8gYW8gcHJlc3Npb25hciBkYSB0ZWNsYSAqRU5URVIqIHF1YW5kbyBvIGZvY28gZXN0aXZlciBubyBjYW1wbyBkZSBwZXNxdWlzYS5cbiAqXG4gKiBQYXJhIGZhY2lsaXRhciBhIG1hbmlwdWxhw6fDo28gZSB2aXN1YWxpemHDp8OjbyBkb3MgZmlsdHJvcyBhcGxpY2Fkb3MsIMOpIHBvc3PDrXZlbCB0YW1iw6ltIHV0aWxpemFyIG8gY29tcG9uZW50ZVxuICogW2Bwby1kaXNjbGFpbWVyLWdyb3VwYF0oL2RvY3VtZW50YXRpb24vcG8tZGlzY2xhaW1lci1ncm91cCkuXG4gKi9cbkBEaXJlY3RpdmUoKVxuZXhwb3J0IGFic3RyYWN0IGNsYXNzIFBvUGFnZUxpc3RCYXNlQ29tcG9uZW50IHtcbiAgQFZpZXdDaGlsZChQb1BhZ2VDb250ZW50Q29tcG9uZW50LCB7IHN0YXRpYzogdHJ1ZSB9KSBwb1BhZ2VDb250ZW50OiBQb1BhZ2VDb250ZW50Q29tcG9uZW50O1xuXG4gIC8qKlxuICAgKiBAb3B0aW9uYWxcbiAgICpcbiAgICogQGRlc2NyaXB0aW9uXG4gICAqXG4gICAqIE9iamV0byBxdWUgaW1wbGVtZW50YSBhcyBwcm9wcmllZGFkZXMgZGEgaW50ZXJmYWNlIGBQb0JyZWFkY3J1bWJgLlxuICAgKi9cbiAgQElucHV0KCdwLWJyZWFkY3J1bWInKSBicmVhZGNydW1iPzogUG9CcmVhZGNydW1iO1xuXG4gIC8qKlxuICAgKiBAZGVzY3JpcHRpb25cbiAgICpcbiAgICogT2JqZXRvIHF1ZSBpbXBsZW1lbnRhIGFzIHByb3ByaWVkYWRlcyBkYSBpbnRlcmZhY2UgYFBvUGFnZUZpbHRlcmAuXG4gICAqL1xuICBASW5wdXQoJ3AtZmlsdGVyJykgZmlsdGVyOiBQb1BhZ2VGaWx0ZXI7XG5cbiAgdmlzaWJsZUFjdGlvbnM6IEFycmF5PFBvUGFnZUFjdGlvbj4gPSBbXTtcblxuICBwcm90ZWN0ZWQgbGFuZ3VhZ2U6IHN0cmluZztcbiAgcHJvdGVjdGVkIHJlc2l6ZUxpc3RlbmVyOiAoKSA9PiB2b2lkO1xuXG4gIHByaXZhdGUgX2FjdGlvbnM/OiBBcnJheTxQb1BhZ2VBY3Rpb24+ID0gW107XG4gIHByaXZhdGUgX2Rpc2NsYWltZXJHcm91cD86IFBvRGlzY2xhaW1lckdyb3VwO1xuICBwcml2YXRlIF9saXRlcmFsczogUG9QYWdlTGlzdExpdGVyYWxzO1xuICBwcml2YXRlIF90aXRsZTogc3RyaW5nO1xuXG4gIC8qKlxuICAgKiBAb3B0aW9uYWxcbiAgICpcbiAgICogQGRlc2NyaXB0aW9uXG4gICAqXG4gICAqIE5lc3RhIHByb3ByaWVkYWRlIGRldmUgc2VyIGRlZmluaWRvIHVtIGFycmF5IGRlIG9iamV0b3MgcXVlIGltcGxlbWVudGFtIGEgaW50ZXJmYWNlIGBQb1BhZ2VBY3Rpb25gLlxuICAgKi9cbiAgQElucHV0KCdwLWFjdGlvbnMnKSBzZXQgYWN0aW9ucyhhY3Rpb25zOiBBcnJheTxQb1BhZ2VBY3Rpb24+KSB7XG4gICAgdGhpcy5fYWN0aW9ucyA9IEFycmF5LmlzQXJyYXkoYWN0aW9ucykgPyBhY3Rpb25zIDogW107XG4gICAgdGhpcy52aXNpYmxlQWN0aW9ucyA9IHRoaXMuYWN0aW9ucy5maWx0ZXIoYWN0aW9uID0+IGFjdGlvbi52aXNpYmxlICE9PSBmYWxzZSk7XG4gICAgdGhpcy5zZXREcm9wZG93bkFjdGlvbnMoKTtcbiAgfVxuXG4gIGdldCBhY3Rpb25zKCk6IEFycmF5PFBvUGFnZUFjdGlvbj4ge1xuICAgIHJldHVybiB0aGlzLl9hY3Rpb25zO1xuICB9XG5cbiAgLyoqXG4gICAqIEBvcHRpb25hbFxuICAgKlxuICAgKiBAZGVzY3JpcHRpb25cbiAgICpcbiAgICogT2JqZXRvIHF1ZSBpbXBsZW1lbnRhIGFzIHByb3ByaWVkYWRlcyBkYSBpbnRlcmZhY2UgYFBvRGlzY2xhaW1lckdyb3VwYC5cbiAgICovXG4gIEBJbnB1dCgncC1kaXNjbGFpbWVyLWdyb3VwJykgc2V0IGRpc2NsYWltZXJHcm91cCh2YWx1ZTogUG9EaXNjbGFpbWVyR3JvdXApIHtcbiAgICBpZiAoIXZhbHVlKSB7XG4gICAgICB2YWx1ZSA9IDxhbnk+e307XG4gICAgfVxuXG4gICAgdGhpcy5fZGlzY2xhaW1lckdyb3VwID0gdmFsdWU7XG4gIH1cblxuICBnZXQgZGlzY2xhaW1lckdyb3VwKCk6IFBvRGlzY2xhaW1lckdyb3VwIHtcbiAgICByZXR1cm4gdGhpcy5fZGlzY2xhaW1lckdyb3VwO1xuICB9XG5cbiAgLyoqXG4gICAqIEBvcHRpb25hbFxuICAgKlxuICAgKiBAZGVzY3JpcHRpb25cbiAgICpcbiAgICogT2JqZXRvIGNvbSBhcyBsaXRlcmFpcyB1c2FkYXMgbm8gYHBvLXBhZ2UtbGlzdGAuXG4gICAqXG4gICAqIEV4aXN0ZW0gZHVhcyBtYW5laXJhcyBkZSBjdXN0b21pemFyIG8gY29tcG9uZW50ZSwgcGFzc2FuZG8gdW0gb2JqZXRvIGNvbSB0b2RhcyBhcyBsaXRlcmFpcyBkaXNwb27DrXZlaXM6XG4gICAqXG4gICAqIGBgYFxuICAgKiAgY29uc3QgY3VzdG9tTGl0ZXJhbHM6IFBvUGFnZUxpc3RMaXRlcmFscyA9IHtcbiAgICogICAgb3RoZXJBY3Rpb25zOiAnTWFpcyBhw6fDtWVzJ1xuICAgKiAgfTtcbiAgICogYGBgXG4gICAqXG4gICAqIE91IHBhc3NhbmRvIGFwZW5hcyBhcyBsaXRlcmFpcyBxdWUgZGVzZWphIGN1c3RvbWl6YXI6XG4gICAqXG4gICAqIGBgYFxuICAgKiAgY29uc3QgY3VzdG9tTGl0ZXJhbHM6IFBvUGFnZUxpc3RMaXRlcmFscyA9IHtcbiAgICogICAgb3RoZXJBY3Rpb25zOiAnQcOnw7VlcyBkYSBww6FnaW5hJ1xuICAgKiAgfTtcbiAgICogYGBgXG4gICAqXG4gICAqIEUgcGFyYSBjYXJyZWdhciBhcyBsaXRlcmFpcyBjdXN0b21pemFkYXMsIGJhc3RhIGFwZW5hcyBwYXNzYXIgbyBvYmpldG8gcGFyYSBvIGNvbXBvbmVudGUuXG4gICAqXG4gICAqIGBgYFxuICAgKiA8cG8tcGFnZS1saXN0XG4gICAqICAgW3AtbGl0ZXJhbHNdPVwiY3VzdG9tTGl0ZXJhbHNcIj5cbiAgICogPC9wby1wYWdlLWxpc3Q+XG4gICAqIGBgYFxuICAgKlxuICAgKiA+IE8gdmFsb3IgcGFkcsOjbyBzZXLDoSB0cmFkdXppZG8gZGUgYWNvcmRvIGNvbSBvIGlkaW9tYSBjb25maWd1cmFkbyBubyBbYFBvSTE4blNlcnZpY2VgXSgvZG9jdW1lbnRhdGlvbi9wby1pMThuKSBvdSAqYnJvd3NlciouXG4gICAqL1xuICBASW5wdXQoJ3AtbGl0ZXJhbHMnKSBzZXQgbGl0ZXJhbHModmFsdWU6IFBvUGFnZUxpc3RMaXRlcmFscykge1xuICAgIGlmICh2YWx1ZSBpbnN0YW5jZW9mIE9iamVjdCAmJiAhKHZhbHVlIGluc3RhbmNlb2YgQXJyYXkpKSB7XG4gICAgICB0aGlzLl9saXRlcmFscyA9IHtcbiAgICAgICAgLi4ucG9QYWdlTGlzdExpdGVyYWxzRGVmYXVsdFtwb0xvY2FsZURlZmF1bHRdLFxuICAgICAgICAuLi5wb1BhZ2VMaXN0TGl0ZXJhbHNEZWZhdWx0W3RoaXMubGFuZ3VhZ2VdLFxuICAgICAgICAuLi52YWx1ZVxuICAgICAgfTtcbiAgICB9IGVsc2Uge1xuICAgICAgdGhpcy5fbGl0ZXJhbHMgPSBwb1BhZ2VMaXN0TGl0ZXJhbHNEZWZhdWx0W3RoaXMubGFuZ3VhZ2VdO1xuICAgIH1cbiAgfVxuXG4gIGdldCBsaXRlcmFscygpIHtcbiAgICByZXR1cm4gdGhpcy5fbGl0ZXJhbHMgfHwgcG9QYWdlTGlzdExpdGVyYWxzRGVmYXVsdFt0aGlzLmxhbmd1YWdlXTtcbiAgfVxuXG4gIC8qKiBUw610dWxvIGRhIHDDoWdpbmEuICovXG4gIEBJbnB1dCgncC10aXRsZScpIHNldCB0aXRsZSh0aXRsZTogc3RyaW5nKSB7XG4gICAgdGhpcy5fdGl0bGUgPSB0aXRsZTtcbiAgICBzZXRUaW1lb3V0KCgpID0+IHRoaXMucG9QYWdlQ29udGVudC5yZWNhbGN1bGF0ZUhlYWRlclNpemUoKSk7XG4gIH1cblxuICBnZXQgdGl0bGUoKSB7XG4gICAgcmV0dXJuIHRoaXMuX3RpdGxlO1xuICB9XG5cbiAgY29uc3RydWN0b3IobGFuZ3VhZ2VTZXJ2aWNlOiBQb0xhbmd1YWdlU2VydmljZSkge1xuICAgIHRoaXMubGFuZ3VhZ2UgPSBsYW5ndWFnZVNlcnZpY2UuZ2V0U2hvcnRMYW5ndWFnZSgpO1xuICB9XG5cbiAgLy8gU2V0YSBhIGxpc3RhIGRlIGHDp8O1ZXMgbm8gZHJvcGRvd24uXG4gIGFic3RyYWN0IHNldERyb3Bkb3duQWN0aW9ucygpO1xufVxuIl19
|