@prutech/compliance 1.0.241 → 1.0.242
Sign up to get free protection for your applications and to get access to all the features.
- package/esm2020/lib/conciliation-appointment-work-list/actions/conciliation-appointment-work-list.actions.mjs +4 -4
- package/esm2020/lib/conciliation-appointment-work-list/components/context-menu/conciliation-context-menu.component.mjs +11 -3
- package/esm2020/lib/conciliation-appointment-work-list/components/schedule-call-back-action/schedule-call-back-action.component.mjs +27 -20
- package/esm2020/lib/conciliation-appointment-work-list/conciliation-appointment-work-list.component.mjs +2 -1
- package/esm2020/lib/conciliation-appointment-work-list/effects/conciliation-appointment-work-list.effect.mjs +16 -3
- package/esm2020/lib/conciliation-appointment-work-list/models/federal-holidays-model.mjs +7 -4
- package/esm2020/lib/conciliation-appointment-work-list/reducers/federal-holidays-list.reducer.mjs +33 -0
- package/esm2020/lib/conciliation-appointment-work-list/reducers/root.reducer.mjs +8 -1
- package/esm2020/lib/conciliation-appointment-work-list/services/conciliation-appointment-work-list.service.mjs +4 -4
- package/esm2020/lib/conciliation-appointment-work-list/state/federal-holidays-list.state.mjs +10 -0
- package/esm2020/lib/noi-work-list/components/conference-by-phone-dialogbox/conference-by-phone-dialogbox.component.mjs +39 -6
- package/esm2020/lib/noi-work-list/components/context-menu/context-menu.component.mjs +6 -2
- package/esm2020/lib/noi-work-list/models/conference-by-phone-formmodel.mjs +2 -2
- package/esm2020/lib/noi-work-list/noi-work-list.component.mjs +11 -8
- package/esm2020/lib/noi-work-list/noi-work-list.module.mjs +4 -3
- package/esm2020/lib/telephone-settled-conference/components/context-menu/context-menu.component.mjs +6 -1
- package/esm2020/lib/telephone-settled-conference/components/re-schedule-call-back-action/re-schedule-call-back-action.component.mjs +24 -2
- package/esm2020/lib/telephone-settled-conference/models/conference-by-phone-formmodel.mjs +2 -2
- package/esm2020/lib/telephone-settled-conference/telephone-settled-conference.component.mjs +15 -8
- package/fesm2015/prutech-compliance.mjs +220 -79
- package/fesm2015/prutech-compliance.mjs.map +1 -1
- package/fesm2020/prutech-compliance.mjs +227 -79
- package/fesm2020/prutech-compliance.mjs.map +1 -1
- package/lib/conciliation-appointment-work-list/actions/conciliation-appointment-work-list.actions.d.ts +3 -3
- package/lib/conciliation-appointment-work-list/components/context-menu/conciliation-context-menu.component.d.ts +2 -0
- package/lib/conciliation-appointment-work-list/components/schedule-call-back-action/schedule-call-back-action.component.d.ts +7 -4
- package/lib/conciliation-appointment-work-list/effects/conciliation-appointment-work-list.effect.d.ts +1 -0
- package/lib/conciliation-appointment-work-list/models/federal-holidays-model.d.ts +5 -3
- package/lib/conciliation-appointment-work-list/reducers/federal-holidays-list.reducer.d.ts +5 -0
- package/lib/conciliation-appointment-work-list/reducers/root.reducer.d.ts +8 -0
- package/lib/conciliation-appointment-work-list/services/conciliation-appointment-work-list.service.d.ts +1 -1
- package/lib/conciliation-appointment-work-list/state/federal-holidays-list.state.d.ts +8 -0
- package/lib/noi-work-list/components/conference-by-phone-dialogbox/conference-by-phone-dialogbox.component.d.ts +7 -0
- package/lib/noi-work-list/components/context-menu/context-menu.component.d.ts +1 -0
- package/lib/noi-work-list/noi-work-list.component.d.ts +3 -1
- package/lib/telephone-settled-conference/components/context-menu/context-menu.component.d.ts +1 -0
- package/lib/telephone-settled-conference/components/re-schedule-call-back-action/re-schedule-call-back-action.component.d.ts +4 -0
- package/lib/telephone-settled-conference/telephone-settled-conference.component.d.ts +4 -1
- package/package.json +1 -1
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.