@m4l/components 1.0.10 → 1.0.12
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/components/AccountPopover/{index.85964263.js → index.705c7df5.js} +4 -4
- package/components/AppBar/{index.233917e6.js → index.04816fec.js} +4 -4
- package/components/CommonActions/components/ActionCancel/index.609a78ca.js +12 -0
- package/components/CommonActions/components/ActionFormCancel/index.2a55418d.js +56 -0
- package/components/CommonActions/components/ActionFormIntro/index.34d569d1.js +33 -0
- package/components/CommonActions/components/ActionIntro/index.ebac0bc1.js +25 -0
- package/components/CommonActions/components/Actions/index.258bf919.js +71 -0
- package/components/DataGrid/constants.e334cd50.js +10 -0
- package/components/DataGrid/formatters/ColumnBooleanFormatter/index.30ea5c9a.js +26 -0
- package/components/DataGrid/formatters/ColumnConcatenatedValueFormatter/index.512d6ee0.js +22 -0
- package/components/DataGrid/formatters/ColumnDateFormatter/index.e00d0cf2.js +19 -0
- package/components/DataGrid/formatters/ColumnInteractiveCheckFormatter/index.5d294f5d.js +23 -0
- package/components/DataGrid/formatters/ColumnNestedValueFormatter/index.880e743b.js +14 -0
- package/components/DataGrid/formatters/ColumnPointsFormatter/index.226cc583.js +10 -0
- package/components/DataGrid/formatters/ColumnPriceFormatter/index.bf9d9e60.js +10 -0
- package/components/DataGrid/formatters/ColumnSetCheckFormatter/index.4045b2f2.js +36 -0
- package/components/DataGrid/formatters/ColumnUncertaintyFormatter/index.a87302d1.js +10 -0
- package/components/DataGrid/formatters/index.2c2f0ae4.js +1 -0
- package/components/DataGrid/index.3ffee8f3.js +915 -0
- package/components/DataGrid/subcomponents/Actions/index.8224ef1a.js +596 -0
- package/components/DataGrid/subcomponents/editors/TextEditor/index.3f0d9e28.js +76 -0
- package/components/DragResizeWindow/{index.8b3e79f7.js → index.917d150b.js} +6 -3
- package/components/DynamicFilter/helpers/index.9baa9ef7.js +556 -0
- package/components/DynamicFilter/index.7e64ade0.js +441 -0
- package/components/DynamicFilter/slots/{index.268c8973.js → index.dbb0936d.js} +32 -32
- package/components/DynamicFilter/store/index.eafe4a4d.js +254 -0
- package/components/DynamicFilter/subcomponents/index.d5bea68c.js +786 -0
- package/components/FieldLabel/{index.61450047.js → index.317f5f6f.js} +4 -4
- package/components/GridLayout/{index.656840a5.js → index.68d907d4.js} +34 -11
- package/components/GridLayout/subcomponents/Griditem/{index.b23625d7.js → index.8955a794.js} +3 -4
- package/components/GridLayout/subcomponents/Responsive/{index.97505a31.js → index.45cecca2.js} +1 -2
- package/components/GridLayout/subcomponents/SizeProvider/{index.36cb4139.js → index.7050ac4f.js} +1 -1
- package/components/HelperText/{index.ebb53dac.js → index.09e80920.js} +1 -1
- package/components/Icon/{index.0d591435.js → index.0598dfb1.js} +10 -26
- package/components/Image/{index.7b1ce7d6.js → index.19aa7ff5.js} +3 -2
- package/components/LanguagePopover/index.921efd11.js +188 -0
- package/components/{mui_extended/LinearProgress/index.e9455b2e.js → LinearProgressIndeterminate/index.ea9c8518.js} +4 -9
- package/components/LoadingError/{index.5b8a819d.js → index.1e464569.js} +11 -7
- package/components/MFLoader/{index.6f690259.js → index.08b59dce.js} +8 -4
- package/components/ModalDialog/{index.bdae9c06.js → index.0dd5af28.js} +14 -5
- package/components/NavLink/{index.9f5d5670.js → index.ad039baf.js} +3 -2
- package/components/NoItemSelected/{index.71727588.js → index.d10603d7.js} +13 -3
- package/components/ObjectLogs/{index.5e18c08e.js → index.72dc8feb.js} +25 -8
- package/components/PDFViewer/{index.e5b7b58c.js → index.35f68e67.js} +2 -2
- package/components/Page/{index.bf61755b.js → index.f4755eba.js} +18 -2
- package/components/PaperForm/{index.2c5d1c14.js → index.5ef72398.js} +2 -2
- package/components/Period/{index.9f3a2531.js → index.301a752f.js} +15 -54
- package/components/PrintingSystem/{index.e166c8d5.js → index.a69a9d85.js} +14 -15
- package/components/PrintingSystem/subcomponents/BodyNode/{index.ff5bd9ba.js → index.528fcfbf.js} +1 -1
- package/components/PrintingSystem/subcomponents/ChartNode/{index.e78e9c90.js → index.fbe87257.js} +1 -1
- package/components/PrintingSystem/subcomponents/DividerNode/{index.1ff8a100.js → index.f5adab1d.js} +1 -1
- package/components/PrintingSystem/subcomponents/FooterNode/{index.7078b267.js → index.f42ca7dc.js} +1 -1
- package/components/PrintingSystem/subcomponents/GridNode/{index.45007400.js → index.041b9cff.js} +1 -1
- package/components/PrintingSystem/subcomponents/HeaderNode/{index.c19c37d6.js → index.a8140332.js} +1 -1
- package/components/PrintingSystem/subcomponents/PaperNode/{index.3a620060.js → index.aabde2bb.js} +1 -1
- package/components/PrintingSystem/subcomponents/PropertyValueNode/{index.c158a2b6.js → index.7f75ca46.js} +1 -1
- package/components/PrintingSystem/subcomponents/SectionNode/{index.cc08a0f8.js → index.61babb47.js} +1 -1
- package/components/PrintingSystem/subcomponents/TextBoxNode/{index.a37d8efa.js → index.4d0e67a3.js} +1 -1
- package/components/PropertyValue/{index.2e61bd86.js → index.0b5c361c.js} +7 -4
- package/components/Resizeable/{index.414ff687.js → index.4f75c0b5.js} +1 -1
- package/components/ScrollBar/{index.1e89bb44.js → index.21bc5025.js} +1 -1
- package/components/SideBar/{index.a645fbb3.js → index.8fdf28e0.js} +36 -7
- package/components/SplitLayout/{index.7d9edf4e.js → index.15756f0f.js} +3 -1
- package/components/ToastContainer/{index.c1ae5efc.js → index.123d26d9.js} +3 -3
- package/components/animate/variants/index.7a912140.js +1 -0
- package/components/areas/components/AreasAdmin/index.1aec24f3.js +733 -0
- package/components/areas/components/AreasViewer/index.429dbb7b.js +1072 -0
- package/components/areas/components/index.558684b3.js +1 -0
- package/components/areas/constants.66529246.js +6 -0
- package/components/areas/contexts/AreasContext/{index.ed31c72d.js → index.2e7cdc05.js} +6 -5
- package/components/areas/contexts/DynamicMFParmsContext/{index.37d1d444.js → index.3d9ad0ad.js} +2 -2
- package/components/areas/contexts/WindowToolsMFContext/{index.69d95c15.js → index.992ae7a3.js} +2 -2
- package/components/areas/contexts/index.24025b97.js +1 -0
- package/components/areas/dictionary.08cfc4c9.js +36 -0
- package/components/areas/hooks/index.d9dc1e21.js +1 -0
- package/components/areas/hooks/useAreas/{index.dca83673.js → index.8913b7b5.js} +1 -1
- package/components/areas/hooks/useDynamicMFParameters/{index.03ce6078.js → index.9e09e1e3.js} +1 -1
- package/components/areas/hooks/useWindowToolsMF/{index.09801b66.js → index.2fbae9dc.js} +1 -1
- package/components/areas/icons.8266ccc8.js +26 -0
- package/components/areas/index.4cc6a221.js +22 -0
- package/components/commercial/AppBarCommercial/index.cbd55cf8.js +28 -0
- package/components/commercial/SectionCommercial/index.d22ebbd5.js +57 -0
- package/components/commercial/TopBar/index.20c4b2ea.js +234 -0
- package/components/{HamburgerMenu/index.6da952c3.js → commercial/index.504bddfe.js} +5 -3
- package/components/formatters/BooleanFormatter/index.a4abeebc.js +44 -0
- package/components/formatters/DateFormatter/index.2ef6f261.js +43 -0
- package/components/formatters/PointsFormatter/index.d8a4ee54.js +25 -0
- package/components/formatters/PriceFormatter/index.97f75b4b.js +35 -0
- package/components/formatters/UncertaintyFormatter/index.c3ffdebc.js +29 -0
- package/components/formatters/index.18f49751.js +117 -0
- package/components/hook-form/HelperError/{index.2ed03a3c.js → index.c0109d5b.js} +1 -1
- package/components/hook-form/RHFAutocomplete/index.d6dd0f42.js +404 -0
- package/components/hook-form/RHFAutocompleteAsync/{index.58439d31.js → index.35d82ca9.js} +2 -3
- package/components/hook-form/RHFCheckbox/{index.52645cbc.js → index.6a1b97dd.js} +4 -4
- package/components/hook-form/RHFColorPicker/{index.ad3a7448.js → index.dccd7187.js} +6 -6
- package/components/hook-form/RHFDateTime/{index.0bb4279e.js → index.15976fef.js} +5 -5
- package/components/hook-form/RHFPeriod/{index.8075a132.js → index.e6d5c3a6.js} +4 -4
- package/components/hook-form/RHFTextField/{index.8d9e389c.js → index.55f91506.js} +6 -6
- package/components/hook-form/RHFUpload/{index.bb7f617e.js → index.7fd23b2a.js} +5 -5
- package/components/{mui_extended/Tab/index.03742bb6.js → maps/components/GpsTools/index.b126f06c.js} +331 -645
- package/components/maps/{index.595f5894.js → components/Map/index.c163038c.js} +737 -28
- package/components/maps/index.13bb982c.js +7 -0
- package/components/modal/{WindowBase.57f82667.js → WindowBase.6fbd595f.js} +4 -4
- package/components/modal/{WindowConfirm.21342f0a.js → WindowConfirm.a33e1d29.js} +10 -6
- package/components/modal/{index.5bce430d.js → index.81eb6def.js} +5 -1
- package/components/mui_extended/Accordion/{index.232b14c4.js → index.808f22d7.js} +5 -5
- package/components/mui_extended/Avatar/{index.12b96914.js → index.fb9ad158.js} +1 -1
- package/components/mui_extended/Badge/{index.4737c113.js → index.8beaeefc.js} +1 -1
- package/components/mui_extended/Button/{index.6276c580.js → index.d742e9ee.js} +6 -81
- package/components/mui_extended/{CheckBox/index.2bf3b459.js → CheckBox.2f354abf.js} +1 -1
- package/components/mui_extended/IconButton/{index.20a5a0be.js → index.98914ce2.js} +1 -1
- package/components/mui_extended/LinearProgress/index.4092bb69.js +9 -0
- package/components/mui_extended/MenuActions/index.ba7f3376.js +176 -0
- package/components/mui_extended/Pager/{index.2a5203df.js → index.abeb8d39.js} +22 -40
- package/components/mui_extended/Popover/index.2348fc4f.js +143 -0
- package/components/mui_extended/Tab/index.e911930f.js +135 -0
- package/components/mui_extended/ToggleButton/{index.7a4779c7.js → index.b834f5f0.js} +1 -1
- package/components/mui_extended/ToggleIconButton/{index.29fdefaa.js → index.efed3ff5.js} +1 -1
- package/components/mui_extended/Typography/{index.463f613f.js → index.642798f1.js} +1 -1
- package/components/mui_extended/index.b606cd9d.js +1 -0
- package/components/popups/PopupsProvider/{index.6b5befba.js → index.8609e808.js} +1 -1
- package/components/popups/PopupsViewer/{index.c7940ab0.js → index.bfab9357.js} +10 -6
- package/contexts/ModalContext/{index.e126d383.js → index.ad1fb73b.js} +1 -1
- package/contexts/RHFormContext/{index.95ebabc9.js → index.bf3a2812.js} +6 -2
- package/hooks/useFormAddEdit/{index.42356b18.js → index.faafbfae.js} +6 -2
- package/hooks/useModal/index.2003c854.js +11 -0
- package/hooks/useTab/index.8d1a6e63.js +12 -0
- package/index.js +330 -274
- package/package.json +1 -1
- package/{react-draggable.0cc9b257.js → react-draggable.1c1ba224.js} +1 -1
- package/{react-resizable.837c446d.js → react-resizable.a59c14f4.js} +2 -2
- package/test/constants_no_mock.86c553a9.js +4 -0
- package/test/{getNameDataTestId.aee44365.js → getNameDataTestId.0faeade8.js} +2 -2
- package/utils/{index.c64c2dd1.js → index.14912462.js} +1 -54
- package/components/CommonActions/index.5f5362d4.js +0 -170
- package/components/DynamicFilter/index.d698a952.js +0 -1721
- package/components/areas/constants.0d3ba950.js +0 -289
- package/components/areas/dictionary.ffe082b0.js +0 -266
- package/components/areas/icons.504ec098.js +0 -83
- package/components/maps/components/GpsTools/index.a32b12b7.js +0 -251
- package/components/mui_extended/Popover/index.fda32ba1.js +0 -1043
- package/hooks/useModal/index.20c3f2be.js +0 -67
- package/vendor.e16cc0cc.js +0 -3952
|
@@ -1,289 +0,0 @@
|
|
|
1
|
-
const componentName$l = "M4LIcon";
|
|
2
|
-
const TEST_PROP_ID = "data-testid";
|
|
3
|
-
const ICON_PREFIX = "Icon";
|
|
4
|
-
const AREAS_VIEWER_CLASS_NAME = "M4LAreasViewer";
|
|
5
|
-
const AREAS_ADMIN_CLASS_NAME = "M4LAreasAdmin";
|
|
6
|
-
const COMPONENT_CLASS_NAME$5 = "M4LGridLayout";
|
|
7
|
-
const DEFAULT_COLS = 12;
|
|
8
|
-
const DEFAULT_ROW_HEIGHT = 20;
|
|
9
|
-
const DEFAULT_CONTAINER_WIDTH = 1280;
|
|
10
|
-
const DEFAULT_CONTAINER_HEIGHT = 480;
|
|
11
|
-
const DEFAULT_RESPONSIVE_COLS = { lg: 12, md: 10, sm: 6, xs: 4, xxs: 1 };
|
|
12
|
-
const DEFAULT_RESPONSIVE_BREAKPOINTS = { lg: 1200, md: 996, sm: 768, xs: 480, xxs: 0 };
|
|
13
|
-
const DEFAULT_CONTAINER_PADDING = [10, 10];
|
|
14
|
-
const DEFAULT_MARGIN = [10, 10];
|
|
15
|
-
const DEFAULT_TRANSFORM_SCALE$1 = 1;
|
|
16
|
-
const DEFAULT_COLAPSED_HEIGHT = 35;
|
|
17
|
-
const THROTTLE_RESIZE_TIMEOUT = 200;
|
|
18
|
-
const componentName$k = "M4LFieldLabel";
|
|
19
|
-
const IMAGE_PREFIX = "Image";
|
|
20
|
-
const componentName$j = "M4LMenuActions";
|
|
21
|
-
const componentName$i = "M4LModal";
|
|
22
|
-
const componentName$h = "M4LRHFormProvider";
|
|
23
|
-
const RHFAUTOCOMPLETE_PREFIX = "RHFAutocomplete";
|
|
24
|
-
const RHFTAUTOCOMPLET_ROOT_TEST_ID = "RHFAutocomplete";
|
|
25
|
-
const componentName$g = "M4LPeriod";
|
|
26
|
-
const PERIOD_PREFIX = "M4LPeriod";
|
|
27
|
-
const componentName$f = "M4LScrollBar";
|
|
28
|
-
const componentName$e = "M4LMFLoader";
|
|
29
|
-
const componentName$d = "M4LoadingError";
|
|
30
|
-
const COMPONENT_CLASS_NAME$4 = "M4LFormatter";
|
|
31
|
-
const DATAGRID_PREFIX_NAME = "M4LDataGrid";
|
|
32
|
-
const DATAGRID_SELECT_COLUMN_KEY = "M4LDataGrid-CheckedColumn";
|
|
33
|
-
const DATAGRID_ACTIONS_COLUMN_KEY = "M4LDataGrid-ActionsColumn";
|
|
34
|
-
const componentName$c = "M4LDataGrid";
|
|
35
|
-
const DYNAMIC_FILTER_KEY_COMPONENT = "M4LDynamicFilter";
|
|
36
|
-
const ALL_FIELD = {
|
|
37
|
-
name: "all",
|
|
38
|
-
dictionaryId: "dynamic_filter.all_fields",
|
|
39
|
-
urlIcon: "",
|
|
40
|
-
type: "string",
|
|
41
|
-
multiple: true,
|
|
42
|
-
presence: "optional"
|
|
43
|
-
};
|
|
44
|
-
const STRING_OPERATORS = ["c", "nc"];
|
|
45
|
-
const NUMBER_OPERATORS = ["b", "e", "ne", "gt", "gte", "lt", "lte"];
|
|
46
|
-
const BOOLEAN_OPERATORS = ["e", "ne"];
|
|
47
|
-
const SELECT_OPERATORS = ["in", "nin"];
|
|
48
|
-
const DATE_TIME_OPERATORS = [
|
|
49
|
-
"b",
|
|
50
|
-
"e",
|
|
51
|
-
"ne",
|
|
52
|
-
"gt",
|
|
53
|
-
"gte",
|
|
54
|
-
"lt",
|
|
55
|
-
"lte"
|
|
56
|
-
];
|
|
57
|
-
const COMPONENT_CLASS_NAME$3 = "M4LMap";
|
|
58
|
-
const MAP_ZINDEX_DEFAULT = 0;
|
|
59
|
-
const MAP_ZINDEX_OVER_MAP$1 = 1100;
|
|
60
|
-
const TIME_DOUBLE_CLICK = 250;
|
|
61
|
-
const MARKER_COLOR_DEFAULT = "#1E96DC";
|
|
62
|
-
const LABEL_BK_COLOR_DEFAULT = "#1E96DC";
|
|
63
|
-
const LABEL_COLOR_DEFAULT = "#FFFFFF";
|
|
64
|
-
const GPS_TOOLS_POPUP_DEFAULT_POSITION = {
|
|
65
|
-
vertical: { top: 50, bottom: 50 },
|
|
66
|
-
horizontal: { right: 50, width: 380 }
|
|
67
|
-
};
|
|
68
|
-
const MESURE_POPUP_DEFAULT_POSITION = {
|
|
69
|
-
vertical: { top: 50, height: 250 },
|
|
70
|
-
horizontal: { right: 50, width: 300 }
|
|
71
|
-
};
|
|
72
|
-
const SVG_ICON_DEFAULT = `<svg viewBox="0 0 640 640" height="32" width="32" xmlns="http://www.w3.org/2000/svg">
|
|
73
|
-
<g>
|
|
74
|
-
<circle
|
|
75
|
-
cx="320"
|
|
76
|
-
cy="320"
|
|
77
|
-
r="280"
|
|
78
|
-
fill="#1E96DC"
|
|
79
|
-
/>
|
|
80
|
-
<text
|
|
81
|
-
x="320"
|
|
82
|
-
y="320"
|
|
83
|
-
font-size="320"
|
|
84
|
-
font-family="sans-serif"
|
|
85
|
-
fill="#FFFFFF"
|
|
86
|
-
text-anchor="middle"
|
|
87
|
-
alignment-baseline="central"
|
|
88
|
-
dominant-baseline="central"
|
|
89
|
-
>P</text>
|
|
90
|
-
</g>
|
|
91
|
-
</svg>`;
|
|
92
|
-
const COMPONENT_CLASS_NAME$2 = "M4LDraggableWindow";
|
|
93
|
-
const DEFAULT_TRANSFORM_SCALE = 1;
|
|
94
|
-
const COMPONENT_CLASS_NAME$1 = "M4LPopupsViewer";
|
|
95
|
-
const MAP_ZINDEX_OVER_MAP = 1100;
|
|
96
|
-
const componentName$b = "M4LPrintingSystem";
|
|
97
|
-
const INITIAL_FORM_VALUES = {
|
|
98
|
-
statusLoad: "ready",
|
|
99
|
-
reInits: 0,
|
|
100
|
-
value: "0",
|
|
101
|
-
measureTypeId: "distance",
|
|
102
|
-
magnitudFactor: {
|
|
103
|
-
id: "m_kilometers",
|
|
104
|
-
name: "Kilometers",
|
|
105
|
-
symbol: "k",
|
|
106
|
-
factor_x0: 0,
|
|
107
|
-
factor_x1: 1,
|
|
108
|
-
factor_x2: 0
|
|
109
|
-
},
|
|
110
|
-
unitArea: null,
|
|
111
|
-
statusEdition: "initial"
|
|
112
|
-
};
|
|
113
|
-
const STYLE_MEASURE_OPTIONS = {
|
|
114
|
-
strokeLineColor: "#1E96DC",
|
|
115
|
-
strokeLineWeight: 5,
|
|
116
|
-
markerHeight: 37,
|
|
117
|
-
markerWidth: 26,
|
|
118
|
-
labelMarkerHeight: 0,
|
|
119
|
-
labelMarkerWidth: 0,
|
|
120
|
-
labelMarkerAnchorY: 0,
|
|
121
|
-
labelMarkerAnchorX: 0
|
|
122
|
-
};
|
|
123
|
-
const COMPONENT_CLASS_NAME = "M4LGpsTools";
|
|
124
|
-
const COMPONENT_MAP_TOOLS_ID = "gps_tools";
|
|
125
|
-
const STYLE_OPACITIES = [
|
|
126
|
-
{
|
|
127
|
-
value: 0,
|
|
128
|
-
label: "0%"
|
|
129
|
-
},
|
|
130
|
-
{
|
|
131
|
-
value: 0.1,
|
|
132
|
-
label: "10%"
|
|
133
|
-
},
|
|
134
|
-
{
|
|
135
|
-
value: 0.2,
|
|
136
|
-
label: "20%"
|
|
137
|
-
},
|
|
138
|
-
{
|
|
139
|
-
value: 0.3,
|
|
140
|
-
label: "30%"
|
|
141
|
-
},
|
|
142
|
-
{
|
|
143
|
-
value: 0.4,
|
|
144
|
-
label: "40%"
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
value: 0.5,
|
|
148
|
-
label: "50%"
|
|
149
|
-
},
|
|
150
|
-
{
|
|
151
|
-
value: 1,
|
|
152
|
-
label: "100%"
|
|
153
|
-
}
|
|
154
|
-
];
|
|
155
|
-
const STYLE_WHEIGHTS = [
|
|
156
|
-
{
|
|
157
|
-
value: 0,
|
|
158
|
-
label: "0px"
|
|
159
|
-
},
|
|
160
|
-
{
|
|
161
|
-
value: 1,
|
|
162
|
-
label: "1px"
|
|
163
|
-
},
|
|
164
|
-
{
|
|
165
|
-
value: 2,
|
|
166
|
-
label: "2px"
|
|
167
|
-
},
|
|
168
|
-
{
|
|
169
|
-
value: 3,
|
|
170
|
-
label: "3px"
|
|
171
|
-
},
|
|
172
|
-
{
|
|
173
|
-
value: 4,
|
|
174
|
-
label: "4px"
|
|
175
|
-
}
|
|
176
|
-
];
|
|
177
|
-
const STYLE_PATTERNS = [
|
|
178
|
-
{
|
|
179
|
-
value: "",
|
|
180
|
-
label: "------"
|
|
181
|
-
},
|
|
182
|
-
{
|
|
183
|
-
value: "4 1 2",
|
|
184
|
-
label: "-- - - --"
|
|
185
|
-
}
|
|
186
|
-
];
|
|
187
|
-
const NAVLINK_PREFIX = "Navlink";
|
|
188
|
-
const componentName$a = "M4LNoItemSelected";
|
|
189
|
-
const componentName$9 = "M4LPaperForm";
|
|
190
|
-
const componentName$8 = "M4LPDFViewer";
|
|
191
|
-
const componentName$7 = "M4LPropertyValue";
|
|
192
|
-
const COMPONENT_PREFIX = "m4l-property-value";
|
|
193
|
-
const TEST_PROPS_DATA = `${COMPONENT_PREFIX}-data`;
|
|
194
|
-
const componentName$6 = "M4LSplitLayout";
|
|
195
|
-
const SPLITLAYOUT_PREFIX = "M4LSplitLayout";
|
|
196
|
-
const componentName$5 = "M4LToastContainer";
|
|
197
|
-
const componentName$4 = "M4LSideBar";
|
|
198
|
-
const SIDEBAR_PREFIX = "M4LSideBar";
|
|
199
|
-
const MENU_COLLAPSED_SIZE = "14px";
|
|
200
|
-
const MENU_COLLAPSED_CONTAINER_SIZE = "15px";
|
|
201
|
-
const componentName$3 = "M4LAppBarCommercial";
|
|
202
|
-
const componentName$2 = "M4LHamburgerMenuCommercial";
|
|
203
|
-
const HAMBURGER_MENU_PREFIX = "M4LHamburgerMenu";
|
|
204
|
-
const componentName$1 = "M4LTopBar";
|
|
205
|
-
const componentName = "M4LSectionCommercial";
|
|
206
|
-
export {
|
|
207
|
-
COMPONENT_CLASS_NAME$3 as $,
|
|
208
|
-
ALL_FIELD as A,
|
|
209
|
-
BOOLEAN_OPERATORS as B,
|
|
210
|
-
COMPONENT_CLASS_NAME$2 as C,
|
|
211
|
-
DEFAULT_TRANSFORM_SCALE as D,
|
|
212
|
-
componentName$9 as E,
|
|
213
|
-
componentName$g as F,
|
|
214
|
-
componentName$b as G,
|
|
215
|
-
HAMBURGER_MENU_PREFIX as H,
|
|
216
|
-
ICON_PREFIX as I,
|
|
217
|
-
componentName$7 as J,
|
|
218
|
-
TEST_PROPS_DATA as K,
|
|
219
|
-
LABEL_BK_COLOR_DEFAULT as L,
|
|
220
|
-
MAP_ZINDEX_OVER_MAP$1 as M,
|
|
221
|
-
NUMBER_OPERATORS as N,
|
|
222
|
-
COMPONENT_PREFIX as O,
|
|
223
|
-
PERIOD_PREFIX as P,
|
|
224
|
-
componentName$f as Q,
|
|
225
|
-
componentName$4 as R,
|
|
226
|
-
STRING_OPERATORS as S,
|
|
227
|
-
TEST_PROP_ID as T,
|
|
228
|
-
SIDEBAR_PREFIX as U,
|
|
229
|
-
MENU_COLLAPSED_CONTAINER_SIZE as V,
|
|
230
|
-
MENU_COLLAPSED_SIZE as W,
|
|
231
|
-
componentName$6 as X,
|
|
232
|
-
SPLITLAYOUT_PREFIX as Y,
|
|
233
|
-
componentName$5 as Z,
|
|
234
|
-
COMPONENT_CLASS_NAME as _,
|
|
235
|
-
MAP_ZINDEX_OVER_MAP as a,
|
|
236
|
-
STYLE_MEASURE_OPTIONS as a0,
|
|
237
|
-
MAP_ZINDEX_DEFAULT as a1,
|
|
238
|
-
INITIAL_FORM_VALUES as a2,
|
|
239
|
-
GPS_TOOLS_POPUP_DEFAULT_POSITION as a3,
|
|
240
|
-
MESURE_POPUP_DEFAULT_POSITION as a4,
|
|
241
|
-
TIME_DOUBLE_CLICK as a5,
|
|
242
|
-
MARKER_COLOR_DEFAULT as a6,
|
|
243
|
-
SVG_ICON_DEFAULT as a7,
|
|
244
|
-
componentName$i as a8,
|
|
245
|
-
DATAGRID_SELECT_COLUMN_KEY as a9,
|
|
246
|
-
DATAGRID_ACTIONS_COLUMN_KEY as aa,
|
|
247
|
-
COMPONENT_MAP_TOOLS_ID as ab,
|
|
248
|
-
STYLE_OPACITIES as ac,
|
|
249
|
-
STYLE_WHEIGHTS as ad,
|
|
250
|
-
STYLE_PATTERNS as ae,
|
|
251
|
-
COMPONENT_CLASS_NAME$1 as af,
|
|
252
|
-
componentName$h as ag,
|
|
253
|
-
RHFAUTOCOMPLETE_PREFIX as ah,
|
|
254
|
-
AREAS_VIEWER_CLASS_NAME as ai,
|
|
255
|
-
AREAS_ADMIN_CLASS_NAME as aj,
|
|
256
|
-
componentName$j as ak,
|
|
257
|
-
RHFTAUTOCOMPLET_ROOT_TEST_ID as al,
|
|
258
|
-
COMPONENT_CLASS_NAME$4 as am,
|
|
259
|
-
componentName$c as an,
|
|
260
|
-
DATAGRID_PREFIX_NAME as ao,
|
|
261
|
-
componentName$3 as ap,
|
|
262
|
-
componentName$1 as aq,
|
|
263
|
-
componentName as ar,
|
|
264
|
-
DATE_TIME_OPERATORS as b,
|
|
265
|
-
SELECT_OPERATORS as c,
|
|
266
|
-
DYNAMIC_FILTER_KEY_COMPONENT as d,
|
|
267
|
-
componentName$k as e,
|
|
268
|
-
DEFAULT_ROW_HEIGHT as f,
|
|
269
|
-
COMPONENT_CLASS_NAME$5 as g,
|
|
270
|
-
DEFAULT_COLS as h,
|
|
271
|
-
DEFAULT_CONTAINER_PADDING as i,
|
|
272
|
-
DEFAULT_MARGIN as j,
|
|
273
|
-
DEFAULT_COLAPSED_HEIGHT as k,
|
|
274
|
-
DEFAULT_CONTAINER_WIDTH as l,
|
|
275
|
-
DEFAULT_CONTAINER_HEIGHT as m,
|
|
276
|
-
DEFAULT_TRANSFORM_SCALE$1 as n,
|
|
277
|
-
DEFAULT_RESPONSIVE_BREAKPOINTS as o,
|
|
278
|
-
DEFAULT_RESPONSIVE_COLS as p,
|
|
279
|
-
THROTTLE_RESIZE_TIMEOUT as q,
|
|
280
|
-
componentName$2 as r,
|
|
281
|
-
componentName$l as s,
|
|
282
|
-
LABEL_COLOR_DEFAULT as t,
|
|
283
|
-
IMAGE_PREFIX as u,
|
|
284
|
-
componentName$d as v,
|
|
285
|
-
componentName$e as w,
|
|
286
|
-
NAVLINK_PREFIX as x,
|
|
287
|
-
componentName$a as y,
|
|
288
|
-
componentName$8 as z
|
|
289
|
-
};
|
|
@@ -1,266 +0,0 @@
|
|
|
1
|
-
import { g as getCommonActionsDictionary } from "../CommonActions/index.5f5362d4.js";
|
|
2
|
-
import { g as getPagerComponentsDictionary } from "../mui_extended/Pager/index.2a5203df.js";
|
|
3
|
-
const AREAS_DICTIONARY_ID = "areas";
|
|
4
|
-
function getAreasComponentsDictionary() {
|
|
5
|
-
return [AREAS_DICTIONARY_ID];
|
|
6
|
-
}
|
|
7
|
-
const LABEL_FILTER_BUTTON = "filter_tooltip";
|
|
8
|
-
const DICCTIONARY$1 = {
|
|
9
|
-
label_new_area: "label_new_area",
|
|
10
|
-
label_persist_module_cookies: "label_persist_module_cookies",
|
|
11
|
-
validation_edit_area: "validation_edit_area",
|
|
12
|
-
label_edit_area: "label_edit_area",
|
|
13
|
-
label_delete_area: "label_delete_area",
|
|
14
|
-
label_window_colapse: "label_window_colapse",
|
|
15
|
-
label_window_un_colapse: "label_window_un_colapse",
|
|
16
|
-
area_error_title: "area_error_title",
|
|
17
|
-
area_error_description: "area_error_description",
|
|
18
|
-
area_error_recommendation: "area_error_recommendation",
|
|
19
|
-
area_error_intro: "area_error_intro",
|
|
20
|
-
area_add_new: "area_add_new",
|
|
21
|
-
label_reset_module_cookies: "label_reset_module_cookies",
|
|
22
|
-
label_close_window: "label_close_window",
|
|
23
|
-
label_maximize_window: "label_maximize_window",
|
|
24
|
-
label_minimize_window: "label_minimize_window",
|
|
25
|
-
label_collapse_window: "label_collapse_window",
|
|
26
|
-
label_uncollapse_window: "label_uncollapse_window",
|
|
27
|
-
label_module_actions: "label_module_actions"
|
|
28
|
-
};
|
|
29
|
-
const getAreasDictionary = (key) => {
|
|
30
|
-
return `${AREAS_DICTIONARY_ID}.${key}`;
|
|
31
|
-
};
|
|
32
|
-
function getFormComponentsDictionary() {
|
|
33
|
-
return ["form_provider"];
|
|
34
|
-
}
|
|
35
|
-
function getModalDialogComponentsDictionary() {
|
|
36
|
-
return ["modal_dialog"].concat(getCommonActionsDictionary());
|
|
37
|
-
}
|
|
38
|
-
const defaultModalDialogDictionary = {
|
|
39
|
-
modal_dialog: {}
|
|
40
|
-
};
|
|
41
|
-
const dictionary$3 = {
|
|
42
|
-
MESSAGE: "common_actions.confirm_quit_msg"
|
|
43
|
-
};
|
|
44
|
-
const getModalDictionary = () => {
|
|
45
|
-
return "modal_dialog";
|
|
46
|
-
};
|
|
47
|
-
const getformAddEditDictionary = () => {
|
|
48
|
-
return "form_add_edit";
|
|
49
|
-
};
|
|
50
|
-
function getRHFAutocompleteComponentsDictionary() {
|
|
51
|
-
return ["rhf_autocomplete"];
|
|
52
|
-
}
|
|
53
|
-
const dictionary$2 = {
|
|
54
|
-
LABEL_YEARS: "period.label_years",
|
|
55
|
-
LABEL_MONTHS: "period.label_months",
|
|
56
|
-
LABEL_DAYS: "period.label_days"
|
|
57
|
-
};
|
|
58
|
-
function getPeriodComponetsDictionary() {
|
|
59
|
-
return ["period"].concat(getCommonActionsDictionary());
|
|
60
|
-
}
|
|
61
|
-
const BOOLEAN_FORMATTER_DICTIONARY_KEY = `boolean_formatter`;
|
|
62
|
-
const LABEL_BOOLEAN_YES = `${BOOLEAN_FORMATTER_DICTIONARY_KEY}.boolean_yes`;
|
|
63
|
-
const LABEL_BOOLEAN_NO = `${BOOLEAN_FORMATTER_DICTIONARY_KEY}.boolean_no`;
|
|
64
|
-
const LABEL_BOOLEAN_TRUE = `${BOOLEAN_FORMATTER_DICTIONARY_KEY}.boolean_true`;
|
|
65
|
-
const LABEL_BOOLEAN_FALSE = `${BOOLEAN_FORMATTER_DICTIONARY_KEY}.boolean_false`;
|
|
66
|
-
const PERIOD_FORMATTER_DICTIONARY_KEY = `period_formatter`;
|
|
67
|
-
const dictionary$1 = {
|
|
68
|
-
LABEL_YEARS: `${PERIOD_FORMATTER_DICTIONARY_KEY}.label_years`,
|
|
69
|
-
LABEL_YEAR: `${PERIOD_FORMATTER_DICTIONARY_KEY}.label_year`,
|
|
70
|
-
LABEL_MONTHS: `${PERIOD_FORMATTER_DICTIONARY_KEY}.label_months`,
|
|
71
|
-
LABEL_MONTH: `${PERIOD_FORMATTER_DICTIONARY_KEY}.label_month`,
|
|
72
|
-
LABEL_DAYS: `${PERIOD_FORMATTER_DICTIONARY_KEY}.label_days`,
|
|
73
|
-
LABEL_DAY: `${PERIOD_FORMATTER_DICTIONARY_KEY}.label_day`
|
|
74
|
-
};
|
|
75
|
-
function getFormattersComponentsDictionary() {
|
|
76
|
-
return [BOOLEAN_FORMATTER_DICTIONARY_KEY, PERIOD_FORMATTER_DICTIONARY_KEY];
|
|
77
|
-
}
|
|
78
|
-
function getDataGridComponentsDictionary() {
|
|
79
|
-
return ["data_grid"].concat(getPagerComponentsDictionary()).concat(getModalDialogComponentsDictionary());
|
|
80
|
-
}
|
|
81
|
-
const dictionary = {
|
|
82
|
-
LABEL_ACTIONS: "actions",
|
|
83
|
-
LABEL_ROWS_PER_PAGE: "pager.rows_per_page",
|
|
84
|
-
LABEL_OF: "pager.of"
|
|
85
|
-
};
|
|
86
|
-
const DYNAMIC_FILTER_DICTIONARY_ID = "dynamic_filter";
|
|
87
|
-
function getDynamicFilterComponentsDictionary() {
|
|
88
|
-
return [DYNAMIC_FILTER_DICTIONARY_ID].concat(
|
|
89
|
-
getCommonActionsDictionary().concat(getRHFAutocompleteComponentsDictionary())
|
|
90
|
-
);
|
|
91
|
-
}
|
|
92
|
-
const DICCTIONARY = {
|
|
93
|
-
input_placeholder: "input_placeholder",
|
|
94
|
-
operand_true: "operand_true",
|
|
95
|
-
operand_false: "operand_false",
|
|
96
|
-
filter_tooltip_refresh: "filter_tooltip_refresh",
|
|
97
|
-
filter_tooltip_dirty: "filter_tooltip_dirty",
|
|
98
|
-
filter_tooltip_invalid: "filter_tooltip_invalid",
|
|
99
|
-
operator_b: "operator_b",
|
|
100
|
-
operator_e: "operator_e",
|
|
101
|
-
operator_ne: "operator_ne",
|
|
102
|
-
operator_gt: "operator_gt",
|
|
103
|
-
operator_gte: "operator_gte",
|
|
104
|
-
operator_lt: "operator_lt",
|
|
105
|
-
operator_lte: "operator_lte",
|
|
106
|
-
operator_c: "operator_c",
|
|
107
|
-
operator_nc: "operator_nc",
|
|
108
|
-
operator_in: "operator_in",
|
|
109
|
-
operator_nin: "operator_nin",
|
|
110
|
-
label_boolean_operator: "label_boolean_operator",
|
|
111
|
-
label_boolean_operand1: "label_boolean_operand1",
|
|
112
|
-
label_operator_date_time: "label_operator_date_time",
|
|
113
|
-
label_operand1_date_time: "label_operand1_date_time",
|
|
114
|
-
label_operand2_date_time: "label_operand2_date_time",
|
|
115
|
-
label_operator_number: "label_operator_number",
|
|
116
|
-
label_operand1_number: "label_operand1_number",
|
|
117
|
-
label_operand2_number: "label_operand2_number",
|
|
118
|
-
label_operator_string: "label_operator_string",
|
|
119
|
-
label_operand1_string: "label_operand1_string",
|
|
120
|
-
operator_required: "operator_required",
|
|
121
|
-
error_invalid_date: "error_invalid_date",
|
|
122
|
-
error_less_than_start: "error_less_than_start",
|
|
123
|
-
label_select_operator: "label_select_operator",
|
|
124
|
-
label_select_operands_array: "label_select_operands_array",
|
|
125
|
-
error_operand_required: "error_operand_required"
|
|
126
|
-
};
|
|
127
|
-
const getDynamicFilterDictionary = (key) => {
|
|
128
|
-
return `${DYNAMIC_FILTER_DICTIONARY_ID}.${key}`;
|
|
129
|
-
};
|
|
130
|
-
const MAP_DICCTIONARY = {
|
|
131
|
-
LABEL_GPSTOOLS_NAME: "label_gpstools_name",
|
|
132
|
-
LABEL_TAB_GEO: "label_tab_geo",
|
|
133
|
-
TAB_GENERAL_CONFIG_TOOLTIP: "tab_general_config_tooltip",
|
|
134
|
-
PAPER_GENERAL: "paper_general",
|
|
135
|
-
LABEL_ID: "label_id",
|
|
136
|
-
LABEL_NAME: "label_name",
|
|
137
|
-
LABEL_GEOMETRY_TYPE: "label_geometry_type",
|
|
138
|
-
LABEL_GEOMETRY_CIRCLE: "label_geometry_circle",
|
|
139
|
-
LABEL_GEOMETRY_RECTANGLE: "label_geometry_rectangle",
|
|
140
|
-
LABEL_GEOMETRY_POLYGON: "label_geometry_polygon",
|
|
141
|
-
LABEL_DRAW: "label_draw",
|
|
142
|
-
LABEL_FINISH: "label_finish",
|
|
143
|
-
PAPER_CONFIG: "paper_config",
|
|
144
|
-
LABEL_ALIAS: "label_alias",
|
|
145
|
-
LABEL_CUSTOMER_ID: "label_customer_id",
|
|
146
|
-
LABEL_TIME_MIN_IN_SECONDS: "label_time_min_in_seconds",
|
|
147
|
-
LABEL_TIME_MIN_OUT_SECONDS: "label_time_min_out_seconds",
|
|
148
|
-
TAB_STYLE_CONFIG_TOOLTIP: "tab_style_tooltip",
|
|
149
|
-
PAPER_STROKE: "paper_stroke",
|
|
150
|
-
LABEL_COLOR: "label_color",
|
|
151
|
-
LABEL_OPACITY: "label_opacity",
|
|
152
|
-
LABEL_WEIGHT: "label_weight",
|
|
153
|
-
LABEL_DASH_ARRAY: "label_dash_array",
|
|
154
|
-
LABEL_DASH_OFFSET: "label_dash_offset",
|
|
155
|
-
LABEL_RADIUS: "label_radius",
|
|
156
|
-
LABEL_LAT: "label_lat",
|
|
157
|
-
LABEL_LON: "label_lon",
|
|
158
|
-
LABEL_PLACE_MARKER: "label_place_marker",
|
|
159
|
-
LABEL_FIRST_VERTEX: "label_first_vertex",
|
|
160
|
-
LABEL_CONTINUE_LINE: "label_continue_line",
|
|
161
|
-
LABEL_FINISH_LINE: "label_finish_line",
|
|
162
|
-
LABEL_FINISH_POLY: "label_finish_poly",
|
|
163
|
-
LABEL_FINISH_RECT: "label_finish_rect",
|
|
164
|
-
LABEL_START_CIRCLE: "label_start_circle",
|
|
165
|
-
LABEL_FINISH_CIRCLE: "label_finish_circle",
|
|
166
|
-
LABEL_PLACE_CIRCLE_MARKER: "label_place_circle_marker",
|
|
167
|
-
VALIDATION_GEOMETRY_REQUIRED: "validation_geometry_required",
|
|
168
|
-
VALIDATION_FIELD_REQUIRED: "validation_field_required",
|
|
169
|
-
VALIDATION_FIELD_TYPE_NUMBER_ERROR: "validation_field_type_number_error",
|
|
170
|
-
LABEL_VIEW_TRANSIT_FEATURES: "label_view_crossing_features",
|
|
171
|
-
LABEL_VIEW_INTERNAL_FEATURES: "label_view_internal_features",
|
|
172
|
-
LABEL_CREATED_AT: "label_created_at",
|
|
173
|
-
LABEL_UPDATED_AT: "label_updated_at",
|
|
174
|
-
MODAL_DELETE_GEO_TITLE: "modal_delete_geo_title",
|
|
175
|
-
MODAL_DELETE_GEO_MESSAGE: "modal_delete_geo_message",
|
|
176
|
-
MODAL_DISABLE_GEO_TITLE: "modal_disable_geo_title",
|
|
177
|
-
MODAL_DISABLE_MESSAGE: "modal_disable_geo_message",
|
|
178
|
-
ROW_ACTION_GEO_EDIT: "row_action_geo_edit",
|
|
179
|
-
ROW_ACTION_GEO_ENABLE: "row_action_geo_enable",
|
|
180
|
-
ROW_ACTION_GEO_DISABLE: "row_action_geo_disable",
|
|
181
|
-
ROW_ACTION_GEO_DELETE: "row_action_geo_delete",
|
|
182
|
-
LABEL_TAB_MEASURE: "label_tab_measure",
|
|
183
|
-
PAPER_MEASURE: "paper_measure",
|
|
184
|
-
LABEL_MEASURE_START: "label_measure_start",
|
|
185
|
-
LABEL_MEASURE_CANCEL: "label_measure_cancel",
|
|
186
|
-
LABEL_MEASURE_DISTANCE: "label_measure_distance",
|
|
187
|
-
LABEL_MEASURE_AREA: "label_measure_area",
|
|
188
|
-
LABEL_MEASURE_UNIT: "label_measure_unit",
|
|
189
|
-
LABEL_MEASURE_UNIT_BASE_KILOMETERS: "label_measure_unit_base_kilometers",
|
|
190
|
-
LABEL_MEASURE_REMOVE_POINT: "label_measure_remove_point",
|
|
191
|
-
LABEL_LAYERS: "label_layes",
|
|
192
|
-
LABEL_LAYER_NAME: "label_layer_name",
|
|
193
|
-
LABEL_LAYER_VISIBLE: "label_layer_visible",
|
|
194
|
-
LABEL_LAYER_AUTOFOCUS: "label_layer_autofocus",
|
|
195
|
-
LABEL_LAYER_CLUSTER: "label_layer_cluster",
|
|
196
|
-
LABEL_LAYER_DELETE: "label_layer_delete",
|
|
197
|
-
ROW_ACTION_LAYER_DELETE: "row_action_layer_delete",
|
|
198
|
-
LABEL_MAP_SOURCES: "label_map_sources",
|
|
199
|
-
LABEL_TILE_OSM: "label_tile_osm",
|
|
200
|
-
LABEL_TILE_GOOGLE: "label_tile_google",
|
|
201
|
-
LABEL_TILE_GOOGLE_SATELLITE: "label_tile_google_satellite",
|
|
202
|
-
LABEL_TILE_GOOGLE_HYBRID: "label_tile_google_hybrid",
|
|
203
|
-
LABEL_TILE_BING: "label_tile_bing"
|
|
204
|
-
};
|
|
205
|
-
const getLoadingErrorComponentsDictionary = () => {
|
|
206
|
-
return ["loading_error"];
|
|
207
|
-
};
|
|
208
|
-
function getMFLoaderComponentsDictionary() {
|
|
209
|
-
return ["mf_loader"];
|
|
210
|
-
}
|
|
211
|
-
function getNoItemSelectedComponentsDictionary() {
|
|
212
|
-
return ["no_item_selected"];
|
|
213
|
-
}
|
|
214
|
-
const defaultNoItemSelectedDictionary = {
|
|
215
|
-
no_item_selected: {
|
|
216
|
-
message: "Please select a item to show detail"
|
|
217
|
-
}
|
|
218
|
-
};
|
|
219
|
-
function getObjectLogsComponentsDictionary() {
|
|
220
|
-
return ["object_logs"].concat(getDataGridComponentsDictionary()).concat(getDynamicFilterComponentsDictionary());
|
|
221
|
-
}
|
|
222
|
-
const defaultObjectLogDictionary = {
|
|
223
|
-
object_logs: {
|
|
224
|
-
created_at: "Start date",
|
|
225
|
-
user: "User/email",
|
|
226
|
-
resource_name: "Resource",
|
|
227
|
-
privilege_name: "Privilege",
|
|
228
|
-
log_preview: "Log",
|
|
229
|
-
log_detail: "Detail",
|
|
230
|
-
ip: "Ip"
|
|
231
|
-
}
|
|
232
|
-
};
|
|
233
|
-
export {
|
|
234
|
-
AREAS_DICTIONARY_ID as A,
|
|
235
|
-
getFormComponentsDictionary as B,
|
|
236
|
-
getformAddEditDictionary as C,
|
|
237
|
-
DICCTIONARY as D,
|
|
238
|
-
LABEL_BOOLEAN_YES as L,
|
|
239
|
-
MAP_DICCTIONARY as M,
|
|
240
|
-
dictionary$1 as a,
|
|
241
|
-
getAreasDictionary as b,
|
|
242
|
-
DICCTIONARY$1 as c,
|
|
243
|
-
dictionary$2 as d,
|
|
244
|
-
getRHFAutocompleteComponentsDictionary as e,
|
|
245
|
-
dictionary$3 as f,
|
|
246
|
-
getDynamicFilterDictionary as g,
|
|
247
|
-
LABEL_BOOLEAN_NO as h,
|
|
248
|
-
LABEL_BOOLEAN_TRUE as i,
|
|
249
|
-
LABEL_BOOLEAN_FALSE as j,
|
|
250
|
-
dictionary as k,
|
|
251
|
-
getDataGridComponentsDictionary as l,
|
|
252
|
-
getAreasComponentsDictionary as m,
|
|
253
|
-
LABEL_FILTER_BUTTON as n,
|
|
254
|
-
getPeriodComponetsDictionary as o,
|
|
255
|
-
getFormattersComponentsDictionary as p,
|
|
256
|
-
getDynamicFilterComponentsDictionary as q,
|
|
257
|
-
getModalDictionary as r,
|
|
258
|
-
getModalDialogComponentsDictionary as s,
|
|
259
|
-
defaultModalDialogDictionary as t,
|
|
260
|
-
getLoadingErrorComponentsDictionary as u,
|
|
261
|
-
getMFLoaderComponentsDictionary as v,
|
|
262
|
-
getNoItemSelectedComponentsDictionary as w,
|
|
263
|
-
defaultNoItemSelectedDictionary as x,
|
|
264
|
-
getObjectLogsComponentsDictionary as y,
|
|
265
|
-
defaultObjectLogDictionary as z
|
|
266
|
-
};
|
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
const ICONS$1 = {
|
|
2
|
-
MENU: "menu.svg"
|
|
3
|
-
};
|
|
4
|
-
const ICONS = {
|
|
5
|
-
CLOSE: "close.svg",
|
|
6
|
-
MAXIMIZE: "maximize.svg",
|
|
7
|
-
NORMALIZE: "normalize.svg",
|
|
8
|
-
COLAPSE: "colapse.svg",
|
|
9
|
-
UNCOLPASE: "uncolapse.svg",
|
|
10
|
-
RESET_COOKIES: "reset_cookies.svg",
|
|
11
|
-
SAVE_COOKIES: "save_cookies.svg",
|
|
12
|
-
DELETE_AREA: "delete_area.svg",
|
|
13
|
-
ADD_AREA: "add_area.svg",
|
|
14
|
-
LAYERS: "layers.svg",
|
|
15
|
-
NAVIGATE_ERROR: "navegate_error.svg",
|
|
16
|
-
EDIT_AREA: "edit.svg",
|
|
17
|
-
CHECK: "checkmarkInCircle.svg",
|
|
18
|
-
RESIZE: "controlSize.svg",
|
|
19
|
-
VERSION: "version.svg",
|
|
20
|
-
SHOW_OPTIONS: "showMoreVertical.svg",
|
|
21
|
-
CHEVRON_DOWN: "chevronDown.svg",
|
|
22
|
-
TOASTY_CLOSE: "close.svg",
|
|
23
|
-
TOASTY_PIN: "pin.svg",
|
|
24
|
-
MODULE: "module.svg",
|
|
25
|
-
POPUP: "popup.svg"
|
|
26
|
-
};
|
|
27
|
-
const MAP_ICONS = {
|
|
28
|
-
MAP_ZOOM_IN: "cmp_map_zoom_in.svg",
|
|
29
|
-
MAP_ZOOM_OUT: "cmp_map_zoom_out.svg",
|
|
30
|
-
MAP_SOURCES_TOOL: "cmp_map_mapsources_tool.svg",
|
|
31
|
-
MAP_SOURCE_OSM: "cmp_map_mapsources_osm.svg",
|
|
32
|
-
MAP_SOURCE_GOOGLE_ROADS: "cmp_map_mapsources_google.svg",
|
|
33
|
-
MAP_SOURCE_GOOGLE_HYBRID: "cmp_map_mapsources_googlehybrid.svg",
|
|
34
|
-
MAP_SOURCE_GOOGLE_SATELLITE: "cmp_map_mapsources_googlesatelite.svg",
|
|
35
|
-
MAP_SOURCE_BING: "cmp_map_mapsources_ bing.svg",
|
|
36
|
-
MAP_SOURCE_ROAD_TRAFFIC: "cmp_map_mapsources_layer-traffic.svg",
|
|
37
|
-
MAP_SOURCE_ROAD_TRANSIT: "cmp_map_mapsources_layer-transit.svg",
|
|
38
|
-
MAP_SOURCE_ROAD_BICYCLING: "cmp_map_mapsources_layer-bicycle.svg",
|
|
39
|
-
MAP_LAYERS_TOOL: "cmp_map_layers_tool.svg",
|
|
40
|
-
MAP_LAYER_VISIBLE: "cmp_map_layers_view.svg",
|
|
41
|
-
MAP_LAYER_AUTOFOCUS: "cmp_map_layers_zoom_fit.svg",
|
|
42
|
-
MAP_LAYER_CLUSTER: "cmp_map_layers_cluster.svg",
|
|
43
|
-
MAP_LAYER_DELETE: "cmp_map_layers_delete.svg",
|
|
44
|
-
MAP_GPS_TOOLS_TOOL: "cmp_map_gpstools_tool.svg",
|
|
45
|
-
GEOMETRY_CIRCLE: "geometry_circle.svg",
|
|
46
|
-
GEOMETRY_RECTANGLE: "geometry_rectangle.svg",
|
|
47
|
-
GEOMETRY_POLYGON: "geometry_polygon.svg",
|
|
48
|
-
ADD: "add.svg",
|
|
49
|
-
MAP_MEASURE_TOOL: "cmp_map_measure_tool.svg",
|
|
50
|
-
GENERAL: "general.svg",
|
|
51
|
-
CONFIG: "config.svg",
|
|
52
|
-
STROKE: "stroke.svg",
|
|
53
|
-
FILL: "fill.svg",
|
|
54
|
-
EDIT: "edit.svg",
|
|
55
|
-
DELETE: "delete.svg",
|
|
56
|
-
ACTIVE: "active.svg",
|
|
57
|
-
NAME: "name.svg"
|
|
58
|
-
};
|
|
59
|
-
const POPUPS_ICONS = {
|
|
60
|
-
CLOSE: "close.svg"
|
|
61
|
-
};
|
|
62
|
-
const GPSTOOLSICONS = {
|
|
63
|
-
GEOMETRY_CIRCLE: "geometry_circle.svg",
|
|
64
|
-
GEOMETRY_RECTANGLE: "geometry_rectangle.svg",
|
|
65
|
-
GEOMETRY_POLYGON: "geometry_polygon.svg",
|
|
66
|
-
ADD: "add.svg",
|
|
67
|
-
MEASURE: "measure.svg",
|
|
68
|
-
GENERAL: "general.svg",
|
|
69
|
-
CONFIG: "config.svg",
|
|
70
|
-
STROKE: "stroke.svg",
|
|
71
|
-
FILL: "fill.svg",
|
|
72
|
-
EDIT: "edit.svg",
|
|
73
|
-
DELETE: "delete.svg",
|
|
74
|
-
ACTIVE: "active.svg",
|
|
75
|
-
NAME: "name.svg"
|
|
76
|
-
};
|
|
77
|
-
export {
|
|
78
|
-
GPSTOOLSICONS as G,
|
|
79
|
-
ICONS as I,
|
|
80
|
-
MAP_ICONS as M,
|
|
81
|
-
POPUPS_ICONS as P,
|
|
82
|
-
ICONS$1 as a
|
|
83
|
-
};
|