@kosdev-code/kos-ui-sdk 2.0.7 → 2.0.9

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 (72) hide show
  1. package/common/constants/index.d.ts +1 -0
  2. package/common/constants/index.d.ts.map +1 -1
  3. package/common/events/eventBus.d.ts +42 -0
  4. package/common/events/eventBus.d.ts.map +1 -1
  5. package/core/core/decorators/kosModel.d.ts +3 -16
  6. package/core/core/decorators/kosModel.d.ts.map +1 -1
  7. package/core/core/kos-container-model.d.ts +8 -0
  8. package/core/core/kos-container-model.d.ts.map +1 -1
  9. package/core/core/kos-data-container.d.ts +6 -0
  10. package/core/core/kos-data-container.d.ts.map +1 -1
  11. package/core/core/kosModel.d.ts +23 -20
  12. package/core/core/kosModel.d.ts.map +1 -1
  13. package/core/core/kosModelManager.d.ts.map +1 -1
  14. package/core/core/log/log.d.ts.map +1 -1
  15. package/core/core/model/apply-kos-dev-tool-support.d.ts +2 -0
  16. package/core/core/model/apply-kos-dev-tool-support.d.ts.map +1 -0
  17. package/core/core/model/kos-child-resolver.d.ts +10 -0
  18. package/core/core/model/kos-child-resolver.d.ts.map +1 -0
  19. package/core/core/model/kos-companion-model-manager.d.ts +14 -0
  20. package/core/core/model/kos-companion-model-manager.d.ts.map +1 -0
  21. package/core/core/model/kos-effects-manager.d.ts +14 -0
  22. package/core/core/model/kos-effects-manager.d.ts.map +1 -0
  23. package/core/core/model/kos-fsm-manager.d.ts +24 -0
  24. package/core/core/model/kos-fsm-manager.d.ts.map +1 -0
  25. package/core/core/model/kos-logger-factory.d.ts +9 -0
  26. package/core/core/model/kos-logger-factory.d.ts.map +1 -0
  27. package/core/core/model/kos-model-component-factory.d.ts +23 -0
  28. package/core/core/model/kos-model-component-factory.d.ts.map +1 -0
  29. package/core/core/model/kos-offline-queue.d.ts +17 -0
  30. package/core/core/model/kos-offline-queue.d.ts.map +1 -0
  31. package/core/core/model/kos-online-lifecycle-manager.d.ts +12 -0
  32. package/core/core/model/kos-online-lifecycle-manager.d.ts.map +1 -0
  33. package/core/core/model/kos-subscription-manager.d.ts +18 -0
  34. package/core/core/model/kos-subscription-manager.d.ts.map +1 -0
  35. package/core/core/model/logger-utils.d.ts +9 -0
  36. package/core/core/model/logger-utils.d.ts.map +1 -0
  37. package/core/core/model/model-introspection-utils.d.ts +5 -0
  38. package/core/core/model/model-introspection-utils.d.ts.map +1 -0
  39. package/core/types/utils/kos-fetch.d.ts +2 -0
  40. package/core/types/utils/kos-fetch.d.ts.map +1 -1
  41. package/core/util/array-utils.d.ts +2 -0
  42. package/core/util/array-utils.d.ts.map +1 -0
  43. package/core/util/await-first-matching-when.d.ts +5 -0
  44. package/core/util/await-first-matching-when.d.ts.map +1 -0
  45. package/core/util/index.d.ts +1 -0
  46. package/core/util/index.d.ts.map +1 -1
  47. package/core/util/kos-fetch.d.ts.map +1 -1
  48. package/core/util/kos-message-utils.d.ts +1 -1
  49. package/core/util/kos-message-utils.d.ts.map +1 -1
  50. package/core/util/kos-model-utils.d.ts +1 -0
  51. package/core/util/kos-model-utils.d.ts.map +1 -1
  52. package/core/util/kos-service-request.d.ts.map +1 -1
  53. package/core/util/model-utils.d.ts +3 -0
  54. package/core/util/model-utils.d.ts.map +1 -1
  55. package/core/util/service-factory.d.ts.map +1 -1
  56. package/index.cjs +42 -41
  57. package/index.cjs.map +1 -1
  58. package/index.js +3771 -3369
  59. package/index.js.map +1 -1
  60. package/models/models/trouble-container/trouble-container-model.d.ts +1 -1
  61. package/models/models/trouble-container/trouble-container-model.d.ts.map +1 -1
  62. package/models/utils/client.d.ts +4 -0
  63. package/models/utils/client.d.ts.map +1 -1
  64. package/models/utils/index.d.ts +1 -0
  65. package/models/utils/index.d.ts.map +1 -1
  66. package/models/utils/model-event-utils.d.ts +3 -0
  67. package/models/utils/model-event-utils.d.ts.map +1 -0
  68. package/models/utils/service.d.ts +4 -0
  69. package/models/utils/service.d.ts.map +1 -1
  70. package/package.json +2 -2
  71. package/ui/hooks/use-function-warmup.d.ts +34 -17
  72. package/ui/hooks/use-function-warmup.d.ts.map +1 -1
