@pixpilot/formily-shadcn 1.11.7 → 1.11.8
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/Checkbox.d.cts +2 -2
- package/dist/components/DatePicker.d.cts +3 -3
- package/dist/components/IconPicker.d.cts +3 -3
- package/dist/components/IconToggle.d.cts +2 -2
- package/dist/components/Radio.d.cts +2 -2
- package/dist/components/Row.d.cts +2 -2
- package/dist/components/Separator.d.cts +2 -2
- package/dist/components/Switch.d.cts +2 -2
- package/dist/components/TagsInputInline.d.cts +2 -2
- package/dist/components/Textarea.d.cts +2 -2
- package/dist/components/form-item/ConnectedFormItem.d.cts +4 -4
- package/dist/components/number/NumberInput.d.cts +3 -3
- package/dist/components/number/NumberInput.d.ts +3 -3
- package/dist/components/schema-field/schema-field-basics.d.cts +303 -303
- package/dist/components/schema-field/schema-field-basics.d.ts +288 -288
- package/dist/components/schema-field/schema-field-extended.d.cts +501 -501
- package/dist/components/schema-field/schema-field-extended.d.ts +501 -501
- package/dist/components/schema-field/schema-field.d.cts +412 -412
- package/dist/components/schema-field/schema-field.d.ts +413 -413
- package/dist/components/slider/Slider.d.cts +3 -3
- package/dist/components/slider/Slider.d.ts +3 -3
- package/dist/components/slider/SliderInput.d.cts +3 -3
- package/dist/components/slider/SliderInput.d.ts +3 -3
- package/dist/components/slider/SliderSelect.d.cts +3 -3
- package/dist/components/slider/SliderSelect.d.ts +3 -3
- package/package.json +5 -5
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import * as
|
|
1
|
+
import * as react750 from "react";
|
|
2
|
+
import * as _pixpilot_shadcn_ui157 from "@pixpilot/shadcn-ui";
|
|
3
3
|
|
|
4
4
|
//#region src/components/slider/Slider.d.ts
|
|
5
5
|
/**
|
|
6
6
|
* Formily-connected Slider component
|
|
7
7
|
* Range input for selecting numeric values
|
|
8
8
|
*/
|
|
9
|
-
declare const Slider:
|
|
9
|
+
declare const Slider: react750.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui157.SliderProps>, "ref"> & react750.RefAttributes<unknown>>;
|
|
10
10
|
//#endregion
|
|
11
11
|
export { Slider };
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import * as
|
|
1
|
+
import * as react31 from "react";
|
|
2
|
+
import * as _pixpilot_shadcn_ui3 from "@pixpilot/shadcn-ui";
|
|
3
3
|
|
|
4
4
|
//#region src/components/slider/Slider.d.ts
|
|
5
5
|
/**
|
|
6
6
|
* Formily-connected Slider component
|
|
7
7
|
* Range input for selecting numeric values
|
|
8
8
|
*/
|
|
9
|
-
declare const Slider$1:
|
|
9
|
+
declare const Slider$1: react31.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui3.SliderProps>, "ref"> & react31.RefAttributes<unknown>>;
|
|
10
10
|
//#endregion
|
|
11
11
|
export { Slider$1 as Slider };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import * as
|
|
1
|
+
import * as react752 from "react";
|
|
2
|
+
import * as _pixpilot_shadcn_ui158 from "@pixpilot/shadcn-ui";
|
|
3
3
|
|
|
4
4
|
//#region src/components/slider/SliderInput.d.ts
|
|
5
|
-
declare const SliderInput:
|
|
5
|
+
declare const SliderInput: react752.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui158.SliderInputProps>, "ref"> & react752.RefAttributes<unknown>>;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { SliderInput };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import * as
|
|
1
|
+
import * as react33 from "react";
|
|
2
|
+
import * as _pixpilot_shadcn_ui4 from "@pixpilot/shadcn-ui";
|
|
3
3
|
|
|
4
4
|
//#region src/components/slider/SliderInput.d.ts
|
|
5
|
-
declare const SliderInput$1:
|
|
5
|
+
declare const SliderInput$1: react33.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui4.SliderInputProps>, "ref"> & react33.RefAttributes<unknown>>;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { SliderInput$1 as SliderInput };
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import * as
|
|
1
|
+
import * as react754 from "react";
|
|
2
|
+
import * as _pixpilot_shadcn_ui159 from "@pixpilot/shadcn-ui";
|
|
3
3
|
|
|
4
4
|
//#region src/components/slider/SliderSelect.d.ts
|
|
5
5
|
/**
|
|
6
6
|
* Formily-connected SliderSelect component
|
|
7
7
|
* Discrete slider that maps between provided options
|
|
8
8
|
*/
|
|
9
|
-
declare const SliderSelect:
|
|
9
|
+
declare const SliderSelect: react754.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui159.SliderSelectProps>, "ref"> & react754.RefAttributes<unknown>>;
|
|
10
10
|
//#endregion
|
|
11
11
|
export { SliderSelect };
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import * as
|
|
1
|
+
import * as react35 from "react";
|
|
2
|
+
import * as _pixpilot_shadcn_ui5 from "@pixpilot/shadcn-ui";
|
|
3
3
|
|
|
4
4
|
//#region src/components/slider/SliderSelect.d.ts
|
|
5
5
|
/**
|
|
6
6
|
* Formily-connected SliderSelect component
|
|
7
7
|
* Discrete slider that maps between provided options
|
|
8
8
|
*/
|
|
9
|
-
declare const SliderSelect$1:
|
|
9
|
+
declare const SliderSelect$1: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui5.SliderSelectProps>, "ref"> & react35.RefAttributes<unknown>>;
|
|
10
10
|
//#endregion
|
|
11
11
|
export { SliderSelect$1 as SliderSelect };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pixpilot/formily-shadcn",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.11.
|
|
4
|
+
"version": "1.11.8",
|
|
5
5
|
"description": "Formily integration for shadcn/ui components",
|
|
6
6
|
"author": "m.doaie <m.doaie@hotmail.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
"json-schema-traverse": "^1.0.0",
|
|
45
45
|
"lucide-react": "^0.562.0",
|
|
46
46
|
"pretty-bytes": "^7.1.0",
|
|
47
|
-
"@pixpilot/shadcn
|
|
48
|
-
"@pixpilot/shadcn": "1.
|
|
47
|
+
"@pixpilot/shadcn": "1.2.2",
|
|
48
|
+
"@pixpilot/shadcn-ui": "1.17.0"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@storybook/react": "^8.6.14",
|
|
@@ -58,11 +58,11 @@
|
|
|
58
58
|
"react-dom": "19.2.0",
|
|
59
59
|
"tsdown": "^0.15.12",
|
|
60
60
|
"typescript": "^5.9.3",
|
|
61
|
+
"@internal/eslint-config": "0.3.0",
|
|
61
62
|
"@internal/prettier-config": "0.0.1",
|
|
62
63
|
"@internal/tsconfig": "0.1.0",
|
|
63
|
-
"@internal/vitest-config": "0.1.0",
|
|
64
64
|
"@internal/tsdown-config": "0.1.0",
|
|
65
|
-
"@internal/
|
|
65
|
+
"@internal/vitest-config": "0.1.0"
|
|
66
66
|
},
|
|
67
67
|
"prettier": "@internal/prettier-config",
|
|
68
68
|
"scripts": {
|