@syncfusion/ej2-angular-layouts 23.1.36 → 23.2.4-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.scss +1 -3
- package/styles/avatar/material.scss +1 -3
- package/styles/avatar/material3-dark.scss +1 -3
- package/styles/avatar/material3.scss +1 -3
- package/styles/avatar/tailwind-dark.scss +1 -3
- 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.scss +1 -3
- package/styles/card/material.scss +1 -3
- package/styles/card/material3-dark.scss +1 -3
- package/styles/card/material3.scss +1 -3
- package/styles/card/tailwind-dark.scss +1 -3
- 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.scss +1 -4
- package/styles/dashboard-layout/material.scss +1 -4
- package/styles/dashboard-layout/material3-dark.scss +1 -4
- package/styles/dashboard-layout/material3.scss +1 -4
- package/styles/dashboard-layout/tailwind-dark.scss +1 -4
- package/styles/dashboard-layout/tailwind.scss +1 -4
- package/styles/material3-dark.css +167 -1
- package/styles/material3-dark.scss +0 -1
- package/styles/material3.css +335 -1
- 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.scss +1 -4
- package/styles/splitter/material.scss +1 -4
- package/styles/splitter/material3-dark.scss +1 -4
- package/styles/splitter/material3.scss +1 -4
- package/styles/splitter/tailwind-dark.scss +1 -4
- package/styles/splitter/tailwind.scss +1 -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
@@ -168,6 +168,117 @@
|
|
168
168
|
width: 56px;
|
169
169
|
}
|
170
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
|
+
|
171
282
|
/*! card layout */
|
172
283
|
.e-bigger .e-card,
|
173
284
|
.e-bigger.e-card {
|
@@ -680,6 +791,117 @@
|
|
680
791
|
color: rgba(var(--color-sf-on-surface));
|
681
792
|
}
|
682
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
|
+
|
683
905
|
.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler::before {
|
684
906
|
content: "\e7e3";
|
685
907
|
font-family: "e-icons";
|
@@ -1168,7 +1390,119 @@
|
|
1168
1390
|
pointer-events: none;
|
1169
1391
|
}
|
1170
1392
|
|
1171
|
-
/* 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 */
|
1172
1506
|
/* stylelint-disable */
|
1173
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 {
|
1174
1508
|
height: 100%;
|
package/styles/material3.scss
CHANGED
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=
|
@@ -1,64 +0,0 @@
|
|
1
|
-
import { __decorate } from "tslib";
|
2
|
-
import { Component, ChangeDetectionStrategy, ContentChild } from '@angular/core';
|
3
|
-
import { ComponentBase, ComponentMixins, setValue } from '@syncfusion/ej2-angular-base';
|
4
|
-
import { DashboardLayout } from '@syncfusion/ej2-layouts';
|
5
|
-
import { PanelsDirective } from './panels.directive';
|
6
|
-
import * as i0 from "@angular/core";
|
7
|
-
export const inputs = ['allowDragging', 'allowFloating', 'allowPushing', 'allowResizing', 'cellAspectRatio', 'cellSpacing', 'columns', 'draggableHandle', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'locale', 'mediaQuery', 'panels', 'resizableHandles', 'showGridLines'];
|
8
|
-
export const outputs = ['change', 'created', 'destroyed', 'drag', 'dragStart', 'dragStop', 'resize', 'resizeStart', 'resizeStop'];
|
9
|
-
export const twoWays = [''];
|
10
|
-
/**
|
11
|
-
* Represents the Essential JS 2 Angular DashboardLayout Component.
|
12
|
-
* ```html
|
13
|
-
* <ejs-dashboardlayout></ejs-dashboardlayout>
|
14
|
-
* ```
|
15
|
-
*/
|
16
|
-
let DashboardLayoutComponent = class DashboardLayoutComponent extends DashboardLayout {
|
17
|
-
constructor(ngEle, srenderer, viewContainerRef, injector) {
|
18
|
-
super();
|
19
|
-
this.ngEle = ngEle;
|
20
|
-
this.srenderer = srenderer;
|
21
|
-
this.viewContainerRef = viewContainerRef;
|
22
|
-
this.injector = injector;
|
23
|
-
this.tags = ['panels'];
|
24
|
-
this.element = this.ngEle.nativeElement;
|
25
|
-
this.injectedModules = this.injectedModules || [];
|
26
|
-
this.registerEvents(outputs);
|
27
|
-
this.addTwoWay.call(this, twoWays);
|
28
|
-
setValue('currentInstance', this, this.viewContainerRef);
|
29
|
-
this.containerContext = new ComponentBase();
|
30
|
-
}
|
31
|
-
ngOnInit() {
|
32
|
-
this.containerContext.ngOnInit(this);
|
33
|
-
}
|
34
|
-
ngAfterViewInit() {
|
35
|
-
this.containerContext.ngAfterViewInit(this);
|
36
|
-
}
|
37
|
-
ngOnDestroy() {
|
38
|
-
this.containerContext.ngOnDestroy(this);
|
39
|
-
}
|
40
|
-
ngAfterContentChecked() {
|
41
|
-
this.tagObjects[0].instance = this.childPanels;
|
42
|
-
this.containerContext.ngAfterContentChecked(this);
|
43
|
-
}
|
44
|
-
};
|
45
|
-
DashboardLayoutComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: DashboardLayoutComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
46
|
-
DashboardLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: DashboardLayoutComponent, selector: "ejs-dashboardlayout", inputs: { allowDragging: "allowDragging", allowFloating: "allowFloating", allowPushing: "allowPushing", allowResizing: "allowResizing", cellAspectRatio: "cellAspectRatio", cellSpacing: "cellSpacing", columns: "columns", draggableHandle: "draggableHandle", enableHtmlSanitizer: "enableHtmlSanitizer", enablePersistence: "enablePersistence", enableRtl: "enableRtl", locale: "locale", mediaQuery: "mediaQuery", panels: "panels", resizableHandles: "resizableHandles", showGridLines: "showGridLines" }, outputs: { change: "change", created: "created", destroyed: "destroyed", drag: "drag", dragStart: "dragStart", dragStop: "dragStop", resize: "resize", resizeStart: "resizeStart", resizeStop: "resizeStop" }, queries: [{ propertyName: "childPanels", first: true, predicate: PanelsDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: `<ng-content select='div'></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
47
|
-
DashboardLayoutComponent = __decorate([
|
48
|
-
ComponentMixins([ComponentBase])
|
49
|
-
], DashboardLayoutComponent);
|
50
|
-
export { DashboardLayoutComponent };
|
51
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: DashboardLayoutComponent, decorators: [{
|
52
|
-
type: Component,
|
53
|
-
args: [{
|
54
|
-
selector: 'ejs-dashboardlayout',
|
55
|
-
inputs: inputs,
|
56
|
-
outputs: outputs,
|
57
|
-
template: `<ng-content select='div'></ng-content>`,
|
58
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
59
|
-
queries: {
|
60
|
-
childPanels: new ContentChild(PanelsDirective)
|
61
|
-
}
|
62
|
-
}]
|
63
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; } });
|
64
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGFzaGJvYXJkbGF5b3V0LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9kYXNoYm9hcmQtbGF5b3V0L2Rhc2hib2FyZGxheW91dC5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQXFELHVCQUF1QixFQUE0QixZQUFZLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDOUosT0FBTyxFQUFFLGFBQWEsRUFBRSxlQUFlLEVBQXVELFFBQVEsRUFBRSxNQUFNLDhCQUE4QixDQUFDO0FBQzdJLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUUxRCxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sb0JBQW9CLENBQUM7O0FBRXJELE1BQU0sQ0FBQyxNQUFNLE1BQU0sR0FBYSxDQUFDLGVBQWUsRUFBQyxlQUFlLEVBQUMsY0FBYyxFQUFDLGVBQWUsRUFBQyxpQkFBaUIsRUFBQyxhQUFhLEVBQUMsU0FBUyxFQUFDLGlCQUFpQixFQUFDLHFCQUFxQixFQUFDLG1CQUFtQixFQUFDLFdBQVcsRUFBQyxRQUFRLEVBQUMsWUFBWSxFQUFDLFFBQVEsRUFBQyxrQkFBa0IsRUFBQyxlQUFlLENBQUMsQ0FBQztBQUNyUixNQUFNLENBQUMsTUFBTSxPQUFPLEdBQWEsQ0FBQyxRQUFRLEVBQUMsU0FBUyxFQUFDLFdBQVcsRUFBQyxNQUFNLEVBQUMsV0FBVyxFQUFDLFVBQVUsRUFBQyxRQUFRLEVBQUMsYUFBYSxFQUFDLFlBQVksQ0FBQyxDQUFDO0FBQ3BJLE1BQU0sQ0FBQyxNQUFNLE9BQU8sR0FBYSxDQUFDLEVBQUUsQ0FBQyxDQUFDO0FBRXRDOzs7OztHQUtHO0lBWVUsd0JBQXdCLFNBQXhCLHdCQUF5QixTQUFRLGVBQWU7SUFlekQsWUFBb0IsS0FBaUIsRUFBVSxTQUFvQixFQUFVLGdCQUFpQyxFQUFVLFFBQWtCO1FBQ3RJLEtBQUssRUFBRSxDQUFDO1FBRFEsVUFBSyxHQUFMLEtBQUssQ0FBWTtRQUFVLGNBQVMsR0FBVCxTQUFTLENBQVc7UUFBVSxxQkFBZ0IsR0FBaEIsZ0JBQWdCLENBQWlCO1FBQVUsYUFBUSxHQUFSLFFBQVEsQ0FBVTtRQUZuSSxTQUFJLEdBQWEsQ0FBQyxRQUFRLENBQUMsQ0FBQztRQUkvQixJQUFJLENBQUMsT0FBTyxHQUFHLElBQUksQ0FBQyxLQUFLLENBQUMsYUFBYSxDQUFDO1FBQ3hDLElBQUksQ0FBQyxlQUFlLEdBQUcsSUFBSSxDQUFDLGVBQWUsSUFBSSxFQUFFLENBQUM7UUFFbEQsSUFBSSxDQUFDLGNBQWMsQ0FBQyxPQUFPLENBQUMsQ0FBQztRQUM3QixJQUFJLENBQUMsU0FBUyxDQUFDLElBQUksQ0FBQyxJQUFJLEVBQUUsT0FBTyxDQUFDLENBQUM7UUFDbkMsUUFBUSxDQUFDLGlCQUFpQixFQUFFLElBQUksRUFBRSxJQUFJLENBQUMsZ0JBQWdCLENBQUMsQ0FBQztRQUN6RCxJQUFJLENBQUMsZ0JBQWdCLEdBQUksSUFBSSxhQUFhLEVBQUUsQ0FBQztJQUNqRCxDQUFDO0lBRU0sUUFBUTtRQUNYLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDekMsQ0FBQztJQUVNLGVBQWU7UUFDbEIsSUFBSSxDQUFDLGdCQUFnQixDQUFDLGVBQWUsQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUNoRCxDQUFDO0lBRU0sV0FBVztRQUNkLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDNUMsQ0FBQztJQUVNLHFCQUFxQjtRQUN4QixJQUFJLENBQUMsVUFBVSxDQUFDLENBQUMsQ0FBQyxDQUFDLFFBQVEsR0FBRyxJQUFJLENBQUMsV0FBVyxDQUFDO1FBQy9DLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxxQkFBcUIsQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUN0RCxDQUFDO0NBSUosQ0FBQTtxSEE3Q1ksd0JBQXdCO3lHQUF4Qix3QkFBd0IscXlCQUpDLGVBQWUsdUVBSHZDLHdDQUF3QztBQU96Qyx3QkFBd0I7SUFEcEMsZUFBZSxDQUFDLENBQUMsYUFBYSxDQUFDLENBQUM7R0FDcEIsd0JBQXdCLENBNkNwQztTQTdDWSx3QkFBd0I7MkZBQXhCLHdCQUF3QjtrQkFYcEMsU0FBUzttQkFBQztvQkFDUCxRQUFRLEVBQUUscUJBQXFCO29CQUMvQixNQUFNLEVBQUUsTUFBTTtvQkFDZCxPQUFPLEVBQUUsT0FBTztvQkFDaEIsUUFBUSxFQUFFLHdDQUF3QztvQkFDbEQsZUFBZSxFQUFFLHVCQUF1QixDQUFDLE1BQU07b0JBQy9DLE9BQU8sRUFBRTt3QkFDTCxXQUFXLEVBQUUsSUFBSSxZQUFZLENBQUMsZUFBZSxDQUFDO3FCQUNqRDtpQkFDSiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRWxlbWVudFJlZiwgVmlld0NvbnRhaW5lclJlZiwgUmVuZGVyZXIyLCBJbmplY3RvciwgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIFF1ZXJ5TGlzdCwgVmFsdWVQcm92aWRlciwgQ29udGVudENoaWxkIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21wb25lbnRCYXNlLCBDb21wb25lbnRNaXhpbnMsIElDb21wb25lbnRCYXNlLCBhcHBseU1peGlucywgUHJvcGVydHlDb2xsZWN0aW9uSW5mbywgc2V0VmFsdWUgfSBmcm9tICdAc3luY2Z1c2lvbi9lajItYW5ndWxhci1iYXNlJztcbmltcG9ydCB7IERhc2hib2FyZExheW91dCB9IGZyb20gJ0BzeW5jZnVzaW9uL2VqMi1sYXlvdXRzJztcblxuaW1wb3J0IHsgUGFuZWxzRGlyZWN0aXZlIH0gZnJvbSAnLi9wYW5lbHMuZGlyZWN0aXZlJztcblxuZXhwb3J0IGNvbnN0IGlucHV0czogc3RyaW5nW10gPSBbJ2FsbG93RHJhZ2dpbmcnLCdhbGxvd0Zsb2F0aW5nJywnYWxsb3dQdXNoaW5nJywnYWxsb3dSZXNpemluZycsJ2NlbGxBc3BlY3RSYXRpbycsJ2NlbGxTcGFjaW5nJywnY29sdW1ucycsJ2RyYWdnYWJsZUhhbmRsZScsJ2VuYWJsZUh0bWxTYW5pdGl6ZXInLCdlbmFibGVQZXJzaXN0ZW5jZScsJ2VuYWJsZVJ0bCcsJ2xvY2FsZScsJ21lZGlhUXVlcnknLCdwYW5lbHMnLCdyZXNpemFibGVIYW5kbGVzJywnc2hvd0dyaWRMaW5lcyddO1xuZXhwb3J0IGNvbnN0IG91dHB1dHM6IHN0cmluZ1tdID0gWydjaGFuZ2UnLCdjcmVhdGVkJywnZGVzdHJveWVkJywnZHJhZycsJ2RyYWdTdGFydCcsJ2RyYWdTdG9wJywncmVzaXplJywncmVzaXplU3RhcnQnLCdyZXNpemVTdG9wJ107XG5leHBvcnQgY29uc3QgdHdvV2F5czogc3RyaW5nW10gPSBbJyddO1xuXG4vKipcbiAqIFJlcHJlc2VudHMgdGhlIEVzc2VudGlhbCBKUyAyIEFuZ3VsYXIgRGFzaGJvYXJkTGF5b3V0IENvbXBvbmVudC5cbiAqIGBgYGh0bWxcbiAqIDxlanMtZGFzaGJvYXJkbGF5b3V0PjwvZWpzLWRhc2hib2FyZGxheW91dD5cbiAqIGBgYFxuICovXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2Vqcy1kYXNoYm9hcmRsYXlvdXQnLFxuICAgIGlucHV0czogaW5wdXRzLFxuICAgIG91dHB1dHM6IG91dHB1dHMsXG4gICAgdGVtcGxhdGU6IGA8bmctY29udGVudCBzZWxlY3Q9J2Rpdic+PC9uZy1jb250ZW50PmAsXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gICAgcXVlcmllczoge1xuICAgICAgICBjaGlsZFBhbmVsczogbmV3IENvbnRlbnRDaGlsZChQYW5lbHNEaXJlY3RpdmUpXG4gICAgfVxufSlcbkBDb21wb25lbnRNaXhpbnMoW0NvbXBvbmVudEJhc2VdKVxuZXhwb3J0IGNsYXNzIERhc2hib2FyZExheW91dENvbXBvbmVudCBleHRlbmRzIERhc2hib2FyZExheW91dCBpbXBsZW1lbnRzIElDb21wb25lbnRCYXNlIHtcbiAgICBwdWJsaWMgY29udGFpbmVyQ29udGV4dCA6IGFueTtcbiAgICBwdWJsaWMgdGFnT2JqZWN0czogYW55O1xuXHRjaGFuZ2U6IGFueTtcblx0Y3JlYXRlZDogYW55O1xuXHRkZXN0cm95ZWQ6IGFueTtcblx0ZHJhZzogYW55O1xuXHRkcmFnU3RhcnQ6IGFueTtcblx0ZHJhZ1N0b3A6IGFueTtcblx0cmVzaXplOiBhbnk7XG5cdHJlc2l6ZVN0YXJ0OiBhbnk7XG5cdHB1YmxpYyByZXNpemVTdG9wOiBhbnk7XG4gICAgcHVibGljIGNoaWxkUGFuZWxzOiBRdWVyeUxpc3Q8UGFuZWxzRGlyZWN0aXZlPjtcbiAgICBwdWJsaWMgdGFnczogc3RyaW5nW10gPSBbJ3BhbmVscyddO1xuXG4gICAgY29uc3RydWN0b3IocHJpdmF0ZSBuZ0VsZTogRWxlbWVudFJlZiwgcHJpdmF0ZSBzcmVuZGVyZXI6IFJlbmRlcmVyMiwgcHJpdmF0ZSB2aWV3Q29udGFpbmVyUmVmOlZpZXdDb250YWluZXJSZWYsIHByaXZhdGUgaW5qZWN0b3I6IEluamVjdG9yKSB7XG4gICAgICAgIHN1cGVyKCk7XG4gICAgICAgIHRoaXMuZWxlbWVudCA9IHRoaXMubmdFbGUubmF0aXZlRWxlbWVudDtcbiAgICAgICAgdGhpcy5pbmplY3RlZE1vZHVsZXMgPSB0aGlzLmluamVjdGVkTW9kdWxlcyB8fCBbXTtcblxuICAgICAgICB0aGlzLnJlZ2lzdGVyRXZlbnRzKG91dHB1dHMpO1xuICAgICAgICB0aGlzLmFkZFR3b1dheS5jYWxsKHRoaXMsIHR3b1dheXMpO1xuICAgICAgICBzZXRWYWx1ZSgnY3VycmVudEluc3RhbmNlJywgdGhpcywgdGhpcy52aWV3Q29udGFpbmVyUmVmKTtcbiAgICAgICAgdGhpcy5jb250YWluZXJDb250ZXh0ICA9IG5ldyBDb21wb25lbnRCYXNlKCk7XG4gICAgfVxuXG4gICAgcHVibGljIG5nT25Jbml0KCkge1xuICAgICAgICB0aGlzLmNvbnRhaW5lckNvbnRleHQubmdPbkluaXQodGhpcyk7XG4gICAgfVxuXG4gICAgcHVibGljIG5nQWZ0ZXJWaWV3SW5pdCgpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5jb250YWluZXJDb250ZXh0Lm5nQWZ0ZXJWaWV3SW5pdCh0aGlzKTtcbiAgICB9XG5cbiAgICBwdWJsaWMgbmdPbkRlc3Ryb3koKTogdm9pZCB7XG4gICAgICAgIHRoaXMuY29udGFpbmVyQ29udGV4dC5uZ09uRGVzdHJveSh0aGlzKTtcbiAgICB9XG5cbiAgICBwdWJsaWMgbmdBZnRlckNvbnRlbnRDaGVja2VkKCk6IHZvaWQge1xuICAgICAgICB0aGlzLnRhZ09iamVjdHNbMF0uaW5zdGFuY2UgPSB0aGlzLmNoaWxkUGFuZWxzO1xuICAgICAgICB0aGlzLmNvbnRhaW5lckNvbnRleHQubmdBZnRlckNvbnRlbnRDaGVja2VkKHRoaXMpO1xuICAgIH1cblxuICAgIHB1YmxpYyByZWdpc3RlckV2ZW50czogKGV2ZW50TGlzdDogc3RyaW5nW10pID0+IHZvaWQ7XG4gICAgcHVibGljIGFkZFR3b1dheTogKHByb3BMaXN0OiBzdHJpbmdbXSkgPT4gdm9pZDtcbn1cblxuIl19
|
@@ -1,34 +0,0 @@
|
|
1
|
-
import { NgModule } from '@angular/core';
|
2
|
-
import { CommonModule } from '@angular/common';
|
3
|
-
import { PanelDirective, PanelsDirective } from './panels.directive';
|
4
|
-
import { DashboardLayoutComponent } from './dashboardlayout.component';
|
5
|
-
import * as i0 from "@angular/core";
|
6
|
-
/**
|
7
|
-
* NgModule definition for the DashboardLayout component.
|
8
|
-
*/
|
9
|
-
export class DashboardLayoutModule {
|
10
|
-
}
|
11
|
-
DashboardLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: DashboardLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
12
|
-
DashboardLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: DashboardLayoutModule, declarations: [DashboardLayoutComponent,
|
13
|
-
PanelDirective,
|
14
|
-
PanelsDirective], imports: [CommonModule], exports: [DashboardLayoutComponent,
|
15
|
-
PanelDirective,
|
16
|
-
PanelsDirective] });
|
17
|
-
DashboardLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: DashboardLayoutModule, imports: [[CommonModule]] });
|
18
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: DashboardLayoutModule, decorators: [{
|
19
|
-
type: NgModule,
|
20
|
-
args: [{
|
21
|
-
imports: [CommonModule],
|
22
|
-
declarations: [
|
23
|
-
DashboardLayoutComponent,
|
24
|
-
PanelDirective,
|
25
|
-
PanelsDirective
|
26
|
-
],
|
27
|
-
exports: [
|
28
|
-
DashboardLayoutComponent,
|
29
|
-
PanelDirective,
|
30
|
-
PanelsDirective
|
31
|
-
]
|
32
|
-
}]
|
33
|
-
}] });
|
34
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGFzaGJvYXJkbGF5b3V0Lm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9kYXNoYm9hcmQtbGF5b3V0L2Rhc2hib2FyZGxheW91dC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLGNBQWMsRUFBRSxlQUFlLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUNyRSxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSw2QkFBNkIsQ0FBQzs7QUFFdkU7O0dBRUc7QUFjSCxNQUFNLE9BQU8scUJBQXFCOztrSEFBckIscUJBQXFCO21IQUFyQixxQkFBcUIsaUJBVjFCLHdCQUF3QjtRQUN4QixjQUFjO1FBQ2QsZUFBZSxhQUpULFlBQVksYUFPbEIsd0JBQXdCO1FBQ3hCLGNBQWM7UUFDZCxlQUFlO21IQUdWLHFCQUFxQixZQVpyQixDQUFDLFlBQVksQ0FBQzsyRkFZZCxxQkFBcUI7a0JBYmpDLFFBQVE7bUJBQUM7b0JBQ04sT0FBTyxFQUFFLENBQUMsWUFBWSxDQUFDO29CQUN2QixZQUFZLEVBQUU7d0JBQ1Ysd0JBQXdCO3dCQUN4QixjQUFjO3dCQUNkLGVBQWU7cUJBQ2xCO29CQUNELE9BQU8sRUFBRTt3QkFDTCx3QkFBd0I7d0JBQ3hCLGNBQWM7d0JBQ2QsZUFBZTtxQkFDbEI7aUJBQ0oiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IFBhbmVsRGlyZWN0aXZlLCBQYW5lbHNEaXJlY3RpdmUgfSBmcm9tICcuL3BhbmVscy5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgRGFzaGJvYXJkTGF5b3V0Q29tcG9uZW50IH0gZnJvbSAnLi9kYXNoYm9hcmRsYXlvdXQuY29tcG9uZW50JztcblxuLyoqXG4gKiBOZ01vZHVsZSBkZWZpbml0aW9uIGZvciB0aGUgRGFzaGJvYXJkTGF5b3V0IGNvbXBvbmVudC5cbiAqL1xuQE5nTW9kdWxlKHtcbiAgICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlXSxcbiAgICBkZWNsYXJhdGlvbnM6IFtcbiAgICAgICAgRGFzaGJvYXJkTGF5b3V0Q29tcG9uZW50LFxuICAgICAgICBQYW5lbERpcmVjdGl2ZSxcbiAgICAgICAgUGFuZWxzRGlyZWN0aXZlXG4gICAgXSxcbiAgICBleHBvcnRzOiBbXG4gICAgICAgIERhc2hib2FyZExheW91dENvbXBvbmVudCxcbiAgICAgICAgUGFuZWxEaXJlY3RpdmUsXG4gICAgICAgIFBhbmVsc0RpcmVjdGl2ZVxuICAgIF1cbn0pXG5leHBvcnQgY2xhc3MgRGFzaGJvYXJkTGF5b3V0TW9kdWxlIHsgfSJdfQ==
|