@po-ui/ng-components 16.0.0 → 16.2.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/README.md +37 -37
- package/esm2022/lib/components/components.module.mjs +1 -1
- package/esm2022/lib/components/index.mjs +1 -1
- package/esm2022/lib/components/po-accordion/index.mjs +1 -1
- package/esm2022/lib/components/po-accordion/po-accordion-base.component.mjs +1 -1
- package/esm2022/lib/components/po-accordion/po-accordion-item/po-accordion-item.component.mjs +2 -2
- package/esm2022/lib/components/po-accordion/po-accordion-item-body/po-accordion-item-body.component.mjs +2 -2
- package/esm2022/lib/components/po-accordion/po-accordion-item-header/po-accordion-item-header.component.mjs +2 -2
- package/esm2022/lib/components/po-accordion/po-accordion.component.mjs +2 -2
- package/esm2022/lib/components/po-accordion/po-accordion.module.mjs +1 -1
- package/esm2022/lib/components/po-accordion/services/po-accordion.service.mjs +1 -1
- package/esm2022/lib/components/po-avatar/index.mjs +1 -1
- package/esm2022/lib/components/po-avatar/po-avatar-base.component.mjs +1 -1
- package/esm2022/lib/components/po-avatar/po-avatar.component.mjs +2 -2
- package/esm2022/lib/components/po-avatar/po-avatar.module.mjs +1 -1
- package/esm2022/lib/components/po-badge/po-badge-base.component.mjs +1 -1
- package/esm2022/lib/components/po-badge/po-badge.component.mjs +2 -2
- package/esm2022/lib/components/po-badge/po-badge.module.mjs +1 -1
- package/esm2022/lib/components/po-breadcrumb/index.mjs +1 -1
- package/esm2022/lib/components/po-breadcrumb/po-breadcrumb-base.component.mjs +1 -1
- package/esm2022/lib/components/po-breadcrumb/po-breadcrumb-dropdown/po-breadcrumb-dropdown.component.mjs +2 -2
- package/esm2022/lib/components/po-breadcrumb/po-breadcrumb-favorite/po-breadcrumb-favorite.component.mjs +2 -2
- package/esm2022/lib/components/po-breadcrumb/po-breadcrumb-favorite/po-breadcrumb-favorite.service.mjs +1 -1
- package/esm2022/lib/components/po-breadcrumb/po-breadcrumb-item/po-breadcrumb-item.component.mjs +2 -2
- package/esm2022/lib/components/po-breadcrumb/po-breadcrumb-item.interface.mjs +1 -1
- package/esm2022/lib/components/po-breadcrumb/po-breadcrumb.component.mjs +2 -2
- package/esm2022/lib/components/po-breadcrumb/po-breadcrumb.interface.mjs +1 -1
- package/esm2022/lib/components/po-breadcrumb/po-breadcrumb.module.mjs +1 -1
- package/esm2022/lib/components/po-button/index.mjs +1 -1
- package/esm2022/lib/components/po-button/po-button-base.component.mjs +1 -1
- package/esm2022/lib/components/po-button/po-button-kind.enum.mjs +1 -1
- package/esm2022/lib/components/po-button/po-button-size.enum.mjs +1 -1
- package/esm2022/lib/components/po-button/po-button.component.mjs +2 -2
- package/esm2022/lib/components/po-button/po-button.module.mjs +1 -1
- package/esm2022/lib/components/po-button-group/index.mjs +1 -1
- package/esm2022/lib/components/po-button-group/po-button-group-base.component.mjs +1 -1
- package/esm2022/lib/components/po-button-group/po-button-group-item.interface.mjs +1 -1
- package/esm2022/lib/components/po-button-group/po-button-group-toggle.enum.mjs +1 -1
- package/esm2022/lib/components/po-button-group/po-button-group.component.mjs +2 -2
- package/esm2022/lib/components/po-button-group/po-button-group.module.mjs +1 -1
- package/esm2022/lib/components/po-calendar/index.mjs +1 -1
- package/esm2022/lib/components/po-calendar/po-calendar-base.component.mjs +1 -1
- package/esm2022/lib/components/po-calendar/po-calendar-header/po-calendar-header.component.mjs +2 -2
- package/esm2022/lib/components/po-calendar/po-calendar-mode.enum.mjs +1 -1
- package/esm2022/lib/components/po-calendar/po-calendar-wrapper/po-calendar-wrapper.component.mjs +2 -2
- package/esm2022/lib/components/po-calendar/po-calendar.component.mjs +2 -2
- package/esm2022/lib/components/po-calendar/po-calendar.module.mjs +1 -1
- package/esm2022/lib/components/po-calendar/services/po-calendar.lang.service.mjs +1 -1
- package/esm2022/lib/components/po-calendar/services/po-calendar.service.mjs +1 -1
- package/esm2022/lib/components/po-chart/directives/po-resize-observer.directive.mjs +1 -1
- package/esm2022/lib/components/po-chart/enums/po-chart-type.enum.mjs +1 -1
- package/esm2022/lib/components/po-chart/helpers/po-chart-default-values.constant.mjs +1 -1
- package/esm2022/lib/components/po-chart/index.mjs +1 -1
- package/esm2022/lib/components/po-chart/interfaces/po-chart-axis-options.interface.mjs +1 -1
- package/esm2022/lib/components/po-chart/interfaces/po-chart-bar-coordinates.interface.mjs +1 -1
- package/esm2022/lib/components/po-chart/interfaces/po-chart-container-size.interface.mjs +1 -1
- package/esm2022/lib/components/po-chart/interfaces/po-chart-label-coordinates.interface.mjs +1 -1
- package/esm2022/lib/components/po-chart/interfaces/po-chart-min-max-values.interface.mjs +1 -1
- package/esm2022/lib/components/po-chart/interfaces/po-chart-options.interface.mjs +1 -1
- package/esm2022/lib/components/po-chart/interfaces/po-chart-path-coordinates.interface.mjs +1 -1
- package/esm2022/lib/components/po-chart/interfaces/po-chart-points-coordinates.interface.mjs +1 -1
- package/esm2022/lib/components/po-chart/interfaces/po-chart-serie.interface.mjs +1 -1
- package/esm2022/lib/components/po-chart/po-chart-base.component.mjs +1 -1
- package/esm2022/lib/components/po-chart/po-chart-container/po-chart-axis/po-chart-axis-label/po-chart-axis-label.component.mjs +2 -2
- package/esm2022/lib/components/po-chart/po-chart-container/po-chart-axis/po-chart-axis-path/po-chart-axis-path.component.mjs +2 -2
- package/esm2022/lib/components/po-chart/po-chart-container/po-chart-axis/po-chart-axis.component.mjs +2 -2
- package/esm2022/lib/components/po-chart/po-chart-container/po-chart-bar/po-chart-bar-base.component.mjs +1 -1
- package/esm2022/lib/components/po-chart/po-chart-container/po-chart-bar/po-chart-bar-path/po-chart-bar-path.component.mjs +2 -2
- package/esm2022/lib/components/po-chart/po-chart-container/po-chart-bar/po-chart-bar.component.mjs +2 -2
- package/esm2022/lib/components/po-chart/po-chart-container/po-chart-bar/po-chart-column/po-chart-column.component.mjs +2 -2
- package/esm2022/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-circular-label/po-chart-circular-label.component.mjs +2 -2
- package/esm2022/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-circular-path/po-chart-circular-path.component.mjs +2 -2
- package/esm2022/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-circular-path/po-chart-tooltip.directive.mjs +1 -1
- package/esm2022/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-circular.component.mjs +1 -1
- package/esm2022/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-donut/po-chart-donut.component.mjs +2 -2
- package/esm2022/lib/components/po-chart/po-chart-container/po-chart-circular/po-chart-pie/po-chart-pie.component.mjs +2 -2
- package/esm2022/lib/components/po-chart/po-chart-container/po-chart-container.component.mjs +2 -2
- package/esm2022/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-area/po-chart-area.component.mjs +2 -2
- package/esm2022/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-line-base.component.mjs +1 -1
- package/esm2022/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-line.component.mjs +2 -2
- package/esm2022/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-path/po-chart-path.component.mjs +2 -2
- package/esm2022/lib/components/po-chart/po-chart-container/po-chart-line/po-chart-series-point/po-chart-series-point.component.mjs +2 -2
- package/esm2022/lib/components/po-chart/po-chart-legend/po-chart-legend.component.mjs +2 -2
- package/esm2022/lib/components/po-chart/po-chart-types/po-chart-dynamic-type.component.mjs +1 -1
- package/esm2022/lib/components/po-chart/po-chart.component.mjs +2 -2
- package/esm2022/lib/components/po-chart/po-chart.module.mjs +1 -1
- package/esm2022/lib/components/po-chart/services/po-chart-maths.service.mjs +1 -1
- package/esm2022/lib/components/po-chart/services/po-chart-svg-container.service.mjs +1 -1
- package/esm2022/lib/components/po-container/index.mjs +1 -1
- package/esm2022/lib/components/po-container/po-container-base.component.mjs +1 -1
- package/esm2022/lib/components/po-container/po-container.component.mjs +2 -2
- package/esm2022/lib/components/po-container/po-container.module.mjs +1 -1
- package/esm2022/lib/components/po-disclaimer/index.mjs +1 -1
- package/esm2022/lib/components/po-disclaimer/po-disclaimer-base.component.mjs +1 -1
- package/esm2022/lib/components/po-disclaimer/po-disclaimer.component.mjs +2 -2
- package/esm2022/lib/components/po-disclaimer/po-disclaimer.interface.mjs +1 -1
- package/esm2022/lib/components/po-disclaimer/po-disclaimer.literals.mjs +1 -1
- package/esm2022/lib/components/po-disclaimer/po-disclaimer.module.mjs +1 -1
- package/esm2022/lib/components/po-disclaimer-group/index.mjs +1 -1
- package/esm2022/lib/components/po-disclaimer-group/po-disclaimer-group-base.component.mjs +1 -1
- package/esm2022/lib/components/po-disclaimer-group/po-disclaimer-group-remove-action.interface.mjs +1 -1
- package/esm2022/lib/components/po-disclaimer-group/po-disclaimer-group.component.mjs +2 -2
- package/esm2022/lib/components/po-disclaimer-group/po-disclaimer-group.interface.mjs +1 -1
- package/esm2022/lib/components/po-disclaimer-group/po-disclaimer-group.module.mjs +1 -1
- package/esm2022/lib/components/po-disclaimer-group/po-disclaimer-remove/po-disclaimer-remove.component.mjs +2 -2
- package/esm2022/lib/components/po-divider/index.mjs +1 -1
- package/esm2022/lib/components/po-divider/po-divider-base.component.mjs +1 -1
- package/esm2022/lib/components/po-divider/po-divider-size.enum.mjs +1 -1
- package/esm2022/lib/components/po-divider/po-divider.component.mjs +2 -2
- package/esm2022/lib/components/po-divider/po-divider.module.mjs +1 -1
- package/esm2022/lib/components/po-dropdown/index.mjs +1 -1
- package/esm2022/lib/components/po-dropdown/po-dropdown-action.interface.mjs +1 -1
- package/esm2022/lib/components/po-dropdown/po-dropdown-base.component.mjs +1 -1
- package/esm2022/lib/components/po-dropdown/po-dropdown.component.mjs +2 -2
- package/esm2022/lib/components/po-dropdown/po-dropdown.module.mjs +1 -1
- package/esm2022/lib/components/po-dynamic/index.mjs +1 -1
- package/esm2022/lib/components/po-dynamic/po-dynamic-field-force-component.enum.mjs +1 -1
- package/esm2022/lib/components/po-dynamic/po-dynamic-field-type.enum.mjs +1 -1
- package/esm2022/lib/components/po-dynamic/po-dynamic-field.interface.mjs +1 -1
- package/esm2022/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-base.component.mjs +1 -1
- package/esm2022/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-field.interface.mjs +1 -1
- package/esm2022/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-fields/po-dynamic-form-field-internal.interface.mjs +1 -1
- package/esm2022/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-fields/po-dynamic-form-fields-base.component.mjs +1 -1
- package/esm2022/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-fields/po-dynamic-form-fields.component.mjs +2 -2
- package/esm2022/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-load/po-dynamic-form-load.interface.mjs +1 -1
- package/esm2022/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-load/po-dynamic-form-load.service.mjs +1 -1
- package/esm2022/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-operation/po-dynamic-form-operation.mjs +1 -1
- package/esm2022/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-response.interface.mjs +1 -1
- package/esm2022/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-validation/po-dynamic-form-field-changed.interface.mjs +1 -1
- package/esm2022/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-validation/po-dynamic-form-field-validation.interface.mjs +1 -1
- package/esm2022/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-validation/po-dynamic-form-validation.interface.mjs +1 -1
- package/esm2022/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-validation/po-dynamic-form-validation.service.mjs +1 -1
- package/esm2022/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form.component.mjs +2 -2
- package/esm2022/lib/components/po-dynamic/po-dynamic-view/po-dynamic-view-base.component.mjs +1 -1
- package/esm2022/lib/components/po-dynamic/po-dynamic-view/po-dynamic-view-field.interface.mjs +1 -1
- package/esm2022/lib/components/po-dynamic/po-dynamic-view/po-dynamic-view.component.mjs +2 -2
- package/esm2022/lib/components/po-dynamic/po-dynamic-view/po-dynamic-view.service.mjs +1 -1
- package/esm2022/lib/components/po-dynamic/po-dynamic.module.mjs +1 -1
- package/esm2022/lib/components/po-dynamic/po-dynamic.util.mjs +1 -1
- package/esm2022/lib/components/po-field/index.mjs +1 -1
- package/esm2022/lib/components/po-field/po-checkbox/po-checkbox-base.component.mjs +1 -1
- package/esm2022/lib/components/po-field/po-checkbox/po-checkbox-size.enum.mjs +1 -1
- package/esm2022/lib/components/po-field/po-checkbox/po-checkbox.component.mjs +11 -11
- package/esm2022/lib/components/po-field/po-checkbox/po-checkbox.module.mjs +1 -1
- package/esm2022/lib/components/po-field/po-checkbox-group/interfaces/po-checkbox-group-option-view.interface.mjs +1 -1
- package/esm2022/lib/components/po-field/po-checkbox-group/interfaces/po-checkbox-group-option.interface.mjs +1 -1
- package/esm2022/lib/components/po-field/po-checkbox-group/po-checkbox-group-base.component.mjs +1 -1
- package/esm2022/lib/components/po-field/po-checkbox-group/po-checkbox-group.component.mjs +3 -3
- package/esm2022/lib/components/po-field/po-checkbox-group/po-checkbox-group.module.mjs +1 -1
- package/esm2022/lib/components/po-field/po-clean/index.mjs +1 -1
- package/esm2022/lib/components/po-field/po-clean/po-clean-base.component.mjs +1 -1
- package/esm2022/lib/components/po-field/po-clean/po-clean.component.mjs +2 -2
- package/esm2022/lib/components/po-field/po-clean/po-clean.module.mjs +1 -1
- package/esm2022/lib/components/po-field/po-combo/interfaces/po-combo-filter.interface.mjs +1 -1
- package/esm2022/lib/components/po-field/po-combo/interfaces/po-combo-group.interface.mjs +1 -1
- package/esm2022/lib/components/po-field/po-combo/interfaces/po-combo-literals-default.interface.mjs +1 -1
- package/esm2022/lib/components/po-field/po-combo/interfaces/po-combo-literals.interface.mjs +1 -1
- package/esm2022/lib/components/po-field/po-combo/interfaces/po-combo-option-group.interface.mjs +1 -1
- package/esm2022/lib/components/po-field/po-combo/interfaces/po-combo-option.interface.mjs +1 -1
- package/esm2022/lib/components/po-field/po-combo/interfaces/po-response.interface.mjs +1 -1
- package/esm2022/lib/components/po-field/po-combo/po-combo-base.component.mjs +1 -1
- package/esm2022/lib/components/po-field/po-combo/po-combo-filter-mode.enum.mjs +1 -1
- package/esm2022/lib/components/po-field/po-combo/po-combo-filter.service.mjs +2 -2
- package/esm2022/lib/components/po-field/po-combo/po-combo-option-template/po-combo-option-template.directive.mjs +1 -1
- package/esm2022/lib/components/po-field/po-combo/po-combo.component.mjs +49 -40
- package/esm2022/lib/components/po-field/po-datepicker/enums/po-datepicker-iso-format.enum.mjs +1 -1
- package/esm2022/lib/components/po-field/po-datepicker/po-datepicker-base.component.mjs +1 -1
- package/esm2022/lib/components/po-field/po-datepicker/po-datepicker.component.mjs +2 -2
- package/esm2022/lib/components/po-field/po-datepicker/po-datepicker.literals.mjs +1 -1
- package/esm2022/lib/components/po-field/po-datepicker/po-datepicker.module.mjs +1 -1
- package/esm2022/lib/components/po-field/po-datepicker-range/interfaces/po-datepicker-range-literals.interface.mjs +1 -1
- package/esm2022/lib/components/po-field/po-datepicker-range/interfaces/po-datepicker-range.interface.mjs +1 -1
- package/esm2022/lib/components/po-field/po-datepicker-range/po-datepicker-range-base.component.mjs +1 -1
- package/esm2022/lib/components/po-field/po-datepicker-range/po-datepicker-range.component.mjs +2 -2
- package/esm2022/lib/components/po-field/po-datepicker-range/po-datepicker-range.literals.mjs +1 -1
- package/esm2022/lib/components/po-field/po-decimal/po-decimal.component.mjs +2 -2
- package/esm2022/lib/components/po-field/po-email/po-email.component.mjs +2 -2
- package/esm2022/lib/components/po-field/po-field-container/index.mjs +1 -1
- package/esm2022/lib/components/po-field/po-field-container/po-field-container-bottom/po-field-container-bottom.component.mjs +2 -2
- package/esm2022/lib/components/po-field/po-field-container/po-field-container-literals.mjs +1 -1
- package/esm2022/lib/components/po-field/po-field-container/po-field-container.component.mjs +2 -2
- package/esm2022/lib/components/po-field/po-field-container/po-field-container.module.mjs +1 -1
- package/esm2022/lib/components/po-field/po-field-validate.model.mjs +1 -1
- package/esm2022/lib/components/po-field/po-field.model.mjs +1 -1
- package/esm2022/lib/components/po-field/po-field.module.mjs +6 -2
- package/esm2022/lib/components/po-field/po-input/po-input-base.component.mjs +1 -1
- package/esm2022/lib/components/po-field/po-input/po-input.component.mjs +2 -2
- package/esm2022/lib/components/po-field/po-input/po-mask.mjs +1 -1
- package/esm2022/lib/components/po-field/po-input-generic/po-input-generic.mjs +1 -1
- package/esm2022/lib/components/po-field/po-login/po-login.component.mjs +2 -2
- package/esm2022/lib/components/po-field/po-lookup/interfaces/po-lookup-advanced-filter.interface.mjs +1 -1
- package/esm2022/lib/components/po-field/po-lookup/interfaces/po-lookup-column.interface.mjs +1 -1
- package/esm2022/lib/components/po-field/po-lookup/interfaces/po-lookup-filter.interface.mjs +1 -1
- package/esm2022/lib/components/po-field/po-lookup/interfaces/po-lookup-filtered-items-params.interface.mjs +1 -1
- package/esm2022/lib/components/po-field/po-lookup/interfaces/po-lookup-literals.interface.mjs +1 -1
- package/esm2022/lib/components/po-field/po-lookup/interfaces/po-lookup-response-api.interface.mjs +1 -1
- package/esm2022/lib/components/po-field/po-lookup/po-lookup-base.component.mjs +1 -1
- package/esm2022/lib/components/po-field/po-lookup/po-lookup-modal/po-lookup-modal-base.component.mjs +6 -6
- package/esm2022/lib/components/po-field/po-lookup/po-lookup-modal/po-lookup-modal.component.mjs +2 -2
- package/esm2022/lib/components/po-field/po-lookup/po-lookup.component.mjs +2 -2
- package/esm2022/lib/components/po-field/po-lookup/services/po-lookup-filter.service.mjs +1 -1
- package/esm2022/lib/components/po-field/po-lookup/services/po-lookup-modal.service.mjs +1 -1
- package/esm2022/lib/components/po-field/po-multiselect/po-multiselect-base.component.mjs +1 -1
- package/esm2022/lib/components/po-field/po-multiselect/po-multiselect-dropdown/po-multiselect-dropdown.component.mjs +2 -2
- package/esm2022/lib/components/po-field/po-multiselect/po-multiselect-filter-mode.enum.mjs +1 -1
- package/esm2022/lib/components/po-field/po-multiselect/po-multiselect-filter.interface.mjs +1 -1
- package/esm2022/lib/components/po-field/po-multiselect/po-multiselect-filter.service.mjs +1 -1
- package/esm2022/lib/components/po-field/po-multiselect/po-multiselect-literals.interface.mjs +1 -1
- package/esm2022/lib/components/po-field/po-multiselect/po-multiselect-option-template/po-multiselect-option-template.directive.mjs +1 -1
- package/esm2022/lib/components/po-field/po-multiselect/po-multiselect-option.interface.mjs +1 -1
- package/esm2022/lib/components/po-field/po-multiselect/po-multiselect-search/po-multiselect-search.component.mjs +2 -2
- package/esm2022/lib/components/po-field/po-multiselect/po-multiselect.component.mjs +2 -2
- package/esm2022/lib/components/po-field/po-number/po-number-base.component.mjs +1 -1
- package/esm2022/lib/components/po-field/po-number/po-number.component.mjs +2 -2
- package/esm2022/lib/components/po-field/po-password/po-password.component.mjs +2 -2
- package/esm2022/lib/components/po-field/po-radio/po-radio-size.enum.mjs +1 -1
- package/esm2022/lib/components/po-field/po-radio/po-radio.component.mjs +2 -2
- package/esm2022/lib/components/po-field/po-radio/po-radio.module.mjs +1 -1
- package/esm2022/lib/components/po-field/po-radio-group/po-radio-group-base.component.mjs +1 -1
- package/esm2022/lib/components/po-field/po-radio-group/po-radio-group-option.interface.mjs +1 -1
- package/esm2022/lib/components/po-field/po-radio-group/po-radio-group.component.mjs +2 -2
- package/esm2022/lib/components/po-field/po-radio-group/po-radio-group.module.mjs +1 -1
- package/esm2022/lib/components/po-field/po-rich-text/interfaces/po-rich-text-toolbar-button-group-item.interface.mjs +1 -1
- package/esm2022/lib/components/po-field/po-rich-text/po-rich-text-base.component.mjs +1 -1
- package/esm2022/lib/components/po-field/po-rich-text/po-rich-text-body/po-rich-text-body.component.mjs +2 -2
- package/esm2022/lib/components/po-field/po-rich-text/po-rich-text-image-modal/po-rich-text-image-modal.component.mjs +2 -2
- package/esm2022/lib/components/po-field/po-rich-text/po-rich-text-link-modal/po-rich-text-link-modal.component.mjs +2 -2
- package/esm2022/lib/components/po-field/po-rich-text/po-rich-text-literals.mjs +1 -1
- package/esm2022/lib/components/po-field/po-rich-text/po-rich-text-toolbar/po-rich-text-toolbar.component.mjs +2 -2
- package/esm2022/lib/components/po-field/po-rich-text/po-rich-text.component.mjs +2 -2
- package/esm2022/lib/components/po-field/po-rich-text/po-rich-text.service.mjs +1 -1
- package/esm2022/lib/components/po-field/po-select/po-select-option-group.interface.mjs +1 -1
- package/esm2022/lib/components/po-field/po-select/po-select-option.interface.mjs +1 -1
- package/esm2022/lib/components/po-field/po-select/po-select.component.mjs +2 -2
- package/esm2022/lib/components/po-field/po-switch/index.mjs +1 -1
- package/esm2022/lib/components/po-field/po-switch/po-switch-label-position.enum.mjs +1 -1
- package/esm2022/lib/components/po-field/po-switch/po-switch.component.mjs +2 -2
- package/esm2022/lib/components/po-field/po-switch/po-switch.module.mjs +1 -1
- package/esm2022/lib/components/po-field/po-textarea/po-textarea-base.component.mjs +1 -1
- package/esm2022/lib/components/po-field/po-textarea/po-textarea.component.mjs +2 -2
- package/esm2022/lib/components/po-field/po-upload/interfaces/po-upload-file-restriction.interface.mjs +1 -1
- package/esm2022/lib/components/po-field/po-upload/interfaces/po-upload-literals.interface.mjs +1 -1
- package/esm2022/lib/components/po-field/po-upload/po-upload-base.component.mjs +1 -1
- package/esm2022/lib/components/po-field/po-upload/po-upload-base.service.mjs +1 -1
- package/esm2022/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop-area/po-upload-drag-drop-area.component.mjs +2 -2
- package/esm2022/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop-area-overlay/po-upload-drag-drop-area-overlay.component.mjs +2 -2
- package/esm2022/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop.component.mjs +2 -2
- package/esm2022/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop.directive.mjs +1 -1
- package/esm2022/lib/components/po-field/po-upload/po-upload-file-restrictions/po-upload-file-restrictions.component.mjs +2 -2
- package/esm2022/lib/components/po-field/po-upload/po-upload-file.mjs +1 -1
- package/esm2022/lib/components/po-field/po-upload/po-upload-status.enum.mjs +1 -1
- package/esm2022/lib/components/po-field/po-upload/po-upload.component.mjs +2 -2
- package/esm2022/lib/components/po-field/po-upload/po-upload.service.mjs +1 -1
- package/esm2022/lib/components/po-field/po-url/po-url.component.mjs +2 -2
- package/esm2022/lib/components/po-field/validators.mjs +1 -1
- package/esm2022/lib/components/po-gauge/index.mjs +1 -1
- package/esm2022/lib/components/po-gauge/interfaces/po-gauge-coordinates.interface.mjs +1 -1
- package/esm2022/lib/components/po-gauge/interfaces/po-gauge-ranges.interface.mjs +1 -1
- package/esm2022/lib/components/po-gauge/interfaces/po-gauge-svg-container.interface.mjs +1 -1
- package/esm2022/lib/components/po-gauge/po-gauge-base.component.mjs +1 -1
- package/esm2022/lib/components/po-gauge/po-gauge-default-values.constant.mjs +1 -1
- package/esm2022/lib/components/po-gauge/po-gauge-description/po-gauge-description.component.mjs +2 -2
- package/esm2022/lib/components/po-gauge/po-gauge-legend/po-gauge-legend.component.mjs +2 -2
- package/esm2022/lib/components/po-gauge/po-gauge-svg/po-gauge-path/po-gauge-path.component.mjs +2 -2
- package/esm2022/lib/components/po-gauge/po-gauge-svg/po-gauge-pointer/po-gauge-pointer.component.mjs +2 -2
- package/esm2022/lib/components/po-gauge/po-gauge-svg/po-gauge-svg.component.mjs +2 -2
- package/esm2022/lib/components/po-gauge/po-gauge-title/po-gauge-title.component.mjs +2 -2
- package/esm2022/lib/components/po-gauge/po-gauge.component.mjs +2 -2
- package/esm2022/lib/components/po-gauge/po-gauge.module.mjs +1 -1
- package/esm2022/lib/components/po-grid/index.mjs +1 -1
- package/esm2022/lib/components/po-grid/po-grid-cell/po-grid-cell.component.mjs +2 -2
- package/esm2022/lib/components/po-grid/po-grid-cell-action/po-grid-cell-action.component.mjs +2 -2
- package/esm2022/lib/components/po-grid/po-grid-head/po-grid-head.component.mjs +2 -2
- package/esm2022/lib/components/po-grid/po-grid-row-actions.interface.mjs +1 -1
- package/esm2022/lib/components/po-grid/po-grid.component.mjs +2 -2
- package/esm2022/lib/components/po-grid/po-grid.module.mjs +1 -1
- package/esm2022/lib/components/po-icon/index.mjs +1 -1
- package/esm2022/lib/components/po-icon/po-icon.component.mjs +2 -2
- package/esm2022/lib/components/po-icon/po-icon.module.mjs +1 -1
- package/esm2022/lib/components/po-image/index.mjs +1 -1
- package/esm2022/lib/components/po-image/po-image-base.component.mjs +1 -1
- package/esm2022/lib/components/po-image/po-image.component.mjs +2 -2
- package/esm2022/lib/components/po-image/po-image.module.mjs +1 -1
- package/esm2022/lib/components/po-info/index.mjs +1 -1
- package/esm2022/lib/components/po-info/po-info-base.component.mjs +1 -1
- package/esm2022/lib/components/po-info/po-info-orietation.enum.mjs +1 -1
- package/esm2022/lib/components/po-info/po-info.component.mjs +2 -2
- package/esm2022/lib/components/po-info/po-info.module.mjs +1 -1
- package/esm2022/lib/components/po-label/index.mjs +1 -1
- package/esm2022/lib/components/po-label/po-label.component.mjs +2 -2
- package/esm2022/lib/components/po-label/po-label.module.mjs +1 -1
- package/esm2022/lib/components/po-link/index.mjs +1 -1
- package/esm2022/lib/components/po-link/po-link-base.component.mjs +1 -1
- package/esm2022/lib/components/po-link/po-link.component.mjs +2 -2
- package/esm2022/lib/components/po-link/po-link.module.mjs +1 -1
- package/esm2022/lib/components/po-list-view/index.mjs +1 -1
- package/esm2022/lib/components/po-list-view/interfaces/po-list-view-action.interface.mjs +1 -1
- package/esm2022/lib/components/po-list-view/interfaces/po-list-view-literals.interface.mjs +1 -1
- package/esm2022/lib/components/po-list-view/po-list-view-base.component.mjs +1 -1
- package/esm2022/lib/components/po-list-view/po-list-view-content-template/po-list-view-content-template.directive.mjs +1 -1
- package/esm2022/lib/components/po-list-view/po-list-view-detail-template/po-list-view-detail-template.directive.mjs +1 -1
- package/esm2022/lib/components/po-list-view/po-list-view.component.mjs +2 -2
- package/esm2022/lib/components/po-list-view/po-list-view.module.mjs +1 -1
- package/esm2022/lib/components/po-listbox/enums/po-item-list-filter-mode.enum.mjs +1 -1
- package/esm2022/lib/components/po-listbox/enums/po-item-list-type.enum.mjs +1 -1
- package/esm2022/lib/components/po-listbox/index.mjs +1 -1
- package/esm2022/lib/components/po-listbox/interfaces/po-listbox-literals.interface.mjs +1 -1
- package/esm2022/lib/components/po-listbox/po-item-list/interfaces/po-item-list-action.interface.mjs +1 -1
- package/esm2022/lib/components/po-listbox/po-item-list/interfaces/po-item-list-option-group.interface.mjs +1 -1
- package/esm2022/lib/components/po-listbox/po-item-list/interfaces/po-item-list-option.interface.mjs +1 -1
- package/esm2022/lib/components/po-listbox/po-item-list/po-item-list-base.component.mjs +1 -1
- package/esm2022/lib/components/po-listbox/po-item-list/po-item-list.component.mjs +2 -2
- package/esm2022/lib/components/po-listbox/po-listbox-base.component.mjs +1 -1
- package/esm2022/lib/components/po-listbox/po-listbox.component.mjs +2 -2
- package/esm2022/lib/components/po-listbox/po-listbox.module.mjs +1 -1
- package/esm2022/lib/components/po-listbox/po-search-list/po-search-list.component.mjs +2 -2
- package/esm2022/lib/components/po-loading/index.mjs +1 -1
- package/esm2022/lib/components/po-loading/interfaces/po-loading-literals.interface.mjs +1 -1
- package/esm2022/lib/components/po-loading/po-loading-base.component.mjs +1 -1
- package/esm2022/lib/components/po-loading/po-loading-icon/po-loading-icon.component.mjs +2 -2
- package/esm2022/lib/components/po-loading/po-loading-overlay/interfaces/po-loading-overlay-literals.interface.mjs +1 -1
- package/esm2022/lib/components/po-loading/po-loading-overlay/po-loading-overlay-base.component.mjs +1 -1
- package/esm2022/lib/components/po-loading/po-loading-overlay/po-loading-overlay.component.mjs +2 -2
- package/esm2022/lib/components/po-loading/po-loading.component.mjs +2 -2
- package/esm2022/lib/components/po-loading/po-loading.module.mjs +1 -1
- package/esm2022/lib/components/po-logo/index.mjs +1 -1
- package/esm2022/lib/components/po-logo/po-logo.component.mjs +2 -2
- package/esm2022/lib/components/po-logo/po-logo.module.mjs +1 -1
- package/esm2022/lib/components/po-menu/index.mjs +1 -1
- package/esm2022/lib/components/po-menu/po-menu-base.component.mjs +1 -1
- package/esm2022/lib/components/po-menu/po-menu-filter/po-menu-filter-literals.interface.mjs +1 -1
- package/esm2022/lib/components/po-menu/po-menu-filter/po-menu-filter.component.mjs +2 -2
- package/esm2022/lib/components/po-menu/po-menu-filter/po-menu-filter.interface.mjs +1 -1
- package/esm2022/lib/components/po-menu/po-menu-header-template/po-menu-header-template.directive.mjs +1 -1
- package/esm2022/lib/components/po-menu/po-menu-item/po-menu-item-badge.interface.mjs +1 -1
- package/esm2022/lib/components/po-menu/po-menu-item/po-menu-item-filtered.interface.mjs +1 -1
- package/esm2022/lib/components/po-menu/po-menu-item/po-menu-item.component.mjs +2 -2
- package/esm2022/lib/components/po-menu/po-menu-item.interface.mjs +1 -1
- package/esm2022/lib/components/po-menu/po-menu.component.mjs +2 -2
- package/esm2022/lib/components/po-menu/po-menu.module.mjs +1 -1
- package/esm2022/lib/components/po-menu/services/po-menu-global.service.mjs +1 -1
- package/esm2022/lib/components/po-menu/services/po-menu-items.service.mjs +1 -1
- package/esm2022/lib/components/po-menu/services/po-menu.service.mjs +1 -1
- package/esm2022/lib/components/po-menu-panel/index.mjs +1 -1
- package/esm2022/lib/components/po-menu-panel/po-menu-panel-base.component.mjs +1 -1
- package/esm2022/lib/components/po-menu-panel/po-menu-panel-item/po-menu-panel-item-internal.interface.mjs +1 -1
- package/esm2022/lib/components/po-menu-panel/po-menu-panel-item/po-menu-panel-item.component.mjs +2 -2
- package/esm2022/lib/components/po-menu-panel/po-menu-panel-item/po-menu-panel-item.interface.mjs +1 -1
- package/esm2022/lib/components/po-menu-panel/po-menu-panel.component.mjs +2 -2
- package/esm2022/lib/components/po-menu-panel/po-menu-panel.module.mjs +1 -1
- package/esm2022/lib/components/po-menu-panel/services/po-menu-panel-items.service.mjs +1 -1
- package/esm2022/lib/components/po-modal/index.mjs +1 -1
- package/esm2022/lib/components/po-modal/po-modal-action.interface.mjs +1 -1
- package/esm2022/lib/components/po-modal/po-modal-base.component.mjs +1 -1
- package/esm2022/lib/components/po-modal/po-modal-footer/po-modal-footer.component.mjs +2 -2
- package/esm2022/lib/components/po-modal/po-modal.component.mjs +2 -2
- package/esm2022/lib/components/po-modal/po-modal.literals.mjs +1 -1
- package/esm2022/lib/components/po-modal/po-modal.module.mjs +1 -1
- package/esm2022/lib/components/po-navbar/index.mjs +1 -1
- package/esm2022/lib/components/po-navbar/interfaces/po-navbar-icon-action.interface.mjs +1 -1
- package/esm2022/lib/components/po-navbar/interfaces/po-navbar-item.interface.mjs +1 -1
- package/esm2022/lib/components/po-navbar/interfaces/po-navbar-literals.interface.mjs +1 -1
- package/esm2022/lib/components/po-navbar/po-navbar-actions/po-navbar-action/po-navbar-action.component.mjs +2 -2
- package/esm2022/lib/components/po-navbar/po-navbar-actions/po-navbar-action-popup/po-navbar-action-popup.component.mjs +2 -2
- package/esm2022/lib/components/po-navbar/po-navbar-actions/po-navbar-actions.component.mjs +2 -2
- package/esm2022/lib/components/po-navbar/po-navbar-actions/po-navbar-actions.module.mjs +1 -1
- package/esm2022/lib/components/po-navbar/po-navbar-base.component.mjs +1 -1
- package/esm2022/lib/components/po-navbar/po-navbar-item-navigation/po-navbar-item-navigation-icon/po-navbar-item-navigation-icon.component.mjs +2 -2
- package/esm2022/lib/components/po-navbar/po-navbar-item-navigation/po-navbar-item-navigation.component.mjs +2 -2
- package/esm2022/lib/components/po-navbar/po-navbar-item-navigation/po-navbar-item-navigation.module.mjs +1 -1
- package/esm2022/lib/components/po-navbar/po-navbar-items/po-navbar-item/po-navbar-item.component.mjs +2 -2
- package/esm2022/lib/components/po-navbar/po-navbar-items/po-navbar-items.component.mjs +2 -2
- package/esm2022/lib/components/po-navbar/po-navbar-items/po-navbar-items.module.mjs +1 -1
- package/esm2022/lib/components/po-navbar/po-navbar-logo/po-navbar-logo.component.mjs +2 -2
- package/esm2022/lib/components/po-navbar/po-navbar.component.mjs +2 -2
- package/esm2022/lib/components/po-navbar/po-navbar.module.mjs +1 -1
- package/esm2022/lib/components/po-page/index.mjs +1 -1
- package/esm2022/lib/components/po-page/po-page-action.interface.mjs +1 -1
- package/esm2022/lib/components/po-page/po-page-base.component.mjs +1 -1
- package/esm2022/lib/components/po-page/po-page-content/po-page-content-base.component.mjs +1 -1
- package/esm2022/lib/components/po-page/po-page-content/po-page-content.component.mjs +2 -2
- package/esm2022/lib/components/po-page/po-page-default/po-page-default-base.component.mjs +1 -1
- package/esm2022/lib/components/po-page/po-page-default/po-page-default-literals.interface.mjs +1 -1
- package/esm2022/lib/components/po-page/po-page-default/po-page-default.component.mjs +2 -2
- package/esm2022/lib/components/po-page/po-page-default/po-page-default.interface.mjs +1 -1
- package/esm2022/lib/components/po-page/po-page-detail/po-page-detail-base.component.mjs +1 -1
- package/esm2022/lib/components/po-page/po-page-detail/po-page-detail-literals.interface.mjs +1 -1
- package/esm2022/lib/components/po-page/po-page-detail/po-page-detail.component.mjs +2 -2
- package/esm2022/lib/components/po-page/po-page-edit/po-page-edit-base.component.mjs +1 -1
- package/esm2022/lib/components/po-page/po-page-edit/po-page-edit-literals.interface.mjs +1 -1
- package/esm2022/lib/components/po-page/po-page-edit/po-page-edit.component.mjs +2 -2
- package/esm2022/lib/components/po-page/po-page-filter.interface.mjs +1 -1
- package/esm2022/lib/components/po-page/po-page-header/po-page-header-base.component.mjs +1 -1
- package/esm2022/lib/components/po-page/po-page-header/po-page-header.component.mjs +2 -2
- package/esm2022/lib/components/po-page/po-page-list/po-page-list-base.component.mjs +1 -1
- package/esm2022/lib/components/po-page/po-page-list/po-page-list-literals.interface.mjs +1 -1
- package/esm2022/lib/components/po-page/po-page-list/po-page-list.component.mjs +2 -2
- package/esm2022/lib/components/po-page/po-page-slide/index.mjs +1 -1
- package/esm2022/lib/components/po-page/po-page-slide/po-page-slide-base.component.mjs +1 -1
- package/esm2022/lib/components/po-page/po-page-slide/po-page-slide.component.mjs +2 -2
- package/esm2022/lib/components/po-page/po-page-slide/po-page-slide.module.mjs +1 -1
- package/esm2022/lib/components/po-page/po-page.component.mjs +2 -2
- package/esm2022/lib/components/po-page/po-page.interface.mjs +1 -1
- package/esm2022/lib/components/po-page/po-page.module.mjs +1 -1
- package/esm2022/lib/components/po-popover/index.mjs +1 -1
- package/esm2022/lib/components/po-popover/po-popover-base.component.mjs +1 -1
- package/esm2022/lib/components/po-popover/po-popover.component.mjs +2 -2
- package/esm2022/lib/components/po-popover/po-popover.module.mjs +1 -1
- package/esm2022/lib/components/po-popup/index.mjs +1 -1
- package/esm2022/lib/components/po-popup/po-popup-action.interface.mjs +1 -1
- package/esm2022/lib/components/po-popup/po-popup-base.component.mjs +1 -1
- package/esm2022/lib/components/po-popup/po-popup.component.mjs +2 -2
- package/esm2022/lib/components/po-popup/po-popup.module.mjs +1 -1
- package/esm2022/lib/components/po-progress/enums/po-progress-status.enum.mjs +1 -1
- package/esm2022/lib/components/po-progress/index.mjs +1 -1
- package/esm2022/lib/components/po-progress/po-progress-bar/po-progress-bar.component.mjs +2 -2
- package/esm2022/lib/components/po-progress/po-progress-base.component.mjs +1 -1
- package/esm2022/lib/components/po-progress/po-progress.component.mjs +2 -2
- package/esm2022/lib/components/po-progress/po-progress.module.mjs +1 -1
- package/esm2022/lib/components/po-search/index.mjs +1 -1
- package/esm2022/lib/components/po-search/literals/po-search-literals.mjs +1 -1
- package/esm2022/lib/components/po-search/po-search-base.component.mjs +1 -1
- package/esm2022/lib/components/po-search/po-search-filter-mode.enum.mjs +1 -1
- package/esm2022/lib/components/po-search/po-search.component.mjs +2 -2
- package/esm2022/lib/components/po-search/po-search.module.mjs +1 -1
- package/esm2022/lib/components/po-slide/directives/po-slide-content-template.directive.mjs +1 -1
- package/esm2022/lib/components/po-slide/index.mjs +1 -1
- package/esm2022/lib/components/po-slide/interfaces/po-slide-item.interface.mjs +1 -1
- package/esm2022/lib/components/po-slide/po-slide-base.component.mjs +1 -1
- package/esm2022/lib/components/po-slide/po-slide-circles/po-slide-circles.component.mjs +2 -2
- package/esm2022/lib/components/po-slide/po-slide-control/po-slide-control.component.mjs +2 -2
- package/esm2022/lib/components/po-slide/po-slide-item/po-slide-item.component.mjs +2 -2
- package/esm2022/lib/components/po-slide/po-slide.component.mjs +2 -2
- package/esm2022/lib/components/po-slide/po-slide.module.mjs +1 -1
- package/esm2022/lib/components/po-stepper/enums/po-stepper-orientation.enum.mjs +1 -1
- package/esm2022/lib/components/po-stepper/enums/po-stepper-status.enum.mjs +1 -1
- package/esm2022/lib/components/po-stepper/index.mjs +1 -1
- package/esm2022/lib/components/po-stepper/po-step/po-step.component.mjs +2 -2
- package/esm2022/lib/components/po-stepper/po-stepper-base.component.mjs +1 -1
- package/esm2022/lib/components/po-stepper/po-stepper-circle/po-stepper-circle.component.mjs +2 -2
- package/esm2022/lib/components/po-stepper/po-stepper-item.interface.mjs +1 -1
- package/esm2022/lib/components/po-stepper/po-stepper-label/po-stepper-label.component.mjs +2 -2
- package/esm2022/lib/components/po-stepper/po-stepper-step/po-stepper-step.component.mjs +2 -2
- package/esm2022/lib/components/po-stepper/po-stepper.component.mjs +2 -2
- package/esm2022/lib/components/po-stepper/po-stepper.module.mjs +1 -1
- package/esm2022/lib/components/po-table/enums/po-table-column-sort-type.enum.mjs +1 -1
- package/esm2022/lib/components/po-table/enums/po-table-row-template-arrow-direction.enum.mjs +1 -1
- package/esm2022/lib/components/po-table/enums/po-table-spacing.enum.mjs +1 -1
- package/esm2022/lib/components/po-table/index.mjs +1 -1
- package/esm2022/lib/components/po-table/interfaces/po-table-action.interface.mjs +1 -1
- package/esm2022/lib/components/po-table/interfaces/po-table-boolean.interface.mjs +1 -1
- package/esm2022/lib/components/po-table/interfaces/po-table-column-sort.interface.mjs +1 -1
- package/esm2022/lib/components/po-table/interfaces/po-table-column.interface.mjs +1 -1
- package/esm2022/lib/components/po-table/interfaces/po-table-filter.interface.mjs +1 -1
- package/esm2022/lib/components/po-table/interfaces/po-table-filtered-items-params.interface.mjs +1 -1
- package/esm2022/lib/components/po-table/interfaces/po-table-literals.interface.mjs +1 -1
- package/esm2022/lib/components/po-table/interfaces/po-table-response-api.interface.mjs +1 -1
- package/esm2022/lib/components/po-table/po-table-base.component.mjs +5 -5
- package/esm2022/lib/components/po-table/po-table-cell-template/po-table-cell-template.directive.mjs +1 -1
- package/esm2022/lib/components/po-table/po-table-column-frozen/po-table-column-frozen.directive.mjs +1 -1
- package/esm2022/lib/components/po-table/po-table-column-icon/po-table-column-icon.component.mjs +2 -2
- package/esm2022/lib/components/po-table/po-table-column-icon/po-table-column-icon.interface.mjs +1 -1
- package/esm2022/lib/components/po-table/po-table-column-label/po-table-column-label.component.mjs +2 -2
- package/esm2022/lib/components/po-table/po-table-column-label/po-table-column-label.interface.mjs +1 -1
- package/esm2022/lib/components/po-table/po-table-column-link/po-table-column-link.component.mjs +2 -2
- package/esm2022/lib/components/po-table/po-table-column-manager/po-table-column-manager.component.mjs +2 -2
- package/esm2022/lib/components/po-table/po-table-column-template/po-table-column-template.directive.mjs +1 -1
- package/esm2022/lib/components/po-table/po-table-detail/po-table-detail-column.interface.mjs +1 -1
- package/esm2022/lib/components/po-table/po-table-detail/po-table-detail.component.mjs +2 -2
- package/esm2022/lib/components/po-table/po-table-detail/po-table-detail.interface.mjs +1 -1
- package/esm2022/lib/components/po-table/po-table-icon/po-table-icon.component.mjs +2 -2
- package/esm2022/lib/components/po-table/po-table-list-manager/po-table-list-manager.component.mjs +2 -2
- package/esm2022/lib/components/po-table/po-table-row-template/po-table-row-template.directive.mjs +1 -1
- package/esm2022/lib/components/po-table/po-table-show-subtitle/po-table-show-subtitle.component.mjs +2 -2
- package/esm2022/lib/components/po-table/po-table-subtitle-circle/po-table-subtitle-circle.component.mjs +2 -2
- package/esm2022/lib/components/po-table/po-table-subtitle-footer/po-table-subtitle-column.interface.mjs +1 -1
- package/esm2022/lib/components/po-table/po-table-subtitle-footer/po-table-subtitle-footer.component.mjs +2 -2
- package/esm2022/lib/components/po-table/po-table.component.mjs +2 -2
- package/esm2022/lib/components/po-table/po-table.module.mjs +1 -1
- package/esm2022/lib/components/po-table/services/po-table.service.mjs +1 -1
- package/esm2022/lib/components/po-tabs/index.mjs +1 -1
- package/esm2022/lib/components/po-tabs/po-tab/po-tab-base.component.mjs +1 -1
- package/esm2022/lib/components/po-tabs/po-tab/po-tab.component.mjs +2 -2
- package/esm2022/lib/components/po-tabs/po-tab/po-tab.interface.mjs +1 -1
- package/esm2022/lib/components/po-tabs/po-tab-button/po-tab-button.component.mjs +2 -2
- package/esm2022/lib/components/po-tabs/po-tab-dropdown/po-tab-dropdown.component.mjs +2 -2
- package/esm2022/lib/components/po-tabs/po-tabs-base.component.mjs +1 -1
- package/esm2022/lib/components/po-tabs/po-tabs.component.mjs +2 -2
- package/esm2022/lib/components/po-tabs/po-tabs.module.mjs +1 -1
- package/esm2022/lib/components/po-tag/enums/po-tag-icon.enum.mjs +1 -1
- package/esm2022/lib/components/po-tag/enums/po-tag-orientation.enum.mjs +1 -1
- package/esm2022/lib/components/po-tag/enums/po-tag-type.enum.mjs +1 -1
- package/esm2022/lib/components/po-tag/index.mjs +1 -1
- package/esm2022/lib/components/po-tag/interfaces/po-tag-item.interface.mjs +1 -1
- package/esm2022/lib/components/po-tag/po-tag-base.component.mjs +1 -1
- package/esm2022/lib/components/po-tag/po-tag.component.mjs +2 -2
- package/esm2022/lib/components/po-tag/po-tag.literals.mjs +1 -1
- package/esm2022/lib/components/po-tag/po-tag.module.mjs +1 -1
- package/esm2022/lib/components/po-toolbar/index.mjs +1 -1
- package/esm2022/lib/components/po-toolbar/po-toolbar-action.interface.mjs +1 -1
- package/esm2022/lib/components/po-toolbar/po-toolbar-actions/po-toolbar-actions.component.mjs +2 -2
- package/esm2022/lib/components/po-toolbar/po-toolbar-base.component.mjs +1 -1
- package/esm2022/lib/components/po-toolbar/po-toolbar-notification/po-toolbar-notification.component.mjs +2 -2
- package/esm2022/lib/components/po-toolbar/po-toolbar-profile/po-toolbar-profile.component.mjs +2 -2
- package/esm2022/lib/components/po-toolbar/po-toolbar-profile/po-toolbar-profile.interface.mjs +1 -1
- package/esm2022/lib/components/po-toolbar/po-toolbar.component.mjs +2 -2
- package/esm2022/lib/components/po-toolbar/po-toolbar.module.mjs +1 -1
- package/esm2022/lib/components/po-tree-view/index.mjs +1 -1
- package/esm2022/lib/components/po-tree-view/po-tree-view-base.component.mjs +27 -5
- package/esm2022/lib/components/po-tree-view/po-tree-view-item/po-tree-view-item.component.mjs +2 -2
- package/esm2022/lib/components/po-tree-view/po-tree-view-item/po-tree-view-item.interface.mjs +1 -1
- package/esm2022/lib/components/po-tree-view/po-tree-view-item-header/po-tree-view-item-header.component.mjs +2 -2
- package/esm2022/lib/components/po-tree-view/po-tree-view.component.mjs +8 -3
- package/esm2022/lib/components/po-tree-view/po-tree-view.module.mjs +1 -1
- package/esm2022/lib/components/po-tree-view/services/po-tree-view.service.mjs +1 -1
- package/esm2022/lib/components/po-widget/index.mjs +1 -1
- package/esm2022/lib/components/po-widget/po-widget-base.component.mjs +1 -1
- package/esm2022/lib/components/po-widget/po-widget.component.mjs +2 -2
- package/esm2022/lib/components/po-widget/po-widget.module.mjs +1 -1
- package/esm2022/lib/decorators/index.mjs +1 -1
- package/esm2022/lib/decorators/input-boolean/input-boolean.decorator.mjs +1 -1
- package/esm2022/lib/decorators/input-required/input-required.decorator.mjs +1 -1
- package/esm2022/lib/decorators/property-decorator.interface.mjs +1 -1
- package/esm2022/lib/decorators/utils-decorators.mjs +1 -1
- package/esm2022/lib/directives/directives.module.mjs +1 -1
- package/esm2022/lib/directives/index.mjs +1 -1
- package/esm2022/lib/directives/po-tooltip/index.mjs +1 -1
- package/esm2022/lib/directives/po-tooltip/po-tooltip-base.directive.mjs +1 -1
- package/esm2022/lib/directives/po-tooltip/po-tooltip-control-position.service.mjs +1 -1
- package/esm2022/lib/directives/po-tooltip/po-tooltip.directive.mjs +1 -1
- package/esm2022/lib/directives/po-tooltip/po-tooltip.module.mjs +1 -1
- package/esm2022/lib/enums/po-color-palette.enum.mjs +1 -1
- package/esm2022/lib/enums/po-key-code.enum.mjs +1 -1
- package/esm2022/lib/guards/guards.module.mjs +1 -1
- package/esm2022/lib/guards/index.mjs +1 -1
- package/esm2022/lib/index.mjs +1 -1
- package/esm2022/lib/interceptors/index.mjs +1 -1
- package/esm2022/lib/interceptors/interceptors.module.mjs +1 -1
- package/esm2022/lib/interceptors/po-http-interceptor/index.mjs +1 -1
- package/esm2022/lib/interceptors/po-http-interceptor/po-http-interceptor-base.service.mjs +1 -1
- package/esm2022/lib/interceptors/po-http-interceptor/po-http-interceptor-detail/po-http-interceptor-detail-literals.interface.mjs +1 -1
- package/esm2022/lib/interceptors/po-http-interceptor/po-http-interceptor-detail/po-http-interceptor-detail.component.mjs +2 -2
- package/esm2022/lib/interceptors/po-http-interceptor/po-http-interceptor-detail/po-http-interceptor-detail.interface.mjs +1 -1
- package/esm2022/lib/interceptors/po-http-interceptor/po-http-interceptor-literals.mjs +1 -1
- package/esm2022/lib/interceptors/po-http-interceptor/po-http-interceptor.module.mjs +1 -1
- package/esm2022/lib/interceptors/po-http-interceptor/po-http-interceptor.service.mjs +1 -1
- package/esm2022/lib/interceptors/po-http-request/index.mjs +1 -1
- package/esm2022/lib/interceptors/po-http-request/po-http-request-control-service.mjs +1 -1
- package/esm2022/lib/interceptors/po-http-request/po-http-request-interceptor.service.mjs +1 -1
- package/esm2022/lib/interceptors/po-http-request/po-http-request.module.mjs +1 -1
- package/esm2022/lib/interfaces/index.mjs +1 -1
- package/esm2022/lib/interfaces/po-http/po-response-api.interface.mjs +1 -1
- package/esm2022/lib/pipes/index.mjs +1 -1
- package/esm2022/lib/pipes/pipes.module.mjs +1 -1
- package/esm2022/lib/pipes/po-time/index.mjs +1 -1
- package/esm2022/lib/pipes/po-time/po-time.module.mjs +1 -1
- package/esm2022/lib/pipes/po-time/po-time.pipe.mjs +1 -1
- package/esm2022/lib/po.module.mjs +1 -1
- package/esm2022/lib/services/index.mjs +1 -1
- package/esm2022/lib/services/po-active-overlay/index.mjs +1 -1
- package/esm2022/lib/services/po-active-overlay/po-active-overlay.module.mjs +1 -1
- package/esm2022/lib/services/po-active-overlay/po-active-overlay.service.mjs +1 -1
- package/esm2022/lib/services/po-color/po-color.service.mjs +1 -1
- package/esm2022/lib/services/po-color/po-colors.constant.mjs +1 -1
- package/esm2022/lib/services/po-color-palette/index.mjs +1 -1
- package/esm2022/lib/services/po-color-palette/po-color-palette.module.mjs +1 -1
- package/esm2022/lib/services/po-color-palette/po-color-palette.service.mjs +1 -1
- package/esm2022/lib/services/po-component-injector/index.mjs +1 -1
- package/esm2022/lib/services/po-component-injector/po-component-injector.module.mjs +1 -1
- package/esm2022/lib/services/po-component-injector/po-component-injector.service.mjs +1 -1
- package/esm2022/lib/services/po-control-position/index.mjs +1 -1
- package/esm2022/lib/services/po-control-position/po-control-position.constants.mjs +1 -1
- package/esm2022/lib/services/po-control-position/po-control-position.module.mjs +1 -1
- package/esm2022/lib/services/po-control-position/po-control-position.service.mjs +1 -1
- package/esm2022/lib/services/po-date/index.mjs +1 -1
- package/esm2022/lib/services/po-date/po-date.module.mjs +1 -1
- package/esm2022/lib/services/po-date/po-date.service.mjs +1 -1
- package/esm2022/lib/services/po-dialog/index.mjs +1 -1
- package/esm2022/lib/services/po-dialog/interfaces/po-dialog-alert-literals.interface.mjs +1 -1
- package/esm2022/lib/services/po-dialog/interfaces/po-dialog-confirm-literals.interface.mjs +1 -1
- package/esm2022/lib/services/po-dialog/interfaces/po-dialog.interface.mjs +1 -1
- package/esm2022/lib/services/po-dialog/po-dialog-base.service.mjs +1 -1
- package/esm2022/lib/services/po-dialog/po-dialog.component.mjs +2 -2
- package/esm2022/lib/services/po-dialog/po-dialog.enum.mjs +1 -1
- package/esm2022/lib/services/po-dialog/po-dialog.module.mjs +1 -1
- package/esm2022/lib/services/po-dialog/po-dialog.service.mjs +1 -1
- package/esm2022/lib/services/po-i18n/index.mjs +1 -1
- package/esm2022/lib/services/po-i18n/interfaces/po-i18n-config-default.interface.mjs +1 -1
- package/esm2022/lib/services/po-i18n/interfaces/po-i18n-config.interface.mjs +1 -1
- package/esm2022/lib/services/po-i18n/interfaces/po-i18n-literals.interface.mjs +1 -1
- package/esm2022/lib/services/po-i18n/po-i18n-base.pipe.mjs +1 -1
- package/esm2022/lib/services/po-i18n/po-i18n-base.service.mjs +1 -1
- package/esm2022/lib/services/po-i18n/po-i18n-config-injection-token.mjs +1 -1
- package/esm2022/lib/services/po-i18n/po-i18n.module.mjs +1 -1
- package/esm2022/lib/services/po-i18n/po-i18n.pipe.mjs +1 -1
- package/esm2022/lib/services/po-i18n/po-i18n.service.mjs +1 -1
- package/esm2022/lib/services/po-language/index.mjs +1 -1
- package/esm2022/lib/services/po-language/po-language.constant.mjs +1 -1
- package/esm2022/lib/services/po-language/po-language.interface.mjs +1 -1
- package/esm2022/lib/services/po-language/po-language.module.mjs +1 -1
- package/esm2022/lib/services/po-language/po-language.service.mjs +1 -1
- package/esm2022/lib/services/po-notification/index.mjs +1 -1
- package/esm2022/lib/services/po-notification/po-notification-base.service.mjs +1 -1
- package/esm2022/lib/services/po-notification/po-notification.interface.mjs +1 -1
- package/esm2022/lib/services/po-notification/po-notification.module.mjs +1 -1
- package/esm2022/lib/services/po-notification/po-notification.service.mjs +1 -1
- package/esm2022/lib/services/po-notification/po-toaster/po-toaster-base.component.mjs +1 -1
- package/esm2022/lib/services/po-notification/po-toaster/po-toaster-orientation.enum.mjs +1 -1
- package/esm2022/lib/services/po-notification/po-toaster/po-toaster-type.enum.mjs +1 -1
- package/esm2022/lib/services/po-notification/po-toaster/po-toaster.component.mjs +2 -2
- package/esm2022/lib/services/po-notification/po-toaster/po-toaster.interface.mjs +1 -1
- package/esm2022/lib/services/po-notification/po-toaster/po-toaster.literals.mjs +1 -1
- package/esm2022/lib/services/services.module.mjs +1 -1
- package/esm2022/lib/utils/util.mjs +1 -1
- package/esm2022/public-api.mjs +1 -1
- package/fesm2022/po-ui-ng-components.mjs +263 -223
- package/fesm2022/po-ui-ng-components.mjs.map +1 -1
- package/lib/components/po-field/po-checkbox-group/po-checkbox-group.component.d.ts +4 -3
- package/lib/components/po-field/po-field.module.d.ts +25 -24
- package/lib/components/po-field/po-lookup/po-lookup-base.component.d.ts +30 -5
- package/lib/components/po-tree-view/po-tree-view-base.component.d.ts +16 -1
- package/lib/components/po-tree-view/po-tree-view.component.d.ts +3 -2
- package/package.json +4 -4
- package/po-ui-ng-components-16.2.0.tgz +0 -0
- package/schematics/README.md +74 -74
- package/schematics/collection.json +40 -40
- package/schematics/migrations.json +45 -45
- package/schematics/ng-add/index.js +1 -1
- package/schematics/ng-add/schema.json +23 -23
- package/schematics/ng-generate/po-page-default/files/__path__/__name@dasherize__/__name@dasherize__-routing.module.ts.template +14 -14
- package/schematics/ng-generate/po-page-default/files/__path__/__name@dasherize__/__name@dasherize__.component.html.template +3 -3
- package/schematics/ng-generate/po-page-default/files/__path__/__name@dasherize__/__name@dasherize__.component.spec.ts.template +32 -32
- package/schematics/ng-generate/po-page-default/files/__path__/__name@dasherize__/__name@dasherize__.component.ts.template +18 -18
- package/schematics/ng-generate/po-page-default/files/__path__/__name@dasherize__/__name@dasherize__.module.ts.template +19 -19
- package/schematics/ng-generate/po-page-default/schema.json +67 -67
- package/schematics/ng-generate/po-page-detail/files/__path__/__name@dasherize__/__name@dasherize__-routing.module.ts.template +14 -14
- package/schematics/ng-generate/po-page-detail/files/__path__/__name@dasherize__/__name@dasherize__.component.html.template +8 -8
- package/schematics/ng-generate/po-page-detail/files/__path__/__name@dasherize__/__name@dasherize__.component.spec.ts.template +32 -32
- package/schematics/ng-generate/po-page-detail/files/__path__/__name@dasherize__/__name@dasherize__.component.ts.template +26 -26
- package/schematics/ng-generate/po-page-detail/files/__path__/__name@dasherize__/__name@dasherize__.module.ts.template +19 -19
- package/schematics/ng-generate/po-page-detail/schema.json +67 -67
- package/schematics/ng-generate/po-page-edit/files/__path__/__name@dasherize__/__name@dasherize__-routing.module.ts.template +14 -14
- package/schematics/ng-generate/po-page-edit/files/__path__/__name@dasherize__/__name@dasherize__.component.html.template +8 -8
- package/schematics/ng-generate/po-page-edit/files/__path__/__name@dasherize__/__name@dasherize__.component.spec.ts.template +32 -32
- package/schematics/ng-generate/po-page-edit/files/__path__/__name@dasherize__/__name@dasherize__.component.ts.template +26 -26
- package/schematics/ng-generate/po-page-edit/files/__path__/__name@dasherize__/__name@dasherize__.module.ts.template +19 -19
- package/schematics/ng-generate/po-page-edit/schema.json +67 -67
- package/schematics/ng-generate/po-page-list/files/__path__/__name@dasherize__/__name@dasherize__-routing.module.ts.template +14 -14
- package/schematics/ng-generate/po-page-list/files/__path__/__name@dasherize__/__name@dasherize__.component.html.template +28 -28
- package/schematics/ng-generate/po-page-list/files/__path__/__name@dasherize__/__name@dasherize__.component.spec.ts.template +35 -35
- package/schematics/ng-generate/po-page-list/files/__path__/__name@dasherize__/__name@dasherize__.component.ts.template +33 -33
- package/schematics/ng-generate/po-page-list/files/__path__/__name@dasherize__/__name@dasherize__.module.ts.template +19 -19
- package/schematics/ng-generate/po-page-list/schema.json +78 -78
- package/schematics/ng-generate/sidemenu/files/app.component.html.template +9 -9
- package/schematics/ng-generate/sidemenu/files/app.component.spec.ts.template +30 -30
- package/schematics/ng-generate/sidemenu/files/app.component.ts.template +20 -20
- package/schematics/ng-generate/sidemenu/schema.json +32 -32
- package/schematics/ng-update/v14/index.js +1 -1
- package/schematics/ng-update/v15/index.js +1 -1
- package/schematics/ng-update/v16/index.js +1 -1
- package/schematics/ng-update/v2/index.js +1 -1
- package/schematics/ng-update/v3/index.js +1 -1
- package/schematics/ng-update/v4/index.js +1 -1
- package/schematics/ng-update/v5/index.js +1 -1
- package/schematics/ng-update/v6/index.js +1 -1
- package/po-ui-ng-components-16.0.0.tgz +0 -0
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { Routes, RouterModule } from '@angular/router';
|
|
3
|
-
|
|
4
|
-
import { <%= classify(name) %>Component } from './<%= dasherize(name) %>.component';
|
|
5
|
-
|
|
6
|
-
const routes: Routes = [
|
|
7
|
-
{ path: '', component: <%= classify(name) %>Component }
|
|
8
|
-
];
|
|
9
|
-
|
|
10
|
-
@NgModule({
|
|
11
|
-
imports: [RouterModule.forChild(routes)],
|
|
12
|
-
exports: [RouterModule]
|
|
13
|
-
})
|
|
14
|
-
export class <%= classify(name) %>RoutingModule { }
|
|
1
|
+
import { NgModule } from '@angular/core';
|
|
2
|
+
import { Routes, RouterModule } from '@angular/router';
|
|
3
|
+
|
|
4
|
+
import { <%= classify(name) %>Component } from './<%= dasherize(name) %>.component';
|
|
5
|
+
|
|
6
|
+
const routes: Routes = [
|
|
7
|
+
{ path: '', component: <%= classify(name) %>Component }
|
|
8
|
+
];
|
|
9
|
+
|
|
10
|
+
@NgModule({
|
|
11
|
+
imports: [RouterModule.forChild(routes)],
|
|
12
|
+
exports: [RouterModule]
|
|
13
|
+
})
|
|
14
|
+
export class <%= classify(name) %>RoutingModule { }
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
<po-page-edit
|
|
2
|
-
p-title="<%= classify(name) %>"
|
|
3
|
-
(p-cancel)="cancel()"
|
|
4
|
-
(p-save)="save()"
|
|
5
|
-
(p-save-new)="saveNew()">
|
|
6
|
-
|
|
7
|
-
<!-- BUILD YOUR FORM HERE -->
|
|
8
|
-
</po-page-edit>
|
|
1
|
+
<po-page-edit
|
|
2
|
+
p-title="<%= classify(name) %>"
|
|
3
|
+
(p-cancel)="cancel()"
|
|
4
|
+
(p-save)="save()"
|
|
5
|
+
(p-save-new)="saveNew()">
|
|
6
|
+
|
|
7
|
+
<!-- BUILD YOUR FORM HERE -->
|
|
8
|
+
</po-page-edit>
|
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
|
|
2
|
-
import { RouterTestingModule } from '@angular/router/testing';
|
|
3
|
-
|
|
4
|
-
import { PoPageModule } from '@po-ui/ng-components';
|
|
5
|
-
|
|
6
|
-
import { <%= classify(name) %>Component } from './<%= dasherize(name) %>.component';
|
|
7
|
-
|
|
8
|
-
describe('<%= classify(name) %>Component', () => {
|
|
9
|
-
let component: <%= classify(name) %>Component;
|
|
10
|
-
let fixture: ComponentFixture<<%= classify(name) %>Component>;
|
|
11
|
-
|
|
12
|
-
beforeEach(async(() => {
|
|
13
|
-
TestBed.configureTestingModule({
|
|
14
|
-
imports: [
|
|
15
|
-
RouterTestingModule,
|
|
16
|
-
PoPageModule
|
|
17
|
-
],
|
|
18
|
-
declarations: [ <%= classify(name) %>Component ]
|
|
19
|
-
})
|
|
20
|
-
.compileComponents();
|
|
21
|
-
}));
|
|
22
|
-
|
|
23
|
-
beforeEach(() => {
|
|
24
|
-
fixture = TestBed.createComponent(<%= classify(name) %>Component);
|
|
25
|
-
component = fixture.componentInstance;
|
|
26
|
-
fixture.detectChanges();
|
|
27
|
-
});
|
|
28
|
-
|
|
29
|
-
it('should create', () => {
|
|
30
|
-
expect(component).toBeTruthy();
|
|
31
|
-
});
|
|
32
|
-
});
|
|
1
|
+
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
|
|
2
|
+
import { RouterTestingModule } from '@angular/router/testing';
|
|
3
|
+
|
|
4
|
+
import { PoPageModule } from '@po-ui/ng-components';
|
|
5
|
+
|
|
6
|
+
import { <%= classify(name) %>Component } from './<%= dasherize(name) %>.component';
|
|
7
|
+
|
|
8
|
+
describe('<%= classify(name) %>Component', () => {
|
|
9
|
+
let component: <%= classify(name) %>Component;
|
|
10
|
+
let fixture: ComponentFixture<<%= classify(name) %>Component>;
|
|
11
|
+
|
|
12
|
+
beforeEach(async(() => {
|
|
13
|
+
TestBed.configureTestingModule({
|
|
14
|
+
imports: [
|
|
15
|
+
RouterTestingModule,
|
|
16
|
+
PoPageModule
|
|
17
|
+
],
|
|
18
|
+
declarations: [ <%= classify(name) %>Component ]
|
|
19
|
+
})
|
|
20
|
+
.compileComponents();
|
|
21
|
+
}));
|
|
22
|
+
|
|
23
|
+
beforeEach(() => {
|
|
24
|
+
fixture = TestBed.createComponent(<%= classify(name) %>Component);
|
|
25
|
+
component = fixture.componentInstance;
|
|
26
|
+
fixture.detectChanges();
|
|
27
|
+
});
|
|
28
|
+
|
|
29
|
+
it('should create', () => {
|
|
30
|
+
expect(component).toBeTruthy();
|
|
31
|
+
});
|
|
32
|
+
});
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
import { Component, OnInit } from '@angular/core';
|
|
2
|
-
|
|
3
|
-
@Component({
|
|
4
|
-
selector: '<%= selector %>',
|
|
5
|
-
templateUrl: './<%= dasherize(name) %>.component.html',
|
|
6
|
-
styleUrls: ['./<%= dasherize(name) %>.component.<%= style %>']
|
|
7
|
-
})
|
|
8
|
-
export class <%= classify(name) %>Component implements OnInit {
|
|
9
|
-
|
|
10
|
-
constructor() { }
|
|
11
|
-
|
|
12
|
-
ngOnInit() { }
|
|
13
|
-
|
|
14
|
-
cancel() {
|
|
15
|
-
// cancel action here
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
save() {
|
|
19
|
-
// save action here
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
saveNew() {
|
|
23
|
-
// saveNew action here
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
}
|
|
1
|
+
import { Component, OnInit } from '@angular/core';
|
|
2
|
+
|
|
3
|
+
@Component({
|
|
4
|
+
selector: '<%= selector %>',
|
|
5
|
+
templateUrl: './<%= dasherize(name) %>.component.html',
|
|
6
|
+
styleUrls: ['./<%= dasherize(name) %>.component.<%= style %>']
|
|
7
|
+
})
|
|
8
|
+
export class <%= classify(name) %>Component implements OnInit {
|
|
9
|
+
|
|
10
|
+
constructor() { }
|
|
11
|
+
|
|
12
|
+
ngOnInit() { }
|
|
13
|
+
|
|
14
|
+
cancel() {
|
|
15
|
+
// cancel action here
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
save() {
|
|
19
|
+
// save action here
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
saveNew() {
|
|
23
|
+
// saveNew action here
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { CommonModule } from '@angular/common';
|
|
2
|
-
import { NgModule } from '@angular/core';
|
|
3
|
-
|
|
4
|
-
import { PoModule } from '@po-ui/ng-components';
|
|
5
|
-
|
|
6
|
-
import { <%= classify(name) %>Component } from './<%= dasherize(name) %>.component';<% if (routing) { %>
|
|
7
|
-
import { <%= classify(name) %>RoutingModule } from './<%= dasherize(name) %>-routing.module';<% } %>
|
|
8
|
-
|
|
9
|
-
@NgModule({
|
|
10
|
-
declarations: [
|
|
11
|
-
<%= classify(name) %>Component
|
|
12
|
-
],
|
|
13
|
-
imports: [
|
|
14
|
-
CommonModule,
|
|
15
|
-
PoModule,<% if (routing) { %>
|
|
16
|
-
<%= classify(name) %>RoutingModule<% } %>
|
|
17
|
-
]
|
|
18
|
-
})
|
|
19
|
-
export class <%= classify(name) %>Module { }
|
|
1
|
+
import { CommonModule } from '@angular/common';
|
|
2
|
+
import { NgModule } from '@angular/core';
|
|
3
|
+
|
|
4
|
+
import { PoModule } from '@po-ui/ng-components';
|
|
5
|
+
|
|
6
|
+
import { <%= classify(name) %>Component } from './<%= dasherize(name) %>.component';<% if (routing) { %>
|
|
7
|
+
import { <%= classify(name) %>RoutingModule } from './<%= dasherize(name) %>-routing.module';<% } %>
|
|
8
|
+
|
|
9
|
+
@NgModule({
|
|
10
|
+
declarations: [
|
|
11
|
+
<%= classify(name) %>Component
|
|
12
|
+
],
|
|
13
|
+
imports: [
|
|
14
|
+
CommonModule,
|
|
15
|
+
PoModule,<% if (routing) { %>
|
|
16
|
+
<%= classify(name) %>RoutingModule<% } %>
|
|
17
|
+
]
|
|
18
|
+
})
|
|
19
|
+
export class <%= classify(name) %>Module { }
|
|
@@ -1,67 +1,67 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "http://json-schema.org/schema",
|
|
3
|
-
"$id": "SchematicsPOPageEdit",
|
|
4
|
-
"title": "Page Edit Options Schema",
|
|
5
|
-
"type": "object",
|
|
6
|
-
"properties": {
|
|
7
|
-
"style": {
|
|
8
|
-
"description": "The file extension or preprocessor to use for style files.",
|
|
9
|
-
"type": "string",
|
|
10
|
-
"default": "css"
|
|
11
|
-
},
|
|
12
|
-
"project": {
|
|
13
|
-
"type": "string",
|
|
14
|
-
"description": "The name of the project.",
|
|
15
|
-
"$default": {
|
|
16
|
-
"$source": "projectName"
|
|
17
|
-
}
|
|
18
|
-
},
|
|
19
|
-
"routing": {
|
|
20
|
-
"type": "boolean",
|
|
21
|
-
"description": "When true, creates a routing module.",
|
|
22
|
-
"default": false
|
|
23
|
-
},
|
|
24
|
-
"createModule": {
|
|
25
|
-
"type": "boolean",
|
|
26
|
-
"description": "When true, create a component module.",
|
|
27
|
-
"default": false
|
|
28
|
-
},
|
|
29
|
-
"name": {
|
|
30
|
-
"type": "string",
|
|
31
|
-
"description": "The name to use for the component",
|
|
32
|
-
"$default": {
|
|
33
|
-
"$source": "argv",
|
|
34
|
-
"index": 0
|
|
35
|
-
},
|
|
36
|
-
"x-prompt": "What name would you like to use for the component?"
|
|
37
|
-
},
|
|
38
|
-
"skipTests": {
|
|
39
|
-
"description": "When true, does not create \"spec.ts\" test files for the app.",
|
|
40
|
-
"type": "boolean",
|
|
41
|
-
"default": false,
|
|
42
|
-
"alias": "S",
|
|
43
|
-
"x-user-analytics": 12
|
|
44
|
-
},
|
|
45
|
-
"path": {
|
|
46
|
-
"type": "string",
|
|
47
|
-
"format": "path",
|
|
48
|
-
"description": "The path at which to create the component file, relative to the current workspace. Default is a folder with the same name as the component in the project root.",
|
|
49
|
-
"visible": false
|
|
50
|
-
},
|
|
51
|
-
"prefix": {
|
|
52
|
-
"type": "string",
|
|
53
|
-
"description": "The prefix to apply to the generated component selector.",
|
|
54
|
-
"alias": "p",
|
|
55
|
-
"oneOf": [
|
|
56
|
-
{
|
|
57
|
-
"maxLength": 0
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
"minLength": 1,
|
|
61
|
-
"format": "html-selector"
|
|
62
|
-
}
|
|
63
|
-
]
|
|
64
|
-
}
|
|
65
|
-
},
|
|
66
|
-
"required": ["name"]
|
|
67
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/schema",
|
|
3
|
+
"$id": "SchematicsPOPageEdit",
|
|
4
|
+
"title": "Page Edit Options Schema",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"style": {
|
|
8
|
+
"description": "The file extension or preprocessor to use for style files.",
|
|
9
|
+
"type": "string",
|
|
10
|
+
"default": "css"
|
|
11
|
+
},
|
|
12
|
+
"project": {
|
|
13
|
+
"type": "string",
|
|
14
|
+
"description": "The name of the project.",
|
|
15
|
+
"$default": {
|
|
16
|
+
"$source": "projectName"
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"routing": {
|
|
20
|
+
"type": "boolean",
|
|
21
|
+
"description": "When true, creates a routing module.",
|
|
22
|
+
"default": false
|
|
23
|
+
},
|
|
24
|
+
"createModule": {
|
|
25
|
+
"type": "boolean",
|
|
26
|
+
"description": "When true, create a component module.",
|
|
27
|
+
"default": false
|
|
28
|
+
},
|
|
29
|
+
"name": {
|
|
30
|
+
"type": "string",
|
|
31
|
+
"description": "The name to use for the component",
|
|
32
|
+
"$default": {
|
|
33
|
+
"$source": "argv",
|
|
34
|
+
"index": 0
|
|
35
|
+
},
|
|
36
|
+
"x-prompt": "What name would you like to use for the component?"
|
|
37
|
+
},
|
|
38
|
+
"skipTests": {
|
|
39
|
+
"description": "When true, does not create \"spec.ts\" test files for the app.",
|
|
40
|
+
"type": "boolean",
|
|
41
|
+
"default": false,
|
|
42
|
+
"alias": "S",
|
|
43
|
+
"x-user-analytics": 12
|
|
44
|
+
},
|
|
45
|
+
"path": {
|
|
46
|
+
"type": "string",
|
|
47
|
+
"format": "path",
|
|
48
|
+
"description": "The path at which to create the component file, relative to the current workspace. Default is a folder with the same name as the component in the project root.",
|
|
49
|
+
"visible": false
|
|
50
|
+
},
|
|
51
|
+
"prefix": {
|
|
52
|
+
"type": "string",
|
|
53
|
+
"description": "The prefix to apply to the generated component selector.",
|
|
54
|
+
"alias": "p",
|
|
55
|
+
"oneOf": [
|
|
56
|
+
{
|
|
57
|
+
"maxLength": 0
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"minLength": 1,
|
|
61
|
+
"format": "html-selector"
|
|
62
|
+
}
|
|
63
|
+
]
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
"required": ["name"]
|
|
67
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { Routes, RouterModule } from '@angular/router';
|
|
3
|
-
|
|
4
|
-
import { <%= classify(name) %>Component } from './<%= dasherize(name) %>.component';
|
|
5
|
-
|
|
6
|
-
const routes: Routes = [
|
|
7
|
-
{ path: '', component: <%= classify(name) %>Component }
|
|
8
|
-
];
|
|
9
|
-
|
|
10
|
-
@NgModule({
|
|
11
|
-
imports: [RouterModule.forChild(routes)],
|
|
12
|
-
exports: [RouterModule]
|
|
13
|
-
})
|
|
14
|
-
export class <%= classify(name) %>RoutingModule { }
|
|
1
|
+
import { NgModule } from '@angular/core';
|
|
2
|
+
import { Routes, RouterModule } from '@angular/router';
|
|
3
|
+
|
|
4
|
+
import { <%= classify(name) %>Component } from './<%= dasherize(name) %>.component';
|
|
5
|
+
|
|
6
|
+
const routes: Routes = [
|
|
7
|
+
{ path: '', component: <%= classify(name) %>Component }
|
|
8
|
+
];
|
|
9
|
+
|
|
10
|
+
@NgModule({
|
|
11
|
+
imports: [RouterModule.forChild(routes)],
|
|
12
|
+
exports: [RouterModule]
|
|
13
|
+
})
|
|
14
|
+
export class <%= classify(name) %>RoutingModule { }
|
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
<po-page-list p-title="<%= classify(name) %>" [p-actions]="actions">
|
|
2
|
-
<% if(dataView === 'table') { %>
|
|
3
|
-
<po-table
|
|
4
|
-
[p-columns]="columns"
|
|
5
|
-
[p-container]="true"
|
|
6
|
-
[p-items]="items"
|
|
7
|
-
[p-height]="400"
|
|
8
|
-
[p-sort]="true"
|
|
9
|
-
[p-striped]="true">
|
|
10
|
-
</po-table>
|
|
11
|
-
<% } else { %>
|
|
12
|
-
<po-list-view
|
|
13
|
-
p-property-title="name"
|
|
14
|
-
[p-items]="items">
|
|
15
|
-
|
|
16
|
-
<ng-template p-list-view-content-template let-item>
|
|
17
|
-
<div class="po-row">
|
|
18
|
-
<po-info class="po-md-6" p-label="Age" [p-value]="item.age">
|
|
19
|
-
</po-info>
|
|
20
|
-
|
|
21
|
-
<po-info class="po-md-6" p-label="Email" [p-value]="item.email">
|
|
22
|
-
</po-info>
|
|
23
|
-
</div>
|
|
24
|
-
</ng-template>
|
|
25
|
-
|
|
26
|
-
</po-list-view>
|
|
27
|
-
<% }%>
|
|
28
|
-
</po-page-list>
|
|
1
|
+
<po-page-list p-title="<%= classify(name) %>" [p-actions]="actions">
|
|
2
|
+
<% if(dataView === 'table') { %>
|
|
3
|
+
<po-table
|
|
4
|
+
[p-columns]="columns"
|
|
5
|
+
[p-container]="true"
|
|
6
|
+
[p-items]="items"
|
|
7
|
+
[p-height]="400"
|
|
8
|
+
[p-sort]="true"
|
|
9
|
+
[p-striped]="true">
|
|
10
|
+
</po-table>
|
|
11
|
+
<% } else { %>
|
|
12
|
+
<po-list-view
|
|
13
|
+
p-property-title="name"
|
|
14
|
+
[p-items]="items">
|
|
15
|
+
|
|
16
|
+
<ng-template p-list-view-content-template let-item>
|
|
17
|
+
<div class="po-row">
|
|
18
|
+
<po-info class="po-md-6" p-label="Age" [p-value]="item.age">
|
|
19
|
+
</po-info>
|
|
20
|
+
|
|
21
|
+
<po-info class="po-md-6" p-label="Email" [p-value]="item.email">
|
|
22
|
+
</po-info>
|
|
23
|
+
</div>
|
|
24
|
+
</ng-template>
|
|
25
|
+
|
|
26
|
+
</po-list-view>
|
|
27
|
+
<% }%>
|
|
28
|
+
</po-page-list>
|
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
|
|
2
|
-
import { RouterTestingModule } from '@angular/router/testing';
|
|
3
|
-
|
|
4
|
-
import { PoPageModule, PoInfoModule<% if(dataView === 'table') { %>, PoTableModule <% } else { %>, PoListViewModule <% } %>} from '@po-ui/ng-components';
|
|
5
|
-
|
|
6
|
-
import { <%= classify(name) %>Component } from './<%= dasherize(name) %>.component';
|
|
7
|
-
|
|
8
|
-
describe('<%= classify(name) %>Component', () => {
|
|
9
|
-
let component: <%= classify(name) %>Component;
|
|
10
|
-
let fixture: ComponentFixture<<%= classify(name) %>Component>;
|
|
11
|
-
|
|
12
|
-
beforeEach(async(() => {
|
|
13
|
-
TestBed.configureTestingModule({
|
|
14
|
-
imports: [
|
|
15
|
-
RouterTestingModule,
|
|
16
|
-
PoPageModule,
|
|
17
|
-
PoInfoModule,<% if(dataView === 'table') { %>
|
|
18
|
-
PoTableModule<% } else {%>
|
|
19
|
-
PoListViewModule<% } %>
|
|
20
|
-
],
|
|
21
|
-
declarations: [ <%= classify(name) %>Component ]
|
|
22
|
-
})
|
|
23
|
-
.compileComponents();
|
|
24
|
-
}));
|
|
25
|
-
|
|
26
|
-
beforeEach(() => {
|
|
27
|
-
fixture = TestBed.createComponent(<%= classify(name) %>Component);
|
|
28
|
-
component = fixture.componentInstance;
|
|
29
|
-
fixture.detectChanges();
|
|
30
|
-
});
|
|
31
|
-
|
|
32
|
-
it('should create', () => {
|
|
33
|
-
expect(component).toBeTruthy();
|
|
34
|
-
});
|
|
35
|
-
});
|
|
1
|
+
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
|
|
2
|
+
import { RouterTestingModule } from '@angular/router/testing';
|
|
3
|
+
|
|
4
|
+
import { PoPageModule, PoInfoModule<% if(dataView === 'table') { %>, PoTableModule <% } else { %>, PoListViewModule <% } %>} from '@po-ui/ng-components';
|
|
5
|
+
|
|
6
|
+
import { <%= classify(name) %>Component } from './<%= dasherize(name) %>.component';
|
|
7
|
+
|
|
8
|
+
describe('<%= classify(name) %>Component', () => {
|
|
9
|
+
let component: <%= classify(name) %>Component;
|
|
10
|
+
let fixture: ComponentFixture<<%= classify(name) %>Component>;
|
|
11
|
+
|
|
12
|
+
beforeEach(async(() => {
|
|
13
|
+
TestBed.configureTestingModule({
|
|
14
|
+
imports: [
|
|
15
|
+
RouterTestingModule,
|
|
16
|
+
PoPageModule,
|
|
17
|
+
PoInfoModule,<% if(dataView === 'table') { %>
|
|
18
|
+
PoTableModule<% } else {%>
|
|
19
|
+
PoListViewModule<% } %>
|
|
20
|
+
],
|
|
21
|
+
declarations: [ <%= classify(name) %>Component ]
|
|
22
|
+
})
|
|
23
|
+
.compileComponents();
|
|
24
|
+
}));
|
|
25
|
+
|
|
26
|
+
beforeEach(() => {
|
|
27
|
+
fixture = TestBed.createComponent(<%= classify(name) %>Component);
|
|
28
|
+
component = fixture.componentInstance;
|
|
29
|
+
fixture.detectChanges();
|
|
30
|
+
});
|
|
31
|
+
|
|
32
|
+
it('should create', () => {
|
|
33
|
+
expect(component).toBeTruthy();
|
|
34
|
+
});
|
|
35
|
+
});
|
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
import { Component, OnInit } from '@angular/core';
|
|
2
|
-
|
|
3
|
-
import { PoPageAction<% if(dataView === 'table') { %>, PoTableColumn<%} %> } from '@po-ui/ng-components';
|
|
4
|
-
|
|
5
|
-
@Component({
|
|
6
|
-
selector: '<%= selector %>',
|
|
7
|
-
templateUrl: './<%= dasherize(name) %>.component.html',
|
|
8
|
-
styleUrls: ['./<%= dasherize(name) %>.component.<%= style %>']
|
|
9
|
-
})
|
|
10
|
-
export class <%= classify(name) %>Component implements OnInit {
|
|
11
|
-
|
|
12
|
-
readonly actions: Array<PoPageAction> = [
|
|
13
|
-
// actions of table here
|
|
14
|
-
];<% if(dataView === 'table') { %>
|
|
15
|
-
|
|
16
|
-
readonly columns: Array<PoTableColumn> = [
|
|
17
|
-
// columns of table here
|
|
18
|
-
{ property: 'name', width: '50%' },
|
|
19
|
-
{ property: 'age', width: '15%' },
|
|
20
|
-
{ property: 'email', width: '35%' }
|
|
21
|
-
];
|
|
22
|
-
<%} %>
|
|
23
|
-
items: Array<any> = [];
|
|
24
|
-
|
|
25
|
-
constructor() { }
|
|
26
|
-
|
|
27
|
-
ngOnInit() {
|
|
28
|
-
this.items = [
|
|
29
|
-
{ name: 'John Doe', age: 33, email: 'johndoe@example.com' }
|
|
30
|
-
];
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
}
|
|
1
|
+
import { Component, OnInit } from '@angular/core';
|
|
2
|
+
|
|
3
|
+
import { PoPageAction<% if(dataView === 'table') { %>, PoTableColumn<%} %> } from '@po-ui/ng-components';
|
|
4
|
+
|
|
5
|
+
@Component({
|
|
6
|
+
selector: '<%= selector %>',
|
|
7
|
+
templateUrl: './<%= dasherize(name) %>.component.html',
|
|
8
|
+
styleUrls: ['./<%= dasherize(name) %>.component.<%= style %>']
|
|
9
|
+
})
|
|
10
|
+
export class <%= classify(name) %>Component implements OnInit {
|
|
11
|
+
|
|
12
|
+
readonly actions: Array<PoPageAction> = [
|
|
13
|
+
// actions of table here
|
|
14
|
+
];<% if(dataView === 'table') { %>
|
|
15
|
+
|
|
16
|
+
readonly columns: Array<PoTableColumn> = [
|
|
17
|
+
// columns of table here
|
|
18
|
+
{ property: 'name', width: '50%' },
|
|
19
|
+
{ property: 'age', width: '15%' },
|
|
20
|
+
{ property: 'email', width: '35%' }
|
|
21
|
+
];
|
|
22
|
+
<%} %>
|
|
23
|
+
items: Array<any> = [];
|
|
24
|
+
|
|
25
|
+
constructor() { }
|
|
26
|
+
|
|
27
|
+
ngOnInit() {
|
|
28
|
+
this.items = [
|
|
29
|
+
{ name: 'John Doe', age: 33, email: 'johndoe@example.com' }
|
|
30
|
+
];
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { CommonModule } from '@angular/common';
|
|
2
|
-
import { NgModule } from '@angular/core';
|
|
3
|
-
|
|
4
|
-
import { PoModule } from '@po-ui/ng-components';
|
|
5
|
-
|
|
6
|
-
import { <%= classify(name) %>Component } from './<%= dasherize(name) %>.component';<% if (routing) { %>
|
|
7
|
-
import { <%= classify(name) %>RoutingModule } from './<%= dasherize(name) %>-routing.module';<% } %>
|
|
8
|
-
|
|
9
|
-
@NgModule({
|
|
10
|
-
declarations: [
|
|
11
|
-
<%= classify(name) %>Component
|
|
12
|
-
],
|
|
13
|
-
imports: [
|
|
14
|
-
CommonModule,
|
|
15
|
-
PoModule,<% if (routing) { %>
|
|
16
|
-
<%= classify(name) %>RoutingModule<% } %>
|
|
17
|
-
]
|
|
18
|
-
})
|
|
19
|
-
export class <%= classify(name) %>Module { }
|
|
1
|
+
import { CommonModule } from '@angular/common';
|
|
2
|
+
import { NgModule } from '@angular/core';
|
|
3
|
+
|
|
4
|
+
import { PoModule } from '@po-ui/ng-components';
|
|
5
|
+
|
|
6
|
+
import { <%= classify(name) %>Component } from './<%= dasherize(name) %>.component';<% if (routing) { %>
|
|
7
|
+
import { <%= classify(name) %>RoutingModule } from './<%= dasherize(name) %>-routing.module';<% } %>
|
|
8
|
+
|
|
9
|
+
@NgModule({
|
|
10
|
+
declarations: [
|
|
11
|
+
<%= classify(name) %>Component
|
|
12
|
+
],
|
|
13
|
+
imports: [
|
|
14
|
+
CommonModule,
|
|
15
|
+
PoModule,<% if (routing) { %>
|
|
16
|
+
<%= classify(name) %>RoutingModule<% } %>
|
|
17
|
+
]
|
|
18
|
+
})
|
|
19
|
+
export class <%= classify(name) %>Module { }
|