* Revert "Revert "feat: new plugin `plugin-input-copy-button` (#6894)""
This reverts commit 49511e2dd6656c72b79f9bd05f61ed7673b1d075.
* Revert "Revert "fix: improve visibility toggle for input copy button on mouse events""
This reverts commit 9137ad651506718626f22ee48bd8c839baf6bf91.
* fix: update version to 1.6.34 for input copy button plugin
* fix: adjust margin style for InputCopyButton based on field readPretty state
* fix: remove unused keywords from package.json for input copy button plugin
* fix: add input copy button plugin to dependencies in package.json
* fix: update version of input copy button plugin to 1.6.36
* chore: update version of @nocobase/plugin-input-copy-button to 1.7.10
* refactor: rename to plugin-text-copy
* fix: update translation key from 'Show copy button' to 'Display copy button'
* fix: add optional chaining to event listener for safety
* test(e2e): update visibility check for 'Data sources' menu item in plugin settings permissions test
* Revert "Revert "fix: field visibility issues in block templates caused by duplicate API requests (#6957)""
This reverts commit 0de5cc5511e965a3d1104a6aed63afe8d36e1a27.
* fix: enhance form handling with action detection and confirmation logic
* fix: reorder imports in MobilePicker component for better readability
* fix: update ToManyNester to mark new records when adding to the list
* fix: ensure initialValue is updated when removing items from ToManyNester
* fix: clear form validators in filter block action props
* fix: remove validation rules from filter form fields to ensure filter button functionality
* fix: add FlagProvider to FilterFormBlockProvider and clear form validators in filter forms
* fix: ensure initial value is set correctly in NanoIDInput when not in filter form block
* fix: enhance popup container management and accessibility attributes
* fix: improve loading state handling in withSkeletonComponent HOC
* fix: ensure safe invocation of setFormValueChanged in SubTable component
* fix: change closeOnSwipe to destroyOnClose in ActionDrawerUsedInMobile
* fix: add comment to clarify popup container issue for mobile adaptation
* fix: add desktop check in usePopupContainer to prevent popup container creation on mobile
* fix: optimize variable value retrieval and condition checks in linkage rules
* test: add test for clearing relationship field in subtable and its impact on current object variable
* test(e2e): integrate FlagProvider with MarkdownVoid component
* test(e2e): fix: correct label for DatePicker in defaultValue test
* test(e2e): correct typo in 'Users Use Current popup' text
* feat: store current filter conditions for use in other filter blocks
* test(e2e): correct label for date picker in defaultValue test
* test(e2e): update list block schema settings to include description in edit option