Commit Graph

39 Commits (deploy/rag-dev)

Author SHA1 Message Date
twwu 59f68cd63b fix: ensure default values are handled correctly in InputNumber and related components 8 months ago
Harry 3388e83920 Merge remote-tracking branch 'origin/main' into feat/rag-2
# Conflicts:
#	.github/workflows/build-push.yml
#	web/app/components/workflow/nodes/_base/components/workflow-panel/index.tsx
8 months ago
Maries a4ef900916
Support OAuth Integration for Plugin Tools (#22550)
Co-authored-by: zxhlyh <jasonapring2015@outlook.com>
Co-authored-by: Yeuoly <admin@srmxy.cn>
8 months ago
twwu ecb07a5d0d feat: enhance field list functionality by adding chosen and selected properties to SortableItem 9 months ago
twwu b0107f4128 fix: update z-index values for DialogWrapper components to ensure proper stacking context 9 months ago
twwu 4a249c40b1 feat: enhance input field configurations with blur listeners and update translations for display name 10 months ago
twwu c9a4c66b07 fix: update input type from 'number-input' to 'number' for consistency 10 months ago
twwu ccefd41606 refactor: rename InputType to InputTypeEnum and update related usages for consistency 10 months ago
twwu 3af61f4b5d refactor: update input type mappings and enums for consistency across components 10 months ago
twwu c9bf99a1e2 refactor: update input variable types and initial data handling in pipeline components 10 months ago
twwu 583db24ee7 refactor: update CustomActions type to use structured props across form components 10 months ago
twwu faf6b9ea03 refactor: refactor preview components 10 months ago
twwu 20343facad refactor: website data source components and hooks 10 months ago
twwu cf73faf174 feat: add FileUploaderField and TextAreaField components; enhance BaseField to support file inputs 10 months ago
zxhlyh f6978ce6b1 fix: pipeline init 11 months ago
twwu 6024dbe98d refactor: simplify type definitions in form components and update related configurations 11 months ago
zxhlyh acf6872a50 fix: variable selector 11 months ago
zxhlyh e7e12c1d2e fix: node selector 11 months ago
zxhlyh 66176c4d71 fix: node default 11 months ago
twwu 53f2882077 feat: Implement document processing component with configuration and action handling 11 months ago
twwu 5b89d36ea1 feat: Update Zod schema generation for file types and upload methods to use new constants 11 months ago
twwu d1d83f8a2a feat: Enhance form components with hidden fields and popup properties for improved configuration 11 months ago
twwu 839fe12087 feat: Update OptionsField to use correct Options type and enhance Zod schema generation for options and select input types 11 months ago
twwu fd8ee9f53e Refactor input field form components and schema 11 months ago
twwu 8367ae85de feat: Replace BaseVarType with BaseFieldType for consistent field type usage across components 11 months ago
twwu d1f0e6e5c2 feat: Implement Zod schema generation for form validation and update form component usage 11 months ago
twwu 7deb44f864 feat: Add additional field components to form hook for enhanced functionality 11 months ago
twwu d12e9b81e3 feat: Introduce new form field components and enhance existing ones with label options 11 months ago
twwu b1fbaaed95 refactor: Simplify type checks for form field rendering and correct comment grammar 11 months ago
twwu 734c62998f feat: Implement dynamic form field rendering and replace SubmitButton with Actions component 11 months ago
twwu d768094376 feat: Refactor file upload configuration and validation logic 11 months ago
twwu 93f83086c1 feat: add CustomSelectField component and integrate with input field form 11 months ago
twwu 5b8c43052e feat: implement input field dialog and related components for rag pipeline 11 months ago
twwu ac68d62d1c Merge branch 'main' into feat/rag-pipeline 11 months ago
twwu 51165408ed feat: implement input field form with file upload settings and validation 11 months ago
Wu Tianwei 1e7418095f
feat/TanStack-Form (#18346) 11 months ago
twwu 6eef5990c9 feat: enhance form components with additional props for validation and tooltips; add OptionsField component 11 months ago
twwu 0345eb4659 feat: add new form components including CheckboxField, NumberInputField, SelectField, TextField, and SubmitButton with updated input sizes 11 months ago
twwu 942648e9e9 feat: implement form components including CheckboxField, SelectField, TextField, and SubmitButton with validation 11 months ago