@gisce/react-ooui 2.54.0-alpha.9 → 2.54.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.
@@ -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,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
+ {"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 +1 @@
1
- {"version":3,"file":"DashboardActionBar.d.ts","sourceRoot":"","sources":["../../src/actionbar/DashboardActionBar.tsx"],"names":[],"mappings":"AAoBA,iBAAS,kBAAkB,4CAkD1B;AAED,eAAe,kBAAkB,CAAC"}
1
+ {"version":3,"file":"DashboardActionBar.d.ts","sourceRoot":"","sources":["../../src/actionbar/DashboardActionBar.tsx"],"names":[],"mappings":"AAcA,iBAAS,kBAAkB,4CA0C1B;AAMD,eAAe,kBAAkB,CAAC"}
@@ -1,6 +1,5 @@
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;
5
4
  export default FormActionBar;
6
5
  //# sourceMappingURL=FormActionBar.d.ts.map
@@ -1 +1 @@
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
+ {"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,6 +1,5 @@
1
- declare function GraphActionBar({ refreshGraph, domain, }: {
1
+ declare function GraphActionBar({ refreshGraph }: {
2
2
  refreshGraph: () => void;
3
- domain?: any[];
4
3
  }): import("react/jsx-runtime").JSX.Element;
5
4
  export default GraphActionBar;
6
5
  //# sourceMappingURL=GraphActionBar.d.ts.map
@@ -1 +1 @@
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"}
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 +1 @@
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,2CAyZlC;AAED,eAAe,aAAa,CAAC"}
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 +1 @@
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"}
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"}
@@ -100,9 +100,6 @@ declare const _default: {
100
100
  not: string;
101
101
  loading: string;
102
102
  pendingToCalculate: string;
103
- share: string;
104
- copyToClipboard: string;
105
- urlCopiedToClipboard: string;
106
103
  };
107
104
  export default _default;
108
105
  //# 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,wBAkHE"}
1
+ {"version":3,"file":"ca_ES.d.ts","sourceRoot":"","sources":["../../src/locales/ca_ES.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA+GE"}
@@ -100,9 +100,6 @@ declare const _default: {
100
100
  not: string;
101
101
  loading: string;
102
102
  pendingToCalculate: string;
103
- share: string;
104
- urlCopiedToClipboard: string;
105
- copyToClipboard: string;
106
103
  };
107
104
  export default _default;
108
105
  //# 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,wBA8GE"}
1
+ {"version":3,"file":"en_US.d.ts","sourceRoot":"","sources":["../../src/locales/en_US.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA2GE"}
@@ -100,9 +100,6 @@ declare const _default: {
100
100
  not: string;
101
101
  loading: string;
102
102
  pendingToCalculate: string;
103
- share: string;
104
- urlCopiedToClipboard: string;
105
- copyToClipboard: string;
106
103
  };
107
104
  export default _default;
108
105
  //# 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,wBAoHE"}
1
+ {"version":3,"file":"es_ES.d.ts","sourceRoot":"","sources":["../../src/locales/es_ES.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAiHE"}