Skip to content

Scheduler - Hide days in week/month: write demo#33318

Open
aleksei-semikozov wants to merge 1 commit intoDevExpress:26_1from
aleksei-semikozov:feature/scheduler-hidden-days-demo-3869
Open

Scheduler - Hide days in week/month: write demo#33318
aleksei-semikozov wants to merge 1 commit intoDevExpress:26_1from
aleksei-semikozov:feature/scheduler-hidden-days-demo-3869

Conversation

@aleksei-semikozov
Copy link
Copy Markdown
Contributor

No description provided.

@aleksei-semikozov aleksei-semikozov self-assigned this Apr 16, 2026
@github-actions github-actions bot added the .d.ts label Apr 16, 2026
@aleksei-semikozov aleksei-semikozov force-pushed the feature/scheduler-hidden-days-demo-3869 branch 3 times, most recently from 022bfca to 5b650a7 Compare April 16, 2026 13:50
@aleksei-semikozov aleksei-semikozov marked this pull request as ready for review April 16, 2026 13:50
@aleksei-semikozov aleksei-semikozov requested a review from a team as a code owner April 16, 2026 13:50
Copilot AI review requested due to automatic review settings April 16, 2026 13:50
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread apps/demos/Demos/Scheduler/HiddenDays/Vue/index.html Outdated
Comment thread apps/demos/Demos/Scheduler/HiddenDays/jQuery/index.js
Comment thread apps/demos/Demos/Scheduler/HiddenDays/React/App.tsx
Comment thread apps/demos/Demos/Scheduler/HiddenDays/Vue/App.vue
Comment thread apps/demos/Demos/Scheduler/HiddenDays/Angular/app/app.component.ts
Comment thread apps/demos/Demos/Scheduler/HiddenDays/ReactJs/App.js
@aleksei-semikozov aleksei-semikozov force-pushed the feature/scheduler-hidden-days-demo-3869 branch from 5b650a7 to ec5b24f Compare April 16, 2026 14:05
Copilot AI review requested due to automatic review settings April 16, 2026 14:35
@aleksei-semikozov aleksei-semikozov force-pushed the feature/scheduler-hidden-days-demo-3869 branch from ec5b24f to af46b5e Compare April 16, 2026 14:35
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 25 out of 25 changed files in this pull request and generated no new comments.

@aleksei-semikozov aleksei-semikozov force-pushed the feature/scheduler-hidden-days-demo-3869 branch from af46b5e to b68244a Compare April 16, 2026 17:17
Copilot AI review requested due to automatic review settings April 16, 2026 18:32
@aleksei-semikozov aleksei-semikozov force-pushed the feature/scheduler-hidden-days-demo-3869 branch from b68244a to e15b0fb Compare April 16, 2026 18:32
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 25 out of 27 changed files in this pull request and generated 2 comments.

Comment thread apps/demos/Demos/Scheduler/HiddenDays/jQuery/index.html
Comment thread apps/demos/Demos/Scheduler/HiddenDays/Angular/app/app.component.ts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants