@mseva/upyog-ui-module-chb 1.0.77 → 1.0.79

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.
@@ -541,6 +541,10 @@ function createCommonjsModule(fn, module) {
541
541
  return module = { exports: {} }, fn(module, module.exports), module.exports;
542
542
  }
543
543
 
544
+ function getCjsExportFromNamespace (n) {
545
+ return n && n['default'] || n;
546
+ }
547
+
544
548
  var jquery = createCommonjsModule(function (module) {
545
549
  (function (global, factory) {
546
550
 
@@ -14386,6 +14390,8 @@ var accessibility = createCommonjsModule(function (module, exports) {
14386
14390
  });
14387
14391
  unwrapExports(accessibility);
14388
14392
 
14393
+ var _shallowEqual = getCjsExportFromNamespace(index_esm);
14394
+
14389
14395
  var Calendar_1 = createCommonjsModule(function (module, exports) {
14390
14396
 
14391
14397
  function _typeof(obj) {
@@ -15040,7 +15046,7 @@ var Calendar_1 = createCommonjsModule(function (module, exports) {
15040
15046
  monthNames: this.getMonthNames()
15041
15047
  });
15042
15048
  }
15043
- if (!(0, index_esm.shallowEqualObjects)(prevProps.scroll, this.props.scroll)) {
15049
+ if (!(0, _shallowEqual.shallowEqualObjects)(prevProps.scroll, this.props.scroll)) {
15044
15050
  this.setState({
15045
15051
  scrollArea: this.calcScrollArea(this.props)
15046
15052
  });
@@ -43692,7 +43698,7 @@ const NDCModal = ({
43692
43698
  const [selectedFinancialYear, setSelectedFinancialYear] = useState(null);
43693
43699
  const allRolesNew = [...new Set(getEmployees === null || getEmployees === void 0 ? void 0 : getEmployees.flatMap(a => a.roles))];
43694
43700
  console.log("allRolesNew", allRolesNew);
43695
- console.log("getEmployees", getEmployees);
43701
+ console.log("getEmployees", allRolesNew);
43696
43702
  const {
43697
43703
  data: approverData,
43698
43704
  isLoading: PTALoading
@@ -45500,6 +45506,9 @@ const CHBCitizenSecond = ({
45500
45506
  props.onChange(e);
45501
45507
  fiterHalls(e);
45502
45508
  setValue("hallCode", null);
45509
+ setValue("startDate", "");
45510
+ setSlots([]);
45511
+ setShowInfo(false);
45503
45512
  },
45504
45513
  selected: props.value,
45505
45514
  option: CHBLocations === null || CHBLocations === void 0 ? void 0 : (_CHBLocations$CHB = CHBLocations.CHB) === null || _CHBLocations$CHB === void 0 ? void 0 : _CHBLocations$CHB.CommunityHalls,