@turquoisehealth/pit-viper 2.191.0 → 2.192.1-dev.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.
- package/_src/assets/sprite-v2.svg +1 -1
- package/_src/assets/sprite.svg +1 -1
- package/package.json +1 -1
- package/pv-components/dist/stats/vue/base/stats.html +1 -1
- package/pv-components/dist/stats/vue/visualizations/stats.html +1 -1
- package/pv-components/dist/stats/web/pv-company-label-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-company-logo-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-company-tag-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-menu-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-multi-select-button-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-query-builder-input-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-select-button-stats.html +1 -1
- package/pv-components/dist/vue/base/components/base/PvCompanyLogo/PvCompanyLogo.vue.d.ts +1 -4
- package/pv-components/dist/vue/base/pv-components-base.mjs +2 -6
- package/pv-components/dist/vue/base/pv-components-base.mjs.map +1 -1
- package/pv-components/dist/vue/visualizations/components/base/PvCompanyLogo/PvCompanyLogo.vue.d.ts +1 -4
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +2 -6
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs.map +1 -1
- package/pv-components/dist/web/components/pv-company-label/pv-company-label.js +2 -6
- package/pv-components/dist/web/components/pv-company-logo/pv-company-logo.js +2 -6
- package/pv-components/dist/web/components/pv-company-tag/pv-company-tag.js +2 -6
- package/pv-components/dist/web/components/pv-menu/pv-menu.js +2 -6
- package/pv-components/dist/web/components/pv-multi-select-button/pv-multi-select-button.js +2 -6
- package/pv-components/dist/web/components/pv-query-builder-input/pv-query-builder-input.js +2 -6
- package/pv-components/dist/web/components/pv-select-button/pv-select-button.js +2 -6
- package/pv-components/dist/web/pv-components.iife.js +2 -2
- package/pv-components/dist/web/pv-components.iife.js.map +1 -1
|
@@ -42,20 +42,16 @@ var x = {
|
|
|
42
42
|
type: null
|
|
43
43
|
},
|
|
44
44
|
srcPathOverride: { type: String },
|
|
45
|
-
toCamelCase: {
|
|
46
|
-
type: Boolean,
|
|
47
|
-
default: !0
|
|
48
|
-
},
|
|
49
45
|
toSnakeCase: {
|
|
50
46
|
type: Boolean,
|
|
51
|
-
default: !
|
|
47
|
+
default: !0
|
|
52
48
|
}
|
|
53
49
|
},
|
|
54
50
|
setup(r) {
|
|
55
51
|
let i = r, a = m(!0), o = e(() => x[i.size] || "32px"), s = e(() => ({
|
|
56
52
|
"pv-icon": a.value,
|
|
57
53
|
[`pv-company-${i.size}`]: i.size && !a.value
|
|
58
|
-
})), u = e(() => ({ width: o.value })), f = e(() => i.toSnakeCase ? `${i.name.toLowerCase().replace(/[^a-z\s]/g, "").trim().replace(/\s+/g, "_")}.svg` :
|
|
54
|
+
})), u = e(() => ({ width: o.value })), f = e(() => i.toSnakeCase ? `${i.name.toLowerCase().replace(/[^a-z\s]/g, "").trim().replace(/\s+/g, "_")}.svg` : b(i.name) + ".svg"), p = e(() => i.srcPathOverride ? i.srcPathOverride : `${i.basePath}/${f.value}`);
|
|
59
55
|
return g(p, () => {
|
|
60
56
|
a.value = !0;
|
|
61
57
|
}), (e, r) => (d(), t("div", S, [a.value ? (d(), t("div", {
|
|
@@ -42,20 +42,16 @@ var y = {
|
|
|
42
42
|
type: null
|
|
43
43
|
},
|
|
44
44
|
srcPathOverride: { type: String },
|
|
45
|
-
toCamelCase: {
|
|
46
|
-
type: Boolean,
|
|
47
|
-
default: !0
|
|
48
|
-
},
|
|
49
45
|
toSnakeCase: {
|
|
50
46
|
type: Boolean,
|
|
51
|
-
default: !
|
|
47
|
+
default: !0
|
|
52
48
|
}
|
|
53
49
|
},
|
|
54
50
|
setup(r) {
|
|
55
51
|
let i = r, a = p(!0), o = e(() => y[i.size] || "32px"), l = e(() => ({
|
|
56
52
|
"pv-icon": a.value,
|
|
57
53
|
[`pv-company-${i.size}`]: i.size && !a.value
|
|
58
|
-
})), d = e(() => ({ width: o.value })), f = e(() => i.toSnakeCase ? `${i.name.toLowerCase().replace(/[^a-z\s]/g, "").trim().replace(/\s+/g, "_")}.svg` :
|
|
54
|
+
})), d = e(() => ({ width: o.value })), f = e(() => i.toSnakeCase ? `${i.name.toLowerCase().replace(/[^a-z\s]/g, "").trim().replace(/\s+/g, "_")}.svg` : v(i.name) + ".svg"), h = e(() => i.srcPathOverride ? i.srcPathOverride : `${i.basePath}/${f.value}`);
|
|
59
55
|
return m(h, () => {
|
|
60
56
|
a.value = !0;
|
|
61
57
|
}), (e, r) => (u(), t("div", b, [a.value ? (u(), t("div", {
|
|
@@ -50,20 +50,16 @@ var w = {
|
|
|
50
50
|
type: null
|
|
51
51
|
},
|
|
52
52
|
srcPathOverride: { type: String },
|
|
53
|
-
toCamelCase: {
|
|
54
|
-
type: Boolean,
|
|
55
|
-
default: !0
|
|
56
|
-
},
|
|
57
53
|
toSnakeCase: {
|
|
58
54
|
type: Boolean,
|
|
59
|
-
default: !
|
|
55
|
+
default: !0
|
|
60
56
|
}
|
|
61
57
|
},
|
|
62
58
|
setup(t) {
|
|
63
59
|
let n = t, a = g(!0), o = e(() => w[n.size] || "32px"), s = e(() => ({
|
|
64
60
|
"pv-icon": a.value,
|
|
65
61
|
[`pv-company-${n.size}`]: n.size && !a.value
|
|
66
|
-
})), c = e(() => ({ width: o.value })), l = e(() => n.toSnakeCase ? `${n.name.toLowerCase().replace(/[^a-z\s]/g, "").trim().replace(/\s+/g, "_")}.svg` :
|
|
62
|
+
})), c = e(() => ({ width: o.value })), l = e(() => n.toSnakeCase ? `${n.name.toLowerCase().replace(/[^a-z\s]/g, "").trim().replace(/\s+/g, "_")}.svg` : C(n.name) + ".svg"), f = e(() => n.srcPathOverride ? n.srcPathOverride : `${n.basePath}/${l.value}`);
|
|
67
63
|
return v(f, () => {
|
|
68
64
|
a.value = !0;
|
|
69
65
|
}), (e, t) => (p(), r("div", E, [a.value ? (p(), r("div", {
|
|
@@ -79,20 +79,16 @@ var De = {
|
|
|
79
79
|
type: null
|
|
80
80
|
},
|
|
81
81
|
srcPathOverride: { type: String },
|
|
82
|
-
toCamelCase: {
|
|
83
|
-
type: Boolean,
|
|
84
|
-
default: !0
|
|
85
|
-
},
|
|
86
82
|
toSnakeCase: {
|
|
87
83
|
type: Boolean,
|
|
88
|
-
default: !
|
|
84
|
+
default: !0
|
|
89
85
|
}
|
|
90
86
|
},
|
|
91
87
|
setup(e) {
|
|
92
88
|
let t = e, n = j(!0), i = r(() => De[t.size] || "32px"), a = r(() => ({
|
|
93
89
|
"pv-icon": n.value,
|
|
94
90
|
[`pv-company-${t.size}`]: t.size && !n.value
|
|
95
|
-
})), c = r(() => ({ width: i.value })), l = r(() => t.toSnakeCase ? `${t.name.toLowerCase().replace(/[^a-z\s]/g, "").trim().replace(/\s+/g, "_")}.svg` :
|
|
91
|
+
})), c = r(() => ({ width: i.value })), l = r(() => t.toSnakeCase ? `${t.name.toLowerCase().replace(/[^a-z\s]/g, "").trim().replace(/\s+/g, "_")}.svg` : Ee(t.name) + ".svg"), u = r(() => t.srcPathOverride ? t.srcPathOverride : `${t.basePath}/${l.value}`);
|
|
96
92
|
return L(u, () => {
|
|
97
93
|
n.value = !0;
|
|
98
94
|
}), (e, t) => (D(), o("div", ke, [n.value ? (D(), o("div", {
|
|
@@ -560,20 +560,16 @@ var bt = {
|
|
|
560
560
|
type: null
|
|
561
561
|
},
|
|
562
562
|
srcPathOverride: { type: String },
|
|
563
|
-
toCamelCase: {
|
|
564
|
-
type: Boolean,
|
|
565
|
-
default: !0
|
|
566
|
-
},
|
|
567
563
|
toSnakeCase: {
|
|
568
564
|
type: Boolean,
|
|
569
|
-
default: !
|
|
565
|
+
default: !0
|
|
570
566
|
}
|
|
571
567
|
},
|
|
572
568
|
setup(e) {
|
|
573
569
|
let t = e, n = M(!0), i = r(() => Qe[t.size] || "32px"), a = r(() => ({
|
|
574
570
|
"pv-icon": n.value,
|
|
575
571
|
[`pv-company-${t.size}`]: t.size && !n.value
|
|
576
|
-
})), c = r(() => ({ width: i.value })), l = r(() => t.toSnakeCase ? `${t.name.toLowerCase().replace(/[^a-z\s]/g, "").trim().replace(/\s+/g, "_")}.svg` :
|
|
572
|
+
})), c = r(() => ({ width: i.value })), l = r(() => t.toSnakeCase ? `${t.name.toLowerCase().replace(/[^a-z\s]/g, "").trim().replace(/\s+/g, "_")}.svg` : yt(t.name) + ".svg"), u = r(() => t.srcPathOverride ? t.srcPathOverride : `${t.basePath}/${l.value}`);
|
|
577
573
|
return B(u, () => {
|
|
578
574
|
n.value = !0;
|
|
579
575
|
}), (e, t) => (O(), o("div", bt, [n.value ? (O(), o("div", {
|
|
@@ -1535,20 +1535,16 @@ var kr = {
|
|
|
1535
1535
|
type: null
|
|
1536
1536
|
},
|
|
1537
1537
|
srcPathOverride: { type: String },
|
|
1538
|
-
toCamelCase: {
|
|
1539
|
-
type: Boolean,
|
|
1540
|
-
default: !0
|
|
1541
|
-
},
|
|
1542
1538
|
toSnakeCase: {
|
|
1543
1539
|
type: Boolean,
|
|
1544
|
-
default: !
|
|
1540
|
+
default: !0
|
|
1545
1541
|
}
|
|
1546
1542
|
},
|
|
1547
1543
|
setup(e) {
|
|
1548
1544
|
let t = e, n = A(!0), i = r(() => vr[t.size] || "32px"), a = r(() => ({
|
|
1549
1545
|
"pv-icon": n.value,
|
|
1550
1546
|
[`pv-company-${t.size}`]: t.size && !n.value
|
|
1551
|
-
})), c = r(() => ({ width: i.value })), l = r(() => t.toSnakeCase ? `${t.name.toLowerCase().replace(/[^a-z\s]/g, "").trim().replace(/\s+/g, "_")}.svg` :
|
|
1547
|
+
})), c = r(() => ({ width: i.value })), l = r(() => t.toSnakeCase ? `${t.name.toLowerCase().replace(/[^a-z\s]/g, "").trim().replace(/\s+/g, "_")}.svg` : Or(t.name) + ".svg"), u = r(() => t.srcPathOverride ? t.srcPathOverride : `${t.basePath}/${l.value}`);
|
|
1552
1548
|
return P(u, () => {
|
|
1553
1549
|
n.value = !0;
|
|
1554
1550
|
}), (e, t) => (D(), o("div", kr, [n.value ? (D(), o("div", {
|
|
@@ -412,20 +412,16 @@ var mt = {
|
|
|
412
412
|
type: null
|
|
413
413
|
},
|
|
414
414
|
srcPathOverride: { type: String },
|
|
415
|
-
toCamelCase: {
|
|
416
|
-
type: Boolean,
|
|
417
|
-
default: !0
|
|
418
|
-
},
|
|
419
415
|
toSnakeCase: {
|
|
420
416
|
type: Boolean,
|
|
421
|
-
default: !
|
|
417
|
+
default: !0
|
|
422
418
|
}
|
|
423
419
|
},
|
|
424
420
|
setup(e) {
|
|
425
421
|
let t = e, n = M(!0), i = r(() => rt[t.size] || "32px"), a = r(() => ({
|
|
426
422
|
"pv-icon": n.value,
|
|
427
423
|
[`pv-company-${t.size}`]: t.size && !n.value
|
|
428
|
-
})), c = r(() => ({ width: i.value })), l = r(() => t.toSnakeCase ? `${t.name.toLowerCase().replace(/[^a-z\s]/g, "").trim().replace(/\s+/g, "_")}.svg` :
|
|
424
|
+
})), c = r(() => ({ width: i.value })), l = r(() => t.toSnakeCase ? `${t.name.toLowerCase().replace(/[^a-z\s]/g, "").trim().replace(/\s+/g, "_")}.svg` : pt(t.name) + ".svg"), u = r(() => t.srcPathOverride ? t.srcPathOverride : `${t.basePath}/${l.value}`);
|
|
429
425
|
return R(u, () => {
|
|
430
426
|
n.value = !0;
|
|
431
427
|
}), (e, t) => (O(), o("div", mt, [n.value ? (O(), o("div", {
|