@gisce/react-ooui 2.97.0-rc.2 → 2.97.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.
@@ -1 +1 @@
1
- {"version":3,"file":"RootView.d.ts","sourceRoot":"","sources":["../../src/views/RootView.tsx"],"names":[],"mappings":"AAAA,OAAO,EAKL,SAAS,EAEV,MAAM,OAAO,CAAC;AAkBf,KAAK,aAAa,GAAG;IACnB,QAAQ,EAAE,SAAS,CAAC;CACrB,CAAC;;AAwsBF,wBAAoC"}
1
+ {"version":3,"file":"RootView.d.ts","sourceRoot":"","sources":["../../src/views/RootView.tsx"],"names":[],"mappings":"AAAA,OAAO,EAKL,SAAS,EAGV,MAAM,OAAO,CAAC;AAkBf,KAAK,aAAa,GAAG;IACnB,QAAQ,EAAE,SAAS,CAAC;CACrB,CAAC;;AA4tBF,wBAAoC"}
@@ -1 +1 @@
1
- {"version":3,"file":"TabSelector.d.ts","sourceRoot":"","sources":["../../src/views/TabSelector.tsx"],"names":[],"mappings":"AAQA,iBAAS,WAAW,4CAyBnB;AAED,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"TabSelector.d.ts","sourceRoot":"","sources":["../../src/views/TabSelector.tsx"],"names":[],"mappings":"AAuBA,iBAAS,WAAW,4CAgJnB;AAED,eAAe,WAAW,CAAC"}
@@ -4,6 +4,7 @@ type TabProps = {
4
4
  onClose: (key: string) => void;
5
5
  isActive: boolean;
6
6
  onSelected: (key: string) => void;
7
+ onTitleChange?: (key: string, newTitle: string) => void;
7
8
  };
8
9
  declare function Tab(props: TabProps): import("react/jsx-runtime").JSX.Element;
9
10
  export default Tab;
@@ -1 +1 @@
1
- {"version":3,"file":"Tab.d.ts","sourceRoot":"","sources":["../../../src/views/tabs/Tab.tsx"],"names":[],"mappings":"AAKA,KAAK,QAAQ,GAAG;IACd,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/B,QAAQ,EAAE,OAAO,CAAC;IAClB,UAAU,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;CACnC,CAAC;AAEF,iBAAS,GAAG,CAAC,KAAK,EAAE,QAAQ,2CAkE3B;AAED,eAAe,GAAG,CAAC"}
1
+ {"version":3,"file":"Tab.d.ts","sourceRoot":"","sources":["../../../src/views/tabs/Tab.tsx"],"names":[],"mappings":"AAYA,KAAK,QAAQ,GAAG;IACd,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/B,QAAQ,EAAE,OAAO,CAAC;IAClB,UAAU,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,aAAa,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;CACzD,CAAC;AAEF,iBAAS,GAAG,CAAC,KAAK,EAAE,QAAQ,2CAsM3B;AAED,eAAe,GAAG,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"One2many.d.ts","sourceRoot":"","sources":["../../../../src/widgets/base/one2many/One2many.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,IAAI,YAAY,EAAE,MAAM,aAAa,CAAC;AAqBvD,KAAK,KAAK,GAAG;IACX,IAAI,EAAE,YAAY,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,QAAQ,UAAW,KAAK,4CAwIpC,CAAC"}
1
+ {"version":3,"file":"One2many.d.ts","sourceRoot":"","sources":["../../../../src/widgets/base/one2many/One2many.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,IAAI,YAAY,EAAE,MAAM,aAAa,CAAC;AAqBvD,KAAK,KAAK,GAAG;IACX,IAAI,EAAE,YAAY,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,QAAQ,UAAW,KAAK,4CAkIpC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gisce/react-ooui",
3
- "version": "2.97.0-rc.2",
3
+ "version": "2.97.0",
4
4
  "engines": {
5
5
  "node": "20.5.0"
6
6
  },
@@ -36,10 +36,14 @@
36
36
  "dependencies": {
37
37
  "@ant-design/colors": "^7.2.0",
38
38
  "@ant-design/plots": "^1.0.9",
39
+ "@dnd-kit/core": "^6.3.1",
40
+ "@dnd-kit/modifiers": "^9.0.0",
41
+ "@dnd-kit/sortable": "^10.0.0",
42
+ "@dnd-kit/utilities": "^3.2.2",
39
43
  "@gisce/fiber-diagram": "2.1.1",
40
- "@gisce/ooui": "2.33.0",
41
- "@gisce/react-formiga-components": "1.17.0",
42
- "@gisce/react-formiga-table": "1.16.0-rc.1",
44
+ "@gisce/ooui": "2.34.0",
45
+ "@gisce/react-formiga-components": "1.17.1",
46
+ "@gisce/react-formiga-table": "1.15.0",
43
47
  "@monaco-editor/react": "^4.4.5",
44
48
  "@types/deep-equal": "^1.0.4",
45
49
  "antd": "5.25.1",