@ngx-smz/core 21.1.10 → 21.1.11
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/package.json
CHANGED
package/types/ngx-smz-core.d.ts
CHANGED
|
@@ -221,7 +221,7 @@ interface ParentEntity<TKey, TData> {
|
|
|
221
221
|
data: TData[];
|
|
222
222
|
}
|
|
223
223
|
declare const nameof: <T>(name: Extract<keyof T, string>) => string;
|
|
224
|
-
declare const namesof: <T, U>(first: Extract<keyof T, string>, second: Extract<keyof U, string
|
|
224
|
+
declare const namesof: <T, U>(first: Extract<keyof T, string>, second: Extract<keyof U, string>, separator?: string) => string;
|
|
225
225
|
declare function flattenObject<T>(data: Record<string, unknown>): T;
|
|
226
226
|
|
|
227
227
|
interface SmzSmartTagConfig {
|