autoql-fe-utils 1.6.27 → 1.6.28
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/index.d.ts +0 -5
- package/dist/index.global.js +5 -5
- package/dist/index.global.js.map +1 -1
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -5
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1428,11 +1428,6 @@ declare const OPERATORS: {
|
|
|
1428
1428
|
label: string;
|
|
1429
1429
|
js: string;
|
|
1430
1430
|
};
|
|
1431
|
-
FUNCTION: {
|
|
1432
|
-
value: string;
|
|
1433
|
-
label: string;
|
|
1434
|
-
js: any;
|
|
1435
|
-
};
|
|
1436
1431
|
};
|
|
1437
1432
|
declare const getOperators: (enableWindowFns: any) => any;
|
|
1438
1433
|
declare const isOperatorJs: (op: string) => boolean;
|
package/dist/index.global.js
CHANGED
|
@@ -20420,12 +20420,12 @@
|
|
|
20420
20420
|
value: "RIGHT_BRACKET",
|
|
20421
20421
|
label: " ) ",
|
|
20422
20422
|
js: ")"
|
|
20423
|
-
},
|
|
20424
|
-
FUNCTION: {
|
|
20425
|
-
value: "FUNCTION",
|
|
20426
|
-
label: "Function...",
|
|
20427
|
-
js: void 0
|
|
20428
20423
|
}
|
|
20424
|
+
// FUNCTION: {
|
|
20425
|
+
// value: 'FUNCTION',
|
|
20426
|
+
// label: 'Function...',
|
|
20427
|
+
// js: undefined,
|
|
20428
|
+
// },
|
|
20429
20429
|
};
|
|
20430
20430
|
var getOperators = (enableWindowFns) => {
|
|
20431
20431
|
const opArray = (0, import_lodash7.default)(OPERATORS);
|