@syncfusion/ej2-angular-dropdowns 23.2.7 → 24.1.41-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-dropdowns.es5.js +1475 -0
- package/@syncfusion/ej2-angular-dropdowns.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-dropdowns.js +1390 -0
- package/@syncfusion/ej2-angular-dropdowns.js.map +1 -0
- package/CHANGELOG.md +2368 -0
- package/dist/ej2-angular-dropdowns.umd.js +1545 -0
- package/dist/ej2-angular-dropdowns.umd.js.map +1 -0
- package/dist/ej2-angular-dropdowns.umd.min.js +11 -0
- package/dist/ej2-angular-dropdowns.umd.min.js.map +1 -0
- package/ej2-angular-dropdowns.d.ts +11 -0
- package/ej2-angular-dropdowns.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/auto-complete/autocomplete-all.module.d.ts +0 -6
- package/src/auto-complete/autocomplete.component.d.ts +4 -7
- package/src/auto-complete/autocomplete.module.d.ts +0 -6
- package/src/combo-box/combobox-all.module.d.ts +0 -6
- package/src/combo-box/combobox.component.d.ts +4 -7
- package/src/combo-box/combobox.module.d.ts +0 -6
- package/src/drop-down-list/dropdownlist-all.module.d.ts +0 -6
- package/src/drop-down-list/dropdownlist.component.d.ts +2 -5
- package/src/drop-down-list/dropdownlist.module.d.ts +0 -6
- package/src/drop-down-tree/dropdowntree-all.module.d.ts +0 -6
- package/src/drop-down-tree/dropdowntree.component.d.ts +0 -3
- package/src/drop-down-tree/dropdowntree.module.d.ts +0 -6
- package/src/list-box/listbox-all.module.d.ts +0 -6
- package/src/list-box/listbox.component.d.ts +1 -4
- package/src/list-box/listbox.module.d.ts +0 -6
- package/src/mention/mention-all.module.d.ts +0 -6
- package/src/mention/mention.component.d.ts +0 -3
- package/src/mention/mention.module.d.ts +0 -6
- package/src/multi-select/multiselect-all.module.d.ts +0 -6
- package/src/multi-select/multiselect.component.d.ts +0 -3
- package/src/multi-select/multiselect.module.d.ts +0 -6
- package/styles/auto-complete/bootstrap-dark.css +1 -106
- package/styles/auto-complete/bootstrap-dark.scss +1 -4
- package/styles/auto-complete/bootstrap.css +1 -106
- package/styles/auto-complete/bootstrap.scss +1 -4
- package/styles/auto-complete/bootstrap4.css +1 -159
- package/styles/auto-complete/bootstrap4.scss +1 -4
- package/styles/auto-complete/bootstrap5-dark.css +1 -147
- package/styles/auto-complete/bootstrap5-dark.scss +1 -4
- package/styles/auto-complete/bootstrap5.css +1 -147
- package/styles/auto-complete/bootstrap5.scss +1 -4
- package/styles/auto-complete/fabric-dark.css +1 -82
- package/styles/auto-complete/fabric-dark.scss +1 -4
- package/styles/auto-complete/fabric.css +1 -75
- package/styles/auto-complete/fabric.scss +1 -4
- package/styles/auto-complete/fluent-dark.css +1 -127
- package/styles/auto-complete/fluent-dark.scss +1 -4
- package/styles/auto-complete/fluent.css +1 -127
- package/styles/auto-complete/fluent.scss +1 -4
- package/styles/auto-complete/highcontrast-light.css +1 -79
- package/styles/auto-complete/highcontrast-light.scss +1 -4
- package/styles/auto-complete/highcontrast.css +1 -79
- package/styles/auto-complete/highcontrast.scss +1 -4
- package/styles/auto-complete/material-dark.css +1 -107
- package/styles/auto-complete/material-dark.scss +1 -4
- package/styles/auto-complete/material.css +1 -132
- package/styles/auto-complete/material.scss +1 -4
- package/styles/auto-complete/material3-dark.css +1 -197
- package/styles/auto-complete/material3-dark.scss +1 -4
- package/styles/auto-complete/material3.css +1 -253
- package/styles/auto-complete/material3.scss +1 -4
- package/styles/auto-complete/tailwind-dark.css +1 -95
- package/styles/auto-complete/tailwind-dark.scss +1 -4
- package/styles/auto-complete/tailwind.css +1 -95
- package/styles/auto-complete/tailwind.scss +1 -4
- package/styles/bootstrap-dark.css +1 -3395
- package/styles/bootstrap.css +1 -3400
- package/styles/bootstrap4.css +1 -3651
- package/styles/bootstrap5-dark.css +1 -3566
- package/styles/bootstrap5.css +1 -3566
- package/styles/combo-box/bootstrap-dark.css +1 -106
- package/styles/combo-box/bootstrap-dark.scss +1 -4
- package/styles/combo-box/bootstrap.css +1 -106
- package/styles/combo-box/bootstrap.scss +1 -4
- package/styles/combo-box/bootstrap4.css +1 -159
- package/styles/combo-box/bootstrap4.scss +1 -4
- package/styles/combo-box/bootstrap5-dark.css +1 -147
- package/styles/combo-box/bootstrap5-dark.scss +1 -4
- package/styles/combo-box/bootstrap5.css +1 -147
- package/styles/combo-box/bootstrap5.scss +1 -4
- package/styles/combo-box/fabric-dark.css +1 -82
- package/styles/combo-box/fabric-dark.scss +1 -4
- package/styles/combo-box/fabric.css +1 -75
- package/styles/combo-box/fabric.scss +1 -4
- package/styles/combo-box/fluent-dark.css +1 -127
- package/styles/combo-box/fluent-dark.scss +1 -4
- package/styles/combo-box/fluent.css +1 -127
- package/styles/combo-box/fluent.scss +1 -4
- package/styles/combo-box/highcontrast-light.css +1 -79
- package/styles/combo-box/highcontrast-light.scss +1 -4
- package/styles/combo-box/highcontrast.css +1 -79
- package/styles/combo-box/highcontrast.scss +1 -4
- package/styles/combo-box/material-dark.css +1 -107
- package/styles/combo-box/material-dark.scss +1 -4
- package/styles/combo-box/material.css +1 -132
- package/styles/combo-box/material.scss +1 -4
- package/styles/combo-box/material3-dark.css +1 -197
- package/styles/combo-box/material3-dark.scss +1 -4
- package/styles/combo-box/material3.css +1 -253
- package/styles/combo-box/material3.scss +1 -4
- package/styles/combo-box/tailwind-dark.css +1 -95
- package/styles/combo-box/tailwind-dark.scss +1 -4
- package/styles/combo-box/tailwind.css +1 -95
- package/styles/combo-box/tailwind.scss +1 -4
- package/styles/drop-down-base/bootstrap-dark.css +1 -380
- package/styles/drop-down-base/bootstrap-dark.scss +1 -3
- package/styles/drop-down-base/bootstrap.css +1 -380
- package/styles/drop-down-base/bootstrap.scss +1 -3
- package/styles/drop-down-base/bootstrap4.css +1 -390
- package/styles/drop-down-base/bootstrap4.scss +1 -3
- package/styles/drop-down-base/bootstrap5-dark.css +1 -412
- package/styles/drop-down-base/bootstrap5-dark.scss +1 -3
- package/styles/drop-down-base/bootstrap5.css +1 -412
- package/styles/drop-down-base/bootstrap5.scss +1 -3
- package/styles/drop-down-base/fabric-dark.css +1 -380
- package/styles/drop-down-base/fabric-dark.scss +1 -3
- package/styles/drop-down-base/fabric.css +1 -380
- package/styles/drop-down-base/fabric.scss +1 -3
- package/styles/drop-down-base/fluent-dark.css +1 -428
- package/styles/drop-down-base/fluent-dark.scss +1 -3
- package/styles/drop-down-base/fluent.css +1 -428
- package/styles/drop-down-base/fluent.scss +1 -3
- package/styles/drop-down-base/highcontrast-light.css +1 -394
- package/styles/drop-down-base/highcontrast-light.scss +1 -3
- package/styles/drop-down-base/highcontrast.css +1 -394
- package/styles/drop-down-base/highcontrast.scss +1 -3
- package/styles/drop-down-base/material-dark.css +1 -379
- package/styles/drop-down-base/material-dark.scss +1 -3
- package/styles/drop-down-base/material.css +1 -379
- package/styles/drop-down-base/material.scss +1 -3
- package/styles/drop-down-base/material3-dark.css +1 -438
- package/styles/drop-down-base/material3-dark.scss +1 -3
- package/styles/drop-down-base/material3.css +1 -494
- package/styles/drop-down-base/material3.scss +1 -3
- package/styles/drop-down-base/tailwind-dark.css +1 -488
- package/styles/drop-down-base/tailwind-dark.scss +1 -3
- package/styles/drop-down-base/tailwind.css +1 -488
- package/styles/drop-down-base/tailwind.scss +1 -3
- package/styles/drop-down-list/bootstrap-dark.css +1 -393
- package/styles/drop-down-list/bootstrap-dark.scss +1 -9
- package/styles/drop-down-list/bootstrap.css +1 -393
- package/styles/drop-down-list/bootstrap.scss +1 -9
- package/styles/drop-down-list/bootstrap4.css +1 -436
- package/styles/drop-down-list/bootstrap4.scss +1 -9
- package/styles/drop-down-list/bootstrap5-dark.css +1 -449
- package/styles/drop-down-list/bootstrap5-dark.scss +1 -9
- package/styles/drop-down-list/bootstrap5.css +1 -449
- package/styles/drop-down-list/bootstrap5.scss +1 -9
- package/styles/drop-down-list/fabric-dark.css +1 -369
- package/styles/drop-down-list/fabric-dark.scss +1 -9
- package/styles/drop-down-list/fabric.css +1 -362
- package/styles/drop-down-list/fabric.scss +1 -9
- package/styles/drop-down-list/fluent-dark.css +1 -430
- package/styles/drop-down-list/fluent-dark.scss +1 -9
- package/styles/drop-down-list/fluent.css +1 -430
- package/styles/drop-down-list/fluent.scss +1 -9
- package/styles/drop-down-list/highcontrast-light.css +1 -380
- package/styles/drop-down-list/highcontrast-light.scss +1 -9
- package/styles/drop-down-list/highcontrast.css +1 -380
- package/styles/drop-down-list/highcontrast.scss +1 -9
- package/styles/drop-down-list/material-dark.css +1 -399
- package/styles/drop-down-list/material-dark.scss +1 -9
- package/styles/drop-down-list/material.css +1 -431
- package/styles/drop-down-list/material.scss +1 -9
- package/styles/drop-down-list/material3-dark.css +1 -502
- package/styles/drop-down-list/material3-dark.scss +1 -9
- package/styles/drop-down-list/material3.css +1 -558
- package/styles/drop-down-list/material3.scss +1 -9
- package/styles/drop-down-list/tailwind-dark.css +1 -380
- package/styles/drop-down-list/tailwind-dark.scss +1 -9
- package/styles/drop-down-list/tailwind.css +1 -380
- package/styles/drop-down-list/tailwind.scss +1 -9
- package/styles/drop-down-tree/bootstrap-dark.css +1 -423
- package/styles/drop-down-tree/bootstrap-dark.scss +1 -9
- package/styles/drop-down-tree/bootstrap.css +1 -424
- package/styles/drop-down-tree/bootstrap.scss +1 -9
- package/styles/drop-down-tree/bootstrap4.css +1 -457
- package/styles/drop-down-tree/bootstrap4.scss +1 -9
- package/styles/drop-down-tree/bootstrap5-dark.css +1 -501
- package/styles/drop-down-tree/bootstrap5-dark.scss +1 -9
- package/styles/drop-down-tree/bootstrap5.css +1 -501
- package/styles/drop-down-tree/bootstrap5.scss +1 -9
- package/styles/drop-down-tree/fabric-dark.css +1 -425
- package/styles/drop-down-tree/fabric-dark.scss +1 -9
- package/styles/drop-down-tree/fabric.css +1 -426
- package/styles/drop-down-tree/fabric.scss +1 -9
- package/styles/drop-down-tree/fluent-dark.css +1 -504
- package/styles/drop-down-tree/fluent-dark.scss +1 -9
- package/styles/drop-down-tree/fluent.css +1 -504
- package/styles/drop-down-tree/fluent.scss +1 -9
- package/styles/drop-down-tree/highcontrast-light.css +1 -440
- package/styles/drop-down-tree/highcontrast-light.scss +1 -9
- package/styles/drop-down-tree/highcontrast.css +1 -444
- package/styles/drop-down-tree/highcontrast.scss +1 -9
- package/styles/drop-down-tree/material-dark.css +1 -746
- package/styles/drop-down-tree/material-dark.scss +1 -9
- package/styles/drop-down-tree/material.css +1 -761
- package/styles/drop-down-tree/material.scss +1 -9
- package/styles/drop-down-tree/material3-dark.css +1 -465
- package/styles/drop-down-tree/material3-dark.scss +1 -9
- package/styles/drop-down-tree/material3.css +1 -521
- package/styles/drop-down-tree/material3.scss +1 -9
- package/styles/drop-down-tree/tailwind-dark.css +1 -528
- package/styles/drop-down-tree/tailwind-dark.scss +1 -9
- package/styles/drop-down-tree/tailwind.css +1 -528
- package/styles/drop-down-tree/tailwind.scss +1 -9
- package/styles/fabric-dark.css +1 -3374
- package/styles/fabric.css +1 -3374
- package/styles/fluent-dark.css +1 -3639
- package/styles/fluent.css +1 -3639
- package/styles/highcontrast-light.css +1 -3483
- package/styles/highcontrast.css +1 -3505
- package/styles/list-box/bootstrap-dark.css +1 -955
- package/styles/list-box/bootstrap-dark.scss +1 -5
- package/styles/list-box/bootstrap.css +1 -966
- package/styles/list-box/bootstrap.scss +1 -5
- package/styles/list-box/bootstrap4.css +1 -1020
- package/styles/list-box/bootstrap4.scss +1 -5
- package/styles/list-box/bootstrap5-dark.css +1 -986
- package/styles/list-box/bootstrap5-dark.scss +1 -5
- package/styles/list-box/bootstrap5.css +1 -986
- package/styles/list-box/bootstrap5.scss +1 -5
- package/styles/list-box/fabric-dark.css +1 -955
- package/styles/list-box/fabric-dark.scss +1 -5
- package/styles/list-box/fabric.css +1 -966
- package/styles/list-box/fabric.scss +1 -5
- package/styles/list-box/fluent-dark.css +1 -992
- package/styles/list-box/fluent-dark.scss +1 -5
- package/styles/list-box/fluent.css +1 -992
- package/styles/list-box/fluent.scss +1 -5
- package/styles/list-box/highcontrast-light.css +1 -969
- package/styles/list-box/highcontrast-light.scss +1 -5
- package/styles/list-box/highcontrast.css +1 -980
- package/styles/list-box/highcontrast.scss +1 -5
- package/styles/list-box/material-dark.css +1 -954
- package/styles/list-box/material-dark.scss +1 -5
- package/styles/list-box/material.css +1 -965
- package/styles/list-box/material.scss +1 -5
- package/styles/list-box/material3-dark.css +1 -1010
- package/styles/list-box/material3-dark.scss +1 -5
- package/styles/list-box/material3.css +1 -1066
- package/styles/list-box/material3.scss +1 -5
- package/styles/list-box/tailwind-dark.css +1 -1011
- package/styles/list-box/tailwind-dark.scss +1 -5
- package/styles/list-box/tailwind.css +1 -1011
- package/styles/list-box/tailwind.scss +1 -5
- package/styles/material-dark.css +1 -4857
- package/styles/material.css +1 -4923
- package/styles/material3-dark.css +1 -4722
- package/styles/material3-dark.scss +0 -1
- package/styles/material3.css +1 -4778
- package/styles/material3.scss +0 -1
- package/styles/mention/bootstrap-dark.css +1 -29
- package/styles/mention/bootstrap-dark.scss +1 -6
- package/styles/mention/bootstrap.css +1 -29
- package/styles/mention/bootstrap.scss +1 -6
- package/styles/mention/bootstrap4.css +1 -39
- package/styles/mention/bootstrap4.scss +1 -6
- package/styles/mention/bootstrap5-dark.css +1 -58
- package/styles/mention/bootstrap5-dark.scss +1 -6
- package/styles/mention/bootstrap5.css +1 -58
- package/styles/mention/bootstrap5.scss +1 -6
- package/styles/mention/fabric-dark.css +1 -29
- package/styles/mention/fabric-dark.scss +1 -6
- package/styles/mention/fabric.css +1 -29
- package/styles/mention/fabric.scss +1 -6
- package/styles/mention/fluent-dark.css +1 -58
- package/styles/mention/fluent-dark.scss +1 -6
- package/styles/mention/fluent.css +1 -58
- package/styles/mention/fluent.scss +1 -6
- package/styles/mention/highcontrast-light.css +1 -43
- package/styles/mention/highcontrast-light.scss +1 -6
- package/styles/mention/highcontrast.css +1 -43
- package/styles/mention/highcontrast.scss +1 -6
- package/styles/mention/material-dark.css +1 -28
- package/styles/mention/material-dark.scss +1 -6
- package/styles/mention/material.css +1 -28
- package/styles/mention/material.scss +1 -6
- package/styles/mention/material3-dark.css +1 -86
- package/styles/mention/material3-dark.scss +1 -6
- package/styles/mention/material3.css +1 -142
- package/styles/mention/material3.scss +1 -6
- package/styles/mention/tailwind-dark.css +1 -67
- package/styles/mention/tailwind-dark.scss +1 -6
- package/styles/mention/tailwind.css +1 -67
- package/styles/mention/tailwind.scss +1 -6
- package/styles/multi-select/bootstrap-dark.css +1 -1273
- package/styles/multi-select/bootstrap-dark.scss +1 -9
- package/styles/multi-select/bootstrap.css +1 -1266
- package/styles/multi-select/bootstrap.scss +1 -9
- package/styles/multi-select/bootstrap4.css +1 -1400
- package/styles/multi-select/bootstrap4.scss +1 -9
- package/styles/multi-select/bootstrap5-dark.css +1 -1349
- package/styles/multi-select/bootstrap5-dark.scss +1 -9
- package/styles/multi-select/bootstrap5.css +1 -1349
- package/styles/multi-select/bootstrap5.scss +1 -9
- package/styles/multi-select/fabric-dark.css +1 -1274
- package/styles/multi-select/fabric-dark.scss +1 -9
- package/styles/multi-select/fabric.css +1 -1269
- package/styles/multi-select/fabric.scss +1 -9
- package/styles/multi-select/fluent-dark.css +1 -1416
- package/styles/multi-select/fluent-dark.scss +1 -9
- package/styles/multi-select/fluent.css +1 -1416
- package/styles/multi-select/fluent.scss +1 -9
- package/styles/multi-select/highcontrast-light.css +1 -1385
- package/styles/multi-select/highcontrast-light.scss +1 -9
- package/styles/multi-select/highcontrast.css +1 -1392
- package/styles/multi-select/highcontrast.scss +1 -9
- package/styles/multi-select/material-dark.css +1 -2404
- package/styles/multi-select/material-dark.scss +1 -9
- package/styles/multi-select/material.css +1 -2412
- package/styles/multi-select/material.scss +1 -9
- package/styles/multi-select/material3-dark.css +1 -2550
- package/styles/multi-select/material3-dark.scss +1 -9
- package/styles/multi-select/material3.css +1 -2606
- package/styles/multi-select/material3.scss +1 -9
- package/styles/multi-select/tailwind-dark.css +1 -1343
- package/styles/multi-select/tailwind-dark.scss +1 -9
- package/styles/multi-select/tailwind.css +1 -1343
- package/styles/multi-select/tailwind.scss +1 -9
- package/styles/tailwind-dark.css +1 -3583
- package/styles/tailwind.css +1 -3583
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/auto-complete/autocomplete-all.module.mjs +0 -23
- package/esm2020/src/auto-complete/autocomplete.component.mjs +0 -129
- package/esm2020/src/auto-complete/autocomplete.module.mjs +0 -25
- package/esm2020/src/combo-box/combobox-all.module.mjs +0 -23
- package/esm2020/src/combo-box/combobox.component.mjs +0 -129
- package/esm2020/src/combo-box/combobox.module.mjs +0 -25
- package/esm2020/src/drop-down-list/dropdownlist-all.module.mjs +0 -29
- package/esm2020/src/drop-down-list/dropdownlist.component.mjs +0 -135
- package/esm2020/src/drop-down-list/dropdownlist.module.mjs +0 -25
- package/esm2020/src/drop-down-tree/dropdowntree-all.module.mjs +0 -23
- package/esm2020/src/drop-down-tree/dropdowntree.component.mjs +0 -116
- package/esm2020/src/drop-down-tree/dropdowntree.module.mjs +0 -25
- package/esm2020/src/index.mjs +0 -23
- package/esm2020/src/list-box/listbox-all.module.mjs +0 -23
- package/esm2020/src/list-box/listbox.component.mjs +0 -104
- package/esm2020/src/list-box/listbox.module.mjs +0 -25
- package/esm2020/src/mention/mention-all.module.mjs +0 -23
- package/esm2020/src/mention/mention.component.mjs +0 -84
- package/esm2020/src/mention/mention.module.mjs +0 -25
- package/esm2020/src/multi-select/multiselect-all.module.mjs +0 -29
- package/esm2020/src/multi-select/multiselect.component.mjs +0 -135
- package/esm2020/src/multi-select/multiselect.module.mjs +0 -25
- package/esm2020/syncfusion-ej2-angular-dropdowns.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-dropdowns.mjs +0 -1084
- package/fesm2015/syncfusion-ej2-angular-dropdowns.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-dropdowns.mjs +0 -1084
- package/fesm2020/syncfusion-ej2-angular-dropdowns.mjs.map +0 -1
- package/styles/auto-complete/_all.scss +0 -1
- package/styles/auto-complete/_bootstrap-dark-definition.scss +0 -3
- package/styles/auto-complete/_bootstrap-definition.scss +0 -2
- package/styles/auto-complete/_bootstrap4-definition.scss +0 -11
- package/styles/auto-complete/_bootstrap5-dark-definition.scss +0 -1
- package/styles/auto-complete/_bootstrap5-definition.scss +0 -2
- package/styles/auto-complete/_fabric-dark-definition.scss +0 -2
- package/styles/auto-complete/_fabric-definition.scss +0 -2
- package/styles/auto-complete/_fluent-dark-definition.scss +0 -1
- package/styles/auto-complete/_fluent-definition.scss +0 -2
- package/styles/auto-complete/_fusionnew-definition.scss +0 -2
- package/styles/auto-complete/_highcontrast-definition.scss +0 -2
- package/styles/auto-complete/_highcontrast-light-definition.scss +0 -2
- package/styles/auto-complete/_material-dark-definition.scss +0 -2
- package/styles/auto-complete/_material-definition.scss +0 -2
- package/styles/auto-complete/_material3-dark-definition.scss +0 -1
- package/styles/auto-complete/_material3-definition.scss +0 -2
- package/styles/auto-complete/_tailwind-dark-definition.scss +0 -1
- package/styles/auto-complete/_tailwind-definition.scss +0 -2
- package/styles/combo-box/_all.scss +0 -1
- package/styles/combo-box/_bootstrap-dark-definition.scss +0 -2
- package/styles/combo-box/_bootstrap-definition.scss +0 -2
- package/styles/combo-box/_bootstrap4-definition.scss +0 -11
- package/styles/combo-box/_bootstrap5-dark-definition.scss +0 -1
- package/styles/combo-box/_bootstrap5-definition.scss +0 -2
- package/styles/combo-box/_fabric-dark-definition.scss +0 -2
- package/styles/combo-box/_fabric-definition.scss +0 -2
- package/styles/combo-box/_fluent-dark-definition.scss +0 -1
- package/styles/combo-box/_fluent-definition.scss +0 -2
- package/styles/combo-box/_fusionnew-definition.scss +0 -2
- package/styles/combo-box/_highcontrast-definition.scss +0 -2
- package/styles/combo-box/_highcontrast-light-definition.scss +0 -3
- package/styles/combo-box/_material-dark-definition.scss +0 -2
- package/styles/combo-box/_material-definition.scss +0 -2
- package/styles/combo-box/_material3-dark-definition.scss +0 -1
- package/styles/combo-box/_material3-definition.scss +0 -2
- package/styles/combo-box/_tailwind-dark-definition.scss +0 -1
- package/styles/combo-box/_tailwind-definition.scss +0 -2
- package/styles/drop-down-base/_all.scss +0 -2
- package/styles/drop-down-base/_bootstrap-dark-definition.scss +0 -83
- package/styles/drop-down-base/_bootstrap-definition.scss +0 -83
- package/styles/drop-down-base/_bootstrap4-definition.scss +0 -90
- package/styles/drop-down-base/_bootstrap5-dark-definition.scss +0 -1
- package/styles/drop-down-base/_bootstrap5-definition.scss +0 -117
- package/styles/drop-down-base/_definition.scss +0 -23
- package/styles/drop-down-base/_fabric-dark-definition.scss +0 -86
- package/styles/drop-down-base/_fabric-definition.scss +0 -84
- package/styles/drop-down-base/_fluent-dark-definition.scss +0 -1
- package/styles/drop-down-base/_fluent-definition.scss +0 -121
- package/styles/drop-down-base/_fusionnew-definition.scss +0 -117
- package/styles/drop-down-base/_highcontrast-definition.scss +0 -105
- package/styles/drop-down-base/_highcontrast-light-definition.scss +0 -105
- package/styles/drop-down-base/_layout.scss +0 -195
- package/styles/drop-down-base/_material-dark-definition.scss +0 -86
- package/styles/drop-down-base/_material-definition.scss +0 -85
- package/styles/drop-down-base/_material3-dark-definition.scss +0 -1
- package/styles/drop-down-base/_material3-definition.scss +0 -87
- package/styles/drop-down-base/_tailwind-dark-definition.scss +0 -1
- package/styles/drop-down-base/_tailwind-definition.scss +0 -129
- package/styles/drop-down-base/_theme.scss +0 -391
- package/styles/drop-down-list/_all.scss +0 -3
- package/styles/drop-down-list/_bootstrap-dark-definition.scss +0 -157
- package/styles/drop-down-list/_bootstrap-definition.scss +0 -156
- package/styles/drop-down-list/_bootstrap4-definition.scss +0 -202
- package/styles/drop-down-list/_bootstrap5-dark-definition.scss +0 -1
- package/styles/drop-down-list/_bootstrap5-definition.scss +0 -201
- package/styles/drop-down-list/_fabric-dark-definition.scss +0 -128
- package/styles/drop-down-list/_fabric-definition.scss +0 -124
- package/styles/drop-down-list/_fluent-dark-definition.scss +0 -1
- package/styles/drop-down-list/_fluent-definition.scss +0 -185
- package/styles/drop-down-list/_fusionnew-definition.scss +0 -201
- package/styles/drop-down-list/_highcontrast-definition.scss +0 -142
- package/styles/drop-down-list/_highcontrast-light-definition.scss +0 -144
- package/styles/drop-down-list/_layout.scss +0 -310
- package/styles/drop-down-list/_material-dark-definition.scss +0 -143
- package/styles/drop-down-list/_material-definition.scss +0 -167
- package/styles/drop-down-list/_material3-dark-definition.scss +0 -1
- package/styles/drop-down-list/_material3-definition.scss +0 -180
- package/styles/drop-down-list/_tailwind-dark-definition.scss +0 -1
- package/styles/drop-down-list/_tailwind-definition.scss +0 -134
- package/styles/drop-down-list/_theme.scss +0 -10
- package/styles/drop-down-list/icons/_bootstrap-dark.scss +0 -14
- package/styles/drop-down-list/icons/_bootstrap.scss +0 -14
- package/styles/drop-down-list/icons/_bootstrap4.scss +0 -14
- package/styles/drop-down-list/icons/_bootstrap5-dark.scss +0 -1
- package/styles/drop-down-list/icons/_bootstrap5.scss +0 -14
- package/styles/drop-down-list/icons/_fabric-dark.scss +0 -14
- package/styles/drop-down-list/icons/_fabric.scss +0 -14
- package/styles/drop-down-list/icons/_fluent-dark.scss +0 -1
- package/styles/drop-down-list/icons/_fluent.scss +0 -14
- package/styles/drop-down-list/icons/_fusionnew.scss +0 -14
- package/styles/drop-down-list/icons/_highcontrast-light.scss +0 -14
- package/styles/drop-down-list/icons/_highcontrast.scss +0 -14
- package/styles/drop-down-list/icons/_material-dark.scss +0 -14
- package/styles/drop-down-list/icons/_material.scss +0 -14
- package/styles/drop-down-list/icons/_material3-dark.scss +0 -1
- package/styles/drop-down-list/icons/_material3.scss +0 -14
- package/styles/drop-down-list/icons/_tailwind-dark.scss +0 -1
- package/styles/drop-down-list/icons/_tailwind.scss +0 -14
- package/styles/drop-down-tree/_all.scss +0 -2
- package/styles/drop-down-tree/_bootstrap-dark-definition.scss +0 -72
- package/styles/drop-down-tree/_bootstrap-definition.scss +0 -71
- package/styles/drop-down-tree/_bootstrap4-definition.scss +0 -72
- package/styles/drop-down-tree/_bootstrap5-dark-definition.scss +0 -1
- package/styles/drop-down-tree/_bootstrap5-definition.scss +0 -60
- package/styles/drop-down-tree/_fabric-dark-definition.scss +0 -72
- package/styles/drop-down-tree/_fabric-definition.scss +0 -72
- package/styles/drop-down-tree/_fluent-dark-definition.scss +0 -1
- package/styles/drop-down-tree/_fluent-definition.scss +0 -66
- package/styles/drop-down-tree/_fusionnew-definition.scss +0 -60
- package/styles/drop-down-tree/_highcontrast-definition.scss +0 -72
- package/styles/drop-down-tree/_highcontrast-light-definition.scss +0 -72
- package/styles/drop-down-tree/_layout.scss +0 -1412
- package/styles/drop-down-tree/_material-dark-definition.scss +0 -73
- package/styles/drop-down-tree/_material-definition.scss +0 -73
- package/styles/drop-down-tree/_material3-dark-definition.scss +0 -1
- package/styles/drop-down-tree/_material3-definition.scss +0 -76
- package/styles/drop-down-tree/_tailwind-dark-definition.scss +0 -1
- package/styles/drop-down-tree/_tailwind-definition.scss +0 -61
- package/styles/drop-down-tree/_theme.scss +0 -132
- package/styles/drop-down-tree/icons/_bootstrap-dark.scss +0 -11
- package/styles/drop-down-tree/icons/_bootstrap.scss +0 -11
- package/styles/drop-down-tree/icons/_bootstrap4.scss +0 -11
- package/styles/drop-down-tree/icons/_bootstrap5-dark.scss +0 -1
- package/styles/drop-down-tree/icons/_bootstrap5.scss +0 -11
- package/styles/drop-down-tree/icons/_fabric-dark.scss +0 -11
- package/styles/drop-down-tree/icons/_fabric.scss +0 -11
- package/styles/drop-down-tree/icons/_fluent-dark.scss +0 -1
- package/styles/drop-down-tree/icons/_fluent.scss +0 -11
- package/styles/drop-down-tree/icons/_fusionnew.scss +0 -11
- package/styles/drop-down-tree/icons/_highcontrast-light.scss +0 -11
- package/styles/drop-down-tree/icons/_highcontrast.scss +0 -11
- package/styles/drop-down-tree/icons/_material-dark.scss +0 -11
- package/styles/drop-down-tree/icons/_material.scss +0 -11
- package/styles/drop-down-tree/icons/_material3-dark.scss +0 -1
- package/styles/drop-down-tree/icons/_material3.scss +0 -11
- package/styles/drop-down-tree/icons/_tailwind-dark.scss +0 -11
- package/styles/drop-down-tree/icons/_tailwind.scss +0 -11
- package/styles/list-box/_all.scss +0 -2
- package/styles/list-box/_bootstrap-dark-definition.scss +0 -126
- package/styles/list-box/_bootstrap-definition.scss +0 -119
- package/styles/list-box/_bootstrap4-definition.scss +0 -124
- package/styles/list-box/_bootstrap5-dark-definition.scss +0 -1
- package/styles/list-box/_bootstrap5-definition.scss +0 -120
- package/styles/list-box/_fabric-dark-definition.scss +0 -126
- package/styles/list-box/_fabric-definition.scss +0 -119
- package/styles/list-box/_fluent-dark-definition.scss +0 -1
- package/styles/list-box/_fluent-definition.scss +0 -120
- package/styles/list-box/_fusionnew-definition.scss +0 -111
- package/styles/list-box/_highcontrast-definition.scss +0 -119
- package/styles/list-box/_highcontrast-light-definition.scss +0 -126
- package/styles/list-box/_layout.scss +0 -542
- package/styles/list-box/_material-dark-definition.scss +0 -126
- package/styles/list-box/_material-definition.scss +0 -119
- package/styles/list-box/_material3-dark-definition.scss +0 -1
- package/styles/list-box/_material3-definition.scss +0 -119
- package/styles/list-box/_tailwind-dark-definition.scss +0 -1
- package/styles/list-box/_tailwind-definition.scss +0 -119
- package/styles/list-box/_theme.scss +0 -382
- package/styles/list-box/icons/_bootstrap-dark.scss +0 -25
- package/styles/list-box/icons/_bootstrap.scss +0 -25
- package/styles/list-box/icons/_bootstrap4.scss +0 -25
- package/styles/list-box/icons/_bootstrap5-dark.scss +0 -1
- package/styles/list-box/icons/_bootstrap5.scss +0 -25
- package/styles/list-box/icons/_fabric-dark.scss +0 -25
- package/styles/list-box/icons/_fabric.scss +0 -25
- package/styles/list-box/icons/_fluent-dark.scss +0 -1
- package/styles/list-box/icons/_fluent.scss +0 -25
- package/styles/list-box/icons/_fusionnew.scss +0 -25
- package/styles/list-box/icons/_highcontrast-light.scss +0 -25
- package/styles/list-box/icons/_highcontrast.scss +0 -25
- package/styles/list-box/icons/_material-dark.scss +0 -25
- package/styles/list-box/icons/_material.scss +0 -25
- package/styles/list-box/icons/_material3-dark.scss +0 -1
- package/styles/list-box/icons/_material3.scss +0 -25
- package/styles/list-box/icons/_tailwind-dark.scss +0 -25
- package/styles/list-box/icons/_tailwind.scss +0 -25
- package/styles/mention/_all.scss +0 -1
- package/styles/mention/_bootstrap-dark-definition.scss +0 -3
- package/styles/mention/_bootstrap-definition.scss +0 -3
- package/styles/mention/_bootstrap4-definition.scss +0 -3
- package/styles/mention/_bootstrap5-dark-definition.scss +0 -1
- package/styles/mention/_bootstrap5-definition.scss +0 -1
- package/styles/mention/_fabric-dark-definition.scss +0 -2
- package/styles/mention/_fabric-definition.scss +0 -3
- package/styles/mention/_fluent-dark-definition.scss +0 -1
- package/styles/mention/_fluent-definition.scss +0 -1
- package/styles/mention/_fusionnew-definition.scss +0 -1
- package/styles/mention/_highcontrast-definition.scss +0 -3
- package/styles/mention/_highcontrast-light-definition.scss +0 -3
- package/styles/mention/_layout.scss +0 -6
- package/styles/mention/_material-dark-definition.scss +0 -3
- package/styles/mention/_material-definition.scss +0 -3
- package/styles/mention/_material3-dark-definition.scss +0 -1
- package/styles/mention/_material3-definition.scss +0 -1
- package/styles/mention/_tailwind-dark-definition.scss +0 -1
- package/styles/mention/_tailwind-definition.scss +0 -1
- package/styles/multi-select/_all.scss +0 -2
- package/styles/multi-select/_bootstrap-dark-definition.scss +0 -203
- package/styles/multi-select/_bootstrap-definition.scss +0 -192
- package/styles/multi-select/_bootstrap4-definition.scss +0 -278
- package/styles/multi-select/_bootstrap5-dark-definition.scss +0 -1
- package/styles/multi-select/_bootstrap5-definition.scss +0 -230
- package/styles/multi-select/_fabric-dark-definition.scss +0 -192
- package/styles/multi-select/_fabric-definition.scss +0 -183
- package/styles/multi-select/_fluent-dark-definition.scss +0 -1
- package/styles/multi-select/_fluent-definition.scss +0 -241
- package/styles/multi-select/_fusionnew-definition.scss +0 -227
- package/styles/multi-select/_highcontrast-definition.scss +0 -303
- package/styles/multi-select/_highcontrast-light-definition.scss +0 -297
- package/styles/multi-select/_layout.scss +0 -2199
- package/styles/multi-select/_material-dark-definition.scss +0 -230
- package/styles/multi-select/_material-definition.scss +0 -223
- package/styles/multi-select/_material3-dark-definition.scss +0 -1
- package/styles/multi-select/_material3-definition.scss +0 -246
- package/styles/multi-select/_tailwind-dark-definition.scss +0 -1
- package/styles/multi-select/_tailwind-definition.scss +0 -235
- package/styles/multi-select/_theme.scss +0 -586
- package/styles/multi-select/icons/_bootstrap-dark.scss +0 -26
- package/styles/multi-select/icons/_bootstrap.scss +0 -26
- package/styles/multi-select/icons/_bootstrap4.scss +0 -37
- package/styles/multi-select/icons/_bootstrap5-dark.scss +0 -1
- package/styles/multi-select/icons/_bootstrap5.scss +0 -26
- package/styles/multi-select/icons/_fabric-dark.scss +0 -26
- package/styles/multi-select/icons/_fabric.scss +0 -26
- package/styles/multi-select/icons/_fluent-dark.scss +0 -1
- package/styles/multi-select/icons/_fluent.scss +0 -55
- package/styles/multi-select/icons/_fusionnew.scss +0 -26
- package/styles/multi-select/icons/_highcontrast-light.scss +0 -26
- package/styles/multi-select/icons/_highcontrast.scss +0 -26
- package/styles/multi-select/icons/_material-dark.scss +0 -693
- package/styles/multi-select/icons/_material.scss +0 -693
- package/styles/multi-select/icons/_material3-dark.scss +0 -1
- package/styles/multi-select/icons/_material3.scss +0 -692
- package/styles/multi-select/icons/_tailwind-dark.scss +0 -1
- package/styles/multi-select/icons/_tailwind.scss +0 -26
- package/syncfusion-ej2-angular-dropdowns.d.ts +0 -5
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { AutoComplete } from '@syncfusion/ej2-dropdowns';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
4
|
export declare const inputs: string[];
|
|
6
5
|
export declare const outputs: string[];
|
|
7
6
|
export declare const twoWays: string[];
|
|
@@ -41,7 +40,7 @@ export declare class AutoCompleteComponent extends AutoComplete implements IComp
|
|
|
41
40
|
* > For more details about the available template options refer to [`Template`](../../drop-down-list/templates) documentation.
|
|
42
41
|
* @default null
|
|
43
42
|
* @asptype string
|
|
44
|
-
|
|
43
|
+
|
|
45
44
|
*/
|
|
46
45
|
footerTemplate: any;
|
|
47
46
|
/**
|
|
@@ -49,14 +48,14 @@ export declare class AutoCompleteComponent extends AutoComplete implements IComp
|
|
|
49
48
|
* > For more details about the available template options refer to [`Template`](../../drop-down-list/templates) documentation.
|
|
50
49
|
* @default null
|
|
51
50
|
* @asptype string
|
|
52
|
-
|
|
51
|
+
|
|
53
52
|
*/
|
|
54
53
|
headerTemplate: any;
|
|
55
54
|
/**
|
|
56
55
|
* Accepts the template design and assigns it to the group headers present in the popup list.
|
|
57
56
|
* @default null
|
|
58
57
|
* @asptype string
|
|
59
|
-
|
|
58
|
+
|
|
60
59
|
*/
|
|
61
60
|
groupTemplate: any;
|
|
62
61
|
/**
|
|
@@ -68,7 +67,7 @@ export declare class AutoCompleteComponent extends AutoComplete implements IComp
|
|
|
68
67
|
*
|
|
69
68
|
* @default null
|
|
70
69
|
* @asptype string
|
|
71
|
-
|
|
70
|
+
|
|
72
71
|
*/
|
|
73
72
|
itemTemplate: any;
|
|
74
73
|
noRecordsTemplate: any;
|
|
@@ -85,6 +84,4 @@ export declare class AutoCompleteComponent extends AutoComplete implements IComp
|
|
|
85
84
|
ngAfterContentChecked(): void;
|
|
86
85
|
registerEvents: (eventList: string[]) => void;
|
|
87
86
|
addTwoWay: (propList: string[]) => void;
|
|
88
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AutoCompleteComponent, never>;
|
|
89
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AutoCompleteComponent, "ejs-autocomplete", never, { "actionFailureTemplate": "actionFailureTemplate"; "allowCustom": "allowCustom"; "allowFiltering": "allowFiltering"; "autofill": "autofill"; "cssClass": "cssClass"; "dataSource": "dataSource"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableVirtualization": "enableVirtualization"; "enabled": "enabled"; "fields": "fields"; "filterBarPlaceholder": "filterBarPlaceholder"; "filterType": "filterType"; "floatLabelType": "floatLabelType"; "footerTemplate": "footerTemplate"; "groupTemplate": "groupTemplate"; "headerTemplate": "headerTemplate"; "highlight": "highlight"; "htmlAttributes": "htmlAttributes"; "ignoreAccent": "ignoreAccent"; "ignoreCase": "ignoreCase"; "index": "index"; "itemTemplate": "itemTemplate"; "locale": "locale"; "minLength": "minLength"; "noRecordsTemplate": "noRecordsTemplate"; "placeholder": "placeholder"; "popupHeight": "popupHeight"; "popupWidth": "popupWidth"; "query": "query"; "readonly": "readonly"; "showClearButton": "showClearButton"; "showPopupButton": "showPopupButton"; "sortOrder": "sortOrder"; "suggestionCount": "suggestionCount"; "text": "text"; "value": "value"; "valueTemplate": "valueTemplate"; "width": "width"; "zIndex": "zIndex"; }, { "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "actionFailure": "actionFailure"; "beforeOpen": "beforeOpen"; "blur": "blur"; "change": "change"; "close": "close"; "created": "created"; "customValueSpecifier": "customValueSpecifier"; "dataBound": "dataBound"; "destroyed": "destroyed"; "filtering": "filtering"; "focus": "focus"; "open": "open"; "select": "select"; "valueChange": "valueChange"; }, ["footerTemplate", "headerTemplate", "groupTemplate", "itemTemplate", "noRecordsTemplate", "actionFailureTemplate"], never>;
|
|
90
87
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./autocomplete.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the AutoComplete component.
|
|
6
3
|
*/
|
|
7
4
|
export declare class AutoCompleteModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AutoCompleteModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AutoCompleteModule, [typeof i1.AutoCompleteComponent], [typeof i2.CommonModule], [typeof i1.AutoCompleteComponent]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AutoCompleteModule>;
|
|
11
5
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/common";
|
|
3
|
-
import * as i2 from "./combobox.module";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the ComboBox component with providers.
|
|
6
3
|
*/
|
|
7
4
|
export declare class ComboBoxAllModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ComboBoxAllModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ComboBoxAllModule, never, [typeof i1.CommonModule, typeof i2.ComboBoxModule], [typeof i2.ComboBoxModule]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ComboBoxAllModule>;
|
|
11
5
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { ComboBox } from '@syncfusion/ej2-dropdowns';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
4
|
export declare const inputs: string[];
|
|
6
5
|
export declare const outputs: string[];
|
|
7
6
|
export declare const twoWays: string[];
|
|
@@ -41,7 +40,7 @@ export declare class ComboBoxComponent extends ComboBox implements IComponentBas
|
|
|
41
40
|
* > For more details about the available template options refer to [`Template`](../../drop-down-list/templates) documentation.
|
|
42
41
|
* @default null
|
|
43
42
|
* @asptype string
|
|
44
|
-
|
|
43
|
+
|
|
45
44
|
*/
|
|
46
45
|
footerTemplate: any;
|
|
47
46
|
/**
|
|
@@ -49,14 +48,14 @@ export declare class ComboBoxComponent extends ComboBox implements IComponentBas
|
|
|
49
48
|
* > For more details about the available template options refer to [`Template`](../../drop-down-list/templates) documentation.
|
|
50
49
|
* @default null
|
|
51
50
|
* @asptype string
|
|
52
|
-
|
|
51
|
+
|
|
53
52
|
*/
|
|
54
53
|
headerTemplate: any;
|
|
55
54
|
/**
|
|
56
55
|
* Accepts the template design and assigns it to the group headers present in the popup list.
|
|
57
56
|
* @default null
|
|
58
57
|
* @asptype string
|
|
59
|
-
|
|
58
|
+
|
|
60
59
|
*/
|
|
61
60
|
groupTemplate: any;
|
|
62
61
|
/**
|
|
@@ -68,7 +67,7 @@ export declare class ComboBoxComponent extends ComboBox implements IComponentBas
|
|
|
68
67
|
*
|
|
69
68
|
* @default null
|
|
70
69
|
* @asptype string
|
|
71
|
-
|
|
70
|
+
|
|
72
71
|
*/
|
|
73
72
|
itemTemplate: any;
|
|
74
73
|
noRecordsTemplate: any;
|
|
@@ -85,6 +84,4 @@ export declare class ComboBoxComponent extends ComboBox implements IComponentBas
|
|
|
85
84
|
ngAfterContentChecked(): void;
|
|
86
85
|
registerEvents: (eventList: string[]) => void;
|
|
87
86
|
addTwoWay: (propList: string[]) => void;
|
|
88
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ComboBoxComponent, never>;
|
|
89
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ComboBoxComponent, "ejs-combobox", never, { "actionFailureTemplate": "actionFailureTemplate"; "allowCustom": "allowCustom"; "allowFiltering": "allowFiltering"; "autofill": "autofill"; "cssClass": "cssClass"; "dataSource": "dataSource"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableVirtualization": "enableVirtualization"; "enabled": "enabled"; "fields": "fields"; "filterBarPlaceholder": "filterBarPlaceholder"; "filterType": "filterType"; "floatLabelType": "floatLabelType"; "footerTemplate": "footerTemplate"; "groupTemplate": "groupTemplate"; "headerTemplate": "headerTemplate"; "htmlAttributes": "htmlAttributes"; "ignoreAccent": "ignoreAccent"; "ignoreCase": "ignoreCase"; "index": "index"; "itemTemplate": "itemTemplate"; "locale": "locale"; "noRecordsTemplate": "noRecordsTemplate"; "placeholder": "placeholder"; "popupHeight": "popupHeight"; "popupWidth": "popupWidth"; "query": "query"; "readonly": "readonly"; "showClearButton": "showClearButton"; "sortOrder": "sortOrder"; "text": "text"; "value": "value"; "valueTemplate": "valueTemplate"; "width": "width"; "zIndex": "zIndex"; }, { "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "actionFailure": "actionFailure"; "beforeOpen": "beforeOpen"; "blur": "blur"; "change": "change"; "close": "close"; "created": "created"; "customValueSpecifier": "customValueSpecifier"; "dataBound": "dataBound"; "destroyed": "destroyed"; "filtering": "filtering"; "focus": "focus"; "open": "open"; "select": "select"; "valueChange": "valueChange"; }, ["footerTemplate", "headerTemplate", "groupTemplate", "itemTemplate", "noRecordsTemplate", "actionFailureTemplate"], never>;
|
|
90
87
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./combobox.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the ComboBox component.
|
|
6
3
|
*/
|
|
7
4
|
export declare class ComboBoxModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ComboBoxModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ComboBoxModule, [typeof i1.ComboBoxComponent], [typeof i2.CommonModule], [typeof i1.ComboBoxComponent]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ComboBoxModule>;
|
|
11
5
|
}
|
|
@@ -1,13 +1,7 @@
|
|
|
1
1
|
import { ValueProvider } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@angular/common";
|
|
4
|
-
import * as i2 from "./dropdownlist.module";
|
|
5
2
|
export declare const VirtualScrollService: ValueProvider;
|
|
6
3
|
/**
|
|
7
4
|
* NgModule definition for the DropDownList component with providers.
|
|
8
5
|
*/
|
|
9
6
|
export declare class DropDownListAllModule {
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DropDownListAllModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DropDownListAllModule, never, [typeof i1.CommonModule, typeof i2.DropDownListModule], [typeof i2.DropDownListModule]>;
|
|
12
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<DropDownListAllModule>;
|
|
13
7
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { DropDownList } from '@syncfusion/ej2-dropdowns';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
4
|
export declare const inputs: string[];
|
|
6
5
|
export declare const outputs: string[];
|
|
7
6
|
export declare const twoWays: string[];
|
|
@@ -66,7 +65,7 @@ export declare class DropDownListComponent extends DropDownList implements IComp
|
|
|
66
65
|
* Accepts the template design and assigns it to the group headers present in the popup list.
|
|
67
66
|
* @default null
|
|
68
67
|
* @asptype string
|
|
69
|
-
|
|
68
|
+
|
|
70
69
|
*/
|
|
71
70
|
groupTemplate: any;
|
|
72
71
|
/**
|
|
@@ -78,7 +77,7 @@ export declare class DropDownListComponent extends DropDownList implements IComp
|
|
|
78
77
|
*
|
|
79
78
|
* @default null
|
|
80
79
|
* @asptype string
|
|
81
|
-
|
|
80
|
+
|
|
82
81
|
*/
|
|
83
82
|
itemTemplate: any;
|
|
84
83
|
noRecordsTemplate: any;
|
|
@@ -95,6 +94,4 @@ export declare class DropDownListComponent extends DropDownList implements IComp
|
|
|
95
94
|
ngAfterContentChecked(): void;
|
|
96
95
|
registerEvents: (eventList: string[]) => void;
|
|
97
96
|
addTwoWay: (propList: string[]) => void;
|
|
98
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DropDownListComponent, never>;
|
|
99
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DropDownListComponent, "ejs-dropdownlist", never, { "actionFailureTemplate": "actionFailureTemplate"; "allowFiltering": "allowFiltering"; "cssClass": "cssClass"; "dataSource": "dataSource"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableVirtualization": "enableVirtualization"; "enabled": "enabled"; "fields": "fields"; "filterBarPlaceholder": "filterBarPlaceholder"; "filterType": "filterType"; "floatLabelType": "floatLabelType"; "footerTemplate": "footerTemplate"; "groupTemplate": "groupTemplate"; "headerTemplate": "headerTemplate"; "htmlAttributes": "htmlAttributes"; "ignoreAccent": "ignoreAccent"; "ignoreCase": "ignoreCase"; "index": "index"; "itemTemplate": "itemTemplate"; "locale": "locale"; "noRecordsTemplate": "noRecordsTemplate"; "placeholder": "placeholder"; "popupHeight": "popupHeight"; "popupWidth": "popupWidth"; "query": "query"; "readonly": "readonly"; "showClearButton": "showClearButton"; "sortOrder": "sortOrder"; "text": "text"; "value": "value"; "valueTemplate": "valueTemplate"; "width": "width"; "zIndex": "zIndex"; }, { "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "actionFailure": "actionFailure"; "beforeOpen": "beforeOpen"; "blur": "blur"; "change": "change"; "close": "close"; "created": "created"; "dataBound": "dataBound"; "destroyed": "destroyed"; "filtering": "filtering"; "focus": "focus"; "open": "open"; "select": "select"; "valueChange": "valueChange"; }, ["footerTemplate", "headerTemplate", "valueTemplate", "groupTemplate", "itemTemplate", "noRecordsTemplate", "actionFailureTemplate"], never>;
|
|
100
97
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./dropdownlist.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the DropDownList component.
|
|
6
3
|
*/
|
|
7
4
|
export declare class DropDownListModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DropDownListModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DropDownListModule, [typeof i1.DropDownListComponent], [typeof i2.CommonModule], [typeof i1.DropDownListComponent]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<DropDownListModule>;
|
|
11
5
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/common";
|
|
3
|
-
import * as i2 from "./dropdowntree.module";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the DropDownTree component with providers.
|
|
6
3
|
*/
|
|
7
4
|
export declare class DropDownTreeAllModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DropDownTreeAllModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DropDownTreeAllModule, never, [typeof i1.CommonModule, typeof i2.DropDownTreeModule], [typeof i2.DropDownTreeModule]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<DropDownTreeAllModule>;
|
|
11
5
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { DropDownTree } from '@syncfusion/ej2-dropdowns';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
4
|
export declare const inputs: string[];
|
|
6
5
|
export declare const outputs: string[];
|
|
7
6
|
export declare const twoWays: string[];
|
|
@@ -80,6 +79,4 @@ export declare class DropDownTreeComponent extends DropDownTree implements IComp
|
|
|
80
79
|
ngAfterContentChecked(): void;
|
|
81
80
|
registerEvents: (eventList: string[]) => void;
|
|
82
81
|
addTwoWay: (propList: string[]) => void;
|
|
83
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DropDownTreeComponent, never>;
|
|
84
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DropDownTreeComponent, "ejs-dropdowntree", never, { "actionFailureTemplate": "actionFailureTemplate"; "allowFiltering": "allowFiltering"; "allowMultiSelection": "allowMultiSelection"; "changeOnBlur": "changeOnBlur"; "cssClass": "cssClass"; "customTemplate": "customTemplate"; "delimiterChar": "delimiterChar"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enabled": "enabled"; "fields": "fields"; "filterBarPlaceholder": "filterBarPlaceholder"; "filterType": "filterType"; "floatLabelType": "floatLabelType"; "footerTemplate": "footerTemplate"; "headerTemplate": "headerTemplate"; "htmlAttributes": "htmlAttributes"; "ignoreAccent": "ignoreAccent"; "ignoreCase": "ignoreCase"; "itemTemplate": "itemTemplate"; "locale": "locale"; "mode": "mode"; "noRecordsTemplate": "noRecordsTemplate"; "placeholder": "placeholder"; "popupHeight": "popupHeight"; "popupWidth": "popupWidth"; "readonly": "readonly"; "selectAllText": "selectAllText"; "showCheckBox": "showCheckBox"; "showClearButton": "showClearButton"; "showDropDownIcon": "showDropDownIcon"; "showSelectAll": "showSelectAll"; "sortOrder": "sortOrder"; "text": "text"; "treeSettings": "treeSettings"; "unSelectAllText": "unSelectAllText"; "value": "value"; "width": "width"; "wrapText": "wrapText"; "zIndex": "zIndex"; }, { "actionFailure": "actionFailure"; "beforeOpen": "beforeOpen"; "blur": "blur"; "change": "change"; "close": "close"; "created": "created"; "dataBound": "dataBound"; "destroyed": "destroyed"; "filtering": "filtering"; "focus": "focus"; "keyPress": "keyPress"; "open": "open"; "select": "select"; "valueChange": "valueChange"; }, ["footerTemplate", "headerTemplate", "itemTemplate", "noRecordsTemplate", "actionFailureTemplate"], never>;
|
|
85
82
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./dropdowntree.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the DropDownTree component.
|
|
6
3
|
*/
|
|
7
4
|
export declare class DropDownTreeModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DropDownTreeModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DropDownTreeModule, [typeof i1.DropDownTreeComponent], [typeof i2.CommonModule], [typeof i1.DropDownTreeComponent]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<DropDownTreeModule>;
|
|
11
5
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/common";
|
|
3
|
-
import * as i2 from "./listbox.module";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the ListBox component with providers.
|
|
6
3
|
*/
|
|
7
4
|
export declare class ListBoxAllModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ListBoxAllModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ListBoxAllModule, never, [typeof i1.CommonModule, typeof i2.ListBoxModule], [typeof i2.ListBoxModule]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ListBoxAllModule>;
|
|
11
5
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { ListBox } from '@syncfusion/ej2-dropdowns';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
4
|
export declare const inputs: string[];
|
|
6
5
|
export declare const outputs: string[];
|
|
7
6
|
export declare const twoWays: string[];
|
|
@@ -44,7 +43,7 @@ export declare class ListBoxComponent extends ListBox implements IComponentBase
|
|
|
44
43
|
*
|
|
45
44
|
* @default null
|
|
46
45
|
* @asptype string
|
|
47
|
-
|
|
46
|
+
|
|
48
47
|
*/
|
|
49
48
|
itemTemplate: any;
|
|
50
49
|
noRecordsTemplate: any;
|
|
@@ -61,6 +60,4 @@ export declare class ListBoxComponent extends ListBox implements IComponentBase
|
|
|
61
60
|
ngAfterContentChecked(): void;
|
|
62
61
|
registerEvents: (eventList: string[]) => void;
|
|
63
62
|
addTwoWay: (propList: string[]) => void;
|
|
64
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ListBoxComponent, never>;
|
|
65
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ListBoxComponent, "ejs-listbox", never, { "actionFailureTemplate": "actionFailureTemplate"; "allowDragAndDrop": "allowDragAndDrop"; "allowFiltering": "allowFiltering"; "cssClass": "cssClass"; "dataSource": "dataSource"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enabled": "enabled"; "fields": "fields"; "filterBarPlaceholder": "filterBarPlaceholder"; "filterType": "filterType"; "groupTemplate": "groupTemplate"; "height": "height"; "ignoreAccent": "ignoreAccent"; "ignoreCase": "ignoreCase"; "itemTemplate": "itemTemplate"; "locale": "locale"; "maximumSelectionLength": "maximumSelectionLength"; "noRecordsTemplate": "noRecordsTemplate"; "query": "query"; "scope": "scope"; "selectionSettings": "selectionSettings"; "sortOrder": "sortOrder"; "toolbarSettings": "toolbarSettings"; "value": "value"; "zIndex": "zIndex"; }, { "focus": "focus"; "blur": "blur"; "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "actionFailure": "actionFailure"; "beforeDrop": "beforeDrop"; "beforeItemRender": "beforeItemRender"; "change": "change"; "created": "created"; "dataBound": "dataBound"; "destroyed": "destroyed"; "drag": "drag"; "dragStart": "dragStart"; "drop": "drop"; "filtering": "filtering"; "select": "select"; "valueChange": "valueChange"; }, ["itemTemplate", "noRecordsTemplate"], never>;
|
|
66
63
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./listbox.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the ListBox component.
|
|
6
3
|
*/
|
|
7
4
|
export declare class ListBoxModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ListBoxModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ListBoxModule, [typeof i1.ListBoxComponent], [typeof i2.CommonModule], [typeof i1.ListBoxComponent]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ListBoxModule>;
|
|
11
5
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/common";
|
|
3
|
-
import * as i2 from "./mention.module";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the Mention component with providers.
|
|
6
3
|
*/
|
|
7
4
|
export declare class MentionAllModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MentionAllModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MentionAllModule, never, [typeof i1.CommonModule, typeof i2.MentionModule], [typeof i2.MentionModule]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<MentionAllModule>;
|
|
11
5
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { Mention } from '@syncfusion/ej2-dropdowns';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
4
|
export declare const inputs: string[];
|
|
6
5
|
export declare const outputs: string[];
|
|
7
6
|
export declare const twoWays: string[];
|
|
@@ -54,6 +53,4 @@ export declare class MentionComponent extends Mention implements IComponentBase
|
|
|
54
53
|
ngAfterContentChecked(): void;
|
|
55
54
|
registerEvents: (eventList: string[]) => void;
|
|
56
55
|
addTwoWay: (propList: string[]) => void;
|
|
57
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MentionComponent, never>;
|
|
58
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MentionComponent, "ejs-mention", never, { "allowSpaces": "allowSpaces"; "cssClass": "cssClass"; "dataSource": "dataSource"; "displayTemplate": "displayTemplate"; "fields": "fields"; "filterType": "filterType"; "highlight": "highlight"; "ignoreCase": "ignoreCase"; "itemTemplate": "itemTemplate"; "locale": "locale"; "mentionChar": "mentionChar"; "minLength": "minLength"; "noRecordsTemplate": "noRecordsTemplate"; "popupHeight": "popupHeight"; "popupWidth": "popupWidth"; "query": "query"; "showMentionChar": "showMentionChar"; "sortOrder": "sortOrder"; "spinnerTemplate": "spinnerTemplate"; "suffixText": "suffixText"; "suggestionCount": "suggestionCount"; "target": "target"; }, { "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "actionFailure": "actionFailure"; "beforeOpen": "beforeOpen"; "change": "change"; "closed": "closed"; "created": "created"; "destroyed": "destroyed"; "filtering": "filtering"; "opened": "opened"; "select": "select"; }, ["displayTemplate", "itemTemplate", "spinnerTemplate", "noRecordsTemplate"], ["*"]>;
|
|
59
56
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./mention.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the Mention component.
|
|
6
3
|
*/
|
|
7
4
|
export declare class MentionModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MentionModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MentionModule, [typeof i1.MentionComponent], [typeof i2.CommonModule], [typeof i1.MentionComponent]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<MentionModule>;
|
|
11
5
|
}
|
|
@@ -1,13 +1,7 @@
|
|
|
1
1
|
import { ValueProvider } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@angular/common";
|
|
4
|
-
import * as i2 from "./multiselect.module";
|
|
5
2
|
export declare const CheckBoxSelectionService: ValueProvider;
|
|
6
3
|
/**
|
|
7
4
|
* NgModule definition for the MultiSelect component with providers.
|
|
8
5
|
*/
|
|
9
6
|
export declare class MultiSelectAllModule {
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectAllModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MultiSelectAllModule, never, [typeof i1.CommonModule, typeof i2.MultiSelectModule], [typeof i2.MultiSelectModule]>;
|
|
12
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<MultiSelectAllModule>;
|
|
13
7
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { MultiSelect } from '@syncfusion/ej2-dropdowns';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
4
|
export declare const inputs: string[];
|
|
6
5
|
export declare const outputs: string[];
|
|
7
6
|
export declare const twoWays: string[];
|
|
@@ -101,6 +100,4 @@ export declare class MultiSelectComponent extends MultiSelect implements ICompon
|
|
|
101
100
|
ngAfterContentChecked(): void;
|
|
102
101
|
registerEvents: (eventList: string[]) => void;
|
|
103
102
|
addTwoWay: (propList: string[]) => void;
|
|
104
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectComponent, never>;
|
|
105
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectComponent, "ejs-multiselect", never, { "actionFailureTemplate": "actionFailureTemplate"; "addTagOnBlur": "addTagOnBlur"; "allowCustomValue": "allowCustomValue"; "allowFiltering": "allowFiltering"; "changeOnBlur": "changeOnBlur"; "closePopupOnSelect": "closePopupOnSelect"; "cssClass": "cssClass"; "dataSource": "dataSource"; "delimiterChar": "delimiterChar"; "enableGroupCheckBox": "enableGroupCheckBox"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableSelectionOrder": "enableSelectionOrder"; "enabled": "enabled"; "fields": "fields"; "filterBarPlaceholder": "filterBarPlaceholder"; "filterType": "filterType"; "floatLabelType": "floatLabelType"; "footerTemplate": "footerTemplate"; "groupTemplate": "groupTemplate"; "headerTemplate": "headerTemplate"; "hideSelectedItem": "hideSelectedItem"; "htmlAttributes": "htmlAttributes"; "ignoreAccent": "ignoreAccent"; "ignoreCase": "ignoreCase"; "itemTemplate": "itemTemplate"; "locale": "locale"; "maximumSelectionLength": "maximumSelectionLength"; "mode": "mode"; "noRecordsTemplate": "noRecordsTemplate"; "openOnClick": "openOnClick"; "placeholder": "placeholder"; "popupHeight": "popupHeight"; "popupWidth": "popupWidth"; "query": "query"; "readonly": "readonly"; "selectAllText": "selectAllText"; "showClearButton": "showClearButton"; "showDropDownIcon": "showDropDownIcon"; "showSelectAll": "showSelectAll"; "sortOrder": "sortOrder"; "text": "text"; "unSelectAllText": "unSelectAllText"; "value": "value"; "valueTemplate": "valueTemplate"; "width": "width"; "zIndex": "zIndex"; }, { "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "actionFailure": "actionFailure"; "beforeOpen": "beforeOpen"; "beforeSelectAll": "beforeSelectAll"; "blur": "blur"; "change": "change"; "chipSelection": "chipSelection"; "close": "close"; "created": "created"; "customValueSelection": "customValueSelection"; "dataBound": "dataBound"; "destroyed": "destroyed"; "filtering": "filtering"; "focus": "focus"; "open": "open"; "removed": "removed"; "removing": "removing"; "select": "select"; "selectedAll": "selectedAll"; "tagging": "tagging"; "valueChange": "valueChange"; }, ["footerTemplate", "headerTemplate", "valueTemplate", "itemTemplate", "groupTemplate", "noRecordsTemplate", "actionFailureTemplate"], never>;
|
|
106
103
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./multiselect.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the MultiSelect component.
|
|
6
3
|
*/
|
|
7
4
|
export declare class MultiSelectModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MultiSelectModule, [typeof i1.MultiSelectComponent], [typeof i2.CommonModule], [typeof i1.MultiSelectComponent]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<MultiSelectModule>;
|
|
11
5
|
}
|
|
@@ -1,106 +1 @@
|
|
|
1
|
-
|
|
2
|
-
border-radius: 4px;
|
|
3
|
-
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
|
|
4
|
-
margin-top: 3px;
|
|
5
|
-
}
|
|
6
|
-
.e-popup.e-ddl .e-input-group {
|
|
7
|
-
width: auto;
|
|
8
|
-
}
|
|
9
|
-
.e-popup.e-ddl .e-input-group input {
|
|
10
|
-
line-height: 15px;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.e-popup.e-ddl .e-dropdownbase {
|
|
14
|
-
min-height: 26px;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.e-popup.e-ddl .e-filter-parent .e-input-group {
|
|
18
|
-
display: -ms-flexbox;
|
|
19
|
-
display: flex;
|
|
20
|
-
width: auto;
|
|
21
|
-
}
|
|
22
|
-
.e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon {
|
|
23
|
-
border: 0;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.e-bigger .e-popup.e-ddl-device-filter {
|
|
27
|
-
margin-top: 0;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.e-bigger .e-popup.e-ddl .e-list-item, .e-bigger .e-popup.e-ddl .e-list-group-item, .e-bigger .e-popup.e-ddl .e-fixed-head {
|
|
31
|
-
font-size: 15px;
|
|
32
|
-
line-height: 40px;
|
|
33
|
-
padding-left: 0;
|
|
34
|
-
text-indent: 24px;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.e-bigger .e-popup.e-ddl .e-dd-group .e-list-item {
|
|
38
|
-
padding-left: 4px;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.e-bigger .e-popup.e-ddl .e-input-group {
|
|
42
|
-
padding: 4px 0;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
.e-bigger .e-popup.e-ddl .e-input-group input, .e-bigger .e-popup.e-ddl .e-input-group input.e-input {
|
|
46
|
-
height: 38px;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
.e-bigger .e-popup.e-ddl .e-dropdownbase {
|
|
50
|
-
min-height: 40px;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
|
|
54
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
|
|
55
|
-
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
|
|
56
|
-
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:hover,
|
|
57
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
|
|
58
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover,
|
|
59
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
60
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:hover {
|
|
61
|
-
background: transparent;
|
|
62
|
-
color: #f0f0f0;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
66
|
-
.e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist ~ .e-input-group-icon,
|
|
67
|
-
.e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
|
|
68
|
-
.e-control.e-dropdownlist .e-input-group.e-ddl .e-input-group-icon {
|
|
69
|
-
border: 0;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-input-group-icon:active,
|
|
73
|
-
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active,
|
|
74
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
75
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active {
|
|
76
|
-
box-shadow: none;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
.e-ddl.e-popup .e-filter-parent {
|
|
80
|
-
border-bottom: 1px solid #484848;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
.e-bigger.e-small .e-ddl.e-popup .e-list-item, .e-bigger.e-small .e-ddl.e-popup .e-list-group-item, .e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
|
|
84
|
-
font-size: 14px;
|
|
85
|
-
line-height: 34px;
|
|
86
|
-
padding-left: 0;
|
|
87
|
-
text-indent: 16px;
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
.e-bigger.e-small .e-ddl.e-popup .e-dd-group .e-list-item {
|
|
91
|
-
padding-left: 4px;
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
.e-bigger.e-small .e-ddl.e-popup .e-input-group {
|
|
95
|
-
padding: 4px 0;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
.e-bigger.e-small .e-ddl.e-popup .e-input-group input, .e-bigger.e-small .e-ddl.e-popup .e-input-group input.e-input {
|
|
99
|
-
height: 30px;
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
.e-bigger.e-small .e-popup.e-ddl .e-dropdownbase {
|
|
103
|
-
min-height: 34px;
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
/* stylelint-disable-line no-empty-source */
|
|
1
|
+
@import '@syncfusion/ej2-dropdowns/styles/auto-complete/bootstrap-dark.css';
|
|
@@ -1,106 +1 @@
|
|
|
1
|
-
|
|
2
|
-
border-radius: 4px;
|
|
3
|
-
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
4
|
-
margin-top: 3px;
|
|
5
|
-
}
|
|
6
|
-
.e-popup.e-ddl .e-input-group {
|
|
7
|
-
width: auto;
|
|
8
|
-
}
|
|
9
|
-
.e-popup.e-ddl .e-input-group input {
|
|
10
|
-
line-height: 15px;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.e-popup.e-ddl .e-dropdownbase {
|
|
14
|
-
min-height: 26px;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.e-popup.e-ddl .e-filter-parent .e-input-group {
|
|
18
|
-
display: -ms-flexbox;
|
|
19
|
-
display: flex;
|
|
20
|
-
width: auto;
|
|
21
|
-
}
|
|
22
|
-
.e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon {
|
|
23
|
-
border: 0;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.e-bigger .e-popup.e-ddl-device-filter {
|
|
27
|
-
margin-top: 0;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.e-bigger .e-popup.e-ddl .e-list-item, .e-bigger .e-popup.e-ddl .e-list-group-item, .e-bigger .e-popup.e-ddl .e-fixed-head {
|
|
31
|
-
font-size: 15px;
|
|
32
|
-
line-height: 40px;
|
|
33
|
-
padding-left: 0;
|
|
34
|
-
text-indent: 24px;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.e-bigger .e-popup.e-ddl .e-dd-group .e-list-item {
|
|
38
|
-
padding-left: 4px;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.e-bigger .e-popup.e-ddl .e-input-group {
|
|
42
|
-
padding: 4px 0;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
.e-bigger .e-popup.e-ddl .e-input-group input, .e-bigger .e-popup.e-ddl .e-input-group input.e-input {
|
|
46
|
-
height: 38px;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
.e-bigger .e-popup.e-ddl .e-dropdownbase {
|
|
50
|
-
min-height: 40px;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
|
|
54
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
|
|
55
|
-
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
|
|
56
|
-
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:hover,
|
|
57
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
|
|
58
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover,
|
|
59
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
60
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:hover {
|
|
61
|
-
background: transparent;
|
|
62
|
-
color: #333;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
66
|
-
.e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist ~ .e-input-group-icon,
|
|
67
|
-
.e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
|
|
68
|
-
.e-control.e-dropdownlist .e-input-group.e-ddl .e-input-group-icon {
|
|
69
|
-
border: 0;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-input-group-icon:active,
|
|
73
|
-
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active,
|
|
74
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
75
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active {
|
|
76
|
-
box-shadow: none;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
.e-ddl.e-popup .e-filter-parent {
|
|
80
|
-
border-bottom: 1px solid #ccc;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
.e-bigger.e-small .e-ddl.e-popup .e-list-item, .e-bigger.e-small .e-ddl.e-popup .e-list-group-item, .e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
|
|
84
|
-
font-size: 14px;
|
|
85
|
-
line-height: 34px;
|
|
86
|
-
padding-left: 0;
|
|
87
|
-
text-indent: 16px;
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
.e-bigger.e-small .e-ddl.e-popup .e-dd-group .e-list-item {
|
|
91
|
-
padding-left: 4px;
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
.e-bigger.e-small .e-ddl.e-popup .e-input-group {
|
|
95
|
-
padding: 4px 0;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
.e-bigger.e-small .e-ddl.e-popup .e-input-group input, .e-bigger.e-small .e-ddl.e-popup .e-input-group input.e-input {
|
|
99
|
-
height: 30px;
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
.e-bigger.e-small .e-popup.e-ddl .e-dropdownbase {
|
|
103
|
-
min-height: 34px;
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
/* stylelint-disable-line no-empty-source */
|
|
1
|
+
@import '@syncfusion/ej2-dropdowns/styles/auto-complete/bootstrap.css';
|