@finmars/ui 1.0.40 → 1.0.41
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/finmars-ui.css +1 -1
- package/dist/finmars-ui.es.js +11 -10
- package/dist/finmars-ui.umd.js +1 -1
- package/dist/src/components/fm/Checkbox/Checkbox.vue.d.ts +2 -0
- package/dist/src/index.d.ts +3 -3
- package/package.json +1 -1
- /package/dist/src/components/fm/{Tab/Tab.vue.d.ts → Tabs/Tabs.vue.d.ts} +0 -0
package/dist/finmars-ui.es.js
CHANGED
|
@@ -10883,6 +10883,7 @@ const lm = W({
|
|
|
10883
10883
|
__name: "Checkbox",
|
|
10884
10884
|
props: {
|
|
10885
10885
|
modelValue: Boolean,
|
|
10886
|
+
indeterminate: Boolean,
|
|
10886
10887
|
disabled: Boolean,
|
|
10887
10888
|
error: Boolean,
|
|
10888
10889
|
value: {
|
|
@@ -10903,7 +10904,7 @@ const lm = W({
|
|
|
10903
10904
|
"hide-details": ""
|
|
10904
10905
|
}, null, 8, ["modelValue", "value", "color", "disabled", "base-color"]));
|
|
10905
10906
|
}
|
|
10906
|
-
}, Ea = /* @__PURE__ */ Ve(cm, [["__scopeId", "data-v-
|
|
10907
|
+
}, Ea = /* @__PURE__ */ Ve(cm, [["__scopeId", "data-v-80e90c33"]]), Wt = /* @__PURE__ */ Kt({
|
|
10907
10908
|
__name: "Icon",
|
|
10908
10909
|
props: {
|
|
10909
10910
|
color: {},
|
|
@@ -15426,10 +15427,10 @@ const ac = {
|
|
|
15426
15427
|
onResizeSideNav: u[0] || (u[0] = (c) => a("resizeSideNav", c))
|
|
15427
15428
|
}, null, 8, ["items", "alternativeLink", "base", "route"]));
|
|
15428
15429
|
}
|
|
15429
|
-
}, c4 = { class: "fm-pagination w-full h-[var(--height-fmPagination)] px-4 flex justify-
|
|
15430
|
+
}, c4 = { class: "fm-pagination w-full h-[var(--height-fmPagination)] px-4 flex justify-between items-center bg-[--backgroundColor-fmPagination]" }, d4 = { class: "w-max" }, f4 = {
|
|
15430
15431
|
key: 0,
|
|
15431
15432
|
class: "text-[14px] text-[var(--color-fmPagination)]"
|
|
15432
|
-
}, v4 = { class: "w-max flex justify-center
|
|
15433
|
+
}, v4 = { class: "w-max flex justify-center items-center" }, m4 = { class: "text-[14px] text-[var(--color-fmPagination)] font-medium" }, g4 = { class: "fm-pagination-menu relative w-[40] max-h-[160px] py-0.5 rounded overflow-y-auto scroll-variant-thin" }, y4 = ["onClick"], h4 = { class: "text-[14px] text-[var(--color-fmPagination)] font-medium" }, b4 = /* @__PURE__ */ Kt({
|
|
15433
15434
|
__name: "Pagination",
|
|
15434
15435
|
props: {
|
|
15435
15436
|
modelValue: { default: 1 },
|
|
@@ -15539,7 +15540,7 @@ const ac = {
|
|
|
15539
15540
|
ce("div", g4, [
|
|
15540
15541
|
(j(!0), re(de, null, lt(i.value, (m) => (j(), re("div", {
|
|
15541
15542
|
key: m,
|
|
15542
|
-
class: "relative w-full h-[32px] text-[14px] flex justify-center
|
|
15543
|
+
class: "relative w-full h-[32px] text-[14px] flex justify-center items-center cursor-pointer hover:bg-[var(--itemColorHover-fmPagination)]",
|
|
15543
15544
|
onClick: (g) => s(m)
|
|
15544
15545
|
}, ve(m), 9, y4))), 128))
|
|
15545
15546
|
])
|
|
@@ -15584,7 +15585,7 @@ const ac = {
|
|
|
15584
15585
|
]);
|
|
15585
15586
|
};
|
|
15586
15587
|
}
|
|
15587
|
-
}), p4 = /* @__PURE__ */ Ve(b4, [["__scopeId", "data-v-
|
|
15588
|
+
}), p4 = /* @__PURE__ */ Ve(b4, [["__scopeId", "data-v-99a70077"]]), S4 = {
|
|
15588
15589
|
__name: "ProgressLinear",
|
|
15589
15590
|
props: {
|
|
15590
15591
|
modelValue: {
|
|
@@ -16782,7 +16783,7 @@ const w6 = /* @__PURE__ */ dt($6), I6 = ["tabindex"], x6 = {
|
|
|
16782
16783
|
}, 16, ["model-value", "class"]));
|
|
16783
16784
|
}
|
|
16784
16785
|
}, T6 = /* @__PURE__ */ Ve(_6, [["__scopeId", "data-v-44621e94"]]), O6 = {
|
|
16785
|
-
__name: "
|
|
16786
|
+
__name: "Tabs",
|
|
16786
16787
|
props: {
|
|
16787
16788
|
tabs: {
|
|
16788
16789
|
type: Array,
|
|
@@ -16838,7 +16839,7 @@ const w6 = /* @__PURE__ */ dt($6), I6 = ["tabindex"], x6 = {
|
|
|
16838
16839
|
return (s, u) => (j(), ae(L(rm), {
|
|
16839
16840
|
modelValue: a.value,
|
|
16840
16841
|
"onUpdate:modelValue": u[0] || (u[0] = (c) => a.value = c),
|
|
16841
|
-
class: we(["general-
|
|
16842
|
+
class: we(["general-tabs", `${e.variant}`])
|
|
16842
16843
|
}, {
|
|
16843
16844
|
default: K(() => [
|
|
16844
16845
|
(j(!0), re(de, null, lt(e.tabs, (c, d) => (j(), ae(L(au), {
|
|
@@ -16870,7 +16871,7 @@ const w6 = /* @__PURE__ */ dt($6), I6 = ["tabindex"], x6 = {
|
|
|
16870
16871
|
_: 3
|
|
16871
16872
|
}, 8, ["modelValue", "class"]));
|
|
16872
16873
|
}
|
|
16873
|
-
}, B6 = /* @__PURE__ */ Ve(O6, [["__scopeId", "data-v-
|
|
16874
|
+
}, B6 = /* @__PURE__ */ Ve(O6, [["__scopeId", "data-v-f6df0826"]]);
|
|
16874
16875
|
var oc = { exports: {} };
|
|
16875
16876
|
(function(e, n) {
|
|
16876
16877
|
(function(t, a) {
|
|
@@ -17170,7 +17171,7 @@ const D6 = /* @__PURE__ */ dt(M6), E6 = { class: "flex w-full items-center max-h
|
|
|
17170
17171
|
let t = "";
|
|
17171
17172
|
n.componentNamePrefix && typeof n.componentNamePrefix == "string" ? t = n.componentNamePrefix : n.componentNamePrefix === void 0 && (t = "Fm");
|
|
17172
17173
|
const a = pc();
|
|
17173
|
-
e.use(a), e.component(`${t}NavigationPortal`, u4), e.component(`${t}Navigation`, wr), e.component(`${t}Header`, q6), e.component(`${t}Avatar`, lu), e.component(`${t}Badge`, sm), e.component(`${t}Button`, Je), e.component(`${t}Checkbox`, Ea), e.component(`${t}Chip`, ru), e.component(`${t}DateEditor`, Hm), e.component(`${t}DatePicker`, cu), e.component(`${t}Icon`, Wt), e.component(`${t}IconButton`, pa), e.component(`${t}ItemPicker`, Kw), e.component(`${t}Logo`, tc), e.component(`${t}MenuItem`, ut), e.component(`${t}Menu`, At), e.component(`${t}FmPagination`, p4), e.component(`${t}ProgressCircular`, ac), e.component(`${t}ProgressLinear`, S4), e.component(`${t}Radio`, $4), e.component(`${t}RadioGroup`, I4), e.component(`${t}RangeSlider`, P4), e.component(`${t}Search`, _4), e.component(`${t}Select`, P6), e.component(`${t}SelectActivator`, ic), e.component(`${t}Slider`, T6), e.component(`${t}TextField`, or), e.component(`${t}Tooltip`, Ju), e.component(`${t}VSelect`, O4), e.component(`${t}
|
|
17174
|
+
e.use(a), e.component(`${t}NavigationPortal`, u4), e.component(`${t}Navigation`, wr), e.component(`${t}Header`, q6), e.component(`${t}Avatar`, lu), e.component(`${t}Badge`, sm), e.component(`${t}Button`, Je), e.component(`${t}Checkbox`, Ea), e.component(`${t}Chip`, ru), e.component(`${t}DateEditor`, Hm), e.component(`${t}DatePicker`, cu), e.component(`${t}Icon`, Wt), e.component(`${t}IconButton`, pa), e.component(`${t}ItemPicker`, Kw), e.component(`${t}Logo`, tc), e.component(`${t}MenuItem`, ut), e.component(`${t}Menu`, At), e.component(`${t}FmPagination`, p4), e.component(`${t}ProgressCircular`, ac), e.component(`${t}ProgressLinear`, S4), e.component(`${t}Radio`, $4), e.component(`${t}RadioGroup`, I4), e.component(`${t}RangeSlider`, P4), e.component(`${t}Search`, _4), e.component(`${t}Select`, P6), e.component(`${t}SelectActivator`, ic), e.component(`${t}Slider`, T6), e.component(`${t}TextField`, or), e.component(`${t}Tooltip`, Ju), e.component(`${t}VSelect`, O4), e.component(`${t}Tabs`, B6);
|
|
17174
17175
|
}
|
|
17175
17176
|
};
|
|
17176
17177
|
export {
|
|
@@ -17200,7 +17201,7 @@ export {
|
|
|
17200
17201
|
P6 as FmSelect,
|
|
17201
17202
|
ic as FmSelectActivator,
|
|
17202
17203
|
T6 as FmSlider,
|
|
17203
|
-
B6 as
|
|
17204
|
+
B6 as FmTabs,
|
|
17204
17205
|
or as FmTextField,
|
|
17205
17206
|
Ju as FmTooltip,
|
|
17206
17207
|
O4 as FmVSelect,
|