@feedmepos/ui-library 1.2.13 → 1.2.14-rc.2
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/CHANGELOG.md +7 -0
- package/dist/components/table/FmTable.vue.d.ts +2 -0
- package/dist/components.d.ts +6 -0
- package/dist/federation/{FmTable.vue_vue_type_script_setup_true_lang-CoZnqx6M.js → FmTable.vue_vue_type_script_setup_true_lang-BcpaAfcp.js} +1 -1
- package/dist/federation/{__federation_expose_FmTable-BqjQDEQh.js → __federation_expose_FmTable-CTD6gLuA.js} +1 -1
- package/dist/federation/feedmepos-ui-components.js +1 -1
- package/dist/federation/{index-CMMAodb8.js → index-CwCmMnLW.js} +2 -2
- package/dist/feedmepos-ui-library.js +193 -193
- package/dist/feedmepos-ui-library.umd.cjs +5 -5
- package/package.json +1 -1
package/dist/CHANGELOG.md
CHANGED
|
@@ -93,6 +93,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
93
93
|
shrinkAt: Breakpoints;
|
|
94
94
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
95
95
|
"sort-change": (value: SortingState) => void;
|
|
96
|
+
"dnd-changed": (value: any[]) => void;
|
|
96
97
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<FmTableProps>, {
|
|
97
98
|
modelValue: {};
|
|
98
99
|
selection: undefined;
|
|
@@ -110,6 +111,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
110
111
|
shrinkAt: Breakpoints;
|
|
111
112
|
}>>> & {
|
|
112
113
|
"onSort-change"?: ((value: SortingState) => any) | undefined;
|
|
114
|
+
"onDnd-changed"?: ((value: any[]) => any) | undefined;
|
|
113
115
|
}, {
|
|
114
116
|
loading: boolean;
|
|
115
117
|
modelValue: any;
|
package/dist/components.d.ts
CHANGED
|
@@ -11216,8 +11216,10 @@ export declare const components: {
|
|
|
11216
11216
|
};
|
|
11217
11217
|
}>> & {
|
|
11218
11218
|
"onSort-change"?: ((value: import("./components/table/FmTable.vue").SortingState) => any) | undefined;
|
|
11219
|
+
"onDnd-changed"?: ((value: any[]) => any) | undefined;
|
|
11219
11220
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
11220
11221
|
"sort-change": (value: import("./components/table/FmTable.vue").SortingState) => void;
|
|
11222
|
+
"dnd-changed": (value: any[]) => void;
|
|
11221
11223
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
11222
11224
|
loading: {
|
|
11223
11225
|
type: import("vue").PropType<boolean>;
|
|
@@ -11298,6 +11300,7 @@ export declare const components: {
|
|
|
11298
11300
|
};
|
|
11299
11301
|
}>> & {
|
|
11300
11302
|
"onSort-change"?: ((value: import("./components/table/FmTable.vue").SortingState) => any) | undefined;
|
|
11303
|
+
"onDnd-changed"?: ((value: any[]) => any) | undefined;
|
|
11301
11304
|
}, {
|
|
11302
11305
|
loading: boolean;
|
|
11303
11306
|
modelValue: any;
|
|
@@ -11400,6 +11403,7 @@ export declare const components: {
|
|
|
11400
11403
|
};
|
|
11401
11404
|
}>> & {
|
|
11402
11405
|
"onSort-change"?: ((value: import("./components/table/FmTable.vue").SortingState) => any) | undefined;
|
|
11406
|
+
"onDnd-changed"?: ((value: any[]) => any) | undefined;
|
|
11403
11407
|
}, {}, {}, {}, {}, {
|
|
11404
11408
|
loading: boolean;
|
|
11405
11409
|
modelValue: any;
|
|
@@ -11499,8 +11503,10 @@ export declare const components: {
|
|
|
11499
11503
|
};
|
|
11500
11504
|
}>> & {
|
|
11501
11505
|
"onSort-change"?: ((value: import("./components/table/FmTable.vue").SortingState) => any) | undefined;
|
|
11506
|
+
"onDnd-changed"?: ((value: any[]) => any) | undefined;
|
|
11502
11507
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
11503
11508
|
"sort-change": (value: import("./components/table/FmTable.vue").SortingState) => void;
|
|
11509
|
+
"dnd-changed": (value: any[]) => void;
|
|
11504
11510
|
}, string, {
|
|
11505
11511
|
loading: boolean;
|
|
11506
11512
|
modelValue: any;
|