@anzusystems/common-admin 1.47.0-beta.329 → 1.47.0-beta.330
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/common-admin.d.ts
CHANGED
|
@@ -12867,7 +12867,7 @@ export declare const ARow: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, _
|
|
|
12867
12867
|
|
|
12868
12868
|
export declare const arrayFlatten: <T>(input: NestedArray<T>, acc?: T[]) => T[];
|
|
12869
12869
|
|
|
12870
|
-
export declare const arrayFromArgs: <T>(
|
|
12870
|
+
export declare const arrayFromArgs: <T>(...args: [T[]]) => T[];
|
|
12871
12871
|
|
|
12872
12872
|
export declare const arrayItemToggle: <T>(array: Array<T>, value: T) => void;
|
|
12873
12873
|
|
package/dist/common-admin.js
CHANGED
|
@@ -21767,7 +21767,6 @@ function tw() {
|
|
|
21767
21767
|
const e = [
|
|
21768
21768
|
{ name: "name", variant: "startsWith", default: null, type: "string" }
|
|
21769
21769
|
], { filterConfig: a, filterData: t } = Sa(e, wa(e), {
|
|
21770
|
-
elastic: !0,
|
|
21771
21770
|
system: Ce,
|
|
21772
21771
|
subject: zo
|
|
21773
21772
|
});
|