@ailaw/venus 0.6.4 → 0.6.8

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.
@@ -1,5 +1,5 @@
1
1
  import { CaseTemplateList } from '../types';
2
2
  export default function useCaseTemplates(): {
3
- templates: Readonly<import("@vue/composition-api").Ref<Readonly<CaseTemplateList> | undefined>>;
3
+ templates: Readonly<import("@vue/composition-api").Ref<Readonly<CaseTemplateList>>>;
4
4
  loading: import("@vue/composition-api").Ref<boolean>;
5
5
  };
@@ -1,10 +1,11 @@
1
- import { PropType } from 'vue-demi';
1
+ import { PropType, VNode } from 'vue-demi';
2
2
  import { CaseTemplate } from './types';
3
3
  declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
4
4
  customTemplates: import("@vue/composition-api").ComputedRef<CaseTemplate[]>;
5
5
  galleryTemplates: import("@vue/composition-api").ComputedRef<CaseTemplate[]>;
6
6
  selectedId: import("@vue/composition-api").ComputedRef<number | undefined>;
7
7
  onChange: (value: number) => void;
8
+ onFilter: (keywords: string, node: VNode) => any;
8
9
  }> & import("@vue/composition-api").Data, {}, {}, {
9
10
  value: {
10
11
  type: PropType<CaseTemplate>;
@@ -18,6 +19,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
18
19
  galleryTemplates: import("@vue/composition-api").ComputedRef<CaseTemplate[]>;
19
20
  selectedId: import("@vue/composition-api").ComputedRef<number | undefined>;
20
21
  onChange: (value: number) => void;
22
+ onFilter: (keywords: string, node: VNode) => any;
21
23
  }>, import("@vue/composition-api").Data, {}, {}, {}, {}, {}, {} & {
22
24
  value?: CaseTemplate | undefined;
23
25
  }, {}, true>);
