@syncfusion/ej2-angular-calendars 20.2.50 → 20.3.47
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/package.json +8 -8
- package/schematics/collection.json +150 -0
- package/schematics/generators/calendar-daterange/index.d.ts +3 -0
- package/schematics/generators/calendar-daterange/index.js +8 -0
- package/schematics/generators/calendar-daterange/sample-details.d.ts +5 -0
- package/schematics/generators/calendar-daterange/sample-details.js +7 -0
- package/schematics/generators/calendar-daterange/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +16 -0
- package/schematics/generators/calendar-daterange/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
- package/schematics/generators/calendar-daterange/schema.d.ts +3 -0
- package/schematics/generators/calendar-daterange/schema.js +2 -0
- package/schematics/generators/calendar-daterange/schema.json +125 -0
- package/schematics/generators/calendar-disableddates/index.d.ts +3 -0
- package/schematics/generators/calendar-disableddates/index.js +8 -0
- package/schematics/generators/calendar-disableddates/sample-details.d.ts +5 -0
- package/schematics/generators/calendar-disableddates/sample-details.js +7 -0
- package/schematics/generators/calendar-disableddates/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +16 -0
- package/schematics/generators/calendar-disableddates/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
- package/schematics/generators/calendar-disableddates/schema.d.ts +3 -0
- package/schematics/generators/calendar-disableddates/schema.js +2 -0
- package/schematics/generators/calendar-disableddates/schema.json +125 -0
- package/schematics/generators/calendar-multiselection/index.d.ts +3 -0
- package/schematics/generators/calendar-multiselection/index.js +8 -0
- package/schematics/generators/calendar-multiselection/sample-details.d.ts +5 -0
- package/schematics/generators/calendar-multiselection/sample-details.js +7 -0
- package/schematics/generators/calendar-multiselection/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +61 -0
- package/schematics/generators/calendar-multiselection/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +14 -0
- package/schematics/generators/calendar-multiselection/schema.d.ts +3 -0
- package/schematics/generators/calendar-multiselection/schema.js +2 -0
- package/schematics/generators/calendar-multiselection/schema.json +125 -0
- package/schematics/generators/calendar-views/index.d.ts +3 -0
- package/schematics/generators/calendar-views/index.js +8 -0
- package/schematics/generators/calendar-views/sample-details.d.ts +5 -0
- package/schematics/generators/calendar-views/sample-details.js +7 -0
- package/schematics/generators/calendar-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +16 -0
- package/schematics/generators/calendar-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
- package/schematics/generators/calendar-views/schema.d.ts +3 -0
- package/schematics/generators/calendar-views/schema.js +2 -0
- package/schematics/generators/calendar-views/schema.json +125 -0
- package/schematics/generators/calendar-weeknumber/index.d.ts +3 -0
- package/schematics/generators/calendar-weeknumber/index.js +8 -0
- package/schematics/generators/calendar-weeknumber/sample-details.d.ts +5 -0
- package/schematics/generators/calendar-weeknumber/sample-details.js +7 -0
- package/schematics/generators/calendar-weeknumber/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +16 -0
- package/schematics/generators/calendar-weeknumber/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
- package/schematics/generators/calendar-weeknumber/schema.d.ts +3 -0
- package/schematics/generators/calendar-weeknumber/schema.js +2 -0
- package/schematics/generators/calendar-weeknumber/schema.json +125 -0
- package/schematics/generators/datepicker-daterange/index.d.ts +3 -0
- package/schematics/generators/datepicker-daterange/index.js +8 -0
- package/schematics/generators/datepicker-daterange/sample-details.d.ts +5 -0
- package/schematics/generators/datepicker-daterange/sample-details.js +7 -0
- package/schematics/generators/datepicker-daterange/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +8 -0
- package/schematics/generators/datepicker-daterange/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
- package/schematics/generators/datepicker-daterange/schema.d.ts +3 -0
- package/schematics/generators/datepicker-daterange/schema.js +2 -0
- package/schematics/generators/datepicker-daterange/schema.json +125 -0
- package/schematics/generators/datepicker-disableddates/index.d.ts +3 -0
- package/schematics/generators/datepicker-disableddates/index.js +8 -0
- package/schematics/generators/datepicker-disableddates/sample-details.d.ts +5 -0
- package/schematics/generators/datepicker-disableddates/sample-details.js +7 -0
- package/schematics/generators/datepicker-disableddates/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +8 -0
- package/schematics/generators/datepicker-disableddates/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
- package/schematics/generators/datepicker-disableddates/schema.d.ts +3 -0
- package/schematics/generators/datepicker-disableddates/schema.js +2 -0
- package/schematics/generators/datepicker-disableddates/schema.json +125 -0
- package/schematics/generators/datepicker-format/index.d.ts +3 -0
- package/schematics/generators/datepicker-format/index.js +8 -0
- package/schematics/generators/datepicker-format/sample-details.d.ts +5 -0
- package/schematics/generators/datepicker-format/sample-details.js +7 -0
- package/schematics/generators/datepicker-format/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +12 -0
- package/schematics/generators/datepicker-format/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +27 -0
- package/schematics/generators/datepicker-format/schema.d.ts +3 -0
- package/schematics/generators/datepicker-format/schema.js +2 -0
- package/schematics/generators/datepicker-format/schema.json +125 -0
- package/schematics/generators/datepicker-multiselection/index.d.ts +3 -0
- package/schematics/generators/datepicker-multiselection/index.js +8 -0
- package/schematics/generators/datepicker-multiselection/sample-details.d.ts +5 -0
- package/schematics/generators/datepicker-multiselection/sample-details.js +7 -0
- package/schematics/generators/datepicker-multiselection/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +8 -0
- package/schematics/generators/datepicker-multiselection/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
- package/schematics/generators/datepicker-multiselection/schema.d.ts +3 -0
- package/schematics/generators/datepicker-multiselection/schema.js +2 -0
- package/schematics/generators/datepicker-multiselection/schema.json +125 -0
- package/schematics/generators/datepicker-strictmode/index.d.ts +3 -0
- package/schematics/generators/datepicker-strictmode/index.js +8 -0
- package/schematics/generators/datepicker-strictmode/sample-details.d.ts +5 -0
- package/schematics/generators/datepicker-strictmode/sample-details.js +7 -0
- package/schematics/generators/datepicker-strictmode/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +8 -0
- package/schematics/generators/datepicker-strictmode/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
- package/schematics/generators/datepicker-strictmode/schema.d.ts +3 -0
- package/schematics/generators/datepicker-strictmode/schema.js +2 -0
- package/schematics/generators/datepicker-strictmode/schema.json +125 -0
- package/schematics/generators/datepicker-views/index.d.ts +3 -0
- package/schematics/generators/datepicker-views/index.js +8 -0
- package/schematics/generators/datepicker-views/sample-details.d.ts +5 -0
- package/schematics/generators/datepicker-views/sample-details.js +7 -0
- package/schematics/generators/datepicker-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +8 -0
- package/schematics/generators/datepicker-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
- package/schematics/generators/datepicker-views/schema.d.ts +3 -0
- package/schematics/generators/datepicker-views/schema.js +2 -0
- package/schematics/generators/datepicker-views/schema.json +125 -0
- package/schematics/generators/daterangepicker-daterange/index.d.ts +3 -0
- package/schematics/generators/daterangepicker-daterange/index.js +8 -0
- package/schematics/generators/daterangepicker-daterange/sample-details.d.ts +5 -0
- package/schematics/generators/daterangepicker-daterange/sample-details.js +7 -0
- package/schematics/generators/daterangepicker-daterange/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +8 -0
- package/schematics/generators/daterangepicker-daterange/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
- package/schematics/generators/daterangepicker-daterange/schema.d.ts +3 -0
- package/schematics/generators/daterangepicker-daterange/schema.js +2 -0
- package/schematics/generators/daterangepicker-daterange/schema.json +125 -0
- package/schematics/generators/daterangepicker-dayspan/index.d.ts +3 -0
- package/schematics/generators/daterangepicker-dayspan/index.js +8 -0
- package/schematics/generators/daterangepicker-dayspan/sample-details.d.ts +5 -0
- package/schematics/generators/daterangepicker-dayspan/sample-details.js +7 -0
- package/schematics/generators/daterangepicker-dayspan/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +8 -0
- package/schematics/generators/daterangepicker-dayspan/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
- package/schematics/generators/daterangepicker-dayspan/schema.d.ts +3 -0
- package/schematics/generators/daterangepicker-dayspan/schema.js +2 -0
- package/schematics/generators/daterangepicker-dayspan/schema.json +125 -0
- package/schematics/generators/daterangepicker-disableddates/index.d.ts +3 -0
- package/schematics/generators/daterangepicker-disableddates/index.js +8 -0
- package/schematics/generators/daterangepicker-disableddates/sample-details.d.ts +5 -0
- package/schematics/generators/daterangepicker-disableddates/sample-details.js +7 -0
- package/schematics/generators/daterangepicker-disableddates/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +8 -0
- package/schematics/generators/daterangepicker-disableddates/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
- package/schematics/generators/daterangepicker-disableddates/schema.d.ts +3 -0
- package/schematics/generators/daterangepicker-disableddates/schema.js +2 -0
- package/schematics/generators/daterangepicker-disableddates/schema.json +125 -0
- package/schematics/generators/daterangepicker-format/index.d.ts +3 -0
- package/schematics/generators/daterangepicker-format/index.js +8 -0
- package/schematics/generators/daterangepicker-format/sample-details.d.ts +5 -0
- package/schematics/generators/daterangepicker-format/sample-details.js +7 -0
- package/schematics/generators/daterangepicker-format/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +12 -0
- package/schematics/generators/daterangepicker-format/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +28 -0
- package/schematics/generators/daterangepicker-format/schema.d.ts +3 -0
- package/schematics/generators/daterangepicker-format/schema.js +2 -0
- package/schematics/generators/daterangepicker-format/schema.json +125 -0
- package/schematics/generators/daterangepicker-presets/index.d.ts +3 -0
- package/schematics/generators/daterangepicker-presets/index.js +8 -0
- package/schematics/generators/daterangepicker-presets/sample-details.d.ts +5 -0
- package/schematics/generators/daterangepicker-presets/sample-details.js +7 -0
- package/schematics/generators/daterangepicker-presets/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +8 -0
- package/schematics/generators/daterangepicker-presets/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +12 -0
- package/schematics/generators/daterangepicker-presets/schema.d.ts +3 -0
- package/schematics/generators/daterangepicker-presets/schema.js +2 -0
- package/schematics/generators/daterangepicker-presets/schema.json +125 -0
- package/schematics/generators/daterangepicker-strictmode/index.d.ts +3 -0
- package/schematics/generators/daterangepicker-strictmode/index.js +8 -0
- package/schematics/generators/daterangepicker-strictmode/sample-details.d.ts +5 -0
- package/schematics/generators/daterangepicker-strictmode/sample-details.js +7 -0
- package/schematics/generators/daterangepicker-strictmode/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +8 -0
- package/schematics/generators/daterangepicker-strictmode/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +4 -0
- package/schematics/generators/daterangepicker-strictmode/schema.d.ts +3 -0
- package/schematics/generators/daterangepicker-strictmode/schema.js +2 -0
- package/schematics/generators/daterangepicker-strictmode/schema.json +125 -0
- package/schematics/generators/datetimepicker-daterange/index.d.ts +3 -0
- package/schematics/generators/datetimepicker-daterange/index.js +8 -0
- package/schematics/generators/datetimepicker-daterange/sample-details.d.ts +5 -0
- package/schematics/generators/datetimepicker-daterange/sample-details.js +7 -0
- package/schematics/generators/datetimepicker-daterange/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +8 -0
- package/schematics/generators/datetimepicker-daterange/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
- package/schematics/generators/datetimepicker-daterange/schema.d.ts +3 -0
- package/schematics/generators/datetimepicker-daterange/schema.js +2 -0
- package/schematics/generators/datetimepicker-daterange/schema.json +125 -0
- package/schematics/generators/datetimepicker-disableddates/index.d.ts +3 -0
- package/schematics/generators/datetimepicker-disableddates/index.js +8 -0
- package/schematics/generators/datetimepicker-disableddates/sample-details.d.ts +5 -0
- package/schematics/generators/datetimepicker-disableddates/sample-details.js +7 -0
- package/schematics/generators/datetimepicker-disableddates/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +8 -0
- package/schematics/generators/datetimepicker-disableddates/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
- package/schematics/generators/datetimepicker-disableddates/schema.d.ts +3 -0
- package/schematics/generators/datetimepicker-disableddates/schema.js +2 -0
- package/schematics/generators/datetimepicker-disableddates/schema.json +125 -0
- package/schematics/generators/datetimepicker-format/index.d.ts +3 -0
- package/schematics/generators/datetimepicker-format/index.js +8 -0
- package/schematics/generators/datetimepicker-format/sample-details.d.ts +5 -0
- package/schematics/generators/datetimepicker-format/sample-details.js +7 -0
- package/schematics/generators/datetimepicker-format/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +12 -0
- package/schematics/generators/datetimepicker-format/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +27 -0
- package/schematics/generators/datetimepicker-format/schema.d.ts +3 -0
- package/schematics/generators/datetimepicker-format/schema.js +2 -0
- package/schematics/generators/datetimepicker-format/schema.json +125 -0
- package/schematics/generators/datetimepicker-multiselection/index.d.ts +3 -0
- package/schematics/generators/datetimepicker-multiselection/index.js +8 -0
- package/schematics/generators/datetimepicker-multiselection/sample-details.d.ts +5 -0
- package/schematics/generators/datetimepicker-multiselection/sample-details.js +7 -0
- package/schematics/generators/datetimepicker-multiselection/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +8 -0
- package/schematics/generators/datetimepicker-multiselection/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
- package/schematics/generators/datetimepicker-multiselection/schema.d.ts +3 -0
- package/schematics/generators/datetimepicker-multiselection/schema.js +2 -0
- package/schematics/generators/datetimepicker-multiselection/schema.json +125 -0
- package/schematics/generators/datetimepicker-strictmode/index.d.ts +3 -0
- package/schematics/generators/datetimepicker-strictmode/index.js +8 -0
- package/schematics/generators/datetimepicker-strictmode/sample-details.d.ts +5 -0
- package/schematics/generators/datetimepicker-strictmode/sample-details.js +7 -0
- package/schematics/generators/datetimepicker-strictmode/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +8 -0
- package/schematics/generators/datetimepicker-strictmode/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
- package/schematics/generators/datetimepicker-strictmode/schema.d.ts +3 -0
- package/schematics/generators/datetimepicker-strictmode/schema.js +2 -0
- package/schematics/generators/datetimepicker-strictmode/schema.json +125 -0
- package/schematics/generators/datetimepicker-views/index.d.ts +3 -0
- package/schematics/generators/datetimepicker-views/index.js +8 -0
- package/schematics/generators/datetimepicker-views/sample-details.d.ts +5 -0
- package/schematics/generators/datetimepicker-views/sample-details.js +7 -0
- package/schematics/generators/datetimepicker-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +8 -0
- package/schematics/generators/datetimepicker-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
- package/schematics/generators/datetimepicker-views/schema.d.ts +3 -0
- package/schematics/generators/datetimepicker-views/schema.js +2 -0
- package/schematics/generators/datetimepicker-views/schema.json +125 -0
- package/schematics/generators/timepicker-format/index.d.ts +3 -0
- package/schematics/generators/timepicker-format/index.js +8 -0
- package/schematics/generators/timepicker-format/sample-details.d.ts +5 -0
- package/schematics/generators/timepicker-format/sample-details.js +7 -0
- package/schematics/generators/timepicker-format/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +8 -0
- package/schematics/generators/timepicker-format/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +9 -0
- package/schematics/generators/timepicker-format/schema.d.ts +3 -0
- package/schematics/generators/timepicker-format/schema.js +2 -0
- package/schematics/generators/timepicker-format/schema.json +125 -0
- package/schematics/generators/timepicker-scrollto/index.d.ts +3 -0
- package/schematics/generators/timepicker-scrollto/index.js +8 -0
- package/schematics/generators/timepicker-scrollto/sample-details.d.ts +5 -0
- package/schematics/generators/timepicker-scrollto/sample-details.js +7 -0
- package/schematics/generators/timepicker-scrollto/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +8 -0
- package/schematics/generators/timepicker-scrollto/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
- package/schematics/generators/timepicker-scrollto/schema.d.ts +3 -0
- package/schematics/generators/timepicker-scrollto/schema.js +2 -0
- package/schematics/generators/timepicker-scrollto/schema.json +125 -0
- package/schematics/generators/timepicker-step/index.d.ts +3 -0
- package/schematics/generators/timepicker-step/index.js +8 -0
- package/schematics/generators/timepicker-step/sample-details.d.ts +5 -0
- package/schematics/generators/timepicker-step/sample-details.js +7 -0
- package/schematics/generators/timepicker-step/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +8 -0
- package/schematics/generators/timepicker-step/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
- package/schematics/generators/timepicker-step/schema.d.ts +3 -0
- package/schematics/generators/timepicker-step/schema.js +2 -0
- package/schematics/generators/timepicker-step/schema.json +125 -0
- package/schematics/generators/timepicker-strictmode/index.d.ts +3 -0
- package/schematics/generators/timepicker-strictmode/index.js +8 -0
- package/schematics/generators/timepicker-strictmode/sample-details.d.ts +5 -0
- package/schematics/generators/timepicker-strictmode/sample-details.js +7 -0
- package/schematics/generators/timepicker-strictmode/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +8 -0
- package/schematics/generators/timepicker-strictmode/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
- package/schematics/generators/timepicker-strictmode/schema.d.ts +3 -0
- package/schematics/generators/timepicker-strictmode/schema.js +2 -0
- package/schematics/generators/timepicker-strictmode/schema.json +125 -0
- package/schematics/generators/timepicker-timerange/index.d.ts +3 -0
- package/schematics/generators/timepicker-timerange/index.js +8 -0
- package/schematics/generators/timepicker-timerange/sample-details.d.ts +5 -0
- package/schematics/generators/timepicker-timerange/sample-details.js +7 -0
- package/schematics/generators/timepicker-timerange/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +8 -0
- package/schematics/generators/timepicker-timerange/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
- package/schematics/generators/timepicker-timerange/schema.d.ts +3 -0
- package/schematics/generators/timepicker-timerange/schema.js +2 -0
- package/schematics/generators/timepicker-timerange/schema.json +125 -0
- package/schematics/ng-add/index.d.ts +3 -0
- package/schematics/ng-add/index.js +9 -0
- package/schematics/ng-add/schema.d.ts +13 -0
- package/schematics/ng-add/schema.js +2 -0
- package/schematics/ng-add/schema.json +34 -0
- package/schematics/tsconfig.json +25 -0
- package/schematics/utils/lib-details.d.ts +4 -0
- package/schematics/utils/lib-details.js +6 -0
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +13 -184
- package/styles/bootstrap.css +13 -184
- package/styles/bootstrap4.css +13 -184
- package/styles/bootstrap5-dark.css +18 -186
- package/styles/bootstrap5.css +18 -186
- package/styles/calendar/_all.scss +1 -1
- package/styles/calendar/_bootstrap-dark-definition.scss +8 -7
- package/styles/calendar/_bootstrap-definition.scss +6 -6
- package/styles/calendar/_bootstrap4-definition.scss +6 -5
- package/styles/calendar/_bootstrap5-definition.scss +29 -3
- package/styles/calendar/_fabric-dark-definition.scss +4 -1
- package/styles/calendar/_fabric-definition.scss +1 -0
- package/styles/calendar/_fluent-definition.scss +30 -4
- package/styles/calendar/_fusionnew-definition.scss +29 -3
- package/styles/calendar/_highcontrast-light-definition.scss +3 -1
- package/styles/calendar/_layout.scss +153 -95
- package/styles/calendar/_material-dark-definition.scss +3 -1
- package/styles/calendar/_material3-definition.scss +29 -3
- package/styles/calendar/_tailwind-definition.scss +27 -5
- package/styles/calendar/_theme.scss +111 -66
- package/styles/calendar/bootstrap-dark.css +1 -0
- package/styles/calendar/bootstrap.css +1 -0
- package/styles/calendar/bootstrap4.css +1 -0
- package/styles/calendar/bootstrap5-dark.css +1 -0
- package/styles/calendar/bootstrap5.css +1 -0
- package/styles/calendar/fabric-dark.css +1 -0
- package/styles/calendar/fabric.css +1 -0
- package/styles/calendar/fluent-dark.css +1 -0
- package/styles/calendar/fluent.css +1 -0
- package/styles/calendar/highcontrast-light.css +1 -0
- package/styles/calendar/highcontrast.css +1 -0
- package/styles/calendar/icons/_bootstrap-dark.scss +2 -1
- package/styles/calendar/icons/_bootstrap.scss +2 -1
- package/styles/calendar/icons/_bootstrap4.scss +2 -1
- package/styles/calendar/icons/_bootstrap5.scss +2 -1
- package/styles/calendar/icons/_fabric-dark.scss +2 -1
- package/styles/calendar/icons/_fabric.scss +2 -1
- package/styles/calendar/icons/_fluent.scss +2 -1
- package/styles/calendar/icons/_fusionnew.scss +2 -1
- package/styles/calendar/icons/_highcontrast-light.scss +2 -1
- package/styles/calendar/icons/_highcontrast.scss +2 -1
- package/styles/calendar/icons/_material-dark.scss +2 -1
- package/styles/calendar/icons/_material.scss +2 -1
- package/styles/calendar/icons/_material3.scss +2 -1
- package/styles/calendar/icons/_tailwind.scss +2 -1
- package/styles/calendar/material-dark.css +1 -0
- package/styles/calendar/material.css +1 -0
- package/styles/calendar/tailwind-dark.css +2 -0
- package/styles/calendar/tailwind.css +2 -0
- package/styles/datepicker/_all.scss +1 -1
- package/styles/datepicker/_bootstrap-dark-definition.scss +4 -1
- package/styles/datepicker/_bootstrap-definition.scss +2 -0
- package/styles/datepicker/_bootstrap4-definition.scss +2 -0
- package/styles/datepicker/_bootstrap5-definition.scss +5 -1
- package/styles/datepicker/_fabric-dark-definition.scss +3 -0
- package/styles/datepicker/_fabric-definition.scss +2 -0
- package/styles/datepicker/_fluent-definition.scss +4 -1
- package/styles/datepicker/_fusionnew-definition.scss +5 -1
- package/styles/datepicker/_highcontrast-definition.scss +2 -0
- package/styles/datepicker/_highcontrast-light-definition.scss +4 -1
- package/styles/datepicker/_layout.scss +23 -18
- package/styles/datepicker/_material-dark-definition.scss +4 -1
- package/styles/datepicker/_material-definition.scss +2 -0
- package/styles/datepicker/_material3-definition.scss +5 -1
- package/styles/datepicker/_tailwind-definition.scss +5 -1
- package/styles/datepicker/_theme.scss +7 -7
- package/styles/datepicker/bootstrap-dark.css +3 -80
- package/styles/datepicker/bootstrap.css +3 -80
- package/styles/datepicker/bootstrap4.css +3 -80
- package/styles/datepicker/bootstrap5-dark.css +4 -81
- package/styles/datepicker/bootstrap5.css +4 -81
- package/styles/datepicker/fabric-dark.css +3 -80
- package/styles/datepicker/fabric.css +3 -80
- package/styles/datepicker/fluent-dark.css +4 -81
- package/styles/datepicker/fluent.css +4 -81
- package/styles/datepicker/highcontrast-light.css +3 -80
- package/styles/datepicker/highcontrast.css +3 -80
- package/styles/datepicker/icons/_bootstrap-dark.scss +7 -6
- package/styles/datepicker/icons/_bootstrap.scss +7 -6
- package/styles/datepicker/icons/_bootstrap4.scss +7 -6
- package/styles/datepicker/icons/_bootstrap5.scss +7 -6
- package/styles/datepicker/icons/_fabric-dark.scss +6 -5
- package/styles/datepicker/icons/_fabric.scss +7 -6
- package/styles/datepicker/icons/_fluent.scss +7 -6
- package/styles/datepicker/icons/_fusionnew.scss +7 -6
- package/styles/datepicker/icons/_highcontrast-light.scss +7 -6
- package/styles/datepicker/icons/_highcontrast.scss +7 -7
- package/styles/datepicker/icons/_material-dark.scss +7 -6
- package/styles/datepicker/icons/_material.scss +7 -6
- package/styles/datepicker/icons/_material3.scss +7 -6
- package/styles/datepicker/icons/_tailwind.scss +7 -6
- package/styles/datepicker/material-dark.css +3 -80
- package/styles/datepicker/material.css +9 -3
- package/styles/datepicker/tailwind-dark.css +4 -81
- package/styles/datepicker/tailwind.css +4 -81
- package/styles/daterangepicker/_all.scss +1 -1
- package/styles/daterangepicker/_bootstrap-dark-definition.scss +4 -0
- package/styles/daterangepicker/_bootstrap-definition.scss +5 -1
- package/styles/daterangepicker/_bootstrap4-definition.scss +4 -0
- package/styles/daterangepicker/_bootstrap5-definition.scss +7 -0
- package/styles/daterangepicker/_fabric-dark-definition.scss +7 -2
- package/styles/daterangepicker/_fabric-definition.scss +5 -1
- package/styles/daterangepicker/_fluent-definition.scss +6 -1
- package/styles/daterangepicker/_fusionnew-definition.scss +6 -0
- package/styles/daterangepicker/_highcontrast-definition.scss +6 -2
- package/styles/daterangepicker/_highcontrast-light-definition.scss +8 -3
- package/styles/daterangepicker/_layout.scss +144 -71
- package/styles/daterangepicker/_material-dark-definition.scss +7 -2
- package/styles/daterangepicker/_material-definition.scss +6 -1
- package/styles/daterangepicker/_material3-definition.scss +6 -0
- package/styles/daterangepicker/_tailwind-definition.scss +5 -0
- package/styles/daterangepicker/_theme.scss +55 -27
- package/styles/daterangepicker/bootstrap-dark.css +3 -104
- package/styles/daterangepicker/bootstrap.css +3 -104
- package/styles/daterangepicker/bootstrap4.css +3 -104
- package/styles/daterangepicker/bootstrap5-dark.css +5 -105
- package/styles/daterangepicker/bootstrap5.css +5 -105
- package/styles/daterangepicker/fabric-dark.css +3 -104
- package/styles/daterangepicker/fabric.css +3 -104
- package/styles/daterangepicker/fluent-dark.css +4 -105
- package/styles/daterangepicker/fluent.css +4 -105
- package/styles/daterangepicker/highcontrast-light.css +3 -104
- package/styles/daterangepicker/highcontrast.css +3 -104
- package/styles/daterangepicker/icons/_bootstrap-dark.scss +13 -8
- package/styles/daterangepicker/icons/_bootstrap.scss +13 -8
- package/styles/daterangepicker/icons/_bootstrap4.scss +13 -8
- package/styles/daterangepicker/icons/_bootstrap5.scss +13 -8
- package/styles/daterangepicker/icons/_fabric-dark.scss +13 -8
- package/styles/daterangepicker/icons/_fabric.scss +13 -8
- package/styles/daterangepicker/icons/_fluent.scss +13 -8
- package/styles/daterangepicker/icons/_fusionnew.scss +13 -8
- package/styles/daterangepicker/icons/_highcontrast-light.scss +13 -8
- package/styles/daterangepicker/icons/_highcontrast.scss +13 -8
- package/styles/daterangepicker/icons/_material-dark.scss +13 -7
- package/styles/daterangepicker/icons/_material.scss +13 -7
- package/styles/daterangepicker/icons/_material3.scss +13 -8
- package/styles/daterangepicker/icons/_tailwind.scss +13 -8
- package/styles/daterangepicker/material-dark.css +5 -106
- package/styles/daterangepicker/material.css +12 -0
- package/styles/daterangepicker/tailwind-dark.css +5 -105
- package/styles/daterangepicker/tailwind.css +5 -105
- package/styles/datetimepicker/_all.scss +1 -1
- package/styles/datetimepicker/_bootstrap-dark-definition.scss +7 -3
- package/styles/datetimepicker/_bootstrap-definition.scss +6 -1
- package/styles/datetimepicker/_bootstrap4-definition.scss +6 -1
- package/styles/datetimepicker/_bootstrap5-definition.scss +5 -0
- package/styles/datetimepicker/_fabric-dark-definition.scss +5 -0
- package/styles/datetimepicker/_fabric-definition.scss +4 -0
- package/styles/datetimepicker/_fluent-definition.scss +8 -3
- package/styles/datetimepicker/_fusionnew-definition.scss +5 -0
- package/styles/datetimepicker/_highcontrast-definition.scss +4 -0
- package/styles/datetimepicker/_highcontrast-light-definition.scss +6 -1
- package/styles/datetimepicker/_layout.scss +2 -3
- package/styles/datetimepicker/_material-dark-definition.scss +6 -1
- package/styles/datetimepicker/_material-definition.scss +4 -0
- package/styles/datetimepicker/_material3-definition.scss +5 -0
- package/styles/datetimepicker/_tailwind-definition.scss +5 -0
- package/styles/datetimepicker/_theme.scss +2 -1
- package/styles/datetimepicker/bootstrap-dark.css +2 -0
- package/styles/datetimepicker/bootstrap.css +2 -0
- package/styles/datetimepicker/bootstrap4.css +2 -0
- package/styles/datetimepicker/bootstrap5-dark.css +3 -0
- package/styles/datetimepicker/bootstrap5.css +3 -0
- package/styles/datetimepicker/fabric-dark.css +2 -0
- package/styles/datetimepicker/fabric.css +2 -0
- package/styles/datetimepicker/fluent-dark.css +3 -0
- package/styles/datetimepicker/fluent.css +3 -0
- package/styles/datetimepicker/highcontrast-light.css +2 -0
- package/styles/datetimepicker/highcontrast.css +2 -0
- package/styles/datetimepicker/icons/_bootstrap-dark.scss +1 -1
- package/styles/datetimepicker/icons/_bootstrap.scss +1 -1
- package/styles/datetimepicker/icons/_bootstrap4.scss +1 -1
- package/styles/datetimepicker/icons/_bootstrap5.scss +1 -1
- package/styles/datetimepicker/icons/_fabric-dark.scss +1 -1
- package/styles/datetimepicker/icons/_fabric.scss +1 -1
- package/styles/datetimepicker/icons/_fluent.scss +1 -1
- package/styles/datetimepicker/icons/_fusionnew.scss +1 -1
- package/styles/datetimepicker/icons/_highcontrast-light.scss +1 -0
- package/styles/datetimepicker/icons/_highcontrast.scss +1 -1
- package/styles/datetimepicker/icons/_material-dark.scss +1 -1
- package/styles/datetimepicker/icons/_material.scss +1 -0
- package/styles/datetimepicker/icons/_material3.scss +1 -1
- package/styles/datetimepicker/icons/_tailwind.scss +1 -1
- package/styles/datetimepicker/material-dark.css +2 -0
- package/styles/datetimepicker/material.css +2 -0
- package/styles/datetimepicker/tailwind-dark.css +3 -0
- package/styles/datetimepicker/tailwind.css +3 -0
- package/styles/fabric-dark.css +13 -184
- package/styles/fabric.css +13 -186
- package/styles/fluent-dark.css +17 -186
- package/styles/fluent.css +17 -186
- package/styles/highcontrast-light.css +13 -184
- package/styles/highcontrast.css +13 -184
- package/styles/material-dark.css +15 -186
- package/styles/material.css +28 -3
- package/styles/tailwind-dark.css +19 -186
- package/styles/tailwind.css +19 -186
- package/styles/timepicker/_all.scss +1 -1
- package/styles/timepicker/_bootstrap-dark-definition.scss +6 -1
- package/styles/timepicker/_bootstrap-definition.scss +4 -0
- package/styles/timepicker/_bootstrap4-definition.scss +5 -0
- package/styles/timepicker/_bootstrap5-definition.scss +5 -0
- package/styles/timepicker/_fabric-dark-definition.scss +6 -1
- package/styles/timepicker/_fabric-definition.scss +4 -0
- package/styles/timepicker/_fluent-definition.scss +5 -0
- package/styles/timepicker/_fusionnew-definition.scss +5 -0
- package/styles/timepicker/_highcontrast-definition.scss +4 -0
- package/styles/timepicker/_highcontrast-light-definition.scss +6 -1
- package/styles/timepicker/_layout.scss +4 -5
- package/styles/timepicker/_material-dark-definition.scss +6 -1
- package/styles/timepicker/_material-definition.scss +4 -0
- package/styles/timepicker/_material3-definition.scss +5 -0
- package/styles/timepicker/_tailwind-definition.scss +5 -0
- package/styles/timepicker/_theme.scss +2 -1
- package/styles/timepicker/bootstrap-dark.css +4 -0
- package/styles/timepicker/bootstrap.css +4 -0
- package/styles/timepicker/bootstrap4.css +4 -0
- package/styles/timepicker/bootstrap5-dark.css +5 -0
- package/styles/timepicker/bootstrap5.css +5 -0
- package/styles/timepicker/fabric-dark.css +4 -0
- package/styles/timepicker/fabric.css +4 -0
- package/styles/timepicker/fluent-dark.css +5 -0
- package/styles/timepicker/fluent.css +5 -0
- package/styles/timepicker/highcontrast-light.css +4 -0
- package/styles/timepicker/highcontrast.css +4 -0
- package/styles/timepicker/icons/_bootstrap-dark.scss +1 -2
- package/styles/timepicker/icons/_bootstrap.scss +1 -2
- package/styles/timepicker/icons/_bootstrap4.scss +1 -2
- package/styles/timepicker/icons/_bootstrap5.scss +1 -2
- package/styles/timepicker/icons/_fabric-dark.scss +1 -2
- package/styles/timepicker/icons/_fabric.scss +1 -2
- package/styles/timepicker/icons/_fluent.scss +1 -2
- package/styles/timepicker/icons/_fusionnew.scss +1 -2
- package/styles/timepicker/icons/_highcontrast-light.scss +1 -2
- package/styles/timepicker/icons/_highcontrast.scss +1 -2
- package/styles/timepicker/icons/_material-dark.scss +1 -2
- package/styles/timepicker/icons/_material.scss +1 -1
- package/styles/timepicker/icons/_material3.scss +1 -2
- package/styles/timepicker/icons/_tailwind.scss +1 -2
- package/styles/timepicker/material-dark.css +4 -0
- package/styles/timepicker/material.css +4 -0
- package/styles/timepicker/tailwind-dark.css +5 -0
- package/styles/timepicker/tailwind.css +5 -0
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
#control_wrapper {
|
|
2
|
+
margin: 0 auto;
|
|
3
|
+
max-width: 300px;
|
|
4
|
+
}
|
|
5
|
+
#control_wrapper.multiselectWrapper{
|
|
6
|
+
float: none;
|
|
7
|
+
max-width : 330px;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.control-section {
|
|
11
|
+
margin: 25px auto;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
#control_wrapper #container {
|
|
15
|
+
min-height: 300px;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.e-bigger #control_wrapper #container {
|
|
19
|
+
min-height: 380px;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
#selected {
|
|
23
|
+
height: 50px;
|
|
24
|
+
width: 242px;
|
|
25
|
+
display: block;
|
|
26
|
+
font-weight: inherit;
|
|
27
|
+
line-height: 50px;
|
|
28
|
+
color: rgba(0, 0, 0, 0.58);
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
#start,
|
|
33
|
+
#end {
|
|
34
|
+
line-height: normal;
|
|
35
|
+
height: 36px;
|
|
36
|
+
width: 100%;
|
|
37
|
+
border: 1px solid rgba(158, 158, 158, 0.45);
|
|
38
|
+
text-indent: .857em;
|
|
39
|
+
font-size: 13px;
|
|
40
|
+
font-family: Segoe UI;
|
|
41
|
+
margin-bottom: 10px;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
.e-bigger #wrapper,
|
|
46
|
+
.e-bigger#wrapper {
|
|
47
|
+
max-width: 300px;
|
|
48
|
+
}
|
|
49
|
+
.contentValue {
|
|
50
|
+
padding: 10px;
|
|
51
|
+
overflow: auto;
|
|
52
|
+
max-height: 100px;
|
|
53
|
+
margin-bottom: 10px;
|
|
54
|
+
border: 1px solid rgba(0, 0, 0, 0.12);
|
|
55
|
+
}
|
|
56
|
+
.valuesWrapper{
|
|
57
|
+
margin: 0 auto;
|
|
58
|
+
float: none;
|
|
59
|
+
padding: 0;
|
|
60
|
+
max-width: 370px;
|
|
61
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<div class="control-section">
|
|
2
|
+
<div id="control_wrapper" class="col-lg-6 col-sm-8 col-md-8 multiselectWrapper">
|
|
3
|
+
<div id="container" style="overflow:auto">
|
|
4
|
+
<ejs-calendar #calendar [isMultiSelection]="multiSelection" [values]="dates" (change)="onValueChange()" (created)="onValueChange()"></ejs-calendar>
|
|
5
|
+
</div>
|
|
6
|
+
</div>
|
|
7
|
+
<div class="valuesWrapper col-lg-6 col-sm-8 col-md-8">
|
|
8
|
+
<h5>Selected values</h5>
|
|
9
|
+
<div class="contentValue">
|
|
10
|
+
<div id="multiSelect">
|
|
11
|
+
</div>
|
|
12
|
+
</div>
|
|
13
|
+
</div>
|
|
14
|
+
</div>
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/schema",
|
|
3
|
+
"$id": "EJ2SchemaTemplateID",
|
|
4
|
+
"title": "calendar-multiselection",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"path": {
|
|
8
|
+
"type": "string",
|
|
9
|
+
"format": "path",
|
|
10
|
+
"description": "The path to create the component.",
|
|
11
|
+
"visible": false
|
|
12
|
+
},
|
|
13
|
+
"project": {
|
|
14
|
+
"type": "string",
|
|
15
|
+
"description": "The name of the project.",
|
|
16
|
+
"$default": {
|
|
17
|
+
"$source": "projectName"
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"name": {
|
|
21
|
+
"type": "string",
|
|
22
|
+
"description": "The name of the component.",
|
|
23
|
+
"$default": {
|
|
24
|
+
"$source": "argv",
|
|
25
|
+
"index": 0
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"inlineStyle": {
|
|
29
|
+
"description": "Specifies if the style will be in the ts file.",
|
|
30
|
+
"type": "boolean",
|
|
31
|
+
"default": false,
|
|
32
|
+
"alias": "s"
|
|
33
|
+
},
|
|
34
|
+
"inlineTemplate": {
|
|
35
|
+
"description": "Specifies if the template will be in the ts file.",
|
|
36
|
+
"type": "boolean",
|
|
37
|
+
"default": false,
|
|
38
|
+
"alias": "t"
|
|
39
|
+
},
|
|
40
|
+
"viewEncapsulation": {
|
|
41
|
+
"description": "Specifies the view encapsulation strategy.",
|
|
42
|
+
"enum": [
|
|
43
|
+
"Emulated",
|
|
44
|
+
"Native",
|
|
45
|
+
"None",
|
|
46
|
+
"ShadowDom"
|
|
47
|
+
],
|
|
48
|
+
"type": "string",
|
|
49
|
+
"alias": "v"
|
|
50
|
+
},
|
|
51
|
+
"changeDetection": {
|
|
52
|
+
"description": "Specifies the change detection strategy.",
|
|
53
|
+
"enum": [
|
|
54
|
+
"Default",
|
|
55
|
+
"OnPush"
|
|
56
|
+
],
|
|
57
|
+
"type": "string",
|
|
58
|
+
"default": "Default",
|
|
59
|
+
"alias": "c"
|
|
60
|
+
},
|
|
61
|
+
"prefix": {
|
|
62
|
+
"type": "string",
|
|
63
|
+
"description": "The prefix to apply to generated selectors.",
|
|
64
|
+
"alias": "p",
|
|
65
|
+
"oneOf": [
|
|
66
|
+
{
|
|
67
|
+
"maxLength": 0
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"minLength": 1,
|
|
71
|
+
"format": "html-selector"
|
|
72
|
+
}
|
|
73
|
+
]
|
|
74
|
+
},
|
|
75
|
+
"styleext": {
|
|
76
|
+
"description": "The file extension to be used for style files.",
|
|
77
|
+
"type": "string",
|
|
78
|
+
"default": "css"
|
|
79
|
+
},
|
|
80
|
+
"spec": {
|
|
81
|
+
"type": "boolean",
|
|
82
|
+
"description": "Specifies if a spec file is generated.",
|
|
83
|
+
"default": true
|
|
84
|
+
},
|
|
85
|
+
"flat": {
|
|
86
|
+
"type": "boolean",
|
|
87
|
+
"description": "Flag to indicate if a dir is created.",
|
|
88
|
+
"default": false
|
|
89
|
+
},
|
|
90
|
+
"skipImport": {
|
|
91
|
+
"type": "boolean",
|
|
92
|
+
"description": "Flag to skip the module import.",
|
|
93
|
+
"default": false
|
|
94
|
+
},
|
|
95
|
+
"selector": {
|
|
96
|
+
"type": "string",
|
|
97
|
+
"format": "html-selector",
|
|
98
|
+
"description": "The selector to use for the component."
|
|
99
|
+
},
|
|
100
|
+
"module": {
|
|
101
|
+
"type": "string",
|
|
102
|
+
"description": "Allows specification of the declaring module.",
|
|
103
|
+
"alias": "m"
|
|
104
|
+
},
|
|
105
|
+
"export": {
|
|
106
|
+
"type": "boolean",
|
|
107
|
+
"default": false,
|
|
108
|
+
"description": "Specifies if declaring module exports the component."
|
|
109
|
+
},
|
|
110
|
+
"entryComponent": {
|
|
111
|
+
"type": "boolean",
|
|
112
|
+
"default": false,
|
|
113
|
+
"description": "Specifies if the component is an entry component of declaring module."
|
|
114
|
+
},
|
|
115
|
+
"lintFix": {
|
|
116
|
+
"type": "boolean",
|
|
117
|
+
"default": false,
|
|
118
|
+
"description": "Specifies whether to apply lint fixes after generating the component."
|
|
119
|
+
}
|
|
120
|
+
},
|
|
121
|
+
"required": [
|
|
122
|
+
"name"
|
|
123
|
+
],
|
|
124
|
+
"id": "calendar-multiselection"
|
|
125
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
|
|
4
|
+
const sampleDetails = require("./sample-details");
|
|
5
|
+
function default_1(options) {
|
|
6
|
+
return schematics_1.componentBuilder(options, sampleDetails);
|
|
7
|
+
}
|
|
8
|
+
exports.default = default_1;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.componentName = 'calendar';
|
|
4
|
+
exports.sampleName = 'views';
|
|
5
|
+
exports.diModules = null;
|
|
6
|
+
exports.packageName = '@syncfusion/ej2-angular-calendars';
|
|
7
|
+
exports.libModules = 'CalendarModule';
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
#control_wrapper {
|
|
2
|
+
margin: 0 auto;
|
|
3
|
+
max-width: 300px;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.control-section {
|
|
7
|
+
margin: 25px auto;
|
|
8
|
+
}
|
|
9
|
+
#selected {
|
|
10
|
+
height: 50px;
|
|
11
|
+
width: 248px;
|
|
12
|
+
display: block;
|
|
13
|
+
font-weight: inherit;
|
|
14
|
+
line-height: 50px;
|
|
15
|
+
color: rgba(0, 0, 0, 0.58);
|
|
16
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<div class="control-section">
|
|
2
|
+
<div id="control_wrapper">
|
|
3
|
+
<div id="container" style="overflow:auto">
|
|
4
|
+
<ejs-calendar (change)="onValueChange($event)" [start]="start" [depth]="depth"></ejs-calendar>
|
|
5
|
+
<span id="selectedviews">Selected Value: </span>
|
|
6
|
+
</div>
|
|
7
|
+
</div>
|
|
8
|
+
</div>
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/schema",
|
|
3
|
+
"$id": "EJ2SchemaTemplateID",
|
|
4
|
+
"title": "calendar-views",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"path": {
|
|
8
|
+
"type": "string",
|
|
9
|
+
"format": "path",
|
|
10
|
+
"description": "The path to create the component.",
|
|
11
|
+
"visible": false
|
|
12
|
+
},
|
|
13
|
+
"project": {
|
|
14
|
+
"type": "string",
|
|
15
|
+
"description": "The name of the project.",
|
|
16
|
+
"$default": {
|
|
17
|
+
"$source": "projectName"
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"name": {
|
|
21
|
+
"type": "string",
|
|
22
|
+
"description": "The name of the component.",
|
|
23
|
+
"$default": {
|
|
24
|
+
"$source": "argv",
|
|
25
|
+
"index": 0
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"inlineStyle": {
|
|
29
|
+
"description": "Specifies if the style will be in the ts file.",
|
|
30
|
+
"type": "boolean",
|
|
31
|
+
"default": false,
|
|
32
|
+
"alias": "s"
|
|
33
|
+
},
|
|
34
|
+
"inlineTemplate": {
|
|
35
|
+
"description": "Specifies if the template will be in the ts file.",
|
|
36
|
+
"type": "boolean",
|
|
37
|
+
"default": false,
|
|
38
|
+
"alias": "t"
|
|
39
|
+
},
|
|
40
|
+
"viewEncapsulation": {
|
|
41
|
+
"description": "Specifies the view encapsulation strategy.",
|
|
42
|
+
"enum": [
|
|
43
|
+
"Emulated",
|
|
44
|
+
"Native",
|
|
45
|
+
"None",
|
|
46
|
+
"ShadowDom"
|
|
47
|
+
],
|
|
48
|
+
"type": "string",
|
|
49
|
+
"alias": "v"
|
|
50
|
+
},
|
|
51
|
+
"changeDetection": {
|
|
52
|
+
"description": "Specifies the change detection strategy.",
|
|
53
|
+
"enum": [
|
|
54
|
+
"Default",
|
|
55
|
+
"OnPush"
|
|
56
|
+
],
|
|
57
|
+
"type": "string",
|
|
58
|
+
"default": "Default",
|
|
59
|
+
"alias": "c"
|
|
60
|
+
},
|
|
61
|
+
"prefix": {
|
|
62
|
+
"type": "string",
|
|
63
|
+
"description": "The prefix to apply to generated selectors.",
|
|
64
|
+
"alias": "p",
|
|
65
|
+
"oneOf": [
|
|
66
|
+
{
|
|
67
|
+
"maxLength": 0
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"minLength": 1,
|
|
71
|
+
"format": "html-selector"
|
|
72
|
+
}
|
|
73
|
+
]
|
|
74
|
+
},
|
|
75
|
+
"styleext": {
|
|
76
|
+
"description": "The file extension to be used for style files.",
|
|
77
|
+
"type": "string",
|
|
78
|
+
"default": "css"
|
|
79
|
+
},
|
|
80
|
+
"spec": {
|
|
81
|
+
"type": "boolean",
|
|
82
|
+
"description": "Specifies if a spec file is generated.",
|
|
83
|
+
"default": true
|
|
84
|
+
},
|
|
85
|
+
"flat": {
|
|
86
|
+
"type": "boolean",
|
|
87
|
+
"description": "Flag to indicate if a dir is created.",
|
|
88
|
+
"default": false
|
|
89
|
+
},
|
|
90
|
+
"skipImport": {
|
|
91
|
+
"type": "boolean",
|
|
92
|
+
"description": "Flag to skip the module import.",
|
|
93
|
+
"default": false
|
|
94
|
+
},
|
|
95
|
+
"selector": {
|
|
96
|
+
"type": "string",
|
|
97
|
+
"format": "html-selector",
|
|
98
|
+
"description": "The selector to use for the component."
|
|
99
|
+
},
|
|
100
|
+
"module": {
|
|
101
|
+
"type": "string",
|
|
102
|
+
"description": "Allows specification of the declaring module.",
|
|
103
|
+
"alias": "m"
|
|
104
|
+
},
|
|
105
|
+
"export": {
|
|
106
|
+
"type": "boolean",
|
|
107
|
+
"default": false,
|
|
108
|
+
"description": "Specifies if declaring module exports the component."
|
|
109
|
+
},
|
|
110
|
+
"entryComponent": {
|
|
111
|
+
"type": "boolean",
|
|
112
|
+
"default": false,
|
|
113
|
+
"description": "Specifies if the component is an entry component of declaring module."
|
|
114
|
+
},
|
|
115
|
+
"lintFix": {
|
|
116
|
+
"type": "boolean",
|
|
117
|
+
"default": false,
|
|
118
|
+
"description": "Specifies whether to apply lint fixes after generating the component."
|
|
119
|
+
}
|
|
120
|
+
},
|
|
121
|
+
"required": [
|
|
122
|
+
"name"
|
|
123
|
+
],
|
|
124
|
+
"id": "calendar-views"
|
|
125
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
|
|
4
|
+
const sampleDetails = require("./sample-details");
|
|
5
|
+
function default_1(options) {
|
|
6
|
+
return schematics_1.componentBuilder(options, sampleDetails);
|
|
7
|
+
}
|
|
8
|
+
exports.default = default_1;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.componentName = 'calendar';
|
|
4
|
+
exports.sampleName = 'weeknumber';
|
|
5
|
+
exports.diModules = null;
|
|
6
|
+
exports.packageName = '@syncfusion/ej2-angular-calendars';
|
|
7
|
+
exports.libModules = 'CalendarModule';
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
#control_wrapper {
|
|
2
|
+
margin: 0 auto;
|
|
3
|
+
max-width: 300px;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.control-section {
|
|
7
|
+
margin: 25px auto;
|
|
8
|
+
}
|
|
9
|
+
#selected {
|
|
10
|
+
height: 50px;
|
|
11
|
+
width: 248px;
|
|
12
|
+
display: block;
|
|
13
|
+
font-weight: inherit;
|
|
14
|
+
line-height: 50px;
|
|
15
|
+
color: rgba(0, 0, 0, 0.58);
|
|
16
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<div class="control-section">
|
|
2
|
+
<div id="control_wrapper">
|
|
3
|
+
<div id="container" style="overflow:auto">
|
|
4
|
+
<ejs-calendar id="calendar" (change)="onValueChange($event)" [weekNumber]="weeknumber"></ejs-calendar>
|
|
5
|
+
<span id="selectedweek">Selected Value: </span>
|
|
6
|
+
</div>
|
|
7
|
+
</div>
|
|
8
|
+
</div>
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/schema",
|
|
3
|
+
"$id": "EJ2SchemaTemplateID",
|
|
4
|
+
"title": "calendar-weeknumber",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"path": {
|
|
8
|
+
"type": "string",
|
|
9
|
+
"format": "path",
|
|
10
|
+
"description": "The path to create the component.",
|
|
11
|
+
"visible": false
|
|
12
|
+
},
|
|
13
|
+
"project": {
|
|
14
|
+
"type": "string",
|
|
15
|
+
"description": "The name of the project.",
|
|
16
|
+
"$default": {
|
|
17
|
+
"$source": "projectName"
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"name": {
|
|
21
|
+
"type": "string",
|
|
22
|
+
"description": "The name of the component.",
|
|
23
|
+
"$default": {
|
|
24
|
+
"$source": "argv",
|
|
25
|
+
"index": 0
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"inlineStyle": {
|
|
29
|
+
"description": "Specifies if the style will be in the ts file.",
|
|
30
|
+
"type": "boolean",
|
|
31
|
+
"default": false,
|
|
32
|
+
"alias": "s"
|
|
33
|
+
},
|
|
34
|
+
"inlineTemplate": {
|
|
35
|
+
"description": "Specifies if the template will be in the ts file.",
|
|
36
|
+
"type": "boolean",
|
|
37
|
+
"default": false,
|
|
38
|
+
"alias": "t"
|
|
39
|
+
},
|
|
40
|
+
"viewEncapsulation": {
|
|
41
|
+
"description": "Specifies the view encapsulation strategy.",
|
|
42
|
+
"enum": [
|
|
43
|
+
"Emulated",
|
|
44
|
+
"Native",
|
|
45
|
+
"None",
|
|
46
|
+
"ShadowDom"
|
|
47
|
+
],
|
|
48
|
+
"type": "string",
|
|
49
|
+
"alias": "v"
|
|
50
|
+
},
|
|
51
|
+
"changeDetection": {
|
|
52
|
+
"description": "Specifies the change detection strategy.",
|
|
53
|
+
"enum": [
|
|
54
|
+
"Default",
|
|
55
|
+
"OnPush"
|
|
56
|
+
],
|
|
57
|
+
"type": "string",
|
|
58
|
+
"default": "Default",
|
|
59
|
+
"alias": "c"
|
|
60
|
+
},
|
|
61
|
+
"prefix": {
|
|
62
|
+
"type": "string",
|
|
63
|
+
"description": "The prefix to apply to generated selectors.",
|
|
64
|
+
"alias": "p",
|
|
65
|
+
"oneOf": [
|
|
66
|
+
{
|
|
67
|
+
"maxLength": 0
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"minLength": 1,
|
|
71
|
+
"format": "html-selector"
|
|
72
|
+
}
|
|
73
|
+
]
|
|
74
|
+
},
|
|
75
|
+
"styleext": {
|
|
76
|
+
"description": "The file extension to be used for style files.",
|
|
77
|
+
"type": "string",
|
|
78
|
+
"default": "css"
|
|
79
|
+
},
|
|
80
|
+
"spec": {
|
|
81
|
+
"type": "boolean",
|
|
82
|
+
"description": "Specifies if a spec file is generated.",
|
|
83
|
+
"default": true
|
|
84
|
+
},
|
|
85
|
+
"flat": {
|
|
86
|
+
"type": "boolean",
|
|
87
|
+
"description": "Flag to indicate if a dir is created.",
|
|
88
|
+
"default": false
|
|
89
|
+
},
|
|
90
|
+
"skipImport": {
|
|
91
|
+
"type": "boolean",
|
|
92
|
+
"description": "Flag to skip the module import.",
|
|
93
|
+
"default": false
|
|
94
|
+
},
|
|
95
|
+
"selector": {
|
|
96
|
+
"type": "string",
|
|
97
|
+
"format": "html-selector",
|
|
98
|
+
"description": "The selector to use for the component."
|
|
99
|
+
},
|
|
100
|
+
"module": {
|
|
101
|
+
"type": "string",
|
|
102
|
+
"description": "Allows specification of the declaring module.",
|
|
103
|
+
"alias": "m"
|
|
104
|
+
},
|
|
105
|
+
"export": {
|
|
106
|
+
"type": "boolean",
|
|
107
|
+
"default": false,
|
|
108
|
+
"description": "Specifies if declaring module exports the component."
|
|
109
|
+
},
|
|
110
|
+
"entryComponent": {
|
|
111
|
+
"type": "boolean",
|
|
112
|
+
"default": false,
|
|
113
|
+
"description": "Specifies if the component is an entry component of declaring module."
|
|
114
|
+
},
|
|
115
|
+
"lintFix": {
|
|
116
|
+
"type": "boolean",
|
|
117
|
+
"default": false,
|
|
118
|
+
"description": "Specifies whether to apply lint fixes after generating the component."
|
|
119
|
+
}
|
|
120
|
+
},
|
|
121
|
+
"required": [
|
|
122
|
+
"name"
|
|
123
|
+
],
|
|
124
|
+
"id": "calendar-weeknumber"
|
|
125
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
|
|
4
|
+
const sampleDetails = require("./sample-details");
|
|
5
|
+
function default_1(options) {
|
|
6
|
+
return schematics_1.componentBuilder(options, sampleDetails);
|
|
7
|
+
}
|
|
8
|
+
exports.default = default_1;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.componentName = 'datepicker';
|
|
4
|
+
exports.sampleName = 'daterange';
|
|
5
|
+
exports.diModules = null;
|
|
6
|
+
exports.packageName = '@syncfusion/ej2-angular-calendars';
|
|
7
|
+
exports.libModules = 'DatePickerModule';
|