@gisce/react-ooui 2.53.3 → 2.54.0-alpha.10
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/ActionButton.d.ts +1 -1
- package/dist/actionbar/ActionButton.d.ts.map +1 -1
- package/dist/actionbar/DashboardActionBar.d.ts.map +1 -1
- package/dist/actionbar/FormActionBar.d.ts +1 -0
- package/dist/actionbar/FormActionBar.d.ts.map +1 -1
- package/dist/actionbar/GraphActionBar.d.ts +2 -1
- package/dist/actionbar/GraphActionBar.d.ts.map +1 -1
- package/dist/actionbar/ShareUrlButton.d.ts +9 -0
- package/dist/actionbar/ShareUrlButton.d.ts.map +1 -0
- package/dist/actionbar/TreeActionBar.d.ts.map +1 -1
- package/dist/helpers/dayjs.d.ts.map +1 -1
- package/dist/helpers/shareUrlHelper.d.ts +8 -0
- package/dist/helpers/shareUrlHelper.d.ts.map +1 -0
- package/dist/locales/ca_ES.d.ts +3 -0
- package/dist/locales/ca_ES.d.ts.map +1 -1
- package/dist/locales/en_US.d.ts +3 -0
- package/dist/locales/en_US.d.ts.map +1 -1
- package/dist/locales/es_ES.d.ts +3 -0
- package/dist/locales/es_ES.d.ts.map +1 -1
- package/dist/react-ooui.es.js +4018 -3833
- package/dist/react-ooui.es.js.map +1 -1
- package/dist/types/index.d.ts +9 -4
- package/dist/types/index.d.ts.map +1 -1
- package/dist/views/ActionView.d.ts.map +1 -1
- package/dist/views/RootView.d.ts.map +1 -1
- package/dist/views/actionViews/GraphActionView.d.ts.map +1 -1
- package/dist/widgets/base/Label.d.ts.map +1 -1
- package/dist/widgets/views/Dashboard/Dashboard.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ActionButton.d.ts","sourceRoot":"","sources":["../../src/actionbar/ActionButton.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,WAAW,EAAE,MAAM,MAAM,CAAC;AAEnC,KAAK,KAAK,GAAG,WAAW,GAAG;IACzB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,GAAG,CAAC;
|
|
1
|
+
{"version":3,"file":"ActionButton.d.ts","sourceRoot":"","sources":["../../src/actionbar/ActionButton.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,WAAW,EAAE,MAAM,MAAM,CAAC;AAEnC,KAAK,KAAK,GAAG,WAAW,GAAG;IACzB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,GAAG,CAAC;IACd,IAAI,EAAE,GAAG,CAAC;IACV,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,iBAAS,YAAY,CAAC,KAAK,EAAE,KAAK,2CAyBjC;AAED,eAAO,MAAM,kBAAkB,UAAW,KAAK,4CAE9C,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DashboardActionBar.d.ts","sourceRoot":"","sources":["../../src/actionbar/DashboardActionBar.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"DashboardActionBar.d.ts","sourceRoot":"","sources":["../../src/actionbar/DashboardActionBar.tsx"],"names":[],"mappings":"AAoBA,iBAAS,kBAAkB,4CAkD1B;AAED,eAAe,kBAAkB,CAAC"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
declare function FormActionBar({ toolbar }: {
|
|
2
2
|
toolbar: any;
|
|
3
3
|
}): import("react/jsx-runtime").JSX.Element | null;
|
|
4
|
+
export declare const ActionBarSeparator: () => import("react/jsx-runtime").JSX.Element;
|
|
4
5
|
export default FormActionBar;
|
|
5
6
|
//# sourceMappingURL=FormActionBar.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FormActionBar.d.ts","sourceRoot":"","sources":["../../src/actionbar/FormActionBar.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"FormActionBar.d.ts","sourceRoot":"","sources":["../../src/actionbar/FormActionBar.tsx"],"names":[],"mappings":"AAsCA,iBAAS,aAAa,CAAC,EAAE,OAAO,EAAE,EAAE;IAAE,OAAO,EAAE,GAAG,CAAA;CAAE,kDA4VnD;AAED,eAAO,MAAM,kBAAkB,+CAA6C,CAAC;AAuB7E,eAAe,aAAa,CAAC"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
declare function GraphActionBar({ refreshGraph }: {
|
|
1
|
+
declare function GraphActionBar({ refreshGraph, domain, }: {
|
|
2
2
|
refreshGraph: () => void;
|
|
3
|
+
domain?: any[];
|
|
3
4
|
}): import("react/jsx-runtime").JSX.Element;
|
|
4
5
|
export default GraphActionBar;
|
|
5
6
|
//# sourceMappingURL=GraphActionBar.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GraphActionBar.d.ts","sourceRoot":"","sources":["../../src/actionbar/GraphActionBar.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"GraphActionBar.d.ts","sourceRoot":"","sources":["../../src/actionbar/GraphActionBar.tsx"],"names":[],"mappings":"AAeA,iBAAS,cAAc,CAAC,EACtB,YAAY,EACZ,MAAM,GACP,EAAE;IACD,YAAY,EAAE,MAAM,IAAI,CAAC;IACzB,MAAM,CAAC,EAAE,GAAG,EAAE,CAAC;CAChB,2CAyDA;AAED,eAAe,cAAc,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ViewType } from '../*/types';
|
|
2
|
+
export type ShareUrlButtonProps = {
|
|
3
|
+
action_id?: number;
|
|
4
|
+
view_type: ViewType;
|
|
5
|
+
res_id?: number;
|
|
6
|
+
domain?: any[];
|
|
7
|
+
};
|
|
8
|
+
export declare function ShareUrlButton({ action_id, view_type, res_id, domain, }: ShareUrlButtonProps): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
//# sourceMappingURL=ShareUrlButton.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShareUrlButton.d.ts","sourceRoot":"","sources":["../../src/actionbar/ShareUrlButton.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAInC,MAAM,MAAM,mBAAmB,GAAG;IAChC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,QAAQ,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,GAAG,EAAE,CAAC;CAChB,CAAC;AAEF,wBAAgB,cAAc,CAAC,EAC7B,SAAS,EACT,SAAS,EACT,MAAM,EACN,MAAM,GACP,EAAE,mBAAmB,2CAqGrB"}
|
|
@@ -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":"AAqCA,KAAK,KAAK,GAAG;IACX,aAAa,CAAC,EAAE,GAAG,CAAC;IACpB,cAAc,EAAE,OAAO,CAAC;IACxB,OAAO,CAAC,EAAE,GAAG,CAAC;CACf,CAAC;AAEF,iBAAS,aAAa,CAAC,KAAK,EAAE,KAAK,2CAwZlC;AAED,eAAe,aAAa,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dayjs.d.ts","sourceRoot":"","sources":["../../src/helpers/dayjs.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"dayjs.d.ts","sourceRoot":"","sources":["../../src/helpers/dayjs.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAU1B,OAAO,iBAAiB,CAAC;AACzB,OAAO,iBAAiB,CAAC;AACzB,OAAO,iBAAiB,CAAC;AAWzB,eAAe,KAAK,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { ViewType } from '../*/types';
|
|
2
|
+
export declare const createShareOpenUrl: ({ action_id, view_type, res_id, domain, }: {
|
|
3
|
+
action_id: number;
|
|
4
|
+
view_type?: ViewType | undefined;
|
|
5
|
+
res_id?: number | undefined;
|
|
6
|
+
domain?: any[] | undefined;
|
|
7
|
+
}) => string;
|
|
8
|
+
//# sourceMappingURL=shareUrlHelper.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"shareUrlHelper.d.ts","sourceRoot":"","sources":["../../src/helpers/shareUrlHelper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAEnC,eAAO,MAAM,kBAAkB;eAMlB,MAAM;;;;YAclB,CAAC"}
|
package/dist/locales/ca_ES.d.ts
CHANGED
|
@@ -100,6 +100,9 @@ declare const _default: {
|
|
|
100
100
|
not: string;
|
|
101
101
|
loading: string;
|
|
102
102
|
pendingToCalculate: string;
|
|
103
|
+
share: string;
|
|
104
|
+
copyToClipboard: string;
|
|
105
|
+
urlCopiedToClipboard: string;
|
|
103
106
|
};
|
|
104
107
|
export default _default;
|
|
105
108
|
//# sourceMappingURL=ca_ES.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ca_ES.d.ts","sourceRoot":"","sources":["../../src/locales/ca_ES.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ca_ES.d.ts","sourceRoot":"","sources":["../../src/locales/ca_ES.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAkHE"}
|
package/dist/locales/en_US.d.ts
CHANGED
|
@@ -100,6 +100,9 @@ declare const _default: {
|
|
|
100
100
|
not: string;
|
|
101
101
|
loading: string;
|
|
102
102
|
pendingToCalculate: string;
|
|
103
|
+
share: string;
|
|
104
|
+
urlCopiedToClipboard: string;
|
|
105
|
+
copyToClipboard: string;
|
|
103
106
|
};
|
|
104
107
|
export default _default;
|
|
105
108
|
//# sourceMappingURL=en_US.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"en_US.d.ts","sourceRoot":"","sources":["../../src/locales/en_US.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"en_US.d.ts","sourceRoot":"","sources":["../../src/locales/en_US.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA8GE"}
|
package/dist/locales/es_ES.d.ts
CHANGED
|
@@ -100,6 +100,9 @@ declare const _default: {
|
|
|
100
100
|
not: string;
|
|
101
101
|
loading: string;
|
|
102
102
|
pendingToCalculate: string;
|
|
103
|
+
share: string;
|
|
104
|
+
urlCopiedToClipboard: string;
|
|
105
|
+
copyToClipboard: string;
|
|
103
106
|
};
|
|
104
107
|
export default _default;
|
|
105
108
|
//# sourceMappingURL=es_ES.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"es_ES.d.ts","sourceRoot":"","sources":["../../src/locales/es_ES.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"es_ES.d.ts","sourceRoot":"","sources":["../../src/locales/es_ES.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAoHE"}
|