package/dist/en3.js CHANGED
@@ -881,6 +881,7 @@ var lang3 = {
881
881
  moreThan150: "Should not be longer than 150 chars.",
882
882
  confirmDeleteTask: "This task will be permanently deleted. Existing cases won't be affected.",
883
883
  updateTaskConfirm: "Changes will be saved. Existing cases will not be affected.",
884
+ reviewAndAddToCase: "Review and add to case",
884
885
  choosePreparer: "Choose a preparer",
885
886
  choosePetitioner: "Choose a petitioner",
886
887
  chooseIndividual: "Choose an individual"
package/dist/style.css CHANGED
@@ -1 +1 @@
1
- /*! tailwindcss v2.2.17 | MIT License | https://tailwindcss.com *//*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */*,:before,:after{box-sizing:border-box}html{-moz-tab-size:4;-o-tab-size:4;tab-size:4}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji"}hr{height:0;color:inherit}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}::-moz-focus-inner{border-style:none;padding:0}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}button{background-color:transparent;background-image:none}fieldset{margin:0;padding:0}ol,ul{list-style:none;margin:0;padding:0}html{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";line-height:1.5}body{font-family:inherit;line-height:inherit}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:currentColor}hr{border-top-width:1px}img{border-style:solid}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#a1a1aa}input:-ms-input-placeholder,textarea:-ms-input-placeholder{opacity:1;color:#a1a1aa}input::placeholder,textarea::placeholder{opacity:1;color:#a1a1aa}button,[role=button]{cursor:pointer}table{border-collapse:collapse}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}button,input,optgroup,select,textarea{padding:0;line-height:inherit;color:inherit}pre,code,kbd,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}*,:before,:after{border-color:currentColor}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.visible{visibility:visible}.relative{position:relative}.my-1{margin-top:.25rem;margin-bottom:.25rem}.mr-2{margin-right:.5rem}.mb-5{margin-bottom:1.25rem}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.table{display:table}.h-6{height:1.5rem}.h-screen{height:100vh}.w-6{width:1.5rem}.w-60{width:15rem}.w-72{width:18rem}.flex-1{flex:1 1 0%}@-webkit-keyframes spin{to{transform:rotate(360deg)}}@keyframes spin{to{transform:rotate(360deg)}}@-webkit-keyframes ping{75%,to{transform:scale(2);opacity:0}}@keyframes ping{75%,to{transform:scale(2);opacity:0}}@-webkit-keyframes pulse{50%{opacity:.5}}@keyframes pulse{50%{opacity:.5}}@-webkit-keyframes bounce{0%,to{transform:translateY(-25%);-webkit-animation-timing-function:cubic-bezier(.8,0,1,1);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;-webkit-animation-timing-function:cubic-bezier(0,0,.2,1);animation-timing-function:cubic-bezier(0,0,.2,1)}}@keyframes bounce{0%,to{transform:translateY(-25%);-webkit-animation-timing-function:cubic-bezier(.8,0,1,1);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;-webkit-animation-timing-function:cubic-bezier(0,0,.2,1);animation-timing-function:cubic-bezier(0,0,.2,1)}}.items-center{align-items:center}.justify-end{justify-content:flex-end}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.rounded{border-radius:.25rem}.border{border-width:1px}.border-solid{border-style:solid}.border-light-purple{--tw-border-opacity: 1;border-color:rgba(192,150,250,var(--tw-border-opacity))}.border-light-blue{--tw-border-opacity: 1;border-color:rgba(145,213,255,var(--tw-border-opacity))}.bg-purple{--tw-bg-opacity: 1;background-color:rgba(249,240,255,var(--tw-bg-opacity))}.bg-blue{--tw-bg-opacity: 1;background-color:rgba(230,247,255,var(--tw-bg-opacity))}.p-4{padding:1rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.capitalize{text-transform:capitalize}.leading-5{line-height:1.25rem}.text-secondary{--tw-text-opacity: 1;color:rgba(102,102,102,var(--tw-text-opacity))}.text-smart{--tw-text-opacity: 1;color:rgba(114,46,209,var(--tw-text-opacity))}.text-classic{--tw-text-opacity: 1;color:rgba(24,144,255,var(--tw-text-opacity))}*,:before,:after{--tw-shadow: 0 0 #0000}*,:before,:after{--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgba(59, 130, 246, .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000}.filter{--tw-blur: var(--tw-empty, );--tw-brightness: var(--tw-empty, );--tw-contrast: var(--tw-empty, );--tw-grayscale: var(--tw-empty, );--tw-hue-rotate: var(--tw-empty, );--tw-invert: var(--tw-empty, );--tw-saturate: var(--tw-empty, );--tw-sepia: var(--tw-empty, );--tw-drop-shadow: var(--tw-empty, );filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur{--tw-blur: blur(8px)}.min-w-80[data-v-5ca33108]{min-width:320px}.container[data-v-36120c70]{border:1px solid #cccccc;border-radius:6px;padding:0 4px;min-height:30px;cursor:pointer}.tags-container[data-v-18554545]{word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer}.taskTemplateInline[data-v-c5d917d8]{float:right}a.taskTemplateInline[data-v-c5d917d8]{margin-left:10px}div.taskTemplateInline[data-v-c5d917d8]{margin-top:5px!important}
1
+ /*! tailwindcss v2.2.17 | MIT License | https://tailwindcss.com *//*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */*,:before,:after{box-sizing:border-box}html{-moz-tab-size:4;-o-tab-size:4;tab-size:4}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji"}hr{height:0;color:inherit}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}::-moz-focus-inner{border-style:none;padding:0}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}button{background-color:transparent;background-image:none}fieldset{margin:0;padding:0}ol,ul{list-style:none;margin:0;padding:0}html{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";line-height:1.5}body{font-family:inherit;line-height:inherit}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:currentColor}hr{border-top-width:1px}img{border-style:solid}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#a1a1aa}input:-ms-input-placeholder,textarea:-ms-input-placeholder{opacity:1;color:#a1a1aa}input::placeholder,textarea::placeholder{opacity:1;color:#a1a1aa}button,[role=button]{cursor:pointer}table{border-collapse:collapse}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}button,input,optgroup,select,textarea{padding:0;line-height:inherit;color:inherit}pre,code,kbd,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}*,:before,:after{border-color:currentColor}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.visible{visibility:visible}.relative{position:relative}.my-1{margin-top:.25rem;margin-bottom:.25rem}.mr-2{margin-right:.5rem}.mb-5{margin-bottom:1.25rem}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.table{display:table}.h-6{height:1.5rem}.h-screen{height:100vh}.w-6{width:1.5rem}.w-60{width:15rem}.w-72{width:18rem}.flex-1{flex:1 1 0%}@-webkit-keyframes spin{to{transform:rotate(360deg)}}@keyframes spin{to{transform:rotate(360deg)}}@-webkit-keyframes ping{75%,to{transform:scale(2);opacity:0}}@keyframes ping{75%,to{transform:scale(2);opacity:0}}@-webkit-keyframes pulse{50%{opacity:.5}}@keyframes pulse{50%{opacity:.5}}@-webkit-keyframes bounce{0%,to{transform:translateY(-25%);-webkit-animation-timing-function:cubic-bezier(.8,0,1,1);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;-webkit-animation-timing-function:cubic-bezier(0,0,.2,1);animation-timing-function:cubic-bezier(0,0,.2,1)}}@keyframes bounce{0%,to{transform:translateY(-25%);-webkit-animation-timing-function:cubic-bezier(.8,0,1,1);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;-webkit-animation-timing-function:cubic-bezier(0,0,.2,1);animation-timing-function:cubic-bezier(0,0,.2,1)}}.items-center{align-items:center}.justify-end{justify-content:flex-end}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.rounded{border-radius:.25rem}.border{border-width:1px}.border-solid{border-style:solid}.border-light-purple{--tw-border-opacity: 1;border-color:rgba(192,150,250,var(--tw-border-opacity))}.border-light-blue{--tw-border-opacity: 1;border-color:rgba(145,213,255,var(--tw-border-opacity))}.bg-purple{--tw-bg-opacity: 1;background-color:rgba(249,240,255,var(--tw-bg-opacity))}.bg-blue{--tw-bg-opacity: 1;background-color:rgba(230,247,255,var(--tw-bg-opacity))}.p-4{padding:1rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.capitalize{text-transform:capitalize}.leading-5{line-height:1.25rem}.text-secondary{--tw-text-opacity: 1;color:rgba(102,102,102,var(--tw-text-opacity))}.text-smart{--tw-text-opacity: 1;color:rgba(114,46,209,var(--tw-text-opacity))}.text-classic{--tw-text-opacity: 1;color:rgba(24,144,255,var(--tw-text-opacity))}*,:before,:after{--tw-shadow: 0 0 #0000}*,:before,:after{--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgba(59, 130, 246, .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000}.filter{--tw-blur: var(--tw-empty, );--tw-brightness: var(--tw-empty, );--tw-contrast: var(--tw-empty, );--tw-grayscale: var(--tw-empty, );--tw-hue-rotate: var(--tw-empty, );--tw-invert: var(--tw-empty, );--tw-saturate: var(--tw-empty, );--tw-sepia: var(--tw-empty, );--tw-drop-shadow: var(--tw-empty, );filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur{--tw-blur: blur(8px)}.min-w-80[data-v-0eaae435]{min-width:320px}.container[data-v-00646ac3]{border:1px solid #cccccc;border-radius:6px;padding:0 4px;min-height:30px;cursor:pointer}.tags-container[data-v-18554545]{word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer}.taskTemplateInline[data-v-c5d917d8]{float:right}a.taskTemplateInline[data-v-c5d917d8]{margin-left:10px}div.taskTemplateInline[data-v-c5d917d8]{margin-top:5px!important}
@@ -49,7 +49,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
49
49
  }[]>;
