josenanodev-react-components-library 0.0.11 → 0.0.15
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/README.md +4 -4
- package/dist/cjs/Services/MulticalendarStatesAndSettings.d.ts +17 -17
- package/dist/cjs/Services/MulticalendarStatesAndSettings.js +29 -29
- package/dist/cjs/Services/accessToken.d.ts +3 -3
- package/dist/cjs/Services/accessToken.js +15 -15
- package/dist/cjs/common/constants.d.ts +5 -5
- package/dist/cjs/common/constants.js +8 -8
- package/dist/cjs/common/turboSuiteUrls.d.ts +7 -7
- package/dist/cjs/common/turboSuiteUrls.js +9 -9
- package/dist/cjs/common/types.d.ts +113 -113
- package/dist/cjs/components/Modal/Modal.css +43 -0
- package/dist/cjs/components/Modal/Modal.d.ts +5 -0
- package/dist/cjs/components/Modal/Modal.js +82 -0
- package/dist/cjs/components/Modal/types.d.ts +9 -0
- package/dist/cjs/components/Multicalendar/Multicalendar.css +191 -191
- package/dist/cjs/components/Multicalendar/Multicalendar.d.ts +5 -5
- package/dist/cjs/components/Multicalendar/Multicalendar.js +302 -302
- package/dist/cjs/components/Multicalendar/MulticalendarOwnFunctions.d.ts +86 -86
- package/dist/cjs/components/Multicalendar/MulticalendarOwnFunctions.js +192 -192
- package/dist/cjs/components/Multicalendar/subcomponents/composites/CellsRow/CellsRow.css +5 -5
- package/dist/cjs/components/Multicalendar/subcomponents/composites/CellsRow/CellsRow.d.ts +5 -5
- package/dist/cjs/components/Multicalendar/subcomponents/composites/CellsRow/CellsRow.js +20 -20
- package/dist/cjs/components/Multicalendar/subcomponents/composites/CellsRow/types.d.ts +11 -11
- package/dist/cjs/components/Multicalendar/subcomponents/composites/DatesGrid/DatesGrid.css +7 -7
- package/dist/cjs/components/Multicalendar/subcomponents/composites/DatesGrid/DatesGrid.d.ts +5 -5
- package/dist/cjs/components/Multicalendar/subcomponents/composites/DatesGrid/DatesGrid.js +20 -20
- package/dist/cjs/components/Multicalendar/subcomponents/composites/DatesGrid/types.d.ts +13 -13
- package/dist/cjs/components/Multicalendar/subcomponents/composites/ListElementsColumn/ListElementsColumn.css +3 -3
- package/dist/cjs/components/Multicalendar/subcomponents/composites/ListElementsColumn/ListElementsColumn.d.ts +5 -5
- package/dist/cjs/components/Multicalendar/subcomponents/composites/ListElementsColumn/ListElementsColumn.js +15 -15
- package/dist/cjs/components/Multicalendar/subcomponents/composites/ListElementsColumn/types.d.ts +9 -9
- package/dist/cjs/components/Multicalendar/subcomponents/individuals/Cell/Cell.css +7 -7
- package/dist/cjs/components/Multicalendar/subcomponents/individuals/Cell/Cell.d.ts +5 -5
- package/dist/cjs/components/Multicalendar/subcomponents/individuals/Cell/Cell.js +12 -12
- package/dist/cjs/components/Multicalendar/subcomponents/individuals/Cell/types.d.ts +10 -10
- package/dist/cjs/components/Multicalendar/subcomponents/individuals/DatesRow/DatesRow.css +60 -60
- package/dist/cjs/components/Multicalendar/subcomponents/individuals/DatesRow/DatesRow.d.ts +5 -5
- package/dist/cjs/components/Multicalendar/subcomponents/individuals/DatesRow/DatesRow.js +56 -56
- package/dist/cjs/components/Multicalendar/subcomponents/individuals/DatesRow/types.d.ts +10 -10
- package/dist/cjs/components/Multicalendar/subcomponents/individuals/DropdownMonthNavigation/DropdownMonthNavigation.css +13 -13
- package/dist/cjs/components/Multicalendar/subcomponents/individuals/DropdownMonthNavigation/DropdownMonthNavigation.d.ts +5 -5
- package/dist/cjs/components/Multicalendar/subcomponents/individuals/DropdownMonthNavigation/DropdownMonthNavigation.js +13 -13
- package/dist/cjs/components/Multicalendar/subcomponents/individuals/DropdownMonthNavigation/types.d.ts +5 -5
- package/dist/cjs/components/Multicalendar/subcomponents/individuals/ListElement/ListElement.css +14 -14
- package/dist/cjs/components/Multicalendar/subcomponents/individuals/ListElement/ListElement.d.ts +5 -5
- package/dist/cjs/components/Multicalendar/subcomponents/individuals/ListElement/ListElement.js +14 -14
- package/dist/cjs/components/Multicalendar/subcomponents/individuals/ListElement/types.d.ts +7 -7
- package/dist/cjs/components/Multicalendar/types.d.ts +45 -45
- package/dist/cjs/components/PopUp/PopUp.css +15 -0
- package/dist/cjs/components/PopUp/PopUp.d.ts +5 -0
- package/dist/cjs/components/PopUp/PopUp.js +50 -0
- package/dist/cjs/components/PopUp/types.d.ts +8 -0
- package/dist/cjs/components/SearchBar/SearchBar.css +35 -0
- package/dist/cjs/components/SearchBar/SearchBar.d.ts +5 -0
- package/dist/cjs/components/SearchBar/SearchBar.js +67 -0
- package/dist/cjs/components/SearchBar/types.d.ts +10 -0
- package/dist/cjs/components/SideBar/SideBar.css +50 -50
- package/dist/cjs/components/SideBar/SideBar.d.ts +8 -8
- package/dist/cjs/components/SideBar/SideBar.js +70 -70
- package/dist/cjs/components/SideBar/types.d.ts +8 -8
- package/dist/cjs/hooks/useOutsideClick.d.ts +6 -6
- package/dist/cjs/hooks/useOutsideClick.js +25 -25
- package/dist/cjs/hooks/useResizeObserver.d.ts +7 -7
- package/dist/cjs/hooks/useResizeObserver.js +30 -30
- package/dist/cjs/hooks/useWindowsSize.d.ts +6 -6
- package/dist/cjs/hooks/useWindowsSize.js +20 -20
- package/dist/cjs/index.css +77 -77
- package/dist/cjs/index.d.ts +7 -4
- package/dist/cjs/index.js +18 -12
- package/dist/cjs/languages/en-EN.d.ts +3 -3
- package/dist/cjs/languages/en-EN.js +25 -25
- package/dist/cjs/languages/es-ES.d.ts +3 -3
- package/dist/cjs/languages/es-ES.js +25 -25
- package/dist/cjs/languages/it-IT.d.ts +3 -3
- package/dist/cjs/languages/it-IT.js +25 -25
- package/dist/cjs/languages/types.d.ts +21 -21
- package/dist/cjs/mocks/ReactComponentMocksForTesting/CellChildrenMock.d.ts +4 -4
- package/dist/cjs/mocks/ReactComponentMocksForTesting/CellChildrenMock.js +13 -13
- package/dist/cjs/mocks/ReactComponentMocksForTesting/ListElementChildrenMock.d.ts +4 -4
- package/dist/cjs/mocks/ReactComponentMocksForTesting/ListElementChildrenMock.js +10 -10
- package/dist/cjs/react-app-env.d.ts +1 -1
- package/dist/cjs/setupTests.d.ts +2 -2
- package/dist/cjs/setupTests.js +8 -8
- package/dist/cjs/stories/css-presets.css +77 -77
- package/dist/cjs/utils/datesArray.d.ts +8 -8
- package/dist/cjs/utils/datesArray.js +23 -23
- package/dist/cjs/utils/jsToSqlDate.d.ts +7 -7
- package/dist/cjs/utils/jsToSqlDate.js +22 -22
- package/dist/cjs/utils/monthYearString.d.ts +3 -3
- package/dist/cjs/utils/monthYearString.js +27 -27
- package/dist/cjs/utils/numberOfDaysInAMonth.d.ts +6 -6
- package/dist/cjs/utils/numberOfDaysInAMonth.js +12 -12
- package/dist/cjs/utils/sqlToJsDate.d.ts +7 -7
- package/dist/cjs/utils/sqlToJsDate.js +14 -14
- package/dist/esm/Services/MulticalendarStatesAndSettings.d.ts +17 -17
- package/dist/esm/Services/MulticalendarStatesAndSettings.js +23 -23
- package/dist/esm/Services/accessToken.d.ts +3 -3
- package/dist/esm/Services/accessToken.js +9 -9
- package/dist/esm/common/constants.d.ts +5 -5
- package/dist/esm/common/constants.js +5 -5
- package/dist/esm/common/turboSuiteUrls.d.ts +7 -7
- package/dist/esm/common/turboSuiteUrls.js +7 -7
- package/dist/esm/common/types.d.ts +113 -113
- package/dist/esm/components/Modal/Modal.css +43 -0
- package/dist/esm/components/Modal/Modal.d.ts +5 -0
- package/dist/esm/components/Modal/Modal.js +54 -0
- package/dist/esm/components/Modal/types.d.ts +9 -0
- package/dist/esm/components/Multicalendar/Multicalendar.css +191 -191
- package/dist/esm/components/Multicalendar/Multicalendar.d.ts +5 -5
- package/dist/esm/components/Multicalendar/Multicalendar.js +274 -274
- package/dist/esm/components/Multicalendar/MulticalendarOwnFunctions.d.ts +86 -86
- package/dist/esm/components/Multicalendar/MulticalendarOwnFunctions.js +176 -176
- package/dist/esm/components/Multicalendar/subcomponents/composites/CellsRow/CellsRow.css +5 -5
- package/dist/esm/components/Multicalendar/subcomponents/composites/CellsRow/CellsRow.d.ts +5 -5
- package/dist/esm/components/Multicalendar/subcomponents/composites/CellsRow/CellsRow.js +15 -15
- package/dist/esm/components/Multicalendar/subcomponents/composites/CellsRow/types.d.ts +11 -11
- package/dist/esm/components/Multicalendar/subcomponents/composites/DatesGrid/DatesGrid.css +7 -7
- package/dist/esm/components/Multicalendar/subcomponents/composites/DatesGrid/DatesGrid.d.ts +5 -5
- package/dist/esm/components/Multicalendar/subcomponents/composites/DatesGrid/DatesGrid.js +15 -15
- package/dist/esm/components/Multicalendar/subcomponents/composites/DatesGrid/types.d.ts +13 -13
- package/dist/esm/components/Multicalendar/subcomponents/composites/ListElementsColumn/ListElementsColumn.css +3 -3
- package/dist/esm/components/Multicalendar/subcomponents/composites/ListElementsColumn/ListElementsColumn.d.ts +5 -5
- package/dist/esm/components/Multicalendar/subcomponents/composites/ListElementsColumn/ListElementsColumn.js +10 -10
- package/dist/esm/components/Multicalendar/subcomponents/composites/ListElementsColumn/types.d.ts +9 -9
- package/dist/esm/components/Multicalendar/subcomponents/individuals/Cell/Cell.css +7 -7
- package/dist/esm/components/Multicalendar/subcomponents/individuals/Cell/Cell.d.ts +5 -5
- package/dist/esm/components/Multicalendar/subcomponents/individuals/Cell/Cell.js +7 -7
- package/dist/esm/components/Multicalendar/subcomponents/individuals/Cell/types.d.ts +10 -10
- package/dist/esm/components/Multicalendar/subcomponents/individuals/DatesRow/DatesRow.css +60 -60
- package/dist/esm/components/Multicalendar/subcomponents/individuals/DatesRow/DatesRow.d.ts +5 -5
- package/dist/esm/components/Multicalendar/subcomponents/individuals/DatesRow/DatesRow.js +51 -51
- package/dist/esm/components/Multicalendar/subcomponents/individuals/DatesRow/types.d.ts +10 -10
- package/dist/esm/components/Multicalendar/subcomponents/individuals/DropdownMonthNavigation/DropdownMonthNavigation.css +13 -13
- package/dist/esm/components/Multicalendar/subcomponents/individuals/DropdownMonthNavigation/DropdownMonthNavigation.d.ts +5 -5
- package/dist/esm/components/Multicalendar/subcomponents/individuals/DropdownMonthNavigation/DropdownMonthNavigation.js +8 -8
- package/dist/esm/components/Multicalendar/subcomponents/individuals/DropdownMonthNavigation/types.d.ts +5 -5
- package/dist/esm/components/Multicalendar/subcomponents/individuals/ListElement/ListElement.css +14 -14
- package/dist/esm/components/Multicalendar/subcomponents/individuals/ListElement/ListElement.d.ts +5 -5
- package/dist/esm/components/Multicalendar/subcomponents/individuals/ListElement/ListElement.js +9 -9
- package/dist/esm/components/Multicalendar/subcomponents/individuals/ListElement/types.d.ts +7 -7
- package/dist/esm/components/Multicalendar/types.d.ts +45 -45
- package/dist/esm/components/PopUp/PopUp.css +15 -0
- package/dist/esm/components/PopUp/PopUp.d.ts +5 -0
- package/dist/esm/components/PopUp/PopUp.js +22 -0
- package/dist/esm/components/PopUp/types.d.ts +8 -0
- package/dist/esm/components/SearchBar/SearchBar.css +35 -0
- package/dist/esm/components/SearchBar/SearchBar.d.ts +5 -0
- package/dist/esm/components/SearchBar/SearchBar.js +42 -0
- package/dist/esm/components/SearchBar/types.d.ts +10 -0
- package/dist/esm/components/SideBar/SideBar.css +50 -50
- package/dist/esm/components/SideBar/SideBar.d.ts +8 -8
- package/dist/esm/components/SideBar/SideBar.js +42 -42
- package/dist/esm/components/SideBar/types.d.ts +8 -8
- package/dist/esm/hooks/useOutsideClick.d.ts +6 -6
- package/dist/esm/hooks/useOutsideClick.js +23 -23
- package/dist/esm/hooks/useResizeObserver.d.ts +7 -7
- package/dist/esm/hooks/useResizeObserver.js +28 -28
- package/dist/esm/hooks/useWindowsSize.d.ts +6 -6
- package/dist/esm/hooks/useWindowsSize.js +18 -18
- package/dist/esm/index.css +77 -77
- package/dist/esm/index.d.ts +7 -4
- package/dist/esm/index.js +7 -4
- package/dist/esm/languages/en-EN.d.ts +3 -3
- package/dist/esm/languages/en-EN.js +23 -23
- package/dist/esm/languages/es-ES.d.ts +3 -3
- package/dist/esm/languages/es-ES.js +23 -23
- package/dist/esm/languages/it-IT.d.ts +3 -3
- package/dist/esm/languages/it-IT.js +23 -23
- package/dist/esm/languages/types.d.ts +21 -21
- package/dist/esm/mocks/ReactComponentMocksForTesting/CellChildrenMock.d.ts +4 -4
- package/dist/esm/mocks/ReactComponentMocksForTesting/CellChildrenMock.js +8 -8
- package/dist/esm/mocks/ReactComponentMocksForTesting/ListElementChildrenMock.d.ts +4 -4
- package/dist/esm/mocks/ReactComponentMocksForTesting/ListElementChildrenMock.js +5 -5
- package/dist/esm/react-app-env.d.ts +1 -1
- package/dist/esm/setupTests.d.ts +2 -2
- package/dist/esm/setupTests.js +6 -6
- package/dist/esm/stories/css-presets.css +77 -77
- package/dist/esm/utils/datesArray.d.ts +8 -8
- package/dist/esm/utils/datesArray.js +21 -21
- package/dist/esm/utils/jsToSqlDate.d.ts +7 -7
- package/dist/esm/utils/jsToSqlDate.js +20 -20
- package/dist/esm/utils/monthYearString.d.ts +3 -3
- package/dist/esm/utils/monthYearString.js +25 -25
- package/dist/esm/utils/numberOfDaysInAMonth.d.ts +6 -6
- package/dist/esm/utils/numberOfDaysInAMonth.js +8 -8
- package/dist/esm/utils/sqlToJsDate.d.ts +7 -7
- package/dist/esm/utils/sqlToJsDate.js +12 -12
- package/package.json +103 -93
|
@@ -1,191 +1,191 @@
|
|
|
1
|
-
.multicalendar {
|
|
2
|
-
display: grid;
|
|
3
|
-
color: black;
|
|
4
|
-
width: 100%;
|
|
5
|
-
height: 100%;
|
|
6
|
-
grid-template-areas:
|
|
7
|
-
"fil con"
|
|
8
|
-
"fil hor"
|
|
9
|
-
"ver gri";
|
|
10
|
-
text-align: center;
|
|
11
|
-
transition: 0.5s;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.multicalendar .div-upper-left-component {
|
|
15
|
-
grid-area: fil;
|
|
16
|
-
position: relative;
|
|
17
|
-
width: 100%;
|
|
18
|
-
height: 100%;
|
|
19
|
-
z-index: 2;
|
|
20
|
-
background-color: white;
|
|
21
|
-
border-bottom: 1px solid rgb(235, 235, 235);
|
|
22
|
-
border-right: 1px solid rgb(235, 235, 235);
|
|
23
|
-
box-sizing: border-box;
|
|
24
|
-
display: flex;
|
|
25
|
-
flex-flow: column;
|
|
26
|
-
justify-content: center;
|
|
27
|
-
align-items: center;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.multicalendar .controls {
|
|
31
|
-
grid-area: con;
|
|
32
|
-
height: 100%;
|
|
33
|
-
padding: 2px;
|
|
34
|
-
box-sizing: border-box;
|
|
35
|
-
display: flex;
|
|
36
|
-
align-items: center;
|
|
37
|
-
justify-content: space-between;
|
|
38
|
-
flex-wrap: wrap;
|
|
39
|
-
box-sizing: border-box;
|
|
40
|
-
border-bottom: var(--border-tenues);
|
|
41
|
-
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.multicalendar .div-upper-left-component {
|
|
45
|
-
grid-area: fil;
|
|
46
|
-
position: relative;
|
|
47
|
-
width: 100%;
|
|
48
|
-
height: 100%;
|
|
49
|
-
z-index: 2;
|
|
50
|
-
background-color: white;
|
|
51
|
-
border-bottom: 1px solid rgb(235, 235, 235);
|
|
52
|
-
border-right: 1px solid rgb(235, 235, 235);
|
|
53
|
-
box-sizing: border-box;
|
|
54
|
-
display: flex;
|
|
55
|
-
flex-flow: column;
|
|
56
|
-
justify-content: flex-end;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
.multicalendar .vertical-axis {
|
|
61
|
-
grid-area: ver;
|
|
62
|
-
position: relative;
|
|
63
|
-
width: 100%;
|
|
64
|
-
height: 100%;
|
|
65
|
-
box-shadow: rgb(0 0 0 / 15%) 0px 0px 16px 5px;
|
|
66
|
-
z-index: 1;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
.multicalendar .horizontal-axis {
|
|
70
|
-
grid-area: hor;
|
|
71
|
-
position: relative;
|
|
72
|
-
max-width: 100%;
|
|
73
|
-
height: 100%;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.multicalendar .controls .div-dates-navigation {
|
|
77
|
-
display: flex;
|
|
78
|
-
align-items: center;
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
.multicalendar .controls .div-dates-navigation button {
|
|
82
|
-
cursor: pointer;
|
|
83
|
-
margin: 0px;
|
|
84
|
-
position: relative;
|
|
85
|
-
text-align: center;
|
|
86
|
-
text-decoration: none;
|
|
87
|
-
border: 1px solid rgb(216, 216, 216);
|
|
88
|
-
padding: 4px 8px;
|
|
89
|
-
box-sizing: border-box;
|
|
90
|
-
color: black;
|
|
91
|
-
font-size: 14px;
|
|
92
|
-
touch-action: manipulation;
|
|
93
|
-
border-radius: 6px;
|
|
94
|
-
background: rgb(255, 255, 255);
|
|
95
|
-
font-weight: normal;
|
|
96
|
-
height: calc(100% - 16px);
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
.multicalendar .controls .div-aditional-controls-components {
|
|
100
|
-
display: flex;
|
|
101
|
-
justify-content: flex-end;
|
|
102
|
-
align-items: center;
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
.multicalendar .div-main-container {
|
|
106
|
-
grid-area: gri;
|
|
107
|
-
height: 100%;
|
|
108
|
-
position: relative;
|
|
109
|
-
width: 100%;
|
|
110
|
-
overflow: hidden;
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
.multicalendar .div-main-container .div-cargando-contenedor-principal {
|
|
114
|
-
position: absolute;
|
|
115
|
-
top: 0;
|
|
116
|
-
left: 0;
|
|
117
|
-
width: 100%;
|
|
118
|
-
height: 100%;
|
|
119
|
-
display: flex;
|
|
120
|
-
justify-content: center;
|
|
121
|
-
align-items: center;
|
|
122
|
-
z-index: 2;
|
|
123
|
-
background-color: rgba(236, 236, 236, 0.8);
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
.multicalendar .main-container {
|
|
127
|
-
position: relative;
|
|
128
|
-
min-width: 100%;
|
|
129
|
-
height: 100%;
|
|
130
|
-
overflow-x: scroll;
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
.multicalendar .vertical-axis .div-list-element-column {
|
|
134
|
-
height: 100%;
|
|
135
|
-
overflow-y: scroll;
|
|
136
|
-
box-sizing: border-box;
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
.multicalendar .horizontal-axis .div-weeks-buttons {
|
|
140
|
-
position: absolute;
|
|
141
|
-
bottom: 0;
|
|
142
|
-
width: 100%;
|
|
143
|
-
height: 64px;
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
.multicalendar .horizontal-axis .div-weeks-buttons .past-week-button,
|
|
147
|
-
.multicalendar .horizontal-axis .div-weeks-buttons .next-week-button {
|
|
148
|
-
z-index: 2;
|
|
149
|
-
position: absolute;
|
|
150
|
-
background-color: transparent;
|
|
151
|
-
border: none;
|
|
152
|
-
height: 100%;
|
|
153
|
-
width: 32px;
|
|
154
|
-
font-size: 1em;
|
|
155
|
-
color: var(--primary-color);
|
|
156
|
-
border-radius: 6px;
|
|
157
|
-
cursor: pointer;
|
|
158
|
-
transition: all 0.3s;
|
|
159
|
-
height: 75%;
|
|
160
|
-
background: rgb(255 255 255);
|
|
161
|
-
box-shadow: 0px 0px 8px 8px white;
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
.multicalendar .horizontal-axis .div-weeks-buttons .past-week-button:hover,
|
|
165
|
-
.multicalendar .horizontal-axis .div-weeks-buttons .next-week-button:hover {
|
|
166
|
-
background: rgb(247, 247, 247);
|
|
167
|
-
box-shadow: 0px 0px 8px 8px rgb(247 247 247);
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
.multicalendar .horizontal-axis .div-weeks-buttons .past-week-button:active,
|
|
171
|
-
.multicalendar .horizontal-axis .div-weeks-buttons .next-week-button:active {
|
|
172
|
-
background: rgb(167, 167, 167);
|
|
173
|
-
box-shadow: 0px 0px 8px 8px rgb(167, 167, 167);
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
.multicalendar .horizontal-axis .div-weeks-buttons .past-week-button {
|
|
177
|
-
left: 5px;
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
.multicalendar .horizontal-axis .div-weeks-buttons .next-week-button {
|
|
181
|
-
right: 5px;
|
|
182
|
-
}
|
|
183
|
-
|
|
184
|
-
.multicalendar .horizontal-axis .div-dates-row {
|
|
185
|
-
position: absolute;
|
|
186
|
-
bottom: 0;
|
|
187
|
-
width: 100%;
|
|
188
|
-
overflow-x: scroll;
|
|
189
|
-
border-bottom: 1px solid rgb(235, 235, 235);
|
|
190
|
-
box-sizing: border-box;
|
|
191
|
-
}
|
|
1
|
+
.multicalendar {
|
|
2
|
+
display: grid;
|
|
3
|
+
color: black;
|
|
4
|
+
width: 100%;
|
|
5
|
+
height: 100%;
|
|
6
|
+
grid-template-areas:
|
|
7
|
+
"fil con"
|
|
8
|
+
"fil hor"
|
|
9
|
+
"ver gri";
|
|
10
|
+
text-align: center;
|
|
11
|
+
transition: 0.5s;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.multicalendar .div-upper-left-component {
|
|
15
|
+
grid-area: fil;
|
|
16
|
+
position: relative;
|
|
17
|
+
width: 100%;
|
|
18
|
+
height: 100%;
|
|
19
|
+
z-index: 2;
|
|
20
|
+
background-color: white;
|
|
21
|
+
border-bottom: 1px solid rgb(235, 235, 235);
|
|
22
|
+
border-right: 1px solid rgb(235, 235, 235);
|
|
23
|
+
box-sizing: border-box;
|
|
24
|
+
display: flex;
|
|
25
|
+
flex-flow: column;
|
|
26
|
+
justify-content: center;
|
|
27
|
+
align-items: center;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.multicalendar .controls {
|
|
31
|
+
grid-area: con;
|
|
32
|
+
height: 100%;
|
|
33
|
+
padding: 2px;
|
|
34
|
+
box-sizing: border-box;
|
|
35
|
+
display: flex;
|
|
36
|
+
align-items: center;
|
|
37
|
+
justify-content: space-between;
|
|
38
|
+
flex-wrap: wrap;
|
|
39
|
+
box-sizing: border-box;
|
|
40
|
+
border-bottom: var(--border-tenues);
|
|
41
|
+
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.multicalendar .div-upper-left-component {
|
|
45
|
+
grid-area: fil;
|
|
46
|
+
position: relative;
|
|
47
|
+
width: 100%;
|
|
48
|
+
height: 100%;
|
|
49
|
+
z-index: 2;
|
|
50
|
+
background-color: white;
|
|
51
|
+
border-bottom: 1px solid rgb(235, 235, 235);
|
|
52
|
+
border-right: 1px solid rgb(235, 235, 235);
|
|
53
|
+
box-sizing: border-box;
|
|
54
|
+
display: flex;
|
|
55
|
+
flex-flow: column;
|
|
56
|
+
justify-content: flex-end;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
.multicalendar .vertical-axis {
|
|
61
|
+
grid-area: ver;
|
|
62
|
+
position: relative;
|
|
63
|
+
width: 100%;
|
|
64
|
+
height: 100%;
|
|
65
|
+
box-shadow: rgb(0 0 0 / 15%) 0px 0px 16px 5px;
|
|
66
|
+
z-index: 1;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.multicalendar .horizontal-axis {
|
|
70
|
+
grid-area: hor;
|
|
71
|
+
position: relative;
|
|
72
|
+
max-width: 100%;
|
|
73
|
+
height: 100%;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.multicalendar .controls .div-dates-navigation {
|
|
77
|
+
display: flex;
|
|
78
|
+
align-items: center;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.multicalendar .controls .div-dates-navigation button {
|
|
82
|
+
cursor: pointer;
|
|
83
|
+
margin: 0px;
|
|
84
|
+
position: relative;
|
|
85
|
+
text-align: center;
|
|
86
|
+
text-decoration: none;
|
|
87
|
+
border: 1px solid rgb(216, 216, 216);
|
|
88
|
+
padding: 4px 8px;
|
|
89
|
+
box-sizing: border-box;
|
|
90
|
+
color: black;
|
|
91
|
+
font-size: 14px;
|
|
92
|
+
touch-action: manipulation;
|
|
93
|
+
border-radius: 6px;
|
|
94
|
+
background: rgb(255, 255, 255);
|
|
95
|
+
font-weight: normal;
|
|
96
|
+
height: calc(100% - 16px);
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.multicalendar .controls .div-aditional-controls-components {
|
|
100
|
+
display: flex;
|
|
101
|
+
justify-content: flex-end;
|
|
102
|
+
align-items: center;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
.multicalendar .div-main-container {
|
|
106
|
+
grid-area: gri;
|
|
107
|
+
height: 100%;
|
|
108
|
+
position: relative;
|
|
109
|
+
width: 100%;
|
|
110
|
+
overflow: hidden;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
.multicalendar .div-main-container .div-cargando-contenedor-principal {
|
|
114
|
+
position: absolute;
|
|
115
|
+
top: 0;
|
|
116
|
+
left: 0;
|
|
117
|
+
width: 100%;
|
|
118
|
+
height: 100%;
|
|
119
|
+
display: flex;
|
|
120
|
+
justify-content: center;
|
|
121
|
+
align-items: center;
|
|
122
|
+
z-index: 2;
|
|
123
|
+
background-color: rgba(236, 236, 236, 0.8);
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
.multicalendar .main-container {
|
|
127
|
+
position: relative;
|
|
128
|
+
min-width: 100%;
|
|
129
|
+
height: 100%;
|
|
130
|
+
overflow-x: scroll;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.multicalendar .vertical-axis .div-list-element-column {
|
|
134
|
+
height: 100%;
|
|
135
|
+
overflow-y: scroll;
|
|
136
|
+
box-sizing: border-box;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
.multicalendar .horizontal-axis .div-weeks-buttons {
|
|
140
|
+
position: absolute;
|
|
141
|
+
bottom: 0;
|
|
142
|
+
width: 100%;
|
|
143
|
+
height: 64px;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
.multicalendar .horizontal-axis .div-weeks-buttons .past-week-button,
|
|
147
|
+
.multicalendar .horizontal-axis .div-weeks-buttons .next-week-button {
|
|
148
|
+
z-index: 2;
|
|
149
|
+
position: absolute;
|
|
150
|
+
background-color: transparent;
|
|
151
|
+
border: none;
|
|
152
|
+
height: 100%;
|
|
153
|
+
width: 32px;
|
|
154
|
+
font-size: 1em;
|
|
155
|
+
color: var(--primary-color);
|
|
156
|
+
border-radius: 6px;
|
|
157
|
+
cursor: pointer;
|
|
158
|
+
transition: all 0.3s;
|
|
159
|
+
height: 75%;
|
|
160
|
+
background: rgb(255 255 255);
|
|
161
|
+
box-shadow: 0px 0px 8px 8px white;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
.multicalendar .horizontal-axis .div-weeks-buttons .past-week-button:hover,
|
|
165
|
+
.multicalendar .horizontal-axis .div-weeks-buttons .next-week-button:hover {
|
|
166
|
+
background: rgb(247, 247, 247);
|
|
167
|
+
box-shadow: 0px 0px 8px 8px rgb(247 247 247);
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
.multicalendar .horizontal-axis .div-weeks-buttons .past-week-button:active,
|
|
171
|
+
.multicalendar .horizontal-axis .div-weeks-buttons .next-week-button:active {
|
|
172
|
+
background: rgb(167, 167, 167);
|
|
173
|
+
box-shadow: 0px 0px 8px 8px rgb(167, 167, 167);
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
.multicalendar .horizontal-axis .div-weeks-buttons .past-week-button {
|
|
177
|
+
left: 5px;
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
.multicalendar .horizontal-axis .div-weeks-buttons .next-week-button {
|
|
181
|
+
right: 5px;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
.multicalendar .horizontal-axis .div-dates-row {
|
|
185
|
+
position: absolute;
|
|
186
|
+
bottom: 0;
|
|
187
|
+
width: 100%;
|
|
188
|
+
overflow-x: scroll;
|
|
189
|
+
border-bottom: 1px solid rgb(235, 235, 235);
|
|
190
|
+
box-sizing: border-box;
|
|
191
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import "./Multicalendar.css";
|
|
3
|
-
import { MulticalendarPropsType } from "./types";
|
|
4
|
-
declare const Multicalendar: ({ multicalendarId, ReactCellChildren, ReactListElementChildren, listElementsIdsArray, language, pastDatesVisible, cellsWidth, cellsHeight, verticalAxisWidth, horizontalAxisHeight, pastDaysInitialQuantity, futureDaysInitialQuantity, chunkRenderX, chunkRenderY, dynamicDaysQuantity, draggingOverDateCells, waitTimeForCalls, callsOnScrollingMoves, callsOnScrollingStops, aditionalControlsComponents, upperLeftComponent, }: MulticalendarPropsType) => JSX.Element;
|
|
5
|
-
export default Multicalendar;
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import "./Multicalendar.css";
|
|
3
|
+
import { MulticalendarPropsType } from "./types";
|
|
4
|
+
declare const Multicalendar: ({ multicalendarId, ReactCellChildren, ReactListElementChildren, listElementsIdsArray, language, pastDatesVisible, cellsWidth, cellsHeight, verticalAxisWidth, horizontalAxisHeight, pastDaysInitialQuantity, futureDaysInitialQuantity, chunkRenderX, chunkRenderY, dynamicDaysQuantity, draggingOverDateCells, waitTimeForCalls, callsOnScrollingMoves, callsOnScrollingStops, aditionalControlsComponents, upperLeftComponent, }: MulticalendarPropsType) => JSX.Element;
|
|
5
|
+
export default Multicalendar;
|