lodash-walk-object 13.1.44 → 16.0.46

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.
Files changed (44) hide show
  1. package/assets/shared/shared_folder_info.txt +1 -1
  2. package/browser/{esm2020 → esm2022}/lib/index.mjs +337 -337
  3. package/{client/esm2020 → browser/esm2022}/lib/models.mjs +3 -3
  4. package/{client/esm2020 → browser/esm2022}/lodash-walk-object.mjs +4 -4
  5. package/{client/esm2020 → browser/esm2022}/public-api.mjs +1 -1
  6. package/browser/{fesm2015 → fesm2022}/lodash-walk-object.mjs +336 -336
  7. package/browser/{lodash-walk-object.d.ts → index.d.ts} +4 -4
  8. package/browser/lib/index.d.ts +26 -26
  9. package/browser/lib/models.d.ts +43 -43
  10. package/browser/package.json +6 -12
  11. package/client/{esm2020 → esm2022}/lib/index.mjs +337 -337
  12. package/{browser/esm2020 → client/esm2022}/lib/models.mjs +3 -3
  13. package/{browser/esm2020 → client/esm2022}/lodash-walk-object.mjs +4 -4
  14. package/{browser/esm2020 → client/esm2022}/public-api.mjs +1 -1
  15. package/{browser/fesm2020 → client/fesm2022}/lodash-walk-object.mjs +336 -336
  16. package/client/{lodash-walk-object.d.ts → index.d.ts} +4 -4
  17. package/client/lib/index.d.ts +26 -26
  18. package/client/lib/models.d.ts +43 -43
  19. package/client/package.json +89 -85
  20. package/index.d.ts +1 -1
  21. package/lib/index.d.ts +27 -27
  22. package/lib/index.js.map +1 -1
  23. package/lib/models.d.ts +44 -44
  24. package/package.json +3 -3
  25. package/package.json_tnp.json5 +1 -1
  26. package/tmp-environment.json +94 -90
  27. package/websql/{esm2020 → esm2022}/lib/index.mjs +337 -337
  28. package/websql/{esm2020 → esm2022}/lib/models.mjs +3 -3
  29. package/websql/{esm2020 → esm2022}/lodash-walk-object.mjs +4 -4
  30. package/websql/{esm2020 → esm2022}/public-api.mjs +1 -1
  31. package/websql/{fesm2015 → fesm2022}/lodash-walk-object.mjs +336 -336
  32. package/websql/{lodash-walk-object.d.ts → index.d.ts} +4 -4
  33. package/websql/lib/index.d.ts +26 -26
  34. package/websql/lib/models.d.ts +43 -43
  35. package/websql/package.json +6 -12
  36. package/client/fesm2015/lodash-walk-object.mjs +0 -347
  37. package/client/fesm2015/lodash-walk-object.mjs.map +0 -1
  38. package/client/fesm2020/lodash-walk-object.mjs +0 -347
  39. package/client/fesm2020/lodash-walk-object.mjs.map +0 -1
  40. package/websql/fesm2020/lodash-walk-object.mjs +0 -347
  41. package/websql/fesm2020/lodash-walk-object.mjs.map +0 -1
  42. /package/browser/{fesm2015 → fesm2022}/lodash-walk-object.mjs.map +0 -0
  43. /package/{browser/fesm2020 → client/fesm2022}/lodash-walk-object.mjs.map +0 -0
  44. /package/websql/{fesm2015 → fesm2022}/lodash-walk-object.mjs.map +0 -0
@@ -1,6 +1,6 @@
1
1
  // @ts-nocheck
2
- /**
3
- * Generated bundle index. Do not edit.
4
- */
5
- /// <amd-module name="lodash-walk-object" />
2
+ /**
3
+ * Generated bundle index. Do not edit.
4
+ */
5
+ /// <amd-module name="lodash-walk-object" />
6
6
  export * from './public-api';
@@ -1,28 +1,28 @@
1
1
  // @ts-nocheck
