Scheduler - Hide days in week/month: write demo#33318
Open
aleksei-semikozov wants to merge 1 commit intoDevExpress:26_1from
Open
Scheduler - Hide days in week/month: write demo#33318aleksei-semikozov wants to merge 1 commit intoDevExpress:26_1from
aleksei-semikozov wants to merge 1 commit intoDevExpress:26_1from
Conversation
022bfca to
5b650a7
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new Scheduler demo (“Hidden Week Days”) to demonstrate the hiddenWeekDays option across the demos app (jQuery, Angular, React, ReactJs, Vue) and registers it in the demos menu metadata.
Changes:
- Register new Scheduler demo entry in
apps/demos/menuMeta.json. - Add new “HiddenDays” demo implementation for jQuery, Angular, React, ReactJs, and Vue.
- Add shared demo styling + per-framework data and bootstrap files.
Reviewed changes
Copilot reviewed 25 out of 25 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| apps/demos/menuMeta.json | Adds the new Scheduler demo entry to the demos menu metadata. |
| apps/demos/Demos/Scheduler/HiddenDays/jQuery/index.html | jQuery demo page scaffold for Scheduler hidden weekdays demo. |
| apps/demos/Demos/Scheduler/HiddenDays/jQuery/index.js | jQuery demo logic for toggling visible/hidden weekdays. |
| apps/demos/Demos/Scheduler/HiddenDays/jQuery/data.js | jQuery demo appointment dataset. |
| apps/demos/Demos/Scheduler/HiddenDays/jQuery/styles.css | jQuery demo layout and invalid-state styling. |
| apps/demos/Demos/Scheduler/HiddenDays/Vue/index.html | Vue demo page scaffold (SystemJS + SFC compiler bootstrap). |
| apps/demos/Demos/Scheduler/HiddenDays/Vue/index.ts | Vue demo entrypoint mounting the app. |
| apps/demos/Demos/Scheduler/HiddenDays/Vue/App.vue | Vue implementation of Scheduler + weekday visibility checkboxes. |
| apps/demos/Demos/Scheduler/HiddenDays/Vue/data.ts | Vue demo appointment dataset. |
| apps/demos/Demos/Scheduler/HiddenDays/Vue/styles.css | Vue demo layout and invalid-state styling. |
| apps/demos/Demos/Scheduler/HiddenDays/React/index.html | React (TS) demo page scaffold (SystemJS). |
| apps/demos/Demos/Scheduler/HiddenDays/React/index.tsx | React (TS) demo entrypoint rendering the app. |
| apps/demos/Demos/Scheduler/HiddenDays/React/App.tsx | React (TS) implementation of Scheduler + weekday visibility checkboxes. |
| apps/demos/Demos/Scheduler/HiddenDays/React/data.ts | React (TS) demo appointment dataset. |
| apps/demos/Demos/Scheduler/HiddenDays/React/styles.css | React (TS) demo layout and invalid-state styling. |
| apps/demos/Demos/Scheduler/HiddenDays/ReactJs/index.html | React (JS) demo page scaffold (SystemJS). |
| apps/demos/Demos/Scheduler/HiddenDays/ReactJs/index.js | React (JS) demo entrypoint rendering the app. |
| apps/demos/Demos/Scheduler/HiddenDays/ReactJs/App.js | React (JS) implementation of Scheduler + weekday visibility checkboxes. |
| apps/demos/Demos/Scheduler/HiddenDays/ReactJs/data.js | React (JS) demo appointment dataset. |
| apps/demos/Demos/Scheduler/HiddenDays/ReactJs/styles.css | React (JS) demo layout and invalid-state styling. |
| apps/demos/Demos/Scheduler/HiddenDays/Angular/index.html | Angular demo page scaffold (SystemJS). |
| apps/demos/Demos/Scheduler/HiddenDays/Angular/app/app.component.ts | Angular demo logic for Scheduler + weekday visibility toggles. |
| apps/demos/Demos/Scheduler/HiddenDays/Angular/app/app.component.html | Angular template for Scheduler + weekday checkbox list. |
| apps/demos/Demos/Scheduler/HiddenDays/Angular/app/app.component.css | Angular demo layout and invalid-state styling. |
| apps/demos/Demos/Scheduler/HiddenDays/Angular/app/app.service.ts | Angular demo appointment dataset service. |
5b650a7 to
ec5b24f
Compare
ec5b24f to
af46b5e
Compare
af46b5e to
b68244a
Compare
b68244a to
e15b0fb
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.