@dovetail-v2/refine 0.1.19 → 0.1.21

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.
@@ -1,10 +1,11 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  import { InternalTableProps } from 'src/components/InternalBaseTable';
3
3
  import { ResourceModel } from '../../models';
4
4
  interface ListPageProps<T extends ResourceModel> {
5
5
  selectedKeys: string[];
6
6
  tableProps: InternalTableProps<T>;
7
7
  contentClassName?: string;
8
+ belowToolBarContent?: React.ReactNode;
8
9
  }
9
10
  export declare function ListPage<T extends ResourceModel>(props: ListPageProps<T>): JSX.Element;
10
11
  export {};
package/lib/i18n.d.ts CHANGED
@@ -227,7 +227,7 @@ export declare const resources: {
227
227
  contains: string;
228
228
  optional: string;
229
229
  format_requirements: string;
230
- suffix: string;
230
+ prefix: string;
231
231
  prefix_format_rule_1: string;
232
232
  prefix_format_rule_2: string;
233
233
  prefix_format_rule_3: string;
@@ -236,10 +236,10 @@ export declare const resources: {
236
236
  name_format_rule_3: string;
237
237
  taint_effect_NoSchedule_tooltip_1: string;
238
238
  taint_effect_NoSchedule_tooltip_2: string;
239
- taint_effect_PreferNoSchedule_tooltip_1: string;
240
- taint_effect_PreferNoSchedule_tooltip_2: string;
241
- taint_effect_PreferNoSchedule_tooltip_3: string;
239
+ taint_effect_NoExecute_tooltip_1: string;
240
+ taint_effect_NoExecute_tooltip_2: string;
242
241
  taint_effect_NoExecute_tooltip_3: string;
242
+ taint_effect_PreferNoSchedule_tooltip: string;
243
243
  };
244
244
  };
245
245
  'zh-CN': {
@@ -475,10 +475,10 @@ export declare const resources: {
475
475
  no_limitation_rule: string;
476
476
  taint_effect_NoSchedule_tooltip_1: string;
477
477
  taint_effect_NoSchedule_tooltip_2: string;
478
- taint_effect_PreferNoSchedule_tooltip_1: string;
479
- taint_effect_PreferNoSchedule_tooltip_2: string;
480
- taint_effect_PreferNoSchedule_tooltip_3: string;
478
+ taint_effect_NoExecute_tooltip_1: string;
479
+ taint_effect_NoExecute_tooltip_2: string;
481
480
  taint_effect_NoExecute_tooltip_3: string;
481
+ taint_effect_PreferNoSchedule_tooltip: string;
482
482
  confirm: string;
483
483
  };
484
484
  };
@@ -224,7 +224,7 @@ declare const _default: {
224
224
  contains: string;
225
225
  optional: string;
226
226
  format_requirements: string;
227
- suffix: string;
227
+ prefix: string;
228
228
  prefix_format_rule_1: string;
229
229
  prefix_format_rule_2: string;
230
230
  prefix_format_rule_3: string;
@@ -233,10 +233,10 @@ declare const _default: {
233
233
  name_format_rule_3: string;
234
234
  taint_effect_NoSchedule_tooltip_1: string;
235
235
  taint_effect_NoSchedule_tooltip_2: string;
236
- taint_effect_PreferNoSchedule_tooltip_1: string;
237
- taint_effect_PreferNoSchedule_tooltip_2: string;
238
- taint_effect_PreferNoSchedule_tooltip_3: string;
236
+ taint_effect_NoExecute_tooltip_1: string;
237
+ taint_effect_NoExecute_tooltip_2: string;
239
238
  taint_effect_NoExecute_tooltip_3: string;
239
+ taint_effect_PreferNoSchedule_tooltip: string;
240
240
  };
241
241
  };
242
242
  export default _default;
@@ -231,10 +231,10 @@ declare const _default: {
231
231
  no_limitation_rule: string;
232
232
  taint_effect_NoSchedule_tooltip_1: string;
233
233
  taint_effect_NoSchedule_tooltip_2: string;
234
- taint_effect_PreferNoSchedule_tooltip_1: string;
235
- taint_effect_PreferNoSchedule_tooltip_2: string;
236
- taint_effect_PreferNoSchedule_tooltip_3: string;
234
+ taint_effect_NoExecute_tooltip_1: string;
235
+ taint_effect_NoExecute_tooltip_2: string;
237
236
  taint_effect_NoExecute_tooltip_3: string;
237
+ taint_effect_PreferNoSchedule_tooltip: string;
238
238
  confirm: string;
239
239
  };
240
240
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dovetail-v2/refine",
3
- "version": "0.1.19",
3
+ "version": "0.1.21",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist",