@gisce/react-ooui 2.77.0-alpha.8 → 2.77.1
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/actionbar/AttachmentsButton.d.ts.map +1 -1
- package/dist/actionbar/useNextPrevious.d.ts.map +1 -1
- package/dist/common/Field.d.ts.map +1 -1
- package/dist/react-ooui.es.js +2114 -2120
- package/dist/react-ooui.es.js.map +1 -1
- package/dist/widgets/base/one2many/One2many.d.ts.map +1 -1
- package/dist/widgets/modals/TranslationModal.d.ts.map +1 -1
- package/dist/widgets/views/Dashboard/Dashboard.d.ts.map +1 -1
- package/package.json +4 -4
|
@@ -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;
|
|
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,4CA4GpC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TranslationModal.d.ts","sourceRoot":"","sources":["../../../src/widgets/modals/TranslationModal.tsx"],"names":[],"mappings":"AAaA,KAAK,qBAAqB,GAAG;IAC3B,OAAO,EAAE,OAAO,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,EAAE,MAAM,IAAI,CAAC;IACzB,eAAe,EAAE,MAAM,IAAI,CAAC;CAC7B,CAAC;AAWF,eAAO,MAAM,gBAAgB,UAAW,qBAAqB,
|
|
1
|
+
{"version":3,"file":"TranslationModal.d.ts","sourceRoot":"","sources":["../../../src/widgets/modals/TranslationModal.tsx"],"names":[],"mappings":"AAaA,KAAK,qBAAqB,GAAG;IAC3B,OAAO,EAAE,OAAO,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,EAAE,MAAM,IAAI,CAAC;IACzB,eAAe,EAAE,MAAM,IAAI,CAAC;CAC7B,CAAC;AAWF,eAAO,MAAM,gBAAgB,UAAW,qBAAqB,4CA4K5D,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Dashboard.d.ts","sourceRoot":"","sources":["../../../../src/widgets/views/Dashboard/Dashboard.tsx"],"names":[],"mappings":";AAUA,OAAO,gCAAgC,CAAC;AACxC,OAAO,kCAAkC,CAAC;AAI1C,OAAO,EAAE,cAAc,EAAY,MAAM,SAAS,CAAC;;
|
|
1
|
+
{"version":3,"file":"Dashboard.d.ts","sourceRoot":"","sources":["../../../../src/widgets/views/Dashboard/Dashboard.tsx"],"names":[],"mappings":";AAUA,OAAO,gCAAgC,CAAC;AACxC,OAAO,kCAAkC,CAAC;AAI1C,OAAO,EAAE,cAAc,EAAY,MAAM,SAAS,CAAC;;AAwYnD,wBAAqC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gisce/react-ooui",
|
|
3
|
-
"version": "2.77.
|
|
3
|
+
"version": "2.77.1",
|
|
4
4
|
"engines": {
|
|
5
5
|
"node": "20.5.0"
|
|
6
6
|
},
|
|
@@ -36,9 +36,9 @@
|
|
|
36
36
|
"@ant-design/colors": "^7.2.0",
|
|
37
37
|
"@ant-design/plots": "^1.0.9",
|
|
38
38
|
"@gisce/fiber-diagram": "2.1.1",
|
|
39
|
-
"@gisce/ooui": "2.30.0
|
|
40
|
-
"@gisce/react-formiga-components": "
|
|
41
|
-
"@gisce/react-formiga-table": "1.
|
|
39
|
+
"@gisce/ooui": "2.30.0",
|
|
40
|
+
"@gisce/react-formiga-components": "1.14.0",
|
|
41
|
+
"@gisce/react-formiga-table": "1.13.3",
|
|
42
42
|
"@monaco-editor/react": "^4.4.5",
|
|
43
43
|
"@tabler/icons-react": "^2.11.0",
|
|
44
44
|
"@types/deep-equal": "^1.0.4",
|