@angular/material-experimental 15.1.0-next.2 → 15.1.0
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/LICENSE +1 -1
- package/esm2020/column-resize/column-resize-directives/column-resize-flex.mjs +4 -4
- package/esm2020/column-resize/column-resize-directives/column-resize.mjs +4 -4
- package/esm2020/column-resize/column-resize-directives/default-enabled-column-resize-flex.mjs +4 -4
- package/esm2020/column-resize/column-resize-directives/default-enabled-column-resize.mjs +4 -4
- package/esm2020/column-resize/column-resize-module.mjs +13 -13
- package/esm2020/column-resize/overlay-handle.mjs +4 -4
- package/esm2020/column-resize/resizable-directives/default-enabled-resizable.mjs +4 -4
- package/esm2020/column-resize/resizable-directives/resizable.mjs +4 -4
- package/esm2020/column-resize/resize-strategy.mjs +4 -4
- package/esm2020/menubar/menubar-item.mjs +4 -4
- package/esm2020/menubar/menubar-module.mjs +5 -5
- package/esm2020/menubar/menubar.mjs +4 -4
- package/esm2020/popover-edit/lens-directives.mjs +10 -10
- package/esm2020/popover-edit/popover-edit-module.mjs +5 -5
- package/esm2020/popover-edit/table-directives.mjs +13 -13
- package/esm2020/selection/row-selection.mjs +4 -4
- package/esm2020/selection/select-all.mjs +4 -4
- package/esm2020/selection/selection-column.mjs +8 -8
- package/esm2020/selection/selection-module.mjs +5 -5
- package/esm2020/selection/selection-toggle.mjs +4 -4
- package/esm2020/selection/selection.mjs +4 -4
- package/esm2020/version.mjs +1 -1
- package/fesm2015/column-resize.mjs +36 -36
- package/fesm2015/column-resize.mjs.map +1 -1
- package/fesm2015/material-experimental.mjs +1 -1
- package/fesm2015/material-experimental.mjs.map +1 -1
- package/fesm2015/menubar.mjs +10 -10
- package/fesm2015/menubar.mjs.map +1 -1
- package/fesm2015/popover-edit.mjs +25 -25
- package/fesm2015/popover-edit.mjs.map +1 -1
- package/fesm2015/selection.mjs +23 -23
- package/fesm2015/selection.mjs.map +1 -1
- package/fesm2020/column-resize.mjs +36 -36
- package/fesm2020/column-resize.mjs.map +1 -1
- package/fesm2020/material-experimental.mjs +1 -1
- package/fesm2020/material-experimental.mjs.map +1 -1
- package/fesm2020/menubar.mjs +10 -10
- package/fesm2020/menubar.mjs.map +1 -1
- package/fesm2020/popover-edit.mjs +25 -25
- package/fesm2020/popover-edit.mjs.map +1 -1
- package/fesm2020/selection.mjs +23 -23
- package/fesm2020/selection.mjs.map +1 -1
- package/package.json +50 -50
- package/popover-edit/_popover-edit-theme.scss +4 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular/material-experimental",
|
|
3
|
-
"version": "15.1.0
|
|
3
|
+
"version": "15.1.0",
|
|
4
4
|
"description": "Experimental components for Angular Material",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -59,62 +59,62 @@
|
|
|
59
59
|
},
|
|
60
60
|
"peerDependencies": {
|
|
61
61
|
"@angular/animations": "^15.0.0 || ^16.0.0",
|
|
62
|
-
"@angular/cdk": "15.1.0
|
|
62
|
+
"@angular/cdk": "15.1.0",
|
|
63
63
|
"@angular/core": "^15.0.0 || ^16.0.0",
|
|
64
64
|
"@angular/common": "^15.0.0 || ^16.0.0",
|
|
65
65
|
"@angular/forms": "^15.0.0 || ^16.0.0",
|
|
66
66
|
"@angular/platform-browser": "^15.0.0 || ^16.0.0",
|
|
67
|
-
"@angular/material": "15.1.0
|
|
67
|
+
"@angular/material": "15.1.0"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
70
|
"tslib": "^2.3.0",
|
|
71
|
-
"@material/animation": "15.0.0-canary.
|
|
72
|
-
"@material/auto-init": "15.0.0-canary.
|
|
73
|
-
"@material/banner": "15.0.0-canary.
|
|
74
|
-
"@material/base": "15.0.0-canary.
|
|
75
|
-
"@material/button": "15.0.0-canary.
|
|
76
|
-
"@material/card": "15.0.0-canary.
|
|
77
|
-
"@material/checkbox": "15.0.0-canary.
|
|
78
|
-
"@material/chips": "15.0.0-canary.
|
|
79
|
-
"@material/circular-progress": "15.0.0-canary.
|
|
80
|
-
"@material/data-table": "15.0.0-canary.
|
|
81
|
-
"@material/density": "15.0.0-canary.
|
|
82
|
-
"@material/dialog": "15.0.0-canary.
|
|
83
|
-
"@material/dom": "15.0.0-canary.
|
|
84
|
-
"@material/drawer": "15.0.0-canary.
|
|
85
|
-
"@material/elevation": "15.0.0-canary.
|
|
86
|
-
"@material/fab": "15.0.0-canary.
|
|
87
|
-
"@material/feature-targeting": "15.0.0-canary.
|
|
88
|
-
"@material/floating-label": "15.0.0-canary.
|
|
89
|
-
"@material/form-field": "15.0.0-canary.
|
|
90
|
-
"@material/icon-button": "15.0.0-canary.
|
|
91
|
-
"@material/image-list": "15.0.0-canary.
|
|
92
|
-
"@material/layout-grid": "15.0.0-canary.
|
|
93
|
-
"@material/line-ripple": "15.0.0-canary.
|
|
94
|
-
"@material/linear-progress": "15.0.0-canary.
|
|
95
|
-
"@material/list": "15.0.0-canary.
|
|
96
|
-
"@material/menu": "15.0.0-canary.
|
|
97
|
-
"@material/menu-surface": "15.0.0-canary.
|
|
98
|
-
"@material/notched-outline": "15.0.0-canary.
|
|
99
|
-
"@material/radio": "15.0.0-canary.
|
|
100
|
-
"@material/ripple": "15.0.0-canary.
|
|
101
|
-
"@material/rtl": "15.0.0-canary.
|
|
102
|
-
"@material/segmented-button": "15.0.0-canary.
|
|
103
|
-
"@material/select": "15.0.0-canary.
|
|
104
|
-
"@material/shape": "15.0.0-canary.
|
|
105
|
-
"@material/slider": "15.0.0-canary.
|
|
106
|
-
"@material/snackbar": "15.0.0-canary.
|
|
107
|
-
"@material/switch": "15.0.0-canary.
|
|
108
|
-
"@material/tab": "15.0.0-canary.
|
|
109
|
-
"@material/tab-bar": "15.0.0-canary.
|
|
110
|
-
"@material/tab-indicator": "15.0.0-canary.
|
|
111
|
-
"@material/tab-scroller": "15.0.0-canary.
|
|
112
|
-
"@material/textfield": "15.0.0-canary.
|
|
113
|
-
"@material/theme": "15.0.0-canary.
|
|
114
|
-
"@material/tooltip": "15.0.0-canary.
|
|
115
|
-
"@material/top-app-bar": "15.0.0-canary.
|
|
116
|
-
"@material/touch-target": "15.0.0-canary.
|
|
117
|
-
"@material/typography": "15.0.0-canary.
|
|
71
|
+
"@material/animation": "15.0.0-canary.fd95ca7ef.0",
|
|
72
|
+
"@material/auto-init": "15.0.0-canary.fd95ca7ef.0",
|
|
73
|
+
"@material/banner": "15.0.0-canary.fd95ca7ef.0",
|
|
74
|
+
"@material/base": "15.0.0-canary.fd95ca7ef.0",
|
|
75
|
+
"@material/button": "15.0.0-canary.fd95ca7ef.0",
|
|
76
|
+
"@material/card": "15.0.0-canary.fd95ca7ef.0",
|
|
77
|
+
"@material/checkbox": "15.0.0-canary.fd95ca7ef.0",
|
|
78
|
+
"@material/chips": "15.0.0-canary.fd95ca7ef.0",
|
|
79
|
+
"@material/circular-progress": "15.0.0-canary.fd95ca7ef.0",
|
|
80
|
+
"@material/data-table": "15.0.0-canary.fd95ca7ef.0",
|
|
81
|
+
"@material/density": "15.0.0-canary.fd95ca7ef.0",
|
|
82
|
+
"@material/dialog": "15.0.0-canary.fd95ca7ef.0",
|
|
83
|
+
"@material/dom": "15.0.0-canary.fd95ca7ef.0",
|
|
84
|
+
"@material/drawer": "15.0.0-canary.fd95ca7ef.0",
|
|
85
|
+
"@material/elevation": "15.0.0-canary.fd95ca7ef.0",
|
|
86
|
+
"@material/fab": "15.0.0-canary.fd95ca7ef.0",
|
|
87
|
+
"@material/feature-targeting": "15.0.0-canary.fd95ca7ef.0",
|
|
88
|
+
"@material/floating-label": "15.0.0-canary.fd95ca7ef.0",
|
|
89
|
+
"@material/form-field": "15.0.0-canary.fd95ca7ef.0",
|
|
90
|
+
"@material/icon-button": "15.0.0-canary.fd95ca7ef.0",
|
|
91
|
+
"@material/image-list": "15.0.0-canary.fd95ca7ef.0",
|
|
92
|
+
"@material/layout-grid": "15.0.0-canary.fd95ca7ef.0",
|
|
93
|
+
"@material/line-ripple": "15.0.0-canary.fd95ca7ef.0",
|
|
94
|
+
"@material/linear-progress": "15.0.0-canary.fd95ca7ef.0",
|
|
95
|
+
"@material/list": "15.0.0-canary.fd95ca7ef.0",
|
|
96
|
+
"@material/menu": "15.0.0-canary.fd95ca7ef.0",
|
|
97
|
+
"@material/menu-surface": "15.0.0-canary.fd95ca7ef.0",
|
|
98
|
+
"@material/notched-outline": "15.0.0-canary.fd95ca7ef.0",
|
|
99
|
+
"@material/radio": "15.0.0-canary.fd95ca7ef.0",
|
|
100
|
+
"@material/ripple": "15.0.0-canary.fd95ca7ef.0",
|
|
101
|
+
"@material/rtl": "15.0.0-canary.fd95ca7ef.0",
|
|
102
|
+
"@material/segmented-button": "15.0.0-canary.fd95ca7ef.0",
|
|
103
|
+
"@material/select": "15.0.0-canary.fd95ca7ef.0",
|
|
104
|
+
"@material/shape": "15.0.0-canary.fd95ca7ef.0",
|
|
105
|
+
"@material/slider": "15.0.0-canary.fd95ca7ef.0",
|
|
106
|
+
"@material/snackbar": "15.0.0-canary.fd95ca7ef.0",
|
|
107
|
+
"@material/switch": "15.0.0-canary.fd95ca7ef.0",
|
|
108
|
+
"@material/tab": "15.0.0-canary.fd95ca7ef.0",
|
|
109
|
+
"@material/tab-bar": "15.0.0-canary.fd95ca7ef.0",
|
|
110
|
+
"@material/tab-indicator": "15.0.0-canary.fd95ca7ef.0",
|
|
111
|
+
"@material/tab-scroller": "15.0.0-canary.fd95ca7ef.0",
|
|
112
|
+
"@material/textfield": "15.0.0-canary.fd95ca7ef.0",
|
|
113
|
+
"@material/theme": "15.0.0-canary.fd95ca7ef.0",
|
|
114
|
+
"@material/tooltip": "15.0.0-canary.fd95ca7ef.0",
|
|
115
|
+
"@material/top-app-bar": "15.0.0-canary.fd95ca7ef.0",
|
|
116
|
+
"@material/touch-target": "15.0.0-canary.fd95ca7ef.0",
|
|
117
|
+
"@material/typography": "15.0.0-canary.fd95ca7ef.0"
|
|
118
118
|
},
|
|
119
119
|
"sideEffects": false,
|
|
120
120
|
"fesm2020": "./fesm2020/material-experimental.mjs",
|