@gisce/react-ooui 2.54.0-alpha.2 → 2.54.0-alpha.3

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 +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":"AAwCA,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 +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,EAAE,YAAY,EAAE,EAAE;IAAE,YAAY,EAAE,MAAM,IAAI,CAAA;CAAE,2CAwDrE;AAED,eAAe,cAAc,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { ViewType } from '../*/types';
2
+ export type ShareUrlButtonProps = {
3
+ action_id?: number;
4
+ view_type: ViewType;
5
+ res_id?: number;
6
+ };
7
+ export declare function ShareUrlButton({ action_id, view_type, res_id, }: ShareUrlButtonProps): import("react/jsx-runtime").JSX.Element;
8
+ //# 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;AAGnC,MAAM,MAAM,mBAAmB,GAAG;IAChC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,QAAQ,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,wBAAgB,cAAc,CAAC,EAC7B,SAAS,EACT,SAAS,EACT,MAAM,GACP,EAAE,mBAAmB,2CAiCrB"}
@@ -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,2CAoZlC;AAED,eAAe,aAAa,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { ViewType } from '../*/types';
2
+ export declare const createShareOpenUrl: ({ action_id, view_type, res_id, }: {
3
+ action_id: number;
4
+ view_type?: ViewType | undefined;
5
+ res_id?: number | undefined;
6
+ }) => string;
7
+ //# 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;eAKlB,MAAM;;;YAUlB,CAAC"}
@@ -100,6 +100,8 @@ declare const _default: {
100
100
  not: string;
101
101
  loading: string;
102
102
  pendingToCalculate: string;
103
+ share: string;
104
+ urlCopiedToClipboard: string;
103
105
  };
104
106
  export default _default;
105
107
  //# 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,wBAiHE"}
@@ -100,6 +100,8 @@ declare const _default: {
100
100
  not: string;
101
101
  loading: string;
102
102
  pendingToCalculate: string;
103
+ share: string;
104
+ urlCopiedToClipboard: string;
103
105
  };
104
106
  export default _default;
105
107
  //# 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,wBA6GE"}
@@ -100,6 +100,8 @@ declare const _default: {
100
100
  not: string;
101
101
  loading: string;
102
102
  pendingToCalculate: string;
103
+ share: string;
104
+ urlCopiedToClipboard: string;
103
105
  };
104
106
  export default _default;
105
107
  //# 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,wBAmHE"}