Skip to content

Commit 9f66950

Browse files
committed
deploy: a4f09a0
0 parents  commit 9f66950

369 files changed

Lines changed: 7730 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* -text

.nojekyll

Whitespace-only changes.

404.html

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="utf-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>Linq2OData.Docs</title>
8+
<base href="/Linq2OData/" />
9+
<link href="_framework/dotnet.261a2ptywl.js" rel="preload" as="script" fetchpriority="high" crossorigin="anonymous" integrity="sha256-lkW+0SB6r/+f29pB8LwFcZ9IGOAX/OZ5EPRSH4jwjDY=" />
10+
11+
<link rel="stylesheet" href="https://unpkg.com/@tabler/core@1.4.0/dist/css/tabler.min.css">
12+
<link rel="stylesheet" href="_content/TabBlazor/css/tabblazor.min.css" />
13+
14+
<link rel="stylesheet" href="css/app.css" />
15+
<!-- If you add any scoped CSS files, uncomment the following to load them
16+
<link href="Linq2OData.Docs.styles.css" rel="stylesheet" /> -->
17+
<script type="importmap">{
18+
"imports": {
19+
"./_framework/blazor.webassembly.js": "./_framework/blazor.webassembly.66stpp682q.js",
20+
"./_framework/dotnet.js": "./_framework/dotnet.261a2ptywl.js",
21+
"./_framework/dotnet.native.js": "./_framework/dotnet.native.tu39inf4yq.js",
22+
"./_framework/dotnet.runtime.js": "./_framework/dotnet.runtime.peu2mfb29t.js"
23+
},
24+
"scopes": {},
25+
"integrity": {
26+
"./_framework/blazor.webassembly.66stpp682q.js": "sha256-3lCWrko3zwspV40aQhs2S/IMkRSarnHRKIdkHhuXIBA=",
27+
"./_framework/blazor.webassembly.js": "sha256-3lCWrko3zwspV40aQhs2S/IMkRSarnHRKIdkHhuXIBA=",
28+
"./_framework/dotnet.261a2ptywl.js": "sha256-lkW+0SB6r/+f29pB8LwFcZ9IGOAX/OZ5EPRSH4jwjDY=",
29+
"./_framework/dotnet.js": "sha256-lkW+0SB6r/+f29pB8LwFcZ9IGOAX/OZ5EPRSH4jwjDY=",
30+
"./_framework/dotnet.native.js": "sha256-O4ayZPUwScWcpBZS9uatRoe7TG3iGGfykZw2OXJqQ+Q=",
31+
"./_framework/dotnet.native.tu39inf4yq.js": "sha256-O4ayZPUwScWcpBZS9uatRoe7TG3iGGfykZw2OXJqQ+Q=",
32+
"./_framework/dotnet.runtime.js": "sha256-cajUr4vA/MpLPWj3omULUOwEQw3i8CE2n8AmDheqWBM=",
33+
"./_framework/dotnet.runtime.peu2mfb29t.js": "sha256-cajUr4vA/MpLPWj3omULUOwEQw3i8CE2n8AmDheqWBM="
34+
}
35+
}</script>
36+
</head>
37+
38+
<body>
39+
<div id="app">
40+
<svg class="loading-progress">
41+
<circle r="40%" cx="50%" cy="50%" />
42+
<circle r="40%" cx="50%" cy="50%" />
43+
</svg>
44+
<div class="loading-progress-text"></div>
45+
</div>
46+
47+
<div id="blazor-error-ui">
48+
An unhandled error has occurred.
49+
<a href="." class="reload">Reload</a>
50+
<span class="dismiss">🗙</span>
51+
</div>
52+
53+
<script src="_framework/blazor.webassembly.66stpp682q.js" autostart="false"></script>
54+
<script src="_content/TabBlazor/js/tabblazor.js"></script>
55+
<script src="brotliloader.min.js" type="module"></script>
56+
</body>
57+
58+
</html>

404.html.br

816 Bytes
Binary file not shown.

404.html.gz

1002 Bytes
Binary file not shown.

Linq2OData.Docs.styles.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
@import '_content/TabBlazor/TabBlazor.s379a5wvyh.bundle.scp.css';
2+

Linq2OData.Docs.styles.css.br

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
!�@import '_content/TabBlazor/TabBlazor.s379a5wvyh.bundle.scp.css';
2+
3+


Linq2OData.Docs.styles.css.gz

