@anzusystems/common-admin 1.47.0-beta.353 → 1.47.0-beta.355
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/{AFormRemoteAutocomplete.vue_vue_type_script_setup_true_lang-CjOiytrn.mjs → AFormRemoteAutocomplete.vue_vue_type_script_setup_true_lang-lX9utxPk.mjs} +51 -52
- package/dist/{AFormRemoteAutocomplete.vue_vue_type_script_setup_true_lang-CjOiytrn.mjs.map → AFormRemoteAutocomplete.vue_vue_type_script_setup_true_lang-lX9utxPk.mjs.map} +1 -1
- package/dist/common-admin.css +1 -1
- package/dist/common-admin.d.ts +6 -2
- package/dist/common-admin.js +2644 -2629
- package/dist/common-admin.js.map +1 -1
- package/dist/labs.d.ts +1 -0
- package/dist/labs.js +110 -107
- package/dist/labs.js.map +1 -1
- package/package.json +7 -7
package/dist/common-admin.d.ts
CHANGED
|
@@ -92,6 +92,7 @@ import { StoreDefinition } from 'pinia';
|
|
|
92
92
|
import { StyleValue } from 'vue';
|
|
93
93
|
import { UnwrapRef } from 'vue';
|
|
94
94
|
import { UseApiFetchListReturnType } from '../../../labs/api/useApiFetchList';
|
|
95
|
+
import { UseDocumentVisibilityReturn } from '@vueuse/core';
|
|
95
96
|
import { UseEventBusReturn } from '@vueuse/core';
|
|
96
97
|
import { useI18n } from '../vue-i18n/dist/vue-i18n.esm-bundler.js';
|
|
97
98
|
import { ValidationResult } from 'vuetify/lib/composables/validation.mjs';
|
|
@@ -5762,6 +5763,7 @@ declare type __VLS_Props_29 = {
|
|
|
5762
5763
|
|
|
5763
5764
|
declare type __VLS_Props_3 = {
|
|
5764
5765
|
size?: 'small' | 'x-small' | 'default';
|
|
5766
|
+
fullscreen?: boolean;
|
|
5765
5767
|
};
|
|
5766
5768
|
|
|
5767
5769
|
declare type __VLS_Props_30 = {
|
|
@@ -13029,7 +13031,8 @@ export declare const apiUpdateOne: <T, R = T>(client: () => AxiosInstance, objec
|
|
|
13029
13031
|
|
|
13030
13032
|
export declare const AProgress: DefineComponent<__VLS_Props_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_3> & Readonly<{}>, {
|
|
13031
13033
|
size: "small" | "x-small" | "default";
|
|
13032
|
-
|
|
13034
|
+
fullscreen: boolean;
|
|
13035
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
13033
13036
|
|
|
13034
13037
|
export declare const ARow: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
|
|
13035
13038
|
|
|
@@ -13286,6 +13289,7 @@ export declare const ASubjectSelect: <TItem>(__VLS_props: NonNullable<Awaited<ty
|
|
|
13286
13289
|
modelValue?: boolean | undefined;
|
|
13287
13290
|
dialogTitleT?: string;
|
|
13288
13291
|
paginationMode?: "standard" | "more";
|
|
13292
|
+
autoOpen?: boolean;
|
|
13289
13293
|
} & Partial<{}>> & PublicProps;
|
|
13290
13294
|
expose(exposed: ShallowUnwrapRef< {
|
|
13291
13295
|
open: () => void;
|
|
@@ -19577,7 +19581,7 @@ export declare function useUploadQueueItemFactory(): {
|
|
|
19577
19581
|
|
|
19578
19582
|
export declare function useUserActivity(): {
|
|
19579
19583
|
isWindowActive: ComputedRef<boolean>;
|
|
19580
|
-
visibility:
|
|
19584
|
+
visibility: UseDocumentVisibilityReturn;
|
|
19581
19585
|
};
|
|
19582
19586
|
|
|
19583
19587
|
export declare function useValidate(): {
|