@qrunio/qqq-frontend-core 0.40.8-SNAPSHOT → 0.40.10-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.
- package/lib/model/metaData/QBrandingMetaData.d.ts +2 -0
- package/lib/model/metaData/QBrandingMetaData.js +2 -0
- package/lib/model/metaData/QBrandingMetaData.js.map +1 -1
- package/lib/model/metaData/QInstance.d.ts +0 -2
- package/lib/model/metaData/QInstance.js +0 -4
- package/lib/model/metaData/QInstance.js.map +1 -1
- package/lib/model/metaData/QTableMetaData.d.ts +2 -1
- package/lib/model/metaData/QTableMetaData.js +2 -1
- package/lib/model/metaData/QTableMetaData.js.map +1 -1
- package/lib/model/metaData/QVirtualFieldMetaData.d.ts +18 -0
- package/lib/model/metaData/QVirtualFieldMetaData.js +71 -0
- package/lib/model/metaData/QVirtualFieldMetaData.js.map +1 -0
- package/lib/model/query/FieldFunction.d.ts +14 -0
- package/lib/model/query/FieldFunction.js +53 -0
- package/lib/model/query/FieldFunction.js.map +1 -0
- package/lib/model/query/QFilterCriteria.d.ts +2 -0
- package/lib/model/query/QFilterCriteria.js +3 -0
- package/lib/model/query/QFilterCriteria.js.map +1 -1
- package/package.json +1 -1
- package/lib/model/metaData/QThemeMetaData.d.ts +0 -106
- package/lib/model/metaData/QThemeMetaData.js +0 -151
- package/lib/model/metaData/QThemeMetaData.js.map +0 -1
|
@@ -10,6 +10,8 @@ export declare class QBrandingMetaData {
|
|
|
10
10
|
logo?: string;
|
|
11
11
|
icon?: string;
|
|
12
12
|
accentColor?: string;
|
|
13
|
+
accentColorLight?: string;
|
|
14
|
+
gravatarDefault?: string;
|
|
13
15
|
environmentBannerText?: string;
|
|
14
16
|
environmentBannerColor?: string;
|
|
15
17
|
banners?: Map<string, Banner>;
|
|
@@ -31,6 +31,8 @@ var QBrandingMetaData = /** @class */ (function () {
|
|
|
31
31
|
this.logo = object.logo;
|
|
32
32
|
this.icon = object.icon;
|
|
33
33
|
this.accentColor = object.accentColor;
|
|
34
|
+
this.accentColorLight = object.accentColorLight;
|
|
35
|
+
this.gravatarDefault = object.gravatarDefault;
|
|
34
36
|
this.environmentBannerText = object.environmentBannerText;
|
|
35
37
|
this.environmentBannerColor = object.environmentBannerColor;
|
|
36
38
|
this.banners = new Map();
|
|
@@ -1 +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;
|
|
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;IAmBG,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,gBAAgB,GAAG,MAAM,CAAC,gBAAgB,CAAC;QAChD,IAAI,CAAC,eAAe,GAAG,MAAM,CAAC,eAAe,CAAC;QAC9C,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,AAzCD,IAyCC"}
|
|
@@ -5,7 +5,6 @@ import { QHelpContent } from "./QHelpContent";
|
|
|
5
5
|
import { QProcessMetaData } from "./QProcessMetaData";
|
|
6
6
|
import { QReportMetaData } from "./QReportMetaData";
|
|
7
7
|
import { QTableMetaData } from "./QTableMetaData";
|
|
8
|
-
import { QThemeMetaData } from "./QThemeMetaData";
|
|
9
8
|
import { QWidgetMetaData } from "./QWidgetMetaData";
|
|
10
9
|
/*******************************************************************************
|
|
11
10
|
** Meta-Data definition of a QQQ Instance
|
|
@@ -19,7 +18,6 @@ export declare class QInstance {
|
|
|
19
18
|
apps?: Map<string, QAppMetaData>;
|
|
20
19
|
appTree?: QAppTreeNode[];
|
|
21
20
|
branding?: QBrandingMetaData;
|
|
22
|
-
theme?: QThemeMetaData;
|
|
23
21
|
environmentValues?: Map<string, string>;
|
|
24
22
|
helpContent?: Map<string, QHelpContent[]>;
|
|
25
23
|
supplementalInstanceMetaData: Map<String, any>;
|
|
@@ -26,7 +26,6 @@ import { QHelpContent } from "./QHelpContent";
|
|
|
26
26
|
import { QProcessMetaData } from "./QProcessMetaData";
|
|
27
27
|
import { QReportMetaData } from "./QReportMetaData";
|
|
28
28
|
import { QTableMetaData } from "./QTableMetaData";
|
|
29
|
-
import { QThemeMetaData } from "./QThemeMetaData";
|
|
30
29
|
import { QWidgetMetaData } from "./QWidgetMetaData";
|
|
31
30
|
/*******************************************************************************
|
|
32
31
|
** Meta-Data definition of a QQQ Instance
|
|
@@ -86,9 +85,6 @@ var QInstance = /** @class */ (function () {
|
|
|
86
85
|
for (var key in object.supplementalInstanceMetaData) {
|
|
87
86
|
this.supplementalInstanceMetaData.set(key, object.supplementalInstanceMetaData[key]);
|
|
88
87
|
}
|
|
89
|
-
if (object.supplementalInstanceMetaData["theme"]) {
|
|
90
|
-
this.theme = new QThemeMetaData(object.supplementalInstanceMetaData["theme"]);
|
|
91
|
-
}
|
|
92
88
|
}
|
|
93
89
|
this.helpContent = QHelpContent.buildMap(object.helpContents);
|
|
94
90
|
if (object.redirects) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QInstance.js","sourceRoot":"","sources":["../../../src/model/metaData/QInstance.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,EAAC,YAAY,EAAC,MAAM,gBAAgB,CAAC;AAC5C,OAAO,EAAC,YAAY,EAAC,MAAM,gBAAgB,CAAC;AAC5C,OAAO,EAAC,YAAY,EAAC,MAAM,gBAAgB,CAAC;AAC5C,OAAO,EAAC,iBAAiB,EAAC,MAAM,qBAAqB,CAAC;AACtD,OAAO,EAAC,YAAY,EAAC,MAAM,gBAAgB,CAAC;AAC5C,OAAO,EAAC,gBAAgB,EAAC,MAAM,oBAAoB,CAAC;AACpD,OAAO,EAAC,eAAe,EAAC,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAC,cAAc,EAAC,MAAM,kBAAkB,CAAC;AAChD,OAAO,EAAC,
|
|
1
|
+
{"version":3,"file":"QInstance.js","sourceRoot":"","sources":["../../../src/model/metaData/QInstance.ts"],"names":[],"mappings":"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"}
|
|
@@ -3,6 +3,7 @@ import { QFieldMetaData } from "./QFieldMetaData";
|
|
|
3
3
|
import { QHelpContent } from "./QHelpContent";
|
|
4
4
|
import { QMenu } from "./QMenu";
|
|
5
5
|
import { QTableSection } from "./QTableSection";
|
|
6
|
+
import { QVirtualFieldMetaData } from "./QVirtualFieldMetaData";
|
|
6
7
|
/*******************************************************************************
|
|
7
8
|
** Meta-Data to define a table in a QQQ instance.
|
|
8
9
|
**
|
|
@@ -13,7 +14,7 @@ export declare class QTableMetaData {
|
|
|
13
14
|
isHidden: boolean;
|
|
14
15
|
primaryKeyField: string;
|
|
15
16
|
fields?: Map<string, QFieldMetaData>;
|
|
16
|
-
virtualFields?: Map<string,
|
|
17
|
+
virtualFields?: Map<string, QVirtualFieldMetaData>;
|
|
17
18
|
iconName?: string;
|
|
18
19
|
sections?: QTableSection[];
|
|
19
20
|
exposedJoins?: QExposedJoin[];
|
|
@@ -34,6 +34,7 @@ import { QFieldMetaData } from "./QFieldMetaData";
|
|
|
34
34
|
import { QHelpContent } from "./QHelpContent";
|
|
35
35
|
import { QMenu } from "./QMenu";
|
|
36
36
|
import { QTableSection } from "./QTableSection";
|
|
37
|
+
import { QVirtualFieldMetaData } from "./QVirtualFieldMetaData";
|
|
37
38
|
/*******************************************************************************
|
|
38
39
|
** Meta-Data to define a table in a QQQ instance.
|
|
39
40
|
**
|
|
@@ -68,7 +69,7 @@ var QTableMetaData = /** @class */ (function () {
|
|
|
68
69
|
if (object.virtualFields) {
|
|
69
70
|
this.virtualFields = new Map();
|
|
70
71
|
for (var key in object.virtualFields) {
|
|
71
|
-
this.virtualFields.set(key, new
|
|
72
|
+
this.virtualFields.set(key, new QVirtualFieldMetaData(object.virtualFields[key]));
|
|
72
73
|
}
|
|
73
74
|
}
|
|
74
75
|
if (object.sections) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QTableMetaData.js","sourceRoot":"","sources":["../../../src/model/metaData/QTableMetaData.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;;;;;;;;;;AAEH,OAAO,EAAC,YAAY,EAAC,MAAM,gBAAgB,CAAC;AAC5C,OAAO,EAAC,cAAc,EAAC,MAAM,kBAAkB,CAAC;AAChD,OAAO,EAAC,YAAY,EAAC,MAAM,gBAAgB,CAAC;AAC5C,OAAO,EAAC,KAAK,EAAC,MAAM,SAAS,CAAC;AAC9B,OAAO,EAAC,aAAa,EAAC,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"QTableMetaData.js","sourceRoot":"","sources":["../../../src/model/metaData/QTableMetaData.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { QFieldMetaData } from "./QFieldMetaData";
|
|
2
|
+
/***************************************************************************
|
|
3
|
+
* Meta-data to represent a virtual field in a table.
|
|
4
|
+
*
|
|
5
|
+
* This is a subclass of QFieldMetaData, as it is on the QQQ backend.
|
|
6
|
+
***************************************************************************/
|
|
7
|
+
export declare class QVirtualFieldMetaData extends QFieldMetaData {
|
|
8
|
+
isQueryCriteria: boolean;
|
|
9
|
+
isQuerySelectable: boolean;
|
|
10
|
+
/***************************************************************************
|
|
11
|
+
*
|
|
12
|
+
***************************************************************************/
|
|
13
|
+
constructor(object: any);
|
|
14
|
+
/***************************************************************************
|
|
15
|
+
*
|
|
16
|
+
***************************************************************************/
|
|
17
|
+
clone(): QVirtualFieldMetaData;
|
|
18
|
+
}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* QQQ - Low-code Application Framework for Engineers.
|
|
3
|
+
* Copyright (C) 2021-2026. 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 __extends = (this && this.__extends) || (function () {
|
|
22
|
+
var extendStatics = function (d, b) {
|
|
23
|
+
extendStatics = Object.setPrototypeOf ||
|
|
24
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
25
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
26
|
+
return extendStatics(d, b);
|
|
27
|
+
};
|
|
28
|
+
return function (d, b) {
|
|
29
|
+
if (typeof b !== "function" && b !== null)
|
|
30
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
31
|
+
extendStatics(d, b);
|
|
32
|
+
function __() { this.constructor = d; }
|
|
33
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
import { QFieldMetaData } from "./QFieldMetaData";
|
|
37
|
+
/***************************************************************************
|
|
38
|
+
* Meta-data to represent a virtual field in a table.
|
|
39
|
+
*
|
|
40
|
+
* This is a subclass of QFieldMetaData, as it is on the QQQ backend.
|
|
41
|
+
***************************************************************************/
|
|
42
|
+
var QVirtualFieldMetaData = /** @class */ (function (_super) {
|
|
43
|
+
__extends(QVirtualFieldMetaData, _super);
|
|
44
|
+
/***************************************************************************
|
|
45
|
+
*
|
|
46
|
+
***************************************************************************/
|
|
47
|
+
function QVirtualFieldMetaData(object) {
|
|
48
|
+
var _this = _super.call(this, object) || this;
|
|
49
|
+
_this.isQueryCriteria = false;
|
|
50
|
+
_this.isQuerySelectable = false;
|
|
51
|
+
_this.isQueryCriteria = object.isQueryCriteria;
|
|
52
|
+
_this.isQuerySelectable = object.isQuerySelectable;
|
|
53
|
+
return _this;
|
|
54
|
+
}
|
|
55
|
+
/***************************************************************************
|
|
56
|
+
*
|
|
57
|
+
***************************************************************************/
|
|
58
|
+
QVirtualFieldMetaData.prototype.clone = function () {
|
|
59
|
+
var clone = _super.prototype.clone.call(this);
|
|
60
|
+
///////////////////////////////////////////////////////////////////////////////
|
|
61
|
+
// any time we do a super clone, we want to set the prototype to our subtype //
|
|
62
|
+
///////////////////////////////////////////////////////////////////////////////
|
|
63
|
+
Object.setPrototypeOf(clone, QVirtualFieldMetaData.prototype);
|
|
64
|
+
clone.isQueryCriteria = this.isQueryCriteria;
|
|
65
|
+
clone.isQuerySelectable = this.isQuerySelectable;
|
|
66
|
+
return (clone);
|
|
67
|
+
};
|
|
68
|
+
return QVirtualFieldMetaData;
|
|
69
|
+
}(QFieldMetaData));
|
|
70
|
+
export { QVirtualFieldMetaData };
|
|
71
|
+
//# sourceMappingURL=QVirtualFieldMetaData.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QVirtualFieldMetaData.js","sourceRoot":"","sources":["../../../src/model/metaData/QVirtualFieldMetaData.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;;;;;;;;;;;;;;AAEH,OAAO,EAAC,cAAc,EAAC,MAAM,kBAAkB,CAAC;AAEhD;;;;6EAI6E;AAC7E;IAA2C,yCAAc;IAKtD;;iFAE6E;IAC7E,+BAAY,MAAW;QAAvB,YAEG,kBAAM,MAAM,CAAC,SAIf;QAZD,qBAAe,GAAa,KAAK,CAAC;QAClC,uBAAiB,GAAY,KAAK,CAAC;QAShC,KAAI,CAAC,eAAe,GAAG,MAAM,CAAC,eAAe,CAAC;QAC9C,KAAI,CAAC,iBAAiB,GAAG,MAAM,CAAC,iBAAiB,CAAC;;IACrD,CAAC;IAID;;iFAE6E;IACtE,qCAAK,GAAZ;QAEG,IAAM,KAAK,GAAG,iBAAM,KAAK,WAA2B,CAAC;QAErD,+EAA+E;QAC/E,+EAA+E;QAC/E,+EAA+E;QAC/E,MAAM,CAAC,cAAc,CAAC,KAAK,EAAE,qBAAqB,CAAC,SAAS,CAAC,CAAA;QAE7D,KAAK,CAAC,eAAe,GAAG,IAAI,CAAC,eAAe,CAAC;QAC7C,KAAK,CAAC,iBAAiB,GAAG,IAAI,CAAC,iBAAiB,CAAC;QAEjD,OAAO,CAAC,KAAK,CAAC,CAAC;IAClB,CAAC;IACJ,4BAAC;AAAD,CAAC,AAnCD,CAA2C,cAAc,GAmCxD"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/*******************************************************************************
|
|
2
|
+
** Define a field function being used in a QQQ application
|
|
3
|
+
**
|
|
4
|
+
*******************************************************************************/
|
|
5
|
+
export declare class FieldFunction {
|
|
6
|
+
fieldName: string;
|
|
7
|
+
functionTypeIdentifierName: string;
|
|
8
|
+
arguments: Record<string, any>;
|
|
9
|
+
constructor(fieldName: string, functionTypeIdentifierName: string, _arguments: Record<string, any>);
|
|
10
|
+
/***************************************************************************
|
|
11
|
+
*
|
|
12
|
+
***************************************************************************/
|
|
13
|
+
clone(): FieldFunction;
|
|
14
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
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
|
+
/*******************************************************************************
|
|
33
|
+
** Define a field function being used in a QQQ application
|
|
34
|
+
**
|
|
35
|
+
*******************************************************************************/
|
|
36
|
+
var FieldFunction = /** @class */ (function () {
|
|
37
|
+
function FieldFunction(fieldName, functionTypeIdentifierName, _arguments) {
|
|
38
|
+
this.fieldName = fieldName;
|
|
39
|
+
this.functionTypeIdentifierName = functionTypeIdentifierName;
|
|
40
|
+
this.arguments = _arguments;
|
|
41
|
+
}
|
|
42
|
+
/***************************************************************************
|
|
43
|
+
*
|
|
44
|
+
***************************************************************************/
|
|
45
|
+
FieldFunction.prototype.clone = function () {
|
|
46
|
+
var cloneArguments = (this.arguments === null ? null : this.arguments === undefined ? undefined : __assign({}, this.arguments));
|
|
47
|
+
var clone = new FieldFunction(this.fieldName, this.functionTypeIdentifierName, cloneArguments);
|
|
48
|
+
return (clone);
|
|
49
|
+
};
|
|
50
|
+
return FieldFunction;
|
|
51
|
+
}());
|
|
52
|
+
export { FieldFunction };
|
|
53
|
+
//# sourceMappingURL=FieldFunction.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FieldFunction.js","sourceRoot":"","sources":["../../../src/model/query/FieldFunction.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;;;;;;;;;;AAEH;;;iFAGiF;AACjF;IAMG,uBAAY,SAAiB,EAAE,0BAAkC,EAAE,UAA+B;QAE/F,IAAI,CAAC,SAAS,GAAG,SAAS,CAAC;QAC3B,IAAI,CAAC,0BAA0B,GAAG,0BAA0B,CAAC;QAC7D,IAAI,CAAC,SAAS,GAAG,UAAU,CAAC;IAC/B,CAAC;IAED;;iFAE6E;IACtE,6BAAK,GAAZ;QAEG,IAAM,cAAc,GAAG,CAAC,IAAI,CAAC,SAAS,KAAK,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,KAAK,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,cAAK,IAAI,CAAC,SAAS,CAAC,CAAwB,CAAC;QAEhJ,IAAM,KAAK,GAAG,IAAI,aAAa,CAC5B,IAAI,CAAC,SAAS,EACd,IAAI,CAAC,0BAA0B,EAC/B,cAAc,CAChB,CAAC;QAEF,OAAO,CAAC,KAAK,CAAC,CAAC;IAClB,CAAC;IACJ,oBAAC;AAAD,CAAC,AA5BD,IA4BC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { FieldFunction } from "./FieldFunction";
|
|
1
2
|
import { QCriteriaOperator } from "./QCriteriaOperator";
|
|
2
3
|
/*******************************************************************************
|
|
3
4
|
** Define a filter criteria in a QQQ instance.
|
|
@@ -8,6 +9,7 @@ export declare class QFilterCriteria {
|
|
|
8
9
|
operator: QCriteriaOperator;
|
|
9
10
|
values: any[];
|
|
10
11
|
otherFieldName?: string;
|
|
12
|
+
fieldFunction?: FieldFunction;
|
|
11
13
|
constructor(fieldName: string, operator: QCriteriaOperator, values: any[]);
|
|
12
14
|
/***************************************************************************
|
|
13
15
|
*
|
|
@@ -44,6 +44,9 @@ var QFilterCriteria = /** @class */ (function () {
|
|
|
44
44
|
var cloneValues = (this.values === null ? null : this.values === undefined ? undefined : __spreadArray([], this.values, true));
|
|
45
45
|
var clone = new QFilterCriteria(this.fieldName, this.operator, cloneValues);
|
|
46
46
|
clone.otherFieldName = this.otherFieldName;
|
|
47
|
+
if (this.fieldFunction) {
|
|
48
|
+
clone.fieldFunction = this.fieldFunction.clone();
|
|
49
|
+
}
|
|
47
50
|
return (clone);
|
|
48
51
|
};
|
|
49
52
|
return QFilterCriteria;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QFilterCriteria.js","sourceRoot":"","sources":["../../../src/model/query/QFilterCriteria.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"QFilterCriteria.js","sourceRoot":"","sources":["../../../src/model/query/QFilterCriteria.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;;;;;;;;AAKH;;;iFAGiF;AACjF;IAQG,yBAAY,SAAiB,EAAE,QAA2B,EAAE,MAAa;QAEtE,IAAI,CAAC,SAAS,GAAG,SAAS,CAAC;QAC3B,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;QACzB,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACxB,CAAC;IAED;;iFAE6E;IACtE,+BAAK,GAAZ;QAEG,IAAM,WAAW,GAAG,CAAC,IAAI,CAAC,MAAM,KAAK,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,KAAK,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,mBAAK,IAAI,CAAC,MAAM,OAAC,CAAU,CAAC;QAEtH,IAAM,KAAK,GAAG,IAAI,eAAe,CAC9B,IAAI,CAAC,SAAS,EACd,IAAI,CAAC,QAAQ,EACb,WAAW,CACb,CAAC;QAEF,KAAK,CAAC,cAAc,GAAG,IAAI,CAAC,cAAc,CAAC;QAE3C,IAAG,IAAI,CAAC,aAAa,EACrB;YACG,KAAK,CAAC,aAAa,GAAG,IAAI,CAAC,aAAa,CAAC,KAAK,EAAE,CAAC;SACnD;QAED,OAAO,CAAC,KAAK,CAAC,CAAC;IAClB,CAAC;IACJ,sBAAC;AAAD,CAAC,AArCD,IAqCC"}
|
package/package.json
CHANGED
|
@@ -1,106 +0,0 @@
|
|
|
1
|
-
/*******************************************************************************
|
|
2
|
-
** Meta-Data to define theme configuration in a QQQ instance.
|
|
3
|
-
**
|
|
4
|
-
*******************************************************************************/
|
|
5
|
-
export declare class QThemeMetaData {
|
|
6
|
-
primaryColor?: string;
|
|
7
|
-
secondaryColor?: string;
|
|
8
|
-
backgroundColor?: string;
|
|
9
|
-
surfaceColor?: string;
|
|
10
|
-
textPrimary?: string;
|
|
11
|
-
textSecondary?: string;
|
|
12
|
-
errorColor?: string;
|
|
13
|
-
warningColor?: string;
|
|
14
|
-
successColor?: string;
|
|
15
|
-
infoColor?: string;
|
|
16
|
-
fontFamily?: string;
|
|
17
|
-
headerFontFamily?: string;
|
|
18
|
-
monoFontFamily?: string;
|
|
19
|
-
fontSizeBase?: string;
|
|
20
|
-
fontWeightLight?: number;
|
|
21
|
-
fontWeightRegular?: number;
|
|
22
|
-
fontWeightMedium?: number;
|
|
23
|
-
fontWeightBold?: number;
|
|
24
|
-
typographyH1FontSize?: string;
|
|
25
|
-
typographyH1FontWeight?: number;
|
|
26
|
-
typographyH1LineHeight?: number;
|
|
27
|
-
typographyH1LetterSpacing?: string;
|
|
28
|
-
typographyH1TextTransform?: string;
|
|
29
|
-
typographyH2FontSize?: string;
|
|
30
|
-
typographyH2FontWeight?: number;
|
|
31
|
-
typographyH2LineHeight?: number;
|
|
32
|
-
typographyH2LetterSpacing?: string;
|
|
33
|
-
typographyH2TextTransform?: string;
|
|
34
|
-
typographyH3FontSize?: string;
|
|
35
|
-
typographyH3FontWeight?: number;
|
|
36
|
-
typographyH3LineHeight?: number;
|
|
37
|
-
typographyH3LetterSpacing?: string;
|
|
38
|
-
typographyH3TextTransform?: string;
|
|
39
|
-
typographyH4FontSize?: string;
|
|
40
|
-
typographyH4FontWeight?: number;
|
|
41
|
-
typographyH4LineHeight?: number;
|
|
42
|
-
typographyH4LetterSpacing?: string;
|
|
43
|
-
typographyH4TextTransform?: string;
|
|
44
|
-
typographyH5FontSize?: string;
|
|
45
|
-
typographyH5FontWeight?: number;
|
|
46
|
-
typographyH5LineHeight?: number;
|
|
47
|
-
typographyH5LetterSpacing?: string;
|
|
48
|
-
typographyH5TextTransform?: string;
|
|
49
|
-
typographyH6FontSize?: string;
|
|
50
|
-
typographyH6FontWeight?: number;
|
|
51
|
-
typographyH6LineHeight?: number;
|
|
52
|
-
typographyH6LetterSpacing?: string;
|
|
53
|
-
typographyH6TextTransform?: string;
|
|
54
|
-
typographyBody1FontSize?: string;
|
|
55
|
-
typographyBody1FontWeight?: number;
|
|
56
|
-
typographyBody1LineHeight?: number;
|
|
57
|
-
typographyBody1LetterSpacing?: string;
|
|
58
|
-
typographyBody1TextTransform?: string;
|
|
59
|
-
typographyBody2FontSize?: string;
|
|
60
|
-
typographyBody2FontWeight?: number;
|
|
61
|
-
typographyBody2LineHeight?: number;
|
|
62
|
-
typographyBody2LetterSpacing?: string;
|
|
63
|
-
typographyBody2TextTransform?: string;
|
|
64
|
-
typographyButtonFontSize?: string;
|
|
65
|
-
typographyButtonFontWeight?: number;
|
|
66
|
-
typographyButtonLineHeight?: number;
|
|
67
|
-
typographyButtonLetterSpacing?: string;
|
|
68
|
-
typographyButtonTextTransform?: string;
|
|
69
|
-
typographyCaptionFontSize?: string;
|
|
70
|
-
typographyCaptionFontWeight?: number;
|
|
71
|
-
typographyCaptionLineHeight?: number;
|
|
72
|
-
typographyCaptionLetterSpacing?: string;
|
|
73
|
-
typographyCaptionTextTransform?: string;
|
|
74
|
-
borderRadius?: string;
|
|
75
|
-
density?: "compact" | "normal" | "comfortable";
|
|
76
|
-
logoPath?: string;
|
|
77
|
-
iconPath?: string;
|
|
78
|
-
faviconPath?: string;
|
|
79
|
-
customCss?: string;
|
|
80
|
-
iconStyle?: "filled" | "outlined" | "rounded" | "sharp" | "two-tone";
|
|
81
|
-
brandedHeaderEnabled?: boolean;
|
|
82
|
-
brandedHeaderBackgroundColor?: string;
|
|
83
|
-
brandedHeaderTextColor?: string;
|
|
84
|
-
brandedHeaderLogoPath?: string;
|
|
85
|
-
brandedHeaderLogoAltText?: string;
|
|
86
|
-
brandedHeaderHeight?: string;
|
|
87
|
-
brandedHeaderTagline?: string;
|
|
88
|
-
appBarBackgroundColor?: string;
|
|
89
|
-
appBarTextColor?: string;
|
|
90
|
-
sidebarBackgroundColor?: string;
|
|
91
|
-
sidebarTextColor?: string;
|
|
92
|
-
sidebarIconColor?: string;
|
|
93
|
-
sidebarSelectedBackgroundColor?: string;
|
|
94
|
-
sidebarSelectedTextColor?: string;
|
|
95
|
-
sidebarHoverBackgroundColor?: string;
|
|
96
|
-
sidebarDividerColor?: string;
|
|
97
|
-
tableHeaderBackgroundColor?: string;
|
|
98
|
-
tableHeaderTextColor?: string;
|
|
99
|
-
tableRowHoverColor?: string;
|
|
100
|
-
tableRowSelectedColor?: string;
|
|
101
|
-
tableBorderColor?: string;
|
|
102
|
-
dividerColor?: string;
|
|
103
|
-
borderColor?: string;
|
|
104
|
-
cardBorderColor?: string;
|
|
105
|
-
constructor(object: any);
|
|
106
|
-
}
|
|
@@ -1,151 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* QQQ - Low-code Application Framework for Engineers.
|
|
3
|
-
* Copyright (C) 2021-2025. 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 theme configuration in a QQQ instance.
|
|
23
|
-
**
|
|
24
|
-
*******************************************************************************/
|
|
25
|
-
var QThemeMetaData = /** @class */ (function () {
|
|
26
|
-
function QThemeMetaData(object) {
|
|
27
|
-
// Color palette
|
|
28
|
-
this.primaryColor = object.primaryColor;
|
|
29
|
-
this.secondaryColor = object.secondaryColor;
|
|
30
|
-
this.backgroundColor = object.backgroundColor;
|
|
31
|
-
this.surfaceColor = object.surfaceColor;
|
|
32
|
-
this.textPrimary = object.textPrimary;
|
|
33
|
-
this.textSecondary = object.textSecondary;
|
|
34
|
-
this.errorColor = object.errorColor;
|
|
35
|
-
this.warningColor = object.warningColor;
|
|
36
|
-
this.successColor = object.successColor;
|
|
37
|
-
this.infoColor = object.infoColor;
|
|
38
|
-
// Typography - Base
|
|
39
|
-
this.fontFamily = object.fontFamily;
|
|
40
|
-
this.headerFontFamily = object.headerFontFamily;
|
|
41
|
-
this.monoFontFamily = object.monoFontFamily;
|
|
42
|
-
this.fontSizeBase = object.fontSizeBase;
|
|
43
|
-
this.fontWeightLight = object.fontWeightLight;
|
|
44
|
-
this.fontWeightRegular = object.fontWeightRegular;
|
|
45
|
-
this.fontWeightMedium = object.fontWeightMedium;
|
|
46
|
-
this.fontWeightBold = object.fontWeightBold;
|
|
47
|
-
// Typography - H1
|
|
48
|
-
this.typographyH1FontSize = object.typographyH1FontSize;
|
|
49
|
-
this.typographyH1FontWeight = object.typographyH1FontWeight;
|
|
50
|
-
this.typographyH1LineHeight = object.typographyH1LineHeight;
|
|
51
|
-
this.typographyH1LetterSpacing = object.typographyH1LetterSpacing;
|
|
52
|
-
this.typographyH1TextTransform = object.typographyH1TextTransform;
|
|
53
|
-
// Typography - H2
|
|
54
|
-
this.typographyH2FontSize = object.typographyH2FontSize;
|
|
55
|
-
this.typographyH2FontWeight = object.typographyH2FontWeight;
|
|
56
|
-
this.typographyH2LineHeight = object.typographyH2LineHeight;
|
|
57
|
-
this.typographyH2LetterSpacing = object.typographyH2LetterSpacing;
|
|
58
|
-
this.typographyH2TextTransform = object.typographyH2TextTransform;
|
|
59
|
-
// Typography - H3
|
|
60
|
-
this.typographyH3FontSize = object.typographyH3FontSize;
|
|
61
|
-
this.typographyH3FontWeight = object.typographyH3FontWeight;
|
|
62
|
-
this.typographyH3LineHeight = object.typographyH3LineHeight;
|
|
63
|
-
this.typographyH3LetterSpacing = object.typographyH3LetterSpacing;
|
|
64
|
-
this.typographyH3TextTransform = object.typographyH3TextTransform;
|
|
65
|
-
// Typography - H4
|
|
66
|
-
this.typographyH4FontSize = object.typographyH4FontSize;
|
|
67
|
-
this.typographyH4FontWeight = object.typographyH4FontWeight;
|
|
68
|
-
this.typographyH4LineHeight = object.typographyH4LineHeight;
|
|
69
|
-
this.typographyH4LetterSpacing = object.typographyH4LetterSpacing;
|
|
70
|
-
this.typographyH4TextTransform = object.typographyH4TextTransform;
|
|
71
|
-
// Typography - H5
|
|
72
|
-
this.typographyH5FontSize = object.typographyH5FontSize;
|
|
73
|
-
this.typographyH5FontWeight = object.typographyH5FontWeight;
|
|
74
|
-
this.typographyH5LineHeight = object.typographyH5LineHeight;
|
|
75
|
-
this.typographyH5LetterSpacing = object.typographyH5LetterSpacing;
|
|
76
|
-
this.typographyH5TextTransform = object.typographyH5TextTransform;
|
|
77
|
-
// Typography - H6
|
|
78
|
-
this.typographyH6FontSize = object.typographyH6FontSize;
|
|
79
|
-
this.typographyH6FontWeight = object.typographyH6FontWeight;
|
|
80
|
-
this.typographyH6LineHeight = object.typographyH6LineHeight;
|
|
81
|
-
this.typographyH6LetterSpacing = object.typographyH6LetterSpacing;
|
|
82
|
-
this.typographyH6TextTransform = object.typographyH6TextTransform;
|
|
83
|
-
// Typography - Body1
|
|
84
|
-
this.typographyBody1FontSize = object.typographyBody1FontSize;
|
|
85
|
-
this.typographyBody1FontWeight = object.typographyBody1FontWeight;
|
|
86
|
-
this.typographyBody1LineHeight = object.typographyBody1LineHeight;
|
|
87
|
-
this.typographyBody1LetterSpacing = object.typographyBody1LetterSpacing;
|
|
88
|
-
this.typographyBody1TextTransform = object.typographyBody1TextTransform;
|
|
89
|
-
// Typography - Body2
|
|
90
|
-
this.typographyBody2FontSize = object.typographyBody2FontSize;
|
|
91
|
-
this.typographyBody2FontWeight = object.typographyBody2FontWeight;
|
|
92
|
-
this.typographyBody2LineHeight = object.typographyBody2LineHeight;
|
|
93
|
-
this.typographyBody2LetterSpacing = object.typographyBody2LetterSpacing;
|
|
94
|
-
this.typographyBody2TextTransform = object.typographyBody2TextTransform;
|
|
95
|
-
// Typography - Button
|
|
96
|
-
this.typographyButtonFontSize = object.typographyButtonFontSize;
|
|
97
|
-
this.typographyButtonFontWeight = object.typographyButtonFontWeight;
|
|
98
|
-
this.typographyButtonLineHeight = object.typographyButtonLineHeight;
|
|
99
|
-
this.typographyButtonLetterSpacing = object.typographyButtonLetterSpacing;
|
|
100
|
-
this.typographyButtonTextTransform = object.typographyButtonTextTransform;
|
|
101
|
-
// Typography - Caption
|
|
102
|
-
this.typographyCaptionFontSize = object.typographyCaptionFontSize;
|
|
103
|
-
this.typographyCaptionFontWeight = object.typographyCaptionFontWeight;
|
|
104
|
-
this.typographyCaptionLineHeight = object.typographyCaptionLineHeight;
|
|
105
|
-
this.typographyCaptionLetterSpacing = object.typographyCaptionLetterSpacing;
|
|
106
|
-
this.typographyCaptionTextTransform = object.typographyCaptionTextTransform;
|
|
107
|
-
// Sizing
|
|
108
|
-
this.borderRadius = object.borderRadius;
|
|
109
|
-
this.density = object.density;
|
|
110
|
-
// Asset paths
|
|
111
|
-
this.logoPath = object.logoPath;
|
|
112
|
-
this.iconPath = object.iconPath;
|
|
113
|
-
this.faviconPath = object.faviconPath;
|
|
114
|
-
// Custom CSS
|
|
115
|
-
this.customCss = object.customCss;
|
|
116
|
-
// Icon style
|
|
117
|
-
this.iconStyle = object.iconStyle;
|
|
118
|
-
// Branded Header Bar
|
|
119
|
-
this.brandedHeaderEnabled = object.brandedHeaderEnabled;
|
|
120
|
-
this.brandedHeaderBackgroundColor = object.brandedHeaderBackgroundColor;
|
|
121
|
-
this.brandedHeaderTextColor = object.brandedHeaderTextColor;
|
|
122
|
-
this.brandedHeaderLogoPath = object.brandedHeaderLogoPath;
|
|
123
|
-
this.brandedHeaderLogoAltText = object.brandedHeaderLogoAltText;
|
|
124
|
-
this.brandedHeaderHeight = object.brandedHeaderHeight;
|
|
125
|
-
this.brandedHeaderTagline = object.brandedHeaderTagline;
|
|
126
|
-
// App Bar
|
|
127
|
-
this.appBarBackgroundColor = object.appBarBackgroundColor;
|
|
128
|
-
this.appBarTextColor = object.appBarTextColor;
|
|
129
|
-
// Sidebar
|
|
130
|
-
this.sidebarBackgroundColor = object.sidebarBackgroundColor;
|
|
131
|
-
this.sidebarTextColor = object.sidebarTextColor;
|
|
132
|
-
this.sidebarIconColor = object.sidebarIconColor;
|
|
133
|
-
this.sidebarSelectedBackgroundColor = object.sidebarSelectedBackgroundColor;
|
|
134
|
-
this.sidebarSelectedTextColor = object.sidebarSelectedTextColor;
|
|
135
|
-
this.sidebarHoverBackgroundColor = object.sidebarHoverBackgroundColor;
|
|
136
|
-
this.sidebarDividerColor = object.sidebarDividerColor;
|
|
137
|
-
// Tables
|
|
138
|
-
this.tableHeaderBackgroundColor = object.tableHeaderBackgroundColor;
|
|
139
|
-
this.tableHeaderTextColor = object.tableHeaderTextColor;
|
|
140
|
-
this.tableRowHoverColor = object.tableRowHoverColor;
|
|
141
|
-
this.tableRowSelectedColor = object.tableRowSelectedColor;
|
|
142
|
-
this.tableBorderColor = object.tableBorderColor;
|
|
143
|
-
// General
|
|
144
|
-
this.dividerColor = object.dividerColor;
|
|
145
|
-
this.borderColor = object.borderColor;
|
|
146
|
-
this.cardBorderColor = object.cardBorderColor;
|
|
147
|
-
}
|
|
148
|
-
return QThemeMetaData;
|
|
149
|
-
}());
|
|
150
|
-
export { QThemeMetaData };
|
|
151
|
-
//# sourceMappingURL=QThemeMetaData.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"QThemeMetaData.js","sourceRoot":"","sources":["../../../src/model/metaData/QThemeMetaData.ts"],"names":[],"mappings":"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"}
|