@base-framework/ui 1.2.24 → 1.2.26
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/atoms.es.js +47 -39
- package/dist/{confirmation-D_x8yrDO.js → confirmation-mnlhE93w.js} +6 -6
- package/dist/{full-page-Bpc7f0Jt.js → full-page-CbpTbpJf.js} +846 -714
- package/dist/index.es.js +175 -167
- package/dist/molecules.es.js +35 -35
- package/dist/organisms.es.js +33 -33
- package/dist/pages.es.js +4 -4
- package/dist/{sidebar-menu-Cz6lSUfb.js → sidebar-menu-D5VxMCLC.js} +3 -3
- package/dist/{sidebar-menu-page-CLM-ilyW.js → sidebar-menu-page-C6gtJ-5U.js} +2 -2
- package/dist/{signature-panel-1e4qD4XV.js → signature-panel-BOh8VNYa.js} +1 -1
- package/dist/types/components/atoms/atoms.d.ts +1 -0
- package/dist/types/components/atoms/form/inputs/floating-inputs.d.ts +84 -0
- package/package.json +1 -1
package/dist/atoms.es.js
CHANGED
|
@@ -1,47 +1,55 @@
|
|
|
1
|
-
import { c as
|
|
2
|
-
import { S as
|
|
1
|
+
import { c as t, f as e, h as n, i as o, k as l, l as i, m as u, n as r, t as p, w as I, J as g, L as c, M as d, N as m, O as F, P as T, Q as B, R as S, S as b, T as C, U as x, a0 as f, a7 as P, a8 as h, a9 as k, ac as M, ad as U, ae as w, ai as E, an as G, au as L, ax as N, aB as R, aC as Z, aE as D, aF as H, aG as J, aK as Q, aP as V, aQ as W, aS as v, aW as K, aX as O, aY as X, aZ as Y, b0 as j, b1 as q, b2 as y, b5 as z, b6 as A } from "./full-page-CbpTbpJf.js";
|
|
2
|
+
import { S as $ } from "./skeleton-BlY3opxG.js";
|
|
3
3
|
export {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
4
|
+
t as Badge,
|
|
5
|
+
e as Button,
|
|
6
|
+
n as Card,
|
|
7
|
+
o as Checkbox,
|
|
8
|
+
l as CircleButton,
|
|
9
9
|
i as CircleGraph,
|
|
10
10
|
u as CircleToggleButton,
|
|
11
|
-
|
|
11
|
+
r as ColorInput,
|
|
12
12
|
p as DateInput,
|
|
13
13
|
I as DateTimeInput,
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
g as EmailInput,
|
|
15
|
+
c as Fieldset,
|
|
16
16
|
d as FileInput,
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
T as
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
17
|
+
m as FloatingEmailInput,
|
|
18
|
+
F as FloatingInput,
|
|
19
|
+
T as FloatingNumberInput,
|
|
20
|
+
B as FloatingPasswordInput,
|
|
21
|
+
S as FloatingSelect,
|
|
22
|
+
b as FloatingTelInput,
|
|
23
|
+
C as FloatingTextarea,
|
|
24
|
+
x as FloatingUrlInput,
|
|
25
|
+
f as FormGroup,
|
|
26
|
+
P as HiddenInput,
|
|
27
|
+
h as Icon,
|
|
28
|
+
k as Image,
|
|
29
|
+
M as Input,
|
|
30
|
+
U as Legend,
|
|
31
|
+
w as LoadingButton,
|
|
32
|
+
E as MaterialIcon,
|
|
33
|
+
G as MonthInput,
|
|
34
|
+
L as NumberInput,
|
|
35
|
+
N as PasswordInput,
|
|
36
|
+
R as ProgressBar,
|
|
37
|
+
Z as Radio,
|
|
38
|
+
D as RangeSlider,
|
|
39
|
+
H as SafeZoneBottom,
|
|
40
|
+
J as SafeZoneTop,
|
|
41
|
+
Q as Select,
|
|
42
|
+
$ as Skeleton,
|
|
35
43
|
V as TelInput,
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
44
|
+
W as Textarea,
|
|
45
|
+
v as TimeInput,
|
|
46
|
+
K as ToggleButton,
|
|
47
|
+
O as Tooltip,
|
|
48
|
+
X as UniversalIcon,
|
|
49
|
+
Y as UrlInput,
|
|
50
|
+
j as Veil,
|
|
51
|
+
q as VeilJot,
|
|
52
|
+
y as WeekInput,
|
|
53
|
+
z as isHeroicon,
|
|
54
|
+
A as isMaterialIcon
|
|
47
55
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Component as c, Html as m, Dom as y, base as w, Data as T, Builder as b, DateTime as g } from "@base-framework/base";
|
|
2
2
|
import { Li as v, Span as u, Div as r, Ul as D, Button as S, I as x, OnState as B, Time as Y } from "@base-framework/atoms";
|
|
3
|
-
import {
|
|
3
|
+
import { az as k, b8 as C, f as h, at as N, F as O } from "./full-page-CbpTbpJf.js";
|
|
4
4
|
import { List as F, DynamicTime as E } from "@base-framework/organisms";
|
|
5
5
|
class X extends c {
|
|
6
6
|
/**
|
|
@@ -35,12 +35,12 @@ const L = (e) => u({ class: "ml-auto text-xs tracking-widest opacity-60" }, e),
|
|
|
35
35
|
e.shortcut && L(e.shortcut)
|
|
36
36
|
]), A = (e, t) => D({ class: "grid gap-2" }, [
|
|
37
37
|
e.map((s) => I(s, t))
|
|
38
|
-
]),
|
|
38
|
+
]), z = (e) => r({ class: "w-full z-10" }, [
|
|
39
39
|
r({
|
|
40
40
|
class: "max-h-60 border rounded-md overflow-y-auto p-1 grid gap-2 divide-y divide-border",
|
|
41
41
|
for: ["groups", (t) => A(t, e)]
|
|
42
42
|
})
|
|
43
|
-
]),
|
|
43
|
+
]), U = ({ label: e, icon: t, toggleDropdown: s }) => S({
|
|
44
44
|
cache: "button",
|
|
45
45
|
class: `inline-flex items-center justify-between rounded-md border
|
|
46
46
|
px-2 py-2 text-sm font-medium hover:bg-muted
|
|
@@ -57,7 +57,7 @@ const L = (e) => u({ class: "ml-auto text-xs tracking-widest opacity-60" }, e),
|
|
|
57
57
|
parent: o,
|
|
58
58
|
button: o.button
|
|
59
59
|
}, [
|
|
60
|
-
|
|
60
|
+
z(e)
|
|
61
61
|
]) : null
|
|
62
62
|
)
|
|
63
63
|
]);
|
|
@@ -115,7 +115,7 @@ class Z extends c {
|
|
|
115
115
|
*/
|
|
116
116
|
render() {
|
|
117
117
|
return r({ class: "relative" }, [
|
|
118
|
-
|
|
118
|
+
U({
|
|
119
119
|
label: this.label,
|
|
120
120
|
icon: this.icon,
|
|
121
121
|
toggleDropdown: this.toggleDropdown.bind(this)
|
|
@@ -741,7 +741,7 @@ export {
|
|
|
741
741
|
it as T,
|
|
742
742
|
J as a,
|
|
743
743
|
tt as b,
|
|
744
|
-
|
|
744
|
+
z as c,
|
|
745
745
|
I as d,
|
|
746
746
|
Z as e,
|
|
747
747
|
l as f,
|