ca-components 0.0.82 → 0.0.84
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/esm2022/lib/components/ca-filters/components/ca-dispatcher-filter/ca-dispatcher-filter.component.mjs +2 -2
- package/esm2022/lib/components/ca-filters/components/ca-user-filter/ca-user-filter.component.mjs +2 -2
- package/esm2022/lib/components/ca-input/ca-input.component.mjs +10 -4
- package/esm2022/lib/components/ca-input/directives/index.mjs +2 -0
- package/esm2022/lib/components/ca-input/directives/min-max-value.directive.mjs +52 -0
- package/esm2022/lib/components/ca-input/services/ca-input-state.service.mjs +2 -3
- package/esm2022/lib/components/ca-input-dropdown/components/ca-input-dropdown-load-dispatcher/ca-input-dropdown-load-dispatcher.component.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown/components/ca-input-dropdown-load-dispatches-ttd/ca-input-dropdown-load-dispatches-ttd.component.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown/components/ca-input-dropdown-svgtext-dispatch-template/ca-input-dropdown-svgtext-dispatch-template.component.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown/components/ca-input-dropdown-svgtext-template/ca-input-dropdown-svgtext-template.component.mjs +2 -2
- package/esm2022/lib/components/ca-main-table/ca-main-table.component.mjs +6 -3
- package/esm2022/lib/components/ca-period-content/ca-period-content.component.mjs +8 -20
- package/esm2022/lib/components/ca-period-content/components/ca-period-content-payment/ca-period-content-payment.component.mjs +6 -3
- package/esm2022/lib/components/ca-period-content/components/ca-period-content-user-info/ca-period-content-user-info.component.mjs +5 -7
- package/esm2022/lib/components/ca-period-content/enums/payroll-type.enum.mjs +2 -2
- package/esm2022/lib/components/ca-period-content/models/payroll-report.type.mjs +1 -1
- package/esm2022/lib/components/ca-period-content/pipes/payroll-status-class.pipe.mjs +28 -0
- package/esm2022/lib/components/ca-period-content/pipes/period_status.pipe.mjs +12 -7
- package/esm2022/lib/components/ca-period-content/utils/helpers/payroll-period-content.helper.mjs +2 -120
- package/esm2022/lib/components/ca-profile-image/ca-profile-image.component.mjs +6 -3
- package/esm2022/lib/components/ca-rating-review/components/ca-rating-review-user/ca-rating-review-user.component.mjs +1 -1
- package/esm2022/lib/components/ca-todo/ca-todo.component.mjs +25 -16
- package/esm2022/lib/components/ca-todo/components/ca-todo-card.component.mjs +46 -12
- package/esm2022/lib/components/ca-todo/enums/download-link.enum.mjs +7 -0
- package/esm2022/lib/components/ca-todo/enums/index.mjs +2 -1
- package/esm2022/lib/components/ca-todo/models/todo-config.model.mjs +1 -1
- package/esm2022/lib/components/ca-todo/services/file-service.mjs +20 -0
- package/esm2022/lib/components/ca-todo/services/index.mjs +2 -0
- package/fesm2022/ca-components.mjs +215 -198
- package/fesm2022/ca-components.mjs.map +1 -1
- package/lib/components/ca-input/directives/index.d.ts +1 -0
- package/lib/components/ca-input/directives/min-max-value.directive.d.ts +14 -0
- package/lib/components/ca-main-table/ca-main-table.component.d.ts +2 -1
- package/lib/components/ca-period-content/ca-period-content.component.d.ts +0 -6
- package/lib/components/ca-period-content/components/ca-period-content-payment/ca-period-content-payment.component.d.ts +2 -1
- package/lib/components/ca-period-content/components/ca-period-content-user-info/ca-period-content-user-info.component.d.ts +1 -3
- package/lib/components/ca-period-content/enums/payroll-type.enum.d.ts +1 -1
- package/lib/components/ca-period-content/models/payroll-report.type.d.ts +6 -0
- package/lib/components/ca-period-content/pipes/payroll-status-class.pipe.d.ts +8 -0
- package/lib/components/ca-period-content/pipes/period_status.pipe.d.ts +2 -4
- package/lib/components/ca-period-content/utils/helpers/payroll-period-content.helper.d.ts +0 -25
- package/lib/components/ca-profile-image/ca-profile-image.component.d.ts +2 -1
- package/lib/components/ca-todo/ca-todo.component.d.ts +8 -4
- package/lib/components/ca-todo/components/ca-todo-card.component.d.ts +9 -3
- package/lib/components/ca-todo/enums/download-link.enum.d.ts +5 -0
- package/lib/components/ca-todo/enums/index.d.ts +1 -0
- package/lib/components/ca-todo/models/todo-config.model.d.ts +11 -11
- package/lib/components/ca-todo/services/file-service.d.ts +10 -0
- package/lib/components/ca-todo/services/index.d.ts +1 -0
- package/package.json +1 -1
|
@@ -111,7 +111,7 @@ export class CaRatingReviewUserComponent {
|
|
|
111
111
|
// modules
|
|
112
112
|
CommonModule }, { kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "ngmodule", type: HttpClientModule }, { kind: "ngmodule", type: NgbModule }, { kind: "directive", type: i3.NgbTooltip, selector: "[ngbTooltip]", inputs: ["animation", "autoClose", "placement", "popperOptions", "triggers", "positionTarget", "container", "disableTooltip", "tooltipClass", "tooltipContext", "openDelay", "closeDelay", "ngbTooltip"], outputs: ["shown", "hidden"], exportAs: ["ngbTooltip"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "ngmodule", type: AngularSvgIconModule }, { kind: "component", type: i4.SvgIconComponent, selector: "svg-icon", inputs: ["src", "name", "stretch", "applyClass", "applyCss", "svgClass", "class", "viewBox", "svgAriaLabel", "svgStyle"] }, { kind: "ngmodule", type: NgbTooltipModule }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type:
|
|
113
113
|
//components
|
|
114
|
-
CaAppTooltipV2Component, selector: "mainCaTooltip, [mainCaTooltip]", inputs: ["mainCaTooltip", "position", "openTooltipDelay", "tooltipBackground", "tooltipColor", "tooltipTextAlign", "tooltipMarginTop"] }, { kind: "component", type: CaProfileImageComponent, selector: "app-ca-profile-image", inputs: ["indx", "avatarImg", "avatarColor", "textShortName", "name", "isRound", "size", "fontSize", "isHoverEffect"] }, { kind: "pipe", type:
|
|
114
|
+
CaAppTooltipV2Component, selector: "mainCaTooltip, [mainCaTooltip]", inputs: ["mainCaTooltip", "position", "openTooltipDelay", "tooltipBackground", "tooltipColor", "tooltipTextAlign", "tooltipMarginTop"] }, { kind: "component", type: CaProfileImageComponent, selector: "app-ca-profile-image", inputs: ["indx", "avatarImg", "avatarColor", "textShortName", "name", "isRound", "size", "height", "fontSize", "isHoverEffect"] }, { kind: "pipe", type:
|
|
115
115
|
//pipes
|
|
116
116
|
DateFormatPipe, name: "dateFormat" }] }); }
|
|
117
117
|
}
|