@skyux/lists 6.0.0-beta.9 → 6.0.2
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/documentation.json +523 -256
- package/esm2020/lib/modules/repeater/repeater-item-roles.type.mjs +2 -0
- package/esm2020/lib/modules/repeater/repeater-item.component.mjs +118 -29
- package/esm2020/lib/modules/repeater/repeater-role.type.mjs +2 -0
- package/esm2020/lib/modules/repeater/repeater.component.mjs +66 -4
- package/esm2020/lib/modules/repeater/repeater.module.mjs +5 -1
- package/esm2020/lib/modules/repeater/repeater.service.mjs +8 -3
- package/fesm2015/skyux-lists.mjs +191 -32
- package/fesm2015/skyux-lists.mjs.map +1 -1
- package/fesm2020/skyux-lists.mjs +192 -32
- package/fesm2020/skyux-lists.mjs.map +1 -1
- package/lib/modules/repeater/repeater-item-roles.type.d.ts +5 -0
- package/lib/modules/repeater/repeater-item.component.d.ts +17 -2
- package/lib/modules/repeater/repeater-role.type.d.ts +1 -0
- package/lib/modules/repeater/repeater.component.d.ts +7 -2
- package/lib/modules/repeater/repeater.module.d.ts +6 -5
- package/lib/modules/repeater/repeater.service.d.ts +2 -0
- package/package.json +11 -10
package/documentation.json
CHANGED
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"originalName": "",
|
|
30
30
|
"children": [
|
|
31
31
|
{
|
|
32
|
-
"id":
|
|
32
|
+
"id": 296,
|
|
33
33
|
"name": "SkyFilterModule",
|
|
34
34
|
"kind": 128,
|
|
35
35
|
"kindString": "Class",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"title": "Constructors",
|
|
55
55
|
"kind": 512,
|
|
56
56
|
"children": [
|
|
57
|
-
|
|
57
|
+
297
|
|
58
58
|
]
|
|
59
59
|
}
|
|
60
60
|
],
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
]
|
|
68
68
|
},
|
|
69
69
|
{
|
|
70
|
-
"id":
|
|
70
|
+
"id": 299,
|
|
71
71
|
"name": "SkyInfiniteScrollModule",
|
|
72
72
|
"kind": 128,
|
|
73
73
|
"kindString": "Class",
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"title": "Constructors",
|
|
93
93
|
"kind": 512,
|
|
94
94
|
"children": [
|
|
95
|
-
|
|
95
|
+
300
|
|
96
96
|
]
|
|
97
97
|
}
|
|
98
98
|
],
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
]
|
|
106
106
|
},
|
|
107
107
|
{
|
|
108
|
-
"id":
|
|
108
|
+
"id": 302,
|
|
109
109
|
"name": "SkyPagingModule",
|
|
110
110
|
"kind": 128,
|
|
111
111
|
"kindString": "Class",
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
"title": "Constructors",
|
|
131
131
|
"kind": 512,
|
|
132
132
|
"children": [
|
|
133
|
-
|
|
133
|
+
303
|
|
134
134
|
]
|
|
135
135
|
}
|
|
136
136
|
],
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
]
|
|
144
144
|
},
|
|
145
145
|
{
|
|
146
|
-
"id":
|
|
146
|
+
"id": 305,
|
|
147
147
|
"name": "SkyRepeaterModule",
|
|
148
148
|
"kind": 128,
|
|
149
149
|
"kindString": "Class",
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
"name": "NgModule"
|
|
159
159
|
},
|
|
160
160
|
"arguments": {
|
|
161
|
-
"obj": "{\n declarations: [\n SkyRepeaterComponent,\n SkyRepeaterItemComponent,\n SkyRepeaterItemContentComponent,\n SkyRepeaterItemContextMenuComponent,\n SkyRepeaterItemTitleComponent,\n ],\n imports: [\n CommonModule,\n DragulaModule,\n SkyChevronModule,\n SkyCheckboxModule,\n SkyIconModule,\n SkyInlineFormModule,\n SkyListsResourcesModule,\n ],\n exports: [\n SkyRepeaterComponent,\n SkyRepeaterItemComponent,\n SkyRepeaterItemContentComponent,\n SkyRepeaterItemContextMenuComponent,\n SkyRepeaterItemTitleComponent,\n ],\n providers: [DragulaService],\n}"
|
|
161
|
+
"obj": "{\n declarations: [\n SkyRepeaterComponent,\n SkyRepeaterItemComponent,\n SkyRepeaterItemContentComponent,\n SkyRepeaterItemContextMenuComponent,\n SkyRepeaterItemTitleComponent,\n ],\n imports: [\n CommonModule,\n DragulaModule,\n ObserversModule,\n SkyChevronModule,\n SkyCheckboxModule,\n SkyIconModule,\n SkyInlineFormModule,\n SkyListsResourcesModule,\n ],\n exports: [\n SkyRepeaterComponent,\n SkyRepeaterItemComponent,\n SkyRepeaterItemContentComponent,\n SkyRepeaterItemContextMenuComponent,\n SkyRepeaterItemTitleComponent,\n ],\n providers: [DragulaService],\n}"
|
|
162
162
|
}
|
|
163
163
|
}
|
|
164
164
|
],
|
|
@@ -168,20 +168,20 @@
|
|
|
168
168
|
"title": "Constructors",
|
|
169
169
|
"kind": 512,
|
|
170
170
|
"children": [
|
|
171
|
-
|
|
171
|
+
306
|
|
172
172
|
]
|
|
173
173
|
}
|
|
174
174
|
],
|
|
175
175
|
"sources": [
|
|
176
176
|
{
|
|
177
177
|
"fileName": "projects/lists/src/modules/repeater/repeater.module.ts",
|
|
178
|
-
"line":
|
|
178
|
+
"line": 45,
|
|
179
179
|
"character": 13
|
|
180
180
|
}
|
|
181
181
|
]
|
|
182
182
|
},
|
|
183
183
|
{
|
|
184
|
-
"id":
|
|
184
|
+
"id": 308,
|
|
185
185
|
"name": "SkySortModule",
|
|
186
186
|
"kind": 128,
|
|
187
187
|
"kindString": "Class",
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
"title": "Constructors",
|
|
207
207
|
"kind": 512,
|
|
208
208
|
"children": [
|
|
209
|
-
|
|
209
|
+
309
|
|
210
210
|
]
|
|
211
211
|
}
|
|
212
212
|
],
|
|
@@ -640,7 +640,7 @@
|
|
|
640
640
|
"sources": [
|
|
641
641
|
{
|
|
642
642
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
643
|
-
"line":
|
|
643
|
+
"line": 277,
|
|
644
644
|
"character": 2
|
|
645
645
|
}
|
|
646
646
|
],
|
|
@@ -727,7 +727,7 @@
|
|
|
727
727
|
]
|
|
728
728
|
},
|
|
729
729
|
{
|
|
730
|
-
"id":
|
|
730
|
+
"id": 134,
|
|
731
731
|
"name": "collapse",
|
|
732
732
|
"kind": 1024,
|
|
733
733
|
"kindString": "Property",
|
|
@@ -752,7 +752,7 @@
|
|
|
752
752
|
"sources": [
|
|
753
753
|
{
|
|
754
754
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
755
|
-
"line":
|
|
755
|
+
"line": 176,
|
|
756
756
|
"character": 9
|
|
757
757
|
}
|
|
758
758
|
],
|
|
@@ -771,7 +771,7 @@
|
|
|
771
771
|
"defaultValue": "..."
|
|
772
772
|
},
|
|
773
773
|
{
|
|
774
|
-
"id":
|
|
774
|
+
"id": 139,
|
|
775
775
|
"name": "contentId",
|
|
776
776
|
"kind": 1024,
|
|
777
777
|
"kindString": "Property",
|
|
@@ -781,7 +781,7 @@
|
|
|
781
781
|
"sources": [
|
|
782
782
|
{
|
|
783
783
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
784
|
-
"line":
|
|
784
|
+
"line": 200,
|
|
785
785
|
"character": 9
|
|
786
786
|
}
|
|
787
787
|
],
|
|
@@ -792,7 +792,7 @@
|
|
|
792
792
|
"defaultValue": "..."
|
|
793
793
|
},
|
|
794
794
|
{
|
|
795
|
-
"id":
|
|
795
|
+
"id": 138,
|
|
796
796
|
"name": "contextMenu",
|
|
797
797
|
"kind": 1024,
|
|
798
798
|
"kindString": "Property",
|
|
@@ -817,7 +817,7 @@
|
|
|
817
817
|
"sources": [
|
|
818
818
|
{
|
|
819
819
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
820
|
-
"line":
|
|
820
|
+
"line": 198,
|
|
821
821
|
"character": 9
|
|
822
822
|
}
|
|
823
823
|
],
|
|
@@ -835,7 +835,7 @@
|
|
|
835
835
|
}
|
|
836
836
|
},
|
|
837
837
|
{
|
|
838
|
-
"id":
|
|
838
|
+
"id": 135,
|
|
839
839
|
"name": "expand",
|
|
840
840
|
"kind": 1024,
|
|
841
841
|
"kindString": "Property",
|
|
@@ -860,7 +860,7 @@
|
|
|
860
860
|
"sources": [
|
|
861
861
|
{
|
|
862
862
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
863
|
-
"line":
|
|
863
|
+
"line": 182,
|
|
864
864
|
"character": 9
|
|
865
865
|
}
|
|
866
866
|
],
|
|
@@ -879,7 +879,7 @@
|
|
|
879
879
|
"defaultValue": "..."
|
|
880
880
|
},
|
|
881
881
|
{
|
|
882
|
-
"id":
|
|
882
|
+
"id": 140,
|
|
883
883
|
"name": "hasItemContent",
|
|
884
884
|
"kind": 1024,
|
|
885
885
|
"kindString": "Property",
|
|
@@ -889,7 +889,7 @@
|
|
|
889
889
|
"sources": [
|
|
890
890
|
{
|
|
891
891
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
892
|
-
"line":
|
|
892
|
+
"line": 202,
|
|
893
893
|
"character": 9
|
|
894
894
|
}
|
|
895
895
|
],
|
|
@@ -900,7 +900,7 @@
|
|
|
900
900
|
"defaultValue": "false"
|
|
901
901
|
},
|
|
902
902
|
{
|
|
903
|
-
"id":
|
|
903
|
+
"id": 136,
|
|
904
904
|
"name": "inlineFormClose",
|
|
905
905
|
"kind": 1024,
|
|
906
906
|
"kindString": "Property",
|
|
@@ -925,7 +925,7 @@
|
|
|
925
925
|
"sources": [
|
|
926
926
|
{
|
|
927
927
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
928
|
-
"line":
|
|
928
|
+
"line": 189,
|
|
929
929
|
"character": 9
|
|
930
930
|
}
|
|
931
931
|
],
|
|
@@ -944,7 +944,7 @@
|
|
|
944
944
|
"defaultValue": "..."
|
|
945
945
|
},
|
|
946
946
|
{
|
|
947
|
-
"id":
|
|
947
|
+
"id": 120,
|
|
948
948
|
"name": "inlineFormConfig",
|
|
949
949
|
"kind": 1024,
|
|
950
950
|
"kindString": "Property",
|
|
@@ -969,7 +969,7 @@
|
|
|
969
969
|
"sources": [
|
|
970
970
|
{
|
|
971
971
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
972
|
-
"line":
|
|
972
|
+
"line": 105,
|
|
973
973
|
"character": 9
|
|
974
974
|
}
|
|
975
975
|
],
|
|
@@ -979,7 +979,7 @@
|
|
|
979
979
|
}
|
|
980
980
|
},
|
|
981
981
|
{
|
|
982
|
-
"id":
|
|
982
|
+
"id": 121,
|
|
983
983
|
"name": "inlineFormTemplate",
|
|
984
984
|
"kind": 1024,
|
|
985
985
|
"kindString": "Property",
|
|
@@ -1004,7 +1004,7 @@
|
|
|
1004
1004
|
"sources": [
|
|
1005
1005
|
{
|
|
1006
1006
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1007
|
-
"line":
|
|
1007
|
+
"line": 112,
|
|
1008
1008
|
"character": 9
|
|
1009
1009
|
}
|
|
1010
1010
|
],
|
|
@@ -1022,7 +1022,7 @@
|
|
|
1022
1022
|
}
|
|
1023
1023
|
},
|
|
1024
1024
|
{
|
|
1025
|
-
"id":
|
|
1025
|
+
"id": 141,
|
|
1026
1026
|
"name": "isActive",
|
|
1027
1027
|
"kind": 1024,
|
|
1028
1028
|
"kindString": "Property",
|
|
@@ -1032,7 +1032,7 @@
|
|
|
1032
1032
|
"sources": [
|
|
1033
1033
|
{
|
|
1034
1034
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1035
|
-
"line":
|
|
1035
|
+
"line": 204,
|
|
1036
1036
|
"character": 9
|
|
1037
1037
|
}
|
|
1038
1038
|
],
|
|
@@ -1043,7 +1043,7 @@
|
|
|
1043
1043
|
"defaultValue": "false"
|
|
1044
1044
|
},
|
|
1045
1045
|
{
|
|
1046
|
-
"id":
|
|
1046
|
+
"id": 137,
|
|
1047
1047
|
"name": "isSelectedChange",
|
|
1048
1048
|
"kind": 1024,
|
|
1049
1049
|
"kindString": "Property",
|
|
@@ -1068,7 +1068,7 @@
|
|
|
1068
1068
|
"sources": [
|
|
1069
1069
|
{
|
|
1070
1070
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1071
|
-
"line":
|
|
1071
|
+
"line": 195,
|
|
1072
1072
|
"character": 9
|
|
1073
1073
|
}
|
|
1074
1074
|
],
|
|
@@ -1087,7 +1087,7 @@
|
|
|
1087
1087
|
"defaultValue": "..."
|
|
1088
1088
|
},
|
|
1089
1089
|
{
|
|
1090
|
-
"id":
|
|
1090
|
+
"id": 119,
|
|
1091
1091
|
"name": "itemName",
|
|
1092
1092
|
"kind": 1024,
|
|
1093
1093
|
"kindString": "Property",
|
|
@@ -1112,7 +1112,7 @@
|
|
|
1112
1112
|
"sources": [
|
|
1113
1113
|
{
|
|
1114
1114
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1115
|
-
"line":
|
|
1115
|
+
"line": 97,
|
|
1116
1116
|
"character": 9
|
|
1117
1117
|
}
|
|
1118
1118
|
],
|
|
@@ -1122,7 +1122,35 @@
|
|
|
1122
1122
|
}
|
|
1123
1123
|
},
|
|
1124
1124
|
{
|
|
1125
|
-
"id":
|
|
1125
|
+
"id": 146,
|
|
1126
|
+
"name": "itemRole$",
|
|
1127
|
+
"kind": 1024,
|
|
1128
|
+
"kindString": "Property",
|
|
1129
|
+
"flags": {
|
|
1130
|
+
"isPublic": true
|
|
1131
|
+
},
|
|
1132
|
+
"sources": [
|
|
1133
|
+
{
|
|
1134
|
+
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1135
|
+
"line": 223,
|
|
1136
|
+
"character": 9
|
|
1137
|
+
}
|
|
1138
|
+
],
|
|
1139
|
+
"type": {
|
|
1140
|
+
"type": "reference",
|
|
1141
|
+
"typeArguments": [
|
|
1142
|
+
{
|
|
1143
|
+
"type": "reference",
|
|
1144
|
+
"name": "SkyRepeaterItemRolesType"
|
|
1145
|
+
}
|
|
1146
|
+
],
|
|
1147
|
+
"qualifiedName": "Observable",
|
|
1148
|
+
"package": "rxjs",
|
|
1149
|
+
"name": "Observable"
|
|
1150
|
+
}
|
|
1151
|
+
},
|
|
1152
|
+
{
|
|
1153
|
+
"id": 147,
|
|
1126
1154
|
"name": "keyboardReorderingEnabled",
|
|
1127
1155
|
"kind": 1024,
|
|
1128
1156
|
"kindString": "Property",
|
|
@@ -1132,7 +1160,7 @@
|
|
|
1132
1160
|
"sources": [
|
|
1133
1161
|
{
|
|
1134
1162
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1135
|
-
"line":
|
|
1163
|
+
"line": 225,
|
|
1136
1164
|
"character": 9
|
|
1137
1165
|
}
|
|
1138
1166
|
],
|
|
@@ -1143,7 +1171,7 @@
|
|
|
1143
1171
|
"defaultValue": "false"
|
|
1144
1172
|
},
|
|
1145
1173
|
{
|
|
1146
|
-
"id":
|
|
1174
|
+
"id": 148,
|
|
1147
1175
|
"name": "reorderButtonLabel",
|
|
1148
1176
|
"kind": 1024,
|
|
1149
1177
|
"kindString": "Property",
|
|
@@ -1153,7 +1181,7 @@
|
|
|
1153
1181
|
"sources": [
|
|
1154
1182
|
{
|
|
1155
1183
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1156
|
-
"line":
|
|
1184
|
+
"line": 227,
|
|
1157
1185
|
"character": 9
|
|
1158
1186
|
}
|
|
1159
1187
|
],
|
|
@@ -1163,7 +1191,7 @@
|
|
|
1163
1191
|
}
|
|
1164
1192
|
},
|
|
1165
1193
|
{
|
|
1166
|
-
"id":
|
|
1194
|
+
"id": 149,
|
|
1167
1195
|
"name": "reorderState",
|
|
1168
1196
|
"kind": 1024,
|
|
1169
1197
|
"kindString": "Property",
|
|
@@ -1173,7 +1201,7 @@
|
|
|
1173
1201
|
"sources": [
|
|
1174
1202
|
{
|
|
1175
1203
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1176
|
-
"line":
|
|
1204
|
+
"line": 229,
|
|
1177
1205
|
"character": 9
|
|
1178
1206
|
}
|
|
1179
1207
|
],
|
|
@@ -1183,7 +1211,7 @@
|
|
|
1183
1211
|
}
|
|
1184
1212
|
},
|
|
1185
1213
|
{
|
|
1186
|
-
"id":
|
|
1214
|
+
"id": 130,
|
|
1187
1215
|
"name": "reorderable",
|
|
1188
1216
|
"kind": 1024,
|
|
1189
1217
|
"kindString": "Property",
|
|
@@ -1208,7 +1236,7 @@
|
|
|
1208
1236
|
"sources": [
|
|
1209
1237
|
{
|
|
1210
1238
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1211
|
-
"line":
|
|
1239
|
+
"line": 149,
|
|
1212
1240
|
"character": 9
|
|
1213
1241
|
}
|
|
1214
1242
|
],
|
|
@@ -1219,7 +1247,7 @@
|
|
|
1219
1247
|
"defaultValue": "false"
|
|
1220
1248
|
},
|
|
1221
1249
|
{
|
|
1222
|
-
"id":
|
|
1250
|
+
"id": 131,
|
|
1223
1251
|
"name": "selectable",
|
|
1224
1252
|
"kind": 1024,
|
|
1225
1253
|
"kindString": "Property",
|
|
@@ -1244,7 +1272,7 @@
|
|
|
1244
1272
|
"sources": [
|
|
1245
1273
|
{
|
|
1246
1274
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1247
|
-
"line":
|
|
1275
|
+
"line": 155,
|
|
1248
1276
|
"character": 9
|
|
1249
1277
|
}
|
|
1250
1278
|
],
|
|
@@ -1255,7 +1283,7 @@
|
|
|
1255
1283
|
"defaultValue": "false"
|
|
1256
1284
|
},
|
|
1257
1285
|
{
|
|
1258
|
-
"id":
|
|
1286
|
+
"id": 132,
|
|
1259
1287
|
"name": "showInlineForm",
|
|
1260
1288
|
"kind": 1024,
|
|
1261
1289
|
"kindString": "Property",
|
|
@@ -1280,7 +1308,7 @@
|
|
|
1280
1308
|
"sources": [
|
|
1281
1309
|
{
|
|
1282
1310
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1283
|
-
"line":
|
|
1311
|
+
"line": 162,
|
|
1284
1312
|
"character": 9
|
|
1285
1313
|
}
|
|
1286
1314
|
],
|
|
@@ -1291,7 +1319,7 @@
|
|
|
1291
1319
|
"defaultValue": "false"
|
|
1292
1320
|
},
|
|
1293
1321
|
{
|
|
1294
|
-
"id":
|
|
1322
|
+
"id": 150,
|
|
1295
1323
|
"name": "slideDirection",
|
|
1296
1324
|
"kind": 1024,
|
|
1297
1325
|
"kindString": "Property",
|
|
@@ -1301,7 +1329,7 @@
|
|
|
1301
1329
|
"sources": [
|
|
1302
1330
|
{
|
|
1303
1331
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1304
|
-
"line":
|
|
1332
|
+
"line": 231,
|
|
1305
1333
|
"character": 9
|
|
1306
1334
|
}
|
|
1307
1335
|
],
|
|
@@ -1311,7 +1339,7 @@
|
|
|
1311
1339
|
}
|
|
1312
1340
|
},
|
|
1313
1341
|
{
|
|
1314
|
-
"id":
|
|
1342
|
+
"id": 133,
|
|
1315
1343
|
"name": "tag",
|
|
1316
1344
|
"kind": 1024,
|
|
1317
1345
|
"kindString": "Property",
|
|
@@ -1336,7 +1364,7 @@
|
|
|
1336
1364
|
"sources": [
|
|
1337
1365
|
{
|
|
1338
1366
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1339
|
-
"line":
|
|
1367
|
+
"line": 170,
|
|
1340
1368
|
"character": 9
|
|
1341
1369
|
}
|
|
1342
1370
|
],
|
|
@@ -1346,7 +1374,80 @@
|
|
|
1346
1374
|
}
|
|
1347
1375
|
},
|
|
1348
1376
|
{
|
|
1349
|
-
"id":
|
|
1377
|
+
"id": 115,
|
|
1378
|
+
"name": "disabled",
|
|
1379
|
+
"kind": 262144,
|
|
1380
|
+
"kindString": "Accessor",
|
|
1381
|
+
"flags": {
|
|
1382
|
+
"isPublic": true
|
|
1383
|
+
},
|
|
1384
|
+
"decorators": [
|
|
1385
|
+
{
|
|
1386
|
+
"name": "Input",
|
|
1387
|
+
"type": {
|
|
1388
|
+
"type": "reference",
|
|
1389
|
+
"qualifiedName": "InputDecorator",
|
|
1390
|
+
"package": "@angular/core",
|
|
1391
|
+
"name": "Input"
|
|
1392
|
+
},
|
|
1393
|
+
"arguments": {}
|
|
1394
|
+
}
|
|
1395
|
+
],
|
|
1396
|
+
"sources": [
|
|
1397
|
+
{
|
|
1398
|
+
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1399
|
+
"line": 69,
|
|
1400
|
+
"character": 13
|
|
1401
|
+
}
|
|
1402
|
+
],
|
|
1403
|
+
"getSignature": [
|
|
1404
|
+
{
|
|
1405
|
+
"id": 116,
|
|
1406
|
+
"name": "disabled",
|
|
1407
|
+
"kind": 524288,
|
|
1408
|
+
"kindString": "Get signature",
|
|
1409
|
+
"flags": {},
|
|
1410
|
+
"comment": {
|
|
1411
|
+
"shortText": "Whether to exclude an item when cycling through."
|
|
1412
|
+
},
|
|
1413
|
+
"type": {
|
|
1414
|
+
"type": "intrinsic",
|
|
1415
|
+
"name": "boolean"
|
|
1416
|
+
}
|
|
1417
|
+
}
|
|
1418
|
+
],
|
|
1419
|
+
"setSignature": [
|
|
1420
|
+
{
|
|
1421
|
+
"id": 117,
|
|
1422
|
+
"name": "disabled",
|
|
1423
|
+
"kind": 1048576,
|
|
1424
|
+
"kindString": "Set signature",
|
|
1425
|
+
"flags": {},
|
|
1426
|
+
"comment": {
|
|
1427
|
+
"shortText": "Whether to exclude an item when cycling through."
|
|
1428
|
+
},
|
|
1429
|
+
"parameters": [
|
|
1430
|
+
{
|
|
1431
|
+
"id": 118,
|
|
1432
|
+
"name": "value",
|
|
1433
|
+
"kind": 32768,
|
|
1434
|
+
"kindString": "Parameter",
|
|
1435
|
+
"flags": {},
|
|
1436
|
+
"type": {
|
|
1437
|
+
"type": "intrinsic",
|
|
1438
|
+
"name": "boolean"
|
|
1439
|
+
}
|
|
1440
|
+
}
|
|
1441
|
+
],
|
|
1442
|
+
"type": {
|
|
1443
|
+
"type": "intrinsic",
|
|
1444
|
+
"name": "void"
|
|
1445
|
+
}
|
|
1446
|
+
}
|
|
1447
|
+
]
|
|
1448
|
+
},
|
|
1449
|
+
{
|
|
1450
|
+
"id": 142,
|
|
1350
1451
|
"name": "isCollapsible",
|
|
1351
1452
|
"kind": 262144,
|
|
1352
1453
|
"kindString": "Accessor",
|
|
@@ -1356,13 +1457,13 @@
|
|
|
1356
1457
|
"sources": [
|
|
1357
1458
|
{
|
|
1358
1459
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1359
|
-
"line":
|
|
1460
|
+
"line": 206,
|
|
1360
1461
|
"character": 13
|
|
1361
1462
|
}
|
|
1362
1463
|
],
|
|
1363
1464
|
"getSignature": [
|
|
1364
1465
|
{
|
|
1365
|
-
"id":
|
|
1466
|
+
"id": 143,
|
|
1366
1467
|
"name": "isCollapsible",
|
|
1367
1468
|
"kind": 524288,
|
|
1368
1469
|
"kindString": "Get signature",
|
|
@@ -1375,14 +1476,14 @@
|
|
|
1375
1476
|
],
|
|
1376
1477
|
"setSignature": [
|
|
1377
1478
|
{
|
|
1378
|
-
"id":
|
|
1479
|
+
"id": 144,
|
|
1379
1480
|
"name": "isCollapsible",
|
|
1380
1481
|
"kind": 1048576,
|
|
1381
1482
|
"kindString": "Set signature",
|
|
1382
1483
|
"flags": {},
|
|
1383
1484
|
"parameters": [
|
|
1384
1485
|
{
|
|
1385
|
-
"id":
|
|
1486
|
+
"id": 145,
|
|
1386
1487
|
"name": "value",
|
|
1387
1488
|
"kind": 32768,
|
|
1388
1489
|
"kindString": "Parameter",
|
|
@@ -1401,7 +1502,7 @@
|
|
|
1401
1502
|
]
|
|
1402
1503
|
},
|
|
1403
1504
|
{
|
|
1404
|
-
"id":
|
|
1505
|
+
"id": 122,
|
|
1405
1506
|
"name": "isExpanded",
|
|
1406
1507
|
"kind": 262144,
|
|
1407
1508
|
"kindString": "Accessor",
|
|
@@ -1423,13 +1524,13 @@
|
|
|
1423
1524
|
"sources": [
|
|
1424
1525
|
{
|
|
1425
1526
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1426
|
-
"line":
|
|
1527
|
+
"line": 119,
|
|
1427
1528
|
"character": 13
|
|
1428
1529
|
}
|
|
1429
1530
|
],
|
|
1430
1531
|
"getSignature": [
|
|
1431
1532
|
{
|
|
1432
|
-
"id":
|
|
1533
|
+
"id": 123,
|
|
1433
1534
|
"name": "isExpanded",
|
|
1434
1535
|
"kind": 524288,
|
|
1435
1536
|
"kindString": "Get signature",
|
|
@@ -1451,7 +1552,7 @@
|
|
|
1451
1552
|
],
|
|
1452
1553
|
"setSignature": [
|
|
1453
1554
|
{
|
|
1454
|
-
"id":
|
|
1555
|
+
"id": 124,
|
|
1455
1556
|
"name": "isExpanded",
|
|
1456
1557
|
"kind": 1048576,
|
|
1457
1558
|
"kindString": "Set signature",
|
|
@@ -1467,7 +1568,7 @@
|
|
|
1467
1568
|
},
|
|
1468
1569
|
"parameters": [
|
|
1469
1570
|
{
|
|
1470
|
-
"id":
|
|
1571
|
+
"id": 125,
|
|
1471
1572
|
"name": "value",
|
|
1472
1573
|
"kind": 32768,
|
|
1473
1574
|
"kindString": "Parameter",
|
|
@@ -1486,7 +1587,7 @@
|
|
|
1486
1587
|
]
|
|
1487
1588
|
},
|
|
1488
1589
|
{
|
|
1489
|
-
"id":
|
|
1590
|
+
"id": 126,
|
|
1490
1591
|
"name": "isSelected",
|
|
1491
1592
|
"kind": 262144,
|
|
1492
1593
|
"kindString": "Accessor",
|
|
@@ -1508,13 +1609,13 @@
|
|
|
1508
1609
|
"sources": [
|
|
1509
1610
|
{
|
|
1510
1611
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1511
|
-
"line":
|
|
1612
|
+
"line": 133,
|
|
1512
1613
|
"character": 13
|
|
1513
1614
|
}
|
|
1514
1615
|
],
|
|
1515
1616
|
"getSignature": [
|
|
1516
1617
|
{
|
|
1517
|
-
"id":
|
|
1618
|
+
"id": 127,
|
|
1518
1619
|
"name": "isSelected",
|
|
1519
1620
|
"kind": 524288,
|
|
1520
1621
|
"kindString": "Get signature",
|
|
@@ -1536,7 +1637,7 @@
|
|
|
1536
1637
|
],
|
|
1537
1638
|
"setSignature": [
|
|
1538
1639
|
{
|
|
1539
|
-
"id":
|
|
1640
|
+
"id": 128,
|
|
1540
1641
|
"name": "isSelected",
|
|
1541
1642
|
"kind": 1048576,
|
|
1542
1643
|
"kindString": "Set signature",
|
|
@@ -1552,7 +1653,7 @@
|
|
|
1552
1653
|
},
|
|
1553
1654
|
"parameters": [
|
|
1554
1655
|
{
|
|
1555
|
-
"id":
|
|
1656
|
+
"id": 129,
|
|
1556
1657
|
"name": "value",
|
|
1557
1658
|
"kind": 32768,
|
|
1558
1659
|
"kindString": "Parameter",
|
|
@@ -1571,7 +1672,7 @@
|
|
|
1571
1672
|
]
|
|
1572
1673
|
},
|
|
1573
1674
|
{
|
|
1574
|
-
"id":
|
|
1675
|
+
"id": 151,
|
|
1575
1676
|
"name": "repeaterGroupClass",
|
|
1576
1677
|
"kind": 262144,
|
|
1577
1678
|
"kindString": "Accessor",
|
|
@@ -1593,13 +1694,13 @@
|
|
|
1593
1694
|
"sources": [
|
|
1594
1695
|
{
|
|
1595
1696
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1596
|
-
"line":
|
|
1697
|
+
"line": 234,
|
|
1597
1698
|
"character": 6
|
|
1598
1699
|
}
|
|
1599
1700
|
],
|
|
1600
1701
|
"getSignature": [
|
|
1601
1702
|
{
|
|
1602
|
-
"id":
|
|
1703
|
+
"id": 152,
|
|
1603
1704
|
"name": "repeaterGroupClass",
|
|
1604
1705
|
"kind": 524288,
|
|
1605
1706
|
"kindString": "Get signature",
|
|
@@ -1612,7 +1713,60 @@
|
|
|
1612
1713
|
]
|
|
1613
1714
|
},
|
|
1614
1715
|
{
|
|
1615
|
-
"id":
|
|
1716
|
+
"id": 113,
|
|
1717
|
+
"name": "tabindex",
|
|
1718
|
+
"kind": 262144,
|
|
1719
|
+
"kindString": "Accessor",
|
|
1720
|
+
"flags": {
|
|
1721
|
+
"isPublic": true
|
|
1722
|
+
},
|
|
1723
|
+
"decorators": [
|
|
1724
|
+
{
|
|
1725
|
+
"name": "HostBinding",
|
|
1726
|
+
"type": {
|
|
1727
|
+
"type": "reference",
|
|
1728
|
+
"qualifiedName": "HostBindingDecorator",
|
|
1729
|
+
"package": "@angular/core",
|
|
1730
|
+
"name": "HostBinding"
|
|
1731
|
+
},
|
|
1732
|
+
"arguments": {}
|
|
1733
|
+
}
|
|
1734
|
+
],
|
|
1735
|
+
"sources": [
|
|
1736
|
+
{
|
|
1737
|
+
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1738
|
+
"line": 58,
|
|
1739
|
+
"character": 13
|
|
1740
|
+
}
|
|
1741
|
+
],
|
|
1742
|
+
"getSignature": [
|
|
1743
|
+
{
|
|
1744
|
+
"id": 114,
|
|
1745
|
+
"name": "tabindex",
|
|
1746
|
+
"kind": 524288,
|
|
1747
|
+
"kindString": "Get signature",
|
|
1748
|
+
"flags": {},
|
|
1749
|
+
"comment": {
|
|
1750
|
+
"shortText": "Make the first, non-disabled item tab-focusable.\n- Disabled items should not be focusable per [W3C](https://www.w3.org/TR/wai-aria-practices-1.1/#kbd_disabled_controls).\n- One item per list/grid/listbox should be tab focusable per [W3C](https://www.w3.org/TR/wai-aria-practices-1.1/#grid)."
|
|
1751
|
+
},
|
|
1752
|
+
"type": {
|
|
1753
|
+
"type": "union",
|
|
1754
|
+
"types": [
|
|
1755
|
+
{
|
|
1756
|
+
"type": "literal",
|
|
1757
|
+
"value": 0
|
|
1758
|
+
},
|
|
1759
|
+
{
|
|
1760
|
+
"type": "literal",
|
|
1761
|
+
"value": -1
|
|
1762
|
+
}
|
|
1763
|
+
]
|
|
1764
|
+
}
|
|
1765
|
+
}
|
|
1766
|
+
]
|
|
1767
|
+
},
|
|
1768
|
+
{
|
|
1769
|
+
"id": 181,
|
|
1616
1770
|
"name": "chevronDirectionChange",
|
|
1617
1771
|
"kind": 2048,
|
|
1618
1772
|
"kindString": "Method",
|
|
@@ -1622,20 +1776,20 @@
|
|
|
1622
1776
|
"sources": [
|
|
1623
1777
|
{
|
|
1624
1778
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1625
|
-
"line":
|
|
1779
|
+
"line": 423,
|
|
1626
1780
|
"character": 9
|
|
1627
1781
|
}
|
|
1628
1782
|
],
|
|
1629
1783
|
"signatures": [
|
|
1630
1784
|
{
|
|
1631
|
-
"id":
|
|
1785
|
+
"id": 182,
|
|
1632
1786
|
"name": "chevronDirectionChange",
|
|
1633
1787
|
"kind": 4096,
|
|
1634
1788
|
"kindString": "Call signature",
|
|
1635
1789
|
"flags": {},
|
|
1636
1790
|
"parameters": [
|
|
1637
1791
|
{
|
|
1638
|
-
"id":
|
|
1792
|
+
"id": 183,
|
|
1639
1793
|
"name": "direction",
|
|
1640
1794
|
"kind": 32768,
|
|
1641
1795
|
"kindString": "Parameter",
|
|
@@ -1654,7 +1808,7 @@
|
|
|
1654
1808
|
]
|
|
1655
1809
|
},
|
|
1656
1810
|
{
|
|
1657
|
-
"id":
|
|
1811
|
+
"id": 179,
|
|
1658
1812
|
"name": "headerClick",
|
|
1659
1813
|
"kind": 2048,
|
|
1660
1814
|
"kindString": "Method",
|
|
@@ -1664,13 +1818,13 @@
|
|
|
1664
1818
|
"sources": [
|
|
1665
1819
|
{
|
|
1666
1820
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1667
|
-
"line":
|
|
1821
|
+
"line": 417,
|
|
1668
1822
|
"character": 9
|
|
1669
1823
|
}
|
|
1670
1824
|
],
|
|
1671
1825
|
"signatures": [
|
|
1672
1826
|
{
|
|
1673
|
-
"id":
|
|
1827
|
+
"id": 180,
|
|
1674
1828
|
"name": "headerClick",
|
|
1675
1829
|
"kind": 4096,
|
|
1676
1830
|
"kindString": "Call signature",
|
|
@@ -1683,7 +1837,7 @@
|
|
|
1683
1837
|
]
|
|
1684
1838
|
},
|
|
1685
1839
|
{
|
|
1686
|
-
"id":
|
|
1840
|
+
"id": 197,
|
|
1687
1841
|
"name": "moveToTop",
|
|
1688
1842
|
"kind": 2048,
|
|
1689
1843
|
"kindString": "Method",
|
|
@@ -1693,20 +1847,20 @@
|
|
|
1693
1847
|
"sources": [
|
|
1694
1848
|
{
|
|
1695
1849
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1696
|
-
"line":
|
|
1850
|
+
"line": 469,
|
|
1697
1851
|
"character": 9
|
|
1698
1852
|
}
|
|
1699
1853
|
],
|
|
1700
1854
|
"signatures": [
|
|
1701
1855
|
{
|
|
1702
|
-
"id":
|
|
1856
|
+
"id": 198,
|
|
1703
1857
|
"name": "moveToTop",
|
|
1704
1858
|
"kind": 4096,
|
|
1705
1859
|
"kindString": "Call signature",
|
|
1706
1860
|
"flags": {},
|
|
1707
1861
|
"parameters": [
|
|
1708
1862
|
{
|
|
1709
|
-
"id":
|
|
1863
|
+
"id": 199,
|
|
1710
1864
|
"name": "event",
|
|
1711
1865
|
"kind": 32768,
|
|
1712
1866
|
"kindString": "Parameter",
|
|
@@ -1727,7 +1881,7 @@
|
|
|
1727
1881
|
]
|
|
1728
1882
|
},
|
|
1729
1883
|
{
|
|
1730
|
-
"id":
|
|
1884
|
+
"id": 172,
|
|
1731
1885
|
"name": "ngAfterViewInit",
|
|
1732
1886
|
"kind": 2048,
|
|
1733
1887
|
"kindString": "Method",
|
|
@@ -1737,13 +1891,13 @@
|
|
|
1737
1891
|
"sources": [
|
|
1738
1892
|
{
|
|
1739
1893
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1740
|
-
"line":
|
|
1894
|
+
"line": 319,
|
|
1741
1895
|
"character": 9
|
|
1742
1896
|
}
|
|
1743
1897
|
],
|
|
1744
1898
|
"signatures": [
|
|
1745
1899
|
{
|
|
1746
|
-
"id":
|
|
1900
|
+
"id": 173,
|
|
1747
1901
|
"name": "ngAfterViewInit",
|
|
1748
1902
|
"kind": 4096,
|
|
1749
1903
|
"kindString": "Call signature",
|
|
@@ -1764,7 +1918,7 @@
|
|
|
1764
1918
|
}
|
|
1765
1919
|
},
|
|
1766
1920
|
{
|
|
1767
|
-
"id":
|
|
1921
|
+
"id": 174,
|
|
1768
1922
|
"name": "ngOnDestroy",
|
|
1769
1923
|
"kind": 2048,
|
|
1770
1924
|
"kindString": "Method",
|
|
@@ -1774,13 +1928,13 @@
|
|
|
1774
1928
|
"sources": [
|
|
1775
1929
|
{
|
|
1776
1930
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1777
|
-
"line":
|
|
1931
|
+
"line": 324,
|
|
1778
1932
|
"character": 9
|
|
1779
1933
|
}
|
|
1780
1934
|
],
|
|
1781
1935
|
"signatures": [
|
|
1782
1936
|
{
|
|
1783
|
-
"id":
|
|
1937
|
+
"id": 175,
|
|
1784
1938
|
"name": "ngOnDestroy",
|
|
1785
1939
|
"kind": 4096,
|
|
1786
1940
|
"kindString": "Call signature",
|
|
@@ -1801,7 +1955,7 @@
|
|
|
1801
1955
|
}
|
|
1802
1956
|
},
|
|
1803
1957
|
{
|
|
1804
|
-
"id":
|
|
1958
|
+
"id": 170,
|
|
1805
1959
|
"name": "ngOnInit",
|
|
1806
1960
|
"kind": 2048,
|
|
1807
1961
|
"kindString": "Method",
|
|
@@ -1811,13 +1965,13 @@
|
|
|
1811
1965
|
"sources": [
|
|
1812
1966
|
{
|
|
1813
1967
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1814
|
-
"line":
|
|
1968
|
+
"line": 306,
|
|
1815
1969
|
"character": 9
|
|
1816
1970
|
}
|
|
1817
1971
|
],
|
|
1818
1972
|
"signatures": [
|
|
1819
1973
|
{
|
|
1820
|
-
"id":
|
|
1974
|
+
"id": 171,
|
|
1821
1975
|
"name": "ngOnInit",
|
|
1822
1976
|
"kind": 4096,
|
|
1823
1977
|
"kindString": "Call signature",
|
|
@@ -1838,7 +1992,7 @@
|
|
|
1838
1992
|
}
|
|
1839
1993
|
},
|
|
1840
1994
|
{
|
|
1841
|
-
"id":
|
|
1995
|
+
"id": 191,
|
|
1842
1996
|
"name": "onCheckboxChange",
|
|
1843
1997
|
"kind": 2048,
|
|
1844
1998
|
"kindString": "Method",
|
|
@@ -1848,20 +2002,20 @@
|
|
|
1848
2002
|
"sources": [
|
|
1849
2003
|
{
|
|
1850
2004
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1851
|
-
"line":
|
|
2005
|
+
"line": 461,
|
|
1852
2006
|
"character": 9
|
|
1853
2007
|
}
|
|
1854
2008
|
],
|
|
1855
2009
|
"signatures": [
|
|
1856
2010
|
{
|
|
1857
|
-
"id":
|
|
2011
|
+
"id": 192,
|
|
1858
2012
|
"name": "onCheckboxChange",
|
|
1859
2013
|
"kind": 4096,
|
|
1860
2014
|
"kindString": "Call signature",
|
|
1861
2015
|
"flags": {},
|
|
1862
2016
|
"parameters": [
|
|
1863
2017
|
{
|
|
1864
|
-
"id":
|
|
2018
|
+
"id": 193,
|
|
1865
2019
|
"name": "value",
|
|
1866
2020
|
"kind": 32768,
|
|
1867
2021
|
"kindString": "Parameter",
|
|
@@ -1880,7 +2034,7 @@
|
|
|
1880
2034
|
]
|
|
1881
2035
|
},
|
|
1882
2036
|
{
|
|
1883
|
-
"id":
|
|
2037
|
+
"id": 194,
|
|
1884
2038
|
"name": "onInlineFormClose",
|
|
1885
2039
|
"kind": 2048,
|
|
1886
2040
|
"kindString": "Method",
|
|
@@ -1890,20 +2044,20 @@
|
|
|
1890
2044
|
"sources": [
|
|
1891
2045
|
{
|
|
1892
2046
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1893
|
-
"line":
|
|
2047
|
+
"line": 465,
|
|
1894
2048
|
"character": 9
|
|
1895
2049
|
}
|
|
1896
2050
|
],
|
|
1897
2051
|
"signatures": [
|
|
1898
2052
|
{
|
|
1899
|
-
"id":
|
|
2053
|
+
"id": 195,
|
|
1900
2054
|
"name": "onInlineFormClose",
|
|
1901
2055
|
"kind": 4096,
|
|
1902
2056
|
"kindString": "Call signature",
|
|
1903
2057
|
"flags": {},
|
|
1904
2058
|
"parameters": [
|
|
1905
2059
|
{
|
|
1906
|
-
"id":
|
|
2060
|
+
"id": 196,
|
|
1907
2061
|
"name": "inlineFormCloseArgs",
|
|
1908
2062
|
"kind": 32768,
|
|
1909
2063
|
"kindString": "Parameter",
|
|
@@ -1922,31 +2076,46 @@
|
|
|
1922
2076
|
]
|
|
1923
2077
|
},
|
|
1924
2078
|
{
|
|
1925
|
-
"id":
|
|
1926
|
-
"name": "
|
|
2079
|
+
"id": 176,
|
|
2080
|
+
"name": "onKeydown",
|
|
1927
2081
|
"kind": 2048,
|
|
1928
2082
|
"kindString": "Method",
|
|
1929
2083
|
"flags": {
|
|
1930
2084
|
"isPublic": true
|
|
1931
2085
|
},
|
|
2086
|
+
"decorators": [
|
|
2087
|
+
{
|
|
2088
|
+
"name": "HostListener",
|
|
2089
|
+
"type": {
|
|
2090
|
+
"type": "reference",
|
|
2091
|
+
"qualifiedName": "HostListenerDecorator",
|
|
2092
|
+
"package": "@angular/core",
|
|
2093
|
+
"name": "HostListener"
|
|
2094
|
+
},
|
|
2095
|
+
"arguments": {
|
|
2096
|
+
"eventName": "'keydown'",
|
|
2097
|
+
"args": "['$event']"
|
|
2098
|
+
}
|
|
2099
|
+
}
|
|
2100
|
+
],
|
|
1932
2101
|
"sources": [
|
|
1933
2102
|
{
|
|
1934
2103
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1935
|
-
"line":
|
|
2104
|
+
"line": 337,
|
|
1936
2105
|
"character": 9
|
|
1937
2106
|
}
|
|
1938
2107
|
],
|
|
1939
2108
|
"signatures": [
|
|
1940
2109
|
{
|
|
1941
|
-
"id":
|
|
1942
|
-
"name": "
|
|
2110
|
+
"id": 177,
|
|
2111
|
+
"name": "onKeydown",
|
|
1943
2112
|
"kind": 4096,
|
|
1944
2113
|
"kindString": "Call signature",
|
|
1945
2114
|
"flags": {},
|
|
1946
2115
|
"parameters": [
|
|
1947
2116
|
{
|
|
1948
|
-
"id":
|
|
1949
|
-
"name": "event",
|
|
2117
|
+
"id": 178,
|
|
2118
|
+
"name": "$event",
|
|
1950
2119
|
"kind": 32768,
|
|
1951
2120
|
"kindString": "Parameter",
|
|
1952
2121
|
"flags": {},
|
|
@@ -1966,7 +2135,7 @@
|
|
|
1966
2135
|
]
|
|
1967
2136
|
},
|
|
1968
2137
|
{
|
|
1969
|
-
"id":
|
|
2138
|
+
"id": 203,
|
|
1970
2139
|
"name": "onReorderHandleBlur",
|
|
1971
2140
|
"kind": 2048,
|
|
1972
2141
|
"kindString": "Method",
|
|
@@ -1976,20 +2145,20 @@
|
|
|
1976
2145
|
"sources": [
|
|
1977
2146
|
{
|
|
1978
2147
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1979
|
-
"line":
|
|
2148
|
+
"line": 535,
|
|
1980
2149
|
"character": 9
|
|
1981
2150
|
}
|
|
1982
2151
|
],
|
|
1983
2152
|
"signatures": [
|
|
1984
2153
|
{
|
|
1985
|
-
"id":
|
|
2154
|
+
"id": 204,
|
|
1986
2155
|
"name": "onReorderHandleBlur",
|
|
1987
2156
|
"kind": 4096,
|
|
1988
2157
|
"kindString": "Call signature",
|
|
1989
2158
|
"flags": {},
|
|
1990
2159
|
"parameters": [
|
|
1991
2160
|
{
|
|
1992
|
-
"id":
|
|
2161
|
+
"id": 205,
|
|
1993
2162
|
"name": "event",
|
|
1994
2163
|
"kind": 32768,
|
|
1995
2164
|
"kindString": "Parameter",
|
|
@@ -2008,7 +2177,7 @@
|
|
|
2008
2177
|
]
|
|
2009
2178
|
},
|
|
2010
2179
|
{
|
|
2011
|
-
"id":
|
|
2180
|
+
"id": 200,
|
|
2012
2181
|
"name": "onReorderHandleKeyDown",
|
|
2013
2182
|
"kind": 2048,
|
|
2014
2183
|
"kindString": "Method",
|
|
@@ -2018,20 +2187,20 @@
|
|
|
2018
2187
|
"sources": [
|
|
2019
2188
|
{
|
|
2020
2189
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
2021
|
-
"line":
|
|
2190
|
+
"line": 476,
|
|
2022
2191
|
"character": 9
|
|
2023
2192
|
}
|
|
2024
2193
|
],
|
|
2025
2194
|
"signatures": [
|
|
2026
2195
|
{
|
|
2027
|
-
"id":
|
|
2196
|
+
"id": 201,
|
|
2028
2197
|
"name": "onReorderHandleKeyDown",
|
|
2029
2198
|
"kind": 4096,
|
|
2030
2199
|
"kindString": "Call signature",
|
|
2031
2200
|
"flags": {},
|
|
2032
2201
|
"parameters": [
|
|
2033
2202
|
{
|
|
2034
|
-
"id":
|
|
2203
|
+
"id": 202,
|
|
2035
2204
|
"name": "event",
|
|
2036
2205
|
"kind": 32768,
|
|
2037
2206
|
"kindString": "Parameter",
|
|
@@ -2052,7 +2221,7 @@
|
|
|
2052
2221
|
]
|
|
2053
2222
|
},
|
|
2054
2223
|
{
|
|
2055
|
-
"id":
|
|
2224
|
+
"id": 184,
|
|
2056
2225
|
"name": "onRepeaterItemClick",
|
|
2057
2226
|
"kind": 2048,
|
|
2058
2227
|
"kindString": "Method",
|
|
@@ -2062,20 +2231,20 @@
|
|
|
2062
2231
|
"sources": [
|
|
2063
2232
|
{
|
|
2064
2233
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
2065
|
-
"line":
|
|
2234
|
+
"line": 427,
|
|
2066
2235
|
"character": 9
|
|
2067
2236
|
}
|
|
2068
2237
|
],
|
|
2069
2238
|
"signatures": [
|
|
2070
2239
|
{
|
|
2071
|
-
"id":
|
|
2240
|
+
"id": 185,
|
|
2072
2241
|
"name": "onRepeaterItemClick",
|
|
2073
2242
|
"kind": 4096,
|
|
2074
2243
|
"kindString": "Call signature",
|
|
2075
2244
|
"flags": {},
|
|
2076
2245
|
"parameters": [
|
|
2077
2246
|
{
|
|
2078
|
-
"id":
|
|
2247
|
+
"id": 186,
|
|
2079
2248
|
"name": "event",
|
|
2080
2249
|
"kind": 32768,
|
|
2081
2250
|
"kindString": "Parameter",
|
|
@@ -2096,7 +2265,7 @@
|
|
|
2096
2265
|
]
|
|
2097
2266
|
},
|
|
2098
2267
|
{
|
|
2099
|
-
"id":
|
|
2268
|
+
"id": 187,
|
|
2100
2269
|
"name": "updateForExpanded",
|
|
2101
2270
|
"kind": 2048,
|
|
2102
2271
|
"kindString": "Method",
|
|
@@ -2106,20 +2275,20 @@
|
|
|
2106
2275
|
"sources": [
|
|
2107
2276
|
{
|
|
2108
2277
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
2109
|
-
"line":
|
|
2278
|
+
"line": 440,
|
|
2110
2279
|
"character": 9
|
|
2111
2280
|
}
|
|
2112
2281
|
],
|
|
2113
2282
|
"signatures": [
|
|
2114
2283
|
{
|
|
2115
|
-
"id":
|
|
2284
|
+
"id": 188,
|
|
2116
2285
|
"name": "updateForExpanded",
|
|
2117
2286
|
"kind": 4096,
|
|
2118
2287
|
"kindString": "Call signature",
|
|
2119
2288
|
"flags": {},
|
|
2120
2289
|
"parameters": [
|
|
2121
2290
|
{
|
|
2122
|
-
"id":
|
|
2291
|
+
"id": 189,
|
|
2123
2292
|
"name": "value",
|
|
2124
2293
|
"kind": 32768,
|
|
2125
2294
|
"kindString": "Parameter",
|
|
@@ -2130,7 +2299,7 @@
|
|
|
2130
2299
|
}
|
|
2131
2300
|
},
|
|
2132
2301
|
{
|
|
2133
|
-
"id":
|
|
2302
|
+
"id": 190,
|
|
2134
2303
|
"name": "animate",
|
|
2135
2304
|
"kind": 32768,
|
|
2136
2305
|
"kindString": "Parameter",
|
|
@@ -2161,61 +2330,64 @@
|
|
|
2161
2330
|
"title": "Properties",
|
|
2162
2331
|
"kind": 1024,
|
|
2163
2332
|
"children": [
|
|
2164
|
-
128,
|
|
2165
|
-
133,
|
|
2166
|
-
132,
|
|
2167
|
-
129,
|
|
2168
2333
|
134,
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
115,
|
|
2334
|
+
139,
|
|
2335
|
+
138,
|
|
2172
2336
|
135,
|
|
2173
|
-
131,
|
|
2174
|
-
113,
|
|
2175
2337
|
140,
|
|
2338
|
+
136,
|
|
2339
|
+
120,
|
|
2340
|
+
121,
|
|
2176
2341
|
141,
|
|
2177
|
-
|
|
2178
|
-
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
|
|
2342
|
+
137,
|
|
2343
|
+
119,
|
|
2344
|
+
146,
|
|
2345
|
+
147,
|
|
2346
|
+
148,
|
|
2347
|
+
149,
|
|
2348
|
+
130,
|
|
2349
|
+
131,
|
|
2350
|
+
132,
|
|
2351
|
+
150,
|
|
2352
|
+
133
|
|
2183
2353
|
]
|
|
2184
2354
|
},
|
|
2185
2355
|
{
|
|
2186
2356
|
"title": "Accessors",
|
|
2187
2357
|
"kind": 262144,
|
|
2188
2358
|
"children": [
|
|
2189
|
-
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
|
|
2359
|
+
115,
|
|
2360
|
+
142,
|
|
2361
|
+
122,
|
|
2362
|
+
126,
|
|
2363
|
+
151,
|
|
2364
|
+
113
|
|
2193
2365
|
]
|
|
2194
2366
|
},
|
|
2195
2367
|
{
|
|
2196
2368
|
"title": "Methods",
|
|
2197
2369
|
"kind": 2048,
|
|
2198
2370
|
"children": [
|
|
2371
|
+
181,
|
|
2372
|
+
179,
|
|
2373
|
+
197,
|
|
2374
|
+
172,
|
|
2375
|
+
174,
|
|
2199
2376
|
170,
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
|
|
2207
|
-
195,
|
|
2208
|
-
192,
|
|
2209
|
-
189,
|
|
2210
|
-
173,
|
|
2211
|
-
176
|
|
2377
|
+
191,
|
|
2378
|
+
194,
|
|
2379
|
+
176,
|
|
2380
|
+
203,
|
|
2381
|
+
200,
|
|
2382
|
+
184,
|
|
2383
|
+
187
|
|
2212
2384
|
]
|
|
2213
2385
|
}
|
|
2214
2386
|
],
|
|
2215
2387
|
"sources": [
|
|
2216
2388
|
{
|
|
2217
2389
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
2218
|
-
"line":
|
|
2390
|
+
"line": 49,
|
|
2219
2391
|
"character": 13
|
|
2220
2392
|
}
|
|
2221
2393
|
],
|
|
@@ -2241,7 +2413,7 @@
|
|
|
2241
2413
|
]
|
|
2242
2414
|
},
|
|
2243
2415
|
{
|
|
2244
|
-
"id":
|
|
2416
|
+
"id": 219,
|
|
2245
2417
|
"name": "SkyRepeaterComponent",
|
|
2246
2418
|
"kind": 128,
|
|
2247
2419
|
"kindString": "Class",
|
|
@@ -2265,7 +2437,7 @@
|
|
|
2265
2437
|
],
|
|
2266
2438
|
"children": [
|
|
2267
2439
|
{
|
|
2268
|
-
"id":
|
|
2440
|
+
"id": 220,
|
|
2269
2441
|
"name": "constructor",
|
|
2270
2442
|
"kind": 512,
|
|
2271
2443
|
"kindString": "Constructor",
|
|
@@ -2273,20 +2445,20 @@
|
|
|
2273
2445
|
"sources": [
|
|
2274
2446
|
{
|
|
2275
2447
|
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
2276
|
-
"line":
|
|
2448
|
+
"line": 126,
|
|
2277
2449
|
"character": 2
|
|
2278
2450
|
}
|
|
2279
2451
|
],
|
|
2280
2452
|
"signatures": [
|
|
2281
2453
|
{
|
|
2282
|
-
"id":
|
|
2454
|
+
"id": 221,
|
|
2283
2455
|
"name": "SkyRepeaterComponent",
|
|
2284
2456
|
"kind": 16384,
|
|
2285
2457
|
"kindString": "Constructor signature",
|
|
2286
2458
|
"flags": {},
|
|
2287
2459
|
"parameters": [
|
|
2288
2460
|
{
|
|
2289
|
-
"id":
|
|
2461
|
+
"id": 222,
|
|
2290
2462
|
"name": "changeDetector",
|
|
2291
2463
|
"kind": 32768,
|
|
2292
2464
|
"kindString": "Parameter",
|
|
@@ -2299,7 +2471,7 @@
|
|
|
2299
2471
|
}
|
|
2300
2472
|
},
|
|
2301
2473
|
{
|
|
2302
|
-
"id":
|
|
2474
|
+
"id": 223,
|
|
2303
2475
|
"name": "repeaterService",
|
|
2304
2476
|
"kind": 32768,
|
|
2305
2477
|
"kindString": "Parameter",
|
|
@@ -2310,7 +2482,7 @@
|
|
|
2310
2482
|
}
|
|
2311
2483
|
},
|
|
2312
2484
|
{
|
|
2313
|
-
"id":
|
|
2485
|
+
"id": 224,
|
|
2314
2486
|
"name": "adapterService",
|
|
2315
2487
|
"kind": 32768,
|
|
2316
2488
|
"kindString": "Parameter",
|
|
@@ -2321,7 +2493,7 @@
|
|
|
2321
2493
|
}
|
|
2322
2494
|
},
|
|
2323
2495
|
{
|
|
2324
|
-
"id":
|
|
2496
|
+
"id": 225,
|
|
2325
2497
|
"name": "dragulaService",
|
|
2326
2498
|
"kind": 32768,
|
|
2327
2499
|
"kindString": "Parameter",
|
|
@@ -2334,7 +2506,7 @@
|
|
|
2334
2506
|
}
|
|
2335
2507
|
},
|
|
2336
2508
|
{
|
|
2337
|
-
"id":
|
|
2509
|
+
"id": 226,
|
|
2338
2510
|
"name": "elementRef",
|
|
2339
2511
|
"kind": 32768,
|
|
2340
2512
|
"kindString": "Parameter",
|
|
@@ -2353,7 +2525,7 @@
|
|
|
2353
2525
|
}
|
|
2354
2526
|
},
|
|
2355
2527
|
{
|
|
2356
|
-
"id":
|
|
2528
|
+
"id": 227,
|
|
2357
2529
|
"name": "renderer",
|
|
2358
2530
|
"kind": 32768,
|
|
2359
2531
|
"kindString": "Parameter",
|
|
@@ -2368,14 +2540,14 @@
|
|
|
2368
2540
|
],
|
|
2369
2541
|
"type": {
|
|
2370
2542
|
"type": "reference",
|
|
2371
|
-
"id":
|
|
2543
|
+
"id": 219,
|
|
2372
2544
|
"name": "SkyRepeaterComponent"
|
|
2373
2545
|
}
|
|
2374
2546
|
}
|
|
2375
2547
|
]
|
|
2376
2548
|
},
|
|
2377
2549
|
{
|
|
2378
|
-
"id":
|
|
2550
|
+
"id": 228,
|
|
2379
2551
|
"name": "activeIndex",
|
|
2380
2552
|
"kind": 1024,
|
|
2381
2553
|
"kindString": "Property",
|
|
@@ -2400,7 +2572,7 @@
|
|
|
2400
2572
|
"sources": [
|
|
2401
2573
|
{
|
|
2402
2574
|
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
2403
|
-
"line":
|
|
2575
|
+
"line": 51,
|
|
2404
2576
|
"character": 9
|
|
2405
2577
|
}
|
|
2406
2578
|
],
|
|
@@ -2410,7 +2582,7 @@
|
|
|
2410
2582
|
}
|
|
2411
2583
|
},
|
|
2412
2584
|
{
|
|
2413
|
-
"id":
|
|
2585
|
+
"id": 235,
|
|
2414
2586
|
"name": "activeIndexChange",
|
|
2415
2587
|
"kind": 1024,
|
|
2416
2588
|
"kindString": "Property",
|
|
@@ -2435,7 +2607,7 @@
|
|
|
2435
2607
|
"sources": [
|
|
2436
2608
|
{
|
|
2437
2609
|
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
2438
|
-
"line":
|
|
2610
|
+
"line": 104,
|
|
2439
2611
|
"character": 9
|
|
2440
2612
|
}
|
|
2441
2613
|
],
|
|
@@ -2454,7 +2626,7 @@
|
|
|
2454
2626
|
"defaultValue": "..."
|
|
2455
2627
|
},
|
|
2456
2628
|
{
|
|
2457
|
-
"id":
|
|
2629
|
+
"id": 229,
|
|
2458
2630
|
"name": "ariaLabel",
|
|
2459
2631
|
"kind": 1024,
|
|
2460
2632
|
"kindString": "Property",
|
|
@@ -2485,7 +2657,7 @@
|
|
|
2485
2657
|
"sources": [
|
|
2486
2658
|
{
|
|
2487
2659
|
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
2488
|
-
"line":
|
|
2660
|
+
"line": 60,
|
|
2489
2661
|
"character": 9
|
|
2490
2662
|
}
|
|
2491
2663
|
],
|
|
@@ -2495,7 +2667,7 @@
|
|
|
2495
2667
|
}
|
|
2496
2668
|
},
|
|
2497
2669
|
{
|
|
2498
|
-
"id":
|
|
2670
|
+
"id": 238,
|
|
2499
2671
|
"name": "dragulaGroupName",
|
|
2500
2672
|
"kind": 1024,
|
|
2501
2673
|
"kindString": "Property",
|
|
@@ -2505,7 +2677,7 @@
|
|
|
2505
2677
|
"sources": [
|
|
2506
2678
|
{
|
|
2507
2679
|
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
2508
|
-
"line":
|
|
2680
|
+
"line": 116,
|
|
2509
2681
|
"character": 9
|
|
2510
2682
|
}
|
|
2511
2683
|
],
|
|
@@ -2515,7 +2687,7 @@
|
|
|
2515
2687
|
}
|
|
2516
2688
|
},
|
|
2517
2689
|
{
|
|
2518
|
-
"id":
|
|
2690
|
+
"id": 237,
|
|
2519
2691
|
"name": "items",
|
|
2520
2692
|
"kind": 1024,
|
|
2521
2693
|
"kindString": "Property",
|
|
@@ -2539,7 +2711,7 @@
|
|
|
2539
2711
|
"sources": [
|
|
2540
2712
|
{
|
|
2541
2713
|
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
2542
|
-
"line":
|
|
2714
|
+
"line": 114,
|
|
2543
2715
|
"character": 9
|
|
2544
2716
|
}
|
|
2545
2717
|
],
|
|
@@ -2558,7 +2730,7 @@
|
|
|
2558
2730
|
}
|
|
2559
2731
|
},
|
|
2560
2732
|
{
|
|
2561
|
-
"id":
|
|
2733
|
+
"id": 236,
|
|
2562
2734
|
"name": "orderChange",
|
|
2563
2735
|
"kind": 1024,
|
|
2564
2736
|
"kindString": "Property",
|
|
@@ -2583,7 +2755,7 @@
|
|
|
2583
2755
|
"sources": [
|
|
2584
2756
|
{
|
|
2585
2757
|
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
2586
|
-
"line":
|
|
2758
|
+
"line": 111,
|
|
2587
2759
|
"character": 9
|
|
2588
2760
|
}
|
|
2589
2761
|
],
|
|
@@ -2605,7 +2777,7 @@
|
|
|
2605
2777
|
"defaultValue": "..."
|
|
2606
2778
|
},
|
|
2607
2779
|
{
|
|
2608
|
-
"id":
|
|
2780
|
+
"id": 230,
|
|
2609
2781
|
"name": "reorderable",
|
|
2610
2782
|
"kind": 1024,
|
|
2611
2783
|
"kindString": "Property",
|
|
@@ -2630,7 +2802,7 @@
|
|
|
2630
2802
|
"sources": [
|
|
2631
2803
|
{
|
|
2632
2804
|
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
2633
|
-
"line":
|
|
2805
|
+
"line": 68,
|
|
2634
2806
|
"character": 9
|
|
2635
2807
|
}
|
|
2636
2808
|
],
|
|
@@ -2641,7 +2813,27 @@
|
|
|
2641
2813
|
"defaultValue": "false"
|
|
2642
2814
|
},
|
|
2643
2815
|
{
|
|
2644
|
-
"id":
|
|
2816
|
+
"id": 239,
|
|
2817
|
+
"name": "role",
|
|
2818
|
+
"kind": 1024,
|
|
2819
|
+
"kindString": "Property",
|
|
2820
|
+
"flags": {
|
|
2821
|
+
"isPublic": true
|
|
2822
|
+
},
|
|
2823
|
+
"sources": [
|
|
2824
|
+
{
|
|
2825
|
+
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
2826
|
+
"line": 118,
|
|
2827
|
+
"character": 9
|
|
2828
|
+
}
|
|
2829
|
+
],
|
|
2830
|
+
"type": {
|
|
2831
|
+
"type": "reference",
|
|
2832
|
+
"name": "SkyRepeaterRoleType"
|
|
2833
|
+
}
|
|
2834
|
+
},
|
|
2835
|
+
{
|
|
2836
|
+
"id": 231,
|
|
2645
2837
|
"name": "expandMode",
|
|
2646
2838
|
"kind": 262144,
|
|
2647
2839
|
"kindString": "Accessor",
|
|
@@ -2663,13 +2855,13 @@
|
|
|
2663
2855
|
"sources": [
|
|
2664
2856
|
{
|
|
2665
2857
|
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
2666
|
-
"line":
|
|
2858
|
+
"line": 90,
|
|
2667
2859
|
"character": 13
|
|
2668
2860
|
}
|
|
2669
2861
|
],
|
|
2670
2862
|
"getSignature": [
|
|
2671
2863
|
{
|
|
2672
|
-
"id":
|
|
2864
|
+
"id": 232,
|
|
2673
2865
|
"name": "expandMode",
|
|
2674
2866
|
"kind": 524288,
|
|
2675
2867
|
"kindString": "Get signature",
|
|
@@ -2691,7 +2883,7 @@
|
|
|
2691
2883
|
],
|
|
2692
2884
|
"setSignature": [
|
|
2693
2885
|
{
|
|
2694
|
-
"id":
|
|
2886
|
+
"id": 233,
|
|
2695
2887
|
"name": "expandMode",
|
|
2696
2888
|
"kind": 1048576,
|
|
2697
2889
|
"kindString": "Set signature",
|
|
@@ -2707,7 +2899,7 @@
|
|
|
2707
2899
|
},
|
|
2708
2900
|
"parameters": [
|
|
2709
2901
|
{
|
|
2710
|
-
"id":
|
|
2902
|
+
"id": 234,
|
|
2711
2903
|
"name": "value",
|
|
2712
2904
|
"kind": 32768,
|
|
2713
2905
|
"kindString": "Parameter",
|
|
@@ -2726,7 +2918,7 @@
|
|
|
2726
2918
|
]
|
|
2727
2919
|
},
|
|
2728
2920
|
{
|
|
2729
|
-
"id":
|
|
2921
|
+
"id": 243,
|
|
2730
2922
|
"name": "ngAfterContentInit",
|
|
2731
2923
|
"kind": 2048,
|
|
2732
2924
|
"kindString": "Method",
|
|
@@ -2736,13 +2928,13 @@
|
|
|
2736
2928
|
"sources": [
|
|
2737
2929
|
{
|
|
2738
2930
|
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
2739
|
-
"line":
|
|
2931
|
+
"line": 176,
|
|
2740
2932
|
"character": 9
|
|
2741
2933
|
}
|
|
2742
2934
|
],
|
|
2743
2935
|
"signatures": [
|
|
2744
2936
|
{
|
|
2745
|
-
"id":
|
|
2937
|
+
"id": 244,
|
|
2746
2938
|
"name": "ngAfterContentInit",
|
|
2747
2939
|
"kind": 4096,
|
|
2748
2940
|
"kindString": "Call signature",
|
|
@@ -2763,7 +2955,7 @@
|
|
|
2763
2955
|
}
|
|
2764
2956
|
},
|
|
2765
2957
|
{
|
|
2766
|
-
"id":
|
|
2958
|
+
"id": 245,
|
|
2767
2959
|
"name": "ngOnChanges",
|
|
2768
2960
|
"kind": 2048,
|
|
2769
2961
|
"kindString": "Method",
|
|
@@ -2773,20 +2965,20 @@
|
|
|
2773
2965
|
"sources": [
|
|
2774
2966
|
{
|
|
2775
2967
|
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
2776
|
-
"line":
|
|
2968
|
+
"line": 218,
|
|
2777
2969
|
"character": 9
|
|
2778
2970
|
}
|
|
2779
2971
|
],
|
|
2780
2972
|
"signatures": [
|
|
2781
2973
|
{
|
|
2782
|
-
"id":
|
|
2974
|
+
"id": 246,
|
|
2783
2975
|
"name": "ngOnChanges",
|
|
2784
2976
|
"kind": 4096,
|
|
2785
2977
|
"kindString": "Call signature",
|
|
2786
2978
|
"flags": {},
|
|
2787
2979
|
"parameters": [
|
|
2788
2980
|
{
|
|
2789
|
-
"id":
|
|
2981
|
+
"id": 247,
|
|
2790
2982
|
"name": "changes",
|
|
2791
2983
|
"kind": 32768,
|
|
2792
2984
|
"kindString": "Parameter",
|
|
@@ -2815,7 +3007,7 @@
|
|
|
2815
3007
|
}
|
|
2816
3008
|
},
|
|
2817
3009
|
{
|
|
2818
|
-
"id":
|
|
3010
|
+
"id": 248,
|
|
2819
3011
|
"name": "ngOnDestroy",
|
|
2820
3012
|
"kind": 2048,
|
|
2821
3013
|
"kindString": "Method",
|
|
@@ -2825,13 +3017,13 @@
|
|
|
2825
3017
|
"sources": [
|
|
2826
3018
|
{
|
|
2827
3019
|
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
2828
|
-
"line":
|
|
3020
|
+
"line": 239,
|
|
2829
3021
|
"character": 9
|
|
2830
3022
|
}
|
|
2831
3023
|
],
|
|
2832
3024
|
"signatures": [
|
|
2833
3025
|
{
|
|
2834
|
-
"id":
|
|
3026
|
+
"id": 249,
|
|
2835
3027
|
"name": "ngOnDestroy",
|
|
2836
3028
|
"kind": 4096,
|
|
2837
3029
|
"kindString": "Call signature",
|
|
@@ -2850,6 +3042,72 @@
|
|
|
2850
3042
|
"type": "reference",
|
|
2851
3043
|
"name": "OnDestroy.ngOnDestroy"
|
|
2852
3044
|
}
|
|
3045
|
+
},
|
|
3046
|
+
{
|
|
3047
|
+
"id": 250,
|
|
3048
|
+
"name": "ngOnInit",
|
|
3049
|
+
"kind": 2048,
|
|
3050
|
+
"kindString": "Method",
|
|
3051
|
+
"flags": {
|
|
3052
|
+
"isPublic": true
|
|
3053
|
+
},
|
|
3054
|
+
"sources": [
|
|
3055
|
+
{
|
|
3056
|
+
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
3057
|
+
"line": 245,
|
|
3058
|
+
"character": 9
|
|
3059
|
+
}
|
|
3060
|
+
],
|
|
3061
|
+
"signatures": [
|
|
3062
|
+
{
|
|
3063
|
+
"id": 251,
|
|
3064
|
+
"name": "ngOnInit",
|
|
3065
|
+
"kind": 4096,
|
|
3066
|
+
"kindString": "Call signature",
|
|
3067
|
+
"flags": {},
|
|
3068
|
+
"type": {
|
|
3069
|
+
"type": "intrinsic",
|
|
3070
|
+
"name": "void"
|
|
3071
|
+
},
|
|
3072
|
+
"implementationOf": {
|
|
3073
|
+
"type": "reference",
|
|
3074
|
+
"name": "OnInit.ngOnInit"
|
|
3075
|
+
}
|
|
3076
|
+
}
|
|
3077
|
+
],
|
|
3078
|
+
"implementationOf": {
|
|
3079
|
+
"type": "reference",
|
|
3080
|
+
"name": "OnInit.ngOnInit"
|
|
3081
|
+
}
|
|
3082
|
+
},
|
|
3083
|
+
{
|
|
3084
|
+
"id": 252,
|
|
3085
|
+
"name": "onCdkObserveContent",
|
|
3086
|
+
"kind": 2048,
|
|
3087
|
+
"kindString": "Method",
|
|
3088
|
+
"flags": {
|
|
3089
|
+
"isPublic": true
|
|
3090
|
+
},
|
|
3091
|
+
"sources": [
|
|
3092
|
+
{
|
|
3093
|
+
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
3094
|
+
"line": 249,
|
|
3095
|
+
"character": 9
|
|
3096
|
+
}
|
|
3097
|
+
],
|
|
3098
|
+
"signatures": [
|
|
3099
|
+
{
|
|
3100
|
+
"id": 253,
|
|
3101
|
+
"name": "onCdkObserveContent",
|
|
3102
|
+
"kind": 4096,
|
|
3103
|
+
"kindString": "Call signature",
|
|
3104
|
+
"flags": {},
|
|
3105
|
+
"type": {
|
|
3106
|
+
"type": "intrinsic",
|
|
3107
|
+
"name": "void"
|
|
3108
|
+
}
|
|
3109
|
+
}
|
|
3110
|
+
]
|
|
2853
3111
|
}
|
|
2854
3112
|
],
|
|
2855
3113
|
"groups": [
|
|
@@ -2857,43 +3115,46 @@
|
|
|
2857
3115
|
"title": "Constructors",
|
|
2858
3116
|
"kind": 512,
|
|
2859
3117
|
"children": [
|
|
2860
|
-
|
|
3118
|
+
220
|
|
2861
3119
|
]
|
|
2862
3120
|
},
|
|
2863
3121
|
{
|
|
2864
3122
|
"title": "Properties",
|
|
2865
3123
|
"kind": 1024,
|
|
2866
3124
|
"children": [
|
|
2867
|
-
220,
|
|
2868
|
-
227,
|
|
2869
|
-
221,
|
|
2870
|
-
230,
|
|
2871
|
-
229,
|
|
2872
3125
|
228,
|
|
2873
|
-
|
|
3126
|
+
235,
|
|
3127
|
+
229,
|
|
3128
|
+
238,
|
|
3129
|
+
237,
|
|
3130
|
+
236,
|
|
3131
|
+
230,
|
|
3132
|
+
239
|
|
2874
3133
|
]
|
|
2875
3134
|
},
|
|
2876
3135
|
{
|
|
2877
3136
|
"title": "Accessors",
|
|
2878
3137
|
"kind": 262144,
|
|
2879
3138
|
"children": [
|
|
2880
|
-
|
|
3139
|
+
231
|
|
2881
3140
|
]
|
|
2882
3141
|
},
|
|
2883
3142
|
{
|
|
2884
3143
|
"title": "Methods",
|
|
2885
3144
|
"kind": 2048,
|
|
2886
3145
|
"children": [
|
|
2887
|
-
|
|
2888
|
-
|
|
2889
|
-
|
|
3146
|
+
243,
|
|
3147
|
+
245,
|
|
3148
|
+
248,
|
|
3149
|
+
250,
|
|
3150
|
+
252
|
|
2890
3151
|
]
|
|
2891
3152
|
}
|
|
2892
3153
|
],
|
|
2893
3154
|
"sources": [
|
|
2894
3155
|
{
|
|
2895
3156
|
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
2896
|
-
"line":
|
|
3157
|
+
"line": 41,
|
|
2897
3158
|
"character": 13
|
|
2898
3159
|
}
|
|
2899
3160
|
],
|
|
@@ -2915,11 +3176,17 @@
|
|
|
2915
3176
|
"qualifiedName": "OnDestroy",
|
|
2916
3177
|
"package": "@angular/core",
|
|
2917
3178
|
"name": "OnDestroy"
|
|
3179
|
+
},
|
|
3180
|
+
{
|
|
3181
|
+
"type": "reference",
|
|
3182
|
+
"qualifiedName": "OnInit",
|
|
3183
|
+
"package": "@angular/core",
|
|
3184
|
+
"name": "OnInit"
|
|
2918
3185
|
}
|
|
2919
3186
|
]
|
|
2920
3187
|
},
|
|
2921
3188
|
{
|
|
2922
|
-
"id":
|
|
3189
|
+
"id": 267,
|
|
2923
3190
|
"name": "SkyRepeaterItemTitleComponent",
|
|
2924
3191
|
"kind": 128,
|
|
2925
3192
|
"kindString": "Class",
|
|
@@ -2947,7 +3214,7 @@
|
|
|
2947
3214
|
"title": "Constructors",
|
|
2948
3215
|
"kind": 512,
|
|
2949
3216
|
"children": [
|
|
2950
|
-
|
|
3217
|
+
268
|
|
2951
3218
|
]
|
|
2952
3219
|
}
|
|
2953
3220
|
],
|
|
@@ -2960,7 +3227,7 @@
|
|
|
2960
3227
|
]
|
|
2961
3228
|
},
|
|
2962
3229
|
{
|
|
2963
|
-
"id":
|
|
3230
|
+
"id": 270,
|
|
2964
3231
|
"name": "SkySortItemComponent",
|
|
2965
3232
|
"kind": 128,
|
|
2966
3233
|
"kindString": "Class",
|
|
@@ -2981,7 +3248,7 @@
|
|
|
2981
3248
|
],
|
|
2982
3249
|
"children": [
|
|
2983
3250
|
{
|
|
2984
|
-
"id":
|
|
3251
|
+
"id": 271,
|
|
2985
3252
|
"name": "constructor",
|
|
2986
3253
|
"kind": 512,
|
|
2987
3254
|
"kindString": "Constructor",
|
|
@@ -2995,14 +3262,14 @@
|
|
|
2995
3262
|
],
|
|
2996
3263
|
"signatures": [
|
|
2997
3264
|
{
|
|
2998
|
-
"id":
|
|
3265
|
+
"id": 272,
|
|
2999
3266
|
"name": "SkySortItemComponent",
|
|
3000
3267
|
"kind": 16384,
|
|
3001
3268
|
"kindString": "Constructor signature",
|
|
3002
3269
|
"flags": {},
|
|
3003
3270
|
"parameters": [
|
|
3004
3271
|
{
|
|
3005
|
-
"id":
|
|
3272
|
+
"id": 273,
|
|
3006
3273
|
"name": "sortService",
|
|
3007
3274
|
"kind": 32768,
|
|
3008
3275
|
"kindString": "Parameter",
|
|
@@ -3013,7 +3280,7 @@
|
|
|
3013
3280
|
}
|
|
3014
3281
|
},
|
|
3015
3282
|
{
|
|
3016
|
-
"id":
|
|
3283
|
+
"id": 274,
|
|
3017
3284
|
"name": "detector",
|
|
3018
3285
|
"kind": 32768,
|
|
3019
3286
|
"kindString": "Parameter",
|
|
@@ -3028,14 +3295,14 @@
|
|
|
3028
3295
|
],
|
|
3029
3296
|
"type": {
|
|
3030
3297
|
"type": "reference",
|
|
3031
|
-
"id":
|
|
3298
|
+
"id": 270,
|
|
3032
3299
|
"name": "SkySortItemComponent"
|
|
3033
3300
|
}
|
|
3034
3301
|
}
|
|
3035
3302
|
]
|
|
3036
3303
|
},
|
|
3037
3304
|
{
|
|
3038
|
-
"id":
|
|
3305
|
+
"id": 275,
|
|
3039
3306
|
"name": "active",
|
|
3040
3307
|
"kind": 1024,
|
|
3041
3308
|
"kindString": "Property",
|
|
@@ -3070,7 +3337,7 @@
|
|
|
3070
3337
|
}
|
|
3071
3338
|
},
|
|
3072
3339
|
{
|
|
3073
|
-
"id":
|
|
3340
|
+
"id": 277,
|
|
3074
3341
|
"name": "isSelected",
|
|
3075
3342
|
"kind": 1024,
|
|
3076
3343
|
"kindString": "Property",
|
|
@@ -3099,7 +3366,7 @@
|
|
|
3099
3366
|
"defaultValue": "..."
|
|
3100
3367
|
},
|
|
3101
3368
|
{
|
|
3102
|
-
"id":
|
|
3369
|
+
"id": 276,
|
|
3103
3370
|
"name": "itemSelect",
|
|
3104
3371
|
"kind": 1024,
|
|
3105
3372
|
"kindString": "Property",
|
|
@@ -3143,7 +3410,7 @@
|
|
|
3143
3410
|
"defaultValue": "..."
|
|
3144
3411
|
},
|
|
3145
3412
|
{
|
|
3146
|
-
"id":
|
|
3413
|
+
"id": 285,
|
|
3147
3414
|
"name": "itemClicked",
|
|
3148
3415
|
"kind": 2048,
|
|
3149
3416
|
"kindString": "Method",
|
|
@@ -3159,7 +3426,7 @@
|
|
|
3159
3426
|
],
|
|
3160
3427
|
"signatures": [
|
|
3161
3428
|
{
|
|
3162
|
-
"id":
|
|
3429
|
+
"id": 286,
|
|
3163
3430
|
"name": "itemClicked",
|
|
3164
3431
|
"kind": 4096,
|
|
3165
3432
|
"kindString": "Call signature",
|
|
@@ -3172,7 +3439,7 @@
|
|
|
3172
3439
|
]
|
|
3173
3440
|
},
|
|
3174
3441
|
{
|
|
3175
|
-
"id":
|
|
3442
|
+
"id": 282,
|
|
3176
3443
|
"name": "ngOnChanges",
|
|
3177
3444
|
"kind": 2048,
|
|
3178
3445
|
"kindString": "Method",
|
|
@@ -3188,14 +3455,14 @@
|
|
|
3188
3455
|
],
|
|
3189
3456
|
"signatures": [
|
|
3190
3457
|
{
|
|
3191
|
-
"id":
|
|
3458
|
+
"id": 283,
|
|
3192
3459
|
"name": "ngOnChanges",
|
|
3193
3460
|
"kind": 4096,
|
|
3194
3461
|
"kindString": "Call signature",
|
|
3195
3462
|
"flags": {},
|
|
3196
3463
|
"parameters": [
|
|
3197
3464
|
{
|
|
3198
|
-
"id":
|
|
3465
|
+
"id": 284,
|
|
3199
3466
|
"name": "changes",
|
|
3200
3467
|
"kind": 32768,
|
|
3201
3468
|
"kindString": "Parameter",
|
|
@@ -3224,7 +3491,7 @@
|
|
|
3224
3491
|
}
|
|
3225
3492
|
},
|
|
3226
3493
|
{
|
|
3227
|
-
"id":
|
|
3494
|
+
"id": 287,
|
|
3228
3495
|
"name": "ngOnDestroy",
|
|
3229
3496
|
"kind": 2048,
|
|
3230
3497
|
"kindString": "Method",
|
|
@@ -3240,7 +3507,7 @@
|
|
|
3240
3507
|
],
|
|
3241
3508
|
"signatures": [
|
|
3242
3509
|
{
|
|
3243
|
-
"id":
|
|
3510
|
+
"id": 288,
|
|
3244
3511
|
"name": "ngOnDestroy",
|
|
3245
3512
|
"kind": 4096,
|
|
3246
3513
|
"kindString": "Call signature",
|
|
@@ -3261,7 +3528,7 @@
|
|
|
3261
3528
|
}
|
|
3262
3529
|
},
|
|
3263
3530
|
{
|
|
3264
|
-
"id":
|
|
3531
|
+
"id": 280,
|
|
3265
3532
|
"name": "ngOnInit",
|
|
3266
3533
|
"kind": 2048,
|
|
3267
3534
|
"kindString": "Method",
|
|
@@ -3277,7 +3544,7 @@
|
|
|
3277
3544
|
],
|
|
3278
3545
|
"signatures": [
|
|
3279
3546
|
{
|
|
3280
|
-
"id":
|
|
3547
|
+
"id": 281,
|
|
3281
3548
|
"name": "ngOnInit",
|
|
3282
3549
|
"kind": 4096,
|
|
3283
3550
|
"kindString": "Call signature",
|
|
@@ -3303,26 +3570,26 @@
|
|
|
3303
3570
|
"title": "Constructors",
|
|
3304
3571
|
"kind": 512,
|
|
3305
3572
|
"children": [
|
|
3306
|
-
|
|
3573
|
+
271
|
|
3307
3574
|
]
|
|
3308
3575
|
},
|
|
3309
3576
|
{
|
|
3310
3577
|
"title": "Properties",
|
|
3311
3578
|
"kind": 1024,
|
|
3312
3579
|
"children": [
|
|
3313
|
-
|
|
3314
|
-
|
|
3315
|
-
|
|
3580
|
+
275,
|
|
3581
|
+
277,
|
|
3582
|
+
276
|
|
3316
3583
|
]
|
|
3317
3584
|
},
|
|
3318
3585
|
{
|
|
3319
3586
|
"title": "Methods",
|
|
3320
3587
|
"kind": 2048,
|
|
3321
3588
|
"children": [
|
|
3322
|
-
|
|
3323
|
-
|
|
3324
|
-
|
|
3325
|
-
|
|
3589
|
+
285,
|
|
3590
|
+
282,
|
|
3591
|
+
287,
|
|
3592
|
+
280
|
|
3326
3593
|
]
|
|
3327
3594
|
}
|
|
3328
3595
|
],
|
|
@@ -3355,7 +3622,7 @@
|
|
|
3355
3622
|
]
|
|
3356
3623
|
},
|
|
3357
3624
|
{
|
|
3358
|
-
"id":
|
|
3625
|
+
"id": 289,
|
|
3359
3626
|
"name": "SkySortComponent",
|
|
3360
3627
|
"kind": 128,
|
|
3361
3628
|
"kindString": "Class",
|
|
@@ -3376,7 +3643,7 @@
|
|
|
3376
3643
|
],
|
|
3377
3644
|
"children": [
|
|
3378
3645
|
{
|
|
3379
|
-
"id":
|
|
3646
|
+
"id": 293,
|
|
3380
3647
|
"name": "dropdownController",
|
|
3381
3648
|
"kind": 1024,
|
|
3382
3649
|
"kindString": "Property",
|
|
@@ -3405,7 +3672,7 @@
|
|
|
3405
3672
|
"defaultValue": "..."
|
|
3406
3673
|
},
|
|
3407
3674
|
{
|
|
3408
|
-
"id":
|
|
3675
|
+
"id": 292,
|
|
3409
3676
|
"name": "showButtonText",
|
|
3410
3677
|
"kind": 1024,
|
|
3411
3678
|
"kindString": "Property",
|
|
@@ -3441,7 +3708,7 @@
|
|
|
3441
3708
|
"defaultValue": "false"
|
|
3442
3709
|
},
|
|
3443
3710
|
{
|
|
3444
|
-
"id":
|
|
3711
|
+
"id": 294,
|
|
3445
3712
|
"name": "dropdownClicked",
|
|
3446
3713
|
"kind": 2048,
|
|
3447
3714
|
"kindString": "Method",
|
|
@@ -3457,7 +3724,7 @@
|
|
|
3457
3724
|
],
|
|
3458
3725
|
"signatures": [
|
|
3459
3726
|
{
|
|
3460
|
-
"id":
|
|
3727
|
+
"id": 295,
|
|
3461
3728
|
"name": "dropdownClicked",
|
|
3462
3729
|
"kind": 4096,
|
|
3463
3730
|
"kindString": "Call signature",
|
|
@@ -3475,22 +3742,22 @@
|
|
|
3475
3742
|
"title": "Constructors",
|
|
3476
3743
|
"kind": 512,
|
|
3477
3744
|
"children": [
|
|
3478
|
-
|
|
3745
|
+
290
|
|
3479
3746
|
]
|
|
3480
3747
|
},
|
|
3481
3748
|
{
|
|
3482
3749
|
"title": "Properties",
|
|
3483
3750
|
"kind": 1024,
|
|
3484
3751
|
"children": [
|
|
3485
|
-
|
|
3486
|
-
|
|
3752
|
+
293,
|
|
3753
|
+
292
|
|
3487
3754
|
]
|
|
3488
3755
|
},
|
|
3489
3756
|
{
|
|
3490
3757
|
"title": "Methods",
|
|
3491
3758
|
"kind": 2048,
|
|
3492
3759
|
"children": [
|
|
3493
|
-
|
|
3760
|
+
294
|
|
3494
3761
|
]
|
|
3495
3762
|
}
|
|
3496
3763
|
],
|
|
@@ -4992,17 +5259,17 @@
|
|
|
4992
5259
|
"title": "Classes",
|
|
4993
5260
|
"kind": 128,
|
|
4994
5261
|
"children": [
|
|
4995
|
-
|
|
4996
|
-
|
|
4997
|
-
|
|
4998
|
-
|
|
4999
|
-
|
|
5262
|
+
296,
|
|
5263
|
+
299,
|
|
5264
|
+
302,
|
|
5265
|
+
305,
|
|
5266
|
+
308,
|
|
5000
5267
|
1,
|
|
5001
5268
|
105,
|
|
5002
|
-
|
|
5003
|
-
|
|
5004
|
-
|
|
5005
|
-
|
|
5269
|
+
219,
|
|
5270
|
+
267,
|
|
5271
|
+
270,
|
|
5272
|
+
289,
|
|
5006
5273
|
17,
|
|
5007
5274
|
20,
|
|
5008
5275
|
23,
|
|
@@ -5026,7 +5293,7 @@
|
|
|
5026
5293
|
{
|
|
5027
5294
|
"fileName": "filter-demo.component.html",
|
|
5028
5295
|
"filePath": "/projects/lists/documentation/code-examples/filter/inline/filter-demo.component.html",
|
|
5029
|
-
"rawContents": "<sky-toolbar>\n <sky-toolbar-section>\n <sky-toolbar-item>\n <sky-filter-button\n [active]=\"filtersActive\"\n [ariaControls]=\"inlineFilters.id\"\n [ariaExpanded]=\"showInlineFilters\"\n [showButtonText]=\"true\"\n (filterButtonClick)=\"filterButtonClicked()\"\n >\n </sky-filter-button>\n </sky-toolbar-item>\n </sky-toolbar-section>\n</sky-toolbar>\n\n<div skyId [hidden]=\"!showInlineFilters\" #inlineFilters>\n <sky-filter-inline>\n <sky-filter-inline-item>\n <label\n class=\"sky-control-label sky-margin-inline-
|
|
5296
|
+
"rawContents": "<sky-toolbar>\n <sky-toolbar-section>\n <sky-toolbar-item>\n <sky-filter-button\n [active]=\"filtersActive\"\n [ariaControls]=\"inlineFilters.id\"\n [ariaExpanded]=\"showInlineFilters\"\n [showButtonText]=\"true\"\n (filterButtonClick)=\"filterButtonClicked()\"\n >\n </sky-filter-button>\n </sky-toolbar-item>\n </sky-toolbar-section>\n</sky-toolbar>\n\n<div skyId [hidden]=\"!showInlineFilters\" #inlineFilters>\n <sky-filter-inline>\n <sky-filter-inline-item>\n <label\n class=\"sky-control-label sky-margin-inline-lg\"\n [for]=\"fruitInput.id\"\n >\n Fruit type\n </label>\n <select\n skyId\n [ngModel]=\"fruitType\"\n (ngModelChange)=\"fruitTypeChange($event)\"\n #fruitInput\n >\n <option value=\"any\">Any fruit</option>\n <option value=\"citrus\">Citrus</option>\n <option value=\"berry\">Berry</option>\n </select>\n </sky-filter-inline-item>\n <sky-filter-inline-item>\n <sky-checkbox\n [ngModel]=\"hideOrange\"\n (ngModelChange)=\"hideOrangeChange($event)\"\n >\n <sky-checkbox-label> Hide orange fruits </sky-checkbox-label>\n </sky-checkbox>\n </sky-filter-inline-item>\n </sky-filter-inline>\n</div>\n\n<sky-repeater expandMode=\"none\">\n <sky-repeater-item *ngFor=\"let item of filteredItems\">\n <sky-repeater-item-title>\n {{ item.name }}\n </sky-repeater-item-title>\n </sky-repeater-item>\n</sky-repeater>\n"
|
|
5030
5297
|
},
|
|
5031
5298
|
{
|
|
5032
5299
|
"fileName": "filter-demo.component.ts",
|
|
@@ -5116,12 +5383,12 @@
|
|
|
5116
5383
|
{
|
|
5117
5384
|
"fileName": "repeater-demo.component.html",
|
|
5118
5385
|
"filePath": "/projects/lists/documentation/code-examples/repeater/add-remove/repeater-demo.component.html",
|
|
5119
|
-
"rawContents": "<div class=\"sky-margin-stacked-
|
|
5386
|
+
"rawContents": "<div class=\"sky-margin-stacked-lg\">\n <sky-repeater [reorderable]=\"true\" (orderChange)=\"changeItems($event)\">\n <sky-repeater-item *ngFor=\"let item of items\" [tag]=\"item\">\n <sky-repeater-item-title class=\"demo-repeater-flex\">\n <div class=\"demo-repeater-item-title sky-font-emphasized\">\n {{ item.title }}\n </div>\n <div>\n {{ item.status }}\n </div>\n </sky-repeater-item-title>\n <sky-repeater-item-context-menu>\n <sky-dropdown buttonType=\"context-menu\">\n <sky-dropdown-menu>\n <sky-dropdown-item>\n <button type=\"button\" (click)=\"onItemClicked('Action 1')\">\n Action 1\n </button>\n </sky-dropdown-item>\n <sky-dropdown-item>\n <button type=\"button\" (click)=\"onItemClicked('Action 2')\">\n Action 2\n </button>\n </sky-dropdown-item>\n </sky-dropdown-menu>\n </sky-dropdown>\n </sky-repeater-item-context-menu>\n <sky-repeater-item-content>\n {{ item.note }}\n </sky-repeater-item-content>\n </sky-repeater-item>\n </sky-repeater>\n</div>\n\n<button\n class=\"sky-btn sky-btn-default sky-margin-inline-sm\"\n (click)=\"addItem()\"\n>\n Add item\n</button>\n\n<button\n class=\"sky-btn sky-btn-default sky-margin-inline-sm\"\n (click)=\"removeItem()\"\n>\n Remove item\n</button>\n"
|
|
5120
5387
|
},
|
|
5121
5388
|
{
|
|
5122
5389
|
"fileName": "repeater-demo.component.scss",
|
|
5123
5390
|
"filePath": "/projects/lists/documentation/code-examples/repeater/add-remove/repeater-demo.component.scss",
|
|
5124
|
-
"rawContents": ".demo-repeater-flex {\n display: flex;\n flex-wrap: wrap;\n\n
|
|
5391
|
+
"rawContents": ".demo-repeater-flex {\n display: flex;\n flex-wrap: wrap;\n\n .demo-repeater-item-title {\n flex-grow: 1;\n }\n}\n"
|
|
5125
5392
|
},
|
|
5126
5393
|
{
|
|
5127
5394
|
"fileName": "repeater-demo.component.ts",
|
|
@@ -5136,12 +5403,12 @@
|
|
|
5136
5403
|
{
|
|
5137
5404
|
"fileName": "repeater-demo.component.html",
|
|
5138
5405
|
"filePath": "/projects/lists/documentation/code-examples/repeater/basic/repeater-demo.component.html",
|
|
5139
|
-
"rawContents": "<sky-repeater>\n <sky-repeater-item *ngFor=\"let item of items\">\n <sky-repeater-item-title class=\"demo-repeater-flex\">\n <div class=\"sky-emphasized\">\n {{ item.title }}\n </div>\n <div>\n {{ item.status }}\n </div>\n </sky-repeater-item-title>\n <sky-repeater-item-context-menu>\n <sky-dropdown buttonType=\"context-menu\">\n <sky-dropdown-menu>\n <sky-dropdown-item>\n <button type=\"button\" (click)=\"onItemClicked('Action 1')\">\n Action 1\n </button>\n </sky-dropdown-item>\n <sky-dropdown-item>\n <button type=\"button\" (click)=\"onItemClicked('Action 2')\">\n Action 2\n </button>\n </sky-dropdown-item>\n </sky-dropdown-menu>\n </sky-dropdown>\n </sky-repeater-item-context-menu>\n <sky-repeater-item-content>\n {{ item.note }}\n </sky-repeater-item-content>\n </sky-repeater-item>\n</sky-repeater>\n"
|
|
5406
|
+
"rawContents": "<sky-repeater>\n <sky-repeater-item *ngFor=\"let item of items\">\n <sky-repeater-item-title class=\"demo-repeater-flex\">\n <div class=\"demo-repeater-item-title sky-font-emphasized\">\n {{ item.title }}\n </div>\n <div>\n {{ item.status }}\n </div>\n </sky-repeater-item-title>\n <sky-repeater-item-context-menu>\n <sky-dropdown buttonType=\"context-menu\">\n <sky-dropdown-menu>\n <sky-dropdown-item>\n <button type=\"button\" (click)=\"onItemClicked('Action 1')\">\n Action 1\n </button>\n </sky-dropdown-item>\n <sky-dropdown-item>\n <button type=\"button\" (click)=\"onItemClicked('Action 2')\">\n Action 2\n </button>\n </sky-dropdown-item>\n </sky-dropdown-menu>\n </sky-dropdown>\n </sky-repeater-item-context-menu>\n <sky-repeater-item-content>\n {{ item.note }}\n </sky-repeater-item-content>\n </sky-repeater-item>\n</sky-repeater>\n"
|
|
5140
5407
|
},
|
|
5141
5408
|
{
|
|
5142
5409
|
"fileName": "repeater-demo.component.scss",
|
|
5143
5410
|
"filePath": "/projects/lists/documentation/code-examples/repeater/basic/repeater-demo.component.scss",
|
|
5144
|
-
"rawContents": ".demo-repeater-flex {\n display: flex;\n flex-wrap: wrap;\n\n
|
|
5411
|
+
"rawContents": ".demo-repeater-flex {\n display: flex;\n flex-wrap: wrap;\n\n .demo-repeater-item-title {\n flex-grow: 1;\n }\n}\n"
|
|
5145
5412
|
},
|
|
5146
5413
|
{
|
|
5147
5414
|
"fileName": "repeater-demo.component.ts",
|