@qrunio/qqq-frontend-core 0.36.1-SNAPSHOT

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.
Files changed (144) hide show
  1. package/LICENSE +202 -0
  2. package/README.md +155 -0
  3. package/lib/controllers/QController.d.ts +235 -0
  4. package/lib/controllers/QController.js +1106 -0
  5. package/lib/controllers/QController.js.map +1 -0
  6. package/lib/controllers/QControllerV1.d.ts +213 -0
  7. package/lib/controllers/QControllerV1.js +992 -0
  8. package/lib/controllers/QControllerV1.js.map +1 -0
  9. package/lib/exceptions/QException.d.ts +12 -0
  10. package/lib/exceptions/QException.js +54 -0
  11. package/lib/exceptions/QException.js.map +1 -0
  12. package/lib/model/QPossibleValue.d.ts +13 -0
  13. package/lib/model/QPossibleValue.js +51 -0
  14. package/lib/model/QPossibleValue.js.map +1 -0
  15. package/lib/model/QRecord.d.ts +14 -0
  16. package/lib/model/QRecord.js +64 -0
  17. package/lib/model/QRecord.js.map +1 -0
  18. package/lib/model/metaData/AdornmentType.d.ts +17 -0
  19. package/lib/model/metaData/AdornmentType.js +42 -0
  20. package/lib/model/metaData/AdornmentType.js.map +1 -0
  21. package/lib/model/metaData/Banner.d.ts +15 -0
  22. package/lib/model/metaData/Banner.js +37 -0
  23. package/lib/model/metaData/Banner.js.map +1 -0
  24. package/lib/model/metaData/Capability.d.ts +13 -0
  25. package/lib/model/metaData/Capability.js +38 -0
  26. package/lib/model/metaData/Capability.js.map +1 -0
  27. package/lib/model/metaData/FieldAdornment.d.ts +15 -0
  28. package/lib/model/metaData/FieldAdornment.js +58 -0
  29. package/lib/model/metaData/FieldAdornment.js.map +1 -0
  30. package/lib/model/metaData/ProcessMetaDataAdjustment.d.ts +11 -0
  31. package/lib/model/metaData/ProcessMetaDataAdjustment.js +45 -0
  32. package/lib/model/metaData/ProcessMetaDataAdjustment.js.map +1 -0
  33. package/lib/model/metaData/QAppMetaData.d.ts +17 -0
  34. package/lib/model/metaData/QAppMetaData.js +57 -0
  35. package/lib/model/metaData/QAppMetaData.js.map +1 -0
  36. package/lib/model/metaData/QAppNodeType.d.ts +10 -0
  37. package/lib/model/metaData/QAppNodeType.js +32 -0
  38. package/lib/model/metaData/QAppNodeType.js.map +1 -0
  39. package/lib/model/metaData/QAppSection.d.ts +14 -0
  40. package/lib/model/metaData/QAppSection.js +46 -0
  41. package/lib/model/metaData/QAppSection.js.map +1 -0
  42. package/lib/model/metaData/QAppTreeNode.d.ts +16 -0
  43. package/lib/model/metaData/QAppTreeNode.js +46 -0
  44. package/lib/model/metaData/QAppTreeNode.js.map +1 -0
  45. package/lib/model/metaData/QAuthenticationMetaData.d.ts +10 -0
  46. package/lib/model/metaData/QAuthenticationMetaData.js +44 -0
  47. package/lib/model/metaData/QAuthenticationMetaData.js.map +1 -0
  48. package/lib/model/metaData/QBrandingMetaData.d.ts +17 -0
  49. package/lib/model/metaData/QBrandingMetaData.js +46 -0
  50. package/lib/model/metaData/QBrandingMetaData.js.map +1 -0
  51. package/lib/model/metaData/QComponentType.d.ts +20 -0
  52. package/lib/model/metaData/QComponentType.js +45 -0
  53. package/lib/model/metaData/QComponentType.js.map +1 -0
  54. package/lib/model/metaData/QExposedJoin.d.ts +18 -0
  55. package/lib/model/metaData/QExposedJoin.js +65 -0
  56. package/lib/model/metaData/QExposedJoin.js.map +1 -0
  57. package/lib/model/metaData/QFieldMetaData.d.ts +46 -0
  58. package/lib/model/metaData/QFieldMetaData.js +157 -0
  59. package/lib/model/metaData/QFieldMetaData.js.map +1 -0
  60. package/lib/model/metaData/QFieldType.d.ts +18 -0
  61. package/lib/model/metaData/QFieldType.js +43 -0
  62. package/lib/model/metaData/QFieldType.js.map +1 -0
  63. package/lib/model/metaData/QFrontendComponent.d.ts +10 -0
  64. package/lib/model/metaData/QFrontendComponent.js +35 -0
  65. package/lib/model/metaData/QFrontendComponent.js.map +1 -0
  66. package/lib/model/metaData/QFrontendStepMetaData.d.ts +18 -0
  67. package/lib/model/metaData/QFrontendStepMetaData.js +62 -0
  68. package/lib/model/metaData/QFrontendStepMetaData.js.map +1 -0
  69. package/lib/model/metaData/QHelpContent.d.ts +27 -0
  70. package/lib/model/metaData/QHelpContent.js +108 -0
  71. package/lib/model/metaData/QHelpContent.js.map +1 -0
  72. package/lib/model/metaData/QIcon.d.ts +10 -0
  73. package/lib/model/metaData/QIcon.js +34 -0
  74. package/lib/model/metaData/QIcon.js.map +1 -0
  75. package/lib/model/metaData/QInstance.d.ts +43 -0
  76. package/lib/model/metaData/QInstance.js +149 -0
  77. package/lib/model/metaData/QInstance.js.map +1 -0
  78. package/lib/model/metaData/QJoinMetaData.d.ts +15 -0
  79. package/lib/model/metaData/QJoinMetaData.js +53 -0
  80. package/lib/model/metaData/QJoinMetaData.js.map +1 -0
  81. package/lib/model/metaData/QProcessMetaData.d.ts +18 -0
  82. package/lib/model/metaData/QProcessMetaData.js +52 -0
  83. package/lib/model/metaData/QProcessMetaData.js.map +1 -0
  84. package/lib/model/metaData/QReportMetaData.d.ts +13 -0
  85. package/lib/model/metaData/QReportMetaData.js +38 -0
  86. package/lib/model/metaData/QReportMetaData.js.map +1 -0
  87. package/lib/model/metaData/QTableMetaData.d.ts +34 -0
  88. package/lib/model/metaData/QTableMetaData.js +165 -0
  89. package/lib/model/metaData/QTableMetaData.js.map +1 -0
  90. package/lib/model/metaData/QTableSection.d.ts +25 -0
  91. package/lib/model/metaData/QTableSection.js +99 -0
  92. package/lib/model/metaData/QTableSection.js.map +1 -0
  93. package/lib/model/metaData/QTableVariant.d.ts +10 -0
  94. package/lib/model/metaData/QTableVariant.js +34 -0
  95. package/lib/model/metaData/QTableVariant.js.map +1 -0
  96. package/lib/model/metaData/QThemeMetaData.d.ts +106 -0
  97. package/lib/model/metaData/QThemeMetaData.js +151 -0
  98. package/lib/model/metaData/QThemeMetaData.js.map +1 -0
  99. package/lib/model/metaData/QWidgetMetaData.d.ts +32 -0
  100. package/lib/model/metaData/QWidgetMetaData.js +63 -0
  101. package/lib/model/metaData/QWidgetMetaData.js.map +1 -0
  102. package/lib/model/processes/QJobComplete.d.ts +15 -0
  103. package/lib/model/processes/QJobComplete.js +39 -0
  104. package/lib/model/processes/QJobComplete.js.map +1 -0
  105. package/lib/model/processes/QJobError.d.ts +10 -0
  106. package/lib/model/processes/QJobError.js +34 -0
  107. package/lib/model/processes/QJobError.js.map +1 -0
  108. package/lib/model/processes/QJobRunning.d.ts +11 -0
  109. package/lib/model/processes/QJobRunning.js +35 -0
  110. package/lib/model/processes/QJobRunning.js.map +1 -0
  111. package/lib/model/processes/QJobStarted.d.ts +9 -0
  112. package/lib/model/processes/QJobStarted.js +33 -0
  113. package/lib/model/processes/QJobStarted.js.map +1 -0
  114. package/lib/model/query/FilterVariableExpression.d.ts +11 -0
  115. package/lib/model/query/FilterVariableExpression.js +37 -0
  116. package/lib/model/query/FilterVariableExpression.js.map +1 -0
  117. package/lib/model/query/NowExpression.d.ts +9 -0
  118. package/lib/model/query/NowExpression.js +35 -0
  119. package/lib/model/query/NowExpression.js.map +1 -0
  120. package/lib/model/query/NowWithOffsetExpression.d.ts +14 -0
  121. package/lib/model/query/NowWithOffsetExpression.js +43 -0
  122. package/lib/model/query/NowWithOffsetExpression.js.map +1 -0
  123. package/lib/model/query/QCriteriaOperator.d.ts +25 -0
  124. package/lib/model/query/QCriteriaOperator.js +47 -0
  125. package/lib/model/query/QCriteriaOperator.js.map +1 -0
  126. package/lib/model/query/QFilterCriteria.d.ts +16 -0
  127. package/lib/model/query/QFilterCriteria.js +52 -0
  128. package/lib/model/query/QFilterCriteria.js.map +1 -0
  129. package/lib/model/query/QFilterOrderBy.d.ts +13 -0
  130. package/lib/model/query/QFilterOrderBy.js +40 -0
  131. package/lib/model/query/QFilterOrderBy.js.map +1 -0
  132. package/lib/model/query/QQueryFilter.d.ts +30 -0
  133. package/lib/model/query/QQueryFilter.js +114 -0
  134. package/lib/model/query/QQueryFilter.js.map +1 -0
  135. package/lib/model/query/QueryJoin.d.ts +13 -0
  136. package/lib/model/query/QueryJoin.js +42 -0
  137. package/lib/model/query/QueryJoin.js.map +1 -0
  138. package/lib/model/query/ThisOrLastPeriodExpression.d.ts +13 -0
  139. package/lib/model/query/ThisOrLastPeriodExpression.js +43 -0
  140. package/lib/model/query/ThisOrLastPeriodExpression.js.map +1 -0
  141. package/lib/qqq-frontend-core.d.ts +1 -0
  142. package/lib/qqq-frontend-core.js +31 -0
  143. package/lib/qqq-frontend-core.js.map +1 -0
  144. package/package.json +51 -0
