@bagelink/vue 1.15.458 → 1.15.468
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/components/form/inputs/ArrayInput.vue.d.ts +2 -0
- package/dist/components/form/inputs/ArrayInput.vue.d.ts.map +1 -1
- package/dist/core.css +1 -1
- package/dist/form-flow/form-flow.d.ts +2 -0
- package/dist/form-flow/form-flow.d.ts.map +1 -1
- package/dist/index.cjs +33 -33
- package/dist/index.css +1 -1
- package/dist/index.mjs +5488 -5452
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/components/form/inputs/ArrayInput.vue +38 -8
- package/src/components/layout/AppSidebar.vue +1 -1
- package/src/form-flow/form-flow.ts +2 -0
|
@@ -15,6 +15,8 @@ declare const _default: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __
|
|
|
15
15
|
itemLabel?: string;
|
|
16
16
|
collapsible?: boolean;
|
|
17
17
|
simple?: boolean;
|
|
18
|
+
/** Shows fixed item labels with drag handles, without editable row content. */
|
|
19
|
+
reorderOnly?: boolean;
|
|
18
20
|
/** Factory for new rows. Prefer this over pushing `undefined` (which becomes `null` after JSON sync). */
|
|
19
21
|
createItem?: () => T;
|
|
20
22
|
} & BagelInputShellProps) & Partial<{}>> & import('vue').PublicProps;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ArrayInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/ArrayInput.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ArrayInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/ArrayInput.vue"],"names":[],"mappings":"AA4TA,OAAO,KAAK,EAAO,mBAAmB,EAAE,MAAM,KAAK,CAAA;AAQnD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAA;yBAG5C,CAAC,GAAG,OAAO,EAC3B,aAAa,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,EAC9D,YAAY,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,EAC3G,eAAe,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,EACjE;WA4iBO,mBAAmB,CAAC;;;gBA1iBnB,MAAM;mBACH,MAAM;oBACL,CAAC,EAAE;mBACJ,OAAO;sBACJ,OAAO;uBACN,OAAO;kBACZ,MAAM;wBACA,MAAM;oBACV,MAAM;sBACJ,OAAO;iBACZ,OAAO;QAChB,+EAA+E;sBACjE,OAAO;QACrB,yGAAyG;qBAC5F,MAAM,CAAC;2CA4hByE,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;iBAthBD,CAAC,KAAK,EAAE;YAAE,IAAI,EAAE,mBAAmB,CAAC,CAAC,CAAC,CAAC;YAAC,KAAK,EAAE,MAAM,CAAA;SAAE,KAAK,OAAO;;iBAAnE,CAAC,KAAK,EAAE;YAAE,IAAI,EAAE,mBAAmB,CAAC,CAAC,CAAC,CAAC;YAAC,KAAK,EAAE,MAAM,CAAA;SAAE,KAAK,OAAO;;;EA0hBzE,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAE;AAvjBzE,wBAujB4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|