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.

irnwithewaybillsettings.js 1.9KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. var Bizgaze;
  2. (function (Bizgaze) {
  3. let Apps;
  4. (function (Apps) {
  5. let Integrations;
  6. (function (Integrations) {
  7. let EWayBill;
  8. (function (EWayBill) {
  9. let Components;
  10. (function (Components) {
  11. class irnwithewaybillsettings {
  12. loadControlPropertiesHtml(controlpropList, container) {
  13. return ``;
  14. }
  15. bindPropertySettings(prop) {
  16. var propertySettings = prop.PropertySettings;
  17. return "";
  18. }
  19. savePropertySettings(prop) {
  20. var propertySettings = prop.PropertySettings;
  21. return "";
  22. }
  23. loadSettingHtml() {
  24. return null;
  25. }
  26. bindControlData(controldatajson) {
  27. return null;
  28. }
  29. SaveControlData(controldatajson) {
  30. return controldatajson;
  31. }
  32. static Instance() {
  33. if (this._instance === undefined)
  34. this._instance = new irnwithewaybillsettings();
  35. return this._instance;
  36. }
  37. }
  38. Components.irnwithewaybillsettings = irnwithewaybillsettings;
  39. })(Components = EWayBill.Components || (EWayBill.Components = {}));
  40. })(EWayBill = Integrations.EWayBill || (Integrations.EWayBill = {}));
  41. })(Integrations = Apps.Integrations || (Apps.Integrations = {}));
  42. })(Apps = Bizgaze.Apps || (Bizgaze.Apps = {}));
  43. })(Bizgaze || (Bizgaze = {}));