readytech-ui-library-v2 1.0.49 → 1.0.51
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.
@@ -12965,8 +12965,8 @@ const Om = /* @__PURE__ */ ve(Em, [["render", Mm], ["__scopeId", "data-v-cc4867d
|
|
12965
12965
|
RtButton: Ot
|
12966
12966
|
},
|
12967
12967
|
props: {
|
12968
|
-
|
12969
|
-
type: String,
|
12968
|
+
cardClass: {
|
12969
|
+
type: [String, Object, Array],
|
12970
12970
|
default: ""
|
12971
12971
|
},
|
12972
12972
|
header: {
|
@@ -13080,7 +13080,7 @@ function Fm(e, n, t, a, l, i) {
|
|
13080
13080
|
shaped: t.shaped,
|
13081
13081
|
tile: t.tile,
|
13082
13082
|
width: t.width,
|
13083
|
-
class: ia(t.
|
13083
|
+
class: ia(t.cardClass),
|
13084
13084
|
onClick: i.onClick
|
13085
13085
|
}, {
|
13086
13086
|
default: L(() => [
|
@@ -13131,7 +13131,7 @@ function Fm(e, n, t, a, l, i) {
|
|
13131
13131
|
}, 8, ["color", "elevation", "flat", "hover", "link", "loader-height", "loading", "max-height", "max-width", "min-height", "min-width", "outlined", "raised", "shaped", "tile", "width", "class", "onClick"])
|
13132
13132
|
]);
|
13133
13133
|
}
|
13134
|
-
const $m = /* @__PURE__ */ ve(Lm, [["render", Fm], ["__scopeId", "data-v-
|
13134
|
+
const $m = /* @__PURE__ */ ve(Lm, [["render", Fm], ["__scopeId", "data-v-e3d0a706"]]), Hm = {
|
13135
13135
|
name: "RtCheckbox",
|
13136
13136
|
props: {
|
13137
13137
|
modelValue: {
|