@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.
- 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 +0 -1
- package/dist/actionbar/FormActionBar.d.ts.map +1 -1
- package/dist/actionbar/GraphActionBar.d.ts +1 -2
- package/dist/actionbar/GraphActionBar.d.ts.map +1 -1
- package/dist/actionbar/TreeActionBar.d.ts.map +1 -1
- package/dist/helpers/dayjs.d.ts.map +1 -1
- package/dist/locales/ca_ES.d.ts +0 -3
- package/dist/locales/ca_ES.d.ts.map +1 -1
- package/dist/locales/en_US.d.ts +0 -3
- package/dist/locales/en_US.d.ts.map +1 -1
- package/dist/locales/es_ES.d.ts +0 -3
- package/dist/locales/es_ES.d.ts.map +1 -1
- package/dist/react-ooui.es.js +3833 -4014
- package/dist/react-ooui.es.js.map +1 -1
- package/dist/types/index.d.ts +4 -9
- package/dist/types/index.d.ts.map +1 -1
- package/dist/views/ActionView.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/custom/ArrowSteps.d.ts.map +1 -1
- package/dist/widgets/views/Dashboard/Dashboard.d.ts.map +1 -1
- package/package.json +2 -2
- package/dist/actionbar/ShareUrlButton.d.ts +0 -9
- package/dist/actionbar/ShareUrlButton.d.ts.map +0 -1
- package/dist/helpers/shareUrlHelper.d.ts +0 -8
- package/dist/helpers/shareUrlHelper.d.ts.map +0 -1
|
@@ -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,
|
|
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":"
|
|
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":"
|
|
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
|
|
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":"
|
|
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":"
|
|
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;
|
|
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"}
|
package/dist/locales/ca_ES.d.ts
CHANGED
|
@@ -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":"
|
|
1
|
+
{"version":3,"file":"ca_ES.d.ts","sourceRoot":"","sources":["../../src/locales/ca_ES.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA+GE"}
|
package/dist/locales/en_US.d.ts
CHANGED
|
@@ -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":"
|
|
1
|
+
{"version":3,"file":"en_US.d.ts","sourceRoot":"","sources":["../../src/locales/en_US.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA2GE"}
|
package/dist/locales/es_ES.d.ts
CHANGED
|
@@ -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":"
|
|
1
|
+
{"version":3,"file":"es_ES.d.ts","sourceRoot":"","sources":["../../src/locales/es_ES.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAiHE"}
|