@po-ui/ng-components 5.22.0 → 6.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/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 +384 -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 +433 -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 +182 -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 +445 -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 +47773 -0
- package/fesm2015/po-ui-ng-components.mjs.map +1 -0
- package/fesm2020/po-ui-ng-components.mjs +45083 -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 +3 -0
- 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 +3 -0
- 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 +3 -0
- 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 +32 -20
- package/po-ui-ng-components-6.0.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 -39377
- 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 -573
- 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 -35500
- 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.0.tgz +0 -0
- package/po-ui-ng-components.metadata.json +0 -1
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import { CommonModule } from '@angular/common';
|
|
2
|
+
import { NgModule } from '@angular/core';
|
|
3
|
+
import { PoAccordionComponent } from './po-accordion.component';
|
|
4
|
+
import { PoAccordionItemBodyComponent } from './po-accordion-item-body/po-accordion-item-body.component';
|
|
5
|
+
import { PoAccordionItemComponent } from './po-accordion-item/po-accordion-item.component';
|
|
6
|
+
import { PoAccordionItemHeaderComponent } from './po-accordion-item-header/po-accordion-item-header.component';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
/**
|
|
9
|
+
* @description
|
|
10
|
+
*
|
|
11
|
+
* Módulo do componente `po-accordion`.
|
|
12
|
+
*
|
|
13
|
+
* > Para o correto funcionamento do componente `po-accordion`, deve ser importado o módulo `BrowserAnimationsModule` no
|
|
14
|
+
* > módulo principal da sua aplicação.
|
|
15
|
+
*
|
|
16
|
+
* Módulo da aplicação:
|
|
17
|
+
* ```
|
|
18
|
+
* import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
|
|
19
|
+
* import { PoModule } from '@po-ui/ng-components';
|
|
20
|
+
* ...
|
|
21
|
+
*
|
|
22
|
+
* @NgModule({
|
|
23
|
+
* imports: [
|
|
24
|
+
* BrowserModule,
|
|
25
|
+
* BrowserAnimationsModule,
|
|
26
|
+
* ...
|
|
27
|
+
* PoModule
|
|
28
|
+
* ],
|
|
29
|
+
* declarations: [
|
|
30
|
+
* AppComponent,
|
|
31
|
+
* ...
|
|
32
|
+
* ],
|
|
33
|
+
* providers: [],
|
|
34
|
+
* bootstrap: [AppComponent]
|
|
35
|
+
* })
|
|
36
|
+
* export class AppModule { }
|
|
37
|
+
* ```
|
|
38
|
+
*/
|
|
39
|
+
export class PoAccordionModule {
|
|
40
|
+
}
|
|
41
|
+
PoAccordionModule.ɵfac = function PoAccordionModule_Factory(t) { return new (t || PoAccordionModule)(); };
|
|
42
|
+
PoAccordionModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: PoAccordionModule });
|
|
43
|
+
PoAccordionModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [[CommonModule]] });
|
|
44
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PoAccordionModule, [{
|
|
45
|
+
type: NgModule,
|
|
46
|
+
args: [{
|
|
47
|
+
imports: [CommonModule],
|
|
48
|
+
declarations: [
|
|
49
|
+
PoAccordionComponent,
|
|
50
|
+
PoAccordionItemBodyComponent,
|
|
51
|
+
PoAccordionItemComponent,
|
|
52
|
+
PoAccordionItemHeaderComponent
|
|
53
|
+
],
|
|
54
|
+
exports: [PoAccordionComponent, PoAccordionItemComponent]
|
|
55
|
+
}]
|
|
56
|
+
}], null, null); })();
|
|
57
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(PoAccordionModule, { declarations: [PoAccordionComponent,
|
|
58
|
+
PoAccordionItemBodyComponent,
|
|
59
|
+
PoAccordionItemComponent,
|
|
60
|
+
PoAccordionItemHeaderComponent], imports: [CommonModule], exports: [PoAccordionComponent, PoAccordionItemComponent] }); })();
|
|
61
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG8tYWNjb3JkaW9uLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3VpL3NyYy9saWIvY29tcG9uZW50cy9wby1hY2NvcmRpb24vcG8tYWNjb3JkaW9uLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUV6QyxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQztBQUNoRSxPQUFPLEVBQUUsNEJBQTRCLEVBQUUsTUFBTSwyREFBMkQsQ0FBQztBQUN6RyxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSxpREFBaUQsQ0FBQztBQUMzRixPQUFPLEVBQUUsOEJBQThCLEVBQUUsTUFBTSwrREFBK0QsQ0FBQzs7QUFFL0c7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztHQThCRztBQVdILE1BQU0sT0FBTyxpQkFBaUI7O2tGQUFqQixpQkFBaUI7bUVBQWpCLGlCQUFpQjt1RUFUbkIsQ0FBQyxZQUFZLENBQUM7dUZBU1osaUJBQWlCO2NBVjdCLFFBQVE7ZUFBQztnQkFDUixPQUFPLEVBQUUsQ0FBQyxZQUFZLENBQUM7Z0JBQ3ZCLFlBQVksRUFBRTtvQkFDWixvQkFBb0I7b0JBQ3BCLDRCQUE0QjtvQkFDNUIsd0JBQXdCO29CQUN4Qiw4QkFBOEI7aUJBQy9CO2dCQUNELE9BQU8sRUFBRSxDQUFDLG9CQUFvQixFQUFFLHdCQUF3QixDQUFDO2FBQzFEOzt3RkFDWSxpQkFBaUIsbUJBUDFCLG9CQUFvQjtRQUNwQiw0QkFBNEI7UUFDNUIsd0JBQXdCO1FBQ3hCLDhCQUE4QixhQUx0QixZQUFZLGFBT1osb0JBQW9CLEVBQUUsd0JBQXdCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7IFBvQWNjb3JkaW9uQ29tcG9uZW50IH0gZnJvbSAnLi9wby1hY2NvcmRpb24uY29tcG9uZW50JztcbmltcG9ydCB7IFBvQWNjb3JkaW9uSXRlbUJvZHlDb21wb25lbnQgfSBmcm9tICcuL3BvLWFjY29yZGlvbi1pdGVtLWJvZHkvcG8tYWNjb3JkaW9uLWl0ZW0tYm9keS5jb21wb25lbnQnO1xuaW1wb3J0IHsgUG9BY2NvcmRpb25JdGVtQ29tcG9uZW50IH0gZnJvbSAnLi9wby1hY2NvcmRpb24taXRlbS9wby1hY2NvcmRpb24taXRlbS5jb21wb25lbnQnO1xuaW1wb3J0IHsgUG9BY2NvcmRpb25JdGVtSGVhZGVyQ29tcG9uZW50IH0gZnJvbSAnLi9wby1hY2NvcmRpb24taXRlbS1oZWFkZXIvcG8tYWNjb3JkaW9uLWl0ZW0taGVhZGVyLmNvbXBvbmVudCc7XG5cbi8qKlxuICogQGRlc2NyaXB0aW9uXG4gKlxuICogTcOzZHVsbyBkbyBjb21wb25lbnRlIGBwby1hY2NvcmRpb25gLlxuICpcbiAqID4gUGFyYSBvIGNvcnJldG8gZnVuY2lvbmFtZW50byBkbyBjb21wb25lbnRlIGBwby1hY2NvcmRpb25gLCBkZXZlIHNlciBpbXBvcnRhZG8gbyBtw7NkdWxvIGBCcm93c2VyQW5pbWF0aW9uc01vZHVsZWAgbm9cbiAqID4gbcOzZHVsbyBwcmluY2lwYWwgZGEgc3VhIGFwbGljYcOnw6NvLlxuICpcbiAqIE3Ds2R1bG8gZGEgYXBsaWNhw6fDo286XG4gKiBgYGBcbiAqIGltcG9ydCB7IEJyb3dzZXJBbmltYXRpb25zTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvcGxhdGZvcm0tYnJvd3Nlci9hbmltYXRpb25zJztcbiAqIGltcG9ydCB7IFBvTW9kdWxlIH0gZnJvbSAnQHBvLXVpL25nLWNvbXBvbmVudHMnO1xuICogLi4uXG4gKlxuICogQE5nTW9kdWxlKHtcbiAqICAgaW1wb3J0czogW1xuICogICAgIEJyb3dzZXJNb2R1bGUsXG4gKiAgICAgQnJvd3NlckFuaW1hdGlvbnNNb2R1bGUsXG4gKiAgICAgLi4uXG4gKiAgICAgUG9Nb2R1bGVcbiAqICAgXSxcbiAqICAgZGVjbGFyYXRpb25zOiBbXG4gKiAgICAgQXBwQ29tcG9uZW50LFxuICogICAgIC4uLlxuICogICBdLFxuICogICBwcm92aWRlcnM6IFtdLFxuICogICBib290c3RyYXA6IFtBcHBDb21wb25lbnRdXG4gKiB9KVxuICogZXhwb3J0IGNsYXNzIEFwcE1vZHVsZSB7IH1cbiAqIGBgYFxuICovXG5ATmdNb2R1bGUoe1xuICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlXSxcbiAgZGVjbGFyYXRpb25zOiBbXG4gICAgUG9BY2NvcmRpb25Db21wb25lbnQsXG4gICAgUG9BY2NvcmRpb25JdGVtQm9keUNvbXBvbmVudCxcbiAgICBQb0FjY29yZGlvbkl0ZW1Db21wb25lbnQsXG4gICAgUG9BY2NvcmRpb25JdGVtSGVhZGVyQ29tcG9uZW50XG4gIF0sXG4gIGV4cG9ydHM6IFtQb0FjY29yZGlvbkNvbXBvbmVudCwgUG9BY2NvcmRpb25JdGVtQ29tcG9uZW50XVxufSlcbmV4cG9ydCBjbGFzcyBQb0FjY29yZGlvbk1vZHVsZSB7fVxuIl19
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { Injectable } from '@angular/core';
|
|
2
|
+
import { Subject } from 'rxjs';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
/**
|
|
5
|
+
* @docsPrivate
|
|
6
|
+
*
|
|
7
|
+
* @description
|
|
8
|
+
*
|
|
9
|
+
* Serviço para poder notificar o componente `po-accordion` quando um `po-accordion-item` for
|
|
10
|
+
* expandido/colapsado.
|
|
11
|
+
*/
|
|
12
|
+
export class PoAccordionService {
|
|
13
|
+
constructor() {
|
|
14
|
+
this.subjectChild = new Subject();
|
|
15
|
+
}
|
|
16
|
+
// Recebe o accordionItem
|
|
17
|
+
receiveFromChildAccordionClicked() {
|
|
18
|
+
return this.subjectChild.asObservable();
|
|
19
|
+
}
|
|
20
|
+
// Envia accordionItem colapsado/expadido do accordion
|
|
21
|
+
sendToParentAccordionItemClicked(accordionItem) {
|
|
22
|
+
this.subjectChild.next(accordionItem);
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
PoAccordionService.ɵfac = function PoAccordionService_Factory(t) { return new (t || PoAccordionService)(); };
|
|
26
|
+
PoAccordionService.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: PoAccordionService, factory: PoAccordionService.ɵfac });
|
|
27
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PoAccordionService, [{
|
|
28
|
+
type: Injectable
|
|
29
|
+
}], null, null); })();
|
|
30
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG8tYWNjb3JkaW9uLnNlcnZpY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy91aS9zcmMvbGliL2NvbXBvbmVudHMvcG8tYWNjb3JkaW9uL3NlcnZpY2VzL3BvLWFjY29yZGlvbi5zZXJ2aWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFFM0MsT0FBTyxFQUFFLE9BQU8sRUFBRSxNQUFNLE1BQU0sQ0FBQzs7QUFFL0I7Ozs7Ozs7R0FPRztBQUVILE1BQU0sT0FBTyxrQkFBa0I7SUFEL0I7UUFFVSxpQkFBWSxHQUFHLElBQUksT0FBTyxFQUFPLENBQUM7S0FXM0M7SUFUQyx5QkFBeUI7SUFDekIsZ0NBQWdDO1FBQzlCLE9BQU8sSUFBSSxDQUFDLFlBQVksQ0FBQyxZQUFZLEVBQUUsQ0FBQztJQUMxQyxDQUFDO0lBRUQsc0RBQXNEO0lBQ3RELGdDQUFnQyxDQUFDLGFBQXFCO1FBQ3BELElBQUksQ0FBQyxZQUFZLENBQUMsSUFBSSxDQUFDLGFBQWEsQ0FBQyxDQUFDO0lBQ3hDLENBQUM7O29GQVhVLGtCQUFrQjt3RUFBbEIsa0JBQWtCLFdBQWxCLGtCQUFrQjt1RkFBbEIsa0JBQWtCO2NBRDlCLFVBQVUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJbmplY3RhYmxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7IFN1YmplY3QgfSBmcm9tICdyeGpzJztcblxuLyoqXG4gKiBAZG9jc1ByaXZhdGVcbiAqXG4gKiBAZGVzY3JpcHRpb25cbiAqXG4gKiBTZXJ2acOnbyBwYXJhIHBvZGVyIG5vdGlmaWNhciBvIGNvbXBvbmVudGUgYHBvLWFjY29yZGlvbmAgcXVhbmRvIHVtIGBwby1hY2NvcmRpb24taXRlbWAgZm9yXG4gKiBleHBhbmRpZG8vY29sYXBzYWRvLlxuICovXG5ASW5qZWN0YWJsZSgpXG5leHBvcnQgY2xhc3MgUG9BY2NvcmRpb25TZXJ2aWNlIHtcbiAgcHJpdmF0ZSBzdWJqZWN0Q2hpbGQgPSBuZXcgU3ViamVjdDxhbnk+KCk7XG5cbiAgLy8gUmVjZWJlIG8gYWNjb3JkaW9uSXRlbVxuICByZWNlaXZlRnJvbUNoaWxkQWNjb3JkaW9uQ2xpY2tlZCgpIHtcbiAgICByZXR1cm4gdGhpcy5zdWJqZWN0Q2hpbGQuYXNPYnNlcnZhYmxlKCk7XG4gIH1cblxuICAvLyBFbnZpYSBhY2NvcmRpb25JdGVtIGNvbGFwc2Fkby9leHBhZGlkbyBkbyBhY2NvcmRpb25cbiAgc2VuZFRvUGFyZW50QWNjb3JkaW9uSXRlbUNsaWNrZWQoYWNjb3JkaW9uSXRlbTogb2JqZWN0KSB7XG4gICAgdGhpcy5zdWJqZWN0Q2hpbGQubmV4dChhY2NvcmRpb25JdGVtKTtcbiAgfVxufVxuIl19
|
package/{esm2015/lib/components/po-avatar/index.js → esm2020/lib/components/po-avatar/index.mjs}
RENAMED
|
File without changes
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
import { Directive, EventEmitter, Input, Output } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
const PO_AVATAR_SIZES = ['xs', 'sm', 'md', 'lg', 'xl'];
|
|
4
|
+
const PO_AVATAR_SIZE_DEFAULT = 'md';
|
|
5
|
+
/**
|
|
6
|
+
* @description
|
|
7
|
+
*
|
|
8
|
+
* O componente `po-avatar` é um container para imagens em miniatura, possui um formato redondo e cinco opções de
|
|
9
|
+
* tamanho, pode ser utilizado para mostrar a foto do perfil de um usuário, entre outras possibilidades.
|
|
10
|
+
*
|
|
11
|
+
* Além de poder ser utilizado separadamente, é possível usar o `po-avatar` juntamente com outros componentes e criar
|
|
12
|
+
* layouts ricos e bem interessantes para os usuários, como por exemplo, uma lista de itens ou produtos.
|
|
13
|
+
*/
|
|
14
|
+
export class PoAvatarBaseComponent {
|
|
15
|
+
constructor() {
|
|
16
|
+
/**
|
|
17
|
+
* @optional
|
|
18
|
+
*
|
|
19
|
+
* @description
|
|
20
|
+
*
|
|
21
|
+
* Indica como o navegador deve carregar a imagem.
|
|
22
|
+
*
|
|
23
|
+
* Valores válidos:
|
|
24
|
+
* - `eager` (a imagem é carregada imediatamente, independente de estar visível ou não)
|
|
25
|
+
* - `lazy` (a imagem só é carregada quando estiver próxima de ser renderizada)
|
|
26
|
+
*
|
|
27
|
+
* @default `eager`
|
|
28
|
+
*/
|
|
29
|
+
this.loading = 'eager';
|
|
30
|
+
/** Evento disparado ao clicar na imagem do *avatar*. */
|
|
31
|
+
this.click = new EventEmitter();
|
|
32
|
+
this._size = 'md';
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* @optional
|
|
36
|
+
*
|
|
37
|
+
* @description
|
|
38
|
+
*
|
|
39
|
+
* Tamanho de exibição do componente.
|
|
40
|
+
*
|
|
41
|
+
* Valores válidos:
|
|
42
|
+
* - `xs` (24x24)
|
|
43
|
+
* - `sm` (32x32)
|
|
44
|
+
* - `md` (64x64)
|
|
45
|
+
* - `lg` (96x96)
|
|
46
|
+
* - `xl` (144x144)
|
|
47
|
+
*
|
|
48
|
+
* @default `md`
|
|
49
|
+
*/
|
|
50
|
+
set size(value) {
|
|
51
|
+
this._size = PO_AVATAR_SIZES.includes(value) ? value : PO_AVATAR_SIZE_DEFAULT;
|
|
52
|
+
}
|
|
53
|
+
get size() {
|
|
54
|
+
return this._size;
|
|
55
|
+
}
|
|
56
|
+
get hasClickEvent() {
|
|
57
|
+
return !!this.click.observers.length;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
PoAvatarBaseComponent.ɵfac = function PoAvatarBaseComponent_Factory(t) { return new (t || PoAvatarBaseComponent)(); };
|
|
61
|
+
PoAvatarBaseComponent.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: PoAvatarBaseComponent, inputs: { src: ["p-src", "src"], loading: ["p-loading", "loading"], size: ["p-size", "size"] }, outputs: { click: "p-click" } });
|
|
62
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PoAvatarBaseComponent, [{
|
|
63
|
+
type: Directive
|
|
64
|
+
}], null, { src: [{
|
|
65
|
+
type: Input,
|
|
66
|
+
args: ['p-src']
|
|
67
|
+
}], loading: [{
|
|
68
|
+
type: Input,
|
|
69
|
+
args: ['p-loading']
|
|
70
|
+
}], click: [{
|
|
71
|
+
type: Output,
|
|
72
|
+
args: ['p-click']
|
|
73
|
+
}], size: [{
|
|
74
|
+
type: Input,
|
|
75
|
+
args: ['p-size']
|
|
76
|
+
}] }); })();
|
|
77
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG8tYXZhdGFyLWJhc2UuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdWkvc3JjL2xpYi9jb21wb25lbnRzL3BvLWF2YXRhci9wby1hdmF0YXItYmFzZS5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFFdkUsTUFBTSxlQUFlLEdBQUcsQ0FBQyxJQUFJLEVBQUUsSUFBSSxFQUFFLElBQUksRUFBRSxJQUFJLEVBQUUsSUFBSSxDQUFDLENBQUM7QUFDdkQsTUFBTSxzQkFBc0IsR0FBRyxJQUFJLENBQUM7QUFFcEM7Ozs7Ozs7O0dBUUc7QUFFSCxNQUFNLE9BQU8scUJBQXFCO0lBRGxDO1FBUUU7Ozs7Ozs7Ozs7OztXQVlHO1FBQ2lCLFlBQU8sR0FBcUIsT0FBTyxDQUFDO1FBRXhELHdEQUF3RDtRQUNyQyxVQUFLLEdBQUcsSUFBSSxZQUFZLEVBQU8sQ0FBQztRQUUzQyxVQUFLLEdBQVcsSUFBSSxDQUFDO0tBNEI5QjtJQTFCQzs7Ozs7Ozs7Ozs7Ozs7O09BZUc7SUFDSCxJQUFxQixJQUFJLENBQUMsS0FBYTtRQUNyQyxJQUFJLENBQUMsS0FBSyxHQUFHLGVBQWUsQ0FBQyxRQUFRLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBQyxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUMsc0JBQXNCLENBQUM7SUFDaEYsQ0FBQztJQUNELElBQUksSUFBSTtRQUNOLE9BQU8sSUFBSSxDQUFDLEtBQUssQ0FBQztJQUNwQixDQUFDO0lBRUQsSUFBSSxhQUFhO1FBQ2YsT0FBTyxDQUFDLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxTQUFTLENBQUMsTUFBTSxDQUFDO0lBQ3ZDLENBQUM7OzBGQXBEVSxxQkFBcUI7d0VBQXJCLHFCQUFxQjt1RkFBckIscUJBQXFCO2NBRGpDLFNBQVM7Z0JBTVEsR0FBRztrQkFBbEIsS0FBSzttQkFBQyxPQUFPO1lBZU0sT0FBTztrQkFBMUIsS0FBSzttQkFBQyxXQUFXO1lBR0MsS0FBSztrQkFBdkIsTUFBTTttQkFBQyxTQUFTO1lBb0JJLElBQUk7a0JBQXhCLEtBQUs7bUJBQUMsUUFBUSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IERpcmVjdGl2ZSwgRXZlbnRFbWl0dGVyLCBJbnB1dCwgT3V0cHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmNvbnN0IFBPX0FWQVRBUl9TSVpFUyA9IFsneHMnLCAnc20nLCAnbWQnLCAnbGcnLCAneGwnXTtcbmNvbnN0IFBPX0FWQVRBUl9TSVpFX0RFRkFVTFQgPSAnbWQnO1xuXG4vKipcbiAqIEBkZXNjcmlwdGlvblxuICpcbiAqIE8gY29tcG9uZW50ZSBgcG8tYXZhdGFyYCDDqSB1bSBjb250YWluZXIgcGFyYSBpbWFnZW5zIGVtIG1pbmlhdHVyYSwgcG9zc3VpIHVtIGZvcm1hdG8gcmVkb25kbyBlIGNpbmNvIG9ww6fDtWVzIGRlXG4gKiB0YW1hbmhvLCBwb2RlIHNlciB1dGlsaXphZG8gcGFyYSBtb3N0cmFyIGEgZm90byBkbyBwZXJmaWwgZGUgdW0gdXN1w6FyaW8sIGVudHJlIG91dHJhcyBwb3NzaWJpbGlkYWRlcy5cbiAqXG4gKiBBbMOpbSBkZSBwb2RlciBzZXIgdXRpbGl6YWRvIHNlcGFyYWRhbWVudGUsIMOpIHBvc3PDrXZlbCB1c2FyIG8gYHBvLWF2YXRhcmAganVudGFtZW50ZSBjb20gb3V0cm9zIGNvbXBvbmVudGVzIGUgY3JpYXJcbiAqIGxheW91dHMgcmljb3MgZSBiZW0gaW50ZXJlc3NhbnRlcyBwYXJhIG9zIHVzdcOhcmlvcywgY29tbyBwb3IgZXhlbXBsbywgdW1hIGxpc3RhIGRlIGl0ZW5zIG91IHByb2R1dG9zLlxuICovXG5ARGlyZWN0aXZlKClcbmV4cG9ydCBjbGFzcyBQb0F2YXRhckJhc2VDb21wb25lbnQge1xuICAvKipcbiAgICogRm9udGUgZGEgaW1hZ2VtIHF1ZSBwb2RlIHNlciB1bSBjYW1pbmhvIGxvY2FsIChgLi9hc3NldHMvaW1hZ2VzL2xvZ28tYmxhY2stc21hbGwucG5nYClcbiAgICogb3UgdW0gc2Vydmlkb3IgZXh0ZXJubyAoYGh0dHBzOi8vcG8tdWkuaW8vYXNzZXRzL2ltYWdlcy9sb2dvLWJsYWNrLXNtYWxsLnBuZ2ApLlxuICAgKi9cbiAgQElucHV0KCdwLXNyYycpIHNyYzogc3RyaW5nO1xuXG4gIC8qKlxuICAgKiBAb3B0aW9uYWxcbiAgICpcbiAgICogQGRlc2NyaXB0aW9uXG4gICAqXG4gICAqIEluZGljYSBjb21vIG8gbmF2ZWdhZG9yIGRldmUgY2FycmVnYXIgYSBpbWFnZW0uXG4gICAqXG4gICAqIFZhbG9yZXMgdsOhbGlkb3M6XG4gICAqICAtIGBlYWdlcmAgKGEgaW1hZ2VtIMOpIGNhcnJlZ2FkYSBpbWVkaWF0YW1lbnRlLCBpbmRlcGVuZGVudGUgZGUgZXN0YXIgdmlzw612ZWwgb3UgbsOjbylcbiAgICogIC0gYGxhenlgIChhIGltYWdlbSBzw7Mgw6kgY2FycmVnYWRhIHF1YW5kbyBlc3RpdmVyIHByw7N4aW1hIGRlIHNlciByZW5kZXJpemFkYSlcbiAgICpcbiAgICogQGRlZmF1bHQgYGVhZ2VyYFxuICAgKi9cbiAgQElucHV0KCdwLWxvYWRpbmcnKSBsb2FkaW5nOiAnZWFnZXInIHwgJ2xhenknID0gJ2VhZ2VyJztcblxuICAvKiogRXZlbnRvIGRpc3BhcmFkbyBhbyBjbGljYXIgbmEgaW1hZ2VtIGRvICphdmF0YXIqLiAqL1xuICBAT3V0cHV0KCdwLWNsaWNrJykgY2xpY2sgPSBuZXcgRXZlbnRFbWl0dGVyPGFueT4oKTtcblxuICBwcml2YXRlIF9zaXplOiBzdHJpbmcgPSAnbWQnO1xuXG4gIC8qKlxuICAgKiBAb3B0aW9uYWxcbiAgICpcbiAgICogQGRlc2NyaXB0aW9uXG4gICAqXG4gICAqIFRhbWFuaG8gZGUgZXhpYmnDp8OjbyBkbyBjb21wb25lbnRlLlxuICAgKlxuICAgKiBWYWxvcmVzIHbDoWxpZG9zOlxuICAgKiAgLSBgeHNgICgyNHgyNClcbiAgICogIC0gYHNtYCAoMzJ4MzIpXG4gICAqICAtIGBtZGAgKDY0eDY0KVxuICAgKiAgLSBgbGdgICg5Nng5NilcbiAgICogIC0gYHhsYCAoMTQ0eDE0NClcbiAgICpcbiAgICogQGRlZmF1bHQgYG1kYFxuICAgKi9cbiAgQElucHV0KCdwLXNpemUnKSBzZXQgc2l6ZSh2YWx1ZTogc3RyaW5nKSB7XG4gICAgdGhpcy5fc2l6ZSA9IFBPX0FWQVRBUl9TSVpFUy5pbmNsdWRlcyh2YWx1ZSkgPyB2YWx1ZSA6IFBPX0FWQVRBUl9TSVpFX0RFRkFVTFQ7XG4gIH1cbiAgZ2V0IHNpemUoKTogc3RyaW5nIHtcbiAgICByZXR1cm4gdGhpcy5fc2l6ZTtcbiAgfVxuXG4gIGdldCBoYXNDbGlja0V2ZW50KCkge1xuICAgIHJldHVybiAhIXRoaXMuY2xpY2sub2JzZXJ2ZXJzLmxlbmd0aDtcbiAgfVxufVxuIl19
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import { ChangeDetectionStrategy, Component } from '@angular/core';
|
|
2
|
+
import { PoAvatarBaseComponent } from './po-avatar-base.component';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "@angular/common";
|
|
5
|
+
function PoAvatarComponent_ng_container_1_Template(rf, ctx) { if (rf & 1) {
|
|
6
|
+
i0.ɵɵelementContainer(0);
|
|
7
|
+
} }
|
|
8
|
+
function PoAvatarComponent_ng_template_2_Template(rf, ctx) { if (rf & 1) {
|
|
9
|
+
const _r6 = i0.ɵɵgetCurrentView();
|
|
10
|
+
i0.ɵɵelementStart(0, "img", 4);
|
|
11
|
+
i0.ɵɵlistener("error", function PoAvatarComponent_ng_template_2_Template_img_error_0_listener() { i0.ɵɵrestoreView(_r6); const ctx_r5 = i0.ɵɵnextContext(); return ctx_r5.onError(); });
|
|
12
|
+
i0.ɵɵelementEnd();
|
|
13
|
+
} if (rf & 2) {
|
|
14
|
+
const ctx_r2 = i0.ɵɵnextContext();
|
|
15
|
+
i0.ɵɵproperty("src", ctx_r2.src, i0.ɵɵsanitizeUrl);
|
|
16
|
+
i0.ɵɵattribute("loading", ctx_r2.loading);
|
|
17
|
+
} }
|
|
18
|
+
function PoAvatarComponent_ng_template_4_Template(rf, ctx) { if (rf & 1) {
|
|
19
|
+
i0.ɵɵelement(0, "span", 5);
|
|
20
|
+
} }
|
|
21
|
+
/**
|
|
22
|
+
* @docsExtends PoAvatarBaseComponent
|
|
23
|
+
*
|
|
24
|
+
* @example
|
|
25
|
+
*
|
|
26
|
+
* <example name="po-avatar-basic" title="PO Avatar Basic" >
|
|
27
|
+
* <file name="sample-po-avatar-basic/sample-po-avatar-basic.component.html"> </file>
|
|
28
|
+
* <file name="sample-po-avatar-basic/sample-po-avatar-basic.component.ts"> </file>
|
|
29
|
+
* <file name="sample-po-avatar-basic/sample-po-avatar-basic.component.e2e-spec.ts"> </file>
|
|
30
|
+
* <file name="sample-po-avatar-basic/sample-po-avatar-basic.component.po.ts"> </file>
|
|
31
|
+
* </example>
|
|
32
|
+
*
|
|
33
|
+
* <example name="po-avatar-labs" title="PO Avatar Labs" >
|
|
34
|
+
* <file name="sample-po-avatar-labs/sample-po-avatar-labs.component.html"> </file>
|
|
35
|
+
* <file name="sample-po-avatar-labs/sample-po-avatar-labs.component.ts"> </file>
|
|
36
|
+
* </example>
|
|
37
|
+
*
|
|
38
|
+
* <example name="po-avatar-business-card" title="PO Avatar - Business Card" >
|
|
39
|
+
* <file name="sample-po-avatar-business-card/sample-po-avatar-business-card.component.html"> </file>
|
|
40
|
+
* <file name="sample-po-avatar-business-card/sample-po-avatar-business-card.component.ts"> </file>
|
|
41
|
+
* </example>
|
|
42
|
+
*/
|
|
43
|
+
export class PoAvatarComponent extends PoAvatarBaseComponent {
|
|
44
|
+
ngOnInit() {
|
|
45
|
+
if (!this.src) {
|
|
46
|
+
this.src = undefined;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
onError() {
|
|
50
|
+
this.src = undefined;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
PoAvatarComponent.ɵfac = /*@__PURE__*/ function () { let ɵPoAvatarComponent_BaseFactory; return function PoAvatarComponent_Factory(t) { return (ɵPoAvatarComponent_BaseFactory || (ɵPoAvatarComponent_BaseFactory = i0.ɵɵgetInheritedFactory(PoAvatarComponent)))(t || PoAvatarComponent); }; }();
|
|
54
|
+
PoAvatarComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoAvatarComponent, selectors: [["po-avatar"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 6, vars: 8, consts: [[3, "click"], [4, "ngIf", "ngIfThen", "ngIfElse"], ["sourceImage", ""], ["defaultIcon", ""], ["alt", "", 1, "po-avatar-image", 3, "src", "error"], [1, "po-icon", "po-icon-user", "po-avatar-default-icon"]], template: function PoAvatarComponent_Template(rf, ctx) { if (rf & 1) {
|
|
55
|
+
i0.ɵɵelementStart(0, "div", 0);
|
|
56
|
+
i0.ɵɵlistener("click", function PoAvatarComponent_Template_div_click_0_listener() { return ctx.click.emit(); });
|
|
57
|
+
i0.ɵɵtemplate(1, PoAvatarComponent_ng_container_1_Template, 1, 0, "ng-container", 1);
|
|
58
|
+
i0.ɵɵelementEnd();
|
|
59
|
+
i0.ɵɵtemplate(2, PoAvatarComponent_ng_template_2_Template, 1, 2, "ng-template", null, 2, i0.ɵɵtemplateRefExtractor);
|
|
60
|
+
i0.ɵɵtemplate(4, PoAvatarComponent_ng_template_4_Template, 1, 0, "ng-template", null, 3, i0.ɵɵtemplateRefExtractor);
|
|
61
|
+
} if (rf & 2) {
|
|
62
|
+
const _r1 = i0.ɵɵreference(3);
|
|
63
|
+
const _r3 = i0.ɵɵreference(5);
|
|
64
|
+
i0.ɵɵclassMapInterpolate1("po-avatar po-avatar-", ctx.size, "");
|
|
65
|
+
i0.ɵɵclassProp("po-clickable", ctx.hasClickEvent);
|
|
66
|
+
i0.ɵɵadvance(1);
|
|
67
|
+
i0.ɵɵproperty("ngIf", ctx.src)("ngIfThen", _r1)("ngIfElse", _r3);
|
|
68
|
+
} }, directives: [i1.NgIf], encapsulation: 2, changeDetection: 0 });
|
|
69
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PoAvatarComponent, [{
|
|
70
|
+
type: Component,
|
|
71
|
+
args: [{ selector: 'po-avatar', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"po-avatar po-avatar-{{ size }}\" [class.po-clickable]=\"hasClickEvent\" (click)=\"click.emit()\">\n <ng-container *ngIf=\"src; then sourceImage; else defaultIcon\"></ng-container>\n</div>\n\n<ng-template #sourceImage>\n <img class=\"po-avatar-image\" [src]=\"src\" alt=\"\" [attr.loading]=\"loading\" (error)=\"onError()\" />\n</ng-template>\n\n<ng-template #defaultIcon>\n <span class=\"po-icon po-icon-user po-avatar-default-icon\"></span>\n</ng-template>\n" }]
|
|
72
|
+
}], null, null); })();
|
|
73
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG8tYXZhdGFyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3VpL3NyYy9saWIvY29tcG9uZW50cy9wby1hdmF0YXIvcG8tYXZhdGFyLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3VpL3NyYy9saWIvY29tcG9uZW50cy9wby1hdmF0YXIvcG8tYXZhdGFyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQVUsTUFBTSxlQUFlLENBQUM7QUFFM0UsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0sNEJBQTRCLENBQUM7Ozs7SUNEakUsd0JBQTZFOzs7O0lBSTdFLDhCQUErRjtJQUF0QixtS0FBUyxnQkFBUyxJQUFDO0lBQTVGLGlCQUErRjs7O0lBQWxFLGtEQUFXO0lBQVEseUNBQXdCOzs7SUFJeEUsMEJBQWlFOztBRExuRTs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0dBcUJHO0FBTUgsTUFBTSxPQUFPLGlCQUFrQixTQUFRLHFCQUFxQjtJQUMxRCxRQUFRO1FBQ04sSUFBSSxDQUFDLElBQUksQ0FBQyxHQUFHLEVBQUU7WUFDYixJQUFJLENBQUMsR0FBRyxHQUFHLFNBQVMsQ0FBQztTQUN0QjtJQUNILENBQUM7SUFFRCxPQUFPO1FBQ0wsSUFBSSxDQUFDLEdBQUcsR0FBRyxTQUFTLENBQUM7SUFDdkIsQ0FBQzs7Nk9BVFUsaUJBQWlCLFNBQWpCLGlCQUFpQjtvRUFBakIsaUJBQWlCO1FDL0I5Qiw4QkFBd0c7UUFBdkIsMkZBQVMsZ0JBQVksSUFBQztRQUNyRyxvRkFBNkU7UUFDL0UsaUJBQU07UUFFTixtSEFFYztRQUVkLG1IQUVjOzs7O1FBVlQsK0RBQXNDO1FBQUMsaURBQW9DO1FBQy9ELGVBQVc7UUFBWCw4QkFBVyxpQkFBQSxpQkFBQTs7dUZEOEJmLGlCQUFpQjtjQUw3QixTQUFTOzJCQUNFLFdBQVcsbUJBRUosdUJBQXVCLENBQUMsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5pbXBvcnQgeyBQb0F2YXRhckJhc2VDb21wb25lbnQgfSBmcm9tICcuL3BvLWF2YXRhci1iYXNlLmNvbXBvbmVudCc7XG5cbi8qKlxuICogQGRvY3NFeHRlbmRzIFBvQXZhdGFyQmFzZUNvbXBvbmVudFxuICpcbiAqIEBleGFtcGxlXG4gKlxuICogPGV4YW1wbGUgbmFtZT1cInBvLWF2YXRhci1iYXNpY1wiIHRpdGxlPVwiUE8gQXZhdGFyIEJhc2ljXCIgPlxuICogIDxmaWxlIG5hbWU9XCJzYW1wbGUtcG8tYXZhdGFyLWJhc2ljL3NhbXBsZS1wby1hdmF0YXItYmFzaWMuY29tcG9uZW50Lmh0bWxcIj4gPC9maWxlPlxuICogIDxmaWxlIG5hbWU9XCJzYW1wbGUtcG8tYXZhdGFyLWJhc2ljL3NhbXBsZS1wby1hdmF0YXItYmFzaWMuY29tcG9uZW50LnRzXCI+IDwvZmlsZT5cbiAqICA8ZmlsZSBuYW1lPVwic2FtcGxlLXBvLWF2YXRhci1iYXNpYy9zYW1wbGUtcG8tYXZhdGFyLWJhc2ljLmNvbXBvbmVudC5lMmUtc3BlYy50c1wiPiA8L2ZpbGU+XG4gKiAgPGZpbGUgbmFtZT1cInNhbXBsZS1wby1hdmF0YXItYmFzaWMvc2FtcGxlLXBvLWF2YXRhci1iYXNpYy5jb21wb25lbnQucG8udHNcIj4gPC9maWxlPlxuICogPC9leGFtcGxlPlxuICpcbiAqIDxleGFtcGxlIG5hbWU9XCJwby1hdmF0YXItbGFic1wiIHRpdGxlPVwiUE8gQXZhdGFyIExhYnNcIiA+XG4gKiAgPGZpbGUgbmFtZT1cInNhbXBsZS1wby1hdmF0YXItbGFicy9zYW1wbGUtcG8tYXZhdGFyLWxhYnMuY29tcG9uZW50Lmh0bWxcIj4gPC9maWxlPlxuICogIDxmaWxlIG5hbWU9XCJzYW1wbGUtcG8tYXZhdGFyLWxhYnMvc2FtcGxlLXBvLWF2YXRhci1sYWJzLmNvbXBvbmVudC50c1wiPiA8L2ZpbGU+XG4gKiA8L2V4YW1wbGU+XG4gKlxuICogPGV4YW1wbGUgbmFtZT1cInBvLWF2YXRhci1idXNpbmVzcy1jYXJkXCIgdGl0bGU9XCJQTyBBdmF0YXIgLSBCdXNpbmVzcyBDYXJkXCIgPlxuICogIDxmaWxlIG5hbWU9XCJzYW1wbGUtcG8tYXZhdGFyLWJ1c2luZXNzLWNhcmQvc2FtcGxlLXBvLWF2YXRhci1idXNpbmVzcy1jYXJkLmNvbXBvbmVudC5odG1sXCI+IDwvZmlsZT5cbiAqICA8ZmlsZSBuYW1lPVwic2FtcGxlLXBvLWF2YXRhci1idXNpbmVzcy1jYXJkL3NhbXBsZS1wby1hdmF0YXItYnVzaW5lc3MtY2FyZC5jb21wb25lbnQudHNcIj4gPC9maWxlPlxuICogPC9leGFtcGxlPlxuICovXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdwby1hdmF0YXInLFxuICB0ZW1wbGF0ZVVybDogJy4vcG8tYXZhdGFyLmNvbXBvbmVudC5odG1sJyxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2hcbn0pXG5leHBvcnQgY2xhc3MgUG9BdmF0YXJDb21wb25lbnQgZXh0ZW5kcyBQb0F2YXRhckJhc2VDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuICBuZ09uSW5pdCgpOiB2b2lkIHtcbiAgICBpZiAoIXRoaXMuc3JjKSB7XG4gICAgICB0aGlzLnNyYyA9IHVuZGVmaW5lZDtcbiAgICB9XG4gIH1cblxuICBvbkVycm9yKCk6IHZvaWQge1xuICAgIHRoaXMuc3JjID0gdW5kZWZpbmVkO1xuICB9XG59XG4iLCI8ZGl2IGNsYXNzPVwicG8tYXZhdGFyIHBvLWF2YXRhci17eyBzaXplIH19XCIgW2NsYXNzLnBvLWNsaWNrYWJsZV09XCJoYXNDbGlja0V2ZW50XCIgKGNsaWNrKT1cImNsaWNrLmVtaXQoKVwiPlxuICA8bmctY29udGFpbmVyICpuZ0lmPVwic3JjOyB0aGVuIHNvdXJjZUltYWdlOyBlbHNlIGRlZmF1bHRJY29uXCI+PC9uZy1jb250YWluZXI+XG48L2Rpdj5cblxuPG5nLXRlbXBsYXRlICNzb3VyY2VJbWFnZT5cbiAgPGltZyBjbGFzcz1cInBvLWF2YXRhci1pbWFnZVwiIFtzcmNdPVwic3JjXCIgYWx0PVwiXCIgW2F0dHIubG9hZGluZ109XCJsb2FkaW5nXCIgKGVycm9yKT1cIm9uRXJyb3IoKVwiIC8+XG48L25nLXRlbXBsYXRlPlxuXG48bmctdGVtcGxhdGUgI2RlZmF1bHRJY29uPlxuICA8c3BhbiBjbGFzcz1cInBvLWljb24gcG8taWNvbi11c2VyIHBvLWF2YXRhci1kZWZhdWx0LWljb25cIj48L3NwYW4+XG48L25nLXRlbXBsYXRlPlxuIl19
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { CommonModule } from '@angular/common';
|
|
2
|
+
import { NgModule } from '@angular/core';
|
|
3
|
+
import { PoAvatarComponent } from './po-avatar.component';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
/**
|
|
6
|
+
* @description
|
|
7
|
+
*
|
|
8
|
+
* Módulo do componente po-avatar.
|
|
9
|
+
*/
|
|
10
|
+
export class PoAvatarModule {
|
|
11
|
+
}
|
|
12
|
+
PoAvatarModule.ɵfac = function PoAvatarModule_Factory(t) { return new (t || PoAvatarModule)(); };
|
|
13
|
+
PoAvatarModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: PoAvatarModule });
|
|
14
|
+
PoAvatarModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [[CommonModule]] });
|
|
15
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PoAvatarModule, [{
|
|
16
|
+
type: NgModule,
|
|
17
|
+
args: [{
|
|
18
|
+
imports: [CommonModule],
|
|
19
|
+
declarations: [PoAvatarComponent],
|
|
20
|
+
exports: [PoAvatarComponent]
|
|
21
|
+
}]
|
|
22
|
+
}], null, null); })();
|
|
23
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(PoAvatarModule, { declarations: [PoAvatarComponent], imports: [CommonModule], exports: [PoAvatarComponent] }); })();
|
|
24
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG8tYXZhdGFyLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3VpL3NyYy9saWIvY29tcG9uZW50cy9wby1hdmF0YXIvcG8tYXZhdGFyLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUV6QyxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQzs7QUFFMUQ7Ozs7R0FJRztBQU1ILE1BQU0sT0FBTyxjQUFjOzs0RUFBZCxjQUFjO2dFQUFkLGNBQWM7b0VBSmhCLENBQUMsWUFBWSxDQUFDO3VGQUlaLGNBQWM7Y0FMMUIsUUFBUTtlQUFDO2dCQUNSLE9BQU8sRUFBRSxDQUFDLFlBQVksQ0FBQztnQkFDdkIsWUFBWSxFQUFFLENBQUMsaUJBQWlCLENBQUM7Z0JBQ2pDLE9BQU8sRUFBRSxDQUFDLGlCQUFpQixDQUFDO2FBQzdCOzt3RkFDWSxjQUFjLG1CQUhWLGlCQUFpQixhQUR0QixZQUFZLGFBRVosaUJBQWlCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7IFBvQXZhdGFyQ29tcG9uZW50IH0gZnJvbSAnLi9wby1hdmF0YXIuY29tcG9uZW50JztcblxuLyoqXG4gKiBAZGVzY3JpcHRpb25cbiAqXG4gKiBNw7NkdWxvIGRvIGNvbXBvbmVudGUgcG8tYXZhdGFyLlxuICovXG5ATmdNb2R1bGUoe1xuICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlXSxcbiAgZGVjbGFyYXRpb25zOiBbUG9BdmF0YXJDb21wb25lbnRdLFxuICBleHBvcnRzOiBbUG9BdmF0YXJDb21wb25lbnRdXG59KVxuZXhwb3J0IGNsYXNzIFBvQXZhdGFyTW9kdWxlIHt9XG4iXX0=
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
import { Input, Directive } from '@angular/core';
|
|
2
|
+
import { convertToInt } from '../../utils/util';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
const PO_BADGE_COLORS = [
|
|
5
|
+
'color-01',
|
|
6
|
+
'color-02',
|
|
7
|
+
'color-03',
|
|
8
|
+
'color-04',
|
|
9
|
+
'color-05',
|
|
10
|
+
'color-06',
|
|
11
|
+
'color-07',
|
|
12
|
+
'color-08',
|
|
13
|
+
'color-09',
|
|
14
|
+
'color-10',
|
|
15
|
+
'color-11',
|
|
16
|
+
'color-12'
|
|
17
|
+
];
|
|
18
|
+
const PO_BADGE_COLOR_DEFAULT = 'color-07';
|
|
19
|
+
/**
|
|
20
|
+
* @description
|
|
21
|
+
*
|
|
22
|
+
* @docsPrivate
|
|
23
|
+
*
|
|
24
|
+
* Componente utilizado no `po-menu` para exibir por exemplo a quantidade de tarefas pendentes.
|
|
25
|
+
*/
|
|
26
|
+
export class PoBadgeBaseComponent {
|
|
27
|
+
/**
|
|
28
|
+
* @optional
|
|
29
|
+
*
|
|
30
|
+
* @description
|
|
31
|
+
*
|
|
32
|
+
* Define a cor de fundo do componente e aceita os valores:
|
|
33
|
+
*
|
|
34
|
+
* <span class="dot po-color-01"></span> `color-01`
|
|
35
|
+
*
|
|
36
|
+
* <span class="dot po-color-02"></span> `color-02`
|
|
37
|
+
*
|
|
38
|
+
* <span class="dot po-color-03"></span> `color-03`
|
|
39
|
+
*
|
|
40
|
+
* <span class="dot po-color-04"></span> `color-04`
|
|
41
|
+
*
|
|
42
|
+
* <span class="dot po-color-05"></span> `color-05`
|
|
43
|
+
*
|
|
44
|
+
* <span class="dot po-color-06"></span> `color-06`
|
|
45
|
+
*
|
|
46
|
+
* <span class="dot po-color-07"></span> `color-07`
|
|
47
|
+
*
|
|
48
|
+
* <span class="dot po-color-08"></span> `color-08`
|
|
49
|
+
*
|
|
50
|
+
* <span class="dot po-color-09"></span> `color-09`
|
|
51
|
+
*
|
|
52
|
+
* <span class="dot po-color-10"></span> `color-10`
|
|
53
|
+
*
|
|
54
|
+
* <span class="dot po-color-11"></span> `color-11`
|
|
55
|
+
*
|
|
56
|
+
* <span class="dot po-color-12"></span> `color-12`
|
|
57
|
+
*
|
|
58
|
+
* @default `color-07`
|
|
59
|
+
*/
|
|
60
|
+
set color(value) {
|
|
61
|
+
this._color = PO_BADGE_COLORS.includes(value) ? value : PO_BADGE_COLOR_DEFAULT;
|
|
62
|
+
}
|
|
63
|
+
get color() {
|
|
64
|
+
return this._color;
|
|
65
|
+
}
|
|
66
|
+
/**
|
|
67
|
+
* @description
|
|
68
|
+
*
|
|
69
|
+
* Número exibido no componente, caso o mesmo seja maior que 99 o valor exibido será 99+.
|
|
70
|
+
*/
|
|
71
|
+
set value(value) {
|
|
72
|
+
this._value = convertToInt(value);
|
|
73
|
+
this.setBadgeValue(this._value);
|
|
74
|
+
}
|
|
75
|
+
get value() {
|
|
76
|
+
return this._value;
|
|
77
|
+
}
|
|
78
|
+
setBadgeValue(value) {
|
|
79
|
+
const validRangeValue = (value || value === 0) && value >= 0 && value < 100;
|
|
80
|
+
this.badgeValue = validRangeValue ? value.toString() : value > 99 ? '99+' : undefined;
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
PoBadgeBaseComponent.ɵfac = function PoBadgeBaseComponent_Factory(t) { return new (t || PoBadgeBaseComponent)(); };
|
|
84
|
+
PoBadgeBaseComponent.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: PoBadgeBaseComponent, inputs: { color: ["p-color", "color"], value: ["p-value", "value"] } });
|
|
85
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PoBadgeBaseComponent, [{
|
|
86
|
+
type: Directive
|
|
87
|
+
}], null, { color: [{
|
|
88
|
+
type: Input,
|
|
89
|
+
args: ['p-color']
|
|
90
|
+
}], value: [{
|
|
91
|
+
type: Input,
|
|
92
|
+
args: ['p-value']
|
|
93
|
+
}] }); })();
|
|
94
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG8tYmFkZ2UtYmFzZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy91aS9zcmMvbGliL2NvbXBvbmVudHMvcG8tYmFkZ2UvcG8tYmFkZ2UtYmFzZS5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLEtBQUssRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFFakQsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGtCQUFrQixDQUFDOztBQUVoRCxNQUFNLGVBQWUsR0FBRztJQUN0QixVQUFVO0lBQ1YsVUFBVTtJQUNWLFVBQVU7SUFDVixVQUFVO0lBQ1YsVUFBVTtJQUNWLFVBQVU7SUFDVixVQUFVO0lBQ1YsVUFBVTtJQUNWLFVBQVU7SUFDVixVQUFVO0lBQ1YsVUFBVTtJQUNWLFVBQVU7Q0FDWCxDQUFDO0FBQ0YsTUFBTSxzQkFBc0IsR0FBRyxVQUFVLENBQUM7QUFFMUM7Ozs7OztHQU1HO0FBRUgsTUFBTSxPQUFPLG9CQUFvQjtJQU0vQjs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7T0FnQ0c7SUFDSCxJQUFzQixLQUFLLENBQUMsS0FBYTtRQUN2QyxJQUFJLENBQUMsTUFBTSxHQUFHLGVBQWUsQ0FBQyxRQUFRLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBQyxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUMsc0JBQXNCLENBQUM7SUFDakYsQ0FBQztJQUVELElBQUksS0FBSztRQUNQLE9BQU8sSUFBSSxDQUFDLE1BQU0sQ0FBQztJQUNyQixDQUFDO0lBRUQ7Ozs7T0FJRztJQUNILElBQXNCLEtBQUssQ0FBQyxLQUFhO1FBQ3ZDLElBQUksQ0FBQyxNQUFNLEdBQUcsWUFBWSxDQUFDLEtBQUssQ0FBQyxDQUFDO1FBQ2xDLElBQUksQ0FBQyxhQUFhLENBQUMsSUFBSSxDQUFDLE1BQU0sQ0FBQyxDQUFDO0lBQ2xDLENBQUM7SUFFRCxJQUFJLEtBQUs7UUFDUCxPQUFPLElBQUksQ0FBQyxNQUFNLENBQUM7SUFDckIsQ0FBQztJQUVPLGFBQWEsQ0FBQyxLQUFhO1FBQ2pDLE1BQU0sZUFBZSxHQUFHLENBQUMsS0FBSyxJQUFJLEtBQUssS0FBSyxDQUFDLENBQUMsSUFBSSxLQUFLLElBQUksQ0FBQyxJQUFJLEtBQUssR0FBRyxHQUFHLENBQUM7UUFDNUUsSUFBSSxDQUFDLFVBQVUsR0FBRyxlQUFlLENBQUMsQ0FBQyxDQUFDLEtBQUssQ0FBQyxRQUFRLEVBQUUsQ0FBQyxDQUFDLENBQUMsS0FBSyxHQUFHLEVBQUUsQ0FBQyxDQUFDLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUM7SUFDeEYsQ0FBQzs7d0ZBaEVVLG9CQUFvQjt1RUFBcEIsb0JBQW9CO3VGQUFwQixvQkFBb0I7Y0FEaEMsU0FBUztnQkF3Q2MsS0FBSztrQkFBMUIsS0FBSzttQkFBQyxTQUFTO1lBYU0sS0FBSztrQkFBMUIsS0FBSzttQkFBQyxTQUFTIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSW5wdXQsIERpcmVjdGl2ZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5pbXBvcnQgeyBjb252ZXJ0VG9JbnQgfSBmcm9tICcuLi8uLi91dGlscy91dGlsJztcblxuY29uc3QgUE9fQkFER0VfQ09MT1JTID0gW1xuICAnY29sb3ItMDEnLFxuICAnY29sb3ItMDInLFxuICAnY29sb3ItMDMnLFxuICAnY29sb3ItMDQnLFxuICAnY29sb3ItMDUnLFxuICAnY29sb3ItMDYnLFxuICAnY29sb3ItMDcnLFxuICAnY29sb3ItMDgnLFxuICAnY29sb3ItMDknLFxuICAnY29sb3ItMTAnLFxuICAnY29sb3ItMTEnLFxuICAnY29sb3ItMTInXG5dO1xuY29uc3QgUE9fQkFER0VfQ09MT1JfREVGQVVMVCA9ICdjb2xvci0wNyc7XG5cbi8qKlxuICogQGRlc2NyaXB0aW9uXG4gKlxuICogQGRvY3NQcml2YXRlXG4gKlxuICogQ29tcG9uZW50ZSB1dGlsaXphZG8gbm8gYHBvLW1lbnVgIHBhcmEgZXhpYmlyIHBvciBleGVtcGxvIGEgcXVhbnRpZGFkZSBkZSB0YXJlZmFzIHBlbmRlbnRlcy5cbiAqL1xuQERpcmVjdGl2ZSgpXG5leHBvcnQgY2xhc3MgUG9CYWRnZUJhc2VDb21wb25lbnQge1xuICBiYWRnZVZhbHVlOiBzdHJpbmc7XG5cbiAgcHJpdmF0ZSBfY29sb3I6IHN0cmluZztcbiAgcHJpdmF0ZSBfdmFsdWU6IG51bWJlcjtcblxuICAvKipcbiAgICogQG9wdGlvbmFsXG4gICAqXG4gICAqIEBkZXNjcmlwdGlvblxuICAgKlxuICAgKiBEZWZpbmUgYSBjb3IgZGUgZnVuZG8gZG8gY29tcG9uZW50ZSBlIGFjZWl0YSBvcyB2YWxvcmVzOlxuICAgKlxuICAgKiA8c3BhbiBjbGFzcz1cImRvdCBwby1jb2xvci0wMVwiPjwvc3Bhbj4gYGNvbG9yLTAxYFxuICAgKlxuICAgKiA8c3BhbiBjbGFzcz1cImRvdCBwby1jb2xvci0wMlwiPjwvc3Bhbj4gYGNvbG9yLTAyYFxuICAgKlxuICAgKiA8c3BhbiBjbGFzcz1cImRvdCBwby1jb2xvci0wM1wiPjwvc3Bhbj4gYGNvbG9yLTAzYFxuICAgKlxuICAgKiA8c3BhbiBjbGFzcz1cImRvdCBwby1jb2xvci0wNFwiPjwvc3Bhbj4gYGNvbG9yLTA0YFxuICAgKlxuICAgKiA8c3BhbiBjbGFzcz1cImRvdCBwby1jb2xvci0wNVwiPjwvc3Bhbj4gYGNvbG9yLTA1YFxuICAgKlxuICAgKiA8c3BhbiBjbGFzcz1cImRvdCBwby1jb2xvci0wNlwiPjwvc3Bhbj4gYGNvbG9yLTA2YFxuICAgKlxuICAgKiA8c3BhbiBjbGFzcz1cImRvdCBwby1jb2xvci0wN1wiPjwvc3Bhbj4gYGNvbG9yLTA3YFxuICAgKlxuICAgKiA8c3BhbiBjbGFzcz1cImRvdCBwby1jb2xvci0wOFwiPjwvc3Bhbj4gYGNvbG9yLTA4YFxuICAgKlxuICAgKiA8c3BhbiBjbGFzcz1cImRvdCBwby1jb2xvci0wOVwiPjwvc3Bhbj4gYGNvbG9yLTA5YFxuICAgKlxuICAgKiA8c3BhbiBjbGFzcz1cImRvdCBwby1jb2xvci0xMFwiPjwvc3Bhbj4gYGNvbG9yLTEwYFxuICAgKlxuICAgKiA8c3BhbiBjbGFzcz1cImRvdCBwby1jb2xvci0xMVwiPjwvc3Bhbj4gYGNvbG9yLTExYFxuICAgKlxuICAgKiA8c3BhbiBjbGFzcz1cImRvdCBwby1jb2xvci0xMlwiPjwvc3Bhbj4gYGNvbG9yLTEyYFxuICAgKlxuICAgKiBAZGVmYXVsdCBgY29sb3ItMDdgXG4gICAqL1xuICBASW5wdXQoJ3AtY29sb3InKSBzZXQgY29sb3IodmFsdWU6IHN0cmluZykge1xuICAgIHRoaXMuX2NvbG9yID0gUE9fQkFER0VfQ09MT1JTLmluY2x1ZGVzKHZhbHVlKSA/IHZhbHVlIDogUE9fQkFER0VfQ09MT1JfREVGQVVMVDtcbiAgfVxuXG4gIGdldCBjb2xvcigpOiBzdHJpbmcge1xuICAgIHJldHVybiB0aGlzLl9jb2xvcjtcbiAgfVxuXG4gIC8qKlxuICAgKiBAZGVzY3JpcHRpb25cbiAgICpcbiAgICogTsO6bWVybyBleGliaWRvIG5vIGNvbXBvbmVudGUsIGNhc28gbyBtZXNtbyBzZWphIG1haW9yIHF1ZSA5OSBvIHZhbG9yIGV4aWJpZG8gc2Vyw6EgOTkrLlxuICAgKi9cbiAgQElucHV0KCdwLXZhbHVlJykgc2V0IHZhbHVlKHZhbHVlOiBudW1iZXIpIHtcbiAgICB0aGlzLl92YWx1ZSA9IGNvbnZlcnRUb0ludCh2YWx1ZSk7XG4gICAgdGhpcy5zZXRCYWRnZVZhbHVlKHRoaXMuX3ZhbHVlKTtcbiAgfVxuXG4gIGdldCB2YWx1ZSgpOiBudW1iZXIge1xuICAgIHJldHVybiB0aGlzLl92YWx1ZTtcbiAgfVxuXG4gIHByaXZhdGUgc2V0QmFkZ2VWYWx1ZSh2YWx1ZTogbnVtYmVyKSB7XG4gICAgY29uc3QgdmFsaWRSYW5nZVZhbHVlID0gKHZhbHVlIHx8IHZhbHVlID09PSAwKSAmJiB2YWx1ZSA+PSAwICYmIHZhbHVlIDwgMTAwO1xuICAgIHRoaXMuYmFkZ2VWYWx1ZSA9IHZhbGlkUmFuZ2VWYWx1ZSA/IHZhbHVlLnRvU3RyaW5nKCkgOiB2YWx1ZSA+IDk5ID8gJzk5KycgOiB1bmRlZmluZWQ7XG4gIH1cbn1cbiJdfQ==
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { Component } from '@angular/core';
|
|
2
|
+
import { PoBadgeBaseComponent } from './po-badge-base.component';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
/**
|
|
5
|
+
* @docsExtends PoBadgeBaseComponent
|
|
6
|
+
*
|
|
7
|
+
* @docsPrivate
|
|
8
|
+
*/
|
|
9
|
+
export class PoBadgeComponent extends PoBadgeBaseComponent {
|
|
10
|
+
}
|
|
11
|
+
PoBadgeComponent.ɵfac = /*@__PURE__*/ function () { let ɵPoBadgeComponent_BaseFactory; return function PoBadgeComponent_Factory(t) { return (ɵPoBadgeComponent_BaseFactory || (ɵPoBadgeComponent_BaseFactory = i0.ɵɵgetInheritedFactory(PoBadgeComponent)))(t || PoBadgeComponent); }; }();
|
|
12
|
+
PoBadgeComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoBadgeComponent, selectors: [["po-badge"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 3, vars: 4, consts: [[1, "po-badge-value"]], template: function PoBadgeComponent_Template(rf, ctx) { if (rf & 1) {
|
|
13
|
+
i0.ɵɵelementStart(0, "div");
|
|
14
|
+
i0.ɵɵelementStart(1, "span", 0);
|
|
15
|
+
i0.ɵɵtext(2);
|
|
16
|
+
i0.ɵɵelementEnd();
|
|
17
|
+
i0.ɵɵelementEnd();
|
|
18
|
+
} if (rf & 2) {
|
|
19
|
+
i0.ɵɵclassMapInterpolate1("po-badge po-", ctx.color, "");
|
|
20
|
+
i0.ɵɵadvance(2);
|
|
21
|
+
i0.ɵɵtextInterpolate(ctx.badgeValue);
|
|
22
|
+
} }, encapsulation: 2 });
|
|
23
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PoBadgeComponent, [{
|
|
24
|
+
type: Component,
|
|
25
|
+
args: [{ selector: 'po-badge', template: "<div class=\"po-badge po-{{ color }}\">\n <span class=\"po-badge-value\">{{ badgeValue }}</span>\n</div>\n" }]
|
|
26
|
+
}], null, null); })();
|
|
27
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG8tYmFkZ2UuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdWkvc3JjL2xpYi9jb21wb25lbnRzL3BvLWJhZGdlL3BvLWJhZGdlLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3VpL3NyYy9saWIvY29tcG9uZW50cy9wby1iYWRnZS9wby1iYWRnZS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRTFDLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLDJCQUEyQixDQUFDOztBQUVqRTs7OztHQUlHO0FBS0gsTUFBTSxPQUFPLGdCQUFpQixTQUFRLG9CQUFvQjs7d09BQTdDLGdCQUFnQixTQUFoQixnQkFBZ0I7bUVBQWhCLGdCQUFnQjtRQ2I3QiwyQkFBcUM7UUFDbkMsK0JBQTZCO1FBQUEsWUFBZ0I7UUFBQSxpQkFBTztRQUN0RCxpQkFBTTs7UUFGRCx3REFBK0I7UUFDTCxlQUFnQjtRQUFoQixvQ0FBZ0I7O3VGRFlsQyxnQkFBZ0I7Y0FKNUIsU0FBUzsyQkFDRSxVQUFVIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7IFBvQmFkZ2VCYXNlQ29tcG9uZW50IH0gZnJvbSAnLi9wby1iYWRnZS1iYXNlLmNvbXBvbmVudCc7XG5cbi8qKlxuICogQGRvY3NFeHRlbmRzIFBvQmFkZ2VCYXNlQ29tcG9uZW50XG4gKlxuICogQGRvY3NQcml2YXRlXG4gKi9cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ3BvLWJhZGdlJyxcbiAgdGVtcGxhdGVVcmw6ICcuL3BvLWJhZGdlLmNvbXBvbmVudC5odG1sJ1xufSlcbmV4cG9ydCBjbGFzcyBQb0JhZGdlQ29tcG9uZW50IGV4dGVuZHMgUG9CYWRnZUJhc2VDb21wb25lbnQge31cbiIsIjxkaXYgY2xhc3M9XCJwby1iYWRnZSBwby17eyBjb2xvciB9fVwiPlxuICA8c3BhbiBjbGFzcz1cInBvLWJhZGdlLXZhbHVlXCI+e3sgYmFkZ2VWYWx1ZSB9fTwvc3Bhbj5cbjwvZGl2PlxuIl19
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { CommonModule } from '@angular/common';
|
|
2
|
+
import { NgModule } from '@angular/core';
|
|
3
|
+
import { PoBadgeComponent } from './po-badge.component';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
/**
|
|
6
|
+
* @description
|
|
7
|
+
*
|
|
8
|
+
* Módulo do componente po-badge.
|
|
9
|
+
*/
|
|
10
|
+
export class PoBadgeModule {
|
|
11
|
+
}
|
|
12
|
+
PoBadgeModule.ɵfac = function PoBadgeModule_Factory(t) { return new (t || PoBadgeModule)(); };
|
|
13
|
+
PoBadgeModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: PoBadgeModule });
|
|
14
|
+
PoBadgeModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [[CommonModule]] });
|
|
15
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PoBadgeModule, [{
|
|
16
|
+
type: NgModule,
|
|
17
|
+
args: [{
|
|
18
|
+
imports: [CommonModule],
|
|
19
|
+
declarations: [PoBadgeComponent],
|
|
20
|
+
exports: [PoBadgeComponent]
|
|
21
|
+
}]
|
|
22
|
+
}], null, null); })();
|
|
23
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(PoBadgeModule, { declarations: [PoBadgeComponent], imports: [CommonModule], exports: [PoBadgeComponent] }); })();
|
|
24
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG8tYmFkZ2UubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdWkvc3JjL2xpYi9jb21wb25lbnRzL3BvLWJhZGdlL3BvLWJhZGdlLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUV6QyxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQzs7QUFFeEQ7Ozs7R0FJRztBQU1ILE1BQU0sT0FBTyxhQUFhOzswRUFBYixhQUFhOytEQUFiLGFBQWE7bUVBSmYsQ0FBQyxZQUFZLENBQUM7dUZBSVosYUFBYTtjQUx6QixRQUFRO2VBQUM7Z0JBQ1IsT0FBTyxFQUFFLENBQUMsWUFBWSxDQUFDO2dCQUN2QixZQUFZLEVBQUUsQ0FBQyxnQkFBZ0IsQ0FBQztnQkFDaEMsT0FBTyxFQUFFLENBQUMsZ0JBQWdCLENBQUM7YUFDNUI7O3dGQUNZLGFBQWEsbUJBSFQsZ0JBQWdCLGFBRHJCLFlBQVksYUFFWixnQkFBZ0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHsgUG9CYWRnZUNvbXBvbmVudCB9IGZyb20gJy4vcG8tYmFkZ2UuY29tcG9uZW50JztcblxuLyoqXG4gKiBAZGVzY3JpcHRpb25cbiAqXG4gKiBNw7NkdWxvIGRvIGNvbXBvbmVudGUgcG8tYmFkZ2UuXG4gKi9cbkBOZ01vZHVsZSh7XG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGVdLFxuICBkZWNsYXJhdGlvbnM6IFtQb0JhZGdlQ29tcG9uZW50XSxcbiAgZXhwb3J0czogW1BvQmFkZ2VDb21wb25lbnRdXG59KVxuZXhwb3J0IGNsYXNzIFBvQmFkZ2VNb2R1bGUge31cbiJdfQ==
|
|
File without changes
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { Input, Directive } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* @description
|
|
5
|
+
*
|
|
6
|
+
* Este componente gera uma estrutura de navegação que apresenta ao usuário a localização
|
|
7
|
+
* da URL atual, exibindo as antecessoras conforme é realizado a navegação na aplicação.
|
|
8
|
+
*
|
|
9
|
+
* Quando não houver espaçamento suficiente para exibi-lás, o componente se encarrega também
|
|
10
|
+
* de agrupar as URLs antecessoras, gerando assim um ícone que permite a visualização em cascata.
|
|
11
|
+
*
|
|
12
|
+
* Caso um endereço seja especificado na propriedade `p-favorite-service`, o componente permite ao usuário
|
|
13
|
+
* favoritar a URL.
|
|
14
|
+
*
|
|
15
|
+
* Havendo necessidade de incluir parâmetros na requisição do serviço,
|
|
16
|
+
* o componente dispõe da propriedade `p-params-service` que recebe um objeto contendo as informações.
|
|
17
|
+
*/
|
|
18
|
+
export class PoBreadcrumbBaseComponent {
|
|
19
|
+
constructor() {
|
|
20
|
+
this.itemsView = [];
|
|
21
|
+
this._items = [];
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* @description
|
|
25
|
+
*
|
|
26
|
+
* Lista de itens do _breadcrumb_.
|
|
27
|
+
*
|
|
28
|
+
* **Exemplo:**
|
|
29
|
+
* ```
|
|
30
|
+
* { label: 'Po Portal', link: 'portal' }
|
|
31
|
+
* ```
|
|
32
|
+
*/
|
|
33
|
+
set items(items) {
|
|
34
|
+
this._items = items;
|
|
35
|
+
this.itemsView = [].concat(items);
|
|
36
|
+
}
|
|
37
|
+
get items() {
|
|
38
|
+
return this._items;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
PoBreadcrumbBaseComponent.ɵfac = function PoBreadcrumbBaseComponent_Factory(t) { return new (t || PoBreadcrumbBaseComponent)(); };
|
|
42
|
+
PoBreadcrumbBaseComponent.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: PoBreadcrumbBaseComponent, inputs: { favoriteService: ["p-favorite-service", "favoriteService"], paramsService: ["p-params-service", "paramsService"], items: ["p-items", "items"] } });
|
|
43
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PoBreadcrumbBaseComponent, [{
|
|
44
|
+
type: Directive
|
|
45
|
+
}], null, { favoriteService: [{
|
|
46
|
+
type: Input,
|
|
47
|
+
args: ['p-favorite-service']
|
|
48
|
+
}], paramsService: [{
|
|
49
|
+
type: Input,
|
|
50
|
+
args: ['p-params-service']
|
|
51
|
+
}], items: [{
|
|
52
|
+
type: Input,
|
|
53
|
+
args: ['p-items']
|
|
54
|
+
}] }); })();
|
|
55
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG8tYnJlYWRjcnVtYi1iYXNlLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3VpL3NyYy9saWIvY29tcG9uZW50cy9wby1icmVhZGNydW1iL3BvLWJyZWFkY3J1bWItYmFzZS5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLEtBQUssRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBSWpEOzs7Ozs7Ozs7Ozs7OztHQWNHO0FBRUgsTUFBTSxPQUFPLHlCQUF5QjtJQUR0QztRQTBFRSxjQUFTLEdBQTRCLEVBQUUsQ0FBQztRQUtoQyxXQUFNLEdBQTRCLEVBQUUsQ0FBQztLQW9COUM7SUFsQkM7Ozs7Ozs7OztPQVNHO0lBQ0gsSUFBc0IsS0FBSyxDQUFDLEtBQThCO1FBQ3hELElBQUksQ0FBQyxNQUFNLEdBQUcsS0FBSyxDQUFDO1FBQ3BCLElBQUksQ0FBQyxTQUFTLEdBQUcsRUFBRSxDQUFDLE1BQU0sQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUNwQyxDQUFDO0lBRUQsSUFBSSxLQUFLO1FBQ1AsT0FBTyxJQUFJLENBQUMsTUFBTSxDQUFDO0lBQ3JCLENBQUM7O2tHQWpHVSx5QkFBeUI7NEVBQXpCLHlCQUF5Qjt1RkFBekIseUJBQXlCO2NBRHJDLFNBQVM7Z0JBK0RxQixlQUFlO2tCQUEzQyxLQUFLO21CQUFDLG9CQUFvQjtZQVNBLGFBQWE7a0JBQXZDLEtBQUs7bUJBQUMsa0JBQWtCO1lBbUJILEtBQUs7a0JBQTFCLEtBQUs7bUJBQUMsU0FBUyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IElucHV0LCBEaXJlY3RpdmUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHsgUG9CcmVhZGNydW1iSXRlbSB9IGZyb20gJy4vcG8tYnJlYWRjcnVtYi1pdGVtLmludGVyZmFjZSc7XG5cbi8qKlxuICogQGRlc2NyaXB0aW9uXG4gKlxuICogRXN0ZSBjb21wb25lbnRlIGdlcmEgdW1hIGVzdHJ1dHVyYSBkZSBuYXZlZ2HDp8OjbyBxdWUgYXByZXNlbnRhIGFvIHVzdcOhcmlvIGEgbG9jYWxpemHDp8Ojb1xuICogZGEgVVJMIGF0dWFsLCBleGliaW5kbyBhcyBhbnRlY2Vzc29yYXMgY29uZm9ybWUgw6kgcmVhbGl6YWRvIGEgbmF2ZWdhw6fDo28gbmEgYXBsaWNhw6fDo28uXG4gKlxuICogUXVhbmRvIG7Do28gaG91dmVyIGVzcGHDp2FtZW50byBzdWZpY2llbnRlIHBhcmEgZXhpYmktbMOhcywgbyBjb21wb25lbnRlIHNlIGVuY2FycmVnYSB0YW1iw6ltXG4gKiBkZSBhZ3J1cGFyIGFzIFVSTHMgYW50ZWNlc3NvcmFzLCBnZXJhbmRvIGFzc2ltIHVtIMOtY29uZSBxdWUgcGVybWl0ZSBhIHZpc3VhbGl6YcOnw6NvIGVtIGNhc2NhdGEuXG4gKlxuICogQ2FzbyB1bSBlbmRlcmXDp28gc2VqYSBlc3BlY2lmaWNhZG8gbmEgcHJvcHJpZWRhZGUgYHAtZmF2b3JpdGUtc2VydmljZWAsIG8gY29tcG9uZW50ZSBwZXJtaXRlIGFvIHVzdcOhcmlvXG4gKiBmYXZvcml0YXIgYSBVUkwuXG4gKlxuICogSGF2ZW5kbyBuZWNlc3NpZGFkZSBkZSBpbmNsdWlyIHBhcsOibWV0cm9zIG5hIHJlcXVpc2nDp8OjbyBkbyBzZXJ2acOnbyxcbiAqIG8gY29tcG9uZW50ZSBkaXNww7VlIGRhIHByb3ByaWVkYWRlIGBwLXBhcmFtcy1zZXJ2aWNlYCBxdWUgcmVjZWJlIHVtIG9iamV0byBjb250ZW5kbyBhcyBpbmZvcm1hw6fDtWVzLlxuICovXG5ARGlyZWN0aXZlKClcbmV4cG9ydCBjbGFzcyBQb0JyZWFkY3J1bWJCYXNlQ29tcG9uZW50IHtcbiAgLyoqXG4gICAqIEBvcHRpb25hbFxuICAgKlxuICAgKiBAZGVzY3JpcHRpb25cbiAgICpcbiAgICogUGVybWl0ZSBkZWZpbmlyIHVtYSBVUkwgbm8gY29tcG9uZW50ZSBgcG8tYnJlYWRjcnVtYmAgcGFyYSBmYXZvcml0YXIgb3UgZGVzZmF2b3JpdGFyLlxuICAgKiA+IFBhcmEgdXRpbGl6YXIgZXN0YSBwcm9wcmllZGFkZSwgbyDDumx0aW1vIGBQb0JyZWFkY3J1bWJJdGVtYCBkYSBsaXN0YSBkZSBpdGVtcyBkYSBwcm9wcmllZGFkZSBgcC1pdGVtc2AgZGV2ZSB0ZXIgdW0gbGluayBpbmZvcm1hZG8uXG4gICAqXG4gICAqID4gQSBBUEkgZGV2ZSBlc3RhciBwcmVwYXJhZGEgcGFyYSByZXRvcm5hciB1bSBvYmpldG8gbm8gZm9ybWF0byBgeyBpc0Zhdm9yaXRlOiBib29sZWFuIH1gLlxuICAgKlxuICAgKiBBbyBpbmljaWFyLCBvIGBwby1icmVhZGNydW1iYCBmYXogdW0gR0VUIG5hIFVSTCBkZWZpbmlkYSBuYSBwcm9wcmllZGFkZSBgcC1mYXZvcml0ZS1zZXJ2aWNlYCBlIGRldmUgcmV0b3JuYXIgYSBwcm9wcmllZGFkZVxuICAgKiBgeyBpc0Zhdm9yaXRlOiBib29sZWFuIH1gIGRvIMO6bHRpbW8gYFBvQnJlYWRjcnVtYkl0ZW1gIGRlZmluaWRvIG5hIGxpc3RhIGRlIGl0ZW5zIGRhIHByb3ByaWVkYWRlIGBwLWl0ZW1zYC5cbiAgICpcbiAgICogQW8gY2xpY2FyIGVtIGZhdm9yaXRhciBvdSBkZXNmYXZvcml0YXIgbyBgcG8tYnJlYWRjcnVtYmAgZmF6IHVtIFBPU1QgY29tIG8gbGluayBlIGEgcHJvcHJpZWRhZGUgYHsgaXNGYXZvcml0ZTogYm9vbGVhbiB9YFxuICAgKiBkZWZpbmlkb3Mgbm8gw7psdGltbyBpdGVtIGRhIHByb3ByaWVkYWRlIGBwLWl0ZW1zYC5cbiAgICpcbiAgICogPiBDYXNvIGFsZ3VtIHBhcsOibWV0cm8gc2VqYSBkZWZpbmlkbyBuYSBwcm9wcmllZGFkZSBgcC1wYXJhbXMtc2VydmljZWAsIG8gbWVzbW8gc2Vyw6EgZW52aWFkbyBwYXJhIGEgQVBJIGUgcmV0b3JuYXLDoVxuICAgKiBhcMOzcyBmYXplciB1bSBHRVQgb3UgUE9TVC5cbiAgICpcbiAgICogRXhlbXBsbyBkZSBVUkwgY29udGVuZG8gbyBzZXJ2acOnbyBkZSBmYXZvcml0YXIgb3UgZGVzZmF2b3JpdGFyOlxuICAgKlxuICAgKiBgYGBcbiAgICogaHR0cHM6Ly9wby11aS5pby9zYW1wbGUvYXBpL2Zhdm9yaXRlXG4gICAqIGBgYFxuICAgKlxuICAgKiBBbyBmYXplciBvIEdFVCBvIGBwby1icmVhZGNydW1iYCBjb25jYXRlbmEgbyBsaW5rIGNvbSBhIFVSTCBkZSBzZXJ2acOnby4gRXhlbXBsbzpcbiAgICpcbiAgICogYGBgXG4gICAqIEdFVCBodHRwOi8vPGRvbWFpbj4vYXBpL2Zhdm9yaXRlP3VybD0vZXhhbXBsZVxuICAgKiBgYGBcbiAgICpcbiAgICogYGBgXG4gICAqIEdFVCBodHRwOi8vcG8uY29tLmJyL3NhbXBsZS9hcGkvZmF2b3JpdGU/dXJsPS9leGFtcGxlXG4gICAqIGBgYFxuICAgKlxuICAgKiBgYGBcbiAgICogUE9TVFxuICAgKiBwYXlsb2FkOiB7IGlzRmF2b3JpdGU6IHRydWUsIHVybDogJy9leGFtcGxlJyB9XG4gICAqIGBgYFxuICAgKlxuICAgKiBDYXNvIHBvc3N1YSBwYXLDom1ldHJvcyBkZWZpbmlkb3MgbmEgcHJvcHJpZWRhZGUgYHAtcGFyYW1zLXNlcnZpY2VgOlxuICAgKlxuICAgKiBgYGBcbiAgICogUE9TVFxuICAgKiBwYXlsb2FkOiB7IGlzRmF2b3JpdGU6IHRydWUsIHVybDogXCIvZXhhbXBsZVwiLCBwYXJhbXM6IFwieyBpZDogMTQsIHVzZXI6ICdkZXYucG8nIH1cIiB9XG4gICAqIGBgYFxuICAgKlxuICAgKiBFeGVtcGxvcyBkZSByZXRvcm5vOlxuICAgKlxuICAgKiBgYGBcbiAgICogeyBpc0Zhdm9yaXRlOiB0cnVlLCB1cmw6IFwiL2V4YW1wbGVcIiB9XG4gICAqIGBgYFxuICAgKlxuICAgKiBgYGBcbiAgICogeyBpc0Zhdm9yaXRlOiBmYWxzZSwgdXJsOiBcIi9leGFtcGxlXCIgfVxuICAgKiBgYGBcbiAgICpcbiAgICogYGBgXG4gICAqIHsgaXNGYXZvcml0ZTogZmFsc2UsIHVybDogXCIvZXhhbXBsZVwiLCBwYXJhbXM6IFwieyBpZDogMTQsIHVzZXI6ICdkZXYucG8nIH1cIiB9XG4gICAqIGBgYFxuICAgKi9cbiAgQElucHV0KCdwLWZhdm9yaXRlLXNlcnZpY2UnKSBmYXZvcml0ZVNlcnZpY2U/OiBzdHJpbmc7XG5cbiAgLyoqXG4gICAqIEBvcHRpb25hbFxuICAgKlxuICAgKiBAZGVzY3JpcHRpb25cbiAgICpcbiAgICogT2JqZXRvIHF1ZSBwb3NzaWJpbGl0YSBvIGVudmlvIGRlIHBhcsOibWV0cm9zIGFkaWNpb25haXMgw6AgcmVxdWlzacOnw6NvLlxuICAgKi9cbiAgQElucHV0KCdwLXBhcmFtcy1zZXJ2aWNlJykgcGFyYW1zU2VydmljZT86IG9iamVjdDtcblxuICBpdGVtc1ZpZXc6IEFycmF5PFBvQnJlYWRjcnVtYkl0ZW0+ID0gW107XG5cbiAgcHJvdGVjdGVkIGNsaWNrb3V0TGlzdGVuZXI6ICgpID0+IHZvaWQ7XG4gIHByb3RlY3RlZCByZXNpemVMaXN0ZW5lcjogKCkgPT4gdm9pZDtcblxuICBwcml2YXRlIF9pdGVtczogQXJyYXk8UG9CcmVhZGNydW1iSXRlbT4gPSBbXTtcblxuICAvKipcbiAgICogQGRlc2NyaXB0aW9uXG4gICAqXG4gICAqIExpc3RhIGRlIGl0ZW5zIGRvIF9icmVhZGNydW1iXy5cbiAgICpcbiAgICogKipFeGVtcGxvOioqXG4gICAqIGBgYFxuICAgKiB7IGxhYmVsOiAnUG8gUG9ydGFsJywgbGluazogJ3BvcnRhbCcgfVxuICAgKiBgYGBcbiAgICovXG4gIEBJbnB1dCgncC1pdGVtcycpIHNldCBpdGVtcyhpdGVtczogQXJyYXk8UG9CcmVhZGNydW1iSXRlbT4pIHtcbiAgICB0aGlzLl9pdGVtcyA9IGl0ZW1zO1xuICAgIHRoaXMuaXRlbXNWaWV3ID0gW10uY29uY2F0KGl0ZW1zKTtcbiAgfVxuXG4gIGdldCBpdGVtcygpIHtcbiAgICByZXR1cm4gdGhpcy5faXRlbXM7XG4gIH1cbn1cbiJdfQ==
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Component, Input } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "@angular/common";
|
|
4
|
+
import * as i2 from "@angular/router";
|
|
5
|
+
function PoBreadcrumbDropdownComponent_li_1_Template(rf, ctx) { if (rf & 1) {
|
|
6
|
+
i0.ɵɵelementStart(0, "li", 2);
|
|
7
|
+
i0.ɵɵtext(1);
|
|
8
|
+
i0.ɵɵelementEnd();
|
|
9
|
+
} if (rf & 2) {
|
|
10
|
+
const item_r1 = ctx.$implicit;
|
|
11
|
+
i0.ɵɵproperty("routerLink", item_r1.link);
|
|
12
|
+
i0.ɵɵadvance(1);
|
|
13
|
+
i0.ɵɵtextInterpolate1(" ", item_r1.label, " ");
|
|
14
|
+
} }
|
|
15
|
+
/**
|
|
16
|
+
* @docsPrivate
|
|
17
|
+
*
|
|
18
|
+
* @description
|
|
19
|
+
*
|
|
20
|
+
* Componente que renderiza o dropdown do po-breadcrumb.
|
|
21
|
+
*/
|
|
22
|
+
export class PoBreadcrumbDropdownComponent {
|
|
23
|
+
}
|
|
24
|
+
PoBreadcrumbDropdownComponent.ɵfac = function PoBreadcrumbDropdownComponent_Factory(t) { return new (t || PoBreadcrumbDropdownComponent)(); };
|
|
25
|
+
PoBreadcrumbDropdownComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoBreadcrumbDropdownComponent, selectors: [["po-breadcrumb-dropdown"]], inputs: { items: ["p-items", "items"] }, decls: 2, vars: 1, consts: [[1, "po-breadcrumb-dropdown"], ["class", "po-breadcrumb-dropdown-item", 3, "routerLink", 4, "ngFor", "ngForOf"], [1, "po-breadcrumb-dropdown-item", 3, "routerLink"]], template: function PoBreadcrumbDropdownComponent_Template(rf, ctx) { if (rf & 1) {
|
|
26
|
+
i0.ɵɵelementStart(0, "ul", 0);
|
|
27
|
+
i0.ɵɵtemplate(1, PoBreadcrumbDropdownComponent_li_1_Template, 2, 2, "li", 1);
|
|
28
|
+
i0.ɵɵelementEnd();
|
|
29
|
+
} if (rf & 2) {
|
|
30
|
+
i0.ɵɵadvance(1);
|
|
31
|
+
i0.ɵɵproperty("ngForOf", ctx.items);
|
|
32
|
+
} }, directives: [i1.NgForOf, i2.RouterLink], encapsulation: 2 });
|
|
33
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PoBreadcrumbDropdownComponent, [{
|
|
34
|
+
type: Component,
|
|
35
|
+
args: [{ selector: 'po-breadcrumb-dropdown', template: "<ul class=\"po-breadcrumb-dropdown\">\n <li class=\"po-breadcrumb-dropdown-item\" *ngFor=\"let item of items\" [routerLink]=\"item.link\">\n {{ item.label }}\n </li>\n</ul>\n" }]
|
|
36
|
+
}], null, { items: [{
|
|
37
|
+
type: Input,
|
|
38
|
+
args: ['p-items']
|
|
39
|
+
}] }); })();
|
|
40
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG8tYnJlYWRjcnVtYi1kcm9wZG93bi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy91aS9zcmMvbGliL2NvbXBvbmVudHMvcG8tYnJlYWRjcnVtYi9wby1icmVhZGNydW1iLWRyb3Bkb3duL3BvLWJyZWFkY3J1bWItZHJvcGRvd24uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdWkvc3JjL2xpYi9jb21wb25lbnRzL3BvLWJyZWFkY3J1bWIvcG8tYnJlYWRjcnVtYi1kcm9wZG93bi9wby1icmVhZGNydW1iLWRyb3Bkb3duLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7OztJQ0MvQyw2QkFBNEY7SUFDMUYsWUFDRjtJQUFBLGlCQUFLOzs7SUFGOEQseUNBQXdCO0lBQ3pGLGVBQ0Y7SUFERSw4Q0FDRjs7QURDRjs7Ozs7O0dBTUc7QUFLSCxNQUFNLE9BQU8sNkJBQTZCOzswR0FBN0IsNkJBQTZCO2dGQUE3Qiw2QkFBNkI7UUNmMUMsNkJBQW1DO1FBQ2pDLDRFQUVLO1FBQ1AsaUJBQUs7O1FBSHNELGVBQVE7UUFBUixtQ0FBUTs7dUZEY3RELDZCQUE2QjtjQUp6QyxTQUFTOzJCQUNFLHdCQUF3QjtnQkFLaEIsS0FBSztrQkFBdEIsS0FBSzttQkFBQyxTQUFTIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5pbXBvcnQgeyBQb0JyZWFkY3J1bWJJdGVtIH0gZnJvbSAnLi8uLi9wby1icmVhZGNydW1iLWl0ZW0uaW50ZXJmYWNlJztcblxuLyoqXG4gKiBAZG9jc1ByaXZhdGVcbiAqXG4gKiBAZGVzY3JpcHRpb25cbiAqXG4gKiBDb21wb25lbnRlIHF1ZSByZW5kZXJpemEgbyBkcm9wZG93biBkbyBwby1icmVhZGNydW1iLlxuICovXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdwby1icmVhZGNydW1iLWRyb3Bkb3duJyxcbiAgdGVtcGxhdGVVcmw6ICcuL3BvLWJyZWFkY3J1bWItZHJvcGRvd24uY29tcG9uZW50Lmh0bWwnXG59KVxuZXhwb3J0IGNsYXNzIFBvQnJlYWRjcnVtYkRyb3Bkb3duQ29tcG9uZW50IHtcbiAgLy8gSXRlbnMgYSBzZXJlbSBhcHJlc2VudGFkb3MgbmEgbGlzdGEgZG8gZHJvcGRvd24uXG4gIEBJbnB1dCgncC1pdGVtcycpIGl0ZW1zOiBBcnJheTxQb0JyZWFkY3J1bWJJdGVtPjtcbn1cbiIsIjx1bCBjbGFzcz1cInBvLWJyZWFkY3J1bWItZHJvcGRvd25cIj5cbiAgPGxpIGNsYXNzPVwicG8tYnJlYWRjcnVtYi1kcm9wZG93bi1pdGVtXCIgKm5nRm9yPVwibGV0IGl0ZW0gb2YgaXRlbXNcIiBbcm91dGVyTGlua109XCJpdGVtLmxpbmtcIj5cbiAgICB7eyBpdGVtLmxhYmVsIH19XG4gIDwvbGk+XG48L3VsPlxuIl19
|