@anzusystems/common-admin 1.47.0-beta.dev-1784059861 → 1.47.0-beta.dev-1784059863
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-CFIcQNlF.mjs → AFormRemoteAutocomplete.vue_vue_type_script_setup_true_lang-Dbsa5FLQ.mjs} +2472 -2471
- package/dist/{AFormRemoteAutocomplete.vue_vue_type_script_setup_true_lang-CFIcQNlF.mjs.map → AFormRemoteAutocomplete.vue_vue_type_script_setup_true_lang-Dbsa5FLQ.mjs.map} +1 -1
- package/dist/common-admin.js +4 -4
- package/dist/{index-DjbvubKW.mjs → index-BQruOnL6.mjs} +2001 -1984
- package/dist/index-BQruOnL6.mjs.map +1 -0
- package/dist/labs.d.ts +62 -44
- package/dist/labs.js +20 -19
- package/dist/labs.js.map +1 -1
- package/dist/{webfontloader-N7ZBp63v.mjs → webfontloader-BfikDxLU.mjs} +2 -2
- package/dist/{webfontloader-N7ZBp63v.mjs.map → webfontloader-BfikDxLU.mjs.map} +1 -1
- package/package.json +8 -8
- package/dist/index-DjbvubKW.mjs.map +0 -1
package/dist/labs.d.ts
CHANGED
|
@@ -124,15 +124,24 @@ declare const __VLS_base_5: DefineComponent<__VLS_PublicProps_4, {}, {}, {}, {},
|
|
|
124
124
|
|
|
125
125
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
126
126
|
|
|
127
|
-
declare const __VLS_export_10:
|
|
127
|
+
declare const __VLS_export_10: DefineComponent<__VLS_Props_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
128
|
+
change: () => any;
|
|
129
|
+
}, string, PublicProps, Readonly<__VLS_Props_8> & Readonly<{
|
|
130
|
+
onChange?: (() => any) | undefined;
|
|
131
|
+
}>, {
|
|
132
|
+
placeholder: string;
|
|
133
|
+
dataCy: string;
|
|
134
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
128
135
|
|
|
129
|
-
declare const __VLS_export_11:
|
|
136
|
+
declare const __VLS_export_11: __VLS_WithSlots_4<typeof __VLS_base_4, __VLS_Slots_4>;
|
|
137
|
+
|
|
138
|
+
declare const __VLS_export_12: DefineComponent<__VLS_Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
130
139
|
change: () => any;
|
|
131
140
|
}, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{
|
|
132
141
|
onChange?: (() => any) | undefined;
|
|
133
142
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
134
143
|
|
|
135
|
-
declare const
|
|
144
|
+
declare const __VLS_export_13: DefineComponent<__VLS_PublicProps_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
136
145
|
"update:modelValue": (value: number) => any;
|
|
137
146
|
} & {
|
|
138
147
|
sortByChange: (data: DatatableOrderingOption) => any;
|
|
@@ -145,7 +154,7 @@ declare const __VLS_export_12: DefineComponent<__VLS_PublicProps_3, {}, {}, {},
|
|
|
145
154
|
paginationUpdateCustomCb: (option: DatatableOrderingOption, pagination: Ref<Pagination>) => void;
|
|
146
155
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
147
156
|
|
|
148
|
-
declare const
|
|
157
|
+
declare const __VLS_export_14: DefineComponent<__VLS_Props_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
149
158
|
change: () => any;
|
|
150
159
|
}, string, PublicProps, Readonly<__VLS_Props_12> & Readonly<{
|
|
151
160
|
onChange?: (() => any) | undefined;
|
|
@@ -154,7 +163,7 @@ declare const __VLS_export_13: DefineComponent<__VLS_Props_12, {}, {}, {}, {}, C
|
|
|
154
163
|
hideRecordsPerPage: boolean;
|
|
155
164
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
156
165
|
|
|
157
|
-
declare const
|
|
166
|
+
declare const __VLS_export_15: <T extends string | number>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal_2<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
158
167
|
props: PublicProps & __VLS_PrettifyLocal_2<({
|
|
159
168
|
label?: string | undefined;
|
|
160
169
|
required?: boolean | undefined;
|
|
@@ -214,9 +223,9 @@ declare const __VLS_export_14: <T extends string | number>(__VLS_props: NonNulla
|
|
|
214
223
|
__ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
|
|
215
224
|
};
|
|
216
225
|
|
|
217
|
-
declare const
|
|
226
|
+
declare const __VLS_export_16: __VLS_WithSlots_5<typeof __VLS_base_5, __VLS_Slots_5>;
|
|
218
227
|
|
|
219
|
-
declare const
|
|
228
|
+
declare const __VLS_export_17: <TItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal_3<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
220
229
|
props: PublicProps & __VLS_PrettifyLocal_3<{
|
|
221
230
|
selectedItems: Array<TItem>;
|
|
222
231
|
pagination: Pagination;
|
|
@@ -277,7 +286,7 @@ declare const __VLS_export_16: <TItem>(__VLS_props: NonNullable<Awaited<typeof _
|
|
|
277
286
|
__ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
|
|
278
287
|
};
|
|
279
288
|
|
|
280
|
-
declare const
|
|
289
|
+
declare const __VLS_export_18: <TItem extends Record<string, any>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal_4<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
281
290
|
props: PublicProps & __VLS_PrettifyLocal_4<(Props<TItem> & {
|
|
282
291
|
modelValue: TItem[];
|
|
283
292
|
}) & {
|
|
@@ -310,7 +319,7 @@ declare const __VLS_export_17: <TItem extends Record<string, any>>(__VLS_props:
|
|
|
310
319
|
__ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
|
|
311
320
|
};
|
|
312
321
|
|
|
313
|
-
declare const
|
|
322
|
+
declare const __VLS_export_19: <TItem extends Record<string, any>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal_5<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
314
323
|
props: PublicProps & __VLS_PrettifyLocal_5<(Props_2<TItem> & {
|
|
315
324
|
modelValue: TItem[];
|
|
316
325
|
mode?: ReorderMode;
|
|
@@ -359,7 +368,9 @@ declare const __VLS_export_18: <TItem extends Record<string, any>>(__VLS_props:
|
|
|
359
368
|
__ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
|
|
360
369
|
};
|
|
361
370
|
|
|
362
|
-
declare const
|
|
371
|
+
declare const __VLS_export_2: __VLS_WithSlots_2<typeof __VLS_base_2, __VLS_Slots_2>;
|
|
372
|
+
|
|
373
|
+
declare const __VLS_export_20: <TItem extends Record<string, any>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal_6<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
363
374
|
props: PublicProps & __VLS_PrettifyLocal_6<(Props_3<TItem> & {
|
|
364
375
|
modelValue: NestedTree<TItem>;
|
|
365
376
|
mode?: ReorderMode_2;
|
|
@@ -422,9 +433,7 @@ declare const __VLS_export_19: <TItem extends Record<string, any>>(__VLS_props:
|
|
|
422
433
|
__ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
|
|
423
434
|
};
|
|
424
435
|
|
|
425
|
-
declare const
|
|
426
|
-
|
|
427
|
-
declare const __VLS_export_20: DefineComponent<__VLS_PublicProps_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
436
|
+
declare const __VLS_export_21: DefineComponent<__VLS_PublicProps_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
428
437
|
"update:modelValue": (value: boolean) => any;
|
|
429
438
|
resolve: (discard: boolean) => any;
|
|
430
439
|
}, string, PublicProps, Readonly<__VLS_PublicProps_5> & Readonly<{
|
|
@@ -440,7 +449,9 @@ declare const __VLS_export_20: DefineComponent<__VLS_PublicProps_5, {}, {}, {},
|
|
|
440
449
|
|
|
441
450
|
declare const __VLS_export_3: __VLS_WithSlots_3<typeof __VLS_base_3, __VLS_Slots_3>;
|
|
442
451
|
|
|
443
|
-
declare const __VLS_export_4: DefineComponent<
|
|
452
|
+
declare const __VLS_export_4: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
453
|
+
|
|
454
|
+
declare const __VLS_export_5: DefineComponent<__VLS_Props_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
444
455
|
change: () => any;
|
|
445
456
|
}, string, PublicProps, Readonly<__VLS_Props_4> & Readonly<{
|
|
446
457
|
onChange?: (() => any) | undefined;
|
|
@@ -451,7 +462,7 @@ declare const __VLS_export_4: DefineComponent<__VLS_Props_4, {}, {}, {}, {}, Com
|
|
|
451
462
|
falseT: string;
|
|
452
463
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
453
464
|
|
|
454
|
-
declare const
|
|
465
|
+
declare const __VLS_export_6: DefineComponent<__VLS_Props_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
455
466
|
change: () => any;
|
|
456
467
|
}, string, PublicProps, Readonly<__VLS_Props_5> & Readonly<{
|
|
457
468
|
onChange?: (() => any) | undefined;
|
|
@@ -459,7 +470,7 @@ declare const __VLS_export_5: DefineComponent<__VLS_Props_5, {}, {}, {}, {}, Com
|
|
|
459
470
|
dataCy: string;
|
|
460
471
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
461
472
|
|
|
462
|
-
declare const
|
|
473
|
+
declare const __VLS_export_7: DefineComponent<__VLS_Props_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
463
474
|
change: () => any;
|
|
464
475
|
}, string, PublicProps, Readonly<__VLS_Props_6> & Readonly<{
|
|
465
476
|
onChange?: (() => any) | undefined;
|
|
@@ -468,7 +479,7 @@ declare const __VLS_export_6: DefineComponent<__VLS_Props_6, {}, {}, {}, {}, Com
|
|
|
468
479
|
dataCy: string;
|
|
469
480
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
470
481
|
|
|
471
|
-
declare const
|
|
482
|
+
declare const __VLS_export_8: <T extends string | number>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
472
483
|
props: PublicProps & __VLS_PrettifyLocal<{
|
|
473
484
|
name: string;
|
|
474
485
|
fetchItems: (pagination: Ref<Pagination>, filterData: FilterData, filterConfig: FilterConfig) => Promise<ValueObjectOption<T>[]>;
|
|
@@ -492,7 +503,7 @@ declare const __VLS_export_7: <T extends string | number>(__VLS_props: NonNullab
|
|
|
492
503
|
__ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
|
|
493
504
|
};
|
|
494
505
|
|
|
495
|
-
declare const
|
|
506
|
+
declare const __VLS_export_9: DefineComponent<__VLS_Props_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
496
507
|
change: () => any;
|
|
497
508
|
}, string, PublicProps, Readonly<__VLS_Props_7> & Readonly<{
|
|
498
509
|
onChange?: (() => any) | undefined;
|
|
@@ -508,15 +519,6 @@ declare const __VLS_export_8: DefineComponent<__VLS_Props_7, {}, {}, {}, {}, Com
|
|
|
508
519
|
searchMinChars: number;
|
|
509
520
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
510
521
|
|
|
511
|
-
declare const __VLS_export_9: DefineComponent<__VLS_Props_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
512
|
-
change: () => any;
|
|
513
|
-
}, string, PublicProps, Readonly<__VLS_Props_8> & Readonly<{
|
|
514
|
-
onChange?: (() => any) | undefined;
|
|
515
|
-
}>, {
|
|
516
|
-
placeholder: string;
|
|
517
|
-
dataCy: string;
|
|
518
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
519
|
-
|
|
520
522
|
declare type __VLS_ModelProps = {
|
|
521
523
|
'datatableHiddenColumns'?: string[] | undefined;
|
|
522
524
|
'showDetail'?: boolean;
|
|
@@ -760,9 +762,9 @@ declare type __VLS_WithSlots_5<T, S> = T & {
|
|
|
760
762
|
};
|
|
761
763
|
};
|
|
762
764
|
|
|
763
|
-
export declare const ADatatableOrdering: typeof
|
|
765
|
+
export declare const ADatatableOrdering: typeof __VLS_export_13;
|
|
764
766
|
|
|
765
|
-
export declare const ADatatablePagination: typeof
|
|
767
|
+
export declare const ADatatablePagination: typeof __VLS_export_14;
|
|
766
768
|
|
|
767
769
|
declare interface AddButtonSlotProps {
|
|
768
770
|
readonly: boolean;
|
|
@@ -797,21 +799,21 @@ declare interface AddButtonSlotProps_3 {
|
|
|
797
799
|
};
|
|
798
800
|
}
|
|
799
801
|
|
|
800
|
-
export declare const AFilterBooleanSelect: typeof
|
|
802
|
+
export declare const AFilterBooleanSelect: typeof __VLS_export_5;
|
|
801
803
|
|
|
802
|
-
export declare const AFilterDatetimePicker: typeof
|
|
804
|
+
export declare const AFilterDatetimePicker: typeof __VLS_export_6;
|
|
803
805
|
|
|
804
|
-
export declare const AFilterInteger: typeof
|
|
806
|
+
export declare const AFilterInteger: typeof __VLS_export_7;
|
|
805
807
|
|
|
806
|
-
export declare const AFilterRemoteAutocomplete: typeof
|
|
808
|
+
export declare const AFilterRemoteAutocomplete: typeof __VLS_export_8;
|
|
807
809
|
|
|
808
|
-
export declare const AFilterRemoteAutocompleteWithMinimal: typeof
|
|
810
|
+
export declare const AFilterRemoteAutocompleteWithMinimal: typeof __VLS_export_9;
|
|
809
811
|
|
|
810
|
-
export declare const AFilterString: typeof
|
|
812
|
+
export declare const AFilterString: typeof __VLS_export_10;
|
|
811
813
|
|
|
812
|
-
export declare const AFilterTimeInterval: typeof
|
|
814
|
+
export declare const AFilterTimeInterval: typeof __VLS_export_11;
|
|
813
815
|
|
|
814
|
-
export declare const AFilterValueObjectOptionsSelect: typeof
|
|
816
|
+
export declare const AFilterValueObjectOptionsSelect: typeof __VLS_export_12;
|
|
815
817
|
|
|
816
818
|
export declare const AFilterWrapper: typeof __VLS_export;
|
|
817
819
|
|
|
@@ -819,15 +821,15 @@ export declare const AFilterWrapperSidebar: typeof __VLS_export_2;
|
|
|
819
821
|
|
|
820
822
|
export declare const AFilterWrapperSubjectSelect: typeof __VLS_export_3;
|
|
821
823
|
|
|
822
|
-
export declare const AFormRemoteAutocomplete: typeof
|
|
824
|
+
export declare const AFormRemoteAutocomplete: typeof __VLS_export_15;
|
|
823
825
|
|
|
824
|
-
export declare const AFormRemoteAutocompleteWithCached: typeof
|
|
826
|
+
export declare const AFormRemoteAutocompleteWithCached: typeof __VLS_export_16;
|
|
825
827
|
|
|
826
|
-
export declare const AListEditor: typeof
|
|
828
|
+
export declare const AListEditor: typeof __VLS_export_18;
|
|
827
829
|
|
|
828
830
|
declare type AllowedFilterValues = number | number[] | string | string[] | null | undefined | boolean;
|
|
829
831
|
|
|
830
|
-
export declare const ANestedSortableListEditor: typeof
|
|
832
|
+
export declare const ANestedSortableListEditor: typeof __VLS_export_20;
|
|
831
833
|
|
|
832
834
|
declare interface AnzuUserAndTimeTrackingAware extends CreatedByAware {
|
|
833
835
|
createdAt: DatetimeUTC;
|
|
@@ -839,11 +841,11 @@ declare interface AnzuUserMinimal extends BaseUser {
|
|
|
839
841
|
id: IntegerId;
|
|
840
842
|
}
|
|
841
843
|
|
|
842
|
-
export declare const ASortableListEditor: typeof
|
|
844
|
+
export declare const ASortableListEditor: typeof __VLS_export_19;
|
|
843
845
|
|
|
844
|
-
export declare const ASubjectSelect: typeof
|
|
846
|
+
export declare const ASubjectSelect: typeof __VLS_export_17;
|
|
845
847
|
|
|
846
|
-
export declare const AUnsavedConfirmDialog: typeof
|
|
848
|
+
export declare const AUnsavedConfirmDialog: typeof __VLS_export_21;
|
|
847
849
|
|
|
848
850
|
export declare type AxiosClientFn = () => AxiosInstance;
|
|
849
851
|
|
|
@@ -1114,6 +1116,8 @@ export declare const FilterInnerConfigKey: InjectionKey<FilterConfig>;
|
|
|
1114
1116
|
|
|
1115
1117
|
export declare const FilterInnerDataKey: InjectionKey<FilterData>;
|
|
1116
1118
|
|
|
1119
|
+
export declare const FiltersSelected: typeof __VLS_export_4;
|
|
1120
|
+
|
|
1117
1121
|
export declare type FilterStore<T extends readonly {
|
|
1118
1122
|
name: string;
|
|
1119
1123
|
}[]> = {
|
|
@@ -1514,6 +1518,9 @@ declare interface PaginationOptions {
|
|
|
1514
1518
|
rowsPerPage: number;
|
|
1515
1519
|
}
|
|
1516
1520
|
|
|
1521
|
+
/** Which mutation is asking for positions to be (re)assigned. */
|
|
1522
|
+
export declare type PositionAction = 'add' | 'update' | 'remove' | 'move' | 'payload';
|
|
1523
|
+
|
|
1517
1524
|
export declare interface PositionHint {
|
|
1518
1525
|
afterId?: ListEditorKey;
|
|
1519
1526
|
afterIndex?: number;
|
|
@@ -1524,6 +1531,12 @@ export declare type PositionOption<TItem> = false | keyof TItem | {
|
|
|
1524
1531
|
field: keyof TItem;
|
|
1525
1532
|
multiplier?: number;
|
|
1526
1533
|
strategy?: PositionStrategy;
|
|
1534
|
+
/**
|
|
1535
|
+
* Per-action override of `strategy`. Each entry replaces the base strategy for that one
|
|
1536
|
+
* action only; omitted actions inherit `strategy`. This is what lets a consumer mix policies
|
|
1537
|
+
* without a bespoke preset — the behaviour is visible at the call site, one action per key.
|
|
1538
|
+
*/
|
|
1539
|
+
strategyOverrides?: Partial<Record<PositionAction, PositionStrategy>>;
|
|
1527
1540
|
};
|
|
1528
1541
|
|
|
1529
1542
|
/**
|
|
@@ -1536,6 +1549,9 @@ export declare type PositionOption<TItem> = false | keyof TItem | {
|
|
|
1536
1549
|
* values is kept and reassigned, ascending, to the new row order. It is a reorder policy, not a
|
|
1537
1550
|
* normalization policy — `add` keeps the position the factory/consumer supplied, `delete` leaves
|
|
1538
1551
|
* holes rather than compacting.
|
|
1552
|
+
*
|
|
1553
|
+
* Per-action exceptions go through `strategyOverrides` (e.g. base `preserve-values` +
|
|
1554
|
+
* `{ remove: 'renumber' }` to keep absolute values on reorder/save but still close the gap on delete).
|
|
1539
1555
|
*/
|
|
1540
1556
|
export declare type PositionStrategy = 'renumber' | 'preserve-values';
|
|
1541
1557
|
|
|
@@ -1560,6 +1576,7 @@ declare interface Props<TItem extends Record<string, any>> {
|
|
|
1560
1576
|
field: string;
|
|
1561
1577
|
multiplier?: number;
|
|
1562
1578
|
strategy?: PositionStrategy;
|
|
1579
|
+
strategyOverrides?: Partial<Record<PositionAction, PositionStrategy>>;
|
|
1563
1580
|
};
|
|
1564
1581
|
/**
|
|
1565
1582
|
* Extra fields to drop from the dirty content-hash (position is always dropped).
|
|
@@ -1662,6 +1679,7 @@ declare interface Props_2<TItem extends Record<string, any>> {
|
|
|
1662
1679
|
field: string;
|
|
1663
1680
|
multiplier?: number;
|
|
1664
1681
|
strategy?: PositionStrategy;
|
|
1682
|
+
strategyOverrides?: Partial<Record<PositionAction, PositionStrategy>>;
|
|
1665
1683
|
};
|
|
1666
1684
|
/**
|
|
1667
1685
|
* Extra fields to drop from the dirty content-hash (position is always
|
package/dist/labs.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { aG as Oo, aH as Uo, d as fe, bT as jo, bU as qo, bV as Da, j as Ve, k as Go, a1 as Wo, h as ht, i as Kt, aj as Ia, ak as Ta, al as Ba, am as Fa, ag as Lt, a_ as Ra, aa as Ka, ab as La, ac as Va, ad as za, an as Ma, ao as Na, ae as Oa, af as Ua, bW as ja, bX as qa, be as Ga, bY as Ho, as as Wa, bZ as ta, ap as Jo, aq as Xo, aV as Yo, b2 as Qo, ar as Zo, E as _o, a8 as en, a2 as tn, b_ as an, q as on, p as nn, x as ln, a7 as sn, aI as rn, m as Ha, b$ as dn, l as cn, c0 as un, c1 as fn, c2 as Ja, c3 as Xa, c4 as Ya, c5 as Qa, c6 as Za, c7 as _a, c8 as eo, c9 as to, ca as ao, cb as oo, cc as no, cd as mn, _ as lo, ce as vn, cf as yn, cg as hn, ch as gn, ci as pn, cj as bn, ck as kn, g as wn, aU as Cn, cl as xn, cm as Sn, cn as An, z as En, co as Pn, cp as $n } from "./AFormRemoteAutocomplete.vue_vue_type_script_setup_true_lang-
|
|
2
|
-
import { aE as Ji, cq as Xi, cr as Yi, aA as Qi, aB as Zi, aD as _i, aF as es, aC as ts, aS as as, aJ as os, bb as ns, aO as ls, aX as is, ay as ss, az as rs, cs as ds, ct as cs, cu as us, cv as fs, cw as ms, cx as vs, cy as ys,
|
|
1
|
+
import { aG as Oo, aH as Uo, d as fe, bT as jo, bU as qo, bV as Da, j as Ve, k as Go, a1 as Wo, h as ht, i as Kt, aj as Ia, ak as Ta, al as Ba, am as Fa, ag as Lt, a_ as Ra, aa as Ka, ab as La, ac as Va, ad as za, an as Ma, ao as Na, ae as Oa, af as Ua, bW as ja, bX as qa, be as Ga, bY as Ho, as as Wa, bZ as ta, ap as Jo, aq as Xo, aV as Yo, b2 as Qo, ar as Zo, E as _o, a8 as en, a2 as tn, b_ as an, q as on, p as nn, x as ln, a7 as sn, aI as rn, m as Ha, b$ as dn, l as cn, c0 as un, c1 as fn, c2 as Ja, c3 as Xa, c4 as Ya, c5 as Qa, c6 as Za, c7 as _a, c8 as eo, c9 as to, ca as ao, cb as oo, cc as no, cd as mn, _ as lo, ce as vn, cf as yn, cg as hn, ch as gn, ci as pn, cj as bn, ck as kn, g as wn, aU as Cn, cl as xn, cm as Sn, cn as An, z as En, co as Pn, cp as $n } from "./AFormRemoteAutocomplete.vue_vue_type_script_setup_true_lang-Dbsa5FLQ.mjs";
|
|
2
|
+
import { aE as Ji, cq as Xi, cr as Yi, aA as Qi, aB as Zi, aD as _i, aF as es, aC as ts, aS as as, aJ as os, bb as ns, aO as ls, aX as is, ay as ss, az as rs, cs as ds, ct as cs, cu as us, cv as fs, cw as ms, cx as vs, cy as ys, cz as hs, ai as gs, ah as ps, cA as bs, cB as ks, cC as ws, cD as Cs, cE as xs, cF as Ss, cG as As, cH as Es } from "./AFormRemoteAutocomplete.vue_vue_type_script_setup_true_lang-Dbsa5FLQ.mjs";
|
|
3
3
|
import { defineComponent as ze, inject as Vt, provide as oa, ref as _, openBlock as g, createBlock as U, withModifiers as J, withCtx as r, renderSlot as L, useModel as it, computed as b, watch as ue, createElementBlock as F, createElementVNode as K, toDisplayString as P, unref as c, createVNode as s, createTextVNode as N, Fragment as ne, renderList as Ze, normalizeClass as we, mergeModels as Te, createCommentVNode as M, onMounted as la, toRaw as wa, resolveComponent as Ca, mergeProps as Q, withDirectives as Dn, vShow as In, useSlots as io, useTemplateRef as zt, isRef as so, normalizeProps as De, guardReactiveProps as Ie, normalizeStyle as gt, shallowRef as aa, nextTick as Le, onBeforeUnmount as na, getCurrentInstance as xa } from "vue";
|
|
4
4
|
import { VForm as Tn } from "vuetify/components/VForm";
|
|
5
5
|
import { useI18n as je } from "vue-i18n";
|
|
@@ -3478,35 +3478,36 @@ export {
|
|
|
3478
3478
|
Uo as FilterDataKey,
|
|
3479
3479
|
ss as FilterInnerConfigKey,
|
|
3480
3480
|
rs as FilterInnerDataKey,
|
|
3481
|
-
ds as
|
|
3482
|
-
cs as
|
|
3483
|
-
us as
|
|
3484
|
-
fs as
|
|
3485
|
-
ms as
|
|
3486
|
-
vs as
|
|
3487
|
-
ys as
|
|
3481
|
+
ds as FiltersSelected,
|
|
3482
|
+
cs as ListEditorStateScopeKey,
|
|
3483
|
+
us as SharedReorderRegistryKey,
|
|
3484
|
+
fs as TimeIntervalSpecialOptions,
|
|
3485
|
+
ms as UserAdminConfigLayoutType,
|
|
3486
|
+
vs as UserAdminConfigLayoutTypeDefault,
|
|
3487
|
+
ys as UserAdminConfigType,
|
|
3488
|
+
hs as UserAdminConfigTypeDefault,
|
|
3488
3489
|
Yn as createDatatableColumnsConfig,
|
|
3489
|
-
|
|
3490
|
-
|
|
3491
|
-
|
|
3490
|
+
gs as createFilter,
|
|
3491
|
+
ps as createFilterStore,
|
|
3492
|
+
bs as createListEditorStateScope,
|
|
3492
3493
|
ta as generateListQuery,
|
|
3493
|
-
|
|
3494
|
+
ks as nextListEditorTempId,
|
|
3494
3495
|
Ja as provideListEditorStateScope,
|
|
3495
3496
|
$n as renumberPositions,
|
|
3496
|
-
|
|
3497
|
-
|
|
3497
|
+
ws as sortByPosition,
|
|
3498
|
+
Cs as sortByPositionDeep,
|
|
3498
3499
|
Ri as useApiFetchByIds,
|
|
3499
3500
|
en as useApiFetchList,
|
|
3500
3501
|
Ki as useApiFetchListBatch,
|
|
3501
3502
|
Ho as useApiQueryBuilder,
|
|
3502
|
-
|
|
3503
|
+
xs as useApiRequest,
|
|
3503
3504
|
rn as useFilterHelpers,
|
|
3504
3505
|
ji as useGuardedDelete,
|
|
3505
3506
|
Li as useJobApi,
|
|
3506
3507
|
qi as useListEditor,
|
|
3507
3508
|
fn as useListEditorController,
|
|
3508
3509
|
un as useListEditorStateEntry,
|
|
3509
|
-
|
|
3510
|
+
Ss as useNestedListEditor,
|
|
3510
3511
|
gn as useNestedListEditorController,
|
|
3511
3512
|
hn as useNestedListEditorStateEntry,
|
|
3512
3513
|
Gi as useNestedUnsavedKeys,
|
|
@@ -3514,7 +3515,7 @@ export {
|
|
|
3514
3515
|
Vi as useSubjectSelect,
|
|
3515
3516
|
Ui as useUnsavedChangesGuard,
|
|
3516
3517
|
Za as useUnsavedSection,
|
|
3517
|
-
|
|
3518
|
-
|
|
3518
|
+
As as useUserAdminConfigApi,
|
|
3519
|
+
Es as useUserAdminConfigFactory
|
|
3519
3520
|
};
|
|
3520
3521
|
//# sourceMappingURL=labs.js.map
|