@turquoisehealth/pit-viper 2.201.1-dev.2 → 2.202.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/_site/assets/css/pit-viper-a11y.css +50 -0
- package/_site/assets/css/pit-viper-consumer.css +50 -0
- package/_site/assets/css/pit-viper-v2-scoped.css +45 -0
- package/_site/assets/css/pit-viper-v2.css +50 -0
- 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-accordion-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-button-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-checkbox-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-company-tag-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-counter-badge-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-drawer-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-expandable-content-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-filter-modal-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-filter-panel-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-ghost-input-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-horizontal-scroller-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-hover-action-menu-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-insight-card-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-pagination-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-range-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-segmented-control-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-select-button-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-sidebar-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-skeleton-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-split-button-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-tabs-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-toast-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-toggle-button-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-tree-stats.html +1 -1
- package/pv-components/dist/vue/base/components/base/PvCheckbox/PvCheckbox.vue.d.ts +3 -5
- package/pv-components/dist/vue/base/components/base/PvCompanyTag/PvCompanyTag.vue.d.ts +5 -5
- package/pv-components/dist/vue/base/components/base/PvCounterBadge/PvCounterBadge.vue.d.ts +7 -7
- package/pv-components/dist/vue/base/components/base/PvSkeleton/PvSkeleton.vue.d.ts +9 -5
- package/pv-components/dist/vue/base/components/base/PvSkeleton/types.d.ts +7 -2
- package/pv-components/dist/vue/base/pv-components-base.mjs +28 -22
- package/pv-components/dist/vue/base/pv-components-base.mjs.map +1 -1
- package/pv-components/dist/vue/visualizations/components/base/PvCheckbox/PvCheckbox.vue.d.ts +3 -5
- package/pv-components/dist/vue/visualizations/components/base/PvCompanyTag/PvCompanyTag.vue.d.ts +5 -5
- package/pv-components/dist/vue/visualizations/components/base/PvCounterBadge/PvCounterBadge.vue.d.ts +7 -7
- package/pv-components/dist/vue/visualizations/components/base/PvSkeleton/PvSkeleton.vue.d.ts +9 -5
- package/pv-components/dist/vue/visualizations/components/base/PvSkeleton/types.d.ts +7 -2
- package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/types.d.ts +0 -6
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/FilterPanel.vue.d.ts +0 -1
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/SetFilter.vue.d.ts +0 -2
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/types.d.ts +0 -7
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +64 -91
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs.map +1 -1
- package/pv-components/dist/web/components/pv-accordion/pv-accordion.js +15 -15
- package/pv-components/dist/web/components/pv-button/pv-button.js +14 -14
- package/pv-components/dist/web/components/pv-checkbox/pv-checkbox.js +2 -3
- package/pv-components/dist/web/components/pv-company-tag/pv-company-tag.js +5 -5
- package/pv-components/dist/web/components/pv-counter-badge/pv-counter-badge.js +14 -14
- package/pv-components/dist/web/components/pv-drawer/pv-drawer.js +14 -14
- package/pv-components/dist/web/components/pv-expandable-content/pv-expandable-content.js +15 -15
- package/pv-components/dist/web/components/pv-filter-modal/pv-filter-modal.js +17 -18
- package/pv-components/dist/web/components/pv-filter-panel/pv-filter-panel.js +17 -18
- package/pv-components/dist/web/components/pv-ghost-input/pv-ghost-input.js +14 -14
- package/pv-components/dist/web/components/pv-horizontal-scroller/pv-horizontal-scroller.js +14 -14
- package/pv-components/dist/web/components/pv-hover-action-menu/pv-hover-action-menu.js +15 -15
- package/pv-components/dist/web/components/pv-insight-card/pv-insight-card.js +15 -15
- package/pv-components/dist/web/components/pv-menu/pv-menu.js +15 -15
- package/pv-components/dist/web/components/pv-multi-select-button/pv-multi-select-button.js +16 -16
- package/pv-components/dist/web/components/pv-pagination/pv-pagination.js +15 -15
- package/pv-components/dist/web/components/pv-query-builder-input/pv-query-builder-input.js +14 -14
- package/pv-components/dist/web/components/pv-range/pv-range.js +14 -14
- package/pv-components/dist/web/components/pv-segmented-control/pv-segmented-control.js +14 -14
- package/pv-components/dist/web/components/pv-select-button/pv-select-button.js +15 -15
- package/pv-components/dist/web/components/pv-sidebar/pv-sidebar.js +14 -14
- package/pv-components/dist/web/components/pv-skeleton/pv-skeleton.js +599 -592
- package/pv-components/dist/web/components/pv-split-button/pv-split-button.js +15 -15
- package/pv-components/dist/web/components/pv-tabs/pv-tabs.js +14 -14
- package/pv-components/dist/web/components/pv-toast/pv-toast.js +14 -14
- package/pv-components/dist/web/components/pv-toggle-button/pv-toggle-button.js +14 -14
- package/pv-components/dist/web/components/pv-tree/pv-tree.js +17 -18
- package/pv-components/dist/web/pv-components.iife.js +3 -3
- package/pv-components/dist/web/pv-components.iife.js.map +1 -1
|
@@ -85,29 +85,29 @@ var _e = [
|
|
|
85
85
|
}), be = /* @__PURE__ */ u({
|
|
86
86
|
__name: "PvCounterBadge",
|
|
87
87
|
props: {
|
|
88
|
-
|
|
88
|
+
maxValue: {
|
|
89
|
+
default: 99,
|
|
90
|
+
type: Number
|
|
91
|
+
},
|
|
89
92
|
prefix: {
|
|
90
93
|
default: "",
|
|
91
94
|
type: String
|
|
92
95
|
},
|
|
93
|
-
variant: {
|
|
94
|
-
default: "primary",
|
|
95
|
-
type: null
|
|
96
|
-
},
|
|
97
96
|
size: {
|
|
98
97
|
default: "sm",
|
|
99
98
|
type: String
|
|
100
99
|
},
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
100
|
+
value: { type: Number },
|
|
101
|
+
variant: {
|
|
102
|
+
default: "primary",
|
|
103
|
+
type: null
|
|
104
104
|
}
|
|
105
105
|
},
|
|
106
106
|
setup(e) {
|
|
107
|
-
let t = e, n = r(() => t.
|
|
107
|
+
let t = e, n = r(() => t.maxValue && t.value && t.value > t.maxValue ? `${t.maxValue}+` : t.value == null ? "-" : `${t.prefix}${t.value}`), i = r(() => ({
|
|
108
108
|
"pv-inline-block pv-inset-square pv-radius pv-text-center": !0,
|
|
109
|
-
"pv-badge-md pv-text-body-md":
|
|
110
|
-
"pv-badge-sm pv-text-body-sm":
|
|
109
|
+
"pv-badge-md pv-text-body-md": t.size == "md",
|
|
110
|
+
"pv-badge-sm pv-text-body-sm": t.size == "sm",
|
|
111
111
|
"pv-surface-brand-inverse pv-text-inverse": t.variant == "primary",
|
|
112
112
|
"pv-badge-secondary": t.variant == "secondary",
|
|
113
113
|
"pv-surface-lighten-5": t.variant == "tertiary",
|
|
@@ -115,15 +115,15 @@ var _e = [
|
|
|
115
115
|
"pv-surface": t.variant == "ghost"
|
|
116
116
|
}));
|
|
117
117
|
return (e, t) => (x(), o("div", {
|
|
118
|
-
class: g(
|
|
118
|
+
class: g(i.value),
|
|
119
119
|
"data-testid": "pv-counter-badge"
|
|
120
|
-
}, D(
|
|
120
|
+
}, D(n.value), 3));
|
|
121
121
|
}
|
|
122
|
-
}), xe = ".pv-badge-md[data-v-
|
|
122
|
+
}), xe = ".pv-badge-md[data-v-6a07eeec]{--inset-size:2px 2px;min-width:20px;min-height:20px;max-height:20px;font-weight:500}.pv-badge-sm[data-v-6a07eeec]{--inset-size:0 2px;min-width:16px;min-height:16px;max-height:16px;font-weight:500}.pv-surface-lighten-5[data-v-6a07eeec]{background-color:#e0e5e4}.pv-text-secondary[data-v-6a07eeec]{color:#4b595c}", Se = (e, t) => {
|
|
123
123
|
let n = e.__vccOpts || e;
|
|
124
124
|
for (let [e, r] of t) n[e] = r;
|
|
125
125
|
return n;
|
|
126
|
-
}, Ce = /* @__PURE__ */ Se(be, [["styles", [xe]], ["__scopeId", "data-v-
|
|
126
|
+
}, Ce = /* @__PURE__ */ Se(be, [["styles", [xe]], ["__scopeId", "data-v-6a07eeec"]]), we = ["disabled", "aria-label"], Te = {
|
|
127
127
|
key: 2,
|
|
128
128
|
"data-testid": "pv-button-label"
|
|
129
129
|
}, Ee = /* @__PURE__ */ u({
|
|
@@ -8,29 +8,29 @@ var x = /* @__PURE__ */ ((e, t) => {
|
|
|
8
8
|
})(/* @__PURE__ */ s({
|
|
9
9
|
__name: "PvCounterBadge",
|
|
10
10
|
props: {
|
|
11
|
-
|
|
11
|
+
maxValue: {
|
|
12
|
+
default: 99,
|
|
13
|
+
type: Number
|
|
14
|
+
},
|
|
12
15
|
prefix: {
|
|
13
16
|
default: "",
|
|
14
17
|
type: String
|
|
15
18
|
},
|
|
16
|
-
variant: {
|
|
17
|
-
default: "primary",
|
|
18
|
-
type: null
|
|
19
|
-
},
|
|
20
19
|
size: {
|
|
21
20
|
default: "sm",
|
|
22
21
|
type: String
|
|
23
22
|
},
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
23
|
+
value: { type: Number },
|
|
24
|
+
variant: {
|
|
25
|
+
default: "primary",
|
|
26
|
+
type: null
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
29
|
setup(e) {
|
|
30
|
-
let n = e, r = t(() => n.
|
|
30
|
+
let n = e, r = t(() => n.maxValue && n.value && n.value > n.maxValue ? `${n.maxValue}+` : n.value == null ? "-" : `${n.prefix}${n.value}`), a = t(() => ({
|
|
31
31
|
"pv-inline-block pv-inset-square pv-radius pv-text-center": !0,
|
|
32
|
-
"pv-badge-md pv-text-body-md":
|
|
33
|
-
"pv-badge-sm pv-text-body-sm":
|
|
32
|
+
"pv-badge-md pv-text-body-md": n.size == "md",
|
|
33
|
+
"pv-badge-sm pv-text-body-sm": n.size == "sm",
|
|
34
34
|
"pv-surface-brand-inverse pv-text-inverse": n.variant == "primary",
|
|
35
35
|
"pv-badge-secondary": n.variant == "secondary",
|
|
36
36
|
"pv-surface-lighten-5": n.variant == "tertiary",
|
|
@@ -38,11 +38,11 @@ var x = /* @__PURE__ */ ((e, t) => {
|
|
|
38
38
|
"pv-surface": n.variant == "ghost"
|
|
39
39
|
}));
|
|
40
40
|
return (e, t) => (m(), i("div", {
|
|
41
|
-
class: f(
|
|
41
|
+
class: f(a.value),
|
|
42
42
|
"data-testid": "pv-counter-badge"
|
|
43
|
-
}, v(
|
|
43
|
+
}, v(r.value), 3));
|
|
44
44
|
}
|
|
45
|
-
}), [["styles", [".pv-badge-md[data-v-
|
|
45
|
+
}), [["styles", [".pv-badge-md[data-v-6a07eeec]{--inset-size:2px 2px;min-width:20px;min-height:20px;max-height:20px;font-weight:500}.pv-badge-sm[data-v-6a07eeec]{--inset-size:0 2px;min-width:16px;min-height:16px;max-height:16px;font-weight:500}.pv-surface-lighten-5[data-v-6a07eeec]{background-color:#e0e5e4}.pv-text-secondary[data-v-6a07eeec]{color:#4b595c}"]], ["__scopeId", "data-v-6a07eeec"]]);
|
|
46
46
|
//#endregion
|
|
47
47
|
//#region src/web-components/utils.ts
|
|
48
48
|
function S() {
|
|
@@ -72,29 +72,29 @@ var x = [
|
|
|
72
72
|
})(/* @__PURE__ */ s({
|
|
73
73
|
__name: "PvCounterBadge",
|
|
74
74
|
props: {
|
|
75
|
-
|
|
75
|
+
maxValue: {
|
|
76
|
+
default: 99,
|
|
77
|
+
type: Number
|
|
78
|
+
},
|
|
76
79
|
prefix: {
|
|
77
80
|
default: "",
|
|
78
81
|
type: String
|
|
79
82
|
},
|
|
80
|
-
variant: {
|
|
81
|
-
default: "primary",
|
|
82
|
-
type: null
|
|
83
|
-
},
|
|
84
83
|
size: {
|
|
85
84
|
default: "sm",
|
|
86
85
|
type: String
|
|
87
86
|
},
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
87
|
+
value: { type: Number },
|
|
88
|
+
variant: {
|
|
89
|
+
default: "primary",
|
|
90
|
+
type: null
|
|
91
91
|
}
|
|
92
92
|
},
|
|
93
93
|
setup(e) {
|
|
94
|
-
let n = e, r = t(() => n.
|
|
94
|
+
let n = e, r = t(() => n.maxValue && n.value && n.value > n.maxValue ? `${n.maxValue}+` : n.value == null ? "-" : `${n.prefix}${n.value}`), a = t(() => ({
|
|
95
95
|
"pv-inline-block pv-inset-square pv-radius pv-text-center": !0,
|
|
96
|
-
"pv-badge-md pv-text-body-md":
|
|
97
|
-
"pv-badge-sm pv-text-body-sm":
|
|
96
|
+
"pv-badge-md pv-text-body-md": n.size == "md",
|
|
97
|
+
"pv-badge-sm pv-text-body-sm": n.size == "sm",
|
|
98
98
|
"pv-surface-brand-inverse pv-text-inverse": n.variant == "primary",
|
|
99
99
|
"pv-badge-secondary": n.variant == "secondary",
|
|
100
100
|
"pv-surface-lighten-5": n.variant == "tertiary",
|
|
@@ -102,11 +102,11 @@ var x = [
|
|
|
102
102
|
"pv-surface": n.variant == "ghost"
|
|
103
103
|
}));
|
|
104
104
|
return (e, t) => (m(), i("div", {
|
|
105
|
-
class: d(
|
|
105
|
+
class: d(a.value),
|
|
106
106
|
"data-testid": "pv-counter-badge"
|
|
107
|
-
}, v(
|
|
107
|
+
}, v(r.value), 3));
|
|
108
108
|
}
|
|
109
|
-
}), [["styles", [".pv-badge-md[data-v-
|
|
109
|
+
}), [["styles", [".pv-badge-md[data-v-6a07eeec]{--inset-size:2px 2px;min-width:20px;min-height:20px;max-height:20px;font-weight:500}.pv-badge-sm[data-v-6a07eeec]{--inset-size:0 2px;min-width:16px;min-height:16px;max-height:16px;font-weight:500}.pv-surface-lighten-5[data-v-6a07eeec]{background-color:#e0e5e4}.pv-text-secondary[data-v-6a07eeec]{color:#4b595c}"]], ["__scopeId", "data-v-6a07eeec"]]), k = ["disabled", "aria-label"], A = {
|
|
110
110
|
key: 2,
|
|
111
111
|
"data-testid": "pv-button-label"
|
|
112
112
|
}, j = /* @__PURE__ */ s({
|
|
@@ -38,29 +38,29 @@ var S = [
|
|
|
38
38
|
})(/* @__PURE__ */ a({
|
|
39
39
|
__name: "PvCounterBadge",
|
|
40
40
|
props: {
|
|
41
|
-
|
|
41
|
+
maxValue: {
|
|
42
|
+
default: 99,
|
|
43
|
+
type: Number
|
|
44
|
+
},
|
|
42
45
|
prefix: {
|
|
43
46
|
default: "",
|
|
44
47
|
type: String
|
|
45
48
|
},
|
|
46
|
-
variant: {
|
|
47
|
-
default: "primary",
|
|
48
|
-
type: null
|
|
49
|
-
},
|
|
50
49
|
size: {
|
|
51
50
|
default: "sm",
|
|
52
51
|
type: String
|
|
53
52
|
},
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
53
|
+
value: { type: Number },
|
|
54
|
+
variant: {
|
|
55
|
+
default: "primary",
|
|
56
|
+
type: null
|
|
57
57
|
}
|
|
58
58
|
},
|
|
59
59
|
setup(t) {
|
|
60
|
-
let n = t, i = e(() => n.
|
|
60
|
+
let n = t, i = e(() => n.maxValue && n.value && n.value > n.maxValue ? `${n.maxValue}+` : n.value == null ? "-" : `${n.prefix}${n.value}`), a = e(() => ({
|
|
61
61
|
"pv-inline-block pv-inset-square pv-radius pv-text-center": !0,
|
|
62
|
-
"pv-badge-md pv-text-body-md":
|
|
63
|
-
"pv-badge-sm pv-text-body-sm":
|
|
62
|
+
"pv-badge-md pv-text-body-md": n.size == "md",
|
|
63
|
+
"pv-badge-sm pv-text-body-sm": n.size == "sm",
|
|
64
64
|
"pv-surface-brand-inverse pv-text-inverse": n.variant == "primary",
|
|
65
65
|
"pv-badge-secondary": n.variant == "secondary",
|
|
66
66
|
"pv-surface-lighten-5": n.variant == "tertiary",
|
|
@@ -68,11 +68,11 @@ var S = [
|
|
|
68
68
|
"pv-surface": n.variant == "ghost"
|
|
69
69
|
}));
|
|
70
70
|
return (e, t) => (f(), r("div", {
|
|
71
|
-
class: u(
|
|
71
|
+
class: u(a.value),
|
|
72
72
|
"data-testid": "pv-counter-badge"
|
|
73
|
-
}, g(
|
|
73
|
+
}, g(i.value), 3));
|
|
74
74
|
}
|
|
75
|
-
}), [["styles", [".pv-badge-md[data-v-
|
|
75
|
+
}), [["styles", [".pv-badge-md[data-v-6a07eeec]{--inset-size:2px 2px;min-width:20px;min-height:20px;max-height:20px;font-weight:500}.pv-badge-sm[data-v-6a07eeec]{--inset-size:0 2px;min-width:16px;min-height:16px;max-height:16px;font-weight:500}.pv-surface-lighten-5[data-v-6a07eeec]{background-color:#e0e5e4}.pv-text-secondary[data-v-6a07eeec]{color:#4b595c}"]], ["__scopeId", "data-v-6a07eeec"]]), E = ["for"], D = [
|
|
76
76
|
"id",
|
|
77
77
|
"type",
|
|
78
78
|
"value",
|
|
@@ -3624,29 +3624,29 @@ var vt, yt, bt, xt, St, Ct, wt, Tt, Et, Dt, Ot, kt, At, jt, Mt, Nt, G, K, q, J,
|
|
|
3624
3624
|
})))()), Hn = /* @__PURE__ */ s({
|
|
3625
3625
|
__name: "PvCounterBadge",
|
|
3626
3626
|
props: {
|
|
3627
|
-
|
|
3627
|
+
maxValue: {
|
|
3628
|
+
default: 99,
|
|
3629
|
+
type: Number
|
|
3630
|
+
},
|
|
3628
3631
|
prefix: {
|
|
3629
3632
|
default: "",
|
|
3630
3633
|
type: String
|
|
3631
3634
|
},
|
|
3632
|
-
variant: {
|
|
3633
|
-
default: "primary",
|
|
3634
|
-
type: null
|
|
3635
|
-
},
|
|
3636
3635
|
size: {
|
|
3637
3636
|
default: "sm",
|
|
3638
3637
|
type: String
|
|
3639
3638
|
},
|
|
3640
|
-
|
|
3641
|
-
|
|
3642
|
-
|
|
3639
|
+
value: { type: Number },
|
|
3640
|
+
variant: {
|
|
3641
|
+
default: "primary",
|
|
3642
|
+
type: null
|
|
3643
3643
|
}
|
|
3644
3644
|
},
|
|
3645
3645
|
setup(e) {
|
|
3646
|
-
let n = e, r = t(() => n.
|
|
3646
|
+
let n = e, r = t(() => n.maxValue && n.value && n.value > n.maxValue ? `${n.maxValue}+` : n.value == null ? "-" : `${n.prefix}${n.value}`), a = t(() => ({
|
|
3647
3647
|
"pv-inline-block pv-inset-square pv-radius pv-text-center": !0,
|
|
3648
|
-
"pv-badge-md pv-text-body-md":
|
|
3649
|
-
"pv-badge-sm pv-text-body-sm":
|
|
3648
|
+
"pv-badge-md pv-text-body-md": n.size == "md",
|
|
3649
|
+
"pv-badge-sm pv-text-body-sm": n.size == "sm",
|
|
3650
3650
|
"pv-surface-brand-inverse pv-text-inverse": n.variant == "primary",
|
|
3651
3651
|
"pv-badge-secondary": n.variant == "secondary",
|
|
3652
3652
|
"pv-surface-lighten-5": n.variant == "tertiary",
|
|
@@ -3654,15 +3654,15 @@ var vt, yt, bt, xt, St, Ct, wt, Tt, Et, Dt, Ot, kt, At, jt, Mt, Nt, G, K, q, J,
|
|
|
3654
3654
|
"pv-surface": n.variant == "ghost"
|
|
3655
3655
|
}));
|
|
3656
3656
|
return (e, t) => (g(), i("div", {
|
|
3657
|
-
class: p(
|
|
3657
|
+
class: p(a.value),
|
|
3658
3658
|
"data-testid": "pv-counter-badge"
|
|
3659
|
-
}, T(
|
|
3659
|
+
}, T(r.value), 3));
|
|
3660
3660
|
}
|
|
3661
|
-
}), Un = ".pv-badge-md[data-v-
|
|
3661
|
+
}), Un = ".pv-badge-md[data-v-6a07eeec]{--inset-size:2px 2px;min-width:20px;min-height:20px;max-height:20px;font-weight:500}.pv-badge-sm[data-v-6a07eeec]{--inset-size:0 2px;min-width:16px;min-height:16px;max-height:16px;font-weight:500}.pv-surface-lighten-5[data-v-6a07eeec]{background-color:#e0e5e4}.pv-text-secondary[data-v-6a07eeec]{color:#4b595c}", Wn = (e, t) => {
|
|
3662
3662
|
let n = e.__vccOpts || e;
|
|
3663
3663
|
for (let [e, r] of t) n[e] = r;
|
|
3664
3664
|
return n;
|
|
3665
|
-
}, Gn = /* @__PURE__ */ Wn(Hn, [["styles", [Un]], ["__scopeId", "data-v-
|
|
3665
|
+
}, Gn = /* @__PURE__ */ Wn(Hn, [["styles", [Un]], ["__scopeId", "data-v-6a07eeec"]]);
|
|
3666
3666
|
//#endregion
|
|
3667
3667
|
//#region src/web-components/utils.ts
|
|
3668
3668
|
function Kn() {
|
|
@@ -3837,9 +3837,9 @@ var qn = [
|
|
|
3837
3837
|
], ir = /* @__PURE__ */ s({
|
|
3838
3838
|
__name: "PvCheckbox",
|
|
3839
3839
|
props: /* @__PURE__ */ d({
|
|
3840
|
+
ariaLabel: { type: String },
|
|
3840
3841
|
disabled: { type: Boolean },
|
|
3841
|
-
indeterminate: { type: Boolean }
|
|
3842
|
-
ariaLabel: { type: String }
|
|
3842
|
+
indeterminate: { type: Boolean }
|
|
3843
3843
|
}, {
|
|
3844
3844
|
modelValue: { type: Boolean },
|
|
3845
3845
|
modelModifiers: {}
|
|
@@ -3848,7 +3848,6 @@ var qn = [
|
|
|
3848
3848
|
setup(e) {
|
|
3849
3849
|
let t = D(e, "modelValue");
|
|
3850
3850
|
return (n, r) => M((g(), i("input", {
|
|
3851
|
-
ref: "checkbox-ref",
|
|
3852
3851
|
"onUpdate:modelValue": r[0] ||= (e) => t.value = e,
|
|
3853
3852
|
class: "pv-checkbox",
|
|
3854
3853
|
type: "checkbox",
|