@@ -1,7 +1,7 @@
1
1
  import { TroubleContainerModel } from './types';
2
2
  import { TroubleModel } from '../trouble/types';
3
3
  import { TroubleResponse } from '../trouble/services';
4
- import { IKosModelContainer } from '../../../core';
4
+ import { IKosModelContainer } from '../../../core/core/kos-container-model';
5
5
 
6
6
  export declare const MODEL_TYPE = "trouble-container-model";
7
7
  export declare class Troubles {
@@ -1 +1 @@
1
- {"version":3,"file":"trouble-container-model.d.ts","sourceRoot":"","sources":["../../../../../../../packages/sdk/kos-ui-sdk/src/models/models/trouble-container/trouble-container-model.ts"],"names":[],"mappings":"AAAA,OAAO,EASL,KAAK,kBAAkB,EACxB,MAAM,eAAe,CAAC;AAQvB,OAAO,EAAe,KAAK,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAExE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAErD,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AAuCrD,eAAO,MAAM,UAAU,4BAA4B,CAAC;AAEpD,qBAAa,QAAQ;IACnB,MAAM,CAAC,QAAQ,CAAC,uBAAuB,aAAa;IACpD,MAAM,CAAC,QAAQ,CAAC,sBAAsB,YAAY;IAClD,MAAM,CAAC,QAAQ,CAAC,uBAAuB,aAAa;IACpD,MAAM,CAAC,QAAQ,CAAC,0BAA0B,gBAAgB;IAC1D,MAAM,CAAC,QAAQ,CAAC,aAAa,UAAU;IACvC,MAAM,CAAC,QAAQ,CAAC,iBAAiB,UAAU;CAC5C;AACD,qBACa,yBAA0B,YAAW,qBAAqB;IACrE,EAAE,EAAE,MAAM,CAAC;IAED,QAAQ,EAAE,kBAAkB,CAAC,YAAY,CAAC,CAAC;gBACzC,OAAO,EAAE,MAAM;IAiBrB,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;IA2B3B,oBAAoB,CAAC,EAAE,EAAE,MAAM;IAW/B,kBAAkB,CAAC,OAAO,EAAE,eAAe;CAe5C"}
1
+ {"version":3,"file":"trouble-container-model.d.ts","sourceRoot":"","sources":["../../../../../../../packages/sdk/kos-ui-sdk/src/models/models/trouble-container/trouble-container-model.ts"],"names":[],"mappings":"AAWA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AAOjF,OAAO,EAAe,KAAK,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAExE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAErD,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AAuCrD,eAAO,MAAM,UAAU,4BAA4B,CAAC;AAEpD,qBAAa,QAAQ;IACnB,MAAM,CAAC,QAAQ,CAAC,uBAAuB,aAAa;IACpD,MAAM,CAAC,QAAQ,CAAC,sBAAsB,YAAY;IAClD,MAAM,CAAC,QAAQ,CAAC,uBAAuB,aAAa;IACpD,MAAM,CAAC,QAAQ,CAAC,0BAA0B,gBAAgB;IAC1D,MAAM,CAAC,QAAQ,CAAC,aAAa,UAAU;IACvC,MAAM,CAAC,QAAQ,CAAC,iBAAiB,UAAU;CAC5C;AACD,qBACa,yBAA0B,YAAW,qBAAqB;IACrE,EAAE,EAAE,MAAM,CAAC;IAED,QAAQ,EAAE,kBAAkB,CAAC,YAAY,CAAC,CAAC;gBACzC,OAAO,EAAE,MAAM;IAiBrB,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;IA2B3B,oBAAoB,CAAC,EAAE,EAAE,MAAM;IAW/B,kBAAkB,CAAC,OAAO,EAAE,eAAe;CAe5C"}
@@ -9,6 +9,7 @@ export declare const api: {
9
9
  tracker?: string | undefined;
10
10
  destinationAddress?: string | undefined;
11
11
  bridge?: boolean | undefined;
12
+ headers?: Record<string, string> | undefined;
12
13
  timeout?: number | undefined;
13
14
  fos?: boolean | undefined;
14
15
  studio?: boolean | undefined;
@@ -25,6 +26,7 @@ export declare const api: {
25
26
  tracker?: string | undefined;
26
27
  destinationAddress?: string | undefined;
27
28
  bridge?: boolean | undefined;
29
+ headers?: Record<string, string> | undefined;
28
30
  timeout?: number | undefined;
29
31
  fos?: boolean | undefined;
30
32
  studio?: boolean | undefined;
@@ -41,6 +43,7 @@ export declare const api: {
41
43
  tracker?: string | undefined;
42
44
  destinationAddress?: string | undefined;
43
45
  bridge?: boolean | undefined;
46
+ headers?: Record<string, string> | undefined;
44
47
  timeout?: number | undefined;
45
48
  fos?: boolean | undefined;
46
49
  studio?: boolean | undefined;
@@ -53,6 +56,7 @@ export declare const api: {
53
56
  tracker?: string | undefined;
54
57
  destinationAddress?: string | undefined;
55
58
  bridge?: boolean | undefined;
59
+ headers?: Record<string, string> | undefined;
56
60
  timeout?: number | undefined;
57
61
  fos?: boolean | undefined;
58
62
  studio?: boolean | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../../../../../../packages/sdk/kos-ui-sdk/src/models/utils/client.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,gBAAgB,EACrB,KAAK,cAAc,EACpB,MAAM,YAAY,CAAC;AACpB,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAErC,eAAO,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAwB,CAAC;AAEzC,MAAM,MAAM,gBAAgB,CAC1B,CAAC,SAAS,MAAM,KAAK,EACrB,CAAC,SAAS,gBAAgB,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,IAClC,cAAc,CAAC,KAAK,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../../../../../../packages/sdk/kos-ui-sdk/src/models/utils/client.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,gBAAgB,EACrB,KAAK,cAAc,EACpB,MAAM,YAAY,CAAC;AACpB,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAErC,eAAO,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAwB,CAAC;AAEzC,MAAM,MAAM,gBAAgB,CAC1B,CAAC,SAAS,MAAM,KAAK,EACrB,CAAC,SAAS,gBAAgB,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,IAClC,cAAc,CAAC,KAAK,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC"}
@@ -3,6 +3,7 @@ export * from './conversion-utils';
3
3
  export * from './core-registration-manager';
4
4
  export * from './extension-manager';
5
5
  export * from './future-manager';
6
+ export * from './model-event-utils';
6
7
  export * from './persistence-store';
7
8
  export * from './prop-utils';
8
9
  export * from './region-utils';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/sdk/kos-ui-sdk/src/models/utils/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,oBAAoB,CAAC;AACnC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/sdk/kos-ui-sdk/src/models/utils/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,oBAAoB,CAAC;AACnC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC"}
@@ -0,0 +1,3 @@
1
+ export declare function modelEventTopicFactory(modelType: string, modelId?: string): string;
2
+ export declare function modelTypeEventTopicFactory(modelType: string): string;
3
+ //# sourceMappingURL=model-event-utils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"model-event-utils.d.ts","sourceRoot":"","sources":["../../../../../../packages/sdk/kos-ui-sdk/src/models/utils/model-event-utils.ts"],"names":[],"mappings":"AAEA,wBAAgB,sBAAsB,CAAC,SAAS,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,UAIzE;AAED,wBAAgB,0BAA0B,CAAC,SAAS,EAAE,MAAM,UAE3D"}
@@ -9,6 +9,7 @@ declare const api: {
9
9
  tracker?: string | undefined;
10
10
  destinationAddress?: string | undefined;
11
11
  bridge?: boolean | undefined;
12
+ headers?: Record<string, string> | undefined;
12
13
  timeout?: number | undefined;
13
14
  fos?: boolean | undefined;
14
15
  studio?: boolean | undefined;
@@ -25,6 +26,7 @@ declare const api: {
25
26
  tracker?: string | undefined;
26
27
  destinationAddress?: string | undefined;
27
28
  bridge?: boolean | undefined;
29
+ headers?: Record<string, string> | undefined;
28
30
  timeout?: number | undefined;
29
31
  fos?: boolean | undefined;
30
32
  studio?: boolean | undefined;
@@ -41,6 +43,7 @@ declare const api: {
41
43
  tracker?: string | undefined;
42
44
  destinationAddress?: string | undefined;
43
45
  bridge?: boolean | undefined;
46
+ headers?: Record<string, string> | undefined;
44
47
  timeout?: number | undefined;
45
48
  fos?: boolean | undefined;
46
49
  studio?: boolean | undefined;
@@ -53,6 +56,7 @@ declare const api: {
53
56
  tracker?: string | undefined;
54
57
  destinationAddress?: string | undefined;
55
58
  bridge?: boolean | undefined;
59
+ headers?: Record<string, string> | undefined;
56
60
  timeout?: number | undefined;
57
61
  fos?: boolean | undefined;
58
62
  studio?: boolean | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"service.d.ts","sourceRoot":"","sources":["../../../../../../packages/sdk/kos-ui-sdk/src/models/utils/service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAgB,KAAK,aAAa,EAAE,MAAM,YAAY,CAAC;AAC9D,OAAO,EAAE,KAAK,EAAE,MAAM,WAAW,CAAC;AAElC,QAAA,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAwB,CAAC;AAElC,MAAM,MAAM,MAAM,GAAG,KAAK,CAAC;AAC3B,MAAM,MAAM,OAAO,GAAG,MAAM,KAAK,CAAC;AAClC,MAAM,MAAM,UAAU,GAAG,aAAa,CAAC,KAAK,CAAC,CAAC;AAE9C,MAAM,MAAM,QAAQ,GAAG,UAAU,CAAC,KAAK,CAAC,CAAC;AACzC,MAAM,MAAM,SAAS,GAAG,UAAU,CAAC,MAAM,CAAC,CAAC;AAC3C,MAAM,MAAM,QAAQ,GAAG,UAAU,CAAC,KAAK,CAAC,CAAC;AACzC,MAAM,MAAM,WAAW,GAAG,UAAU,CAAC,QAAQ,CAAC,CAAC;AAE/C,eAAe,GAAG,CAAC"}
1
+ {"version":3,"file":"service.d.ts","sourceRoot":"","sources":["../../../../../../packages/sdk/kos-ui-sdk/src/models/utils/service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAgB,KAAK,aAAa,EAAE,MAAM,YAAY,CAAC;AAC9D,OAAO,EAAE,KAAK,EAAE,MAAM,WAAW,CAAC;AAElC,QAAA,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAwB,CAAC;AAElC,MAAM,MAAM,MAAM,GAAG,KAAK,CAAC;AAC3B,MAAM,MAAM,OAAO,GAAG,MAAM,KAAK,CAAC;AAClC,MAAM,MAAM,UAAU,GAAG,aAAa,CAAC,KAAK,CAAC,CAAC;AAE9C,MAAM,MAAM,QAAQ,GAAG,UAAU,CAAC,KAAK,CAAC,CAAC;AACzC,MAAM,MAAM,SAAS,GAAG,UAAU,CAAC,MAAM,CAAC,CAAC;AAC3C,MAAM,MAAM,QAAQ,GAAG,UAAU,CAAC,KAAK,CAAC,CAAC;AACzC,MAAM,MAAM,WAAW,GAAG,UAAU,CAAC,QAAQ,CAAC,CAAC;AAE/C,eAAe,GAAG,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kosdev-code/kos-ui-sdk",
3
- "version": "2.0.7",
3
+ "version": "2.0.9",
4
4
  "type": "module",
5
5
  "main": "./index.cjs",
6
6
  "module": "./index.js",
@@ -36,7 +36,7 @@
36
36
  },
37
37
  "kos": {
38
38
  "build": {
39
- "gitHash": "3caa35fec5d055da290df0c4aa13813890ec98e3"
39
+ "gitHash": "cbb87acaa58797d3617dd4e1a85f6c601c3e72cd"
40
40
  }
41
41
  }
42
42
  }
@@ -1,44 +1,61 @@
1
+ /**
2
+ * Represents a marker type used to indicate that a function or process
3
+ * has been warmed up and is ready for use.
4
+ *
5
+ * This type is typically used as a flag or annotation in scenarios
6
+ * where initialization or preparation steps are required before
7
+ * execution.
8
+ */
1
9
  export type WarmupMarker = {
2
10
  __warmup: true;
3
11
  };
4
12
  type Warmupable<T extends (arg?: any) => any> = (arg?: any | WarmupMarker) => ReturnType<T>;
13
+ interface UseFunctionWarmupOptions {
14
+ intervalMs?: number;
15
+ immediate?: boolean;
16
+ }
5
17
  /**
6
- * A React hook that warms up a given function by invoking it during an idle period
7
- * or after a short timeout. This is useful for preloading or preparing expensive
8
- * computations or resources in advance.
18
+ * A React hook that periodically invokes a given function to keep it "warmed up."
19
+ * This can be useful for functions that require initialization or caching to
20
+ * improve performance during actual usage.
9
21
  *
10
- * @template T - The type of the function to be warmed up. It must accept an optional
11
- * argument and return any value.
22
+ * @template T - The type of the function to be warmed up.
23
+ * @param fn - The function to be warmed up. It should accept an optional argument
24
+ * and handle a special warmup call with `{ __warmup: true }`.
25
+ * @param options - Configuration options for the warmup behavior.
26
+ * @param options.intervalMs - The interval in milliseconds at which the function
27
+ * should be warmed up. Defaults to 5 minutes (300,000 ms).
28
+ * If set to `null` or `0`, periodic warmup is disabled.
29
+ * @param options.immediate - Whether to perform an immediate warmup when the hook
30
+ * is first invoked. Defaults to `true`.
12
31
  *
13
- * @param fn - The function to be warmed up. It should handle a special warmup argument
14
- * (`{ __warmup: true }`) gracefully, as this argument is passed during the warmup phase.
32
+ * @returns void
15
33
  *
16
34
  * @remarks
17
- * - If the browser supports `requestIdleCallback`, the warmup function will be invoked
18
- * during an idle period. Otherwise, it will fall back to using `setTimeout` with a
19
- * 1-millisecond delay.
20
- * - Any errors thrown during the warmup invocation are caught and ignored to ensure
21
- * that the warmup process does not disrupt the application.
35
+ * - If the `immediate` option is enabled, the function will be warmed up immediately
36
+ * using `requestIdleCallback` if available, or a `setTimeout` fallback.
37
+ * - Errors thrown during the warmup process are caught and ignored.
38
+ * - The periodic warmup is cleaned up automatically when the component unmounts.
22
39
  *
23
40
  * @example
24
41
  * ```tsx
25
42
  * import { useFunctionWarmup } from './use-function-warmup';
26
43
  *
27
- * const expensiveFunction = (options?: { __warmup?: boolean }) => {
28
- * if (options?.__warmup) {
44
+ * const myFunction = (arg?: any) => {
45
+ * if (arg?.__warmup) {
29
46
  * console.log('Warming up...');
30
47
  * } else {
31
- * console.log('Executing expensive function...');
48
+ * console.log('Executing function...');
32
49
  * }
33
50
  * };
34
51
  *
35
52
  * function MyComponent() {
36
- * useFunctionWarmup(expensiveFunction);
53
+ * useFunctionWarmup(myFunction, { intervalMs: 60000, immediate: true });
37
54
  *
38
55
  * return <div>My Component</div>;
39
56
  * }
40
57
  * ```
41
58
  */
42
- export declare function useFunctionWarmup<T extends (arg?: any) => any>(fn: Warmupable<T>): void;
59
+ export declare function useFunctionWarmup<T extends (arg?: any) => any>(fn: Warmupable<T>, options?: UseFunctionWarmupOptions): void;
43
60
  export {};
44
61
  //# sourceMappingURL=use-function-warmup.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"use-function-warmup.d.ts","sourceRoot":"","sources":["../../../../../../packages/sdk/kos-ui-sdk/src/ui/hooks/use-function-warmup.ts"],"names":[],"mappings":"AAGA,MAAM,MAAM,YAAY,GAAG;IAAE,QAAQ,EAAE,IAAI,CAAA;CAAE,CAAC;AAG9C,KAAK,UAAU,CAAC,CAAC,SAAS,CAAC,GAAG,CAAC,EAAE,GAAG,KAAK,GAAG,IAAI,CAC9C,GAAG,CAAC,EAAE,GAAG,GAAG,YAAY,KACrB,UAAU,CAAC,CAAC,CAAC,CAAC;AAEnB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoCG;AACH,wBAAgB,iBAAiB,CAAC,CAAC,SAAS,CAAC,GAAG,CAAC,EAAE,GAAG,KAAK,GAAG,EAC5D,EAAE,EAAE,UAAU,CAAC,CAAC,CAAC,QAiBlB"}
1
+ {"version":3,"file":"use-function-warmup.d.ts","sourceRoot":"","sources":["../../../../../../packages/sdk/kos-ui-sdk/src/ui/hooks/use-function-warmup.ts"],"names":[],"mappings":"AAGA;;;;;;;GAOG;AACH,MAAM,MAAM,YAAY,GAAG;IAAE,QAAQ,EAAE,IAAI,CAAA;CAAE,CAAC;AAG9C,KAAK,UAAU,CAAC,CAAC,SAAS,CAAC,GAAG,CAAC,EAAE,GAAG,KAAK,GAAG,IAAI,CAC9C,GAAG,CAAC,EAAE,GAAG,GAAG,YAAY,KACrB,UAAU,CAAC,CAAC,CAAC,CAAC;AAEnB,UAAU,wBAAwB;IAChC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAyCG;AACH,wBAAgB,iBAAiB,CAAC,CAAC,SAAS,CAAC,GAAG,CAAC,EAAE,GAAG,KAAK,GAAG,EAC5D,EAAE,EAAE,UAAU,CAAC,CAAC,CAAC,EACjB,OAAO,GAAE,wBAA6B,QA0BvC"}