2
- import { Models } from './models';
3
- export * from './models';
4
- export declare type Iterator = (value: any, lodashPath: string, changeValueTo: (newValue: any) => void, options?: Models.AdditionalIteratorOptions) => void;
5
- export declare class Helpers {
6
- static get Walk(): {
7
- Object(json: Object, iterator: Iterator, optionsOrWalkGettersValue?: Models.StartIteratorOptions): {
8
- circs: Models.Circ[];
9
- };
10
- ObjectBy(property: string, inContext: Object, iterator: Iterator, options?: Models.StartIteratorOptions): {
11
- circs: Models.Circ[];
12
- };
13
- };
14
- private static _changeValue;
15
- private static _prepareParams;
16
- private static get _Helpers();
17
- private static _shoudlReturn;
18
- private static prepareOptions;
19
- private static _walk;
20
- }
21
- export declare const walk: {
22
- Object: (json: Object, iterator: Iterator, optionsOrWalkGettersValue?: Models.StartIteratorOptions) => {
23
- circs: Models.Circ[];
24
- };
25
- ObjectBy: (property: string, inContext: Object, iterator: Iterator, options?: Models.StartIteratorOptions) => {
26
- circs: Models.Circ[];
27
- };
2
+ import { Models } from './models';
3
+ export * from './models';
4
+ export type Iterator = (value: any, lodashPath: string, changeValueTo: (newValue: any) => void, options?: Models.AdditionalIteratorOptions) => void;
5
+ export declare class Helpers {
6
+ static get Walk(): {
7
+ Object(json: Object, iterator: Iterator, optionsOrWalkGettersValue?: Models.StartIteratorOptions): {
8
+ circs: Models.Circ[];
9
+ };
10
+ ObjectBy(property: string, inContext: Object, iterator: Iterator, options?: Models.StartIteratorOptions): {
11
+ circs: Models.Circ[];
12
+ };
13
+ };
14
+ private static _changeValue;
15
+ private static _prepareParams;
16
+ private static get _Helpers();
17
+ private static _shoudlReturn;
18
+ private static prepareOptions;
19
+ private static _walk;
20
+ }
21
+ export declare const walk: {
22
+ Object: (json: Object, iterator: Iterator, optionsOrWalkGettersValue?: Models.StartIteratorOptions) => {
23
+ circs: Models.Circ[];
24
+ };
25
+ ObjectBy: (property: string, inContext: Object, iterator: Iterator, options?: Models.StartIteratorOptions) => {
26
+ circs: Models.Circ[];
27
+ };
28
28
  };
@@ -1,45 +1,45 @@
1
1
  // @ts-nocheck
2
- export declare namespace Models {
3
- type InDBType = {
4
- target: any;
5
- path: string;
6
- };
7
- type Circ = {
8
- pathToObj: string;
9
- circuralTargetPath: string;
10
- };
11
- type Ver = {
12
- v: any;
13
- p: string;
14
- parent: Ver;
15
- isGetter?: boolean;
16
- };
17
- interface StartIteratorOptions {
18
- walkGetters?: boolean;
19
- /**
20
- * Default in breadhTwalk
21
- */
22
- checkCircural?: boolean;
23
- breadthWalk?: boolean;
24
- include?: string[];
25
- exclude?: string[];
26
- }
27
- interface AdditionalIteratorOptions extends StartIteratorOptions {
28
- skipObject?: () => void;
29
- isGetter?: boolean;
30
- /**
31
- * Breadth walk will skip content of circural objects
32
- */
33
- isCircural?: boolean;
34
- exit?: () => void;
35
- }
36
- interface InternalValues extends AdditionalIteratorOptions {
37
- db?: any;
38
- stack?: any[];
39
- circural?: Circ[];
40
- hasIterator?: boolean;
41
- _valueChanged: boolean;
42
- _skip: boolean;
43
- _exit: boolean;
44
- }
2
+ export declare namespace Models {
3
+ type InDBType = {
4
+ target: any;
5
+ path: string;
6
+ };
7
+ type Circ = {
8
+ pathToObj: string;
9
+ circuralTargetPath: string;
10
+ };
11
+ type Ver = {
12
+ v: any;
13
+ p: string;
14
+ parent: Ver;
15
+ isGetter?: boolean;
16
+ };
17
+ interface StartIteratorOptions {
18
+ walkGetters?: boolean;
19
+ /**
20
+ * Default in breadhTwalk
21
+ */
22
+ checkCircural?: boolean;
23
+ breadthWalk?: boolean;
24
+ include?: string[];
25
+ exclude?: string[];
26
+ }
27
+ interface AdditionalIteratorOptions extends StartIteratorOptions {
28
+ skipObject?: () => void;
29
+ isGetter?: boolean;
30
+ /**
31
+ * Breadth walk will skip content of circural objects
32
+ */
33
+ isCircural?: boolean;
34
+ exit?: () => void;
35
+ }
36
+ interface InternalValues extends AdditionalIteratorOptions {
37
+ db?: any;
38
+ stack?: any[];
39
+ circural?: Circ[];
40
+ hasIterator?: boolean;
41
+ _valueChanged: boolean;
42
+ _skip: boolean;
43
+ _exit: boolean;
44
+ }
45
45
  }
@@ -8,23 +8,17 @@
8
8
  "dependencies": {
9
9
  "tslib": "^2.3.0"
10
10
  },
11
- "module": "fesm2015/lodash-walk-object.mjs",
12
- "es2020": "fesm2020/lodash-walk-object.mjs",
13
- "esm2020": "esm2020/lodash-walk-object.mjs",
14
- "fesm2020": "fesm2020/lodash-walk-object.mjs",
15
- "fesm2015": "fesm2015/lodash-walk-object.mjs",
16
- "typings": "lodash-walk-object.d.ts",
11
+ "module": "fesm2022/lodash-walk-object.mjs",
12
+ "typings": "index.d.ts",
17
13
  "exports": {
18
14
  "./package.json": {
19
15
  "default": "./package.json"
20
16
  },
21
17
  ".": {
22
- "types": "./lodash-walk-object.d.ts",
23
- "esm2020": "./esm2020/lodash-walk-object.mjs",
24
- "es2020": "./fesm2020/lodash-walk-object.mjs",
25
- "es2015": "./fesm2015/lodash-walk-object.mjs",
26
- "node": "./fesm2015/lodash-walk-object.mjs",
27
- "default": "./fesm2020/lodash-walk-object.mjs"
18
+ "types": "./index.d.ts",
19
+ "esm2022": "./esm2022/lodash-walk-object.mjs",
20
+ "esm": "./esm2022/lodash-walk-object.mjs",
21
+ "default": "./fesm2022/lodash-walk-object.mjs"
28
22
  }
29
23
  },
30
24
  "sideEffects": false