namirasoft-site-react 1.4.110 → 1.4.112
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/.dockerignore +86 -86
- package/.env.template +10 -10
- package/Dockerfile +18 -18
- package/config-overrides.js +71 -70
- package/dist/App.js +59 -119
- package/dist/App.js.map +1 -1
- package/dist/components/NSAccordion.module.css +4 -4
- package/dist/components/NSActionMenu.js +2 -2
- package/dist/components/NSActionMenu.module.css +101 -101
- package/dist/components/NSAssistantButton.module.css +135 -135
- package/dist/components/NSBarAction.module.css +97 -97
- package/dist/components/NSBarAlert.module.css +69 -69
- package/dist/components/NSBarHeroBanner.module.css +42 -42
- package/dist/components/NSBarNotification.module.css +34 -34
- package/dist/components/NSBarTitle.module.css +9 -9
- package/dist/components/NSBox.module.css +126 -126
- package/dist/components/NSBoxBoolean.module.css +88 -88
- package/dist/components/NSBoxCombo.module.css +6 -6
- package/dist/components/NSBoxCopy.module.css +43 -43
- package/dist/components/NSBoxDate.module.css +56 -56
- package/dist/components/NSBoxDateTime.module.css +51 -51
- package/dist/components/NSBoxEntity.module.css +21 -21
- package/dist/components/NSBoxErrorNotifier.module.css +2 -2
- package/dist/components/NSBoxFile.module.css +4 -4
- package/dist/components/NSBoxLabel.module.css +14 -14
- package/dist/components/NSBoxRadio.module.css +70 -70
- package/dist/components/NSBoxTextArea.module.css +83 -83
- package/dist/components/NSButton.module.css +42 -42
- package/dist/components/NSButtonBlue.module.css +4 -4
- package/dist/components/NSButtonGreen.module.css +4 -4
- package/dist/components/NSButtonRed.module.css +4 -4
- package/dist/components/NSCard.module.css +114 -114
- package/dist/components/NSCardScreenshot.module.css +41 -41
- package/dist/components/NSChartColumn.module.css +7 -7
- package/dist/components/NSChartTable.module.css +21 -21
- package/dist/components/NSDialog.js +7 -3
- package/dist/components/NSDialog.js.map +1 -1
- package/dist/components/NSDialog.module.css +106 -106
- package/dist/components/NSDownTimer.module.css +55 -55
- package/dist/components/NSDownload.module.css +46 -46
- package/dist/components/NSElectronicCard.module.css +60 -60
- package/dist/components/NSEntityBar.module.css +77 -77
- package/dist/components/NSEntityCardBackground.module.css +27 -27
- package/dist/components/NSFilterBox.js +11 -5
- package/dist/components/NSFilterBox.js.map +1 -1
- package/dist/components/NSFilterBox.module.css +62 -62
- package/dist/components/NSFilterBoxDialog.module.css +36 -36
- package/dist/components/NSFilterItem.module.css +23 -23
- package/dist/components/NSFooter.module.css +123 -123
- package/dist/components/NSGroupedList.module.css +72 -72
- package/dist/components/NSHeader.module.css +291 -291
- package/dist/components/NSHeaderScreenshot.module.css +35 -35
- package/dist/components/NSLayout.module.css +13 -13
- package/dist/components/NSLine.module.css +12 -12
- package/dist/components/NSLink.module.css +36 -36
- package/dist/components/NSLoading.module.css +30 -30
- package/dist/components/NSNoData.module.css +8 -8
- package/dist/components/NSPageSelectionModal.module.css +103 -103
- package/dist/components/NSPagination.module.css +110 -110
- package/dist/components/NSPanel.module.css +46 -46
- package/dist/components/NSRange.module.css +66 -66
- package/dist/components/NSSection.module.css +10 -10
- package/dist/components/NSSectionBars.module.css +10 -10
- package/dist/components/NSSectionCards.module.css +38 -38
- package/dist/components/NSTabPage.module.css +59 -59
- package/dist/components/NSTable.js +8 -15
- package/dist/components/NSTable.js.map +1 -1
- package/dist/components/NSTable.module.css +290 -291
- package/dist/components/NSTag.module.css +52 -52
- package/dist/components/NSTimeTable.module.css +6 -6
- package/dist/components/NSTimelineMonthly.module.css +71 -71
- package/dist/components/NSTitle.module.css +15 -15
- package/dist/formatter/BackColorFormatter.d.ts +1 -1
- package/dist/formatter/BackColorFormatter.js +3 -1
- package/dist/formatter/BackColorFormatter.js.map +1 -1
- package/dist/formatter/BaseColumnFormatter.d.ts +2 -0
- package/dist/formatter/BaseColumnFormatter.js +4 -0
- package/dist/formatter/BaseColumnFormatter.js.map +1 -1
- package/dist/formatter/BooleanFormatter.d.ts +1 -1
- package/dist/formatter/BooleanFormatter.js +3 -1
- package/dist/formatter/BooleanFormatter.js.map +1 -1
- package/dist/formatter/DateFormatter.d.ts +1 -0
- package/dist/formatter/DateFormatter.js +4 -0
- package/dist/formatter/DateFormatter.js.map +1 -1
- package/dist/formatter/DateTimeFormatter.d.ts +1 -0
- package/dist/formatter/DateTimeFormatter.js +5 -1
- package/dist/formatter/DateTimeFormatter.js.map +1 -1
- package/dist/formatter/DurationFormatter.d.ts +1 -0
- package/dist/formatter/DurationFormatter.js +4 -0
- package/dist/formatter/DurationFormatter.js.map +1 -1
- package/dist/formatter/EmailFormatter.d.ts +1 -0
- package/dist/formatter/EmailFormatter.js +4 -0
- package/dist/formatter/EmailFormatter.js.map +1 -1
- package/dist/formatter/EnumFormatter.d.ts +1 -0
- package/dist/formatter/EnumFormatter.js +4 -0
- package/dist/formatter/EnumFormatter.js.map +1 -1
- package/dist/formatter/FloatFormatter.d.ts +1 -0
- package/dist/formatter/FloatFormatter.js +8 -1
- package/dist/formatter/FloatFormatter.js.map +1 -1
- package/dist/formatter/ForeColorFormatter.d.ts +1 -1
- package/dist/formatter/ForeColorFormatter.js +3 -1
- package/dist/formatter/ForeColorFormatter.js.map +1 -1
- package/dist/formatter/IDFormatter.d.ts +1 -0
- package/dist/formatter/IDFormatter.js +13 -0
- package/dist/formatter/IDFormatter.js.map +1 -1
- package/dist/formatter/IPFormatter.d.ts +1 -0
- package/dist/formatter/IPFormatter.js +4 -0
- package/dist/formatter/IPFormatter.js.map +1 -1
- package/dist/formatter/IntegerFormatter.d.ts +1 -0
- package/dist/formatter/IntegerFormatter.js +8 -1
- package/dist/formatter/IntegerFormatter.js.map +1 -1
- package/dist/formatter/JsonFormatter.d.ts +1 -0
- package/dist/formatter/JsonFormatter.js +5 -0
- package/dist/formatter/JsonFormatter.js.map +1 -1
- package/dist/formatter/MoneyFormatter.d.ts +1 -0
- package/dist/formatter/MoneyFormatter.js +8 -1
- package/dist/formatter/MoneyFormatter.js.map +1 -1
- package/dist/formatter/PhoneFormatter.d.ts +1 -0
- package/dist/formatter/PhoneFormatter.js +4 -0
- package/dist/formatter/PhoneFormatter.js.map +1 -1
- package/dist/formatter/StringFormatter.d.ts +1 -0
- package/dist/formatter/StringFormatter.js +4 -0
- package/dist/formatter/StringFormatter.js.map +1 -1
- package/dist/formatter/TimeFormatter.d.ts +1 -0
- package/dist/formatter/TimeFormatter.js +5 -1
- package/dist/formatter/TimeFormatter.js.map +1 -1
- package/dist/formatter/UnknowFormatter.d.ts +1 -0
- package/dist/formatter/UnknowFormatter.js +5 -0
- package/dist/formatter/UnknowFormatter.js.map +1 -1
- package/dist/main.d.ts +0 -1
- package/dist/main.js +0 -1
- package/dist/main.js.map +1 -1
- package/dist/pages/NSNotFoundPage.module.css +17 -17
- package/dist/pages/NSUpdating.module.css +35 -35
- package/package.json +75 -73
- package/public/index.html +38 -38
- package/src/App.css +57 -57
- package/src/App.tsx +372 -431
- package/src/Color.tsx +10 -10
- package/src/CopyToClipboard.ts +6 -6
- package/src/Validator.ts +117 -117
- package/src/components/NSAccordion.module.css +4 -4
- package/src/components/NSAccordion.tsx +51 -51
- package/src/components/NSActionMenu.module.css +101 -101
- package/src/components/NSActionMenu.tsx +90 -90
- package/src/components/NSAssistantButton.module.css +135 -135
- package/src/components/NSAssistantButton.tsx +70 -70
- package/src/components/NSBarAction.module.css +97 -97
- package/src/components/NSBarAction.tsx +89 -89
- package/src/components/NSBarAlert.module.css +69 -69
- package/src/components/NSBarAlert.tsx +30 -30
- package/src/components/NSBarHeroBanner.module.css +42 -42
- package/src/components/NSBarHeroBanner.tsx +61 -61
- package/src/components/NSBarNotification.module.css +34 -34
- package/src/components/NSBarNotification.tsx +87 -87
- package/src/components/NSBarTitle.module.css +9 -9
- package/src/components/NSBarTitle.tsx +29 -29
- package/src/components/NSBox.module.css +126 -126
- package/src/components/NSBoxBoolean.module.css +88 -88
- package/src/components/NSBoxBoolean.tsx +124 -124
- package/src/components/NSBoxBooleans.tsx +159 -159
- package/src/components/NSBoxCombo.module.css +6 -6
- package/src/components/NSBoxCombo.tsx +151 -151
- package/src/components/NSBoxCopy.module.css +43 -43
- package/src/components/NSBoxCopy.tsx +41 -41
- package/src/components/NSBoxDate.module.css +56 -56
- package/src/components/NSBoxDate.tsx +88 -88
- package/src/components/NSBoxDateTime.module.css +51 -51
- package/src/components/NSBoxDateTime.tsx +89 -89
- package/src/components/NSBoxDouble.tsx +92 -92
- package/src/components/NSBoxDuration.tsx +92 -92
- package/src/components/NSBoxEmail.tsx +103 -103
- package/src/components/NSBoxEntity.module.css +21 -21
- package/src/components/NSBoxEntity.tsx +197 -197
- package/src/components/NSBoxEnum.tsx +55 -55
- package/src/components/NSBoxErrorNotifier.module.css +2 -2
- package/src/components/NSBoxErrorNotifier.tsx +32 -32
- package/src/components/NSBoxFile.module.css +4 -4
- package/src/components/NSBoxFile.tsx +124 -124
- package/src/components/NSBoxIPV4.tsx +97 -97
- package/src/components/NSBoxIPV6.tsx +94 -94
- package/src/components/NSBoxInteger.tsx +94 -94
- package/src/components/NSBoxLabel.module.css +14 -14
- package/src/components/NSBoxLabel.tsx +29 -29
- package/src/components/NSBoxPassword.tsx +90 -90
- package/src/components/NSBoxPhone.tsx +97 -97
- package/src/components/NSBoxPrice.tsx +92 -92
- package/src/components/NSBoxRadio.module.css +70 -70
- package/src/components/NSBoxRadio.tsx +111 -111
- package/src/components/NSBoxSearch.tsx +107 -107
- package/src/components/NSBoxString.tsx +106 -106
- package/src/components/NSBoxTextArea.module.css +83 -83
- package/src/components/NSBoxTextArea.tsx +112 -112
- package/src/components/NSBoxTime.tsx +92 -92
- package/src/components/NSButton.module.css +42 -42
- package/src/components/NSButton.tsx +25 -25
- package/src/components/NSButtonBlue.module.css +4 -4
- package/src/components/NSButtonBlue.tsx +19 -19
- package/src/components/NSButtonGreen.module.css +4 -4
- package/src/components/NSButtonGreen.tsx +19 -19
- package/src/components/NSButtonRed.module.css +4 -4
- package/src/components/NSButtonRed.tsx +19 -19
- package/src/components/NSCard.module.css +114 -114
- package/src/components/NSCard.tsx +63 -63
- package/src/components/NSCardScreenshot.module.css +41 -41
- package/src/components/NSCardScreenshot.tsx +31 -31
- package/src/components/NSChartColumn.module.css +7 -7
- package/src/components/NSChartColumn.tsx +106 -106
- package/src/components/NSChartDoughnut.tsx +108 -108
- package/src/components/NSChartPie.tsx +105 -105
- package/src/components/NSChartRange.tsx +16 -16
- package/src/components/NSChartTable.module.css +21 -21
- package/src/components/NSChartTable.tsx +94 -94
- package/src/components/NSCopy.tsx +67 -67
- package/src/components/NSDeleteDialog.tsx +26 -26
- package/src/components/NSDialog.module.css +106 -106
- package/src/components/NSDialog.tsx +56 -47
- package/src/components/NSDownTimer.module.css +55 -55
- package/src/components/NSDownTimer.tsx +77 -77
- package/src/components/NSDownload.module.css +46 -46
- package/src/components/NSDownload.tsx +62 -62
- package/src/components/NSElectronicCard.module.css +60 -60
- package/src/components/NSElectronicCard.tsx +45 -45
- package/src/components/NSEntityBar.module.css +77 -77
- package/src/components/NSEntityBar.tsx +27 -27
- package/src/components/NSEntityCardBackground.module.css +27 -27
- package/src/components/NSEntityCardBackground.tsx +34 -34
- package/src/components/NSFilterBox.module.css +62 -62
- package/src/components/NSFilterBox.tsx +360 -352
- package/src/components/NSFilterBoxDialog.module.css +36 -36
- package/src/components/NSFilterBoxDialog.tsx +74 -74
- package/src/components/NSFilterItem.module.css +23 -23
- package/src/components/NSFilterItem.tsx +73 -73
- package/src/components/NSFooter.module.css +123 -123
- package/src/components/NSFooter.tsx +289 -289
- package/src/components/NSGroupedList.module.css +72 -72
- package/src/components/NSGroupedList.tsx +115 -115
- package/src/components/NSHeader.module.css +291 -291
- package/src/components/NSHeader.tsx +250 -250
- package/src/components/NSHeaderScreenshot.module.css +35 -35
- package/src/components/NSHeaderScreenshot.tsx +38 -38
- package/src/components/NSInfoDialog.tsx +36 -36
- package/src/components/NSLayout.module.css +13 -13
- package/src/components/NSLayout.tsx +109 -109
- package/src/components/NSLine.module.css +12 -12
- package/src/components/NSLine.tsx +15 -15
- package/src/components/NSLink.module.css +36 -36
- package/src/components/NSLink.tsx +25 -25
- package/src/components/NSLinkBlue.tsx +20 -20
- package/src/components/NSLinkGreen.tsx +5 -5
- package/src/components/NSLinkRed.tsx +5 -5
- package/src/components/NSLoading.module.css +30 -30
- package/src/components/NSLoading.tsx +20 -20
- package/src/components/NSNoData.module.css +8 -8
- package/src/components/NSNoData.tsx +24 -24
- package/src/components/NSPageSelectionModal.module.css +103 -103
- package/src/components/NSPageSelectionModal.tsx +228 -228
- package/src/components/NSPagination.module.css +110 -110
- package/src/components/NSPagination.tsx +191 -191
- package/src/components/NSPanel.module.css +46 -46
- package/src/components/NSPanel.tsx +19 -19
- package/src/components/NSProductList.tsx +43 -43
- package/src/components/NSRange.module.css +66 -66
- package/src/components/NSRange.tsx +81 -81
- package/src/components/NSRepeater.tsx +179 -179
- package/src/components/NSSection.module.css +10 -10
- package/src/components/NSSection.tsx +23 -23
- package/src/components/NSSectionBars.module.css +10 -10
- package/src/components/NSSectionBars.tsx +25 -25
- package/src/components/NSSectionCards.module.css +38 -38
- package/src/components/NSSectionCards.tsx +51 -51
- package/src/components/NSSectionTitle.tsx +21 -21
- package/src/components/NSSpace.tsx +28 -28
- package/src/components/NSTabPage.module.css +59 -59
- package/src/components/NSTabPage.tsx +78 -78
- package/src/components/NSTable.module.css +290 -291
- package/src/components/NSTable.tsx +436 -440
- package/src/components/NSTag.module.css +52 -52
- package/src/components/NSTag.tsx +78 -78
- package/src/components/NSTimeTable.module.css +6 -6
- package/src/components/NSTimeTable.tsx +49 -49
- package/src/components/NSTimelineMonthly.module.css +71 -71
- package/src/components/NSTimelineMonthly.tsx +42 -42
- package/src/components/NSTitle.module.css +15 -15
- package/src/components/NSTitle.tsx +19 -19
- package/src/formatter/BackColorFormatter.tsx +22 -20
- package/src/formatter/BaseColumnFormatter.ts +16 -14
- package/src/formatter/BooleanFormatter.ts +22 -20
- package/src/formatter/DateFormatter.ts +20 -15
- package/src/formatter/DateTimeFormatter.ts +20 -15
- package/src/formatter/DurationFormatter.ts +13 -8
- package/src/formatter/EmailFormatter.ts +13 -8
- package/src/formatter/EnumFormatter.ts +13 -8
- package/src/formatter/FloatFormatter.ts +16 -8
- package/src/formatter/ForeColorFormatter.tsx +22 -20
- package/src/formatter/IDFormatter.tsx +29 -0
- package/src/formatter/IPFormatter.ts +13 -8
- package/src/formatter/IntegerFormatter.ts +16 -8
- package/src/formatter/JsonFormatter.ts +14 -8
- package/src/formatter/MoneyFormatter.ts +16 -8
- package/src/formatter/PhoneFormatter.ts +13 -8
- package/src/formatter/StringFormatter.ts +13 -8
- package/src/formatter/TimeFormatter.ts +21 -16
- package/src/formatter/UnknowFormatter.ts +14 -8
- package/src/index.tsx +7 -7
- package/src/main.ts +117 -118
- package/src/pages/NSNotFoundPage.module.css +17 -17
- package/src/pages/NSNotFoundPage.tsx +11 -11
- package/src/pages/NSUpdating.module.css +35 -35
- package/src/pages/NSUpdating.tsx +32 -32
- package/src/props/IBaseComponentProps.ts +8 -8
- package/src/props/IHeaderIconProps.ts +10 -10
- package/src/props/IHeaderProps.ts +7 -7
- package/src/props/IImageProps.ts +4 -4
- package/src/props/ILinkProps.ts +5 -5
- package/src/props/IValidationNumberProps.ts +4 -4
- package/src/props/IValidationProps.ts +7 -7
- package/src/props/IValidationRegexProps.ts +4 -4
- package/src/props/IValidationStringProps.ts +4 -4
- package/src/routing/INSRouterMaker.ts +6 -6
- package/src/routing/INSRouterProps.ts +5 -5
- package/src/routing/INSRouterState.ts +5 -5
- package/src/routing/NSRouterMaker.tsx +33 -33
- package/src/routing/Notifier.ts +79 -79
- package/tsconfig.json +43 -43
- package/dist/App.css +0 -58
- package/dist/components/NSChartPie.module.css +0 -0
- package/dist/components/NSCopyToClipboard.d.ts +0 -7
- package/dist/components/NSCopyToClipboard.js +0 -13
- package/dist/components/NSCopyToClipboard.js.map +0 -1
- package/dist/components/NSCopyToClipboard.module.css +0 -44
- package/dist/components/NSRadioButton.d.ts +0 -25
- package/dist/components/NSRadioButton.js +0 -49
- package/dist/components/NSRadioButton.js.map +0 -1
- package/dist/formatter/ForeignIDFormatter.d.ts +0 -4
- package/dist/formatter/ForeignIDFormatter.js +0 -7
- package/dist/formatter/ForeignIDFormatter.js.map +0 -1
- package/dist/index.css +0 -6
- package/src/formatter/ForeignIDFormatter.ts +0 -9
- package/src/formatter/IDFormatter.ts +0 -9
package/dist/App.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"App.js","sourceRoot":"","sources":["../src/App.tsx"],"names":[],"mappings":";;;;;;;;;;AAAA,OAAO,WAAW,CAAC;AACnB,OAAO,sCAAsC,CAAC;AAC9C,OAAO,EAAE,OAAO,EAAgD,MAAM,sBAAsB,CAAC;AAC7F,OAAO,
|
|
1
|
+
{"version":3,"file":"App.js","sourceRoot":"","sources":["../src/App.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
.nsaccordion_parent {
|
|
2
|
-
border-radius: 8px;
|
|
3
|
-
width: 100%;
|
|
4
|
-
max-width: 1150px;
|
|
1
|
+
.nsaccordion_parent {
|
|
2
|
+
border-radius: 8px;
|
|
3
|
+
width: 100%;
|
|
4
|
+
max-width: 1150px;
|
|
5
5
|
}
|
|
@@ -26,8 +26,8 @@ export function NSActionMenu(props) {
|
|
|
26
26
|
return _jsx(_Fragment, {});
|
|
27
27
|
if (props.items.length === 1)
|
|
28
28
|
return _jsx(NSButtonBlue, { title: props.items[0].menu_item, onClick: () => onClick(props.items[0]), disabled: props.items[0].isActive() ? false : true, classList: [Styles.single_action_button] });
|
|
29
|
-
return (_jsxs("div", { className: Styles.ns_action_bar, ref: menuRef, children: [_jsxs("button", { onClick: () => setState((prevState) => (Object.assign(Object.assign({}, prevState), { isShow: !state.isShow }))), children: [props.name, _jsx("img", { className: Styles.ns_action_menu_icon, src: "https://static.namirasoft.com/image/concept/ellipsis/vertical-blue.svg", alt: "Icon", width: 24, height: 24 })] }), _jsx("ul", { className: `${Styles.ns_action_item_holder} ${state.isShow ? Styles.ns_show : Styles.ns_hide}`, children: props.items.map((item) => _jsx("li", { onClick: () => onClick(item), className: `${Styles.ns_action_item}
|
|
30
|
-
${item.isActive() ? Styles.ns_active_item : Styles.ns_deActive_item}
|
|
29
|
+
return (_jsxs("div", { className: Styles.ns_action_bar, ref: menuRef, children: [_jsxs("button", { onClick: () => setState((prevState) => (Object.assign(Object.assign({}, prevState), { isShow: !state.isShow }))), children: [props.name, _jsx("img", { className: Styles.ns_action_menu_icon, src: "https://static.namirasoft.com/image/concept/ellipsis/vertical-blue.svg", alt: "Icon", width: 24, height: 24 })] }), _jsx("ul", { className: `${Styles.ns_action_item_holder} ${state.isShow ? Styles.ns_show : Styles.ns_hide}`, children: props.items.map((item) => _jsx("li", { onClick: () => onClick(item), className: `${Styles.ns_action_item}
|
|
30
|
+
${item.isActive() ? Styles.ns_active_item : Styles.ns_deActive_item}
|
|
31
31
|
`, children: item.menu_item }, item.id)) })] }));
|
|
32
32
|
}
|
|
33
33
|
//# sourceMappingURL=NSActionMenu.js.map
|
|
@@ -1,102 +1,102 @@
|
|
|
1
|
-
.ns_action_bar {
|
|
2
|
-
display: flex;
|
|
3
|
-
flex-direction: column;
|
|
4
|
-
width: 180px;
|
|
5
|
-
color: #000;
|
|
6
|
-
position: relative;
|
|
7
|
-
max-width: 100%;
|
|
8
|
-
margin: 16px 0;
|
|
9
|
-
width: 100%;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
.single_action_button {
|
|
13
|
-
margin-top: 16px;
|
|
14
|
-
margin-bottom: 16px;
|
|
15
|
-
width: 100%;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.ns_action_bar>button {
|
|
19
|
-
border-radius: 8px;
|
|
20
|
-
padding: 10px 12px;
|
|
21
|
-
font-size: 16px;
|
|
22
|
-
font-weight: 400;
|
|
23
|
-
border: 1px solid #000;
|
|
24
|
-
max-width: 100%;
|
|
25
|
-
height: max-content !important;
|
|
26
|
-
background: #fff;
|
|
27
|
-
cursor: pointer;
|
|
28
|
-
text-align: start;
|
|
29
|
-
color: #141B5C;
|
|
30
|
-
cursor: pointer;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.ns_action_menu_icon {
|
|
34
|
-
position: absolute;
|
|
35
|
-
right: 5px;
|
|
36
|
-
top: 12px;
|
|
37
|
-
z-index: 1;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
.ns_action_item_holder {
|
|
41
|
-
list-style-type: none;
|
|
42
|
-
padding: 16px 0;
|
|
43
|
-
margin: 0;
|
|
44
|
-
background: #fff;
|
|
45
|
-
border-radius: 8px;
|
|
46
|
-
position: absolute;
|
|
47
|
-
top: 64px;
|
|
48
|
-
left: 0;
|
|
49
|
-
width: 100%;
|
|
50
|
-
box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
|
|
51
|
-
-webkit-box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
|
|
52
|
-
-moz-box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
.ns_action_item {
|
|
56
|
-
height: 40px;
|
|
57
|
-
display: flex;
|
|
58
|
-
align-items: center;
|
|
59
|
-
font-size: 16px;
|
|
60
|
-
color: #141B5C;
|
|
61
|
-
padding: 0 16px;
|
|
62
|
-
cursor: pointer;
|
|
63
|
-
position: relative;
|
|
64
|
-
z-index: 11;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
.ns_action_item:hover {
|
|
68
|
-
background-color: #141B5C66;
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
.ns_deActive_item {
|
|
72
|
-
color: #D1D1D1;
|
|
73
|
-
cursor: not-allowed;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.ns_show {
|
|
77
|
-
display: block;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
.ns_hide {
|
|
81
|
-
display: none;
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
@media only screen and (min-width: 380px) {
|
|
85
|
-
|
|
86
|
-
.single_action_button,
|
|
87
|
-
.ns_action_bar {
|
|
88
|
-
max-width: 272px;
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
@media only screen and (min-width: 786px) {
|
|
93
|
-
.single_action_button {
|
|
94
|
-
margin-top: 0px;
|
|
95
|
-
margin-bottom: 0px;
|
|
96
|
-
width: 180px;
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
.ns_action_bar {
|
|
100
|
-
width: 180px;
|
|
101
|
-
}
|
|
1
|
+
.ns_action_bar {
|
|
2
|
+
display: flex;
|
|
3
|
+
flex-direction: column;
|
|
4
|
+
width: 180px;
|
|
5
|
+
color: #000;
|
|
6
|
+
position: relative;
|
|
7
|
+
max-width: 100%;
|
|
8
|
+
margin: 16px 0;
|
|
9
|
+
width: 100%;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.single_action_button {
|
|
13
|
+
margin-top: 16px;
|
|
14
|
+
margin-bottom: 16px;
|
|
15
|
+
width: 100%;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.ns_action_bar>button {
|
|
19
|
+
border-radius: 8px;
|
|
20
|
+
padding: 10px 12px;
|
|
21
|
+
font-size: 16px;
|
|
22
|
+
font-weight: 400;
|
|
23
|
+
border: 1px solid #000;
|
|
24
|
+
max-width: 100%;
|
|
25
|
+
height: max-content !important;
|
|
26
|
+
background: #fff;
|
|
27
|
+
cursor: pointer;
|
|
28
|
+
text-align: start;
|
|
29
|
+
color: #141B5C;
|
|
30
|
+
cursor: pointer;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.ns_action_menu_icon {
|
|
34
|
+
position: absolute;
|
|
35
|
+
right: 5px;
|
|
36
|
+
top: 12px;
|
|
37
|
+
z-index: 1;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.ns_action_item_holder {
|
|
41
|
+
list-style-type: none;
|
|
42
|
+
padding: 16px 0;
|
|
43
|
+
margin: 0;
|
|
44
|
+
background: #fff;
|
|
45
|
+
border-radius: 8px;
|
|
46
|
+
position: absolute;
|
|
47
|
+
top: 64px;
|
|
48
|
+
left: 0;
|
|
49
|
+
width: 100%;
|
|
50
|
+
box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
|
|
51
|
+
-webkit-box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
|
|
52
|
+
-moz-box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.ns_action_item {
|
|
56
|
+
height: 40px;
|
|
57
|
+
display: flex;
|
|
58
|
+
align-items: center;
|
|
59
|
+
font-size: 16px;
|
|
60
|
+
color: #141B5C;
|
|
61
|
+
padding: 0 16px;
|
|
62
|
+
cursor: pointer;
|
|
63
|
+
position: relative;
|
|
64
|
+
z-index: 11;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.ns_action_item:hover {
|
|
68
|
+
background-color: #141B5C66;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.ns_deActive_item {
|
|
72
|
+
color: #D1D1D1;
|
|
73
|
+
cursor: not-allowed;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.ns_show {
|
|
77
|
+
display: block;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.ns_hide {
|
|
81
|
+
display: none;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
@media only screen and (min-width: 380px) {
|
|
85
|
+
|
|
86
|
+
.single_action_button,
|
|
87
|
+
.ns_action_bar {
|
|
88
|
+
max-width: 272px;
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
@media only screen and (min-width: 786px) {
|
|
93
|
+
.single_action_button {
|
|
94
|
+
margin-top: 0px;
|
|
95
|
+
margin-bottom: 0px;
|
|
96
|
+
width: 180px;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.ns_action_bar {
|
|
100
|
+
width: 180px;
|
|
101
|
+
}
|
|
102
102
|
}
|
|
@@ -1,136 +1,136 @@
|
|
|
1
|
-
.ns_container {
|
|
2
|
-
display: flex;
|
|
3
|
-
flex-direction: column;
|
|
4
|
-
justify-content: left;
|
|
5
|
-
align-items: flex-end;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
.ns_input_parent {
|
|
9
|
-
display: flex;
|
|
10
|
-
flex-direction: row;
|
|
11
|
-
width: 100%;
|
|
12
|
-
color: #141B5C;
|
|
13
|
-
justify-content: space-between;
|
|
14
|
-
max-width: 100%;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.ns_input {
|
|
18
|
-
border-radius: 8px;
|
|
19
|
-
padding: 10px 48px 10px 12px;
|
|
20
|
-
font-size: 16px;
|
|
21
|
-
font-weight: 400;
|
|
22
|
-
border: 1px solid rgba(0, 0, 0, 1) !important;
|
|
23
|
-
height: 48px;
|
|
24
|
-
width: 272px
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.ns_input:focus-visible {
|
|
28
|
-
border-color: rgba(0, 0, 0, 1) !important;
|
|
29
|
-
outline: solid 1px #4096ff !important;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.ns_input li {
|
|
33
|
-
color: #000 !important
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
.ns_input_title {
|
|
37
|
-
font-size: 16px;
|
|
38
|
-
font-weight: 400;
|
|
39
|
-
display: flex;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
.ns_input_title_group {
|
|
43
|
-
display: flex;
|
|
44
|
-
width: 100%;
|
|
45
|
-
justify-content: space-between;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
@media only screen and (min-width: 380px) {
|
|
49
|
-
.ns_input {
|
|
50
|
-
max-width: 272px;
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
/*Start Input phone*/
|
|
55
|
-
.ns_input_phone_parent input {
|
|
56
|
-
width: 100% !important;
|
|
57
|
-
height: 48px !important;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
@media only screen and (min-width: 380px) {
|
|
61
|
-
.ns_input_phone_parent input {
|
|
62
|
-
width: 272px !important;
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
/*End Input phone*/
|
|
67
|
-
|
|
68
|
-
.ns_btn_box {
|
|
69
|
-
opacity: 0;
|
|
70
|
-
visibility: hidden;
|
|
71
|
-
color: #000;
|
|
72
|
-
border: none;
|
|
73
|
-
cursor: pointer;
|
|
74
|
-
width: max-content;
|
|
75
|
-
background-color: transparent;
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
.ns_input_parent:hover .ns_btn_box {
|
|
79
|
-
opacity: 1;
|
|
80
|
-
visibility: visible;
|
|
81
|
-
transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
.ns_btn_box img {
|
|
85
|
-
position: inherit;
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
.ns_full_screen {
|
|
89
|
-
position: fixed;
|
|
90
|
-
top: 0;
|
|
91
|
-
left: 0;
|
|
92
|
-
width: 100%;
|
|
93
|
-
height: 100%;
|
|
94
|
-
background: #0101015c;
|
|
95
|
-
z-index: 1000;
|
|
96
|
-
padding: 5%;
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
.ns_full_screen input {
|
|
100
|
-
width: 100% !important;
|
|
101
|
-
max-width: 100%;
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
.ns_input_modal_full {
|
|
105
|
-
position: fixed;
|
|
106
|
-
top: 0;
|
|
107
|
-
left: 0;
|
|
108
|
-
background-color: rgba(0, 0, 0, 0.6);
|
|
109
|
-
height: 100%;
|
|
110
|
-
width: 100%;
|
|
111
|
-
z-index: 15;
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
.ns_input_modal_full_screen textarea {
|
|
115
|
-
height: 80%;
|
|
116
|
-
width: 80%;
|
|
117
|
-
z-index: 15;
|
|
118
|
-
position: fixed;
|
|
119
|
-
top: 10%;
|
|
120
|
-
left: 10%;
|
|
121
|
-
text-align: left;
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
.ns_input_modal_full_screen img {
|
|
125
|
-
position: fixed;
|
|
126
|
-
top: 12%;
|
|
127
|
-
right: 11%;
|
|
128
|
-
z-index: 20;
|
|
129
|
-
transition: all 0.3s ease-in-out;
|
|
130
|
-
cursor: pointer;
|
|
131
|
-
border-radius: 50%;
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
.ns_input_modal_full_screen img:hover {
|
|
135
|
-
scale: 1.2;
|
|
1
|
+
.ns_container {
|
|
2
|
+
display: flex;
|
|
3
|
+
flex-direction: column;
|
|
4
|
+
justify-content: left;
|
|
5
|
+
align-items: flex-end;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.ns_input_parent {
|
|
9
|
+
display: flex;
|
|
10
|
+
flex-direction: row;
|
|
11
|
+
width: 100%;
|
|
12
|
+
color: #141B5C;
|
|
13
|
+
justify-content: space-between;
|
|
14
|
+
max-width: 100%;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.ns_input {
|
|
18
|
+
border-radius: 8px;
|
|
19
|
+
padding: 10px 48px 10px 12px;
|
|
20
|
+
font-size: 16px;
|
|
21
|
+
font-weight: 400;
|
|
22
|
+
border: 1px solid rgba(0, 0, 0, 1) !important;
|
|
23
|
+
height: 48px;
|
|
24
|
+
width: 272px
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.ns_input:focus-visible {
|
|
28
|
+
border-color: rgba(0, 0, 0, 1) !important;
|
|
29
|
+
outline: solid 1px #4096ff !important;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.ns_input li {
|
|
33
|
+
color: #000 !important
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.ns_input_title {
|
|
37
|
+
font-size: 16px;
|
|
38
|
+
font-weight: 400;
|
|
39
|
+
display: flex;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.ns_input_title_group {
|
|
43
|
+
display: flex;
|
|
44
|
+
width: 100%;
|
|
45
|
+
justify-content: space-between;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
@media only screen and (min-width: 380px) {
|
|
49
|
+
.ns_input {
|
|
50
|
+
max-width: 272px;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
/*Start Input phone*/
|
|
55
|
+
.ns_input_phone_parent input {
|
|
56
|
+
width: 100% !important;
|
|
57
|
+
height: 48px !important;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
@media only screen and (min-width: 380px) {
|
|
61
|
+
.ns_input_phone_parent input {
|
|
62
|
+
width: 272px !important;
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
/*End Input phone*/
|
|
67
|
+
|
|
68
|
+
.ns_btn_box {
|
|
69
|
+
opacity: 0;
|
|
70
|
+
visibility: hidden;
|
|
71
|
+
color: #000;
|
|
72
|
+
border: none;
|
|
73
|
+
cursor: pointer;
|
|
74
|
+
width: max-content;
|
|
75
|
+
background-color: transparent;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.ns_input_parent:hover .ns_btn_box {
|
|
79
|
+
opacity: 1;
|
|
80
|
+
visibility: visible;
|
|
81
|
+
transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.ns_btn_box img {
|
|
85
|
+
position: inherit;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.ns_full_screen {
|
|
89
|
+
position: fixed;
|
|
90
|
+
top: 0;
|
|
91
|
+
left: 0;
|
|
92
|
+
width: 100%;
|
|
93
|
+
height: 100%;
|
|
94
|
+
background: #0101015c;
|
|
95
|
+
z-index: 1000;
|
|
96
|
+
padding: 5%;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.ns_full_screen input {
|
|
100
|
+
width: 100% !important;
|
|
101
|
+
max-width: 100%;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.ns_input_modal_full {
|
|
105
|
+
position: fixed;
|
|
106
|
+
top: 0;
|
|
107
|
+
left: 0;
|
|
108
|
+
background-color: rgba(0, 0, 0, 0.6);
|
|
109
|
+
height: 100%;
|
|
110
|
+
width: 100%;
|
|
111
|
+
z-index: 15;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
.ns_input_modal_full_screen textarea {
|
|
115
|
+
height: 80%;
|
|
116
|
+
width: 80%;
|
|
117
|
+
z-index: 15;
|
|
118
|
+
position: fixed;
|
|
119
|
+
top: 10%;
|
|
120
|
+
left: 10%;
|
|
121
|
+
text-align: left;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
.ns_input_modal_full_screen img {
|
|
125
|
+
position: fixed;
|
|
126
|
+
top: 12%;
|
|
127
|
+
right: 11%;
|
|
128
|
+
z-index: 20;
|
|
129
|
+
transition: all 0.3s ease-in-out;
|
|
130
|
+
cursor: pointer;
|
|
131
|
+
border-radius: 50%;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
.ns_input_modal_full_screen img:hover {
|
|
135
|
+
scale: 1.2;
|
|
136
136
|
}
|