autoql-fe-utils 1.6.15 → 1.6.16
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.global.js +6 -6
- package/dist/index.global.js.map +1 -1
- package/dist/index.js +6 -6
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -6
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.global.js
CHANGED
|
@@ -14680,11 +14680,11 @@
|
|
|
14680
14680
|
GeneralErrorTypes2["NO_PROJECT_ID_SUPPLIED"] = "No project id supplied";
|
|
14681
14681
|
return GeneralErrorTypes2;
|
|
14682
14682
|
})(GeneralErrorTypes || {});
|
|
14683
|
-
var TranslationTypes = /* @__PURE__ */ ((
|
|
14684
|
-
|
|
14685
|
-
|
|
14686
|
-
|
|
14687
|
-
return
|
|
14683
|
+
var TranslationTypes = /* @__PURE__ */ ((TranslationTypes2) => {
|
|
14684
|
+
TranslationTypes2["INCLUDE"] = "include";
|
|
14685
|
+
TranslationTypes2["EXCLUDE"] = "exclude";
|
|
14686
|
+
TranslationTypes2["REVERSE_ONLY"] = "reverse_only";
|
|
14687
|
+
return TranslationTypes2;
|
|
14688
14688
|
})(TranslationTypes || {});
|
|
14689
14689
|
|
|
14690
14690
|
// src/Classes/ColumnType.ts
|
|
@@ -15475,7 +15475,7 @@
|
|
|
15475
15475
|
dayMonthYearFormat: "ll"
|
|
15476
15476
|
};
|
|
15477
15477
|
var autoQLConfigDefault = {
|
|
15478
|
-
debug: "
|
|
15478
|
+
debug: "reverse_only" /* REVERSE_ONLY */,
|
|
15479
15479
|
test: false,
|
|
15480
15480
|
enableAutocomplete: true,
|
|
15481
15481
|
enableQueryInterpretation: true,
|