@innoways/form-generator 4.0.0 → 6.0.0

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/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # Change Log
2
2
 
3
+ ## 6.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - major datefix
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @innoways/drip-form-theme-antd@6.0.0
13
+ - @innoways/drip-form@6.0.0
14
+ - @innoways/hooks@6.0.0
15
+ - @innoways/utils@6.0.0
16
+
17
+ ## 5.0.0
18
+
19
+ ### Major Changes
20
+
21
+ - changed all jdfed imports to innoways
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies
26
+ - @innoways/drip-form-theme-antd@5.0.0
27
+ - @innoways/drip-form@5.0.0
28
+ - @innoways/hooks@5.0.0
29
+ - @innoways/utils@5.0.0
30
+
3
31
  ## 4.0.0
4
32
 
5
33
  ### Major Changes
package/dist/index.js CHANGED
@@ -3,22 +3,22 @@ import { atom, selector, DefaultValue, atomFamily, selectorFamily, useRecoilValu
3
3
  import cx from 'classnames';
4
4
  import { message, Modal, Input, Button, Select, Tabs, Drawer, Upload, Popover, Breadcrumb, TreeSelect, InputNumber, Switch, Space, Collapse, ConfigProvider } from 'antd';
5
5
  import { CopyOutlined, SaveOutlined, LogoutOutlined, ExclamationCircleOutlined, CompressOutlined, SettingOutlined, DownloadOutlined, EditOutlined, UploadOutlined } from '@ant-design/icons';
6
- import { parseUnitedSchema, getThemeAndType, generateReg, setDeepProp, deleteDeepProp, deepClone, typeCheck, removeSpaceAndmakeStringCamelCase, isEmpty, injectVcontrol, combine } from '@jdfed/utils';
7
- import antd, { config as config$2 } from '@jdfed/drip-form-theme-antd';
6
+ import { parseUnitedSchema, getThemeAndType, generateReg, setDeepProp, deleteDeepProp, deepClone, typeCheck, removeSpaceAndmakeStringCamelCase, isEmpty, injectVcontrol, combine } from '@innoways/utils';
7
+ import antd, { config as config$2 } from '@innoways/drip-form-theme-antd';
8
8
  import { nanoid } from 'nanoid';
9
9
  import produce$1, { produce, original } from 'immer';
10
10
  import * as Icon from 'react-feather';
11
11
  import FileSaver from 'file-saver';
12
- import DripForm from '@jdfed/drip-form';
12
+ import DripForm from '@innoways/drip-form';
13
13
  import copy$1 from 'copy-to-clipboard';
14
- import { useField, usePrevious } from '@jdfed/hooks';
14
+ import { useField, usePrevious } from '@innoways/hooks';
15
15
  import Editor, { loader as loader$1 } from '@monaco-editor/react';
16
16
  import { createPortal } from 'react-dom';
17
17
  import { useDraggable, DragOverlay, useDroppable, useSensors, useSensor, PointerSensor, MouseSensor, closestCenter, DndContext } from '@dnd-kit/core';
18
18
  import reactIs from 'react-is';
19
19
  import { isTouchEvent, hasViewportRelativeCoordinates, getEventCoordinates } from '@dnd-kit/utilities';
20
- import '@jdfed/drip-form/dist/index.css';
21
- import '@jdfed/drip-form-theme-antd/dist/index.css';
20
+ import '@innoways/drip-form/dist/index.css';
21
+ import '@innoways/drip-form-theme-antd/dist/index.css';
22
22
  import 'antd/dist/antd.css';
23
23
  import 'antd/dist/antd.variable.min.css';
24
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@innoways/form-generator",
3
- "version": "4.0.0",
3
+ "version": "6.0.0",
4
4
  "description": "drip-form 生成器",
5
5
  "keywords": [
6
6
  "hooks",
@@ -37,10 +37,10 @@
37
37
  "@dnd-kit/modifiers": "^4.0.0",
38
38
  "@dnd-kit/sortable": "^5.0.0",
39
39
  "@dnd-kit/utilities": "^3.0.0",
40
- "@jdfed/drip-form": "^0.8.2",
41
- "@jdfed/drip-form-theme-antd": "^0.8.2",
42
- "@jdfed/hooks": "^0.8.2",
43
- "@jdfed/utils": "^0.8.2",
40
+ "@innoways/drip-form": "^6.0.0",
41
+ "@innoways/drip-form-theme-antd": "^6.0.0",
42
+ "@innoways/hooks": "^6.0.0",
43
+ "@innoways/utils": "^6.0.0",
44
44
  "@monaco-editor/react": "^4.2.2",
45
45
  "antd": "^4.16.13",
46
46
  "classnames": "^2.3.1",