50
50
  userId: import("@vue/composition-api").ComputedRef<string | undefined>;
51
51
  lawFirmId: import("@vue/composition-api").ComputedRef<number | undefined>;
52
- writeQuery: (id: number, newRecord: TaskTemplate) => void;
52
+ writeQuery: (id: number, newRecord: TaskTemplate, isUpdate?: boolean) => void;
53
53
  editTask: (record: TaskTemplateComponentData) => void;
54
54
  _submit: (record: TaskTemplateMutateData) => Promise<void>;
55
55
  endReviewing: (result: any) => void;
@@ -196,7 +196,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
196
196
  }[]>;
197
197
  userId: import("@vue/composition-api").ComputedRef<string | undefined>;
198
198
  lawFirmId: import("@vue/composition-api").ComputedRef<number | undefined>;
199
- writeQuery: (id: number, newRecord: TaskTemplate) => void;
199
+ writeQuery: (id: number, newRecord: TaskTemplate, isUpdate?: boolean) => void;
200
200
  editTask: (record: TaskTemplateComponentData) => void;
201
201
  _submit: (record: TaskTemplateMutateData) => Promise<void>;
202
202
  endReviewing: (result: any) => void;
package/dist/venus.es.js CHANGED
@@ -21,7 +21,7 @@ import { defineComponent, ref, watch, reactive, computed, toRefs, getCurrentScop
21
21
  import { Select, Modal, Form, Input, Checkbox, Divider, Button, Upload, Tag, Tooltip, Row, Col, Radio, Popconfirm, Table, Badge, Card, message } from "ant-design-vue";
22
22
  import { useQuery, useResult, useMutation, useApolloClient } from "@vue/apollo-composable";
23
23
  import gql from "graphql-tag";
24
- import { path, uniqBy, prop } from "ramda";
24
+ import { path, uniqBy, prop, sort } from "ramda";
25
25
  var index$5 = "";
26
26
  function __variableDynamicImportRuntime0__$1(path2) {
27
27
  switch (path2) {
@@ -519,15 +519,27 @@ const queryAllCaseTemplates = gql`
519
519
  id
520
520
  isSmart
521
521
  templateName
522
+ isCompanyRelated
523
+ isIndividualRelated
522
524
  }
523
525
 
524
526
  custom: customCaseTemplateList(selfLawFirmId: $lawFirmId) {
525
527
  id
526
528
  isSmart
527
529
  templateName
530
+ isCompanyRelated
531
+ isIndividualRelated
528
532
  }
529
533
  }
530
534
  `;
535
+ const compare = (a, b) => {
536
+ if (a.templateName === b.templateName) {
537
+ if (a.isSmart && b.isSmart)
538
+ return 0;
539
+ return a.isSmart ? 1 : -1;
540
+ }
541
+ return a.templateName > b.templateName ? 1 : -1;
542
+ };
531
543
  function useCaseTemplates() {
532
544
  const me = useMe();
533
545
  const { result, loading } = useQuery(queryAllCaseTemplates, () => {
@@ -538,7 +550,13 @@ function useCaseTemplates() {
538
550
  }, () => ({
539
551
  enabled: me.value != null
540
552
  }));
541
- const templates = useResult(result);
553
+ const templates = useResult(result, {
554
+ gallery: [],
555
+ custom: []
556
+ }, (data) => ({
557
+ gallery: sort(compare, data.gallery),
558
+ custom: sort(compare, data.custom)
559
+ }));
542
560
  return { templates, loading };
543
561
  }
544
562
  var __vue2_script$e = defineComponent({
@@ -632,23 +650,27 @@ var __vue2_script$c = defineComponent({
632
650
  const result = allTemplates.value.find((v) => v.id === value);
633
651
  emit("update:value", result);
634
652
  };
635
- return { customTemplates, galleryTemplates, selectedId, onChange };
653
+ const onFilter = (keywords, node) => {
654
+ var _a, _b, _c, _d;
655
+ return (_d = (_c = (_b = (_a = node.data) == null ? void 0 : _a.attrs) == null ? void 0 : _b.name) == null ? void 0 : _c.toLowerCase()) == null ? void 0 : _d.includes(keywords.toLowerCase());
656
+ };
657
+ return { customTemplates, galleryTemplates, selectedId, onChange, onFilter };
636
658
  }
637
659
  });
638
660
  var render$c = function() {
639
661
  var _vm = this;
640
662
  var _h = _vm.$createElement;
641
663
  var _c = _vm._self._c || _h;
642
- return _c("a-select", _vm._b({ staticClass: "min-w-80", attrs: { "value": _vm.selectedId }, on: { "change": _vm.onChange } }, "a-select", _vm.$attrs, false), [_c("a-option-group", { attrs: { "label": [_vm.$t("message.custom"), _vm.$t("message.templates")].join(" ") } }, _vm._l(_vm.customTemplates, function(v) {
643
- return _c("a-option", { key: v.id, attrs: { "value": v.id } }, [_c("CaseTemplateOption", { attrs: { "source": v } })], 1);
664
+ return _c("a-select", _vm._b({ staticClass: "min-w-80", attrs: { "allowClear": "", "showSearch": "", "filter-option": _vm.onFilter, "value": _vm.selectedId }, on: { "change": _vm.onChange } }, "a-select", _vm.$attrs, false), [_c("a-option-group", { attrs: { "label": [_vm.$t("message.custom"), _vm.$t("message.templates")].join(" ") } }, _vm._l(_vm.customTemplates, function(v) {
665
+ return _c("a-option", { key: v.id, attrs: { "value": v.id, "name": v.templateName } }, [_c("CaseTemplateOption", { attrs: { "source": v } })], 1);
644
666
  }), 1), _c("a-option-group", { attrs: { "label": [_vm.$t("message.gallery"), _vm.$t("message.templates")].join(" ") } }, _vm._l(_vm.galleryTemplates, function(v) {
645
- return _c("a-option", { key: v.id, attrs: { "value": v.id } }, [_c("CaseTemplateOption", { attrs: { "source": v } })], 1);
667
+ return _c("a-option", { key: v.id, attrs: { "value": v.id, "name": v.templateName } }, [_c("CaseTemplateOption", { attrs: { "source": v } })], 1);
646
668
  }), 1)], 1);
647
669
  };
648
670
  var staticRenderFns$c = [];
649
671
  var index_vue_vue_type_style_index_0_scoped_true_lang$7 = "";
650
672
  const __cssModules$c = {};
651
- var __component__$c = /* @__PURE__ */ normalizeComponent(__vue2_script$c, render$c, staticRenderFns$c, false, __vue2_injectStyles$c, "5ca33108", null, null);
673
+ var __component__$c = /* @__PURE__ */ normalizeComponent(__vue2_script$c, render$c, staticRenderFns$c, false, __vue2_injectStyles$c, "0eaae435", null, null);
652
674
  function __vue2_injectStyles$c(context) {
653
675
  for (let o in __cssModules$c) {
654
676
  this[o] = __cssModules$c[o];
@@ -918,20 +940,17 @@ var __vue2_script$b = defineComponent({
918
940
  office_id: (_a = me.value) == null ? void 0 : _a.lawFirmId,
919
941
  user_id: (_b = me.value) == null ? void 0 : _b.id
920
942
  }).then((res) => {
921
- if (status === "fulfilled") {
922
- emit("change", [
923
- ...props.value,
924
- res.map(({ status: status2, value }) => {
925
- if (status2 === "fulfilled") {
926
- return value;
927
- }
928
- }).filter((v) => v)
929
- ]);
930
- }
943
+ emit("change", [
944
+ ...props.value,
945
+ ...res.map(({ status, value }) => {
946
+ if (status === "fulfilled") {
947
+ return value;
948
+ }
949
+ }).filter((v) => v)
950
+ ]);
931
951
  }).finally(() => {
932
952
  loading.value = false;
933
953
  });
934
- loading.value = false;
935
954
  return false;
936
955
  };
937
956
  const previewImage = ref();
@@ -969,7 +988,7 @@ var render$b = function() {
969
988
  var _c = _vm._self._c || _h;
970
989
  return _c("div", { class: { container: !_vm.previewMode } }, [_c("ant-modal", { attrs: { "visible": !!_vm.previewImage, "footer": null }, on: { "cancel": function($event) {
971
990
  _vm.previewImage = null;
972
- } } }, [_c("img", { staticStyle: { "width": "100%" }, attrs: { "src": _vm.previewImage } })]), _c("ant-upload", { staticStyle: { "display": "inline" }, attrs: { "multiple": "", "disabled": _vm.disabled || _vm.loading, "before-upload": _vm.beforeUpload, "action": "javascript:;", "fileList": [], "accept": _vm.acceptableFormats.join(",") } }, [!_vm.previewMode ? _c("ant-tag", [_vm._v(" " + _vm._s(_vm.$t("message.selectFile")) + " ")]) : _vm._e(), _vm.value.length ? _c("div", { staticStyle: { "display": "inline-block" } }, _vm._l(_vm.value, function(file) {
991
+ } } }, [_c("img", { staticStyle: { "width": "100%" }, attrs: { "src": _vm.previewImage } })]), _c("ant-upload", { staticStyle: { "display": "inline" }, attrs: { "multiple": "", "before-upload": _vm.beforeUpload, "disabled": _vm.disabled || _vm.loading, "action": "javascript:;", "fileList": [], "accept": _vm.acceptableFormats.join(",") } }, [!_vm.previewMode ? _c("ant-tag", [_vm._v(" " + _vm._s(_vm.$t("message.selectFile")) + " ")]) : _vm._e(), _vm.value.length ? _c("div", { staticStyle: { "display": "inline-block" } }, _vm._l(_vm.value, function(file) {
973
992
  return _c("ant-tag", { key: file.id, attrs: { "closable": !_vm.previewMode && !_vm.disabled }, on: { "close": function($event) {
974
993
  return _vm.remove(file.id);
975
994
  } } }, [_c("a", { staticStyle: { "color": "#111" }, attrs: { "href": file.link, "target": "_blank" }, on: { "click": function($event) {
@@ -981,7 +1000,7 @@ var render$b = function() {
981
1000
  var staticRenderFns$b = [];
982
1001
  var index_vue_vue_type_style_index_0_scoped_true_lang$6 = "";
983
1002
  const __cssModules$b = {};
984
- var __component__$b = /* @__PURE__ */ normalizeComponent(__vue2_script$b, render$b, staticRenderFns$b, false, __vue2_injectStyles$b, "36120c70", null, null);
1003
+ var __component__$b = /* @__PURE__ */ normalizeComponent(__vue2_script$b, render$b, staticRenderFns$b, false, __vue2_injectStyles$b, "00646ac3", null, null);
985
1004
  function __vue2_injectStyles$b(context) {
986
1005
  for (let o in __cssModules$b) {
987
1006
  this[o] = __cssModules$b[o];
@@ -1184,7 +1203,7 @@ var __vue2_script$8 = defineComponent({
1184
1203
  setup(props, { emit }) {
1185
1204
  const nameError = ref(false);
1186
1205
  const typeError = ref(false);
1187
- const nameErrorContent = ref("message.Required");
1206
+ const nameErrorContent = ref("message.required");
1188
1207
  const changeVal = useChangeVal(props, emit);
1189
1208
  const validFields = (callback) => {
1190
1209
  var _a;
@@ -1250,7 +1269,7 @@ var render$8 = function() {
1250
1269
  var staticRenderFns$8 = [];
1251
1270
  var index_vue_vue_type_style_index_0_scoped_true_lang$3 = "";
1252
1271
  const __cssModules$8 = {};
1253
- var __component__$8 = /* @__PURE__ */ normalizeComponent(__vue2_script$8, render$8, staticRenderFns$8, false, __vue2_injectStyles$8, "5b530226", null, null);
1272
+ var __component__$8 = /* @__PURE__ */ normalizeComponent(__vue2_script$8, render$8, staticRenderFns$8, false, __vue2_injectStyles$8, "667a3a46", null, null);
1254
1273
  function __vue2_injectStyles$8(context) {
1255
1274
  for (let o in __cssModules$8) {
1256
1275
  this[o] = __cssModules$8[o];
@@ -1365,7 +1384,7 @@ var render$7 = function() {
1365
1384
  } }, scopedSlots: _vm._u([{ key: "footer", fn: function() {
1366
1385
  return [_c("div", { staticClass: "footer" }, [_vm.showSendEmail ? _c("div", { staticStyle: { "float": "left", "padding-top": "5px", "padding-left": "10px" } }, [_c("ant-checkbox", { attrs: { "checked": _vm.value.isNotified }, on: { "change": function($event) {
1367
1386
  return _vm.changeVal("isNotified", $event.target.checked);
1368
- } } }, [_vm._v(" " + _vm._s(_vm.$t("message.sendEmail")) + " ")])], 1) : _vm._e(), _c("div", [_vm.hasDoubleConfirm ? _c("ant-popconfirm", { attrs: { "title": _vm.$t("message.updateTaskConfirm"), "placement": "top" }, on: { "confirm": _vm.submit } }, [_c("ant-button", { attrs: { "loading": _vm.loading, "type": "primary" } }, [_vm._v(_vm._s(_vm.$t("message.submit")) + " ")])], 1) : _c("ant-button", { attrs: { "loading": _vm.loading, "type": "primary" }, on: { "click": _vm.submit } }, [_vm._v(_vm._s(_vm.$t("message.submit")) + " ")]), _c("ant-button", { on: { "click": function($event) {
1387
+ } } }, [_vm._v(" " + _vm._s(_vm.$t("message.sendTaskEmail")) + " ")])], 1) : _vm._e(), _c("div", [_vm.hasDoubleConfirm ? _c("ant-popconfirm", { attrs: { "title": _vm.$t("message.updateTaskConfirm"), "placement": "top" }, on: { "confirm": _vm.submit } }, [_c("ant-button", { attrs: { "loading": _vm.loading, "type": "primary" } }, [_vm._v(_vm._s(_vm.$t("message.submit")) + " ")])], 1) : _c("ant-button", { attrs: { "loading": _vm.loading, "type": "primary" }, on: { "click": _vm.submit } }, [_vm._v(_vm._s(_vm.$t("message.submit")) + " ")]), _c("ant-button", { on: { "click": function($event) {
1369
1388
  return _vm.changeVisible(false);
1370
1389
  } } }, [_vm._v(_vm._s(_vm.$t("message.cancel")) + " ")])], 1)])];
1371
1390
  }, proxy: true }]) }, [_c("task-form", { ref: "taskForm", attrs: { "upload-files-func": _vm.uploadFilesFunc, "law-firm-id": _vm.lawFirmId, "user-id": _vm.userId, "value": _vm.value.taskTemplateObj }, on: { "update:value": _vm.updateFormValue } }), _vm.showAddToList ? _c("ant-checkbox", { attrs: { "checked": _vm.value.isAddedToTask }, on: { "change": function($event) {
@@ -1375,7 +1394,7 @@ var render$7 = function() {
1375
1394
  var staticRenderFns$7 = [];
1376
1395
  var index_vue_vue_type_style_index_0_scoped_true_lang$2 = "";
1377
1396
  const __cssModules$7 = {};
1378
- var __component__$7 = /* @__PURE__ */ normalizeComponent(__vue2_script$7, render$7, staticRenderFns$7, false, __vue2_injectStyles$7, "f0709198", null, null);
1397
+ var __component__$7 = /* @__PURE__ */ normalizeComponent(__vue2_script$7, render$7, staticRenderFns$7, false, __vue2_injectStyles$7, "5e21102f", null, null);
1379
1398
  function __vue2_injectStyles$7(context) {
1380
1399
  for (let o in __cssModules$7) {
1381
1400
  this[o] = __cssModules$7[o];
@@ -1546,7 +1565,7 @@ var render$5 = function() {
1546
1565
  } }, { key: "tagList", fn: function(tags) {
1547
1566
  return [_c("tags-with-tooltip", { attrs: { "tags": tags } })];
1548
1567
  } }, { key: "operation", fn: function(_, record) {
1549
- return [_vm.showEdit ? _c("ant-button", { staticClass: "mr-2", attrs: { "disabled": _vm.isTemplateAdded(record) || record.isGallery, "size": "small" }, on: { "click": function($event) {
1568
+ return [record.isGallery ? _c("span", { staticStyle: { "width": "82px", "display": "inline-block", "color": "#999" } }, [_vm._v(" Preset ")]) : _vm.showEdit ? _c("ant-button", { staticClass: "mr-2", attrs: { "disabled": _vm.isTemplateAdded(record), "size": "small" }, on: { "click": function($event) {
1550
1569
  return _vm.$emit("editTask", record);
1551
1570
  } } }, [_vm._v(" " + _vm._s(_vm.$t("message.editTask")) + " ")]) : _vm._e(), _vm.isTemplateAdded(record) ? _c("ant-button", { staticStyle: { "width": "70px" }, attrs: { "size": "small", "type": "danger" }, on: { "click": function($event) {
1552
1571
  return _vm.$emit("removeTask", record);
@@ -1558,7 +1577,7 @@ var render$5 = function() {
1558
1577
  var staticRenderFns$5 = [];
1559
1578
  var TaskTablePure_vue_vue_type_style_index_0_scoped_true_lang = "";
1560
1579
  const __cssModules$5 = {};
1561
- var __component__$5 = /* @__PURE__ */ normalizeComponent(__vue2_script$5, render$5, staticRenderFns$5, false, __vue2_injectStyles$5, "565e42da", null, null);
1580
+ var __component__$5 = /* @__PURE__ */ normalizeComponent(__vue2_script$5, render$5, staticRenderFns$5, false, __vue2_injectStyles$5, "3272d34e", null, null);
1562
1581
  function __vue2_injectStyles$5(context) {
1563
1582
  for (let o in __cssModules$5) {
1564
1583
  this[o] = __cssModules$5[o];
@@ -1647,7 +1666,8 @@ var useSearchTaskConditions = () => ref({
1647
1666
  isEmployee: [
1648
1667
  AssigneeTypes.ATTORNEY,
1649
1668
  AssigneeTypes.PETITIONER,
1650
- AssigneeTypes.BENEFICIARY
1669
+ AssigneeTypes.BENEFICIARY,
1670
+ AssigneeTypes.EMPTY_DEFAULT
1651
1671
  ]
1652
1672
  });
1653
1673
  var useTaskTemplateTableData = (props, emit) => {
@@ -2126,7 +2146,7 @@ var __vue2_script$1 = defineComponent({
2126
2146
  }
2127
2147
  });
2128
2148
  const updateReviewModalContent = (record, newRecord) => {
2129
- if (reviewModalVisible.value) {
2149
+ if (addedTasks.value.some(({ id }) => id === newRecord.id)) {
2130
2150
  const newValue = addedTasks.value.map((originTask) => {
2131
2151
  if (originTask.id === record.taskTemplateId) {
2132
2152
  return newRecord;
@@ -2134,28 +2154,33 @@ var __vue2_script$1 = defineComponent({
2134
2154
  return originTask;
2135
2155
  });
2136
2156
  emit("update:value", newValue.map(({ id }) => id));
2157
+ } else {
2158
+ addedTasks.value.push(newRecord);
2159
+ emit("update:value", [...addedTasks.value.map(({ id }) => id), newRecord.id]);
2137
2160
  }
2138
2161
  };
2139
- const writeQuery = (id, newRecord) => {
2140
- console.log(id, newRecord);
2162
+ const writeQuery = (id, newRecord, isUpdate = true) => {
2141
2163
  const variables = mainModal.value.getVariables();
2142
2164
  const existed = client.readQuery({
2143
2165
  query: SearchTaskTemplatesQuery,
2144
2166
  variables
2145
2167
  });
2146
- console.log(variables);
2168
+ const newTasks = isUpdate ? existed.taskTemplateSearch.taskTemplateList.map((record) => {
2169
+ if (record.id === id) {
2170
+ return newRecord && __spreadProps(__spreadValues({}, newRecord), {
2171
+ isGallery: record.isGallery
2172
+ });
2173
+ }
2174
+ return record;
2175
+ }).filter((record) => !!record) : [
2176
+ __spreadProps(__spreadValues({}, newRecord), { isGallery: false }),
2177
+ ...existed.taskTemplateSearch.taskTemplateList
2178
+ ];
2147
2179
  client.writeQuery({
2148
2180
  query: SearchTaskTemplatesQuery,
2149
2181
  data: {
2150
2182
  taskTemplateSearch: __spreadProps(__spreadValues({}, existed.taskTemplateSearch), {
2151
- taskTemplateList: existed.taskTemplateSearch.taskTemplateList.map((record) => {
2152
- if (record.id === id) {
2153
- return newRecord && __spreadProps(__spreadValues({}, newRecord), {
2154
- isGallery: record.isGallery
2155
- });
2156
- }
2157
- return record;
2158
- }).filter((record) => !!record)
2183
+ taskTemplateList: newTasks
2159
2184
  })
2160
2185
  },
2161
2186
  variables
@@ -2163,9 +2188,9 @@ var __vue2_script$1 = defineComponent({
2163
2188
  };
2164
2189
  const _submit = async (record) => {
2165
2190
  const { newRecord, success, isUpdate } = await submit(record, updateTemplate, createTemplate);
2191
+ console.log(0);
2166
2192
  if (success) {
2167
- if (!isUpdate)
2168
- writeQuery(record.taskTemplateId, newRecord);
2193
+ writeQuery(record.taskTemplateId, newRecord, isUpdate);
2169
2194
  newTaskVisible.value = false;
2170
2195
  updateReviewModalContent(record, newRecord);
2171
2196
  emit("task-added", newRecord);
@@ -2253,7 +2278,7 @@ var render$1 = function() {
2253
2278
  var staticRenderFns$1 = [];
2254
2279
  var index_vue_vue_type_style_index_0_scoped_true_lang = "";
2255
2280
  const __cssModules$1 = {};
2256
- var __component__$1 = /* @__PURE__ */ normalizeComponent(__vue2_script$1, render$1, staticRenderFns$1, false, __vue2_injectStyles$1, "7015b16f", null, null);
2281
+ var __component__$1 = /* @__PURE__ */ normalizeComponent(__vue2_script$1, render$1, staticRenderFns$1, false, __vue2_injectStyles$1, "0d797664", null, null);
2257
2282
  function __vue2_injectStyles$1(context) {
2258
2283
  for (let o in __cssModules$1) {
2259
2284
  this[o] = __cssModules$1[o];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "0.6.4",
3
+ "version": "0.6.8",
4
4
  "files": [
5
5
  "dist"
6
6
  ],