@ailaw/venus 0.2.2 → 0.2.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.
Files changed (2) hide show
  1. package/dist/venus.es.js +61 -5
  2. package/package.json +1 -1
package/dist/venus.es.js CHANGED
@@ -24,7 +24,7 @@ import gql from "graphql-tag";
24
24
  import { path } from "ramda";
25
25
  import "vue";
26
26
  import { Source, visit } from "graphql";
27
- var index$3 = "";
27
+ var index$4 = "";
28
28
  function __variableDynamicImportRuntime0__$1(path2) {
29
29
  switch (path2) {
30
30
  case "./icons/attorney.svg":
@@ -465,7 +465,7 @@ function __vue2_injectStyles$a(context) {
465
465
  this[o] = __cssModules$a[o];
466
466
  }
467
467
  }
468
- var index$2 = /* @__PURE__ */ function() {
468
+ var index$3 = /* @__PURE__ */ function() {
469
469
  return __component__$a.exports;
470
470
  }();
471
471
  var AssigneeTypes;
@@ -6112,7 +6112,7 @@ function __vue2_injectStyles$1(context) {
6112
6112
  this[o] = __cssModules$1[o];
6113
6113
  }
6114
6114
  }
6115
- var index$1 = /* @__PURE__ */ function() {
6115
+ var index$2 = /* @__PURE__ */ function() {
6116
6116
  return __component__$1.exports;
6117
6117
  }();
6118
6118
  var __vue2_script = defineComponent({
@@ -6141,7 +6141,7 @@ function __vue2_injectStyles(context) {
6141
6141
  this[o] = __cssModules[o];
6142
6142
  }
6143
6143
  }
6144
- var index = /* @__PURE__ */ function() {
6144
+ var index$1 = /* @__PURE__ */ function() {
6145
6145
  return __component__.exports;
6146
6146
  }();
6147
6147
  function __variableDynamicImportRuntime0__(path2) {
@@ -6250,4 +6250,60 @@ async function getLanguageMessage(lang) {
6250
6250
  }
6251
6251
  return loaded.get(lang);
6252
6252
  }
6253
- export { NewTask, index$2 as ProfileSelect, index$1 as TaskCart, TaskForm, TaskTemplateFilter, index as TestComponent, getLanguageMessage };
6253
+ var index = [
6254
+ {
6255
+ id: 145,
6256
+ displayName: "I-485",
6257
+ isSmart: true,
6258
+ roles: ["Preparer", "Beneficiary"]
6259
+ },
6260
+ {
6261
+ id: 144,
6262
+ displayName: "I-129-H-Company",
6263
+ isSmart: true,
6264
+ roles: ["Preparer", "Petitioner", "Beneficiary"]
6265
+ },
6266
+ {
6267
+ id: 143,
6268
+ displayName: "I-129-Attachment",
6269
+ isSmart: true,
6270
+ roles: ["Preparer", "Beneficiary"]
6271
+ },
6272
+ {
6273
+ id: 142,
6274
+ displayName: "I-131",
6275
+ isSmart: true,
6276
+ roles: ["Preparer", "Beneficiary"]
6277
+ },
6278
+ {
6279
+ id: 141,
6280
+ displayName: "I-864",
6281
+ isSmart: true,
6282
+ roles: ["Preparer", "Petitioner", "Beneficiary"]
6283
+ },
6284
+ {
6285
+ id: 131,
6286
+ displayName: "I-130",
6287
+ isSmart: true,
6288
+ roles: ["Preparer", "Beneficiary"]
6289
+ },
6290
+ {
6291
+ id: 130,
6292
+ displayName: "G-28-Person",
6293
+ isSmart: true,
6294
+ roles: ["Preparer", "Petitioner", "Beneficiary"]
6295
+ },
6296
+ {
6297
+ id: 129,
6298
+ displayName: "I-130A",
6299
+ isSmart: true,
6300
+ roles: ["Preparer", "Beneficiary"]
6301
+ },
6302
+ {
6303
+ id: 126,
6304
+ displayName: "G-1145",
6305
+ isSmart: true,
6306
+ roles: ["Preparer", "Petitioner", "Beneficiary"]
6307
+ }
6308
+ ];
6309
+ export { NewTask, index$3 as ProfileSelect, index$2 as TaskCart, TaskForm, TaskTemplateFilter, index$1 as TestComponent, index as forms, getLanguageMessage };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "files": [
5
5
  "dist"
6
6
  ],