1. 18 10月, 2022 1 次提交
  2. 17 10月, 2022 1 次提交
  3. 29 9月, 2022 1 次提交
  4. 23 7月, 2022 1 次提交
  5. 10 7月, 2022 1 次提交
    • C
      添加 Form ApiTransfer , 修复标签页切换灰屏不显示内容问题 (#2052) · 40071529
      Cyrus Zhou 提交于
      * Table BasicColumn 添加 editDynamicDisabled
      Co-authored-by: NCyrus Zhou <6802207@qq.com>
      使用方式同 Form FormSchema dynamicDisabled
      ```
      export const Columns: BasicColumn[] = [
        {
          title: 'Title',
          dataIndex: 'Title',
          editRow: true,
          editComponent: 'Select',
          editDynamicDisabled: ({ record }) => record.isDisabled,
        },
      
      * editComponentProps onChange 功能恢复
      Co-authored-by: NCyrus Zhou <6802207@qq.com>
      说明:
      ...omit(compProps, 'onChange')
      这会忽略 onChange ,导致 editComponentProps onChange 被取消
      
      如下功能将不支持:
      ```
      editComponentProps: ({ record }) => {
        return {
          options: effectTypeData,
          onChange: () => {
          },
        };
      },
      ```
      
      * tableData == null 报错
      
      * ApiSelect 第一次选择触发required错误提示问题
      
      * 恢复 虽然可以解决第一次选择提示报错问题,但是会导致 onChange: (e: any, options: any) => 无法获得 options 的值
      
      * 修复标签页切换灰屏不显示内容问题
      Co-authored-by: NCyrus Zhou <6802207@qq.com>
      问题描述页面没有用 div 包括 会提示 Component inside <Transition> renders non-element root node that cannot be animated ,
      导致页灰屏必须刷新页面才可以显示内容
      
      * 添加 Form ApiTransfer
      ## 使用方式
      api 方式:
      ```
          ......
          component: 'ApiTransfer',
          componentProps: {
             api: sysUserSelector,
             labelField: 'name',
             valueField: 'id',
          },
          .....
      ```
      数据方式:
      ```
           ....
           componentProps: {
            dataSource: [
              { title: 'Test01', key: '0', disabled: false, description: 'description 01' },
              { title: 'Test02', key: '1', disabled: false, description: 'description 02' },
              { title: 'Test03', key: '2', disabled: false, description: 'description 03' },
              { title: 'Test04', key: '3', disabled: false, description: 'description 04' },
              { title: 'Test05', key: '4', disabled: false, description: 'description 05' },
            ],
          },
          ....
      ```
      40071529
  6. 26 6月, 2022 1 次提交
  7. 16 6月, 2022 1 次提交
    • A
      表单设置初始值defaultValue时候使用深度拷贝 (#1935) · d21578ab
      Arvin 提交于
      * fix: fix wrong naming
      
      * perf: 表单设置初始值defaultValue时候使用深度拷贝
      
      * perf: 表单设置初始值defaultValue时候使用深度拷贝
      
      * Revert "perf: 表单设置初始值defaultValue时候使用深度拷贝"
      
      This reverts commit a103cd11b4c8e4eeac3be114c103a5c30f562042.
      
      * perf: perf Tree Component
      
      * fix: 解决tree树形异步懒加载,点击两次才能关闭
      Co-authored-by: Nyfh01 <unconfigured@null.spigotmc.org>
      d21578ab
  8. 20 5月, 2022 1 次提交
  9. 30 4月, 2022 1 次提交
  10. 18 4月, 2022 1 次提交
  11. 13 4月, 2022 2 次提交
  12. 08 4月, 2022 2 次提交
  13. 28 3月, 2022 1 次提交
  14. 19 3月, 2022 3 次提交
  15. 18 1月, 2022 1 次提交
  16. 28 12月, 2021 3 次提交
  17. 18 12月, 2021 1 次提交
  18. 12 12月, 2021 1 次提交
    • 1
      `ApiSelect` Add `alwaysLoad` option (#1461) · ab62739f
      1sm 提交于
      * fix(modal): 取消全屏功能后关闭图标颜色异常
      
      * chore: move to pnpm
      
      * fix: RangePicekr在表单项中占满分配的宽度
      
      * chore: comment format
      
      * Revert "fix: RangePicekr在表单项中占满分配的宽度"
      
      This reverts commit cd70e41dac294329383be3d2f0a393dc26b7f140.
      
      * feat(ApiSelect): 新增每次加载选项
      Co-authored-by: Nliushiman <smliu@gk-estor.com>
      ab62739f
  19. 24 11月, 2021 2 次提交
    • V
      wip: Upgrade ant-design-vue 3.0 · 3fcfac1f
      vben 提交于
      3fcfac1f
    • 1
      chore: comment format (#1398) · 5fca9ce2
      1sm 提交于
      * fix(modal): 取消全屏功能后关闭图标颜色异常
      
      * chore: move to pnpm
      
      * fix: RangePicekr在表单项中占满分配的宽度
      
      * chore: comment format
      
      * Revert "fix: RangePicekr在表单项中占满分配的宽度"
      
      This reverts commit cd70e41dac294329383be3d2f0a393dc26b7f140.
      Co-authored-by: Nliushiman <smliu@gk-estor.com>
      5fca9ce2
  20. 09 11月, 2021 1 次提交
  21. 01 11月, 2021 1 次提交
  22. 26 10月, 2021 1 次提交
  23. 16 10月, 2021 1 次提交
  24. 11 10月, 2021 1 次提交
  25. 05 10月, 2021 1 次提交
  26. 28 9月, 2021 1 次提交
  27. 23 9月, 2021 2 次提交
  28. 20 9月, 2021 1 次提交
  29. 11 9月, 2021 1 次提交
  30. 09 9月, 2021 1 次提交
  31. 24 8月, 2021 1 次提交
  32. 17 8月, 2021 1 次提交