@mseva/upyog-ui-module-chb 1.1.31 → 1.1.32
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.js +1 -49227
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +92 -54
- package/dist/index.modern.js.map +1 -1
- package/package.json +2 -2
package/dist/index.modern.js
CHANGED
|
@@ -542,6 +542,10 @@ function createCommonjsModule(fn, module) {
|
|
|
542
542
|
return module = { exports: {} }, fn(module, module.exports), module.exports;
|
|
543
543
|
}
|
|
544
544
|
|
|
545
|
+
function getCjsExportFromNamespace (n) {
|
|
546
|
+
return n && n['default'] || n;
|
|
547
|
+
}
|
|
548
|
+
|
|
545
549
|
var jquery = createCommonjsModule(function (module) {
|
|
546
550
|
(function (global, factory) {
|
|
547
551
|
|
|
@@ -47084,6 +47088,8 @@ var reactLifecyclesCompat_es = {
|
|
|
47084
47088
|
polyfill: polyfill
|
|
47085
47089
|
};
|
|
47086
47090
|
|
|
47091
|
+
var _reactLifecyclesCompat = getCjsExportFromNamespace(reactLifecyclesCompat_es);
|
|
47092
|
+
|
|
47087
47093
|
var Modal_1 = createCommonjsModule(function (module, exports) {
|
|
47088
47094
|
|
|
47089
47095
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -47372,7 +47378,7 @@ var Modal_1 = createCommonjsModule(function (module, exports) {
|
|
|
47372
47378
|
padding: "20px"
|
|
47373
47379
|
}
|
|
47374
47380
|
};
|
|
47375
|
-
(0,
|
|
47381
|
+
(0, _reactLifecyclesCompat.polyfill)(Modal);
|
|
47376
47382
|
if (process.env.NODE_ENV !== "production") {
|
|
47377
47383
|
Modal.setCreateHTMLElement = function (fn) {
|
|
47378
47384
|
return createHTMLElement = fn;
|
|
@@ -47410,7 +47416,6 @@ const CitizenConsent = ({
|
|
|
47410
47416
|
} = useTranslation();
|
|
47411
47417
|
const user = Digit.UserService.getUser();
|
|
47412
47418
|
const ownername = user === null || user === void 0 ? void 0 : (_user$info = user.info) === null || _user$info === void 0 ? void 0 : _user$info.name;
|
|
47413
|
-
const ownermobileNumber = user === null || user === void 0 ? void 0 : user.info.mobileNumber;
|
|
47414
47419
|
const {
|
|
47415
47420
|
id
|
|
47416
47421
|
} = useParams();
|
|
@@ -47433,60 +47438,94 @@ const CitizenConsent = ({
|
|
|
47433
47438
|
};
|
|
47434
47439
|
const formattedUlbName = formatUlbName(getModalData === null || getModalData === void 0 ? void 0 : getModalData.ulbName);
|
|
47435
47440
|
const selfdeclarationform = `
|
|
47436
|
-
|
|
47437
|
-
|
|
47438
|
-
|
|
47439
|
-
<
|
|
47440
|
-
|
|
47441
|
-
|
|
47441
|
+
<div style="font-family:'Times New Roman', Times, serif; color:#000; font-size:16px; line-height:1.4; padding:20px;">
|
|
47442
|
+
|
|
47443
|
+
<!-- Header -->
|
|
47444
|
+
<h1 style="text-align:center; font-weight:bold; font-size:20px; margin-bottom:30px; text-decoration:underline;">
|
|
47445
|
+
SELF-DECLARATION FOR COMMUNITY HALL BOOKING
|
|
47446
|
+
</h1>
|
|
47447
|
+
|
|
47448
|
+
<!-- Opening Statement -->
|
|
47449
|
+
<div style="margin-bottom:20px; line-height:1.4;">
|
|
47450
|
+
<p style="margin:0;">
|
|
47451
|
+
I, <span style="border-bottom:1px solid #000; display:inline-block; min-width:200px; text-align:center; font-weight:bold;">${(getModalData === null || getModalData === void 0 ? void 0 : getModalData.name) || ownername || "____________________"}</span>
|
|
47452
|
+
s/d of <span style="border-bottom:1px solid #000; display:inline-block; min-width:200px; text-align:center; font-weight:bold;">${(getModalData === null || getModalData === void 0 ? void 0 : getModalData.sonOf) || "____________________"}</span>, resident of
|
|
47453
|
+
</p>
|
|
47454
|
+
<p style="margin:0;">
|
|
47455
|
+
<span style="border-bottom:1px solid #000; display:inline-block; min-width:300px; text-align:center; font-weight:bold;">${(getModalData === null || getModalData === void 0 ? void 0 : getModalData.residentOf) || (getModalData === null || getModalData === void 0 ? void 0 : getModalData.address) || "____________________"}</span>, do hereby self-declare that:
|
|
47456
|
+
</p>
|
|
47457
|
+
</div>
|
|
47442
47458
|
|
|
47443
|
-
|
|
47444
|
-
|
|
47445
|
-
|
|
47446
|
-
|
|
47447
|
-
|
|
47448
|
-
|
|
47449
|
-
|
|
47450
|
-
|
|
47451
|
-
|
|
47452
|
-
|
|
47453
|
-
|
|
47454
|
-
|
|
47455
|
-
|
|
47456
|
-
|
|
47457
|
-
|
|
47458
|
-
|
|
47459
|
-
|
|
47460
|
-
|
|
47461
|
-
|
|
47462
|
-
<
|
|
47463
|
-
|
|
47464
|
-
|
|
47465
|
-
|
|
47466
|
-
|
|
47467
|
-
|
|
47468
|
-
|
|
47469
|
-
|
|
47470
|
-
|
|
47471
|
-
|
|
47472
|
-
|
|
47473
|
-
|
|
47474
|
-
|
|
47475
|
-
|
|
47476
|
-
|
|
47477
|
-
<
|
|
47478
|
-
|
|
47479
|
-
|
|
47480
|
-
|
|
47481
|
-
<
|
|
47482
|
-
|
|
47483
|
-
|
|
47484
|
-
|
|
47485
|
-
|
|
47459
|
+
<!-- Declaration Points -->
|
|
47460
|
+
<ol style="margin-left:30px; line-height:1.4; list-style-type:none; counter-reset:item;">
|
|
47461
|
+
<li style="margin-bottom:8px; text-align:justify; counter-increment:item; display:flex;">
|
|
47462
|
+
<span style="min-width:30px;">${1}.</span>
|
|
47463
|
+
<span>I want to book the community hall – <span style="border-bottom:1px solid #000; display:inline-block; min-width:250px; text-align:center; font-weight:bold;">${(getModalData === null || getModalData === void 0 ? void 0 : getModalData.communityHallName) || "____________________"}</span> for the purpose of <span style="border-bottom:1px solid #000; display:inline-block; min-width:250px; text-align:center; font-weight:bold;">${(getModalData === null || getModalData === void 0 ? void 0 : (_getModalData$purpose = getModalData.purpose) === null || _getModalData$purpose === void 0 ? void 0 : _getModalData$purpose.name) || "____________________"}</span>.</span>
|
|
47464
|
+
</li>
|
|
47465
|
+
|
|
47466
|
+
<li style="margin-bottom:8px; text-align:justify; counter-increment:item; display:flex;">
|
|
47467
|
+
<span style="min-width:30px;">${2}.</span>
|
|
47468
|
+
<span>I will obey all government directions issued from time to time regarding <span style="text-decoration:underline;">Coronavirus</span> or any other epidemic.</span>
|
|
47469
|
+
</li>
|
|
47470
|
+
|
|
47471
|
+
<li style="margin-bottom:8px; text-align:justify; counter-increment:item; display:flex;">
|
|
47472
|
+
<span style="min-width:30px;">${3}.</span>
|
|
47473
|
+
<span>The Municipal Corporation / Council will have the right to deduct charges for cleanliness, electricity, or any maintenance of the community hall.</span>
|
|
47474
|
+
</li>
|
|
47475
|
+
|
|
47476
|
+
<li style="margin-bottom:8px; text-align:justify; counter-increment:item; display:flex;">
|
|
47477
|
+
<span style="min-width:30px;">${4}.</span>
|
|
47478
|
+
<span>I will not serve alcohol without valid government permission from the concerned department. If I do serve alcohol without permission, I will be liable for punishment as per law.</span>
|
|
47479
|
+
</li>
|
|
47480
|
+
|
|
47481
|
+
<li style="margin-bottom:8px; text-align:justify; counter-increment:item; display:flex;">
|
|
47482
|
+
<span style="min-width:30px;">${5}.</span>
|
|
47483
|
+
<span>I will not use Single Use Plastic or <span style="text-decoration:underline;">thermocol</span> as per Solid Waste Management (SWM) guidelines.</span>
|
|
47484
|
+
</li>
|
|
47485
|
+
|
|
47486
|
+
<li style="margin-bottom:8px; text-align:justify; counter-increment:item; display:flex;">
|
|
47487
|
+
<span style="min-width:30px;">${6}.</span>
|
|
47488
|
+
<span>I will ensure proper cleanliness of the community hall.</span>
|
|
47489
|
+
</li>
|
|
47490
|
+
|
|
47491
|
+
<li style="margin-bottom:8px; text-align:justify; counter-increment:item; display:flex;">
|
|
47492
|
+
<span style="min-width:30px;">${7}.</span>
|
|
47493
|
+
<span>I will be responsible for any fight or damage to government property and will be liable for any penalty.</span>
|
|
47494
|
+
</li>
|
|
47495
|
+
|
|
47496
|
+
<li style="margin-bottom:8px; text-align:justify; counter-increment:item; display:flex;">
|
|
47497
|
+
<span style="min-width:30px;">${8}.</span>
|
|
47498
|
+
<span>The Municipal Corporation / Council reserves the right to cancel my booking for any emergency government program.</span>
|
|
47499
|
+
</li>
|
|
47500
|
+
|
|
47501
|
+
<li style="margin-bottom:8px; text-align:justify; counter-increment:item; display:flex;">
|
|
47502
|
+
<span style="min-width:30px;">${9}.</span>
|
|
47503
|
+
<span>I will play DJ music at low volume only up to 10 PM in the community hall, as per government guidelines.</span>
|
|
47504
|
+
</li>
|
|
47505
|
+
|
|
47506
|
+
<li style="margin-bottom:8px; text-align:justify; counter-increment:item; display:flex;">
|
|
47507
|
+
<span style="min-width:30px;">${10}.</span>
|
|
47508
|
+
<span>I will be responsible if any illegal electricity connection is used in the community hall.</span>
|
|
47509
|
+
</li>
|
|
47510
|
+
|
|
47511
|
+
<li style="margin-bottom:8px; text-align:justify; counter-increment:item; display:flex;">
|
|
47512
|
+
<span style="min-width:30px;">${11}.</span>
|
|
47513
|
+
<span>I have checked the current status of the community hall and I am ready to proceed with the booking.</span>
|
|
47514
|
+
</li>
|
|
47515
|
+
</ol>
|
|
47516
|
+
|
|
47517
|
+
<!-- Signature Section -->
|
|
47518
|
+
<div style="margin-top:50px; display:flex; justify-content:flex-end;">
|
|
47519
|
+
<div style="min-width:300px;">
|
|
47520
|
+
<p style="margin:10px 0; text-align:right; font-weight:bold;">Applicant Name</p>
|
|
47521
|
+
<p style="margin:10px 0; text-align:right; font-weight:bold;">${(getModalData === null || getModalData === void 0 ? void 0 : getModalData.name) || ownername || "____________________"}</p>
|
|
47522
|
+
|
|
47523
|
+
<p style="margin:20px 0 10px 0; text-align:right; font-weight:bold;">Address</p>
|
|
47524
|
+
<p style="margin:10px 0; text-align:right; font-weight:bold;">${(getModalData === null || getModalData === void 0 ? void 0 : getModalData.address) || "____________________"}</p>
|
|
47525
|
+
</div>
|
|
47486
47526
|
</div>
|
|
47487
47527
|
</div>
|
|
47488
|
-
|
|
47489
|
-
`;
|
|
47528
|
+
`;
|
|
47490
47529
|
const closeModal = () => {
|
|
47491
47530
|
setShowTermsPopupOwner(false);
|
|
47492
47531
|
};
|
|
@@ -47584,7 +47623,6 @@ const CitizenConsent = ({
|
|
|
47584
47623
|
}
|
|
47585
47624
|
}, /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("div", {
|
|
47586
47625
|
style: {
|
|
47587
|
-
whiteSpace: "pre-wrap",
|
|
47588
47626
|
wordWrap: "break-word",
|
|
47589
47627
|
textAlign: "justify",
|
|
47590
47628
|
fontFamily: "Roboto, serif"
|