@syncfusion/ej2-angular-layouts 22.2.9 → 23.1.36-ngcc
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/@syncfusion/ej2-angular-layouts.es5.js +495 -0
- package/@syncfusion/ej2-angular-layouts.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-layouts.js +447 -0
- package/@syncfusion/ej2-angular-layouts.js.map +1 -0
- package/CHANGELOG.md +575 -0
- package/dist/ej2-angular-layouts.umd.js +522 -0
- package/dist/ej2-angular-layouts.umd.js.map +1 -0
- package/dist/ej2-angular-layouts.umd.min.js +11 -0
- package/dist/ej2-angular-layouts.umd.min.js.map +1 -0
- package/ej2-angular-layouts.d.ts +6 -0
- package/ej2-angular-layouts.metadata.json +1 -0
- package/package.json +15 -29
- package/postinstall/tagchange.js +18 -0
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/dashboard-layout/dashboardlayout-all.module.d.ts +0 -6
- package/src/dashboard-layout/dashboardlayout.component.d.ts +0 -3
- package/src/dashboard-layout/dashboardlayout.module.d.ts +0 -7
- package/src/dashboard-layout/panels.directive.d.ts +0 -5
- package/src/splitter/panesettings.directive.d.ts +0 -5
- package/src/splitter/splitter-all.module.d.ts +0 -6
- package/src/splitter/splitter.component.d.ts +0 -3
- package/src/splitter/splitter.module.d.ts +0 -7
- package/styles/avatar/bootstrap-dark.scss +1 -3
- package/styles/avatar/bootstrap.scss +1 -3
- package/styles/avatar/bootstrap4.scss +1 -3
- package/styles/avatar/bootstrap5-dark.scss +1 -3
- package/styles/avatar/bootstrap5.scss +1 -3
- package/styles/avatar/fabric-dark.scss +1 -3
- package/styles/avatar/fabric.scss +1 -3
- package/styles/avatar/fluent-dark.scss +1 -3
- package/styles/avatar/fluent.scss +1 -3
- package/styles/avatar/highcontrast-light.scss +1 -3
- package/styles/avatar/highcontrast.scss +1 -3
- package/styles/avatar/material-dark.css +0 -1
- package/styles/avatar/material-dark.scss +1 -3
- package/styles/avatar/material.css +0 -1
- package/styles/avatar/material.scss +1 -3
- package/styles/avatar/material3-dark.css +0 -1
- package/styles/avatar/material3-dark.scss +1 -3
- package/styles/avatar/material3.css +0 -1
- package/styles/avatar/material3.scss +1 -3
- package/styles/avatar/tailwind-dark.css +0 -1
- package/styles/avatar/tailwind-dark.scss +1 -3
- package/styles/avatar/tailwind.css +0 -1
- package/styles/avatar/tailwind.scss +1 -3
- package/styles/card/bootstrap-dark.scss +1 -3
- package/styles/card/bootstrap.scss +1 -3
- package/styles/card/bootstrap4.scss +1 -3
- package/styles/card/bootstrap5-dark.scss +1 -3
- package/styles/card/bootstrap5.scss +1 -3
- package/styles/card/fabric-dark.scss +1 -3
- package/styles/card/fabric.scss +1 -3
- package/styles/card/fluent-dark.scss +1 -3
- package/styles/card/fluent.scss +1 -3
- package/styles/card/highcontrast-light.scss +1 -3
- package/styles/card/highcontrast.scss +1 -3
- package/styles/card/material-dark.css +0 -1
- package/styles/card/material-dark.scss +1 -3
- package/styles/card/material.css +0 -1
- package/styles/card/material.scss +1 -3
- package/styles/card/material3-dark.css +0 -1
- package/styles/card/material3-dark.scss +1 -3
- package/styles/card/material3.css +0 -1
- package/styles/card/material3.scss +1 -3
- package/styles/card/tailwind-dark.css +0 -1
- package/styles/card/tailwind-dark.scss +1 -3
- package/styles/card/tailwind.css +0 -1
- package/styles/card/tailwind.scss +1 -3
- package/styles/dashboard-layout/bootstrap-dark.scss +1 -4
- package/styles/dashboard-layout/bootstrap.scss +1 -4
- package/styles/dashboard-layout/bootstrap4.scss +1 -4
- package/styles/dashboard-layout/bootstrap5-dark.scss +1 -4
- package/styles/dashboard-layout/bootstrap5.scss +1 -4
- package/styles/dashboard-layout/fabric-dark.scss +1 -4
- package/styles/dashboard-layout/fabric.scss +1 -4
- package/styles/dashboard-layout/fluent-dark.scss +1 -4
- package/styles/dashboard-layout/fluent.scss +1 -4
- package/styles/dashboard-layout/highcontrast-light.scss +1 -3
- package/styles/dashboard-layout/highcontrast.scss +1 -4
- package/styles/dashboard-layout/material-dark.css +0 -1
- package/styles/dashboard-layout/material-dark.scss +1 -4
- package/styles/dashboard-layout/material.css +0 -1
- package/styles/dashboard-layout/material.scss +1 -4
- package/styles/dashboard-layout/material3-dark.css +0 -1
- package/styles/dashboard-layout/material3-dark.scss +1 -4
- package/styles/dashboard-layout/material3.css +0 -1
- package/styles/dashboard-layout/material3.scss +1 -4
- package/styles/dashboard-layout/tailwind-dark.css +0 -1
- package/styles/dashboard-layout/tailwind-dark.scss +1 -4
- package/styles/dashboard-layout/tailwind.css +0 -1
- package/styles/dashboard-layout/tailwind.scss +1 -4
- package/styles/material-dark.css +0 -1
- package/styles/material.css +0 -1
- package/styles/material3-dark.css +167 -2
- package/styles/material3-dark.scss +0 -1
- package/styles/material3.css +335 -2
- package/styles/material3.scss +0 -1
- package/styles/splitter/bootstrap-dark.scss +1 -4
- package/styles/splitter/bootstrap.scss +1 -4
- package/styles/splitter/bootstrap4.scss +1 -4
- package/styles/splitter/bootstrap5-dark.scss +1 -4
- package/styles/splitter/bootstrap5.scss +1 -4
- package/styles/splitter/fabric-dark.scss +1 -4
- package/styles/splitter/fabric.scss +1 -4
- package/styles/splitter/fluent-dark.scss +1 -4
- package/styles/splitter/fluent.scss +1 -4
- package/styles/splitter/highcontrast-light.scss +1 -4
- package/styles/splitter/highcontrast.scss +1 -4
- package/styles/splitter/material-dark.css +0 -1
- package/styles/splitter/material-dark.scss +1 -4
- package/styles/splitter/material.css +0 -1
- package/styles/splitter/material.scss +1 -4
- package/styles/splitter/material3-dark.css +0 -1
- package/styles/splitter/material3-dark.scss +1 -4
- package/styles/splitter/material3.css +0 -1
- package/styles/splitter/material3.scss +1 -4
- package/styles/splitter/tailwind-dark.css +0 -1
- package/styles/splitter/tailwind-dark.scss +1 -4
- package/styles/splitter/tailwind.css +0 -1
- package/styles/splitter/tailwind.scss +1 -4
- package/styles/tailwind-dark.css +0 -4
- package/styles/tailwind.css +0 -4
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/dashboard-layout/dashboardlayout-all.module.mjs +0 -23
- package/esm2020/src/dashboard-layout/dashboardlayout.component.mjs +0 -64
- package/esm2020/src/dashboard-layout/dashboardlayout.module.mjs +0 -34
- package/esm2020/src/dashboard-layout/panels.directive.mjs +0 -72
- package/esm2020/src/index.mjs +0 -10
- package/esm2020/src/splitter/panesettings.directive.mjs +0 -66
- package/esm2020/src/splitter/splitter-all.module.mjs +0 -23
- package/esm2020/src/splitter/splitter.component.mjs +0 -64
- package/esm2020/src/splitter/splitter.module.mjs +0 -34
- package/esm2020/syncfusion-ej2-angular-layouts.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-layouts.mjs +0 -354
- package/fesm2015/syncfusion-ej2-angular-layouts.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-layouts.mjs +0 -354
- package/fesm2020/syncfusion-ej2-angular-layouts.mjs.map +0 -1
- package/styles/avatar/_all.scss +0 -1
- package/styles/avatar/_bootstrap-dark-definition.scss +0 -18
- package/styles/avatar/_bootstrap-definition.scss +0 -18
- package/styles/avatar/_bootstrap4-definition.scss +0 -18
- package/styles/avatar/_bootstrap5-dark-definition.scss +0 -1
- package/styles/avatar/_bootstrap5-definition.scss +0 -26
- package/styles/avatar/_fabric-dark-definition.scss +0 -18
- package/styles/avatar/_fabric-definition.scss +0 -18
- package/styles/avatar/_fluent-dark-definition.scss +0 -1
- package/styles/avatar/_fluent-definition.scss +0 -25
- package/styles/avatar/_fusionnew-definition.scss +0 -26
- package/styles/avatar/_highcontrast-definition.scss +0 -18
- package/styles/avatar/_highcontrast-light-definition.scss +0 -18
- package/styles/avatar/_layout.scss +0 -79
- package/styles/avatar/_material-dark-definition.scss +0 -18
- package/styles/avatar/_material-definition.scss +0 -18
- package/styles/avatar/_material3-dark-definition.scss +0 -1
- package/styles/avatar/_material3-definition.scss +0 -26
- package/styles/avatar/_tailwind-dark-definition.scss +0 -1
- package/styles/avatar/_tailwind-definition.scss +0 -25
- package/styles/avatar/_theme.scss +0 -1
- package/styles/card/_all.scss +0 -2
- package/styles/card/_bootstrap-dark-definition.scss +0 -245
- package/styles/card/_bootstrap-definition.scss +0 -125
- package/styles/card/_bootstrap4-definition.scss +0 -127
- package/styles/card/_bootstrap5-dark-definition.scss +0 -1
- package/styles/card/_bootstrap5-definition.scss +0 -125
- package/styles/card/_fabric-dark-definition.scss +0 -233
- package/styles/card/_fabric-definition.scss +0 -124
- package/styles/card/_fluent-dark-definition.scss +0 -1
- package/styles/card/_fluent-definition.scss +0 -130
- package/styles/card/_fusionnew-definition.scss +0 -125
- package/styles/card/_highcontrast-definition.scss +0 -125
- package/styles/card/_highcontrast-light-definition.scss +0 -246
- package/styles/card/_layout.scss +0 -528
- package/styles/card/_material-dark-definition.scss +0 -240
- package/styles/card/_material-definition.scss +0 -124
- package/styles/card/_material3-dark-definition.scss +0 -1
- package/styles/card/_material3-definition.scss +0 -125
- package/styles/card/_tailwind-dark-definition.scss +0 -1
- package/styles/card/_tailwind-definition.scss +0 -123
- package/styles/card/_theme.scss +0 -104
- package/styles/dashboard-layout/_all.scss +0 -2
- package/styles/dashboard-layout/_bootstrap-dark-definition.scss +0 -102
- package/styles/dashboard-layout/_bootstrap-definition.scss +0 -102
- package/styles/dashboard-layout/_bootstrap4-definition.scss +0 -102
- package/styles/dashboard-layout/_bootstrap5-dark-definition.scss +0 -1
- package/styles/dashboard-layout/_bootstrap5-definition.scss +0 -108
- package/styles/dashboard-layout/_fabric-dark-definition.scss +0 -103
- package/styles/dashboard-layout/_fabric-definition.scss +0 -102
- package/styles/dashboard-layout/_fluent-dark-definition.scss +0 -1
- package/styles/dashboard-layout/_fluent-definition.scss +0 -111
- package/styles/dashboard-layout/_fusionnew-definition.scss +0 -108
- package/styles/dashboard-layout/_highcontrast-definition.scss +0 -100
- package/styles/dashboard-layout/_highcontrast-light-definition.scss +0 -100
- package/styles/dashboard-layout/_layout.scss +0 -263
- package/styles/dashboard-layout/_material-dark-definition.scss +0 -103
- package/styles/dashboard-layout/_material-definition.scss +0 -102
- package/styles/dashboard-layout/_material3-dark-definition.scss +0 -1
- package/styles/dashboard-layout/_material3-definition.scss +0 -108
- package/styles/dashboard-layout/_tailwind-dark-definition.scss +0 -1
- package/styles/dashboard-layout/_tailwind-definition.scss +0 -109
- package/styles/dashboard-layout/_theme.scss +0 -128
- package/styles/dashboard-layout/icons/_bootstrap-dark.scss +0 -80
- package/styles/dashboard-layout/icons/_bootstrap.scss +0 -80
- package/styles/dashboard-layout/icons/_bootstrap4.scss +0 -80
- package/styles/dashboard-layout/icons/_bootstrap5-dark.scss +0 -1
- package/styles/dashboard-layout/icons/_bootstrap5.scss +0 -80
- package/styles/dashboard-layout/icons/_fabric-dark.scss +0 -80
- package/styles/dashboard-layout/icons/_fabric.scss +0 -80
- package/styles/dashboard-layout/icons/_fluent-dark.scss +0 -1
- package/styles/dashboard-layout/icons/_fluent.scss +0 -80
- package/styles/dashboard-layout/icons/_fusionnew.scss +0 -80
- package/styles/dashboard-layout/icons/_highcontrast.scss +0 -80
- package/styles/dashboard-layout/icons/_material-dark.scss +0 -80
- package/styles/dashboard-layout/icons/_material.scss +0 -80
- package/styles/dashboard-layout/icons/_material3-dark.scss +0 -1
- package/styles/dashboard-layout/icons/_material3.scss +0 -80
- package/styles/dashboard-layout/icons/_tailwind-dark.scss +0 -80
- package/styles/dashboard-layout/icons/_tailwind.scss +0 -80
- package/styles/splitter/_all.scss +0 -3
- package/styles/splitter/_bootstrap-dark-definition.scss +0 -26
- package/styles/splitter/_bootstrap-definition.scss +0 -26
- package/styles/splitter/_bootstrap4-definition.scss +0 -26
- package/styles/splitter/_bootstrap5-dark-definition.scss +0 -1
- package/styles/splitter/_bootstrap5-definition.scss +0 -31
- package/styles/splitter/_definition.scss +0 -1
- package/styles/splitter/_fabric-dark-definition.scss +0 -26
- package/styles/splitter/_fabric-definition.scss +0 -26
- package/styles/splitter/_fluent-dark-definition.scss +0 -1
- package/styles/splitter/_fluent-definition.scss +0 -31
- package/styles/splitter/_fusionnew-definition.scss +0 -31
- package/styles/splitter/_highcontrast-definition.scss +0 -26
- package/styles/splitter/_highcontrast-light-definition.scss +0 -26
- package/styles/splitter/_layout.scss +0 -416
- package/styles/splitter/_material-dark-definition.scss +0 -26
- package/styles/splitter/_material-definition.scss +0 -27
- package/styles/splitter/_material3-dark-definition.scss +0 -1
- package/styles/splitter/_material3-definition.scss +0 -31
- package/styles/splitter/_responsive.scss +0 -1
- package/styles/splitter/_tailwind-dark-definition.scss +0 -1
- package/styles/splitter/_tailwind-definition.scss +0 -31
- package/styles/splitter/_theme.scss +0 -207
- package/styles/splitter/icons/_bootstrap-dark.scss +0 -52
- package/styles/splitter/icons/_bootstrap.scss +0 -52
- package/styles/splitter/icons/_bootstrap4.scss +0 -51
- package/styles/splitter/icons/_bootstrap5-dark.scss +0 -1
- package/styles/splitter/icons/_bootstrap5.scss +0 -39
- package/styles/splitter/icons/_fabric-dark.scss +0 -52
- package/styles/splitter/icons/_fabric.scss +0 -52
- package/styles/splitter/icons/_fluent-dark.scss +0 -1
- package/styles/splitter/icons/_fluent.scss +0 -39
- package/styles/splitter/icons/_fusionnew.scss +0 -39
- package/styles/splitter/icons/_highcontrast-light.scss +0 -52
- package/styles/splitter/icons/_highcontrast.scss +0 -52
- package/styles/splitter/icons/_material-dark.scss +0 -51
- package/styles/splitter/icons/_material.scss +0 -51
- package/styles/splitter/icons/_material3-dark.scss +0 -1
- package/styles/splitter/icons/_material3.scss +0 -39
- package/styles/splitter/icons/_tailwind-dark.scss +0 -1
- package/styles/splitter/icons/_tailwind.scss +0 -39
- package/syncfusion-ej2-angular-layouts.d.ts +0 -5
package/styles/material3.css
CHANGED
@@ -1,4 +1,3 @@
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
2
1
|
:root {
|
3
2
|
--color-sf-black: 0, 0, 0;
|
4
3
|
--color-sf-white: 255, 255, 255;
|
@@ -169,6 +168,117 @@
|
|
169
168
|
width: 56px;
|
170
169
|
}
|
171
170
|
|
171
|
+
:root {
|
172
|
+
--color-sf-black: 0, 0, 0;
|
173
|
+
--color-sf-white: 255, 255, 255;
|
174
|
+
--color-sf-primary: 103, 80, 164;
|
175
|
+
--color-sf-primary-container: 234, 221, 255;
|
176
|
+
--color-sf-secondary: 98, 91, 113;
|
177
|
+
--color-sf-secondary-container: 232, 222, 248;
|
178
|
+
--color-sf-tertiary: 125, 82, 96;
|
179
|
+
--color-sf-tertiary-container: 255, 216, 228;
|
180
|
+
--color-sf-surface: 255, 255, 255;
|
181
|
+
--color-sf-surface-variant: 231, 224, 236;
|
182
|
+
--color-sf-background: var(--color-sf-surface);
|
183
|
+
--color-sf-on-primary: 255, 255, 255;
|
184
|
+
--color-sf-on-primary-container: 33, 0, 94;
|
185
|
+
--color-sf-on-secondary: 255, 255, 255;
|
186
|
+
--color-sf-on-secondary-container: 30, 25, 43;
|
187
|
+
--color-sf-on-tertiary: 255, 255, 255;
|
188
|
+
--color-sf-on-tertiary-containe: 55, 11, 30;
|
189
|
+
--color-sf-on-surface: 28, 27, 31;
|
190
|
+
--color-sf-on-surface-variant: 73, 69, 78;
|
191
|
+
--color-sf-on-background: 28, 27, 31;
|
192
|
+
--color-sf-outline: 121, 116, 126;
|
193
|
+
--color-sf-outline-variant: 196, 199, 197;
|
194
|
+
--color-sf-shadow: 0, 0, 0;
|
195
|
+
--color-sf-surface-tint-color: 103, 80, 164;
|
196
|
+
--color-sf-inverse-surface: 49, 48, 51;
|
197
|
+
--color-sf-inverse-on-surface: 244, 239, 244;
|
198
|
+
--color-sf-inverse-primary: 208, 188, 255;
|
199
|
+
--color-sf-scrim: 0, 0, 0;
|
200
|
+
--color-sf-error: 179, 38, 30;
|
201
|
+
--color-sf-error-container: 249, 222, 220;
|
202
|
+
--color-sf-on-error: 255, 250, 250;
|
203
|
+
--color-sf-on-error-container: 65, 14, 11;
|
204
|
+
--color-sf-success: 32, 81, 7;
|
205
|
+
--color-sf-success-container: 209, 255, 186;
|
206
|
+
--color-sf-on-success: 244, 255, 239;
|
207
|
+
--color-sf-on-success-container: 13, 39, 0;
|
208
|
+
--color-sf-info: 1, 87, 155;
|
209
|
+
--color-sf-info-container: 233, 245, 255;
|
210
|
+
--color-sf-on-info: 250, 253, 255;
|
211
|
+
--color-sf-on-info-container: 0, 51, 91;
|
212
|
+
--color-sf-warning: 145, 76, 0;
|
213
|
+
--color-sf-warning-container: 254, 236, 222;
|
214
|
+
--color-sf-on-warning: 255, 255, 255;
|
215
|
+
--color-sf-on-warning-container: 47, 21, 0;
|
216
|
+
--color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
|
217
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
|
218
|
+
--color-sf-diagram-palette-background: --color-sf-white;
|
219
|
+
--color-sf-success-text: 255, 255, 255;
|
220
|
+
--color-sf-warning-text: 255, 255, 255;
|
221
|
+
--color-sf-danger-text: 255, 255, 255;
|
222
|
+
--color-sf-info-text: 255, 255, 255;
|
223
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
|
224
|
+
--color-sf-secondary-bg-color: var(--color-sf-surface);
|
225
|
+
}
|
226
|
+
|
227
|
+
.e-dark-mode {
|
228
|
+
--color-sf-black: 0, 0, 0;
|
229
|
+
--color-sf-white: 255, 255, 255;
|
230
|
+
--color-sf-primary: 208, 188, 255;
|
231
|
+
--color-sf-primary-container: 79, 55, 139;
|
232
|
+
--color-sf-secondary: 204, 194, 220;
|
233
|
+
--color-sf-secondary-container: 74, 68, 88;
|
234
|
+
--color-sf-tertiary: 239, 184, 200;
|
235
|
+
--color-sf-tertiary-container: 99, 59, 72;
|
236
|
+
--color-sf-surface: 28, 27, 31;
|
237
|
+
--color-sf-surface-variant: 28, 27, 31;
|
238
|
+
--color-sf-background: var(--color-sf-surface);
|
239
|
+
--color-sf-on-primary: 55, 30, 115;
|
240
|
+
--color-sf-on-primary-container: 234, 221, 255;
|
241
|
+
--color-sf-on-secondary: 51, 45, 65;
|
242
|
+
--color-sf-on-secondary-container: 232, 222, 248;
|
243
|
+
--color-sf-on-tertiary: 73, 37, 50;
|
244
|
+
--color-sf-on-tertiary-containe: 255, 216, 228;
|
245
|
+
--color-sf-on-surface: 230, 225, 229;
|
246
|
+
--color-sf-on-surface-variant: 202, 196, 208;
|
247
|
+
--color-sf-on-background: 230, 225, 229;
|
248
|
+
--color-sf-outline: 147, 143, 153;
|
249
|
+
--color-sf-outline-variant: 68, 71, 70;
|
250
|
+
--color-sf-shadow: 0, 0, 0;
|
251
|
+
--color-sf-surface-tint-color: 208, 188, 255;
|
252
|
+
--color-sf-inverse-surface: 230, 225, 229;
|
253
|
+
--color-sf-inverse-on-surface: 49, 48, 51;
|
254
|
+
--color-sf-inverse-primary: 103, 80, 164;
|
255
|
+
--color-sf-scrim: 0, 0, 0;
|
256
|
+
--color-sf-error: 242, 184, 181;
|
257
|
+
--color-sf-error-container: 140, 29, 24;
|
258
|
+
--color-sf-on-error: 96, 20, 16;
|
259
|
+
--color-sf-on-error-container: 249, 222, 220;
|
260
|
+
--color-sf-success: 83, 202, 23;
|
261
|
+
--color-sf-success-container: 22, 62, 2;
|
262
|
+
--color-sf-on-success: 13, 39, 0;
|
263
|
+
--color-sf-on-success-container: 183, 250, 150;
|
264
|
+
--color-sf-info: 71, 172, 251;
|
265
|
+
--color-sf-info-container: 0, 67, 120;
|
266
|
+
--color-sf-on-info: 0, 51, 91;
|
267
|
+
--color-sf-on-info-container: 173, 219, 255;
|
268
|
+
--color-sf-warning: 245, 180, 130;
|
269
|
+
--color-sf-warning-container: 123, 65, 0;
|
270
|
+
--color-sf-on-warning: 99, 52, 0;
|
271
|
+
--color-sf-on-warning-container: 255, 220, 193;
|
272
|
+
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
273
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
274
|
+
--color-sf-success-text: 0, 0, 0;
|
275
|
+
--color-sf-warning-text: 0, 0, 0;
|
276
|
+
--color-sf-info-text: 0, 0, 0;
|
277
|
+
--color-sf-danger-text: 0, 0, 0;
|
278
|
+
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
279
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
280
|
+
}
|
281
|
+
|
172
282
|
/*! card layout */
|
173
283
|
.e-bigger .e-card,
|
174
284
|
.e-bigger.e-card {
|
@@ -681,6 +791,117 @@
|
|
681
791
|
color: rgba(var(--color-sf-on-surface));
|
682
792
|
}
|
683
793
|
|
794
|
+
:root {
|
795
|
+
--color-sf-black: 0, 0, 0;
|
796
|
+
--color-sf-white: 255, 255, 255;
|
797
|
+
--color-sf-primary: 103, 80, 164;
|
798
|
+
--color-sf-primary-container: 234, 221, 255;
|
799
|
+
--color-sf-secondary: 98, 91, 113;
|
800
|
+
--color-sf-secondary-container: 232, 222, 248;
|
801
|
+
--color-sf-tertiary: 125, 82, 96;
|
802
|
+
--color-sf-tertiary-container: 255, 216, 228;
|
803
|
+
--color-sf-surface: 255, 255, 255;
|
804
|
+
--color-sf-surface-variant: 231, 224, 236;
|
805
|
+
--color-sf-background: var(--color-sf-surface);
|
806
|
+
--color-sf-on-primary: 255, 255, 255;
|
807
|
+
--color-sf-on-primary-container: 33, 0, 94;
|
808
|
+
--color-sf-on-secondary: 255, 255, 255;
|
809
|
+
--color-sf-on-secondary-container: 30, 25, 43;
|
810
|
+
--color-sf-on-tertiary: 255, 255, 255;
|
811
|
+
--color-sf-on-tertiary-containe: 55, 11, 30;
|
812
|
+
--color-sf-on-surface: 28, 27, 31;
|
813
|
+
--color-sf-on-surface-variant: 73, 69, 78;
|
814
|
+
--color-sf-on-background: 28, 27, 31;
|
815
|
+
--color-sf-outline: 121, 116, 126;
|
816
|
+
--color-sf-outline-variant: 196, 199, 197;
|
817
|
+
--color-sf-shadow: 0, 0, 0;
|
818
|
+
--color-sf-surface-tint-color: 103, 80, 164;
|
819
|
+
--color-sf-inverse-surface: 49, 48, 51;
|
820
|
+
--color-sf-inverse-on-surface: 244, 239, 244;
|
821
|
+
--color-sf-inverse-primary: 208, 188, 255;
|
822
|
+
--color-sf-scrim: 0, 0, 0;
|
823
|
+
--color-sf-error: 179, 38, 30;
|
824
|
+
--color-sf-error-container: 249, 222, 220;
|
825
|
+
--color-sf-on-error: 255, 250, 250;
|
826
|
+
--color-sf-on-error-container: 65, 14, 11;
|
827
|
+
--color-sf-success: 32, 81, 7;
|
828
|
+
--color-sf-success-container: 209, 255, 186;
|
829
|
+
--color-sf-on-success: 244, 255, 239;
|
830
|
+
--color-sf-on-success-container: 13, 39, 0;
|
831
|
+
--color-sf-info: 1, 87, 155;
|
832
|
+
--color-sf-info-container: 233, 245, 255;
|
833
|
+
--color-sf-on-info: 250, 253, 255;
|
834
|
+
--color-sf-on-info-container: 0, 51, 91;
|
835
|
+
--color-sf-warning: 145, 76, 0;
|
836
|
+
--color-sf-warning-container: 254, 236, 222;
|
837
|
+
--color-sf-on-warning: 255, 255, 255;
|
838
|
+
--color-sf-on-warning-container: 47, 21, 0;
|
839
|
+
--color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
|
840
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
|
841
|
+
--color-sf-diagram-palette-background: --color-sf-white;
|
842
|
+
--color-sf-success-text: 255, 255, 255;
|
843
|
+
--color-sf-warning-text: 255, 255, 255;
|
844
|
+
--color-sf-danger-text: 255, 255, 255;
|
845
|
+
--color-sf-info-text: 255, 255, 255;
|
846
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
|
847
|
+
--color-sf-secondary-bg-color: var(--color-sf-surface);
|
848
|
+
}
|
849
|
+
|
850
|
+
.e-dark-mode {
|
851
|
+
--color-sf-black: 0, 0, 0;
|
852
|
+
--color-sf-white: 255, 255, 255;
|
853
|
+
--color-sf-primary: 208, 188, 255;
|
854
|
+
--color-sf-primary-container: 79, 55, 139;
|
855
|
+
--color-sf-secondary: 204, 194, 220;
|
856
|
+
--color-sf-secondary-container: 74, 68, 88;
|
857
|
+
--color-sf-tertiary: 239, 184, 200;
|
858
|
+
--color-sf-tertiary-container: 99, 59, 72;
|
859
|
+
--color-sf-surface: 28, 27, 31;
|
860
|
+
--color-sf-surface-variant: 28, 27, 31;
|
861
|
+
--color-sf-background: var(--color-sf-surface);
|
862
|
+
--color-sf-on-primary: 55, 30, 115;
|
863
|
+
--color-sf-on-primary-container: 234, 221, 255;
|
864
|
+
--color-sf-on-secondary: 51, 45, 65;
|
865
|
+
--color-sf-on-secondary-container: 232, 222, 248;
|
866
|
+
--color-sf-on-tertiary: 73, 37, 50;
|
867
|
+
--color-sf-on-tertiary-containe: 255, 216, 228;
|
868
|
+
--color-sf-on-surface: 230, 225, 229;
|
869
|
+
--color-sf-on-surface-variant: 202, 196, 208;
|
870
|
+
--color-sf-on-background: 230, 225, 229;
|
871
|
+
--color-sf-outline: 147, 143, 153;
|
872
|
+
--color-sf-outline-variant: 68, 71, 70;
|
873
|
+
--color-sf-shadow: 0, 0, 0;
|
874
|
+
--color-sf-surface-tint-color: 208, 188, 255;
|
875
|
+
--color-sf-inverse-surface: 230, 225, 229;
|
876
|
+
--color-sf-inverse-on-surface: 49, 48, 51;
|
877
|
+
--color-sf-inverse-primary: 103, 80, 164;
|
878
|
+
--color-sf-scrim: 0, 0, 0;
|
879
|
+
--color-sf-error: 242, 184, 181;
|
880
|
+
--color-sf-error-container: 140, 29, 24;
|
881
|
+
--color-sf-on-error: 96, 20, 16;
|
882
|
+
--color-sf-on-error-container: 249, 222, 220;
|
883
|
+
--color-sf-success: 83, 202, 23;
|
884
|
+
--color-sf-success-container: 22, 62, 2;
|
885
|
+
--color-sf-on-success: 13, 39, 0;
|
886
|
+
--color-sf-on-success-container: 183, 250, 150;
|
887
|
+
--color-sf-info: 71, 172, 251;
|
888
|
+
--color-sf-info-container: 0, 67, 120;
|
889
|
+
--color-sf-on-info: 0, 51, 91;
|
890
|
+
--color-sf-on-info-container: 173, 219, 255;
|
891
|
+
--color-sf-warning: 245, 180, 130;
|
892
|
+
--color-sf-warning-container: 123, 65, 0;
|
893
|
+
--color-sf-on-warning: 99, 52, 0;
|
894
|
+
--color-sf-on-warning-container: 255, 220, 193;
|
895
|
+
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
896
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
897
|
+
--color-sf-success-text: 0, 0, 0;
|
898
|
+
--color-sf-warning-text: 0, 0, 0;
|
899
|
+
--color-sf-info-text: 0, 0, 0;
|
900
|
+
--color-sf-danger-text: 0, 0, 0;
|
901
|
+
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
902
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
903
|
+
}
|
904
|
+
|
684
905
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler::before {
|
685
906
|
content: "\e7e3";
|
686
907
|
font-family: "e-icons";
|
@@ -1169,7 +1390,119 @@
|
|
1169
1390
|
pointer-events: none;
|
1170
1391
|
}
|
1171
1392
|
|
1172
|
-
/* stylelint-disable-line no-empty-source */
|
1393
|
+
/* stylelint-disable-line no-empty-source */
|
1394
|
+
:root {
|
1395
|
+
--color-sf-black: 0, 0, 0;
|
1396
|
+
--color-sf-white: 255, 255, 255;
|
1397
|
+
--color-sf-primary: 103, 80, 164;
|
1398
|
+
--color-sf-primary-container: 234, 221, 255;
|
1399
|
+
--color-sf-secondary: 98, 91, 113;
|
1400
|
+
--color-sf-secondary-container: 232, 222, 248;
|
1401
|
+
--color-sf-tertiary: 125, 82, 96;
|
1402
|
+
--color-sf-tertiary-container: 255, 216, 228;
|
1403
|
+
--color-sf-surface: 255, 255, 255;
|
1404
|
+
--color-sf-surface-variant: 231, 224, 236;
|
1405
|
+
--color-sf-background: var(--color-sf-surface);
|
1406
|
+
--color-sf-on-primary: 255, 255, 255;
|
1407
|
+
--color-sf-on-primary-container: 33, 0, 94;
|
1408
|
+
--color-sf-on-secondary: 255, 255, 255;
|
1409
|
+
--color-sf-on-secondary-container: 30, 25, 43;
|
1410
|
+
--color-sf-on-tertiary: 255, 255, 255;
|
1411
|
+
--color-sf-on-tertiary-containe: 55, 11, 30;
|
1412
|
+
--color-sf-on-surface: 28, 27, 31;
|
1413
|
+
--color-sf-on-surface-variant: 73, 69, 78;
|
1414
|
+
--color-sf-on-background: 28, 27, 31;
|
1415
|
+
--color-sf-outline: 121, 116, 126;
|
1416
|
+
--color-sf-outline-variant: 196, 199, 197;
|
1417
|
+
--color-sf-shadow: 0, 0, 0;
|
1418
|
+
--color-sf-surface-tint-color: 103, 80, 164;
|
1419
|
+
--color-sf-inverse-surface: 49, 48, 51;
|
1420
|
+
--color-sf-inverse-on-surface: 244, 239, 244;
|
1421
|
+
--color-sf-inverse-primary: 208, 188, 255;
|
1422
|
+
--color-sf-scrim: 0, 0, 0;
|
1423
|
+
--color-sf-error: 179, 38, 30;
|
1424
|
+
--color-sf-error-container: 249, 222, 220;
|
1425
|
+
--color-sf-on-error: 255, 250, 250;
|
1426
|
+
--color-sf-on-error-container: 65, 14, 11;
|
1427
|
+
--color-sf-success: 32, 81, 7;
|
1428
|
+
--color-sf-success-container: 209, 255, 186;
|
1429
|
+
--color-sf-on-success: 244, 255, 239;
|
1430
|
+
--color-sf-on-success-container: 13, 39, 0;
|
1431
|
+
--color-sf-info: 1, 87, 155;
|
1432
|
+
--color-sf-info-container: 233, 245, 255;
|
1433
|
+
--color-sf-on-info: 250, 253, 255;
|
1434
|
+
--color-sf-on-info-container: 0, 51, 91;
|
1435
|
+
--color-sf-warning: 145, 76, 0;
|
1436
|
+
--color-sf-warning-container: 254, 236, 222;
|
1437
|
+
--color-sf-on-warning: 255, 255, 255;
|
1438
|
+
--color-sf-on-warning-container: 47, 21, 0;
|
1439
|
+
--color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
|
1440
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
|
1441
|
+
--color-sf-diagram-palette-background: --color-sf-white;
|
1442
|
+
--color-sf-success-text: 255, 255, 255;
|
1443
|
+
--color-sf-warning-text: 255, 255, 255;
|
1444
|
+
--color-sf-danger-text: 255, 255, 255;
|
1445
|
+
--color-sf-info-text: 255, 255, 255;
|
1446
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
|
1447
|
+
--color-sf-secondary-bg-color: var(--color-sf-surface);
|
1448
|
+
}
|
1449
|
+
|
1450
|
+
.e-dark-mode {
|
1451
|
+
--color-sf-black: 0, 0, 0;
|
1452
|
+
--color-sf-white: 255, 255, 255;
|
1453
|
+
--color-sf-primary: 208, 188, 255;
|
1454
|
+
--color-sf-primary-container: 79, 55, 139;
|
1455
|
+
--color-sf-secondary: 204, 194, 220;
|
1456
|
+
--color-sf-secondary-container: 74, 68, 88;
|
1457
|
+
--color-sf-tertiary: 239, 184, 200;
|
1458
|
+
--color-sf-tertiary-container: 99, 59, 72;
|
1459
|
+
--color-sf-surface: 28, 27, 31;
|
1460
|
+
--color-sf-surface-variant: 28, 27, 31;
|
1461
|
+
--color-sf-background: var(--color-sf-surface);
|
1462
|
+
--color-sf-on-primary: 55, 30, 115;
|
1463
|
+
--color-sf-on-primary-container: 234, 221, 255;
|
1464
|
+
--color-sf-on-secondary: 51, 45, 65;
|
1465
|
+
--color-sf-on-secondary-container: 232, 222, 248;
|
1466
|
+
--color-sf-on-tertiary: 73, 37, 50;
|
1467
|
+
--color-sf-on-tertiary-containe: 255, 216, 228;
|
1468
|
+
--color-sf-on-surface: 230, 225, 229;
|
1469
|
+
--color-sf-on-surface-variant: 202, 196, 208;
|
1470
|
+
--color-sf-on-background: 230, 225, 229;
|
1471
|
+
--color-sf-outline: 147, 143, 153;
|
1472
|
+
--color-sf-outline-variant: 68, 71, 70;
|
1473
|
+
--color-sf-shadow: 0, 0, 0;
|
1474
|
+
--color-sf-surface-tint-color: 208, 188, 255;
|
1475
|
+
--color-sf-inverse-surface: 230, 225, 229;
|
1476
|
+
--color-sf-inverse-on-surface: 49, 48, 51;
|
1477
|
+
--color-sf-inverse-primary: 103, 80, 164;
|
1478
|
+
--color-sf-scrim: 0, 0, 0;
|
1479
|
+
--color-sf-error: 242, 184, 181;
|
1480
|
+
--color-sf-error-container: 140, 29, 24;
|
1481
|
+
--color-sf-on-error: 96, 20, 16;
|
1482
|
+
--color-sf-on-error-container: 249, 222, 220;
|
1483
|
+
--color-sf-success: 83, 202, 23;
|
1484
|
+
--color-sf-success-container: 22, 62, 2;
|
1485
|
+
--color-sf-on-success: 13, 39, 0;
|
1486
|
+
--color-sf-on-success-container: 183, 250, 150;
|
1487
|
+
--color-sf-info: 71, 172, 251;
|
1488
|
+
--color-sf-info-container: 0, 67, 120;
|
1489
|
+
--color-sf-on-info: 0, 51, 91;
|
1490
|
+
--color-sf-on-info-container: 173, 219, 255;
|
1491
|
+
--color-sf-warning: 245, 180, 130;
|
1492
|
+
--color-sf-warning-container: 123, 65, 0;
|
1493
|
+
--color-sf-on-warning: 99, 52, 0;
|
1494
|
+
--color-sf-on-warning-container: 255, 220, 193;
|
1495
|
+
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
1496
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
1497
|
+
--color-sf-success-text: 0, 0, 0;
|
1498
|
+
--color-sf-warning-text: 0, 0, 0;
|
1499
|
+
--color-sf-info-text: 0, 0, 0;
|
1500
|
+
--color-sf-danger-text: 0, 0, 0;
|
1501
|
+
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
1502
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
1503
|
+
}
|
1504
|
+
|
1505
|
+
/*! component's theme wise override material 3 definitions and variables */
|
1173
1506
|
/* stylelint-disable */
|
1174
1507
|
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
|
1175
1508
|
height: 100%;
|
package/styles/material3.scss
CHANGED
package/styles/tailwind-dark.css
CHANGED
@@ -1,7 +1,3 @@
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
2
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
3
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
4
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
5
1
|
.e-avatar {
|
6
2
|
-ms-flex-line-pack: center;
|
7
3
|
align-content: center;
|
package/styles/tailwind.css
CHANGED
@@ -1,7 +1,3 @@
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
2
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
3
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
4
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
5
1
|
.e-avatar {
|
6
2
|
-ms-flex-line-pack: center;
|
7
3
|
align-content: center;
|
package/esm2020/public_api.mjs
DELETED
@@ -1,3 +0,0 @@
|
|
1
|
-
// Mapping root file for package generation
|
2
|
-
export * from './src/index';
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3B1YmxpY19hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsMkNBQTJDO0FBQzNDLGNBQWMsYUFBYSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLy8gTWFwcGluZyByb290IGZpbGUgZm9yIHBhY2thZ2UgZ2VuZXJhdGlvblxuZXhwb3J0ICogZnJvbSAnLi9zcmMvaW5kZXgnOyJdfQ==
|
@@ -1,23 +0,0 @@
|
|
1
|
-
import { NgModule } from '@angular/core';
|
2
|
-
import { CommonModule } from '@angular/common';
|
3
|
-
import { DashboardLayoutModule } from './dashboardlayout.module';
|
4
|
-
import * as i0 from "@angular/core";
|
5
|
-
/**
|
6
|
-
* NgModule definition for the DashboardLayout component with providers.
|
7
|
-
*/
|
8
|
-
export class DashboardLayoutAllModule {
|
9
|
-
}
|
10
|
-
DashboardLayoutAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: DashboardLayoutAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
11
|
-
DashboardLayoutAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: DashboardLayoutAllModule, imports: [CommonModule, DashboardLayoutModule], exports: [DashboardLayoutModule] });
|
12
|
-
DashboardLayoutAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: DashboardLayoutAllModule, providers: [], imports: [[CommonModule, DashboardLayoutModule], DashboardLayoutModule] });
|
13
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: DashboardLayoutAllModule, decorators: [{
|
14
|
-
type: NgModule,
|
15
|
-
args: [{
|
16
|
-
imports: [CommonModule, DashboardLayoutModule],
|
17
|
-
exports: [
|
18
|
-
DashboardLayoutModule
|
19
|
-
],
|
20
|
-
providers: []
|
21
|
-
}]
|
22
|
-
}] });
|
23
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGFzaGJvYXJkbGF5b3V0LWFsbC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvZGFzaGJvYXJkLWxheW91dC9kYXNoYm9hcmRsYXlvdXQtYWxsLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFpQixNQUFNLGVBQWUsQ0FBQztBQUN4RCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFHL0MsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0sMEJBQTBCLENBQUM7O0FBTWpFOztHQUVHO0FBVUgsTUFBTSxPQUFPLHdCQUF3Qjs7cUhBQXhCLHdCQUF3QjtzSEFBeEIsd0JBQXdCLFlBUnZCLFlBQVksRUFBRSxxQkFBcUIsYUFFekMscUJBQXFCO3NIQU1oQix3QkFBd0IsYUFKdkIsRUFFVCxZQU5RLENBQUMsWUFBWSxFQUFFLHFCQUFxQixDQUFDLEVBRTFDLHFCQUFxQjsyRkFNaEIsd0JBQXdCO2tCQVRwQyxRQUFRO21CQUFDO29CQUNOLE9BQU8sRUFBRSxDQUFDLFlBQVksRUFBRSxxQkFBcUIsQ0FBQztvQkFDOUMsT0FBTyxFQUFFO3dCQUNMLHFCQUFxQjtxQkFDeEI7b0JBQ0QsU0FBUyxFQUFDLEVBRVQ7aUJBQ0oiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSwgVmFsdWVQcm92aWRlciB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IFBhbmVsRGlyZWN0aXZlLCBQYW5lbHNEaXJlY3RpdmUgfSBmcm9tICcuL3BhbmVscy5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgRGFzaGJvYXJkTGF5b3V0Q29tcG9uZW50IH0gZnJvbSAnLi9kYXNoYm9hcmRsYXlvdXQuY29tcG9uZW50JztcbmltcG9ydCB7IERhc2hib2FyZExheW91dE1vZHVsZSB9IGZyb20gJy4vZGFzaGJvYXJkbGF5b3V0Lm1vZHVsZSc7XG5cblxuXG5cblxuLyoqXG4gKiBOZ01vZHVsZSBkZWZpbml0aW9uIGZvciB0aGUgRGFzaGJvYXJkTGF5b3V0IGNvbXBvbmVudCB3aXRoIHByb3ZpZGVycy5cbiAqL1xuQE5nTW9kdWxlKHtcbiAgICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlLCBEYXNoYm9hcmRMYXlvdXRNb2R1bGVdLFxuICAgIGV4cG9ydHM6IFtcbiAgICAgICAgRGFzaGJvYXJkTGF5b3V0TW9kdWxlXG4gICAgXSxcbiAgICBwcm92aWRlcnM6W1xuICAgICAgICBcbiAgICBdXG59KVxuZXhwb3J0IGNsYXNzIERhc2hib2FyZExheW91dEFsbE1vZHVsZSB7IH0iXX0=
|