@ailaw/venus 0.3.1 → 0.3.2
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/venus.es.js +49 -82
- package/package.json +2 -1
package/dist/venus.es.js
CHANGED
|
@@ -723,7 +723,7 @@ var render$8 = function() {
|
|
|
723
723
|
return _c("a-select-option", { key: role.id, attrs: { "value": role.key } }, [_c("span", { staticStyle: { "text-transform": "capitalize" } }, [_vm._v(" " + _vm._s(_vm.$t("message." + role.i18nKey)) + " ")])]);
|
|
724
724
|
}), 1)], 1)], 1)], 1), _c("a-form-item", { attrs: { "label": _vm.$t("message.type"), "help": _vm.typeError ? _vm.$t("message.required") : void 0, "validate-status": _vm.typeError ? "error" : void 0 } }, [_vm.value.generalTaskType !== _vm.TaskTypes.worksheet ? _c("a-radio-group", { attrs: { "value": _vm.value.generalTaskType }, on: { "change": function($event) {
|
|
725
725
|
return _vm.changeVal("generalTaskType", $event.target.value);
|
|
726
|
-
} } }, [_c("a-radio", { attrs: { "value": _vm.TaskTypes.clientUpload } }, [_vm._v(" " + _vm._s(_vm.$t("message.clientUpload")) + " ")]),
|
|
726
|
+
} } }, [_c("a-radio", { attrs: { "value": _vm.TaskTypes.clientUpload } }, [_vm._v(" " + _vm._s(_vm.$t("message.clientUpload")) + " ")]), _c("a-radio", { attrs: { "value": _vm.TaskTypes.clientReview, "disabled": _vm.isAttorneySelected } }, [_vm._v(" " + _vm._s(_vm.$t("message.clientReview")) + " ")])], 1) : _vm._e()], 1), _c("a-form-item", { attrs: { "label": _vm.$t("message.descriptions") + "(" + _vm.$t("message.optional") + ")" } }, [_c("a-textarea", { attrs: { "value": _vm.value.descriptions }, on: { "input": function($event) {
|
|
727
727
|
return _vm.changeVal("descriptions", $event.target.value);
|
|
728
728
|
} } })], 1), _c("a-form-item", { attrs: { "label": _vm.$t("message.attachment") + "(" + _vm.$t("message.optional") + ")" } }, [_c("a-file-uploader", { attrs: { "value": _vm.value.sampleDocs, "uploadFilesFunc": _vm.uploadFilesFunc }, on: { "change": function($event) {
|
|
729
729
|
return _vm.changeVal("sampleDocs", $event);
|
|
@@ -734,7 +734,7 @@ var render$8 = function() {
|
|
|
734
734
|
var staticRenderFns$8 = [];
|
|
735
735
|
var index_vue_vue_type_style_index_0_scoped_true_lang$3 = "";
|
|
736
736
|
const __cssModules$8 = {};
|
|
737
|
-
var __component__$8 = /* @__PURE__ */ normalizeComponent(__vue2_script$8, render$8, staticRenderFns$8, false, __vue2_injectStyles$8, "
|
|
737
|
+
var __component__$8 = /* @__PURE__ */ normalizeComponent(__vue2_script$8, render$8, staticRenderFns$8, false, __vue2_injectStyles$8, "7e2b3dce", null, null);
|
|
738
738
|
function __vue2_injectStyles$8(context) {
|
|
739
739
|
for (let o in __cssModules$8) {
|
|
740
740
|
this[o] = __cssModules$8[o];
|
|
@@ -975,20 +975,20 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
|
975
975
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
976
976
|
PERFORMANCE OF THIS SOFTWARE.
|
|
977
977
|
***************************************************************************** */
|
|
978
|
-
var extendStatics$
|
|
979
|
-
extendStatics$
|
|
978
|
+
var extendStatics$1 = function(d, b) {
|
|
979
|
+
extendStatics$1 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(d2, b2) {
|
|
980
980
|
d2.__proto__ = b2;
|
|
981
981
|
} || function(d2, b2) {
|
|
982
982
|
for (var p in b2)
|
|
983
983
|
if (Object.prototype.hasOwnProperty.call(b2, p))
|
|
984
984
|
d2[p] = b2[p];
|
|
985
985
|
};
|
|
986
|
-
return extendStatics$
|
|
986
|
+
return extendStatics$1(d, b);
|
|
987
987
|
};
|
|
988
|
-
function __extends$
|
|
988
|
+
function __extends$1(d, b) {
|
|
989
989
|
if (typeof b !== "function" && b !== null)
|
|
990
990
|
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
991
|
-
extendStatics$
|
|
991
|
+
extendStatics$1(d, b);
|
|
992
992
|
function __2() {
|
|
993
993
|
this.constructor = d;
|
|
994
994
|
}
|
|
@@ -1055,7 +1055,7 @@ var EffectScopeImpl = function() {
|
|
|
1055
1055
|
return EffectScopeImpl2;
|
|
1056
1056
|
}();
|
|
1057
1057
|
(function(_super) {
|
|
1058
|
-
__extends$
|
|
1058
|
+
__extends$1(EffectScope, _super);
|
|
1059
1059
|
function EffectScope(detached) {
|
|
1060
1060
|
if (detached === void 0) {
|
|
1061
1061
|
detached = false;
|
|
@@ -2337,32 +2337,67 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
|
2337
2337
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
2338
2338
|
PERFORMANCE OF THIS SOFTWARE.
|
|
2339
2339
|
***************************************************************************** */
|
|
2340
|
-
var extendStatics
|
|
2341
|
-
extendStatics
|
|
2340
|
+
var extendStatics = function(d, b) {
|
|
2341
|
+
extendStatics = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(d2, b2) {
|
|
2342
2342
|
d2.__proto__ = b2;
|
|
2343
2343
|
} || function(d2, b2) {
|
|
2344
2344
|
for (var p in b2)
|
|
2345
2345
|
if (Object.prototype.hasOwnProperty.call(b2, p))
|
|
2346
2346
|
d2[p] = b2[p];
|
|
2347
2347
|
};
|
|
2348
|
-
return extendStatics
|
|
2348
|
+
return extendStatics(d, b);
|
|
2349
2349
|
};
|
|
2350
|
-
function __extends
|
|
2350
|
+
function __extends(d, b) {
|
|
2351
2351
|
if (typeof b !== "function" && b !== null)
|
|
2352
2352
|
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
2353
|
-
extendStatics
|
|
2353
|
+
extendStatics(d, b);
|
|
2354
2354
|
function __2() {
|
|
2355
2355
|
this.constructor = d;
|
|
2356
2356
|
}
|
|
2357
2357
|
d.prototype = b === null ? Object.create(b) : (__2.prototype = b.prototype, new __2());
|
|
2358
2358
|
}
|
|
2359
|
+
var __assign = function() {
|
|
2360
|
+
__assign = Object.assign || function __assign2(t) {
|
|
2361
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
2362
|
+
s = arguments[i];
|
|
2363
|
+
for (var p in s)
|
|
2364
|
+
if (Object.prototype.hasOwnProperty.call(s, p))
|
|
2365
|
+
t[p] = s[p];
|
|
2366
|
+
}
|
|
2367
|
+
return t;
|
|
2368
|
+
};
|
|
2369
|
+
return __assign.apply(this, arguments);
|
|
2370
|
+
};
|
|
2371
|
+
function __rest(s, e) {
|
|
2372
|
+
var t = {};
|
|
2373
|
+
for (var p in s)
|
|
2374
|
+
if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
2375
|
+
t[p] = s[p];
|
|
2376
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
2377
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
2378
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
2379
|
+
t[p[i]] = s[p[i]];
|
|
2380
|
+
}
|
|
2381
|
+
return t;
|
|
2382
|
+
}
|
|
2383
|
+
function __spreadArray(to, from, pack) {
|
|
2384
|
+
if (pack || arguments.length === 2)
|
|
2385
|
+
for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
2386
|
+
if (ar || !(i in from)) {
|
|
2387
|
+
if (!ar)
|
|
2388
|
+
ar = Array.prototype.slice.call(from, 0, i);
|
|
2389
|
+
ar[i] = from[i];
|
|
2390
|
+
}
|
|
2391
|
+
}
|
|
2392
|
+
return to.concat(ar || Array.prototype.slice.call(from));
|
|
2393
|
+
}
|
|
2359
2394
|
var genericMessage = "Invariant Violation";
|
|
2360
2395
|
var _a$3 = Object.setPrototypeOf, setPrototypeOf = _a$3 === void 0 ? function(obj, proto) {
|
|
2361
2396
|
obj.__proto__ = proto;
|
|
2362
2397
|
return obj;
|
|
2363
2398
|
} : _a$3;
|
|
2364
2399
|
var InvariantError = function(_super) {
|
|
2365
|
-
__extends
|
|
2400
|
+
__extends(InvariantError2, _super);
|
|
2366
2401
|
function InvariantError2(message2) {
|
|
2367
2402
|
if (message2 === void 0) {
|
|
2368
2403
|
message2 = genericMessage;
|
|
@@ -2483,74 +2518,6 @@ function checkDEV() {
|
|
|
2483
2518
|
}
|
|
2484
2519
|
removeTemporaryGlobals();
|
|
2485
2520
|
checkDEV();
|
|
2486
|
-
/*! *****************************************************************************
|
|
2487
|
-
Copyright (c) Microsoft Corporation.
|
|
2488
|
-
|
|
2489
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
2490
|
-
purpose with or without fee is hereby granted.
|
|
2491
|
-
|
|
2492
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
2493
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
2494
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
2495
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
2496
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
2497
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
2498
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
2499
|
-
***************************************************************************** */
|
|
2500
|
-
var extendStatics = function(d, b) {
|
|
2501
|
-
extendStatics = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(d2, b2) {
|
|
2502
|
-
d2.__proto__ = b2;
|
|
2503
|
-
} || function(d2, b2) {
|
|
2504
|
-
for (var p in b2)
|
|
2505
|
-
if (Object.prototype.hasOwnProperty.call(b2, p))
|
|
2506
|
-
d2[p] = b2[p];
|
|
2507
|
-
};
|
|
2508
|
-
return extendStatics(d, b);
|
|
2509
|
-
};
|
|
2510
|
-
function __extends(d, b) {
|
|
2511
|
-
if (typeof b !== "function" && b !== null)
|
|
2512
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
2513
|
-
extendStatics(d, b);
|
|
2514
|
-
function __2() {
|
|
2515
|
-
this.constructor = d;
|
|
2516
|
-
}
|
|
2517
|
-
d.prototype = b === null ? Object.create(b) : (__2.prototype = b.prototype, new __2());
|
|
2518
|
-
}
|
|
2519
|
-
var __assign = function() {
|
|
2520
|
-
__assign = Object.assign || function __assign2(t) {
|
|
2521
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
2522
|
-
s = arguments[i];
|
|
2523
|
-
for (var p in s)
|
|
2524
|
-
if (Object.prototype.hasOwnProperty.call(s, p))
|
|
2525
|
-
t[p] = s[p];
|
|
2526
|
-
}
|
|
2527
|
-
return t;
|
|
2528
|
-
};
|
|
2529
|
-
return __assign.apply(this, arguments);
|
|
2530
|
-
};
|
|
2531
|
-
function __rest(s, e) {
|
|
2532
|
-
var t = {};
|
|
2533
|
-
for (var p in s)
|
|
2534
|
-
if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
2535
|
-
t[p] = s[p];
|
|
2536
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
2537
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
2538
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
2539
|
-
t[p[i]] = s[p[i]];
|
|
2540
|
-
}
|
|
2541
|
-
return t;
|
|
2542
|
-
}
|
|
2543
|
-
function __spreadArray(to, from, pack) {
|
|
2544
|
-
if (pack || arguments.length === 2)
|
|
2545
|
-
for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
2546
|
-
if (ar || !(i in from)) {
|
|
2547
|
-
if (!ar)
|
|
2548
|
-
ar = Array.prototype.slice.call(from, 0, i);
|
|
2549
|
-
ar[i] = from[i];
|
|
2550
|
-
}
|
|
2551
|
-
}
|
|
2552
|
-
return to.concat(ar || Array.prototype.slice.call(from));
|
|
2553
|
-
}
|
|
2554
2521
|
function shouldInclude(_a2, variables) {
|
|
2555
2522
|
var directives = _a2.directives;
|
|
2556
2523
|
if (!directives || !directives.length) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ailaw/venus",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist"
|
|
6
6
|
],
|
|
@@ -38,6 +38,7 @@
|
|
|
38
38
|
"typescript": "~4.1.5",
|
|
39
39
|
"vite": "^2.7.12",
|
|
40
40
|
"vite-plugin-vue2": "^1.9.2",
|
|
41
|
+
"vue": "^2.6.14",
|
|
41
42
|
"vue-template-compiler": "^2.6.14",
|
|
42
43
|
"vue-tsc": "^0.30.2"
|
|
43
44
|
},
|