@airpower/web 0.2.58 → 0.2.60
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.
|
@@ -5,7 +5,7 @@ declare const _default: <E extends RootEntity>(__VLS_props: NonNullable<Awaited<
|
|
|
5
5
|
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
6
6
|
readonly response: QueryResponsePage<E>;
|
|
7
7
|
readonly onChanged?: ((page: QueryPage) => any) | undefined;
|
|
8
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "
|
|
8
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onChanged" | "response"> & {} & Partial<{}>> & import('vue').PublicProps;
|
|
9
9
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
10
10
|
attrs: any;
|
|
11
11
|
slots: {};
|
package/dist/main.js
CHANGED
|
@@ -17958,12 +17958,10 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
17958
17958
|
return scope.row;
|
|
17959
17959
|
}
|
|
17960
17960
|
function getValue(scope, key) {
|
|
17961
|
-
console.warn(getRowEntity(scope)[key]);
|
|
17962
17961
|
return getRowEntity(scope)[key];
|
|
17963
17962
|
}
|
|
17964
17963
|
function getPayloadArray(scope, key) {
|
|
17965
|
-
const value = getValue(scope, key)
|
|
17966
|
-
console.warn("payloadArray", value);
|
|
17964
|
+
const value = getValue(scope, key);
|
|
17967
17965
|
return value;
|
|
17968
17966
|
}
|
|
17969
17967
|
function tableRowClassName({ row }) {
|
|
@@ -19575,7 +19573,6 @@ class AbstractService extends Transformer {
|
|
|
19575
19573
|
}
|
|
19576
19574
|
},
|
|
19577
19575
|
error: (response) => {
|
|
19578
|
-
console.warn("response", response);
|
|
19579
19576
|
if (response.code === WebConfig.unAuthorizeCode) {
|
|
19580
19577
|
window.location.replace(WebConfig.loginUrl);
|
|
19581
19578
|
return;
|