cm-reporting 0.7.3 → 0.7.4

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/index.d.ts CHANGED
@@ -320,8 +320,9 @@ declare interface CompanyQuestionDef {
320
320
  * 导出接口类型:DateConfig。
321
321
  */
322
322
  declare interface DateConfig {
323
- minDate: string;
324
- maxDate?: string;
323
+ readonly minDate: string;
324
+ readonly minBoundary?: 'inclusive' | 'exclusive';
325
+ readonly maxDate?: string;
325
326
  }
326
327
 
327
328
  declare const _default: {
@@ -558,20 +559,26 @@ declare const _default: {
558
559
  "silver": "Silver",
559
560
  "aluminum": "Aluminum",
560
561
  "antimony": "Antimony",
562
+ "cadmium": "Cadmium",
561
563
  "chromium": "Chromium",
562
564
  "germanium": "Germanium",
563
565
  "iridium": "Iridium",
566
+ "lead": "Lead",
564
567
  "lime": "Lime",
565
568
  "magnesium": "Magnesium",
566
569
  "manganese": "Manganese",
570
+ "molybdenum": "Molybdenum",
567
571
  "palladium": "Palladium",
568
572
  "phosphorus": "Phosphorus",
569
573
  "platinum": "Platinum",
570
574
  "rareEarthElements": "Rare Earth Elements",
575
+ "rhenium": "Rhenium",
571
576
  "rhodium": "Rhodium",
572
577
  "ruthenium": "Ruthenium",
578
+ "selenium": "Selenium",
573
579
  "silicon": "Silicon",
574
580
  "sodaAsh": "Soda Ash",
581
+ "tellurium": "Tellurium",
575
582
  "titanium": "Titanium",
576
583
  "vanadium": "Vanadium",
577
584
  "zinc": "Zinc",