@gisce/react-ooui 2.103.0-alpha.7 → 2.103.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/README.md +1 -2
- package/dist/actionbar/TreeActionBar.d.ts.map +1 -1
- package/dist/context/ContentRootContext.d.ts +2 -2
- package/dist/context/ContentRootContext.d.ts.map +1 -1
- package/dist/models/constants.d.ts +0 -6
- package/dist/models/constants.d.ts.map +1 -1
- package/dist/react-ooui.es.js +3145 -3293
- package/dist/react-ooui.es.js.map +1 -1
- package/dist/ui/FavouriteButton.d.ts.map +1 -1
- package/dist/views/RootView.d.ts.map +1 -1
- package/dist/widgets/WidgetFactory.d.ts.map +1 -1
- package/dist/widgets/base/many2one/Many2oneSuffix.d.ts.map +1 -1
- package/dist/widgets/custom/EmailTags.d.ts.map +1 -1
- package/dist/widgets/custom/Markdown.d.ts.map +1 -1
- package/dist/widgets/views/Dashboard/dashboardHelper.d.ts.map +1 -1
- package/dist/widgets/views/Form.d.ts.map +1 -1
- package/package.json +4 -4
- package/dist/widgets/custom/ActionButtons.d.ts +0 -30
- package/dist/widgets/custom/ActionButtons.d.ts.map +0 -1
package/README.md
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TreeActionBar.d.ts","sourceRoot":"","sources":["../../src/actionbar/TreeActionBar.tsx"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"TreeActionBar.d.ts","sourceRoot":"","sources":["../../src/actionbar/TreeActionBar.tsx"],"names":[],"mappings":";AA8CA,KAAK,KAAK,GAAG;IACX,aAAa,CAAC,EAAE,GAAG,CAAC;IACpB,cAAc,EAAE,OAAO,CAAC;IACxB,OAAO,CAAC,EAAE,GAAG,CAAC;IACd,MAAM,EAAE,GAAG,CAAC;IACZ,sBAAsB,CAAC,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IAC7C,kBAAkB,CAAC,EAAE,MAAM,IAAI,CAAC;CACjC,CAAC;AAEF,iBAAS,sBAAsB,CAAC,EAC9B,aAAkB,EAClB,cAAc,EACd,OAAO,EACP,MAAM,EACN,sBAAsB,EACtB,kBAAkB,GACnB,EAAE,KAAK,2CAsYP;AAED,QAAA,MAAM,aAAa,oEAA+B,CAAC;AACnD,eAAe,aAAa,CAAC"}
|
|
@@ -2,8 +2,8 @@ import React from "react";
|
|
|
2
2
|
export type ContentRootContextType = {
|
|
3
3
|
processAction: ({ actionData, fields, values, context, }: {
|
|
4
4
|
actionData: any;
|
|
5
|
-
fields
|
|
6
|
-
values
|
|
5
|
+
fields: any;
|
|
6
|
+
values: any;
|
|
7
7
|
context?: any;
|
|
8
8
|
onRefreshParentValues?: () => void;
|
|
9
9
|
}) => Promise<any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContentRootContext.d.ts","sourceRoot":"","sources":["../../src/context/ContentRootContext.tsx"],"names":[],"mappings":"AACA,OAAO,KAON,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"ContentRootContext.d.ts","sourceRoot":"","sources":["../../src/context/ContentRootContext.tsx"],"names":[],"mappings":"AACA,OAAO,KAON,MAAM,OAAO,CAAC;AAiBf,MAAM,MAAM,sBAAsB,GAAG;IACnC,aAAa,EAAE,CAAC,EACd,UAAU,EACV,MAAM,EACN,MAAM,EACN,OAAO,GACR,EAAE;QACD,UAAU,EAAE,GAAG,CAAC;QAChB,MAAM,EAAE,GAAG,CAAC;QACZ,MAAM,EAAE,GAAG,CAAC;QACZ,OAAO,CAAC,EAAE,GAAG,CAAC;QACd,qBAAqB,CAAC,EAAE,MAAM,IAAI,CAAC;KACpC,KAAK,OAAO,CAAC,GAAG,CAAC,CAAC;IACnB,YAAY,CAAC,EAAE,GAAG,CAAC;CACpB,CAAC;AAUF,eAAO,MAAM,kBAAkB,8CAC2B,CAAC;AAE3D,KAAK,wBAAwB,GAAG;IAC9B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,YAAY,CAAC,EAAE,GAAG,CAAC;CACpB,CAAC;;AA8dF,wBAA+C"}
|
|
@@ -1,8 +1,2 @@
|
|
|
1
1
|
export declare const DEFAULT_SEARCH_LIMIT = 80;
|
|
2
|
-
export declare const ACTION_TYPE_WINDOW = "ir.actions.act_window";
|
|
3
|
-
export declare const ACTION_TYPE_WINDOW_CLOSE = "ir.actions.act_window_close";
|
|
4
|
-
export declare const ACTION_TYPE_WIZARD = "ir.actions.wizard";
|
|
5
|
-
export declare const ACTION_TYPE_REPORT = "ir.actions.report.xml";
|
|
6
|
-
export declare const ACTION_TYPE_URL = "ir.actions.act_url";
|
|
7
|
-
export declare const MODEL_ACTIONS = "ir.actions.actions";
|
|
8
2
|
//# sourceMappingURL=constants.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../src/models/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,oBAAoB,KAAK,CAAC
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../src/models/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,oBAAoB,KAAK,CAAC"}
|