@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.
- package/dist/context/ContentRootContext.d.ts.map +1 -1
- package/dist/context/TabManagerContext.d.ts +2 -0
- package/dist/context/TabManagerContext.d.ts.map +1 -1
- package/dist/react-ooui.es.js +5874 -5668
- package/dist/react-ooui.es.js.map +1 -1
- package/dist/views/RootView.d.ts.map +1 -1
- package/dist/views/TabSelector.d.ts.map +1 -1
- package/dist/views/tabs/Tab.d.ts +1 -0
- package/dist/views/tabs/Tab.d.ts.map +1 -1
- package/dist/widgets/base/one2many/One2many.d.ts.map +1 -1
- package/package.json +8 -4
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RootView.d.ts","sourceRoot":"","sources":["../../src/views/RootView.tsx"],"names":[],"mappings":"AAAA,OAAO,EAKL,SAAS,
|
|
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":"
|
|
1
|
+
{"version":3,"file":"TabSelector.d.ts","sourceRoot":"","sources":["../../src/views/TabSelector.tsx"],"names":[],"mappings":"AAuBA,iBAAS,WAAW,4CAgJnB;AAED,eAAe,WAAW,CAAC"}
|
package/dist/views/tabs/Tab.d.ts
CHANGED
|
@@ -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":"
|
|
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,
|
|
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
|
|
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.
|
|
41
|
-
"@gisce/react-formiga-components": "1.17.
|
|
42
|
-
"@gisce/react-formiga-table": "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",
|