123456789101112131415161718192021222324252627282930313233343536373839 |
- var Bizgaze;
- (function (Bizgaze) {
- let Apps;
- (function (Apps) {
- let Hrms;
- (function (Hrms) {
- let Controls;
- (function (Controls) {
- class GeofencingMap_Settings {
- loadSettingHtml() {
- return ``;
- }
- bindControlData(controldatajson) {
- return "";
- }
- SaveControlData(controldatajson) {
- return "";
- }
- loadControlPropertiesHtml(Container) {
- return "";
- }
- bindPropertySettings(prop) {
- return "";
- }
- savePropertySettings(prop) {
- return "";
- }
- static Instance() {
- if (this.instance === undefined) {
- this.instance = new GeofencingMap_Settings();
- }
- return this.instance;
- }
- }
- Controls.GeofencingMap_Settings = GeofencingMap_Settings;
- })(Controls = Hrms.Controls || (Hrms.Controls = {}));
- })(Hrms = Apps.Hrms || (Apps.Hrms = {}));
- })(Apps = Bizgaze.Apps || (Bizgaze.Apps = {}));
- })(Bizgaze || (Bizgaze = {}));
|