cm-reporting 0.7.2 → 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",
@@ -1527,6 +1534,12 @@ declare const _default: {
1527
1534
  "externalPickMissingIdContent": "The external picker result is missing required id and cannot be applied.",
1528
1535
  "duplicateSmelterSelectionTitle": "Duplicate smelter selection",
1529
1536
  "duplicateSmelterSelectionContent": "The same smelter cannot be selected twice under the same metal. Please choose another one."
1537
+ },
1538
+ "tips": {
1539
+ "reportPurpose": {
1540
+ "cmrt": "The purpose of this report is to collect sourcing information for tin, tantalum, tungsten, gold, and other metals used in products.",
1541
+ "emrt": "The purpose of this report is to collect sourcing information for specific raw materials used in products, especially cobalt or natural mica."
1542
+ }
1530
1543
  }
1531
1544
  };
1532
1545