@aitronos/freddy-plugins 0.1.78 → 0.1.80
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/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +0 -8
- package/dist/index.js +1019 -911
- package/dist/index.js.map +1 -1
- package/package.json +3 -1
package/dist/index.d.ts
CHANGED
|
@@ -197,14 +197,6 @@ export declare const AdvancedModal: __VLS_WithTemplateSlots<typeof __VLS_compone
|
|
|
197
197
|
*/
|
|
198
198
|
export declare const calculatePercentage: (partialValue: number, totalValue: number) => string;
|
|
199
199
|
|
|
200
|
-
/**
|
|
201
|
-
* Creates a deep clone of the provided value, handling circular references.
|
|
202
|
-
* This function is similar to Lodash's `cloneDeep`.
|
|
203
|
-
*
|
|
204
|
-
* @template T - The type of the value being cloned.
|
|
205
|
-
* @param {T} value - The value to deeply clone.
|
|
206
|
-
* @returns {T} - Returns the deeply cloned value.
|
|
207
|
-
*/
|
|
208
200
|
export declare function cloneDeepSafe<T>(value: T): T;
|
|
209
201
|
|
|
210
202
|
export declare const ConfirmationModal: DefineComponent<ExtractPropTypes< {
|