gcs-ui-lib 1.2.21 → 1.2.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/gcs-ui-lib.common.js +54952 -58418
- package/lib/gcs-ui-lib.css +2 -2
- package/lib/gcs-ui-lib.umd.js +54952 -58418
- package/lib/gcs-ui-lib.umd.min.js +148 -143
- package/package.json +1 -1
- package/packages/AutoFillService/src/components/BudgetAccountDialogForSetting.vue +1 -1
- package/packages/AutoFillService/src/components/FillComponent.vue +1 -1
- package/packages/AutoFillService/src/components/fillRules.vue +1 -1
package/package.json
CHANGED
|
@@ -470,7 +470,7 @@ export default {
|
|
|
470
470
|
function fl(node) {
|
|
471
471
|
node?.matchingRules?.forEach((i) => {
|
|
472
472
|
let l1 = i.matchingValueType === "DYNAMIC";
|
|
473
|
-
let l3 =
|
|
473
|
+
let l3 = ["EQUALS", "NOT_EQUALS", "CONTAINS", "NOT_CONTAINS"].includes(i.matchingOperation);
|
|
474
474
|
const tmval = i.TmValues?.[0] || "";
|
|
475
475
|
if (l1 && l3 && !TmValueArr.includes(tmval)) {
|
|
476
476
|
TmValueArr.push(tmval);
|