@syncfusion/ej2-angular-splitbuttons 23.1.41 → 23.1.43-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-splitbuttons.es5.js +565 -0
- package/@syncfusion/ej2-angular-splitbuttons.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-splitbuttons.js +516 -0
- package/@syncfusion/ej2-angular-splitbuttons.js.map +1 -0
- package/CHANGELOG.md +272 -0
- package/dist/ej2-angular-splitbuttons.umd.js +603 -0
- package/dist/ej2-angular-splitbuttons.umd.js.map +1 -0
- package/dist/ej2-angular-splitbuttons.umd.min.js +11 -0
- package/dist/ej2-angular-splitbuttons.umd.min.js.map +1 -0
- package/ej2-angular-splitbuttons.d.ts +7 -0
- package/ej2-angular-splitbuttons.metadata.json +1 -0
- package/package.json +14 -28
- 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/drop-down-button/dropdownbutton-all.module.d.ts +0 -6
- package/src/drop-down-button/dropdownbutton.component.d.ts +0 -3
- package/src/drop-down-button/dropdownbutton.module.d.ts +0 -7
- package/src/drop-down-button/items.directive.d.ts +0 -5
- package/src/progress-button/progressbutton-all.module.d.ts +0 -6
- package/src/progress-button/progressbutton.component.d.ts +0 -3
- package/src/progress-button/progressbutton.module.d.ts +0 -6
- package/src/split-button/items.directive.d.ts +0 -5
- package/src/split-button/splitbutton-all.module.d.ts +0 -6
- package/src/split-button/splitbutton.component.d.ts +0 -3
- package/src/split-button/splitbutton.module.d.ts +0 -7
- package/styles/button-group/bootstrap-dark.scss +1 -4
- package/styles/button-group/bootstrap.scss +1 -4
- package/styles/button-group/bootstrap4.scss +1 -4
- package/styles/button-group/bootstrap5-dark.scss +1 -4
- package/styles/button-group/bootstrap5.scss +1 -4
- package/styles/button-group/fabric-dark.scss +1 -4
- package/styles/button-group/fabric.scss +1 -4
- package/styles/button-group/fluent-dark.scss +1 -4
- package/styles/button-group/fluent.scss +1 -4
- package/styles/button-group/highcontrast-light.scss +1 -4
- package/styles/button-group/highcontrast.scss +1 -4
- package/styles/button-group/material-dark.scss +1 -4
- package/styles/button-group/material.scss +1 -4
- package/styles/button-group/material3-dark.scss +1 -4
- package/styles/button-group/material3.scss +1 -4
- package/styles/button-group/tailwind-dark.scss +1 -4
- package/styles/button-group/tailwind.scss +1 -4
- package/styles/drop-down-button/bootstrap-dark.scss +1 -6
- package/styles/drop-down-button/bootstrap.scss +1 -6
- package/styles/drop-down-button/bootstrap4.scss +1 -6
- package/styles/drop-down-button/bootstrap5-dark.scss +1 -6
- package/styles/drop-down-button/bootstrap5.scss +1 -6
- package/styles/drop-down-button/fabric-dark.scss +1 -6
- package/styles/drop-down-button/fabric.scss +1 -6
- package/styles/drop-down-button/fluent-dark.scss +1 -6
- package/styles/drop-down-button/fluent.scss +1 -6
- package/styles/drop-down-button/highcontrast-light.scss +1 -6
- package/styles/drop-down-button/highcontrast.scss +1 -6
- package/styles/drop-down-button/material-dark.scss +1 -6
- package/styles/drop-down-button/material.scss +1 -6
- package/styles/drop-down-button/material3-dark.scss +1 -6
- package/styles/drop-down-button/material3.scss +1 -6
- package/styles/drop-down-button/tailwind-dark.scss +1 -6
- package/styles/drop-down-button/tailwind.scss +1 -6
- package/styles/material3-dark.css +165 -0
- package/styles/material3-dark.scss +0 -1
- package/styles/material3.css +333 -0
- package/styles/material3.scss +0 -1
- package/styles/progress-button/bootstrap-dark.scss +1 -5
- package/styles/progress-button/bootstrap.scss +1 -5
- package/styles/progress-button/bootstrap4.scss +1 -5
- package/styles/progress-button/bootstrap5-dark.scss +1 -5
- package/styles/progress-button/bootstrap5.scss +1 -5
- package/styles/progress-button/fabric-dark.scss +1 -5
- package/styles/progress-button/fabric.scss +1 -5
- package/styles/progress-button/fluent-dark.scss +1 -5
- package/styles/progress-button/fluent.scss +1 -5
- package/styles/progress-button/highcontrast-light.scss +1 -5
- package/styles/progress-button/highcontrast.scss +1 -5
- package/styles/progress-button/material-dark.scss +1 -5
- package/styles/progress-button/material.scss +1 -5
- package/styles/progress-button/material3-dark.scss +1 -5
- package/styles/progress-button/material3.scss +1 -5
- package/styles/progress-button/tailwind-dark.scss +1 -5
- package/styles/progress-button/tailwind.scss +1 -5
- package/styles/split-button/bootstrap-dark.scss +1 -6
- package/styles/split-button/bootstrap.scss +1 -6
- package/styles/split-button/bootstrap4.scss +1 -6
- package/styles/split-button/bootstrap5-dark.scss +1 -6
- package/styles/split-button/bootstrap5.scss +1 -6
- package/styles/split-button/fabric-dark.scss +1 -6
- package/styles/split-button/fabric.scss +1 -6
- package/styles/split-button/fluent-dark.scss +1 -6
- package/styles/split-button/fluent.scss +1 -6
- package/styles/split-button/highcontrast-light.scss +1 -6
- package/styles/split-button/highcontrast.scss +1 -6
- package/styles/split-button/material-dark.scss +1 -6
- package/styles/split-button/material.scss +1 -6
- package/styles/split-button/material3-dark.scss +1 -6
- package/styles/split-button/material3.scss +1 -6
- package/styles/split-button/tailwind-dark.scss +1 -6
- package/styles/split-button/tailwind.scss +1 -6
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/drop-down-button/dropdownbutton-all.module.mjs +0 -23
- package/esm2020/src/drop-down-button/dropdownbutton.component.mjs +0 -64
- package/esm2020/src/drop-down-button/dropdownbutton.module.mjs +0 -34
- package/esm2020/src/drop-down-button/items.directive.mjs +0 -46
- package/esm2020/src/index.mjs +0 -13
- package/esm2020/src/progress-button/progressbutton-all.module.mjs +0 -23
- package/esm2020/src/progress-button/progressbutton.component.mjs +0 -59
- package/esm2020/src/progress-button/progressbutton.module.mjs +0 -25
- package/esm2020/src/split-button/items.directive.mjs +0 -46
- package/esm2020/src/split-button/splitbutton-all.module.mjs +0 -23
- package/esm2020/src/split-button/splitbutton.component.mjs +0 -64
- package/esm2020/src/split-button/splitbutton.module.mjs +0 -34
- package/esm2020/syncfusion-ej2-angular-splitbuttons.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-splitbuttons.mjs +0 -405
- package/fesm2015/syncfusion-ej2-angular-splitbuttons.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-splitbuttons.mjs +0 -405
- package/fesm2020/syncfusion-ej2-angular-splitbuttons.mjs.map +0 -1
- package/styles/button-group/_all.scss +0 -2
- package/styles/button-group/_bootstrap-dark-definition.scss +0 -33
- package/styles/button-group/_bootstrap-definition.scss +0 -30
- package/styles/button-group/_bootstrap4-definition.scss +0 -30
- package/styles/button-group/_bootstrap5-dark-definition.scss +0 -1
- package/styles/button-group/_bootstrap5-definition.scss +0 -31
- package/styles/button-group/_fabric-dark-definition.scss +0 -33
- package/styles/button-group/_fabric-definition.scss +0 -30
- package/styles/button-group/_fluent-dark-definition.scss +0 -1
- package/styles/button-group/_fluent-definition.scss +0 -31
- package/styles/button-group/_fusionnew-definition.scss +0 -31
- package/styles/button-group/_group-button-mixin.scss +0 -72
- package/styles/button-group/_highcontrast-definition.scss +0 -32
- package/styles/button-group/_highcontrast-light-definition.scss +0 -35
- package/styles/button-group/_layout.scss +0 -294
- package/styles/button-group/_material-dark-definition.scss +0 -33
- package/styles/button-group/_material-definition.scss +0 -30
- package/styles/button-group/_material3-dark-definition.scss +0 -1
- package/styles/button-group/_material3-definition.scss +0 -31
- package/styles/button-group/_tailwind-dark-definition.scss +0 -1
- package/styles/button-group/_tailwind-definition.scss +0 -31
- package/styles/button-group/_theme.scss +0 -454
- package/styles/drop-down-button/_all.scss +0 -2
- package/styles/drop-down-button/_bootstrap-dark-definition.scss +0 -51
- package/styles/drop-down-button/_bootstrap-definition.scss +0 -48
- package/styles/drop-down-button/_bootstrap4-definition.scss +0 -48
- package/styles/drop-down-button/_bootstrap5-dark-definition.scss +0 -1
- package/styles/drop-down-button/_bootstrap5-definition.scss +0 -50
- package/styles/drop-down-button/_fabric-dark-definition.scss +0 -51
- package/styles/drop-down-button/_fabric-definition.scss +0 -48
- package/styles/drop-down-button/_fluent-dark-definition.scss +0 -1
- package/styles/drop-down-button/_fluent-definition.scss +0 -52
- package/styles/drop-down-button/_fusionnew-definition.scss +0 -50
- package/styles/drop-down-button/_highcontrast-definition.scss +0 -47
- package/styles/drop-down-button/_highcontrast-light-definition.scss +0 -50
- package/styles/drop-down-button/_layout.scss +0 -238
- package/styles/drop-down-button/_material-dark-definition.scss +0 -51
- package/styles/drop-down-button/_material-definition.scss +0 -48
- package/styles/drop-down-button/_material3-dark-definition.scss +0 -1
- package/styles/drop-down-button/_material3-definition.scss +0 -51
- package/styles/drop-down-button/_tailwind-dark-definition.scss +0 -1
- package/styles/drop-down-button/_tailwind-definition.scss +0 -49
- package/styles/drop-down-button/_theme.scss +0 -83
- package/styles/drop-down-button/icons/_bootstrap-dark.scss +0 -10
- package/styles/drop-down-button/icons/_bootstrap.scss +0 -10
- package/styles/drop-down-button/icons/_bootstrap4.scss +0 -10
- package/styles/drop-down-button/icons/_bootstrap5-dark.scss +0 -1
- package/styles/drop-down-button/icons/_bootstrap5.scss +0 -10
- package/styles/drop-down-button/icons/_fabric-dark.scss +0 -10
- package/styles/drop-down-button/icons/_fabric.scss +0 -10
- package/styles/drop-down-button/icons/_fluent-dark.scss +0 -1
- package/styles/drop-down-button/icons/_fluent.scss +0 -10
- package/styles/drop-down-button/icons/_fusionnew.scss +0 -10
- package/styles/drop-down-button/icons/_highcontrast-light.scss +0 -10
- package/styles/drop-down-button/icons/_highcontrast.scss +0 -10
- package/styles/drop-down-button/icons/_material-dark.scss +0 -10
- package/styles/drop-down-button/icons/_material.scss +0 -10
- package/styles/drop-down-button/icons/_material3-dark.scss +0 -1
- package/styles/drop-down-button/icons/_material3.scss +0 -10
- package/styles/drop-down-button/icons/_tailwind-dark.scss +0 -10
- package/styles/drop-down-button/icons/_tailwind.scss +0 -10
- package/styles/progress-button/_all.scss +0 -2
- package/styles/progress-button/_bootstrap-dark-definition.scss +0 -27
- package/styles/progress-button/_bootstrap-definition.scss +0 -24
- package/styles/progress-button/_bootstrap4-definition.scss +0 -24
- package/styles/progress-button/_bootstrap5-dark-definition.scss +0 -1
- package/styles/progress-button/_bootstrap5-definition.scss +0 -21
- package/styles/progress-button/_fabric-dark-definition.scss +0 -27
- package/styles/progress-button/_fabric-definition.scss +0 -24
- package/styles/progress-button/_fluent-dark-definition.scss +0 -1
- package/styles/progress-button/_fluent-definition.scss +0 -21
- package/styles/progress-button/_fusionnew-definition.scss +0 -21
- package/styles/progress-button/_highcontrast-definition.scss +0 -24
- package/styles/progress-button/_highcontrast-light-definition.scss +0 -24
- package/styles/progress-button/_layout.scss +0 -396
- package/styles/progress-button/_material-dark-definition.scss +0 -27
- package/styles/progress-button/_material-definition.scss +0 -24
- package/styles/progress-button/_material3-dark-definition.scss +0 -1
- package/styles/progress-button/_material3-definition.scss +0 -25
- package/styles/progress-button/_tailwind-dark-definition.scss +0 -1
- package/styles/progress-button/_tailwind-definition.scss +0 -21
- package/styles/progress-button/_theme.scss +0 -638
- package/styles/split-button/_all.scss +0 -2
- package/styles/split-button/_bootstrap-dark-definition.scss +0 -26
- package/styles/split-button/_bootstrap-definition.scss +0 -23
- package/styles/split-button/_bootstrap4-definition.scss +0 -26
- package/styles/split-button/_bootstrap5-dark-definition.scss +0 -1
- package/styles/split-button/_bootstrap5-definition.scss +0 -24
- package/styles/split-button/_fabric-dark-definition.scss +0 -26
- package/styles/split-button/_fabric-definition.scss +0 -23
- package/styles/split-button/_fluent-dark-definition.scss +0 -1
- package/styles/split-button/_fluent-definition.scss +0 -24
- package/styles/split-button/_fusionnew-definition.scss +0 -24
- package/styles/split-button/_highcontrast-definition.scss +0 -23
- package/styles/split-button/_highcontrast-light-definition.scss +0 -26
- package/styles/split-button/_layout.scss +0 -484
- package/styles/split-button/_material-dark-definition.scss +0 -26
- package/styles/split-button/_material-definition.scss +0 -23
- package/styles/split-button/_material3-dark-definition.scss +0 -1
- package/styles/split-button/_material3-definition.scss +0 -26
- package/styles/split-button/_tailwind-dark-definition.scss +0 -1
- package/styles/split-button/_tailwind-definition.scss +0 -24
- package/styles/split-button/_theme.scss +0 -187
- package/syncfusion-ej2-angular-splitbuttons.d.ts +0 -5
package/styles/material3.css
CHANGED
|
@@ -347,6 +347,117 @@
|
|
|
347
347
|
color: inherit;
|
|
348
348
|
}
|
|
349
349
|
|
|
350
|
+
:root {
|
|
351
|
+
--color-sf-black: 0, 0, 0;
|
|
352
|
+
--color-sf-white: 255, 255, 255;
|
|
353
|
+
--color-sf-primary: 103, 80, 164;
|
|
354
|
+
--color-sf-primary-container: 234, 221, 255;
|
|
355
|
+
--color-sf-secondary: 98, 91, 113;
|
|
356
|
+
--color-sf-secondary-container: 232, 222, 248;
|
|
357
|
+
--color-sf-tertiary: 125, 82, 96;
|
|
358
|
+
--color-sf-tertiary-container: 255, 216, 228;
|
|
359
|
+
--color-sf-surface: 255, 255, 255;
|
|
360
|
+
--color-sf-surface-variant: 231, 224, 236;
|
|
361
|
+
--color-sf-background: var(--color-sf-surface);
|
|
362
|
+
--color-sf-on-primary: 255, 255, 255;
|
|
363
|
+
--color-sf-on-primary-container: 33, 0, 94;
|
|
364
|
+
--color-sf-on-secondary: 255, 255, 255;
|
|
365
|
+
--color-sf-on-secondary-container: 30, 25, 43;
|
|
366
|
+
--color-sf-on-tertiary: 255, 255, 255;
|
|
367
|
+
--color-sf-on-tertiary-containe: 55, 11, 30;
|
|
368
|
+
--color-sf-on-surface: 28, 27, 31;
|
|
369
|
+
--color-sf-on-surface-variant: 73, 69, 78;
|
|
370
|
+
--color-sf-on-background: 28, 27, 31;
|
|
371
|
+
--color-sf-outline: 121, 116, 126;
|
|
372
|
+
--color-sf-outline-variant: 196, 199, 197;
|
|
373
|
+
--color-sf-shadow: 0, 0, 0;
|
|
374
|
+
--color-sf-surface-tint-color: 103, 80, 164;
|
|
375
|
+
--color-sf-inverse-surface: 49, 48, 51;
|
|
376
|
+
--color-sf-inverse-on-surface: 244, 239, 244;
|
|
377
|
+
--color-sf-inverse-primary: 208, 188, 255;
|
|
378
|
+
--color-sf-scrim: 0, 0, 0;
|
|
379
|
+
--color-sf-error: 179, 38, 30;
|
|
380
|
+
--color-sf-error-container: 249, 222, 220;
|
|
381
|
+
--color-sf-on-error: 255, 250, 250;
|
|
382
|
+
--color-sf-on-error-container: 65, 14, 11;
|
|
383
|
+
--color-sf-success: 32, 81, 7;
|
|
384
|
+
--color-sf-success-container: 209, 255, 186;
|
|
385
|
+
--color-sf-on-success: 244, 255, 239;
|
|
386
|
+
--color-sf-on-success-container: 13, 39, 0;
|
|
387
|
+
--color-sf-info: 1, 87, 155;
|
|
388
|
+
--color-sf-info-container: 233, 245, 255;
|
|
389
|
+
--color-sf-on-info: 250, 253, 255;
|
|
390
|
+
--color-sf-on-info-container: 0, 51, 91;
|
|
391
|
+
--color-sf-warning: 145, 76, 0;
|
|
392
|
+
--color-sf-warning-container: 254, 236, 222;
|
|
393
|
+
--color-sf-on-warning: 255, 255, 255;
|
|
394
|
+
--color-sf-on-warning-container: 47, 21, 0;
|
|
395
|
+
--color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
|
|
396
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
|
|
397
|
+
--color-sf-diagram-palette-background: --color-sf-white;
|
|
398
|
+
--color-sf-success-text: 255, 255, 255;
|
|
399
|
+
--color-sf-warning-text: 255, 255, 255;
|
|
400
|
+
--color-sf-danger-text: 255, 255, 255;
|
|
401
|
+
--color-sf-info-text: 255, 255, 255;
|
|
402
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
|
|
403
|
+
--color-sf-secondary-bg-color: var(--color-sf-surface);
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
.e-dark-mode {
|
|
407
|
+
--color-sf-black: 0, 0, 0;
|
|
408
|
+
--color-sf-white: 255, 255, 255;
|
|
409
|
+
--color-sf-primary: 208, 188, 255;
|
|
410
|
+
--color-sf-primary-container: 79, 55, 139;
|
|
411
|
+
--color-sf-secondary: 204, 194, 220;
|
|
412
|
+
--color-sf-secondary-container: 74, 68, 88;
|
|
413
|
+
--color-sf-tertiary: 239, 184, 200;
|
|
414
|
+
--color-sf-tertiary-container: 99, 59, 72;
|
|
415
|
+
--color-sf-surface: 28, 27, 31;
|
|
416
|
+
--color-sf-surface-variant: 28, 27, 31;
|
|
417
|
+
--color-sf-background: var(--color-sf-surface);
|
|
418
|
+
--color-sf-on-primary: 55, 30, 115;
|
|
419
|
+
--color-sf-on-primary-container: 234, 221, 255;
|
|
420
|
+
--color-sf-on-secondary: 51, 45, 65;
|
|
421
|
+
--color-sf-on-secondary-container: 232, 222, 248;
|
|
422
|
+
--color-sf-on-tertiary: 73, 37, 50;
|
|
423
|
+
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
424
|
+
--color-sf-on-surface: 230, 225, 229;
|
|
425
|
+
--color-sf-on-surface-variant: 202, 196, 208;
|
|
426
|
+
--color-sf-on-background: 230, 225, 229;
|
|
427
|
+
--color-sf-outline: 147, 143, 153;
|
|
428
|
+
--color-sf-outline-variant: 68, 71, 70;
|
|
429
|
+
--color-sf-shadow: 0, 0, 0;
|
|
430
|
+
--color-sf-surface-tint-color: 208, 188, 255;
|
|
431
|
+
--color-sf-inverse-surface: 230, 225, 229;
|
|
432
|
+
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
433
|
+
--color-sf-inverse-primary: 103, 80, 164;
|
|
434
|
+
--color-sf-scrim: 0, 0, 0;
|
|
435
|
+
--color-sf-error: 242, 184, 181;
|
|
436
|
+
--color-sf-error-container: 140, 29, 24;
|
|
437
|
+
--color-sf-on-error: 96, 20, 16;
|
|
438
|
+
--color-sf-on-error-container: 249, 222, 220;
|
|
439
|
+
--color-sf-success: 83, 202, 23;
|
|
440
|
+
--color-sf-success-container: 22, 62, 2;
|
|
441
|
+
--color-sf-on-success: 13, 39, 0;
|
|
442
|
+
--color-sf-on-success-container: 183, 250, 150;
|
|
443
|
+
--color-sf-info: 71, 172, 251;
|
|
444
|
+
--color-sf-info-container: 0, 67, 120;
|
|
445
|
+
--color-sf-on-info: 0, 51, 91;
|
|
446
|
+
--color-sf-on-info-container: 173, 219, 255;
|
|
447
|
+
--color-sf-warning: 245, 180, 130;
|
|
448
|
+
--color-sf-warning-container: 123, 65, 0;
|
|
449
|
+
--color-sf-on-warning: 99, 52, 0;
|
|
450
|
+
--color-sf-on-warning-container: 255, 220, 193;
|
|
451
|
+
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
452
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
453
|
+
--color-sf-success-text: 0, 0, 0;
|
|
454
|
+
--color-sf-warning-text: 0, 0, 0;
|
|
455
|
+
--color-sf-info-text: 0, 0, 0;
|
|
456
|
+
--color-sf-danger-text: 0, 0, 0;
|
|
457
|
+
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
458
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
459
|
+
}
|
|
460
|
+
|
|
350
461
|
/* stylelint-disable-line no-empty-source */
|
|
351
462
|
/*! splitbutton layout */
|
|
352
463
|
.e-split-btn-wrapper {
|
|
@@ -699,6 +810,117 @@
|
|
|
699
810
|
border-color: transparent;
|
|
700
811
|
}
|
|
701
812
|
|
|
813
|
+
:root {
|
|
814
|
+
--color-sf-black: 0, 0, 0;
|
|
815
|
+
--color-sf-white: 255, 255, 255;
|
|
816
|
+
--color-sf-primary: 103, 80, 164;
|
|
817
|
+
--color-sf-primary-container: 234, 221, 255;
|
|
818
|
+
--color-sf-secondary: 98, 91, 113;
|
|
819
|
+
--color-sf-secondary-container: 232, 222, 248;
|
|
820
|
+
--color-sf-tertiary: 125, 82, 96;
|
|
821
|
+
--color-sf-tertiary-container: 255, 216, 228;
|
|
822
|
+
--color-sf-surface: 255, 255, 255;
|
|
823
|
+
--color-sf-surface-variant: 231, 224, 236;
|
|
824
|
+
--color-sf-background: var(--color-sf-surface);
|
|
825
|
+
--color-sf-on-primary: 255, 255, 255;
|
|
826
|
+
--color-sf-on-primary-container: 33, 0, 94;
|
|
827
|
+
--color-sf-on-secondary: 255, 255, 255;
|
|
828
|
+
--color-sf-on-secondary-container: 30, 25, 43;
|
|
829
|
+
--color-sf-on-tertiary: 255, 255, 255;
|
|
830
|
+
--color-sf-on-tertiary-containe: 55, 11, 30;
|
|
831
|
+
--color-sf-on-surface: 28, 27, 31;
|
|
832
|
+
--color-sf-on-surface-variant: 73, 69, 78;
|
|
833
|
+
--color-sf-on-background: 28, 27, 31;
|
|
834
|
+
--color-sf-outline: 121, 116, 126;
|
|
835
|
+
--color-sf-outline-variant: 196, 199, 197;
|
|
836
|
+
--color-sf-shadow: 0, 0, 0;
|
|
837
|
+
--color-sf-surface-tint-color: 103, 80, 164;
|
|
838
|
+
--color-sf-inverse-surface: 49, 48, 51;
|
|
839
|
+
--color-sf-inverse-on-surface: 244, 239, 244;
|
|
840
|
+
--color-sf-inverse-primary: 208, 188, 255;
|
|
841
|
+
--color-sf-scrim: 0, 0, 0;
|
|
842
|
+
--color-sf-error: 179, 38, 30;
|
|
843
|
+
--color-sf-error-container: 249, 222, 220;
|
|
844
|
+
--color-sf-on-error: 255, 250, 250;
|
|
845
|
+
--color-sf-on-error-container: 65, 14, 11;
|
|
846
|
+
--color-sf-success: 32, 81, 7;
|
|
847
|
+
--color-sf-success-container: 209, 255, 186;
|
|
848
|
+
--color-sf-on-success: 244, 255, 239;
|
|
849
|
+
--color-sf-on-success-container: 13, 39, 0;
|
|
850
|
+
--color-sf-info: 1, 87, 155;
|
|
851
|
+
--color-sf-info-container: 233, 245, 255;
|
|
852
|
+
--color-sf-on-info: 250, 253, 255;
|
|
853
|
+
--color-sf-on-info-container: 0, 51, 91;
|
|
854
|
+
--color-sf-warning: 145, 76, 0;
|
|
855
|
+
--color-sf-warning-container: 254, 236, 222;
|
|
856
|
+
--color-sf-on-warning: 255, 255, 255;
|
|
857
|
+
--color-sf-on-warning-container: 47, 21, 0;
|
|
858
|
+
--color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
|
|
859
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
|
|
860
|
+
--color-sf-diagram-palette-background: --color-sf-white;
|
|
861
|
+
--color-sf-success-text: 255, 255, 255;
|
|
862
|
+
--color-sf-warning-text: 255, 255, 255;
|
|
863
|
+
--color-sf-danger-text: 255, 255, 255;
|
|
864
|
+
--color-sf-info-text: 255, 255, 255;
|
|
865
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
|
|
866
|
+
--color-sf-secondary-bg-color: var(--color-sf-surface);
|
|
867
|
+
}
|
|
868
|
+
|
|
869
|
+
.e-dark-mode {
|
|
870
|
+
--color-sf-black: 0, 0, 0;
|
|
871
|
+
--color-sf-white: 255, 255, 255;
|
|
872
|
+
--color-sf-primary: 208, 188, 255;
|
|
873
|
+
--color-sf-primary-container: 79, 55, 139;
|
|
874
|
+
--color-sf-secondary: 204, 194, 220;
|
|
875
|
+
--color-sf-secondary-container: 74, 68, 88;
|
|
876
|
+
--color-sf-tertiary: 239, 184, 200;
|
|
877
|
+
--color-sf-tertiary-container: 99, 59, 72;
|
|
878
|
+
--color-sf-surface: 28, 27, 31;
|
|
879
|
+
--color-sf-surface-variant: 28, 27, 31;
|
|
880
|
+
--color-sf-background: var(--color-sf-surface);
|
|
881
|
+
--color-sf-on-primary: 55, 30, 115;
|
|
882
|
+
--color-sf-on-primary-container: 234, 221, 255;
|
|
883
|
+
--color-sf-on-secondary: 51, 45, 65;
|
|
884
|
+
--color-sf-on-secondary-container: 232, 222, 248;
|
|
885
|
+
--color-sf-on-tertiary: 73, 37, 50;
|
|
886
|
+
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
887
|
+
--color-sf-on-surface: 230, 225, 229;
|
|
888
|
+
--color-sf-on-surface-variant: 202, 196, 208;
|
|
889
|
+
--color-sf-on-background: 230, 225, 229;
|
|
890
|
+
--color-sf-outline: 147, 143, 153;
|
|
891
|
+
--color-sf-outline-variant: 68, 71, 70;
|
|
892
|
+
--color-sf-shadow: 0, 0, 0;
|
|
893
|
+
--color-sf-surface-tint-color: 208, 188, 255;
|
|
894
|
+
--color-sf-inverse-surface: 230, 225, 229;
|
|
895
|
+
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
896
|
+
--color-sf-inverse-primary: 103, 80, 164;
|
|
897
|
+
--color-sf-scrim: 0, 0, 0;
|
|
898
|
+
--color-sf-error: 242, 184, 181;
|
|
899
|
+
--color-sf-error-container: 140, 29, 24;
|
|
900
|
+
--color-sf-on-error: 96, 20, 16;
|
|
901
|
+
--color-sf-on-error-container: 249, 222, 220;
|
|
902
|
+
--color-sf-success: 83, 202, 23;
|
|
903
|
+
--color-sf-success-container: 22, 62, 2;
|
|
904
|
+
--color-sf-on-success: 13, 39, 0;
|
|
905
|
+
--color-sf-on-success-container: 183, 250, 150;
|
|
906
|
+
--color-sf-info: 71, 172, 251;
|
|
907
|
+
--color-sf-info-container: 0, 67, 120;
|
|
908
|
+
--color-sf-on-info: 0, 51, 91;
|
|
909
|
+
--color-sf-on-info-container: 173, 219, 255;
|
|
910
|
+
--color-sf-warning: 245, 180, 130;
|
|
911
|
+
--color-sf-warning-container: 123, 65, 0;
|
|
912
|
+
--color-sf-on-warning: 99, 52, 0;
|
|
913
|
+
--color-sf-on-warning-container: 255, 220, 193;
|
|
914
|
+
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
915
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
916
|
+
--color-sf-success-text: 0, 0, 0;
|
|
917
|
+
--color-sf-warning-text: 0, 0, 0;
|
|
918
|
+
--color-sf-info-text: 0, 0, 0;
|
|
919
|
+
--color-sf-danger-text: 0, 0, 0;
|
|
920
|
+
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
921
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
922
|
+
}
|
|
923
|
+
|
|
702
924
|
/* stylelint-disable */
|
|
703
925
|
*.e-btn-group,
|
|
704
926
|
*.e-css.e-btn-group {
|
|
@@ -1546,6 +1768,117 @@
|
|
|
1546
1768
|
border-right: transparent;
|
|
1547
1769
|
}
|
|
1548
1770
|
|
|
1771
|
+
:root {
|
|
1772
|
+
--color-sf-black: 0, 0, 0;
|
|
1773
|
+
--color-sf-white: 255, 255, 255;
|
|
1774
|
+
--color-sf-primary: 103, 80, 164;
|
|
1775
|
+
--color-sf-primary-container: 234, 221, 255;
|
|
1776
|
+
--color-sf-secondary: 98, 91, 113;
|
|
1777
|
+
--color-sf-secondary-container: 232, 222, 248;
|
|
1778
|
+
--color-sf-tertiary: 125, 82, 96;
|
|
1779
|
+
--color-sf-tertiary-container: 255, 216, 228;
|
|
1780
|
+
--color-sf-surface: 255, 255, 255;
|
|
1781
|
+
--color-sf-surface-variant: 231, 224, 236;
|
|
1782
|
+
--color-sf-background: var(--color-sf-surface);
|
|
1783
|
+
--color-sf-on-primary: 255, 255, 255;
|
|
1784
|
+
--color-sf-on-primary-container: 33, 0, 94;
|
|
1785
|
+
--color-sf-on-secondary: 255, 255, 255;
|
|
1786
|
+
--color-sf-on-secondary-container: 30, 25, 43;
|
|
1787
|
+
--color-sf-on-tertiary: 255, 255, 255;
|
|
1788
|
+
--color-sf-on-tertiary-containe: 55, 11, 30;
|
|
1789
|
+
--color-sf-on-surface: 28, 27, 31;
|
|
1790
|
+
--color-sf-on-surface-variant: 73, 69, 78;
|
|
1791
|
+
--color-sf-on-background: 28, 27, 31;
|
|
1792
|
+
--color-sf-outline: 121, 116, 126;
|
|
1793
|
+
--color-sf-outline-variant: 196, 199, 197;
|
|
1794
|
+
--color-sf-shadow: 0, 0, 0;
|
|
1795
|
+
--color-sf-surface-tint-color: 103, 80, 164;
|
|
1796
|
+
--color-sf-inverse-surface: 49, 48, 51;
|
|
1797
|
+
--color-sf-inverse-on-surface: 244, 239, 244;
|
|
1798
|
+
--color-sf-inverse-primary: 208, 188, 255;
|
|
1799
|
+
--color-sf-scrim: 0, 0, 0;
|
|
1800
|
+
--color-sf-error: 179, 38, 30;
|
|
1801
|
+
--color-sf-error-container: 249, 222, 220;
|
|
1802
|
+
--color-sf-on-error: 255, 250, 250;
|
|
1803
|
+
--color-sf-on-error-container: 65, 14, 11;
|
|
1804
|
+
--color-sf-success: 32, 81, 7;
|
|
1805
|
+
--color-sf-success-container: 209, 255, 186;
|
|
1806
|
+
--color-sf-on-success: 244, 255, 239;
|
|
1807
|
+
--color-sf-on-success-container: 13, 39, 0;
|
|
1808
|
+
--color-sf-info: 1, 87, 155;
|
|
1809
|
+
--color-sf-info-container: 233, 245, 255;
|
|
1810
|
+
--color-sf-on-info: 250, 253, 255;
|
|
1811
|
+
--color-sf-on-info-container: 0, 51, 91;
|
|
1812
|
+
--color-sf-warning: 145, 76, 0;
|
|
1813
|
+
--color-sf-warning-container: 254, 236, 222;
|
|
1814
|
+
--color-sf-on-warning: 255, 255, 255;
|
|
1815
|
+
--color-sf-on-warning-container: 47, 21, 0;
|
|
1816
|
+
--color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
|
|
1817
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
|
|
1818
|
+
--color-sf-diagram-palette-background: --color-sf-white;
|
|
1819
|
+
--color-sf-success-text: 255, 255, 255;
|
|
1820
|
+
--color-sf-warning-text: 255, 255, 255;
|
|
1821
|
+
--color-sf-danger-text: 255, 255, 255;
|
|
1822
|
+
--color-sf-info-text: 255, 255, 255;
|
|
1823
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
|
|
1824
|
+
--color-sf-secondary-bg-color: var(--color-sf-surface);
|
|
1825
|
+
}
|
|
1826
|
+
|
|
1827
|
+
.e-dark-mode {
|
|
1828
|
+
--color-sf-black: 0, 0, 0;
|
|
1829
|
+
--color-sf-white: 255, 255, 255;
|
|
1830
|
+
--color-sf-primary: 208, 188, 255;
|
|
1831
|
+
--color-sf-primary-container: 79, 55, 139;
|
|
1832
|
+
--color-sf-secondary: 204, 194, 220;
|
|
1833
|
+
--color-sf-secondary-container: 74, 68, 88;
|
|
1834
|
+
--color-sf-tertiary: 239, 184, 200;
|
|
1835
|
+
--color-sf-tertiary-container: 99, 59, 72;
|
|
1836
|
+
--color-sf-surface: 28, 27, 31;
|
|
1837
|
+
--color-sf-surface-variant: 28, 27, 31;
|
|
1838
|
+
--color-sf-background: var(--color-sf-surface);
|
|
1839
|
+
--color-sf-on-primary: 55, 30, 115;
|
|
1840
|
+
--color-sf-on-primary-container: 234, 221, 255;
|
|
1841
|
+
--color-sf-on-secondary: 51, 45, 65;
|
|
1842
|
+
--color-sf-on-secondary-container: 232, 222, 248;
|
|
1843
|
+
--color-sf-on-tertiary: 73, 37, 50;
|
|
1844
|
+
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
1845
|
+
--color-sf-on-surface: 230, 225, 229;
|
|
1846
|
+
--color-sf-on-surface-variant: 202, 196, 208;
|
|
1847
|
+
--color-sf-on-background: 230, 225, 229;
|
|
1848
|
+
--color-sf-outline: 147, 143, 153;
|
|
1849
|
+
--color-sf-outline-variant: 68, 71, 70;
|
|
1850
|
+
--color-sf-shadow: 0, 0, 0;
|
|
1851
|
+
--color-sf-surface-tint-color: 208, 188, 255;
|
|
1852
|
+
--color-sf-inverse-surface: 230, 225, 229;
|
|
1853
|
+
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
1854
|
+
--color-sf-inverse-primary: 103, 80, 164;
|
|
1855
|
+
--color-sf-scrim: 0, 0, 0;
|
|
1856
|
+
--color-sf-error: 242, 184, 181;
|
|
1857
|
+
--color-sf-error-container: 140, 29, 24;
|
|
1858
|
+
--color-sf-on-error: 96, 20, 16;
|
|
1859
|
+
--color-sf-on-error-container: 249, 222, 220;
|
|
1860
|
+
--color-sf-success: 83, 202, 23;
|
|
1861
|
+
--color-sf-success-container: 22, 62, 2;
|
|
1862
|
+
--color-sf-on-success: 13, 39, 0;
|
|
1863
|
+
--color-sf-on-success-container: 183, 250, 150;
|
|
1864
|
+
--color-sf-info: 71, 172, 251;
|
|
1865
|
+
--color-sf-info-container: 0, 67, 120;
|
|
1866
|
+
--color-sf-on-info: 0, 51, 91;
|
|
1867
|
+
--color-sf-on-info-container: 173, 219, 255;
|
|
1868
|
+
--color-sf-warning: 245, 180, 130;
|
|
1869
|
+
--color-sf-warning-container: 123, 65, 0;
|
|
1870
|
+
--color-sf-on-warning: 99, 52, 0;
|
|
1871
|
+
--color-sf-on-warning-container: 255, 220, 193;
|
|
1872
|
+
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
1873
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
1874
|
+
--color-sf-success-text: 0, 0, 0;
|
|
1875
|
+
--color-sf-warning-text: 0, 0, 0;
|
|
1876
|
+
--color-sf-info-text: 0, 0, 0;
|
|
1877
|
+
--color-sf-danger-text: 0, 0, 0;
|
|
1878
|
+
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
1879
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
1880
|
+
}
|
|
1881
|
+
|
|
1549
1882
|
/* stylelint-disable property-no-vendor-prefix */
|
|
1550
1883
|
@keyframes material-spinner-rotate {
|
|
1551
1884
|
0% {
|
package/styles/material3.scss
CHANGED
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/bootstrap-dark-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/spinner/bootstrap-dark-definition.scss';
|
|
4
|
-
@import 'bootstrap-dark-definition.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-splitbuttons/styles/progress-button/bootstrap-dark.scss';
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/bootstrap-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/spinner/bootstrap-definition.scss';
|
|
4
|
-
@import 'bootstrap-definition.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-splitbuttons/styles/progress-button/bootstrap.scss';
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/bootstrap4-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/spinner/bootstrap4-definition.scss';
|
|
4
|
-
@import 'bootstrap4-definition.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-splitbuttons/styles/progress-button/bootstrap4.scss';
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/bootstrap5-dark-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/spinner/bootstrap5-dark-definition.scss';
|
|
4
|
-
@import 'bootstrap5-dark-definition.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-splitbuttons/styles/progress-button/bootstrap5-dark.scss';
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/bootstrap5-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/spinner/bootstrap5-definition.scss';
|
|
4
|
-
@import 'bootstrap5-definition.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-splitbuttons/styles/progress-button/bootstrap5.scss';
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/fabric-dark-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/spinner/fabric-dark-definition.scss';
|
|
4
|
-
@import 'fabric-dark-definition.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-splitbuttons/styles/progress-button/fabric-dark.scss';
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/fabric-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/spinner/fabric-definition.scss';
|
|
4
|
-
@import 'fabric-definition.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-splitbuttons/styles/progress-button/fabric.scss';
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/fluent-dark-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/spinner/fluent-dark-definition.scss';
|
|
4
|
-
@import 'fluent-dark-definition.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-splitbuttons/styles/progress-button/fluent-dark.scss';
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/fluent-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/spinner/fluent-definition.scss';
|
|
4
|
-
@import 'fluent-definition.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-splitbuttons/styles/progress-button/fluent.scss';
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/highcontrast-light-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/spinner/highcontrast-light-definition.scss';
|
|
4
|
-
@import 'highcontrast-light-definition.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-splitbuttons/styles/progress-button/highcontrast-light.scss';
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/highcontrast-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/spinner/highcontrast-definition.scss';
|
|
4
|
-
@import 'highcontrast-definition.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-splitbuttons/styles/progress-button/highcontrast.scss';
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/material-dark-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/spinner/material-dark-definition.scss';
|
|
4
|
-
@import 'material-dark-definition.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-splitbuttons/styles/progress-button/material-dark.scss';
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/material-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/spinner/material-definition.scss';
|
|
4
|
-
@import 'material-definition.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-splitbuttons/styles/progress-button/material.scss';
|
|
@@ -1,6 +1,2 @@
|
|
|
1
1
|
|
|
2
|
-
|
|
3
|
-
@import 'ej2-buttons/styles/button/material3-dark-definition.scss';
|
|
4
|
-
@import 'ej2-popups/styles/spinner/material3-dark-definition.scss';
|
|
5
|
-
@import 'material3-dark-definition.scss';
|
|
6
|
-
@import 'all.scss';
|
|
2
|
+
@import 'ej2-splitbuttons/styles/progress-button/material3-dark.scss';
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/tailwind-dark-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/spinner/tailwind-dark-definition.scss';
|
|
4
|
-
@import 'tailwind-dark-definition.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-splitbuttons/styles/progress-button/tailwind-dark.scss';
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/tailwind-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/spinner/tailwind-definition.scss';
|
|
4
|
-
@import 'tailwind-definition.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-splitbuttons/styles/progress-button/tailwind.scss';
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/bootstrap-dark-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/bootstrap-dark-definition.scss';
|
|
4
|
-
@import './../drop-down-button/bootstrap-dark-definition.scss';
|
|
5
|
-
@import 'bootstrap-dark-definition.scss';
|
|
6
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-splitbuttons/styles/split-button/bootstrap-dark.scss';
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/bootstrap-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/bootstrap-definition.scss';
|
|
4
|
-
@import './../drop-down-button/bootstrap-definition.scss';
|
|
5
|
-
@import 'bootstrap-definition.scss';
|
|
6
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-splitbuttons/styles/split-button/bootstrap.scss';
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/bootstrap4-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/bootstrap4-definition.scss';
|
|
4
|
-
@import './../drop-down-button/bootstrap4-definition.scss';
|
|
5
|
-
@import 'bootstrap4-definition.scss';
|
|
6
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-splitbuttons/styles/split-button/bootstrap4.scss';
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/bootstrap5-dark-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/bootstrap5-dark-definition.scss';
|
|
4
|
-
@import './../drop-down-button/bootstrap5-dark-definition.scss';
|
|
5
|
-
@import 'bootstrap5-dark-definition.scss';
|
|
6
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-splitbuttons/styles/split-button/bootstrap5-dark.scss';
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/bootstrap5-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/bootstrap5-definition.scss';
|
|
4
|
-
@import './../drop-down-button/bootstrap5-definition.scss';
|
|
5
|
-
@import 'bootstrap5-definition.scss';
|
|
6
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-splitbuttons/styles/split-button/bootstrap5.scss';
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/fabric-dark-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/fabric-dark-definition.scss';
|
|
4
|
-
@import './../drop-down-button/fabric-dark-definition.scss';
|
|
5
|
-
@import 'fabric-dark-definition.scss';
|
|
6
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-splitbuttons/styles/split-button/fabric-dark.scss';
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/fabric-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/fabric-definition.scss';
|
|
4
|
-
@import './../drop-down-button/fabric-definition.scss';
|
|
5
|
-
@import 'fabric-definition.scss';
|
|
6
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-splitbuttons/styles/split-button/fabric.scss';
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/fluent-dark-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/fluent-dark-definition.scss';
|
|
4
|
-
@import './../drop-down-button/fluent-dark-definition.scss';
|
|
5
|
-
@import 'fluent-dark-definition.scss';
|
|
6
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-splitbuttons/styles/split-button/fluent-dark.scss';
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/fluent-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/fluent-definition.scss';
|
|
4
|
-
@import './../drop-down-button/fluent-definition.scss';
|
|
5
|
-
@import 'fluent-definition.scss';
|
|
6
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-splitbuttons/styles/split-button/fluent.scss';
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/highcontrast-light-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/highcontrast-light-definition.scss';
|
|
4
|
-
@import './../drop-down-button/highcontrast-light-definition.scss';
|
|
5
|
-
@import 'highcontrast-light-definition.scss';
|
|
6
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-splitbuttons/styles/split-button/highcontrast-light.scss';
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/highcontrast-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/highcontrast-definition.scss';
|
|
4
|
-
@import './../drop-down-button/highcontrast-definition.scss';
|
|
5
|
-
@import 'highcontrast-definition.scss';
|
|
6
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-splitbuttons/styles/split-button/highcontrast.scss';
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/material-dark-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/material-dark-definition.scss';
|
|
4
|
-
@import './../drop-down-button/material-dark-definition.scss';
|
|
5
|
-
@import 'material-dark-definition.scss';
|
|
6
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-splitbuttons/styles/split-button/material-dark.scss';
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/material-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/material-definition.scss';
|
|
4
|
-
@import './../drop-down-button/material-definition.scss';
|
|
5
|
-
@import 'material-definition.scss';
|
|
6
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-splitbuttons/styles/split-button/material.scss';
|
|
@@ -1,7 +1,2 @@
|
|
|
1
1
|
|
|
2
|
-
|
|
3
|
-
@import 'ej2-buttons/styles/button/material3-dark-definition.scss';
|
|
4
|
-
@import 'ej2-popups/styles/popup/material3-dark-definition.scss';
|
|
5
|
-
@import './../drop-down-button/material3-dark-definition.scss';
|
|
6
|
-
@import 'material3-dark-definition.scss';
|
|
7
|
-
@import 'all.scss';
|
|
2
|
+
@import 'ej2-splitbuttons/styles/split-button/material3-dark.scss';
|
|
@@ -1,7 +1,2 @@
|
|
|
1
1
|
|
|
2
|
-
|
|
3
|
-
@import 'ej2-buttons/styles/button/material3-definition.scss';
|
|
4
|
-
@import 'ej2-popups/styles/popup/material3-definition.scss';
|
|
5
|
-
@import './../drop-down-button/material3-definition.scss';
|
|
6
|
-
@import 'material3-definition.scss';
|
|
7
|
-
@import 'all.scss';
|
|
2
|
+
@import 'ej2-splitbuttons/styles/split-button/material3.scss';
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/tailwind-dark-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/tailwind-dark-definition.scss';
|
|
4
|
-
@import './../drop-down-button/tailwind-dark-definition.scss';
|
|
5
|
-
@import 'tailwind-dark-definition.scss';
|
|
6
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-splitbuttons/styles/split-button/tailwind-dark.scss';
|