@lm_fe/components 0.2.2 → 0.2.6

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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @lm_fe/components
1
+ # @lm_fe/components @0@
2
2
 
3
3
  ## 安装
4
4
 
@@ -0,0 +1,17 @@
1
+ import { Pagination_L, Table_L, TreeSelect_L, TreeNodeProps } from "@noah-libjs/components";
2
+ export declare const LazyAntd: {
3
+ Tree: import("react").ForwardRefExoticComponent<import("@noah-libjs/components").TreeProps<import("antd").TreeDataNode> & import("react").RefAttributes<import("rc-tree").default<import("antd").TreeDataNode>>> & {
4
+ TreeNode: import("react").FC<TreeNodeProps<import("@noah-libjs/components").DataNode>>;
5
+ DirectoryTree: (props: import("@noah-libjs/components").DirectoryTreeProps) => React.JSX.Element;
6
+ RCTree: import("rc-tree").default;
7
+ };
8
+ TreeSelect: typeof TreeSelect_L;
9
+ Select: (<T extends Object = any>(props: import("antd").SelectProps<T>) => React.JSX.Element) & {
10
+ Option: typeof import("@noah-libjs/components").SelectOption_L;
11
+ };
12
+ Table: typeof Table_L;
13
+ Dropdown: import("react").FC<import("antd").DropDownProps> & {
14
+ Button: (props: import("antd/es/dropdown").DropdownButtonProps) => React.JSX.Element;
15
+ };
16
+ Pagination: typeof Pagination_L;
17
+ };
@@ -264,10 +264,10 @@ function _get_old_address_options() {
264
264
  return _get_old_address_options.apply(this, arguments);
265
265
  }
266
266
  var MyAddressOld = /*#__PURE__*/lazy(function () {
267
- return import('./root.5.js');
267
+ return import('./Old.InnerOld.js');
268
268
  });
269
269
  var MyAddressNew_ = /*#__PURE__*/lazy(function () {
270
- return import('./root.6.js');
270
+ return import('./MyAddress.Inner.js');
271
271
  });
272
272
  function MyAddress(props) {
273
273
  if (mchcEnv.is_primary) {
@@ -352,7 +352,7 @@ function event_process(con, __events) {
352
352
  };
353
353
  }
354
354
  var GynaecologyImageEditorInner = /*#__PURE__*/lazy(function () {
355
- return import('./root.7.js');
355
+ return import('./MyImageEditor.Inner.js');
356
356
  });
357
357
  function MyImageEditor__(props) {
358
358
  return /*#__PURE__*/React.createElement(MyLazyComponent, null, /*#__PURE__*/React.createElement(GynaecologyImageEditorInner, _objectSpread({}, props)));
@@ -362,7 +362,7 @@ var MyImageEditor = Object.assign(MyImageEditor__, {
362
362
  });
363
363
  var GynaecologyImageEditor = MyImageEditor;
364
364
  var PatientSelect = /*#__PURE__*/lazy(function () {
365
- return import('./root.8.js');
365
+ return import('./PatientSelect.Inner.js');
366
366
  });
367
367
  function usePatientSelect(name) {
368
368
  var _useState5 = useState(),
@@ -378,7 +378,7 @@ function usePatientSelect(name) {
378
378
  return [data];
379
379
  }
380
380
  var ArraySingle = /*#__PURE__*/lazy(function () {
381
- return import('./root.9.js');
381
+ return import('./ArraySingle.Inner.js');
382
382
  });
383
383
  ArraySingle.DisplayFC = ArraySingle$1.DisplayFC;
384
384
  var pack_components = _objectSpread(_objectSpread({}, packs), {}, {
@@ -428,7 +428,7 @@ function get_PdfFrameView_version() {
428
428
  return SLocal_SystemConfig.get('PDF预览组件版本') || lm_pdfjs_info.dirs['3.11.174'];
429
429
  }
430
430
  var PdfFrameViewInner = /*#__PURE__*/lazy(function () {
431
- return import('./root..js');
431
+ return import('./PDF_Frame_View.Inner.js');
432
432
  });
433
433
  function PdfFrameView(props) {
434
434
  return /*#__PURE__*/React.createElement(Suspense, {
@@ -436,7 +436,7 @@ function PdfFrameView(props) {
436
436
  }, /*#__PURE__*/React.createElement(PdfFrameViewInner, _objectSpread({}, props)));
437
437
  }
438
438
  var Inner = /*#__PURE__*/lazy(function () {
439
- return import('./root.2.js');
439
+ return import('./SimpleForm.Inner.js');
440
440
  });
441
441
  //@ts-ignore
442
442
  var SimpleForm = Inner;
@@ -536,10 +536,10 @@ function preload_tpl_editor() {
536
536
  }
537
537
  }
538
538
  var CaseTempleteEdit = /*#__PURE__*/lazy(function () {
539
- return import('./root.3.js');
539
+ return import('./CaseTempleteEdit.Inner.js');
540
540
  });
541
541
  var CaseTempleteEditEmr = /*#__PURE__*/lazy(function () {
542
- return import('./root.4.js');
542
+ return import('./CaseTempleteEditEmr.Inner.js');
543
543
  });
544
544
 
545
545
  // export * from './style'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lm_fe/components",
3
- "version": "0.2.2",
3
+ "version": "0.2.6",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -52,16 +52,16 @@
52
52
  "rollup-plugin-postcss": "^4.0.2"
53
53
  },
54
54
  "dependencies": {
55
- "@lm_fe/env": "0.2.2",
56
- "@lm_fe/provoke": "0.2.2",
55
+ "@lm_fe/env": "^0.2.6",
56
+ "@lm_fe/provoke": "^0.2.6",
57
57
  "@lm_fe/scripts": "*",
58
- "@lm_fe/service": "0.2.2",
59
- "@lm_fe/utils": "0.2.2",
58
+ "@lm_fe/service": "^0.2.6",
59
+ "@lm_fe/utils": "^0.2.6",
60
60
  "@noah-libjs/components": "*"
61
61
  },
62
62
  "publishConfig": {
63
63
  "access": "public"
64
64
  },
65
65
  "license": "MIT",
66
- "gitHead": "1ff13bdf8a20c78515bef188000c3855aa4663a5"
66
+ "gitHead": "6e298f7ef7ab4c77f79d02fd3f1224bfcf227f8b"
67
67
  }