78 Bytes
Binary file not shown.
Lines changed: 269 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,269 @@
1+
/* _content/TabBlazor/Components/Forms/Datepickers/Datepicker.razor.rz.scp.css */
2+
3+
.datepicker[b-lumjoiahh4] {
4+
width: 384px;
5+
color: rgb(93 96 100);
6+
}
7+
8+
.datepicker-dropdown[b-lumjoiahh4] {
9+
width: 250px;
10+
}
11+
12+
.datepicker-month[b-lumjoiahh4] {
13+
text-align: center;
14+
font-weight: 500;
15+
font-size: large;
16+
17+
}
18+
19+
.datepicker-day[b-lumjoiahh4] {
20+
display: -ms-flexbox;
21+
display: -webkit-flex;
22+
display: flex;
23+
-webkit-flex-align: center;
24+
-ms-flex-align: center;
25+
-webkit-align-items: center;
26+
align-items: center;
27+
justify-content: center;
28+
height: 39px;
29+
border-radius: 4px;
30+
line-height: 1;
31+
cursor: pointer
32+
}
33+
34+
.datepicker-day-dropdown[b-lumjoiahh4] {
35+
height: 30px;
36+
}
37+
38+
.datepicker-day:hover[b-lumjoiahh4] {
39+
background: rgba(101,109,119,.06);
40+
border-color: transparent;
41+
}
42+
43+
.datepicker-not-month[b-lumjoiahh4] {
44+
opacity: 0.5;
45+
}
46+
47+
48+
49+
.datepicker-weekdays[b-lumjoiahh4],
50+
.datepicker-days[b-lumjoiahh4] {
51+
display: grid;
52+
grid-template-columns: repeat(7, 1fr);
53+
}
54+
55+
56+
/*// Styles for the weekday/weekend header*/
57+
.datepicker-weekdays[b-lumjoiahh4] {
58+
margin-top: 1.25em;
59+
}
60+
61+
.datepicker-weekdays[b-lumjoiahh4] {
62+
text-align: center;
63+
font-size: .625rem;
64+
font-weight: 600;
65+
text-transform: uppercase;
66+
letter-spacing: .04em;
67+
line-height: 1.6;
68+
color: #656d77;
69+
70+
}
71+
72+
/* Dates */
73+
.datepicker-days[b-lumjoiahh4] {
74+
margin-top: 0.5em;
75+
}
76+
/* _content/TabBlazor/Components/Popovers/Popover.razor.rz.scp.css */
77+
.popover-container[b-ln8dyv3yn7] {
78+
position: relative;
79+
display: inline-block;
80+
}
81+
82+
.popover[b-ln8dyv3yn7] {
83+
/* //top: 23px;*/
84+
left: 98px;
85+
min-height: 70px;
86+
min-width: 100px;
87+
}
88+
89+
.popover.arrow[b-ln8dyv3yn7] {
90+
left: 100px;
91+
}
92+
/* _content/TabBlazor/Components/RangeSliders/RangeSlider.razor.rz.scp.css */
93+
.single-drag-slider input[type='range'][b-jfmm81n9hg] {
94+
-webkit-appearance: none;
95+
width: 100%;
96+
background: transparent;
97+
height: 5px;
98+
border-radius: 5px;
99+
background-image: linear-gradient(#f2f3f4, #f2f3f4);
100+
background-size: 100%;
101+
background-repeat: no-repeat;
102+
}
103+
104+
.single-drag-slider input[type='range'][b-jfmm81n9hg]::-webkit-slider-thumb {
105+
-webkit-appearance: none;
106+
height: 13px;
107+
width: 13px;
108+
border-radius: 50%;
109+
background: var(--tblr-primary);
110+
box-shadow: 0 0 2px 1px white;
111+
transform: translateY(-4px);
112+
}
113+
114+
.single-drag-slider input[type='range'][b-jfmm81n9hg]::-moz-range-thumb {
115+
color: transparent;
116+
height: 13px;
117+
width: 13px;
118+
border-radius: 50%;
119+
background: var(--tblr-primary);
120+
box-shadow: 0 0 2px 1px white;
121+
}
122+
123+
.single-drag-slider input[type='range'][b-jfmm81n9hg]::-ms-thumb {
124+
height: 13px;
125+
width: 13px;
126+
border-radius: 50%;
127+
background: var(--tblr-primary);
128+
box-shadow: 0 0 2px 1px white;
129+
}
130+
131+
.single-drag-slider input[type='range'][b-jfmm81n9hg]::-webkit-slider-runnable-track {
132+
width: 100%;
133+
height: 5px;
134+
background: #f2f3f4;
135+
border-radius: 5px;
136+
}
137+
138+
.single-drag-slider input[type='range'][b-jfmm81n9hg]::-moz-range-track {
139+
width: 100%;
140+
height: 5px;
141+
background: #f2f3f4;
142+
border-radius: 5px;
143+
}
144+
145+
.single-drag-slider input[type='range'][b-jfmm81n9hg]::-ms-track {
146+
-webkit-appearance: none;
147+
width: 100%;
148+
box-shadow: none;
149+
border: none;
150+
border-color: transparent;
151+
color: transparent;
152+
height: 5px;
153+
background: #f2f3f4;
154+
border-radius: 5px;
155+
}
156+
157+
.multi-drag-slider[b-jfmm81n9hg] {
158+
position: relative;
159+
height: 10px;
160+
width: 100%;
161+
display: inline-block;
162+
}
163+
164+
.multi-drag-slider input[type='range'][b-jfmm81n9hg] {
165+
-webkit-appearance: none;
166+
position: absolute;
167+
left: 0;
168+
bottom: 0;
169+
width: 100%;
170+
height: 5px;
171+
overflow: hidden;
172+
outline: none;
173+
background-image: linear-gradient(#f2f3f4, #f2f3f4);
174+
background-size: 100%;
175+
background-repeat: no-repeat;
176+
overflow: visible;
177+
}
178+
179+
.multi-drag-slider input[type='range'][b-jfmm81n9hg]::-webkit-slider-runnable-track {
180+
width: 100%;
181+
height: 5px;
182+
background: #f2f3f4;
183+
border-radius: 5px;
184+
box-shadow: none;
185+
border: 0;
186+
}
187+
188+
.multi-drag-slider input[type='range'][b-jfmm81n9hg]::-webkit-slider-thumb {
189+
-webkit-appearance: none;
190+
z-index: 2;
191+
position: relative;
192+
border: 1px solid #003D7C;
193+
height: 13px;
194+
width: 13px;
195+
border-radius: 25px;
196+
background: var(--tblr-primary);
197+
margin-top: -7px;
198+
transform: translateY(2px);
199+
}
200+
201+
202+
@-moz-document url-prefix() {
203+
.multi-drag-slider[b-jfmm81n9hg]::before {
204+
content: '';
205+
width: 100%;
206+
height: 5px;
207+
background: #f2f3f4;
208+
display: block;
209+
position: relative;
210+
}
211+
212+
.multi-drag-slider input[type='range'][b-jfmm81n9hg] {
213+
position: absolute;
214+
top: 35px !important;
215+
overflow: visible !important;
216+
height: 0;
217+
}
218+
219+
.multi-drag-slider input[type='range'][b-jfmm81n9hg]::-moz-range-thumb {
220+
position: relative;
221+
height: 13px;
222+
width: 13px;
223+
margin-top: -7px;
224+
background: var(--tblr-primary);
225+
border: 1px solid #003D7C;
226+
border-radius: 25px;
227+
z-index: 1;
228+
transform: translateY(-32px);
229+
}
230+
231+
.multi-drag-slider input[type='range'][b-jfmm81n9hg]::-moz-range-track {
232+
z-index: -1;
233+
}
234+
}
235+
/* _content/TabBlazor/Components/Tooltips/Tooltip.razor.rz.scp.css */
236+
.tooltip-wrapper[b-qwrsjj0686] {
237+
position: relative;
238+
display: inline-block;
239+
}
240+
241+
span[b-qwrsjj0686] {
242+
visibility: hidden;
243+
position: absolute;
244+
/* width: 120px;*/
245+
bottom: 100%;
246+
left: 50%;
247+
margin-left: -60px;
248+
background-color: #363636;
249+
color: #fff;
250+
text-align: center;
251+
padding: 5px 5px;
252+
border-radius: 6px;
253+
z-index: 1;
254+
}
255+
256+
span[b-qwrsjj0686]::after {
257+
content: "";
258+
position: absolute;
259+
top: 100%;
260+
left: 50%;
261+
margin-left: -5px;
262+
border-width: 5px;
263+
border-style: solid;
264+
border-color: #555 transparent transparent transparent;
265+
}
266+
267+
.tooltip-wrapper:hover span[b-qwrsjj0686] {
268+
visibility: visible;
269+
}
1.17 KB
Binary file not shown.

0 commit comments

Comments
 (0)