@web-utils/form-ui 1.0.0-beta37 → 1.0.0-beta38
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/chunks/{C81uwgZb.mjs → B3ajWLh3.mjs} +3 -2
- package/chunks/{BeyC-b9n.mjs → BH_JJ8Xh.mjs} +6 -3
- package/chunks/{CUvhHVXq.mjs → BWBHzD5N.mjs} +3 -2
- package/chunks/{CGmMqCP6.mjs → BsCS7SB5.mjs} +2 -2
- package/chunks/C1AgOUe_.mjs +172 -0
- package/chunks/{DjX-fB-E.mjs → C3Uo82-I.mjs} +2 -2
- package/chunks/C9dGL28n.mjs +56 -0
- package/chunks/{BiIR7j9T.mjs → CFOGMFgo.mjs} +9 -5
- package/chunks/{Ce5K-XbN.mjs → CLPSCSsy.mjs} +1 -1
- package/chunks/{CRrdgtwT.mjs → CSyJ-vEx.mjs} +1 -1
- package/chunks/CTKmEf2M.mjs +93 -0
- package/chunks/{B2HO8aAj.mjs → CXvGoZKJ.mjs} +3 -2
- package/chunks/{CE8bze--.mjs → Cj59E77g.mjs} +2 -3
- package/chunks/Cj5h2Wda.mjs +32 -0
- package/chunks/{B17LMtNG.mjs → CqTcEefA.mjs} +6 -3
- package/chunks/{BC0gfvsl.mjs → Ct5bDJ50.mjs} +2 -2
- package/chunks/{BeBtvo7Q.mjs → CuG2Q-PM.mjs} +1 -1
- package/chunks/{CszLlvRH.mjs → D8UVq1t1.mjs} +4 -3
- package/chunks/{BYAy19s4.mjs → DJe97Fgi.mjs} +2 -8
- package/chunks/{Byr79NWq.mjs → DXYgAmil.mjs} +3 -2
- package/chunks/{BMAsNnWL.mjs → DhtHh0jk.mjs} +6 -3
- package/chunks/{D0M61zlJ.mjs → DiJyms_r.mjs} +3 -2
- package/chunks/{h0Y7oZ-O.mjs → TvNHGVAP.mjs} +2 -2
- package/chunks/{C95McWbI.mjs → XCGWTz41.mjs} +2 -2
- package/chunks/{DkXSvAFI.mjs → pdwFQpA8.mjs} +3 -2
- package/chunks/{BrXlRZbl.mjs → taicx2sd.mjs} +2 -2
- package/constants/index.d.ts +16 -5
- package/form-card/index.d.ts +14 -0
- package/form-card/index.mjs +18 -0
- package/form-cascader/index.mjs +1 -1
- package/form-check-box-group/index.mjs +1 -1
- package/form-checkbox/index.mjs +1 -1
- package/form-date-picker/index.mjs +1 -1
- package/form-image/index.mjs +1 -1
- package/form-input/index.d.ts +9 -2
- package/form-input/index.mjs +1 -1
- package/form-input-cron-expression/index.mjs +1 -1
- package/form-input-email/index.d.ts +9 -2
- package/form-input-email/index.mjs +1 -1
- package/form-input-id-card/index.d.ts +9 -2
- package/form-input-id-card/index.mjs +1 -1
- package/form-input-number/index.mjs +1 -1
- package/form-input-phone-number/index.d.ts +9 -2
- package/form-input-phone-number/index.mjs +1 -1
- package/form-input-tag/index.d.ts +263 -1
- package/form-input-tag/index.mjs +1 -3
- package/form-input-time/index.d.ts +434 -1
- package/form-input-time/index.mjs +1 -3
- package/form-item-group/index.mjs +1 -1
- package/form-item-x/index.mjs +1 -1
- package/form-radio-group/index.mjs +1 -1
- package/form-rate/index.mjs +1 -1
- package/form-row/index.mjs +1 -1
- package/form-select/index.mjs +1 -1
- package/form-slider/index.d.ts +1 -1
- package/form-slider/index.mjs +1 -1
- package/form-switch/index.mjs +1 -1
- package/form-text/index.mjs +1 -1
- package/form-textarea/index.d.ts +370 -0
- package/form-textarea/index.mjs +2 -0
- package/form-time-select/index.d.ts +319 -0
- package/form-time-select/index.mjs +2 -0
- package/index.d.ts +4 -1
- package/index.mjs +43 -40
- package/package.json +1 -1
- package/pageable-table/index.mjs +1 -1
- package/table-column/index.mjs +1 -1
- package/table-column-def/index.mjs +1 -1
- package/table-view/index.mjs +3 -3
- package/toolbar/index.mjs +1 -1
- package/web-types.json +1 -1
- package/x-input-tag/index.mjs +4 -3
- package/year-calendar/index.mjs +1 -1
- /package/chunks/{CnAEuI_c.mjs → ChmDDqoZ2.mjs} +0 -0
- /package/chunks/{BW6iY7Q7.mjs → DDmQcNm6.mjs} +0 -0
- /package/chunks/{DiE4GJtU.mjs → Ds_Tpa_M.mjs} +0 -0
- /package/chunks/{CZ6kuiWf.mjs → o6VhYAN52.mjs} +0 -0
package/index.d.ts
CHANGED
|
@@ -8,6 +8,7 @@ import { default as EmptyView } from './empty-view/index.js';
|
|
|
8
8
|
import { default as FlexScrollArea } from './flex-scroll-area/index.js';
|
|
9
9
|
import { default as FormAdvice } from './form-advice/index.js';
|
|
10
10
|
import { default as FormButton } from './form-button/index.js';
|
|
11
|
+
import { default as FormCard } from './form-card/index.js';
|
|
11
12
|
import { default as FormCascader } from './form-cascader/index.js';
|
|
12
13
|
import { default as FormCell } from './form-cell/index.js';
|
|
13
14
|
import { default as FormCheckbox } from './form-checkbox/index.js';
|
|
@@ -34,6 +35,8 @@ import { default as FormSelect } from './form-select/index.js';
|
|
|
34
35
|
import { default as FormSlider } from './form-slider/index.js';
|
|
35
36
|
import { default as FormSwitch } from './form-switch/index.js';
|
|
36
37
|
import { default as FormText } from './form-text/index.js';
|
|
38
|
+
import { default as FormTextarea } from './form-textarea/index.js';
|
|
39
|
+
import { default as FormTimeSelect } from './form-time-select/index.js';
|
|
37
40
|
import { default as FormView } from './form-view/index.js';
|
|
38
41
|
import { default as IframeWindow } from './iframe-window/index.js';
|
|
39
42
|
import { default as PageableTable } from './pageable-table/index.js';
|
|
@@ -46,7 +49,7 @@ import { default as ToolbarButton } from './toolbar-button/index.js';
|
|
|
46
49
|
import { default as VueCron } from './vue-cron/index.js';
|
|
47
50
|
import { default as XInputTag } from './x-input-tag/index.js';
|
|
48
51
|
import { default as YearCalendar } from './year-calendar/index.js';
|
|
49
|
-
export { AwesomeButton, Confirmable, ConfirmButton, EditableTree, ElementDialog, EmptyView, FlexScrollArea, FormAdvice, FormButton, FormCascader, FormCell, FormCheckbox, FormCheckBoxGroup, FormDatePicker, FormHolder, FormImage, FormInput, FormInputCronExpression, FormInputEmail, FormInputIdCard, FormInputNumber, FormInputPhoneNumber, FormInputTag, FormInputTime, FormItemConfigProvider, FormItemGroup, FormItemX, FormRadioGroup, FormRate, FormRedTable, FormRow, FormSelect, FormSlider, FormSwitch, FormText, FormView, IframeWindow, PageableTable, ResizeObserver, TableColumn, TableColumnDef, TableView, Toolbar, ToolbarButton, VueCron, XInputTag, YearCalendar };
|
|
52
|
+
export { AwesomeButton, Confirmable, ConfirmButton, EditableTree, ElementDialog, EmptyView, FlexScrollArea, FormAdvice, FormButton, FormCard, FormCascader, FormCell, FormCheckbox, FormCheckBoxGroup, FormDatePicker, FormHolder, FormImage, FormInput, FormInputCronExpression, FormInputEmail, FormInputIdCard, FormInputNumber, FormInputPhoneNumber, FormInputTag, FormInputTime, FormItemConfigProvider, FormItemGroup, FormItemX, FormRadioGroup, FormRate, FormRedTable, FormRow, FormSelect, FormSlider, FormSwitch, FormText, FormTextarea, FormTimeSelect, FormView, IframeWindow, PageableTable, ResizeObserver, TableColumn, TableColumnDef, TableView, Toolbar, ToolbarButton, VueCron, XInputTag, YearCalendar };
|
|
50
53
|
export declare const componentNames: string[];
|
|
51
54
|
export declare const noStylesComponents: string[];
|
|
52
55
|
export declare const install: (app: App) => void;
|
package/index.mjs
CHANGED
|
@@ -8,46 +8,49 @@ import o from "./empty-view/index.mjs";
|
|
|
8
8
|
import s from "./flex-scroll-area/index.mjs";
|
|
9
9
|
import c from "./form-advice/index.mjs";
|
|
10
10
|
import l from "./form-button/index.mjs";
|
|
11
|
-
import
|
|
12
|
-
import {
|
|
13
|
-
import f from "./
|
|
14
|
-
import
|
|
15
|
-
import { t as m } from "./chunks/
|
|
16
|
-
import { t as h } from "./chunks/
|
|
17
|
-
import { t as g } from "./chunks/
|
|
18
|
-
import _ from "./
|
|
19
|
-
import
|
|
20
|
-
import { t as y } from "./chunks/
|
|
21
|
-
import { t as b } from "./chunks/
|
|
22
|
-
import { t as x } from "./chunks/
|
|
23
|
-
import { t as S } from "./chunks/
|
|
24
|
-
import { t as C } from "./chunks/
|
|
25
|
-
import { t as w } from "./chunks/
|
|
26
|
-
import { t as T } from "./chunks/
|
|
27
|
-
import E from "./
|
|
28
|
-
import D from "./
|
|
29
|
-
import O from "./
|
|
30
|
-
import { t as k } from "./chunks/
|
|
31
|
-
import
|
|
32
|
-
import { t as j } from "./chunks/
|
|
33
|
-
import { t as M } from "./chunks/
|
|
34
|
-
import { t as N } from "./chunks/
|
|
35
|
-
import { t as P } from "./chunks/
|
|
36
|
-
import { t as F } from "./chunks/
|
|
37
|
-
import { t as I } from "./chunks/
|
|
38
|
-
import L from "./
|
|
39
|
-
import R from "./
|
|
40
|
-
import z from "./
|
|
41
|
-
import { t as B } from "./chunks/
|
|
42
|
-
import
|
|
43
|
-
import H from "./
|
|
44
|
-
import
|
|
45
|
-
import W from "./
|
|
46
|
-
import G from "./
|
|
47
|
-
import
|
|
11
|
+
import u from "./form-card/index.mjs";
|
|
12
|
+
import { a as d } from "./chunks/Cj59E77g.mjs";
|
|
13
|
+
import { t as f } from "./chunks/B3ajWLh3.mjs";
|
|
14
|
+
import p from "./form-cell/index.mjs";
|
|
15
|
+
import { t as m } from "./chunks/BWBHzD5N.mjs";
|
|
16
|
+
import { t as h } from "./chunks/CFOGMFgo.mjs";
|
|
17
|
+
import { t as g } from "./chunks/D8UVq1t1.mjs";
|
|
18
|
+
import { t as _ } from "./chunks/CXvGoZKJ.mjs";
|
|
19
|
+
import v from "./form-red-table/index.mjs";
|
|
20
|
+
import { t as y } from "./chunks/BufIRDd0.mjs";
|
|
21
|
+
import { t as b } from "./chunks/C3Uo82-I.mjs";
|
|
22
|
+
import { t as x } from "./chunks/CWfUPCtS.mjs";
|
|
23
|
+
import { t as S } from "./chunks/pdwFQpA8.mjs";
|
|
24
|
+
import { t as C } from "./chunks/TvNHGVAP.mjs";
|
|
25
|
+
import { t as w } from "./chunks/XCGWTz41.mjs";
|
|
26
|
+
import { t as T } from "./chunks/DiJyms_r.mjs";
|
|
27
|
+
import { t as E } from "./chunks/taicx2sd.mjs";
|
|
28
|
+
import D from "./x-input-tag/index.mjs";
|
|
29
|
+
import { t as O } from "./chunks/C9dGL28n.mjs";
|
|
30
|
+
import { t as k } from "./chunks/C1AgOUe_.mjs";
|
|
31
|
+
import A from "./form-item-config-provider/index.mjs";
|
|
32
|
+
import { t as j } from "./chunks/DJe97Fgi.mjs";
|
|
33
|
+
import { t as M } from "./chunks/BsCS7SB5.mjs";
|
|
34
|
+
import { t as N } from "./chunks/DhtHh0jk.mjs";
|
|
35
|
+
import { t as P } from "./chunks/DDmQcNm6.mjs";
|
|
36
|
+
import { t as F } from "./chunks/DXYgAmil.mjs";
|
|
37
|
+
import { t as I } from "./chunks/CqTcEefA.mjs";
|
|
38
|
+
import { t as L } from "./chunks/BH_JJ8Xh.mjs";
|
|
39
|
+
import { t as R } from "./chunks/Ct5bDJ50.mjs";
|
|
40
|
+
import { t as z } from "./chunks/Cj5h2Wda.mjs";
|
|
41
|
+
import { t as B } from "./chunks/CTKmEf2M.mjs";
|
|
42
|
+
import V from "./form-view/index.mjs";
|
|
43
|
+
import H from "./iframe-window/index.mjs";
|
|
44
|
+
import U from "./resize-observer/index.mjs";
|
|
45
|
+
import { t as W } from "./chunks/CLPSCSsy.mjs";
|
|
46
|
+
import { t as G } from "./chunks/CuG2Q-PM.mjs";
|
|
47
|
+
import K from "./table-column-def/index.mjs";
|
|
48
|
+
import { t as q } from "./chunks/o6VhYAN52.mjs";
|
|
49
|
+
import J from "./table-view/index.mjs";
|
|
50
|
+
import { t as Y } from "./chunks/ChmDDqoZ2.mjs";
|
|
48
51
|
//#region src/components/index.ts
|
|
49
|
-
var
|
|
50
|
-
|
|
52
|
+
var X = /* @__PURE__ */ "AwesomeButton.Confirmable.ConfirmButton.EditableTree.ElementDialog.EmptyView.FlexScrollArea.FormAdvice.FormButton.FormCard.FormCascader.FormCell.FormCheckbox.FormCheckBoxGroup.FormDatePicker.FormHolder.FormImage.FormInput.FormInputCronExpression.FormInputEmail.FormInputIdCard.FormInputNumber.FormInputPhoneNumber.FormInputTag.FormInputTime.FormItemConfigProvider.FormItemGroup.FormItemX.FormRadioGroup.FormRate.FormRedTable.FormRow.FormSelect.FormSlider.FormSwitch.FormText.FormTextarea.FormTimeSelect.FormView.IframeWindow.PageableTable.ResizeObserver.TableColumn.TableColumnDef.TableView.Toolbar.ToolbarButton.VueCron.XInputTag.YearCalendar".split("."), Z = /* @__PURE__ */ "AwesomeButton.Confirmable.ConfirmButton.FlexScrollArea.FormAdvice.FormButton.FormCard.FormCascader.FormCell.FormCheckbox.FormDatePicker.FormImage.FormInputEmail.FormInputIdCard.FormInputNumber.FormInputPhoneNumber.FormInputTag.FormInputTime.FormItemConfigProvider.FormRadioGroup.FormRate.FormSelect.FormSlider.FormSwitch.FormText.FormTextarea.FormTimeSelect.FormView.TableColumnDef.ToolbarButton".split("."), Q = (X) => {
|
|
53
|
+
X.component(e.name, e), X.component(t.name, t), X.component(n.name, n), X.component(i.name, i), X.component(a.name, a), X.component(o.name, o), X.component(s.name, s), X.component(c.name, c), X.component(l.name, l), X.component(u.name, u), X.component(f.name, f), X.component(p.name, p), X.component(m.name, m), X.component(g.name, g), X.component(_.name, _), X.component(y.name, y), X.component(b.name, b), X.component(h.name, h), X.component(S.name, S), X.component(C.name, C), X.component(w.name, w), X.component(T.name, T), X.component(E.name, E), X.component(O.name, O), X.component(k.name, k), X.component(A.name, A), X.component(j.name, j), X.component(d.name, d), X.component(M.name, M), X.component(N.name, N), X.component(v.name, v), X.component(P.name, P), X.component(F.name, F), X.component(I.name, I), X.component(L.name, L), X.component(R.name, R), X.component(z.name, z), X.component(B.name, B), X.component(V.name, V), X.component(H.name, H), X.component(W.name, W), X.component(U.name, U), X.component(G.name, G), X.component(K.name, K), X.component(J.name, J), X.component(q.name, q), X.component(r.name, r), X.component(x.name, x), X.component(D.name, D), X.component(Y.name, Y);
|
|
51
54
|
};
|
|
52
55
|
//#endregion
|
|
53
|
-
export { e as AwesomeButton, n as ConfirmButton, t as Confirmable, i as EditableTree, a as ElementDialog, o as EmptyView, s as FlexScrollArea, c as FormAdvice, l as FormButton,
|
|
56
|
+
export { e as AwesomeButton, n as ConfirmButton, t as Confirmable, i as EditableTree, a as ElementDialog, o as EmptyView, s as FlexScrollArea, c as FormAdvice, l as FormButton, u as FormCard, f as FormCascader, p as FormCell, g as FormCheckBoxGroup, m as FormCheckbox, _ as FormDatePicker, y as FormHolder, b as FormImage, h as FormInput, S as FormInputCronExpression, C as FormInputEmail, w as FormInputIdCard, T as FormInputNumber, E as FormInputPhoneNumber, O as FormInputTag, k as FormInputTime, A as FormItemConfigProvider, j as FormItemGroup, d as FormItemX, M as FormRadioGroup, N as FormRate, v as FormRedTable, P as FormRow, F as FormSelect, I as FormSlider, L as FormSwitch, R as FormText, z as FormTextarea, B as FormTimeSelect, V as FormView, H as IframeWindow, W as PageableTable, U as ResizeObserver, G as TableColumn, K as TableColumnDef, J as TableView, q as Toolbar, r as ToolbarButton, x as VueCron, D as XInputTag, Y as YearCalendar, X as componentNames, Q as install, Z as noStylesComponents };
|
package/package.json
CHANGED
package/pageable-table/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../chunks/
|
|
1
|
+
import { t as e } from "../chunks/CLPSCSsy.mjs";
|
|
2
2
|
export { e as default };
|
package/table-column/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../chunks/
|
|
1
|
+
import { t as e } from "../chunks/CuG2Q-PM.mjs";
|
|
2
2
|
export { e as default };
|
package/table-view/index.mjs
CHANGED
|
@@ -3,10 +3,10 @@ import { processButtons as n, reloadTable as r } from "../api/index.mjs";
|
|
|
3
3
|
import { tableViewContextKey as i } from "../constants/index.mjs";
|
|
4
4
|
import { t as a } from "../chunks/Bd1UFJic.mjs";
|
|
5
5
|
import { t as o } from "../chunks/B1MSrc6f.mjs";
|
|
6
|
-
import { a as s } from "../chunks/
|
|
6
|
+
import { a as s } from "../chunks/Cj59E77g.mjs";
|
|
7
7
|
import c from "../form-item-config-provider/index.mjs";
|
|
8
|
-
import { t as l } from "../chunks/
|
|
9
|
-
import { t as u } from "../chunks/
|
|
8
|
+
import { t as l } from "../chunks/CLPSCSsy.mjs";
|
|
9
|
+
import { t as u } from "../chunks/o6VhYAN52.mjs";
|
|
10
10
|
import { hasOwn as d, isArray as f, isFunction as p, isString as m, toStringArray as h, trace as g, warning as _ } from "@web-utils/core";
|
|
11
11
|
import { Transition as v, createBlock as y, createCommentVNode as b, createElementBlock as x, createElementVNode as S, createSlots as C, createTextVNode as w, createVNode as T, mergeProps as E, normalizeClass as D, normalizeStyle as O, openBlock as k, renderList as A, renderSlot as j, toDisplayString as M, toHandlers as N, vShow as P, withCtx as F, withDirectives as I, withModifiers as L } from "vue";
|
|
12
12
|
import { merge as R } from "@web-utils/integrations/lodash";
|
package/toolbar/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../chunks/
|
|
1
|
+
import { t as e } from "../chunks/o6VhYAN52.mjs";
|
|
2
2
|
export { e as default };
|