@ailaw/venus 0.6.5 → 0.7.0

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}
@@ -14,7 +14,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
14
14
  name: string;
15
15
  link: string;
16
16
  }[] | undefined;
17
- taskType?: import("../types/task").StepType | undefined;
18
17
  sampleDocList?: number[] | undefined;
19
18
  lawFirmId?: number | undefined;
20
19
  isGallery?: boolean | undefined;
@@ -23,6 +22,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
23
22
  generalTaskType?: TaskTypes | undefined;
24
23
  descriptions?: string | undefined;
25
24
  tagList?: string[] | undefined;
25
+ taskType?: import("../types/task").StepType | undefined;
26
26
  };
27
27
  isAddedToTask?: boolean | undefined;
28
28
  isNotified?: boolean | undefined;
@@ -37,7 +37,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
37
37
  name: string;
38
38
  link: string;
39
39
  }[] | undefined;
40
- taskType?: import("../types/task").StepType | undefined;
41
40
  sampleDocList?: number[] | undefined;
42
41
  lawFirmId?: number | undefined;
43
42
  isGallery?: boolean | undefined;
@@ -46,6 +45,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
46
45
  generalTaskType?: TaskTypes | undefined;
47
46
  descriptions?: string | undefined;
48
47
  tagList?: string[] | undefined;
48
+ taskType?: import("../types/task").StepType | undefined;
49
49
  }[]>;
50
50
  userId: import("@vue/composition-api").ComputedRef<string | undefined>;
51
51
  lawFirmId: import("@vue/composition-api").ComputedRef<number | undefined>;
@@ -161,7 +161,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
161
161
  name: string;
162
162
  link: string;
163
163
  }[] | undefined;
164
- taskType?: import("../types/task").StepType | undefined;
165
164
  sampleDocList?: number[] | undefined;
166
165
  lawFirmId?: number | undefined;
167
166
  isGallery?: boolean | undefined;
@@ -170,6 +169,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
170
169
  generalTaskType?: TaskTypes | undefined;
171
170
  descriptions?: string | undefined;
172
171
  tagList?: string[] | undefined;
172
+ taskType?: import("../types/task").StepType | undefined;
173
173
  };
174
174
  isAddedToTask?: boolean | undefined;
175
175
  isNotified?: boolean | undefined;
@@ -184,7 +184,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
184
184
  name: string;
185
185
  link: string;
186
186
  }[] | undefined;
187
- taskType?: import("../types/task").StepType | undefined;
188
187
  sampleDocList?: number[] | undefined;
189
188
  lawFirmId?: number | undefined;
190
189
  isGallery?: boolean | undefined;
@@ -193,6 +192,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
193
192
  generalTaskType?: TaskTypes | undefined;
194
193
  descriptions?: string | undefined;
195
194
  tagList?: string[] | undefined;
195
+ taskType?: import("../types/task").StepType | undefined;
196
196
  }[]>;
197
197
  userId: import("@vue/composition-api").ComputedRef<string | undefined>;
198
198
  lawFirmId: import("@vue/composition-api").ComputedRef<number | undefined>;
@@ -22,6 +22,7 @@ interface BaseTaskTemplate {
22
22
  generalTaskType?: TaskTypes;
23
23
  descriptions?: string;
24
24
  tagList?: string[];
25
+ taskType?: StepType;
25
26
  }
26
27
  export interface TaskTemplateGraphData extends BaseTaskTemplate {
27
28
  sampleDocList?: number[];
@@ -39,7 +40,6 @@ export interface TaskTemplate extends BaseTaskTemplate {
39
40
  id?: number;
40
41
  isEmployee?: AssigneeTypeKeys;
41
42
  sampleDocs?: Document[];
42
- taskType?: StepType;
43
43
  sampleDocList?: number[];
44
44
  lawFirmId?: number;
45
45
  isGallery?: boolean;
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];
@@ -1114,6 +1133,7 @@ var TaskTemplateSortBy;
1114
1133
  TaskTemplateSortBy2["isEmployee"] = "ISEMPLOYEE";
1115
1134
  })(TaskTemplateSortBy || (TaskTemplateSortBy = {}));
