@bigbinary/neeto-rules-frontend 2.7.17 → 2.7.18
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/app/javascript/src/translations/en.json +1 -1
- package/dist/.ready +1 -1
- package/dist/NeetoRulesBuilder.js +4 -2
- package/dist/NeetoRulesBuilder.js.map +1 -1
- package/dist/NeetoRulesForm.js +1 -1
- package/dist/cjs/NeetoRulesBuilder.js +4 -2
- package/dist/cjs/NeetoRulesBuilder.js.map +1 -1
- package/dist/cjs/NeetoRulesForm.js +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/v2/NeetoRulesBuilder.js +4 -2
- package/dist/cjs/v2/NeetoRulesBuilder.js.map +1 -1
- package/dist/cjs/v2/NeetoRulesForm.js +1 -1
- package/dist/cjs/v2/index.js +1 -1
- package/dist/{index-C0gKo-ED.js → index-DwGEK-_1.js} +2 -2
- package/dist/index-DwGEK-_1.js.map +1 -0
- package/dist/{index-CZuNDvAW.js → index-Vt6GY_o0.js} +2 -2
- package/dist/index-Vt6GY_o0.js.map +1 -0
- package/dist/{index-CCO7dWzy.js → index-k-eGkX-R.js} +2 -2
- package/dist/index-k-eGkX-R.js.map +1 -0
- package/dist/{index-Bfe1tRHq.js → index-ogJeZ752.js} +2 -2
- package/dist/index-ogJeZ752.js.map +1 -0
- package/dist/index.js +1 -1
- package/dist/v2/NeetoRulesBuilder.js +4 -2
- package/dist/v2/NeetoRulesBuilder.js.map +1 -1
- package/dist/v2/NeetoRulesForm.js +1 -1
- package/dist/v2/index.js +1 -1
- package/package.json +7 -7
- package/dist/index-Bfe1tRHq.js.map +0 -1
- package/dist/index-C0gKo-ED.js.map +0 -1
- package/dist/index-CCO7dWzy.js.map +0 -1
- package/dist/index-CZuNDvAW.js.map +0 -1
|
@@ -491,7 +491,7 @@
|
|
|
491
491
|
},
|
|
492
492
|
"helpText": {
|
|
493
493
|
"description": "Automation rules feature allows you to create rules to automate specific actions when certain events occur.",
|
|
494
|
-
"addDelay": "Add a delay so the following actions execute after the specified time"
|
|
494
|
+
"addDelay": "Add a delay so the following actions execute after the specified time."
|
|
495
495
|
},
|
|
496
496
|
"apiFields": {
|
|
497
497
|
"insertPlaceholder": "Insert placeholder: {{label}}"
|
package/dist/.ready
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Built at 2026-08-
|
|
1
|
+
Built at 2026-08-20T10:41:53.049Z
|
|
@@ -11,7 +11,7 @@ import Header from '@bigbinary/neeto-molecules/Header';
|
|
|
11
11
|
import Spinner from '@bigbinary/neetoui/Spinner';
|
|
12
12
|
import ActionBlock from '@bigbinary/neetoui/formik/ActionBlock';
|
|
13
13
|
import { useTranslation } from 'react-i18next';
|
|
14
|
-
import { E as EditorAction, o as Panel, r as ErrorCallout, s as SmsFields, M as MIN_DELAY_VALUE, t as MAX_DELAY_VALUE, v as PhoneNumberField, l as formatData, u as usePollRuleName, T as TouchErrors, n as ScrollToErrorField, p as getValidationSchema, q as DEFAULT_INITIAL_VALUE, m as buildPayload } from './index-
|
|
14
|
+
import { E as EditorAction, o as Panel, r as ErrorCallout, s as SmsFields, M as MIN_DELAY_VALUE, t as MAX_DELAY_VALUE, v as PhoneNumberField, l as formatData, u as usePollRuleName, T as TouchErrors, n as ScrollToErrorField, p as getValidationSchema, q as DEFAULT_INITIAL_VALUE, m as buildPayload } from './index-ogJeZ752.js';
|
|
15
15
|
import { u as useCustomDataStore } from './useCustomDataStore-BtKYtLVc.js';
|
|
16
16
|
import { u as useUtilityStore } from './useUtilityStore-CCUYS1mS.js';
|
|
17
17
|
import _toConsumableArray from '@babel/runtime/helpers/toConsumableArray';
|
|
@@ -3019,8 +3019,10 @@ var Canvas = function Canvas(_ref) {
|
|
|
3019
3019
|
});
|
|
3020
3020
|
};
|
|
3021
3021
|
var handleClearTrigger = function handleClearTrigger() {
|
|
3022
|
+
var _schema$actor2;
|
|
3022
3023
|
clearTriggers();
|
|
3023
|
-
|
|
3024
|
+
// Hosts without an actor pane can never re-set it, and null fails its validation.
|
|
3025
|
+
if ((_schema$actor2 = schema.actor) !== null && _schema$actor2 !== void 0 && _schema$actor2.enabled) setPerformer(null);
|
|
3024
3026
|
clearConditions();
|
|
3025
3027
|
setDelay(null);
|
|
3026
3028
|
clearActions();
|