@po-ui/ng-components 5.22.1 → 6.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/lib/components/components.module.mjs +270 -0
- package/{esm2015/lib/components/index.js → esm2020/lib/components/index.mjs} +0 -0
- package/{esm2015/lib/components/po-accordion/index.js → esm2020/lib/components/po-accordion/index.mjs} +0 -0
- package/{esm2015/lib/components/po-accordion/po-accordion-base.component.js → esm2020/lib/components/po-accordion/po-accordion-base.component.mjs} +0 -0
- package/esm2020/lib/components/po-accordion/po-accordion-item/po-accordion-item.component.mjs +78 -0
- package/esm2020/lib/components/po-accordion/po-accordion-item-body/po-accordion-item-body.component.mjs +44 -0
- package/esm2020/lib/components/po-accordion/po-accordion-item-header/po-accordion-item-header.component.mjs +41 -0
- package/esm2020/lib/components/po-accordion/po-accordion.component.mjs +106 -0
- package/esm2020/lib/components/po-accordion/po-accordion.module.mjs +61 -0
- package/esm2020/lib/components/po-accordion/services/po-accordion.service.mjs +30 -0
- package/{esm2015/lib/components/po-avatar/index.js → esm2020/lib/components/po-avatar/index.mjs} +0 -0
- package/esm2020/lib/components/po-avatar/po-avatar-base.component.mjs +77 -0
- package/esm2020/lib/components/po-avatar/po-avatar.component.mjs +73 -0
- package/esm2020/lib/components/po-avatar/po-avatar.module.mjs +24 -0
- package/esm2020/lib/components/po-badge/po-badge-base.component.mjs +94 -0
- package/esm2020/lib/components/po-badge/po-badge.component.mjs +27 -0
- package/esm2020/lib/components/po-badge/po-badge.module.mjs +24 -0
- package/{esm2015/lib/components/po-breadcrumb/index.js → esm2020/lib/components/po-breadcrumb/index.mjs} +0 -0
- package/esm2020/lib/components/po-breadcrumb/po-breadcrumb-base.component.mjs +55 -0
- package/esm2020/lib/components/po-breadcrumb/po-breadcrumb-dropdown/po-breadcrumb-dropdown.component.mjs +40 -0
- package/esm2020/lib/components/po-breadcrumb/po-breadcrumb-favorite/po-breadcrumb-favorite.component.mjs +113 -0
- package/esm2020/lib/components/po-breadcrumb/po-breadcrumb-favorite/po-breadcrumb-favorite.service.mjs +49 -0
- package/esm2020/lib/components/po-breadcrumb/po-breadcrumb-item/po-breadcrumb-item.component.mjs +109 -0
- package/{esm2015/lib/components/po-breadcrumb/po-breadcrumb-item.interface.js → esm2020/lib/components/po-breadcrumb/po-breadcrumb-item.interface.mjs} +0 -0
- package/esm2020/lib/components/po-breadcrumb/po-breadcrumb.component.mjs +219 -0
- package/{esm2015/lib/components/po-breadcrumb/po-breadcrumb.interface.js → esm2020/lib/components/po-breadcrumb/po-breadcrumb.interface.mjs} +0 -0
- package/esm2020/lib/components/po-breadcrumb/po-breadcrumb.module.mjs +37 -0
- package/{esm2015/lib/components/po-button/index.js → esm2020/lib/components/po-button/index.mjs} +0 -0
- package/esm2020/lib/components/po-button/po-button-base.component.mjs +144 -0
- package/esm2020/lib/components/po-button/po-button.component.mjs +114 -0
- package/esm2020/lib/components/po-button/po-button.module.mjs +26 -0
- package/{esm2015/lib/components/po-button-group/index.js → esm2020/lib/components/po-button-group/index.mjs} +0 -0
- package/esm2020/lib/components/po-button-group/po-button-group-base.component.mjs +102 -0
- package/{esm2015/lib/components/po-button-group/po-button-group-item.interface.js → esm2020/lib/components/po-button-group/po-button-group-item.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-button-group/po-button-group-toggle.enum.js → esm2020/lib/components/po-button-group/po-button-group-toggle.enum.mjs} +0 -0
- package/esm2020/lib/components/po-button-group/po-button-group.component.mjs +62 -0
- package/esm2020/lib/components/po-button-group/po-button-group.module.mjs +26 -0
- package/{esm2015/lib/components/po-calendar/index.js → esm2020/lib/components/po-calendar/index.mjs} +0 -0
- package/esm2020/lib/components/po-calendar/po-calendar-base.component.mjs +183 -0
- package/esm2020/lib/components/po-calendar/po-calendar-header/po-calendar-header.component.mjs +57 -0
- package/{esm2015/lib/components/po-calendar/po-calendar-mode.enum.js → esm2020/lib/components/po-calendar/po-calendar-mode.enum.mjs} +0 -0
- package/esm2020/lib/components/po-calendar/po-calendar-wrapper/po-calendar-wrapper.component.mjs +469 -0
- package/esm2020/lib/components/po-calendar/po-calendar.component.mjs +257 -0
- package/esm2020/lib/components/po-calendar/po-calendar.module.mjs +25 -0
- package/esm2020/lib/components/po-calendar/services/po-calendar.lang.service.mjs +189 -0
- package/esm2020/lib/components/po-calendar/services/po-calendar.service.mjs +47 -0
- package/esm2020/lib/components/po-chart/directives/po-resize-observer.directive.mjs +46 -0
- package/esm2020/lib/components/po-chart/enums/po-chart-type.enum.mjs +38 -0
- package/{esm2015/lib/components/po-chart/helpers/po-chart-default-values.constant.js → esm2020/lib/components/po-chart/helpers/po-chart-default-values.constant.mjs} +0 -0
- package/esm2020/lib/components/po-chart/index.mjs +7 -0
- package/{esm2015/lib/components/po-chart/interfaces/po-chart-axis-options.interface.js → esm2020/lib/components/po-chart/interfaces/po-chart-axis-options.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-chart/interfaces/po-chart-bar-coordinates.interface.js → esm2020/lib/components/po-chart/interfaces/po-chart-bar-coordinates.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-chart/interfaces/po-chart-container-size.interface.js → esm2020/lib/components/po-chart/interfaces/po-chart-container-size.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-chart/interfaces/po-chart-label-coordinates.interface.js → esm2020/lib/components/po-chart/interfaces/po-chart-label-coordinates.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-chart/interfaces/po-chart-min-max-values.interface.js → esm2020/lib/components/po-chart/interfaces/po-chart-min-max-values.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-chart/interfaces/po-chart-options.interface.js → esm2020/lib/components/po-chart/interfaces/po-chart-options.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-chart/interfaces/po-chart-path-coordinates.interface.js → esm2020/lib/components/po-chart/interfaces/po-chart-path-coordinates.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-chart/interfaces/po-chart-points-coordinates.interface.js → esm2020/lib/components/po-chart/interfaces/po-chart-points-coordinates.interface.mjs} +0 -0
- package/esm2020/lib/components/po-chart/interfaces/po-chart-serie.interface.mjs +2 -0
- package/esm2020/lib/components/po-chart/po-chart-base.component.mjs +258 -0
- package/esm2020/lib/components/po-chart/po-chart-container/po-chart-axis/po-chart-axis-label/po-chart-axis-label.component.mjs +68 -0
- package/esm2020/lib/components/po-chart/po-chart-container/po-chart-axis/po-chart-axis-path/po-chart-axis-path.component.mjs +50 -0
- package/esm2020/lib/components/po-chart/po-chart-container/po-chart-axis/po-chart-axis.component.mjs +310 -0
- package/esm2020/lib/components/po-chart/po-chart-container/po-chart-bar/po-chart-bar-base.component.mjs +103 -0
- package/esm2020/lib/components/po-chart/po-chart-container/po-chart-bar/po-chart-bar-path/po-chart-bar-path.component.mjs +61 -0
- package/esm2020/lib/components/po-chart/po-chart-container/po-chart-bar/po-chart-bar.component.mjs +84 -0
- package/esm2020/lib/components/po-chart/po-chart-container/po-chart-bar/po-chart-column/po-chart-column.component.mjs +85 -0
- package/esm2020/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-circular-label/po-chart-circular-label.component.mjs +47 -0
- package/esm2020/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-circular-path/po-chart-circular-path.component.mjs +56 -0
- package/esm2020/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-circular-path/po-chart-tooltip.directive.mjs +84 -0
- package/esm2020/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-circular.component.mjs +161 -0
- package/esm2020/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-donut/po-chart-donut.component.mjs +165 -0
- package/esm2020/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-pie/po-chart-pie.component.mjs +107 -0
- package/esm2020/lib/components/po-chart/po-chart-container/po-chart-container.component.mjs +243 -0
- package/esm2020/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-area/po-chart-area.component.mjs +106 -0
- package/esm2020/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-line-base.component.mjs +172 -0
- package/esm2020/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-line.component.mjs +70 -0
- package/esm2020/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-path/po-chart-path.component.mjs +87 -0
- package/esm2020/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-series-point/po-chart-series-point.component.mjs +128 -0
- package/esm2020/lib/components/po-chart/po-chart-legend/po-chart-legend.component.mjs +48 -0
- package/esm2020/lib/components/po-chart/po-chart-types/po-chart-dynamic-type.component.mjs +52 -0
- package/esm2020/lib/components/po-chart/po-chart.component.mjs +254 -0
- package/esm2020/lib/components/po-chart/po-chart.module.mjs +81 -0
- package/esm2020/lib/components/po-chart/services/po-chart-maths.service.mjs +136 -0
- package/esm2020/lib/components/po-chart/services/po-chart-svg-container.service.mjs +58 -0
- package/{esm2015/lib/components/po-container/index.js → esm2020/lib/components/po-container/index.mjs} +0 -0
- package/esm2020/lib/components/po-container/po-container-base.component.mjs +97 -0
- package/esm2020/lib/components/po-container/po-container.component.mjs +42 -0
- package/esm2020/lib/components/po-container/po-container.module.mjs +24 -0
- package/{esm2015/lib/components/po-disclaimer/index.js → esm2020/lib/components/po-disclaimer/index.mjs} +0 -0
- package/esm2020/lib/components/po-disclaimer/po-disclaimer-base.component.mjs +90 -0
- package/esm2020/lib/components/po-disclaimer/po-disclaimer.component.mjs +60 -0
- package/{esm2015/lib/components/po-disclaimer/po-disclaimer.interface.js → esm2020/lib/components/po-disclaimer/po-disclaimer.interface.mjs} +0 -0
- package/esm2020/lib/components/po-disclaimer/po-disclaimer.module.mjs +23 -0
- package/{esm2015/lib/components/po-disclaimer-group/index.js → esm2020/lib/components/po-disclaimer-group/index.mjs} +0 -0
- package/esm2020/lib/components/po-disclaimer-group/po-disclaimer-group-base.component.mjs +206 -0
- package/{esm2015/lib/components/po-disclaimer-group/po-disclaimer-group-remove-action.interface.js → esm2020/lib/components/po-disclaimer-group/po-disclaimer-group-remove-action.interface.mjs} +0 -0
- package/esm2020/lib/components/po-disclaimer-group/po-disclaimer-group.component.mjs +80 -0
- package/{esm2015/lib/components/po-disclaimer-group/po-disclaimer-group.interface.js → esm2020/lib/components/po-disclaimer-group/po-disclaimer-group.interface.mjs} +0 -0
- package/esm2020/lib/components/po-disclaimer-group/po-disclaimer-group.module.mjs +26 -0
- package/esm2020/lib/components/po-disclaimer-group/po-disclaimer-remove/po-disclaimer-remove.component.mjs +40 -0
- package/{esm2015/lib/components/po-divider/index.js → esm2020/lib/components/po-divider/index.mjs} +0 -0
- package/esm2020/lib/components/po-divider/po-divider-base.component.mjs +19 -0
- package/esm2020/lib/components/po-divider/po-divider.component.mjs +49 -0
- package/esm2020/lib/components/po-divider/po-divider.module.mjs +24 -0
- package/{esm2015/lib/components/po-dropdown/index.js → esm2020/lib/components/po-dropdown/index.mjs} +0 -0
- package/{esm2015/lib/components/po-dropdown/po-dropdown-action.interface.js → esm2020/lib/components/po-dropdown/po-dropdown-action.interface.mjs} +0 -0
- package/esm2020/lib/components/po-dropdown/po-dropdown-base.component.mjs +78 -0
- package/esm2020/lib/components/po-dropdown/po-dropdown.component.mjs +130 -0
- package/esm2020/lib/components/po-dropdown/po-dropdown.module.mjs +24 -0
- package/{esm2015/lib/components/po-dynamic/index.js → esm2020/lib/components/po-dynamic/index.mjs} +0 -0
- package/{esm2015/lib/components/po-dynamic/po-dynamic-field-type.enum.js → esm2020/lib/components/po-dynamic/po-dynamic-field-type.enum.mjs} +0 -0
- package/{esm2015/lib/components/po-dynamic/po-dynamic-field.interface.js → esm2020/lib/components/po-dynamic/po-dynamic-field.interface.mjs} +0 -0
- package/esm2020/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-base.component.mjs +121 -0
- package/{esm2015/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-field.interface.js → esm2020/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-field.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-fields/po-dynamic-form-field-internal.interface.js → esm2020/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-fields/po-dynamic-form-field-internal.interface.mjs} +0 -0
- package/esm2020/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-fields/po-dynamic-form-fields-base.component.mjs +221 -0
- package/esm2020/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-fields/po-dynamic-form-fields.component.mjs +350 -0
- package/{esm2015/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-load/po-dynamic-form-load.interface.js → esm2020/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-load/po-dynamic-form-load.interface.mjs} +0 -0
- package/esm2020/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-load/po-dynamic-form-load.service.mjs +32 -0
- package/{esm2015/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-operation/po-dynamic-form-operation.js → esm2020/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-operation/po-dynamic-form-operation.mjs} +0 -0
- package/{esm2015/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-response.interface.js → esm2020/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-response.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-validation/po-dynamic-form-field-changed.interface.js → esm2020/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-validation/po-dynamic-form-field-changed.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-validation/po-dynamic-form-field-validation.interface.js → esm2020/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-validation/po-dynamic-form-field-validation.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-validation/po-dynamic-form-validation.interface.js → esm2020/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-validation/po-dynamic-form-validation.interface.mjs} +0 -0
- package/esm2020/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-validation/po-dynamic-form-validation.service.mjs +39 -0
- package/esm2020/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form.component.mjs +203 -0
- package/esm2020/lib/components/po-dynamic/po-dynamic-view/po-dynamic-view-base.component.mjs +169 -0
- package/{esm2015/lib/components/po-dynamic/po-dynamic-view/po-dynamic-view-field.interface.js → esm2020/lib/components/po-dynamic/po-dynamic-view/po-dynamic-view-field.interface.mjs} +0 -0
- package/esm2020/lib/components/po-dynamic/po-dynamic-view/po-dynamic-view.component.mjs +141 -0
- package/esm2020/lib/components/po-dynamic/po-dynamic-view/po-dynamic-view.service.mjs +17 -0
- package/esm2020/lib/components/po-dynamic/po-dynamic.module.mjs +53 -0
- package/esm2020/lib/components/po-dynamic/po-dynamic.util.mjs +18 -0
- package/esm2020/lib/components/po-field/index.mjs +53 -0
- package/esm2020/lib/components/po-field/po-checkbox/po-checkbox-base.component.mjs +109 -0
- package/esm2020/lib/components/po-field/po-checkbox/po-checkbox.component.mjs +118 -0
- package/{esm2015/lib/components/po-field/po-checkbox-group/interfaces/po-checkbox-group-option-view.interface.js → esm2020/lib/components/po-field/po-checkbox-group/interfaces/po-checkbox-group-option-view.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-field/po-checkbox-group/interfaces/po-checkbox-group-option.interface.js → esm2020/lib/components/po-field/po-checkbox-group/interfaces/po-checkbox-group-option.interface.mjs} +0 -0
- package/esm2020/lib/components/po-field/po-checkbox-group/po-checkbox-group-base.component.mjs +322 -0
- package/esm2020/lib/components/po-field/po-checkbox-group/po-checkbox-group.component.mjs +150 -0
- package/esm2020/lib/components/po-field/po-checkbox-group/po-checkbox-group.module.mjs +26 -0
- package/esm2020/lib/components/po-field/po-clean/index.mjs +2 -0
- package/esm2020/lib/components/po-field/po-clean/po-clean-base.component.mjs +49 -0
- package/esm2020/lib/components/po-field/po-clean/po-clean.component.mjs +45 -0
- package/esm2020/lib/components/po-field/po-clean/po-clean.module.mjs +24 -0
- package/{esm2015/lib/components/po-field/po-combo/interfaces/po-combo-filter.interface.js → esm2020/lib/components/po-field/po-combo/interfaces/po-combo-filter.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-field/po-combo/interfaces/po-combo-group.interface.js → esm2020/lib/components/po-field/po-combo/interfaces/po-combo-group.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-field/po-combo/interfaces/po-combo-literals.interface.js → esm2020/lib/components/po-field/po-combo/interfaces/po-combo-literals.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-field/po-combo/interfaces/po-combo-option-group.interface.js → esm2020/lib/components/po-field/po-combo/interfaces/po-combo-option-group.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-field/po-combo/interfaces/po-combo-option.interface.js → esm2020/lib/components/po-field/po-combo/interfaces/po-combo-option.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-field/po-combo/interfaces/po-response.interface.js → esm2020/lib/components/po-field/po-combo/interfaces/po-response.interface.mjs} +0 -0
- package/esm2020/lib/components/po-field/po-combo/po-combo-base.component.mjs +803 -0
- package/{esm2015/lib/components/po-field/po-combo/po-combo-filter-mode.enum.js → esm2020/lib/components/po-field/po-combo/po-combo-filter-mode.enum.mjs} +0 -0
- package/esm2020/lib/components/po-field/po-combo/po-combo-filter.service.mjs +79 -0
- package/esm2020/lib/components/po-field/po-combo/po-combo-option-template/po-combo-option-template.directive.mjs +82 -0
- package/esm2020/lib/components/po-field/po-combo/po-combo.component.mjs +746 -0
- package/{esm2015/lib/components/po-field/po-datepicker/enums/po-datepicker-iso-format.enum.js → esm2020/lib/components/po-field/po-datepicker/enums/po-datepicker-iso-format.enum.mjs} +0 -0
- package/esm2020/lib/components/po-field/po-datepicker/po-datepicker-base.component.mjs +428 -0
- package/esm2020/lib/components/po-field/po-datepicker/po-datepicker.component.mjs +439 -0
- package/esm2020/lib/components/po-field/po-datepicker/po-datepicker.module.mjs +28 -0
- package/{esm2015/lib/components/po-field/po-datepicker-range/interfaces/po-datepicker-range-literals.interface.js → esm2020/lib/components/po-field/po-datepicker-range/interfaces/po-datepicker-range-literals.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-field/po-datepicker-range/interfaces/po-datepicker-range.interface.js → esm2020/lib/components/po-field/po-datepicker-range/interfaces/po-datepicker-range.interface.mjs} +0 -0
- package/esm2020/lib/components/po-field/po-datepicker-range/po-datepicker-range-base.component.mjs +506 -0
- package/esm2020/lib/components/po-field/po-datepicker-range/po-datepicker-range.component.mjs +528 -0
- package/{esm2015/lib/components/po-field/po-datepicker-range/po-datepicker-range.literals.js → esm2020/lib/components/po-field/po-datepicker-range/po-datepicker-range.literals.mjs} +0 -0
- package/esm2020/lib/components/po-field/po-decimal/po-decimal.component.mjs +667 -0
- package/esm2020/lib/components/po-field/po-email/po-email.component.mjs +150 -0
- package/esm2020/lib/components/po-field/po-field-container/index.mjs +4 -0
- package/esm2020/lib/components/po-field/po-field-container/po-field-container-bottom/po-field-container-bottom.component.mjs +47 -0
- package/{esm2015/lib/components/po-field/po-field-container/po-field-container-literals.js → esm2020/lib/components/po-field/po-field-container/po-field-container-literals.mjs} +0 -0
- package/esm2020/lib/components/po-field/po-field-container/po-field-container.component.mjs +81 -0
- package/esm2020/lib/components/po-field/po-field-container/po-field-container.module.mjs +25 -0
- package/esm2020/lib/components/po-field/po-field-validate.model.mjs +74 -0
- package/esm2020/lib/components/po-field/po-field.model.mjs +90 -0
- package/esm2020/lib/components/po-field/po-field.module.mjs +268 -0
- package/esm2020/lib/components/po-field/po-input/po-input-base.component.mjs +397 -0
- package/esm2020/lib/components/po-field/po-input/po-input.component.mjs +111 -0
- package/{esm2015/lib/components/po-field/po-input/po-mask.js → esm2020/lib/components/po-field/po-input/po-mask.mjs} +0 -0
- package/esm2020/lib/components/po-field/po-input-generic/po-input-generic.mjs +197 -0
- package/esm2020/lib/components/po-field/po-login/po-login.component.mjs +100 -0
- package/{esm2015/lib/components/po-field/po-lookup/interfaces/po-lookup-advanced-filter.interface.js → esm2020/lib/components/po-field/po-lookup/interfaces/po-lookup-advanced-filter.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-field/po-lookup/interfaces/po-lookup-column.interface.js → esm2020/lib/components/po-field/po-lookup/interfaces/po-lookup-column.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-field/po-lookup/interfaces/po-lookup-filter.interface.js → esm2020/lib/components/po-field/po-lookup/interfaces/po-lookup-filter.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-field/po-lookup/interfaces/po-lookup-filtered-items-params.interface.js → esm2020/lib/components/po-field/po-lookup/interfaces/po-lookup-filtered-items-params.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-field/po-lookup/interfaces/po-lookup-literals.interface.js → esm2020/lib/components/po-field/po-lookup/interfaces/po-lookup-literals.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-field/po-lookup/interfaces/po-lookup-response-api.interface.js → esm2020/lib/components/po-field/po-lookup/interfaces/po-lookup-response-api.interface.mjs} +0 -0
- package/esm2020/lib/components/po-field/po-lookup/po-lookup-base.component.mjs +499 -0
- package/esm2020/lib/components/po-field/po-lookup/po-lookup-modal/po-lookup-modal-base.component.mjs +394 -0
- package/esm2020/lib/components/po-field/po-lookup/po-lookup-modal/po-lookup-modal.component.mjs +225 -0
- package/esm2020/lib/components/po-field/po-lookup/po-lookup.component.mjs +437 -0
- package/esm2020/lib/components/po-field/po-lookup/services/po-lookup-filter.service.mjs +59 -0
- package/esm2020/lib/components/po-field/po-lookup/services/po-lookup-modal.service.mjs +62 -0
- package/esm2020/lib/components/po-field/po-multiselect/po-multiselect-base.component.mjs +620 -0
- package/esm2020/lib/components/po-field/po-multiselect/po-multiselect-dropdown/po-multiselect-dropdown.component.mjs +258 -0
- package/{esm2015/lib/components/po-field/po-multiselect/po-multiselect-filter-mode.enum.js → esm2020/lib/components/po-field/po-multiselect/po-multiselect-filter-mode.enum.mjs} +0 -0
- package/{esm2015/lib/components/po-field/po-multiselect/po-multiselect-filter.interface.js → esm2020/lib/components/po-field/po-multiselect/po-multiselect-filter.interface.mjs} +0 -0
- package/esm2020/lib/components/po-field/po-multiselect/po-multiselect-filter.service.mjs +50 -0
- package/esm2020/lib/components/po-field/po-multiselect/po-multiselect-item/po-multiselect-item.component.mjs +54 -0
- package/{esm2015/lib/components/po-field/po-multiselect/po-multiselect-literals.interface.js → esm2020/lib/components/po-field/po-multiselect/po-multiselect-literals.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-field/po-multiselect/po-multiselect-option.interface.js → esm2020/lib/components/po-field/po-multiselect/po-multiselect-option.interface.mjs} +0 -0
- package/esm2020/lib/components/po-field/po-multiselect/po-multiselect-search/po-multiselect-search.component.mjs +82 -0
- package/esm2020/lib/components/po-field/po-multiselect/po-multiselect.component.mjs +424 -0
- package/esm2020/lib/components/po-field/po-number/po-number-base.component.mjs +113 -0
- package/esm2020/lib/components/po-field/po-number/po-number.component.mjs +178 -0
- package/esm2020/lib/components/po-field/po-password/po-password.component.mjs +151 -0
- package/esm2020/lib/components/po-field/po-radio-group/po-radio-group-base.component.mjs +201 -0
- package/{esm2015/lib/components/po-field/po-radio-group/po-radio-group-option.interface.js → esm2020/lib/components/po-field/po-radio-group/po-radio-group-option.interface.mjs} +0 -0
- package/esm2020/lib/components/po-field/po-radio-group/po-radio-group.component.mjs +184 -0
- package/{esm2015/lib/components/po-field/po-rich-text/interfaces/po-rich-text-toolbar-button-group-item.interface.js → esm2020/lib/components/po-field/po-rich-text/interfaces/po-rich-text-toolbar-button-group-item.interface.mjs} +0 -0
- package/esm2020/lib/components/po-field/po-rich-text/po-rich-text-base.component.mjs +203 -0
- package/esm2020/lib/components/po-field/po-rich-text/po-rich-text-body/po-rich-text-body.component.mjs +342 -0
- package/esm2020/lib/components/po-field/po-rich-text/po-rich-text-image-modal/po-rich-text-image-modal.component.mjs +135 -0
- package/esm2020/lib/components/po-field/po-rich-text/po-rich-text-link-modal/po-rich-text-link-modal.component.mjs +177 -0
- package/{esm2015/lib/components/po-field/po-rich-text/po-rich-text-literals.js → esm2020/lib/components/po-field/po-rich-text/po-rich-text-literals.mjs} +0 -0
- package/esm2020/lib/components/po-field/po-rich-text/po-rich-text-toolbar/po-rich-text-toolbar.component.mjs +254 -0
- package/esm2020/lib/components/po-field/po-rich-text/po-rich-text.component.mjs +173 -0
- package/esm2020/lib/components/po-field/po-rich-text/po-rich-text.service.mjs +20 -0
- package/esm2020/lib/components/po-field/po-select/po-select-option-template/po-select-option-template.directive.mjs +60 -0
- package/{esm2015/lib/components/po-field/po-select/po-select-option.interface.js → esm2020/lib/components/po-field/po-select/po-select-option.interface.mjs} +0 -0
- package/esm2020/lib/components/po-field/po-select/po-select.component.mjs +513 -0
- package/{esm2015/lib/components/po-field/po-switch/po-switch-label-position.enum.js → esm2020/lib/components/po-field/po-switch/po-switch-label-position.enum.mjs} +0 -0
- package/esm2020/lib/components/po-field/po-switch/po-switch.component.mjs +236 -0
- package/esm2020/lib/components/po-field/po-textarea/po-textarea-base.component.mjs +299 -0
- package/esm2020/lib/components/po-field/po-textarea/po-textarea.component.mjs +159 -0
- package/{esm2015/lib/components/po-field/po-upload/interfaces/po-upload-file-restriction.interface.js → esm2020/lib/components/po-field/po-upload/interfaces/po-upload-file-restriction.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-field/po-upload/interfaces/po-upload-literals.interface.js → esm2020/lib/components/po-field/po-upload/interfaces/po-upload-literals.interface.mjs} +0 -0
- package/esm2020/lib/components/po-field/po-upload/po-upload-base.component.mjs +634 -0
- package/esm2020/lib/components/po-field/po-upload/po-upload-base.service.mjs +89 -0
- package/esm2020/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop-area/po-upload-drag-drop-area.component.mjs +95 -0
- package/esm2020/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop-area-overlay/po-upload-drag-drop-area-overlay.component.mjs +61 -0
- package/esm2020/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop.component.mjs +101 -0
- package/esm2020/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop.directive.mjs +179 -0
- package/esm2020/lib/components/po-field/po-upload/po-upload-file-restrictions/po-upload-file-restrictions.component.mjs +151 -0
- package/{esm2015/lib/components/po-field/po-upload/po-upload-file.js → esm2020/lib/components/po-field/po-upload/po-upload-file.mjs} +0 -0
- package/{esm2015/lib/components/po-field/po-upload/po-upload-status.enum.js → esm2020/lib/components/po-field/po-upload/po-upload-status.enum.mjs} +0 -0
- package/esm2020/lib/components/po-field/po-upload/po-upload.component.mjs +450 -0
- package/esm2020/lib/components/po-field/po-upload/po-upload.service.mjs +11 -0
- package/esm2020/lib/components/po-field/po-url/po-url.component.mjs +141 -0
- package/{esm2015/lib/components/po-field/validators.js → esm2020/lib/components/po-field/validators.mjs} +0 -0
- package/{esm2015/lib/components/po-gauge/index.js → esm2020/lib/components/po-gauge/index.mjs} +0 -0
- package/{esm2015/lib/components/po-gauge/interfaces/po-gauge-coordinates.interface.js → esm2020/lib/components/po-gauge/interfaces/po-gauge-coordinates.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-gauge/interfaces/po-gauge-ranges.interface.js → esm2020/lib/components/po-gauge/interfaces/po-gauge-ranges.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-gauge/interfaces/po-gauge-svg-container.interface.js → esm2020/lib/components/po-gauge/interfaces/po-gauge-svg-container.interface.mjs} +0 -0
- package/esm2020/lib/components/po-gauge/po-gauge-base.component.mjs +154 -0
- package/{esm2015/lib/components/po-gauge/po-gauge-default-values.constant.js → esm2020/lib/components/po-gauge/po-gauge-default-values.constant.mjs} +0 -0
- package/esm2020/lib/components/po-gauge/po-gauge-description/po-gauge-description.component.mjs +110 -0
- package/esm2020/lib/components/po-gauge/po-gauge-legend/po-gauge-legend.component.mjs +70 -0
- package/esm2020/lib/components/po-gauge/po-gauge-svg/po-gauge-path/po-gauge-path.component.mjs +43 -0
- package/esm2020/lib/components/po-gauge/po-gauge-svg/po-gauge-pointer/po-gauge-pointer.component.mjs +66 -0
- package/esm2020/lib/components/po-gauge/po-gauge-svg/po-gauge-svg.component.mjs +236 -0
- package/esm2020/lib/components/po-gauge/po-gauge-title/po-gauge-title.component.mjs +28 -0
- package/esm2020/lib/components/po-gauge/po-gauge.component.mjs +109 -0
- package/esm2020/lib/components/po-gauge/po-gauge.module.mjs +44 -0
- package/{esm2015/lib/components/po-grid/index.js → esm2020/lib/components/po-grid/index.mjs} +0 -0
- package/esm2020/lib/components/po-grid/po-grid-cell/po-grid-cell.component.mjs +179 -0
- package/esm2020/lib/components/po-grid/po-grid-cell-action/po-grid-cell-action.component.mjs +40 -0
- package/esm2020/lib/components/po-grid/po-grid-head/po-grid-head.component.mjs +56 -0
- package/{esm2015/lib/components/po-grid/po-grid-row-actions.interface.js → esm2020/lib/components/po-grid/po-grid-row-actions.interface.mjs} +0 -0
- package/esm2020/lib/components/po-grid/po-grid.component.mjs +573 -0
- package/esm2020/lib/components/po-grid/po-grid.module.mjs +29 -0
- package/{esm2015/lib/components/po-icon/index.js → esm2020/lib/components/po-icon/index.mjs} +0 -0
- package/esm2020/lib/components/po-icon/po-icon.component.mjs +77 -0
- package/esm2020/lib/components/po-icon/po-icon.module.mjs +24 -0
- package/{esm2015/lib/components/po-info/index.js → esm2020/lib/components/po-info/index.mjs} +0 -0
- package/esm2020/lib/components/po-info/po-info-base.component.mjs +73 -0
- package/{esm2015/lib/components/po-info/po-info-orietation.enum.js → esm2020/lib/components/po-info/po-info-orietation.enum.mjs} +0 -0
- package/esm2020/lib/components/po-info/po-info.component.mjs +110 -0
- package/esm2020/lib/components/po-info/po-info.module.mjs +27 -0
- package/{esm2015/lib/components/po-list-view/index.js → esm2020/lib/components/po-list-view/index.mjs} +0 -0
- package/{esm2015/lib/components/po-list-view/interfaces/po-list-view-action.interface.js → esm2020/lib/components/po-list-view/interfaces/po-list-view-action.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-list-view/interfaces/po-list-view-literals.interface.js → esm2020/lib/components/po-list-view/interfaces/po-list-view-literals.interface.mjs} +0 -0
- package/esm2020/lib/components/po-list-view/po-list-view-base.component.mjs +298 -0
- package/esm2020/lib/components/po-list-view/po-list-view-content-template/po-list-view-content-template.directive.mjs +102 -0
- package/esm2020/lib/components/po-list-view/po-list-view-detail-template/po-list-view-detail-template.directive.mjs +65 -0
- package/esm2020/lib/components/po-list-view/po-list-view.component.mjs +385 -0
- package/esm2020/lib/components/po-list-view/po-list-view.module.mjs +57 -0
- package/{esm2015/lib/components/po-loading/index.js → esm2020/lib/components/po-loading/index.mjs} +0 -0
- package/esm2020/lib/components/po-loading/po-loading-base.component.mjs +27 -0
- package/esm2020/lib/components/po-loading/po-loading-icon/po-loading-icon.component.mjs +51 -0
- package/{esm2015/lib/components/po-loading/po-loading-overlay/interfaces/po-loading-overlay-literals.interface.js → esm2020/lib/components/po-loading/po-loading-overlay/interfaces/po-loading-overlay-literals.interface.mjs} +0 -0
- package/esm2020/lib/components/po-loading/po-loading-overlay/po-loading-overlay-base.component.mjs +93 -0
- package/esm2020/lib/components/po-loading/po-loading-overlay/po-loading-overlay.component.mjs +47 -0
- package/esm2020/lib/components/po-loading/po-loading.component.mjs +36 -0
- package/esm2020/lib/components/po-loading/po-loading.module.mjs +28 -0
- package/{esm2015/lib/components/po-menu/index.js → esm2020/lib/components/po-menu/index.mjs} +0 -0
- package/esm2020/lib/components/po-menu/po-menu-base.component.mjs +312 -0
- package/{esm2015/lib/components/po-menu/po-menu-filter/po-menu-filter-literals.interface.js → esm2020/lib/components/po-menu/po-menu-filter/po-menu-filter-literals.interface.mjs} +0 -0
- package/esm2020/lib/components/po-menu/po-menu-filter/po-menu-filter.component.mjs +85 -0
- package/{esm2015/lib/components/po-menu/po-menu-filter/po-menu-filter.interface.js → esm2020/lib/components/po-menu/po-menu-filter/po-menu-filter.interface.mjs} +0 -0
- package/esm2020/lib/components/po-menu/po-menu-header-template/po-menu-header-template.directive.mjs +52 -0
- package/{esm2015/lib/components/po-menu/po-menu-item/po-menu-item-badge.interface.js → esm2020/lib/components/po-menu/po-menu-item/po-menu-item-badge.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-menu/po-menu-item/po-menu-item-filtered.interface.js → esm2020/lib/components/po-menu/po-menu-item/po-menu-item-filtered.interface.mjs} +0 -0
- package/esm2020/lib/components/po-menu/po-menu-item/po-menu-item.component.mjs +362 -0
- package/{esm2015/lib/components/po-menu/po-menu-item.interface.js → esm2020/lib/components/po-menu/po-menu-item.interface.mjs} +0 -0
- package/esm2020/lib/components/po-menu/po-menu.component.mjs +611 -0
- package/esm2020/lib/components/po-menu/po-menu.module.mjs +32 -0
- package/esm2020/lib/components/po-menu/services/po-menu-global.service.mjs +34 -0
- package/esm2020/lib/components/po-menu/services/po-menu-items.service.mjs +38 -0
- package/esm2020/lib/components/po-menu/services/po-menu.service.mjs +38 -0
- package/{esm2015/lib/components/po-menu-panel/index.js → esm2020/lib/components/po-menu-panel/index.mjs} +0 -0
- package/esm2020/lib/components/po-menu-panel/po-menu-panel-base.component.mjs +81 -0
- package/{esm2015/lib/components/po-menu-panel/po-menu-panel-item/po-menu-panel-item-internal.interface.js → esm2020/lib/components/po-menu-panel/po-menu-panel-item/po-menu-panel-item-internal.interface.mjs} +0 -0
- package/esm2020/lib/components/po-menu-panel/po-menu-panel-item/po-menu-panel-item.component.mjs +120 -0
- package/{esm2015/lib/components/po-menu-panel/po-menu-panel-item/po-menu-panel-item.interface.js → esm2020/lib/components/po-menu-panel/po-menu-panel-item/po-menu-panel-item.interface.mjs} +0 -0
- package/esm2020/lib/components/po-menu-panel/po-menu-panel.component.mjs +171 -0
- package/esm2020/lib/components/po-menu-panel/po-menu-panel.module.mjs +30 -0
- package/esm2020/lib/components/po-menu-panel/services/po-menu-panel-items.service.mjs +38 -0
- package/{esm2015/lib/components/po-modal/index.js → esm2020/lib/components/po-modal/index.mjs} +0 -0
- package/{esm2015/lib/components/po-modal/po-modal-action.interface.js → esm2020/lib/components/po-modal/po-modal-action.interface.mjs} +0 -0
- package/esm2020/lib/components/po-modal/po-modal-base.component.mjs +133 -0
- package/esm2020/lib/components/po-modal/po-modal-footer/po-modal-footer.component.mjs +52 -0
- package/esm2020/lib/components/po-modal/po-modal.component.mjs +207 -0
- package/{esm2015/lib/components/po-modal/po-modal.literals.js → esm2020/lib/components/po-modal/po-modal.literals.mjs} +0 -0
- package/esm2020/lib/components/po-modal/po-modal.module.mjs +25 -0
- package/{esm2015/lib/components/po-navbar/index.js → esm2020/lib/components/po-navbar/index.mjs} +0 -0
- package/{esm2015/lib/components/po-navbar/interfaces/po-navbar-icon-action.interface.js → esm2020/lib/components/po-navbar/interfaces/po-navbar-icon-action.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-navbar/interfaces/po-navbar-item.interface.js → esm2020/lib/components/po-navbar/interfaces/po-navbar-item.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-navbar/interfaces/po-navbar-literals.interface.js → esm2020/lib/components/po-navbar/interfaces/po-navbar-literals.interface.mjs} +0 -0
- package/esm2020/lib/components/po-navbar/po-navbar-actions/po-navbar-action/po-navbar-action.component.mjs +56 -0
- package/esm2020/lib/components/po-navbar/po-navbar-actions/po-navbar-action-popup/po-navbar-action-popup.component.mjs +33 -0
- package/esm2020/lib/components/po-navbar/po-navbar-actions/po-navbar-actions.component.mjs +36 -0
- package/esm2020/lib/components/po-navbar/po-navbar-actions/po-navbar-actions.module.mjs +24 -0
- package/esm2020/lib/components/po-navbar/po-navbar-base.component.mjs +158 -0
- package/esm2020/lib/components/po-navbar/po-navbar-item-navigation/po-navbar-item-navigation-icon/po-navbar-item-navigation-icon.component.mjs +34 -0
- package/esm2020/lib/components/po-navbar/po-navbar-item-navigation/po-navbar-item-navigation.component.mjs +35 -0
- package/esm2020/lib/components/po-navbar/po-navbar-item-navigation/po-navbar-item-navigation.module.mjs +21 -0
- package/esm2020/lib/components/po-navbar/po-navbar-items/po-navbar-item/po-navbar-item.component.mjs +78 -0
- package/esm2020/lib/components/po-navbar/po-navbar-items/po-navbar-items.component.mjs +86 -0
- package/esm2020/lib/components/po-navbar/po-navbar-items/po-navbar-items.module.mjs +21 -0
- package/esm2020/lib/components/po-navbar/po-navbar-logo/po-navbar-logo.component.mjs +28 -0
- package/esm2020/lib/components/po-navbar/po-navbar.component.mjs +262 -0
- package/esm2020/lib/components/po-navbar/po-navbar.module.mjs +75 -0
- package/{esm2015/lib/components/po-page/index.js → esm2020/lib/components/po-page/index.mjs} +0 -0
- package/{esm2015/lib/components/po-page/po-page-action.interface.js → esm2020/lib/components/po-page/po-page-action.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-page/po-page-base.component.js → esm2020/lib/components/po-page/po-page-base.component.mjs} +0 -0
- package/{esm2015/lib/components/po-page/po-page-content/po-page-content-base.component.js → esm2020/lib/components/po-page/po-page-content/po-page-content-base.component.mjs} +0 -0
- package/esm2020/lib/components/po-page/po-page-content/po-page-content.component.mjs +60 -0
- package/esm2020/lib/components/po-page/po-page-default/po-page-default-base.component.mjs +128 -0
- package/{esm2015/lib/components/po-page/po-page-default/po-page-default-literals.interface.js → esm2020/lib/components/po-page/po-page-default/po-page-default-literals.interface.mjs} +0 -0
- package/esm2020/lib/components/po-page/po-page-default/po-page-default.component.mjs +165 -0
- package/{esm2015/lib/components/po-page/po-page-default/po-page-default.interface.js → esm2020/lib/components/po-page/po-page-default/po-page-default.interface.mjs} +0 -0
- package/esm2020/lib/components/po-page/po-page-detail/po-page-detail-base.component.mjs +162 -0
- package/{esm2015/lib/components/po-page/po-page-detail/po-page-detail-literals.interface.js → esm2020/lib/components/po-page/po-page-detail/po-page-detail-literals.interface.mjs} +0 -0
- package/esm2020/lib/components/po-page/po-page-detail/po-page-detail.component.mjs +132 -0
- package/esm2020/lib/components/po-page/po-page-edit/po-page-edit-base.component.mjs +169 -0
- package/{esm2015/lib/components/po-page/po-page-edit/po-page-edit-literals.interface.js → esm2020/lib/components/po-page/po-page-edit/po-page-edit-literals.interface.mjs} +0 -0
- package/esm2020/lib/components/po-page/po-page-edit/po-page-edit.component.mjs +135 -0
- package/{esm2015/lib/components/po-page/po-page-filter.interface.js → esm2020/lib/components/po-page/po-page-filter.interface.mjs} +0 -0
- package/esm2020/lib/components/po-page/po-page-header/po-page-header-base.component.mjs +31 -0
- package/esm2020/lib/components/po-page/po-page-header/po-page-header.component.mjs +51 -0
- package/esm2020/lib/components/po-page/po-page-list/po-page-list-base.component.mjs +158 -0
- package/{esm2015/lib/components/po-page/po-page-list/po-page-list-literals.interface.js → esm2020/lib/components/po-page/po-page-list/po-page-list-literals.interface.mjs} +0 -0
- package/esm2020/lib/components/po-page/po-page-list/po-page-list.component.mjs +323 -0
- package/esm2020/lib/components/po-page/po-page-slide/po-page-slide-base.component.mjs +146 -0
- package/esm2020/lib/components/po-page/po-page-slide/po-page-slide.component.mjs +197 -0
- package/esm2020/lib/components/po-page/po-page.component.mjs +23 -0
- package/{esm2015/lib/components/po-page/po-page.interface.js → esm2020/lib/components/po-page/po-page.interface.mjs} +0 -0
- package/esm2020/lib/components/po-page/po-page.module.mjs +97 -0
- package/{esm2015/lib/components/po-popover/index.js → esm2020/lib/components/po-popover/index.mjs} +0 -0
- package/esm2020/lib/components/po-popover/po-popover-base.component.mjs +126 -0
- package/esm2020/lib/components/po-popover/po-popover.component.mjs +173 -0
- package/esm2020/lib/components/po-popover/po-popover.module.mjs +23 -0
- package/{esm2015/lib/components/po-popup/index.js → esm2020/lib/components/po-popup/index.mjs} +0 -0
- package/{esm2015/lib/components/po-popup/po-popup-action.interface.js → esm2020/lib/components/po-popup/po-popup-action.interface.mjs} +0 -0
- package/esm2020/lib/components/po-popup/po-popup-base.component.mjs +199 -0
- package/esm2020/lib/components/po-popup/po-popup.component.mjs +232 -0
- package/esm2020/lib/components/po-popup/po-popup.module.mjs +27 -0
- package/{esm2015/lib/components/po-progress/enums/po-progress-status.enum.js → esm2020/lib/components/po-progress/enums/po-progress-status.enum.mjs} +0 -0
- package/{esm2015/lib/components/po-progress/index.js → esm2020/lib/components/po-progress/index.mjs} +0 -0
- package/esm2020/lib/components/po-progress/po-progress-bar/po-progress-bar.component.mjs +29 -0
- package/esm2020/lib/components/po-progress/po-progress-base.component.mjs +124 -0
- package/esm2020/lib/components/po-progress/po-progress.component.mjs +140 -0
- package/esm2020/lib/components/po-progress/po-progress.module.mjs +25 -0
- package/esm2020/lib/components/po-slide/directives/po-slide-content-template.directive.mjs +60 -0
- package/{esm2015/lib/components/po-slide/index.js → esm2020/lib/components/po-slide/index.mjs} +0 -0
- package/{esm2015/lib/components/po-slide/interfaces/po-slide-item.interface.js → esm2020/lib/components/po-slide/interfaces/po-slide-item.interface.mjs} +0 -0
- package/esm2020/lib/components/po-slide/po-slide-base.component.mjs +113 -0
- package/esm2020/lib/components/po-slide/po-slide-circles/po-slide-circles.component.mjs +52 -0
- package/esm2020/lib/components/po-slide/po-slide-control/po-slide-control.component.mjs +39 -0
- package/esm2020/lib/components/po-slide/po-slide-item/po-slide-item.component.mjs +152 -0
- package/esm2020/lib/components/po-slide/po-slide.component.mjs +330 -0
- package/esm2020/lib/components/po-slide/po-slide.module.mjs +68 -0
- package/{esm2015/lib/components/po-stepper/enums/po-stepper-orientation.enum.js → esm2020/lib/components/po-stepper/enums/po-stepper-orientation.enum.mjs} +0 -0
- package/{esm2015/lib/components/po-stepper/enums/po-stepper-status.enum.js → esm2020/lib/components/po-stepper/enums/po-stepper-status.enum.mjs} +0 -0
- package/{esm2015/lib/components/po-stepper/index.js → esm2020/lib/components/po-stepper/index.mjs} +0 -0
- package/esm2020/lib/components/po-stepper/po-step/po-step.component.mjs +84 -0
- package/esm2020/lib/components/po-stepper/po-stepper-base.component.mjs +159 -0
- package/esm2020/lib/components/po-stepper/po-stepper-circle/po-stepper-circle.component.mjs +80 -0
- package/{esm2015/lib/components/po-stepper/po-stepper-item.interface.js → esm2020/lib/components/po-stepper/po-stepper-item.interface.mjs} +0 -0
- package/esm2020/lib/components/po-stepper/po-stepper-label/po-stepper-label.component.mjs +28 -0
- package/esm2020/lib/components/po-stepper/po-stepper-step/po-stepper-step.component.mjs +165 -0
- package/esm2020/lib/components/po-stepper/po-stepper.component.mjs +256 -0
- package/esm2020/lib/components/po-stepper/po-stepper.module.mjs +37 -0
- package/{esm2015/lib/components/po-table/enums/po-table-column-sort-type.enum.js → esm2020/lib/components/po-table/enums/po-table-column-sort-type.enum.mjs} +0 -0
- package/{esm2015/lib/components/po-table/enums/po-table-row-template-arrow-direction.enum.js → esm2020/lib/components/po-table/enums/po-table-row-template-arrow-direction.enum.mjs} +0 -0
- package/{esm2015/lib/components/po-table/index.js → esm2020/lib/components/po-table/index.mjs} +0 -0
- package/{esm2015/lib/components/po-table/interfaces/po-table-action.interface.js → esm2020/lib/components/po-table/interfaces/po-table-action.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-table/interfaces/po-table-boolean.interface.js → esm2020/lib/components/po-table/interfaces/po-table-boolean.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-table/interfaces/po-table-column-sort.interface.js → esm2020/lib/components/po-table/interfaces/po-table-column-sort.interface.mjs} +0 -0
- package/esm2020/lib/components/po-table/interfaces/po-table-column.interface.mjs +2 -0
- package/{esm2015/lib/components/po-table/interfaces/po-table-filter.interface.js → esm2020/lib/components/po-table/interfaces/po-table-filter.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-table/interfaces/po-table-filtered-items-params.interface.js → esm2020/lib/components/po-table/interfaces/po-table-filtered-items-params.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-table/interfaces/po-table-literals.interface.js → esm2020/lib/components/po-table/interfaces/po-table-literals.interface.mjs} +0 -0
- package/{esm2015/lib/components/po-table/interfaces/po-table-response-api.interface.js → esm2020/lib/components/po-table/interfaces/po-table-response-api.interface.mjs} +0 -0
- package/esm2020/lib/components/po-table/po-table-base.component.mjs +937 -0
- package/esm2020/lib/components/po-table/po-table-cell-template/po-table-cell-template.directive.mjs +83 -0
- package/esm2020/lib/components/po-table/po-table-column-icon/po-table-column-icon.component.mjs +92 -0
- package/{esm2015/lib/components/po-table/po-table-column-icon/po-table-column-icon.interface.js → esm2020/lib/components/po-table/po-table-column-icon/po-table-column-icon.interface.mjs} +0 -0
- package/esm2020/lib/components/po-table/po-table-column-label/po-table-column-label.component.mjs +43 -0
- package/{esm2015/lib/components/po-table/po-table-column-label/po-table-column-label.interface.js → esm2020/lib/components/po-table/po-table-column-label/po-table-column-label.interface.mjs} +0 -0
- package/esm2020/lib/components/po-table/po-table-column-link/po-table-column-link.component.mjs +105 -0
- package/esm2020/lib/components/po-table/po-table-column-manager/po-table-column-manager.component.mjs +317 -0
- package/esm2020/lib/components/po-table/po-table-column-template/po-table-column-template.directive.mjs +91 -0
- package/{esm2015/lib/components/po-table/po-table-detail/po-table-detail-column.interface.js → esm2020/lib/components/po-table/po-table-detail/po-table-detail-column.interface.mjs} +0 -0
- package/esm2020/lib/components/po-table/po-table-detail/po-table-detail.component.mjs +274 -0
- package/{esm2015/lib/components/po-table/po-table-detail/po-table-detail.interface.js → esm2020/lib/components/po-table/po-table-detail/po-table-detail.interface.mjs} +0 -0
- package/esm2020/lib/components/po-table/po-table-icon/po-table-icon.component.mjs +67 -0
- package/esm2020/lib/components/po-table/po-table-row-template/po-table-row-template.directive.mjs +131 -0
- package/esm2020/lib/components/po-table/po-table-show-subtitle/po-table-show-subtitle.component.mjs +61 -0
- package/esm2020/lib/components/po-table/po-table-subtitle-circle/po-table-subtitle-circle.component.mjs +49 -0
- package/{esm2015/lib/components/po-table/po-table-subtitle-footer/po-table-subtitle-column.interface.js → esm2020/lib/components/po-table/po-table-subtitle-footer/po-table-subtitle-column.interface.mjs} +0 -0
- package/esm2020/lib/components/po-table/po-table-subtitle-footer/po-table-subtitle-footer.component.mjs +102 -0
- package/esm2020/lib/components/po-table/po-table.component.mjs +1437 -0
- package/esm2020/lib/components/po-table/po-table.module.mjs +122 -0
- package/esm2020/lib/components/po-table/services/po-table.service.mjs +37 -0
- package/{esm2015/lib/components/po-tabs/index.js → esm2020/lib/components/po-tabs/index.mjs} +0 -0
- package/esm2020/lib/components/po-tabs/po-tab/po-tab-base.component.mjs +93 -0
- package/esm2020/lib/components/po-tabs/po-tab/po-tab.component.mjs +29 -0
- package/{esm2015/lib/components/po-tabs/po-tab/po-tab.interface.js → esm2020/lib/components/po-tabs/po-tab/po-tab.interface.mjs} +0 -0
- package/esm2020/lib/components/po-tabs/po-tab-button/po-tab-button.component.mjs +101 -0
- package/esm2020/lib/components/po-tabs/po-tab-dropdown/po-tab-dropdown.component.mjs +109 -0
- package/esm2020/lib/components/po-tabs/po-tabs-base.component.mjs +52 -0
- package/esm2020/lib/components/po-tabs/po-tabs.component.mjs +188 -0
- package/esm2020/lib/components/po-tabs/po-tabs.module.mjs +27 -0
- package/{esm2015/lib/components/po-tag/enums/po-tag-icon.enum.js → esm2020/lib/components/po-tag/enums/po-tag-icon.enum.mjs} +0 -0
- package/{esm2015/lib/components/po-tag/enums/po-tag-orientation.enum.js → esm2020/lib/components/po-tag/enums/po-tag-orientation.enum.mjs} +0 -0
- package/{esm2015/lib/components/po-tag/enums/po-tag-type.enum.js → esm2020/lib/components/po-tag/enums/po-tag-type.enum.mjs} +0 -0
- package/{esm2015/lib/components/po-tag/index.js → esm2020/lib/components/po-tag/index.mjs} +0 -0
- package/{esm2015/lib/components/po-tag/interfaces/po-tag-item.interface.js → esm2020/lib/components/po-tag/interfaces/po-tag-item.interface.mjs} +0 -0
- package/esm2020/lib/components/po-tag/po-tag-base.component.mjs +192 -0
- package/esm2020/lib/components/po-tag/po-tag.component.mjs +114 -0
- package/esm2020/lib/components/po-tag/po-tag.module.mjs +27 -0
- package/{esm2015/lib/components/po-toolbar/index.js → esm2020/lib/components/po-toolbar/index.mjs} +0 -0
- package/{esm2015/lib/components/po-toolbar/po-toolbar-action.interface.js → esm2020/lib/components/po-toolbar/po-toolbar-action.interface.mjs} +0 -0
- package/esm2020/lib/components/po-toolbar/po-toolbar-actions/po-toolbar-actions.component.mjs +55 -0
- package/esm2020/lib/components/po-toolbar/po-toolbar-base.component.mjs +60 -0
- package/esm2020/lib/components/po-toolbar/po-toolbar-notification/po-toolbar-notification.component.mjs +66 -0
- package/esm2020/lib/components/po-toolbar/po-toolbar-profile/po-toolbar-profile.component.mjs +78 -0
- package/{esm2015/lib/components/po-toolbar/po-toolbar-profile/po-toolbar-profile.interface.js → esm2020/lib/components/po-toolbar/po-toolbar-profile/po-toolbar-profile.interface.mjs} +0 -0
- package/esm2020/lib/components/po-toolbar/po-toolbar.component.mjs +85 -0
- package/esm2020/lib/components/po-toolbar/po-toolbar.module.mjs +41 -0
- package/{esm2015/lib/components/po-tree-view/index.js → esm2020/lib/components/po-tree-view/index.mjs} +0 -0
- package/esm2020/lib/components/po-tree-view/po-tree-view-base.component.mjs +209 -0
- package/esm2020/lib/components/po-tree-view/po-tree-view-item/po-tree-view-item.component.mjs +106 -0
- package/{esm2015/lib/components/po-tree-view/po-tree-view-item/po-tree-view-item.interface.js → esm2020/lib/components/po-tree-view/po-tree-view-item/po-tree-view-item.interface.mjs} +0 -0
- package/esm2020/lib/components/po-tree-view/po-tree-view-item-header/po-tree-view-item-header.component.mjs +91 -0
- package/esm2020/lib/components/po-tree-view/po-tree-view.component.mjs +82 -0
- package/esm2020/lib/components/po-tree-view/po-tree-view.module.mjs +55 -0
- package/esm2020/lib/components/po-tree-view/services/po-tree-view.service.mjs +27 -0
- package/{esm2015/lib/components/po-widget/index.js → esm2020/lib/components/po-widget/index.mjs} +0 -0
- package/esm2020/lib/components/po-widget/po-widget-base.component.mjs +247 -0
- package/esm2020/lib/components/po-widget/po-widget.component.mjs +245 -0
- package/esm2020/lib/components/po-widget/po-widget.module.mjs +25 -0
- package/{esm2015/lib/decorators/index.js → esm2020/lib/decorators/index.mjs} +0 -0
- package/{esm2015/lib/decorators/input-boolean/input-boolean.decorator.js → esm2020/lib/decorators/input-boolean/input-boolean.decorator.mjs} +0 -0
- package/{esm2015/lib/decorators/input-required/input-required.decorator.js → esm2020/lib/decorators/input-required/input-required.decorator.mjs} +0 -0
- package/{esm2015/lib/decorators/property-decorator.interface.js → esm2020/lib/decorators/property-decorator.interface.mjs} +0 -0
- package/{esm2015/lib/decorators/utils-decorators.js → esm2020/lib/decorators/utils-decorators.mjs} +0 -0
- package/esm2020/lib/directives/directives.module.mjs +20 -0
- package/{esm2015/lib/directives/index.js → esm2020/lib/directives/index.mjs} +0 -0
- package/{esm2015/lib/directives/po-tooltip/index.js → esm2020/lib/directives/po-tooltip/index.mjs} +0 -0
- package/esm2020/lib/directives/po-tooltip/po-tooltip-base.directive.mjs +115 -0
- package/esm2020/lib/directives/po-tooltip/po-tooltip-control-position.service.mjs +11 -0
- package/esm2020/lib/directives/po-tooltip/po-tooltip.directive.mjs +151 -0
- package/esm2020/lib/directives/po-tooltip/po-tooltip.module.mjs +24 -0
- package/{esm2015/lib/enums/po-color-palette.enum.js → esm2020/lib/enums/po-color-palette.enum.mjs} +0 -0
- package/{esm2015/lib/enums/po-key-code.enum.js → esm2020/lib/enums/po-key-code.enum.mjs} +0 -0
- package/esm2020/lib/guards/guards.module.mjs +18 -0
- package/{esm2015/lib/guards/index.js → esm2020/lib/guards/index.mjs} +0 -0
- package/{esm2015/lib/index.js → esm2020/lib/index.mjs} +0 -0
- package/{esm2015/lib/interceptors/index.js → esm2020/lib/interceptors/index.mjs} +0 -0
- package/esm2020/lib/interceptors/interceptors.module.mjs +21 -0
- package/{esm2015/lib/interceptors/po-http-interceptor/index.js → esm2020/lib/interceptors/po-http-interceptor/index.mjs} +0 -0
- package/esm2020/lib/interceptors/po-http-interceptor/po-http-interceptor-base.service.mjs +252 -0
- package/{esm2015/lib/interceptors/po-http-interceptor/po-http-interceptor-detail/po-http-interceptor-detail-literals.interface.js → esm2020/lib/interceptors/po-http-interceptor/po-http-interceptor-detail/po-http-interceptor-detail-literals.interface.mjs} +0 -0
- package/esm2020/lib/interceptors/po-http-interceptor/po-http-interceptor-detail/po-http-interceptor-detail.component.mjs +172 -0
- package/{esm2015/lib/interceptors/po-http-interceptor/po-http-interceptor-detail/po-http-interceptor-detail.interface.js → esm2020/lib/interceptors/po-http-interceptor/po-http-interceptor-detail/po-http-interceptor-detail.interface.mjs} +0 -0
- package/{esm2015/lib/interceptors/po-http-interceptor/po-http-interceptor-literals.js → esm2020/lib/interceptors/po-http-interceptor/po-http-interceptor-literals.mjs} +0 -0
- package/esm2020/lib/interceptors/po-http-interceptor/po-http-interceptor.module.mjs +42 -0
- package/esm2020/lib/interceptors/po-http-interceptor/po-http-interceptor.service.mjs +26 -0
- package/{esm2015/lib/interceptors/po-http-request/index.js → esm2020/lib/interceptors/po-http-request/index.mjs} +0 -0
- package/esm2020/lib/interceptors/po-http-request/po-http-request-control-service.mjs +26 -0
- package/esm2020/lib/interceptors/po-http-request/po-http-request-interceptor.service.mjs +165 -0
- package/esm2020/lib/interceptors/po-http-request/po-http-request.module.mjs +39 -0
- package/{esm2015/lib/interfaces/index.js → esm2020/lib/interfaces/index.mjs} +0 -0
- package/{esm2015/lib/interfaces/po-http/po-response-api.interface.js → esm2020/lib/interfaces/po-http/po-response-api.interface.mjs} +0 -0
- package/{esm2015/lib/pipes/index.js → esm2020/lib/pipes/index.mjs} +0 -0
- package/esm2020/lib/pipes/pipes.module.mjs +20 -0
- package/{esm2015/lib/pipes/po-time/index.js → esm2020/lib/pipes/po-time/index.mjs} +0 -0
- package/esm2020/lib/pipes/po-time/po-time.module.mjs +25 -0
- package/esm2020/lib/pipes/po-time/po-time.pipe.mjs +59 -0
- package/esm2020/lib/po.module.mjs +62 -0
- package/{esm2015/lib/services/index.js → esm2020/lib/services/index.mjs} +0 -0
- package/{esm2015/lib/services/po-active-overlay/index.js → esm2020/lib/services/po-active-overlay/index.mjs} +0 -0
- package/esm2020/lib/services/po-active-overlay/po-active-overlay.module.mjs +21 -0
- package/esm2020/lib/services/po-active-overlay/po-active-overlay.service.mjs +16 -0
- package/esm2020/lib/services/po-color/po-color.service.mjs +62 -0
- package/{esm2015/lib/services/po-color/po-colors.constant.js → esm2020/lib/services/po-color/po-colors.constant.mjs} +0 -0
- package/{esm2015/lib/services/po-color-palette/index.js → esm2020/lib/services/po-color-palette/index.mjs} +0 -0
- package/esm2020/lib/services/po-color-palette/po-color-palette.module.mjs +21 -0
- package/esm2020/lib/services/po-color-palette/po-color-palette.service.mjs +28 -0
- package/{esm2015/lib/services/po-component-injector/index.js → esm2020/lib/services/po-component-injector/index.mjs} +0 -0
- package/esm2020/lib/services/po-component-injector/po-component-injector.module.mjs +19 -0
- package/esm2020/lib/services/po-component-injector/po-component-injector.service.mjs +31 -0
- package/{esm2015/lib/services/po-control-position/index.js → esm2020/lib/services/po-control-position/index.mjs} +0 -0
- package/{esm2015/lib/services/po-control-position/po-control-position.constants.js → esm2020/lib/services/po-control-position/po-control-position.constants.mjs} +0 -0
- package/esm2020/lib/services/po-control-position/po-control-position.module.mjs +20 -0
- package/esm2020/lib/services/po-control-position/po-control-position.service.mjs +364 -0
- package/{esm2015/lib/services/po-date/index.js → esm2020/lib/services/po-date/index.mjs} +0 -0
- package/esm2020/lib/services/po-date/po-date.module.mjs +21 -0
- package/esm2020/lib/services/po-date/po-date.service.mjs +203 -0
- package/{esm2015/lib/services/po-dialog/index.js → esm2020/lib/services/po-dialog/index.mjs} +0 -0
- package/{esm2015/lib/services/po-dialog/interfaces/po-dialog-alert-literals.interface.js → esm2020/lib/services/po-dialog/interfaces/po-dialog-alert-literals.interface.mjs} +0 -0
- package/{esm2015/lib/services/po-dialog/interfaces/po-dialog-confirm-literals.interface.js → esm2020/lib/services/po-dialog/interfaces/po-dialog-confirm-literals.interface.mjs} +0 -0
- package/{esm2015/lib/services/po-dialog/interfaces/po-dialog.interface.js → esm2020/lib/services/po-dialog/interfaces/po-dialog.interface.mjs} +0 -0
- package/{esm2015/lib/services/po-dialog/po-dialog-base.service.js → esm2020/lib/services/po-dialog/po-dialog-base.service.mjs} +0 -0
- package/esm2020/lib/services/po-dialog/po-dialog.component.mjs +132 -0
- package/{esm2015/lib/services/po-dialog/po-dialog.enum.js → esm2020/lib/services/po-dialog/po-dialog.enum.mjs} +0 -0
- package/esm2020/lib/services/po-dialog/po-dialog.module.mjs +21 -0
- package/esm2020/lib/services/po-dialog/po-dialog.service.mjs +42 -0
- package/{esm2015/lib/services/po-i18n/index.js → esm2020/lib/services/po-i18n/index.mjs} +0 -0
- package/{esm2015/lib/services/po-i18n/interfaces/po-i18n-config-default.interface.js → esm2020/lib/services/po-i18n/interfaces/po-i18n-config-default.interface.mjs} +0 -0
- package/{esm2015/lib/services/po-i18n/interfaces/po-i18n-config.interface.js → esm2020/lib/services/po-i18n/interfaces/po-i18n-config.interface.mjs} +0 -0
- package/{esm2015/lib/services/po-i18n/interfaces/po-i18n-literals.interface.js → esm2020/lib/services/po-i18n/interfaces/po-i18n-literals.interface.mjs} +0 -0
- package/{esm2015/lib/services/po-i18n/po-i18n-base.pipe.js → esm2020/lib/services/po-i18n/po-i18n-base.pipe.mjs} +0 -0
- package/esm2020/lib/services/po-i18n/po-i18n-base.service.mjs +439 -0
- package/{esm2015/lib/services/po-i18n/po-i18n-config-injection-token.js → esm2020/lib/services/po-i18n/po-i18n-config-injection-token.mjs} +0 -0
- package/esm2020/lib/services/po-i18n/po-i18n.module.mjs +194 -0
- package/esm2020/lib/services/po-i18n/po-i18n.pipe.mjs +25 -0
- package/esm2020/lib/services/po-i18n/po-i18n.service.mjs +19 -0
- package/{esm2015/lib/services/po-language/index.js → esm2020/lib/services/po-language/index.mjs} +0 -0
- package/esm2020/lib/services/po-language/po-language.constant.mjs +73 -0
- package/{esm2015/lib/services/po-language/po-language.interface.js → esm2020/lib/services/po-language/po-language.interface.mjs} +0 -0
- package/esm2020/lib/services/po-language/po-language.module.mjs +20 -0
- package/esm2020/lib/services/po-language/po-language.service.mjs +136 -0
- package/{esm2015/lib/services/po-notification/index.js → esm2020/lib/services/po-notification/index.mjs} +0 -0
- package/{esm2015/lib/services/po-notification/po-notification-base.service.js → esm2020/lib/services/po-notification/po-notification-base.service.mjs} +0 -0
- package/{esm2015/lib/services/po-notification/po-notification.interface.js → esm2020/lib/services/po-notification/po-notification.interface.mjs} +0 -0
- package/esm2020/lib/services/po-notification/po-notification.module.mjs +21 -0
- package/esm2020/lib/services/po-notification/po-notification.service.mjs +90 -0
- package/{esm2015/lib/services/po-notification/po-toaster/po-toaster-base.component.js → esm2020/lib/services/po-notification/po-toaster/po-toaster-base.component.mjs} +0 -0
- package/{esm2015/lib/services/po-notification/po-toaster/po-toaster-orientation.enum.js → esm2020/lib/services/po-notification/po-toaster/po-toaster-orientation.enum.mjs} +0 -0
- package/{esm2015/lib/services/po-notification/po-toaster/po-toaster-type.enum.js → esm2020/lib/services/po-notification/po-toaster/po-toaster-type.enum.mjs} +0 -0
- package/esm2020/lib/services/po-notification/po-toaster/po-toaster.component.mjs +168 -0
- package/{esm2015/lib/services/po-notification/po-toaster/po-toaster.interface.js → esm2020/lib/services/po-notification/po-toaster/po-toaster.interface.mjs} +0 -0
- package/esm2020/lib/services/services.module.mjs +75 -0
- package/esm2020/lib/utils/util.mjs +511 -0
- package/esm2020/po-ui-ng-components.mjs +5 -0
- package/{esm2015/public-api.js → esm2020/public-api.mjs} +0 -0
- package/fesm2015/po-ui-ng-components.mjs +47794 -0
- package/fesm2015/po-ui-ng-components.mjs.map +1 -0
- package/fesm2020/po-ui-ng-components.mjs +45104 -0
- package/fesm2020/po-ui-ng-components.mjs.map +1 -0
- package/lib/components/components.module.d.ts +40 -0
- package/lib/components/po-accordion/po-accordion-item/po-accordion-item.component.d.ts +3 -0
- package/lib/components/po-accordion/po-accordion-item-body/po-accordion-item-body.component.d.ts +3 -0
- package/lib/components/po-accordion/po-accordion-item-header/po-accordion-item-header.component.d.ts +3 -0
- package/lib/components/po-accordion/po-accordion.component.d.ts +3 -0
- package/lib/components/po-accordion/po-accordion.module.d.ts +9 -0
- package/lib/components/po-accordion/services/po-accordion.service.d.ts +3 -0
- package/lib/components/po-avatar/po-avatar-base.component.d.ts +3 -0
- package/lib/components/po-avatar/po-avatar.component.d.ts +3 -0
- package/lib/components/po-avatar/po-avatar.module.d.ts +6 -0
- package/lib/components/po-badge/po-badge-base.component.d.ts +3 -0
- package/lib/components/po-badge/po-badge.component.d.ts +3 -0
- package/lib/components/po-badge/po-badge.module.d.ts +6 -0
- package/lib/components/po-breadcrumb/po-breadcrumb-base.component.d.ts +3 -0
- package/lib/components/po-breadcrumb/po-breadcrumb-dropdown/po-breadcrumb-dropdown.component.d.ts +3 -0
- package/lib/components/po-breadcrumb/po-breadcrumb-favorite/po-breadcrumb-favorite.component.d.ts +3 -0
- package/lib/components/po-breadcrumb/po-breadcrumb-favorite/po-breadcrumb-favorite.service.d.ts +3 -0
- package/lib/components/po-breadcrumb/po-breadcrumb-item/po-breadcrumb-item.component.d.ts +3 -0
- package/lib/components/po-breadcrumb/po-breadcrumb.component.d.ts +3 -0
- package/lib/components/po-breadcrumb/po-breadcrumb.module.d.ts +10 -0
- package/lib/components/po-button/po-button-base.component.d.ts +3 -0
- package/lib/components/po-button/po-button.component.d.ts +3 -0
- package/lib/components/po-button/po-button.module.d.ts +8 -0
- package/lib/components/po-button-group/po-button-group-base.component.d.ts +3 -0
- package/lib/components/po-button-group/po-button-group.component.d.ts +3 -0
- package/lib/components/po-button-group/po-button-group.module.d.ts +8 -0
- package/lib/components/po-calendar/po-calendar-base.component.d.ts +3 -0
- package/lib/components/po-calendar/po-calendar-header/po-calendar-header.component.d.ts +3 -0
- package/lib/components/po-calendar/po-calendar-wrapper/po-calendar-wrapper.component.d.ts +3 -0
- package/lib/components/po-calendar/po-calendar.component.d.ts +3 -0
- package/lib/components/po-calendar/po-calendar.module.d.ts +8 -0
- package/lib/components/po-calendar/services/po-calendar.lang.service.d.ts +3 -0
- package/lib/components/po-calendar/services/po-calendar.service.d.ts +3 -0
- package/lib/components/po-chart/directives/po-resize-observer.directive.d.ts +3 -0
- package/lib/components/po-chart/enums/po-chart-type.enum.d.ts +0 -13
- package/lib/components/po-chart/index.d.ts +0 -1
- package/lib/components/po-chart/interfaces/po-chart-serie.interface.d.ts +0 -24
- package/lib/components/po-chart/po-chart-base.component.d.ts +8 -6
- package/lib/components/po-chart/po-chart-container/po-chart-axis/po-chart-axis-label/po-chart-axis-label.component.d.ts +3 -0
- package/lib/components/po-chart/po-chart-container/po-chart-axis/po-chart-axis-path/po-chart-axis-path.component.d.ts +3 -0
- package/lib/components/po-chart/po-chart-container/po-chart-axis/po-chart-axis.component.d.ts +3 -0
- package/lib/components/po-chart/po-chart-container/po-chart-bar/po-chart-bar-base.component.d.ts +3 -0
- package/lib/components/po-chart/po-chart-container/po-chart-bar/po-chart-bar-path/po-chart-bar-path.component.d.ts +3 -0
- package/lib/components/po-chart/po-chart-container/po-chart-bar/po-chart-bar.component.d.ts +3 -0
- package/lib/components/po-chart/po-chart-container/po-chart-bar/po-chart-column/po-chart-column.component.d.ts +3 -0
- package/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-circular-label/po-chart-circular-label.component.d.ts +3 -0
- package/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-circular-path/po-chart-circular-path.component.d.ts +3 -0
- package/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-circular-path/po-chart-tooltip.directive.d.ts +3 -0
- package/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-circular.component.d.ts +3 -0
- package/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-donut/po-chart-donut.component.d.ts +3 -0
- package/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-pie/po-chart-pie.component.d.ts +3 -0
- package/lib/components/po-chart/po-chart-container/po-chart-container.component.d.ts +3 -0
- package/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-area/po-chart-area.component.d.ts +3 -0
- package/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-line-base.component.d.ts +3 -0
- package/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-line.component.d.ts +3 -0
- package/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-path/po-chart-path.component.d.ts +3 -0
- package/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-series-point/po-chart-series-point.component.d.ts +3 -0
- package/lib/components/po-chart/po-chart-legend/po-chart-legend.component.d.ts +3 -0
- package/lib/components/po-chart/po-chart-types/po-chart-dynamic-type.component.d.ts +6 -5
- package/lib/components/po-chart/po-chart.component.d.ts +3 -1
- package/lib/components/po-chart/po-chart.module.d.ts +25 -0
- package/lib/components/po-chart/services/po-chart-maths.service.d.ts +3 -0
- package/lib/components/po-chart/services/po-chart-svg-container.service.d.ts +3 -0
- package/lib/components/po-container/po-container-base.component.d.ts +3 -0
- package/lib/components/po-container/po-container.component.d.ts +3 -0
- package/lib/components/po-container/po-container.module.d.ts +6 -0
- package/lib/components/po-disclaimer/po-disclaimer-base.component.d.ts +3 -0
- package/lib/components/po-disclaimer/po-disclaimer.component.d.ts +3 -0
- package/lib/components/po-disclaimer/po-disclaimer.module.d.ts +6 -0
- package/lib/components/po-disclaimer-group/po-disclaimer-group-base.component.d.ts +3 -0
- package/lib/components/po-disclaimer-group/po-disclaimer-group.component.d.ts +3 -0
- package/lib/components/po-disclaimer-group/po-disclaimer-group.module.d.ts +8 -0
- package/lib/components/po-disclaimer-group/po-disclaimer-remove/po-disclaimer-remove.component.d.ts +3 -0
- package/lib/components/po-divider/po-divider-base.component.d.ts +3 -0
- package/lib/components/po-divider/po-divider.component.d.ts +3 -0
- package/lib/components/po-divider/po-divider.module.d.ts +6 -0
- package/lib/components/po-dropdown/po-dropdown-base.component.d.ts +3 -0
- package/lib/components/po-dropdown/po-dropdown.component.d.ts +3 -0
- package/lib/components/po-dropdown/po-dropdown.module.d.ts +7 -0
- package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-base.component.d.ts +3 -0
- package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-fields/po-dynamic-form-fields-base.component.d.ts +3 -0
- package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-fields/po-dynamic-form-fields.component.d.ts +3 -0
- package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-load/po-dynamic-form-load.service.d.ts +4 -1
- package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-validation/po-dynamic-form-validation.service.d.ts +3 -0
- package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form.component.d.ts +3 -0
- package/lib/components/po-dynamic/po-dynamic-view/po-dynamic-view-base.component.d.ts +3 -0
- package/lib/components/po-dynamic/po-dynamic-view/po-dynamic-view.component.d.ts +3 -0
- package/lib/components/po-dynamic/po-dynamic-view/po-dynamic-view.service.d.ts +3 -0
- package/lib/components/po-dynamic/po-dynamic.module.d.ts +14 -0
- package/lib/components/po-field/index.d.ts +2 -0
- package/lib/components/po-field/po-checkbox/po-checkbox-base.component.d.ts +3 -0
- package/lib/components/po-field/po-checkbox/po-checkbox.component.d.ts +3 -0
- package/lib/components/po-field/po-checkbox-group/po-checkbox-group-base.component.d.ts +11 -0
- package/lib/components/po-field/po-checkbox-group/po-checkbox-group.component.d.ts +3 -0
- package/lib/components/po-field/po-checkbox-group/po-checkbox-group.module.d.ts +8 -0
- package/lib/components/po-field/po-clean/index.d.ts +1 -0
- package/lib/components/po-field/po-clean/po-clean-base.component.d.ts +3 -0
- package/lib/components/po-field/po-clean/po-clean.component.d.ts +3 -0
- package/lib/components/po-field/po-clean/po-clean.module.d.ts +6 -0
- package/lib/components/po-field/po-combo/po-combo-base.component.d.ts +11 -0
- package/lib/components/po-field/po-combo/po-combo-filter.service.d.ts +3 -0
- package/lib/components/po-field/po-combo/po-combo-option-template/po-combo-option-template.directive.d.ts +3 -0
- package/lib/components/po-field/po-combo/po-combo.component.d.ts +3 -0
- package/lib/components/po-field/po-datepicker/po-datepicker-base.component.d.ts +3 -0
- package/lib/components/po-field/po-datepicker/po-datepicker.component.d.ts +3 -0
- package/lib/components/po-field/po-datepicker/po-datepicker.module.d.ts +10 -0
- package/lib/components/po-field/po-datepicker-range/po-datepicker-range-base.component.d.ts +3 -0
- package/lib/components/po-field/po-datepicker-range/po-datepicker-range.component.d.ts +3 -0
- package/lib/components/po-field/po-decimal/po-decimal.component.d.ts +3 -0
- package/lib/components/po-field/po-email/po-email.component.d.ts +3 -0
- package/lib/components/po-field/po-field-container/index.d.ts +3 -0
- package/lib/components/po-field/po-field-container/po-field-container-bottom/po-field-container-bottom.component.d.ts +3 -0
- package/lib/components/po-field/po-field-container/po-field-container.component.d.ts +3 -0
- package/lib/components/po-field/po-field-container/po-field-container.module.d.ts +7 -0
- package/lib/components/po-field/po-field-validate.model.d.ts +3 -0
- package/lib/components/po-field/po-field.model.d.ts +3 -0
- package/lib/components/po-field/po-field.module.d.ts +57 -0
- package/lib/components/po-field/po-input/po-input-base.component.d.ts +3 -0
- package/lib/components/po-field/po-input/po-input.component.d.ts +3 -0
- package/lib/components/po-field/po-input-generic/po-input-generic.d.ts +3 -0
- package/lib/components/po-field/po-login/po-login.component.d.ts +3 -0
- package/lib/components/po-field/po-lookup/po-lookup-base.component.d.ts +3 -0
- package/lib/components/po-field/po-lookup/po-lookup-modal/po-lookup-modal-base.component.d.ts +3 -0
- package/lib/components/po-field/po-lookup/po-lookup-modal/po-lookup-modal.component.d.ts +3 -0
- package/lib/components/po-field/po-lookup/po-lookup.component.d.ts +6 -2
- package/lib/components/po-field/po-lookup/services/po-lookup-filter.service.d.ts +3 -0
- package/lib/components/po-field/po-lookup/services/po-lookup-modal.service.d.ts +3 -0
- package/lib/components/po-field/po-multiselect/po-multiselect-base.component.d.ts +3 -0
- package/lib/components/po-field/po-multiselect/po-multiselect-dropdown/po-multiselect-dropdown.component.d.ts +3 -0
- package/lib/components/po-field/po-multiselect/po-multiselect-filter.service.d.ts +3 -0
- package/lib/components/po-field/po-multiselect/po-multiselect-item/po-multiselect-item.component.d.ts +3 -0
- package/lib/components/po-field/po-multiselect/po-multiselect-search/po-multiselect-search.component.d.ts +3 -0
- package/lib/components/po-field/po-multiselect/po-multiselect.component.d.ts +3 -0
- package/lib/components/po-field/po-number/po-number-base.component.d.ts +3 -0
- package/lib/components/po-field/po-number/po-number.component.d.ts +3 -0
- package/lib/components/po-field/po-password/po-password.component.d.ts +3 -0
- package/lib/components/po-field/po-radio-group/po-radio-group-base.component.d.ts +3 -0
- package/lib/components/po-field/po-radio-group/po-radio-group.component.d.ts +6 -2
- package/lib/components/po-field/po-rich-text/po-rich-text-base.component.d.ts +3 -0
- package/lib/components/po-field/po-rich-text/po-rich-text-body/po-rich-text-body.component.d.ts +3 -0
- package/lib/components/po-field/po-rich-text/po-rich-text-image-modal/po-rich-text-image-modal.component.d.ts +3 -0
- package/lib/components/po-field/po-rich-text/po-rich-text-link-modal/po-rich-text-link-modal.component.d.ts +3 -0
- package/lib/components/po-field/po-rich-text/po-rich-text-toolbar/po-rich-text-toolbar.component.d.ts +3 -0
- package/lib/components/po-field/po-rich-text/po-rich-text.component.d.ts +3 -0
- package/lib/components/po-field/po-rich-text/po-rich-text.service.d.ts +3 -0
- package/lib/components/po-field/po-select/po-select-option-template/po-select-option-template.directive.d.ts +3 -0
- package/lib/components/po-field/po-select/po-select.component.d.ts +10 -0
- package/lib/components/po-field/po-switch/po-switch.component.d.ts +3 -0
- package/lib/components/po-field/po-textarea/po-textarea-base.component.d.ts +3 -0
- package/lib/components/po-field/po-textarea/po-textarea.component.d.ts +3 -0
- package/lib/components/po-field/po-upload/po-upload-base.component.d.ts +11 -0
- package/lib/components/po-field/po-upload/po-upload-base.service.d.ts +3 -0
- package/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop-area/po-upload-drag-drop-area.component.d.ts +3 -0
- package/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop-area-overlay/po-upload-drag-drop-area-overlay.component.d.ts +3 -0
- package/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop.component.d.ts +3 -0
- package/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop.directive.d.ts +3 -0
- package/lib/components/po-field/po-upload/po-upload-file-restrictions/po-upload-file-restrictions.component.d.ts +3 -0
- package/lib/components/po-field/po-upload/po-upload.component.d.ts +6 -2
- package/lib/components/po-field/po-upload/po-upload.service.d.ts +3 -0
- package/lib/components/po-field/po-url/po-url.component.d.ts +3 -0
- package/lib/components/po-gauge/po-gauge-base.component.d.ts +3 -0
- package/lib/components/po-gauge/po-gauge-description/po-gauge-description.component.d.ts +3 -0
- package/lib/components/po-gauge/po-gauge-legend/po-gauge-legend.component.d.ts +3 -0
- package/lib/components/po-gauge/po-gauge-svg/po-gauge-path/po-gauge-path.component.d.ts +3 -0
- package/lib/components/po-gauge/po-gauge-svg/po-gauge-pointer/po-gauge-pointer.component.d.ts +3 -0
- package/lib/components/po-gauge/po-gauge-svg/po-gauge-svg.component.d.ts +3 -0
- package/lib/components/po-gauge/po-gauge-title/po-gauge-title.component.d.ts +3 -0
- package/lib/components/po-gauge/po-gauge.component.d.ts +3 -0
- package/lib/components/po-gauge/po-gauge.module.d.ts +13 -0
- package/lib/components/po-grid/po-grid-cell/po-grid-cell.component.d.ts +3 -0
- package/lib/components/po-grid/po-grid-cell-action/po-grid-cell-action.component.d.ts +3 -0
- package/lib/components/po-grid/po-grid-head/po-grid-head.component.d.ts +3 -0
- package/lib/components/po-grid/po-grid.component.d.ts +3 -0
- package/lib/components/po-grid/po-grid.module.d.ts +11 -0
- package/lib/components/po-icon/po-icon.component.d.ts +3 -0
- package/lib/components/po-icon/po-icon.module.d.ts +6 -0
- package/lib/components/po-info/po-info-base.component.d.ts +3 -0
- package/lib/components/po-info/po-info.component.d.ts +3 -0
- package/lib/components/po-info/po-info.module.d.ts +7 -0
- package/lib/components/po-list-view/po-list-view-base.component.d.ts +3 -0
- package/lib/components/po-list-view/po-list-view-content-template/po-list-view-content-template.directive.d.ts +3 -0
- package/lib/components/po-list-view/po-list-view-detail-template/po-list-view-detail-template.directive.d.ts +3 -0
- package/lib/components/po-list-view/po-list-view.component.d.ts +3 -0
- package/lib/components/po-list-view/po-list-view.module.d.ts +11 -0
- package/lib/components/po-loading/po-loading-base.component.d.ts +3 -0
- package/lib/components/po-loading/po-loading-icon/po-loading-icon.component.d.ts +3 -0
- package/lib/components/po-loading/po-loading-overlay/po-loading-overlay-base.component.d.ts +3 -0
- package/lib/components/po-loading/po-loading-overlay/po-loading-overlay.component.d.ts +3 -0
- package/lib/components/po-loading/po-loading.component.d.ts +3 -0
- package/lib/components/po-loading/po-loading.module.d.ts +9 -0
- package/lib/components/po-menu/po-menu-base.component.d.ts +3 -0
- package/lib/components/po-menu/po-menu-filter/po-menu-filter.component.d.ts +3 -0
- package/lib/components/po-menu/po-menu-header-template/po-menu-header-template.directive.d.ts +3 -0
- package/lib/components/po-menu/po-menu-item/po-menu-item.component.d.ts +3 -0
- package/lib/components/po-menu/po-menu.component.d.ts +3 -0
- package/lib/components/po-menu/po-menu.module.d.ts +14 -0
- package/lib/components/po-menu/services/po-menu-global.service.d.ts +3 -0
- package/lib/components/po-menu/services/po-menu-items.service.d.ts +3 -0
- package/lib/components/po-menu/services/po-menu.service.d.ts +3 -0
- package/lib/components/po-menu-panel/po-menu-panel-base.component.d.ts +3 -0
- package/lib/components/po-menu-panel/po-menu-panel-item/po-menu-panel-item.component.d.ts +3 -0
- package/lib/components/po-menu-panel/po-menu-panel.component.d.ts +3 -0
- package/lib/components/po-menu-panel/po-menu-panel.module.d.ts +10 -0
- package/lib/components/po-menu-panel/services/po-menu-panel-items.service.d.ts +3 -0
- package/lib/components/po-modal/po-modal-base.component.d.ts +3 -0
- package/lib/components/po-modal/po-modal-footer/po-modal-footer.component.d.ts +3 -0
- package/lib/components/po-modal/po-modal.component.d.ts +3 -0
- package/lib/components/po-modal/po-modal.module.d.ts +8 -0
- package/lib/components/po-navbar/po-navbar-actions/po-navbar-action/po-navbar-action.component.d.ts +3 -0
- package/lib/components/po-navbar/po-navbar-actions/po-navbar-action-popup/po-navbar-action-popup.component.d.ts +3 -0
- package/lib/components/po-navbar/po-navbar-actions/po-navbar-actions.component.d.ts +3 -0
- package/lib/components/po-navbar/po-navbar-actions/po-navbar-actions.module.d.ts +11 -0
- package/lib/components/po-navbar/po-navbar-base.component.d.ts +3 -30
- package/lib/components/po-navbar/po-navbar-item-navigation/po-navbar-item-navigation-icon/po-navbar-item-navigation-icon.component.d.ts +3 -0
- package/lib/components/po-navbar/po-navbar-item-navigation/po-navbar-item-navigation.component.d.ts +3 -0
- package/lib/components/po-navbar/po-navbar-item-navigation/po-navbar-item-navigation.module.d.ts +8 -0
- package/lib/components/po-navbar/po-navbar-items/po-navbar-item/po-navbar-item.component.d.ts +3 -0
- package/lib/components/po-navbar/po-navbar-items/po-navbar-items.component.d.ts +3 -0
- package/lib/components/po-navbar/po-navbar-items/po-navbar-items.module.d.ts +8 -0
- package/lib/components/po-navbar/po-navbar-logo/po-navbar-logo.component.d.ts +3 -0
- package/lib/components/po-navbar/po-navbar.component.d.ts +3 -0
- package/lib/components/po-navbar/po-navbar.module.d.ts +12 -0
- package/lib/components/po-page/po-page-content/po-page-content.component.d.ts +3 -0
- package/lib/components/po-page/po-page-default/po-page-default-base.component.d.ts +3 -0
- package/lib/components/po-page/po-page-default/po-page-default.component.d.ts +3 -0
- package/lib/components/po-page/po-page-detail/po-page-detail-base.component.d.ts +3 -0
- package/lib/components/po-page/po-page-detail/po-page-detail.component.d.ts +3 -0
- package/lib/components/po-page/po-page-edit/po-page-edit-base.component.d.ts +3 -0
- package/lib/components/po-page/po-page-edit/po-page-edit.component.d.ts +3 -0
- package/lib/components/po-page/po-page-header/po-page-header-base.component.d.ts +3 -0
- package/lib/components/po-page/po-page-header/po-page-header.component.d.ts +3 -0
- package/lib/components/po-page/po-page-list/po-page-list-base.component.d.ts +3 -0
- package/lib/components/po-page/po-page-list/po-page-list.component.d.ts +3 -0
- package/lib/components/po-page/po-page-slide/po-page-slide-base.component.d.ts +3 -0
- package/lib/components/po-page/po-page-slide/po-page-slide.component.d.ts +3 -0
- package/lib/components/po-page/po-page.component.d.ts +3 -0
- package/lib/components/po-page/po-page.module.d.ts +22 -0
- package/lib/components/po-popover/po-popover-base.component.d.ts +3 -0
- package/lib/components/po-popover/po-popover.component.d.ts +3 -0
- package/lib/components/po-popover/po-popover.module.d.ts +6 -0
- package/lib/components/po-popup/po-popup-base.component.d.ts +3 -0
- package/lib/components/po-popup/po-popup.component.d.ts +3 -0
- package/lib/components/po-popup/po-popup.module.d.ts +7 -0
- package/lib/components/po-progress/po-progress-bar/po-progress-bar.component.d.ts +3 -0
- package/lib/components/po-progress/po-progress-base.component.d.ts +3 -0
- package/lib/components/po-progress/po-progress.component.d.ts +3 -0
- package/lib/components/po-progress/po-progress.module.d.ts +7 -0
- package/lib/components/po-slide/directives/po-slide-content-template.directive.d.ts +3 -0
- package/lib/components/po-slide/po-slide-base.component.d.ts +3 -0
- package/lib/components/po-slide/po-slide-circles/po-slide-circles.component.d.ts +3 -0
- package/lib/components/po-slide/po-slide-control/po-slide-control.component.d.ts +3 -0
- package/lib/components/po-slide/po-slide-item/po-slide-item.component.d.ts +3 -0
- package/lib/components/po-slide/po-slide.component.d.ts +3 -0
- package/lib/components/po-slide/po-slide.module.d.ts +12 -0
- package/lib/components/po-stepper/po-step/po-step.component.d.ts +3 -0
- package/lib/components/po-stepper/po-stepper-base.component.d.ts +3 -0
- package/lib/components/po-stepper/po-stepper-circle/po-stepper-circle.component.d.ts +3 -0
- package/lib/components/po-stepper/po-stepper-label/po-stepper-label.component.d.ts +3 -0
- package/lib/components/po-stepper/po-stepper-step/po-stepper-step.component.d.ts +3 -0
- package/lib/components/po-stepper/po-stepper.component.d.ts +3 -0
- package/lib/components/po-stepper/po-stepper.module.d.ts +10 -0
- package/lib/components/po-table/interfaces/po-table-column.interface.d.ts +6 -1
- package/lib/components/po-table/po-table-base.component.d.ts +13 -0
- package/lib/components/po-table/po-table-cell-template/po-table-cell-template.directive.d.ts +3 -0
- package/lib/components/po-table/po-table-column-icon/po-table-column-icon.component.d.ts +3 -0
- package/lib/components/po-table/po-table-column-label/po-table-column-label.component.d.ts +3 -0
- package/lib/components/po-table/po-table-column-link/po-table-column-link.component.d.ts +3 -0
- package/lib/components/po-table/po-table-column-manager/po-table-column-manager.component.d.ts +3 -0
- package/lib/components/po-table/po-table-column-template/po-table-column-template.directive.d.ts +3 -0
- package/lib/components/po-table/po-table-detail/po-table-detail.component.d.ts +3 -0
- package/lib/components/po-table/po-table-icon/po-table-icon.component.d.ts +3 -0
- package/lib/components/po-table/po-table-row-template/po-table-row-template.directive.d.ts +3 -0
- package/lib/components/po-table/po-table-show-subtitle/po-table-show-subtitle.component.d.ts +3 -0
- package/lib/components/po-table/po-table-subtitle-circle/po-table-subtitle-circle.component.d.ts +3 -0
- package/lib/components/po-table/po-table-subtitle-footer/po-table-subtitle-footer.component.d.ts +3 -0
- package/lib/components/po-table/po-table.component.d.ts +4 -0
- package/lib/components/po-table/po-table.module.d.ts +30 -0
- package/lib/components/po-table/services/po-table.service.d.ts +3 -0
- package/lib/components/po-tabs/po-tab/po-tab-base.component.d.ts +3 -0
- package/lib/components/po-tabs/po-tab/po-tab.component.d.ts +3 -0
- package/lib/components/po-tabs/po-tab-button/po-tab-button.component.d.ts +3 -0
- package/lib/components/po-tabs/po-tab-dropdown/po-tab-dropdown.component.d.ts +3 -0
- package/lib/components/po-tabs/po-tabs-base.component.d.ts +3 -0
- package/lib/components/po-tabs/po-tabs.component.d.ts +3 -0
- package/lib/components/po-tabs/po-tabs.module.d.ts +10 -0
- package/lib/components/po-tag/po-tag-base.component.d.ts +3 -0
- package/lib/components/po-tag/po-tag.component.d.ts +3 -0
- package/lib/components/po-tag/po-tag.module.d.ts +7 -0
- package/lib/components/po-toolbar/po-toolbar-actions/po-toolbar-actions.component.d.ts +3 -0
- package/lib/components/po-toolbar/po-toolbar-base.component.d.ts +3 -0
- package/lib/components/po-toolbar/po-toolbar-notification/po-toolbar-notification.component.d.ts +3 -0
- package/lib/components/po-toolbar/po-toolbar-profile/po-toolbar-profile.component.d.ts +3 -0
- package/lib/components/po-toolbar/po-toolbar.component.d.ts +3 -0
- package/lib/components/po-toolbar/po-toolbar.module.d.ts +12 -0
- package/lib/components/po-tree-view/po-tree-view-base.component.d.ts +3 -0
- package/lib/components/po-tree-view/po-tree-view-item/po-tree-view-item.component.d.ts +3 -0
- package/lib/components/po-tree-view/po-tree-view-item-header/po-tree-view-item-header.component.d.ts +3 -0
- package/lib/components/po-tree-view/po-tree-view.component.d.ts +3 -0
- package/lib/components/po-tree-view/po-tree-view.module.d.ts +11 -0
- package/lib/components/po-tree-view/services/po-tree-view.service.d.ts +3 -0
- package/lib/components/po-widget/po-widget-base.component.d.ts +3 -0
- package/lib/components/po-widget/po-widget.component.d.ts +3 -0
- package/lib/components/po-widget/po-widget.module.d.ts +7 -0
- package/lib/directives/directives.module.d.ts +5 -0
- package/lib/directives/po-tooltip/po-tooltip-base.directive.d.ts +3 -0
- package/lib/directives/po-tooltip/po-tooltip-control-position.service.d.ts +3 -0
- package/lib/directives/po-tooltip/po-tooltip.directive.d.ts +3 -0
- package/lib/directives/po-tooltip/po-tooltip.module.d.ts +6 -0
- package/lib/guards/guards.module.d.ts +4 -0
- package/lib/interceptors/interceptors.module.d.ts +6 -0
- package/lib/interceptors/po-http-interceptor/po-http-interceptor-detail/po-http-interceptor-detail.component.d.ts +3 -0
- package/lib/interceptors/po-http-interceptor/po-http-interceptor.module.d.ts +10 -0
- package/lib/interceptors/po-http-interceptor/po-http-interceptor.service.d.ts +3 -0
- package/lib/interceptors/po-http-request/po-http-request-control-service.d.ts +3 -0
- package/lib/interceptors/po-http-request/po-http-request-interceptor.service.d.ts +3 -0
- package/lib/interceptors/po-http-request/po-http-request.module.d.ts +5 -0
- package/lib/pipes/pipes.module.d.ts +5 -0
- package/lib/pipes/po-time/po-time.module.d.ts +5 -0
- package/lib/pipes/po-time/po-time.pipe.d.ts +3 -0
- package/lib/po.module.d.ts +10 -0
- package/lib/services/po-active-overlay/po-active-overlay.module.d.ts +4 -0
- package/lib/services/po-active-overlay/po-active-overlay.service.d.ts +3 -0
- package/lib/services/po-color/po-color.service.d.ts +3 -0
- package/lib/services/po-color-palette/po-color-palette.module.d.ts +4 -0
- package/lib/services/po-color-palette/po-color-palette.service.d.ts +3 -0
- package/lib/services/po-component-injector/po-component-injector.module.d.ts +4 -0
- package/lib/services/po-component-injector/po-component-injector.service.d.ts +3 -0
- package/lib/services/po-control-position/po-control-position.module.d.ts +4 -0
- package/lib/services/po-control-position/po-control-position.service.d.ts +3 -0
- package/lib/services/po-date/po-date.module.d.ts +4 -0
- package/lib/services/po-date/po-date.service.d.ts +3 -0
- package/lib/services/po-dialog/po-dialog.component.d.ts +3 -0
- package/lib/services/po-dialog/po-dialog.module.d.ts +6 -0
- package/lib/services/po-dialog/po-dialog.service.d.ts +3 -0
- package/lib/services/po-i18n/po-i18n.module.d.ts +6 -0
- package/lib/services/po-i18n/po-i18n.pipe.d.ts +3 -0
- package/lib/services/po-i18n/po-i18n.service.d.ts +3 -0
- package/lib/services/po-language/po-language.module.d.ts +4 -0
- package/lib/services/po-language/po-language.service.d.ts +3 -0
- package/lib/services/po-notification/po-notification.module.d.ts +6 -0
- package/lib/services/po-notification/po-notification.service.d.ts +3 -0
- package/lib/services/po-notification/po-toaster/po-toaster.component.d.ts +3 -0
- package/lib/services/services.module.d.ts +13 -0
- package/package.json +36 -21
- package/po-ui-ng-components-6.1.0.tgz +0 -0
- package/po-ui-ng-components.d.ts +1 -201
- package/schematics/migrations.json +5 -0
- package/schematics/ng-add/index.js +3 -3
- package/schematics/ng-add/index.js.map +1 -1
- package/schematics/ng-add/index.spec.js +15 -16
- package/schematics/ng-add/index.spec.js.map +1 -1
- package/schematics/ng-add/setup-project.js +6 -6
- package/schematics/ng-add/setup-project.js.map +1 -1
- package/schematics/ng-generate/po-page-default/index.js +2 -2
- package/schematics/ng-generate/po-page-default/index.js.map +1 -1
- package/schematics/ng-generate/po-page-default/index.spec.js +13 -13
- package/schematics/ng-generate/po-page-default/index.spec.js.map +1 -1
- package/schematics/ng-generate/po-page-detail/index.js +2 -2
- package/schematics/ng-generate/po-page-detail/index.js.map +1 -1
- package/schematics/ng-generate/po-page-detail/index.spec.js +13 -13
- package/schematics/ng-generate/po-page-detail/index.spec.js.map +1 -1
- package/schematics/ng-generate/po-page-edit/index.js +2 -2
- package/schematics/ng-generate/po-page-edit/index.js.map +1 -1
- package/schematics/ng-generate/po-page-edit/index.spec.js +13 -13
- package/schematics/ng-generate/po-page-edit/index.spec.js.map +1 -1
- package/schematics/ng-generate/po-page-list/index.js +2 -2
- package/schematics/ng-generate/po-page-list/index.js.map +1 -1
- package/schematics/ng-generate/po-page-list/index.spec.js +13 -13
- package/schematics/ng-generate/po-page-list/index.spec.js.map +1 -1
- package/schematics/ng-generate/sidemenu/index.js +11 -11
- package/schematics/ng-generate/sidemenu/index.js.map +1 -1
- package/schematics/ng-generate/sidemenu/index.spec.js +5 -5
- package/schematics/ng-generate/sidemenu/index.spec.js.map +1 -1
- package/schematics/ng-update/v2/index.js +7 -7
- package/schematics/ng-update/v2/index.js.map +1 -1
- package/schematics/ng-update/v3/index.js +2 -2
- package/schematics/ng-update/v3/index.js.map +1 -1
- package/schematics/ng-update/v4/index.js +2 -2
- package/schematics/ng-update/v4/index.js.map +1 -1
- package/schematics/ng-update/v5/index.js +2 -2
- package/schematics/ng-update/v5/index.js.map +1 -1
- package/schematics/ng-update/v6/changes.d.ts +2 -0
- package/schematics/ng-update/v6/changes.js +14 -0
- package/schematics/ng-update/v6/changes.js.map +1 -0
- package/schematics/ng-update/v6/index.d.ts +1 -0
- package/schematics/ng-update/v6/index.js +16 -0
- package/schematics/ng-update/v6/index.js.map +1 -0
- package/bundles/po-ui-ng-components.umd.js +0 -39380
- package/bundles/po-ui-ng-components.umd.js.map +0 -1
- package/esm2015/lib/components/components.module.js +0 -122
- package/esm2015/lib/components/po-accordion/po-accordion-item/po-accordion-item.component.js +0 -66
- package/esm2015/lib/components/po-accordion/po-accordion-item-body/po-accordion-item-body.component.js +0 -23
- package/esm2015/lib/components/po-accordion/po-accordion-item-header/po-accordion-item-header.component.js +0 -24
- package/esm2015/lib/components/po-accordion/po-accordion.component.js +0 -70
- package/esm2015/lib/components/po-accordion/po-accordion.module.js +0 -52
- package/esm2015/lib/components/po-accordion/services/po-accordion.service.js +0 -27
- package/esm2015/lib/components/po-avatar/po-avatar-base.component.js +0 -68
- package/esm2015/lib/components/po-avatar/po-avatar.component.js +0 -42
- package/esm2015/lib/components/po-avatar/po-avatar.module.js +0 -18
- package/esm2015/lib/components/po-badge/po-badge-base.component.js +0 -89
- package/esm2015/lib/components/po-badge/po-badge.component.js +0 -16
- package/esm2015/lib/components/po-badge/po-badge.module.js +0 -18
- package/esm2015/lib/components/po-breadcrumb/po-breadcrumb-base.component.js +0 -48
- package/esm2015/lib/components/po-breadcrumb/po-breadcrumb-dropdown/po-breadcrumb-dropdown.component.js +0 -20
- package/esm2015/lib/components/po-breadcrumb/po-breadcrumb-favorite/po-breadcrumb-favorite.component.js +0 -77
- package/esm2015/lib/components/po-breadcrumb/po-breadcrumb-favorite/po-breadcrumb-favorite.service.js +0 -49
- package/esm2015/lib/components/po-breadcrumb/po-breadcrumb-item/po-breadcrumb-item.component.js +0 -27
- package/esm2015/lib/components/po-breadcrumb/po-breadcrumb.component.js +0 -159
- package/esm2015/lib/components/po-breadcrumb/po-breadcrumb.module.js +0 -28
- package/esm2015/lib/components/po-button/po-button-base.component.js +0 -127
- package/esm2015/lib/components/po-button/po-button.component.js +0 -69
- package/esm2015/lib/components/po-button/po-button.module.js +0 -20
- package/esm2015/lib/components/po-button-group/po-button-group-base.component.js +0 -95
- package/esm2015/lib/components/po-button-group/po-button-group.component.js +0 -43
- package/esm2015/lib/components/po-button-group/po-button-group.module.js +0 -20
- package/esm2015/lib/components/po-calendar/po-calendar-base.component.js +0 -176
- package/esm2015/lib/components/po-calendar/po-calendar-header/po-calendar-header.component.js +0 -24
- package/esm2015/lib/components/po-calendar/po-calendar-wrapper/po-calendar-wrapper.component.js +0 -251
- package/esm2015/lib/components/po-calendar/po-calendar.component.js +0 -199
- package/esm2015/lib/components/po-calendar/po-calendar.module.js +0 -19
- package/esm2015/lib/components/po-calendar/services/po-calendar.lang.service.js +0 -187
- package/esm2015/lib/components/po-calendar/services/po-calendar.service.js +0 -44
- package/esm2015/lib/components/po-chart/directives/po-resize-observer.directive.js +0 -44
- package/esm2015/lib/components/po-chart/enums/po-chart-type.enum.js +0 -51
- package/esm2015/lib/components/po-chart/index.js +0 -8
- package/esm2015/lib/components/po-chart/interfaces/po-chart-serie.interface.js +0 -2
- package/esm2015/lib/components/po-chart/po-chart-base.component.js +0 -244
- package/esm2015/lib/components/po-chart/po-chart-container/po-chart-axis/po-chart-axis-label/po-chart-axis-label.component.js +0 -23
- package/esm2015/lib/components/po-chart/po-chart-container/po-chart-axis/po-chart-axis-path/po-chart-axis-path.component.js +0 -19
- package/esm2015/lib/components/po-chart/po-chart-container/po-chart-axis/po-chart-axis.component.js +0 -287
- package/esm2015/lib/components/po-chart/po-chart-container/po-chart-bar/po-chart-bar-base.component.js +0 -94
- package/esm2015/lib/components/po-chart/po-chart-container/po-chart-bar/po-chart-bar-path/po-chart-bar-path.component.js +0 -33
- package/esm2015/lib/components/po-chart/po-chart-container/po-chart-bar/po-chart-bar.component.js +0 -58
- package/esm2015/lib/components/po-chart/po-chart-container/po-chart-bar/po-chart-column/po-chart-column.component.js +0 -59
- package/esm2015/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-circular-label/po-chart-circular-label.component.js +0 -29
- package/esm2015/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-circular-path/po-chart-circular-path.component.js +0 -35
- package/esm2015/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-circular-path/po-chart-tooltip.directive.js +0 -76
- package/esm2015/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-circular.component.js +0 -142
- package/esm2015/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-donut/po-chart-donut.component.js +0 -115
- package/esm2015/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-pie/po-chart-pie.component.js +0 -57
- package/esm2015/lib/components/po-chart/po-chart-container/po-chart-container.component.js +0 -119
- package/esm2015/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-area/po-chart-area.component.js +0 -77
- package/esm2015/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-line-base.component.js +0 -151
- package/esm2015/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-line.component.js +0 -41
- package/esm2015/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-path/po-chart-path.component.js +0 -65
- package/esm2015/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-series-point/po-chart-series-point.component.js +0 -95
- package/esm2015/lib/components/po-chart/po-chart-legend/po-chart-legend.component.js +0 -21
- package/esm2015/lib/components/po-chart/po-chart-types/po-chart-circular/po-chart-circular.constant.js +0 -11
- package/esm2015/lib/components/po-chart/po-chart-types/po-chart-circular/po-chart-circular.js +0 -374
- package/esm2015/lib/components/po-chart/po-chart-types/po-chart-dynamic-type.component.js +0 -45
- package/esm2015/lib/components/po-chart/po-chart-types/po-chart-gauge/po-chart-gauge-series.interface.js +0 -2
- package/esm2015/lib/components/po-chart/po-chart-types/po-chart-gauge/po-chart-gauge-text-content/po-chart-gauge-text-content.component.js +0 -75
- package/esm2015/lib/components/po-chart/po-chart-types/po-chart-gauge/po-chart-gauge.component.js +0 -85
- package/esm2015/lib/components/po-chart/po-chart.component.js +0 -203
- package/esm2015/lib/components/po-chart/po-chart.module.js +0 -61
- package/esm2015/lib/components/po-chart/services/po-chart-maths.service.js +0 -135
- package/esm2015/lib/components/po-chart/services/po-chart-svg-container.service.js +0 -57
- package/esm2015/lib/components/po-container/po-container-base.component.js +0 -88
- package/esm2015/lib/components/po-container/po-container.component.js +0 -32
- package/esm2015/lib/components/po-container/po-container.module.js +0 -18
- package/esm2015/lib/components/po-disclaimer/po-disclaimer-base.component.js +0 -77
- package/esm2015/lib/components/po-disclaimer/po-disclaimer.component.js +0 -29
- package/esm2015/lib/components/po-disclaimer/po-disclaimer.module.js +0 -17
- package/esm2015/lib/components/po-disclaimer-group/po-disclaimer-group-base.component.js +0 -194
- package/esm2015/lib/components/po-disclaimer-group/po-disclaimer-group.component.js +0 -41
- package/esm2015/lib/components/po-disclaimer-group/po-disclaimer-group.module.js +0 -20
- package/esm2015/lib/components/po-disclaimer-group/po-disclaimer-remove/po-disclaimer-remove.component.js +0 -30
- package/esm2015/lib/components/po-divider/po-divider-base.component.js +0 -16
- package/esm2015/lib/components/po-divider/po-divider.component.js +0 -32
- package/esm2015/lib/components/po-divider/po-divider.module.js +0 -18
- package/esm2015/lib/components/po-dropdown/po-dropdown-base.component.js +0 -71
- package/esm2015/lib/components/po-dropdown/po-dropdown.component.js +0 -97
- package/esm2015/lib/components/po-dropdown/po-dropdown.module.js +0 -18
- package/esm2015/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-base.component.js +0 -104
- package/esm2015/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-fields/po-dynamic-form-fields-base.component.js +0 -200
- package/esm2015/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-fields/po-dynamic-form-fields.component.js +0 -129
- package/esm2015/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-load/po-dynamic-form-load.service.js +0 -32
- package/esm2015/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-validation/po-dynamic-form-validation.service.js +0 -39
- package/esm2015/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form.component.js +0 -167
- package/esm2015/lib/components/po-dynamic/po-dynamic-view/po-dynamic-view-base.component.js +0 -163
- package/esm2015/lib/components/po-dynamic/po-dynamic-view/po-dynamic-view.component.js +0 -101
- package/esm2015/lib/components/po-dynamic/po-dynamic-view/po-dynamic-view.service.js +0 -17
- package/esm2015/lib/components/po-dynamic/po-dynamic.module.js +0 -35
- package/esm2015/lib/components/po-dynamic/po-dynamic.util.js +0 -18
- package/esm2015/lib/components/po-field/index.js +0 -51
- package/esm2015/lib/components/po-field/po-checkbox/po-checkbox-base.component.js +0 -98
- package/esm2015/lib/components/po-field/po-checkbox/po-checkbox.component.js +0 -94
- package/esm2015/lib/components/po-field/po-checkbox-group/po-checkbox-group-base.component.js +0 -289
- package/esm2015/lib/components/po-field/po-checkbox-group/po-checkbox-group.component.js +0 -98
- package/esm2015/lib/components/po-field/po-checkbox-group/po-checkbox-group.module.js +0 -20
- package/esm2015/lib/components/po-field/po-clean/po-clean-base.component.js +0 -42
- package/esm2015/lib/components/po-field/po-clean/po-clean.component.js +0 -33
- package/esm2015/lib/components/po-field/po-clean/po-clean.module.js +0 -18
- package/esm2015/lib/components/po-field/po-combo/po-combo-base.component.js +0 -741
- package/esm2015/lib/components/po-field/po-combo/po-combo-filter.service.js +0 -78
- package/esm2015/lib/components/po-field/po-combo/po-combo-option-template/po-combo-option-template.directive.js +0 -81
- package/esm2015/lib/components/po-field/po-combo/po-combo.component.js +0 -525
- package/esm2015/lib/components/po-field/po-datepicker/po-datepicker-base.component.js +0 -396
- package/esm2015/lib/components/po-field/po-datepicker/po-datepicker.component.js +0 -345
- package/esm2015/lib/components/po-field/po-datepicker/po-datepicker.module.js +0 -22
- package/esm2015/lib/components/po-field/po-datepicker-range/po-datepicker-range-base.component.js +0 -475
- package/esm2015/lib/components/po-field/po-datepicker-range/po-datepicker-range.component.js +0 -443
- package/esm2015/lib/components/po-field/po-decimal/po-decimal.component.js +0 -598
- package/esm2015/lib/components/po-field/po-email/po-email.component.js +0 -106
- package/esm2015/lib/components/po-field/po-field-container/po-field-container-bottom/po-field-container-bottom.component.js +0 -29
- package/esm2015/lib/components/po-field/po-field-container/po-field-container.component.js +0 -39
- package/esm2015/lib/components/po-field/po-field-container/po-field-container.module.js +0 -19
- package/esm2015/lib/components/po-field/po-field-validate.model.js +0 -69
- package/esm2015/lib/components/po-field/po-field.model.js +0 -78
- package/esm2015/lib/components/po-field/po-field.module.js +0 -156
- package/esm2015/lib/components/po-field/po-input/po-input-base.component.js +0 -357
- package/esm2015/lib/components/po-field/po-input/po-input.component.js +0 -56
- package/esm2015/lib/components/po-field/po-input-generic/po-input-generic.js +0 -187
- package/esm2015/lib/components/po-field/po-login/po-login.component.js +0 -65
- package/esm2015/lib/components/po-field/po-lookup/po-lookup-base.component.js +0 -451
- package/esm2015/lib/components/po-field/po-lookup/po-lookup-modal/po-lookup-modal-base.component.js +0 -347
- package/esm2015/lib/components/po-field/po-lookup/po-lookup-modal/po-lookup-modal.component.js +0 -130
- package/esm2015/lib/components/po-field/po-lookup/po-lookup.component.js +0 -337
- package/esm2015/lib/components/po-field/po-lookup/services/po-lookup-filter.service.js +0 -59
- package/esm2015/lib/components/po-field/po-lookup/services/po-lookup-modal.service.js +0 -62
- package/esm2015/lib/components/po-field/po-multiselect/po-multiselect-base.component.js +0 -576
- package/esm2015/lib/components/po-field/po-multiselect/po-multiselect-dropdown/po-multiselect-dropdown.component.js +0 -139
- package/esm2015/lib/components/po-field/po-multiselect/po-multiselect-filter.service.js +0 -50
- package/esm2015/lib/components/po-field/po-multiselect/po-multiselect-item/po-multiselect-item.component.js +0 -33
- package/esm2015/lib/components/po-field/po-multiselect/po-multiselect-search/po-multiselect-search.component.js +0 -57
- package/esm2015/lib/components/po-field/po-multiselect/po-multiselect.component.js +0 -359
- package/esm2015/lib/components/po-field/po-number/po-number-base.component.js +0 -114
- package/esm2015/lib/components/po-field/po-number/po-number.component.js +0 -119
- package/esm2015/lib/components/po-field/po-password/po-password.component.js +0 -92
- package/esm2015/lib/components/po-field/po-radio-group/po-radio-group-base.component.js +0 -184
- package/esm2015/lib/components/po-field/po-radio-group/po-radio-group.component.js +0 -119
- package/esm2015/lib/components/po-field/po-rich-text/po-rich-text-base.component.js +0 -181
- package/esm2015/lib/components/po-field/po-rich-text/po-rich-text-body/po-rich-text-body.component.js +0 -312
- package/esm2015/lib/components/po-field/po-rich-text/po-rich-text-image-modal/po-rich-text-image-modal.component.js +0 -96
- package/esm2015/lib/components/po-field/po-rich-text/po-rich-text-link-modal/po-rich-text-link-modal.component.js +0 -140
- package/esm2015/lib/components/po-field/po-rich-text/po-rich-text-toolbar/po-rich-text-toolbar.component.js +0 -166
- package/esm2015/lib/components/po-field/po-rich-text/po-rich-text.component.js +0 -147
- package/esm2015/lib/components/po-field/po-rich-text/po-rich-text.service.js +0 -17
- package/esm2015/lib/components/po-field/po-select/po-select-option-template/po-select-option-template.directive.js +0 -59
- package/esm2015/lib/components/po-field/po-select/po-select.component.js +0 -359
- package/esm2015/lib/components/po-field/po-switch/po-switch.component.js +0 -190
- package/esm2015/lib/components/po-field/po-textarea/po-textarea-base.component.js +0 -269
- package/esm2015/lib/components/po-field/po-textarea/po-textarea.component.js +0 -130
- package/esm2015/lib/components/po-field/po-upload/po-upload-base.component.js +0 -573
- package/esm2015/lib/components/po-field/po-upload/po-upload-base.service.js +0 -88
- package/esm2015/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop-area/po-upload-drag-drop-area.component.js +0 -30
- package/esm2015/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop-area-overlay/po-upload-drag-drop-area-overlay.component.js +0 -40
- package/esm2015/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop.component.js +0 -60
- package/esm2015/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop.directive.js +0 -165
- package/esm2015/lib/components/po-field/po-upload/po-upload-file-restrictions/po-upload-file-restrictions.component.js +0 -63
- package/esm2015/lib/components/po-field/po-upload/po-upload.component.js +0 -326
- package/esm2015/lib/components/po-field/po-upload/po-upload.service.js +0 -8
- package/esm2015/lib/components/po-field/po-url/po-url.component.js +0 -86
- package/esm2015/lib/components/po-gauge/po-gauge-base.component.js +0 -146
- package/esm2015/lib/components/po-gauge/po-gauge-description/po-gauge-description.component.js +0 -27
- package/esm2015/lib/components/po-gauge/po-gauge-legend/po-gauge-legend.component.js +0 -27
- package/esm2015/lib/components/po-gauge/po-gauge-svg/po-gauge-path/po-gauge-path.component.js +0 -20
- package/esm2015/lib/components/po-gauge/po-gauge-svg/po-gauge-pointer/po-gauge-pointer.component.js +0 -50
- package/esm2015/lib/components/po-gauge/po-gauge-svg/po-gauge-svg.component.js +0 -204
- package/esm2015/lib/components/po-gauge/po-gauge-title/po-gauge-title.component.js +0 -13
- package/esm2015/lib/components/po-gauge/po-gauge.component.js +0 -72
- package/esm2015/lib/components/po-gauge/po-gauge.module.js +0 -32
- package/esm2015/lib/components/po-grid/po-grid-cell/po-grid-cell.component.js +0 -111
- package/esm2015/lib/components/po-grid/po-grid-cell-action/po-grid-cell-action.component.js +0 -24
- package/esm2015/lib/components/po-grid/po-grid-head/po-grid-head.component.js +0 -30
- package/esm2015/lib/components/po-grid/po-grid.component.js +0 -314
- package/esm2015/lib/components/po-grid/po-grid.module.js +0 -23
- package/esm2015/lib/components/po-icon/po-icon.component.js +0 -62
- package/esm2015/lib/components/po-icon/po-icon.module.js +0 -18
- package/esm2015/lib/components/po-info/po-info-base.component.js +0 -62
- package/esm2015/lib/components/po-info/po-info.component.js +0 -36
- package/esm2015/lib/components/po-info/po-info.module.js +0 -21
- package/esm2015/lib/components/po-list-view/po-list-view-base.component.js +0 -274
- package/esm2015/lib/components/po-list-view/po-list-view-content-template/po-list-view-content-template.directive.js +0 -101
- package/esm2015/lib/components/po-list-view/po-list-view-detail-template/po-list-view-detail-template.directive.js +0 -64
- package/esm2015/lib/components/po-list-view/po-list-view.component.js +0 -128
- package/esm2015/lib/components/po-list-view/po-list-view.module.js +0 -51
- package/esm2015/lib/components/po-loading/po-loading-base.component.js +0 -24
- package/esm2015/lib/components/po-loading/po-loading-icon/po-loading-icon.component.js +0 -37
- package/esm2015/lib/components/po-loading/po-loading-overlay/po-loading-overlay-base.component.js +0 -91
- package/esm2015/lib/components/po-loading/po-loading-overlay/po-loading-overlay.component.js +0 -41
- package/esm2015/lib/components/po-loading/po-loading.component.js +0 -16
- package/esm2015/lib/components/po-loading/po-loading.module.js +0 -22
- package/esm2015/lib/components/po-menu/po-menu-base.component.js +0 -299
- package/esm2015/lib/components/po-menu/po-menu-filter/po-menu-filter.component.js +0 -40
- package/esm2015/lib/components/po-menu/po-menu-header-template/po-menu-header-template.directive.js +0 -51
- package/esm2015/lib/components/po-menu/po-menu-item/po-menu-item.component.js +0 -173
- package/esm2015/lib/components/po-menu/po-menu.component.js +0 -497
- package/esm2015/lib/components/po-menu/po-menu.module.js +0 -26
- package/esm2015/lib/components/po-menu/services/po-menu-global.service.js +0 -32
- package/esm2015/lib/components/po-menu/services/po-menu-items.service.js +0 -35
- package/esm2015/lib/components/po-menu/services/po-menu.service.js +0 -35
- package/esm2015/lib/components/po-menu-panel/po-menu-panel-base.component.js +0 -76
- package/esm2015/lib/components/po-menu-panel/po-menu-panel-item/po-menu-panel-item.component.js +0 -54
- package/esm2015/lib/components/po-menu-panel/po-menu-panel.component.js +0 -145
- package/esm2015/lib/components/po-menu-panel/po-menu-panel.module.js +0 -24
- package/esm2015/lib/components/po-menu-panel/services/po-menu-panel-items.service.js +0 -35
- package/esm2015/lib/components/po-modal/po-modal-base.component.js +0 -121
- package/esm2015/lib/components/po-modal/po-modal-footer/po-modal-footer.component.js +0 -43
- package/esm2015/lib/components/po-modal/po-modal.component.js +0 -114
- package/esm2015/lib/components/po-modal/po-modal.module.js +0 -19
- package/esm2015/lib/components/po-navbar/po-navbar-actions/po-navbar-action/po-navbar-action.component.js +0 -43
- package/esm2015/lib/components/po-navbar/po-navbar-actions/po-navbar-action-popup/po-navbar-action-popup.component.js +0 -18
- package/esm2015/lib/components/po-navbar/po-navbar-actions/po-navbar-actions.component.js +0 -19
- package/esm2015/lib/components/po-navbar/po-navbar-actions/po-navbar-actions.module.js +0 -18
- package/esm2015/lib/components/po-navbar/po-navbar-base.component.js +0 -147
- package/esm2015/lib/components/po-navbar/po-navbar-item-navigation/po-navbar-item-navigation-icon/po-navbar-item-navigation-icon.component.js +0 -18
- package/esm2015/lib/components/po-navbar/po-navbar-item-navigation/po-navbar-item-navigation.component.js +0 -18
- package/esm2015/lib/components/po-navbar/po-navbar-item-navigation/po-navbar-item-navigation.module.js +0 -15
- package/esm2015/lib/components/po-navbar/po-navbar-items/po-navbar-item/po-navbar-item.component.js +0 -30
- package/esm2015/lib/components/po-navbar/po-navbar-items/po-navbar-items.component.js +0 -53
- package/esm2015/lib/components/po-navbar/po-navbar-items/po-navbar-items.module.js +0 -15
- package/esm2015/lib/components/po-navbar/po-navbar-logo/po-navbar-logo.component.js +0 -13
- package/esm2015/lib/components/po-navbar/po-navbar.component.js +0 -213
- package/esm2015/lib/components/po-navbar/po-navbar.module.js +0 -57
- package/esm2015/lib/components/po-page/po-page-content/po-page-content.component.js +0 -54
- package/esm2015/lib/components/po-page/po-page-default/po-page-default-base.component.js +0 -111
- package/esm2015/lib/components/po-page/po-page-default/po-page-default.component.js +0 -98
- package/esm2015/lib/components/po-page/po-page-detail/po-page-detail-base.component.js +0 -141
- package/esm2015/lib/components/po-page/po-page-detail/po-page-detail.component.js +0 -62
- package/esm2015/lib/components/po-page/po-page-edit/po-page-edit-base.component.js +0 -146
- package/esm2015/lib/components/po-page/po-page-edit/po-page-edit.component.js +0 -65
- package/esm2015/lib/components/po-page/po-page-header/po-page-header-base.component.js +0 -26
- package/esm2015/lib/components/po-page/po-page-header/po-page-header.component.js +0 -15
- package/esm2015/lib/components/po-page/po-page-list/po-page-list-base.component.js +0 -137
- package/esm2015/lib/components/po-page/po-page-list/po-page-list.component.js +0 -188
- package/esm2015/lib/components/po-page/po-page-slide/po-page-slide-base.component.js +0 -135
- package/esm2015/lib/components/po-page/po-page-slide/po-page-slide.component.js +0 -121
- package/esm2015/lib/components/po-page/po-page.component.js +0 -16
- package/esm2015/lib/components/po-page/po-page.module.js +0 -60
- package/esm2015/lib/components/po-popover/po-popover-base.component.js +0 -113
- package/esm2015/lib/components/po-popover/po-popover.component.js +0 -138
- package/esm2015/lib/components/po-popover/po-popover.module.js +0 -17
- package/esm2015/lib/components/po-popup/po-popup-base.component.js +0 -186
- package/esm2015/lib/components/po-popup/po-popup.component.js +0 -169
- package/esm2015/lib/components/po-popup/po-popup.module.js +0 -21
- package/esm2015/lib/components/po-progress/po-progress-bar/po-progress-bar.component.js +0 -18
- package/esm2015/lib/components/po-progress/po-progress-base.component.js +0 -107
- package/esm2015/lib/components/po-progress/po-progress.component.js +0 -56
- package/esm2015/lib/components/po-progress/po-progress.module.js +0 -19
- package/esm2015/lib/components/po-slide/directives/po-slide-content-template.directive.js +0 -59
- package/esm2015/lib/components/po-slide/po-slide-base.component.js +0 -104
- package/esm2015/lib/components/po-slide/po-slide-circles/po-slide-circles.component.js +0 -26
- package/esm2015/lib/components/po-slide/po-slide-control/po-slide-control.component.js +0 -25
- package/esm2015/lib/components/po-slide/po-slide-item/po-slide-item.component.js +0 -37
- package/esm2015/lib/components/po-slide/po-slide.component.js +0 -256
- package/esm2015/lib/components/po-slide/po-slide.module.js +0 -58
- package/esm2015/lib/components/po-stepper/po-step/po-step.component.js +0 -78
- package/esm2015/lib/components/po-stepper/po-stepper-base.component.js +0 -144
- package/esm2015/lib/components/po-stepper/po-stepper-circle/po-stepper-circle.component.js +0 -47
- package/esm2015/lib/components/po-stepper/po-stepper-label/po-stepper-label.component.js +0 -20
- package/esm2015/lib/components/po-stepper/po-stepper-step/po-stepper-step.component.js +0 -116
- package/esm2015/lib/components/po-stepper/po-stepper.component.js +0 -219
- package/esm2015/lib/components/po-stepper/po-stepper.module.js +0 -27
- package/esm2015/lib/components/po-table/interfaces/po-table-column.interface.js +0 -2
- package/esm2015/lib/components/po-table/po-table-base.component.js +0 -860
- package/esm2015/lib/components/po-table/po-table-cell-template/po-table-cell-template.directive.js +0 -82
- package/esm2015/lib/components/po-table/po-table-column-icon/po-table-column-icon.component.js +0 -72
- package/esm2015/lib/components/po-table/po-table-column-label/po-table-column-label.component.js +0 -38
- package/esm2015/lib/components/po-table/po-table-column-link/po-table-column-link.component.js +0 -38
- package/esm2015/lib/components/po-table/po-table-column-manager/po-table-column-manager.component.js +0 -250
- package/esm2015/lib/components/po-table/po-table-column-template/po-table-column-template.directive.js +0 -90
- package/esm2015/lib/components/po-table/po-table-detail/po-table-detail.component.js +0 -88
- package/esm2015/lib/components/po-table/po-table-icon/po-table-icon.component.js +0 -46
- package/esm2015/lib/components/po-table/po-table-row-template/po-table-row-template.directive.js +0 -128
- package/esm2015/lib/components/po-table/po-table-show-subtitle/po-table-show-subtitle.component.js +0 -21
- package/esm2015/lib/components/po-table/po-table-subtitle-circle/po-table-subtitle-circle.component.js +0 -41
- package/esm2015/lib/components/po-table/po-table-subtitle-footer/po-table-subtitle-footer.component.js +0 -70
- package/esm2015/lib/components/po-table/po-table.component.js +0 -542
- package/esm2015/lib/components/po-table/po-table.module.js +0 -75
- package/esm2015/lib/components/po-table/services/po-table.service.js +0 -38
- package/esm2015/lib/components/po-tabs/po-tab/po-tab-base.component.js +0 -82
- package/esm2015/lib/components/po-tabs/po-tab/po-tab.component.js +0 -27
- package/esm2015/lib/components/po-tabs/po-tab-button/po-tab-button.component.js +0 -75
- package/esm2015/lib/components/po-tabs/po-tab-dropdown/po-tab-dropdown.component.js +0 -44
- package/esm2015/lib/components/po-tabs/po-tabs-base.component.js +0 -49
- package/esm2015/lib/components/po-tabs/po-tabs.component.js +0 -126
- package/esm2015/lib/components/po-tabs/po-tabs.module.js +0 -21
- package/esm2015/lib/components/po-tag/po-tag-base.component.js +0 -175
- package/esm2015/lib/components/po-tag/po-tag.component.js +0 -71
- package/esm2015/lib/components/po-tag/po-tag.module.js +0 -21
- package/esm2015/lib/components/po-toolbar/po-toolbar-actions/po-toolbar-actions.component.js +0 -35
- package/esm2015/lib/components/po-toolbar/po-toolbar-base.component.js +0 -43
- package/esm2015/lib/components/po-toolbar/po-toolbar-notification/po-toolbar-notification.component.js +0 -39
- package/esm2015/lib/components/po-toolbar/po-toolbar-profile/po-toolbar-profile.component.js +0 -28
- package/esm2015/lib/components/po-toolbar/po-toolbar.component.js +0 -46
- package/esm2015/lib/components/po-toolbar/po-toolbar.module.js +0 -32
- package/esm2015/lib/components/po-tree-view/po-tree-view-base.component.js +0 -197
- package/esm2015/lib/components/po-tree-view/po-tree-view-item/po-tree-view-item.component.js +0 -58
- package/esm2015/lib/components/po-tree-view/po-tree-view-item-header/po-tree-view-item-header.component.js +0 -26
- package/esm2015/lib/components/po-tree-view/po-tree-view.component.js +0 -60
- package/esm2015/lib/components/po-tree-view/po-tree-view.module.js +0 -49
- package/esm2015/lib/components/po-tree-view/services/po-tree-view.service.js +0 -24
- package/esm2015/lib/components/po-widget/po-widget-base.component.js +0 -216
- package/esm2015/lib/components/po-widget/po-widget.component.js +0 -114
- package/esm2015/lib/components/po-widget/po-widget.module.js +0 -19
- package/esm2015/lib/directives/directives.module.js +0 -14
- package/esm2015/lib/directives/po-tooltip/po-tooltip-base.directive.js +0 -106
- package/esm2015/lib/directives/po-tooltip/po-tooltip-control-position.service.js +0 -8
- package/esm2015/lib/directives/po-tooltip/po-tooltip.directive.js +0 -147
- package/esm2015/lib/directives/po-tooltip/po-tooltip.module.js +0 -18
- package/esm2015/lib/guards/guards.module.js +0 -13
- package/esm2015/lib/interceptors/interceptors.module.js +0 -15
- package/esm2015/lib/interceptors/po-http-interceptor/po-http-interceptor-base.service.js +0 -249
- package/esm2015/lib/interceptors/po-http-interceptor/po-http-interceptor-detail/po-http-interceptor-detail.component.js +0 -83
- package/esm2015/lib/interceptors/po-http-interceptor/po-http-interceptor.module.js +0 -28
- package/esm2015/lib/interceptors/po-http-interceptor/po-http-interceptor.service.js +0 -28
- package/esm2015/lib/interceptors/po-http-request/po-http-request-control-service.js +0 -23
- package/esm2015/lib/interceptors/po-http-request/po-http-request-interceptor.service.js +0 -169
- package/esm2015/lib/interceptors/po-http-request/po-http-request.module.js +0 -24
- package/esm2015/lib/pipes/pipes.module.js +0 -14
- package/esm2015/lib/pipes/po-time/po-time.module.js +0 -19
- package/esm2015/lib/pipes/po-time/po-time.pipe.js +0 -55
- package/esm2015/lib/po.module.js +0 -34
- package/esm2015/lib/services/po-active-overlay/po-active-overlay.module.js +0 -16
- package/esm2015/lib/services/po-active-overlay/po-active-overlay.service.js +0 -14
- package/esm2015/lib/services/po-color/po-color.service.js +0 -60
- package/esm2015/lib/services/po-color-palette/po-color-palette.module.js +0 -16
- package/esm2015/lib/services/po-color-palette/po-color-palette.service.js +0 -25
- package/esm2015/lib/services/po-component-injector/po-component-injector.module.js +0 -14
- package/esm2015/lib/services/po-component-injector/po-component-injector.service.js +0 -34
- package/esm2015/lib/services/po-control-position/po-control-position.module.js +0 -15
- package/esm2015/lib/services/po-control-position/po-control-position.service.js +0 -361
- package/esm2015/lib/services/po-date/po-date.module.js +0 -16
- package/esm2015/lib/services/po-date/po-date.service.js +0 -201
- package/esm2015/lib/services/po-dialog/po-dialog.component.js +0 -115
- package/esm2015/lib/services/po-dialog/po-dialog.module.js +0 -15
- package/esm2015/lib/services/po-dialog/po-dialog.service.js +0 -42
- package/esm2015/lib/services/po-i18n/po-i18n-base.service.js +0 -439
- package/esm2015/lib/services/po-i18n/po-i18n.module.js +0 -188
- package/esm2015/lib/services/po-i18n/po-i18n.pipe.js +0 -21
- package/esm2015/lib/services/po-i18n/po-i18n.service.js +0 -20
- package/esm2015/lib/services/po-language/po-language.constant.js +0 -75
- package/esm2015/lib/services/po-language/po-language.module.js +0 -15
- package/esm2015/lib/services/po-language/po-language.service.js +0 -136
- package/esm2015/lib/services/po-notification/po-notification.module.js +0 -15
- package/esm2015/lib/services/po-notification/po-notification.service.js +0 -92
- package/esm2015/lib/services/po-notification/po-toaster/po-toaster.component.js +0 -132
- package/esm2015/lib/services/services.module.js +0 -40
- package/esm2015/lib/utils/util.js +0 -508
- package/esm2015/po-ui-ng-components.js +0 -206
- package/fesm2015/po-ui-ng-components.js +0 -35503
- package/fesm2015/po-ui-ng-components.js.map +0 -1
- package/lib/components/po-chart/po-chart-types/po-chart-circular/po-chart-circular.constant.d.ts +0 -7
- package/lib/components/po-chart/po-chart-types/po-chart-circular/po-chart-circular.d.ts +0 -55
- package/lib/components/po-chart/po-chart-types/po-chart-gauge/po-chart-gauge-series.interface.d.ts +0 -39
- package/lib/components/po-chart/po-chart-types/po-chart-gauge/po-chart-gauge-text-content/po-chart-gauge-text-content.component.d.ts +0 -24
- package/lib/components/po-chart/po-chart-types/po-chart-gauge/po-chart-gauge.component.d.ts +0 -20
- package/po-ui-ng-components-5.22.1.tgz +0 -0
- package/po-ui-ng-components.metadata.json +0 -1
|
@@ -0,0 +1,397 @@
|
|
|
1
|
+
import { __decorate } from "tslib";
|
|
2
|
+
import { EventEmitter, Input, Output, Directive } from '@angular/core';
|
|
3
|
+
import { convertToBoolean } from '../../../utils/util';
|
|
4
|
+
import { requiredFailed, maxlengpoailed, minlengpoailed, patternFailed } from './../validators';
|
|
5
|
+
import { InputBoolean } from '../../../decorators';
|
|
6
|
+
import { PoMask } from './po-mask';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
/**
|
|
9
|
+
* @description
|
|
10
|
+
*
|
|
11
|
+
* Este é um componente baseado em input, com várias propriedades do input nativo e outras
|
|
12
|
+
* propriedades extras como: máscara, pattern, mensagem de erro e etc.
|
|
13
|
+
* Você deve informar a variável que contém o valor como [(ngModel)]="variavel", para que o
|
|
14
|
+
* input receba o valor da variável e para que ela receba as alterações do valor (two-way-databinding).
|
|
15
|
+
* A propriedade name é obrigatória para que o formulário e o model funcionem corretamente.
|
|
16
|
+
*
|
|
17
|
+
* Importante:
|
|
18
|
+
*
|
|
19
|
+
* - Caso o input tenha um [(ngModel)] sem o atributo name, ocorrerá um erro de angular.
|
|
20
|
+
* Então você precisa informar o atributo name ou o atributo [ngModelOptions]="{standalone: true}".
|
|
21
|
+
* Exemplo: [(ngModel)]="pessoa.nome" [ngModelOptions]="{standalone: true}".
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
export class PoInputBaseComponent {
|
|
25
|
+
constructor(cd) {
|
|
26
|
+
this.cd = cd;
|
|
27
|
+
/**
|
|
28
|
+
* @optional
|
|
29
|
+
*
|
|
30
|
+
* @description
|
|
31
|
+
*
|
|
32
|
+
* Aplica foco no elemento ao ser iniciado.
|
|
33
|
+
*
|
|
34
|
+
* > Caso mais de um elemento seja configurado com essa propriedade, apenas o último elemento declarado com ela terá o foco.
|
|
35
|
+
*
|
|
36
|
+
* @default `false`
|
|
37
|
+
*/
|
|
38
|
+
this.autoFocus = false;
|
|
39
|
+
/**
|
|
40
|
+
* @description
|
|
41
|
+
*
|
|
42
|
+
* Mensagem que será apresentada quando o `pattern` ou a máscara não for satisfeita.
|
|
43
|
+
*
|
|
44
|
+
* > Esta mensagem não é apresentada quando o campo estiver vazio, mesmo que ele seja requerido.
|
|
45
|
+
*/
|
|
46
|
+
this.errorPattern = '';
|
|
47
|
+
/**
|
|
48
|
+
* @optional
|
|
49
|
+
*
|
|
50
|
+
* @description
|
|
51
|
+
*
|
|
52
|
+
* Evento disparado ao sair do campo.
|
|
53
|
+
*/
|
|
54
|
+
this.blur = new EventEmitter();
|
|
55
|
+
/**
|
|
56
|
+
* @optional
|
|
57
|
+
*
|
|
58
|
+
* @description
|
|
59
|
+
*
|
|
60
|
+
* Evento disparado ao entrar do campo.
|
|
61
|
+
*/
|
|
62
|
+
this.enter = new EventEmitter();
|
|
63
|
+
/**
|
|
64
|
+
* @optional
|
|
65
|
+
*
|
|
66
|
+
* @description
|
|
67
|
+
*
|
|
68
|
+
* Evento disparado ao alterar valor e deixar o campo.
|
|
69
|
+
*/
|
|
70
|
+
this.change = new EventEmitter();
|
|
71
|
+
/**
|
|
72
|
+
* @optional
|
|
73
|
+
*
|
|
74
|
+
* @description
|
|
75
|
+
*
|
|
76
|
+
* Evento disparado ao alterar valor do model.
|
|
77
|
+
*/
|
|
78
|
+
this.changeModel = new EventEmitter();
|
|
79
|
+
this.onChangePropagate = null;
|
|
80
|
+
this.onTouched = null;
|
|
81
|
+
this.passedWriteValue = false;
|
|
82
|
+
this._noAutocomplete = false;
|
|
83
|
+
this._placeholder = '';
|
|
84
|
+
/**
|
|
85
|
+
* @description
|
|
86
|
+
*
|
|
87
|
+
* Se verdadeiro, desabilita o campo.
|
|
88
|
+
*
|
|
89
|
+
* @default `false`
|
|
90
|
+
*/
|
|
91
|
+
// eslint-disable-next-line @typescript-eslint/member-ordering
|
|
92
|
+
this.disabled = false;
|
|
93
|
+
/** Indica que o campo será somente leitura. */
|
|
94
|
+
// eslint-disable-next-line @typescript-eslint/member-ordering
|
|
95
|
+
this.readonly = false;
|
|
96
|
+
/**
|
|
97
|
+
* @description
|
|
98
|
+
*
|
|
99
|
+
* Indica que o campo será obrigatório.
|
|
100
|
+
*
|
|
101
|
+
* > Esta propriedade é desconsiderada quando o input está desabilitado `(p-disabled)`.
|
|
102
|
+
*
|
|
103
|
+
* @default `false`
|
|
104
|
+
*/
|
|
105
|
+
// eslint-disable-next-line @typescript-eslint/member-ordering
|
|
106
|
+
this.required = false;
|
|
107
|
+
/** Se verdadeiro, o campo receberá um botão para ser limpo. */
|
|
108
|
+
// eslint-disable-next-line @typescript-eslint/member-ordering
|
|
109
|
+
this.clean = false;
|
|
110
|
+
/**
|
|
111
|
+
* @description
|
|
112
|
+
*
|
|
113
|
+
* Indica uma máscara para o campo. Exemplos: (+99) (99) 99999?-9999, 99999-999, 999.999.999-99.
|
|
114
|
+
* A máscara gera uma validação automática do campo, podendo esta ser substituída por um REGEX específico
|
|
115
|
+
* através da propriedade p-pattern.
|
|
116
|
+
* O campo será sinalizado e o formulário ficará inválido quando o valor informado estiver fora do padrão definido,
|
|
117
|
+
* mesmo quando desabilitado.
|
|
118
|
+
*/
|
|
119
|
+
// eslint-disable-next-line @typescript-eslint/member-ordering
|
|
120
|
+
this.mask = '';
|
|
121
|
+
/**
|
|
122
|
+
* @description
|
|
123
|
+
*
|
|
124
|
+
* Indica se o `model` receberá o valor formatado pela máscara ou apenas o valor puro (sem formatação).
|
|
125
|
+
*
|
|
126
|
+
* @default `false`
|
|
127
|
+
*/
|
|
128
|
+
// eslint-disable-next-line @typescript-eslint/member-ordering
|
|
129
|
+
this.maskFormatModel = false;
|
|
130
|
+
}
|
|
131
|
+
/**
|
|
132
|
+
* @optional
|
|
133
|
+
*
|
|
134
|
+
* @description
|
|
135
|
+
*
|
|
136
|
+
* Define a propriedade nativa `autocomplete` do campo como `off`.
|
|
137
|
+
*
|
|
138
|
+
* > No componente `po-password` será definido como `new-password`.
|
|
139
|
+
*
|
|
140
|
+
* @default `false`
|
|
141
|
+
*/
|
|
142
|
+
set noAutocomplete(value) {
|
|
143
|
+
this._noAutocomplete = convertToBoolean(value);
|
|
144
|
+
}
|
|
145
|
+
get noAutocomplete() {
|
|
146
|
+
return this._noAutocomplete;
|
|
147
|
+
}
|
|
148
|
+
/**
|
|
149
|
+
* @optional
|
|
150
|
+
*
|
|
151
|
+
* @description
|
|
152
|
+
*
|
|
153
|
+
* Mensagem que aparecerá enquanto o campo não estiver preenchido.
|
|
154
|
+
*
|
|
155
|
+
* @default ''
|
|
156
|
+
*/
|
|
157
|
+
set placeholder(value) {
|
|
158
|
+
this._placeholder = value || '';
|
|
159
|
+
}
|
|
160
|
+
get placeholder() {
|
|
161
|
+
return this._placeholder;
|
|
162
|
+
}
|
|
163
|
+
set setDisabled(disabled) {
|
|
164
|
+
this.disabled = disabled === '' ? true : convertToBoolean(disabled);
|
|
165
|
+
this.validateModel();
|
|
166
|
+
}
|
|
167
|
+
set setReadonly(readonly) {
|
|
168
|
+
this.readonly = readonly === '' ? true : convertToBoolean(readonly);
|
|
169
|
+
}
|
|
170
|
+
set setRequired(required) {
|
|
171
|
+
this.required = required === '' ? true : convertToBoolean(required);
|
|
172
|
+
this.validateModel();
|
|
173
|
+
}
|
|
174
|
+
set setClean(clean) {
|
|
175
|
+
this.clean = clean === '' ? true : convertToBoolean(clean);
|
|
176
|
+
}
|
|
177
|
+
set setPattern(pattern) {
|
|
178
|
+
this.pattern = pattern;
|
|
179
|
+
this.validateModel();
|
|
180
|
+
}
|
|
181
|
+
/**
|
|
182
|
+
* @optional
|
|
183
|
+
*
|
|
184
|
+
* @description
|
|
185
|
+
*
|
|
186
|
+
* Indica a quantidade máxima de caracteres que o campo aceita.
|
|
187
|
+
*/
|
|
188
|
+
set maxlength(value) {
|
|
189
|
+
if (!isNaN(parseInt(value, 10))) {
|
|
190
|
+
this._maxlength = parseInt(value, 10);
|
|
191
|
+
this.validateModel();
|
|
192
|
+
}
|
|
193
|
+
else if (!value) {
|
|
194
|
+
this._maxlength = undefined;
|
|
195
|
+
this.validateModel();
|
|
196
|
+
}
|
|
197
|
+
}
|
|
198
|
+
get maxlength() {
|
|
199
|
+
return this._maxlength;
|
|
200
|
+
}
|
|
201
|
+
/**
|
|
202
|
+
* @optional
|
|
203
|
+
*
|
|
204
|
+
* @description
|
|
205
|
+
*
|
|
206
|
+
* Indica a quantidade mínima de caracteres que o campo aceita.
|
|
207
|
+
*/
|
|
208
|
+
set minlength(value) {
|
|
209
|
+
if (!isNaN(parseInt(value, 10))) {
|
|
210
|
+
this._minlength = parseInt(value, 10);
|
|
211
|
+
this.validateModel();
|
|
212
|
+
}
|
|
213
|
+
else if (!value) {
|
|
214
|
+
this._minlength = undefined;
|
|
215
|
+
this.validateModel();
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
get minlength() {
|
|
219
|
+
return this._minlength;
|
|
220
|
+
}
|
|
221
|
+
set setMask(mask) {
|
|
222
|
+
this.mask = mask;
|
|
223
|
+
// Atualiza Máscara do Campo
|
|
224
|
+
this.objMask = new PoMask(this.mask, this.maskFormatModel);
|
|
225
|
+
}
|
|
226
|
+
set setMaskFormatModel(maskFormatModel) {
|
|
227
|
+
this.maskFormatModel = maskFormatModel === '' ? true : convertToBoolean(maskFormatModel);
|
|
228
|
+
if (this.objMask instanceof PoMask) {
|
|
229
|
+
this.objMask.formatModel = this.maskFormatModel;
|
|
230
|
+
this.validateModel();
|
|
231
|
+
}
|
|
232
|
+
}
|
|
233
|
+
callOnChange(value) {
|
|
234
|
+
this.updateModel(value);
|
|
235
|
+
this.controlChangeModelEmitter(value);
|
|
236
|
+
}
|
|
237
|
+
callUpdateModelWithTimeout(value) {
|
|
238
|
+
setTimeout(() => this.updateModel(value));
|
|
239
|
+
}
|
|
240
|
+
controlChangeModelEmitter(value) {
|
|
241
|
+
if (this.modelLastUpdate !== value) {
|
|
242
|
+
this.changeModel.emit(value);
|
|
243
|
+
this.modelLastUpdate = value;
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
// Função implementada do ControlValueAccessor
|
|
247
|
+
// Usada para interceptar os estados de habilitado via forms api
|
|
248
|
+
setDisabledState(isDisabled) {
|
|
249
|
+
this.disabled = isDisabled;
|
|
250
|
+
this.cd?.markForCheck();
|
|
251
|
+
}
|
|
252
|
+
// Função implementada do ControlValueAccessor
|
|
253
|
+
// Usada para interceptar as mudanças e não atualizar automaticamente o Model
|
|
254
|
+
registerOnChange(func) {
|
|
255
|
+
this.onChangePropagate = func;
|
|
256
|
+
}
|
|
257
|
+
// Função implementada do ControlValueAccessor
|
|
258
|
+
// Usada para interceptar as mudanças e não atualizar automaticamente o Model
|
|
259
|
+
registerOnTouched(func) {
|
|
260
|
+
this.onTouched = func;
|
|
261
|
+
}
|
|
262
|
+
registerOnValidatorChange(fn) {
|
|
263
|
+
this.validatorChange = fn;
|
|
264
|
+
}
|
|
265
|
+
updateModel(value) {
|
|
266
|
+
// Quando o input não possui um formulário, então esta função não é registrada
|
|
267
|
+
if (this.onChangePropagate) {
|
|
268
|
+
this.onChangePropagate(value);
|
|
269
|
+
}
|
|
270
|
+
}
|
|
271
|
+
validate(c) {
|
|
272
|
+
if (requiredFailed(this.required, this.disabled, this.getScreenValue())) {
|
|
273
|
+
return {
|
|
274
|
+
required: {
|
|
275
|
+
valid: false
|
|
276
|
+
}
|
|
277
|
+
};
|
|
278
|
+
}
|
|
279
|
+
if (maxlengpoailed(this.maxlength, this.getScreenValue())) {
|
|
280
|
+
return {
|
|
281
|
+
maxlength: {
|
|
282
|
+
valid: false
|
|
283
|
+
}
|
|
284
|
+
};
|
|
285
|
+
}
|
|
286
|
+
if (minlengpoailed(this.minlength, this.getScreenValue())) {
|
|
287
|
+
return {
|
|
288
|
+
minlength: {
|
|
289
|
+
valid: false
|
|
290
|
+
}
|
|
291
|
+
};
|
|
292
|
+
}
|
|
293
|
+
if (patternFailed(this.pattern, c.value)) {
|
|
294
|
+
this.validatePatternOnWriteValue(c.value);
|
|
295
|
+
return {
|
|
296
|
+
pattern: {
|
|
297
|
+
valid: false
|
|
298
|
+
}
|
|
299
|
+
};
|
|
300
|
+
}
|
|
301
|
+
return this.extraValidation(c);
|
|
302
|
+
}
|
|
303
|
+
// Função implementada do ControlValueAccessor
|
|
304
|
+
writeValue(value) {
|
|
305
|
+
this.writeValueModel(value);
|
|
306
|
+
this.cd?.markForCheck();
|
|
307
|
+
}
|
|
308
|
+
validateModel() {
|
|
309
|
+
if (this.validatorChange) {
|
|
310
|
+
this.validatorChange();
|
|
311
|
+
}
|
|
312
|
+
}
|
|
313
|
+
// utilizado para validar o pattern na inicializacao, fazendo dessa forma o campo fica sujo (dirty).
|
|
314
|
+
validatePatternOnWriteValue(value) {
|
|
315
|
+
if (value && this.passedWriteValue) {
|
|
316
|
+
setTimeout(() => {
|
|
317
|
+
this.updateModel(value);
|
|
318
|
+
});
|
|
319
|
+
this.passedWriteValue = false;
|
|
320
|
+
}
|
|
321
|
+
}
|
|
322
|
+
}
|
|
323
|
+
PoInputBaseComponent.ɵfac = function PoInputBaseComponent_Factory(t) { return new (t || PoInputBaseComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); };
|
|
324
|
+
PoInputBaseComponent.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: PoInputBaseComponent, inputs: { autoFocus: ["p-auto-focus", "autoFocus"], icon: ["p-icon", "icon"], label: ["p-label", "label"], help: ["p-help", "help"], name: "name", errorPattern: ["p-error-pattern", "errorPattern"], optional: ["p-optional", "optional"], noAutocomplete: ["p-no-autocomplete", "noAutocomplete"], placeholder: ["p-placeholder", "placeholder"], setDisabled: ["p-disabled", "setDisabled"], setReadonly: ["p-readonly", "setReadonly"], setRequired: ["p-required", "setRequired"], setClean: ["p-clean", "setClean"], setPattern: ["p-pattern", "setPattern"], maxlength: ["p-maxlength", "maxlength"], minlength: ["p-minlength", "minlength"], setMask: ["p-mask", "setMask"], setMaskFormatModel: ["p-mask-format-model", "setMaskFormatModel"] }, outputs: { blur: "p-blur", enter: "p-enter", change: "p-change", changeModel: "p-change-model" } });
|
|
325
|
+
__decorate([
|
|
326
|
+
InputBoolean()
|
|
327
|
+
], PoInputBaseComponent.prototype, "autoFocus", void 0);
|
|
328
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PoInputBaseComponent, [{
|
|
329
|
+
type: Directive
|
|
330
|
+
}], function () { return [{ type: i0.ChangeDetectorRef }]; }, { autoFocus: [{
|
|
331
|
+
type: Input,
|
|
332
|
+
args: ['p-auto-focus']
|
|
333
|
+
}], icon: [{
|
|
334
|
+
type: Input,
|
|
335
|
+
args: ['p-icon']
|
|
336
|
+
}], label: [{
|
|
337
|
+
type: Input,
|
|
338
|
+
args: ['p-label']
|
|
339
|
+
}], help: [{
|
|
340
|
+
type: Input,
|
|
341
|
+
args: ['p-help']
|
|
342
|
+
}], name: [{
|
|
343
|
+
type: Input,
|
|
344
|
+
args: ['name']
|
|
345
|
+
}], errorPattern: [{
|
|
346
|
+
type: Input,
|
|
347
|
+
args: ['p-error-pattern']
|
|
348
|
+
}], optional: [{
|
|
349
|
+
type: Input,
|
|
350
|
+
args: ['p-optional']
|
|
351
|
+
}], blur: [{
|
|
352
|
+
type: Output,
|
|
353
|
+
args: ['p-blur']
|
|
354
|
+
}], enter: [{
|
|
355
|
+
type: Output,
|
|
356
|
+
args: ['p-enter']
|
|
357
|
+
}], change: [{
|
|
358
|
+
type: Output,
|
|
359
|
+
args: ['p-change']
|
|
360
|
+
}], changeModel: [{
|
|
361
|
+
type: Output,
|
|
362
|
+
args: ['p-change-model']
|
|
363
|
+
}], noAutocomplete: [{
|
|
364
|
+
type: Input,
|
|
365
|
+
args: ['p-no-autocomplete']
|
|
366
|
+
}], placeholder: [{
|
|
367
|
+
type: Input,
|
|
368
|
+
args: ['p-placeholder']
|
|
369
|
+
}], setDisabled: [{
|
|
370
|
+
type: Input,
|
|
371
|
+
args: ['p-disabled']
|
|
372
|
+
}], setReadonly: [{
|
|
373
|
+
type: Input,
|
|
374
|
+
args: ['p-readonly']
|
|
375
|
+
}], setRequired: [{
|
|
376
|
+
type: Input,
|
|
377
|
+
args: ['p-required']
|
|
378
|
+
}], setClean: [{
|
|
379
|
+
type: Input,
|
|
380
|
+
args: ['p-clean']
|
|
381
|
+
}], setPattern: [{
|
|
382
|
+
type: Input,
|
|
383
|
+
args: ['p-pattern']
|
|
384
|
+
}], maxlength: [{
|
|
385
|
+
type: Input,
|
|
386
|
+
args: ['p-maxlength']
|
|
387
|
+
}], minlength: [{
|
|
388
|
+
type: Input,
|
|
389
|
+
args: ['p-minlength']
|
|
390
|
+
}], setMask: [{
|
|
391
|
+
type: Input,
|
|
392
|
+
args: ['p-mask']
|
|
393
|
+
}], setMaskFormatModel: [{
|
|
394
|
+
type: Input,
|
|
395
|
+
args: ['p-mask-format-model']
|
|
396
|
+
}] }); })();
|
|
397
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG8taW5wdXQtYmFzZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy91aS9zcmMvbGliL2NvbXBvbmVudHMvcG8tZmllbGQvcG8taW5wdXQvcG8taW5wdXQtYmFzZS5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRSxTQUFTLEVBQWtDLE1BQU0sZUFBZSxDQUFDO0FBR3ZHLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBQ3ZELE9BQU8sRUFBRSxjQUFjLEVBQUUsY0FBYyxFQUFFLGNBQWMsRUFBRSxhQUFhLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUNoRyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFDbkQsT0FBTyxFQUFFLE1BQU0sRUFBRSxNQUFNLFdBQVcsQ0FBQzs7QUFFbkM7Ozs7Ozs7Ozs7Ozs7OztHQWVHO0FBRUgsTUFBTSxPQUFnQixvQkFBb0I7SUFnVHhDLFlBQW9CLEVBQXNCO1FBQXRCLE9BQUUsR0FBRixFQUFFLENBQW9CO1FBL1MxQzs7Ozs7Ozs7OztXQVVHO1FBQ29DLGNBQVMsR0FBWSxLQUFLLENBQUM7UUFzQ2xFOzs7Ozs7V0FNRztRQUN1QixpQkFBWSxHQUFZLEVBQUUsQ0FBQztRQWlCckQ7Ozs7OztXQU1HO1FBQ2UsU0FBSSxHQUFzQixJQUFJLFlBQVksRUFBRSxDQUFDO1FBRS9EOzs7Ozs7V0FNRztRQUNnQixVQUFLLEdBQXNCLElBQUksWUFBWSxFQUFFLENBQUM7UUFFakU7Ozs7OztXQU1HO1FBQ2lCLFdBQU0sR0FBc0IsSUFBSSxZQUFZLEVBQUUsQ0FBQztRQUVuRTs7Ozs7O1dBTUc7UUFDdUIsZ0JBQVcsR0FBc0IsSUFBSSxZQUFZLEVBQUUsQ0FBQztRQUk5RSxzQkFBaUIsR0FBUSxJQUFJLENBQUM7UUFHcEIsY0FBUyxHQUFRLElBQUksQ0FBQztRQUV0QixxQkFBZ0IsR0FBWSxLQUFLLENBQUM7UUFLcEMsb0JBQWUsR0FBYSxLQUFLLENBQUM7UUFDbEMsaUJBQVksR0FBWSxFQUFFLENBQUM7UUFxQ25DOzs7Ozs7V0FNRztRQUNILDhEQUE4RDtRQUM5RCxhQUFRLEdBQWEsS0FBSyxDQUFDO1FBTzNCLCtDQUErQztRQUMvQyw4REFBOEQ7UUFDOUQsYUFBUSxHQUFhLEtBQUssQ0FBQztRQUszQjs7Ozs7Ozs7V0FRRztRQUNILDhEQUE4RDtRQUM5RCxhQUFRLEdBQWEsS0FBSyxDQUFDO1FBTzNCLCtEQUErRDtRQUMvRCw4REFBOEQ7UUFDOUQsVUFBSyxHQUFhLEtBQUssQ0FBQztRQWtFeEI7Ozs7Ozs7O1dBUUc7UUFDSCw4REFBOEQ7UUFDOUQsU0FBSSxHQUFZLEVBQUUsQ0FBQztRQVFuQjs7Ozs7O1dBTUc7UUFDSCw4REFBOEQ7UUFDOUQsb0JBQWUsR0FBYSxLQUFLLENBQUM7SUFXVyxDQUFDO0lBbkw5Qzs7Ozs7Ozs7OztPQVVHO0lBQ0gsSUFBZ0MsY0FBYyxDQUFDLEtBQWM7UUFDM0QsSUFBSSxDQUFDLGVBQWUsR0FBRyxnQkFBZ0IsQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUNqRCxDQUFDO0lBRUQsSUFBSSxjQUFjO1FBQ2hCLE9BQU8sSUFBSSxDQUFDLGVBQWUsQ0FBQztJQUM5QixDQUFDO0lBRUQ7Ozs7Ozs7O09BUUc7SUFDSCxJQUE0QixXQUFXLENBQUMsS0FBYTtRQUNuRCxJQUFJLENBQUMsWUFBWSxHQUFHLEtBQUssSUFBSSxFQUFFLENBQUM7SUFDbEMsQ0FBQztJQUNELElBQUksV0FBVztRQUNiLE9BQU8sSUFBSSxDQUFDLFlBQVksQ0FBQztJQUMzQixDQUFDO0lBV0QsSUFBeUIsV0FBVyxDQUFDLFFBQWdCO1FBQ25ELElBQUksQ0FBQyxRQUFRLEdBQUcsUUFBUSxLQUFLLEVBQUUsQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQyxnQkFBZ0IsQ0FBQyxRQUFRLENBQUMsQ0FBQztRQUVwRSxJQUFJLENBQUMsYUFBYSxFQUFFLENBQUM7SUFDdkIsQ0FBQztJQUtELElBQXlCLFdBQVcsQ0FBQyxRQUFnQjtRQUNuRCxJQUFJLENBQUMsUUFBUSxHQUFHLFFBQVEsS0FBSyxFQUFFLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsZ0JBQWdCLENBQUMsUUFBUSxDQUFDLENBQUM7SUFDdEUsQ0FBQztJQWFELElBQXlCLFdBQVcsQ0FBQyxRQUFnQjtRQUNuRCxJQUFJLENBQUMsUUFBUSxHQUFHLFFBQVEsS0FBSyxFQUFFLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsZ0JBQWdCLENBQUMsUUFBUSxDQUFDLENBQUM7UUFFcEUsSUFBSSxDQUFDLGFBQWEsRUFBRSxDQUFDO0lBQ3ZCLENBQUM7SUFLRCxJQUFzQixRQUFRLENBQUMsS0FBYTtRQUMxQyxJQUFJLENBQUMsS0FBSyxHQUFHLEtBQUssS0FBSyxFQUFFLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsZ0JBQWdCLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDN0QsQ0FBQztJQVdELElBQXdCLFVBQVUsQ0FBQyxPQUFlO1FBQ2hELElBQUksQ0FBQyxPQUFPLEdBQUcsT0FBTyxDQUFDO1FBRXZCLElBQUksQ0FBQyxhQUFhLEVBQUUsQ0FBQztJQUN2QixDQUFDO0lBRUQ7Ozs7OztPQU1HO0lBQ0gsSUFBMEIsU0FBUyxDQUFDLEtBQWE7UUFDL0MsSUFBSSxDQUFDLEtBQUssQ0FBQyxRQUFRLENBQU0sS0FBSyxFQUFFLEVBQUUsQ0FBQyxDQUFDLEVBQUU7WUFDcEMsSUFBSSxDQUFDLFVBQVUsR0FBRyxRQUFRLENBQU0sS0FBSyxFQUFFLEVBQUUsQ0FBQyxDQUFDO1lBRTNDLElBQUksQ0FBQyxhQUFhLEVBQUUsQ0FBQztTQUN0QjthQUFNLElBQUksQ0FBQyxLQUFLLEVBQUU7WUFDakIsSUFBSSxDQUFDLFVBQVUsR0FBRyxTQUFTLENBQUM7WUFFNUIsSUFBSSxDQUFDLGFBQWEsRUFBRSxDQUFDO1NBQ3RCO0lBQ0gsQ0FBQztJQUVELElBQUksU0FBUztRQUNYLE9BQU8sSUFBSSxDQUFDLFVBQVUsQ0FBQztJQUN6QixDQUFDO0lBRUQ7Ozs7OztPQU1HO0lBQ0gsSUFBMEIsU0FBUyxDQUFDLEtBQWE7UUFDL0MsSUFBSSxDQUFDLEtBQUssQ0FBQyxRQUFRLENBQU0sS0FBSyxFQUFFLEVBQUUsQ0FBQyxDQUFDLEVBQUU7WUFDcEMsSUFBSSxDQUFDLFVBQVUsR0FBRyxRQUFRLENBQU0sS0FBSyxFQUFFLEVBQUUsQ0FBQyxDQUFDO1lBRTNDLElBQUksQ0FBQyxhQUFhLEVBQUUsQ0FBQztTQUN0QjthQUFNLElBQUksQ0FBQyxLQUFLLEVBQUU7WUFDakIsSUFBSSxDQUFDLFVBQVUsR0FBRyxTQUFTLENBQUM7WUFFNUIsSUFBSSxDQUFDLGFBQWEsRUFBRSxDQUFDO1NBQ3RCO0lBQ0gsQ0FBQztJQUVELElBQUksU0FBUztRQUNYLE9BQU8sSUFBSSxDQUFDLFVBQVUsQ0FBQztJQUN6QixDQUFDO0lBYUQsSUFBcUIsT0FBTyxDQUFDLElBQVk7UUFDdkMsSUFBSSxDQUFDLElBQUksR0FBRyxJQUFJLENBQUM7UUFFakIsNEJBQTRCO1FBQzVCLElBQUksQ0FBQyxPQUFPLEdBQUcsSUFBSSxNQUFNLENBQUMsSUFBSSxDQUFDLElBQUksRUFBRSxJQUFJLENBQUMsZUFBZSxDQUFDLENBQUM7SUFDN0QsQ0FBQztJQVdELElBQWtDLGtCQUFrQixDQUFDLGVBQXVCO1FBQzFFLElBQUksQ0FBQyxlQUFlLEdBQUcsZUFBZSxLQUFLLEVBQUUsQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQyxnQkFBZ0IsQ0FBQyxlQUFlLENBQUMsQ0FBQztRQUV6RixJQUFJLElBQUksQ0FBQyxPQUFPLFlBQVksTUFBTSxFQUFFO1lBQ2xDLElBQUksQ0FBQyxPQUFPLENBQUMsV0FBVyxHQUFHLElBQUksQ0FBQyxlQUFlLENBQUM7WUFFaEQsSUFBSSxDQUFDLGFBQWEsRUFBRSxDQUFDO1NBQ3RCO0lBQ0gsQ0FBQztJQUlELFlBQVksQ0FBQyxLQUFVO1FBQ3JCLElBQUksQ0FBQyxXQUFXLENBQUMsS0FBSyxDQUFDLENBQUM7UUFFeEIsSUFBSSxDQUFDLHlCQUF5QixDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQ3hDLENBQUM7SUFFRCwwQkFBMEIsQ0FBQyxLQUFLO1FBQzlCLFVBQVUsQ0FBQyxHQUFHLEVBQUUsQ0FBQyxJQUFJLENBQUMsV0FBVyxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUM7SUFDNUMsQ0FBQztJQUVELHlCQUF5QixDQUFDLEtBQVU7UUFDbEMsSUFBSSxJQUFJLENBQUMsZUFBZSxLQUFLLEtBQUssRUFBRTtZQUNsQyxJQUFJLENBQUMsV0FBVyxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztZQUM3QixJQUFJLENBQUMsZUFBZSxHQUFHLEtBQUssQ0FBQztTQUM5QjtJQUNILENBQUM7SUFFRCw4Q0FBOEM7SUFDOUMsZ0VBQWdFO0lBQ2hFLGdCQUFnQixDQUFDLFVBQW1CO1FBQ2xDLElBQUksQ0FBQyxRQUFRLEdBQUcsVUFBVSxDQUFDO1FBQzNCLElBQUksQ0FBQyxFQUFFLEVBQUUsWUFBWSxFQUFFLENBQUM7SUFDMUIsQ0FBQztJQUVELDhDQUE4QztJQUM5Qyw2RUFBNkU7SUFDN0UsZ0JBQWdCLENBQUMsSUFBUztRQUN4QixJQUFJLENBQUMsaUJBQWlCLEdBQUcsSUFBSSxDQUFDO0lBQ2hDLENBQUM7SUFFRCw4Q0FBOEM7SUFDOUMsNkVBQTZFO0lBQzdFLGlCQUFpQixDQUFDLElBQVM7UUFDekIsSUFBSSxDQUFDLFNBQVMsR0FBRyxJQUFJLENBQUM7SUFDeEIsQ0FBQztJQUVELHlCQUF5QixDQUFDLEVBQWM7UUFDdEMsSUFBSSxDQUFDLGVBQWUsR0FBRyxFQUFFLENBQUM7SUFDNUIsQ0FBQztJQUVELFdBQVcsQ0FBQyxLQUFVO1FBQ3BCLDhFQUE4RTtRQUM5RSxJQUFJLElBQUksQ0FBQyxpQkFBaUIsRUFBRTtZQUMxQixJQUFJLENBQUMsaUJBQWlCLENBQUMsS0FBSyxDQUFDLENBQUM7U0FDL0I7SUFDSCxDQUFDO0lBRUQsUUFBUSxDQUFDLENBQWtCO1FBQ3pCLElBQUksY0FBYyxDQUFDLElBQUksQ0FBQyxRQUFRLEVBQUUsSUFBSSxDQUFDLFFBQVEsRUFBRSxJQUFJLENBQUMsY0FBYyxFQUFFLENBQUMsRUFBRTtZQUN2RSxPQUFPO2dCQUNMLFFBQVEsRUFBRTtvQkFDUixLQUFLLEVBQUUsS0FBSztpQkFDYjthQUNGLENBQUM7U0FDSDtRQUVELElBQUksY0FBYyxDQUFDLElBQUksQ0FBQyxTQUFTLEVBQUUsSUFBSSxDQUFDLGNBQWMsRUFBRSxDQUFDLEVBQUU7WUFDekQsT0FBTztnQkFDTCxTQUFTLEVBQUU7b0JBQ1QsS0FBSyxFQUFFLEtBQUs7aUJBQ2I7YUFDRixDQUFDO1NBQ0g7UUFFRCxJQUFJLGNBQWMsQ0FBQyxJQUFJLENBQUMsU0FBUyxFQUFFLElBQUksQ0FBQyxjQUFjLEVBQUUsQ0FBQyxFQUFFO1lBQ3pELE9BQU87Z0JBQ0wsU0FBUyxFQUFFO29CQUNULEtBQUssRUFBRSxLQUFLO2lCQUNiO2FBQ0YsQ0FBQztTQUNIO1FBRUQsSUFBSSxhQUFhLENBQUMsSUFBSSxDQUFDLE9BQU8sRUFBRSxDQUFDLENBQUMsS0FBSyxDQUFDLEVBQUU7WUFDeEMsSUFBSSxDQUFDLDJCQUEyQixDQUFDLENBQUMsQ0FBQyxLQUFLLENBQUMsQ0FBQztZQUMxQyxPQUFPO2dCQUNMLE9BQU8sRUFBRTtvQkFDUCxLQUFLLEVBQUUsS0FBSztpQkFDYjthQUNGLENBQUM7U0FDSDtRQUVELE9BQU8sSUFBSSxDQUFDLGVBQWUsQ0FBQyxDQUFDLENBQUMsQ0FBQztJQUNqQyxDQUFDO0lBRUQsOENBQThDO0lBQzlDLFVBQVUsQ0FBQyxLQUFVO1FBQ25CLElBQUksQ0FBQyxlQUFlLENBQUMsS0FBSyxDQUFDLENBQUM7UUFDNUIsSUFBSSxDQUFDLEVBQUUsRUFBRSxZQUFZLEVBQUUsQ0FBQztJQUMxQixDQUFDO0lBRVMsYUFBYTtRQUNyQixJQUFJLElBQUksQ0FBQyxlQUFlLEVBQUU7WUFDeEIsSUFBSSxDQUFDLGVBQWUsRUFBRSxDQUFDO1NBQ3hCO0lBQ0gsQ0FBQztJQUVELG9HQUFvRztJQUM1RiwyQkFBMkIsQ0FBQyxLQUFhO1FBQy9DLElBQUksS0FBSyxJQUFJLElBQUksQ0FBQyxnQkFBZ0IsRUFBRTtZQUNsQyxVQUFVLENBQUMsR0FBRyxFQUFFO2dCQUNkLElBQUksQ0FBQyxXQUFXLENBQUMsS0FBSyxDQUFDLENBQUM7WUFDMUIsQ0FBQyxDQUFDLENBQUM7WUFFSCxJQUFJLENBQUMsZ0JBQWdCLEdBQUcsS0FBSyxDQUFDO1NBQy9CO0lBQ0gsQ0FBQzs7d0ZBM1ptQixvQkFBb0I7dUVBQXBCLG9CQUFvQjtBQVlEO0lBQWYsWUFBWSxFQUFFO3VEQUE0Qjt1RkFaOUMsb0JBQW9CO2NBRHpDLFNBQVM7b0VBYStCLFNBQVM7a0JBQS9DLEtBQUs7bUJBQUMsY0FBYztZQTJCSixJQUFJO2tCQUFwQixLQUFLO21CQUFDLFFBQVE7WUFHRyxLQUFLO2tCQUF0QixLQUFLO21CQUFDLFNBQVM7WUFHQyxJQUFJO2tCQUFwQixLQUFLO21CQUFDLFFBQVE7WUFHQSxJQUFJO2tCQUFsQixLQUFLO21CQUFDLE1BQU07WUFTYSxZQUFZO2tCQUFyQyxLQUFLO21CQUFDLGlCQUFpQjtZQWVILFFBQVE7a0JBQTVCLEtBQUs7bUJBQUMsWUFBWTtZQVNELElBQUk7a0JBQXJCLE1BQU07bUJBQUMsUUFBUTtZQVNHLEtBQUs7a0JBQXZCLE1BQU07bUJBQUMsU0FBUztZQVNHLE1BQU07a0JBQXpCLE1BQU07bUJBQUMsVUFBVTtZQVNRLFdBQVc7a0JBQXBDLE1BQU07bUJBQUMsZ0JBQWdCO1lBNEJRLGNBQWM7a0JBQTdDLEtBQUs7bUJBQUMsbUJBQW1CO1lBaUJFLFdBQVc7a0JBQXRDLEtBQUs7bUJBQUMsZUFBZTtZQWdCRyxXQUFXO2tCQUFuQyxLQUFLO21CQUFDLFlBQVk7WUFTTSxXQUFXO2tCQUFuQyxLQUFLO21CQUFDLFlBQVk7WUFlTSxXQUFXO2tCQUFuQyxLQUFLO21CQUFDLFlBQVk7WUFTRyxRQUFRO2tCQUE3QixLQUFLO21CQUFDLFNBQVM7WUFhUSxVQUFVO2tCQUFqQyxLQUFLO21CQUFDLFdBQVc7WUFhUSxTQUFTO2tCQUFsQyxLQUFLO21CQUFDLGFBQWE7WUF1Qk0sU0FBUztrQkFBbEMsS0FBSzttQkFBQyxhQUFhO1lBMkJDLE9BQU87a0JBQTNCLEtBQUs7bUJBQUMsUUFBUTtZQWdCbUIsa0JBQWtCO2tCQUFuRCxLQUFLO21CQUFDLHFCQUFxQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEV2ZW50RW1pdHRlciwgSW5wdXQsIE91dHB1dCwgRGlyZWN0aXZlLCBUZW1wbGF0ZVJlZiwgQ2hhbmdlRGV0ZWN0b3JSZWYgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEFic3RyYWN0Q29udHJvbCwgQ29udHJvbFZhbHVlQWNjZXNzb3IsIFZhbGlkYXRvciB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcblxuaW1wb3J0IHsgY29udmVydFRvQm9vbGVhbiB9IGZyb20gJy4uLy4uLy4uL3V0aWxzL3V0aWwnO1xuaW1wb3J0IHsgcmVxdWlyZWRGYWlsZWQsIG1heGxlbmdwb2FpbGVkLCBtaW5sZW5ncG9haWxlZCwgcGF0dGVybkZhaWxlZCB9IGZyb20gJy4vLi4vdmFsaWRhdG9ycyc7XG5pbXBvcnQgeyBJbnB1dEJvb2xlYW4gfSBmcm9tICcuLi8uLi8uLi9kZWNvcmF0b3JzJztcbmltcG9ydCB7IFBvTWFzayB9IGZyb20gJy4vcG8tbWFzayc7XG5cbi8qKlxuICogQGRlc2NyaXB0aW9uXG4gKlxuICogRXN0ZSDDqSB1bSBjb21wb25lbnRlIGJhc2VhZG8gZW0gaW5wdXQsIGNvbSB2w6FyaWFzIHByb3ByaWVkYWRlcyBkbyBpbnB1dCBuYXRpdm8gZSBvdXRyYXNcbiAqIHByb3ByaWVkYWRlcyBleHRyYXMgY29tbzogbcOhc2NhcmEsIHBhdHRlcm4sIG1lbnNhZ2VtIGRlIGVycm8gZSBldGMuXG4gKiBWb2PDqiBkZXZlIGluZm9ybWFyIGEgdmFyacOhdmVsIHF1ZSBjb250w6ltIG8gdmFsb3IgY29tbyBbKG5nTW9kZWwpXT1cInZhcmlhdmVsXCIsIHBhcmEgcXVlIG9cbiAqIGlucHV0IHJlY2ViYSBvIHZhbG9yIGRhIHZhcmnDoXZlbCBlIHBhcmEgcXVlIGVsYSByZWNlYmEgYXMgYWx0ZXJhw6fDtWVzIGRvIHZhbG9yICh0d28td2F5LWRhdGFiaW5kaW5nKS5cbiAqIEEgcHJvcHJpZWRhZGUgbmFtZSDDqSBvYnJpZ2F0w7NyaWEgcGFyYSBxdWUgbyBmb3JtdWzDoXJpbyBlIG8gbW9kZWwgZnVuY2lvbmVtIGNvcnJldGFtZW50ZS5cbiAqXG4gKiBJbXBvcnRhbnRlOlxuICpcbiAqIC0gQ2FzbyBvIGlucHV0IHRlbmhhIHVtIFsobmdNb2RlbCldIHNlbSBvIGF0cmlidXRvIG5hbWUsIG9jb3JyZXLDoSB1bSBlcnJvIGRlIGFuZ3VsYXIuXG4gKiBFbnTDo28gdm9jw6ogcHJlY2lzYSBpbmZvcm1hciBvIGF0cmlidXRvIG5hbWUgb3UgbyBhdHJpYnV0byBbbmdNb2RlbE9wdGlvbnNdPVwie3N0YW5kYWxvbmU6IHRydWV9XCIuXG4gKiBFeGVtcGxvOiBbKG5nTW9kZWwpXT1cInBlc3NvYS5ub21lXCIgW25nTW9kZWxPcHRpb25zXT1cIntzdGFuZGFsb25lOiB0cnVlfVwiLlxuICpcbiAqL1xuQERpcmVjdGl2ZSgpXG5leHBvcnQgYWJzdHJhY3QgY2xhc3MgUG9JbnB1dEJhc2VDb21wb25lbnQgaW1wbGVtZW50cyBDb250cm9sVmFsdWVBY2Nlc3NvciwgVmFsaWRhdG9yIHtcbiAgLyoqXG4gICAqIEBvcHRpb25hbFxuICAgKlxuICAgKiBAZGVzY3JpcHRpb25cbiAgICpcbiAgICogQXBsaWNhIGZvY28gbm8gZWxlbWVudG8gYW8gc2VyIGluaWNpYWRvLlxuICAgKlxuICAgKiA+IENhc28gbWFpcyBkZSB1bSBlbGVtZW50byBzZWphIGNvbmZpZ3VyYWRvIGNvbSBlc3NhIHByb3ByaWVkYWRlLCBhcGVuYXMgbyDDumx0aW1vIGVsZW1lbnRvIGRlY2xhcmFkbyBjb20gZWxhIHRlcsOhIG8gZm9jby5cbiAgICpcbiAgICogQGRlZmF1bHQgYGZhbHNlYFxuICAgKi9cbiAgQElucHV0KCdwLWF1dG8tZm9jdXMnKSBASW5wdXRCb29sZWFuKCkgYXV0b0ZvY3VzOiBib29sZWFuID0gZmFsc2U7XG5cbiAgLyoqXG4gICAqIEBvcHRpb25hbFxuICAgKlxuICAgKiBAZGVzY3JpcHRpb25cbiAgICpcbiAgICogRGVmaW5lIG8gw61jb25lIHF1ZSBzZXLDoSBleGliaWRvIG5vIGluw61jaW8gZG8gY2FtcG8uXG4gICAqXG4gICAqIMOJIHBvc3PDrXZlbCB1c2FyIHF1YWxxdWVyIHVtIGRvcyDDrWNvbmVzIGRhIFtCaWJsaW90ZWNhIGRlIMOtY29uZXNdKC9ndWlkZXMvaWNvbnMpLiBjb25mb3JtZSBleGVtcGxvIGFiYWl4bzpcbiAgICogYGBgXG4gICAqIDxwby1pbnB1dCBwLWljb249XCJwby1pY29uLXVzZXJcIiBwLWxhYmVsPVwiUE8gaW5wdXRcIj48L3BvLWlucHV0PlxuICAgKiBgYGBcbiAgICogVGFtYsOpbSDDqSBwb3Nzw612ZWwgdXRpbGl6YXIgb3V0cmFzIGZvbnRlcyBkZSDDrWNvbmVzLCBwb3IgZXhlbXBsbyBhIGJpYmxpb3RlY2EgKkZvbnQgQXdlc29tZSosIGRhIHNlZ3VpbnRlIGZvcm1hOlxuICAgKiBgYGBcbiAgICogPHBvLWlucHV0IHAtaWNvbj1cImZhIGZhLXBvZGNhc3RcIiBwLWxhYmVsPVwiUE8gaW5wdXRcIj48L3BvLWlucHV0PlxuICAgKiBgYGBcbiAgICogT3V0cmEgb3DDp8OjbyBzZXJpYSBhIGN1c3RvbWl6YcOnw6NvIGRvIMOtY29uZSBhdHJhdsOpcyBkbyBgVGVtcGxhdGVSZWZgLCBjb25mb3JtZSBleGVtcGxvIGFiYWl4bzpcbiAgICogYGBgXG4gICAqIDxwby1pbnB1dCBbcC1pY29uXT1cInRlbXBsYXRlXCIgcC1sYWJlbD1cImlucHV0IHRlbXBsYXRlIGlvbmljXCI+PC9wby1pbnB1dD5cbiAgICpcbiAgICogPG5nLXRlbXBsYXRlICN0ZW1wbGF0ZT5cbiAgICogIDxpb24taWNvbiBzdHlsZT1cImZvbnQtc2l6ZTogaW5oZXJpdFwiIG5hbWU9XCJoZWFydFwiPjwvaW9uLWljb24+XG4gICAqIDwvbmctdGVtcGxhdGU+XG4gICAqIGBgYFxuICAgKiA+IFBhcmEgbyDDrWNvbmUgZW5xdWFkcmFyIGNvcnJldGFtZW50ZSwgZGV2ZS1zZSB1dGlsaXphciBgZm9udC1zaXplOiBpbmhlcml0YCBjYXNvIG8gw61jb25lIHV0aWxpemFkbyBuw6NvIGFwbGlxdWUtby5cbiAgICovXG4gIEBJbnB1dCgncC1pY29uJykgaWNvbj86IHN0cmluZyB8IFRlbXBsYXRlUmVmPHZvaWQ+O1xuXG4gIC8qKiBSw7N0dWxvIGRvIGNhbXBvLiAqL1xuICBASW5wdXQoJ3AtbGFiZWwnKSBsYWJlbD86IHN0cmluZztcblxuICAvKiogVGV4dG8gZGUgYXBvaW8gZG8gY2FtcG8uICovXG4gIEBJbnB1dCgncC1oZWxwJykgaGVscD86IHN0cmluZztcblxuICAvKiogTm9tZSBlIGlkZW50aWZpY2Fkb3IgZG8gY2FtcG8uICovXG4gIEBJbnB1dCgnbmFtZScpIG5hbWU6IHN0cmluZztcblxuICAvKipcbiAgICogQGRlc2NyaXB0aW9uXG4gICAqXG4gICAqIE1lbnNhZ2VtIHF1ZSBzZXLDoSBhcHJlc2VudGFkYSBxdWFuZG8gbyBgcGF0dGVybmAgb3UgYSBtw6FzY2FyYSBuw6NvIGZvciBzYXRpc2ZlaXRhLlxuICAgKlxuICAgKiA+IEVzdGEgbWVuc2FnZW0gbsOjbyDDqSBhcHJlc2VudGFkYSBxdWFuZG8gbyBjYW1wbyBlc3RpdmVyIHZhemlvLCBtZXNtbyBxdWUgZWxlIHNlamEgcmVxdWVyaWRvLlxuICAgKi9cbiAgQElucHV0KCdwLWVycm9yLXBhdHRlcm4nKSBlcnJvclBhdHRlcm4/OiBzdHJpbmcgPSAnJztcblxuICAvKipcbiAgICogQG9wdGlvbmFsXG4gICAqXG4gICAqIEBkZXNjcmlwdGlvblxuICAgKlxuICAgKiBEZWZpbmUgc2UgYSBpbmRpY2HDp8OjbyBkZSBjYW1wbyBvcGNpb25hbCBzZXLDoSBleGliaWRhLlxuICAgKlxuICAgKiA+IE7Do28gc2Vyw6EgZXhpYmlkYSBhIGluZGljYcOnw6NvIHNlOlxuICAgKiAtIE8gY2FtcG8gY29udGVyIGBwLXJlcXVpcmVkYDtcbiAgICogLSBOw6NvIHBvc3N1aXIgYHAtaGVscGAgZS9vdSBgcC1sYWJlbGAuXG4gICAqXG4gICAqIEBkZWZhdWx0IGBmYWxzZWBcbiAgICovXG4gIEBJbnB1dCgncC1vcHRpb25hbCcpIG9wdGlvbmFsOiBib29sZWFuO1xuXG4gIC8qKlxuICAgKiBAb3B0aW9uYWxcbiAgICpcbiAgICogQGRlc2NyaXB0aW9uXG4gICAqXG4gICAqIEV2ZW50byBkaXNwYXJhZG8gYW8gc2FpciBkbyBjYW1wby5cbiAgICovXG4gIEBPdXRwdXQoJ3AtYmx1cicpIGJsdXI6IEV2ZW50RW1pdHRlcjxhbnk+ID0gbmV3IEV2ZW50RW1pdHRlcigpO1xuXG4gIC8qKlxuICAgKiBAb3B0aW9uYWxcbiAgICpcbiAgICogQGRlc2NyaXB0aW9uXG4gICAqXG4gICAqIEV2ZW50byBkaXNwYXJhZG8gYW8gZW50cmFyIGRvIGNhbXBvLlxuICAgKi9cbiAgQE91dHB1dCgncC1lbnRlcicpIGVudGVyOiBFdmVudEVtaXR0ZXI8YW55PiA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcblxuICAvKipcbiAgICogQG9wdGlvbmFsXG4gICAqXG4gICAqIEBkZXNjcmlwdGlvblxuICAgKlxuICAgKiBFdmVudG8gZGlzcGFyYWRvIGFvIGFsdGVyYXIgdmFsb3IgZSBkZWl4YXIgbyBjYW1wby5cbiAgICovXG4gIEBPdXRwdXQoJ3AtY2hhbmdlJykgY2hhbmdlOiBFdmVudEVtaXR0ZXI8YW55PiA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcblxuICAvKipcbiAgICogQG9wdGlvbmFsXG4gICAqXG4gICAqIEBkZXNjcmlwdGlvblxuICAgKlxuICAgKiBFdmVudG8gZGlzcGFyYWRvIGFvIGFsdGVyYXIgdmFsb3IgZG8gbW9kZWwuXG4gICAqL1xuICBAT3V0cHV0KCdwLWNoYW5nZS1tb2RlbCcpIGNoYW5nZU1vZGVsOiBFdmVudEVtaXR0ZXI8YW55PiA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcblxuICB0eXBlOiBzdHJpbmc7XG5cbiAgb25DaGFuZ2VQcm9wYWdhdGU6IGFueSA9IG51bGw7XG4gIG9iak1hc2s6IGFueTtcbiAgbW9kZWxMYXN0VXBkYXRlOiBhbnk7XG4gIHByb3RlY3RlZCBvblRvdWNoZWQ6IGFueSA9IG51bGw7XG5cbiAgcHJvdGVjdGVkIHBhc3NlZFdyaXRlVmFsdWU6IGJvb2xlYW4gPSBmYWxzZTtcbiAgcHJvdGVjdGVkIHZhbGlkYXRvckNoYW5nZTogYW55O1xuXG4gIHByaXZhdGUgX21heGxlbmd0aD86IG51bWJlcjtcbiAgcHJpdmF0ZSBfbWlubGVuZ3RoPzogbnVtYmVyO1xuICBwcml2YXRlIF9ub0F1dG9jb21wbGV0ZT86IGJvb2xlYW4gPSBmYWxzZTtcbiAgcHJpdmF0ZSBfcGxhY2Vob2xkZXI/OiBzdHJpbmcgPSAnJztcblxuICAvKipcbiAgICogQG9wdGlvbmFsXG4gICAqXG4gICAqIEBkZXNjcmlwdGlvblxuICAgKlxuICAgKiBEZWZpbmUgYSBwcm9wcmllZGFkZSBuYXRpdmEgYGF1dG9jb21wbGV0ZWAgZG8gY2FtcG8gY29tbyBgb2ZmYC5cbiAgICpcbiAgICogPiBObyBjb21wb25lbnRlIGBwby1wYXNzd29yZGAgc2Vyw6EgZGVmaW5pZG8gY29tbyBgbmV3LXBhc3N3b3JkYC5cbiAgICpcbiAgICogQGRlZmF1bHQgYGZhbHNlYFxuICAgKi9cbiAgQElucHV0KCdwLW5vLWF1dG9jb21wbGV0ZScpIHNldCBub0F1dG9jb21wbGV0ZSh2YWx1ZTogYm9vbGVhbikge1xuICAgIHRoaXMuX25vQXV0b2NvbXBsZXRlID0gY29udmVydFRvQm9vbGVhbih2YWx1ZSk7XG4gIH1cblxuICBnZXQgbm9BdXRvY29tcGxldGUoKSB7XG4gICAgcmV0dXJuIHRoaXMuX25vQXV0b2NvbXBsZXRlO1xuICB9XG5cbiAgLyoqXG4gICAqIEBvcHRpb25hbFxuICAgKlxuICAgKiBAZGVzY3JpcHRpb25cbiAgICpcbiAgICogTWVuc2FnZW0gcXVlIGFwYXJlY2Vyw6EgZW5xdWFudG8gbyBjYW1wbyBuw6NvIGVzdGl2ZXIgcHJlZW5jaGlkby5cbiAgICpcbiAgICogQGRlZmF1bHQgJydcbiAgICovXG4gIEBJbnB1dCgncC1wbGFjZWhvbGRlcicpIHNldCBwbGFjZWhvbGRlcih2YWx1ZTogc3RyaW5nKSB7XG4gICAgdGhpcy5fcGxhY2Vob2xkZXIgPSB2YWx1ZSB8fCAnJztcbiAgfVxuICBnZXQgcGxhY2Vob2xkZXIoKSB7XG4gICAgcmV0dXJuIHRoaXMuX3BsYWNlaG9sZGVyO1xuICB9XG5cbiAgLyoqXG4gICAqIEBkZXNjcmlwdGlvblxuICAgKlxuICAgKiBTZSB2ZXJkYWRlaXJvLCBkZXNhYmlsaXRhIG8gY2FtcG8uXG4gICAqXG4gICAqIEBkZWZhdWx0IGBmYWxzZWBcbiAgICovXG4gIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAdHlwZXNjcmlwdC1lc2xpbnQvbWVtYmVyLW9yZGVyaW5nXG4gIGRpc2FibGVkPzogYm9vbGVhbiA9IGZhbHNlO1xuICBASW5wdXQoJ3AtZGlzYWJsZWQnKSBzZXQgc2V0RGlzYWJsZWQoZGlzYWJsZWQ6IHN0cmluZykge1xuICAgIHRoaXMuZGlzYWJsZWQgPSBkaXNhYmxlZCA9PT0gJycgPyB0cnVlIDogY29udmVydFRvQm9vbGVhbihkaXNhYmxlZCk7XG5cbiAgICB0aGlzLnZhbGlkYXRlTW9kZWwoKTtcbiAgfVxuXG4gIC8qKiBJbmRpY2EgcXVlIG8gY2FtcG8gc2Vyw6Egc29tZW50ZSBsZWl0dXJhLiAqL1xuICAvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQHR5cGVzY3JpcHQtZXNsaW50L21lbWJlci1vcmRlcmluZ1xuICByZWFkb25seT86IGJvb2xlYW4gPSBmYWxzZTtcbiAgQElucHV0KCdwLXJlYWRvbmx5Jykgc2V0IHNldFJlYWRvbmx5KHJlYWRvbmx5OiBzdHJpbmcpIHtcbiAgICB0aGlzLnJlYWRvbmx5ID0gcmVhZG9ubHkgPT09ICcnID8gdHJ1ZSA6IGNvbnZlcnRUb0Jvb2xlYW4ocmVhZG9ubHkpO1xuICB9XG5cbiAgLyoqXG4gICAqIEBkZXNjcmlwdGlvblxuICAgKlxuICAgKiBJbmRpY2EgcXVlIG8gY2FtcG8gc2Vyw6Egb2JyaWdhdMOzcmlvLlxuICAgKlxuICAgKiA+IEVzdGEgcHJvcHJpZWRhZGUgw6kgZGVzY29uc2lkZXJhZGEgcXVhbmRvIG8gaW5wdXQgZXN0w6EgZGVzYWJpbGl0YWRvIGAocC1kaXNhYmxlZClgLlxuICAgKlxuICAgKiBAZGVmYXVsdCBgZmFsc2VgXG4gICAqL1xuICAvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQHR5cGVzY3JpcHQtZXNsaW50L21lbWJlci1vcmRlcmluZ1xuICByZXF1aXJlZD86IGJvb2xlYW4gPSBmYWxzZTtcbiAgQElucHV0KCdwLXJlcXVpcmVkJykgc2V0IHNldFJlcXVpcmVkKHJlcXVpcmVkOiBzdHJpbmcpIHtcbiAgICB0aGlzLnJlcXVpcmVkID0gcmVxdWlyZWQgPT09ICcnID8gdHJ1ZSA6IGNvbnZlcnRUb0Jvb2xlYW4ocmVxdWlyZWQpO1xuXG4gICAgdGhpcy52YWxpZGF0ZU1vZGVsKCk7XG4gIH1cblxuICAvKiogU2UgdmVyZGFkZWlybywgbyBjYW1wbyByZWNlYmVyw6EgdW0gYm90w6NvIHBhcmEgc2VyIGxpbXBvLiAqL1xuICAvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQHR5cGVzY3JpcHQtZXNsaW50L21lbWJlci1vcmRlcmluZ1xuICBjbGVhbj86IGJvb2xlYW4gPSBmYWxzZTtcbiAgQElucHV0KCdwLWNsZWFuJykgc2V0IHNldENsZWFuKGNsZWFuOiBzdHJpbmcpIHtcbiAgICB0aGlzLmNsZWFuID0gY2xlYW4gPT09ICcnID8gdHJ1ZSA6IGNvbnZlcnRUb0Jvb2xlYW4oY2xlYW4pO1xuICB9XG5cbiAgLyoqXG4gICAqIEBkZXNjcmlwdGlvblxuICAgKlxuICAgKiBFeHByZXNzw6NvIHJlZ3VsYXIgcGFyYSB2YWxpZGFyIG8gY2FtcG8uXG4gICAqIFF1YW5kbyBvIGNhbXBvIHBvc3N1aXIgdW1hIG3DoXNjYXJhIGAocC1tYXNrKWAgc2Vyw6EgYXV0b21hdGljYW1lbnRlIHZhbGlkYWRvIHBvciBlbGEsIHBvcsOpbVxuICAgKiDDqSBwb3Nzw612ZWwgZGVmaW5pciB1bSBwLXBhdHRlcm4gcGFyYSBzdWJzdGl0dWlyIGEgdmFsaWRhw6fDo28gZGEgbcOhc2NhcmEuXG4gICAqL1xuICAvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQHR5cGVzY3JpcHQtZXNsaW50L21lbWJlci1vcmRlcmluZ1xuICBwYXR0ZXJuPzogc3RyaW5nO1xuICBASW5wdXQoJ3AtcGF0dGVybicpIHNldCBzZXRQYXR0ZXJuKHBhdHRlcm46IHN0cmluZykge1xuICAgIHRoaXMucGF0dGVybiA9IHBhdHRlcm47XG5cbiAgICB0aGlzLnZhbGlkYXRlTW9kZWwoKTtcbiAgfVxuXG4gIC8qKlxuICAgKiBAb3B0aW9uYWxcbiAgICpcbiAgICogQGRlc2NyaXB0aW9uXG4gICAqXG4gICAqIEluZGljYSBhIHF1YW50aWRhZGUgbcOheGltYSBkZSBjYXJhY3RlcmVzIHF1ZSBvIGNhbXBvIGFjZWl0YS5cbiAgICovXG4gIEBJbnB1dCgncC1tYXhsZW5ndGgnKSBzZXQgbWF4bGVuZ3RoKHZhbHVlOiBudW1iZXIpIHtcbiAgICBpZiAoIWlzTmFOKHBhcnNlSW50KDxhbnk+dmFsdWUsIDEwKSkpIHtcbiAgICAgIHRoaXMuX21heGxlbmd0aCA9IHBhcnNlSW50KDxhbnk+dmFsdWUsIDEwKTtcblxuICAgICAgdGhpcy52YWxpZGF0ZU1vZGVsKCk7XG4gICAgfSBlbHNlIGlmICghdmFsdWUpIHtcbiAgICAgIHRoaXMuX21heGxlbmd0aCA9IHVuZGVmaW5lZDtcblxuICAgICAgdGhpcy52YWxpZGF0ZU1vZGVsKCk7XG4gICAgfVxuICB9XG5cbiAgZ2V0IG1heGxlbmd0aCgpIHtcbiAgICByZXR1cm4gdGhpcy5fbWF4bGVuZ3RoO1xuICB9XG5cbiAgLyoqXG4gICAqIEBvcHRpb25hbFxuICAgKlxuICAgKiBAZGVzY3JpcHRpb25cbiAgICpcbiAgICogSW5kaWNhIGEgcXVhbnRpZGFkZSBtw61uaW1hIGRlIGNhcmFjdGVyZXMgcXVlIG8gY2FtcG8gYWNlaXRhLlxuICAgKi9cbiAgQElucHV0KCdwLW1pbmxlbmd0aCcpIHNldCBtaW5sZW5ndGgodmFsdWU6IG51bWJlcikge1xuICAgIGlmICghaXNOYU4ocGFyc2VJbnQoPGFueT52YWx1ZSwgMTApKSkge1xuICAgICAgdGhpcy5fbWlubGVuZ3RoID0gcGFyc2VJbnQoPGFueT52YWx1ZSwgMTApO1xuXG4gICAgICB0aGlzLnZhbGlkYXRlTW9kZWwoKTtcbiAgICB9IGVsc2UgaWYgKCF2YWx1ZSkge1xuICAgICAgdGhpcy5fbWlubGVuZ3RoID0gdW5kZWZpbmVkO1xuXG4gICAgICB0aGlzLnZhbGlkYXRlTW9kZWwoKTtcbiAgICB9XG4gIH1cblxuICBnZXQgbWlubGVuZ3RoKCkge1xuICAgIHJldHVybiB0aGlzLl9taW5sZW5ndGg7XG4gIH1cblxuICAvKipcbiAgICogQGRlc2NyaXB0aW9uXG4gICAqXG4gICAqIEluZGljYSB1bWEgbcOhc2NhcmEgcGFyYSBvIGNhbXBvLiBFeGVtcGxvczogKCs5OSkgKDk5KSA5OTk5OT8tOTk5OSwgOTk5OTktOTk5LCA5OTkuOTk5Ljk5OS05OS5cbiAgICogQSBtw6FzY2FyYSBnZXJhIHVtYSB2YWxpZGHDp8OjbyBhdXRvbcOhdGljYSBkbyBjYW1wbywgcG9kZW5kbyBlc3RhIHNlciBzdWJzdGl0dcOtZGEgcG9yIHVtIFJFR0VYIGVzcGVjw61maWNvXG4gICAqIGF0cmF2w6lzIGRhIHByb3ByaWVkYWRlIHAtcGF0dGVybi5cbiAgICogTyBjYW1wbyBzZXLDoSBzaW5hbGl6YWRvIGUgbyBmb3JtdWzDoXJpbyBmaWNhcsOhIGludsOhbGlkbyBxdWFuZG8gbyB2YWxvciBpbmZvcm1hZG8gZXN0aXZlciBmb3JhIGRvIHBhZHLDo28gZGVmaW5pZG8sXG4gICAqIG1lc21vIHF1YW5kbyBkZXNhYmlsaXRhZG8uXG4gICAqL1xuICAvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQHR5cGVzY3JpcHQtZXNsaW50L21lbWJlci1vcmRlcmluZ1xuICBtYXNrPzogc3RyaW5nID0gJyc7XG4gIEBJbnB1dCgncC1tYXNrJykgc2V0IHNldE1hc2sobWFzazogc3RyaW5nKSB7XG4gICAgdGhpcy5tYXNrID0gbWFzaztcblxuICAgIC8vIEF0dWFsaXphIE3DoXNjYXJhIGRvIENhbXBvXG4gICAgdGhpcy5vYmpNYXNrID0gbmV3IFBvTWFzayh0aGlzLm1hc2ssIHRoaXMubWFza0Zvcm1hdE1vZGVsKTtcbiAgfVxuXG4gIC8qKlxuICAgKiBAZGVzY3JpcHRpb25cbiAgICpcbiAgICogSW5kaWNhIHNlIG8gYG1vZGVsYCByZWNlYmVyw6EgbyB2YWxvciBmb3JtYXRhZG8gcGVsYSBtw6FzY2FyYSBvdSBhcGVuYXMgbyB2YWxvciBwdXJvIChzZW0gZm9ybWF0YcOnw6NvKS5cbiAgICpcbiAgICogQGRlZmF1bHQgYGZhbHNlYFxuICAgKi9cbiAgLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEB0eXBlc2NyaXB0LWVzbGludC9tZW1iZXItb3JkZXJpbmdcbiAgbWFza0Zvcm1hdE1vZGVsPzogYm9vbGVhbiA9IGZhbHNlO1xuICBASW5wdXQoJ3AtbWFzay1mb3JtYXQtbW9kZWwnKSBzZXQgc2V0TWFza0Zvcm1hdE1vZGVsKG1hc2tGb3JtYXRNb2RlbDogc3RyaW5nKSB7XG4gICAgdGhpcy5tYXNrRm9ybWF0TW9kZWwgPSBtYXNrRm9ybWF0TW9kZWwgPT09ICcnID8gdHJ1ZSA6IGNvbnZlcnRUb0Jvb2xlYW4obWFza0Zvcm1hdE1vZGVsKTtcblxuICAgIGlmICh0aGlzLm9iak1hc2sgaW5zdGFuY2VvZiBQb01hc2spIHtcbiAgICAgIHRoaXMub2JqTWFzay5mb3JtYXRNb2RlbCA9IHRoaXMubWFza0Zvcm1hdE1vZGVsO1xuXG4gICAgICB0aGlzLnZhbGlkYXRlTW9kZWwoKTtcbiAgICB9XG4gIH1cblxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIGNkPzogQ2hhbmdlRGV0ZWN0b3JSZWYpIHt9XG5cbiAgY2FsbE9uQ2hhbmdlKHZhbHVlOiBhbnkpIHtcbiAgICB0aGlzLnVwZGF0ZU1vZGVsKHZhbHVlKTtcblxuICAgIHRoaXMuY29udHJvbENoYW5nZU1vZGVsRW1pdHRlcih2YWx1ZSk7XG4gIH1cblxuICBjYWxsVXBkYXRlTW9kZWxXaXRoVGltZW91dCh2YWx1ZSkge1xuICAgIHNldFRpbWVvdXQoKCkgPT4gdGhpcy51cGRhdGVNb2RlbCh2YWx1ZSkpO1xuICB9XG5cbiAgY29udHJvbENoYW5nZU1vZGVsRW1pdHRlcih2YWx1ZTogYW55KSB7XG4gICAgaWYgKHRoaXMubW9kZWxMYXN0VXBkYXRlICE9PSB2YWx1ZSkge1xuICAgICAgdGhpcy5jaGFuZ2VNb2RlbC5lbWl0KHZhbHVlKTtcbiAgICAgIHRoaXMubW9kZWxMYXN0VXBkYXRlID0gdmFsdWU7XG4gICAgfVxuICB9XG5cbiAgLy8gRnVuw6fDo28gaW1wbGVtZW50YWRhIGRvIENvbnRyb2xWYWx1ZUFjY2Vzc29yXG4gIC8vIFVzYWRhIHBhcmEgaW50ZXJjZXB0YXIgb3MgZXN0YWRvcyBkZSBoYWJpbGl0YWRvIHZpYSBmb3JtcyBhcGlcbiAgc2V0RGlzYWJsZWRTdGF0ZShpc0Rpc2FibGVkOiBib29sZWFuKSB7XG4gICAgdGhpcy5kaXNhYmxlZCA9IGlzRGlzYWJsZWQ7XG4gICAgdGhpcy5jZD8ubWFya0ZvckNoZWNrKCk7XG4gIH1cblxuICAvLyBGdW7Dp8OjbyBpbXBsZW1lbnRhZGEgZG8gQ29udHJvbFZhbHVlQWNjZXNzb3JcbiAgLy8gVXNhZGEgcGFyYSBpbnRlcmNlcHRhciBhcyBtdWRhbsOnYXMgZSBuw6NvIGF0dWFsaXphciBhdXRvbWF0aWNhbWVudGUgbyBNb2RlbFxuICByZWdpc3Rlck9uQ2hhbmdlKGZ1bmM6IGFueSk6IHZvaWQge1xuICAgIHRoaXMub25DaGFuZ2VQcm9wYWdhdGUgPSBmdW5jO1xuICB9XG5cbiAgLy8gRnVuw6fDo28gaW1wbGVtZW50YWRhIGRvIENvbnRyb2xWYWx1ZUFjY2Vzc29yXG4gIC8vIFVzYWRhIHBhcmEgaW50ZXJjZXB0YXIgYXMgbXVkYW7Dp2FzIGUgbsOjbyBhdHVhbGl6YXIgYXV0b21hdGljYW1lbnRlIG8gTW9kZWxcbiAgcmVnaXN0ZXJPblRvdWNoZWQoZnVuYzogYW55KTogdm9pZCB7XG4gICAgdGhpcy5vblRvdWNoZWQgPSBmdW5jO1xuICB9XG5cbiAgcmVnaXN0ZXJPblZhbGlkYXRvckNoYW5nZShmbjogKCkgPT4gdm9pZCkge1xuICAgIHRoaXMudmFsaWRhdG9yQ2hhbmdlID0gZm47XG4gIH1cblxuICB1cGRhdGVNb2RlbCh2YWx1ZTogYW55KSB7XG4gICAgLy8gUXVhbmRvIG8gaW5wdXQgbsOjbyBwb3NzdWkgdW0gZm9ybXVsw6FyaW8sIGVudMOjbyBlc3RhIGZ1bsOnw6NvIG7Do28gw6kgcmVnaXN0cmFkYVxuICAgIGlmICh0aGlzLm9uQ2hhbmdlUHJvcGFnYXRlKSB7XG4gICAgICB0aGlzLm9uQ2hhbmdlUHJvcGFnYXRlKHZhbHVlKTtcbiAgICB9XG4gIH1cblxuICB2YWxpZGF0ZShjOiBBYnN0cmFjdENvbnRyb2wpOiB7IFtrZXk6IHN0cmluZ106IGFueSB9IHtcbiAgICBpZiAocmVxdWlyZWRGYWlsZWQodGhpcy5yZXF1aXJlZCwgdGhpcy5kaXNhYmxlZCwgdGhpcy5nZXRTY3JlZW5WYWx1ZSgpKSkge1xuICAgICAgcmV0dXJuIHtcbiAgICAgICAgcmVxdWlyZWQ6IHtcbiAgICAgICAgICB2YWxpZDogZmFsc2VcbiAgICAgICAgfVxuICAgICAgfTtcbiAgICB9XG5cbiAgICBpZiAobWF4bGVuZ3BvYWlsZWQodGhpcy5tYXhsZW5ndGgsIHRoaXMuZ2V0U2NyZWVuVmFsdWUoKSkpIHtcbiAgICAgIHJldHVybiB7XG4gICAgICAgIG1heGxlbmd0aDoge1xuICAgICAgICAgIHZhbGlkOiBmYWxzZVxuICAgICAgICB9XG4gICAgICB9O1xuICAgIH1cblxuICAgIGlmIChtaW5sZW5ncG9haWxlZCh0aGlzLm1pbmxlbmd0aCwgdGhpcy5nZXRTY3JlZW5WYWx1ZSgpKSkge1xuICAgICAgcmV0dXJuIHtcbiAgICAgICAgbWlubGVuZ3RoOiB7XG4gICAgICAgICAgdmFsaWQ6IGZhbHNlXG4gICAgICAgIH1cbiAgICAgIH07XG4gICAgfVxuXG4gICAgaWYgKHBhdHRlcm5GYWlsZWQodGhpcy5wYXR0ZXJuLCBjLnZhbHVlKSkge1xuICAgICAgdGhpcy52YWxpZGF0ZVBhdHRlcm5PbldyaXRlVmFsdWUoYy52YWx1ZSk7XG4gICAgICByZXR1cm4ge1xuICAgICAgICBwYXR0ZXJuOiB7XG4gICAgICAgICAgdmFsaWQ6IGZhbHNlXG4gICAgICAgIH1cbiAgICAgIH07XG4gICAgfVxuXG4gICAgcmV0dXJuIHRoaXMuZXh0cmFWYWxpZGF0aW9uKGMpO1xuICB9XG5cbiAgLy8gRnVuw6fDo28gaW1wbGVtZW50YWRhIGRvIENvbnRyb2xWYWx1ZUFjY2Vzc29yXG4gIHdyaXRlVmFsdWUodmFsdWU6IGFueSkge1xuICAgIHRoaXMud3JpdGVWYWx1ZU1vZGVsKHZhbHVlKTtcbiAgICB0aGlzLmNkPy5tYXJrRm9yQ2hlY2soKTtcbiAgfVxuXG4gIHByb3RlY3RlZCB2YWxpZGF0ZU1vZGVsKCkge1xuICAgIGlmICh0aGlzLnZhbGlkYXRvckNoYW5nZSkge1xuICAgICAgdGhpcy52YWxpZGF0b3JDaGFuZ2UoKTtcbiAgICB9XG4gIH1cblxuICAvLyB1dGlsaXphZG8gcGFyYSB2YWxpZGFyIG8gcGF0dGVybiBuYSBpbmljaWFsaXphY2FvLCBmYXplbmRvIGRlc3NhIGZvcm1hIG8gY2FtcG8gZmljYSBzdWpvIChkaXJ0eSkuXG4gIHByaXZhdGUgdmFsaWRhdGVQYXR0ZXJuT25Xcml0ZVZhbHVlKHZhbHVlOiBzdHJpbmcpIHtcbiAgICBpZiAodmFsdWUgJiYgdGhpcy5wYXNzZWRXcml0ZVZhbHVlKSB7XG4gICAgICBzZXRUaW1lb3V0KCgpID0+IHtcbiAgICAgICAgdGhpcy51cGRhdGVNb2RlbCh2YWx1ZSk7XG4gICAgICB9KTtcblxuICAgICAgdGhpcy5wYXNzZWRXcml0ZVZhbHVlID0gZmFsc2U7XG4gICAgfVxuICB9XG5cbiAgLyoqXG4gICAqIEZ1bsOnw6NvIHF1ZSBhdHJpYnVpIGZvY28gYW8gY29tcG9uZW50ZS5cbiAgICpcbiAgICogUGFyYSB1dGlsaXrDoS1sYSDDqSBuZWNlc3PDoXJpbyB0ZXIgYSBpbnN0w6JuY2lhIGRvIGNvbXBvbmVudGUgbm8gRE9NLCBwb2RlbmRvIHNlciB1dGlsaXphZG8gbyBWaWV3Q2hpbGQgZGEgc2VndWludGUgZm9ybWE6XG4gICAqXG4gICAqIGBgYFxuICAgKiBpbXBvcnQgeyBQb05vbWVEb0NvbXBvbmVudGVDb21wb25lbnQgfSBmcm9tICdAcG8tdWkvbmctY29tcG9uZW50cyc7XG4gICAqXG4gICAqIC4uLlxuICAgKlxuICAgKiBAVmlld0NoaWxkKFBvTm9tZURvQ29tcG9uZW50ZUNvbXBvbmVudCwgeyBzdGF0aWM6IHRydWUgfSkgbm9tZURvQ29tcG9uZW50ZTogUG9Ob21lRG9Db21wb25lbnRlQ29tcG9uZW50O1xuICAgKlxuICAgKiBmb2N1c0NvbXBvbmVudCgpIHtcbiAgICogICB0aGlzLm5vbWVEb0NvbXBvbmVudGUuZm9jdXMoKTtcbiAgICogfVxuICAgKiBgYGBcbiAgICovXG4gIGFic3RyYWN0IGZvY3VzKCk6IHZvaWQ7XG5cbiAgLy8gTcOpdG9kbyBxdWUgcmVjZWJlcsOhIG8gdmFsb3IgZG8gbW9kZWxcbiAgYWJzdHJhY3Qgd3JpdGVWYWx1ZU1vZGVsKHZhbHVlOiBhbnkpOiB2b2lkO1xuXG4gIC8vIFZhbGlkYcOnw7VlcyBkbyBjYW1wb1xuICBhYnN0cmFjdCBleHRyYVZhbGlkYXRpb24oYzogQWJzdHJhY3RDb250cm9sKTogeyBba2V5OiBzdHJpbmddOiBhbnkgfTtcblxuICAvLyBEZXZlIHJldG9ybmFyIG8gdmFsb3IgZG8gY2FtcG9cbiAgYWJzdHJhY3QgZ2V0U2NyZWVuVmFsdWUoKTogc3RyaW5nO1xufVxuIl19
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
import { ChangeDetectionStrategy, Component, forwardRef } from '@angular/core';
|
|
2
|
+
import { NG_VALUE_ACCESSOR, NG_VALIDATORS } from '@angular/forms';
|
|
3
|
+
import { PoInputGeneric } from '../po-input-generic/po-input-generic';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
import * as i1 from "../po-field-container/po-field-container.component";
|
|
6
|
+
import * as i2 from "@angular/common";
|
|
7
|
+
import * as i3 from "../po-field-container/po-field-container-bottom/po-field-container-bottom.component";
|
|
8
|
+
import * as i4 from "../../po-icon/po-icon.component";
|
|
9
|
+
import * as i5 from "../po-clean/po-clean.component";
|
|
10
|
+
function PoInputComponent_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
11
|
+
i0.ɵɵelementStart(0, "div", 8);
|
|
12
|
+
i0.ɵɵelement(1, "po-icon", 9);
|
|
13
|
+
i0.ɵɵelementEnd();
|
|
14
|
+
} if (rf & 2) {
|
|
15
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
16
|
+
i0.ɵɵadvance(1);
|
|
17
|
+
i0.ɵɵclassProp("po-field-icon-disabled", ctx_r0.disabled);
|
|
18
|
+
i0.ɵɵproperty("p-icon", ctx_r0.icon);
|
|
19
|
+
} }
|
|
20
|
+
function PoInputComponent_po_clean_6_Template(rf, ctx) { if (rf & 1) {
|
|
21
|
+
const _r4 = i0.ɵɵgetCurrentView();
|
|
22
|
+
i0.ɵɵelementStart(0, "po-clean", 10);
|
|
23
|
+
i0.ɵɵlistener("p-change-event", function PoInputComponent_po_clean_6_Template_po_clean_p_change_event_0_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r3 = i0.ɵɵnextContext(); return ctx_r3.clear($event); });
|
|
24
|
+
i0.ɵɵelementEnd();
|
|
25
|
+
} if (rf & 2) {
|
|
26
|
+
const ctx_r2 = i0.ɵɵnextContext();
|
|
27
|
+
i0.ɵɵproperty("p-element-ref", ctx_r2.inputEl);
|
|
28
|
+
} }
|
|
29
|
+
/**
|
|
30
|
+
* @docsExtends PoInputBaseComponent
|
|
31
|
+
*
|
|
32
|
+
* @example
|
|
33
|
+
*
|
|
34
|
+
* <example name="po-input-basic" title="PO Input Basic">
|
|
35
|
+
* <file name="sample-po-input-basic/sample-po-input-basic.component.html"> </file>
|
|
36
|
+
* <file name="sample-po-input-basic/sample-po-input-basic.component.ts"> </file>
|
|
37
|
+
* </example>
|
|
38
|
+
*
|
|
39
|
+
* <example name="po-input-labs" title="PO Input Labs">
|
|
40
|
+
* <file name="sample-po-input-labs/sample-po-input-labs.component.html"> </file>
|
|
41
|
+
* <file name="sample-po-input-labs/sample-po-input-labs.component.ts"> </file>
|
|
42
|
+
* </example>
|
|
43
|
+
*
|
|
44
|
+
* <example name="po-input-reactive-form" title="PO Input - Reactive Form">
|
|
45
|
+
* <file name="sample-po-input-reactive-form/sample-po-input-reactive-form.component.html"> </file>
|
|
46
|
+
* <file name="sample-po-input-reactive-form/sample-po-input-reactive-form.component.ts"> </file>
|
|
47
|
+
* </example>
|
|
48
|
+
*/
|
|
49
|
+
export class PoInputComponent extends PoInputGeneric {
|
|
50
|
+
/* istanbul ignore next */
|
|
51
|
+
constructor(el, cd) {
|
|
52
|
+
super(el, cd);
|
|
53
|
+
}
|
|
54
|
+
extraValidation(c) {
|
|
55
|
+
return null;
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
PoInputComponent.ɵfac = function PoInputComponent_Factory(t) { return new (t || PoInputComponent)(i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); };
|
|
59
|
+
PoInputComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PoInputComponent, selectors: [["po-input"]], features: [i0.ɵɵProvidersFeature([
|
|
60
|
+
{
|
|
61
|
+
provide: NG_VALUE_ACCESSOR,
|
|
62
|
+
useExisting: forwardRef(() => PoInputComponent),
|
|
63
|
+
multi: true
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
provide: NG_VALIDATORS,
|
|
67
|
+
useExisting: forwardRef(() => PoInputComponent),
|
|
68
|
+
multi: true
|
|
69
|
+
}
|
|
70
|
+
]), i0.ɵɵInheritDefinitionFeature], decls: 8, vars: 17, consts: [[3, "p-help", "p-label", "p-optional"], [1, "po-field-container-content"], ["class", "po-field-icon-container-left", 4, "ngIf"], [1, "po-input", 3, "autocomplete", "disabled", "placeholder", "readonly", "required", "type", "blur", "click", "focus", "input"], ["inp", ""], [1, "po-field-icon-container-right"], [3, "p-element-ref", "p-change-event", 4, "ngIf"], [3, "p-error-pattern"], [1, "po-field-icon-container-left"], [1, "po-field-icon", 3, "p-icon"], [3, "p-element-ref", "p-change-event"]], template: function PoInputComponent_Template(rf, ctx) { if (rf & 1) {
|
|
71
|
+
i0.ɵɵelementStart(0, "po-field-container", 0);
|
|
72
|
+
i0.ɵɵelementStart(1, "div", 1);
|
|
73
|
+
i0.ɵɵtemplate(2, PoInputComponent_div_2_Template, 2, 3, "div", 2);
|
|
74
|
+
i0.ɵɵelementStart(3, "input", 3, 4);
|
|
75
|
+
i0.ɵɵlistener("blur", function PoInputComponent_Template_input_blur_3_listener($event) { return ctx.eventOnBlur($event); })("click", function PoInputComponent_Template_input_click_3_listener($event) { return ctx.eventOnClick($event); })("focus", function PoInputComponent_Template_input_focus_3_listener($event) { return ctx.eventOnFocus($event); })("input", function PoInputComponent_Template_input_input_3_listener($event) { return ctx.eventOnInput($event); });
|
|
76
|
+
i0.ɵɵelementEnd();
|
|
77
|
+
i0.ɵɵelementStart(5, "div", 5);
|
|
78
|
+
i0.ɵɵtemplate(6, PoInputComponent_po_clean_6_Template, 1, 1, "po-clean", 6);
|
|
79
|
+
i0.ɵɵelementEnd();
|
|
80
|
+
i0.ɵɵelementEnd();
|
|
81
|
+
i0.ɵɵelement(7, "po-field-container-bottom", 7);
|
|
82
|
+
i0.ɵɵelementEnd();
|
|
83
|
+
} if (rf & 2) {
|
|
84
|
+
i0.ɵɵproperty("p-help", ctx.help)("p-label", ctx.label)("p-optional", !ctx.required && ctx.optional);
|
|
85
|
+
i0.ɵɵadvance(2);
|
|
86
|
+
i0.ɵɵproperty("ngIf", ctx.icon);
|
|
87
|
+
i0.ɵɵadvance(1);
|
|
88
|
+
i0.ɵɵclassProp("po-input-icon-left", ctx.icon)("po-input-icon-right", ctx.clean);
|
|
89
|
+
i0.ɵɵproperty("autocomplete", ctx.autocomplete)("disabled", ctx.disabled)("placeholder", ctx.placeholder)("readonly", ctx.readonly)("required", ctx.required)("type", ctx.type);
|
|
90
|
+
i0.ɵɵattribute("name", ctx.name);
|
|
91
|
+
i0.ɵɵadvance(3);
|
|
92
|
+
i0.ɵɵproperty("ngIf", ctx.clean && !ctx.disabled && !ctx.readonly);
|
|
93
|
+
i0.ɵɵadvance(1);
|
|
94
|
+
i0.ɵɵproperty("p-error-pattern", ctx.getErrorPattern());
|
|
95
|
+
} }, directives: [i1.PoFieldContainerComponent, i2.NgIf, i3.PoFieldContainerBottomComponent, i4.PoIconComponent, i5.PoCleanComponent], encapsulation: 2, changeDetection: 0 });
|
|
96
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PoInputComponent, [{
|
|
97
|
+
type: Component,
|
|
98
|
+
args: [{ selector: 'po-input', providers: [
|
|
99
|
+
{
|
|
100
|
+
provide: NG_VALUE_ACCESSOR,
|
|
101
|
+
useExisting: forwardRef(() => PoInputComponent),
|
|
102
|
+
multi: true
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
provide: NG_VALIDATORS,
|
|
106
|
+
useExisting: forwardRef(() => PoInputComponent),
|
|
107
|
+
multi: true
|
|
108
|
+
}
|
|
109
|
+
], changeDetection: ChangeDetectionStrategy.OnPush, template: "<po-field-container [p-help]=\"help\" [p-label]=\"label\" [p-optional]=\"!required && optional\">\n <div class=\"po-field-container-content\">\n <div *ngIf=\"icon\" class=\"po-field-icon-container-left\">\n <po-icon class=\"po-field-icon\" [class.po-field-icon-disabled]=\"disabled\" [p-icon]=\"icon\"></po-icon>\n </div>\n\n <input\n #inp\n class=\"po-input\"\n [attr.name]=\"name\"\n [autocomplete]=\"autocomplete\"\n [class.po-input-icon-left]=\"icon\"\n [class.po-input-icon-right]=\"clean\"\n [disabled]=\"disabled\"\n [placeholder]=\"placeholder\"\n [readonly]=\"readonly\"\n [required]=\"required\"\n [type]=\"type\"\n (blur)=\"eventOnBlur($event)\"\n (click)=\"eventOnClick($event)\"\n (focus)=\"eventOnFocus($event)\"\n (input)=\"eventOnInput($event)\"\n />\n\n <div class=\"po-field-icon-container-right\">\n <po-clean *ngIf=\"clean && !disabled && !readonly\" [p-element-ref]=\"inputEl\" (p-change-event)=\"clear($event)\">\n </po-clean>\n </div>\n </div>\n\n <po-field-container-bottom [p-error-pattern]=\"getErrorPattern()\"> </po-field-container-bottom>\n</po-field-container>\n" }]
|
|
110
|
+
}], function () { return [{ type: i0.ElementRef }, { type: i0.ChangeDetectorRef }]; }, null); })();
|
|
111
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG8taW5wdXQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdWkvc3JjL2xpYi9jb21wb25lbnRzL3BvLWZpZWxkL3BvLWlucHV0L3BvLWlucHV0LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3VpL3NyYy9saWIvY29tcG9uZW50cy9wby1maWVsZC9wby1pbnB1dC9wby1pbnB1dC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsdUJBQXVCLEVBQXFCLFNBQVMsRUFBYyxVQUFVLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDOUcsT0FBTyxFQUFtQixpQkFBaUIsRUFBRSxhQUFhLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUVuRixPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sc0NBQXNDLENBQUM7Ozs7Ozs7O0lDRGxFLDhCQUF1RDtJQUNyRCw2QkFBbUc7SUFDckcsaUJBQU07OztJQUQyQixlQUF5QztJQUF6Qyx5REFBeUM7SUFBQyxvQ0FBZTs7OztJQXNCeEYsb0NBQTZHO0lBQWpDLDRMQUFrQixvQkFBYSxJQUFDO0lBQzVHLGlCQUFXOzs7SUFEdUMsOENBQXlCOztBRHBCakY7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7R0FtQkc7QUFrQkgsTUFBTSxPQUFPLGdCQUFpQixTQUFRLGNBQWM7SUFDbEQsMEJBQTBCO0lBQzFCLFlBQVksRUFBYyxFQUFFLEVBQXFCO1FBQy9DLEtBQUssQ0FBQyxFQUFFLEVBQUUsRUFBRSxDQUFDLENBQUM7SUFDaEIsQ0FBQztJQUVELGVBQWUsQ0FBQyxDQUFrQjtRQUNoQyxPQUFPLElBQUksQ0FBQztJQUNkLENBQUM7O2dGQVJVLGdCQUFnQjttRUFBaEIsZ0JBQWdCLDhEQWRoQjtZQUNUO2dCQUNFLE9BQU8sRUFBRSxpQkFBaUI7Z0JBQzFCLFdBQVcsRUFBRSxVQUFVLENBQUMsR0FBRyxFQUFFLENBQUMsZ0JBQWdCLENBQUM7Z0JBQy9DLEtBQUssRUFBRSxJQUFJO2FBQ1o7WUFDRDtnQkFDRSxPQUFPLEVBQUUsYUFBYTtnQkFDdEIsV0FBVyxFQUFFLFVBQVUsQ0FBQyxHQUFHLEVBQUUsQ0FBQyxnQkFBZ0IsQ0FBQztnQkFDL0MsS0FBSyxFQUFFLElBQUk7YUFDWjtTQUNGO1FDdkNILDZDQUEyRjtRQUN6Riw4QkFBd0M7UUFDdEMsaUVBRU07UUFFTixtQ0FnQkU7UUFKQSxnR0FBUSx1QkFBbUIsSUFBQyxxRkFDbkIsd0JBQW9CLElBREQscUZBRW5CLHdCQUFvQixJQUZELHFGQUduQix3QkFBb0IsSUFIRDtRQVo5QixpQkFnQkU7UUFFRiw4QkFBMkM7UUFDekMsMkVBQ1c7UUFDYixpQkFBTTtRQUNSLGlCQUFNO1FBRU4sK0NBQThGO1FBQ2hHLGlCQUFxQjs7UUEvQkQsaUNBQWUsc0JBQUEsNkNBQUE7UUFFekIsZUFBVTtRQUFWLCtCQUFVO1FBU2QsZUFBaUM7UUFBakMsOENBQWlDLGtDQUFBO1FBRGpDLCtDQUE2QiwwQkFBQSxnQ0FBQSwwQkFBQSwwQkFBQSxrQkFBQTtRQUQ3QixnQ0FBa0I7UUFnQlAsZUFBcUM7UUFBckMsa0VBQXFDO1FBS3pCLGVBQXFDO1FBQXJDLHVEQUFxQzs7dUZEWXJELGdCQUFnQjtjQWpCNUIsU0FBUzsyQkFDRSxVQUFVLGFBRVQ7b0JBQ1Q7d0JBQ0UsT0FBTyxFQUFFLGlCQUFpQjt3QkFDMUIsV0FBVyxFQUFFLFVBQVUsQ0FBQyxHQUFHLEVBQUUsaUJBQWlCLENBQUM7d0JBQy9DLEtBQUssRUFBRSxJQUFJO3FCQUNaO29CQUNEO3dCQUNFLE9BQU8sRUFBRSxhQUFhO3dCQUN0QixXQUFXLEVBQUUsVUFBVSxDQUFDLEdBQUcsRUFBRSxpQkFBaUIsQ0FBQzt3QkFDL0MsS0FBSyxFQUFFLElBQUk7cUJBQ1o7aUJBQ0YsbUJBQ2dCLHVCQUF1QixDQUFDLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ2hhbmdlRGV0ZWN0b3JSZWYsIENvbXBvbmVudCwgRWxlbWVudFJlZiwgZm9yd2FyZFJlZiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQWJzdHJhY3RDb250cm9sLCBOR19WQUxVRV9BQ0NFU1NPUiwgTkdfVkFMSURBVE9SUyB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcblxuaW1wb3J0IHsgUG9JbnB1dEdlbmVyaWMgfSBmcm9tICcuLi9wby1pbnB1dC1nZW5lcmljL3BvLWlucHV0LWdlbmVyaWMnO1xuXG4vKipcbiAqIEBkb2NzRXh0ZW5kcyBQb0lucHV0QmFzZUNvbXBvbmVudFxuICpcbiAqIEBleGFtcGxlXG4gKlxuICogPGV4YW1wbGUgbmFtZT1cInBvLWlucHV0LWJhc2ljXCIgdGl0bGU9XCJQTyBJbnB1dCBCYXNpY1wiPlxuICogIDxmaWxlIG5hbWU9XCJzYW1wbGUtcG8taW5wdXQtYmFzaWMvc2FtcGxlLXBvLWlucHV0LWJhc2ljLmNvbXBvbmVudC5odG1sXCI+IDwvZmlsZT5cbiAqICA8ZmlsZSBuYW1lPVwic2FtcGxlLXBvLWlucHV0LWJhc2ljL3NhbXBsZS1wby1pbnB1dC1iYXNpYy5jb21wb25lbnQudHNcIj4gPC9maWxlPlxuICogPC9leGFtcGxlPlxuICpcbiAqIDxleGFtcGxlIG5hbWU9XCJwby1pbnB1dC1sYWJzXCIgdGl0bGU9XCJQTyBJbnB1dCBMYWJzXCI+XG4gKiAgPGZpbGUgbmFtZT1cInNhbXBsZS1wby1pbnB1dC1sYWJzL3NhbXBsZS1wby1pbnB1dC1sYWJzLmNvbXBvbmVudC5odG1sXCI+IDwvZmlsZT5cbiAqICA8ZmlsZSBuYW1lPVwic2FtcGxlLXBvLWlucHV0LWxhYnMvc2FtcGxlLXBvLWlucHV0LWxhYnMuY29tcG9uZW50LnRzXCI+IDwvZmlsZT5cbiAqIDwvZXhhbXBsZT5cbiAqXG4gKiA8ZXhhbXBsZSBuYW1lPVwicG8taW5wdXQtcmVhY3RpdmUtZm9ybVwiIHRpdGxlPVwiUE8gSW5wdXQgLSBSZWFjdGl2ZSBGb3JtXCI+XG4gKiAgPGZpbGUgbmFtZT1cInNhbXBsZS1wby1pbnB1dC1yZWFjdGl2ZS1mb3JtL3NhbXBsZS1wby1pbnB1dC1yZWFjdGl2ZS1mb3JtLmNvbXBvbmVudC5odG1sXCI+IDwvZmlsZT5cbiAqICA8ZmlsZSBuYW1lPVwic2FtcGxlLXBvLWlucHV0LXJlYWN0aXZlLWZvcm0vc2FtcGxlLXBvLWlucHV0LXJlYWN0aXZlLWZvcm0uY29tcG9uZW50LnRzXCI+IDwvZmlsZT5cbiAqIDwvZXhhbXBsZT5cbiAqL1xuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAncG8taW5wdXQnLFxuICB0ZW1wbGF0ZVVybDogJy4vcG8taW5wdXQuY29tcG9uZW50Lmh0bWwnLFxuICBwcm92aWRlcnM6IFtcbiAgICB7XG4gICAgICBwcm92aWRlOiBOR19WQUxVRV9BQ0NFU1NPUixcbiAgICAgIHVzZUV4aXN0aW5nOiBmb3J3YXJkUmVmKCgpID0+IFBvSW5wdXRDb21wb25lbnQpLFxuICAgICAgbXVsdGk6IHRydWVcbiAgICB9LFxuICAgIHtcbiAgICAgIHByb3ZpZGU6IE5HX1ZBTElEQVRPUlMsXG4gICAgICB1c2VFeGlzdGluZzogZm9yd2FyZFJlZigoKSA9PiBQb0lucHV0Q29tcG9uZW50KSxcbiAgICAgIG11bHRpOiB0cnVlXG4gICAgfVxuICBdLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaFxufSlcbmV4cG9ydCBjbGFzcyBQb0lucHV0Q29tcG9uZW50IGV4dGVuZHMgUG9JbnB1dEdlbmVyaWMge1xuICAvKiBpc3RhbmJ1bCBpZ25vcmUgbmV4dCAqL1xuICBjb25zdHJ1Y3RvcihlbDogRWxlbWVudFJlZiwgY2Q6IENoYW5nZURldGVjdG9yUmVmKSB7XG4gICAgc3VwZXIoZWwsIGNkKTtcbiAgfVxuXG4gIGV4dHJhVmFsaWRhdGlvbihjOiBBYnN0cmFjdENvbnRyb2wpOiB7IFtrZXk6IHN0cmluZ106IGFueSB9IHtcbiAgICByZXR1cm4gbnVsbDtcbiAgfVxufVxuIiwiPHBvLWZpZWxkLWNvbnRhaW5lciBbcC1oZWxwXT1cImhlbHBcIiBbcC1sYWJlbF09XCJsYWJlbFwiIFtwLW9wdGlvbmFsXT1cIiFyZXF1aXJlZCAmJiBvcHRpb25hbFwiPlxuICA8ZGl2IGNsYXNzPVwicG8tZmllbGQtY29udGFpbmVyLWNvbnRlbnRcIj5cbiAgICA8ZGl2ICpuZ0lmPVwiaWNvblwiIGNsYXNzPVwicG8tZmllbGQtaWNvbi1jb250YWluZXItbGVmdFwiPlxuICAgICAgPHBvLWljb24gY2xhc3M9XCJwby1maWVsZC1pY29uXCIgW2NsYXNzLnBvLWZpZWxkLWljb24tZGlzYWJsZWRdPVwiZGlzYWJsZWRcIiBbcC1pY29uXT1cImljb25cIj48L3BvLWljb24+XG4gICAgPC9kaXY+XG5cbiAgICA8aW5wdXRcbiAgICAgICNpbnBcbiAgICAgIGNsYXNzPVwicG8taW5wdXRcIlxuICAgICAgW2F0dHIubmFtZV09XCJuYW1lXCJcbiAgICAgIFthdXRvY29tcGxldGVdPVwiYXV0b2NvbXBsZXRlXCJcbiAgICAgIFtjbGFzcy5wby1pbnB1dC1pY29uLWxlZnRdPVwiaWNvblwiXG4gICAgICBbY2xhc3MucG8taW5wdXQtaWNvbi1yaWdodF09XCJjbGVhblwiXG4gICAgICBbZGlzYWJsZWRdPVwiZGlzYWJsZWRcIlxuICAgICAgW3BsYWNlaG9sZGVyXT1cInBsYWNlaG9sZGVyXCJcbiAgICAgIFtyZWFkb25seV09XCJyZWFkb25seVwiXG4gICAgICBbcmVxdWlyZWRdPVwicmVxdWlyZWRcIlxuICAgICAgW3R5cGVdPVwidHlwZVwiXG4gICAgICAoYmx1cik9XCJldmVudE9uQmx1cigkZXZlbnQpXCJcbiAgICAgIChjbGljayk9XCJldmVudE9uQ2xpY2soJGV2ZW50KVwiXG4gICAgICAoZm9jdXMpPVwiZXZlbnRPbkZvY3VzKCRldmVudClcIlxuICAgICAgKGlucHV0KT1cImV2ZW50T25JbnB1dCgkZXZlbnQpXCJcbiAgICAvPlxuXG4gICAgPGRpdiBjbGFzcz1cInBvLWZpZWxkLWljb24tY29udGFpbmVyLXJpZ2h0XCI+XG4gICAgICA8cG8tY2xlYW4gKm5nSWY9XCJjbGVhbiAmJiAhZGlzYWJsZWQgJiYgIXJlYWRvbmx5XCIgW3AtZWxlbWVudC1yZWZdPVwiaW5wdXRFbFwiIChwLWNoYW5nZS1ldmVudCk9XCJjbGVhcigkZXZlbnQpXCI+XG4gICAgICA8L3BvLWNsZWFuPlxuICAgIDwvZGl2PlxuICA8L2Rpdj5cblxuICA8cG8tZmllbGQtY29udGFpbmVyLWJvdHRvbSBbcC1lcnJvci1wYXR0ZXJuXT1cImdldEVycm9yUGF0dGVybigpXCI+IDwvcG8tZmllbGQtY29udGFpbmVyLWJvdHRvbT5cbjwvcG8tZmllbGQtY29udGFpbmVyPlxuIl19
|
|
File without changes
|