@@ -0,0 +1,57 @@
1
+ /*
2
+ * QQQ - Low-code Application Framework for Engineers.
3
+ * Copyright (C) 2021-2022. Kingsrook, LLC
4
+ * 651 N Broad St Ste 205 # 6917 | Middletown DE 19709 | United States
5
+ * contact@kingsrook.com
6
+ * https://github.com/Kingsrook/
7
+ *
8
+ * This program is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU Affero General Public License as
10
+ * published by the Free Software Foundation, either version 3 of the
11
+ * License, or (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU Affero General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU Affero General Public License
19
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
20
+ */
21
+ import { QAppSection } from "./QAppSection";
22
+ import { QAppTreeNode } from "./QAppTreeNode";
23
+ /*******************************************************************************
24
+ ** Meta-Data to define an app in a QQQ instance.
25
+ **
26
+ *******************************************************************************/
27
+ var QAppMetaData = /** @class */ (function () {
28
+ function QAppMetaData(object) {
29
+ this.supplementalAppMetaData = new Map();
30
+ this.name = object.name;
31
+ this.label = object.label;
32
+ this.iconName = object.iconName;
33
+ this.widgets = object.widgets;
34
+ if (object.children) {
35
+ this.children = [];
36
+ this.childMap = new Map;
37
+ for (var i = 0; i < object.children.length; i++) {
38
+ this.children.push(new QAppTreeNode(object.children[i]));
39
+ this.childMap.set(object.children[i].name, object.children[i]);
40
+ }
41
+ }
42
+ if (object.sections) {
43
+ this.sections = [];
44
+ for (var i = 0; i < object.sections.length; i++) {
45
+ this.sections.push(new QAppSection(object.sections[i]));
46
+ }
47
+ }
48
+ if (object.supplementalAppMetaData) {
49
+ for (var key in object.supplementalAppMetaData) {
50
+ this.supplementalAppMetaData.set(key, object.supplementalAppMetaData[key]);
51
+ }
52
+ }
53
+ }
54
+ return QAppMetaData;
55
+ }());
56
+ export { QAppMetaData };
57
+ //# sourceMappingURL=QAppMetaData.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QAppMetaData.js","sourceRoot":"","sources":["../../../src/model/metaData/QAppMetaData.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,EAAC,WAAW,EAAC,MAAM,eAAe,CAAC;AAC1C,OAAO,EAAC,YAAY,EAAC,MAAM,gBAAgB,CAAC;AAE5C;;;iFAGiF;AACjF;IAWG,sBAAY,MAAW;QAFvB,4BAAuB,GAAqB,IAAI,GAAG,EAAE,CAAC;QAInD,IAAI,CAAC,IAAI,GAAG,MAAM,CAAC,IAAI,CAAC;QACxB,IAAI,CAAC,KAAK,GAAG,MAAM,CAAC,KAAK,CAAC;QAC1B,IAAI,CAAC,QAAQ,GAAG,MAAM,CAAC,QAAQ,CAAC;QAChC,IAAI,CAAC,OAAO,GAAG,MAAM,CAAC,OAAO,CAAC;QAE9B,IAAI,MAAM,CAAC,QAAQ,EACnB;YACG,IAAI,CAAC,QAAQ,GAAG,EAAE,CAAC;YACnB,IAAI,CAAC,QAAQ,GAAG,IAAI,GAAyB,CAAC;YAC9C,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,MAAM,CAAC,QAAQ,CAAC,MAAM,EAAE,CAAC,EAAE,EAC/C;gBACG,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,YAAY,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;gBACzD,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,EAAE,MAAM,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC;aACjE;SACH;QAED,IAAI,MAAM,CAAC,QAAQ,EACnB;YACG,IAAI,CAAC,QAAQ,GAAG,EAAE,CAAC;YACnB,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,MAAM,CAAC,QAAQ,CAAC,MAAM,EAAE,CAAC,EAAE,EAC/C;gBACG,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,WAAW,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;aAC1D;SACH;QAED,IAAG,MAAM,CAAC,uBAAuB,EACjC;YACG,KAAK,IAAM,GAAG,IAAI,MAAM,CAAC,uBAAuB,EAChD;gBACG,IAAI,CAAC,uBAAuB,CAAC,GAAG,CAAC,GAAG,EAAE,MAAM,CAAC,uBAAuB,CAAC,GAAG,CAAC,CAAC,CAAC;aAC7E;SACH;IACJ,CAAC;IAEJ,mBAAC;AAAD,CAAC,AA/CD,IA+CC"}
@@ -0,0 +1,10 @@
1
+ /*******************************************************************************
2
+ ** Possible data types for QAppNodeType
3
+ **
4
+ *******************************************************************************/
5
+ export declare enum QAppNodeType {
6
+ TABLE = "TABLE",
7
+ PROCESS = "PROCESS",
8
+ REPORT = "REPORT",
9
+ APP = "APP"
10
+ }
@@ -0,0 +1,32 @@
1
+ /*
2
+ * QQQ - Low-code Application Framework for Engineers.
3
+ * Copyright (C) 2021-2022. Kingsrook, LLC
4
+ * 651 N Broad St Ste 205 # 6917 | Middletown DE 19709 | United States
5
+ * contact@kingsrook.com
6
+ * https://github.com/Kingsrook/
7
+ *
8
+ * This program is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU Affero General Public License as
10
+ * published by the Free Software Foundation, either version 3 of the
11
+ * License, or (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU Affero General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU Affero General Public License
19
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
20
+ */
21
+ /*******************************************************************************
22
+ ** Possible data types for QAppNodeType
23
+ **
24
+ *******************************************************************************/
25
+ export var QAppNodeType;
26
+ (function (QAppNodeType) {
27
+ QAppNodeType["TABLE"] = "TABLE";
28
+ QAppNodeType["PROCESS"] = "PROCESS";
29
+ QAppNodeType["REPORT"] = "REPORT";
30
+ QAppNodeType["APP"] = "APP";
31
+ })(QAppNodeType || (QAppNodeType = {}));
32
+ //# sourceMappingURL=QAppNodeType.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QAppNodeType.js","sourceRoot":"","sources":["../../../src/model/metaData/QAppNodeType.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH;;;iFAGiF;AACjF,MAAM,CAAN,IAAY,YAKX;AALD,WAAY,YAAY;IACtB,+BAAe,CAAA;IACf,mCAAmB,CAAA;IACnB,iCAAiB,CAAA;IACjB,2BAAW,CAAA;AACb,CAAC,EALW,YAAY,KAAZ,YAAY,QAKvB"}
@@ -0,0 +1,14 @@
1
+ import { QIcon } from "./QIcon";
2
+ /*******************************************************************************
3
+ ** Meta-Data to define a section (of children) in an app in a QQQ instance.
4
+ **
5
+ *******************************************************************************/
6
+ export declare class QAppSection {
7
+ name: string;
8
+ label: string;
9
+ icon?: QIcon;
10
+ tables?: string[];
11
+ processes?: string[];
12
+ reports?: string[];
13
+ constructor(object: any);
14
+ }
@@ -0,0 +1,46 @@
1
+ /*
2
+ * QQQ - Low-code Application Framework for Engineers.
3
+ * Copyright (C) 2021-2022. Kingsrook, LLC
4
+ * 651 N Broad St Ste 205 # 6917 | Middletown DE 19709 | United States
5
+ * contact@kingsrook.com
6
+ * https://github.com/Kingsrook/
7
+ *
8
+ * This program is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU Affero General Public License as
10
+ * published by the Free Software Foundation, either version 3 of the
11
+ * License, or (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU Affero General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU Affero General Public License
19
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
20
+ */
21
+ import { QIcon } from "./QIcon";
22
+ /*******************************************************************************
23
+ ** Meta-Data to define a section (of children) in an app in a QQQ instance.
24
+ **
25
+ *******************************************************************************/
26
+ var QAppSection = /** @class */ (function () {
27
+ function QAppSection(object) {
28
+ this.name = object.name;
29
+ this.label = object.label;
30
+ if (object.icon) {
31
+ this.icon = new QIcon(object.icon);
32
+ }
33
+ if (object.processes) {
34
+ this.processes = object.processes;
35
+ }
36
+ if (object.reports) {
37
+ this.reports = object.reports;
38
+ }
39
+ if (object.tables) {
40
+ this.tables = object.tables;
41
+ }
42
+ }
43
+ return QAppSection;
44
+ }());
45
+ export { QAppSection };
46
+ //# sourceMappingURL=QAppSection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QAppSection.js","sourceRoot":"","sources":["../../../src/model/metaData/QAppSection.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,EAAC,KAAK,EAAC,MAAM,SAAS,CAAC;AAE9B;;;iFAGiF;AACjF;IASG,qBAAY,MAAW;QAEpB,IAAI,CAAC,IAAI,GAAG,MAAM,CAAC,IAAI,CAAC;QACxB,IAAI,CAAC,KAAK,GAAG,MAAM,CAAC,KAAK,CAAC;QAC1B,IAAI,MAAM,CAAC,IAAI,EACf;YACG,IAAI,CAAC,IAAI,GAAG,IAAI,KAAK,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;SACrC;QACD,IAAI,MAAM,CAAC,SAAS,EACpB;YACG,IAAI,CAAC,SAAS,GAAG,MAAM,CAAC,SAAS,CAAC;SACpC;QACD,IAAI,MAAM,CAAC,OAAO,EAClB;YACG,IAAI,CAAC,OAAO,GAAG,MAAM,CAAC,OAAO,CAAC;SAChC;QACD,IAAI,MAAM,CAAC,MAAM,EACjB;YACG,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC;SAC9B;IACJ,CAAC;IACJ,kBAAC;AAAD,CAAC,AA9BD,IA8BC"}
@@ -0,0 +1,16 @@
1
+ import { QAppNodeType } from "./QAppNodeType";
2
+ import { QIcon } from "./QIcon";
3
+ /*******************************************************************************
4
+ ** Meta-Data to define an object that is part of the app-hierarchy/tree.
5
+ ** e.g., Tables, Processes, and Apps themselves (since they can be nested).
6
+ **
7
+ *******************************************************************************/
8
+ export declare class QAppTreeNode {
9
+ name: string;
10
+ label: string;
11
+ type: QAppNodeType;
12
+ children?: QAppTreeNode[];
13
+ iconName?: string;
14
+ icon?: QIcon;
15
+ constructor(object: any);
16
+ }
@@ -0,0 +1,46 @@
1
+ /*
2
+ * QQQ - Low-code Application Framework for Engineers.
3
+ * Copyright (C) 2021-2022. Kingsrook, LLC
4
+ * 651 N Broad St Ste 205 # 6917 | Middletown DE 19709 | United States
5
+ * contact@kingsrook.com
6
+ * https://github.com/Kingsrook/
7
+ *
8
+ * This program is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU Affero General Public License as
10
+ * published by the Free Software Foundation, either version 3 of the
11
+ * License, or (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU Affero General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU Affero General Public License
19
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
20
+ */
21
+ import { QIcon } from "./QIcon";
22
+ /*******************************************************************************
23
+ ** Meta-Data to define an object that is part of the app-hierarchy/tree.
24
+ ** e.g., Tables, Processes, and Apps themselves (since they can be nested).
25
+ **
26
+ *******************************************************************************/
27
+ var QAppTreeNode = /** @class */ (function () {
28
+ function QAppTreeNode(object) {
29
+ this.name = object.name;
30
+ this.label = object.label;
31
+ this.type = object.type;
32
+ this.iconName = object.iconName;
33
+ if (object.icon) {
34
+ this.icon = new QIcon(object.icon);
35
+ }
36
+ if (object.children) {
37
+ this.children = [];
38
+ for (var i = 0; i < object.children.length; i++) {
39
+ this.children.push(new QAppTreeNode(object.children[i]));
40
+ }
41
+ }
42
+ }
43
+ return QAppTreeNode;
44
+ }());
45
+ export { QAppTreeNode };
46
+ //# sourceMappingURL=QAppTreeNode.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QAppTreeNode.js","sourceRoot":"","sources":["../../../src/model/metaData/QAppTreeNode.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAGH,OAAO,EAAC,KAAK,EAAC,MAAM,SAAS,CAAC;AAE9B;;;;iFAIiF;AACjF;IASG,sBAAY,MAAW;QAEpB,IAAI,CAAC,IAAI,GAAG,MAAM,CAAC,IAAI,CAAC;QACxB,IAAI,CAAC,KAAK,GAAG,MAAM,CAAC,KAAK,CAAC;QAC1B,IAAI,CAAC,IAAI,GAAG,MAAM,CAAC,IAAI,CAAC;QACxB,IAAI,CAAC,QAAQ,GAAG,MAAM,CAAC,QAAQ,CAAC;QAEhC,IAAI,MAAM,CAAC,IAAI,EACf;YACG,IAAI,CAAC,IAAI,GAAG,IAAI,KAAK,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;SACrC;QAED,IAAI,MAAM,CAAC,QAAQ,EACnB;YACG,IAAI,CAAC,QAAQ,GAAG,EAAE,CAAC;YACnB,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,MAAM,CAAC,QAAQ,CAAC,MAAM,EAAE,CAAC,EAAE,EAC/C;gBACG,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,YAAY,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;aAC3D;SACH;IACJ,CAAC;IAEJ,mBAAC;AAAD,CAAC,AA/BD,IA+BC"}
@@ -0,0 +1,10 @@
1
+ /*******************************************************************************
2
+ ** Meta-Data to define authentication in a QQQ instance.
3
+ **
4
+ *******************************************************************************/
5
+ export declare class QAuthenticationMetaData {
6
+ name: string;
7
+ type: string;
8
+ data: any;
9
+ constructor(object: any);
10
+ }
@@ -0,0 +1,44 @@
1
+ /*
2
+ * QQQ - Low-code Application Framework for Engineers.
3
+ * Copyright (C) 2021-2022. Kingsrook, LLC
4
+ * 651 N Broad St Ste 205 # 6917 | Middletown DE 19709 | United States
5
+ * contact@kingsrook.com
6
+ * https://github.com/Kingsrook/
7
+ *
8
+ * This program is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU Affero General Public License as
10
+ * published by the Free Software Foundation, either version 3 of the
11
+ * License, or (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU Affero General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU Affero General Public License
19
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
20
+ */
21
+ /*******************************************************************************
22
+ ** Meta-Data to define authentication in a QQQ instance.
23
+ **
24
+ *******************************************************************************/
25
+ var QAuthenticationMetaData = /** @class */ (function () {
26
+ function QAuthenticationMetaData(object) {
27
+ this.name = object.name;
28
+ this.type = object.type;
29
+ ////////////////////////////////////////////////////////////////////////
30
+ // Copy all remaining keys in the input object into the 'data' object //
31
+ ////////////////////////////////////////////////////////////////////////
32
+ this.data = {};
33
+ var keys = Object.keys(object);
34
+ for (var i = 0; i < keys.length; i++) {
35
+ var key = keys[i];
36
+ if (key !== "name" && key !== "type") {
37
+ this.data[key] = object[key];
38
+ }
39
+ }
40
+ }
41
+ return QAuthenticationMetaData;
42
+ }());
43
+ export { QAuthenticationMetaData };
44
+ //# sourceMappingURL=QAuthenticationMetaData.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QAuthenticationMetaData.js","sourceRoot":"","sources":["../../../src/model/metaData/QAuthenticationMetaData.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH;;;iFAGiF;AACjF;IAMG,iCAAY,MAAW;QAEpB,IAAI,CAAC,IAAI,GAAG,MAAM,CAAC,IAAI,CAAC;QACxB,IAAI,CAAC,IAAI,GAAG,MAAM,CAAC,IAAI,CAAC;QAExB,wEAAwE;QACxE,wEAAwE;QACxE,wEAAwE;QACxE,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC;QACf,IAAI,IAAI,GAAG,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QAC/B,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,MAAM,EAAE,CAAC,EAAE,EACpC;YACG,IAAM,GAAG,GAAG,IAAI,CAAC,CAAC,CAAC,CAAC;YACpB,IAAI,GAAG,KAAK,MAAM,IAAI,GAAG,KAAK,MAAM,EACpC;gBACG,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,GAAG,MAAM,CAAC,GAAG,CAAC,CAAC;aAC/B;SACH;IACJ,CAAC;IACJ,8BAAC;AAAD,CAAC,AAzBD,IAyBC"}
@@ -0,0 +1,17 @@
1
+ import { Banner } from "./Banner";
2
+ /*******************************************************************************
3
+ ** Meta-Data to define branding in a QQQ instance.
4
+ **
5
+ *******************************************************************************/
6
+ export declare class QBrandingMetaData {
7
+ companyName?: string;
8
+ companyUrl?: string;
9
+ appName?: string;
10
+ logo?: string;
11
+ icon?: string;
12
+ accentColor?: string;
13
+ environmentBannerText?: string;
14
+ environmentBannerColor?: string;
15
+ banners?: Map<string, Banner>;
16
+ constructor(object: any);
17
+ }
@@ -0,0 +1,46 @@
1
+ /*
2
+ * QQQ - Low-code Application Framework for Engineers.
3
+ * Copyright (C) 2021-2022. Kingsrook, LLC
4
+ * 651 N Broad St Ste 205 # 6917 | Middletown DE 19709 | United States
5
+ * contact@kingsrook.com
6
+ * https://github.com/Kingsrook/
7
+ *
8
+ * This program is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU Affero General Public License as
10
+ * published by the Free Software Foundation, either version 3 of the
11
+ * License, or (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU Affero General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU Affero General Public License
19
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
20
+ */
21
+ import { Banner } from "./Banner";
22
+ /*******************************************************************************
23
+ ** Meta-Data to define branding in a QQQ instance.
24
+ **
25
+ *******************************************************************************/
26
+ var QBrandingMetaData = /** @class */ (function () {
27
+ function QBrandingMetaData(object) {
28
+ this.companyName = object.companyName;
29
+ this.companyUrl = object.companyUrl;
30
+ this.appName = object.appName;
31
+ this.logo = object.logo;
32
+ this.icon = object.icon;
33
+ this.accentColor = object.accentColor;
34
+ this.environmentBannerText = object.environmentBannerText;
35
+ this.environmentBannerColor = object.environmentBannerColor;
36
+ this.banners = new Map();
37
+ if (object.banners) {
38
+ for (var i in object.banners) {
39
+ this.banners.set(i, new Banner(object.banners[i]));
40
+ }
41
+ }
42
+ }
43
+ return QBrandingMetaData;
44
+ }());
45
+ export { QBrandingMetaData };
46
+ //# sourceMappingURL=QBrandingMetaData.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QBrandingMetaData.js","sourceRoot":"","sources":["../../../src/model/metaData/QBrandingMetaData.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,EAAC,MAAM,EAAC,MAAM,UAAU,CAAC;AAEhC;;;iFAGiF;AACjF;IAiBG,2BAAY,MAAW;QAEpB,IAAI,CAAC,WAAW,GAAG,MAAM,CAAC,WAAW,CAAC;QACtC,IAAI,CAAC,UAAU,GAAG,MAAM,CAAC,UAAU,CAAC;QACpC,IAAI,CAAC,OAAO,GAAG,MAAM,CAAC,OAAO,CAAC;QAC9B,IAAI,CAAC,IAAI,GAAG,MAAM,CAAC,IAAI,CAAC;QACxB,IAAI,CAAC,IAAI,GAAG,MAAM,CAAC,IAAI,CAAC;QACxB,IAAI,CAAC,WAAW,GAAG,MAAM,CAAC,WAAW,CAAC;QACtC,IAAI,CAAC,qBAAqB,GAAG,MAAM,CAAC,qBAAqB,CAAC;QAC1D,IAAI,CAAC,sBAAsB,GAAG,MAAM,CAAC,sBAAsB,CAAC;QAE5D,IAAI,CAAC,OAAO,GAAG,IAAI,GAAG,EAAkB,CAAC;QACzC,IAAG,MAAM,CAAC,OAAO,EACjB;YACG,KAAK,IAAI,CAAC,IAAI,MAAM,CAAC,OAAO,EAC5B;gBACG,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,EAAE,IAAI,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;aACrD;SACH;IACJ,CAAC;IACJ,wBAAC;AAAD,CAAC,AArCD,IAqCC"}
@@ -0,0 +1,20 @@
1
+ /*******************************************************************************
2
+ ** Possible types for QFrontendComponents
3
+ **
4
+ *******************************************************************************/
5
+ export declare enum QComponentType {
6
+ HELP_TEXT = "HELP_TEXT",
7
+ BULK_EDIT_FORM = "BULK_EDIT_FORM",
8
+ BULK_LOAD_FILE_MAPPING_FORM = "BULK_LOAD_FILE_MAPPING_FORM",
9
+ BULK_LOAD_VALUE_MAPPING_FORM = "BULK_LOAD_VALUE_MAPPING_FORM",
10
+ BULK_LOAD_PROFILE_FORM = "BULK_LOAD_PROFILE_FORM",
11
+ VALIDATION_REVIEW_SCREEN = "VALIDATION_REVIEW_SCREEN",
12
+ EDIT_FORM = "EDIT_FORM",
13
+ VIEW_FORM = "VIEW_FORM",
14
+ DOWNLOAD_FORM = "DOWNLOAD_FORM",
15
+ RECORD_LIST = "RECORD_LIST",
16
+ PROCESS_SUMMARY_RESULTS = "PROCESS_SUMMARY_RESULTS",
17
+ GOOGLE_DRIVE_SELECT_FOLDER = "GOOGLE_DRIVE_SELECT_FOLDER",
18
+ WIDGET = "WIDGET",
19
+ HTML = "HTML"
20
+ }
@@ -0,0 +1,45 @@
1
+ /*
2
+ * QQQ - Low-code Application Framework for Engineers.
3
+ * Copyright (C) 2021-2022. Kingsrook, LLC
4
+ * 651 N Broad St Ste 205 # 6917 | Middletown DE 19709 | United States
5
+ * contact@kingsrook.com
6
+ * https://github.com/Kingsrook/
7
+ *
8
+ * This program is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU Affero General Public License as
10
+ * published by the Free Software Foundation, either version 3 of the
11
+ * License, or (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU Affero General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU Affero General Public License
19
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
20
+ */
21
+ /*******************************************************************************
22
+ ** Possible types for QFrontendComponents
23
+ **
24
+ *******************************************************************************/
25
+ export var QComponentType;
26
+ (function (QComponentType) {
27
+ QComponentType["HELP_TEXT"] = "HELP_TEXT";
28
+ QComponentType["BULK_EDIT_FORM"] = "BULK_EDIT_FORM";
29
+ QComponentType["BULK_LOAD_FILE_MAPPING_FORM"] = "BULK_LOAD_FILE_MAPPING_FORM";
30
+ QComponentType["BULK_LOAD_VALUE_MAPPING_FORM"] = "BULK_LOAD_VALUE_MAPPING_FORM";
31
+ QComponentType["BULK_LOAD_PROFILE_FORM"] = "BULK_LOAD_PROFILE_FORM";
32
+ QComponentType["VALIDATION_REVIEW_SCREEN"] = "VALIDATION_REVIEW_SCREEN";
33
+ QComponentType["EDIT_FORM"] = "EDIT_FORM";
34
+ QComponentType["VIEW_FORM"] = "VIEW_FORM";
35
+ QComponentType["DOWNLOAD_FORM"] = "DOWNLOAD_FORM";
36
+ QComponentType["RECORD_LIST"] = "RECORD_LIST";
37
+ QComponentType["PROCESS_SUMMARY_RESULTS"] = "PROCESS_SUMMARY_RESULTS";
38
+ QComponentType["GOOGLE_DRIVE_SELECT_FOLDER"] = "GOOGLE_DRIVE_SELECT_FOLDER";
39
+ QComponentType["WIDGET"] = "WIDGET";
40
+ QComponentType["HTML"] = "HTML";
41
+ ////////////////////////////////////////////////////////////////////////////
42
+ // keep these values in sync with QComponentType.java in qqq-backend-core //
43
+ ////////////////////////////////////////////////////////////////////////////
44
+ })(QComponentType || (QComponentType = {}));
45
+ //# sourceMappingURL=QComponentType.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QComponentType.js","sourceRoot":"","sources":["../../../src/model/metaData/QComponentType.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH;;;iFAGiF;AACjF,MAAM,CAAN,IAAY,cAmBX;AAnBD,WAAY,cAAc;IAEvB,yCAAuB,CAAA;IACvB,mDAAiC,CAAA;IACjC,6EAA2D,CAAA;IAC3D,+EAA6D,CAAA;IAC7D,mEAAiD,CAAA;IACjD,uEAAqD,CAAA;IACrD,yCAAuB,CAAA;IACvB,yCAAuB,CAAA;IACvB,iDAA+B,CAAA;IAC/B,6CAA2B,CAAA;IAC3B,qEAAmD,CAAA;IACnD,2EAAyD,CAAA;IACzD,mCAAiB,CAAA;IACjB,+BAAa,CAAA;IACb,4EAA4E;IAC5E,4EAA4E;IAC5E,4EAA4E;AAC/E,CAAC,EAnBW,cAAc,KAAd,cAAc,QAmBzB"}
@@ -0,0 +1,18 @@
1
+ import { QJoinMetaData } from "./QJoinMetaData";
2
+ import { QTableMetaData } from "./QTableMetaData";
3
+ /*******************************************************************************
4
+ ** Meta-Data to define a Join for a table that should be visible on the frontend
5
+ ** (e.g., query screens).
6
+ **
7
+ *******************************************************************************/
8
+ export declare class QExposedJoin {
9
+ label: string;
10
+ isMany: boolean;
11
+ joinTable: QTableMetaData;
12
+ joinPath: QJoinMetaData[];
13
+ constructor(object: any);
14
+ /***************************************************************************
15
+ *
16
+ ***************************************************************************/
17
+ clone(): QExposedJoin;
18
+ }
@@ -0,0 +1,65 @@
1
+ /*
2
+ * QQQ - Low-code Application Framework for Engineers.
3
+ * Copyright (C) 2021-2022. Kingsrook, LLC
4
+ * 651 N Broad St Ste 205 # 6917 | Middletown DE 19709 | United States
5
+ * contact@kingsrook.com
6
+ * https://github.com/Kingsrook/
7
+ *
8
+ * This program is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU Affero General Public License as
10
+ * published by the Free Software Foundation, either version 3 of the
11
+ * License, or (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU Affero General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU Affero General Public License
19
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
20
+ */
21
+ var __assign = (this && this.__assign) || function () {
22
+ __assign = Object.assign || function(t) {
23
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
24
+ s = arguments[i];
25
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
26
+ t[p] = s[p];
27
+ }
28
+ return t;
29
+ };
30
+ return __assign.apply(this, arguments);
31
+ };
32
+ import { QJoinMetaData } from "./QJoinMetaData";
33
+ import { QTableMetaData } from "./QTableMetaData";
34
+ /*******************************************************************************
35
+ ** Meta-Data to define a Join for a table that should be visible on the frontend
36
+ ** (e.g., query screens).
37
+ **
38
+ *******************************************************************************/
39
+ var QExposedJoin = /** @class */ (function () {
40
+ function QExposedJoin(object) {
41
+ this.label = object.label;
42
+ this.isMany = object.isMany;
43
+ this.joinTable = new QTableMetaData(object.joinTable);
44
+ this.joinPath = [];
45
+ for (var i = 0; i < object.joinPath.length; i++) {
46
+ this.joinPath.push(new QJoinMetaData(object.joinPath[i]));
47
+ }
48
+ }
49
+ /***************************************************************************
50
+ *
51
+ ***************************************************************************/
52
+ QExposedJoin.prototype.clone = function () {
53
+ var joinTableClone = this.joinTable.clone();
54
+ var joinPathClone = [];
55
+ for (var _i = 0, _a = this.joinPath; _i < _a.length; _i++) {
56
+ var joinMetaData = _a[_i];
57
+ joinPathClone.push(joinMetaData.clone());
58
+ }
59
+ var clone = new QExposedJoin(__assign(__assign({}, this), { joinTable: joinTableClone, joinPath: joinPathClone }));
60
+ return (clone);
61
+ };
62
+ return QExposedJoin;
63
+ }());
64
+ export { QExposedJoin };
65
+ //# sourceMappingURL=QExposedJoin.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QExposedJoin.js","sourceRoot":"","sources":["../../../src/model/metaData/QExposedJoin.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;;;;;;;;;;AAEH,OAAO,EAAC,aAAa,EAAC,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAC,cAAc,EAAC,MAAM,kBAAkB,CAAC;AAEhD;;;;iFAIiF;AACjF;IAOG,sBAAY,MAAW;QAEpB,IAAI,CAAC,KAAK,GAAG,MAAM,CAAC,KAAK,CAAC;QAC1B,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC;QAC5B,IAAI,CAAC,SAAS,GAAG,IAAI,cAAc,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC;QACtD,IAAI,CAAC,QAAQ,GAAG,EAAE,CAAC;QACnB,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,MAAM,CAAC,QAAQ,CAAC,MAAM,EAAE,CAAC,EAAE,EAC/C;YACG,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,aAAa,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;SAC5D;IACJ,CAAC;IAED;;iFAE6E;IACtE,4BAAK,GAAZ;QAEG,IAAM,cAAc,GAAI,IAAI,CAAC,SAAiB,CAAC,KAAK,EAAE,CAAC;QAEvD,IAAM,aAAa,GAAoB,EAAE,CAAC;QAC1C,KAAyB,UAAa,EAAb,KAAA,IAAI,CAAC,QAAQ,EAAb,cAAa,EAAb,IAAa,EACtC;YADK,IAAI,YAAY,SAAA;YAElB,aAAa,CAAC,IAAI,CAAE,YAAoB,CAAC,KAAK,EAAE,CAAC,CAAC;SACpD;QAED,IAAM,KAAK,GAAG,IAAI,YAAY,uBACxB,IAAI,KACP,SAAS,EAAE,cAAc,EACzB,QAAQ,EAAE,aAAa,IACxB,CAAC;QACH,OAAO,CAAC,KAAK,CAAC,CAAC;IAClB,CAAC;IACJ,mBAAC;AAAD,CAAC,AAvCD,IAuCC"}
@@ -0,0 +1,46 @@
1
+ import { QPossibleValue } from "../QPossibleValue";
2
+ import { QQueryFilter } from "../query/QQueryFilter";
3
+ import { AdornmentType } from "./AdornmentType";
4
+ import { FieldAdornment } from "./FieldAdornment";
5
+ import { QFieldType } from "./QFieldType";
6
+ import { QHelpContent } from "./QHelpContent";
7
+ /*******************************************************************************
8
+ ** Meta-data to represent a single field in a table.
9
+ **
10
+ *******************************************************************************/
11
+ export declare class QFieldMetaData {
12
+ name: string;
13
+ label: string;
14
+ defaultValue: string;
15
+ type: QFieldType;
16
+ isRequired: boolean;
17
+ isEditable: boolean;
18
+ isHeavy: boolean;
19
+ isHidden: boolean;
20
+ possibleValueSourceName: string;
21
+ inlinePossibleValueSource?: QPossibleValue[];
22
+ displayFormat: string;
23
+ gridColumns?: number;
24
+ adornments?: FieldAdornment[];
25
+ helpContents?: QHelpContent[];
26
+ behaviors?: any[];
27
+ supplementalFieldMetaData: Map<String, any>;
28
+ possibleValueSourceFilter?: QQueryFilter;
29
+ maxLength?: number;
30
+ /*******************************************************************************
31
+ **
32
+ *******************************************************************************/
33
+ constructor(object: any);
34
+ /*******************************************************************************
35
+ ** test if this field has an adornment of a given type
36
+ *******************************************************************************/
37
+ hasAdornment(type: AdornmentType): boolean;
38
+ /*******************************************************************************
39
+ ** get the adornment of a given type from this field
40
+ *******************************************************************************/
41
+ getAdornment(type: AdornmentType): FieldAdornment | null;
42
+ /***************************************************************************
43
+ *
44
+ ***************************************************************************/
45
+ clone(): QFieldMetaData;
46
+ }