dify/web/service
Harry 01b2f9cff6 feat: add providerType prop to form components for dynamic behavior
- Introduced `providerType` prop in `FormInputItem`, `ToolForm`, and `ToolFormItem` components to support both 'tool' and 'trigger' types, enhancing flexibility in handling different provider scenarios.
- Updated the `useFetchDynamicOptions` function to accept `provider_type` as 'tool' | 'trigger', allowing for more dynamic option fetching based on the provider type.

These changes improve the adaptability of the form components and streamline the integration of different provider types in the workflow.
2025-09-08 18:29:48 +08:00
..
demo feat: support app rename and make app card ui better (#766) 2023-08-16 10:31:08 +08:00
knowledge feat: fix i18n missing keys and merge upstream/main (#24615) 2025-08-27 15:07:28 +08:00
_tools_util.spec.ts fix: properly escape `collectionName` in query string parameters (#14476) 2025-02-27 18:59:07 +08:00
_tools_util.ts fix: properly escape `collectionName` in query string parameters (#14476) 2025-02-27 18:59:07 +08:00
access-control.ts fix: make TagSelector always visible for accessibility and mobile support (#23515) 2025-08-07 09:25:26 +08:00
annotation.ts Feat annotations panel (#22968) 2025-07-30 13:40:48 +08:00
apps.ts feat: when add/delete webhook trigger call the API (#24755) 2025-08-29 14:23:50 +08:00
base.ts CI: add TS indentation check via esLint (#24810) 2025-09-01 15:31:59 +08:00
billing.ts chore(web): strong typing (#2339) 2024-02-01 18:07:26 +08:00
common.ts Perf: remove user profile loading (#22710) 2025-07-21 16:35:52 +08:00
datasets.ts feat: Integrate WaterCrawl.dev as a new knowledge base provider (#16396) 2025-04-07 12:43:23 +08:00
debug.ts Remove redundant from_variable_selector null-check (#24842) 2025-08-31 17:00:13 +08:00
explore.ts Perf/web app authrozation (#22524) 2025-07-17 10:52:10 +08:00
fetch.ts Fix: narrow beforeRequest hook type to avoid boolean in array (#23860) 2025-08-13 23:28:13 +08:00
log.ts Feat: time period filter for workflow logs (#14271) 2025-03-10 14:02:58 +08:00
plugins.ts Introduce Plugins (#13836) 2025-02-17 17:05:13 +08:00
refresh-token.ts feat: add config for max-tree-depth (#21291) 2025-06-23 13:55:57 +08:00
share.ts Perf/web app authrozation (#22524) 2025-07-17 10:52:10 +08:00
sso.ts New Auth Methods (#8119) 2024-10-21 09:23:20 +08:00
strategy.ts Introduce Plugins (#13836) 2025-02-17 17:05:13 +08:00
tag.ts Knowledge optimization (#3755) 2024-04-24 15:02:29 +08:00
tools.ts feat: the frontend part of mcp (#22131) 2025-07-10 14:14:02 +08:00
use-apps.ts fix: resolve merge conflict between Features removal and validation enhancement (#24150) 2025-08-19 13:47:38 +08:00
use-base.ts feat: version tag (#14949) 2025-03-07 18:10:40 +08:00
use-common.ts feat: llm support struct output (#17994) 2025-04-18 16:53:43 +08:00
use-education.ts feat: notice of the expire of education verify (#24210) 2025-08-20 15:37:46 +08:00
use-endpoints.ts Introduce Plugins (#13836) 2025-02-17 17:05:13 +08:00
use-explore.ts Perf/web app authrozation (#22524) 2025-07-17 10:52:10 +08:00
use-models.ts feat: fix i18n missing keys and merge upstream/main (#24615) 2025-08-27 15:07:28 +08:00
use-oauth.ts feat: oauth provider (#24206) 2025-08-29 14:10:51 +08:00
use-plugins-auth.ts CI: add TS indentation check via esLint (#24810) 2025-09-01 15:31:59 +08:00
use-plugins.ts feat: add providerType prop to form components for dynamic behavior 2025-09-08 18:29:48 +08:00
use-share.ts Fix never hit `(!code || code.length === 0)` (#24860) 2025-09-01 09:45:07 +08:00
use-strategy.ts Introduce Plugins (#13836) 2025-02-17 17:05:13 +08:00
use-tools.ts feat: initialize trigger status at application level to prevent canvas refresh state issues (#25329) 2025-09-08 09:34:28 +08:00
use-triggers.ts feat: implement trigger plugin frontend integration (#25283) 2025-09-06 16:18:46 +08:00
use-workflow.ts feat: the frontend part of mcp (#22131) 2025-07-10 14:14:02 +08:00
workflow.ts feat: last run frontend (#21369) 2025-06-24 09:10:30 +08:00