@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.
@@ -1,7 +1,7 @@
1
1
  import { ButtonProps } from "antd";
2
2
  type Props = ButtonProps & {
3
3
  tooltip: string;
4
- onClick: any;
4
+ onClick?: any;
5
5
  icon: any;
6
6
  disabled?: boolean;
7
7
  label?: string;
@@ -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;IACb,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
+ {"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":"AAcA,iBAAS,kBAAkB,4CA0C1B;AAMD,eAAe,kBAAkB,CAAC"}
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":"AAqCA,iBAAS,aAAa,CAAC,EAAE,OAAO,EAAE,EAAE;IAAE,OAAO,EAAE,GAAG,CAAA;CAAE,kDAsVnD;AAyBD,eAAe,aAAa,CAAC"}
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":"AAaA,iBAAS,cAAc,CAAC,EAAE,YAAY,EAAE,EAAE;IAAE,YAAY,EAAE,MAAM,IAAI,CAAA;CAAE,2CAmDrE;AAED,eAAe,cAAc,CAAC"}
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":"AAmCA,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,2CA+YlC;AAMD,eAAe,aAAa,CAAC"}
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;AAoB1B,eAAe,KAAK,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"}
@@ -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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA+GE"}
1
+ {"version":3,"file":"ca_ES.d.ts","sourceRoot":"","sources":["../../src/locales/ca_ES.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAkHE"}
@@ -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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA2GE"}
1
+ {"version":3,"file":"en_US.d.ts","sourceRoot":"","sources":["../../src/locales/en_US.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA8GE"}
@@ -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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAiHE"}
1
+ {"version":3,"file":"es_ES.d.ts","sourceRoot":"","sources":["../../src/locales/es_ES.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAoHE"}