@superleapai/flow-ui 2.6.22 → 2.6.23
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/components/record-multiselect.js +82 -10
- package/components/record-select.js +85 -10
- package/core/flow.js +6 -3
- package/dist/superleap-flow.js +19921 -0
- package/dist/superleap-flow.js.map +1 -0
- package/dist/superleap-flow.min.js +2 -2
- package/index.d.ts +2 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -334,6 +334,7 @@ declare module "@superleapai/flow-ui" {
|
|
|
334
334
|
variant?: "default" | "error" | "warning" | "borderless" | "inline";
|
|
335
335
|
size?: "default" | "large" | "small";
|
|
336
336
|
canClear?: boolean;
|
|
337
|
+
showDisplayFields?: boolean;
|
|
337
338
|
initialLimit?: number;
|
|
338
339
|
helpText?: string;
|
|
339
340
|
}
|
|
@@ -349,8 +350,8 @@ declare module "@superleapai/flow-ui" {
|
|
|
349
350
|
disabled?: boolean;
|
|
350
351
|
variant?: "default" | "error" | "warning" | "borderless" | "inline";
|
|
351
352
|
size?: "default" | "large" | "small";
|
|
353
|
+
showDisplayFields?: boolean;
|
|
352
354
|
initialLimit?: number;
|
|
353
|
-
displayFields?: string[];
|
|
354
355
|
helpText?: string;
|
|
355
356
|
}
|
|
356
357
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@superleapai/flow-ui",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.23",
|
|
4
4
|
"description": "A reusable design system for building multi-step forms with comprehensive UI components. Single file, clean globals, SDK included. Only FlowUI and SuperLeap exposed.",
|
|
5
5
|
"main": "dist/superleap-flow.min.js",
|
|
6
6
|
"types": "index.d.ts",
|