Built files from Bizgaze WebServer
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

updatepayrundetails.settings.js 1.6KB

123456789101112131415161718192021222324252627282930313233
  1. var Bizgaze;
  2. (function (Bizgaze) {
  3. let Apps;
  4. (function (Apps) {
  5. let Hrms;
  6. (function (Hrms) {
  7. let Payroll;
  8. (function (Payroll) {
  9. let Controls;
  10. (function (Controls) {
  11. let PayRun;
  12. (function (PayRun) {
  13. class UpdatePayRunDetails_Settings extends Unibase.Platform.Core.BaseComponent {
  14. loadSettingHtml(container) { }
  15. bindControlData(controldatajson) { }
  16. SaveControlData(controldatajson) { }
  17. loadControlPropertiesHtml(controlpropList, container) { }
  18. bindPropertySettings(prop) { }
  19. savePropertySettings(prop) { }
  20. static Instance() {
  21. if (this.instance === undefined) {
  22. this.instance = new UpdatePayRunDetails_Settings();
  23. }
  24. return this.instance;
  25. }
  26. }
  27. PayRun.UpdatePayRunDetails_Settings = UpdatePayRunDetails_Settings;
  28. })(PayRun = Controls.PayRun || (Controls.PayRun = {}));
  29. })(Controls = Payroll.Controls || (Payroll.Controls = {}));
  30. })(Payroll = Hrms.Payroll || (Hrms.Payroll = {}));
  31. })(Hrms = Apps.Hrms || (Apps.Hrms = {}));
  32. })(Apps = Bizgaze.Apps || (Bizgaze.Apps = {}));
  33. })(Bizgaze || (Bizgaze = {}));