CARVIEW |
Select Language
HTTP/2 200
date: Mon, 21 Jul 2025 16:24:44 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/vuematerial/vue-material.git
etag: W/"fdf4d01d49db349cfe22a8b8d40ef4f3"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=wuavrSp9elF9Qu4W9VKtmgVdZ4t6QKGZ2M%2FT0sX0hjqeKN6APK1CbeVETzmyxgN4GOpfQtFuAfFTC41TasQZ0AtGkp5IB1OqLXp%2FQdip%2Fyl93Zo%2Beb8CkDmVC7w0oSU5HELWYQwaIDS3ojsPD38cN6tNQLPVxix%2FGxbdsf54JGcW%2FayFaPbe8KunkAW%2F5Nl%2BEiJ3G046qRYP%2FFpYMQrwPcrcv%2FPc0oH4TKoSDDqZZhA0W%2F0HH101It%2BjD7JEKMnxWG7OMhuRjGF%2FfZiYQVKT%2BA%3D%3D--pG1G7JbyZMMmVGR%2F--IQknRxcDzVuaf7L3C7WE2A%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1361220540.1753115083; Path=/; Domain=github.com; Expires=Tue, 21 Jul 2026 16:24:43 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Tue, 21 Jul 2026 16:24:43 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: 964E:65CEE:F9536:12432B:687E69CB
feat(MdCheckbox): add `indeterminate` variant (#1597) · vuematerial/vue-material@e373857 · GitHub
Copy file name to clipboardExpand all lines: docs/app/pages/Components/Checkbox/Checkbox.vue
Copy file name to clipboardExpand all lines: docs/app/pages/Components/Checkbox/examples/RegularCheckboxes.vue
Copy file name to clipboardExpand all lines: src/components/MdCheckbox/MdCheckbox.vue
Copy file name to clipboardExpand all lines: src/components/MdCheckbox/MdCheckboxMixin.js
Copy file name to clipboardExpand all lines: src/components/MdCheckbox/theme.scss
Skip to content
Navigation Menu
{{ message }}
-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit e373857
feat(MdCheckbox): add
* feat(MdCheckbox): add `indeterminate` look, prop
* docs(MdCheckbox): indeterminate option
* docs(MdCheckbox): add indeterminate example
* style(MdCheckbox): improve css styles to maintain the correct patternindeterminate
variant (#1597)1 parent 5ca1979 commit e373857Copy full SHA for e373857
File tree
Expand file treeCollapse file tree
5 files changed
+69
-4
lines changedFilter options
- docs/app/pages/Components/Checkbox
- examples
- src/components/MdCheckbox
Expand file treeCollapse file tree
5 files changed
+69
-4
lines changeddocs/app/pages/Components/Checkbox/Checkbox.vue
Copy file name to clipboardExpand all lines: docs/app/pages/Components/Checkbox/Checkbox.vue+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
55 | 61 |
| |
56 | 62 |
| |
57 | 63 |
| |
|
docs/app/pages/Components/Checkbox/examples/RegularCheckboxes.vue
Copy file name to clipboardExpand all lines: docs/app/pages/Components/Checkbox/examples/RegularCheckboxes.vue+4-1Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| 12 | + | |
| 13 | + | |
12 | 14 |
| |
13 | 15 |
| |
14 | 16 |
| |
| |||
40 | 42 |
| |
41 | 43 |
| |
42 | 44 |
| |
43 |
| - | |
| 45 | + | |
| 46 | + | |
44 | 47 |
| |
45 | 48 |
| |
46 | 49 |
| |
|
src/components/MdCheckbox/MdCheckbox.vue
Copy file name to clipboardExpand all lines: src/components/MdCheckbox/MdCheckbox.vue+17-1Lines changed: 17 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| |||
115 | 115 |
| |
116 | 116 |
| |
117 | 117 |
| |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
118 | 134 |
| |
119 | 135 |
| |
120 | 136 |
| |
|
src/components/MdCheckbox/MdCheckboxMixin.js
Copy file name to clipboardExpand all lines: src/components/MdCheckbox/MdCheckboxMixin.js+4-2Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
| 16 | + | |
16 | 17 |
| |
17 | 18 |
| |
18 | 19 |
| |
| |||
43 | 44 |
| |
44 | 45 |
| |
45 | 46 |
| |
46 |
| - | |
| 47 | + | |
| 48 | + | |
47 | 49 |
| |
48 | 50 |
| |
49 | 51 |
| |
|
src/components/MdCheckbox/theme.scss
Copy file name to clipboardExpand all lines: src/components/MdCheckbox/theme.scss+38Lines changed: 38 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
18 | 31 |
| |
19 | 32 |
| |
20 | 33 |
| |
| |||
27 | 40 |
| |
28 | 41 |
| |
29 | 42 |
| |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
30 | 55 |
| |
31 | 56 |
| |
32 | 57 |
| |
| |||
44 | 69 |
| |
45 | 70 |
| |
46 | 71 |
| |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
47 | 85 |
| |
48 | 86 |
| |
49 | 87 |
| |
|
You can’t perform that action at this time.
0 commit comments