@sava-info-systems/api-maker-with-extensions 1.19.8 → 1.20.1
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/dist/1025.95948d3d2668bb14.js +1 -0
- package/dist/1097.f259891962623e63.js +1 -0
- package/dist/148.1dc7d9e0cfe45510.js +1 -0
- package/dist/1558.0aae3e5c538d3815.js +1 -0
- package/dist/1678.ed1e4a269e0f42bc.js +1 -0
- package/dist/1754.691f142aa1eabe28.js +1 -0
- package/dist/1928.5c81326985ca5f64.js +1 -0
- package/dist/1957.ab7fda21d9978597.js +1 -0
- package/dist/2140.1ce150285aebe3cc.js +1 -0
- package/dist/2295.4fa1d4b5ff482f3a.js +1 -0
- package/dist/238.891233aa670bdd2b.js +1 -0
- package/dist/2473.4b2bb1ad5b1cc99d.js +1 -0
- package/dist/2714.9880836f6b8b78a7.js +1 -0
- package/dist/2735.a66ecf607b9654e0.js +1 -0
- package/dist/2908.c26d49c83d4cbc85.js +1 -0
- package/dist/292.a9b9c6aef70ca8b4.js +1 -0
- package/dist/3081.cd465078d391b50b.js +1 -0
- package/dist/3139.b15465b9cea3b772.js +1 -0
- package/dist/3450.9b5cfc83039b02b5.js +1 -0
- package/dist/3664.4a1dd7f16f8b57fb.js +1 -0
- package/dist/3rdpartylicenses.txt +829 -0
- package/dist/4110.c8b37cab34b21d0d.js +1 -0
- package/dist/4186.3bd4de588fe7617d.js +1 -0
- package/dist/4211.188f84c688ab656f.js +1 -0
- package/dist/4575.f2056aa18e4cc778.js +1 -0
- package/dist/4842.e7649d81606ad80d.js +1 -0
- package/dist/485.ec283c2f8b792308.js +1 -0
- package/dist/4895.a54759704d1994b1.js +1 -0
- package/dist/5334.b4ed1b45db24d12f.js +1 -0
- package/dist/5421.2067001c10533303.js +1 -0
- package/dist/5679.4e22239895c7f520.js +1 -0
- package/dist/5761.331ca41ab64cca92.js +1 -0
- package/dist/5765.1994a5bd001c1c55.js +1 -0
- package/dist/6236.5b62431db131ce4d.js +1 -0
- package/dist/6393.958d3e53cb6f8226.js +1 -0
- package/dist/6401.374823002788afe7.js +1 -0
- package/dist/7368.fa9ed2cea7c284b8.js +1 -0
- package/dist/7436.640bf5fe48814cbe.js +1 -0
- package/dist/7470.1bdcf8e01acb62bd.js +1 -0
- package/dist/7649.ab4744cfe713eec0.js +1 -0
- package/dist/7975.6f386123f5c64f78.js +1 -0
- package/dist/7977.afeded970bac8b66.js +1 -0
- package/dist/7987.d15aacc264588b12.js +1 -0
- package/dist/8125.35fe2368910566d5.js +1 -0
- package/dist/8266.aca59a0a04590ab1.js +1 -0
- package/dist/8296.e4e3f60f70779a30.js +1 -0
- package/dist/8841.f7eb5568831c2981.js +1 -0
- package/dist/885.c5fd870ec02f004d.js +1 -0
- package/dist/891.5e08c81e5200413e.js +1 -0
- package/dist/913.4580b4ce4307a40f.js +1 -0
- package/dist/9243.08630ad94e1fddba.js +1 -0
- package/dist/9575.30ac91b65602c0ca.js +1 -0
- package/dist/9939.4b0d758462bcc042.js +1 -0
- package/dist/assets/images/icons/scanning-period.svg +13 -0
- package/dist/assets/schema-types/InterfaceProps.ts +38 -0
- package/dist/assets/schema-types/store-types.ts +4 -0
- package/dist/assets/schema-types/types.ts +82 -0
- package/dist/assets/styles/colors-dark.scss +4 -0
- package/dist/assets/styles/out/bootstrap-overrides.css.map +1 -0
- package/dist/assets/styles/out/colors-dark.css +1 -1
- package/dist/assets/styles/out/colors-dark.css.map +1 -0
- package/dist/assets/styles/out/colors-light.css.map +1 -0
- package/dist/assets/styles/out/monaco-editor-overrides.css.map +1 -0
- package/dist/assets/styles/out/styles.css +1 -1
- package/dist/assets/styles/out/styles.css.map +1 -0
- package/dist/assets/styles/out/variables.css.map +1 -0
- package/dist/assets/styles/styles.scss +42 -1
- package/dist/common.912ad7a22e5de63a.js +1 -0
- package/dist/index.html +5 -1
- package/dist/main.71d23d87fc0a83a2.js +1 -0
- package/dist/polyfills.47193e1d7d4041b5.js +1 -0
- package/dist/runtime.3e2c700389e48f46.js +1 -0
- package/main.js +1 -1
- package/package.json +15 -15
- package/sandbox/Dockerfile +3 -2
- package/sandbox/assets/schema-types/store-types.js +53 -49
- package/sandbox/assets/schema-types/types.js +285 -265
- package/sandbox/package.json +1 -4
- package/sandbox/sandbox.js +1 -1
- package/src/assets/schema-types/store-types.ts +4 -0
- package/src/assets/schema-types/types.ts +82 -0
- package/src/public/dist-db-masters/browser/assets/data/mime_types.json +1 -0
- package/src/public/dist-db-masters/browser/index.html +1 -1
- package/src/public/dist-db-masters/browser/main-HGRBZVEX.js +139 -0
- package/src/public/dist-db-masters/browser/main-LWHKTSAI.js +139 -0
- package/src/tools/local-client.js +1 -1
- package/dist/1025.ad3d7fe2972421a7.js +0 -1
- package/dist/1097.f7edc9a254293cbe.js +0 -1
- package/dist/148.3d1172921fc38628.js +0 -1
- package/dist/1558.d77067ef3989dc57.js +0 -1
- package/dist/1617.cd35a3a268fd8f90.js +0 -1
- package/dist/1678.2c6fe869dc9df280.js +0 -1
- package/dist/1754.616b92791d39dab1.js +0 -1
- package/dist/1928.a299b3986d670379.js +0 -1
- package/dist/1957.cafa315c70f23efe.js +0 -1
- package/dist/2140.82e389d21656cd83.js +0 -1
- package/dist/2295.b066a00a7c4c4d9c.js +0 -1
- package/dist/238.ec990f26e1e29a5e.js +0 -1
- package/dist/2473.6a522dcf87dfb922.js +0 -1
- package/dist/2714.1ed8bfd73f5693eb.js +0 -1
- package/dist/2735.880b4c038ef3207e.js +0 -1
- package/dist/2908.c7cbde300e1840a4.js +0 -1
- package/dist/3081.dd32ee0f5db41577.js +0 -1
- package/dist/3139.7a6ebcaa6a5f38f6.js +0 -1
- package/dist/3450.68d8d179c9496764.js +0 -1
- package/dist/4110.1747a68dfaacbbd8.js +0 -1
- package/dist/4186.601304798e909236.js +0 -1
- package/dist/4211.ad181f08e1073d52.js +0 -1
- package/dist/4575.987834c6e73af961.js +0 -1
- package/dist/4842.f89ded9e1e9f1110.js +0 -1
- package/dist/485.b333cf63f954b75c.js +0 -1
- package/dist/4895.95e42b567a89ce84.js +0 -1
- package/dist/5249.73e35de880a7af92.js +0 -1
- package/dist/5334.8ed5b236a6948681.js +0 -1
- package/dist/5421.e729ed3585afa9af.js +0 -1
- package/dist/5679.53292305f1448567.js +0 -1
- package/dist/5761.c363fe26244e8787.js +0 -1
- package/dist/5765.2b385a8405d8e7b2.js +0 -1
- package/dist/6236.b81e95926f7fcd60.js +0 -1
- package/dist/6393.1323e8b7d2cdae70.js +0 -1
- package/dist/6401.02e5b3cb94d0322a.js +0 -1
- package/dist/6925.d59cabb0e343d24c.js +0 -1
- package/dist/7368.4c04430d3efc5947.js +0 -1
- package/dist/7436.7e4876b9e90efde6.js +0 -1
- package/dist/7470.9195bddaee5202e0.js +0 -1
- package/dist/7649.870e05f3aa978078.js +0 -1
- package/dist/7975.dbe6e674c50ab553.js +0 -1
- package/dist/7977.35ebfb6f4c9503b4.js +0 -1
- package/dist/7987.5202964524a17ffa.js +0 -1
- package/dist/8125.58e1a7a385797896.js +0 -1
- package/dist/8266.d665463de8b8d75a.js +0 -1
- package/dist/8296.32f107844a1381b6.js +0 -1
- package/dist/8374.11d430ef2432bfba.js +0 -1
- package/dist/8682.5bde1163690a18dc.js +0 -1
- package/dist/8841.6cb824dd9d5ad8f8.js +0 -1
- package/dist/885.e3d53b62c51f8311.js +0 -1
- package/dist/891.333c6913b8246e3c.js +0 -1
- package/dist/913.e60cadd27b99097f.js +0 -1
- package/dist/9243.c223cdbc4cd84cb8.js +0 -1
- package/dist/9575.0a35a4da70f9e6e5.js +0 -1
- package/dist/9939.218315684234eb18.js +0 -1
- package/dist/common.442040891fd4ef29.js +0 -1
- package/dist/main.ca1eb95b67ff9761.js +0 -1
- package/dist/polyfills.93062920aa87d580.js +0 -1
- package/dist/runtime.66bf12954a778fb7.js +0 -1
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<svg width="549" height="549" viewBox="0 0 549 549" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_5349_1249)">
|
|
3
|
+
<path d="M549 512.696L447.989 422.571C467.061 398.396 478.527 367.94 478.527 334.8C478.527 261.013 421.957 200.466 349.927 193.54C348.916 190.557 347.823 187.657 346.083 184.641L343.63 180.366C349.248 172.38 352.396 163.863 352.396 154.931V104.21C352.396 97.3171 350.474 90.3245 346.646 83.3982L345.486 81.2276C347.06 77.5656 348.154 73.8207 348.154 69.8273C348.154 28.8661 259.504 6.69531 176.173 6.69531C92.8256 6.69531 4.25851 28.8661 4.25851 69.8439C4.25851 73.8207 5.319 77.5821 6.90972 81.2441L5.71668 83.4645C1.88899 90.3245 0 97.3171 0 104.21V154.931C0 163.863 3.11518 172.38 8.749 180.366L6.26349 184.708C2.08783 191.849 0 199.157 0 206.381V257.119C0 265.818 2.96604 274.17 8.31818 282.007L6.26349 285.537C2.08783 292.728 0 300.036 0 307.194V357.998C0 403.085 77.3657 438.363 176.173 438.363C196.405 438.363 215.66 436.838 233.588 434.054C232.462 432.563 231.55 430.856 230.473 429.232C256.505 458.429 294.202 476.971 336.34 476.971C370.739 476.971 402.355 464.709 426.978 444.278L516.97 542.307L549 512.696ZM276.14 274.12C310.739 239.754 366.53 239.969 400.797 274.451C435.147 309.017 434.915 364.907 400.399 399.141C365.818 433.474 310.026 433.309 275.66 398.76C241.343 364.211 241.642 308.387 276.14 274.12ZM176.173 25.6018C271.004 25.6018 329.281 51.3683 329.281 69.8439C329.281 88.3527 270.987 114.119 176.173 114.119C81.2928 114.119 23.0987 88.3527 23.0987 69.8439C23.0987 51.3517 81.2928 25.6018 176.173 25.6018ZM18.8899 112.711C47.1419 136.654 112.677 149.049 176.173 149.049C239.703 149.049 305.204 136.654 333.489 112.711V154.915C333.489 184.012 268.932 216.439 176.173 216.439C83.4801 216.439 18.8899 184.012 18.8899 154.915V112.711ZM18.8899 209.381C47.7881 235.893 107.308 252.811 176.173 252.811C192.578 252.811 208.087 251.518 223.05 249.646C211.534 264.99 202.768 282.554 198.178 301.775C196.902 307.012 195.925 312.364 195.262 317.832C188.932 318.13 182.768 318.644 176.173 318.644C83.4801 318.644 18.8899 286.216 18.8899 257.119V209.381ZM176.173 419.522C83.4801 419.522 18.8899 387.095 18.8899 357.998V310.259C47.7881 336.771 107.308 353.656 176.173 353.656C182.735 353.656 189.081 353.242 195.461 352.844C197.665 370.16 202.868 386.465 210.738 401.196C213.605 406.697 217.035 411.817 220.581 416.788C206.695 418.528 191.865 419.522 176.173 419.522Z" fill="#E6E6E6"/>
|
|
4
|
+
<path d="M352.147 231.19L341.108 214.833C247.933 205.683 242.974 288.148 242.974 288.148C282.76 210.616 352.147 231.19 352.147 231.19Z" fill="#8F3B3F"/>
|
|
5
|
+
<path d="M333.5 113C265.649 161.932 74.6917 158.365 19 113V161C46.5737 231.926 303.95 238.491 333.5 159.5V113Z" fill="#8F3B3F"/>
|
|
6
|
+
<path d="M18.5 310C30.5752 320.594 38.4371 323.504 53 330.5C71.2018 337.612 82.517 341.34 103.5 346.5C119.622 348.725 129.64 350.527 152 353C161 353 168.208 355.052 196 351.5L220.5 417C211.44 419.208 202.735 418.737 184.5 419.5C168.893 419.333 160.412 419.923 146.5 418.5C122.225 417.174 116.205 414.315 105 412.5C93.7953 410.685 63.5 401 65 400.5C52.5 395.5 46.6915 392.509 36.5 385C26.3088 377.244 22.1255 371.923 18.5 360V310Z" fill="#8F3B3F"/>
|
|
7
|
+
</g>
|
|
8
|
+
<defs>
|
|
9
|
+
<clipPath id="clip0_5349_1249">
|
|
10
|
+
<rect width="549" height="549" fill="white"/>
|
|
11
|
+
</clipPath>
|
|
12
|
+
</defs>
|
|
13
|
+
</svg>
|
|
@@ -436,6 +436,44 @@ export enum ILogProfileProps {
|
|
|
436
436
|
name = 'name'
|
|
437
437
|
}
|
|
438
438
|
|
|
439
|
+
export enum IScanningPeriodsProps {
|
|
440
|
+
user = 'user',
|
|
441
|
+
name = 'name',
|
|
442
|
+
startDate = 'startDate',
|
|
443
|
+
endDate = 'endDate',
|
|
444
|
+
}
|
|
445
|
+
|
|
446
|
+
export enum IScanningPeriodHitsProps {
|
|
447
|
+
apiId = 'apiId',
|
|
448
|
+
apiCategory = 'apiCategory',
|
|
449
|
+
dbOperation = 'dbOperation',
|
|
450
|
+
user = 'user',
|
|
451
|
+
scanningPeriodId = 'scanningPeriodId',
|
|
452
|
+
instanceName = 'instanceName',
|
|
453
|
+
databaseName = 'databaseName',
|
|
454
|
+
collectionName = 'collectionName',
|
|
455
|
+
findWithoutValues = 'findWithoutValues',
|
|
456
|
+
findWithoutValuesHash = 'findWithoutValuesHash',
|
|
457
|
+
usingIndex = 'usingIndex',
|
|
458
|
+
}
|
|
459
|
+
|
|
460
|
+
export enum IScanningPeriodSamplesProps {
|
|
461
|
+
user = 'user',
|
|
462
|
+
scanningPeriodHitId = 'scanningPeriodHitId',
|
|
463
|
+
name = 'name',
|
|
464
|
+
conditionHashWithValue = 'conditionHashWithValue',
|
|
465
|
+
}
|
|
466
|
+
|
|
467
|
+
export enum IIndexCreateLogsProps {
|
|
468
|
+
user = 'user',
|
|
469
|
+
name = 'name',
|
|
470
|
+
instanceName = 'instanceName',
|
|
471
|
+
databaseNameEnv = 'databaseNameEnv',
|
|
472
|
+
collectionName = 'collectionName',
|
|
473
|
+
indexOperation = 'indexOperation',
|
|
474
|
+
indexOperationDate = 'indexOperationDate',
|
|
475
|
+
}
|
|
476
|
+
|
|
439
477
|
export enum IDBMigrationProps {
|
|
440
478
|
guid = 'guid',
|
|
441
479
|
name = 'name',
|
|
@@ -83,6 +83,7 @@ export enum ESupportedAPIParamType {
|
|
|
83
83
|
export enum EContentType {
|
|
84
84
|
JSON = 'application/json',
|
|
85
85
|
XML = 'text/xml',
|
|
86
|
+
APPLICATION_XML = 'application/xml',
|
|
86
87
|
YAML = 'text/yaml',
|
|
87
88
|
TEXT = 'text/plain',
|
|
88
89
|
HTML = 'text/html',
|
|
@@ -126,9 +127,12 @@ export enum EHeader {
|
|
|
126
127
|
INTER_COMM = 'x-am-inter-comm', // Used between sandbox and process communication. It will have encrypted content.
|
|
127
128
|
SEND_ONLY_OBJECTS = 'x-am-send-only-objects-in-stream', // used by sandbox API calls internally.
|
|
128
129
|
AM_REQUEST_ID = 'x-am-request-id', // used to send requestId in response headers and internal calls can have same request Id.
|
|
130
|
+
AM_CODE_EXEC_ID = 'x-am-code-exec-id', // It will be same for custom apis and db calls made inside that and same for schedulers, tp apis, ws code, initializers code etc.
|
|
129
131
|
AM_STORE_TOKEN = 'x-am-store-token', // used to get data from store public APIs
|
|
130
132
|
AM_WS_Client_ID = 'x-am-ws-client-id',
|
|
131
133
|
RUN_IN_DEBUGGER = 'x-am-run-in-debugger', // Used to run code in debugger sandbox
|
|
134
|
+
TENANT_USERNAME = 'x-am-tenant-username', // Used in multi tenant architecture, if passed, no need to pass specifically in APIs for manipulating that tenant specific data.
|
|
135
|
+
TENANT_SECRET_PATH = 'x-am-tenant-secret-path', // Used in multi tenant architecture, if passed, no need to pass specifically in APIs for manipulating that tenant specific data.
|
|
132
136
|
}
|
|
133
137
|
|
|
134
138
|
export enum EHeaderDBMasters {
|
|
@@ -125,6 +125,9 @@ export enum EAPIIdEnum {
|
|
|
125
125
|
IS_VALID_DATA_FOR_TABLE = 'IS_VALID_DATA_FOR_TABLE',
|
|
126
126
|
IS_VALID_DATA_FOR_CUSTOM_API = 'IS_VALID_DATA_FOR_CUSTOM_API',
|
|
127
127
|
IS_VALID_DATA_FOR_THIRD_PARTY_API = 'IS_VALID_DATA_FOR_THIRD_PARTY_API',
|
|
128
|
+
|
|
129
|
+
MULTI_TENANT_INSTANCE_UPDATED = 'MULTI_TENANT_INSTANCE_UPDATED',
|
|
130
|
+
IS_VALID_CONNECTION_STRING = 'IS_VALID_CONNECTION_STRING',
|
|
128
131
|
}
|
|
129
132
|
|
|
130
133
|
export interface IAuthInfoObjects {
|
|
@@ -209,6 +212,10 @@ export interface IBaseParams {
|
|
|
209
212
|
* It is used in instance & database & collection hooks
|
|
210
213
|
*/
|
|
211
214
|
hookType?: 'pre' | 'post';
|
|
215
|
+
|
|
216
|
+
// Multi tenant architecture related internal fields.
|
|
217
|
+
tenantUsername?: string;
|
|
218
|
+
tenantSecretPath?: string;
|
|
212
219
|
}
|
|
213
220
|
|
|
214
221
|
export interface IAMGlobalResponse {
|
|
@@ -234,6 +241,21 @@ export interface IAMGlobalResponse {
|
|
|
234
241
|
headers?: any;
|
|
235
242
|
}
|
|
236
243
|
|
|
244
|
+
export interface IMultiTenantSecretObj {
|
|
245
|
+
instanceName: string;
|
|
246
|
+
databaseName: string;
|
|
247
|
+
collectionName: string;
|
|
248
|
+
usernameColumn: string;
|
|
249
|
+
connectionStringColumn: string;
|
|
250
|
+
|
|
251
|
+
// Oracle database fields.
|
|
252
|
+
oracleDBUsernameColumn?: string;
|
|
253
|
+
oracleDBPasswordColumn?: string;
|
|
254
|
+
oracleDBPrivilegeColumn?: string;
|
|
255
|
+
|
|
256
|
+
find: any;
|
|
257
|
+
}
|
|
258
|
+
|
|
237
259
|
export enum EType {
|
|
238
260
|
string = 'string',
|
|
239
261
|
number = 'number',
|
|
@@ -605,6 +627,9 @@ export enum EApiPaths {
|
|
|
605
627
|
IS_VALID_DATA_FOR_TABLE = '/is-valid-data-for-table',
|
|
606
628
|
IS_VALID_DATA_FOR_CUSTOM_API = '/is-valid-data-for-custom-api',
|
|
607
629
|
IS_VALID_DATA_FOR_THIRD_PARTY_API = '/is-valid-data-for-third-party-api',
|
|
630
|
+
|
|
631
|
+
MULTI_TENANT_INSTANCE_UPDATED = '/multi-tenant-instance-updated',
|
|
632
|
+
IS_VALID_CONNECTION_STRING = '/is-valid-connection-string',
|
|
608
633
|
}
|
|
609
634
|
|
|
610
635
|
export interface IQueryFormat {
|
|
@@ -1128,6 +1153,19 @@ export interface IAMGlobalSysSystem {
|
|
|
1128
1153
|
isValidDataForThirdPartyAPI(data: IIsValidDataForThirdPartyAPI[]): Promise<IResponseError[][]>;
|
|
1129
1154
|
isValidDataForThirdPartyAPI(data: IIsValidDataForThirdPartyAPI, getFullResponse: boolean): Promise<IResponseError[]>;
|
|
1130
1155
|
isValidDataForThirdPartyAPI(data: IIsValidDataForThirdPartyAPI[], getFullResponse: boolean): Promise<IResponseError[][]>;
|
|
1156
|
+
|
|
1157
|
+
multiTenantInstanceUpdated(data: IMultiTenantInstanceUpdated | IMultiTenantInstanceUpdated[]): Promise<IResponseError[]>;
|
|
1158
|
+
isValidConnectionString(data: IIsValidConnectionString | IIsValidConnectionString[]): Promise<IAPIResponseSmall<boolean> | IAPIResponseSmall<boolean>[]>;
|
|
1159
|
+
}
|
|
1160
|
+
|
|
1161
|
+
// $$$$_8796864_Duplicate
|
|
1162
|
+
export enum EInstanceType {
|
|
1163
|
+
MONGO_DB = 'MONGO_DB',
|
|
1164
|
+
MYSQL_DB = 'MYSQL_DB',
|
|
1165
|
+
MARIA_DB = 'MARIA_DB',
|
|
1166
|
+
SQL_SERVER_DB = 'SQL_SERVER_DB',
|
|
1167
|
+
POSTGRE_SQL_DB = 'POSTGRE_SQL_DB',
|
|
1168
|
+
ORACLE_DB = 'ORACLE_DB',
|
|
1131
1169
|
}
|
|
1132
1170
|
|
|
1133
1171
|
export interface ICallExternalApiResp<T> {
|
|
@@ -1136,13 +1174,21 @@ export interface ICallExternalApiResp<T> {
|
|
|
1136
1174
|
body: T;
|
|
1137
1175
|
}
|
|
1138
1176
|
|
|
1177
|
+
export interface IResetCacheApiFormat {
|
|
1178
|
+
name: string;
|
|
1179
|
+
tenantSecretPath?: string;
|
|
1180
|
+
tenantUsername?: string;
|
|
1181
|
+
}
|
|
1182
|
+
|
|
1139
1183
|
export interface IAMGlobalSysCache {
|
|
1140
1184
|
getKey(name: string | string[]): any;
|
|
1141
1185
|
setKey(name: string | ISetRedisInternalRequestObj[], value?: string, ttlSeconds?: number): any;
|
|
1142
1186
|
removeKey(name: string | string[]): any;
|
|
1143
1187
|
resetCacheDB(params: IResetRedisCacheDB): any;
|
|
1144
1188
|
resetCacheCustomApis(name: string): any;
|
|
1189
|
+
resetCacheCustomApis(data: IResetCacheApiFormat): any;
|
|
1145
1190
|
resetCacheSystemApis(name: string): any;
|
|
1191
|
+
resetCacheSystemApis(data: IResetCacheApiFormat): any;
|
|
1146
1192
|
resetCacheThirdPartyApis(params: IResetRedisCacheTP): any;
|
|
1147
1193
|
}
|
|
1148
1194
|
|
|
@@ -1319,6 +1365,8 @@ export interface IResetRedisCacheDB extends ICollectionIdentity {
|
|
|
1319
1365
|
export interface IResetRedisCacheTP {
|
|
1320
1366
|
apiBundleName: string;
|
|
1321
1367
|
apiVersionName?: string;
|
|
1368
|
+
tenantSecretPath?: string;
|
|
1369
|
+
tenantUsername?: string;
|
|
1322
1370
|
}
|
|
1323
1371
|
|
|
1324
1372
|
export interface IGetSecretInternalRequestBody {
|
|
@@ -1358,6 +1406,8 @@ export interface IAPIResponse<T> {
|
|
|
1358
1406
|
warnings?: IResponseError[];
|
|
1359
1407
|
}
|
|
1360
1408
|
|
|
1409
|
+
export type IAPIResponseSmall<T> = Pick<IAPIResponse<T>, 'success' | 'data'> & { error?: any };
|
|
1410
|
+
|
|
1361
1411
|
// WebSocket connection response format.
|
|
1362
1412
|
export interface IWSResponse {
|
|
1363
1413
|
type: EWSObjectType;
|
|
@@ -1388,6 +1438,7 @@ export interface IWSLocalClientDataResponse {
|
|
|
1388
1438
|
|
|
1389
1439
|
export interface IAPIResponseMeta {
|
|
1390
1440
|
executionTime?: string;
|
|
1441
|
+
executionTimeMS?: number;
|
|
1391
1442
|
executionPlan?: any[]; // IMongodbExplainPlan[];
|
|
1392
1443
|
apiAccessGroups?: IAPIAccessGroupMeta[];
|
|
1393
1444
|
runBy?: ICodeRunByResponse[];
|
|
@@ -1445,6 +1496,21 @@ export interface IIsValidDataForThirdPartyAPI extends IThirdPartyAPIIdentity {
|
|
|
1445
1496
|
isArray?: boolean;
|
|
1446
1497
|
}
|
|
1447
1498
|
|
|
1499
|
+
export interface IIsValidConnectionString {
|
|
1500
|
+
connectionString: string;
|
|
1501
|
+
instanceType: EInstanceType;
|
|
1502
|
+
|
|
1503
|
+
// Oracle database fields.
|
|
1504
|
+
oracleDBUsername?: string;
|
|
1505
|
+
oracleDBPassword?: string;
|
|
1506
|
+
oracleDBPrivilege?: string;
|
|
1507
|
+
}
|
|
1508
|
+
|
|
1509
|
+
export interface IMultiTenantInstanceUpdated {
|
|
1510
|
+
instanceName: string;
|
|
1511
|
+
username: string;
|
|
1512
|
+
}
|
|
1513
|
+
|
|
1448
1514
|
export enum EWSEventType {
|
|
1449
1515
|
INSTANCES = 'INSTANCES',
|
|
1450
1516
|
THIRD_PARTY_APIS = 'THIRD_PARTY_APIS',
|
|
@@ -1527,6 +1593,7 @@ export interface IWSRegisterOnEvent {
|
|
|
1527
1593
|
// calculated field. // user will not provide it.
|
|
1528
1594
|
eventData?: any;
|
|
1529
1595
|
apiPath: string; // user will not send it. We will set it from api user token. and user hit that get token system api to get token of specific admin.
|
|
1596
|
+
tenantUsername?: string;
|
|
1530
1597
|
}
|
|
1531
1598
|
|
|
1532
1599
|
export type IWSRegisterOnEvent_P = Partial<IWSRegisterOnEvent>;
|
|
@@ -1725,6 +1792,9 @@ export enum EDBMasterDataImport {
|
|
|
1725
1792
|
export interface IDBMasterConfig {
|
|
1726
1793
|
theme?: EDBMasterTheme;
|
|
1727
1794
|
|
|
1795
|
+
// Multi tenant architecture related fields
|
|
1796
|
+
tenantUsername?: string;
|
|
1797
|
+
|
|
1728
1798
|
/**
|
|
1729
1799
|
* Used in many places. Use in add form will look like ex: Add ${screenName}.<br/>
|
|
1730
1800
|
* You can provide value like 'Person' | 'Contact Details'. <br/>
|
|
@@ -4322,6 +4392,9 @@ export enum EDBMasterConfigAppendTo {
|
|
|
4322
4392
|
beforeEditModalOpen = 'beforeEditModalOpen',
|
|
4323
4393
|
beforeViewModalOpen = 'beforeViewModalOpen',
|
|
4324
4394
|
columnSelectionChanged = 'columnSelectionChanged',
|
|
4395
|
+
|
|
4396
|
+
/** this code will be executed just before making CSV file from data. (gridData will have CSV data) */
|
|
4397
|
+
processDataBeforeExport = 'processDataBeforeExport',
|
|
4325
4398
|
}
|
|
4326
4399
|
|
|
4327
4400
|
// genericConfig : start
|
|
@@ -4389,6 +4462,8 @@ export enum IDBMasterEventFromIframeToParent {
|
|
|
4389
4462
|
CLOSE_BUTTON_CLICKED = 'CLOSE_BUTTON_CLICKED',
|
|
4390
4463
|
CUSTOM_ACTION_BUTTON_CLICKED = 'CUSTOM_ACTION_BUTTON_CLICKED',
|
|
4391
4464
|
DROPDOWN_ADD_NEW_RECORD_SAVED = 'DROPDOWN_ADD_NEW_RECORD_SAVED',
|
|
4465
|
+
DOUBLE_CLICK_GRID_EVENT = 'DOUBLE_CLICK_GRID_EVENT',
|
|
4466
|
+
CLICK_GRID_EVENT = 'CLICK_GRID_EVENT',
|
|
4392
4467
|
}
|
|
4393
4468
|
|
|
4394
4469
|
/**
|
|
@@ -4521,6 +4596,13 @@ export interface IDBMasterUIPageUtilsScope {
|
|
|
4521
4596
|
event: any | null;
|
|
4522
4597
|
config: IDBMasterConfig | null;
|
|
4523
4598
|
column: IDBMasterConfigFormField | null;
|
|
4599
|
+
|
|
4600
|
+
/**
|
|
4601
|
+
* It will be the object of parentFormData & grandParentFormData.<br/>
|
|
4602
|
+
* If you make change in any value, it will be changed automatically in their respective UI.<br/>
|
|
4603
|
+
* You can use it for validation purpose also.
|
|
4604
|
+
* */
|
|
4605
|
+
parentFormData: any | null;
|
|
4524
4606
|
formData: any | null;
|
|
4525
4607
|
allDropdownDataMap: { [path: string]: any[] } | null;
|
|
4526
4608
|
reqBody: any | null;
|
|
@@ -124,5 +124,9 @@ html.DARK {
|
|
|
124
124
|
-webkit-box-shadow: 0 0 0 0.2rem rgba(143, 1, 1, 0.47);
|
|
125
125
|
box-shadow: 0 0 0 0.2rem rgba(143, 1, 1, 0.47);
|
|
126
126
|
}
|
|
127
|
+
|
|
128
|
+
// primeng sorting related fields.
|
|
129
|
+
.p-datatable .p-sortable-column.p-highlight { color: #b0b0b0; }
|
|
130
|
+
.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon { color: #b0b0b0; }
|
|
127
131
|
}
|
|
128
132
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["variables.scss","bootstrap-overrides.css","bootstrap-overrides.scss"],"names":[],"mappings":"AASA,WACI,mBAAA,CACA,6BCRJ,CDWA,WACI,0BAAA,CACA,0CCTJ,CCJA,WACI,YAAA,CACA,iBDMJ,CCDA,mBAFQ,yBDaR,CCXA,aAEI,eAAA,CADA,oBDUJ,CCLA,qBAAwB,iBDSxB,CCPA,YACI,kBAAA,CACA,cDUJ,CCPA,qBACI,eAAA,CACA,YDUJ,CCPA,OAEI,iBF1BQ,CEyBR,mBDWJ,CCPA,0BAA4B,mBDW5B,CCTA,eACI,iBDYJ,CCRA,wCAA4C,oBDY5C,CCVA,cAEI,eAAA,CADA,kBDcJ,CCVA,qBAEI,kCAAA,CADA,oBDcJ,CCTA,UAAY,4BDaZ,CCXA,mEAAsE,yCDetE,CCbA,cAGI,2BAAA,CADA,iCAAA,CADA,8BDkBJ,CCZA,+CACI,sCAAA,CACA,qBDeJ,CCZA,oCAAuC,iBDgBvC,CCbA,eAAiB,6BDiBjB,CCfA,YAAc,eDmBd,CCjBA,YACI,yBDoBJ,CCjBA,mBAAqB,eDqBrB,CCnBA,yBACI,UACI,eDsBN,CACF,CCnBA,mBACI,aDqBJ,CCjBA,qDAAuE,WAAA,CAAd,WDsBzD","file":"bootstrap-overrides.css","sourcesContent":["//$primary-color: #007bff;\n$min-width: 1349px;\n$primary-color: #7157cb;\n$primary-color-font: #eeeeee;\n$font-size: 0.875rem;\n$font-size-small: 0.775rem;\n//$shadow-sm: 0 .125rem .25rem rgba(0, 0, 0, .075) !important; // it is bootstrap standard shadow-sm\n//$border-style: 1px solid #dee2e6;\n\n@font-face {\n font-family: 'Verdana';\n src: url('../fonts/Verdana.ttf');\n}\n\n@font-face {\n font-family: 'JetBrains Mono';\n src: url('../fonts/JetBrainsMonoRegular.ttf');\n}\n","@font-face {\n font-family: \"Verdana\";\n src: url(\"../fonts/Verdana.ttf\");\n}\n@font-face {\n font-family: \"JetBrains Mono\";\n src: url(\"../fonts/JetBrainsMonoRegular.ttf\");\n}\n.card-body {\n padding: 1rem;\n position: relative;\n}\n\n.card {\n border-radius: 0 !important;\n}\n\n.card-header {\n padding: 0.25rem 0.5rem;\n font-weight: bold;\n border-radius: 0 !important;\n}\n\n.navbar, .card-header {\n font-size: 0.875rem;\n}\n\n.btn:active {\n margin-bottom: -2px;\n margin-top: 2px;\n}\n\n.btn:active:disabled {\n margin-bottom: 0;\n margin-top: 0;\n}\n\n.alert {\n padding: 0.2rem 0.5rem;\n font-size: 0.875rem;\n}\n\n.alert-dismissible .close {\n padding: 0.1rem 0.5rem;\n}\n\n.dropdown-menu {\n font-size: 0.875rem;\n}\n\n.modal-footer, .modal-header, .modal-body {\n padding: 0.25rem 0.5rem;\n}\n\n.modal-header {\n line-height: 1.5rem;\n font-weight: bold;\n}\n\n.modal-header .close {\n padding: 0.25rem 0.5rem;\n margin: -0.25rem -0.5rem -0.25rem auto;\n}\n\n.nav-link {\n padding: 0.5rem 1rem !important;\n}\n\n.nav-pills .nav-link, .nav-tabs .nav-link, .nav-tabs .nav-link:hover {\n color: var(--content-primary--shade--four);\n}\n\n.navbar-brand {\n padding-top: 0.3125rem !important;\n padding-bottom: 0.3125rem !important;\n font-size: 1.25rem !important;\n}\n\n.form-control:disabled, .form-control[readonly] {\n background-color: transparent !important;\n border: none !important;\n}\n\n.form-control-sm, .col-form-label-sm {\n font-size: 0.875rem;\n}\n\n.modal-content {\n max-height: calc(100vh - 68px);\n}\n\n.modal-body {\n overflow: hidden;\n}\n\n.modal-open {\n padding-right: 0 !important;\n}\n\n.modal-open .modal {\n overflow: hidden;\n}\n\n@media (min-width: 576px) {\n .modal-lg {\n max-width: 800px;\n }\n}\n.modal-open .modal {\n overflow: auto;\n}\n\n.custom-file-input:lang(en) ~ .custom-file-label::after {\n padding: 5px;\n height: 30px;\n}","// ==== Bootstrap modified classes ====\n@import \"variables\";\n\n.card-body {\n padding: 1rem;\n position: relative; // for loader.\n}\n\n.card { border-radius: 0 !important;}\n\n.card-header {\n padding: .25rem .5rem;\n font-weight: bold;\n border-radius: 0 !important;\n}\n\n.navbar, .card-header { font-size: $font-size;}\n\n.btn:active {\n margin-bottom: -2px;\n margin-top: 2px;\n}\n\n.btn:active:disabled {\n margin-bottom: 0;\n margin-top: 0;\n}\n\n.alert {\n padding: 0.2rem 0.5rem;\n font-size: $font-size;\n}\n\n.alert-dismissible .close { padding: .1rem 0.5rem;}\n\n.dropdown-menu {\n font-size: $font-size;\n //box-shadow: $shadow-sm;\n}\n\n.modal-footer, .modal-header, .modal-body { padding: .25rem .5rem;}\n\n.modal-header {\n line-height: 1.5rem; // to keep header text in vertically center.\n font-weight: bold;\n}\n\n.modal-header .close {\n padding: .25rem .5rem;\n margin: -0.25rem -0.5rem -0.25rem auto;\n //border-left: $border-style;\n}\n\n.nav-link { padding: 0.5rem 1rem !important;}\n\n.nav-pills .nav-link, .nav-tabs .nav-link, .nav-tabs .nav-link:hover {color: var(--content-primary--shade--four);}\n\n.navbar-brand {\n padding-top: 0.3125rem !important;\n padding-bottom: 0.3125rem !important;\n font-size: 1.25rem !important;\n}\n\n// To view form-control in disable mode\n.form-control:disabled, .form-control[readonly] {\n background-color: transparent !important;\n border: none !important;\n}\n\n.form-control-sm, .col-form-label-sm { font-size: $font-size;}\n\n//.modal-content { max-height: calc(100vh - 72px);}\n.modal-content { max-height: calc(100vh - 68px); } // 72px is giving scroll in case of log profile.\n\n.modal-body { overflow: hidden;}\n\n.modal-open {\n padding-right: 0 !important; // to prevent dancing of body when modal open on firefox.\n}\n\n.modal-open .modal { overflow: hidden;}\n\n@media (min-width: 576px) {\n .modal-lg {\n max-width: 800px;\n }\n}\n\n.modal-open .modal { // to prevent column sizing in modal.\n overflow: auto;\n}\n\n// file upload classes\n.custom-file-input:lang(en) ~ .custom-file-label::after {padding: 5px; height: 30px;}\n"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@font-face{font-family:Verdana;src:url(../fonts/Verdana.ttf)}@font-face{font-family:JetBrains Mono;src:url(../fonts/JetBrainsMonoRegular.ttf)}html.DARK{background-color:var(--bg-primary);background-image:url(/assets/images/bg/world.svg);background-position:center 0;background-repeat:no-repeat;background-size:100%;scrollbar-color:#656565 #303030}html.DARK body{background-color:transparent;min-height:100vh;min-width:calc(100vw - 19px)}html.DARK ::-webkit-scrollbar-thumb{background:#5a5a5a}html.DARK .card,html.DARK .modal-body,html.DARK .modal-footer{background-color:var(--bg-secondary)}html.DARK .card{border:1px solid #3d3d3d}html.DARK .card-header,html.DARK .modal-header{background-color:var(--bg-primary--shade--three)}html.DARK .dropdown-menu,html.DARK .navbar{background-color:var(--dark-bg-primary);box-shadow:0 1px 4px 0 rgba(0,0,0,.37)}html.DARK .dropdown-item.active,html.DARK .dropdown-item:active{background-color:var(--accent-error--shade--five);border:1px solid var(--bg-tertiary)}html.DARK .form-control{background-color:#464646;border:1px solid var(--bg-tertiary);color:#b0b0b0}html.DARK .form-control:focus{background-color:var(--bg-primary);border:1px solid #710109}html.DARK .border,html.DARK .border-bottom,html.DARK .border-left,html.DARK .border-right,html.DARK .border-top{border-color:var(--bg-primary--shade--three)!important}html.DARK .footer{background-color:var(--dark-bg-primary);box-shadow:0 1px 4px 0 rgba(0,0,0,.37);color:var(-dark-content-primary--shade--three)}html.DARK .shadow-sm{box-shadow:0 0 3px #000!important}html.DARK hr{border:1px;border-top:1px solid #616161}html.DARK .table-bordered td,html.DARK .table-bordered th{border:1px solid hsla(0,0%,45%,.722)}html.DARK .modal-content{border-color:#545454;box-shadow:0 4px 8px 0 #111,0 6px 20px 0 #212121}html.DARK .ql-snow .ql-picker{color:var(--content-primary--shade--four)}html.DARK .ql-container.ql-snow,html.DARK .ql-toolbar.ql-snow{border:none}html.DARK .ql-toolbar.ql-snow{border-bottom:1px solid #565656}html.DARK .ql-snow .ql-stroke{stroke:var(--content-primary--shade--four)}html.DARK .ql-snow .ql-fill,html.DARK .ql-snow .ql-stroke.ql-fill{fill:var(--content-primary--shade--four)}html.DARK .ql-snow .ql-picker-options{background-color:var(--bg-primary)}html.DARK .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#3c3c3c}html.DARK .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label{border-color:#464646}html.DARK .ql-table-menu{background:#3a3a3a;border:1px solid #525252}html.DARK .ql-table-toggle{background:#2f2f2f;border:2px solid #585858}html.DARK .ql-table-menu__item:hover{background-color:var(--accent-error--shade--five);color:#f2f2f2}html.DARK .ql-table-menu__item{padding:5px 15px}html.DARK .ql-table-menu__item-icon{margin-right:10px}html.DARK .ql-table-menu__item-icon svg path{fill:#a2a2a2}html.DARK .ql-editor td{border:1px solid #6f6f6f;padding:5px 8px}html.DARK .ql-table-toggle{margin-left:-16px}html.DARK .ql-snow .ql-tooltip{box-shadow:0 0 5px #292929;margin-left:159px;margin-top:-25px}html.DARK .ql-snow .ql-tooltip,html.DARK .ql-snow .ql-tooltip input{background:#2f2f2f;border:1px solid #585858;color:#f2f2f2}html.DARK .ql-snow .ql-tooltip input:focus-visible{outline:1px solid #737373}html.DARK .btn-primary{background-image:linear-gradient(#711010,#600000 60%,#4d1414);border:1px solid #750303}html.DARK .btn-success{background-image:linear-gradient(#137110,#00600d 60%,#144d15);border:1px solid #077503}html.DARK .dropdown-menu{backdrop-filter:blur(10px);background:rgba(0,0,0,.2);border:1px solid hsla(0,0%,73%,.3)}html.DARK .dropdown-item:focus,html.DARK .dropdown-item:hover{background-color:var(--accent-error--shade--five);color:#cecece}html.DARK .shadow-lg,html.DARK div.dropdown-menu{box-shadow:var(--mdc-dialog-container-elevation,0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12))}html.DARK .form-control:focus,html.DARK .p-dropdown:not(.p-disabled).p-focus{box-shadow:0 0 0 .2rem rgba(143,1,1,.47)}
|
|
1
|
+
@font-face{font-family:Verdana;src:url(../fonts/Verdana.ttf)}@font-face{font-family:JetBrains Mono;src:url(../fonts/JetBrainsMonoRegular.ttf)}html.DARK{background-color:var(--bg-primary);background-image:url(/assets/images/bg/world.svg);background-position:center 0;background-repeat:no-repeat;background-size:100%;scrollbar-color:#656565 #303030}html.DARK body{background-color:transparent;min-height:100vh;min-width:calc(100vw - 19px)}html.DARK ::-webkit-scrollbar-thumb{background:#5a5a5a}html.DARK .card,html.DARK .modal-body,html.DARK .modal-footer{background-color:var(--bg-secondary)}html.DARK .card{border:1px solid #3d3d3d}html.DARK .card-header,html.DARK .modal-header{background-color:var(--bg-primary--shade--three)}html.DARK .dropdown-menu,html.DARK .navbar{background-color:var(--dark-bg-primary);box-shadow:0 1px 4px 0 rgba(0,0,0,.37)}html.DARK .dropdown-item.active,html.DARK .dropdown-item:active{background-color:var(--accent-error--shade--five);border:1px solid var(--bg-tertiary)}html.DARK .form-control{background-color:#464646;border:1px solid var(--bg-tertiary);color:#b0b0b0}html.DARK .form-control:focus{background-color:var(--bg-primary);border:1px solid #710109}html.DARK .border,html.DARK .border-bottom,html.DARK .border-left,html.DARK .border-right,html.DARK .border-top{border-color:var(--bg-primary--shade--three)!important}html.DARK .footer{background-color:var(--dark-bg-primary);box-shadow:0 1px 4px 0 rgba(0,0,0,.37);color:var(-dark-content-primary--shade--three)}html.DARK .shadow-sm{box-shadow:0 0 3px #000!important}html.DARK hr{border:1px;border-top:1px solid #616161}html.DARK .table-bordered td,html.DARK .table-bordered th{border:1px solid hsla(0,0%,45%,.722)}html.DARK .modal-content{border-color:#545454;box-shadow:0 4px 8px 0 #111,0 6px 20px 0 #212121}html.DARK .ql-snow .ql-picker{color:var(--content-primary--shade--four)}html.DARK .ql-container.ql-snow,html.DARK .ql-toolbar.ql-snow{border:none}html.DARK .ql-toolbar.ql-snow{border-bottom:1px solid #565656}html.DARK .ql-snow .ql-stroke{stroke:var(--content-primary--shade--four)}html.DARK .ql-snow .ql-fill,html.DARK .ql-snow .ql-stroke.ql-fill{fill:var(--content-primary--shade--four)}html.DARK .ql-snow .ql-picker-options{background-color:var(--bg-primary)}html.DARK .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#3c3c3c}html.DARK .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label{border-color:#464646}html.DARK .ql-table-menu{background:#3a3a3a;border:1px solid #525252}html.DARK .ql-table-toggle{background:#2f2f2f;border:2px solid #585858}html.DARK .ql-table-menu__item:hover{background-color:var(--accent-error--shade--five);color:#f2f2f2}html.DARK .ql-table-menu__item{padding:5px 15px}html.DARK .ql-table-menu__item-icon{margin-right:10px}html.DARK .ql-table-menu__item-icon svg path{fill:#a2a2a2}html.DARK .ql-editor td{border:1px solid #6f6f6f;padding:5px 8px}html.DARK .ql-table-toggle{margin-left:-16px}html.DARK .ql-snow .ql-tooltip{box-shadow:0 0 5px #292929;margin-left:159px;margin-top:-25px}html.DARK .ql-snow .ql-tooltip,html.DARK .ql-snow .ql-tooltip input{background:#2f2f2f;border:1px solid #585858;color:#f2f2f2}html.DARK .ql-snow .ql-tooltip input:focus-visible{outline:1px solid #737373}html.DARK .btn-primary{background-image:linear-gradient(#711010,#600000 60%,#4d1414);border:1px solid #750303}html.DARK .btn-success{background-image:linear-gradient(#137110,#00600d 60%,#144d15);border:1px solid #077503}html.DARK .dropdown-menu{backdrop-filter:blur(10px);background:rgba(0,0,0,.2);border:1px solid hsla(0,0%,73%,.3)}html.DARK .dropdown-item:focus,html.DARK .dropdown-item:hover{background-color:var(--accent-error--shade--five);color:#cecece}html.DARK .shadow-lg,html.DARK div.dropdown-menu{box-shadow:var(--mdc-dialog-container-elevation,0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12))}html.DARK .form-control:focus,html.DARK .p-dropdown:not(.p-disabled).p-focus{box-shadow:0 0 0 .2rem rgba(143,1,1,.47)}html.DARK .p-datatable .p-sortable-column.p-highlight,html.DARK .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon{color:#b0b0b0}
|
|
2
2
|
/*# sourceMappingURL=colors-dark.css.map */
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["variables.scss","colors-dark.css","colors-dark.scss"],"names":[],"mappings":"AASA,WACI,mBAAA,CACA,6BCRJ,CDWA,WACI,0BAAA,CACA,0CCTJ,CCCA,UAGI,kCAAA,CACA,iDAAA,CAGA,4BAAA,CAFA,2BAAA,CAGA,oBAAA,CANA,+BDMJ,CCEI,eAEI,4BAAA,CAA+B,gBAAA,CAC/B,4BDAR,CCOI,oCACI,kBDLR,CCQI,8DACI,oCDNR,CCSI,gBAAQ,wBDNZ,CCQI,+CACI,gDDNR,CCSI,2CACI,uCAAA,CACA,sCDPR,CCUI,gEAEI,iDAAA,CACA,mCDTR,CCYI,wBAEI,wBA/Be,CAgCf,mCAAA,CACA,aDXR,CCcI,8BACI,kCAAA,CACA,wBDZR,CCeI,gHAEI,sDDbR,CCgBI,kBAGI,uCAAA,CAFA,sCArEK,CAsEL,8CDbR,CCiBI,qBAAa,iCDdjB,CCgBI,aAAK,UAAA,CAAa,4BDZtB,CCaI,0DAAyC,oCDV7C,CCYI,yBAEI,oBAAA,CADA,gDDTR,CCcI,8BAAsB,yCDX1B,CCYI,8DAA6C,WDTjD,CCUI,8BAAsB,+BDP1B,CCQI,8BAAsB,0CDL1B,CCMI,kEACI,wCDJR,CCMI,sCAA8B,kCDHlC,CCII,wEAAgE,oBDDpE,CCEI,sEAA8D,oBDClE,CCEI,yBAA4C,kBAAA,CAA3B,wBDErB,CCDI,2BAAmB,kBAAA,CAAqB,wBDK5C,CCJI,qCAA6C,iDAAA,CAAhB,aDQjC,CCPI,+BAAuB,gBDU3B,CCTI,oCAA4B,iBDYhC,CCZ0D,6CAAO,YDejE,CCdI,wBAAgB,wBAAA,CAA2B,eDkB/C,CCjBI,2BAAmB,iBDoBvB,CCjBI,+BAA8G,0BAAA,CAAvF,iBAAA,CAAoB,gBDyB/C,CCxBQ,oEAD0D,kBAAA,CAAqB,wBAAA,CAAwD,aD8B/I,CC5BQ,mDAAsB,yBD+B9B,CC7BI,uBAAe,6DAAA,CAAgE,wBDiCnF,CChCI,uBAAe,6DAAA,CAAkE,wBDoCrF,CClCI,yBAAiD,0BAAA,CAAhC,yBAAA,CAA6D,kCDuClF,CCtCI,8DAA6D,iDAAA,CAAhB,aD0CjD,CCvCI,iDAAoB,+ID6CxB,CC3CI,6EAGI,wCD6CR,CCxCI,oIAAsE,aD8C1E","file":"colors-dark.css","sourcesContent":["//$primary-color: #007bff;\n$min-width: 1349px;\n$primary-color: #7157cb;\n$primary-color-font: #eeeeee;\n$font-size: 0.875rem;\n$font-size-small: 0.775rem;\n//$shadow-sm: 0 .125rem .25rem rgba(0, 0, 0, .075) !important; // it is bootstrap standard shadow-sm\n//$border-style: 1px solid #dee2e6;\n\n@font-face {\n font-family: 'Verdana';\n src: url('../fonts/Verdana.ttf');\n}\n\n@font-face {\n font-family: 'JetBrains Mono';\n src: url('../fonts/JetBrainsMonoRegular.ttf');\n}\n","@font-face {\n font-family: \"Verdana\";\n src: url(\"../fonts/Verdana.ttf\");\n}\n@font-face {\n font-family: \"JetBrains Mono\";\n src: url(\"../fonts/JetBrainsMonoRegular.ttf\");\n}\nhtml.DARK {\n scrollbar-color: #656565 #303030;\n background-color: var(--bg-primary);\n background-image: url(\"/assets/images/bg/world.svg\");\n background-repeat: no-repeat;\n background-position: center 0;\n background-size: 100%;\n /* Handle */\n}\nhtml.DARK body {\n background-color: transparent;\n min-height: 100vh;\n min-width: calc(100vw - 19px);\n}\nhtml.DARK ::-webkit-scrollbar-thumb {\n background: #5a5a5a;\n}\nhtml.DARK .modal-body, html.DARK .modal-footer, html.DARK .card {\n background-color: var(--bg-secondary);\n}\nhtml.DARK .card {\n border: 1px solid #3d3d3d;\n}\nhtml.DARK .modal-header, html.DARK .card-header {\n background-color: var(--bg-primary--shade--three);\n}\nhtml.DARK .dropdown-menu, html.DARK .navbar {\n background-color: var(--dark-bg-primary);\n box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);\n}\nhtml.DARK .dropdown-item.active, html.DARK .dropdown-item:active {\n background-color: var(--accent-error--shade--five);\n border: 1px solid var(--bg-tertiary);\n}\nhtml.DARK .form-control {\n background-color: #464646;\n border: 1px solid var(--bg-tertiary);\n color: #b0b0b0;\n}\nhtml.DARK .form-control:focus {\n background-color: var(--bg-primary);\n border: 1px solid #710109;\n}\nhtml.DARK .border,\nhtml.DARK .border-left, html.DARK .border-right, html.DARK .border-top, html.DARK .border-bottom {\n border-color: var(--bg-primary--shade--three) !important;\n}\nhtml.DARK .footer {\n box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);\n color: var(-dark-content-primary--shade--three);\n background-color: var(--dark-bg-primary);\n}\nhtml.DARK .shadow-sm {\n box-shadow: 0 0 3px #000 !important;\n}\nhtml.DARK hr {\n border: 1px;\n border-top: 1px solid #616161;\n}\nhtml.DARK .table-bordered th, html.DARK .table-bordered td {\n border: 1px solid rgba(114, 114, 114, 0.7215686275);\n}\nhtml.DARK .modal-content {\n box-shadow: 0 4px 8px 0 rgb(17 17 17), 0 6px 20px 0 rgb(33 33 33);\n border-color: #545454;\n}\nhtml.DARK .ql-snow .ql-picker {\n color: var(--content-primary--shade--four);\n}\nhtml.DARK .ql-container.ql-snow, html.DARK .ql-toolbar.ql-snow {\n border: none;\n}\nhtml.DARK .ql-toolbar.ql-snow {\n border-bottom: 1px solid #565656;\n}\nhtml.DARK .ql-snow .ql-stroke {\n stroke: var(--content-primary--shade--four);\n}\nhtml.DARK .ql-snow .ql-fill, html.DARK .ql-snow .ql-stroke.ql-fill {\n fill: var(--content-primary--shade--four);\n}\nhtml.DARK .ql-snow .ql-picker-options {\n background-color: var(--bg-primary);\n}\nhtml.DARK .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {\n border-color: #3c3c3c;\n}\nhtml.DARK .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {\n border-color: #464646;\n}\nhtml.DARK .ql-table-menu {\n border: 1px solid #525252;\n background: #3a3a3a;\n}\nhtml.DARK .ql-table-toggle {\n background: #2f2f2f;\n border: 2px solid #585858;\n}\nhtml.DARK .ql-table-menu__item:hover {\n color: #f2f2f2;\n background-color: var(--accent-error--shade--five);\n}\nhtml.DARK .ql-table-menu__item {\n padding: 5px 15px;\n}\nhtml.DARK .ql-table-menu__item-icon {\n margin-right: 10px;\n}\nhtml.DARK .ql-table-menu__item-icon svg path {\n fill: #a2a2a2;\n}\nhtml.DARK .ql-editor td {\n border: 1px solid #6f6f6f;\n padding: 5px 8px;\n}\nhtml.DARK .ql-table-toggle {\n margin-left: -16px;\n}\nhtml.DARK .ql-snow .ql-tooltip {\n margin-left: 159px;\n margin-top: -25px;\n background: #2f2f2f;\n border: 1px solid #585858;\n box-shadow: 0 0 5px #292929;\n color: #f2f2f2;\n}\nhtml.DARK .ql-snow .ql-tooltip input {\n background: #2f2f2f;\n border: 1px solid #585858;\n color: #f2f2f2;\n}\nhtml.DARK .ql-snow .ql-tooltip input:focus-visible {\n outline: 1px solid #737373;\n}\nhtml.DARK .btn-primary {\n background-image: linear-gradient(#711010, #600000 60%, #4d1414);\n border: 1px solid #750303;\n}\nhtml.DARK .btn-success {\n background-image: linear-gradient(#137110, #00600d 60%, #144d15);\n border: 1px solid #077503;\n}\nhtml.DARK .dropdown-menu {\n background: rgba(0, 0, 0, 0.2);\n backdrop-filter: blur(10px);\n border: 1px solid rgba(187, 187, 187, 0.3);\n}\nhtml.DARK .dropdown-item:hover, html.DARK .dropdown-item:focus {\n color: #cecece;\n background-color: var(--accent-error--shade--five);\n}\nhtml.DARK .shadow-lg {\n box-shadow: var(--mdc-dialog-container-elevation, 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12));\n}\nhtml.DARK div.dropdown-menu {\n box-shadow: var(--mdc-dialog-container-elevation, 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12));\n}\nhtml.DARK .p-dropdown:not(.p-disabled).p-focus,\nhtml.DARK .form-control:focus {\n -webkit-box-shadow: 0 0 0 0.2rem rgba(143, 1, 1, 0.47);\n box-shadow: 0 0 0 0.2rem rgba(143, 1, 1, 0.47);\n}\nhtml.DARK .p-datatable .p-sortable-column.p-highlight {\n color: #b0b0b0;\n}\nhtml.DARK .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {\n color: #b0b0b0;\n}","@import \"variables\";\n\n$box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);\n@function rgb($args...) {\n @return r#{g}#{b}(#{$args})\n}\n\n\nhtml.DARK {\n $default-font-color: #e6e6e6;\n scrollbar-color: #656565 #303030; // firefox scrollbar\n background-color: var(--bg-primary);\n background-image: url(\"/assets/images/bg/world.svg\");\n background-repeat: no-repeat;\n //background-position: center 70px;\n background-position: center 0;\n background-size: 100%;\n\n body {\n //backdrop-filter: blur(10px);\n background-color: transparent; min-height: 100vh;\n min-width: calc(100vw - 19px);\n }\n\n $bg-text-dropdown: #464646;\n $shadow-lg: var(--mdc-dialog-container-elevation, 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12));\n\n /* Handle */\n ::-webkit-scrollbar-thumb {\n background: #5a5a5a;\n }\n\n .modal-body, .modal-footer, .card {\n background-color: var(--bg-secondary);\n }\n\n .card { border: 1px solid #3d3d3d; }\n\n .modal-header, .card-header {\n background-color: var(--bg-primary--shade--three);\n }\n\n .dropdown-menu, .navbar {\n background-color: var(--dark-bg-primary);\n box-shadow: $box-shadow;\n }\n\n .dropdown-item.active, .dropdown-item:active {\n //background-color: var(--bg-tertiary--shade--two);\n background-color: var(--accent-error--shade--five);\n border: 1px solid var(--bg-tertiary);\n }\n\n .form-control {\n //background-color: var(--bg-tertiary);\n background-color: $bg-text-dropdown;\n border: 1px solid var(--bg-tertiary);\n color: #b0b0b0;\n }\n\n .form-control:focus {\n background-color: var(--bg-primary);\n border: 1px solid #710109;\n }\n\n .border,\n .border-left, .border-right, .border-top, .border-bottom {\n border-color: var(--bg-primary--shade--three) !important;\n }\n\n .footer {\n box-shadow: $box-shadow;\n color: var(-dark-content-primary--shade--three);\n background-color: var(--dark-bg-primary);\n }\n\n .shadow-sm { box-shadow: 0 0 3px #000 !important; }\n\n hr { border: 1px; border-top: 1px solid #616161; }\n .table-bordered th, .table-bordered td { border: 1px solid #727272b8; }\n\n .modal-content {\n box-shadow: 0 4px 8px 0 rgb(17 17 17), 0 6px 20px 0 rgb(33 33 33);\n border-color: #545454;\n }\n\n // Quill editor related style improvements.\n .ql-snow .ql-picker { color: var(--content-primary--shade--four); }\n .ql-container.ql-snow, .ql-toolbar.ql-snow { border: none; }\n .ql-toolbar.ql-snow { border-bottom: 1px solid #565656; }\n .ql-snow .ql-stroke { stroke: var(--content-primary--shade--four); }\n .ql-snow .ql-fill, .ql-snow .ql-stroke.ql-fill {\n fill: var(--content-primary--shade--four);\n }\n .ql-snow .ql-picker-options { background-color: var(--bg-primary); }\n .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options { border-color: #3c3c3c; }\n .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label { border-color: #464646; }\n\n // Quill editor table popup UI issue fix.\n .ql-table-menu { border: 1px solid #525252; background: #3a3a3a; }\n .ql-table-toggle { background: #2f2f2f; border: 2px solid #585858; }\n .ql-table-menu__item:hover { color: #f2f2f2; background-color: var(--accent-error--shade--five); }\n .ql-table-menu__item { padding: 5px 15px; }\n .ql-table-menu__item-icon { margin-right: 10px; svg { path { fill: #a2a2a2; }} }\n .ql-editor td { border: 1px solid #6f6f6f; padding: 5px 8px; }\n .ql-table-toggle { margin-left: -16px; }\n\n // Quill editor video modal popup bug fix.\n .ql-snow .ql-tooltip { margin-left: 159px; margin-top: -25px; background: #2f2f2f; border: 1px solid #585858; box-shadow: 0 0 5px #292929; color: #f2f2f2;\n input { background: #2f2f2f; border: 1px solid #585858; color: #f2f2f2; }\n input:focus-visible { outline: 1px solid #737373; }\n }\n .btn-primary { background-image: linear-gradient(#711010,#600000 60%,#4d1414); border: 1px solid #750303; }\n .btn-success { background-image: linear-gradient(#137110, #00600d 60%, #144d15); border: 1px solid #077503; }\n\n .dropdown-menu { background: rgba(0, 0, 0, 0.2); backdrop-filter: blur(10px); border: 1px solid rgba(187, 187, 187, 0.3); }\n .dropdown-item:hover, .dropdown-item:focus { color: #cecece; background-color: var(--accent-error--shade--five); }\n\n .shadow-lg { box-shadow: $shadow-lg; }\n div.dropdown-menu { box-shadow: $shadow-lg; }\n\n .p-dropdown:not(.p-disabled).p-focus,\n .form-control:focus {\n -webkit-box-shadow: 0 0 0 0.2rem rgba(143, 1, 1, 0.47);\n box-shadow: 0 0 0 0.2rem rgba(143, 1, 1, 0.47);\n }\n\n // primeng sorting related fields.\n .p-datatable .p-sortable-column.p-highlight { color: #b0b0b0; }\n .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon { color: #b0b0b0; }\n}\n\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["variables.scss","colors-light.css","colors-light.scss"],"names":[],"mappings":"AASA,WACI,mBAAA,CACA,6BCRJ,CDWA,WACI,0BAAA,CACA,0CCTJ,CCLA,WAGI,spBAAA,CADA,4BDOJ,CCJI,aACI,aDMR,CCHI,mBACI,iDAAA,CACA,+BDMR,CCHI,mBAGI,6CAAA,CAFA,sCAAA,CACA,iDDMR","file":"colors-light.css","sourcesContent":["//$primary-color: #007bff;\n$min-width: 1349px;\n$primary-color: #7157cb;\n$primary-color-font: #eeeeee;\n$font-size: 0.875rem;\n$font-size-small: 0.775rem;\n//$shadow-sm: 0 .125rem .25rem rgba(0, 0, 0, .075) !important; // it is bootstrap standard shadow-sm\n//$border-style: 1px solid #dee2e6;\n\n@font-face {\n font-family: 'Verdana';\n src: url('../fonts/Verdana.ttf');\n}\n\n@font-face {\n font-family: 'JetBrains Mono';\n src: url('../fonts/JetBrainsMonoRegular.ttf');\n}\n","@font-face {\n font-family: \"Verdana\";\n src: url(\"../fonts/Verdana.ttf\");\n}\n@font-face {\n font-family: \"JetBrains Mono\";\n src: url(\"../fonts/JetBrainsMonoRegular.ttf\");\n}\nhtml.LIGHT {\n scrollbar-color: #bec1c5 #fff;\n background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAxMC8yOS8xMiKqq3kAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzVxteM2AAABHklEQVRIib2Vyw6EIAxFW5idr///Qx9sfG3pLEyJ3tAwi5EmBqRo7vHawiEEERHS6x7MTMxMVv6+z3tPMUYSkfTM/R0fEaG2bbMv+Gc4nZzn+dN4HAcREa3r+hi3bcuu68jLskhVIlW073tWaYlQ9+F9IpqmSfq+fwskhdO/AwmUTJXrOuaRQNeRkOd5lq7rXmS5InmERKoER/QMvUAPlZDHcZRhGN4CSeGY+aHMqgcks5RrHv/eeh455x5KrMq2yHQdibDO6ncG/KZWL7M8xDyS1/MIO0NJqdULLS81X6/X6aR0nqBSJcPeZnlZrzN477NKURn2Nus8sjzmEII0TfMiyxUuxphVWjpJkbx0btUnshRihVv70Bv8ItXq6Asoi/ZiCbU6YgAAAABJRU5ErkJggg==) !important;\n}\nhtml.LIGHT a {\n color: #525252;\n}\nhtml.LIGHT .navbar {\n background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);\n /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */\n border-bottom: 1px solid #cdcdcd;\n}\nhtml.LIGHT .footer {\n box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);\n color: var(--dark-content-secondary--shade--three);\n background: var(--content-primary--shade--one);\n}","@import \"variables\";\n\nhtml.LIGHT {\n $default-font-color: #525252;\n scrollbar-color: #bec1c5 #fff; // firefox scrollbar\n background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAxMC8yOS8xMiKqq3kAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzVxteM2AAABHklEQVRIib2Vyw6EIAxFW5idr///Qx9sfG3pLEyJ3tAwi5EmBqRo7vHawiEEERHS6x7MTMxMVv6+z3tPMUYSkfTM/R0fEaG2bbMv+Gc4nZzn+dN4HAcREa3r+hi3bcuu68jLskhVIlW073tWaYlQ9+F9IpqmSfq+fwskhdO/AwmUTJXrOuaRQNeRkOd5lq7rXmS5InmERKoER/QMvUAPlZDHcZRhGN4CSeGY+aHMqgcks5RrHv/eeh455x5KrMq2yHQdibDO6ncG/KZWL7M8xDyS1/MIO0NJqdULLS81X6/X6aR0nqBSJcPeZnlZrzN477NKURn2Nus8sjzmEII0TfMiyxUuxphVWjpJkbx0btUnshRihVv70Bv8ItXq6Asoi/ZiCbU6YgAAAABJRU5ErkJggg==) !important;\n\n a {\n color: $default-font-color;\n }\n\n .navbar {\n background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */\n border-bottom: 1px solid #cdcdcd;\n }\n\n .footer {\n box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .37);\n color: var(--dark-content-secondary--shade--three);\n background: var(--content-primary--shade--one);\n }\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"monaco-editor-overrides.css","sourcesContent":[]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@font-face{font-family:Verdana;src:url(../fonts/Verdana.ttf)}@font-face{font-family:JetBrains Mono;src:url(../fonts/JetBrainsMonoRegular.ttf)}body{min-width:1349px}::-webkit-scrollbar{height:7px;width:7px}::-webkit-scrollbar-track{background:transparent;border-radius:8px}::-webkit-scrollbar-thumb{background:#5b5b5b;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#5b5b5b}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}@keyframes fadein{0%{opacity:0}to{opacity:1}}.cursor-pointer{cursor:pointer}.text-v-small{font-size:70%}.mt-1px{margin-top:1px}.mt--1px{margin-top:-1px}.mt--2px{margin-top:-2px}.dialog-text{margin:30px;text-align:center}.full-body{height:calc(100vh - 56px)}.line-height-1-3{line-height:1.3rem}.line-height-1{line-height:1rem}.line-height-1-plain{line-height:1}.icon-inside-table-cell{height:30px;padding:0!important;text-align:center!important;vertical-align:middle!important;width:30px}.icon-inside-table-cell img{height:20px;width:20px}.font-monospaced{font-family:JetBrains Mono,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.font-verdana{font-family:Verdana,sans-serif}.font-jetbrains-mono{font-family:JetBrains Mono,Monaco,SFMono-Regular,Menlo,Consolas,Liberation Mono,Courier New,monospace}.text-overflow-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.italic{font-style:italic}.w-10-nowrap{white-space:nowrap;width:10px}.btn-xsm-custom{height:23px;line-height:.5;padding:0;width:30px}.text-yellow{color:#dbdb37}textarea{resize:none}.request-cancel-button{left:calc(50% - 50px);margin:0;position:absolute;text-transform:uppercase;top:calc(50% + 40px);width:100px;z-index:2}.maximize-testing-tab{height:calc(100vh - 26px);left:0;position:absolute;top:0;width:100%}.maximize-testing-panel{border:0;position:absolute;top:0;width:100%}.panel-body-h{height:calc(100vh - 75px)}.tab-content-h{height:calc(100vh - 80px)}.tab-content-h-maximize{height:calc(100vh - 64px)}.tab-content-h-maximize .monaco-code-h{height:calc(100vh - 100px)!important}.api-list .monaco-code-h{height:calc(100vh - 238px)}.api-list-test-hook .monaco-code-h{height:calc(100vh - 360px)}.modal-full{max-width:calc(100vw - 100px)}.table-no-padding td{height:30px;padding:0}.table-no-padding td div{min-height:30px;padding:.2rem .75rem}.table-no-padding td div.selected-row{background-color:rgba(47,100,115,.341)}.font-label{font-size:.875rem}.highlightMatchedWord{background:#ff0!important;color:#000!important;font-weight:700!important}.highlightLineHavingError{border-bottom:1px dashed red}.parent-notes-modal .child-notes-grid{height:calc(100% - 10px)!important}.prevent-text-selection{-webkit-user-select:none;-moz-user-select:none;user-select:none}.logs-collapse-div{background:#3d3d3d;height:25px}.preHookCounter{right:.5em;rotate:270deg}.postHookCounter,.preHookCounter{align-items:center;background-color:grey;border-radius:.8em;color:#fff;display:flex;font-size:.8em;height:1.5em;justify-content:center;min-width:1.5em;position:absolute}.postHookCounter{right:-.5em;rotate:90deg}div.delta-to-html .ql-size-huge{font-size:xx-large}div.delta-to-html pre{background:#1d1d1d;color:inherit;display:block;font-size:87.5%;padding:10px}div.delta-to-html table,div.delta-to-html td,div.delta-to-html th{border:1px solid grey;text-align:left}div.delta-to-html table{background:#3b3b3b;border-collapse:collapse;border-color:grey;border-spacing:2px;box-sizing:border-box;display:table;text-indent:0;width:100%}div.delta-to-html td,div.delta-to-html th{padding:6px}div.delta-to-html tr:nth-of-type(odd){background:rgba(40,40,40,.78)}app-fun-man-layout .custom-api-grid-height{height:calc(100vh - 82px)}app-db-cell-layout app-w-instances .instance-grid-height{height:calc(100vh - 94px)}app-db-cell-layout app-w-collections .collection-grid-height,app-db-cell-layout app-w-databases .database-grid-height{height:calc(50vh - 68px)}app-system-api-layout app-system-api-w .system-api-grid-height{height:calc(100vh - 82px)}app-event-man-layout app-events-grid .events-grid-height,app-tp-api-layout app-w-supported-tp-api .system-api-grid-height{height:calc(100vh - 94px)}app-scheduler-man-layout app-scheduler-man-w .schedulers-grid-height,app-web-socket-events-layout-grid app-web-socket-events-grid .ws-events-grid-height{height:calc(100vh - 82px)}app-logprofile-layout app-w-logprofiles .log-profile-grid-height,app-utility-classes-layout app-utility-classes-list .utility-classes-grid-height{height:calc(100vh - 94px)}app-notes-layout app-notes-list .notes-grid-height{height:calc(100vh - 86px)}app-notes-layout app-notes-form .notes-form-height{height:calc(100vh - 94px)}app-notes-modal app-notes-list .notes-grid-height{height:calc(100vh - 102px)}app-notes-modal app-notes-form .notes-form-height{height:calc(100vh - 94px)}app-code-finder-modal app-code-finder-w .code-finder-height{height:calc(100vh - 72px)!important}app-root app-code-finder-w .code-finder-height{height:calc(100vh - 52px)}.dropdown-menu{z-index:1051}a{color:#aaa}.p-tree-empty-message{padding-top:20px;position:absolute;text-align:center;width:100%}.json-key{color:#9d74af}.json-val{color:#6aab73}#svgContainerId svg{height:calc(100vh - 88px);width:calc(100vw - 20px)}#svgContainerId rect,#svgContainerId text{cursor:grab}.p-datatable-header{padding:0!important}.width-300{width:300px}.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody>tr:not(.p-highlight):hover{background:none!important;color:inherit!important}p-radioButton.inline-small-radio .p-radiobutton-label{margin-bottom:0!important}.word-break-all{word-break:break-all}#id_api_maker_deploy_file_upload .p-fileupload-content{padding:10px 0;text-align:left}#id_api_maker_deploy_file_upload .p-fileupload-content .p-fileupload-row div:first-of-type{display:none}#id_api_maker_deploy_file_upload .p-fileupload-content .p-fileupload-row div:nth-of-type(2){padding:0 0 0 10px;width:75%}#id_api_maker_deploy_file_upload .p-fileupload-content .p-fileupload-row div:nth-of-type(3){padding:0;text-align:center}#id_api_maker_deploy_file_upload .p-fileupload-content .p-fileupload-row div:nth-of-type(4){padding:0 10px 0 0;width:74px}.id_ptree_db_master_config_outline .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler{height:1.5rem;margin-right:0;width:1.5rem}.id_ptree_db_master_config_outline .tree-width{width:auto}.id_ptree_db_master_config_outline .tree-width .p-tree-container{display:table}p-dropdown .fix-height-issue{height:29px}.grid-pill-custom-api{border-radius:3px;font-size:x-small;padding:2px 5px}
|
|
1
|
+
@font-face{font-family:Verdana;src:url(../fonts/Verdana.ttf)}@font-face{font-family:JetBrains Mono;src:url(../fonts/JetBrainsMonoRegular.ttf)}body{min-width:1349px}::-webkit-scrollbar{height:7px;width:7px}::-webkit-scrollbar-track{background:transparent;border-radius:8px}::-webkit-scrollbar-thumb{background:#5b5b5b;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#5b5b5b}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}@keyframes fadein{0%{opacity:0}to{opacity:1}}.cursor-pointer{cursor:pointer}.text-v-small{font-size:70%}.mt-1px{margin-top:1px}.mt--1px{margin-top:-1px}.mt--2px{margin-top:-2px}.dialog-text{margin:30px;text-align:center}.full-body{height:calc(100vh - 56px)}.line-height-1-3{line-height:1.3rem}.line-height-1{line-height:1rem}.line-height-1-plain{line-height:1}.icon-inside-table-cell{height:30px;padding:0!important;text-align:center!important;vertical-align:middle!important;width:30px}.icon-inside-table-cell img{height:20px;width:20px}.font-monospaced{font-family:JetBrains Mono,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.font-verdana{font-family:Verdana,sans-serif}.font-jetbrains-mono{font-family:JetBrains Mono,Monaco,SFMono-Regular,Menlo,Consolas,Liberation Mono,Courier New,monospace}.text-overflow-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.italic{font-style:italic}.w-10-nowrap{white-space:nowrap;width:10px}.btn-xsm-custom{height:23px;line-height:.5;padding:0;width:30px}.text-yellow{color:#dbdb37}textarea{resize:none}.request-cancel-button{left:calc(50% - 50px);margin:0;position:absolute;text-transform:uppercase;top:calc(50% + 40px);width:100px;z-index:2}.maximize-testing-tab{height:calc(100vh - 26px);left:0;position:absolute;top:0;width:100%}.maximize-testing-panel{border:0;position:absolute;top:0;width:100%}.panel-body-h{height:calc(100vh - 75px)}.tab-content-h{height:calc(100vh - 80px)}.tab-content-h-maximize{height:calc(100vh - 64px)}.tab-content-h-maximize .monaco-code-h{height:calc(100vh - 100px)!important}.api-list .monaco-code-h{height:calc(100vh - 238px)}.api-list .index-maker-db-calls{height:calc(100vh - 260px)}.api-list-test-hook .monaco-code-h{height:calc(100vh - 360px)}.modal-full{max-width:calc(100vw - 100px)}.table-no-padding td{height:30px;padding:0}.table-no-padding td div{min-height:30px;padding:.2rem .75rem}.table-no-padding td div.selected-row{background-color:rgba(47,100,115,.341)}.font-label{font-size:.875rem}.highlightMatchedWord{background:#ff0!important;color:#000!important;font-weight:700!important}.highlightLineHavingError{border-bottom:1px dashed red}.parent-notes-modal .child-notes-grid{height:calc(100% - 10px)!important}.prevent-text-selection{-webkit-user-select:none;-moz-user-select:none;user-select:none}.logs-collapse-div{background:#3d3d3d;height:25px}.p-tooltip-word-break-all .p-tooltip-text{word-break:break-all}.preHookCounter{right:.5em;rotate:270deg}.postHookCounter,.preHookCounter{align-items:center;background-color:grey;border-radius:.8em;color:#fff;display:flex;font-size:.8em;height:1.5em;justify-content:center;min-width:1.5em;position:absolute}.postHookCounter{right:-.5em;rotate:90deg}div.delta-to-html .ql-size-huge{font-size:xx-large}div.delta-to-html pre{background:#1d1d1d;color:inherit;display:block;font-size:87.5%;padding:10px}div.delta-to-html table,div.delta-to-html td,div.delta-to-html th{border:1px solid grey;text-align:left}div.delta-to-html table{background:#3b3b3b;border-collapse:collapse;border-color:grey;border-spacing:2px;box-sizing:border-box;display:table;text-indent:0;width:100%}div.delta-to-html td,div.delta-to-html th{padding:6px}div.delta-to-html tr:nth-of-type(odd){background:rgba(40,40,40,.78)}app-fun-man-layout .custom-api-grid-height{height:calc(100vh - 82px)}app-db-cell-layout app-w-instances .instance-grid-height{height:calc(100vh - 94px)}app-db-cell-layout app-w-collections .collection-grid-height,app-db-cell-layout app-w-databases .database-grid-height{height:calc(50vh - 68px)}app-system-api-layout app-system-api-w .system-api-grid-height{height:calc(100vh - 82px)}app-event-man-layout app-events-grid .events-grid-height,app-tp-api-layout app-w-supported-tp-api .system-api-grid-height{height:calc(100vh - 94px)}app-scheduler-man-layout app-scheduler-man-w .schedulers-grid-height,app-web-socket-events-layout-grid app-web-socket-events-grid .ws-events-grid-height{height:calc(100vh - 82px)}app-logprofile-layout app-w-logprofiles .log-profile-grid-height,app-scanning-periods-layout app-w-scanning-periods .scanning-period-grid-height,app-utility-classes-layout app-utility-classes-list .utility-classes-grid-height{height:calc(100vh - 94px)}app-notes-layout app-notes-list .notes-grid-height{height:calc(100vh - 86px)}app-notes-layout app-notes-form .notes-form-height{height:calc(100vh - 94px)}app-notes-modal app-notes-list .notes-grid-height{height:calc(100vh - 102px)}app-notes-modal app-notes-form .notes-form-height{height:calc(100vh - 94px)}app-code-finder-modal app-code-finder-w .code-finder-height{height:calc(100vh - 72px)!important}app-root app-code-finder-w .code-finder-height{height:calc(100vh - 52px)}.dropdown-menu{z-index:1051}a{color:#aaa}.p-tree-empty-message{padding-top:20px;position:absolute;text-align:center;width:100%}.json-key{color:#9d74af}.json-val{color:#6aab73}#svgContainerId svg{height:calc(100vh - 88px);width:calc(100vw - 20px)}#svgContainerId rect,#svgContainerId text{cursor:grab}.p-datatable-header{padding:0!important}.width-300{width:300px}.width-50p{width:50%}.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody>tr:not(.p-highlight):hover{background:none!important;color:inherit!important}p-radioButton.inline-small-radio .p-radiobutton-label{margin-bottom:0!important}.word-break-all{word-break:break-all}div.p-datepicker.p-component{z-index:1052!important}p-calendar.w-100 span.p-calendar{width:100%}p-calendar.w-100 span.p-calendar input{background-color:#464646}p-calendar.form-control-sm{padding-left:0}p-calendar.form-control-sm button,p-calendar.form-control-sm input{border-radius:.2rem;font-size:.8203125rem;height:calc(1.5em + .5rem + 2px);line-height:1.5;padding:.25rem .5rem}p-calendar.form-control-sm input{border-bottom-right-radius:0;border-top-right-radius:0}p-calendar.form-control-sm button{border-bottom-left-radius:0;border-top-left-radius:0}#id_api_maker_deploy_file_upload .p-fileupload-content{padding:10px 0;text-align:left}#id_api_maker_deploy_file_upload .p-fileupload-content .p-fileupload-row div:first-of-type{display:none}#id_api_maker_deploy_file_upload .p-fileupload-content .p-fileupload-row div:nth-of-type(2){padding:0 0 0 10px;width:75%}#id_api_maker_deploy_file_upload .p-fileupload-content .p-fileupload-row div:nth-of-type(3){padding:0;text-align:center}#id_api_maker_deploy_file_upload .p-fileupload-content .p-fileupload-row div:nth-of-type(4){padding:0 10px 0 0;width:74px}.id_ptree_db_master_config_outline .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler{height:1.5rem;margin-right:0;width:1.5rem}.id_ptree_db_master_config_outline .tree-width{width:auto}.id_ptree_db_master_config_outline .tree-width .p-tree-container{display:table}p-dropdown .fix-height-issue{height:29px}.grid-pill-custom-api{border-radius:3px;font-size:x-small;padding:2px 5px}.width-160{width:160px}.custom-dropdown-panel{width:400px}
|
|
2
2
|
/*# sourceMappingURL=styles.css.map */
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["variables.scss","styles.css","styles.scss"],"names":[],"mappings":"AASA,WACI,mBAAA,CACA,6BCPJ,CDUA,WACI,0BAAA,CACA,0CCRJ,CCJA,KACI,gBDMJ,CCQA,oBAAkC,UAAA,CAAZ,SDCtB,CCEA,0BACI,sBAAA,CAAyB,iBDG7B,CCEA,0BAA4B,kBAAA,CAAqB,kBDIjD,CCDA,gCAAkC,kBDMlC,CCHA,4FACI,uBAAA,CAA0B,QDQ9B,CCJA,mBAAuB,yBDQvB,CCLA,kBAAoB,GAAO,SDUzB,CCVqC,GAAK,SDa1C,CACF,CCVA,gBAAkB,cDalB,CCZA,cAAe,aDgBf,CCfA,QAAU,cDmBV,CClBA,SAAW,eDsBX,CCrBA,SAAW,eDyBX,CCxBA,aAAe,WAAA,CAAa,iBD6B5B,CC5BA,WAAa,yBDgCb,CC/BA,iBAAmB,kBDmCnB,CClCA,eAAiB,gBDsCjB,CCrCA,qBAAuB,aDyCvB,CCvCA,wBAAmH,WAAA,CAA1D,mBAAA,CAA/B,2BAAA,CAAsD,+BAAA,CAAiD,UD+CjI,CC9CI,4BAAK,WAAA,CAAc,UDkDvB,CC/CA,iBAAmB,qGDmDnB,CClDA,cAAgB,8BDsDhB,CCrDA,qBAAuB,qGDyDvB,CCvDA,wBAEI,eAAA,CACA,sBAAA,CAFA,kBD4DJ,CCvDA,QAAU,iBD2DV,CCzDA,aAA2B,kBAAA,CAAb,UD8Dd,CC5DA,gBAEI,WAAA,CAEA,cAAA,CADA,SAAA,CAFA,UDkEJ,CC5DA,aAAe,aDgEf,CC9DA,SAAW,WDkEX,CChEA,uBAAoE,qBAAA,CAAsC,QAAA,CAAjF,iBAAA,CACrB,wBAAA,CADyC,oBAAA,CAA+C,WAAA,CAAyB,SD0ErH,CCvEA,sBAA0E,yBAAA,CAAT,MAAA,CAAzC,iBAAA,CAAoB,KAAA,CAAQ,UD+EpD,CC9EA,wBAAmE,QAAA,CAAzC,iBAAA,CAAiC,KAAA,CAAb,UDqF9C,CClFA,cAAgB,yBDsFhB,CCrFA,eAAiB,yBDyFjB,CCxFA,wBACI,yBD2FJ,CC1FI,uCAAiB,oCD6FrB,CC1FI,yBAAiB,0BD8FrB,CC7FI,gCAAwB,0BDgG5B,CC7FI,mCAAiB,0BDiGrB,CC/FA,YAAc,6BDmGd,CChGI,qBACI,WAAA,CACA,SDmGR,CClGQ,yBAAM,eAAA,CAAkB,oBDsGhC,CCrGQ,sCAAmB,sCDwG3B,CCrGA,YAAc,iBDyGd,CCtGA,sBAAwB,yBAAA,CAA+B,oBAAA,CAAyB,yBD4GhF,CC3GA,0BAA4B,4BD+G5B,CC9GA,sCAAwC,kCDkHxC,CCjHA,wBAA0B,wBAAA,CAAA,qBAAA,CAAA,gBDqH1B,CCnHA,mBAAqB,kBAAA,CAAqB,WDwH1C,CCtHA,0CAA4C,oBD0H5C,CCxHA,gBAEI,UAAA,CAEA,aDmIJ,CCvHA,iCANI,kBAAA,CAJA,qBAAA,CADA,kBAAA,CAEA,UAAA,CACA,YAAA,CAGA,cAAA,CACA,YAAA,CAHA,sBAAA,CAIA,eAAA,CAZA,iBDqJJ,CCtIA,iBAEI,WAAA,CAEA,YDkIJ,CCnHI,gCACI,kBDsHR,CCpHI,sBAII,kBAAA,CADA,aAAA,CAFA,aAAA,CACA,eAAA,CAGA,YDsHR,CCnHI,kEACI,qBAAA,CACA,eDqHR,CClHI,wBAOI,kBAAA,CANA,wBAAA,CAOA,iBAAA,CAFA,kBAAA,CAFA,qBAAA,CADA,aAAA,CAEA,aAAA,CAHA,UD0HR,CCjHI,0CACI,WDmHR,CCjHI,sCACI,6BDmHR,CC9GI,2CACI,yBDiHR,CC3GQ,yDACI,yBD8GZ,CCnGQ,sHACI,wBDwGZ,CCjGQ,+DACI,yBDoGZ,CCrFQ,0HACI,yBD4FZ,CC5EQ,yJACI,yBDmFZ,CC5DQ,kOACI,yBDuEZ,CChEQ,mDACI,yBDmEZ,CC/DQ,mDACI,yBDiEZ,CC1DQ,kDACI,0BD6DZ,CCzDQ,kDACI,yBD2DZ,CClDQ,4DACI,mCDqDZ,CC9CQ,+CACI,yBDiDZ,CC5CA,eAAiB,YDgDjB,CC/CA,EAAI,UDmDJ,CCjDA,sBAII,gBAAA,CAHA,iBAAA,CAEA,iBAAA,CADA,UDsDJ,CCjDA,UACI,aDoDJ,CCjDA,UACI,aDoDJ,CChDI,oBACI,yBAAA,CACA,wBDmDR,CCjDI,0CAAa,WDoDjB,CCjDA,oBAAsB,mBDqDtB,CCnDA,WAAa,WDuDb,CCtDA,WAAa,SD0Db,CCxDA,sFACI,yBAAA,CACA,uBD2DJ,CCvDI,sDAAuB,yBD2D3B,CCxDA,gBAAkB,oBD4DlB,CC3DA,6BAA+B,sBD+D/B,CC7DI,iCACI,UDgER,CC/DQ,uCAAQ,wBDkEhB,CC7DA,2BACI,cDgEJ,CC/DI,mEAKI,mBAAA,CAFA,qBAAA,CAFA,gCAAA,CAGA,eAAA,CAFA,oBDoER,CC/DI,iCAEI,4BAAA,CADA,yBDkER,CC/DI,kCAEI,2BAAA,CADA,wBDkER,CC5DI,uDACI,cAAA,CACA,eD+DR,CC5DY,2FAAqB,YD+DjC,CC9DY,4FAAiC,kBAAA,CAAZ,SDkEjC,CCjEY,4FAAqB,SAAA,CAAY,iBDqE7C,CCpEY,4FAAqB,kBAAA,CAAqB,UDwEtD,CClEI,6GAGI,aAAA,CAFA,cAAA,CACA,YDsER,CClEI,+CACI,UDoER,CCnEQ,iEAAoB,aDsE5B,CClEA,6BAA+B,WDsE/B,CCrEA,sBAA8D,iBAAA,CAAtC,iBAAA,CAAoB,eD2E5C,CC1EA,WAAa,WD8Eb,CC7EA,uBAAyB,WDiFzB","file":"styles.css","sourcesContent":["//$primary-color: #007bff;\n$min-width: 1349px;\n$primary-color: #7157cb;\n$primary-color-font: #eeeeee;\n$font-size: 0.875rem;\n$font-size-small: 0.775rem;\n//$shadow-sm: 0 .125rem .25rem rgba(0, 0, 0, .075) !important; // it is bootstrap standard shadow-sm\n//$border-style: 1px solid #dee2e6;\n\n@font-face {\n font-family: 'Verdana';\n src: url('../fonts/Verdana.ttf');\n}\n\n@font-face {\n font-family: 'JetBrains Mono';\n src: url('../fonts/JetBrainsMonoRegular.ttf');\n}\n","/* You can add global styles to this file, and also import other style files */\n@font-face {\n font-family: \"Verdana\";\n src: url(\"../fonts/Verdana.ttf\");\n}\n@font-face {\n font-family: \"JetBrains Mono\";\n src: url(\"../fonts/JetBrainsMonoRegular.ttf\");\n}\nbody {\n min-width: 1349px;\n}\n\n::-moz-selection {\n /* Code for Firefox */\n}\n\n::-webkit-scrollbar {\n width: 7px;\n height: 7px;\n}\n\n/* Track */\n::-webkit-scrollbar-track {\n background: transparent;\n border-radius: 8px;\n}\n\n/* Handle */\n::-webkit-scrollbar-thumb {\n background: #5b5b5b;\n border-radius: 10px;\n}\n\n/* Handle on hover */\n::-webkit-scrollbar-thumb:hover {\n background: #5b5b5b;\n}\n\n/* Hide HTML5 Up and Down arrows. */\ninput[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {\n -webkit-appearance: none;\n margin: 0;\n}\n\ninput[type=number] {\n -moz-appearance: textfield;\n}\n\n@keyframes fadein {\n from {\n opacity: 0;\n }\n to {\n opacity: 1;\n }\n}\n.cursor-pointer {\n cursor: pointer;\n}\n\n.text-v-small {\n font-size: 70%;\n}\n\n.mt-1px {\n margin-top: 1px;\n}\n\n.mt--1px {\n margin-top: -1px;\n}\n\n.mt--2px {\n margin-top: -2px;\n}\n\n.dialog-text {\n margin: 30px;\n text-align: center;\n}\n\n.full-body {\n height: calc(100vh - 56px);\n}\n\n.line-height-1-3 {\n line-height: 1.3rem;\n}\n\n.line-height-1 {\n line-height: 1rem;\n}\n\n.line-height-1-plain {\n line-height: 1;\n}\n\n.icon-inside-table-cell {\n text-align: center !important;\n padding: 0 !important;\n vertical-align: middle !important;\n height: 30px;\n width: 30px;\n}\n.icon-inside-table-cell img {\n height: 20px;\n width: 20px;\n}\n\n.font-monospaced {\n font-family: \"JetBrains Mono\", SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;\n}\n\n.font-verdana {\n font-family: \"Verdana\", sans-serif;\n}\n\n.font-jetbrains-mono {\n font-family: \"JetBrains Mono\", Monaco, SFMono-Regular, Menlo, Consolas, \"Liberation Mono\", \"Courier New\", monospace;\n}\n\n.text-overflow-ellipsis {\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.italic {\n font-style: italic;\n}\n\n.w-10-nowrap {\n width: 10px;\n white-space: nowrap;\n}\n\n.btn-xsm-custom {\n width: 30px;\n height: 23px;\n padding: 0;\n line-height: 0.5;\n}\n\n.text-yellow {\n color: #dbdb37;\n}\n\ntextarea {\n resize: none;\n}\n\n.request-cancel-button {\n position: absolute;\n top: calc(50% + 40px);\n left: calc(50% - 50px);\n width: 100px;\n margin: 0;\n z-index: 2;\n text-transform: uppercase;\n}\n\n.maximize-testing-tab {\n position: absolute;\n top: 0;\n width: 100%;\n left: 0;\n height: calc(100vh - 26px);\n}\n\n.maximize-testing-panel {\n position: absolute;\n width: 100%;\n top: 0;\n border: 0;\n}\n\n.panel-body-h {\n height: calc(100vh - 75px);\n}\n\n.tab-content-h {\n height: calc(100vh - 80px);\n}\n\n.tab-content-h-maximize {\n height: calc(100vh - 64px);\n}\n.tab-content-h-maximize .monaco-code-h {\n height: calc(100vh - 100px) !important;\n}\n\n.api-list .monaco-code-h {\n height: calc(100vh - 238px);\n}\n.api-list .index-maker-db-calls {\n height: calc(100vh - 260px);\n}\n\n.api-list-test-hook .monaco-code-h {\n height: calc(100vh - 312px - 48px);\n}\n\n.modal-full {\n max-width: calc(100vw - 100px);\n}\n\n.table-no-padding td {\n height: 30px;\n padding: 0;\n}\n.table-no-padding td div {\n min-height: 30px;\n padding: 0.2rem 0.75rem;\n}\n.table-no-padding td div.selected-row {\n background-color: rgba(47, 100, 115, 0.3411764706);\n}\n\n.font-label {\n font-size: 0.875rem;\n}\n\n.highlightMatchedWord {\n background: yellow !important;\n color: black !important;\n font-weight: bold !important;\n}\n\n.highlightLineHavingError {\n border-bottom: 1px dashed red;\n}\n\n.parent-notes-modal .child-notes-grid {\n height: calc(100% - 10px) !important;\n}\n\n.prevent-text-selection {\n user-select: none;\n}\n\n.logs-collapse-div {\n background: #3d3d3d;\n height: 25px;\n}\n\n.p-tooltip-word-break-all .p-tooltip-text {\n word-break: break-all;\n}\n\n.preHookCounter {\n position: absolute;\n right: 0.5em;\n rotate: 270deg;\n border-radius: 0.8em;\n background-color: grey;\n color: white;\n display: flex;\n justify-content: center;\n align-items: center;\n font-size: 0.8em;\n height: 1.5em;\n min-width: 1.5em;\n}\n\n.postHookCounter {\n position: absolute;\n right: -0.5em;\n rotate: 90deg;\n border-radius: 0.8em;\n background-color: grey;\n color: white;\n display: flex;\n justify-content: center;\n align-items: center;\n font-size: 0.8em;\n height: 1.5em;\n min-width: 1.5em;\n}\n\ndiv.delta-to-html .ql-size-huge {\n font-size: xx-large;\n}\ndiv.delta-to-html pre {\n display: block;\n font-size: 87.5%;\n color: inherit;\n background: #1d1d1d;\n padding: 10px;\n}\ndiv.delta-to-html table, div.delta-to-html td, div.delta-to-html th {\n border: 1px solid grey;\n text-align: left;\n}\ndiv.delta-to-html table {\n border-collapse: collapse;\n width: 100%;\n display: table;\n box-sizing: border-box;\n text-indent: initial;\n border-spacing: 2px;\n background: #3b3b3b;\n border-color: grey;\n}\ndiv.delta-to-html th, div.delta-to-html td {\n padding: 6px;\n}\ndiv.delta-to-html tr:nth-of-type(odd) {\n background: rgba(40, 40, 40, 0.7803921569);\n}\n\napp-fun-man-layout .custom-api-grid-height {\n height: calc(100vh - 82px);\n}\n\napp-db-cell-layout app-w-instances .instance-grid-height {\n height: calc(100vh - 94px);\n}\napp-db-cell-layout app-w-databases .database-grid-height {\n height: calc(50vh - 68px);\n}\napp-db-cell-layout app-w-collections .collection-grid-height {\n height: calc(50vh - 68px);\n}\n\napp-system-api-layout app-system-api-w .system-api-grid-height {\n height: calc(100vh - 82px);\n}\n\napp-tp-api-layout app-w-supported-tp-api .system-api-grid-height {\n height: calc(100vh - 94px);\n}\n\napp-event-man-layout app-events-grid .events-grid-height {\n height: calc(100vh - 94px);\n}\n\napp-scheduler-man-layout app-scheduler-man-w .schedulers-grid-height {\n height: calc(100vh - 82px);\n}\n\napp-web-socket-events-layout-grid app-web-socket-events-grid .ws-events-grid-height {\n height: calc(100vh - 82px);\n}\n\napp-logprofile-layout app-w-logprofiles .log-profile-grid-height {\n height: calc(100vh - 94px);\n}\n\napp-scanning-periods-layout app-w-scanning-periods .scanning-period-grid-height {\n height: calc(100vh - 94px);\n}\n\napp-utility-classes-layout app-utility-classes-list .utility-classes-grid-height {\n height: calc(100vh - 94px);\n}\n\napp-notes-layout app-notes-list .notes-grid-height {\n height: calc(100vh - 86px);\n}\napp-notes-layout app-notes-form .notes-form-height {\n height: calc(100vh - 94px);\n}\n\napp-notes-modal app-notes-list .notes-grid-height {\n height: calc(100vh - 102px);\n}\napp-notes-modal app-notes-form .notes-form-height {\n height: calc(100vh - 94px);\n}\n\napp-code-finder-modal app-code-finder-w .code-finder-height {\n height: calc(100vh - 72px) !important;\n}\n\napp-root app-code-finder-w .code-finder-height {\n height: calc(100vh - 52px);\n}\n\n.dropdown-menu {\n z-index: 1051;\n}\n\na {\n color: #aaa;\n}\n\n.p-tree-empty-message {\n position: absolute;\n width: 100%;\n text-align: center;\n padding-top: 20px;\n}\n\n.json-key {\n color: #9d74af;\n}\n\n.json-val {\n color: #6aab73;\n}\n\n#svgContainerId svg {\n height: calc(100vh - 88px);\n width: calc(100vw - 20px);\n}\n#svgContainerId rect, #svgContainerId text {\n cursor: grab;\n}\n\n.p-datatable-header {\n padding: 0 !important;\n}\n\n.width-300 {\n width: 300px;\n}\n\n.width-50p {\n width: 50%;\n}\n\n.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {\n background: none !important;\n color: inherit !important;\n}\n\np-radioButton.inline-small-radio .p-radiobutton-label {\n margin-bottom: 0 !important;\n}\n\n.word-break-all {\n word-break: break-all;\n}\n\ndiv.p-datepicker.p-component {\n z-index: 1052 !important;\n}\n\np-calendar.w-100 span.p-calendar {\n width: 100%;\n}\np-calendar.w-100 span.p-calendar input {\n background-color: #464646;\n}\n\np-calendar.form-control-sm {\n padding-left: 0;\n}\np-calendar.form-control-sm input, p-calendar.form-control-sm button {\n height: calc(1.5em + 0.5rem + 2px);\n padding: 0.25rem 0.5rem;\n font-size: 0.8203125rem;\n line-height: 1.5;\n border-radius: 0.2rem;\n}\np-calendar.form-control-sm input {\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n}\np-calendar.form-control-sm button {\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n}\n\n#id_api_maker_deploy_file_upload .p-fileupload-content {\n padding: 10px 0;\n text-align: left;\n}\n#id_api_maker_deploy_file_upload .p-fileupload-content .p-fileupload-row div:nth-of-type(1) {\n display: none;\n}\n#id_api_maker_deploy_file_upload .p-fileupload-content .p-fileupload-row div:nth-of-type(2) {\n width: 75%;\n padding: 0 0 0 10px;\n}\n#id_api_maker_deploy_file_upload .p-fileupload-content .p-fileupload-row div:nth-of-type(3) {\n padding: 0;\n text-align: center;\n}\n#id_api_maker_deploy_file_upload .p-fileupload-content .p-fileupload-row div:nth-of-type(4) {\n padding: 0 10px 0 0;\n width: 74px;\n}\n\n.id_ptree_db_master_config_outline .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {\n margin-right: 0;\n width: 1.5rem;\n height: 1.5rem;\n}\n.id_ptree_db_master_config_outline .tree-width {\n width: auto;\n}\n.id_ptree_db_master_config_outline .tree-width .p-tree-container {\n display: table;\n}\n\np-dropdown .fix-height-issue {\n height: 29px;\n}\n\n.grid-pill-custom-api {\n font-size: x-small;\n padding: 2px 5px;\n border-radius: 3px;\n}\n\n.width-160 {\n width: 160px;\n}\n\n.custom-dropdown-panel {\n width: 400px;\n}","/* You can add global styles to this file, and also import other style files */\n@import \"variables\";\n@import \"monaco-editor-overrides.scss\";\n\nbody {\n min-width: $min-width;\n //font-family: 'PT Sans', sans-serif;\n}\n\n::-moz-selection { /* Code for Firefox */\n //color: white;\n //background: $primary-color;\n}\n\n::selection {\n //color: white;\n //background: $primary-color;\n}\n\n::-webkit-scrollbar { width: 7px; height: 7px; }\n\n/* Track */\n::-webkit-scrollbar-track {\n background: transparent; border-radius: 8px;\n //box-shadow: inset 0 0 5px gray;\n}\n\n/* Handle */\n::-webkit-scrollbar-thumb { background: #5b5b5b; border-radius: 10px; }\n\n/* Handle on hover */\n::-webkit-scrollbar-thumb:hover { background: #5b5b5b; }\n\n/* Hide HTML5 Up and Down arrows. */\ninput[type=\"number\"]::-webkit-outer-spin-button, input[type=\"number\"]::-webkit-inner-spin-button {\n -webkit-appearance: none; margin: 0;\n}\n\n// Hide up & down arrows for number in firefox\ninput[type=\"number\"] { -moz-appearance: textfield; }\n\n// ==== animations ====\n@keyframes fadein { from { opacity: 0} to { opacity: 1} }\n\n\n// ==== common classes ====\n.cursor-pointer { cursor: pointer;}\n.text-v-small {font-size: 70%;}\n.mt-1px { margin-top: 1px }\n.mt--1px { margin-top: -1px; }\n.mt--2px { margin-top: -2px; }\n.dialog-text { margin: 30px;text-align: center;}\n.full-body { height: calc(100vh - 56px); } // 50 is giving scroll in log profile, 56 is working fine.\n.line-height-1-3 { line-height: 1.3rem;}\n.line-height-1 { line-height: 1rem;}\n.line-height-1-plain { line-height: 1;}\n\n.icon-inside-table-cell { text-align: center !important; padding: 0 !important; vertical-align: middle !important; height: 30px; width: 30px;\n img {height: 20px; width: 20px;}\n}\n\n.font-monospaced { font-family: \"JetBrains Mono\", SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace}\n.font-verdana { font-family: 'Verdana', sans-serif; }\n.font-jetbrains-mono { font-family: \"JetBrains Mono\", Monaco, SFMono-Regular, Menlo, Consolas, \"Liberation Mono\", \"Courier New\", monospace;}\n\n.text-overflow-ellipsis {\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.italic { font-style: italic; }\n\n.w-10-nowrap {width: 10px; white-space: nowrap;}\n\n.btn-xsm-custom {\n width: 30px;\n height: 23px;\n padding: 0;\n line-height: 0.5;\n}\n\n.text-yellow { color: #dbdb37; }\n\ntextarea { resize: none; }\n\n.request-cancel-button { position: absolute; top: calc(50% + 40px); left: calc(50% - 50px); width: 100px; margin: 0; z-index: 2;\n text-transform: uppercase; // if we remove this text is not showing.\n}\n.maximize-testing-tab { position: absolute; top: 0; width: 100%; left: 0; height: calc(100vh - 26px); }\n.maximize-testing-panel { position: absolute; width: 100%; top: 0; border: 0; }\n\n// API Testing page related styles\n.panel-body-h { height: calc(100vh - 75px); }\n.tab-content-h { height: calc(100vh - 80px); }\n.tab-content-h-maximize {\n height: calc(100vh - 64px);\n .monaco-code-h { height: calc(100vh - 100px) !important; }\n}\n.api-list {\n .monaco-code-h { height: calc(100vh - 238px); }\n .index-maker-db-calls { height: calc(100vh - 260px); }\n}\n.api-list-test-hook {\n .monaco-code-h { height: calc(100vh - 312px - 48px); }\n}\n.modal-full { max-width: calc(100vw - 100px); }\n\n.table-no-padding {\n td {\n height: 30px;\n padding: 0;\n div { min-height: 30px; padding: .2rem .75rem; }\n div.selected-row { background-color: #2f647357; }\n }\n}\n.font-label { font-size: .875rem; }\n\n// monaco editor error highlight classes\n.highlightMatchedWord { background: yellow !important; color: black !important; font-weight: bold !important; }\n.highlightLineHavingError { border-bottom: 1px dashed red; }\n.parent-notes-modal .child-notes-grid { height: calc(100% - 10px) !important; }\n.prevent-text-selection { user-select: none; }\n\n.logs-collapse-div { background: #3d3d3d; height: 25px; }\n\n.p-tooltip-word-break-all .p-tooltip-text { word-break: break-all; }\n\n.preHookCounter {\n position: absolute;\n right: 0.5em;\n //top: -16px !important;\n rotate: 270deg;\n border-radius: 0.8em;\n background-color: grey;\n color: white;\n display: flex;\n justify-content: center;\n align-items: center;\n font-size: 0.8em;\n height: 1.5em;\n min-width: 1.5em;\n}\n\n.postHookCounter {\n position: absolute;\n right: -0.5em;\n //top: 13px !important;\n rotate: 90deg;\n border-radius: 0.8em;\n background-color: grey;\n color: white;\n display: flex;\n justify-content: center;\n align-items: center;\n font-size: 0.8em;\n height: 1.5em;\n min-width: 1.5em;\n}\n\n\n// delta to html override css\ndiv.delta-to-html {\n .ql-size-huge {\n font-size: xx-large;\n }\n pre {\n display: block;\n font-size: 87.5%;\n color: inherit;\n background: #1d1d1d;\n padding: 10px;\n }\n\n table, td, th {\n border: 1px solid grey;\n text-align: left;\n }\n\n table {\n border-collapse: collapse;\n width: 100%;\n display: table;\n box-sizing: border-box;\n text-indent: initial;\n border-spacing: 2px;\n background: #3b3b3b;\n border-color: grey;\n }\n\n th, td {\n padding: 6px;\n }\n tr:nth-of-type(odd) {\n background: #282828c7;\n }\n}\n\napp-fun-man-layout {\n .custom-api-grid-height {\n height: calc(100vh - 82px);\n }\n}\n\napp-db-cell-layout {\n app-w-instances {\n .instance-grid-height {\n height: calc(100vh - 94px);\n }\n }\n\n app-w-databases {\n .database-grid-height {\n height: calc(50vh - 68px);\n }\n }\n\n app-w-collections {\n .collection-grid-height {\n height: calc(50vh - 68px);\n }\n }\n}\n\napp-system-api-layout {\n app-system-api-w {\n .system-api-grid-height {\n height: calc(100vh - 82px);\n }\n }\n}\n\napp-tp-api-layout {\n app-w-supported-tp-api {\n .system-api-grid-height {\n height: calc(100vh - 94px)\n }\n }\n}\n\napp-event-man-layout {\n app-events-grid {\n .events-grid-height {\n height: calc(100vh - 94px);\n }\n }\n}\n\n\napp-scheduler-man-layout {\n app-scheduler-man-w {\n .schedulers-grid-height {\n height: calc(100vh - 82px);\n }\n }\n}\n\napp-web-socket-events-layout-grid {\n app-web-socket-events-grid {\n .ws-events-grid-height {\n height: calc(100vh - 82px);\n }\n }\n}\n\napp-logprofile-layout {\n app-w-logprofiles {\n .log-profile-grid-height {\n height: calc(100vh - 94px);\n }\n }\n}\n\napp-scanning-periods-layout {\n app-w-scanning-periods {\n .scanning-period-grid-height {\n height: calc(100vh - 94px);\n }\n }\n}\n\napp-utility-classes-layout {\n app-utility-classes-list {\n .utility-classes-grid-height {\n height: calc(100vh - 94px);\n }\n }\n}\n\napp-notes-layout {\n app-notes-list {\n .notes-grid-height {\n height: calc(100vh - 86px);\n }\n }\n app-notes-form {\n .notes-form-height {\n height: calc(100vh - 94px);\n }\n }\n}\n\napp-notes-modal {\n app-notes-list {\n .notes-grid-height {\n height: calc(100vh - 102px);\n }\n }\n app-notes-form {\n .notes-form-height {\n height: calc(100vh - 94px);\n }\n }\n}\n\n\n\napp-code-finder-modal {\n app-code-finder-w {\n .code-finder-height {\n height: calc(100vh - 72px) !important;\n }\n }\n}\n\napp-root {\n app-code-finder-w {\n .code-finder-height {\n height: calc(100vh - 52px);\n }\n }\n}\n\n.dropdown-menu { z-index: 1051; }\na { color: #aaa; }\n\n.p-tree-empty-message {\n position: absolute;\n width: 100%;\n text-align: center;\n padding-top: 20px;\n}\n\n.json-key {\n color: #9d74af;\n}\n\n.json-val {\n color: #6aab73;\n}\n\n#svgContainerId {\n svg {\n height: calc(100vh - 88px);\n width: calc(100vw - 20px);\n }\n rect, text { cursor: grab; }\n}\n\n.p-datatable-header { padding: 0 !important; }\n\n.width-300 { width: 300px; }\n.width-50p { width: 50%; }\n\n.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody>tr:not(.p-highlight):hover {\n background: none !important;\n color: inherit !important;\n}\n\np-radioButton.inline-small-radio {\n .p-radiobutton-label { margin-bottom: 0 !important; }\n}\n\n.word-break-all { word-break: break-all; }\ndiv.p-datepicker.p-component { z-index: 1052 !important; }\np-calendar.w-100 {\n span.p-calendar {\n width: 100%;\n input { background-color: #464646; }\n }\n}\n\n\np-calendar.form-control-sm {\n padding-left: 0;\n input, button {\n height: calc(1.5em + 0.5rem + 2px);\n padding: 0.25rem 0.5rem;\n font-size: 0.8203125rem;\n line-height: 1.5;\n border-radius: 0.2rem;\n }\n input {\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n }\n button {\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n }\n}\n\n#id_api_maker_deploy_file_upload {\n .p-fileupload-content {\n padding: 10px 0;\n text-align: left;\n\n .p-fileupload-row {\n div:nth-of-type(1) { display: none; }\n div:nth-of-type(2) { width: 75%; padding: 0 0 0 10px; }\n div:nth-of-type(3) { padding: 0; text-align: center; }\n div:nth-of-type(4) { padding: 0 10px 0 0; width: 74px; }\n }\n }\n}\n\n.id_ptree_db_master_config_outline {\n .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {\n margin-right: 0;\n width: 1.5rem;\n height: 1.5rem;\n }\n\n .tree-width {\n width: auto;\n .p-tree-container { display: table; } // It expands red highlight of tree item otherwise it doesn't fully expand.\n }\n}\n\np-dropdown .fix-height-issue { height: 29px; }\n.grid-pill-custom-api { font-size: x-small; padding: 2px 5px; border-radius: 3px; }\n.width-160 { width: 160px; }\n.custom-dropdown-panel { width: 400px; }"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["variables.scss","variables.css"],"names":[],"mappings":"AASA,WACI,mBAAA,CACA,6BCRJ,CDWA,WACI,0BAAA,CACA,0CCTJ","file":"variables.css","sourcesContent":["//$primary-color: #007bff;\n$min-width: 1349px;\n$primary-color: #7157cb;\n$primary-color-font: #eeeeee;\n$font-size: 0.875rem;\n$font-size-small: 0.775rem;\n//$shadow-sm: 0 .125rem .25rem rgba(0, 0, 0, .075) !important; // it is bootstrap standard shadow-sm\n//$border-style: 1px solid #dee2e6;\n\n@font-face {\n font-family: 'Verdana';\n src: url('../fonts/Verdana.ttf');\n}\n\n@font-face {\n font-family: 'JetBrains Mono';\n src: url('../fonts/JetBrainsMonoRegular.ttf');\n}\n","@font-face {\n font-family: \"Verdana\";\n src: url(\"../fonts/Verdana.ttf\");\n}\n@font-face {\n font-family: \"JetBrains Mono\";\n src: url(\"../fonts/JetBrainsMonoRegular.ttf\");\n}"]}
|
|
@@ -99,6 +99,7 @@ textarea { resize: none; }
|
|
|
99
99
|
}
|
|
100
100
|
.api-list {
|
|
101
101
|
.monaco-code-h { height: calc(100vh - 238px); }
|
|
102
|
+
.index-maker-db-calls { height: calc(100vh - 260px); }
|
|
102
103
|
}
|
|
103
104
|
.api-list-test-hook {
|
|
104
105
|
.monaco-code-h { height: calc(100vh - 312px - 48px); }
|
|
@@ -123,6 +124,8 @@ textarea { resize: none; }
|
|
|
123
124
|
|
|
124
125
|
.logs-collapse-div { background: #3d3d3d; height: 25px; }
|
|
125
126
|
|
|
127
|
+
.p-tooltip-word-break-all .p-tooltip-text { word-break: break-all; }
|
|
128
|
+
|
|
126
129
|
.preHookCounter {
|
|
127
130
|
position: absolute;
|
|
128
131
|
right: 0.5em;
|
|
@@ -268,6 +271,14 @@ app-logprofile-layout {
|
|
|
268
271
|
}
|
|
269
272
|
}
|
|
270
273
|
|
|
274
|
+
app-scanning-periods-layout {
|
|
275
|
+
app-w-scanning-periods {
|
|
276
|
+
.scanning-period-grid-height {
|
|
277
|
+
height: calc(100vh - 94px);
|
|
278
|
+
}
|
|
279
|
+
}
|
|
280
|
+
}
|
|
281
|
+
|
|
271
282
|
app-utility-classes-layout {
|
|
272
283
|
app-utility-classes-list {
|
|
273
284
|
.utility-classes-grid-height {
|
|
@@ -349,6 +360,7 @@ a { color: #aaa; }
|
|
|
349
360
|
.p-datatable-header { padding: 0 !important; }
|
|
350
361
|
|
|
351
362
|
.width-300 { width: 300px; }
|
|
363
|
+
.width-50p { width: 50%; }
|
|
352
364
|
|
|
353
365
|
.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody>tr:not(.p-highlight):hover {
|
|
354
366
|
background: none !important;
|
|
@@ -360,6 +372,33 @@ p-radioButton.inline-small-radio {
|
|
|
360
372
|
}
|
|
361
373
|
|
|
362
374
|
.word-break-all { word-break: break-all; }
|
|
375
|
+
div.p-datepicker.p-component { z-index: 1052 !important; }
|
|
376
|
+
p-calendar.w-100 {
|
|
377
|
+
span.p-calendar {
|
|
378
|
+
width: 100%;
|
|
379
|
+
input { background-color: #464646; }
|
|
380
|
+
}
|
|
381
|
+
}
|
|
382
|
+
|
|
383
|
+
|
|
384
|
+
p-calendar.form-control-sm {
|
|
385
|
+
padding-left: 0;
|
|
386
|
+
input, button {
|
|
387
|
+
height: calc(1.5em + 0.5rem + 2px);
|
|
388
|
+
padding: 0.25rem 0.5rem;
|
|
389
|
+
font-size: 0.8203125rem;
|
|
390
|
+
line-height: 1.5;
|
|
391
|
+
border-radius: 0.2rem;
|
|
392
|
+
}
|
|
393
|
+
input {
|
|
394
|
+
border-top-right-radius: 0;
|
|
395
|
+
border-bottom-right-radius: 0;
|
|
396
|
+
}
|
|
397
|
+
button {
|
|
398
|
+
border-top-left-radius: 0;
|
|
399
|
+
border-bottom-left-radius: 0;
|
|
400
|
+
}
|
|
401
|
+
}
|
|
363
402
|
|
|
364
403
|
#id_api_maker_deploy_file_upload {
|
|
365
404
|
.p-fileupload-content {
|
|
@@ -389,4 +428,6 @@ p-radioButton.inline-small-radio {
|
|
|
389
428
|
}
|
|
390
429
|
|
|
391
430
|
p-dropdown .fix-height-issue { height: 29px; }
|
|
392
|
-
.grid-pill-custom-api { font-size: x-small; padding: 2px 5px; border-radius: 3px; }
|
|
431
|
+
.grid-pill-custom-api { font-size: x-small; padding: 2px 5px; border-radius: 3px; }
|
|
432
|
+
.width-160 { width: 160px; }
|
|
433
|
+
.custom-dropdown-panel { width: 400px; }
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(self.webpackChunkapi_maker_fe=self.webpackChunkapi_maker_fe||[]).push([[8592],{19184:(C,l,n)=>{n.r(l),n.d(l,{ApiInfoM:()=>M});var s=n(77664),d=n(17017),h=n(94946);const o=[{path:"db-cell",loadChildren:()=>Promise.all([n.e(1678),n.e(4211)]).then(n.bind(n,64211)).then(t=>t.DbCellM)},{path:"third-party-api",loadChildren:()=>Promise.all([n.e(1678),n.e(4211),n.e(7987),n.e(4186),n.e(1025),n.e(5765),n.e(9243),n.e(6401),n.e(1928)]).then(n.bind(n,71928)).then(t=>t.TpApiM)},{path:"custom-api",loadChildren:()=>Promise.all([n.e(7987),n.e(5765)]).then(n.bind(n,95765)).then(t=>t.FunctionManM)},{path:"am-events",loadChildren:()=>n.e(8125).then(n.bind(n,38125)).then(t=>t.AmEventsM)},{path:"web-socket-events",loadChildren:()=>n.e(1025).then(n.bind(n,81025)).then(t=>t.WebSocketEventsM)},{path:"system-api",loadChildren:()=>n.e(4186).then(n.bind(n,84186)).then(t=>t.SystemApiM)},{path:"schedulers",loadChildren:()=>Promise.all([n.e(885),n.e(1558)]).then(n.bind(n,31558)).then(t=>t.SchedulerManM)},{path:"process-initializers",loadChildren:()=>Promise.all([n.e(6236),n.e(5421)]).then(n.bind(n,45421)).then(t=>t.ProcessInitializersM)},{path:"db-masters",loadChildren:()=>n.e(1097).then(n.bind(n,51097)).then(t=>t.DbMastersM)},{path:"api-testing",loadChildren:()=>Promise.all([n.e(1678),n.e(4211),n.e(7987),n.e(885),n.e(7470),n.e(7975),n.e(6236),n.e(292)]).then(n.bind(n,70292)).then(t=>t.ApiTestingM)},{path:"index-maker",loadChildren:()=>Promise.all([n.e(1678),n.e(4211),n.e(4186),n.e(3664)]).then(n.bind(n,73664)).then(t=>t.ScanningPeriodsM)}];let M=(()=>{class t{static \u0275fac=function(m){return new(m||t)};static \u0275mod=h.oAB({type:t});static \u0275inj=h.cJS({imports:[s.Bz.forChild(o),d.u]})}return t})()}}]);
|
package/dist/index.html
CHANGED
|
@@ -82,6 +82,10 @@
|
|
|
82
82
|
<!-- svg -->
|
|
83
83
|
<script src="/assets/lib/svg-pan-zoom.min.js" type="text/javascript"></script>
|
|
84
84
|
|
|
85
|
+
<!-- apex charts -->
|
|
86
|
+
<script src="https://cdnjs.cloudflare.com/ajax/libs/apexcharts/3.54.1/apexcharts.min.js" integrity="sha512-yR5RFcmaHqsGbB9WPG104Fk3+x2s9fMYCgA09VaRT2Lqpay6oNhKldYsZKU/rpYqbsNVhN5+RTbQBSd9+DhL6g==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
|
|
87
|
+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/apexcharts/3.54.1/apexcharts.min.css" integrity="sha512-a+TagZggv1pq6n/4xBSDjlpi8MQMsH0OAF2rlFOKifNKlAjk30uAg/EJeRBuL76Zq4dYLHa0ezegidxDgHzjMA==" crossorigin="anonymous" referrerpolicy="no-referrer">
|
|
88
|
+
|
|
85
89
|
<!-- load required assets -->
|
|
86
90
|
<link rel="prefetch" href="/assets/monaco-assets/grammars/typescript.tmLanguage.json" as="fetch" crossorigin="anonymous">
|
|
87
91
|
<link rel="prefetch" href="/assets/monaco-assets/grammars/json.tmLanguage.json" as="fetch" crossorigin="anonymous">
|
|
@@ -169,5 +173,5 @@
|
|
|
169
173
|
</style>
|
|
170
174
|
</noscript>
|
|
171
175
|
|
|
172
|
-
<script src="runtime.
|
|
176
|
+
<script src="runtime.3e2c700389e48f46.js" type="module"></script><script src="polyfills.47193e1d7d4041b5.js" type="module"></script><script src="main.71d23d87fc0a83a2.js" type="module"></script></body>
|
|
173
177
|
</html>
|