@yoobic/yobi 8.6.0-2 → 8.6.0-3
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/cjs/{map-helpers-79ddd005.js → map-helpers-c8d03469.js} +1 -1
- package/dist/cjs/yoo-amap.cjs.entry.js +1 -1
- package/dist/cjs/yoo-form-dynamic.cjs.entry.js +3 -3
- package/dist/cjs/yoo-location-map.cjs.entry.js +1 -1
- package/dist/cjs/yoo-map-gl.cjs.entry.js +1 -1
- package/dist/cjs/yoo-map-js.cjs.entry.js +1 -1
- package/dist/cjs/yoo-map-legend.cjs.entry.js +1 -1
- package/dist/cjs/yoo-map.cjs.entry.js +1 -1
- package/dist/collection/components/form/form-dynamic/form-dynamic.js +3 -3
- package/dist/design-system/{map-helpers-b1456acd.js → map-helpers-81dfc2de.js} +1 -1
- package/dist/design-system/yoo-amap.entry.js +1 -1
- package/dist/design-system/yoo-form-dynamic.entry.js +3 -3
- package/dist/design-system/yoo-location-map.entry.js +1 -1
- package/dist/design-system/yoo-map-gl.entry.js +1 -1
- package/dist/design-system/yoo-map-js.entry.js +1 -1
- package/dist/design-system/yoo-map-legend.entry.js +1 -1
- package/dist/design-system/yoo-map.entry.js +1 -1
- package/dist/esm/{map-helpers-b1456acd.js → map-helpers-81dfc2de.js} +1 -1
- package/dist/esm/yoo-amap.entry.js +1 -1
- package/dist/esm/yoo-form-dynamic.entry.js +3 -3
- package/dist/esm/yoo-location-map.entry.js +1 -1
- package/dist/esm/yoo-map-gl.entry.js +1 -1
- package/dist/esm/yoo-map-js.entry.js +1 -1
- package/dist/esm/yoo-map-legend.entry.js +1 -1
- package/dist/esm/yoo-map.entry.js +1 -1
- package/package.json +1 -1
@@ -47,7 +47,7 @@ var LaunchNavigatorOriginal = /** @class */ (function (_super) {
|
|
47
47
|
};
|
48
48
|
return _this;
|
49
49
|
}
|
50
|
-
LaunchNavigatorOriginal.prototype.navigate = function (destination, options) { return index.cordova(this, "navigate", { "successIndex":
|
50
|
+
LaunchNavigatorOriginal.prototype.navigate = function (destination, options) { return index.cordova(this, "navigate", { "successIndex": 1, "errorIndex": 2 }, arguments); };
|
51
51
|
LaunchNavigatorOriginal.prototype.isAppAvailable = function (app) { return index.cordova(this, "isAppAvailable", {}, arguments); };
|
52
52
|
LaunchNavigatorOriginal.prototype.availableApps = function () { return index.cordova(this, "availableApps", {}, arguments); };
|
53
53
|
LaunchNavigatorOriginal.prototype.getAppDisplayName = function (app) { return index.cordova(this, "getAppDisplayName", { "sync": true }, arguments); };
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
5
5
|
const index = require('./index-9ca0e46c.js');
|
6
6
|
require('./index-5eb4c510.js');
|
7
7
|
const commonHelpers = require('./common-helpers-859d4168.js');
|
8
|
-
const mapHelpers = require('./map-helpers-
|
8
|
+
const mapHelpers = require('./map-helpers-c8d03469.js');
|
9
9
|
const index$1 = require('./index-4cc44897.js');
|
10
10
|
require('./lodash-a9050d79.js');
|
11
11
|
require('./index-d5115bb4.js');
|
@@ -3078,7 +3078,7 @@ const YooFormDynamicComponent = class {
|
|
3078
3078
|
this.currentWorkflowStep.type !== 'substep' &&
|
3079
3079
|
this.currentWorkflowStep.actions &&
|
3080
3080
|
((_a = this.currentWorkflowStep.actions.find((a) => a.type === 'reject')) === null || _a === void 0 ? void 0 : _a.hidden) !== true) {
|
3081
|
-
const rejectFn = (e) => (this.validity ? this.onWorflowReject(e) : this.focusInvalidField(true));
|
3081
|
+
const rejectFn = (e) => (this.onWorflowReject(e)); //this.validity ? this.onWorflowReject(e) : this.focusInvalidField(true));
|
3082
3082
|
let rejectText = 'UNVALIDATED';
|
3083
3083
|
if ((_d = (_c = (_b = this.currentWorkflowStep) === null || _b === void 0 ? void 0 : _b.actions) === null || _c === void 0 ? void 0 : _c.find((a) => a.type === 'reject')) === null || _d === void 0 ? void 0 : _d.text) {
|
3084
3084
|
rejectText = (_e = this.currentWorkflowStep.actions.find((a) => a.type === 'reject')) === null || _e === void 0 ? void 0 : _e.text;
|
@@ -3097,7 +3097,7 @@ const YooFormDynamicComponent = class {
|
|
3097
3097
|
this.currentWorkflowStep.actions &&
|
3098
3098
|
((_f = this.currentWorkflowStep.actions.find((a) => a.type === 'sendback')) === null || _f === void 0 ? void 0 : _f.hidden) !== true) {
|
3099
3099
|
let sendbackText = 'SENDBACK';
|
3100
|
-
const sendbackFn = (e) => (this.validity ?
|
3100
|
+
const sendbackFn = (e) => (this.onWorkflowSendBack(e)); //this.validity ? this.onWorkflowSendBack(e): this.focusInvalidField(true));
|
3101
3101
|
if ((_j = (_h = (_g = this.currentWorkflowStep) === null || _g === void 0 ? void 0 : _g.actions) === null || _h === void 0 ? void 0 : _h.find((a) => a.type === 'sendback')) === null || _j === void 0 ? void 0 : _j.text) {
|
3102
3102
|
sendbackText = (_k = this.currentWorkflowStep.actions.find((a) => a.type === 'sendback')) === null || _k === void 0 ? void 0 : _k.text;
|
3103
3103
|
}
|
@@ -3115,7 +3115,7 @@ const YooFormDynamicComponent = class {
|
|
3115
3115
|
this.currentWorkflowStep.actions &&
|
3116
3116
|
((_l = this.currentWorkflowStep.actions.find((a) => a.type === 'reassign')) === null || _l === void 0 ? void 0 : _l.hidden) !== true) {
|
3117
3117
|
let reassignText = 'REASSIGN';
|
3118
|
-
const reassignFn = (e) => (this.validity ?
|
3118
|
+
const reassignFn = (e) => (this.onWorkflowReassign(e)); //this.validity ? this.onWorkflowReassign(e) : this.focusInvalidField(true));
|
3119
3119
|
if ((_p = (_o = (_m = this.currentWorkflowStep) === null || _m === void 0 ? void 0 : _m.actions) === null || _o === void 0 ? void 0 : _o.find((a) => a.type === 'reassign')) === null || _p === void 0 ? void 0 : _p.text) {
|
3120
3120
|
reassignText = (_q = this.currentWorkflowStep.actions.find((a) => a.type === 'reassign')) === null || _q === void 0 ? void 0 : _q.text;
|
3121
3121
|
}
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
5
5
|
const index = require('./index-9ca0e46c.js');
|
6
6
|
require('./index-5eb4c510.js');
|
7
|
-
const mapHelpers = require('./map-helpers-
|
7
|
+
const mapHelpers = require('./map-helpers-c8d03469.js');
|
8
8
|
const index$1 = require('./index-4cc44897.js');
|
9
9
|
require('./lodash-a9050d79.js');
|
10
10
|
require('./index-d5115bb4.js');
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
5
5
|
const index = require('./index-9ca0e46c.js');
|
6
6
|
require('./index-5eb4c510.js');
|
7
7
|
const lodash = require('./lodash-a9050d79.js');
|
8
|
-
const mapHelpers = require('./map-helpers-
|
8
|
+
const mapHelpers = require('./map-helpers-c8d03469.js');
|
9
9
|
const index$1 = require('./index-4cc44897.js');
|
10
10
|
require('./index-d5115bb4.js');
|
11
11
|
require('./_commonjsHelpers-94df2ea7.js');
|
@@ -6,7 +6,7 @@ const index = require('./index-9ca0e46c.js');
|
|
6
6
|
require('./index-5eb4c510.js');
|
7
7
|
const lodash = require('./lodash-a9050d79.js');
|
8
8
|
const commonHelpers = require('./common-helpers-859d4168.js');
|
9
|
-
const mapHelpers = require('./map-helpers-
|
9
|
+
const mapHelpers = require('./map-helpers-c8d03469.js');
|
10
10
|
const index$1 = require('./index-4cc44897.js');
|
11
11
|
require('./index-d5115bb4.js');
|
12
12
|
require('./_commonjsHelpers-94df2ea7.js');
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
5
5
|
const index = require('./index-9ca0e46c.js');
|
6
6
|
require('./index-5eb4c510.js');
|
7
7
|
const commonHelpers = require('./common-helpers-859d4168.js');
|
8
|
-
const mapHelpers = require('./map-helpers-
|
8
|
+
const mapHelpers = require('./map-helpers-c8d03469.js');
|
9
9
|
const index$1 = require('./index-4cc44897.js');
|
10
10
|
require('./lodash-a9050d79.js');
|
11
11
|
require('./index-d5115bb4.js');
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
5
5
|
const index = require('./index-9ca0e46c.js');
|
6
6
|
require('./index-5eb4c510.js');
|
7
7
|
const lodash = require('./lodash-a9050d79.js');
|
8
|
-
const mapHelpers = require('./map-helpers-
|
8
|
+
const mapHelpers = require('./map-helpers-c8d03469.js');
|
9
9
|
const index$1 = require('./index-4cc44897.js');
|
10
10
|
require('./index-d5115bb4.js');
|
11
11
|
require('./_commonjsHelpers-94df2ea7.js');
|
@@ -2878,7 +2878,7 @@ export class YooFormDynamicComponent {
|
|
2878
2878
|
this.currentWorkflowStep.type !== 'substep' &&
|
2879
2879
|
this.currentWorkflowStep.actions &&
|
2880
2880
|
((_a = this.currentWorkflowStep.actions.find((a) => a.type === 'reject')) === null || _a === void 0 ? void 0 : _a.hidden) !== true) {
|
2881
|
-
const rejectFn = (e) => (this.validity ? this.onWorflowReject(e) : this.focusInvalidField(true));
|
2881
|
+
const rejectFn = (e) => (this.onWorflowReject(e)); //this.validity ? this.onWorflowReject(e) : this.focusInvalidField(true));
|
2882
2882
|
let rejectText = 'UNVALIDATED';
|
2883
2883
|
if ((_d = (_c = (_b = this.currentWorkflowStep) === null || _b === void 0 ? void 0 : _b.actions) === null || _c === void 0 ? void 0 : _c.find((a) => a.type === 'reject')) === null || _d === void 0 ? void 0 : _d.text) {
|
2884
2884
|
rejectText = (_e = this.currentWorkflowStep.actions.find((a) => a.type === 'reject')) === null || _e === void 0 ? void 0 : _e.text;
|
@@ -2897,7 +2897,7 @@ export class YooFormDynamicComponent {
|
|
2897
2897
|
this.currentWorkflowStep.actions &&
|
2898
2898
|
((_f = this.currentWorkflowStep.actions.find((a) => a.type === 'sendback')) === null || _f === void 0 ? void 0 : _f.hidden) !== true) {
|
2899
2899
|
let sendbackText = 'SENDBACK';
|
2900
|
-
const sendbackFn = (e) => (this.validity ?
|
2900
|
+
const sendbackFn = (e) => (this.onWorkflowSendBack(e)); //this.validity ? this.onWorkflowSendBack(e): this.focusInvalidField(true));
|
2901
2901
|
if ((_j = (_h = (_g = this.currentWorkflowStep) === null || _g === void 0 ? void 0 : _g.actions) === null || _h === void 0 ? void 0 : _h.find((a) => a.type === 'sendback')) === null || _j === void 0 ? void 0 : _j.text) {
|
2902
2902
|
sendbackText = (_k = this.currentWorkflowStep.actions.find((a) => a.type === 'sendback')) === null || _k === void 0 ? void 0 : _k.text;
|
2903
2903
|
}
|
@@ -2915,7 +2915,7 @@ export class YooFormDynamicComponent {
|
|
2915
2915
|
this.currentWorkflowStep.actions &&
|
2916
2916
|
((_l = this.currentWorkflowStep.actions.find((a) => a.type === 'reassign')) === null || _l === void 0 ? void 0 : _l.hidden) !== true) {
|
2917
2917
|
let reassignText = 'REASSIGN';
|
2918
|
-
const reassignFn = (e) => (this.validity ?
|
2918
|
+
const reassignFn = (e) => (this.onWorkflowReassign(e)); //this.validity ? this.onWorkflowReassign(e) : this.focusInvalidField(true));
|
2919
2919
|
if ((_p = (_o = (_m = this.currentWorkflowStep) === null || _m === void 0 ? void 0 : _m.actions) === null || _o === void 0 ? void 0 : _o.find((a) => a.type === 'reassign')) === null || _p === void 0 ? void 0 : _p.text) {
|
2920
2920
|
reassignText = (_q = this.currentWorkflowStep.actions.find((a) => a.type === 'reassign')) === null || _q === void 0 ? void 0 : _q.text;
|
2921
2921
|
}
|
@@ -45,7 +45,7 @@ var LaunchNavigatorOriginal = /** @class */ (function (_super) {
|
|
45
45
|
};
|
46
46
|
return _this;
|
47
47
|
}
|
48
|
-
LaunchNavigatorOriginal.prototype.navigate = function (destination, options) { return cordova(this, "navigate", { "successIndex":
|
48
|
+
LaunchNavigatorOriginal.prototype.navigate = function (destination, options) { return cordova(this, "navigate", { "successIndex": 1, "errorIndex": 2 }, arguments); };
|
49
49
|
LaunchNavigatorOriginal.prototype.isAppAvailable = function (app) { return cordova(this, "isAppAvailable", {}, arguments); };
|
50
50
|
LaunchNavigatorOriginal.prototype.availableApps = function () { return cordova(this, "availableApps", {}, arguments); };
|
51
51
|
LaunchNavigatorOriginal.prototype.getAppDisplayName = function (app) { return cordova(this, "getAppDisplayName", { "sync": true }, arguments); };
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { r as registerInstance, i as createEvent, h, g as getElement } from './index-a6a92b3d.js';
|
2
2
|
import './index-e08fecc9.js';
|
3
3
|
import { q as querySelectorDeep } from './common-helpers-73accd43.js';
|
4
|
-
import { h as hasSameMarkers, g as generateFilterGroups, l as layersFromKeys } from './map-helpers-
|
4
|
+
import { h as hasSameMarkers, g as generateFilterGroups, l as layersFromKeys } from './map-helpers-81dfc2de.js';
|
5
5
|
import { c4 as loadScript, Q as getCssColor, o as isNativeMobile } from './index-44691ffd.js';
|
6
6
|
import './lodash-777f91de.js';
|
7
7
|
import './index-847a32fd.js';
|
@@ -3074,7 +3074,7 @@ const YooFormDynamicComponent = class {
|
|
3074
3074
|
this.currentWorkflowStep.type !== 'substep' &&
|
3075
3075
|
this.currentWorkflowStep.actions &&
|
3076
3076
|
((_a = this.currentWorkflowStep.actions.find((a) => a.type === 'reject')) === null || _a === void 0 ? void 0 : _a.hidden) !== true) {
|
3077
|
-
const rejectFn = (e) => (this.validity ? this.onWorflowReject(e) : this.focusInvalidField(true));
|
3077
|
+
const rejectFn = (e) => (this.onWorflowReject(e)); //this.validity ? this.onWorflowReject(e) : this.focusInvalidField(true));
|
3078
3078
|
let rejectText = 'UNVALIDATED';
|
3079
3079
|
if ((_d = (_c = (_b = this.currentWorkflowStep) === null || _b === void 0 ? void 0 : _b.actions) === null || _c === void 0 ? void 0 : _c.find((a) => a.type === 'reject')) === null || _d === void 0 ? void 0 : _d.text) {
|
3080
3080
|
rejectText = (_e = this.currentWorkflowStep.actions.find((a) => a.type === 'reject')) === null || _e === void 0 ? void 0 : _e.text;
|
@@ -3093,7 +3093,7 @@ const YooFormDynamicComponent = class {
|
|
3093
3093
|
this.currentWorkflowStep.actions &&
|
3094
3094
|
((_f = this.currentWorkflowStep.actions.find((a) => a.type === 'sendback')) === null || _f === void 0 ? void 0 : _f.hidden) !== true) {
|
3095
3095
|
let sendbackText = 'SENDBACK';
|
3096
|
-
const sendbackFn = (e) => (this.validity ?
|
3096
|
+
const sendbackFn = (e) => (this.onWorkflowSendBack(e)); //this.validity ? this.onWorkflowSendBack(e): this.focusInvalidField(true));
|
3097
3097
|
if ((_j = (_h = (_g = this.currentWorkflowStep) === null || _g === void 0 ? void 0 : _g.actions) === null || _h === void 0 ? void 0 : _h.find((a) => a.type === 'sendback')) === null || _j === void 0 ? void 0 : _j.text) {
|
3098
3098
|
sendbackText = (_k = this.currentWorkflowStep.actions.find((a) => a.type === 'sendback')) === null || _k === void 0 ? void 0 : _k.text;
|
3099
3099
|
}
|
@@ -3111,7 +3111,7 @@ const YooFormDynamicComponent = class {
|
|
3111
3111
|
this.currentWorkflowStep.actions &&
|
3112
3112
|
((_l = this.currentWorkflowStep.actions.find((a) => a.type === 'reassign')) === null || _l === void 0 ? void 0 : _l.hidden) !== true) {
|
3113
3113
|
let reassignText = 'REASSIGN';
|
3114
|
-
const reassignFn = (e) => (this.validity ?
|
3114
|
+
const reassignFn = (e) => (this.onWorkflowReassign(e)); //this.validity ? this.onWorkflowReassign(e) : this.focusInvalidField(true));
|
3115
3115
|
if ((_p = (_o = (_m = this.currentWorkflowStep) === null || _m === void 0 ? void 0 : _m.actions) === null || _o === void 0 ? void 0 : _o.find((a) => a.type === 'reassign')) === null || _p === void 0 ? void 0 : _p.text) {
|
3116
3116
|
reassignText = (_q = this.currentWorkflowStep.actions.find((a) => a.type === 'reassign')) === null || _q === void 0 ? void 0 : _q.text;
|
3117
3117
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { r as registerInstance, i as createEvent, h, g as getElement } from './index-a6a92b3d.js';
|
2
2
|
import './index-e08fecc9.js';
|
3
|
-
import { s as showDirectionsActionSheet } from './map-helpers-
|
3
|
+
import { s as showDirectionsActionSheet } from './map-helpers-81dfc2de.js';
|
4
4
|
import { H as isWeb, G as showModal, t as translate } from './index-44691ffd.js';
|
5
5
|
import './lodash-777f91de.js';
|
6
6
|
import './index-847a32fd.js';
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { r as registerInstance, i as createEvent, h, g as getElement } from './index-a6a92b3d.js';
|
2
2
|
import './index-e08fecc9.js';
|
3
3
|
import { Z as uniqBy, a1 as flatten, ac as take } from './lodash-777f91de.js';
|
4
|
-
import { a as getMapCSSClasses, b as isMarkersLayer, c as isSelectedMarkersLayer, g as generateFilterGroups, l as layersFromKeys } from './map-helpers-
|
4
|
+
import { a as getMapCSSClasses, b as isMarkersLayer, c as isSelectedMarkersLayer, g as generateFilterGroups, l as layersFromKeys } from './map-helpers-81dfc2de.js';
|
5
5
|
import { Q as getCssColor, o as isNativeMobile, H as isWeb, p as isAndroid } from './index-44691ffd.js';
|
6
6
|
import './index-847a32fd.js';
|
7
7
|
import './_commonjsHelpers-f4d11124.js';
|
@@ -2,7 +2,7 @@ import { r as registerInstance, i as createEvent, h, g as getElement } from './i
|
|
2
2
|
import './index-e08fecc9.js';
|
3
3
|
import { Z as uniqBy } from './lodash-777f91de.js';
|
4
4
|
import { q as querySelectorDeep } from './common-helpers-73accd43.js';
|
5
|
-
import { g as generateFilterGroups, l as layersFromKeys } from './map-helpers-
|
5
|
+
import { g as generateFilterGroups, l as layersFromKeys } from './map-helpers-81dfc2de.js';
|
6
6
|
import { c4 as loadScript } from './index-44691ffd.js';
|
7
7
|
import './index-847a32fd.js';
|
8
8
|
import './_commonjsHelpers-f4d11124.js';
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { r as registerInstance, i as createEvent, h, e as Host, g as getElement } from './index-a6a92b3d.js';
|
2
2
|
import './index-e08fecc9.js';
|
3
3
|
import { g as getAppContext } from './common-helpers-73accd43.js';
|
4
|
-
import { a as getMapCSSClasses } from './map-helpers-
|
4
|
+
import { a as getMapCSSClasses } from './map-helpers-81dfc2de.js';
|
5
5
|
import { H as isWeb, O as setAnimation, P as animations, t as translate } from './index-44691ffd.js';
|
6
6
|
import './lodash-777f91de.js';
|
7
7
|
import './index-847a32fd.js';
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { r as registerInstance, i as createEvent, h, e as Host } from './index-a6a92b3d.js';
|
2
2
|
import './index-e08fecc9.js';
|
3
3
|
import { a as isNumber } from './lodash-777f91de.js';
|
4
|
-
import { s as showDirectionsActionSheet, i as isWebGLSupported } from './map-helpers-
|
4
|
+
import { s as showDirectionsActionSheet, i as isWebGLSupported } from './map-helpers-81dfc2de.js';
|
5
5
|
import { eV as isCurrentLanguageChinese, w as closeModal, t as translate } from './index-44691ffd.js';
|
6
6
|
import './index-847a32fd.js';
|
7
7
|
import './_commonjsHelpers-f4d11124.js';
|
@@ -45,7 +45,7 @@ var LaunchNavigatorOriginal = /** @class */ (function (_super) {
|
|
45
45
|
};
|
46
46
|
return _this;
|
47
47
|
}
|
48
|
-
LaunchNavigatorOriginal.prototype.navigate = function (destination, options) { return cordova(this, "navigate", { "successIndex":
|
48
|
+
LaunchNavigatorOriginal.prototype.navigate = function (destination, options) { return cordova(this, "navigate", { "successIndex": 1, "errorIndex": 2 }, arguments); };
|
49
49
|
LaunchNavigatorOriginal.prototype.isAppAvailable = function (app) { return cordova(this, "isAppAvailable", {}, arguments); };
|
50
50
|
LaunchNavigatorOriginal.prototype.availableApps = function () { return cordova(this, "availableApps", {}, arguments); };
|
51
51
|
LaunchNavigatorOriginal.prototype.getAppDisplayName = function (app) { return cordova(this, "getAppDisplayName", { "sync": true }, arguments); };
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { r as registerInstance, i as createEvent, h, g as getElement } from './index-a6a92b3d.js';
|
2
2
|
import './index-e08fecc9.js';
|
3
3
|
import { q as querySelectorDeep } from './common-helpers-73accd43.js';
|
4
|
-
import { h as hasSameMarkers, g as generateFilterGroups, l as layersFromKeys } from './map-helpers-
|
4
|
+
import { h as hasSameMarkers, g as generateFilterGroups, l as layersFromKeys } from './map-helpers-81dfc2de.js';
|
5
5
|
import { c4 as loadScript, Q as getCssColor, o as isNativeMobile } from './index-44691ffd.js';
|
6
6
|
import './lodash-777f91de.js';
|
7
7
|
import './index-847a32fd.js';
|
@@ -3074,7 +3074,7 @@ const YooFormDynamicComponent = class {
|
|
3074
3074
|
this.currentWorkflowStep.type !== 'substep' &&
|
3075
3075
|
this.currentWorkflowStep.actions &&
|
3076
3076
|
((_a = this.currentWorkflowStep.actions.find((a) => a.type === 'reject')) === null || _a === void 0 ? void 0 : _a.hidden) !== true) {
|
3077
|
-
const rejectFn = (e) => (this.validity ? this.onWorflowReject(e) : this.focusInvalidField(true));
|
3077
|
+
const rejectFn = (e) => (this.onWorflowReject(e)); //this.validity ? this.onWorflowReject(e) : this.focusInvalidField(true));
|
3078
3078
|
let rejectText = 'UNVALIDATED';
|
3079
3079
|
if ((_d = (_c = (_b = this.currentWorkflowStep) === null || _b === void 0 ? void 0 : _b.actions) === null || _c === void 0 ? void 0 : _c.find((a) => a.type === 'reject')) === null || _d === void 0 ? void 0 : _d.text) {
|
3080
3080
|
rejectText = (_e = this.currentWorkflowStep.actions.find((a) => a.type === 'reject')) === null || _e === void 0 ? void 0 : _e.text;
|
@@ -3093,7 +3093,7 @@ const YooFormDynamicComponent = class {
|
|
3093
3093
|
this.currentWorkflowStep.actions &&
|
3094
3094
|
((_f = this.currentWorkflowStep.actions.find((a) => a.type === 'sendback')) === null || _f === void 0 ? void 0 : _f.hidden) !== true) {
|
3095
3095
|
let sendbackText = 'SENDBACK';
|
3096
|
-
const sendbackFn = (e) => (this.validity ?
|
3096
|
+
const sendbackFn = (e) => (this.onWorkflowSendBack(e)); //this.validity ? this.onWorkflowSendBack(e): this.focusInvalidField(true));
|
3097
3097
|
if ((_j = (_h = (_g = this.currentWorkflowStep) === null || _g === void 0 ? void 0 : _g.actions) === null || _h === void 0 ? void 0 : _h.find((a) => a.type === 'sendback')) === null || _j === void 0 ? void 0 : _j.text) {
|
3098
3098
|
sendbackText = (_k = this.currentWorkflowStep.actions.find((a) => a.type === 'sendback')) === null || _k === void 0 ? void 0 : _k.text;
|
3099
3099
|
}
|
@@ -3111,7 +3111,7 @@ const YooFormDynamicComponent = class {
|
|
3111
3111
|
this.currentWorkflowStep.actions &&
|
3112
3112
|
((_l = this.currentWorkflowStep.actions.find((a) => a.type === 'reassign')) === null || _l === void 0 ? void 0 : _l.hidden) !== true) {
|
3113
3113
|
let reassignText = 'REASSIGN';
|
3114
|
-
const reassignFn = (e) => (this.validity ?
|
3114
|
+
const reassignFn = (e) => (this.onWorkflowReassign(e)); //this.validity ? this.onWorkflowReassign(e) : this.focusInvalidField(true));
|
3115
3115
|
if ((_p = (_o = (_m = this.currentWorkflowStep) === null || _m === void 0 ? void 0 : _m.actions) === null || _o === void 0 ? void 0 : _o.find((a) => a.type === 'reassign')) === null || _p === void 0 ? void 0 : _p.text) {
|
3116
3116
|
reassignText = (_q = this.currentWorkflowStep.actions.find((a) => a.type === 'reassign')) === null || _q === void 0 ? void 0 : _q.text;
|
3117
3117
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { r as registerInstance, i as createEvent, h, g as getElement } from './index-a6a92b3d.js';
|
2
2
|
import './index-e08fecc9.js';
|
3
|
-
import { s as showDirectionsActionSheet } from './map-helpers-
|
3
|
+
import { s as showDirectionsActionSheet } from './map-helpers-81dfc2de.js';
|
4
4
|
import { H as isWeb, G as showModal, t as translate } from './index-44691ffd.js';
|
5
5
|
import './lodash-777f91de.js';
|
6
6
|
import './index-847a32fd.js';
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { r as registerInstance, i as createEvent, h, g as getElement } from './index-a6a92b3d.js';
|
2
2
|
import './index-e08fecc9.js';
|
3
3
|
import { Z as uniqBy, a1 as flatten, ac as take } from './lodash-777f91de.js';
|
4
|
-
import { a as getMapCSSClasses, b as isMarkersLayer, c as isSelectedMarkersLayer, g as generateFilterGroups, l as layersFromKeys } from './map-helpers-
|
4
|
+
import { a as getMapCSSClasses, b as isMarkersLayer, c as isSelectedMarkersLayer, g as generateFilterGroups, l as layersFromKeys } from './map-helpers-81dfc2de.js';
|
5
5
|
import { Q as getCssColor, o as isNativeMobile, H as isWeb, p as isAndroid } from './index-44691ffd.js';
|
6
6
|
import './index-847a32fd.js';
|
7
7
|
import './_commonjsHelpers-f4d11124.js';
|
@@ -2,7 +2,7 @@ import { r as registerInstance, i as createEvent, h, g as getElement } from './i
|
|
2
2
|
import './index-e08fecc9.js';
|
3
3
|
import { Z as uniqBy } from './lodash-777f91de.js';
|
4
4
|
import { q as querySelectorDeep } from './common-helpers-73accd43.js';
|
5
|
-
import { g as generateFilterGroups, l as layersFromKeys } from './map-helpers-
|
5
|
+
import { g as generateFilterGroups, l as layersFromKeys } from './map-helpers-81dfc2de.js';
|
6
6
|
import { c4 as loadScript } from './index-44691ffd.js';
|
7
7
|
import './index-847a32fd.js';
|
8
8
|
import './_commonjsHelpers-f4d11124.js';
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { r as registerInstance, i as createEvent, h, e as Host, g as getElement } from './index-a6a92b3d.js';
|
2
2
|
import './index-e08fecc9.js';
|
3
3
|
import { g as getAppContext } from './common-helpers-73accd43.js';
|
4
|
-
import { a as getMapCSSClasses } from './map-helpers-
|
4
|
+
import { a as getMapCSSClasses } from './map-helpers-81dfc2de.js';
|
5
5
|
import { H as isWeb, O as setAnimation, P as animations, t as translate } from './index-44691ffd.js';
|
6
6
|
import './lodash-777f91de.js';
|
7
7
|
import './index-847a32fd.js';
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { r as registerInstance, i as createEvent, h, e as Host } from './index-a6a92b3d.js';
|
2
2
|
import './index-e08fecc9.js';
|
3
3
|
import { a as isNumber } from './lodash-777f91de.js';
|
4
|
-
import { s as showDirectionsActionSheet, i as isWebGLSupported } from './map-helpers-
|
4
|
+
import { s as showDirectionsActionSheet, i as isWebGLSupported } from './map-helpers-81dfc2de.js';
|
5
5
|
import { eV as isCurrentLanguageChinese, w as closeModal, t as translate } from './index-44691ffd.js';
|
6
6
|
import './index-847a32fd.js';
|
7
7
|
import './_commonjsHelpers-f4d11124.js';
|