@gisce/react-ooui 2.75.2 → 2.75.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.
- package/dist/actionbar/TreeActionBar.d.ts.map +1 -1
- package/dist/hooks/useTableConfiguration.d.ts +3 -0
- package/dist/hooks/useTableConfiguration.d.ts.map +1 -1
- package/dist/locales/ca_ES.d.ts +2 -0
- package/dist/locales/ca_ES.d.ts.map +1 -1
- package/dist/locales/en_US.d.ts +2 -0
- package/dist/locales/en_US.d.ts.map +1 -1
- package/dist/locales/es_ES.d.ts +2 -0
- package/dist/locales/es_ES.d.ts.map +1 -1
- package/dist/react-ooui.es.js +4463 -4473
- package/dist/react-ooui.es.js.map +1 -1
- package/dist/widgets/views/SearchTreeInfinite.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TreeActionBar.d.ts","sourceRoot":"","sources":["../../src/actionbar/TreeActionBar.tsx"],"names":[],"mappings":";AA6CA,KAAK,KAAK,GAAG;IACX,aAAa,CAAC,EAAE,GAAG,CAAC;IACpB,cAAc,EAAE,OAAO,CAAC;IACxB,OAAO,CAAC,EAAE,GAAG,CAAC;IACd,MAAM,EAAE,GAAG,CAAC;CACb,CAAC;AAEF,iBAAS,sBAAsB,CAAC,EAC9B,aAAkB,EAClB,cAAc,EACd,OAAO,EACP,MAAM,GACP,EAAE,KAAK,
|
|
1
|
+
{"version":3,"file":"TreeActionBar.d.ts","sourceRoot":"","sources":["../../src/actionbar/TreeActionBar.tsx"],"names":[],"mappings":";AA6CA,KAAK,KAAK,GAAG;IACX,aAAa,CAAC,EAAE,GAAG,CAAC;IACpB,cAAc,EAAE,OAAO,CAAC;IACxB,OAAO,CAAC,EAAE,GAAG,CAAC;IACd,MAAM,EAAE,GAAG,CAAC;CACb,CAAC;AAEF,iBAAS,sBAAsB,CAAC,EAC9B,aAAkB,EAClB,cAAc,EACd,OAAO,EACP,MAAM,GACP,EAAE,KAAK,2CA2WP;AAED,QAAA,MAAM,aAAa,oEAA+B,CAAC;AACnD,eAAe,aAAa,CAAC"}
|
|
@@ -3,6 +3,9 @@ export declare const useTableConfiguration: (treeOoui: TreeOoui | undefined, par
|
|
|
3
3
|
columns: import("../types").Column[] | undefined;
|
|
4
4
|
strings: {
|
|
5
5
|
resetTableViewLabel: string;
|
|
6
|
+
changeToInfiniteLabel: string;
|
|
7
|
+
changeToPaginatedLabel: string;
|
|
8
|
+
noResultsLabel: string;
|
|
6
9
|
};
|
|
7
10
|
};
|
|
8
11
|
//# sourceMappingURL=useTableConfiguration.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useTableConfiguration.d.ts","sourceRoot":"","sources":["../../src/hooks/useTableConfiguration.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,IAAI,QAAQ,EAAE,MAAM,aAAa,CAAC;AAQ/C,eAAO,MAAM,qBAAqB,aACtB,QAAQ,GAAG,SAAS,iBACf,OAAO,MAAM,EAAE,OAAO,CAAC
|
|
1
|
+
{"version":3,"file":"useTableConfiguration.d.ts","sourceRoot":"","sources":["../../src/hooks/useTableConfiguration.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,IAAI,QAAQ,EAAE,MAAM,aAAa,CAAC;AAQ/C,eAAO,MAAM,qBAAqB,aACtB,QAAQ,GAAG,SAAS,iBACf,OAAO,MAAM,EAAE,OAAO,CAAC;;;;;;;;CA+BvC,CAAC"}
|
package/dist/locales/ca_ES.d.ts
CHANGED
|
@@ -111,6 +111,8 @@ declare const _default: {
|
|
|
111
111
|
urlCopiedToClipboard: string;
|
|
112
112
|
nameSearchLimitNote: string;
|
|
113
113
|
filterSearchLink: string;
|
|
114
|
+
changeToInfinite: string;
|
|
115
|
+
changeToPaginated: string;
|
|
114
116
|
};
|
|
115
117
|
export default _default;
|
|
116
118
|
//# 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,wBA4HE"}
|
package/dist/locales/en_US.d.ts
CHANGED
|
@@ -111,6 +111,8 @@ declare const _default: {
|
|
|
111
111
|
copyToClipboard: string;
|
|
112
112
|
nameSearchLimitNote: string;
|
|
113
113
|
filterSearchLink: string;
|
|
114
|
+
changeToInfinite: string;
|
|
115
|
+
changeToPaginated: string;
|
|
114
116
|
};
|
|
115
117
|
export default _default;
|
|
116
118
|
//# 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,wBAyHE"}
|
package/dist/locales/es_ES.d.ts
CHANGED
|
@@ -111,6 +111,8 @@ declare const _default: {
|
|
|
111
111
|
copyToClipboard: string;
|
|
112
112
|
nameSearchLimitNote: string;
|
|
113
113
|
filterSearchLink: string;
|
|
114
|
+
changeToInfinite: string;
|
|
115
|
+
changeToPaginated: string;
|
|
114
116
|
};
|
|
115
117
|
export default _default;
|
|
116
118
|
//# 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,wBA8HE"}
|