@base-framework/ui 1.2.15 → 1.2.16

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 CHANGED
@@ -1,49 +1,47 @@
1
- import { B as e, C as t, a as o, F as n, b as r, L as i, P as p, R as u, S as I, c as l, d as c, T as d } from "./tooltip-F0rUYr5J.js";
2
- import { B as T, C as g, a as B, I as C, L as f, M as S, T as x, U as b, i as F, b as M } from "./buttons-C-_NH7ie.js";
3
- import { C as P, a as R, D as U, b as h, E as k, F as D, H, I as V, c as E, M as G, N, P as W, R as Z, T as v, d as w, e as J, U as j, V as q, f as y, W as z } from "./image-XjAp5NjV.js";
4
- import { S as K } from "./skeleton-BlY3opxG.js";
1
+ import { c as e, f as t, h as o, i as n, k as r, l as i, m as u, n as l, t as p, w as I, J as c, L as m, M as d, U as g, $ as B, a0 as T, a1 as C, a4 as f, a5 as S, a6 as x, aa as h, af as k, am as M, ap as U, at as w, au as F, aw as H, ax as L, ay as P, aC as R, aH as V, aI as Z, aK as b, aO as D, aP as G, aQ as J, aR as W, aU as v, aV as y, aW as E, aZ as K, a_ as N } from "./full-page-B0EJ6uzY.js";
2
+ import { S as Q } from "./skeleton-BlY3opxG.js";
5
3
  export {
6
4
  e as Badge,
7
- T as Button,
8
- t as Card,
9
- P as Checkbox,
10
- g as CircleButton,
11
- o as CircleGraph,
12
- B as CircleToggleButton,
13
- R as ColorInput,
14
- U as DateInput,
15
- h as DateTimeInput,
16
- k as EmailInput,
17
- n as Fieldset,
18
- D as FileInput,
19
- r as FormGroup,
20
- H as HiddenInput,
21
- C as Icon,
22
- V as Image,
23
- E as Input,
24
- i as Legend,
25
- f as LoadingButton,
26
- S as MaterialIcon,
27
- G as MonthInput,
28
- N as NumberInput,
29
- W as PasswordInput,
30
- p as ProgressBar,
31
- Z as Radio,
32
- u as RangeSlider,
33
- I as SafeZoneBottom,
34
- l as SafeZoneTop,
35
- c as Select,
36
- K as Skeleton,
37
- v as TelInput,
38
- w as Textarea,
39
- J as TimeInput,
40
- x as ToggleButton,
41
- d as Tooltip,
42
- b as UniversalIcon,
43
- j as UrlInput,
44
- q as Veil,
5
+ t as Button,
6
+ o as Card,
7
+ n as Checkbox,
8
+ r as CircleButton,
9
+ i as CircleGraph,
10
+ u as CircleToggleButton,
11
+ l as ColorInput,
12
+ p as DateInput,
13
+ I as DateTimeInput,
14
+ c as EmailInput,
15
+ m as Fieldset,
16
+ d as FileInput,
17
+ g as FormGroup,
18
+ B as HiddenInput,
19
+ T as Icon,
20
+ C as Image,
21
+ f as Input,
22
+ S as Legend,
23
+ x as LoadingButton,
24
+ h as MaterialIcon,
25
+ k as MonthInput,
26
+ M as NumberInput,
27
+ U as PasswordInput,
28
+ w as ProgressBar,
29
+ F as Radio,
30
+ H as RangeSlider,
31
+ L as SafeZoneBottom,
32
+ P as SafeZoneTop,
33
+ R as Select,
34
+ Q as Skeleton,
35
+ V as TelInput,
36
+ Z as Textarea,
37
+ b as TimeInput,
38
+ D as ToggleButton,
39
+ G as Tooltip,
40
+ J as UniversalIcon,
41
+ W as UrlInput,
42
+ v as Veil,
45
43
  y as VeilJot,
46
- z as WeekInput,
47
- F as isHeroicon,
48
- M as isMaterialIcon
44
+ E as WeekInput,
45
+ K as isHeroicon,
46
+ N as isMaterialIcon
49
47
  };
@@ -0,0 +1,59 @@
1
+ import { Atom as t } from "@base-framework/base";
2
+ import { Header as x, H1 as n } from "@base-framework/atoms";
3
+ const c = t((l, e) => ({
4
+ tag: "section",
5
+ ...l,
6
+ children: e
7
+ })), u = t((l, e) => c({
8
+ // @ts-ignore
9
+ class: "body full-container flex flex-auto flex-col " + l.class,
10
+ ...l
11
+ }, e)), o = t((l, e) => {
12
+ const f = l.flex ? l.flex : "flex flex-auto flex-col lg:flex-row";
13
+ return l.class = "row " + f + " " + (l.class || ""), {
14
+ ...l,
15
+ children: e
16
+ };
17
+ }), i = t((l, e) => x([
18
+ // @ts-ignore
19
+ n({ watch: l.watch }, l.text)
20
+ ], e)), a = t((l, e) => {
21
+ const f = l.flex ? "flex flex-none" : "flex flex-auto flex-col";
22
+ return l.class = "col " + f + " " + (l.class || ""), {
23
+ ...l,
24
+ children: e
25
+ };
26
+ }), m = t((l, e) => c({ class: "body aside-container flex flex-auto flex-col max-w-[100vw] h-full" }, [
27
+ o([
28
+ a({
29
+ class: "drawer control w-full md:max-w-[320px]",
30
+ flex: "flex flex-none md:flex-auto flex-col"
31
+ }, [
32
+ // @ts-ignore
33
+ l.left
34
+ ]),
35
+ a([
36
+ // @ts-ignore
37
+ l.right
38
+ ])
39
+ ])
40
+ ])), d = t((l, e) => c({ class: "body bside-container flex flex-auto flex-col" }, [
41
+ o([
42
+ a([
43
+ // @ts-ignore
44
+ l.left
45
+ ]),
46
+ a([
47
+ // @ts-ignore
48
+ l.right
49
+ ])
50
+ ])
51
+ ]));
52
+ export {
53
+ m as A,
54
+ d as B,
55
+ u as F,
56
+ a as M,
57
+ c as T,
58
+ i as a
59
+ };