shared-ritm 1.0.99 → 1.1.1
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/dist/shared-ritm.es.js
CHANGED
|
@@ -6020,7 +6020,8 @@ const fa = typeof ResizeObserver < "u", Fl = fa === !0 ? {} : {
|
|
|
6020
6020
|
}), gc = /* @__PURE__ */ Ye({
|
|
6021
6021
|
__name: "AppLayoutHeader",
|
|
6022
6022
|
props: {
|
|
6023
|
-
userData: {}
|
|
6023
|
+
userData: {},
|
|
6024
|
+
fullWidth: {}
|
|
6024
6025
|
},
|
|
6025
6026
|
setup(e) {
|
|
6026
6027
|
const t = e, n = d(
|
|
@@ -6030,7 +6031,7 @@ const fa = typeof ResizeObserver < "u", Fl = fa === !0 ? {} : {
|
|
|
6030
6031
|
}
|
|
6031
6032
|
);
|
|
6032
6033
|
return (o, r) => (J(), Ce(mc, {
|
|
6033
|
-
class: _e(o.$style.header)
|
|
6034
|
+
class: _e([o.$style.header, { "$style.[`header-full`]": o.fullWidth }])
|
|
6034
6035
|
}, {
|
|
6035
6036
|
default: fe(() => [
|
|
6036
6037
|
we(vc, {
|
|
@@ -6061,13 +6062,14 @@ const fa = typeof ResizeObserver < "u", Fl = fa === !0 ? {} : {
|
|
|
6061
6062
|
_: 3
|
|
6062
6063
|
}, 8, ["class"]));
|
|
6063
6064
|
}
|
|
6064
|
-
}), pc = "
|
|
6065
|
+
}), pc = "_header_1mmbo_1", yc = "_toolbar_1mmbo_13", bc = "_button_1mmbo_32", wc = {
|
|
6065
6066
|
header: pc,
|
|
6067
|
+
"header-full": "_header-full_1mmbo_8",
|
|
6066
6068
|
toolbar: yc,
|
|
6067
|
-
"header-search": "_header-
|
|
6068
|
-
"action-buttons": "_action-
|
|
6069
|
+
"header-search": "_header-search_1mmbo_18",
|
|
6070
|
+
"action-buttons": "_action-buttons_1mmbo_23",
|
|
6069
6071
|
button: bc,
|
|
6070
|
-
"button-person": "_button-
|
|
6072
|
+
"button-person": "_button-person_1mmbo_38"
|
|
6071
6073
|
}, kc = {
|
|
6072
6074
|
$style: wc
|
|
6073
6075
|
}, Bh = /* @__PURE__ */ ue(gc, [["__cssModules", kc]]), _c = {
|
|
@@ -7444,12 +7446,13 @@ const $c = be({
|
|
|
7444
7446
|
multiple: { type: Boolean },
|
|
7445
7447
|
borderColor: {},
|
|
7446
7448
|
isDisabled: { type: Boolean },
|
|
7447
|
-
clearable: { type: Boolean }
|
|
7449
|
+
clearable: { type: Boolean },
|
|
7450
|
+
search: { type: Boolean }
|
|
7448
7451
|
},
|
|
7449
7452
|
emits: ["update:modelValue"],
|
|
7450
7453
|
setup(e, { emit: t }) {
|
|
7451
7454
|
bn((s) => ({
|
|
7452
|
-
"
|
|
7455
|
+
"5e128078": s.borderColor
|
|
7453
7456
|
}));
|
|
7454
7457
|
const n = e, o = F({}), r = t, l = d({
|
|
7455
7458
|
get() {
|
|
@@ -7478,6 +7481,7 @@ const $c = be({
|
|
|
7478
7481
|
multiple: s.multiple,
|
|
7479
7482
|
outlined: "",
|
|
7480
7483
|
"stack-label": "",
|
|
7484
|
+
"use-input": s.search,
|
|
7481
7485
|
class: _e([s.$style.select]),
|
|
7482
7486
|
label: s.label,
|
|
7483
7487
|
"input-debounce": "100",
|
|
@@ -7526,7 +7530,7 @@ const $c = be({
|
|
|
7526
7530
|
]),
|
|
7527
7531
|
key: "0"
|
|
7528
7532
|
} : void 0
|
|
7529
|
-
]), 1032, ["modelValue", "options", "option-value", "option-label", "disable", "multiple", "class", "label", "popup-content-class", "clearable"]));
|
|
7533
|
+
]), 1032, ["modelValue", "options", "option-value", "option-label", "disable", "multiple", "use-input", "class", "label", "popup-content-class", "clearable"]));
|
|
7530
7534
|
}
|
|
7531
7535
|
}), Lc = "_wrap_n46gp_1", Rc = "_select_n46gp_8", Ac = {
|
|
7532
7536
|
wrap: Lc,
|