1116
1135
  var useChangeVal = (props, emit) => (k, v) => {
1136
+ console.log(k, v);
1117
1137
  emit("update:value", __spreadProps(__spreadValues({}, props.value), {
1118
1138
  [k]: v
1119
1139
  }));
@@ -1184,7 +1204,7 @@ var __vue2_script$8 = defineComponent({
1184
1204
  setup(props, { emit }) {
1185
1205
  const nameError = ref(false);
1186
1206
  const typeError = ref(false);
1187
- const nameErrorContent = ref("message.Required");
1207
+ const nameErrorContent = ref("message.required");
1188
1208
  const changeVal = useChangeVal(props, emit);
1189
1209
  const validFields = (callback) => {
1190
1210
  var _a;
@@ -1250,7 +1270,7 @@ var render$8 = function() {
1250
1270
  var staticRenderFns$8 = [];
1251
1271
  var index_vue_vue_type_style_index_0_scoped_true_lang$3 = "";
1252
1272
  const __cssModules$8 = {};
1253
- var __component__$8 = /* @__PURE__ */ normalizeComponent(__vue2_script$8, render$8, staticRenderFns$8, false, __vue2_injectStyles$8, "5b530226", null, null);
1273
+ var __component__$8 = /* @__PURE__ */ normalizeComponent(__vue2_script$8, render$8, staticRenderFns$8, false, __vue2_injectStyles$8, "667a3a46", null, null);
1254
1274
  function __vue2_injectStyles$8(context) {
1255
1275
  for (let o in __cssModules$8) {
1256
1276
  this[o] = __cssModules$8[o];
@@ -1317,9 +1337,12 @@ var __vue2_script$7 = defineComponent({
1317
1337
  const changeVal = useChangeVal(props, emit);
1318
1338
  const submit2 = () => {
1319
1339
  taskForm.value.validFields((passed, ts) => {
1340
+ console.log(props.value.taskTemplateObj.taskType);
1320
1341
  if (passed) {
1321
1342
  const data = {
1322
- taskTemplateObj: ts,
1343
+ taskTemplateObj: __spreadProps(__spreadValues({}, ts), {
1344
+ taskType: props.value.taskTemplateObj.taskType
1345
+ }),
1323
1346
  selfUserId: props.userId,
1324
1347
  selfLawFirmId: props.lawFirmId,
1325
1348
  taskTemplateId: ts.id,
@@ -1365,7 +1388,7 @@ var render$7 = function() {
1365
1388
  } }, scopedSlots: _vm._u([{ key: "footer", fn: function() {
1366
1389
  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
1390
  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) {
1391
+ } } }, [_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
1392
  return _vm.changeVisible(false);
1370
1393
  } } }, [_vm._v(_vm._s(_vm.$t("message.cancel")) + " ")])], 1)])];
1371
1394
  }, 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 +1398,7 @@ var render$7 = function() {
1375
1398
  var staticRenderFns$7 = [];
1376
1399
  var index_vue_vue_type_style_index_0_scoped_true_lang$2 = "";
1377
1400
  const __cssModules$7 = {};
1378
- var __component__$7 = /* @__PURE__ */ normalizeComponent(__vue2_script$7, render$7, staticRenderFns$7, false, __vue2_injectStyles$7, "f0709198", null, null);
1401
+ var __component__$7 = /* @__PURE__ */ normalizeComponent(__vue2_script$7, render$7, staticRenderFns$7, false, __vue2_injectStyles$7, "6f6da870", null, null);
1379
1402
  function __vue2_injectStyles$7(context) {
1380
1403
  for (let o in __cssModules$7) {
1381
1404
  this[o] = __cssModules$7[o];
@@ -1546,7 +1569,7 @@ var render$5 = function() {
1546
1569
  } }, { key: "tagList", fn: function(tags) {
1547
1570
  return [_c("tags-with-tooltip", { attrs: { "tags": tags } })];
1548
1571
  } }, { 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) {
1572
+ 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
1573
  return _vm.$emit("editTask", record);
1551
1574
  } } }, [_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
1575
  return _vm.$emit("removeTask", record);
@@ -1558,7 +1581,7 @@ var render$5 = function() {
1558
1581
  var staticRenderFns$5 = [];
1559
1582
  var TaskTablePure_vue_vue_type_style_index_0_scoped_true_lang = "";
1560
1583
  const __cssModules$5 = {};
1561
- var __component__$5 = /* @__PURE__ */ normalizeComponent(__vue2_script$5, render$5, staticRenderFns$5, false, __vue2_injectStyles$5, "565e42da", null, null);
1584
+ var __component__$5 = /* @__PURE__ */ normalizeComponent(__vue2_script$5, render$5, staticRenderFns$5, false, __vue2_injectStyles$5, "3272d34e", null, null);
1562
1585
  function __vue2_injectStyles$5(context) {
1563
1586
  for (let o in __cssModules$5) {
1564
1587
  this[o] = __cssModules$5[o];
@@ -1647,7 +1670,8 @@ var useSearchTaskConditions = () => ref({
1647
1670
  isEmployee: [
1648
1671
  AssigneeTypes.ATTORNEY,
1649
1672
  AssigneeTypes.PETITIONER,
1650
- AssigneeTypes.BENEFICIARY
1673
+ AssigneeTypes.BENEFICIARY,
1674
+ AssigneeTypes.EMPTY_DEFAULT
1651
1675
  ]
1652
1676
  });
1653
1677
  var useTaskTemplateTableData = (props, emit) => {
@@ -2126,7 +2150,7 @@ var __vue2_script$1 = defineComponent({
2126
2150
  }
2127
2151
  });
2128
2152
  const updateReviewModalContent = (record, newRecord) => {
2129
- if (reviewModalVisible.value) {
2153
+ if (addedTasks.value.some(({ id }) => id === newRecord.id)) {
2130
2154
  const newValue = addedTasks.value.map((originTask) => {
2131
2155
  if (originTask.id === record.taskTemplateId) {
2132
2156
  return newRecord;
@@ -2134,16 +2158,17 @@ var __vue2_script$1 = defineComponent({
2134
2158
  return originTask;
2135
2159
  });
2136
2160
  emit("update:value", newValue.map(({ id }) => id));
2161
+ } else {
2162
+ newRecord.id !== record.taskTemplateId && addedTasks.value.push(newRecord);
2163
+ emit("update:value", [...addedTasks.value.map(({ id }) => id), newRecord.id]);
2137
2164
  }
2138
2165
  };
2139
2166
  const writeQuery = (id, newRecord, isUpdate = true) => {
2140
- console.log(id, newRecord);
2141
2167
  const variables = mainModal.value.getVariables();
2142
2168
  const existed = client.readQuery({
2143
2169
  query: SearchTaskTemplatesQuery,
2144
2170
  variables
2145
2171
  });
2146
- console.log(variables);
2147
2172
  const newTasks = isUpdate ? existed.taskTemplateSearch.taskTemplateList.map((record) => {
2148
2173
  if (record.id === id) {
2149
2174
  return newRecord && __spreadProps(__spreadValues({}, newRecord), {
@@ -2256,7 +2281,7 @@ var render$1 = function() {
2256
2281
  var staticRenderFns$1 = [];
2257
2282
  var index_vue_vue_type_style_index_0_scoped_true_lang = "";
2258
2283
  const __cssModules$1 = {};
2259
- var __component__$1 = /* @__PURE__ */ normalizeComponent(__vue2_script$1, render$1, staticRenderFns$1, false, __vue2_injectStyles$1, "2f41d51a", null, null);
2284
+ var __component__$1 = /* @__PURE__ */ normalizeComponent(__vue2_script$1, render$1, staticRenderFns$1, false, __vue2_injectStyles$1, "466cfa4a", null, null);
2260
2285
  function __vue2_injectStyles$1(context) {
2261
2286
  for (let o in __cssModules$1) {
2262
2287
  this[o] = __cssModules$1[o];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "0.6.5",
3
+ "version": "0.7.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],