@trudb/tru-common-lib 0.0.853 → 0.0.855

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.
@@ -9,6 +9,13 @@ export declare class TruUtil {
9
9
  isDate: (date: Date) => boolean;
10
10
  isValidDate: (value: string) => boolean;
11
11
  rulesEval: (styles: object | null) => object;
12
+ /**
13
+ * Serializes an object as URL parameters. The object should be a base type or have
14
+ * properties that are each base types. Does not support a property with structure.
15
+ * @param {Object} data
16
+ * @returns {String}
17
+ */
18
+ formatAsUrlParameters: (data: any) => string;
12
19
  static ɵfac: i0.ɵɵFactoryDeclaration<TruUtil, never>;
13
20
  static ɵprov: i0.ɵɵInjectableDeclaration<TruUtil>;
14
21
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trudb/tru-common-lib",
3
- "version": "0.0.853",
3
+ "version": "0.0.855",
4
4
  "type": "module",
5
5
  "peerDependencies": {},
6
6
  "dependencies": {